@ironsource/shared-ui 2.0.2-rc.1 → 2.0.2-rc.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_44158e5f_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +1 -0
- package/components/ThemeWrapper/index.d.ts +2 -2
- package/components/ThemeWrapper/index.js +4 -4
- package/components/appHeader/AppHeader.vue.d.ts +49 -0
- package/components/appHeader/AppHeader.vue.js +7 -0
- package/components/appHeader/AppHeader.vue2.js +58 -0
- package/components/appHeader/index.d.ts +61 -0
- package/components/appHeader/index.js +6 -0
- package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
- package/components/appTrigger/index.d.ts +20 -20
- package/components/banner/Banner.vue.d.ts +3 -3
- package/components/banner/index.d.ts +7 -7
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.vue.d.ts +3 -3
- package/components/button/v3/ScrollButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +23 -23
- package/components/button/v4/ButtonV4.vue.d.ts +12 -12
- package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
- package/components/button/v4/index.d.ts +116 -116
- package/components/checkbox/v3/index.d.ts +12 -12
- package/components/checkbox/v4/index.d.ts +12 -12
- package/components/chip/v3/Chip.vue.d.ts +1 -1
- package/components/chip/v3/index.d.ts +20 -20
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/index.d.ts +20 -20
- package/components/dateRange/DateRange.vue.d.ts +1 -1
- package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
- package/components/dateRange/index.d.ts +20 -20
- package/components/dialog/v3/Dialog.vue.d.ts +2 -2
- package/components/dialog/v3/index.d.ts +25 -25
- package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
- package/components/dialog/v4/index.d.ts +25 -25
- package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
- package/components/dropdown/v3/Option.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +111 -111
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +6 -6
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
- package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
- package/components/dropdown/v4/OptionV4.vue.d.ts +4 -4
- package/components/dropdown/v4/index.d.ts +324 -324
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
- package/components/filterDropdown/index.d.ts +9 -9
- package/components/icon/v4/IconV4.vue.d.ts +3 -3
- package/components/icon/v4/index.d.ts +7 -7
- package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
- package/components/includeExclude/index.d.ts +101 -101
- package/components/inlineCopy/InlineCopy.vue.d.ts +39 -0
- package/components/inlineCopy/InlineCopy.vue.js +7 -0
- package/components/inlineCopy/InlineCopy.vue2.js +60 -0
- package/components/inlineCopy/index.d.ts +39 -0
- package/components/inlineCopy/index.js +6 -0
- package/components/input/v3/Input.vue.d.ts +2 -2
- package/components/input/v3/index.d.ts +69 -69
- package/components/input/v4/TextField.vue.d.ts +2 -2
- package/components/input/v4/index.d.ts +53 -53
- package/components/layout/FoldableSection.vue.d.ts +1 -1
- package/components/layout/index.d.ts +20 -20
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/index.d.ts +12 -12
- package/components/popover/Popover.vue.d.ts +5 -5
- package/components/popover/index.d.ts +58 -58
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
- package/components/radioButton/v3/index.d.ts +42 -42
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
- package/components/radioButton/v4/index.d.ts +42 -42
- package/components/search/v3/Search.vue.d.ts +2 -2
- package/components/search/v3/index.d.ts +16 -16
- package/components/search/v4/SearchV4.vue.d.ts +1 -1
- package/components/search/v4/index.d.ts +9 -9
- package/components/shared/FieldHelpText.vue.d.ts +1 -1
- package/components/shared/FieldLabel.vue.d.ts +1 -1
- package/components/snackbar/common/snackbar.common.d.ts +1 -1
- package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
- package/components/table/v3/index.d.ts +16 -16
- package/components/table/v4/index.d.ts +16 -16
- package/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
- package/components/tabs/v4/index.d.ts +20 -20
- package/components/textArea/TextArea.vue.d.ts +1 -1
- package/components/textArea/index.d.ts +9 -9
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +9 -9
- package/components/toggle/v4/ToggleV4.vue.d.ts +7 -7
- package/components/toggle/v4/index.d.ts +34 -34
- package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
- package/components/tooltip/v3/index.d.ts +34 -34
- package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
- package/components/tooltip/v4/index.d.ts +34 -34
- package/components/typography/Heading.vue.d.ts +1 -1
- package/components/typography/index.d.ts +20 -20
- package/index.d.ts +1832 -1640
- package/index.js +109 -105
- package/package.json +10 -2
- package/testids/index.d.ts +8 -0
- package/testids/index.js +13 -11
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_28bb325a_lang.css +0 -1
|
@@ -17,7 +17,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
17
17
|
optionNameKey?: string;
|
|
18
18
|
optionImageKey?: string;
|
|
19
19
|
optionIconKey?: string;
|
|
20
|
-
optionIconType?: "fill" | "bold" | "
|
|
20
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
21
21
|
}>, {
|
|
22
22
|
placeholder: string;
|
|
23
23
|
selectedOption: any;
|
|
@@ -62,7 +62,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
62
62
|
optionNameKey?: string;
|
|
63
63
|
optionImageKey?: string;
|
|
64
64
|
optionIconKey?: string;
|
|
65
|
-
optionIconType?: "fill" | "bold" | "
|
|
65
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
66
66
|
}>, {
|
|
67
67
|
placeholder: string;
|
|
68
68
|
selectedOption: any;
|
|
@@ -90,15 +90,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
90
90
|
onClick?: () => any;
|
|
91
91
|
}, {
|
|
92
92
|
label: string;
|
|
93
|
+
disabled: boolean;
|
|
93
94
|
size: "small" | "medium" | "large";
|
|
94
|
-
|
|
95
|
+
open: boolean;
|
|
96
|
+
mandatory: boolean;
|
|
95
97
|
loading: boolean;
|
|
96
|
-
|
|
98
|
+
testId: string;
|
|
97
99
|
options: unknown[];
|
|
98
100
|
singleAppSelection: boolean;
|
|
99
101
|
placeholder: string;
|
|
100
|
-
open: boolean;
|
|
101
|
-
mandatory: boolean;
|
|
102
102
|
multi: boolean;
|
|
103
103
|
valueToCopy: string;
|
|
104
104
|
selectedOption: any;
|
|
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
106
106
|
optionNameKey: string;
|
|
107
107
|
optionImageKey: string;
|
|
108
108
|
optionIconKey: string;
|
|
109
|
-
optionIconType: "fill" | "bold" | "
|
|
109
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
110
110
|
}>, {
|
|
111
111
|
image?(_: {}): any;
|
|
112
112
|
"icon-start"?(_: {}): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./AppDropdownTrigger.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../AppDropdownTrigger.
|
|
4
|
-
const s = /* @__PURE__ */
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../AppDropdownTrigger.vue_vue_type_style_index_0_scoped_44158e5f_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-44158e5f"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../AppDropdownTrigger.
|
|
1
|
+
import "../../../AppDropdownTrigger.vue_vue_type_style_index_0_scoped_44158e5f_lang.css"; import { defineComponent as A, computed as p, openBlock as o, createElementBlock as n, normalizeClass as V, createElementVNode as a, mergeProps as h, unref as t, renderSlot as v, createCommentVNode as s, createVNode as i, withCtx as T, toDisplayString as B } from "vue";
|
|
2
2
|
import c from "../../icon/v4/IconV4.vue.js";
|
|
3
3
|
import x from "../../typography/v4/Typography.vue.js";
|
|
4
4
|
import { DropdownTestIdModifiers as u } from "../../../testids/index.js";
|
|
@@ -15,7 +15,7 @@ const w = { class: "app-trigger--content" }, S = {
|
|
|
15
15
|
}, P = { class: "label-text" }, R = { key: 0 }, U = { class: "text-content" }, M = { class: "text-content-value" }, W = {
|
|
16
16
|
key: 0,
|
|
17
17
|
class: "is-mandatory"
|
|
18
|
-
}, j = { class: "
|
|
18
|
+
}, j = { class: "app-trigger-key--content" }, Z = /* @__PURE__ */ A({
|
|
19
19
|
__name: "AppDropdownTrigger",
|
|
20
20
|
props: {
|
|
21
21
|
placeholder: { default: "Select app" },
|
|
@@ -64,7 +64,7 @@ const w = { class: "app-trigger--content" }, S = {
|
|
|
64
64
|
a("div", h({
|
|
65
65
|
class: ["app-trigger", [l.size, t(C), { open: l.open, disabled: l.disabled }]]
|
|
66
66
|
}, t(y)[t(u).BUTTON_WRAPPER], {
|
|
67
|
-
onClick: g[0] || (g[0] = (
|
|
67
|
+
onClick: g[0] || (g[0] = (q) => I())
|
|
68
68
|
}), [
|
|
69
69
|
a("div", w, [
|
|
70
70
|
r.$slots.image || t(d) && l.optionImageKey ? (o(), n("div", S, [
|
|
@@ -103,7 +103,7 @@ const w = { class: "app-trigger--content" }, S = {
|
|
|
103
103
|
_: 1
|
|
104
104
|
}, 16)
|
|
105
105
|
]),
|
|
106
|
-
a("div",
|
|
106
|
+
a("div", null, [
|
|
107
107
|
i(t(c), {
|
|
108
108
|
name: "caret-down",
|
|
109
109
|
size: "20px",
|
|
@@ -121,7 +121,7 @@ const w = { class: "app-trigger--content" }, S = {
|
|
|
121
121
|
header: "App key"
|
|
122
122
|
}, {
|
|
123
123
|
default: T(() => [
|
|
124
|
-
a("div",
|
|
124
|
+
a("div", j, [
|
|
125
125
|
i(t(c), {
|
|
126
126
|
name: "copy",
|
|
127
127
|
size: "20px"
|
|
@@ -135,5 +135,5 @@ const w = { class: "app-trigger--content" }, S = {
|
|
|
135
135
|
}
|
|
136
136
|
});
|
|
137
137
|
export {
|
|
138
|
-
|
|
138
|
+
Z as default
|
|
139
139
|
};
|
|
@@ -40,9 +40,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
40
40
|
onClear?: () => any;
|
|
41
41
|
}, {
|
|
42
42
|
label: string;
|
|
43
|
-
testId: string;
|
|
44
43
|
disabled: boolean;
|
|
45
44
|
open: boolean;
|
|
45
|
+
testId: string;
|
|
46
46
|
displayedValue: any;
|
|
47
47
|
feedbackVariant: string;
|
|
48
48
|
}>;
|
|
@@ -10,8 +10,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
10
10
|
label: string;
|
|
11
11
|
mandatory?: boolean;
|
|
12
12
|
hoverHelpText?: string;
|
|
13
|
-
hoverHelpTextPlacement?: "auto" | "
|
|
14
|
-
feedbackVariant?: "
|
|
13
|
+
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";
|
|
14
|
+
feedbackVariant?: "success" | "warning" | "error";
|
|
15
15
|
feedbackText?: string;
|
|
16
16
|
loading?: boolean;
|
|
17
17
|
singleAppSelection?: boolean;
|
|
@@ -20,7 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
20
20
|
optionNameKey?: string;
|
|
21
21
|
optionImageKey?: string;
|
|
22
22
|
optionIconKey?: string;
|
|
23
|
-
optionIconType?: "fill" | "bold" | "
|
|
23
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
24
24
|
}>, {
|
|
25
25
|
placeholder: string;
|
|
26
26
|
selectedOption: any;
|
|
@@ -57,8 +57,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
57
57
|
label: string;
|
|
58
58
|
mandatory?: boolean;
|
|
59
59
|
hoverHelpText?: string;
|
|
60
|
-
hoverHelpTextPlacement?: "auto" | "
|
|
61
|
-
feedbackVariant?: "
|
|
60
|
+
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";
|
|
61
|
+
feedbackVariant?: "success" | "warning" | "error";
|
|
62
62
|
feedbackText?: string;
|
|
63
63
|
loading?: boolean;
|
|
64
64
|
singleAppSelection?: boolean;
|
|
@@ -67,7 +67,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
67
67
|
optionNameKey?: string;
|
|
68
68
|
optionImageKey?: string;
|
|
69
69
|
optionIconKey?: string;
|
|
70
|
-
optionIconType?: "fill" | "bold" | "
|
|
70
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
71
71
|
}>, {
|
|
72
72
|
placeholder: string;
|
|
73
73
|
selectedOption: any;
|
|
@@ -94,26 +94,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
94
94
|
onClick?: () => any;
|
|
95
95
|
}, {
|
|
96
96
|
label: string;
|
|
97
|
+
disabled: boolean;
|
|
97
98
|
size: "small" | "medium" | "large";
|
|
98
|
-
|
|
99
|
+
open: boolean;
|
|
100
|
+
mandatory: boolean;
|
|
99
101
|
loading: boolean;
|
|
100
|
-
|
|
102
|
+
testId: string;
|
|
101
103
|
options: unknown[];
|
|
102
104
|
singleAppSelection: boolean;
|
|
103
105
|
placeholder: string;
|
|
104
|
-
open: boolean;
|
|
105
|
-
mandatory: boolean;
|
|
106
106
|
multi: boolean;
|
|
107
107
|
selectedOption: any;
|
|
108
108
|
brandIconType: "android" | "ios";
|
|
109
109
|
optionNameKey: string;
|
|
110
110
|
optionImageKey: string;
|
|
111
111
|
optionIconKey: string;
|
|
112
|
-
optionIconType: "fill" | "bold" | "
|
|
112
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
113
113
|
hoverHelpText: string;
|
|
114
|
-
hoverHelpTextPlacement: "auto" | "
|
|
114
|
+
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";
|
|
115
115
|
feedbackText: string;
|
|
116
|
-
feedbackVariant: "
|
|
116
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
117
117
|
}>, {
|
|
118
118
|
image?(_: {}): any;
|
|
119
119
|
"icon-start"?(_: {}): any;
|
|
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
27
27
|
triggerLabel?: string;
|
|
28
28
|
triggerHelperText?: string;
|
|
29
29
|
triggerFeedbackText?: string;
|
|
30
|
-
triggerFeedbackVariant?: "
|
|
30
|
+
triggerFeedbackVariant?: "success" | "warning" | "error";
|
|
31
31
|
size?: "sm" | "lg";
|
|
32
32
|
mandatory?: boolean;
|
|
33
33
|
predefinedTrigger?: "default" | "icon-button" | "chip" | "app";
|
|
@@ -41,7 +41,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
41
41
|
optionNameKey?: string;
|
|
42
42
|
optionIconKey?: string;
|
|
43
43
|
optionImageKey?: string;
|
|
44
|
-
optionIconType?: "fill" | "bold" | "
|
|
44
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
45
45
|
valueToCopy?: string;
|
|
46
46
|
theme?: string;
|
|
47
47
|
fullWidth?: boolean;
|
|
@@ -123,7 +123,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
123
123
|
triggerLabel?: string;
|
|
124
124
|
triggerHelperText?: string;
|
|
125
125
|
triggerFeedbackText?: string;
|
|
126
|
-
triggerFeedbackVariant?: "
|
|
126
|
+
triggerFeedbackVariant?: "success" | "warning" | "error";
|
|
127
127
|
size?: "sm" | "lg";
|
|
128
128
|
mandatory?: boolean;
|
|
129
129
|
predefinedTrigger?: "default" | "icon-button" | "chip" | "app";
|
|
@@ -137,7 +137,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
137
137
|
optionNameKey?: string;
|
|
138
138
|
optionIconKey?: string;
|
|
139
139
|
optionImageKey?: string;
|
|
140
|
-
optionIconType?: "fill" | "bold" | "
|
|
140
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
141
141
|
valueToCopy?: string;
|
|
142
142
|
theme?: string;
|
|
143
143
|
fullWidth?: boolean;
|
|
@@ -190,25 +190,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
190
190
|
onClosed?: () => any;
|
|
191
191
|
}, {
|
|
192
192
|
theme: string;
|
|
193
|
+
disabled: boolean;
|
|
193
194
|
size: "sm" | "lg";
|
|
195
|
+
flip: boolean;
|
|
196
|
+
mandatory: boolean;
|
|
194
197
|
testId: string;
|
|
195
|
-
placement: Placement;
|
|
196
|
-
disabled: boolean;
|
|
197
198
|
container: string;
|
|
199
|
+
placement: Placement;
|
|
200
|
+
distance: number;
|
|
198
201
|
popperClass: string;
|
|
199
202
|
selected: any;
|
|
200
203
|
modelValue: any;
|
|
201
204
|
placeholder: string;
|
|
202
|
-
mandatory: boolean;
|
|
203
205
|
isOnTop: boolean;
|
|
204
206
|
multi: boolean;
|
|
205
207
|
inlineSearch: boolean;
|
|
206
208
|
noResultsText: string;
|
|
207
209
|
defaultOpen: boolean;
|
|
208
|
-
distance: number;
|
|
209
210
|
skidding: number;
|
|
210
211
|
onSearch: (option: any, term: string) => boolean;
|
|
211
|
-
flip: boolean;
|
|
212
212
|
keepOpen: boolean;
|
|
213
213
|
autoSize: boolean;
|
|
214
214
|
disableKeyboardEvents: boolean;
|
|
@@ -216,13 +216,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
216
216
|
optionNameKey: string;
|
|
217
217
|
optionImageKey: string;
|
|
218
218
|
optionIconKey: string;
|
|
219
|
-
optionIconType: "fill" | "bold" | "
|
|
219
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
220
220
|
onClear: () => void;
|
|
221
221
|
inlineSearchPlaceholder: string;
|
|
222
222
|
triggerLabel: string;
|
|
223
223
|
triggerHelperText: string;
|
|
224
224
|
triggerFeedbackText: string;
|
|
225
|
-
triggerFeedbackVariant: "
|
|
225
|
+
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
226
226
|
searchAutoFocus: boolean;
|
|
227
227
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
228
228
|
fullWidth: boolean;
|
|
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
9
9
|
nameKey?: string;
|
|
10
10
|
imageKey?: string;
|
|
11
11
|
iconKey?: string;
|
|
12
|
-
iconType?: "fill" | "bold" | "
|
|
12
|
+
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13
13
|
}>, {
|
|
14
14
|
subtitle: string;
|
|
15
15
|
disabled: boolean;
|
|
@@ -32,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
32
32
|
nameKey?: string;
|
|
33
33
|
imageKey?: string;
|
|
34
34
|
iconKey?: string;
|
|
35
|
-
iconType?: "fill" | "bold" | "
|
|
35
|
+
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
36
36
|
}>, {
|
|
37
37
|
subtitle: string;
|
|
38
38
|
disabled: boolean;
|
|
@@ -47,14 +47,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
47
47
|
}>>>, {
|
|
48
48
|
option: any;
|
|
49
49
|
disabled: boolean;
|
|
50
|
+
active: boolean;
|
|
50
51
|
isIndeterminate: boolean;
|
|
51
52
|
subtitle: string;
|
|
52
53
|
selectAllOption: boolean;
|
|
53
|
-
active: boolean;
|
|
54
54
|
nameKey: string;
|
|
55
55
|
imageKey: string;
|
|
56
56
|
iconKey: string;
|
|
57
|
-
iconType: "fill" | "bold" | "
|
|
57
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
58
58
|
}>, {
|
|
59
59
|
image?(_: {}): any;
|
|
60
60
|
"icon-start"?(_: {}): any;
|