cleek 2.10.57 → 2.10.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { Align, ChipType, Color, Icon, IconPack, Size } from '../cleek-options/cleek-options.types';
1
+ import { Align, ChipType, Color, Icon, IconPack, Size, Layout } from '../cleek-options/cleek-options.types';
2
2
 
3
3
  declare function __VLS_template(): {
4
4
  default?(_: {}): any;
@@ -15,6 +15,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
15
15
  clickable?: boolean;
16
16
  group?: Align;
17
17
  type?: ChipType;
18
+ layout?: Layout;
18
19
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
20
  click: (event: Event) => void;
20
21
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -29,6 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
29
30
  clickable?: boolean;
30
31
  group?: Align;
31
32
  type?: ChipType;
33
+ layout?: Layout;
32
34
  }>>> & Readonly<{
33
35
  onClick?: (event: Event) => any;
34
36
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -8,19 +8,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8
8
  required: true;
9
9
  type: import('vue').PropType<Value>;
10
10
  };
11
- label: {
12
- type: import('vue').PropType<string>;
13
- };
14
11
  layout: {
15
12
  type: import('vue').PropType<Layout>;
16
13
  };
17
- borderColor: {
18
- type: import('vue').PropType<string>;
19
- };
20
14
  type: {
21
15
  type: import('vue').PropType<InputType>;
22
16
  default: string;
23
17
  };
18
+ label: {
19
+ type: import('vue').PropType<string>;
20
+ };
21
+ borderColor: {
22
+ type: import('vue').PropType<string>;
23
+ };
24
24
  textColor: {
25
25
  type: import('vue').PropType<string>;
26
26
  };
@@ -120,19 +120,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
120
120
  required: true;
121
121
  type: import('vue').PropType<Value>;
122
122
  };
123
- label: {
124
- type: import('vue').PropType<string>;
125
- };
126
123
  layout: {
127
124
  type: import('vue').PropType<Layout>;
128
125
  };
129
- borderColor: {
130
- type: import('vue').PropType<string>;
131
- };
132
126
  type: {
133
127
  type: import('vue').PropType<InputType>;
134
128
  default: string;
135
129
  };
130
+ label: {
131
+ type: import('vue').PropType<string>;
132
+ };
133
+ borderColor: {
134
+ type: import('vue').PropType<string>;
135
+ };
136
136
  textColor: {
137
137
  type: import('vue').PropType<string>;
138
138
  };
@@ -9,12 +9,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9
9
  required: true;
10
10
  type: import('vue').PropType<OptionValue>;
11
11
  };
12
- label: {
13
- type: import('vue').PropType<string>;
14
- };
15
12
  layout: {
16
13
  type: import('vue').PropType<Layout>;
17
14
  };
15
+ label: {
16
+ type: import('vue').PropType<string>;
17
+ };
18
18
  borderColor: {
19
19
  type: import('vue').PropType<string>;
20
20
  };
@@ -133,12 +133,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
133
133
  required: true;
134
134
  type: import('vue').PropType<OptionValue>;
135
135
  };
136
- label: {
137
- type: import('vue').PropType<string>;
138
- };
139
136
  layout: {
140
137
  type: import('vue').PropType<Layout>;
141
138
  };
139
+ label: {
140
+ type: import('vue').PropType<string>;
141
+ };
142
142
  borderColor: {
143
143
  type: import('vue').PropType<string>;
144
144
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.10.57",
4
+ "version": "2.10.59",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",