naive-ui 2.23.0 → 2.23.1
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/es/_utils/composable/use-houdini.js +10 -7
- package/es/auto-complete/src/AutoComplete.d.ts +2 -2
- package/es/auto-complete/src/AutoComplete.js +2 -2
- package/es/auto-complete/src/styles/index.cssr.js +4 -4
- package/es/avatar/src/Avatar.d.ts +5 -5
- package/es/avatar/src/Avatar.js +5 -5
- package/es/avatar/src/styles/index.cssr.js +13 -13
- package/es/back-top/src/BackTop.d.ts +13 -13
- package/es/back-top/src/BackTop.js +13 -13
- package/es/back-top/src/styles/index.cssr.js +29 -29
- package/es/data-table/src/TableParts/Cell.js +2 -3
- package/es/data-table/src/TableParts/Header.js +1 -1
- package/es/date-picker/src/panel/date.d.ts +4 -9
- package/es/date-picker/src/panel/daterange.d.ts +4 -9
- package/es/date-picker/src/panel/datetime.d.ts +4 -9
- package/es/date-picker/src/panel/datetimerange.d.ts +4 -9
- package/es/date-picker/src/panel/month.d.ts +4 -9
- package/es/date-picker/src/panel/use-calendar.d.ts +2 -5
- package/es/date-picker/src/panel/use-calendar.js +6 -5
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +2 -5
- package/es/date-picker/src/panel/use-dual-calendar.js +12 -13
- package/es/date-picker/src/panel/use-panel-common.d.ts +2 -5
- package/es/date-picker/src/panel/use-panel-common.js +2 -6
- package/es/dialog/src/Dialog.d.ts +21 -21
- package/es/dialog/src/Dialog.js +21 -21
- package/es/dialog/src/styles/index.cssr.js +45 -45
- package/es/dynamic-tags/src/DynamicTags.d.ts +1 -1
- package/es/dynamic-tags/src/DynamicTags.js +1 -1
- package/es/dynamic-tags/src/styles/index.cssr.js +1 -1
- package/es/form/src/Form.d.ts +27 -27
- package/es/form/src/FormItem.d.ts +27 -27
- package/es/form/src/FormItemCol.d.ts +27 -27
- package/es/form/src/FormItemGridItem.d.ts +27 -27
- package/es/form/src/FormItemRow.d.ts +27 -27
- package/es/form/styles/_common.d.ts +0 -3
- package/es/form/styles/_common.js +0 -3
- package/es/form/styles/light.d.ts +3 -3
- package/es/form/styles/light.js +2 -2
- package/es/log/src/Log.d.ts +6 -6
- package/es/log/src/Log.js +6 -6
- package/es/log/src/styles/index.cssr.js +16 -18
- package/es/steps/src/Step.d.ts +12 -12
- package/es/steps/src/Step.js +12 -12
- package/es/steps/src/styles/index.cssr.js +46 -46
- package/es/switch/src/Switch.d.ts +19 -19
- package/es/switch/src/Switch.js +19 -19
- package/es/switch/src/styles/index.cssr.js +57 -57
- package/es/tag/src/Tag.d.ts +26 -26
- package/es/tag/src/Tag.js +26 -26
- package/es/tag/src/styles/index.cssr.js +54 -54
- package/es/tag/src/styles/rtl.cssr.js +1 -1
- package/es/time-picker/src/TimePicker.d.ts +17 -17
- package/es/time-picker/src/TimePicker.js +17 -17
- package/es/time-picker/src/styles/index.cssr.js +47 -47
- package/es/timeline/src/TimelineItem.d.ts +12 -12
- package/es/timeline/src/TimelineItem.js +12 -12
- package/es/timeline/src/styles/index.cssr.js +44 -44
- package/es/transfer/src/styles/index.cssr.js +9 -4
- package/es/tree/src/Tree.d.ts +11 -11
- package/es/tree/src/Tree.js +11 -11
- package/es/tree/src/dnd.js +2 -2
- package/es/tree/src/styles/index.cssr.js +33 -33
- package/es/tree-select/src/TreeSelect.d.ts +8 -8
- package/es/tree-select/src/TreeSelect.js +8 -8
- package/es/tree-select/src/styles/index.cssr.js +18 -18
- package/es/upload/src/Upload.js +16 -16
- package/es/upload/src/styles/index.cssr.js +36 -36
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_utils/composable/use-houdini.js +10 -7
- package/lib/auto-complete/src/AutoComplete.d.ts +2 -2
- package/lib/auto-complete/src/AutoComplete.js +2 -2
- package/lib/auto-complete/src/styles/index.cssr.js +4 -4
- package/lib/avatar/src/Avatar.d.ts +5 -5
- package/lib/avatar/src/Avatar.js +5 -5
- package/lib/avatar/src/styles/index.cssr.js +13 -13
- package/lib/back-top/src/BackTop.d.ts +13 -13
- package/lib/back-top/src/BackTop.js +13 -13
- package/lib/back-top/src/styles/index.cssr.js +29 -29
- package/lib/data-table/src/TableParts/Cell.js +2 -3
- package/lib/data-table/src/TableParts/Header.js +1 -1
- package/lib/date-picker/src/panel/date.d.ts +4 -9
- package/lib/date-picker/src/panel/daterange.d.ts +4 -9
- package/lib/date-picker/src/panel/datetime.d.ts +4 -9
- package/lib/date-picker/src/panel/datetimerange.d.ts +4 -9
- package/lib/date-picker/src/panel/month.d.ts +4 -9
- package/lib/date-picker/src/panel/use-calendar.d.ts +2 -5
- package/lib/date-picker/src/panel/use-calendar.js +6 -5
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +2 -5
- package/lib/date-picker/src/panel/use-dual-calendar.js +12 -13
- package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -5
- package/lib/date-picker/src/panel/use-panel-common.js +2 -6
- package/lib/dialog/src/Dialog.d.ts +21 -21
- package/lib/dialog/src/Dialog.js +21 -21
- package/lib/dialog/src/styles/index.cssr.js +45 -45
- package/lib/dynamic-tags/src/DynamicTags.d.ts +1 -1
- package/lib/dynamic-tags/src/DynamicTags.js +1 -1
- package/lib/dynamic-tags/src/styles/index.cssr.js +1 -1
- package/lib/form/src/Form.d.ts +27 -27
- package/lib/form/src/FormItem.d.ts +27 -27
- package/lib/form/src/FormItemCol.d.ts +27 -27
- package/lib/form/src/FormItemGridItem.d.ts +27 -27
- package/lib/form/src/FormItemRow.d.ts +27 -27
- package/lib/form/styles/_common.d.ts +0 -3
- package/lib/form/styles/_common.js +0 -3
- package/lib/form/styles/light.d.ts +3 -3
- package/lib/form/styles/light.js +2 -2
- package/lib/log/src/Log.d.ts +6 -6
- package/lib/log/src/Log.js +6 -6
- package/lib/log/src/styles/index.cssr.js +16 -18
- package/lib/steps/src/Step.d.ts +12 -12
- package/lib/steps/src/Step.js +12 -12
- package/lib/steps/src/styles/index.cssr.js +46 -46
- package/lib/switch/src/Switch.d.ts +19 -19
- package/lib/switch/src/Switch.js +19 -19
- package/lib/switch/src/styles/index.cssr.js +57 -57
- package/lib/tag/src/Tag.d.ts +26 -26
- package/lib/tag/src/Tag.js +26 -26
- package/lib/tag/src/styles/index.cssr.js +54 -54
- package/lib/tag/src/styles/rtl.cssr.js +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +17 -17
- package/lib/time-picker/src/TimePicker.js +17 -17
- package/lib/time-picker/src/styles/index.cssr.js +47 -47
- package/lib/timeline/src/TimelineItem.d.ts +12 -12
- package/lib/timeline/src/TimelineItem.js +12 -12
- package/lib/timeline/src/styles/index.cssr.js +44 -44
- package/lib/transfer/src/styles/index.cssr.js +9 -4
- package/lib/tree/src/Tree.d.ts +11 -11
- package/lib/tree/src/Tree.js +11 -11
- package/lib/tree/src/dnd.js +2 -2
- package/lib/tree/src/styles/index.cssr.js +33 -33
- package/lib/tree-select/src/TreeSelect.d.ts +8 -8
- package/lib/tree-select/src/TreeSelect.js +8 -8
- package/lib/tree-select/src/styles/index.cssr.js +18 -18
- package/lib/upload/src/Upload.js +16 -16
- package/lib/upload/src/styles/index.cssr.js +36 -36
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +26 -26
- package/web-types.json +1 -1
|
@@ -30,15 +30,15 @@ export declare const formItemProps: {
|
|
|
30
30
|
readonly default: undefined;
|
|
31
31
|
};
|
|
32
32
|
readonly theme: PropType<import("../../_mixins").Theme<"Form", {
|
|
33
|
+
blankHeightSmall: string;
|
|
34
|
+
blankHeightMedium: string;
|
|
35
|
+
blankHeightLarge: string;
|
|
33
36
|
lineHeight: string;
|
|
34
37
|
labelTextColor: string;
|
|
35
38
|
asteriskColor: string;
|
|
36
39
|
feedbackTextColorError: string;
|
|
37
40
|
feedbackTextColorWarning: string;
|
|
38
41
|
feedbackTextColor: string;
|
|
39
|
-
blankHeightSmall: string;
|
|
40
|
-
blankHeightMedium: string;
|
|
41
|
-
blankHeightLarge: string;
|
|
42
42
|
feedbackPadding: string;
|
|
43
43
|
feedbackHeightSmall: string;
|
|
44
44
|
feedbackHeightMedium: string;
|
|
@@ -61,15 +61,15 @@ export declare const formItemProps: {
|
|
|
61
61
|
labelTextAlignHorizontal: string;
|
|
62
62
|
}, any>>;
|
|
63
63
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
64
|
+
blankHeightSmall: string;
|
|
65
|
+
blankHeightMedium: string;
|
|
66
|
+
blankHeightLarge: string;
|
|
64
67
|
lineHeight: string;
|
|
65
68
|
labelTextColor: string;
|
|
66
69
|
asteriskColor: string;
|
|
67
70
|
feedbackTextColorError: string;
|
|
68
71
|
feedbackTextColorWarning: string;
|
|
69
72
|
feedbackTextColor: string;
|
|
70
|
-
blankHeightSmall: string;
|
|
71
|
-
blankHeightMedium: string;
|
|
72
|
-
blankHeightLarge: string;
|
|
73
73
|
feedbackPadding: string;
|
|
74
74
|
feedbackHeightSmall: string;
|
|
75
75
|
feedbackHeightMedium: string;
|
|
@@ -92,15 +92,15 @@ export declare const formItemProps: {
|
|
|
92
92
|
labelTextAlignHorizontal: string;
|
|
93
93
|
}, any>>>;
|
|
94
94
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
95
|
+
blankHeightSmall: string;
|
|
96
|
+
blankHeightMedium: string;
|
|
97
|
+
blankHeightLarge: string;
|
|
95
98
|
lineHeight: string;
|
|
96
99
|
labelTextColor: string;
|
|
97
100
|
asteriskColor: string;
|
|
98
101
|
feedbackTextColorError: string;
|
|
99
102
|
feedbackTextColorWarning: string;
|
|
100
103
|
feedbackTextColor: string;
|
|
101
|
-
blankHeightSmall: string;
|
|
102
|
-
blankHeightMedium: string;
|
|
103
|
-
blankHeightLarge: string;
|
|
104
104
|
feedbackPadding: string;
|
|
105
105
|
feedbackHeightSmall: string;
|
|
106
106
|
feedbackHeightMedium: string;
|
|
@@ -155,15 +155,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
155
155
|
readonly default: undefined;
|
|
156
156
|
};
|
|
157
157
|
readonly theme: PropType<import("../../_mixins").Theme<"Form", {
|
|
158
|
+
blankHeightSmall: string;
|
|
159
|
+
blankHeightMedium: string;
|
|
160
|
+
blankHeightLarge: string;
|
|
158
161
|
lineHeight: string;
|
|
159
162
|
labelTextColor: string;
|
|
160
163
|
asteriskColor: string;
|
|
161
164
|
feedbackTextColorError: string;
|
|
162
165
|
feedbackTextColorWarning: string;
|
|
163
166
|
feedbackTextColor: string;
|
|
164
|
-
blankHeightSmall: string;
|
|
165
|
-
blankHeightMedium: string;
|
|
166
|
-
blankHeightLarge: string;
|
|
167
167
|
feedbackPadding: string;
|
|
168
168
|
feedbackHeightSmall: string;
|
|
169
169
|
feedbackHeightMedium: string;
|
|
@@ -186,15 +186,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
186
186
|
labelTextAlignHorizontal: string;
|
|
187
187
|
}, any>>;
|
|
188
188
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
189
|
+
blankHeightSmall: string;
|
|
190
|
+
blankHeightMedium: string;
|
|
191
|
+
blankHeightLarge: string;
|
|
189
192
|
lineHeight: string;
|
|
190
193
|
labelTextColor: string;
|
|
191
194
|
asteriskColor: string;
|
|
192
195
|
feedbackTextColorError: string;
|
|
193
196
|
feedbackTextColorWarning: string;
|
|
194
197
|
feedbackTextColor: string;
|
|
195
|
-
blankHeightSmall: string;
|
|
196
|
-
blankHeightMedium: string;
|
|
197
|
-
blankHeightLarge: string;
|
|
198
198
|
feedbackPadding: string;
|
|
199
199
|
feedbackHeightSmall: string;
|
|
200
200
|
feedbackHeightMedium: string;
|
|
@@ -217,15 +217,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
217
217
|
labelTextAlignHorizontal: string;
|
|
218
218
|
}, any>>>;
|
|
219
219
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
220
|
+
blankHeightSmall: string;
|
|
221
|
+
blankHeightMedium: string;
|
|
222
|
+
blankHeightLarge: string;
|
|
220
223
|
lineHeight: string;
|
|
221
224
|
labelTextColor: string;
|
|
222
225
|
asteriskColor: string;
|
|
223
226
|
feedbackTextColorError: string;
|
|
224
227
|
feedbackTextColorWarning: string;
|
|
225
228
|
feedbackTextColor: string;
|
|
226
|
-
blankHeightSmall: string;
|
|
227
|
-
blankHeightMedium: string;
|
|
228
|
-
blankHeightLarge: string;
|
|
229
229
|
feedbackPadding: string;
|
|
230
230
|
feedbackHeightSmall: string;
|
|
231
231
|
feedbackHeightMedium: string;
|
|
@@ -315,15 +315,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
315
315
|
size?: "small" | "medium" | "large" | undefined;
|
|
316
316
|
path?: string | undefined;
|
|
317
317
|
theme?: import("../../_mixins").Theme<"Form", {
|
|
318
|
+
blankHeightSmall: string;
|
|
319
|
+
blankHeightMedium: string;
|
|
320
|
+
blankHeightLarge: string;
|
|
318
321
|
lineHeight: string;
|
|
319
322
|
labelTextColor: string;
|
|
320
323
|
asteriskColor: string;
|
|
321
324
|
feedbackTextColorError: string;
|
|
322
325
|
feedbackTextColorWarning: string;
|
|
323
326
|
feedbackTextColor: string;
|
|
324
|
-
blankHeightSmall: string;
|
|
325
|
-
blankHeightMedium: string;
|
|
326
|
-
blankHeightLarge: string;
|
|
327
327
|
feedbackPadding: string;
|
|
328
328
|
feedbackHeightSmall: string;
|
|
329
329
|
feedbackHeightMedium: string;
|
|
@@ -346,15 +346,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
346
346
|
labelTextAlignHorizontal: string;
|
|
347
347
|
}, any> | undefined;
|
|
348
348
|
themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
349
|
+
blankHeightSmall: string;
|
|
350
|
+
blankHeightMedium: string;
|
|
351
|
+
blankHeightLarge: string;
|
|
349
352
|
lineHeight: string;
|
|
350
353
|
labelTextColor: string;
|
|
351
354
|
asteriskColor: string;
|
|
352
355
|
feedbackTextColorError: string;
|
|
353
356
|
feedbackTextColorWarning: string;
|
|
354
357
|
feedbackTextColor: string;
|
|
355
|
-
blankHeightSmall: string;
|
|
356
|
-
blankHeightMedium: string;
|
|
357
|
-
blankHeightLarge: string;
|
|
358
358
|
feedbackPadding: string;
|
|
359
359
|
feedbackHeightSmall: string;
|
|
360
360
|
feedbackHeightMedium: string;
|
|
@@ -377,15 +377,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
377
377
|
labelTextAlignHorizontal: string;
|
|
378
378
|
}, any>> | undefined;
|
|
379
379
|
builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
380
|
+
blankHeightSmall: string;
|
|
381
|
+
blankHeightMedium: string;
|
|
382
|
+
blankHeightLarge: string;
|
|
380
383
|
lineHeight: string;
|
|
381
384
|
labelTextColor: string;
|
|
382
385
|
asteriskColor: string;
|
|
383
386
|
feedbackTextColorError: string;
|
|
384
387
|
feedbackTextColorWarning: string;
|
|
385
388
|
feedbackTextColor: string;
|
|
386
|
-
blankHeightSmall: string;
|
|
387
|
-
blankHeightMedium: string;
|
|
388
|
-
blankHeightLarge: string;
|
|
389
389
|
feedbackPadding: string;
|
|
390
390
|
feedbackHeightSmall: string;
|
|
391
391
|
feedbackHeightMedium: string;
|
|
@@ -28,15 +28,15 @@ export declare const formItemColProps: {
|
|
|
28
28
|
readonly default: undefined;
|
|
29
29
|
};
|
|
30
30
|
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
31
|
+
blankHeightSmall: string;
|
|
32
|
+
blankHeightMedium: string;
|
|
33
|
+
blankHeightLarge: string;
|
|
31
34
|
lineHeight: string;
|
|
32
35
|
labelTextColor: string;
|
|
33
36
|
asteriskColor: string;
|
|
34
37
|
feedbackTextColorError: string;
|
|
35
38
|
feedbackTextColorWarning: string;
|
|
36
39
|
feedbackTextColor: string;
|
|
37
|
-
blankHeightSmall: string;
|
|
38
|
-
blankHeightMedium: string;
|
|
39
|
-
blankHeightLarge: string;
|
|
40
40
|
feedbackPadding: string;
|
|
41
41
|
feedbackHeightSmall: string;
|
|
42
42
|
feedbackHeightMedium: string;
|
|
@@ -59,15 +59,15 @@ export declare const formItemColProps: {
|
|
|
59
59
|
labelTextAlignHorizontal: string;
|
|
60
60
|
}, any>>;
|
|
61
61
|
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
62
|
+
blankHeightSmall: string;
|
|
63
|
+
blankHeightMedium: string;
|
|
64
|
+
blankHeightLarge: string;
|
|
62
65
|
lineHeight: string;
|
|
63
66
|
labelTextColor: string;
|
|
64
67
|
asteriskColor: string;
|
|
65
68
|
feedbackTextColorError: string;
|
|
66
69
|
feedbackTextColorWarning: string;
|
|
67
70
|
feedbackTextColor: string;
|
|
68
|
-
blankHeightSmall: string;
|
|
69
|
-
blankHeightMedium: string;
|
|
70
|
-
blankHeightLarge: string;
|
|
71
71
|
feedbackPadding: string;
|
|
72
72
|
feedbackHeightSmall: string;
|
|
73
73
|
feedbackHeightMedium: string;
|
|
@@ -90,15 +90,15 @@ export declare const formItemColProps: {
|
|
|
90
90
|
labelTextAlignHorizontal: string;
|
|
91
91
|
}, any>>>;
|
|
92
92
|
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
93
|
+
blankHeightSmall: string;
|
|
94
|
+
blankHeightMedium: string;
|
|
95
|
+
blankHeightLarge: string;
|
|
93
96
|
lineHeight: string;
|
|
94
97
|
labelTextColor: string;
|
|
95
98
|
asteriskColor: string;
|
|
96
99
|
feedbackTextColorError: string;
|
|
97
100
|
feedbackTextColorWarning: string;
|
|
98
101
|
feedbackTextColor: string;
|
|
99
|
-
blankHeightSmall: string;
|
|
100
|
-
blankHeightMedium: string;
|
|
101
|
-
blankHeightLarge: string;
|
|
102
102
|
feedbackPadding: string;
|
|
103
103
|
feedbackHeightSmall: string;
|
|
104
104
|
feedbackHeightMedium: string;
|
|
@@ -168,15 +168,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
168
|
readonly default: undefined;
|
|
169
169
|
};
|
|
170
170
|
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
171
|
+
blankHeightSmall: string;
|
|
172
|
+
blankHeightMedium: string;
|
|
173
|
+
blankHeightLarge: string;
|
|
171
174
|
lineHeight: string;
|
|
172
175
|
labelTextColor: string;
|
|
173
176
|
asteriskColor: string;
|
|
174
177
|
feedbackTextColorError: string;
|
|
175
178
|
feedbackTextColorWarning: string;
|
|
176
179
|
feedbackTextColor: string;
|
|
177
|
-
blankHeightSmall: string;
|
|
178
|
-
blankHeightMedium: string;
|
|
179
|
-
blankHeightLarge: string;
|
|
180
180
|
feedbackPadding: string;
|
|
181
181
|
feedbackHeightSmall: string;
|
|
182
182
|
feedbackHeightMedium: string;
|
|
@@ -199,15 +199,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
199
|
labelTextAlignHorizontal: string;
|
|
200
200
|
}, any>>;
|
|
201
201
|
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
202
|
+
blankHeightSmall: string;
|
|
203
|
+
blankHeightMedium: string;
|
|
204
|
+
blankHeightLarge: string;
|
|
202
205
|
lineHeight: string;
|
|
203
206
|
labelTextColor: string;
|
|
204
207
|
asteriskColor: string;
|
|
205
208
|
feedbackTextColorError: string;
|
|
206
209
|
feedbackTextColorWarning: string;
|
|
207
210
|
feedbackTextColor: string;
|
|
208
|
-
blankHeightSmall: string;
|
|
209
|
-
blankHeightMedium: string;
|
|
210
|
-
blankHeightLarge: string;
|
|
211
211
|
feedbackPadding: string;
|
|
212
212
|
feedbackHeightSmall: string;
|
|
213
213
|
feedbackHeightMedium: string;
|
|
@@ -230,15 +230,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
230
230
|
labelTextAlignHorizontal: string;
|
|
231
231
|
}, any>>>;
|
|
232
232
|
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
233
|
+
blankHeightSmall: string;
|
|
234
|
+
blankHeightMedium: string;
|
|
235
|
+
blankHeightLarge: string;
|
|
233
236
|
lineHeight: string;
|
|
234
237
|
labelTextColor: string;
|
|
235
238
|
asteriskColor: string;
|
|
236
239
|
feedbackTextColorError: string;
|
|
237
240
|
feedbackTextColorWarning: string;
|
|
238
241
|
feedbackTextColor: string;
|
|
239
|
-
blankHeightSmall: string;
|
|
240
|
-
blankHeightMedium: string;
|
|
241
|
-
blankHeightLarge: string;
|
|
242
242
|
feedbackPadding: string;
|
|
243
243
|
feedbackHeightSmall: string;
|
|
244
244
|
feedbackHeightMedium: string;
|
|
@@ -318,15 +318,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
318
318
|
size?: "small" | "medium" | "large" | undefined;
|
|
319
319
|
path?: string | undefined;
|
|
320
320
|
theme?: import("../../_mixins").Theme<"Form", {
|
|
321
|
+
blankHeightSmall: string;
|
|
322
|
+
blankHeightMedium: string;
|
|
323
|
+
blankHeightLarge: string;
|
|
321
324
|
lineHeight: string;
|
|
322
325
|
labelTextColor: string;
|
|
323
326
|
asteriskColor: string;
|
|
324
327
|
feedbackTextColorError: string;
|
|
325
328
|
feedbackTextColorWarning: string;
|
|
326
329
|
feedbackTextColor: string;
|
|
327
|
-
blankHeightSmall: string;
|
|
328
|
-
blankHeightMedium: string;
|
|
329
|
-
blankHeightLarge: string;
|
|
330
330
|
feedbackPadding: string;
|
|
331
331
|
feedbackHeightSmall: string;
|
|
332
332
|
feedbackHeightMedium: string;
|
|
@@ -349,15 +349,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
349
349
|
labelTextAlignHorizontal: string;
|
|
350
350
|
}, any> | undefined;
|
|
351
351
|
themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
352
|
+
blankHeightSmall: string;
|
|
353
|
+
blankHeightMedium: string;
|
|
354
|
+
blankHeightLarge: string;
|
|
352
355
|
lineHeight: string;
|
|
353
356
|
labelTextColor: string;
|
|
354
357
|
asteriskColor: string;
|
|
355
358
|
feedbackTextColorError: string;
|
|
356
359
|
feedbackTextColorWarning: string;
|
|
357
360
|
feedbackTextColor: string;
|
|
358
|
-
blankHeightSmall: string;
|
|
359
|
-
blankHeightMedium: string;
|
|
360
|
-
blankHeightLarge: string;
|
|
361
361
|
feedbackPadding: string;
|
|
362
362
|
feedbackHeightSmall: string;
|
|
363
363
|
feedbackHeightMedium: string;
|
|
@@ -380,15 +380,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
380
380
|
labelTextAlignHorizontal: string;
|
|
381
381
|
}, any>> | undefined;
|
|
382
382
|
builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
383
|
+
blankHeightSmall: string;
|
|
384
|
+
blankHeightMedium: string;
|
|
385
|
+
blankHeightLarge: string;
|
|
383
386
|
lineHeight: string;
|
|
384
387
|
labelTextColor: string;
|
|
385
388
|
asteriskColor: string;
|
|
386
389
|
feedbackTextColorError: string;
|
|
387
390
|
feedbackTextColorWarning: string;
|
|
388
391
|
feedbackTextColor: string;
|
|
389
|
-
blankHeightSmall: string;
|
|
390
|
-
blankHeightMedium: string;
|
|
391
|
-
blankHeightLarge: string;
|
|
392
392
|
feedbackPadding: string;
|
|
393
393
|
feedbackHeightSmall: string;
|
|
394
394
|
feedbackHeightMedium: string;
|
|
@@ -28,15 +28,15 @@ export declare const formItemGiProps: {
|
|
|
28
28
|
readonly default: undefined;
|
|
29
29
|
};
|
|
30
30
|
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
31
|
+
blankHeightSmall: string;
|
|
32
|
+
blankHeightMedium: string;
|
|
33
|
+
blankHeightLarge: string;
|
|
31
34
|
lineHeight: string;
|
|
32
35
|
labelTextColor: string;
|
|
33
36
|
asteriskColor: string;
|
|
34
37
|
feedbackTextColorError: string;
|
|
35
38
|
feedbackTextColorWarning: string;
|
|
36
39
|
feedbackTextColor: string;
|
|
37
|
-
blankHeightSmall: string;
|
|
38
|
-
blankHeightMedium: string;
|
|
39
|
-
blankHeightLarge: string;
|
|
40
40
|
feedbackPadding: string;
|
|
41
41
|
feedbackHeightSmall: string;
|
|
42
42
|
feedbackHeightMedium: string;
|
|
@@ -59,15 +59,15 @@ export declare const formItemGiProps: {
|
|
|
59
59
|
labelTextAlignHorizontal: string;
|
|
60
60
|
}, any>>;
|
|
61
61
|
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
62
|
+
blankHeightSmall: string;
|
|
63
|
+
blankHeightMedium: string;
|
|
64
|
+
blankHeightLarge: string;
|
|
62
65
|
lineHeight: string;
|
|
63
66
|
labelTextColor: string;
|
|
64
67
|
asteriskColor: string;
|
|
65
68
|
feedbackTextColorError: string;
|
|
66
69
|
feedbackTextColorWarning: string;
|
|
67
70
|
feedbackTextColor: string;
|
|
68
|
-
blankHeightSmall: string;
|
|
69
|
-
blankHeightMedium: string;
|
|
70
|
-
blankHeightLarge: string;
|
|
71
71
|
feedbackPadding: string;
|
|
72
72
|
feedbackHeightSmall: string;
|
|
73
73
|
feedbackHeightMedium: string;
|
|
@@ -90,15 +90,15 @@ export declare const formItemGiProps: {
|
|
|
90
90
|
labelTextAlignHorizontal: string;
|
|
91
91
|
}, any>>>;
|
|
92
92
|
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
93
|
+
blankHeightSmall: string;
|
|
94
|
+
blankHeightMedium: string;
|
|
95
|
+
blankHeightLarge: string;
|
|
93
96
|
lineHeight: string;
|
|
94
97
|
labelTextColor: string;
|
|
95
98
|
asteriskColor: string;
|
|
96
99
|
feedbackTextColorError: string;
|
|
97
100
|
feedbackTextColorWarning: string;
|
|
98
101
|
feedbackTextColor: string;
|
|
99
|
-
blankHeightSmall: string;
|
|
100
|
-
blankHeightMedium: string;
|
|
101
|
-
blankHeightLarge: string;
|
|
102
102
|
feedbackPadding: string;
|
|
103
103
|
feedbackHeightSmall: string;
|
|
104
104
|
feedbackHeightMedium: string;
|
|
@@ -168,15 +168,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
168
|
readonly default: undefined;
|
|
169
169
|
};
|
|
170
170
|
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
171
|
+
blankHeightSmall: string;
|
|
172
|
+
blankHeightMedium: string;
|
|
173
|
+
blankHeightLarge: string;
|
|
171
174
|
lineHeight: string;
|
|
172
175
|
labelTextColor: string;
|
|
173
176
|
asteriskColor: string;
|
|
174
177
|
feedbackTextColorError: string;
|
|
175
178
|
feedbackTextColorWarning: string;
|
|
176
179
|
feedbackTextColor: string;
|
|
177
|
-
blankHeightSmall: string;
|
|
178
|
-
blankHeightMedium: string;
|
|
179
|
-
blankHeightLarge: string;
|
|
180
180
|
feedbackPadding: string;
|
|
181
181
|
feedbackHeightSmall: string;
|
|
182
182
|
feedbackHeightMedium: string;
|
|
@@ -199,15 +199,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
199
|
labelTextAlignHorizontal: string;
|
|
200
200
|
}, any>>;
|
|
201
201
|
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
202
|
+
blankHeightSmall: string;
|
|
203
|
+
blankHeightMedium: string;
|
|
204
|
+
blankHeightLarge: string;
|
|
202
205
|
lineHeight: string;
|
|
203
206
|
labelTextColor: string;
|
|
204
207
|
asteriskColor: string;
|
|
205
208
|
feedbackTextColorError: string;
|
|
206
209
|
feedbackTextColorWarning: string;
|
|
207
210
|
feedbackTextColor: string;
|
|
208
|
-
blankHeightSmall: string;
|
|
209
|
-
blankHeightMedium: string;
|
|
210
|
-
blankHeightLarge: string;
|
|
211
211
|
feedbackPadding: string;
|
|
212
212
|
feedbackHeightSmall: string;
|
|
213
213
|
feedbackHeightMedium: string;
|
|
@@ -230,15 +230,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
230
230
|
labelTextAlignHorizontal: string;
|
|
231
231
|
}, any>>>;
|
|
232
232
|
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
233
|
+
blankHeightSmall: string;
|
|
234
|
+
blankHeightMedium: string;
|
|
235
|
+
blankHeightLarge: string;
|
|
233
236
|
lineHeight: string;
|
|
234
237
|
labelTextColor: string;
|
|
235
238
|
asteriskColor: string;
|
|
236
239
|
feedbackTextColorError: string;
|
|
237
240
|
feedbackTextColorWarning: string;
|
|
238
241
|
feedbackTextColor: string;
|
|
239
|
-
blankHeightSmall: string;
|
|
240
|
-
blankHeightMedium: string;
|
|
241
|
-
blankHeightLarge: string;
|
|
242
242
|
feedbackPadding: string;
|
|
243
243
|
feedbackHeightSmall: string;
|
|
244
244
|
feedbackHeightMedium: string;
|
|
@@ -321,15 +321,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
321
321
|
size?: "small" | "medium" | "large" | undefined;
|
|
322
322
|
path?: string | undefined;
|
|
323
323
|
theme?: import("../../_mixins").Theme<"Form", {
|
|
324
|
+
blankHeightSmall: string;
|
|
325
|
+
blankHeightMedium: string;
|
|
326
|
+
blankHeightLarge: string;
|
|
324
327
|
lineHeight: string;
|
|
325
328
|
labelTextColor: string;
|
|
326
329
|
asteriskColor: string;
|
|
327
330
|
feedbackTextColorError: string;
|
|
328
331
|
feedbackTextColorWarning: string;
|
|
329
332
|
feedbackTextColor: string;
|
|
330
|
-
blankHeightSmall: string;
|
|
331
|
-
blankHeightMedium: string;
|
|
332
|
-
blankHeightLarge: string;
|
|
333
333
|
feedbackPadding: string;
|
|
334
334
|
feedbackHeightSmall: string;
|
|
335
335
|
feedbackHeightMedium: string;
|
|
@@ -352,15 +352,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
352
352
|
labelTextAlignHorizontal: string;
|
|
353
353
|
}, any> | undefined;
|
|
354
354
|
themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
355
|
+
blankHeightSmall: string;
|
|
356
|
+
blankHeightMedium: string;
|
|
357
|
+
blankHeightLarge: string;
|
|
355
358
|
lineHeight: string;
|
|
356
359
|
labelTextColor: string;
|
|
357
360
|
asteriskColor: string;
|
|
358
361
|
feedbackTextColorError: string;
|
|
359
362
|
feedbackTextColorWarning: string;
|
|
360
363
|
feedbackTextColor: string;
|
|
361
|
-
blankHeightSmall: string;
|
|
362
|
-
blankHeightMedium: string;
|
|
363
|
-
blankHeightLarge: string;
|
|
364
364
|
feedbackPadding: string;
|
|
365
365
|
feedbackHeightSmall: string;
|
|
366
366
|
feedbackHeightMedium: string;
|
|
@@ -383,15 +383,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
383
383
|
labelTextAlignHorizontal: string;
|
|
384
384
|
}, any>> | undefined;
|
|
385
385
|
builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
386
|
+
blankHeightSmall: string;
|
|
387
|
+
blankHeightMedium: string;
|
|
388
|
+
blankHeightLarge: string;
|
|
386
389
|
lineHeight: string;
|
|
387
390
|
labelTextColor: string;
|
|
388
391
|
asteriskColor: string;
|
|
389
392
|
feedbackTextColorError: string;
|
|
390
393
|
feedbackTextColorWarning: string;
|
|
391
394
|
feedbackTextColor: string;
|
|
392
|
-
blankHeightSmall: string;
|
|
393
|
-
blankHeightMedium: string;
|
|
394
|
-
blankHeightLarge: string;
|
|
395
395
|
feedbackPadding: string;
|
|
396
396
|
feedbackHeightSmall: string;
|
|
397
397
|
feedbackHeightMedium: string;
|
|
@@ -28,15 +28,15 @@ declare const formItemRowProps: {
|
|
|
28
28
|
readonly default: undefined;
|
|
29
29
|
};
|
|
30
30
|
theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
31
|
+
blankHeightSmall: string;
|
|
32
|
+
blankHeightMedium: string;
|
|
33
|
+
blankHeightLarge: string;
|
|
31
34
|
lineHeight: string;
|
|
32
35
|
labelTextColor: string;
|
|
33
36
|
asteriskColor: string;
|
|
34
37
|
feedbackTextColorError: string;
|
|
35
38
|
feedbackTextColorWarning: string;
|
|
36
39
|
feedbackTextColor: string;
|
|
37
|
-
blankHeightSmall: string;
|
|
38
|
-
blankHeightMedium: string;
|
|
39
|
-
blankHeightLarge: string;
|
|
40
40
|
feedbackPadding: string;
|
|
41
41
|
feedbackHeightSmall: string;
|
|
42
42
|
feedbackHeightMedium: string;
|
|
@@ -59,15 +59,15 @@ declare const formItemRowProps: {
|
|
|
59
59
|
labelTextAlignHorizontal: string;
|
|
60
60
|
}, any>>;
|
|
61
61
|
themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
62
|
+
blankHeightSmall: string;
|
|
63
|
+
blankHeightMedium: string;
|
|
64
|
+
blankHeightLarge: string;
|
|
62
65
|
lineHeight: string;
|
|
63
66
|
labelTextColor: string;
|
|
64
67
|
asteriskColor: string;
|
|
65
68
|
feedbackTextColorError: string;
|
|
66
69
|
feedbackTextColorWarning: string;
|
|
67
70
|
feedbackTextColor: string;
|
|
68
|
-
blankHeightSmall: string;
|
|
69
|
-
blankHeightMedium: string;
|
|
70
|
-
blankHeightLarge: string;
|
|
71
71
|
feedbackPadding: string;
|
|
72
72
|
feedbackHeightSmall: string;
|
|
73
73
|
feedbackHeightMedium: string;
|
|
@@ -90,15 +90,15 @@ declare const formItemRowProps: {
|
|
|
90
90
|
labelTextAlignHorizontal: string;
|
|
91
91
|
}, any>>>;
|
|
92
92
|
builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
93
|
+
blankHeightSmall: string;
|
|
94
|
+
blankHeightMedium: string;
|
|
95
|
+
blankHeightLarge: string;
|
|
93
96
|
lineHeight: string;
|
|
94
97
|
labelTextColor: string;
|
|
95
98
|
asteriskColor: string;
|
|
96
99
|
feedbackTextColorError: string;
|
|
97
100
|
feedbackTextColorWarning: string;
|
|
98
101
|
feedbackTextColor: string;
|
|
99
|
-
blankHeightSmall: string;
|
|
100
|
-
blankHeightMedium: string;
|
|
101
|
-
blankHeightLarge: string;
|
|
102
102
|
feedbackPadding: string;
|
|
103
103
|
feedbackHeightSmall: string;
|
|
104
104
|
feedbackHeightMedium: string;
|
|
@@ -173,15 +173,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
173
|
readonly default: undefined;
|
|
174
174
|
};
|
|
175
175
|
theme: import("vue").PropType<import("../../_mixins").Theme<"Form", {
|
|
176
|
+
blankHeightSmall: string;
|
|
177
|
+
blankHeightMedium: string;
|
|
178
|
+
blankHeightLarge: string;
|
|
176
179
|
lineHeight: string;
|
|
177
180
|
labelTextColor: string;
|
|
178
181
|
asteriskColor: string;
|
|
179
182
|
feedbackTextColorError: string;
|
|
180
183
|
feedbackTextColorWarning: string;
|
|
181
184
|
feedbackTextColor: string;
|
|
182
|
-
blankHeightSmall: string;
|
|
183
|
-
blankHeightMedium: string;
|
|
184
|
-
blankHeightLarge: string;
|
|
185
185
|
feedbackPadding: string;
|
|
186
186
|
feedbackHeightSmall: string;
|
|
187
187
|
feedbackHeightMedium: string;
|
|
@@ -204,15 +204,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
204
204
|
labelTextAlignHorizontal: string;
|
|
205
205
|
}, any>>;
|
|
206
206
|
themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
207
|
+
blankHeightSmall: string;
|
|
208
|
+
blankHeightMedium: string;
|
|
209
|
+
blankHeightLarge: string;
|
|
207
210
|
lineHeight: string;
|
|
208
211
|
labelTextColor: string;
|
|
209
212
|
asteriskColor: string;
|
|
210
213
|
feedbackTextColorError: string;
|
|
211
214
|
feedbackTextColorWarning: string;
|
|
212
215
|
feedbackTextColor: string;
|
|
213
|
-
blankHeightSmall: string;
|
|
214
|
-
blankHeightMedium: string;
|
|
215
|
-
blankHeightLarge: string;
|
|
216
216
|
feedbackPadding: string;
|
|
217
217
|
feedbackHeightSmall: string;
|
|
218
218
|
feedbackHeightMedium: string;
|
|
@@ -235,15 +235,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
235
235
|
labelTextAlignHorizontal: string;
|
|
236
236
|
}, any>>>;
|
|
237
237
|
builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
238
|
+
blankHeightSmall: string;
|
|
239
|
+
blankHeightMedium: string;
|
|
240
|
+
blankHeightLarge: string;
|
|
238
241
|
lineHeight: string;
|
|
239
242
|
labelTextColor: string;
|
|
240
243
|
asteriskColor: string;
|
|
241
244
|
feedbackTextColorError: string;
|
|
242
245
|
feedbackTextColorWarning: string;
|
|
243
246
|
feedbackTextColor: string;
|
|
244
|
-
blankHeightSmall: string;
|
|
245
|
-
blankHeightMedium: string;
|
|
246
|
-
blankHeightLarge: string;
|
|
247
247
|
feedbackPadding: string;
|
|
248
248
|
feedbackHeightSmall: string;
|
|
249
249
|
feedbackHeightMedium: string;
|
|
@@ -335,15 +335,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
335
335
|
justifyContent?: string | undefined;
|
|
336
336
|
path?: string | undefined;
|
|
337
337
|
theme?: import("../../_mixins").Theme<"Form", {
|
|
338
|
+
blankHeightSmall: string;
|
|
339
|
+
blankHeightMedium: string;
|
|
340
|
+
blankHeightLarge: string;
|
|
338
341
|
lineHeight: string;
|
|
339
342
|
labelTextColor: string;
|
|
340
343
|
asteriskColor: string;
|
|
341
344
|
feedbackTextColorError: string;
|
|
342
345
|
feedbackTextColorWarning: string;
|
|
343
346
|
feedbackTextColor: string;
|
|
344
|
-
blankHeightSmall: string;
|
|
345
|
-
blankHeightMedium: string;
|
|
346
|
-
blankHeightLarge: string;
|
|
347
347
|
feedbackPadding: string;
|
|
348
348
|
feedbackHeightSmall: string;
|
|
349
349
|
feedbackHeightMedium: string;
|
|
@@ -366,15 +366,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
366
366
|
labelTextAlignHorizontal: string;
|
|
367
367
|
}, any> | undefined;
|
|
368
368
|
themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
369
|
+
blankHeightSmall: string;
|
|
370
|
+
blankHeightMedium: string;
|
|
371
|
+
blankHeightLarge: string;
|
|
369
372
|
lineHeight: string;
|
|
370
373
|
labelTextColor: string;
|
|
371
374
|
asteriskColor: string;
|
|
372
375
|
feedbackTextColorError: string;
|
|
373
376
|
feedbackTextColorWarning: string;
|
|
374
377
|
feedbackTextColor: string;
|
|
375
|
-
blankHeightSmall: string;
|
|
376
|
-
blankHeightMedium: string;
|
|
377
|
-
blankHeightLarge: string;
|
|
378
378
|
feedbackPadding: string;
|
|
379
379
|
feedbackHeightSmall: string;
|
|
380
380
|
feedbackHeightMedium: string;
|
|
@@ -397,15 +397,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
397
397
|
labelTextAlignHorizontal: string;
|
|
398
398
|
}, any>> | undefined;
|
|
399
399
|
builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Form", {
|
|
400
|
+
blankHeightSmall: string;
|
|
401
|
+
blankHeightMedium: string;
|
|
402
|
+
blankHeightLarge: string;
|
|
400
403
|
lineHeight: string;
|
|
401
404
|
labelTextColor: string;
|
|
402
405
|
asteriskColor: string;
|
|
403
406
|
feedbackTextColorError: string;
|
|
404
407
|
feedbackTextColorWarning: string;
|
|
405
408
|
feedbackTextColor: string;
|
|
406
|
-
blankHeightSmall: string;
|
|
407
|
-
blankHeightMedium: string;
|
|
408
|
-
blankHeightLarge: string;
|
|
409
409
|
feedbackPadding: string;
|
|
410
410
|
feedbackHeightSmall: string;
|
|
411
411
|
feedbackHeightMedium: string;
|