@ironsource/shared-ui 2.1.10-rc.4 → 2.1.10
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/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_2d635802_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_058de532_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +1 -0
- package/{RadioButtonV4.vue_vue_type_style_index_0_scoped_aafd69f5_lang.css → RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css} +1 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +1 -0
- package/components/alert/Alert.vue2.js +3 -2
- package/components/autocomplete/Autocomplete.vue.d.ts +1 -1
- package/components/autocomplete/index.d.ts +20 -20
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +65 -0
- package/components/button/v4/ToggleButtonGroupAB.vue.js +7 -0
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +95 -0
- package/components/button/v4/index.d.ts +170 -1
- package/components/button/v4/index.js +10 -3
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +9 -8
- package/components/dateRange/v4/DateRangeV4.vue2.js +21 -20
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +5 -5
- package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
- package/components/dialog/v4/DialogV4.vue2.js +6 -5
- package/components/dialog/v4/index.d.ts +5 -5
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +51 -51
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +17 -11
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -9
- package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -2
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +6 -5
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +4 -3
- 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 +63 -63
- package/components/emptyState/v4/EmptyStateV4.vue2.js +13 -12
- package/components/forms/FormCard.vue2.js +13 -12
- package/components/includeExclude/index.d.ts +56 -56
- package/components/input/v3/Input.vue.d.ts +1 -1
- package/components/input/v3/index.d.ts +32 -32
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/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/MultiBar.vue2.js +3 -2
- package/components/multibar/index.d.ts +9 -9
- package/components/popover/v3/Popover.vue.d.ts +1 -1
- package/components/popover/v3/index.d.ts +20 -20
- package/components/popover/v4/PopoverV4.vue.d.ts +7 -3
- package/components/popover/v4/PopoverV4.vue.js +3 -3
- package/components/popover/v4/PopoverV4.vue2.js +23 -20
- package/components/popover/v4/index.d.ts +36 -24
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/v3/index.d.ts +6 -6
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
- package/components/radioButton/v4/index.d.ts +6 -6
- package/components/snackbar/v4/SnackbarV4.vue2.js +7 -6
- package/components/sortableList/SortableItem.vue.d.ts +1 -1
- package/components/switch/v3/index.d.ts +16 -16
- package/components/switch/v4/SwitchV4.vue2.js +6 -5
- package/components/switch/v4/index.d.ts +8 -8
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +5 -5
- package/components/table/v4/ExpandRowToggle.vue2.js +6 -5
- package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
- package/components/textArea/v4/index.d.ts +9 -9
- package/components/toggle/v3/index.d.ts +8 -8
- package/components/toggle/v4/index.d.ts +16 -16
- package/index.d.ts +941 -434
- package/index.js +1 -1
- package/package.json +2 -2
- package/testids/index.d.ts +6 -0
- package/testids/index.js +14 -13
- package/utils/testIds.d.ts +1 -1
- package/utils/testIds.js +6 -6
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_92101a6c_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_899679d0_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_f61be399_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ButtonDropdownTrigger.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../ButtonDropdownTrigger.
|
|
4
|
-
const p = /* @__PURE__ */
|
|
2
|
+
/* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-76c74f58"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import "../../../ButtonDropdownTrigger.
|
|
2
|
-
import
|
|
1
|
+
import "../../../ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css"; import { defineComponent as l, openBlock as o, createBlock as i, unref as d, normalizeClass as r, withCtx as s, renderSlot as c, createTextVNode as u, toDisplayString as f } from "vue";
|
|
2
|
+
import m from "../../button/v4/ButtonV4.vue.js";
|
|
3
3
|
import "../../button/v4/IconButtonV4.vue.js";
|
|
4
4
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
5
|
-
|
|
5
|
+
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
6
|
+
const p = /* @__PURE__ */ l({
|
|
6
7
|
__name: "ButtonDropdownTrigger",
|
|
7
8
|
props: {
|
|
8
9
|
label: null,
|
|
@@ -16,9 +17,9 @@ const b = /* @__PURE__ */ a({
|
|
|
16
17
|
testId: { default: "" }
|
|
17
18
|
},
|
|
18
19
|
emits: ["click"],
|
|
19
|
-
setup(e, { emit:
|
|
20
|
-
return (
|
|
21
|
-
class:
|
|
20
|
+
setup(e, { emit: a }) {
|
|
21
|
+
return (n, t) => (o(), i(d(m), {
|
|
22
|
+
class: r(["button-trigger", { open: e.open }]),
|
|
22
23
|
disabled: e.disabled,
|
|
23
24
|
color: "default",
|
|
24
25
|
variant: e.variant,
|
|
@@ -28,10 +29,17 @@ const b = /* @__PURE__ */ a({
|
|
|
28
29
|
"end-icon-name": e.hideEndIcon ? null : "caret-down",
|
|
29
30
|
content: e.label,
|
|
30
31
|
"test-id": e.testId,
|
|
31
|
-
onClick: t[0] || (t[0] = (
|
|
32
|
-
},
|
|
32
|
+
onClick: t[0] || (t[0] = (b) => a("click"))
|
|
33
|
+
}, {
|
|
34
|
+
default: s(() => [
|
|
35
|
+
c(n.$slots, "default", {}, () => [
|
|
36
|
+
u(f(e.label), 1)
|
|
37
|
+
], !0)
|
|
38
|
+
]),
|
|
39
|
+
_: 3
|
|
40
|
+
}, 8, ["class", "disabled", "variant", "size", "start-icon-name", "start-icon-type", "end-icon-name", "content", "test-id"]));
|
|
33
41
|
}
|
|
34
42
|
});
|
|
35
43
|
export {
|
|
36
|
-
|
|
44
|
+
p as default
|
|
37
45
|
};
|
|
@@ -255,9 +255,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
255
255
|
size: "small" | "medium" | "large";
|
|
256
256
|
flip: boolean;
|
|
257
257
|
mandatory: boolean;
|
|
258
|
+
skidding: number;
|
|
259
|
+
modelValue: any;
|
|
258
260
|
selected: any;
|
|
259
261
|
onClear: () => void;
|
|
260
|
-
modelValue: any;
|
|
261
262
|
placeholder: string;
|
|
262
263
|
multi: boolean;
|
|
263
264
|
showSelectAll: boolean;
|
|
@@ -266,7 +267,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
266
267
|
autoSize: boolean;
|
|
267
268
|
disableKeyboardEvents: boolean;
|
|
268
269
|
isOnTop: boolean;
|
|
269
|
-
skidding: number;
|
|
270
270
|
triggerLabel: string;
|
|
271
271
|
triggerHelperText: string;
|
|
272
272
|
triggerFeedbackText: string;
|
|
@@ -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_2d635802_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-2d635802"]]);
|
|
6
6
|
export {
|
|
7
7
|
r as default
|
|
8
8
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import "../../../DropdownV4.
|
|
1
|
+
import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_2d635802_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as ye, computed as U, openBlock as n, createElementBlock as a, mergeProps as s, unref as t, renderSlot as k, createElementVNode as m, createVNode as i, withCtx as c, Transition as fe, normalizeClass as L, normalizeStyle as me, isRef as pe, createCommentVNode as r, createTextVNode as b, toDisplayString as W, withModifiers as M, Fragment as ge, renderList as Te, toRaw as w, createBlock as X, resolveDynamicComponent as ke } from "vue";
|
|
2
2
|
import E from "../../button/v4/ButtonV4.vue.js";
|
|
3
3
|
import "../../button/v4/IconButtonV4.vue.js";
|
|
4
4
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
5
|
+
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
5
6
|
import "./DropdownV4.vue.js";
|
|
6
7
|
import be from "./DefaultDropdownTrigger.vue.js";
|
|
7
8
|
import he from "./IconButtonDropdownTrigger.vue.js";
|
|
@@ -34,7 +35,7 @@ const Fe = ["tabindex"], Be = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
34
35
|
}, xe = { key: 2 }, $e = ["aria-selected", "aria-disabled", "onClick"], He = {
|
|
35
36
|
key: 1,
|
|
36
37
|
class: "actions-wrapper"
|
|
37
|
-
}, Ge = { class: "actions-clear-all" }, Ue = { class: "actions-apply-cancel" },
|
|
38
|
+
}, Ge = { class: "actions-clear-all" }, Ue = { class: "actions-apply-cancel" }, gt = /* @__PURE__ */ ye({
|
|
38
39
|
__name: "DropdownV4",
|
|
39
40
|
props: {
|
|
40
41
|
modelValue: { default: null },
|
|
@@ -247,7 +248,7 @@ const Fe = ["tabindex"], Be = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
247
248
|
}
|
|
248
249
|
), {
|
|
249
250
|
default: c(() => [
|
|
250
|
-
b("Select all ")
|
|
251
|
+
b(" Select all ")
|
|
251
252
|
]),
|
|
252
253
|
_: 1
|
|
253
254
|
}, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate"])
|
|
@@ -338,7 +339,7 @@ const Fe = ["tabindex"], Be = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
338
339
|
class: "apply-button"
|
|
339
340
|
}, t(f)[t(y).ACTION_APPLY], { onClick: t(oe) }), {
|
|
340
341
|
default: c(() => [
|
|
341
|
-
b("Apply ")
|
|
342
|
+
b(" Apply ")
|
|
342
343
|
]),
|
|
343
344
|
_: 1
|
|
344
345
|
}, 16, ["onClick"])
|
|
@@ -467,5 +468,5 @@ const Fe = ["tabindex"], Be = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
467
468
|
}
|
|
468
469
|
});
|
|
469
470
|
export {
|
|
470
|
-
|
|
471
|
+
gt as default
|
|
471
472
|
};
|
|
@@ -2,19 +2,20 @@
|
|
|
2
2
|
import "../../button/v4/ButtonV4.vue.js";
|
|
3
3
|
import m from "../../button/v4/IconButtonV4.vue.js";
|
|
4
4
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
5
|
-
|
|
5
|
+
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
6
|
+
const _ = /* @__PURE__ */ e({
|
|
6
7
|
__name: "IconButtonDropdownTrigger",
|
|
7
8
|
props: {
|
|
8
9
|
testId: { default: "" }
|
|
9
10
|
},
|
|
10
11
|
setup(o) {
|
|
11
12
|
const t = o;
|
|
12
|
-
return (s,
|
|
13
|
+
return (s, i) => (r(), n(p(m), c({
|
|
13
14
|
"icon-name": "dots-three",
|
|
14
15
|
type: "bold"
|
|
15
16
|
}, t), null, 16));
|
|
16
17
|
}
|
|
17
18
|
});
|
|
18
19
|
export {
|
|
19
|
-
|
|
20
|
+
_ as default
|
|
20
21
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./OptionV4.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../OptionV4.
|
|
4
|
-
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../OptionV4.vue_vue_type_style_index_0_scoped_058de532_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-058de532"]]);
|
|
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_058de532_lang.css"; import { defineComponent as N, ref as b, watch as P, computed as V, openBlock as n, createBlock as T, unref as o, withCtx as m, createElementVNode as s, normalizeClass as f, createCommentVNode as i, createElementBlock as a, renderSlot as d, createVNode as c, toDisplayString as k, createTextVNode as x, withModifiers as w } from "vue";
|
|
2
2
|
import "../../typography/Heading.vue.js";
|
|
3
3
|
import L from "../../typography/Text.vue.js";
|
|
4
4
|
import A from "../../checkbox/v4/CheckboxV4.vue.js";
|
|
@@ -1667,9 +1667,10 @@ declare const DropdownTypes: () => (({
|
|
|
1667
1667
|
size: "small" | "medium" | "large";
|
|
1668
1668
|
flip: boolean;
|
|
1669
1669
|
mandatory: boolean;
|
|
1670
|
+
skidding: number;
|
|
1671
|
+
modelValue: any;
|
|
1670
1672
|
selected: any;
|
|
1671
1673
|
onClear: () => void;
|
|
1672
|
-
modelValue: any;
|
|
1673
1674
|
placeholder: string;
|
|
1674
1675
|
multi: boolean;
|
|
1675
1676
|
showSelectAll: boolean;
|
|
@@ -1678,7 +1679,6 @@ declare const DropdownTypes: () => (({
|
|
|
1678
1679
|
autoSize: boolean;
|
|
1679
1680
|
disableKeyboardEvents: boolean;
|
|
1680
1681
|
isOnTop: boolean;
|
|
1681
|
-
skidding: number;
|
|
1682
1682
|
triggerLabel: string;
|
|
1683
1683
|
triggerHelperText: string;
|
|
1684
1684
|
triggerFeedbackText: string;
|
|
@@ -1753,6 +1753,17 @@ declare const DropdownTypes: () => (({
|
|
|
1753
1753
|
loading: {
|
|
1754
1754
|
type: import("vue").PropType<boolean>;
|
|
1755
1755
|
};
|
|
1756
|
+
skidding: {
|
|
1757
|
+
type: import("vue").PropType<number>;
|
|
1758
|
+
default: number;
|
|
1759
|
+
};
|
|
1760
|
+
isOpen: {
|
|
1761
|
+
type: import("vue").PropType<boolean>;
|
|
1762
|
+
};
|
|
1763
|
+
modelValue: {
|
|
1764
|
+
type: import("vue").PropType<unknown>;
|
|
1765
|
+
default: any;
|
|
1766
|
+
};
|
|
1756
1767
|
selected: {
|
|
1757
1768
|
type: import("vue").PropType<unknown>;
|
|
1758
1769
|
default: any;
|
|
@@ -1765,10 +1776,6 @@ declare const DropdownTypes: () => (({
|
|
|
1765
1776
|
type: import("vue").PropType<() => void>;
|
|
1766
1777
|
default: () => true;
|
|
1767
1778
|
};
|
|
1768
|
-
modelValue: {
|
|
1769
|
-
type: import("vue").PropType<unknown>;
|
|
1770
|
-
default: any;
|
|
1771
|
-
};
|
|
1772
1779
|
placeholder: {
|
|
1773
1780
|
type: import("vue").PropType<string>;
|
|
1774
1781
|
default: string;
|
|
@@ -1777,9 +1784,6 @@ declare const DropdownTypes: () => (({
|
|
|
1777
1784
|
type: import("vue").PropType<boolean>;
|
|
1778
1785
|
default: boolean;
|
|
1779
1786
|
};
|
|
1780
|
-
isOpen: {
|
|
1781
|
-
type: import("vue").PropType<boolean>;
|
|
1782
|
-
};
|
|
1783
1787
|
showSelectAll: {
|
|
1784
1788
|
type: import("vue").PropType<boolean>;
|
|
1785
1789
|
default: boolean;
|
|
@@ -1804,10 +1808,6 @@ declare const DropdownTypes: () => (({
|
|
|
1804
1808
|
type: import("vue").PropType<boolean>;
|
|
1805
1809
|
default: boolean;
|
|
1806
1810
|
};
|
|
1807
|
-
skidding: {
|
|
1808
|
-
type: import("vue").PropType<number>;
|
|
1809
|
-
default: number;
|
|
1810
|
-
};
|
|
1811
1811
|
triggerLabel: {
|
|
1812
1812
|
type: import("vue").PropType<string>;
|
|
1813
1813
|
default: string;
|
|
@@ -1942,7 +1942,7 @@ declare const DropdownTypes: () => (({
|
|
|
1942
1942
|
onOnsearch?: (value: string) => any;
|
|
1943
1943
|
onOpened?: () => any;
|
|
1944
1944
|
onClosed?: () => any;
|
|
1945
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "
|
|
1945
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
1946
1946
|
$attrs: {
|
|
1947
1947
|
[x: string]: unknown;
|
|
1948
1948
|
};
|
|
@@ -2000,6 +2000,17 @@ declare const DropdownTypes: () => (({
|
|
|
2000
2000
|
loading: {
|
|
2001
2001
|
type: import("vue").PropType<boolean>;
|
|
2002
2002
|
};
|
|
2003
|
+
skidding: {
|
|
2004
|
+
type: import("vue").PropType<number>;
|
|
2005
|
+
default: number;
|
|
2006
|
+
};
|
|
2007
|
+
isOpen: {
|
|
2008
|
+
type: import("vue").PropType<boolean>;
|
|
2009
|
+
};
|
|
2010
|
+
modelValue: {
|
|
2011
|
+
type: import("vue").PropType<unknown>;
|
|
2012
|
+
default: any;
|
|
2013
|
+
};
|
|
2003
2014
|
selected: {
|
|
2004
2015
|
type: import("vue").PropType<unknown>;
|
|
2005
2016
|
default: any;
|
|
@@ -2012,10 +2023,6 @@ declare const DropdownTypes: () => (({
|
|
|
2012
2023
|
type: import("vue").PropType<() => void>;
|
|
2013
2024
|
default: () => true;
|
|
2014
2025
|
};
|
|
2015
|
-
modelValue: {
|
|
2016
|
-
type: import("vue").PropType<unknown>;
|
|
2017
|
-
default: any;
|
|
2018
|
-
};
|
|
2019
2026
|
placeholder: {
|
|
2020
2027
|
type: import("vue").PropType<string>;
|
|
2021
2028
|
default: string;
|
|
@@ -2024,9 +2031,6 @@ declare const DropdownTypes: () => (({
|
|
|
2024
2031
|
type: import("vue").PropType<boolean>;
|
|
2025
2032
|
default: boolean;
|
|
2026
2033
|
};
|
|
2027
|
-
isOpen: {
|
|
2028
|
-
type: import("vue").PropType<boolean>;
|
|
2029
|
-
};
|
|
2030
2034
|
showSelectAll: {
|
|
2031
2035
|
type: import("vue").PropType<boolean>;
|
|
2032
2036
|
default: boolean;
|
|
@@ -2051,10 +2055,6 @@ declare const DropdownTypes: () => (({
|
|
|
2051
2055
|
type: import("vue").PropType<boolean>;
|
|
2052
2056
|
default: boolean;
|
|
2053
2057
|
};
|
|
2054
|
-
skidding: {
|
|
2055
|
-
type: import("vue").PropType<number>;
|
|
2056
|
-
default: number;
|
|
2057
|
-
};
|
|
2058
2058
|
triggerLabel: {
|
|
2059
2059
|
type: import("vue").PropType<string>;
|
|
2060
2060
|
default: string;
|
|
@@ -2213,9 +2213,10 @@ declare const DropdownTypes: () => (({
|
|
|
2213
2213
|
size: "small" | "medium" | "large";
|
|
2214
2214
|
flip: boolean;
|
|
2215
2215
|
mandatory: boolean;
|
|
2216
|
+
skidding: number;
|
|
2217
|
+
modelValue: any;
|
|
2216
2218
|
selected: any;
|
|
2217
2219
|
onClear: () => void;
|
|
2218
|
-
modelValue: any;
|
|
2219
2220
|
placeholder: string;
|
|
2220
2221
|
multi: boolean;
|
|
2221
2222
|
showSelectAll: boolean;
|
|
@@ -2224,7 +2225,6 @@ declare const DropdownTypes: () => (({
|
|
|
2224
2225
|
autoSize: boolean;
|
|
2225
2226
|
disableKeyboardEvents: boolean;
|
|
2226
2227
|
isOnTop: boolean;
|
|
2227
|
-
skidding: number;
|
|
2228
2228
|
triggerLabel: string;
|
|
2229
2229
|
triggerHelperText: string;
|
|
2230
2230
|
triggerFeedbackText: string;
|
|
@@ -2319,6 +2319,17 @@ declare const DropdownTypes: () => (({
|
|
|
2319
2319
|
loading: {
|
|
2320
2320
|
type: import("vue").PropType<boolean>;
|
|
2321
2321
|
};
|
|
2322
|
+
skidding: {
|
|
2323
|
+
type: import("vue").PropType<number>;
|
|
2324
|
+
default: number;
|
|
2325
|
+
};
|
|
2326
|
+
isOpen: {
|
|
2327
|
+
type: import("vue").PropType<boolean>;
|
|
2328
|
+
};
|
|
2329
|
+
modelValue: {
|
|
2330
|
+
type: import("vue").PropType<unknown>;
|
|
2331
|
+
default: any;
|
|
2332
|
+
};
|
|
2322
2333
|
selected: {
|
|
2323
2334
|
type: import("vue").PropType<unknown>;
|
|
2324
2335
|
default: any;
|
|
@@ -2331,10 +2342,6 @@ declare const DropdownTypes: () => (({
|
|
|
2331
2342
|
type: import("vue").PropType<() => void>;
|
|
2332
2343
|
default: () => true;
|
|
2333
2344
|
};
|
|
2334
|
-
modelValue: {
|
|
2335
|
-
type: import("vue").PropType<unknown>;
|
|
2336
|
-
default: any;
|
|
2337
|
-
};
|
|
2338
2345
|
placeholder: {
|
|
2339
2346
|
type: import("vue").PropType<string>;
|
|
2340
2347
|
default: string;
|
|
@@ -2343,9 +2350,6 @@ declare const DropdownTypes: () => (({
|
|
|
2343
2350
|
type: import("vue").PropType<boolean>;
|
|
2344
2351
|
default: boolean;
|
|
2345
2352
|
};
|
|
2346
|
-
isOpen: {
|
|
2347
|
-
type: import("vue").PropType<boolean>;
|
|
2348
|
-
};
|
|
2349
2353
|
showSelectAll: {
|
|
2350
2354
|
type: import("vue").PropType<boolean>;
|
|
2351
2355
|
default: boolean;
|
|
@@ -2370,10 +2374,6 @@ declare const DropdownTypes: () => (({
|
|
|
2370
2374
|
type: import("vue").PropType<boolean>;
|
|
2371
2375
|
default: boolean;
|
|
2372
2376
|
};
|
|
2373
|
-
skidding: {
|
|
2374
|
-
type: import("vue").PropType<number>;
|
|
2375
|
-
default: number;
|
|
2376
|
-
};
|
|
2377
2377
|
triggerLabel: {
|
|
2378
2378
|
type: import("vue").PropType<string>;
|
|
2379
2379
|
default: string;
|
|
@@ -2559,6 +2559,17 @@ declare const DropdownTypes: () => (({
|
|
|
2559
2559
|
loading: {
|
|
2560
2560
|
type: import("vue").PropType<boolean>;
|
|
2561
2561
|
};
|
|
2562
|
+
skidding: {
|
|
2563
|
+
type: import("vue").PropType<number>;
|
|
2564
|
+
default: number;
|
|
2565
|
+
};
|
|
2566
|
+
isOpen: {
|
|
2567
|
+
type: import("vue").PropType<boolean>;
|
|
2568
|
+
};
|
|
2569
|
+
modelValue: {
|
|
2570
|
+
type: import("vue").PropType<unknown>;
|
|
2571
|
+
default: any;
|
|
2572
|
+
};
|
|
2562
2573
|
selected: {
|
|
2563
2574
|
type: import("vue").PropType<unknown>;
|
|
2564
2575
|
default: any;
|
|
@@ -2571,10 +2582,6 @@ declare const DropdownTypes: () => (({
|
|
|
2571
2582
|
type: import("vue").PropType<() => void>;
|
|
2572
2583
|
default: () => true;
|
|
2573
2584
|
};
|
|
2574
|
-
modelValue: {
|
|
2575
|
-
type: import("vue").PropType<unknown>;
|
|
2576
|
-
default: any;
|
|
2577
|
-
};
|
|
2578
2585
|
placeholder: {
|
|
2579
2586
|
type: import("vue").PropType<string>;
|
|
2580
2587
|
default: string;
|
|
@@ -2583,9 +2590,6 @@ declare const DropdownTypes: () => (({
|
|
|
2583
2590
|
type: import("vue").PropType<boolean>;
|
|
2584
2591
|
default: boolean;
|
|
2585
2592
|
};
|
|
2586
|
-
isOpen: {
|
|
2587
|
-
type: import("vue").PropType<boolean>;
|
|
2588
|
-
};
|
|
2589
2593
|
showSelectAll: {
|
|
2590
2594
|
type: import("vue").PropType<boolean>;
|
|
2591
2595
|
default: boolean;
|
|
@@ -2610,10 +2614,6 @@ declare const DropdownTypes: () => (({
|
|
|
2610
2614
|
type: import("vue").PropType<boolean>;
|
|
2611
2615
|
default: boolean;
|
|
2612
2616
|
};
|
|
2613
|
-
skidding: {
|
|
2614
|
-
type: import("vue").PropType<number>;
|
|
2615
|
-
default: number;
|
|
2616
|
-
};
|
|
2617
2617
|
triggerLabel: {
|
|
2618
2618
|
type: import("vue").PropType<string>;
|
|
2619
2619
|
default: string;
|
|
@@ -2772,9 +2772,10 @@ declare const DropdownTypes: () => (({
|
|
|
2772
2772
|
size: "small" | "medium" | "large";
|
|
2773
2773
|
flip: boolean;
|
|
2774
2774
|
mandatory: boolean;
|
|
2775
|
+
skidding: number;
|
|
2776
|
+
modelValue: any;
|
|
2775
2777
|
selected: any;
|
|
2776
2778
|
onClear: () => void;
|
|
2777
|
-
modelValue: any;
|
|
2778
2779
|
placeholder: string;
|
|
2779
2780
|
multi: boolean;
|
|
2780
2781
|
showSelectAll: boolean;
|
|
@@ -2783,7 +2784,6 @@ declare const DropdownTypes: () => (({
|
|
|
2783
2784
|
autoSize: boolean;
|
|
2784
2785
|
disableKeyboardEvents: boolean;
|
|
2785
2786
|
isOnTop: boolean;
|
|
2786
|
-
skidding: number;
|
|
2787
2787
|
triggerLabel: string;
|
|
2788
2788
|
triggerHelperText: string;
|
|
2789
2789
|
triggerFeedbackText: string;
|
|
@@ -2976,6 +2976,9 @@ declare const DropdownTypes: () => (({
|
|
|
2976
2976
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
2977
2977
|
default: string;
|
|
2978
2978
|
};
|
|
2979
|
+
isOpen: {
|
|
2980
|
+
type: import("vue").PropType<boolean>;
|
|
2981
|
+
};
|
|
2979
2982
|
selected: {
|
|
2980
2983
|
type: import("vue").PropType<unknown[]>;
|
|
2981
2984
|
default: any;
|
|
@@ -2988,9 +2991,6 @@ declare const DropdownTypes: () => (({
|
|
|
2988
2991
|
type: import("vue").PropType<string>;
|
|
2989
2992
|
default: string;
|
|
2990
2993
|
};
|
|
2991
|
-
isOpen: {
|
|
2992
|
-
type: import("vue").PropType<boolean>;
|
|
2993
|
-
};
|
|
2994
2994
|
inlineSearchPlaceholder: {
|
|
2995
2995
|
type: import("vue").PropType<string>;
|
|
2996
2996
|
default: string;
|
|
@@ -3069,6 +3069,9 @@ declare const DropdownTypes: () => (({
|
|
|
3069
3069
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
3070
3070
|
default: string;
|
|
3071
3071
|
};
|
|
3072
|
+
isOpen: {
|
|
3073
|
+
type: import("vue").PropType<boolean>;
|
|
3074
|
+
};
|
|
3072
3075
|
selected: {
|
|
3073
3076
|
type: import("vue").PropType<unknown[]>;
|
|
3074
3077
|
default: any;
|
|
@@ -3081,9 +3084,6 @@ declare const DropdownTypes: () => (({
|
|
|
3081
3084
|
type: import("vue").PropType<string>;
|
|
3082
3085
|
default: string;
|
|
3083
3086
|
};
|
|
3084
|
-
isOpen: {
|
|
3085
|
-
type: import("vue").PropType<boolean>;
|
|
3086
|
-
};
|
|
3087
3087
|
inlineSearchPlaceholder: {
|
|
3088
3088
|
type: import("vue").PropType<string>;
|
|
3089
3089
|
default: string;
|
|
@@ -3186,6 +3186,9 @@ declare const DropdownTypes: () => (({
|
|
|
3186
3186
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
3187
3187
|
default: string;
|
|
3188
3188
|
};
|
|
3189
|
+
isOpen: {
|
|
3190
|
+
type: import("vue").PropType<boolean>;
|
|
3191
|
+
};
|
|
3189
3192
|
selected: {
|
|
3190
3193
|
type: import("vue").PropType<unknown[]>;
|
|
3191
3194
|
default: any;
|
|
@@ -3198,9 +3201,6 @@ declare const DropdownTypes: () => (({
|
|
|
3198
3201
|
type: import("vue").PropType<string>;
|
|
3199
3202
|
default: string;
|
|
3200
3203
|
};
|
|
3201
|
-
isOpen: {
|
|
3202
|
-
type: import("vue").PropType<boolean>;
|
|
3203
|
-
};
|
|
3204
3204
|
inlineSearchPlaceholder: {
|
|
3205
3205
|
type: import("vue").PropType<string>;
|
|
3206
3206
|
default: string;
|
|
@@ -3269,6 +3269,9 @@ declare const DropdownTypes: () => (({
|
|
|
3269
3269
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
3270
3270
|
default: string;
|
|
3271
3271
|
};
|
|
3272
|
+
isOpen: {
|
|
3273
|
+
type: import("vue").PropType<boolean>;
|
|
3274
|
+
};
|
|
3272
3275
|
selected: {
|
|
3273
3276
|
type: import("vue").PropType<unknown[]>;
|
|
3274
3277
|
default: any;
|
|
@@ -3281,9 +3284,6 @@ declare const DropdownTypes: () => (({
|
|
|
3281
3284
|
type: import("vue").PropType<string>;
|
|
3282
3285
|
default: string;
|
|
3283
3286
|
};
|
|
3284
|
-
isOpen: {
|
|
3285
|
-
type: import("vue").PropType<boolean>;
|
|
3286
|
-
};
|
|
3287
3287
|
inlineSearchPlaceholder: {
|
|
3288
3288
|
type: import("vue").PropType<string>;
|
|
3289
3289
|
default: string;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import "../../../EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css"; import p from "../../../_virtual/dynamic-import-helper.js";
|
|
2
|
-
import { defineComponent as v, computed as y, defineAsyncComponent as b, openBlock as e, createElementBlock as k, createBlock as
|
|
2
|
+
import { defineComponent as v, computed as y, defineAsyncComponent as b, openBlock as e, createElementBlock as k, createBlock as i, unref as n, createCommentVNode as a, createElementVNode as N, renderSlot as s, withCtx as c, createTextVNode as r, toDisplayString as l } from "vue";
|
|
3
3
|
import I from "../../button/v4/ButtonV4.vue.js";
|
|
4
4
|
import "../../button/v4/IconButtonV4.vue.js";
|
|
5
5
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
6
|
+
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
6
7
|
import u from "../../typography/v4/Typography.vue.js";
|
|
7
8
|
import { capitalizeFirstLetter as C, snakeCaseToCamelCase as T } from "../../../utils/string.js";
|
|
8
9
|
import S from "../../icon/v4/IconV4.vue.js";
|
|
9
10
|
import "../../icon/v4/IconFlag.vue.js";
|
|
10
|
-
const g = { class: "empty-state" }, x = { class: "title-wrapper" },
|
|
11
|
+
const g = { class: "empty-state" }, x = { class: "title-wrapper" }, j = /* @__PURE__ */ v({
|
|
11
12
|
__name: "EmptyStateV4",
|
|
12
13
|
props: {
|
|
13
14
|
title: { default: "No data to display" },
|
|
@@ -24,12 +25,12 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, R = /* @__PU
|
|
|
24
25
|
const o = C(T(d.variant));
|
|
25
26
|
return b(() => p(/* @__PURE__ */ Object.assign({ "./icons/IconError.vue": () => import("./icons/IconError.vue.js"), "./icons/IconFiles.vue": () => import("./icons/IconFiles.vue.js"), "./icons/IconNoAccess.vue": () => import("./icons/IconNoAccess.vue.js"), "./icons/IconNoData.vue": () => import("./icons/IconNoData.vue.js"), "./icons/IconNoResults.vue": () => import("./icons/IconNoResults.vue.js"), "./icons/IconSettings.vue": () => import("./icons/IconSettings.vue.js") }), `./icons/Icon${o}.vue`));
|
|
26
27
|
});
|
|
27
|
-
return (o,
|
|
28
|
-
t.variant && !t.iconName ? (e(), n(
|
|
28
|
+
return (o, m) => (e(), k("div", g, [
|
|
29
|
+
t.variant && !t.iconName ? (e(), i(n(f), {
|
|
29
30
|
key: 0,
|
|
30
31
|
class: "empty-variant-icon"
|
|
31
32
|
})) : a("", !0),
|
|
32
|
-
t.iconName ? (e(), n(
|
|
33
|
+
t.iconName ? (e(), i(n(S), {
|
|
33
34
|
key: 1,
|
|
34
35
|
class: "custom-empty-icon",
|
|
35
36
|
name: t.iconName,
|
|
@@ -37,8 +38,8 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, R = /* @__PU
|
|
|
37
38
|
type: t.iconType
|
|
38
39
|
}, null, 8, ["name", "size", "type"])) : a("", !0),
|
|
39
40
|
N("div", x, [
|
|
40
|
-
|
|
41
|
-
t.title ? (e(), n(
|
|
41
|
+
s(o.$slots, "content", {}, () => [
|
|
42
|
+
t.title ? (e(), i(n(u), {
|
|
42
43
|
key: 0,
|
|
43
44
|
variant: "h4",
|
|
44
45
|
class: "title"
|
|
@@ -48,7 +49,7 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, R = /* @__PU
|
|
|
48
49
|
]),
|
|
49
50
|
_: 1
|
|
50
51
|
})) : a("", !0),
|
|
51
|
-
t.subtitle ? (e(), n(
|
|
52
|
+
t.subtitle ? (e(), i(n(u), {
|
|
52
53
|
key: 1,
|
|
53
54
|
variant: "body1",
|
|
54
55
|
class: "subtitle"
|
|
@@ -60,13 +61,13 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, R = /* @__PU
|
|
|
60
61
|
})) : a("", !0)
|
|
61
62
|
], !0)
|
|
62
63
|
]),
|
|
63
|
-
|
|
64
|
-
t.buttonText ? (e(), n(
|
|
64
|
+
s(o.$slots, "button", {}, () => [
|
|
65
|
+
t.buttonText ? (e(), i(n(I), {
|
|
65
66
|
key: 0,
|
|
66
67
|
variant: "outlined",
|
|
67
68
|
color: "default",
|
|
68
69
|
class: "button",
|
|
69
|
-
onClick:
|
|
70
|
+
onClick: m[0] || (m[0] = (z) => o.$emit("click"))
|
|
70
71
|
}, {
|
|
71
72
|
default: c(() => [
|
|
72
73
|
r(l(t.buttonText), 1)
|
|
@@ -78,5 +79,5 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, R = /* @__PU
|
|
|
78
79
|
}
|
|
79
80
|
});
|
|
80
81
|
export {
|
|
81
|
-
|
|
82
|
+
j as default
|
|
82
83
|
};
|