@ironsource/shared-ui 2.1.1 → 2.1.2
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_5d9c6052_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_aa538d40_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_c859928d_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_d5635f1b_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_5fa01c78_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_258b9f7e_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_117ac157_lang.css +1 -0
- package/MultiBar.vue_vue_type_style_index_0_scoped_b473b35e_lang.css +1 -0
- package/MultiBarMenu.vue_vue_type_style_index_0_scoped_e40e5dda_lang.css +1 -0
- package/StatusDot.vue_vue_type_style_index_0_scoped_0c8a38e5_lang.css +1 -0
- package/ToggleV4.vue_vue_type_style_index_0_scoped_ad231e8c_lang.css +1 -0
- package/components/appHeader/AppHeader.vue.d.ts +5 -0
- package/components/appHeader/AppHeader.vue.js +2 -2
- package/components/appHeader/AppHeader.vue2.js +33 -29
- package/components/appHeader/index.d.ts +9 -0
- package/components/dropdown/common/Dropdown.common.js +18 -18
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +37 -37
- 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 +5 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +48 -40
- package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -3
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +107 -102
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +283 -0
- package/components/dropdown/v4/index.d.ts +54 -9
- package/components/icon/v3/Icon.vue2.js +1 -1
- package/components/icon/v3/icons/FiltersSearch.vue.js +41 -0
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +29 -27
- package/components/inlineCopy/index.d.ts +11 -0
- package/components/multibar/MultiBar.types.d.ts +1 -0
- package/components/multibar/MultiBar.vue.d.ts +10 -0
- package/components/multibar/MultiBar.vue.js +3 -3
- package/components/multibar/MultiBar.vue2.js +58 -51
- package/components/multibar/MultiBarMenu.vue.d.ts +5 -0
- package/components/multibar/MultiBarMenu.vue.js +3 -3
- package/components/multibar/MultiBarMenu.vue2.js +23 -18
- package/components/multibar/index.d.ts +18 -0
- package/components/statusDot/StatusDot.vue.d.ts +30 -0
- package/components/statusDot/StatusDot.vue.js +7 -0
- package/components/statusDot/StatusDot.vue2.js +15 -0
- package/components/statusDot/index.d.ts +17 -0
- package/components/statusDot/index.js +6 -0
- package/components/statusDot/types.d.ts +2 -0
- package/components/table/common/Table.common.js +31 -31
- package/components/table/v4/DataGrid.vue.d.ts +8 -3
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +76 -75
- package/components/table/v4/index.d.ts +27 -8
- package/components/toggle/v4/ToggleV4.vue.js +5 -5
- package/components/toggle/v4/ToggleV4.vue2.js +1 -1
- package/index.d.ts +232 -34
- package/index.js +104 -102
- package/package.json +6 -2
- package/testids/index.d.ts +6 -0
- package/testids/index.js +15 -14
- 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/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_c38e97df_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_09d33c49_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_06dcfe6d_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_19f8fedd_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +0 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_f5061530_lang.css +0 -1
- package/MultiBarMenu.vue_vue_type_style_index_0_scoped_ae2bbc6c_lang.css +0 -1
- package/ToggleV4.vue_vue_type_style_index_0_scoped_ef31fecc_lang.css +0 -1
- /package/components/icon/{icons → v3/icons}/FiltersSearch.vue.d.ts +0 -0
package/index.d.ts
CHANGED
|
@@ -21,6 +21,36 @@ import * as tableV4 from '@/components/table/v4';
|
|
|
21
21
|
import * as tableCellsV3 from '@/components/table-cells/v3';
|
|
22
22
|
import * as snackbarV3 from '@/components/snackbar/v3';
|
|
23
23
|
declare const _default: {
|
|
24
|
+
StatusDot: import("vue").DefineComponent<{
|
|
25
|
+
type: {
|
|
26
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
27
|
+
required: true;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
type: {
|
|
32
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
33
|
+
required: true;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
}>>, {
|
|
37
|
+
type: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
38
|
+
}>;
|
|
39
|
+
StatusDotTypes: () => import("vue").DefineComponent<{
|
|
40
|
+
type: {
|
|
41
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
42
|
+
required: true;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
type: {
|
|
47
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
48
|
+
required: true;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
}>>, {
|
|
52
|
+
type: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
53
|
+
}>[];
|
|
24
54
|
InlineCopy: import("vue").DefineComponent<{
|
|
25
55
|
text: {
|
|
26
56
|
type: import("vue").PropType<string>;
|
|
@@ -37,6 +67,11 @@ declare const _default: {
|
|
|
37
67
|
required: true;
|
|
38
68
|
default: string;
|
|
39
69
|
};
|
|
70
|
+
hideTextValue: {
|
|
71
|
+
type: import("vue").PropType<boolean>;
|
|
72
|
+
required: true;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
40
75
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
76
|
text: {
|
|
42
77
|
type: import("vue").PropType<string>;
|
|
@@ -53,10 +88,16 @@ declare const _default: {
|
|
|
53
88
|
required: true;
|
|
54
89
|
default: string;
|
|
55
90
|
};
|
|
91
|
+
hideTextValue: {
|
|
92
|
+
type: import("vue").PropType<boolean>;
|
|
93
|
+
required: true;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
56
96
|
}>>, {
|
|
57
97
|
text: string;
|
|
58
98
|
size: "small" | "medium";
|
|
59
99
|
testId: string;
|
|
100
|
+
hideTextValue: boolean;
|
|
60
101
|
}>;
|
|
61
102
|
InlineCopyTypes: () => import("vue").DefineComponent<{
|
|
62
103
|
text: {
|
|
@@ -74,6 +115,11 @@ declare const _default: {
|
|
|
74
115
|
required: true;
|
|
75
116
|
default: string;
|
|
76
117
|
};
|
|
118
|
+
hideTextValue: {
|
|
119
|
+
type: import("vue").PropType<boolean>;
|
|
120
|
+
required: true;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
77
123
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
78
124
|
text: {
|
|
79
125
|
type: import("vue").PropType<string>;
|
|
@@ -90,10 +136,16 @@ declare const _default: {
|
|
|
90
136
|
required: true;
|
|
91
137
|
default: string;
|
|
92
138
|
};
|
|
139
|
+
hideTextValue: {
|
|
140
|
+
type: import("vue").PropType<boolean>;
|
|
141
|
+
required: true;
|
|
142
|
+
default: boolean;
|
|
143
|
+
};
|
|
93
144
|
}>>, {
|
|
94
145
|
text: string;
|
|
95
146
|
size: "small" | "medium";
|
|
96
147
|
testId: string;
|
|
148
|
+
hideTextValue: boolean;
|
|
97
149
|
}>[];
|
|
98
150
|
AppHeader: import("vue").DefineComponent<{
|
|
99
151
|
name: {
|
|
@@ -101,6 +153,10 @@ declare const _default: {
|
|
|
101
153
|
required: true;
|
|
102
154
|
default: string;
|
|
103
155
|
};
|
|
156
|
+
type: {
|
|
157
|
+
type: import("vue").PropType<"small" | "normal">;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
104
160
|
image: {
|
|
105
161
|
type: import("vue").PropType<string>;
|
|
106
162
|
required: true;
|
|
@@ -127,6 +183,10 @@ declare const _default: {
|
|
|
127
183
|
required: true;
|
|
128
184
|
default: string;
|
|
129
185
|
};
|
|
186
|
+
type: {
|
|
187
|
+
type: import("vue").PropType<"small" | "normal">;
|
|
188
|
+
default: string;
|
|
189
|
+
};
|
|
130
190
|
image: {
|
|
131
191
|
type: import("vue").PropType<string>;
|
|
132
192
|
required: true;
|
|
@@ -149,6 +209,7 @@ declare const _default: {
|
|
|
149
209
|
};
|
|
150
210
|
}>>, {
|
|
151
211
|
name: string;
|
|
212
|
+
type: "small" | "normal";
|
|
152
213
|
image: string;
|
|
153
214
|
testId: string;
|
|
154
215
|
platform: "android" | "ios";
|
|
@@ -160,6 +221,10 @@ declare const _default: {
|
|
|
160
221
|
required: true;
|
|
161
222
|
default: string;
|
|
162
223
|
};
|
|
224
|
+
type: {
|
|
225
|
+
type: import("vue").PropType<"small" | "normal">;
|
|
226
|
+
default: string;
|
|
227
|
+
};
|
|
163
228
|
image: {
|
|
164
229
|
type: import("vue").PropType<string>;
|
|
165
230
|
required: true;
|
|
@@ -186,6 +251,10 @@ declare const _default: {
|
|
|
186
251
|
required: true;
|
|
187
252
|
default: string;
|
|
188
253
|
};
|
|
254
|
+
type: {
|
|
255
|
+
type: import("vue").PropType<"small" | "normal">;
|
|
256
|
+
default: string;
|
|
257
|
+
};
|
|
189
258
|
image: {
|
|
190
259
|
type: import("vue").PropType<string>;
|
|
191
260
|
required: true;
|
|
@@ -208,6 +277,7 @@ declare const _default: {
|
|
|
208
277
|
};
|
|
209
278
|
}>>, {
|
|
210
279
|
name: string;
|
|
280
|
+
type: "small" | "normal";
|
|
211
281
|
image: string;
|
|
212
282
|
testId: string;
|
|
213
283
|
platform: "android" | "ios";
|
|
@@ -2120,7 +2190,8 @@ declare const _default: {
|
|
|
2120
2190
|
rowHeight: number | ((index: number) => number);
|
|
2121
2191
|
loadingRowCount: number;
|
|
2122
2192
|
defaultScrollPosition: number;
|
|
2123
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
2193
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
2194
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
2124
2195
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2125
2196
|
showSearch: boolean;
|
|
2126
2197
|
zIndexBase: number;
|
|
@@ -2206,9 +2277,13 @@ declare const _default: {
|
|
|
2206
2277
|
default: any;
|
|
2207
2278
|
};
|
|
2208
2279
|
getRowId: {
|
|
2209
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
2280
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
2210
2281
|
default: (row: any, index: any) => any;
|
|
2211
2282
|
};
|
|
2283
|
+
selectedMatcher: {
|
|
2284
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
2285
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
2286
|
+
};
|
|
2212
2287
|
emptyStateVariant: {
|
|
2213
2288
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2214
2289
|
default: any;
|
|
@@ -2233,7 +2308,7 @@ declare const _default: {
|
|
|
2233
2308
|
onLoadMore?: () => any;
|
|
2234
2309
|
"onUpdate:search"?: (query: string) => any;
|
|
2235
2310
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
2236
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
2311
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
2237
2312
|
$attrs: {
|
|
2238
2313
|
[x: string]: unknown;
|
|
2239
2314
|
};
|
|
@@ -2334,9 +2409,13 @@ declare const _default: {
|
|
|
2334
2409
|
default: any;
|
|
2335
2410
|
};
|
|
2336
2411
|
getRowId: {
|
|
2337
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
2412
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
2338
2413
|
default: (row: any, index: any) => any;
|
|
2339
2414
|
};
|
|
2415
|
+
selectedMatcher: {
|
|
2416
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
2417
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
2418
|
+
};
|
|
2340
2419
|
emptyStateVariant: {
|
|
2341
2420
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2342
2421
|
default: any;
|
|
@@ -2392,7 +2471,8 @@ declare const _default: {
|
|
|
2392
2471
|
rowHeight: number | ((index: number) => number);
|
|
2393
2472
|
loadingRowCount: number;
|
|
2394
2473
|
defaultScrollPosition: number;
|
|
2395
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
2474
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
2475
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
2396
2476
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2397
2477
|
showSearch: boolean;
|
|
2398
2478
|
zIndexBase: number;
|
|
@@ -2498,9 +2578,13 @@ declare const _default: {
|
|
|
2498
2578
|
default: any;
|
|
2499
2579
|
};
|
|
2500
2580
|
getRowId: {
|
|
2501
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
2581
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
2502
2582
|
default: (row: any, index: any) => any;
|
|
2503
2583
|
};
|
|
2584
|
+
selectedMatcher: {
|
|
2585
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
2586
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
2587
|
+
};
|
|
2504
2588
|
emptyStateVariant: {
|
|
2505
2589
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2506
2590
|
default: any;
|
|
@@ -2611,9 +2695,13 @@ declare const _default: {
|
|
|
2611
2695
|
default: any;
|
|
2612
2696
|
};
|
|
2613
2697
|
getRowId: {
|
|
2614
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
2698
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
2615
2699
|
default: (row: any, index: any) => any;
|
|
2616
2700
|
};
|
|
2701
|
+
selectedMatcher: {
|
|
2702
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
2703
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
2704
|
+
};
|
|
2617
2705
|
emptyStateVariant: {
|
|
2618
2706
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2619
2707
|
default: any;
|
|
@@ -2669,7 +2757,8 @@ declare const _default: {
|
|
|
2669
2757
|
rowHeight: number | ((index: number) => number);
|
|
2670
2758
|
loadingRowCount: number;
|
|
2671
2759
|
defaultScrollPosition: number;
|
|
2672
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
2760
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
2761
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
2673
2762
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2674
2763
|
showSearch: boolean;
|
|
2675
2764
|
zIndexBase: number;
|
|
@@ -2769,7 +2858,8 @@ declare const _default: {
|
|
|
2769
2858
|
rowHeight: number | ((index: number) => number);
|
|
2770
2859
|
loadingRowCount: number;
|
|
2771
2860
|
defaultScrollPosition: number;
|
|
2772
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
2861
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
2862
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
2773
2863
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2774
2864
|
showSearch: boolean;
|
|
2775
2865
|
zIndexBase: number;
|
|
@@ -2855,9 +2945,13 @@ declare const _default: {
|
|
|
2855
2945
|
default: any;
|
|
2856
2946
|
};
|
|
2857
2947
|
getRowId: {
|
|
2858
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
2948
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
2859
2949
|
default: (row: any, index: any) => any;
|
|
2860
2950
|
};
|
|
2951
|
+
selectedMatcher: {
|
|
2952
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
2953
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
2954
|
+
};
|
|
2861
2955
|
emptyStateVariant: {
|
|
2862
2956
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2863
2957
|
default: any;
|
|
@@ -2882,7 +2976,7 @@ declare const _default: {
|
|
|
2882
2976
|
onLoadMore?: () => any;
|
|
2883
2977
|
"onUpdate:search"?: (query: string) => any;
|
|
2884
2978
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
2885
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
2979
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
2886
2980
|
$attrs: {
|
|
2887
2981
|
[x: string]: unknown;
|
|
2888
2982
|
};
|
|
@@ -2983,9 +3077,13 @@ declare const _default: {
|
|
|
2983
3077
|
default: any;
|
|
2984
3078
|
};
|
|
2985
3079
|
getRowId: {
|
|
2986
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
3080
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
2987
3081
|
default: (row: any, index: any) => any;
|
|
2988
3082
|
};
|
|
3083
|
+
selectedMatcher: {
|
|
3084
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
3085
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
3086
|
+
};
|
|
2989
3087
|
emptyStateVariant: {
|
|
2990
3088
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
2991
3089
|
default: any;
|
|
@@ -3041,7 +3139,8 @@ declare const _default: {
|
|
|
3041
3139
|
rowHeight: number | ((index: number) => number);
|
|
3042
3140
|
loadingRowCount: number;
|
|
3043
3141
|
defaultScrollPosition: number;
|
|
3044
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
3142
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
3143
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
3045
3144
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
3046
3145
|
showSearch: boolean;
|
|
3047
3146
|
zIndexBase: number;
|
|
@@ -3147,9 +3246,13 @@ declare const _default: {
|
|
|
3147
3246
|
default: any;
|
|
3148
3247
|
};
|
|
3149
3248
|
getRowId: {
|
|
3150
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
3249
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
3151
3250
|
default: (row: any, index: any) => any;
|
|
3152
3251
|
};
|
|
3252
|
+
selectedMatcher: {
|
|
3253
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
3254
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
3255
|
+
};
|
|
3153
3256
|
emptyStateVariant: {
|
|
3154
3257
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
3155
3258
|
default: any;
|
|
@@ -3260,9 +3363,13 @@ declare const _default: {
|
|
|
3260
3363
|
default: any;
|
|
3261
3364
|
};
|
|
3262
3365
|
getRowId: {
|
|
3263
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
3366
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
3264
3367
|
default: (row: any, index: any) => any;
|
|
3265
3368
|
};
|
|
3369
|
+
selectedMatcher: {
|
|
3370
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
3371
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
3372
|
+
};
|
|
3266
3373
|
emptyStateVariant: {
|
|
3267
3374
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
3268
3375
|
default: any;
|
|
@@ -3318,7 +3425,8 @@ declare const _default: {
|
|
|
3318
3425
|
rowHeight: number | ((index: number) => number);
|
|
3319
3426
|
loadingRowCount: number;
|
|
3320
3427
|
defaultScrollPosition: number;
|
|
3321
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
3428
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
3429
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
3322
3430
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
3323
3431
|
showSearch: boolean;
|
|
3324
3432
|
zIndexBase: number;
|
|
@@ -10767,7 +10875,7 @@ declare const _default: {
|
|
|
10767
10875
|
$props: Partial<{
|
|
10768
10876
|
theme: string;
|
|
10769
10877
|
disabled: boolean;
|
|
10770
|
-
size: "
|
|
10878
|
+
size: "small" | "medium" | "large";
|
|
10771
10879
|
flip: boolean;
|
|
10772
10880
|
mandatory: boolean;
|
|
10773
10881
|
testId: string;
|
|
@@ -10782,6 +10890,7 @@ declare const _default: {
|
|
|
10782
10890
|
multi: boolean;
|
|
10783
10891
|
inlineSearch: boolean;
|
|
10784
10892
|
noResultsText: string;
|
|
10893
|
+
showSelectAll: boolean;
|
|
10785
10894
|
defaultOpen: boolean;
|
|
10786
10895
|
skidding: number;
|
|
10787
10896
|
onSearch: (option: any, term: string) => boolean;
|
|
@@ -10803,6 +10912,7 @@ declare const _default: {
|
|
|
10803
10912
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
10804
10913
|
fullWidth: boolean;
|
|
10805
10914
|
optionsListWidth: string;
|
|
10915
|
+
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
10806
10916
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10807
10917
|
theme: {
|
|
10808
10918
|
type: import("vue").PropType<string>;
|
|
@@ -10813,7 +10923,7 @@ declare const _default: {
|
|
|
10813
10923
|
default: boolean;
|
|
10814
10924
|
};
|
|
10815
10925
|
size: {
|
|
10816
|
-
type: import("vue").PropType<"
|
|
10926
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
10817
10927
|
default: string;
|
|
10818
10928
|
};
|
|
10819
10929
|
flip: {
|
|
@@ -10884,6 +10994,7 @@ declare const _default: {
|
|
|
10884
10994
|
};
|
|
10885
10995
|
showSelectAll: {
|
|
10886
10996
|
type: import("vue").PropType<boolean>;
|
|
10997
|
+
default: boolean;
|
|
10887
10998
|
};
|
|
10888
10999
|
defaultOpen: {
|
|
10889
11000
|
type: import("vue").PropType<boolean>;
|
|
@@ -10976,13 +11087,17 @@ declare const _default: {
|
|
|
10976
11087
|
type: import("vue").PropType<string>;
|
|
10977
11088
|
default: any;
|
|
10978
11089
|
};
|
|
11090
|
+
statusType: {
|
|
11091
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
11092
|
+
default: any;
|
|
11093
|
+
};
|
|
10979
11094
|
}>> & {
|
|
10980
11095
|
onApply?: (value: unknown) => any;
|
|
10981
11096
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
10982
11097
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
10983
11098
|
onOpened?: () => any;
|
|
10984
11099
|
onClosed?: () => any;
|
|
10985
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "modelValue" | "placeholder" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "defaultOpen" | "skidding" | "onSearch" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "valueToCopy" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "onClear" | "inlineSearchPlaceholder" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "searchAutoFocus" | "predefinedTrigger" | "fullWidth" | "optionsListWidth">;
|
|
11100
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "modelValue" | "placeholder" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "showSelectAll" | "defaultOpen" | "skidding" | "onSearch" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "valueToCopy" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "onClear" | "inlineSearchPlaceholder" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "searchAutoFocus" | "predefinedTrigger" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
10986
11101
|
$attrs: {
|
|
10987
11102
|
[x: string]: unknown;
|
|
10988
11103
|
};
|
|
@@ -11006,7 +11121,7 @@ declare const _default: {
|
|
|
11006
11121
|
default: boolean;
|
|
11007
11122
|
};
|
|
11008
11123
|
size: {
|
|
11009
|
-
type: import("vue").PropType<"
|
|
11124
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
11010
11125
|
default: string;
|
|
11011
11126
|
};
|
|
11012
11127
|
flip: {
|
|
@@ -11077,6 +11192,7 @@ declare const _default: {
|
|
|
11077
11192
|
};
|
|
11078
11193
|
showSelectAll: {
|
|
11079
11194
|
type: import("vue").PropType<boolean>;
|
|
11195
|
+
default: boolean;
|
|
11080
11196
|
};
|
|
11081
11197
|
defaultOpen: {
|
|
11082
11198
|
type: import("vue").PropType<boolean>;
|
|
@@ -11169,6 +11285,10 @@ declare const _default: {
|
|
|
11169
11285
|
type: import("vue").PropType<string>;
|
|
11170
11286
|
default: any;
|
|
11171
11287
|
};
|
|
11288
|
+
statusType: {
|
|
11289
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
11290
|
+
default: any;
|
|
11291
|
+
};
|
|
11172
11292
|
}>> & {
|
|
11173
11293
|
onApply?: (value: unknown) => any;
|
|
11174
11294
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
@@ -11187,7 +11307,7 @@ declare const _default: {
|
|
|
11187
11307
|
}, string, {
|
|
11188
11308
|
theme: string;
|
|
11189
11309
|
disabled: boolean;
|
|
11190
|
-
size: "
|
|
11310
|
+
size: "small" | "medium" | "large";
|
|
11191
11311
|
flip: boolean;
|
|
11192
11312
|
mandatory: boolean;
|
|
11193
11313
|
testId: string;
|
|
@@ -11202,6 +11322,7 @@ declare const _default: {
|
|
|
11202
11322
|
multi: boolean;
|
|
11203
11323
|
inlineSearch: boolean;
|
|
11204
11324
|
noResultsText: string;
|
|
11325
|
+
showSelectAll: boolean;
|
|
11205
11326
|
defaultOpen: boolean;
|
|
11206
11327
|
skidding: number;
|
|
11207
11328
|
onSearch: (option: any, term: string) => boolean;
|
|
@@ -11223,6 +11344,7 @@ declare const _default: {
|
|
|
11223
11344
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
11224
11345
|
fullWidth: boolean;
|
|
11225
11346
|
optionsListWidth: string;
|
|
11347
|
+
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
11226
11348
|
}, {}, string> & {
|
|
11227
11349
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11228
11350
|
created?: (() => void) | (() => void)[];
|
|
@@ -11253,7 +11375,7 @@ declare const _default: {
|
|
|
11253
11375
|
default: boolean;
|
|
11254
11376
|
};
|
|
11255
11377
|
size: {
|
|
11256
|
-
type: import("vue").PropType<"
|
|
11378
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
11257
11379
|
default: string;
|
|
11258
11380
|
};
|
|
11259
11381
|
flip: {
|
|
@@ -11324,6 +11446,7 @@ declare const _default: {
|
|
|
11324
11446
|
};
|
|
11325
11447
|
showSelectAll: {
|
|
11326
11448
|
type: import("vue").PropType<boolean>;
|
|
11449
|
+
default: boolean;
|
|
11327
11450
|
};
|
|
11328
11451
|
defaultOpen: {
|
|
11329
11452
|
type: import("vue").PropType<boolean>;
|
|
@@ -11416,6 +11539,10 @@ declare const _default: {
|
|
|
11416
11539
|
type: import("vue").PropType<string>;
|
|
11417
11540
|
default: any;
|
|
11418
11541
|
};
|
|
11542
|
+
statusType: {
|
|
11543
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
11544
|
+
default: any;
|
|
11545
|
+
};
|
|
11419
11546
|
}>> & {
|
|
11420
11547
|
onApply?: (value: unknown) => any;
|
|
11421
11548
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
@@ -11439,7 +11566,7 @@ declare const _default: {
|
|
|
11439
11566
|
default: boolean;
|
|
11440
11567
|
};
|
|
11441
11568
|
size: {
|
|
11442
|
-
type: import("vue").PropType<"
|
|
11569
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
11443
11570
|
default: string;
|
|
11444
11571
|
};
|
|
11445
11572
|
flip: {
|
|
@@ -11510,6 +11637,7 @@ declare const _default: {
|
|
|
11510
11637
|
};
|
|
11511
11638
|
showSelectAll: {
|
|
11512
11639
|
type: import("vue").PropType<boolean>;
|
|
11640
|
+
default: boolean;
|
|
11513
11641
|
};
|
|
11514
11642
|
defaultOpen: {
|
|
11515
11643
|
type: import("vue").PropType<boolean>;
|
|
@@ -11602,6 +11730,10 @@ declare const _default: {
|
|
|
11602
11730
|
type: import("vue").PropType<string>;
|
|
11603
11731
|
default: any;
|
|
11604
11732
|
};
|
|
11733
|
+
statusType: {
|
|
11734
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
11735
|
+
default: any;
|
|
11736
|
+
};
|
|
11605
11737
|
}>> & {
|
|
11606
11738
|
onApply?: (value: unknown) => any;
|
|
11607
11739
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
@@ -11620,7 +11752,7 @@ declare const _default: {
|
|
|
11620
11752
|
}, string, {
|
|
11621
11753
|
theme: string;
|
|
11622
11754
|
disabled: boolean;
|
|
11623
|
-
size: "
|
|
11755
|
+
size: "small" | "medium" | "large";
|
|
11624
11756
|
flip: boolean;
|
|
11625
11757
|
mandatory: boolean;
|
|
11626
11758
|
testId: string;
|
|
@@ -11635,6 +11767,7 @@ declare const _default: {
|
|
|
11635
11767
|
multi: boolean;
|
|
11636
11768
|
inlineSearch: boolean;
|
|
11637
11769
|
noResultsText: string;
|
|
11770
|
+
showSelectAll: boolean;
|
|
11638
11771
|
defaultOpen: boolean;
|
|
11639
11772
|
skidding: number;
|
|
11640
11773
|
onSearch: (option: any, term: string) => boolean;
|
|
@@ -11656,6 +11789,7 @@ declare const _default: {
|
|
|
11656
11789
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
11657
11790
|
fullWidth: boolean;
|
|
11658
11791
|
optionsListWidth: string;
|
|
11792
|
+
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
11659
11793
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11660
11794
|
$slots: {
|
|
11661
11795
|
label?(_: {}): any;
|
|
@@ -11696,6 +11830,7 @@ declare const _default: {
|
|
|
11696
11830
|
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";
|
|
11697
11831
|
feedbackText: string;
|
|
11698
11832
|
feedbackVariant: "success" | "warning" | "error";
|
|
11833
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
11699
11834
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11700
11835
|
label: {
|
|
11701
11836
|
type: import("vue").PropType<string>;
|
|
@@ -11787,9 +11922,13 @@ declare const _default: {
|
|
|
11787
11922
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
11788
11923
|
default: any;
|
|
11789
11924
|
};
|
|
11925
|
+
statusDotType: {
|
|
11926
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
11927
|
+
default: any;
|
|
11928
|
+
};
|
|
11790
11929
|
}>> & {
|
|
11791
11930
|
onClick?: () => any;
|
|
11792
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "selectedOption" | "brandIconType" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant">;
|
|
11931
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "selectedOption" | "brandIconType" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "statusDotType">;
|
|
11793
11932
|
$attrs: {
|
|
11794
11933
|
[x: string]: unknown;
|
|
11795
11934
|
};
|
|
@@ -11894,6 +12033,10 @@ declare const _default: {
|
|
|
11894
12033
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
11895
12034
|
default: any;
|
|
11896
12035
|
};
|
|
12036
|
+
statusDotType: {
|
|
12037
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
12038
|
+
default: any;
|
|
12039
|
+
};
|
|
11897
12040
|
}>> & {
|
|
11898
12041
|
onClick?: () => any;
|
|
11899
12042
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11920,6 +12063,7 @@ declare const _default: {
|
|
|
11920
12063
|
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";
|
|
11921
12064
|
feedbackText: string;
|
|
11922
12065
|
feedbackVariant: "success" | "warning" | "error";
|
|
12066
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
11923
12067
|
}, {}, string> & {
|
|
11924
12068
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11925
12069
|
created?: (() => void) | (() => void)[];
|
|
@@ -12031,6 +12175,10 @@ declare const _default: {
|
|
|
12031
12175
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
12032
12176
|
default: any;
|
|
12033
12177
|
};
|
|
12178
|
+
statusDotType: {
|
|
12179
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
12180
|
+
default: any;
|
|
12181
|
+
};
|
|
12034
12182
|
}>> & {
|
|
12035
12183
|
onClick?: () => any;
|
|
12036
12184
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -12128,6 +12276,10 @@ declare const _default: {
|
|
|
12128
12276
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
12129
12277
|
default: any;
|
|
12130
12278
|
};
|
|
12279
|
+
statusDotType: {
|
|
12280
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
12281
|
+
default: any;
|
|
12282
|
+
};
|
|
12131
12283
|
}>> & {
|
|
12132
12284
|
onClick?: () => any;
|
|
12133
12285
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -12154,6 +12306,7 @@ declare const _default: {
|
|
|
12154
12306
|
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";
|
|
12155
12307
|
feedbackText: string;
|
|
12156
12308
|
feedbackVariant: "success" | "warning" | "error";
|
|
12309
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
12157
12310
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
12158
12311
|
$slots: {
|
|
12159
12312
|
image?(_: {}): any;
|
|
@@ -13263,6 +13416,7 @@ declare const _default: {
|
|
|
13263
13416
|
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";
|
|
13264
13417
|
feedbackText: string;
|
|
13265
13418
|
feedbackVariant: "success" | "warning" | "error";
|
|
13419
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
13266
13420
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
13267
13421
|
label: {
|
|
13268
13422
|
type: import("vue").PropType<string>;
|
|
@@ -13354,9 +13508,13 @@ declare const _default: {
|
|
|
13354
13508
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
13355
13509
|
default: any;
|
|
13356
13510
|
};
|
|
13511
|
+
statusDotType: {
|
|
13512
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
13513
|
+
default: any;
|
|
13514
|
+
};
|
|
13357
13515
|
}>> & {
|
|
13358
13516
|
onClick?: () => any;
|
|
13359
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "selectedOption" | "brandIconType" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant">;
|
|
13517
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "selectedOption" | "brandIconType" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "statusDotType">;
|
|
13360
13518
|
$attrs: {
|
|
13361
13519
|
[x: string]: unknown;
|
|
13362
13520
|
};
|
|
@@ -13461,6 +13619,10 @@ declare const _default: {
|
|
|
13461
13619
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
13462
13620
|
default: any;
|
|
13463
13621
|
};
|
|
13622
|
+
statusDotType: {
|
|
13623
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
13624
|
+
default: any;
|
|
13625
|
+
};
|
|
13464
13626
|
}>> & {
|
|
13465
13627
|
onClick?: () => any;
|
|
13466
13628
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -13487,6 +13649,7 @@ declare const _default: {
|
|
|
13487
13649
|
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";
|
|
13488
13650
|
feedbackText: string;
|
|
13489
13651
|
feedbackVariant: "success" | "warning" | "error";
|
|
13652
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
13490
13653
|
}, {}, string> & {
|
|
13491
13654
|
beforeCreate?: (() => void) | (() => void)[];
|
|
13492
13655
|
created?: (() => void) | (() => void)[];
|
|
@@ -13598,6 +13761,10 @@ declare const _default: {
|
|
|
13598
13761
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
13599
13762
|
default: any;
|
|
13600
13763
|
};
|
|
13764
|
+
statusDotType: {
|
|
13765
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
13766
|
+
default: any;
|
|
13767
|
+
};
|
|
13601
13768
|
}>> & {
|
|
13602
13769
|
onClick?: () => any;
|
|
13603
13770
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -13695,6 +13862,10 @@ declare const _default: {
|
|
|
13695
13862
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
13696
13863
|
default: any;
|
|
13697
13864
|
};
|
|
13865
|
+
statusDotType: {
|
|
13866
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
13867
|
+
default: any;
|
|
13868
|
+
};
|
|
13698
13869
|
}>> & {
|
|
13699
13870
|
onClick?: () => any;
|
|
13700
13871
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -13721,6 +13892,7 @@ declare const _default: {
|
|
|
13721
13892
|
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";
|
|
13722
13893
|
feedbackText: string;
|
|
13723
13894
|
feedbackVariant: "success" | "warning" | "error";
|
|
13895
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
13724
13896
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
13725
13897
|
$slots: {
|
|
13726
13898
|
image?(_: {}): any;
|
|
@@ -14002,7 +14174,7 @@ declare const _default: {
|
|
|
14002
14174
|
$props: Partial<{
|
|
14003
14175
|
theme: string;
|
|
14004
14176
|
disabled: boolean;
|
|
14005
|
-
size: "
|
|
14177
|
+
size: "small" | "medium" | "large";
|
|
14006
14178
|
flip: boolean;
|
|
14007
14179
|
mandatory: boolean;
|
|
14008
14180
|
testId: string;
|
|
@@ -14017,6 +14189,7 @@ declare const _default: {
|
|
|
14017
14189
|
multi: boolean;
|
|
14018
14190
|
inlineSearch: boolean;
|
|
14019
14191
|
noResultsText: string;
|
|
14192
|
+
showSelectAll: boolean;
|
|
14020
14193
|
defaultOpen: boolean;
|
|
14021
14194
|
skidding: number;
|
|
14022
14195
|
onSearch: (option: any, term: string) => boolean;
|
|
@@ -14038,6 +14211,7 @@ declare const _default: {
|
|
|
14038
14211
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
14039
14212
|
fullWidth: boolean;
|
|
14040
14213
|
optionsListWidth: string;
|
|
14214
|
+
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
14041
14215
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
14042
14216
|
theme: {
|
|
14043
14217
|
type: import("vue").PropType<string>;
|
|
@@ -14048,7 +14222,7 @@ declare const _default: {
|
|
|
14048
14222
|
default: boolean;
|
|
14049
14223
|
};
|
|
14050
14224
|
size: {
|
|
14051
|
-
type: import("vue").PropType<"
|
|
14225
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
14052
14226
|
default: string;
|
|
14053
14227
|
};
|
|
14054
14228
|
flip: {
|
|
@@ -14119,6 +14293,7 @@ declare const _default: {
|
|
|
14119
14293
|
};
|
|
14120
14294
|
showSelectAll: {
|
|
14121
14295
|
type: import("vue").PropType<boolean>;
|
|
14296
|
+
default: boolean;
|
|
14122
14297
|
};
|
|
14123
14298
|
defaultOpen: {
|
|
14124
14299
|
type: import("vue").PropType<boolean>;
|
|
@@ -14211,13 +14386,17 @@ declare const _default: {
|
|
|
14211
14386
|
type: import("vue").PropType<string>;
|
|
14212
14387
|
default: any;
|
|
14213
14388
|
};
|
|
14389
|
+
statusType: {
|
|
14390
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
14391
|
+
default: any;
|
|
14392
|
+
};
|
|
14214
14393
|
}>> & {
|
|
14215
14394
|
onApply?: (value: unknown) => any;
|
|
14216
14395
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
14217
14396
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
14218
14397
|
onOpened?: () => any;
|
|
14219
14398
|
onClosed?: () => any;
|
|
14220
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "modelValue" | "placeholder" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "defaultOpen" | "skidding" | "onSearch" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "valueToCopy" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "onClear" | "inlineSearchPlaceholder" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "searchAutoFocus" | "predefinedTrigger" | "fullWidth" | "optionsListWidth">;
|
|
14399
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "modelValue" | "placeholder" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "showSelectAll" | "defaultOpen" | "skidding" | "onSearch" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "valueToCopy" | "optionNameKey" | "optionImageKey" | "optionIconKey" | "optionIconType" | "onClear" | "inlineSearchPlaceholder" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "searchAutoFocus" | "predefinedTrigger" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
14221
14400
|
$attrs: {
|
|
14222
14401
|
[x: string]: unknown;
|
|
14223
14402
|
};
|
|
@@ -14241,7 +14420,7 @@ declare const _default: {
|
|
|
14241
14420
|
default: boolean;
|
|
14242
14421
|
};
|
|
14243
14422
|
size: {
|
|
14244
|
-
type: import("vue").PropType<"
|
|
14423
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
14245
14424
|
default: string;
|
|
14246
14425
|
};
|
|
14247
14426
|
flip: {
|
|
@@ -14312,6 +14491,7 @@ declare const _default: {
|
|
|
14312
14491
|
};
|
|
14313
14492
|
showSelectAll: {
|
|
14314
14493
|
type: import("vue").PropType<boolean>;
|
|
14494
|
+
default: boolean;
|
|
14315
14495
|
};
|
|
14316
14496
|
defaultOpen: {
|
|
14317
14497
|
type: import("vue").PropType<boolean>;
|
|
@@ -14404,6 +14584,10 @@ declare const _default: {
|
|
|
14404
14584
|
type: import("vue").PropType<string>;
|
|
14405
14585
|
default: any;
|
|
14406
14586
|
};
|
|
14587
|
+
statusType: {
|
|
14588
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
14589
|
+
default: any;
|
|
14590
|
+
};
|
|
14407
14591
|
}>> & {
|
|
14408
14592
|
onApply?: (value: unknown) => any;
|
|
14409
14593
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
@@ -14422,7 +14606,7 @@ declare const _default: {
|
|
|
14422
14606
|
}, string, {
|
|
14423
14607
|
theme: string;
|
|
14424
14608
|
disabled: boolean;
|
|
14425
|
-
size: "
|
|
14609
|
+
size: "small" | "medium" | "large";
|
|
14426
14610
|
flip: boolean;
|
|
14427
14611
|
mandatory: boolean;
|
|
14428
14612
|
testId: string;
|
|
@@ -14437,6 +14621,7 @@ declare const _default: {
|
|
|
14437
14621
|
multi: boolean;
|
|
14438
14622
|
inlineSearch: boolean;
|
|
14439
14623
|
noResultsText: string;
|
|
14624
|
+
showSelectAll: boolean;
|
|
14440
14625
|
defaultOpen: boolean;
|
|
14441
14626
|
skidding: number;
|
|
14442
14627
|
onSearch: (option: any, term: string) => boolean;
|
|
@@ -14458,6 +14643,7 @@ declare const _default: {
|
|
|
14458
14643
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
14459
14644
|
fullWidth: boolean;
|
|
14460
14645
|
optionsListWidth: string;
|
|
14646
|
+
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
14461
14647
|
}, {}, string> & {
|
|
14462
14648
|
beforeCreate?: (() => void) | (() => void)[];
|
|
14463
14649
|
created?: (() => void) | (() => void)[];
|
|
@@ -14488,7 +14674,7 @@ declare const _default: {
|
|
|
14488
14674
|
default: boolean;
|
|
14489
14675
|
};
|
|
14490
14676
|
size: {
|
|
14491
|
-
type: import("vue").PropType<"
|
|
14677
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
14492
14678
|
default: string;
|
|
14493
14679
|
};
|
|
14494
14680
|
flip: {
|
|
@@ -14559,6 +14745,7 @@ declare const _default: {
|
|
|
14559
14745
|
};
|
|
14560
14746
|
showSelectAll: {
|
|
14561
14747
|
type: import("vue").PropType<boolean>;
|
|
14748
|
+
default: boolean;
|
|
14562
14749
|
};
|
|
14563
14750
|
defaultOpen: {
|
|
14564
14751
|
type: import("vue").PropType<boolean>;
|
|
@@ -14651,6 +14838,10 @@ declare const _default: {
|
|
|
14651
14838
|
type: import("vue").PropType<string>;
|
|
14652
14839
|
default: any;
|
|
14653
14840
|
};
|
|
14841
|
+
statusType: {
|
|
14842
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
14843
|
+
default: any;
|
|
14844
|
+
};
|
|
14654
14845
|
}>> & {
|
|
14655
14846
|
onApply?: (value: unknown) => any;
|
|
14656
14847
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
@@ -14674,7 +14865,7 @@ declare const _default: {
|
|
|
14674
14865
|
default: boolean;
|
|
14675
14866
|
};
|
|
14676
14867
|
size: {
|
|
14677
|
-
type: import("vue").PropType<"
|
|
14868
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
14678
14869
|
default: string;
|
|
14679
14870
|
};
|
|
14680
14871
|
flip: {
|
|
@@ -14745,6 +14936,7 @@ declare const _default: {
|
|
|
14745
14936
|
};
|
|
14746
14937
|
showSelectAll: {
|
|
14747
14938
|
type: import("vue").PropType<boolean>;
|
|
14939
|
+
default: boolean;
|
|
14748
14940
|
};
|
|
14749
14941
|
defaultOpen: {
|
|
14750
14942
|
type: import("vue").PropType<boolean>;
|
|
@@ -14837,6 +15029,10 @@ declare const _default: {
|
|
|
14837
15029
|
type: import("vue").PropType<string>;
|
|
14838
15030
|
default: any;
|
|
14839
15031
|
};
|
|
15032
|
+
statusType: {
|
|
15033
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
15034
|
+
default: any;
|
|
15035
|
+
};
|
|
14840
15036
|
}>> & {
|
|
14841
15037
|
onApply?: (value: unknown) => any;
|
|
14842
15038
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
@@ -14855,7 +15051,7 @@ declare const _default: {
|
|
|
14855
15051
|
}, string, {
|
|
14856
15052
|
theme: string;
|
|
14857
15053
|
disabled: boolean;
|
|
14858
|
-
size: "
|
|
15054
|
+
size: "small" | "medium" | "large";
|
|
14859
15055
|
flip: boolean;
|
|
14860
15056
|
mandatory: boolean;
|
|
14861
15057
|
testId: string;
|
|
@@ -14870,6 +15066,7 @@ declare const _default: {
|
|
|
14870
15066
|
multi: boolean;
|
|
14871
15067
|
inlineSearch: boolean;
|
|
14872
15068
|
noResultsText: string;
|
|
15069
|
+
showSelectAll: boolean;
|
|
14873
15070
|
defaultOpen: boolean;
|
|
14874
15071
|
skidding: number;
|
|
14875
15072
|
onSearch: (option: any, term: string) => boolean;
|
|
@@ -14891,6 +15088,7 @@ declare const _default: {
|
|
|
14891
15088
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
14892
15089
|
fullWidth: boolean;
|
|
14893
15090
|
optionsListWidth: string;
|
|
15091
|
+
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
14894
15092
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
14895
15093
|
$slots: {
|
|
14896
15094
|
label?(_: {}): any;
|