@ironsource/shared-ui 2.2.0-rc.48 → 2.2.0-rc.50
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/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_921d4087_lang.css +1 -0
- package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
- package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_99e51ecc_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_9fa1921a_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_771e1980_lang.css +1 -0
- package/README.md +2 -2
- package/SearchV4.vue_vue_type_style_index_0_scoped_d6c42f4b_lang.css +1 -0
- package/TabsV4.vue_vue_type_style_index_0_scoped_f9433b11_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
- package/ToggleV4.vue_vue_type_style_index_0_scoped_a4aa32fb_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +1 -0
- package/components/autocomplete/index.d.ts +16 -16
- package/components/columnPicker/ColumnPicker.vue.d.ts +1 -1
- package/components/columnPicker/index.d.ts +20 -20
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +27 -28
- package/components/dropdown/common/Dropdown.common.js +274 -351
- package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
- package/components/dropdown/v3/index.d.ts +77 -77
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +32 -38
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +1 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +41 -50
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +216 -237
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +0 -5
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +9 -12
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +12 -12
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
- package/components/dropdown/v4/index.d.ts +2102 -2130
- package/components/helpText/HelpText.vue.js +3 -3
- package/components/helpText/HelpText.vue2.js +10 -11
- package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
- package/components/includeExclude/index.d.ts +54 -54
- package/components/inlineCopy/InlineCopy.vue.d.ts +0 -5
- package/components/inlineCopy/InlineCopy.vue.js +3 -3
- package/components/inlineCopy/InlineCopy.vue2.js +53 -54
- package/components/inlineCopy/index.d.ts +0 -9
- package/components/input/v4/TextField.vue.d.ts +0 -5
- package/components/input/v4/TextField.vue.js +2 -2
- package/components/input/v4/TextField.vue2.js +19 -22
- package/components/input/v4/index.d.ts +1 -20
- package/components/link/Link.vue.js +5 -5
- package/components/link/Link.vue2.js +21 -30
- package/components/search/v4/SearchV4.vue.d.ts +0 -5
- package/components/search/v4/SearchV4.vue.js +5 -5
- package/components/search/v4/SearchV4.vue2.js +18 -23
- package/components/search/v4/index.d.ts +0 -9
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +8 -9
- package/components/table/v4/DataGridMenu.vue.d.ts +0 -5
- package/components/table/v4/DataGridMenu.vue.js +5 -5
- package/components/table/v4/DataGridMenu.vue2.js +22 -28
- package/components/table/v4/index.d.ts +0 -9
- package/components/tabs/v4/TabsV4.vue.d.ts +0 -5
- package/components/tabs/v4/TabsV4.vue.js +3 -3
- package/components/tabs/v4/TabsV4.vue2.js +43 -74
- package/components/tabs/v4/index.d.ts +1 -20
- package/components/toggle/v4/ToggleV4.vue.d.ts +0 -5
- package/components/toggle/v4/ToggleV4.vue.js +3 -3
- package/components/toggle/v4/ToggleV4.vue2.js +41 -50
- package/components/toggle/v4/index.d.ts +1 -20
- package/components/tooltip/v4/TooltipV4.vue.d.ts +1 -14
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +63 -85
- package/components/tooltip/v4/index.d.ts +4 -51
- package/index.d.ts +2404 -2722
- package/index.js +1 -1
- package/package.json +1 -5
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_5a645cc9_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_b7e65177_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_bb44cdf8_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_f44f2402_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_960ea8b1_lang.css +0 -1
- package/HelpText.vue_vue_type_style_index_0_scoped_b5caf7cd_lang.css +0 -1
- package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_2a5345ef_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_8cb01c9d_lang.css +0 -1
- package/Link.vue_vue_type_style_index_0_scoped_c4345b08_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_d48a9318_lang.css +0 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_e1a33934_lang.css +0 -1
- package/TabsV4.vue_vue_type_style_index_0_scoped_9747c9da_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_f4275491_lang.css +0 -1
- package/ToggleV4.vue_vue_type_style_index_0_scoped_fbbae882_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_22e25f74_lang.css +0 -1
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { Placement } from 'floating-vue';
|
|
2
|
-
import { TriggerType } from './Dropdown.types';
|
|
3
|
-
import { IconTypes } from '@/components/icon/v4/Icon.types';
|
|
4
|
-
import { StatusDotTypes } from '@/components/statusDot/types';
|
|
5
|
-
import { TooltipPositions } from '@/components/tooltip/common/Tooltip.types';
|
|
6
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
-
modelValue?: unknown
|
|
8
|
-
selected?: unknown
|
|
3
|
+
modelValue?: unknown;
|
|
4
|
+
selected?: unknown;
|
|
9
5
|
multi?: boolean;
|
|
10
6
|
placeholder?: string;
|
|
11
7
|
disabled?: boolean;
|
|
@@ -28,7 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
28
24
|
alwaysShowScroll?: boolean;
|
|
29
25
|
inlineError?: boolean;
|
|
30
26
|
inlineErrorText?: string;
|
|
31
|
-
inlineErrorTextPlacement?:
|
|
27
|
+
inlineErrorTextPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
32
28
|
isOnTop?: boolean;
|
|
33
29
|
distance?: number;
|
|
34
30
|
container?: string;
|
|
@@ -38,13 +34,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
38
34
|
triggerLabel?: string;
|
|
39
35
|
triggerHelperText?: string;
|
|
40
36
|
triggerFeedbackText?: string;
|
|
41
|
-
triggerFeedbackVariant?:
|
|
37
|
+
triggerFeedbackVariant?: "success" | "warning" | "error";
|
|
42
38
|
triggerFeedbackShowIcon?: boolean;
|
|
43
39
|
triggerShowAllSelectedText?: boolean;
|
|
44
40
|
triggerShownValuesCount?: number;
|
|
45
|
-
size?:
|
|
41
|
+
size?: "small" | "medium" | "large";
|
|
46
42
|
mandatory?: boolean;
|
|
47
|
-
predefinedTrigger?:
|
|
43
|
+
predefinedTrigger?: "default" | "icon-button" | "chip" | "app";
|
|
48
44
|
inlineSearch?: boolean;
|
|
49
45
|
inlineSearchPlaceholder?: string;
|
|
50
46
|
onSearch?: (option: any, term: string) => boolean;
|
|
@@ -55,29 +51,28 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
55
51
|
optionNameKey?: string;
|
|
56
52
|
optionIconKey?: string;
|
|
57
53
|
optionImageKey?: string;
|
|
58
|
-
optionIconType?:
|
|
54
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
59
55
|
optionEndIconKey?: string;
|
|
60
|
-
optionEndIconType?:
|
|
56
|
+
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
61
57
|
optionsEndTextIconKey?: string;
|
|
62
58
|
optionFlagKey?: string;
|
|
63
59
|
optionWarningKey?: string;
|
|
64
60
|
valueToCopy?: string;
|
|
65
61
|
disabledOptionKey?: string;
|
|
66
|
-
optionTwoLinesVariant?:
|
|
62
|
+
optionTwoLinesVariant?: "horizontal" | "vertical";
|
|
67
63
|
optionTwoLinesKey?: string;
|
|
68
64
|
groupedOptions?: boolean;
|
|
69
65
|
resortGroupedOptions?: boolean;
|
|
70
66
|
comparingKey?: string;
|
|
71
67
|
customNumberOfDisplayedOptions?: number;
|
|
72
|
-
optionTooltipPosition?:
|
|
68
|
+
optionTooltipPosition?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
73
69
|
theme?: string;
|
|
74
70
|
fullWidth?: boolean;
|
|
75
71
|
optionsListWidth?: string;
|
|
76
|
-
statusType?:
|
|
72
|
+
statusType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
77
73
|
disableVirtualScroll?: boolean;
|
|
78
74
|
overrideOptionCountCalculation?: (option: unknown) => number;
|
|
79
75
|
withConditions?: boolean;
|
|
80
|
-
ariaLabel?: string;
|
|
81
76
|
}>, {
|
|
82
77
|
multi: boolean;
|
|
83
78
|
inlineSearchPlaceholder: string;
|
|
@@ -148,7 +143,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
148
143
|
overrideOptionCountCalculation: any;
|
|
149
144
|
withConditions: boolean;
|
|
150
145
|
infiniteLoading: boolean;
|
|
151
|
-
ariaLabel: string;
|
|
152
146
|
}>, {
|
|
153
147
|
selectItem: (option: any, index?: number) => void;
|
|
154
148
|
scrollTo: (index: number) => void;
|
|
@@ -166,8 +160,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
166
160
|
allSelectedChanged: (value: boolean) => void;
|
|
167
161
|
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
168
162
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
169
|
-
modelValue?: unknown
|
|
170
|
-
selected?: unknown
|
|
163
|
+
modelValue?: unknown;
|
|
164
|
+
selected?: unknown;
|
|
171
165
|
multi?: boolean;
|
|
172
166
|
placeholder?: string;
|
|
173
167
|
disabled?: boolean;
|
|
@@ -190,7 +184,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
190
184
|
alwaysShowScroll?: boolean;
|
|
191
185
|
inlineError?: boolean;
|
|
192
186
|
inlineErrorText?: string;
|
|
193
|
-
inlineErrorTextPlacement?:
|
|
187
|
+
inlineErrorTextPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
194
188
|
isOnTop?: boolean;
|
|
195
189
|
distance?: number;
|
|
196
190
|
container?: string;
|
|
@@ -200,13 +194,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
200
194
|
triggerLabel?: string;
|
|
201
195
|
triggerHelperText?: string;
|
|
202
196
|
triggerFeedbackText?: string;
|
|
203
|
-
triggerFeedbackVariant?:
|
|
197
|
+
triggerFeedbackVariant?: "success" | "warning" | "error";
|
|
204
198
|
triggerFeedbackShowIcon?: boolean;
|
|
205
199
|
triggerShowAllSelectedText?: boolean;
|
|
206
200
|
triggerShownValuesCount?: number;
|
|
207
|
-
size?:
|
|
201
|
+
size?: "small" | "medium" | "large";
|
|
208
202
|
mandatory?: boolean;
|
|
209
|
-
predefinedTrigger?:
|
|
203
|
+
predefinedTrigger?: "default" | "icon-button" | "chip" | "app";
|
|
210
204
|
inlineSearch?: boolean;
|
|
211
205
|
inlineSearchPlaceholder?: string;
|
|
212
206
|
onSearch?: (option: any, term: string) => boolean;
|
|
@@ -217,29 +211,28 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
217
211
|
optionNameKey?: string;
|
|
218
212
|
optionIconKey?: string;
|
|
219
213
|
optionImageKey?: string;
|
|
220
|
-
optionIconType?:
|
|
214
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
221
215
|
optionEndIconKey?: string;
|
|
222
|
-
optionEndIconType?:
|
|
216
|
+
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
223
217
|
optionsEndTextIconKey?: string;
|
|
224
218
|
optionFlagKey?: string;
|
|
225
219
|
optionWarningKey?: string;
|
|
226
220
|
valueToCopy?: string;
|
|
227
221
|
disabledOptionKey?: string;
|
|
228
|
-
optionTwoLinesVariant?:
|
|
222
|
+
optionTwoLinesVariant?: "horizontal" | "vertical";
|
|
229
223
|
optionTwoLinesKey?: string;
|
|
230
224
|
groupedOptions?: boolean;
|
|
231
225
|
resortGroupedOptions?: boolean;
|
|
232
226
|
comparingKey?: string;
|
|
233
227
|
customNumberOfDisplayedOptions?: number;
|
|
234
|
-
optionTooltipPosition?:
|
|
228
|
+
optionTooltipPosition?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
235
229
|
theme?: string;
|
|
236
230
|
fullWidth?: boolean;
|
|
237
231
|
optionsListWidth?: string;
|
|
238
|
-
statusType?:
|
|
232
|
+
statusType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
239
233
|
disableVirtualScroll?: boolean;
|
|
240
234
|
overrideOptionCountCalculation?: (option: unknown) => number;
|
|
241
235
|
withConditions?: boolean;
|
|
242
|
-
ariaLabel?: string;
|
|
243
236
|
}>, {
|
|
244
237
|
multi: boolean;
|
|
245
238
|
inlineSearchPlaceholder: string;
|
|
@@ -310,16 +303,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
310
303
|
overrideOptionCountCalculation: any;
|
|
311
304
|
withConditions: boolean;
|
|
312
305
|
infiniteLoading: boolean;
|
|
313
|
-
ariaLabel: string;
|
|
314
306
|
}>>> & {
|
|
315
307
|
onCopyToClipboard?: () => any;
|
|
316
308
|
onClear?: () => any;
|
|
317
309
|
onApply?: (value: unknown) => any;
|
|
310
|
+
onSelectAll?: () => any;
|
|
318
311
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
319
312
|
onAllSelectedChanged?: (value: boolean) => any;
|
|
320
313
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
321
314
|
onOnsearch?: (value: string) => any;
|
|
322
|
-
onSelectAll?: () => any;
|
|
323
315
|
onLoadMore?: () => any;
|
|
324
316
|
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
325
317
|
onOpened?: () => any;
|
|
@@ -332,68 +324,67 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
332
324
|
distance: number;
|
|
333
325
|
container: string;
|
|
334
326
|
popperClass: string;
|
|
335
|
-
size:
|
|
327
|
+
size: "small" | "medium" | "large";
|
|
336
328
|
flip: boolean;
|
|
337
329
|
mandatory: boolean;
|
|
338
330
|
skidding: number;
|
|
339
331
|
modelValue: any;
|
|
340
332
|
valueToCopy: string;
|
|
341
|
-
ariaLabel: string;
|
|
342
333
|
selected: any;
|
|
343
334
|
placeholder: string;
|
|
344
335
|
inlineError: boolean;
|
|
345
336
|
inlineErrorText: string;
|
|
346
|
-
inlineErrorTextPlacement:
|
|
337
|
+
inlineErrorTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
347
338
|
multi: boolean;
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
noResultsText: string;
|
|
339
|
+
infiniteLoading: boolean;
|
|
340
|
+
showSelectAll: boolean;
|
|
341
|
+
showClearAll: boolean;
|
|
352
342
|
defaultOpen: boolean;
|
|
353
|
-
onSearch: (option: any, term: string) => boolean;
|
|
354
|
-
onClearSearch: () => void;
|
|
355
343
|
keepOpen: boolean;
|
|
356
344
|
autoSize: boolean;
|
|
357
345
|
disableKeyboardEvents: boolean;
|
|
358
|
-
showSelectAll: boolean;
|
|
359
|
-
showClearAll: boolean;
|
|
360
346
|
dynamicFilterMode: boolean;
|
|
361
347
|
minSelections: number;
|
|
362
348
|
maxSelections: number;
|
|
363
349
|
alwaysShowScroll: boolean;
|
|
350
|
+
isOnTop: boolean;
|
|
364
351
|
triggerLabel: string;
|
|
365
352
|
triggerHelperText: string;
|
|
366
353
|
triggerFeedbackText: string;
|
|
367
|
-
triggerFeedbackVariant:
|
|
354
|
+
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
368
355
|
triggerFeedbackShowIcon: boolean;
|
|
369
356
|
triggerShowAllSelectedText: boolean;
|
|
370
357
|
triggerShownValuesCount: number;
|
|
358
|
+
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
359
|
+
inlineSearch: boolean;
|
|
360
|
+
inlineSearchPlaceholder: string;
|
|
361
|
+
onSearch: (option: any, term: string) => boolean;
|
|
362
|
+
noResultsText: string;
|
|
371
363
|
searchAutoFocus: boolean;
|
|
372
|
-
|
|
364
|
+
onClearSearch: () => void;
|
|
373
365
|
optionNameKey: string;
|
|
374
366
|
optionIconKey: string;
|
|
375
367
|
optionImageKey: string;
|
|
376
|
-
optionIconType:
|
|
368
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
377
369
|
optionEndIconKey: string;
|
|
378
|
-
optionEndIconType:
|
|
370
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
379
371
|
optionsEndTextIconKey: string;
|
|
380
372
|
optionFlagKey: string;
|
|
381
373
|
optionWarningKey: string;
|
|
382
374
|
disabledOptionKey: string;
|
|
383
|
-
optionTwoLinesVariant:
|
|
375
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
384
376
|
optionTwoLinesKey: string;
|
|
385
377
|
groupedOptions: boolean;
|
|
386
378
|
resortGroupedOptions: boolean;
|
|
387
379
|
comparingKey: string;
|
|
388
380
|
customNumberOfDisplayedOptions: number;
|
|
389
|
-
optionTooltipPosition:
|
|
381
|
+
optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
390
382
|
fullWidth: boolean;
|
|
391
383
|
optionsListWidth: string;
|
|
392
|
-
statusType:
|
|
384
|
+
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
393
385
|
disableVirtualScroll: boolean;
|
|
394
386
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
395
387
|
withConditions: boolean;
|
|
396
|
-
infiniteLoading: boolean;
|
|
397
388
|
}>, {
|
|
398
389
|
label?(_: {}): any;
|
|
399
390
|
"dropdown-trigger"?(_: {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./DropdownV4.vue2.js";
|
|
2
2
|
/* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DropdownV4.
|
|
3
|
+
// import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css"; //*');
|
|
4
4
|
// import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-
|
|
5
|
+
const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-526bf0a1"]]);
|
|
6
6
|
export {
|
|
7
7
|
r as default
|
|
8
8
|
};
|