@ironsource/shared-ui 2.1.3-rc.2 → 2.1.3-rc.21
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/Alert.vue_vue_type_style_index_0_scoped_72bcdcd0_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_f9d4e49d_lang.css +1 -0
- package/Autocomplete.vue_vue_type_style_index_0_scoped_429e5745_lang.css +1 -0
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_9b108af3_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c3033d90_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_24014c62_lang.css +1 -0
- package/FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css +1 -0
- package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +1 -0
- package/HelpIcon.vue_vue_type_style_index_0_scoped_7a611779_lang.css +1 -0
- package/TextArea.vue_vue_type_style_index_0_scoped_eb62e4c0_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_95e25718_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +75 -0
- package/components/alert/Alert.vue.js +7 -0
- package/components/alert/Alert.vue2.js +87 -0
- package/components/alert/index.d.ts +220 -0
- package/components/alert/index.js +6 -0
- package/components/appHeader/AppHeader.vue.js +3 -3
- package/components/appHeader/AppHeader.vue2.js +29 -26
- package/components/autocomplete/Autocomplete.vue.d.ts +140 -0
- package/components/autocomplete/Autocomplete.vue.js +7 -0
- package/components/autocomplete/Autocomplete.vue2.js +99 -0
- package/components/autocomplete/index.d.ts +459 -0
- package/components/autocomplete/index.js +6 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.vue.d.ts +1 -1
- package/components/button/v3/IconButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +34 -34
- package/components/button/v4/ButtonV4.vue.d.ts +1 -1
- package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
- package/components/button/v4/index.d.ts +40 -40
- package/components/checkbox/v3/index.d.ts +12 -12
- package/components/checkbox/v4/index.d.ts +12 -12
- package/components/chip/v3/Chip.vue.d.ts +1 -1
- package/components/chip/v3/index.d.ts +20 -20
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/index.d.ts +20 -20
- package/components/dialog/v4/index.d.ts +17 -17
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +34 -33
- package/components/dropdown/v3/Dropdown.vue.d.ts +11 -11
- package/components/dropdown/v3/index.d.ts +159 -159
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +4 -4
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +71 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +36 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +66 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +50 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +29 -22
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +143 -130
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +9 -0
- package/components/dropdown/v4/index.d.ts +705 -610
- package/components/dropdown/v4/index.js +16 -10
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/filterDropdown/index.d.ts +8 -8
- package/components/forms/FormCard.vue.d.ts +5 -0
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +62 -36
- package/components/forms/FormRow.vue.d.ts +10 -0
- package/components/forms/FormRow.vue.js +3 -3
- package/components/forms/FormRow.vue2.js +22 -29
- package/components/forms/index.d.ts +59 -2
- package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +3 -3
- package/components/includeExclude/index.d.ts +168 -168
- package/components/input/v3/Input.vue.d.ts +3 -3
- package/components/input/v3/index.d.ts +82 -82
- package/components/input/v4/TextField.vue.d.ts +7 -7
- package/components/input/v4/TextField.vue.js +2 -2
- package/components/input/v4/TextField.vue2.js +84 -91
- package/components/input/v4/index.d.ts +122 -122
- package/components/multibar/MultiBarMenu.vue2.js +13 -11
- package/components/search/v3/Search.vue.d.ts +1 -1
- package/components/search/v3/index.d.ts +9 -9
- package/components/shared/FieldMaxLength.vue.d.ts +34 -0
- package/components/shared/FieldMaxLength.vue.js +7 -0
- package/components/shared/FieldMaxLength.vue2.js +24 -0
- package/components/skeleton/v4/index.d.ts +2 -2
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +12 -12
- package/components/table/common/Table.types.d.ts +3 -0
- package/components/table/v4/DataGrid.vue.d.ts +2 -2
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +129 -123
- package/components/table/v4/DataGridMenu.vue2.js +13 -11
- package/components/table/v4/HelpIcon.vue.d.ts +40 -0
- package/components/table/v4/HelpIcon.vue.js +7 -0
- package/components/table/v4/HelpIcon.vue2.js +32 -0
- package/components/table/v4/index.d.ts +39 -39
- package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
- package/components/table-cells/v4/index.d.ts +20 -20
- package/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/textArea/v3/TextArea.vue.js +7 -0
- package/components/textArea/{TextArea.vue2.js → v3/TextArea.vue2.js} +4 -4
- package/components/textArea/v4/TextAreaV4.vue.d.ts +100 -0
- package/components/textArea/v4/TextAreaV4.vue.js +7 -0
- package/components/textArea/v4/TextAreaV4.vue2.js +74 -0
- package/components/textArea/v4/index.d.ts +136 -0
- package/components/textArea/v4/index.js +6 -0
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +9 -9
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/index.d.ts +28 -28
- package/components/typography/index.d.ts +12 -12
- package/index.d.ts +2479 -1935
- package/index.js +131 -123
- package/package.json +11 -2
- package/testids/index.d.ts +9 -1
- package/testids/index.js +25 -24
- package/AppHeader.vue_vue_type_style_index_0_scoped_95908b8d_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_4baf9e57_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_f0c4710f_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_78c1497e_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_ad5e4be0_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_39f48410_lang.css +0 -1
- package/TextArea.vue_vue_type_style_index_0_scoped_889b62ac_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +0 -1
- package/components/textArea/TextArea.vue.js +0 -7
- /package/components/textArea/{TextArea.vue.d.ts → v3/TextArea.vue.d.ts} +0 -0
- /package/components/textArea/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/textArea/{index.js → v3/index.js} +0 -0
|
@@ -85,13 +85,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
85
85
|
size: 'sm' | 'lg';
|
|
86
86
|
mandatory: boolean;
|
|
87
87
|
testId: string;
|
|
88
|
-
modelValue: string | number;
|
|
89
|
-
placeholder: string;
|
|
90
|
-
autoFocus: boolean;
|
|
91
88
|
hoverHelpText: string;
|
|
92
89
|
hoverHelpTextPlacement: 'auto' | 'auto-start' | 'auto-end' | 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end';
|
|
90
|
+
modelValue: string | number;
|
|
91
|
+
placeholder: string;
|
|
93
92
|
viewOnly: boolean;
|
|
94
93
|
labelDirection: 'inside' | 'top' | 'left';
|
|
94
|
+
autoFocus: boolean;
|
|
95
95
|
hideNumberArrows: boolean;
|
|
96
96
|
step: number;
|
|
97
97
|
onlyDigits: boolean;
|
|
@@ -13,13 +13,13 @@ declare const InputTypes: () => (({
|
|
|
13
13
|
size: "sm" | "lg";
|
|
14
14
|
mandatory: boolean;
|
|
15
15
|
testId: string;
|
|
16
|
-
modelValue: string | number;
|
|
17
|
-
placeholder: string;
|
|
18
|
-
autoFocus: boolean;
|
|
19
16
|
hoverHelpText: string;
|
|
20
17
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
18
|
+
modelValue: string | number;
|
|
19
|
+
placeholder: string;
|
|
21
20
|
viewOnly: boolean;
|
|
22
21
|
labelDirection: "left" | "top" | "inside";
|
|
22
|
+
autoFocus: boolean;
|
|
23
23
|
hideNumberArrows: boolean;
|
|
24
24
|
step: number;
|
|
25
25
|
onlyDigits: boolean;
|
|
@@ -50,18 +50,6 @@ declare const InputTypes: () => (({
|
|
|
50
50
|
type: import("vue").PropType<string>;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
|
-
modelValue: {
|
|
54
|
-
type: import("vue").PropType<string | number>;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
placeholder: {
|
|
58
|
-
type: import("vue").PropType<string>;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
autoFocus: {
|
|
62
|
-
type: import("vue").PropType<boolean>;
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
53
|
hoverHelpText: {
|
|
66
54
|
type: import("vue").PropType<string>;
|
|
67
55
|
default: string;
|
|
@@ -70,6 +58,14 @@ declare const InputTypes: () => (({
|
|
|
70
58
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
71
59
|
default: string;
|
|
72
60
|
};
|
|
61
|
+
modelValue: {
|
|
62
|
+
type: import("vue").PropType<string | number>;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
placeholder: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
73
69
|
viewOnly: {
|
|
74
70
|
type: import("vue").PropType<boolean>;
|
|
75
71
|
default: boolean;
|
|
@@ -78,6 +74,10 @@ declare const InputTypes: () => (({
|
|
|
78
74
|
type: import("vue").PropType<"left" | "top" | "inside">;
|
|
79
75
|
default: string;
|
|
80
76
|
};
|
|
77
|
+
autoFocus: {
|
|
78
|
+
type: import("vue").PropType<boolean>;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
81
|
hideNumberArrows: {
|
|
82
82
|
type: import("vue").PropType<boolean>;
|
|
83
83
|
default: boolean;
|
|
@@ -100,7 +100,7 @@ declare const InputTypes: () => (({
|
|
|
100
100
|
};
|
|
101
101
|
}>> & {
|
|
102
102
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
103
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "
|
|
103
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "feedbackHelpText" | "feedbackErrorText">;
|
|
104
104
|
$attrs: {
|
|
105
105
|
[x: string]: unknown;
|
|
106
106
|
};
|
|
@@ -139,18 +139,6 @@ declare const InputTypes: () => (({
|
|
|
139
139
|
type: import("vue").PropType<string>;
|
|
140
140
|
default: string;
|
|
141
141
|
};
|
|
142
|
-
modelValue: {
|
|
143
|
-
type: import("vue").PropType<string | number>;
|
|
144
|
-
default: string;
|
|
145
|
-
};
|
|
146
|
-
placeholder: {
|
|
147
|
-
type: import("vue").PropType<string>;
|
|
148
|
-
default: string;
|
|
149
|
-
};
|
|
150
|
-
autoFocus: {
|
|
151
|
-
type: import("vue").PropType<boolean>;
|
|
152
|
-
default: boolean;
|
|
153
|
-
};
|
|
154
142
|
hoverHelpText: {
|
|
155
143
|
type: import("vue").PropType<string>;
|
|
156
144
|
default: string;
|
|
@@ -159,6 +147,14 @@ declare const InputTypes: () => (({
|
|
|
159
147
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
160
148
|
default: string;
|
|
161
149
|
};
|
|
150
|
+
modelValue: {
|
|
151
|
+
type: import("vue").PropType<string | number>;
|
|
152
|
+
default: string;
|
|
153
|
+
};
|
|
154
|
+
placeholder: {
|
|
155
|
+
type: import("vue").PropType<string>;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
162
158
|
viewOnly: {
|
|
163
159
|
type: import("vue").PropType<boolean>;
|
|
164
160
|
default: boolean;
|
|
@@ -167,6 +163,10 @@ declare const InputTypes: () => (({
|
|
|
167
163
|
type: import("vue").PropType<"left" | "top" | "inside">;
|
|
168
164
|
default: string;
|
|
169
165
|
};
|
|
166
|
+
autoFocus: {
|
|
167
|
+
type: import("vue").PropType<boolean>;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
170
170
|
hideNumberArrows: {
|
|
171
171
|
type: import("vue").PropType<boolean>;
|
|
172
172
|
default: boolean;
|
|
@@ -198,13 +198,13 @@ declare const InputTypes: () => (({
|
|
|
198
198
|
size: "sm" | "lg";
|
|
199
199
|
mandatory: boolean;
|
|
200
200
|
testId: string;
|
|
201
|
-
modelValue: string | number;
|
|
202
|
-
placeholder: string;
|
|
203
|
-
autoFocus: boolean;
|
|
204
201
|
hoverHelpText: string;
|
|
205
202
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
203
|
+
modelValue: string | number;
|
|
204
|
+
placeholder: string;
|
|
206
205
|
viewOnly: boolean;
|
|
207
206
|
labelDirection: "left" | "top" | "inside";
|
|
207
|
+
autoFocus: boolean;
|
|
208
208
|
hideNumberArrows: boolean;
|
|
209
209
|
step: number;
|
|
210
210
|
onlyDigits: boolean;
|
|
@@ -255,18 +255,6 @@ declare const InputTypes: () => (({
|
|
|
255
255
|
type: import("vue").PropType<string>;
|
|
256
256
|
default: string;
|
|
257
257
|
};
|
|
258
|
-
modelValue: {
|
|
259
|
-
type: import("vue").PropType<string | number>;
|
|
260
|
-
default: string;
|
|
261
|
-
};
|
|
262
|
-
placeholder: {
|
|
263
|
-
type: import("vue").PropType<string>;
|
|
264
|
-
default: string;
|
|
265
|
-
};
|
|
266
|
-
autoFocus: {
|
|
267
|
-
type: import("vue").PropType<boolean>;
|
|
268
|
-
default: boolean;
|
|
269
|
-
};
|
|
270
258
|
hoverHelpText: {
|
|
271
259
|
type: import("vue").PropType<string>;
|
|
272
260
|
default: string;
|
|
@@ -275,6 +263,14 @@ declare const InputTypes: () => (({
|
|
|
275
263
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
276
264
|
default: string;
|
|
277
265
|
};
|
|
266
|
+
modelValue: {
|
|
267
|
+
type: import("vue").PropType<string | number>;
|
|
268
|
+
default: string;
|
|
269
|
+
};
|
|
270
|
+
placeholder: {
|
|
271
|
+
type: import("vue").PropType<string>;
|
|
272
|
+
default: string;
|
|
273
|
+
};
|
|
278
274
|
viewOnly: {
|
|
279
275
|
type: import("vue").PropType<boolean>;
|
|
280
276
|
default: boolean;
|
|
@@ -283,6 +279,10 @@ declare const InputTypes: () => (({
|
|
|
283
279
|
type: import("vue").PropType<"left" | "top" | "inside">;
|
|
284
280
|
default: string;
|
|
285
281
|
};
|
|
282
|
+
autoFocus: {
|
|
283
|
+
type: import("vue").PropType<boolean>;
|
|
284
|
+
default: boolean;
|
|
285
|
+
};
|
|
286
286
|
hideNumberArrows: {
|
|
287
287
|
type: import("vue").PropType<boolean>;
|
|
288
288
|
default: boolean;
|
|
@@ -334,18 +334,6 @@ declare const InputTypes: () => (({
|
|
|
334
334
|
type: import("vue").PropType<string>;
|
|
335
335
|
default: string;
|
|
336
336
|
};
|
|
337
|
-
modelValue: {
|
|
338
|
-
type: import("vue").PropType<string | number>;
|
|
339
|
-
default: string;
|
|
340
|
-
};
|
|
341
|
-
placeholder: {
|
|
342
|
-
type: import("vue").PropType<string>;
|
|
343
|
-
default: string;
|
|
344
|
-
};
|
|
345
|
-
autoFocus: {
|
|
346
|
-
type: import("vue").PropType<boolean>;
|
|
347
|
-
default: boolean;
|
|
348
|
-
};
|
|
349
337
|
hoverHelpText: {
|
|
350
338
|
type: import("vue").PropType<string>;
|
|
351
339
|
default: string;
|
|
@@ -354,6 +342,14 @@ declare const InputTypes: () => (({
|
|
|
354
342
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
355
343
|
default: string;
|
|
356
344
|
};
|
|
345
|
+
modelValue: {
|
|
346
|
+
type: import("vue").PropType<string | number>;
|
|
347
|
+
default: string;
|
|
348
|
+
};
|
|
349
|
+
placeholder: {
|
|
350
|
+
type: import("vue").PropType<string>;
|
|
351
|
+
default: string;
|
|
352
|
+
};
|
|
357
353
|
viewOnly: {
|
|
358
354
|
type: import("vue").PropType<boolean>;
|
|
359
355
|
default: boolean;
|
|
@@ -362,6 +358,10 @@ declare const InputTypes: () => (({
|
|
|
362
358
|
type: import("vue").PropType<"left" | "top" | "inside">;
|
|
363
359
|
default: string;
|
|
364
360
|
};
|
|
361
|
+
autoFocus: {
|
|
362
|
+
type: import("vue").PropType<boolean>;
|
|
363
|
+
default: boolean;
|
|
364
|
+
};
|
|
365
365
|
hideNumberArrows: {
|
|
366
366
|
type: import("vue").PropType<boolean>;
|
|
367
367
|
default: boolean;
|
|
@@ -393,13 +393,13 @@ declare const InputTypes: () => (({
|
|
|
393
393
|
size: "sm" | "lg";
|
|
394
394
|
mandatory: boolean;
|
|
395
395
|
testId: string;
|
|
396
|
-
modelValue: string | number;
|
|
397
|
-
placeholder: string;
|
|
398
|
-
autoFocus: boolean;
|
|
399
396
|
hoverHelpText: string;
|
|
400
397
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
398
|
+
modelValue: string | number;
|
|
399
|
+
placeholder: string;
|
|
401
400
|
viewOnly: boolean;
|
|
402
401
|
labelDirection: "left" | "top" | "inside";
|
|
402
|
+
autoFocus: boolean;
|
|
403
403
|
hideNumberArrows: boolean;
|
|
404
404
|
step: number;
|
|
405
405
|
onlyDigits: boolean;
|
|
@@ -494,33 +494,33 @@ declare const InputTypes: () => (({
|
|
|
494
494
|
testId: {
|
|
495
495
|
type: import("vue").PropType<string>;
|
|
496
496
|
};
|
|
497
|
-
modelValue: {
|
|
498
|
-
type: import("vue").PropType<string | number>;
|
|
499
|
-
};
|
|
500
|
-
placeholder: {
|
|
501
|
-
type: import("vue").PropType<string>;
|
|
502
|
-
};
|
|
503
|
-
"onUpdate:modelValue": {
|
|
504
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
505
|
-
};
|
|
506
|
-
autoFocus: {
|
|
507
|
-
type: import("vue").PropType<boolean>;
|
|
508
|
-
};
|
|
509
497
|
hoverHelpText: {
|
|
510
498
|
type: import("vue").PropType<string>;
|
|
511
499
|
};
|
|
512
500
|
hoverHelpTextPlacement: {
|
|
513
501
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
514
502
|
};
|
|
503
|
+
modelValue: {
|
|
504
|
+
type: import("vue").PropType<string | number>;
|
|
505
|
+
};
|
|
506
|
+
placeholder: {
|
|
507
|
+
type: import("vue").PropType<string>;
|
|
508
|
+
};
|
|
515
509
|
viewOnly: {
|
|
516
510
|
type: import("vue").PropType<boolean>;
|
|
517
511
|
};
|
|
518
512
|
labelDirection: {
|
|
519
513
|
type: import("vue").PropType<"left" | "top" | "inside">;
|
|
520
514
|
};
|
|
515
|
+
autoFocus: {
|
|
516
|
+
type: import("vue").PropType<boolean>;
|
|
517
|
+
};
|
|
521
518
|
onlyDigits: {
|
|
522
519
|
type: import("vue").PropType<boolean>;
|
|
523
520
|
};
|
|
521
|
+
"onUpdate:modelValue": {
|
|
522
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
523
|
+
};
|
|
524
524
|
feedbackHelpText: {
|
|
525
525
|
type: import("vue").PropType<string>;
|
|
526
526
|
};
|
|
@@ -613,33 +613,33 @@ declare const InputTypes: () => (({
|
|
|
613
613
|
testId: {
|
|
614
614
|
type: import("vue").PropType<string>;
|
|
615
615
|
};
|
|
616
|
-
modelValue: {
|
|
617
|
-
type: import("vue").PropType<string | number>;
|
|
618
|
-
};
|
|
619
|
-
placeholder: {
|
|
620
|
-
type: import("vue").PropType<string>;
|
|
621
|
-
};
|
|
622
|
-
"onUpdate:modelValue": {
|
|
623
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
624
|
-
};
|
|
625
|
-
autoFocus: {
|
|
626
|
-
type: import("vue").PropType<boolean>;
|
|
627
|
-
};
|
|
628
616
|
hoverHelpText: {
|
|
629
617
|
type: import("vue").PropType<string>;
|
|
630
618
|
};
|
|
631
619
|
hoverHelpTextPlacement: {
|
|
632
620
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
633
621
|
};
|
|
622
|
+
modelValue: {
|
|
623
|
+
type: import("vue").PropType<string | number>;
|
|
624
|
+
};
|
|
625
|
+
placeholder: {
|
|
626
|
+
type: import("vue").PropType<string>;
|
|
627
|
+
};
|
|
634
628
|
viewOnly: {
|
|
635
629
|
type: import("vue").PropType<boolean>;
|
|
636
630
|
};
|
|
637
631
|
labelDirection: {
|
|
638
632
|
type: import("vue").PropType<"left" | "top" | "inside">;
|
|
639
633
|
};
|
|
634
|
+
autoFocus: {
|
|
635
|
+
type: import("vue").PropType<boolean>;
|
|
636
|
+
};
|
|
640
637
|
onlyDigits: {
|
|
641
638
|
type: import("vue").PropType<boolean>;
|
|
642
639
|
};
|
|
640
|
+
"onUpdate:modelValue": {
|
|
641
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
642
|
+
};
|
|
643
643
|
feedbackHelpText: {
|
|
644
644
|
type: import("vue").PropType<string>;
|
|
645
645
|
};
|
|
@@ -120,24 +120,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
120
120
|
size: FieldSize;
|
|
121
121
|
mandatory: boolean;
|
|
122
122
|
testId: string;
|
|
123
|
-
modelValue: string | number;
|
|
124
|
-
placeholder: string;
|
|
125
|
-
autoFocus: boolean;
|
|
126
|
-
prefix: string;
|
|
127
123
|
hoverHelpText: string;
|
|
128
124
|
hoverHelpTextPlacement: TooltipPositions;
|
|
129
|
-
|
|
130
|
-
|
|
125
|
+
maxLength: number;
|
|
126
|
+
modelValue: string | number;
|
|
127
|
+
placeholder: string;
|
|
131
128
|
viewOnly: boolean;
|
|
132
129
|
labelDirection: LabelDirection;
|
|
130
|
+
autoFocus: boolean;
|
|
133
131
|
hideNumberArrows: boolean;
|
|
134
132
|
step: number;
|
|
135
133
|
onlyDigits: boolean;
|
|
134
|
+
prefix: string;
|
|
136
135
|
suffix: string;
|
|
137
|
-
maxLength: number;
|
|
138
136
|
showApply: boolean;
|
|
139
137
|
inlineError: boolean;
|
|
140
138
|
inlineErrorText: string;
|
|
139
|
+
feedbackText: string;
|
|
140
|
+
feedbackVariant: FeedbackVariant;
|
|
141
141
|
showFeedbackTextIcon: boolean;
|
|
142
142
|
}>, {
|
|
143
143
|
iconBefore?(_: {}): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./TextField.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TextField.
|
|
4
|
-
const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../TextField.vue_vue_type_style_index_0_scoped_95e25718_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-95e25718"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|