cleek 2.11.29 → 2.11.30
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.
- package/dist/cleek-styles/tiny-tailwind/aspect-ratio.styl +6 -6
- package/dist/cleek-styles/tiny-tailwind/bg-color.styl +161 -161
- package/dist/cleek-styles/tiny-tailwind/border-color.styl +161 -161
- package/dist/cleek-styles/tiny-tailwind/border.styl +63 -63
- package/dist/cleek-styles/tiny-tailwind/flex-direction.styl +8 -8
- package/dist/cleek-styles/tiny-tailwind/flex-grow.styl +10 -10
- package/dist/cleek-styles/tiny-tailwind/font-size.styl +24 -24
- package/dist/cleek-styles/tiny-tailwind/grid.styl +87 -87
- package/dist/cleek-styles/tiny-tailwind/height.styl +96 -96
- package/dist/cleek-styles/tiny-tailwind/inset.styl +328 -328
- package/dist/cleek-styles/tiny-tailwind/leading.styl +28 -28
- package/dist/cleek-styles/tiny-tailwind/object-fit.styl +20 -20
- package/dist/cleek-styles/tiny-tailwind/opacity.styl +30 -30
- package/dist/cleek-styles/tiny-tailwind/pointer-events.styl +4 -4
- package/dist/cleek-styles/tiny-tailwind/shadow.styl +16 -16
- package/dist/cleek-styles/tiny-tailwind/size-constraints.styl +127 -127
- package/dist/cleek-styles/tiny-tailwind/text-color.styl +159 -159
- package/dist/cleek-styles/tiny-tailwind/text-decoration.styl +8 -8
- package/dist/cleek-styles/tiny-tailwind/text-overflow.styl +38 -38
- package/dist/cleek-styles/tiny-tailwind/text-transform.styl +8 -8
- package/dist/cleek-styles/tiny-tailwind/transition.styl +55 -55
- package/dist/cleek-styles/tiny-tailwind/user-select.styl +8 -8
- package/dist/cleek-styles/tiny-tailwind/visibility.styl +4 -4
- package/dist/cleek-styles/tiny-tailwind/z-index.styl +14 -14
- package/dist/main.cjs.js +1 -1
- package/dist/main.css +1 -1
- package/dist/main.es.js +1752 -1753
- package/dist/types/components/ck-input.vue.d.ts +6 -6
- package/dist/types/components/ck-select.vue.d.ts +8 -8
- package/package.json +1 -1
|
@@ -58,6 +58,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
58
58
|
max: {
|
|
59
59
|
type: import('vue').PropType<number>;
|
|
60
60
|
};
|
|
61
|
+
placeholder: {
|
|
62
|
+
type: import('vue').PropType<string>;
|
|
63
|
+
};
|
|
61
64
|
tabindex: {
|
|
62
65
|
type: import('vue').PropType<string | number>;
|
|
63
66
|
};
|
|
@@ -76,9 +79,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
79
|
readonly: {
|
|
77
80
|
type: import('vue').PropType<boolean>;
|
|
78
81
|
};
|
|
79
|
-
placeholder: {
|
|
80
|
-
type: import('vue').PropType<string>;
|
|
81
|
-
};
|
|
82
82
|
plusMinusButtons: {
|
|
83
83
|
type: import('vue').PropType<boolean>;
|
|
84
84
|
};
|
|
@@ -180,6 +180,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
180
180
|
max: {
|
|
181
181
|
type: import('vue').PropType<number>;
|
|
182
182
|
};
|
|
183
|
+
placeholder: {
|
|
184
|
+
type: import('vue').PropType<string>;
|
|
185
|
+
};
|
|
183
186
|
tabindex: {
|
|
184
187
|
type: import('vue').PropType<string | number>;
|
|
185
188
|
};
|
|
@@ -198,9 +201,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
198
201
|
readonly: {
|
|
199
202
|
type: import('vue').PropType<boolean>;
|
|
200
203
|
};
|
|
201
|
-
placeholder: {
|
|
202
|
-
type: import('vue').PropType<string>;
|
|
203
|
-
};
|
|
204
204
|
plusMinusButtons: {
|
|
205
205
|
type: import('vue').PropType<boolean>;
|
|
206
206
|
};
|
|
@@ -45,6 +45,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
45
|
disabled: {
|
|
46
46
|
type: import('vue').PropType<boolean>;
|
|
47
47
|
};
|
|
48
|
+
placeholder: {
|
|
49
|
+
type: import('vue').PropType<string>;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
48
52
|
isLoading: {
|
|
49
53
|
type: import('vue').PropType<boolean>;
|
|
50
54
|
};
|
|
@@ -54,10 +58,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
58
|
labelAlign: {
|
|
55
59
|
type: import('vue').PropType<Align>;
|
|
56
60
|
};
|
|
57
|
-
placeholder: {
|
|
58
|
-
type: import('vue').PropType<string>;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
61
|
iconColor: {
|
|
62
62
|
type: import('vue').PropType<string>;
|
|
63
63
|
default: string;
|
|
@@ -169,6 +169,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
169
169
|
disabled: {
|
|
170
170
|
type: import('vue').PropType<boolean>;
|
|
171
171
|
};
|
|
172
|
+
placeholder: {
|
|
173
|
+
type: import('vue').PropType<string>;
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
172
176
|
isLoading: {
|
|
173
177
|
type: import('vue').PropType<boolean>;
|
|
174
178
|
};
|
|
@@ -178,10 +182,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
178
182
|
labelAlign: {
|
|
179
183
|
type: import('vue').PropType<Align>;
|
|
180
184
|
};
|
|
181
|
-
placeholder: {
|
|
182
|
-
type: import('vue').PropType<string>;
|
|
183
|
-
default: string;
|
|
184
|
-
};
|
|
185
185
|
iconColor: {
|
|
186
186
|
type: import('vue').PropType<string>;
|
|
187
187
|
default: string;
|