@ironsource/shared-ui 2.0.2-rc.4 → 2.0.2-rc.5
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/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_28bb325a_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_cca772e9_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e5202bb9_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c6156fa0_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css +1 -0
- package/SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_48311746_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_cde15298_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/ThemeWrapper/index.d.ts +2 -2
- package/components/ThemeWrapper/index.js +4 -4
- package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
- package/components/appTrigger/index.d.ts +20 -20
- package/components/banner/Banner.vue.d.ts +3 -3
- package/components/banner/index.d.ts +7 -7
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.vue.d.ts +3 -3
- package/components/button/v3/ScrollButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +23 -23
- package/components/button/v4/ButtonV4.vue.d.ts +12 -12
- package/components/button/v4/ButtonV4.vue.js +3 -3
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
- package/components/button/v4/index.d.ts +116 -116
- 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/dateRange/DateRange.vue.d.ts +1 -1
- package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
- package/components/dateRange/index.d.ts +20 -20
- package/components/dialog/v3/Dialog.vue.d.ts +2 -2
- package/components/dialog/v3/index.d.ts +25 -25
- package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
- package/components/dialog/v4/index.d.ts +25 -25
- package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
- package/components/dropdown/v3/Option.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +111 -111
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +22 -25
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +20 -22
- package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -6
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +17 -17
- package/components/dropdown/v4/index.d.ts +331 -331
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
- package/components/filterDropdown/index.d.ts +9 -9
- package/components/icon/v4/IconV4.vue.d.ts +3 -3
- package/components/icon/v4/index.d.ts +7 -7
- package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
- package/components/includeExclude/index.d.ts +101 -101
- package/components/input/v3/Input.vue.d.ts +2 -2
- package/components/input/v3/index.d.ts +69 -69
- package/components/input/v4/TextField.vue.d.ts +2 -2
- package/components/input/v4/index.d.ts +53 -53
- package/components/layout/FoldableSection.vue.d.ts +1 -1
- package/components/layout/index.d.ts +21 -136
- package/components/layout/index.js +2 -4
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/index.d.ts +12 -12
- package/components/popover/Popover.vue.d.ts +5 -5
- package/components/popover/index.d.ts +58 -58
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
- package/components/radioButton/v3/index.d.ts +42 -42
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
- package/components/radioButton/v4/index.d.ts +42 -42
- package/components/search/v3/Search.vue.d.ts +2 -2
- package/components/search/v3/index.d.ts +16 -16
- package/components/search/v4/SearchV4.vue.d.ts +1 -4
- package/components/search/v4/SearchV4.vue.js +5 -5
- package/components/search/v4/SearchV4.vue2.js +14 -15
- package/components/search/v4/index.d.ts +9 -12
- package/components/shared/FieldHelpText.vue.d.ts +1 -1
- package/components/shared/FieldLabel.vue.d.ts +1 -1
- package/components/snackbar/common/snackbar.common.d.ts +1 -1
- package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
- package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
- package/components/snackbar/v4/SnackbarV4.vue2.js +6 -7
- package/components/table/common/Table.common.js +31 -31
- package/components/table/v3/index.d.ts +16 -16
- package/components/table/v4/index.d.ts +16 -16
- package/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
- package/components/tabs/v4/index.d.ts +20 -20
- package/components/textArea/TextArea.vue.d.ts +1 -1
- package/components/textArea/index.d.ts +9 -9
- 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 +7 -7
- package/components/toggle/v4/index.d.ts +34 -34
- package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
- package/components/tooltip/v3/index.d.ts +34 -34
- package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/tooltip/v4/index.d.ts +34 -34
- package/components/typography/Heading.vue.d.ts +1 -1
- package/components/typography/index.d.ts +20 -20
- package/composables/useStorage.js +9 -10
- package/index.d.ts +1650 -1848
- package/index.js +112 -118
- package/package.json +2 -10
- package/testids/index.d.ts +0 -8
- package/testids/index.js +11 -13
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_a64a46d0_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_38c0ed72_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_c38e97df_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_06dcfe6d_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_54a11bf8_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_d2743070_lang.css +0 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_1330ea8b_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_58a19def_lang.css +0 -1
- package/components/appHeader/AppHeader.vue.d.ts +0 -49
- package/components/appHeader/AppHeader.vue.js +0 -7
- package/components/appHeader/AppHeader.vue2.js +0 -58
- package/components/appHeader/index.d.ts +0 -61
- package/components/appHeader/index.js +0 -6
- package/components/inlineCopy/InlineCopy.vue.d.ts +0 -39
- package/components/inlineCopy/InlineCopy.vue.js +0 -7
- package/components/inlineCopy/InlineCopy.vue2.js +0 -60
- package/components/inlineCopy/index.d.ts +0 -39
- package/components/inlineCopy/index.js +0 -6
- package/components/layout/FormRow.vue.d.ts +0 -46
- package/components/layout/FormRow.vue.js +0 -7
- package/components/layout/FormRow.vue2.js +0 -43
- package/mocks/optionsWithIcons.d.ts +0 -5
|
@@ -6,18 +6,18 @@ declare const TextFieldTypes: () => ({
|
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
type: "number" | "text" | "password";
|
|
8
8
|
label: string;
|
|
9
|
-
disabled: boolean;
|
|
10
9
|
size: "small" | "medium" | "large";
|
|
11
|
-
mandatory: boolean;
|
|
12
10
|
testId: string;
|
|
11
|
+
disabled: boolean;
|
|
13
12
|
modelValue: string | number;
|
|
14
13
|
placeholder: string;
|
|
14
|
+
mandatory: boolean;
|
|
15
15
|
autoFocus: boolean;
|
|
16
16
|
prefix: string;
|
|
17
17
|
hoverHelpText: string;
|
|
18
|
-
hoverHelpTextPlacement: "auto" | "
|
|
18
|
+
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";
|
|
19
19
|
feedbackText: string;
|
|
20
|
-
feedbackVariant: "
|
|
20
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
21
21
|
viewOnly: boolean;
|
|
22
22
|
labelDirection: "top" | "inside";
|
|
23
23
|
hideNumberArrows: boolean;
|
|
@@ -38,22 +38,18 @@ declare const TextFieldTypes: () => ({
|
|
|
38
38
|
type: import("vue").PropType<string>;
|
|
39
39
|
default: string;
|
|
40
40
|
};
|
|
41
|
-
disabled: {
|
|
42
|
-
type: import("vue").PropType<boolean>;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
41
|
size: {
|
|
46
42
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
47
43
|
default: string;
|
|
48
44
|
};
|
|
49
|
-
mandatory: {
|
|
50
|
-
type: import("vue").PropType<boolean>;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
45
|
testId: {
|
|
54
46
|
type: import("vue").PropType<string>;
|
|
55
47
|
default: string;
|
|
56
48
|
};
|
|
49
|
+
disabled: {
|
|
50
|
+
type: import("vue").PropType<boolean>;
|
|
51
|
+
default: boolean;
|
|
52
|
+
};
|
|
57
53
|
modelValue: {
|
|
58
54
|
type: import("vue").PropType<string | number>;
|
|
59
55
|
default: string;
|
|
@@ -62,6 +58,10 @@ declare const TextFieldTypes: () => ({
|
|
|
62
58
|
type: import("vue").PropType<string>;
|
|
63
59
|
default: string;
|
|
64
60
|
};
|
|
61
|
+
mandatory: {
|
|
62
|
+
type: import("vue").PropType<boolean>;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
65
|
autoFocus: {
|
|
66
66
|
type: import("vue").PropType<boolean>;
|
|
67
67
|
default: boolean;
|
|
@@ -75,7 +75,7 @@ declare const TextFieldTypes: () => ({
|
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
77
|
hoverHelpTextPlacement: {
|
|
78
|
-
type: import("vue").PropType<"auto" | "
|
|
78
|
+
type: import("vue").PropType<"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">;
|
|
79
79
|
default: string;
|
|
80
80
|
};
|
|
81
81
|
feedbackText: {
|
|
@@ -83,7 +83,7 @@ declare const TextFieldTypes: () => ({
|
|
|
83
83
|
default: string;
|
|
84
84
|
};
|
|
85
85
|
feedbackVariant: {
|
|
86
|
-
type: import("vue").PropType<"
|
|
86
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
87
87
|
default: any;
|
|
88
88
|
};
|
|
89
89
|
viewOnly: {
|
|
@@ -133,7 +133,7 @@ declare const TextFieldTypes: () => ({
|
|
|
133
133
|
}>> & {
|
|
134
134
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
135
135
|
onApply?: () => any;
|
|
136
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "
|
|
136
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "autoFocus" | "prefix" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "showFeedbackTextIcon">;
|
|
137
137
|
$attrs: {
|
|
138
138
|
[x: string]: unknown;
|
|
139
139
|
};
|
|
@@ -156,22 +156,18 @@ declare const TextFieldTypes: () => ({
|
|
|
156
156
|
type: import("vue").PropType<string>;
|
|
157
157
|
default: string;
|
|
158
158
|
};
|
|
159
|
-
disabled: {
|
|
160
|
-
type: import("vue").PropType<boolean>;
|
|
161
|
-
default: boolean;
|
|
162
|
-
};
|
|
163
159
|
size: {
|
|
164
160
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
165
161
|
default: string;
|
|
166
162
|
};
|
|
167
|
-
mandatory: {
|
|
168
|
-
type: import("vue").PropType<boolean>;
|
|
169
|
-
default: boolean;
|
|
170
|
-
};
|
|
171
163
|
testId: {
|
|
172
164
|
type: import("vue").PropType<string>;
|
|
173
165
|
default: string;
|
|
174
166
|
};
|
|
167
|
+
disabled: {
|
|
168
|
+
type: import("vue").PropType<boolean>;
|
|
169
|
+
default: boolean;
|
|
170
|
+
};
|
|
175
171
|
modelValue: {
|
|
176
172
|
type: import("vue").PropType<string | number>;
|
|
177
173
|
default: string;
|
|
@@ -180,6 +176,10 @@ declare const TextFieldTypes: () => ({
|
|
|
180
176
|
type: import("vue").PropType<string>;
|
|
181
177
|
default: string;
|
|
182
178
|
};
|
|
179
|
+
mandatory: {
|
|
180
|
+
type: import("vue").PropType<boolean>;
|
|
181
|
+
default: boolean;
|
|
182
|
+
};
|
|
183
183
|
autoFocus: {
|
|
184
184
|
type: import("vue").PropType<boolean>;
|
|
185
185
|
default: boolean;
|
|
@@ -193,7 +193,7 @@ declare const TextFieldTypes: () => ({
|
|
|
193
193
|
default: string;
|
|
194
194
|
};
|
|
195
195
|
hoverHelpTextPlacement: {
|
|
196
|
-
type: import("vue").PropType<"auto" | "
|
|
196
|
+
type: import("vue").PropType<"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">;
|
|
197
197
|
default: string;
|
|
198
198
|
};
|
|
199
199
|
feedbackText: {
|
|
@@ -201,7 +201,7 @@ declare const TextFieldTypes: () => ({
|
|
|
201
201
|
default: string;
|
|
202
202
|
};
|
|
203
203
|
feedbackVariant: {
|
|
204
|
-
type: import("vue").PropType<"
|
|
204
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
205
205
|
default: any;
|
|
206
206
|
};
|
|
207
207
|
viewOnly: {
|
|
@@ -259,18 +259,18 @@ declare const TextFieldTypes: () => ({
|
|
|
259
259
|
}, string, {
|
|
260
260
|
type: "number" | "text" | "password";
|
|
261
261
|
label: string;
|
|
262
|
-
disabled: boolean;
|
|
263
262
|
size: "small" | "medium" | "large";
|
|
264
|
-
mandatory: boolean;
|
|
265
263
|
testId: string;
|
|
264
|
+
disabled: boolean;
|
|
266
265
|
modelValue: string | number;
|
|
267
266
|
placeholder: string;
|
|
267
|
+
mandatory: boolean;
|
|
268
268
|
autoFocus: boolean;
|
|
269
269
|
prefix: string;
|
|
270
270
|
hoverHelpText: string;
|
|
271
|
-
hoverHelpTextPlacement: "auto" | "
|
|
271
|
+
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";
|
|
272
272
|
feedbackText: string;
|
|
273
|
-
feedbackVariant: "
|
|
273
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
274
274
|
viewOnly: boolean;
|
|
275
275
|
labelDirection: "top" | "inside";
|
|
276
276
|
hideNumberArrows: boolean;
|
|
@@ -311,22 +311,18 @@ declare const TextFieldTypes: () => ({
|
|
|
311
311
|
type: import("vue").PropType<string>;
|
|
312
312
|
default: string;
|
|
313
313
|
};
|
|
314
|
-
disabled: {
|
|
315
|
-
type: import("vue").PropType<boolean>;
|
|
316
|
-
default: boolean;
|
|
317
|
-
};
|
|
318
314
|
size: {
|
|
319
315
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
320
316
|
default: string;
|
|
321
317
|
};
|
|
322
|
-
mandatory: {
|
|
323
|
-
type: import("vue").PropType<boolean>;
|
|
324
|
-
default: boolean;
|
|
325
|
-
};
|
|
326
318
|
testId: {
|
|
327
319
|
type: import("vue").PropType<string>;
|
|
328
320
|
default: string;
|
|
329
321
|
};
|
|
322
|
+
disabled: {
|
|
323
|
+
type: import("vue").PropType<boolean>;
|
|
324
|
+
default: boolean;
|
|
325
|
+
};
|
|
330
326
|
modelValue: {
|
|
331
327
|
type: import("vue").PropType<string | number>;
|
|
332
328
|
default: string;
|
|
@@ -335,6 +331,10 @@ declare const TextFieldTypes: () => ({
|
|
|
335
331
|
type: import("vue").PropType<string>;
|
|
336
332
|
default: string;
|
|
337
333
|
};
|
|
334
|
+
mandatory: {
|
|
335
|
+
type: import("vue").PropType<boolean>;
|
|
336
|
+
default: boolean;
|
|
337
|
+
};
|
|
338
338
|
autoFocus: {
|
|
339
339
|
type: import("vue").PropType<boolean>;
|
|
340
340
|
default: boolean;
|
|
@@ -348,7 +348,7 @@ declare const TextFieldTypes: () => ({
|
|
|
348
348
|
default: string;
|
|
349
349
|
};
|
|
350
350
|
hoverHelpTextPlacement: {
|
|
351
|
-
type: import("vue").PropType<"auto" | "
|
|
351
|
+
type: import("vue").PropType<"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">;
|
|
352
352
|
default: string;
|
|
353
353
|
};
|
|
354
354
|
feedbackText: {
|
|
@@ -356,7 +356,7 @@ declare const TextFieldTypes: () => ({
|
|
|
356
356
|
default: string;
|
|
357
357
|
};
|
|
358
358
|
feedbackVariant: {
|
|
359
|
-
type: import("vue").PropType<"
|
|
359
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
360
360
|
default: any;
|
|
361
361
|
};
|
|
362
362
|
viewOnly: {
|
|
@@ -421,22 +421,18 @@ declare const TextFieldTypes: () => ({
|
|
|
421
421
|
type: import("vue").PropType<string>;
|
|
422
422
|
default: string;
|
|
423
423
|
};
|
|
424
|
-
disabled: {
|
|
425
|
-
type: import("vue").PropType<boolean>;
|
|
426
|
-
default: boolean;
|
|
427
|
-
};
|
|
428
424
|
size: {
|
|
429
425
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
430
426
|
default: string;
|
|
431
427
|
};
|
|
432
|
-
mandatory: {
|
|
433
|
-
type: import("vue").PropType<boolean>;
|
|
434
|
-
default: boolean;
|
|
435
|
-
};
|
|
436
428
|
testId: {
|
|
437
429
|
type: import("vue").PropType<string>;
|
|
438
430
|
default: string;
|
|
439
431
|
};
|
|
432
|
+
disabled: {
|
|
433
|
+
type: import("vue").PropType<boolean>;
|
|
434
|
+
default: boolean;
|
|
435
|
+
};
|
|
440
436
|
modelValue: {
|
|
441
437
|
type: import("vue").PropType<string | number>;
|
|
442
438
|
default: string;
|
|
@@ -445,6 +441,10 @@ declare const TextFieldTypes: () => ({
|
|
|
445
441
|
type: import("vue").PropType<string>;
|
|
446
442
|
default: string;
|
|
447
443
|
};
|
|
444
|
+
mandatory: {
|
|
445
|
+
type: import("vue").PropType<boolean>;
|
|
446
|
+
default: boolean;
|
|
447
|
+
};
|
|
448
448
|
autoFocus: {
|
|
449
449
|
type: import("vue").PropType<boolean>;
|
|
450
450
|
default: boolean;
|
|
@@ -458,7 +458,7 @@ declare const TextFieldTypes: () => ({
|
|
|
458
458
|
default: string;
|
|
459
459
|
};
|
|
460
460
|
hoverHelpTextPlacement: {
|
|
461
|
-
type: import("vue").PropType<"auto" | "
|
|
461
|
+
type: import("vue").PropType<"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">;
|
|
462
462
|
default: string;
|
|
463
463
|
};
|
|
464
464
|
feedbackText: {
|
|
@@ -466,7 +466,7 @@ declare const TextFieldTypes: () => ({
|
|
|
466
466
|
default: string;
|
|
467
467
|
};
|
|
468
468
|
feedbackVariant: {
|
|
469
|
-
type: import("vue").PropType<"
|
|
469
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
470
470
|
default: any;
|
|
471
471
|
};
|
|
472
472
|
viewOnly: {
|
|
@@ -524,18 +524,18 @@ declare const TextFieldTypes: () => ({
|
|
|
524
524
|
}, string, {
|
|
525
525
|
type: "number" | "text" | "password";
|
|
526
526
|
label: string;
|
|
527
|
-
disabled: boolean;
|
|
528
527
|
size: "small" | "medium" | "large";
|
|
529
|
-
mandatory: boolean;
|
|
530
528
|
testId: string;
|
|
529
|
+
disabled: boolean;
|
|
531
530
|
modelValue: string | number;
|
|
532
531
|
placeholder: string;
|
|
532
|
+
mandatory: boolean;
|
|
533
533
|
autoFocus: boolean;
|
|
534
534
|
prefix: string;
|
|
535
535
|
hoverHelpText: string;
|
|
536
|
-
hoverHelpTextPlacement: "auto" | "
|
|
536
|
+
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";
|
|
537
537
|
feedbackText: string;
|
|
538
|
-
feedbackVariant: "
|
|
538
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
539
539
|
viewOnly: boolean;
|
|
540
540
|
labelDirection: "top" | "inside";
|
|
541
541
|
hideNumberArrows: boolean;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import FormCard from './FormCard.vue';
|
|
2
2
|
import CardPanel from './CardPanel.vue';
|
|
3
3
|
import FoldableSection from './FoldableSection.vue';
|
|
4
|
-
import FormRow from './FormRow.vue';
|
|
5
4
|
declare const FormCardTypes: () => (({
|
|
6
5
|
new (...args: any[]): {
|
|
7
6
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -80,24 +79,24 @@ declare const FormCardTypes: () => (({
|
|
|
80
79
|
$data: {};
|
|
81
80
|
$props: Partial<{
|
|
82
81
|
title: string;
|
|
83
|
-
open: boolean;
|
|
84
82
|
testId: string;
|
|
83
|
+
open: boolean;
|
|
85
84
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
86
85
|
title: {
|
|
87
86
|
type: import("vue").PropType<string>;
|
|
88
87
|
default: string;
|
|
89
88
|
};
|
|
90
|
-
open: {
|
|
91
|
-
type: import("vue").PropType<boolean>;
|
|
92
|
-
default: boolean;
|
|
93
|
-
};
|
|
94
89
|
testId: {
|
|
95
90
|
type: import("vue").PropType<string>;
|
|
96
91
|
default: string;
|
|
97
92
|
};
|
|
93
|
+
open: {
|
|
94
|
+
type: import("vue").PropType<boolean>;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
98
97
|
}>> & {
|
|
99
98
|
"onUpdate:open"?: (value: boolean) => any;
|
|
100
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "
|
|
99
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "open">;
|
|
101
100
|
$attrs: {
|
|
102
101
|
[x: string]: unknown;
|
|
103
102
|
};
|
|
@@ -116,22 +115,22 @@ declare const FormCardTypes: () => (({
|
|
|
116
115
|
type: import("vue").PropType<string>;
|
|
117
116
|
default: string;
|
|
118
117
|
};
|
|
119
|
-
open: {
|
|
120
|
-
type: import("vue").PropType<boolean>;
|
|
121
|
-
default: boolean;
|
|
122
|
-
};
|
|
123
118
|
testId: {
|
|
124
119
|
type: import("vue").PropType<string>;
|
|
125
120
|
default: string;
|
|
126
121
|
};
|
|
122
|
+
open: {
|
|
123
|
+
type: import("vue").PropType<boolean>;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
127
126
|
}>> & {
|
|
128
127
|
"onUpdate:open"?: (value: boolean) => any;
|
|
129
128
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
130
129
|
"update:open": (value: boolean) => void;
|
|
131
130
|
}, string, {
|
|
132
131
|
title: string;
|
|
133
|
-
open: boolean;
|
|
134
132
|
testId: string;
|
|
133
|
+
open: boolean;
|
|
135
134
|
}, {}, string> & {
|
|
136
135
|
beforeCreate?: (() => void) | (() => void)[];
|
|
137
136
|
created?: (() => void) | (() => void)[];
|
|
@@ -157,14 +156,14 @@ declare const FormCardTypes: () => (({
|
|
|
157
156
|
type: import("vue").PropType<string>;
|
|
158
157
|
default: string;
|
|
159
158
|
};
|
|
160
|
-
open: {
|
|
161
|
-
type: import("vue").PropType<boolean>;
|
|
162
|
-
default: boolean;
|
|
163
|
-
};
|
|
164
159
|
testId: {
|
|
165
160
|
type: import("vue").PropType<string>;
|
|
166
161
|
default: string;
|
|
167
162
|
};
|
|
163
|
+
open: {
|
|
164
|
+
type: import("vue").PropType<boolean>;
|
|
165
|
+
default: boolean;
|
|
166
|
+
};
|
|
168
167
|
}>> & {
|
|
169
168
|
"onUpdate:open"?: (value: boolean) => any;
|
|
170
169
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -176,22 +175,22 @@ declare const FormCardTypes: () => (({
|
|
|
176
175
|
type: import("vue").PropType<string>;
|
|
177
176
|
default: string;
|
|
178
177
|
};
|
|
179
|
-
open: {
|
|
180
|
-
type: import("vue").PropType<boolean>;
|
|
181
|
-
default: boolean;
|
|
182
|
-
};
|
|
183
178
|
testId: {
|
|
184
179
|
type: import("vue").PropType<string>;
|
|
185
180
|
default: string;
|
|
186
181
|
};
|
|
182
|
+
open: {
|
|
183
|
+
type: import("vue").PropType<boolean>;
|
|
184
|
+
default: boolean;
|
|
185
|
+
};
|
|
187
186
|
}>> & {
|
|
188
187
|
"onUpdate:open"?: (value: boolean) => any;
|
|
189
188
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
190
189
|
"update:open": (value: boolean) => void;
|
|
191
190
|
}, string, {
|
|
192
191
|
title: string;
|
|
193
|
-
open: boolean;
|
|
194
192
|
testId: string;
|
|
193
|
+
open: boolean;
|
|
195
194
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
196
195
|
$slots: {
|
|
197
196
|
default?(_: {}): any;
|
|
@@ -402,119 +401,5 @@ declare const FormCardTypes: () => (({
|
|
|
402
401
|
default?(_: {}): any;
|
|
403
402
|
footer?(_: {}): any;
|
|
404
403
|
};
|
|
405
|
-
})) | ({
|
|
406
|
-
new (...args: any[]): {
|
|
407
|
-
$: import("vue").ComponentInternalInstance;
|
|
408
|
-
$data: {};
|
|
409
|
-
$props: Partial<{
|
|
410
|
-
label: string;
|
|
411
|
-
mandatory: boolean;
|
|
412
|
-
testId: string;
|
|
413
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
414
|
-
label: {
|
|
415
|
-
type: import("vue").PropType<string>;
|
|
416
|
-
required: true;
|
|
417
|
-
default: string;
|
|
418
|
-
};
|
|
419
|
-
mandatory: {
|
|
420
|
-
type: import("vue").PropType<boolean>;
|
|
421
|
-
default: boolean;
|
|
422
|
-
};
|
|
423
|
-
testId: {
|
|
424
|
-
type: import("vue").PropType<string>;
|
|
425
|
-
default: string;
|
|
426
|
-
};
|
|
427
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "mandatory" | "testId">;
|
|
428
|
-
$attrs: {
|
|
429
|
-
[x: string]: unknown;
|
|
430
|
-
};
|
|
431
|
-
$refs: {
|
|
432
|
-
[x: string]: unknown;
|
|
433
|
-
};
|
|
434
|
-
$slots: Readonly<{
|
|
435
|
-
[name: string]: import("vue").Slot;
|
|
436
|
-
}>;
|
|
437
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
438
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
439
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
440
|
-
$el: any;
|
|
441
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
442
|
-
label: {
|
|
443
|
-
type: import("vue").PropType<string>;
|
|
444
|
-
required: true;
|
|
445
|
-
default: string;
|
|
446
|
-
};
|
|
447
|
-
mandatory: {
|
|
448
|
-
type: import("vue").PropType<boolean>;
|
|
449
|
-
default: boolean;
|
|
450
|
-
};
|
|
451
|
-
testId: {
|
|
452
|
-
type: import("vue").PropType<string>;
|
|
453
|
-
default: string;
|
|
454
|
-
};
|
|
455
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
456
|
-
label: string;
|
|
457
|
-
mandatory: boolean;
|
|
458
|
-
testId: string;
|
|
459
|
-
}, {}, string> & {
|
|
460
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
461
|
-
created?: (() => void) | (() => void)[];
|
|
462
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
463
|
-
mounted?: (() => void) | (() => void)[];
|
|
464
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
465
|
-
updated?: (() => void) | (() => void)[];
|
|
466
|
-
activated?: (() => void) | (() => void)[];
|
|
467
|
-
deactivated?: (() => void) | (() => void)[];
|
|
468
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
469
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
470
|
-
destroyed?: (() => void) | (() => void)[];
|
|
471
|
-
unmounted?: (() => void) | (() => void)[];
|
|
472
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
473
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
474
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
475
|
-
};
|
|
476
|
-
$forceUpdate: () => void;
|
|
477
|
-
$nextTick: typeof import("vue").nextTick;
|
|
478
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
479
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
480
|
-
label: {
|
|
481
|
-
type: import("vue").PropType<string>;
|
|
482
|
-
required: true;
|
|
483
|
-
default: string;
|
|
484
|
-
};
|
|
485
|
-
mandatory: {
|
|
486
|
-
type: import("vue").PropType<boolean>;
|
|
487
|
-
default: boolean;
|
|
488
|
-
};
|
|
489
|
-
testId: {
|
|
490
|
-
type: import("vue").PropType<string>;
|
|
491
|
-
default: string;
|
|
492
|
-
};
|
|
493
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
494
|
-
__isFragment?: never;
|
|
495
|
-
__isTeleport?: never;
|
|
496
|
-
__isSuspense?: never;
|
|
497
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
498
|
-
label: {
|
|
499
|
-
type: import("vue").PropType<string>;
|
|
500
|
-
required: true;
|
|
501
|
-
default: string;
|
|
502
|
-
};
|
|
503
|
-
mandatory: {
|
|
504
|
-
type: import("vue").PropType<boolean>;
|
|
505
|
-
default: boolean;
|
|
506
|
-
};
|
|
507
|
-
testId: {
|
|
508
|
-
type: import("vue").PropType<string>;
|
|
509
|
-
default: string;
|
|
510
|
-
};
|
|
511
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
512
|
-
label: string;
|
|
513
|
-
mandatory: boolean;
|
|
514
|
-
testId: string;
|
|
515
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
516
|
-
$slots: {
|
|
517
|
-
content?(_: {}): any;
|
|
518
|
-
};
|
|
519
404
|
})))[];
|
|
520
|
-
export {
|
|
405
|
+
export { FormCard, CardPanel, FoldableSection, FormCardTypes };
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import o from "./FormCard.vue.js";
|
|
2
2
|
import r from "./CardPanel.vue.js";
|
|
3
3
|
import m from "./FoldableSection.vue.js";
|
|
4
|
-
|
|
5
|
-
const d = () => [o, r, m, t];
|
|
4
|
+
const p = () => [o, r, m];
|
|
6
5
|
export {
|
|
7
6
|
r as CardPanel,
|
|
8
7
|
m as FoldableSection,
|
|
9
8
|
o as FormCard,
|
|
10
|
-
|
|
11
|
-
t as FormRow
|
|
9
|
+
p as FormCardTypes
|
|
12
10
|
};
|
|
@@ -30,8 +30,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
theme: string;
|
|
31
31
|
testId: string;
|
|
32
32
|
container: string;
|
|
33
|
-
distance: number;
|
|
34
33
|
isOnTop: boolean;
|
|
34
|
+
distance: number;
|
|
35
35
|
skidding: number;
|
|
36
36
|
}>, {
|
|
37
37
|
trigger?(_: {}): any;
|