@ironsource/shared-ui 2.0.2-rc.0 → 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/OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css +1 -0
- package/README.md +17 -12
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_137fabdf_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_cde15298_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/ThemeWrapper/ThemeStrore.js +13 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +17 -3
- package/components/ThemeWrapper/ThemeWrapper.vue.js +8 -0
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +22 -0
- package/components/ThemeWrapper/index.d.ts +79 -0
- package/components/ThemeWrapper/index.js +6 -0
- 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 +55 -63
- 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/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +1 -1
- 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/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- 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 +1987 -1641
- package/index.js +116 -110
- package/package.json +14 -2
- package/testids/index.d.ts +8 -0
- package/testids/index.js +13 -11
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c48dc06e_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_2a214b95_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_21f12d1a_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
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../AppDropdownTrigger.
|
|
4
|
-
const
|
|
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,34 +1,21 @@
|
|
|
1
|
-
import "../../../AppDropdownTrigger.
|
|
2
|
-
import
|
|
3
|
-
import
|
|
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
|
+
import c from "../../icon/v4/IconV4.vue.js";
|
|
3
|
+
import x from "../../typography/v4/Typography.vue.js";
|
|
4
4
|
import { DropdownTestIdModifiers as u } from "../../../testids/index.js";
|
|
5
5
|
import { useTestIdAttrs as K } from "../../../utils/testIds.js";
|
|
6
6
|
import N from "../../tooltip/v4/TooltipV4.vue.js";
|
|
7
|
-
import { useClipboard as
|
|
8
|
-
import { Snackbar as
|
|
9
|
-
const
|
|
7
|
+
import { useClipboard as z } from "@vueuse/core";
|
|
8
|
+
import { Snackbar as $ } from "../../snackbar/v4/index.js";
|
|
9
|
+
const w = { class: "app-trigger--content" }, S = {
|
|
10
10
|
key: 0,
|
|
11
11
|
class: "image"
|
|
12
|
-
},
|
|
12
|
+
}, D = ["src"], E = {
|
|
13
13
|
key: 1,
|
|
14
14
|
class: "start-icon"
|
|
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
|
-
},
|
|
19
|
-
/* @__PURE__ */ o("svg", {
|
|
20
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
21
|
-
width: "16",
|
|
22
|
-
height: "16",
|
|
23
|
-
viewBox: "0 0 16 16",
|
|
24
|
-
fill: "none"
|
|
25
|
-
}, [
|
|
26
|
-
/* @__PURE__ */ o("path", {
|
|
27
|
-
d: "M8.43317 6.66667C7.8865 5.11333 6.4065 4 4.6665 4C2.45984 4 0.666504 5.79333 0.666504 8C0.666504 10.2067 2.45984 12 4.6665 12C6.4065 12 7.8865 10.8867 8.43317 9.33333H11.3332V12H13.9998V9.33333H15.3332V6.66667H8.43317ZM4.6665 9.33333C3.93317 9.33333 3.33317 8.73333 3.33317 8C3.33317 7.26667 3.93317 6.66667 4.6665 6.66667C5.39984 6.66667 5.99984 7.26667 5.99984 8C5.99984 8.73333 5.39984 9.33333 4.6665 9.33333Z",
|
|
28
|
-
fill: "#808080"
|
|
29
|
-
})
|
|
30
|
-
])
|
|
31
|
-
], -1)), te = /* @__PURE__ */ b({
|
|
18
|
+
}, j = { class: "app-trigger-key--content" }, Z = /* @__PURE__ */ A({
|
|
32
19
|
__name: "AppDropdownTrigger",
|
|
33
20
|
props: {
|
|
34
21
|
placeholder: { default: "Select app" },
|
|
@@ -52,89 +39,94 @@ const D = (t) => (B("data-v-c48dc06e"), t = t(), x(), t), E = { class: "app-trig
|
|
|
52
39
|
optionIconType: { default: null }
|
|
53
40
|
},
|
|
54
41
|
emits: ["click"],
|
|
55
|
-
setup(
|
|
56
|
-
const e =
|
|
42
|
+
setup(l, { emit: k }) {
|
|
43
|
+
const e = l, { copy: O } = z({}), C = p(
|
|
57
44
|
() => e.feedbackVariant ? `state-${e.feedbackVariant}` : ""
|
|
58
|
-
),
|
|
59
|
-
|
|
60
|
-
}, y = K(e.testId, u), f = "All apps selected", m =
|
|
45
|
+
), I = () => {
|
|
46
|
+
k("click");
|
|
47
|
+
}, y = K(e.testId, u), f = "All apps selected", m = p(() => e.multi ? !Array.isArray(e.selectedOption) || !e.selectedOption?.length ? e.placeholder : e.options?.length === e.selectedOption.length ? f : e.selectedOption?.length === 1 && e.displayValue ? e.displayValue(e.selectedOption[0]) : `${e.selectedOption.length} selected` : e.selectedOption ? e.displayValue(e.selectedOption) : e.placeholder), d = p(() => {
|
|
61
48
|
if (!e.selectedOption)
|
|
62
49
|
return null;
|
|
63
50
|
if (!e.multi)
|
|
64
51
|
return e.selectedOption;
|
|
65
52
|
if (Array.isArray(e.selectedOption))
|
|
66
53
|
return e.selectedOption.length === 1 ? e.selectedOption[0] : null;
|
|
67
|
-
}),
|
|
68
|
-
|
|
54
|
+
}), b = () => {
|
|
55
|
+
O(e.valueToCopy), $({
|
|
69
56
|
title: "Copied successfully",
|
|
70
57
|
type: "success",
|
|
71
58
|
duration: 2e3
|
|
72
59
|
});
|
|
73
60
|
};
|
|
74
|
-
return (
|
|
75
|
-
class:
|
|
61
|
+
return (r, g) => (o(), n("div", {
|
|
62
|
+
class: V(["app-trigger-wrapper", { "with-copy": !!l.valueToCopy }])
|
|
76
63
|
}, [
|
|
77
|
-
|
|
78
|
-
class: ["app-trigger", [
|
|
79
|
-
},
|
|
80
|
-
onClick: g[0] || (g[0] = (
|
|
64
|
+
a("div", h({
|
|
65
|
+
class: ["app-trigger", [l.size, t(C), { open: l.open, disabled: l.disabled }]]
|
|
66
|
+
}, t(y)[t(u).BUTTON_WRAPPER], {
|
|
67
|
+
onClick: g[0] || (g[0] = (q) => I())
|
|
81
68
|
}), [
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
v(
|
|
85
|
-
|
|
69
|
+
a("div", w, [
|
|
70
|
+
r.$slots.image || t(d) && l.optionImageKey ? (o(), n("div", S, [
|
|
71
|
+
v(r.$slots, "image", {}, () => [
|
|
72
|
+
l.optionImageKey ? (o(), n("img", {
|
|
86
73
|
key: 0,
|
|
87
|
-
src:
|
|
88
|
-
}, null, 8,
|
|
74
|
+
src: t(d)[l.optionImageKey]
|
|
75
|
+
}, null, 8, D)) : s("", !0)
|
|
89
76
|
], !0)
|
|
90
77
|
])) : s("", !0),
|
|
91
|
-
|
|
92
|
-
v(
|
|
93
|
-
i(
|
|
94
|
-
type:
|
|
95
|
-
name:
|
|
78
|
+
r.$slots["icon-start"] || t(d) && l.optionIconKey ? (o(), n("div", E, [
|
|
79
|
+
v(r.$slots, "icon-start", {}, () => [
|
|
80
|
+
i(t(c), {
|
|
81
|
+
type: l.optionIconType,
|
|
82
|
+
name: t(d)[l.optionIconKey],
|
|
96
83
|
size: "16px"
|
|
97
84
|
}, null, 8, ["type", "name"])
|
|
98
85
|
], !0)
|
|
99
86
|
])) : s("", !0),
|
|
100
|
-
i(
|
|
101
|
-
default:
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
i(
|
|
87
|
+
i(t(x), h({ variant: "button" }, t(y)[t(u).BUTTON_CONTENT], { class: "displayed-value" }), {
|
|
88
|
+
default: T(() => [
|
|
89
|
+
a("div", P, [
|
|
90
|
+
t(m) === f ? (o(), n("span", R, [
|
|
91
|
+
i(t(c), {
|
|
105
92
|
name: "cube",
|
|
106
93
|
size: "20px",
|
|
107
94
|
type: "fill"
|
|
108
95
|
})
|
|
109
96
|
])) : s("", !0),
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
97
|
+
a("div", U, [
|
|
98
|
+
a("div", M, B(t(m)), 1),
|
|
99
|
+
l.mandatory ? (o(), n("span", W, "*")) : s("", !0)
|
|
113
100
|
])
|
|
114
101
|
])
|
|
115
102
|
]),
|
|
116
103
|
_: 1
|
|
117
104
|
}, 16)
|
|
118
105
|
]),
|
|
119
|
-
|
|
120
|
-
i(
|
|
106
|
+
a("div", null, [
|
|
107
|
+
i(t(c), {
|
|
121
108
|
name: "caret-down",
|
|
122
109
|
size: "20px",
|
|
123
110
|
class: "app-trigger--icon"
|
|
124
111
|
})
|
|
125
112
|
])
|
|
126
113
|
], 16),
|
|
127
|
-
|
|
114
|
+
l.valueToCopy ? (o(), n("div", {
|
|
128
115
|
key: 0,
|
|
129
116
|
class: "app-trigger-key",
|
|
130
|
-
onClick:
|
|
117
|
+
onClick: b
|
|
131
118
|
}, [
|
|
132
|
-
i(
|
|
133
|
-
text:
|
|
119
|
+
i(t(N), {
|
|
120
|
+
text: l.valueToCopy,
|
|
134
121
|
header: "App key"
|
|
135
122
|
}, {
|
|
136
|
-
default:
|
|
137
|
-
|
|
123
|
+
default: T(() => [
|
|
124
|
+
a("div", j, [
|
|
125
|
+
i(t(c), {
|
|
126
|
+
name: "copy",
|
|
127
|
+
size: "20px"
|
|
128
|
+
})
|
|
129
|
+
])
|
|
138
130
|
]),
|
|
139
131
|
_: 1
|
|
140
132
|
}, 8, ["text"])
|
|
@@ -143,5 +135,5 @@ const D = (t) => (B("data-v-c48dc06e"), t = t(), x(), t), E = { class: "app-trig
|
|
|
143
135
|
}
|
|
144
136
|
});
|
|
145
137
|
export {
|
|
146
|
-
|
|
138
|
+
Z as default
|
|
147
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;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./OptionV4.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../OptionV4.
|
|
4
|
-
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-17d78416"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../OptionV4.
|
|
1
|
+
import "../../../OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css"; import { defineComponent as $, openBlock as n, createElementBlock as o, normalizeClass as y, unref as t, createElementVNode as d, createBlock as k, createCommentVNode as l, renderSlot as m, createVNode as r, withCtx as b, createTextVNode as g, toDisplayString as h, withModifiers as p } from "vue";
|
|
2
2
|
import "../../typography/Heading.vue.js";
|
|
3
3
|
import N from "../../typography/Text.vue.js";
|
|
4
4
|
import T from "../../checkbox/v4/CheckboxV4.vue.js";
|