@ironsource/shared-ui 2.1.3-rc.8 → 2.1.3
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_d6680a72_lang.css +1 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_2e91704b_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_8ffac784_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_bddb537c_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c3033d90_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_ea9275e6_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_24014c62_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_fa761e4d_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/OptionV4.vue_vue_type_style_index_0_scoped_cae6bfd4_lang.css +1 -0
- package/TabsV4.vue_vue_type_style_index_0_scoped_bab40cfe_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 +14 -7
- package/components/alert/Alert.vue.js +2 -2
- package/components/alert/Alert.vue2.js +30 -29
- package/components/alert/index.d.ts +176 -38
- package/components/appHeader/AppHeader.vue.d.ts +5 -0
- package/components/appHeader/AppHeader.vue.js +2 -2
- package/components/appHeader/AppHeader.vue2.js +49 -37
- package/components/appHeader/index.d.ts +9 -0
- 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/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/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +2 -2
- package/components/dialog/v4/index.d.ts +16 -16
- 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/AppDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +31 -31
- 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/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +96 -86
- 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/filterDropdown/index.d.ts +8 -8
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +1 -1
- 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 +39 -1
- 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 +6 -6
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +2 -2
- package/components/input/v4/index.d.ts +115 -115
- package/components/multibar/MultiBarMenu.vue2.js +13 -11
- 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 +147 -137
- 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/v4/TabsV4.vue.js +4 -4
- package/components/tabs/v4/TabsV4.vue2.js +4 -4
- package/components/textArea/v4/TextAreaV4.vue.d.ts +13 -3
- package/components/textArea/v4/TextAreaV4.vue.js +2 -2
- package/components/textArea/v4/TextAreaV4.vue2.js +25 -25
- package/components/textArea/v4/index.d.ts +41 -23
- 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/index.d.ts +2242 -1912
- package/index.js +74 -70
- package/package.json +5 -3
- package/testids/index.d.ts +3 -1
- package/testids/index.js +10 -10
- package/Alert.vue_vue_type_style_index_0_scoped_203b6bd1_lang.css +0 -1
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_5d9c6052_lang.css +0 -1
- 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/DialogV4.vue_vue_type_style_index_0_scoped_7422cf08_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_276bd901_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_39f48410_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_d2743070_lang.css +0 -1
- package/TabsV4.vue_vue_type_style_index_0_scoped_bab86b0a_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_6e91a617_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_dca4c102_lang.css +0 -1
|
@@ -10,10 +10,10 @@ declare const DataGridTypes: () => (({
|
|
|
10
10
|
title: string;
|
|
11
11
|
search: string;
|
|
12
12
|
testId: string;
|
|
13
|
+
isLoading: boolean;
|
|
14
|
+
searchAutoFocus: boolean;
|
|
13
15
|
searchPlaceholder: string;
|
|
14
16
|
selection: unknown[];
|
|
15
|
-
searchAutoFocus: boolean;
|
|
16
|
-
isLoading: boolean;
|
|
17
17
|
isSticky: boolean;
|
|
18
18
|
sections: import("../common/Table.types").Section[];
|
|
19
19
|
isStickyHeader: boolean;
|
|
@@ -50,6 +50,14 @@ declare const DataGridTypes: () => (({
|
|
|
50
50
|
type: import("vue").PropType<string>;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
|
+
isLoading: {
|
|
54
|
+
type: import("vue").PropType<boolean>;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
searchAutoFocus: {
|
|
58
|
+
type: import("vue").PropType<boolean>;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
53
61
|
searchPlaceholder: {
|
|
54
62
|
type: import("vue").PropType<string>;
|
|
55
63
|
default: string;
|
|
@@ -58,14 +66,6 @@ declare const DataGridTypes: () => (({
|
|
|
58
66
|
type: import("vue").PropType<unknown[]>;
|
|
59
67
|
default: any;
|
|
60
68
|
};
|
|
61
|
-
searchAutoFocus: {
|
|
62
|
-
type: import("vue").PropType<boolean>;
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
isLoading: {
|
|
66
|
-
type: import("vue").PropType<boolean>;
|
|
67
|
-
default: boolean;
|
|
68
|
-
};
|
|
69
69
|
isSticky: {
|
|
70
70
|
type: import("vue").PropType<boolean>;
|
|
71
71
|
default: boolean;
|
|
@@ -142,7 +142,7 @@ declare const DataGridTypes: () => (({
|
|
|
142
142
|
onLoadMore?: () => any;
|
|
143
143
|
"onUpdate:search"?: (query: string) => any;
|
|
144
144
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
145
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "
|
|
145
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
146
146
|
$attrs: {
|
|
147
147
|
[x: string]: unknown;
|
|
148
148
|
};
|
|
@@ -182,6 +182,14 @@ declare const DataGridTypes: () => (({
|
|
|
182
182
|
type: import("vue").PropType<string>;
|
|
183
183
|
default: string;
|
|
184
184
|
};
|
|
185
|
+
isLoading: {
|
|
186
|
+
type: import("vue").PropType<boolean>;
|
|
187
|
+
default: boolean;
|
|
188
|
+
};
|
|
189
|
+
searchAutoFocus: {
|
|
190
|
+
type: import("vue").PropType<boolean>;
|
|
191
|
+
default: boolean;
|
|
192
|
+
};
|
|
185
193
|
searchPlaceholder: {
|
|
186
194
|
type: import("vue").PropType<string>;
|
|
187
195
|
default: string;
|
|
@@ -190,14 +198,6 @@ declare const DataGridTypes: () => (({
|
|
|
190
198
|
type: import("vue").PropType<unknown[]>;
|
|
191
199
|
default: any;
|
|
192
200
|
};
|
|
193
|
-
searchAutoFocus: {
|
|
194
|
-
type: import("vue").PropType<boolean>;
|
|
195
|
-
default: boolean;
|
|
196
|
-
};
|
|
197
|
-
isLoading: {
|
|
198
|
-
type: import("vue").PropType<boolean>;
|
|
199
|
-
default: boolean;
|
|
200
|
-
};
|
|
201
201
|
isSticky: {
|
|
202
202
|
type: import("vue").PropType<boolean>;
|
|
203
203
|
default: boolean;
|
|
@@ -291,10 +291,10 @@ declare const DataGridTypes: () => (({
|
|
|
291
291
|
title: string;
|
|
292
292
|
search: string;
|
|
293
293
|
testId: string;
|
|
294
|
+
isLoading: boolean;
|
|
295
|
+
searchAutoFocus: boolean;
|
|
294
296
|
searchPlaceholder: string;
|
|
295
297
|
selection: unknown[];
|
|
296
|
-
searchAutoFocus: boolean;
|
|
297
|
-
isLoading: boolean;
|
|
298
298
|
isSticky: boolean;
|
|
299
299
|
sections: import("../common/Table.types").Section[];
|
|
300
300
|
isStickyHeader: boolean;
|
|
@@ -351,6 +351,14 @@ declare const DataGridTypes: () => (({
|
|
|
351
351
|
type: import("vue").PropType<string>;
|
|
352
352
|
default: string;
|
|
353
353
|
};
|
|
354
|
+
isLoading: {
|
|
355
|
+
type: import("vue").PropType<boolean>;
|
|
356
|
+
default: boolean;
|
|
357
|
+
};
|
|
358
|
+
searchAutoFocus: {
|
|
359
|
+
type: import("vue").PropType<boolean>;
|
|
360
|
+
default: boolean;
|
|
361
|
+
};
|
|
354
362
|
searchPlaceholder: {
|
|
355
363
|
type: import("vue").PropType<string>;
|
|
356
364
|
default: string;
|
|
@@ -359,14 +367,6 @@ declare const DataGridTypes: () => (({
|
|
|
359
367
|
type: import("vue").PropType<unknown[]>;
|
|
360
368
|
default: any;
|
|
361
369
|
};
|
|
362
|
-
searchAutoFocus: {
|
|
363
|
-
type: import("vue").PropType<boolean>;
|
|
364
|
-
default: boolean;
|
|
365
|
-
};
|
|
366
|
-
isLoading: {
|
|
367
|
-
type: import("vue").PropType<boolean>;
|
|
368
|
-
default: boolean;
|
|
369
|
-
};
|
|
370
370
|
isSticky: {
|
|
371
371
|
type: import("vue").PropType<boolean>;
|
|
372
372
|
default: boolean;
|
|
@@ -468,6 +468,14 @@ declare const DataGridTypes: () => (({
|
|
|
468
468
|
type: import("vue").PropType<string>;
|
|
469
469
|
default: string;
|
|
470
470
|
};
|
|
471
|
+
isLoading: {
|
|
472
|
+
type: import("vue").PropType<boolean>;
|
|
473
|
+
default: boolean;
|
|
474
|
+
};
|
|
475
|
+
searchAutoFocus: {
|
|
476
|
+
type: import("vue").PropType<boolean>;
|
|
477
|
+
default: boolean;
|
|
478
|
+
};
|
|
471
479
|
searchPlaceholder: {
|
|
472
480
|
type: import("vue").PropType<string>;
|
|
473
481
|
default: string;
|
|
@@ -476,14 +484,6 @@ declare const DataGridTypes: () => (({
|
|
|
476
484
|
type: import("vue").PropType<unknown[]>;
|
|
477
485
|
default: any;
|
|
478
486
|
};
|
|
479
|
-
searchAutoFocus: {
|
|
480
|
-
type: import("vue").PropType<boolean>;
|
|
481
|
-
default: boolean;
|
|
482
|
-
};
|
|
483
|
-
isLoading: {
|
|
484
|
-
type: import("vue").PropType<boolean>;
|
|
485
|
-
default: boolean;
|
|
486
|
-
};
|
|
487
487
|
isSticky: {
|
|
488
488
|
type: import("vue").PropType<boolean>;
|
|
489
489
|
default: boolean;
|
|
@@ -577,10 +577,10 @@ declare const DataGridTypes: () => (({
|
|
|
577
577
|
title: string;
|
|
578
578
|
search: string;
|
|
579
579
|
testId: string;
|
|
580
|
+
isLoading: boolean;
|
|
581
|
+
searchAutoFocus: boolean;
|
|
580
582
|
searchPlaceholder: string;
|
|
581
583
|
selection: unknown[];
|
|
582
|
-
searchAutoFocus: boolean;
|
|
583
|
-
isLoading: boolean;
|
|
584
584
|
isSticky: boolean;
|
|
585
585
|
sections: import("../common/Table.types").Section[];
|
|
586
586
|
isStickyHeader: boolean;
|
|
@@ -29,9 +29,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
29
29
|
}>>>, {
|
|
30
30
|
type: "input" | "dropdown";
|
|
31
31
|
cell: string;
|
|
32
|
-
displayValue: (option: unknown) => unknown;
|
|
33
32
|
validateFunction: (value: unknown) => string | boolean;
|
|
34
33
|
isLoading: boolean;
|
|
34
|
+
displayValue: (option: unknown) => unknown;
|
|
35
35
|
}>, {
|
|
36
36
|
input?(_: {}): any;
|
|
37
37
|
content?(_: {}): any;
|
|
@@ -6,9 +6,9 @@ declare const EditableTypes: () => ({
|
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
type: "input" | "dropdown";
|
|
8
8
|
cell: string;
|
|
9
|
-
displayValue: (option: unknown) => unknown;
|
|
10
9
|
validateFunction: (value: unknown) => string | boolean;
|
|
11
10
|
isLoading: boolean;
|
|
11
|
+
displayValue: (option: unknown) => unknown;
|
|
12
12
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
type: {
|
|
14
14
|
type: import("vue").PropType<"input" | "dropdown">;
|
|
@@ -19,10 +19,6 @@ declare const EditableTypes: () => ({
|
|
|
19
19
|
type: import("vue").PropType<string>;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
-
displayValue: {
|
|
23
|
-
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
24
|
-
default: (cell: unknown) => unknown;
|
|
25
|
-
};
|
|
26
22
|
validateFunction: {
|
|
27
23
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
28
24
|
default: () => false;
|
|
@@ -39,7 +35,11 @@ declare const EditableTypes: () => ({
|
|
|
39
35
|
type: import("vue").PropType<number>;
|
|
40
36
|
required: true;
|
|
41
37
|
};
|
|
42
|
-
|
|
38
|
+
displayValue: {
|
|
39
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
40
|
+
default: (cell: unknown) => unknown;
|
|
41
|
+
};
|
|
42
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "validateFunction" | "isLoading" | "displayValue">;
|
|
43
43
|
$attrs: {
|
|
44
44
|
[x: string]: unknown;
|
|
45
45
|
};
|
|
@@ -63,10 +63,6 @@ declare const EditableTypes: () => ({
|
|
|
63
63
|
type: import("vue").PropType<string>;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
|
-
displayValue: {
|
|
67
|
-
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
68
|
-
default: (cell: unknown) => unknown;
|
|
69
|
-
};
|
|
70
66
|
validateFunction: {
|
|
71
67
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
72
68
|
default: () => false;
|
|
@@ -83,12 +79,16 @@ declare const EditableTypes: () => ({
|
|
|
83
79
|
type: import("vue").PropType<number>;
|
|
84
80
|
required: true;
|
|
85
81
|
};
|
|
82
|
+
displayValue: {
|
|
83
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
84
|
+
default: (cell: unknown) => unknown;
|
|
85
|
+
};
|
|
86
86
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
87
87
|
type: "input" | "dropdown";
|
|
88
88
|
cell: string;
|
|
89
|
-
displayValue: (option: unknown) => unknown;
|
|
90
89
|
validateFunction: (value: unknown) => string | boolean;
|
|
91
90
|
isLoading: boolean;
|
|
91
|
+
displayValue: (option: unknown) => unknown;
|
|
92
92
|
}, {}, string> & {
|
|
93
93
|
beforeCreate?: (() => void) | (() => void)[];
|
|
94
94
|
created?: (() => void) | (() => void)[];
|
|
@@ -119,10 +119,6 @@ declare const EditableTypes: () => ({
|
|
|
119
119
|
type: import("vue").PropType<string>;
|
|
120
120
|
default: string;
|
|
121
121
|
};
|
|
122
|
-
displayValue: {
|
|
123
|
-
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
124
|
-
default: (cell: unknown) => unknown;
|
|
125
|
-
};
|
|
126
122
|
validateFunction: {
|
|
127
123
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
128
124
|
default: () => false;
|
|
@@ -139,6 +135,10 @@ declare const EditableTypes: () => ({
|
|
|
139
135
|
type: import("vue").PropType<number>;
|
|
140
136
|
required: true;
|
|
141
137
|
};
|
|
138
|
+
displayValue: {
|
|
139
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
140
|
+
default: (cell: unknown) => unknown;
|
|
141
|
+
};
|
|
142
142
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
143
143
|
__isFragment?: never;
|
|
144
144
|
__isTeleport?: never;
|
|
@@ -153,10 +153,6 @@ declare const EditableTypes: () => ({
|
|
|
153
153
|
type: import("vue").PropType<string>;
|
|
154
154
|
default: string;
|
|
155
155
|
};
|
|
156
|
-
displayValue: {
|
|
157
|
-
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
158
|
-
default: (cell: unknown) => unknown;
|
|
159
|
-
};
|
|
160
156
|
validateFunction: {
|
|
161
157
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
162
158
|
default: () => false;
|
|
@@ -173,12 +169,16 @@ declare const EditableTypes: () => ({
|
|
|
173
169
|
type: import("vue").PropType<number>;
|
|
174
170
|
required: true;
|
|
175
171
|
};
|
|
172
|
+
displayValue: {
|
|
173
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
174
|
+
default: (cell: unknown) => unknown;
|
|
175
|
+
};
|
|
176
176
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
177
177
|
type: "input" | "dropdown";
|
|
178
178
|
cell: string;
|
|
179
|
-
displayValue: (option: unknown) => unknown;
|
|
180
179
|
validateFunction: (value: unknown) => string | boolean;
|
|
181
180
|
isLoading: boolean;
|
|
181
|
+
displayValue: (option: unknown) => unknown;
|
|
182
182
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
183
183
|
$slots: {
|
|
184
184
|
input?(_: {}): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./TabsV4.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../TabsV4.
|
|
4
|
-
const
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../TabsV4.vue_vue_type_style_index_0_scoped_bab40cfe_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ e(o, [["__scopeId", "data-v-bab40cfe"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "../../../TabsV4.
|
|
1
|
+
import "../../../TabsV4.vue_vue_type_style_index_0_scoped_bab40cfe_lang.css"; import { defineComponent as h, useCssVars as C, ref as v, watch as w, nextTick as $, openBlock as r, createElementBlock as l, mergeProps as y, unref as s, Fragment as S, renderList as g, normalizeClass as A, renderSlot as N, createBlock as V, withCtx as B, createTextVNode as M, toDisplayString as E, createCommentVNode as P, pushScopeId as W, popScopeId as _, createElementVNode as H } from "vue";
|
|
2
2
|
import R from "../../typography/v4/Typography.vue.js";
|
|
3
3
|
import { TabsTestIdModifiers as c } from "../../../testids/index.js";
|
|
4
4
|
import { tabsCommon as z } from "../common/tabsCommon.js";
|
|
5
5
|
import { useTestIdAttrs as D } from "../../../utils/testIds.js";
|
|
6
|
-
const F = (t) => (W("data-v-
|
|
6
|
+
const F = (t) => (W("data-v-bab40cfe"), t = t(), _(), t), U = ["data-testid", "onClick", "onMouseover"], j = /* @__PURE__ */ F(() => /* @__PURE__ */ H("div", { class: "tabs-border-line" }, null, -1)), Q = /* @__PURE__ */ h({
|
|
7
7
|
__name: "TabsV4",
|
|
8
8
|
props: {
|
|
9
9
|
tabsList: { default: () => [] },
|
|
@@ -15,8 +15,8 @@ const F = (t) => (W("data-v-bab86b0a"), t = t(), _(), t), U = ["data-testid", "o
|
|
|
15
15
|
setup(t, { emit: f }) {
|
|
16
16
|
const a = t;
|
|
17
17
|
C((o) => ({
|
|
18
|
-
"
|
|
19
|
-
|
|
18
|
+
"57c21ae0": b.value,
|
|
19
|
+
bdc3e3e6: m.value
|
|
20
20
|
}));
|
|
21
21
|
const {
|
|
22
22
|
skipUnwrap: p,
|
|
@@ -12,6 +12,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
12
12
|
feedbackVariant?: FeedbackVariant;
|
|
13
13
|
feedbackText?: string;
|
|
14
14
|
showFeedbackTextIcon?: boolean;
|
|
15
|
+
resize?: 'none' | 'vertical' | 'horizontal' | 'both';
|
|
16
|
+
height?: string;
|
|
15
17
|
testId?: string;
|
|
16
18
|
}>, {
|
|
17
19
|
modelValue: string;
|
|
@@ -25,7 +27,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
25
27
|
feedbackText: string;
|
|
26
28
|
feedbackVariant: any;
|
|
27
29
|
showFeedbackTextIcon: boolean;
|
|
30
|
+
resize: string;
|
|
28
31
|
testId: string;
|
|
32
|
+
height: any;
|
|
29
33
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
34
|
"update:modelValue": (value: string) => void;
|
|
31
35
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -40,6 +44,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
40
44
|
feedbackVariant?: FeedbackVariant;
|
|
41
45
|
feedbackText?: string;
|
|
42
46
|
showFeedbackTextIcon?: boolean;
|
|
47
|
+
resize?: 'none' | 'vertical' | 'horizontal' | 'both';
|
|
48
|
+
height?: string;
|
|
43
49
|
testId?: string;
|
|
44
50
|
}>, {
|
|
45
51
|
modelValue: string;
|
|
@@ -53,21 +59,25 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
53
59
|
feedbackText: string;
|
|
54
60
|
feedbackVariant: any;
|
|
55
61
|
showFeedbackTextIcon: boolean;
|
|
62
|
+
resize: string;
|
|
56
63
|
testId: string;
|
|
64
|
+
height: any;
|
|
57
65
|
}>>> & {
|
|
58
66
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
59
67
|
}, {
|
|
60
68
|
label: string;
|
|
61
69
|
disabled: boolean;
|
|
70
|
+
height: string;
|
|
71
|
+
resize: 'none' | 'vertical' | 'horizontal' | 'both';
|
|
62
72
|
mandatory: boolean;
|
|
63
73
|
testId: string;
|
|
64
|
-
modelValue: string;
|
|
65
|
-
placeholder: string;
|
|
66
74
|
hoverHelpText: string;
|
|
67
75
|
hoverHelpTextPlacement: TooltipPositions;
|
|
76
|
+
maxLength: number;
|
|
77
|
+
modelValue: string;
|
|
78
|
+
placeholder: string;
|
|
68
79
|
feedbackText: string;
|
|
69
80
|
feedbackVariant: FeedbackVariant;
|
|
70
|
-
maxLength: number;
|
|
71
81
|
showFeedbackTextIcon: boolean;
|
|
72
82
|
}>;
|
|
73
83
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./TextAreaV4.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TextAreaV4.
|
|
4
|
-
const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-0336a92f"]]);
|
|
5
5
|
export {
|
|
6
6
|
a as default
|
|
7
7
|
};
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
import "../../../TextAreaV4.
|
|
2
|
-
import
|
|
1
|
+
import "../../../TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css"; import { defineComponent as s, computed as b, openBlock as t, createElementBlock as i, mergeProps as c, unref as a, createBlock as n, createCommentVNode as l, createElementVNode as g } from "vue";
|
|
2
|
+
import v from "../../shared/FieldLabel.vue.js";
|
|
3
3
|
import k from "../../shared/FieldMaxLength.vue.js";
|
|
4
4
|
import T from "../../shared/FieldHelpText.vue.js";
|
|
5
|
-
import { TextAreaTestIdModifiers as
|
|
5
|
+
import { TextAreaTestIdModifiers as u } from "../../../testids/index.js";
|
|
6
6
|
import { useTestIdAttrs as V } from "../../../utils/testIds.js";
|
|
7
|
-
const
|
|
7
|
+
const y = ["value", "placeholder", "disabled", "maxlength"], I = {
|
|
8
8
|
key: 1,
|
|
9
9
|
class: "footer"
|
|
10
|
-
},
|
|
11
|
-
inheritAttrs: !1
|
|
12
|
-
}, E = /* @__PURE__ */ x({
|
|
13
|
-
...L,
|
|
10
|
+
}, w = /* @__PURE__ */ s({
|
|
14
11
|
__name: "TextAreaV4",
|
|
15
12
|
props: {
|
|
16
13
|
modelValue: { default: "" },
|
|
@@ -24,51 +21,54 @@ const I = ["value", "placeholder", "disabled", "maxlength"], y = {
|
|
|
24
21
|
feedbackVariant: { default: null },
|
|
25
22
|
feedbackText: { default: "" },
|
|
26
23
|
showFeedbackTextIcon: { type: Boolean, default: !0 },
|
|
24
|
+
resize: { default: "none" },
|
|
25
|
+
height: { default: null },
|
|
27
26
|
testId: { default: "" }
|
|
28
27
|
},
|
|
29
28
|
emits: ["update:modelValue"],
|
|
30
|
-
setup(e, { emit:
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
},
|
|
34
|
-
return (
|
|
35
|
-
e.label ? (t(), n(
|
|
29
|
+
setup(e, { emit: h }) {
|
|
30
|
+
const o = e, m = (d) => {
|
|
31
|
+
h("update:modelValue", d.target.value);
|
|
32
|
+
}, x = b(() => (o.modelValue || "").length), r = V(o.testId, u);
|
|
33
|
+
return (d, f) => (t(), i("div", c({ class: "textarea-field" }, a(r)[a(u).WRAPPER]), [
|
|
34
|
+
e.label ? (t(), n(v, {
|
|
36
35
|
key: 0,
|
|
36
|
+
class: "textarea-label",
|
|
37
37
|
label: e.label,
|
|
38
38
|
mandatory: e.mandatory,
|
|
39
39
|
"hover-help-text": e.hoverHelpText,
|
|
40
40
|
"hover-help-text-placement": e.hoverHelpTextPlacement,
|
|
41
41
|
disabled: e.disabled,
|
|
42
42
|
"test-id": e.testId
|
|
43
|
-
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) :
|
|
44
|
-
|
|
43
|
+
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : l("", !0),
|
|
44
|
+
g("textarea", c({
|
|
45
45
|
class: ["textarea", {
|
|
46
46
|
"textarea--disabled": e.disabled,
|
|
47
47
|
[`textarea--variant-${e.feedbackVariant}`]: !0
|
|
48
48
|
}],
|
|
49
|
+
style: { resize: e.resize, height: e.height },
|
|
49
50
|
value: e.modelValue,
|
|
50
51
|
placeholder: e.placeholder,
|
|
51
52
|
disabled: e.disabled,
|
|
52
|
-
maxlength: e.maxLength
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
e.feedbackText || e.maxLength ? (t(), c("div", y, [
|
|
53
|
+
maxlength: e.maxLength
|
|
54
|
+
}, a(r)[a(u).FIELD], { onInput: m }), null, 16, y),
|
|
55
|
+
e.feedbackText || e.maxLength ? (t(), i("div", I, [
|
|
56
56
|
e.feedbackText ? (t(), n(T, {
|
|
57
57
|
key: 0,
|
|
58
58
|
text: e.feedbackText,
|
|
59
59
|
variant: e.feedbackVariant,
|
|
60
60
|
"show-icon": e.showFeedbackTextIcon,
|
|
61
61
|
"test-id": e.testId
|
|
62
|
-
}, null, 8, ["text", "variant", "show-icon", "test-id"])) :
|
|
62
|
+
}, null, 8, ["text", "variant", "show-icon", "test-id"])) : l("", !0),
|
|
63
63
|
e.maxLength ? (t(), n(k, {
|
|
64
64
|
key: 1,
|
|
65
|
-
"current-length": a(
|
|
65
|
+
"current-length": a(x),
|
|
66
66
|
"max-length": e.maxLength
|
|
67
|
-
}, null, 8, ["current-length", "max-length"])) :
|
|
68
|
-
])) :
|
|
67
|
+
}, null, 8, ["current-length", "max-length"])) : l("", !0)
|
|
68
|
+
])) : l("", !0)
|
|
69
69
|
], 16));
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
72
|
export {
|
|
73
|
-
|
|
73
|
+
w as default
|
|
74
74
|
};
|
|
@@ -7,6 +7,14 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
7
7
|
type: import("vue").PropType<boolean>;
|
|
8
8
|
default: boolean;
|
|
9
9
|
};
|
|
10
|
+
height: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
default: any;
|
|
13
|
+
};
|
|
14
|
+
resize: {
|
|
15
|
+
type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
10
18
|
mandatory: {
|
|
11
19
|
type: import("vue").PropType<boolean>;
|
|
12
20
|
default: boolean;
|
|
@@ -15,20 +23,24 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
15
23
|
type: import("vue").PropType<string>;
|
|
16
24
|
default: string;
|
|
17
25
|
};
|
|
18
|
-
|
|
26
|
+
hoverHelpText: {
|
|
19
27
|
type: import("vue").PropType<string>;
|
|
20
28
|
default: string;
|
|
21
29
|
};
|
|
22
|
-
|
|
23
|
-
type: import("vue").PropType<
|
|
30
|
+
hoverHelpTextPlacement: {
|
|
31
|
+
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">;
|
|
24
32
|
default: string;
|
|
25
33
|
};
|
|
26
|
-
|
|
34
|
+
maxLength: {
|
|
35
|
+
type: import("vue").PropType<number>;
|
|
36
|
+
default: any;
|
|
37
|
+
};
|
|
38
|
+
modelValue: {
|
|
27
39
|
type: import("vue").PropType<string>;
|
|
28
40
|
default: string;
|
|
29
41
|
};
|
|
30
|
-
|
|
31
|
-
type: import("vue").PropType<
|
|
42
|
+
placeholder: {
|
|
43
|
+
type: import("vue").PropType<string>;
|
|
32
44
|
default: string;
|
|
33
45
|
};
|
|
34
46
|
feedbackText: {
|
|
@@ -39,10 +51,6 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
39
51
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
40
52
|
default: any;
|
|
41
53
|
};
|
|
42
|
-
maxLength: {
|
|
43
|
-
type: import("vue").PropType<number>;
|
|
44
|
-
default: any;
|
|
45
|
-
};
|
|
46
54
|
showFeedbackTextIcon: {
|
|
47
55
|
type: import("vue").PropType<boolean>;
|
|
48
56
|
default: boolean;
|
|
@@ -58,6 +66,14 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
58
66
|
type: import("vue").PropType<boolean>;
|
|
59
67
|
default: boolean;
|
|
60
68
|
};
|
|
69
|
+
height: {
|
|
70
|
+
type: import("vue").PropType<string>;
|
|
71
|
+
default: any;
|
|
72
|
+
};
|
|
73
|
+
resize: {
|
|
74
|
+
type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
61
77
|
mandatory: {
|
|
62
78
|
type: import("vue").PropType<boolean>;
|
|
63
79
|
default: boolean;
|
|
@@ -66,20 +82,24 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
66
82
|
type: import("vue").PropType<string>;
|
|
67
83
|
default: string;
|
|
68
84
|
};
|
|
69
|
-
|
|
85
|
+
hoverHelpText: {
|
|
70
86
|
type: import("vue").PropType<string>;
|
|
71
87
|
default: string;
|
|
72
88
|
};
|
|
73
|
-
|
|
74
|
-
type: import("vue").PropType<
|
|
89
|
+
hoverHelpTextPlacement: {
|
|
90
|
+
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">;
|
|
75
91
|
default: string;
|
|
76
92
|
};
|
|
77
|
-
|
|
93
|
+
maxLength: {
|
|
94
|
+
type: import("vue").PropType<number>;
|
|
95
|
+
default: any;
|
|
96
|
+
};
|
|
97
|
+
modelValue: {
|
|
78
98
|
type: import("vue").PropType<string>;
|
|
79
99
|
default: string;
|
|
80
100
|
};
|
|
81
|
-
|
|
82
|
-
type: import("vue").PropType<
|
|
101
|
+
placeholder: {
|
|
102
|
+
type: import("vue").PropType<string>;
|
|
83
103
|
default: string;
|
|
84
104
|
};
|
|
85
105
|
feedbackText: {
|
|
@@ -90,10 +110,6 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
90
110
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
91
111
|
default: any;
|
|
92
112
|
};
|
|
93
|
-
maxLength: {
|
|
94
|
-
type: import("vue").PropType<number>;
|
|
95
|
-
default: any;
|
|
96
|
-
};
|
|
97
113
|
showFeedbackTextIcon: {
|
|
98
114
|
type: import("vue").PropType<boolean>;
|
|
99
115
|
default: boolean;
|
|
@@ -103,15 +119,17 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
103
119
|
}, {
|
|
104
120
|
label: string;
|
|
105
121
|
disabled: boolean;
|
|
122
|
+
height: string;
|
|
123
|
+
resize: "both" | "none" | "horizontal" | "vertical";
|
|
106
124
|
mandatory: boolean;
|
|
107
125
|
testId: string;
|
|
108
|
-
modelValue: string;
|
|
109
|
-
placeholder: string;
|
|
110
126
|
hoverHelpText: string;
|
|
111
127
|
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";
|
|
128
|
+
maxLength: number;
|
|
129
|
+
modelValue: string;
|
|
130
|
+
placeholder: string;
|
|
112
131
|
feedbackText: string;
|
|
113
132
|
feedbackVariant: "success" | "warning" | "error";
|
|
114
|
-
maxLength: number;
|
|
115
133
|
showFeedbackTextIcon: boolean;
|
|
116
134
|
}>[];
|
|
117
135
|
export { default as TextArea } from './TextAreaV4.vue';
|
|
@@ -43,8 +43,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
43
|
}, {
|
|
44
44
|
color: string;
|
|
45
45
|
testId: string;
|
|
46
|
-
helperText: string;
|
|
47
46
|
isLoading: boolean;
|
|
47
|
+
helperText: string;
|
|
48
48
|
errorText: string;
|
|
49
49
|
activeText: string;
|
|
50
50
|
inactiveText: string;
|