@ironsource/shared-ui 2.1.9-test.1 → 2.1.9-test.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/DropdownV4.vue_vue_type_style_index_0_scoped_cf64ca64_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +165 -158
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +17 -5
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +164 -158
- package/components/dropdown/v4/OptionV4.vue.d.ts +1 -1
- package/components/dropdown/v4/index.d.ts +104 -64
- package/index.d.ts +208 -128
- package/index.js +1 -1
- package/package.json +1 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_360883b1_lang.css +0 -1
|
@@ -43,18 +43,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
43
43
|
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
44
44
|
optionEndIconKey?: string;
|
|
45
45
|
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
46
|
+
optionFlagKey?: string;
|
|
46
47
|
valueToCopy?: string;
|
|
47
48
|
disabledOptionKey?: string;
|
|
48
49
|
optionTwoLinesVariant?: "horizontal" | "vertical";
|
|
49
50
|
optionTwoLinesKey?: string;
|
|
50
51
|
groupedOptions?: boolean;
|
|
52
|
+
comparingKey?: string;
|
|
53
|
+
withConditions: boolean;
|
|
51
54
|
theme?: string;
|
|
52
55
|
fullWidth?: boolean;
|
|
53
56
|
optionsListWidth?: string;
|
|
54
57
|
statusType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
55
58
|
disableVirtualScroll?: boolean;
|
|
56
59
|
overrideOptionCountCalculation?: (option: unknown) => number;
|
|
57
|
-
withConditions: boolean;
|
|
58
60
|
}>, {
|
|
59
61
|
multi: boolean;
|
|
60
62
|
inlineSearchPlaceholder: string;
|
|
@@ -97,17 +99,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
97
99
|
optionIconType: any;
|
|
98
100
|
optionEndIconKey: string;
|
|
99
101
|
optionEndIconType: any;
|
|
102
|
+
optionFlagKey: any;
|
|
100
103
|
valueToCopy: any;
|
|
101
104
|
disabledOptionKey: string;
|
|
102
105
|
optionTwoLinesVariant: any;
|
|
103
106
|
optionTwoLinesKey: any;
|
|
104
107
|
groupedOptions: boolean;
|
|
108
|
+
comparingKey: any;
|
|
109
|
+
withConditions: boolean;
|
|
105
110
|
fullWidth: boolean;
|
|
106
111
|
optionsListWidth: any;
|
|
107
112
|
statusType: any;
|
|
108
113
|
disableVirtualScroll: boolean;
|
|
109
114
|
overrideOptionCountCalculation: any;
|
|
110
|
-
withConditions: boolean;
|
|
111
115
|
}>, {
|
|
112
116
|
selectItem: (option: any, index?: number) => void;
|
|
113
117
|
scrollTo: (index: number) => void;
|
|
@@ -165,18 +169,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
165
169
|
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
166
170
|
optionEndIconKey?: string;
|
|
167
171
|
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
172
|
+
optionFlagKey?: string;
|
|
168
173
|
valueToCopy?: string;
|
|
169
174
|
disabledOptionKey?: string;
|
|
170
175
|
optionTwoLinesVariant?: "horizontal" | "vertical";
|
|
171
176
|
optionTwoLinesKey?: string;
|
|
172
177
|
groupedOptions?: boolean;
|
|
178
|
+
comparingKey?: string;
|
|
179
|
+
withConditions: boolean;
|
|
173
180
|
theme?: string;
|
|
174
181
|
fullWidth?: boolean;
|
|
175
182
|
optionsListWidth?: string;
|
|
176
183
|
statusType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
177
184
|
disableVirtualScroll?: boolean;
|
|
178
185
|
overrideOptionCountCalculation?: (option: unknown) => number;
|
|
179
|
-
withConditions: boolean;
|
|
180
186
|
}>, {
|
|
181
187
|
multi: boolean;
|
|
182
188
|
inlineSearchPlaceholder: string;
|
|
@@ -219,17 +225,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
219
225
|
optionIconType: any;
|
|
220
226
|
optionEndIconKey: string;
|
|
221
227
|
optionEndIconType: any;
|
|
228
|
+
optionFlagKey: any;
|
|
222
229
|
valueToCopy: any;
|
|
223
230
|
disabledOptionKey: string;
|
|
224
231
|
optionTwoLinesVariant: any;
|
|
225
232
|
optionTwoLinesKey: any;
|
|
226
233
|
groupedOptions: boolean;
|
|
234
|
+
comparingKey: any;
|
|
235
|
+
withConditions: boolean;
|
|
227
236
|
fullWidth: boolean;
|
|
228
237
|
optionsListWidth: any;
|
|
229
238
|
statusType: any;
|
|
230
239
|
disableVirtualScroll: boolean;
|
|
231
240
|
overrideOptionCountCalculation: any;
|
|
232
|
-
withConditions: boolean;
|
|
233
241
|
}>>> & {
|
|
234
242
|
onCopyToClipboard?: () => any;
|
|
235
243
|
onClear?: () => any;
|
|
@@ -281,17 +289,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
281
289
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
282
290
|
optionEndIconKey: string;
|
|
283
291
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
292
|
+
optionFlagKey: string;
|
|
284
293
|
valueToCopy: string;
|
|
285
294
|
disabledOptionKey: string;
|
|
286
295
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
287
296
|
optionTwoLinesKey: string;
|
|
288
297
|
groupedOptions: boolean;
|
|
298
|
+
comparingKey: string;
|
|
299
|
+
withConditions: boolean;
|
|
289
300
|
fullWidth: boolean;
|
|
290
301
|
optionsListWidth: string;
|
|
291
302
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
292
303
|
disableVirtualScroll: boolean;
|
|
293
304
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
294
|
-
withConditions: boolean;
|
|
295
305
|
}>, {
|
|
296
306
|
label?(_: {}): any;
|
|
297
307
|
"dropdown-trigger"?(_: {
|
|
@@ -319,11 +329,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
319
329
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
320
330
|
optionAndIconKey: string;
|
|
321
331
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
332
|
+
optionFlagKey: string;
|
|
322
333
|
feedbackVariant: "success" | "warning" | "error";
|
|
323
334
|
valueToCopy: string;
|
|
324
335
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
325
336
|
size: "small" | "medium" | "large";
|
|
326
337
|
showAllSelectedText: boolean;
|
|
338
|
+
allSelected: boolean;
|
|
327
339
|
onKeydown: (event: any) => void;
|
|
328
340
|
onClick: () => void;
|
|
329
341
|
};
|
|
@@ -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_cf64ca64_lang.css"; //*');
|
|
4
4
|
// import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const
|
|
5
|
+
const c = /* @__PURE__ */ _(o, [["__scopeId", "data-v-cf64ca64"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
c as default
|
|
8
8
|
};
|