@globalbrain/sefirot
Advanced tools
Comparing version 0.55.0 to 0.56.0
@@ -0,1 +1,10 @@ | ||
# [0.56.0](https://github.com/globalbrain/sefirot/compare/v0.55.0...v0.56.0) (2021-06-07) | ||
### Features | ||
* **card-header:** add disabled option for header action ([#77](https://github.com/globalbrain/sefirot/issues/77)) ([be2be24](https://github.com/globalbrain/sefirot/commit/be2be24ff484ed7d8aa75685ce34697cfb1b2e95)) | ||
* **validation:** add integer rule ([57d7463](https://github.com/globalbrain/sefirot/commit/57d7463702a9cda7e5a60dff4756e393dbeaf4c8)) | ||
* **validation:** add validateIf rule ([61d958f](https://github.com/globalbrain/sefirot/commit/61d958fbc3f073f489ba57b89b2a79b2ce58655a)) | ||
# [0.55.0](https://github.com/globalbrain/sefirot/compare/v0.54.0...v0.55.0) (2021-05-24) | ||
@@ -2,0 +11,0 @@ |
@@ -25,8 +25,11 @@ import { Values } from '../types/Utils' | ||
mode?: Mode | ||
icon?: any | ||
icon?: ActionIconType | object | ||
label?: string | ||
link?: string | ||
disabled?: string | null | ||
callback?(): void | ||
} | ||
export type ActionIconType = 'edit-3' | 'plus' | 'trash-2' | ||
export type Mode = Values<typeof Modes> | ||
@@ -33,0 +36,0 @@ |
@@ -6,2 +6,3 @@ import { isString } from '../../support/Util' | ||
import includeSome from './includeSome' | ||
import integer from './integer' | ||
import maxLength from './maxLength' | ||
@@ -17,2 +18,3 @@ import maxValue from './maxValue' | ||
import url from './url' | ||
import validateIf from './validateIf' | ||
import year from './year' | ||
@@ -39,2 +41,3 @@ | ||
includeSome, | ||
integer, | ||
maxLength, | ||
@@ -50,3 +53,4 @@ maxValue, | ||
url, | ||
validateIf, | ||
year | ||
} |
@@ -5,2 +5,3 @@ import day from './day' | ||
import includeSome from './includeSome' | ||
import integer from './integer' | ||
import maxLength from './maxLength' | ||
@@ -20,2 +21,3 @@ import maxValue from './maxValue' | ||
includeSome, | ||
integer, | ||
maxLength, | ||
@@ -22,0 +24,0 @@ maxValue, |
{ | ||
"name": "@globalbrain/sefirot", | ||
"version": "0.55.0", | ||
"version": "0.56.0", | ||
"description": "Vue Components for Global Brain Design System.", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
304519
205
2034