@ironsource/shared-ui 1.4.2-test.9 → 1.4.3-rc.0
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/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AutocompleteDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Checkbox.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/DatePickerMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/DateRange.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/DollarInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FiltersPanel.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Heading.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Menu.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/PasswordInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/PercentageInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/README.md +37 -22
- package/RadioButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/RadioGroup.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Text.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/components/appTrigger/AppTrigger.vue.d.ts +5 -0
- package/components/appTrigger/AppTrigger.vue.js +29 -16
- package/components/appTrigger/index.d.ts +11 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +5 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +7 -4
- package/components/autocompleteDropdown/AutocompleteInput.vue.d.ts +5 -0
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +12 -6
- package/components/autocompleteDropdown/index.d.ts +11 -0
- package/components/banner/Banner.vue.d.ts +9 -0
- package/components/banner/Banner.vue.js +20 -9
- package/components/banner/index.d.ts +9 -0
- package/components/button/Button.vue.d.ts +5 -0
- package/components/button/Button.vue.js +6 -4
- package/components/button/index.d.ts +17 -6
- package/components/checkbox/Checkbox.vue.d.ts +5 -0
- package/components/checkbox/Checkbox.vue.js +20 -14
- package/components/checkbox/index.d.ts +11 -0
- package/components/chip/Chip.vue.d.ts +5 -0
- package/components/chip/Chip.vue.js +12 -7
- package/components/chip/index.d.ts +11 -0
- package/components/datePicker/DatePicker.vue.d.ts +5 -0
- package/components/datePicker/DatePicker.vue.js +11 -6
- package/components/datePicker/DatePickerMonth.vue.d.ts +5 -0
- package/components/datePicker/DatePickerMonth.vue.js +5 -3
- package/components/datePicker/index.d.ts +11 -0
- package/components/dateRange/CalendarMonth.vue.d.ts +5 -0
- package/components/dateRange/CalendarMonth.vue.js +39 -21
- package/components/dateRange/DateRange.vue.d.ts +5 -0
- package/components/dateRange/DateRange.vue.js +49 -36
- package/components/dateRange/DateRangePicker.vue.d.ts +5 -0
- package/components/dateRange/index.d.ts +11 -0
- package/components/dialog/Dialog.vue.d.ts +5 -0
- package/components/dialog/Dialog.vue.js +38 -23
- package/components/dialog/index.d.ts +11 -0
- package/components/dropdown/Dropdown.vue.d.ts +5 -0
- package/components/dropdown/Dropdown.vue.js +62 -35
- package/components/dropdown/index.d.ts +11 -0
- package/components/emptyState/index.d.ts +3 -3
- package/components/filterDropdown/AddFilterButton.vue.d.ts +2 -0
- package/components/filterDropdown/AddFilterButton.vue.js +6 -4
- package/components/filterDropdown/FilterDropdown.vue.d.ts +5 -0
- package/components/filterDropdown/FilterDropdown.vue.js +8 -5
- package/components/filterDropdown/index.d.ts +17 -0
- package/components/filtersPanel/FiltersPanel.vue.d.ts +5 -0
- package/components/filtersPanel/FiltersPanel.vue.js +7 -4
- package/components/icon/Icon.vue.js +0 -1
- package/components/icon/icons/index.d.ts +0 -3
- package/components/icon/icons/index.vue.js +0 -3
- package/components/icon/index.d.ts +0 -3
- package/components/includeExclude/IncludeExclude.vue.d.ts +5 -13
- package/components/includeExclude/IncludeExclude.vue.js +86 -134
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +3 -4
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +2 -2
- package/components/includeExclude/includeExcludeMocks.d.ts +0 -12
- package/components/includeExclude/index.d.ts +23 -27
- package/components/includeExclude/index.vue.js +0 -3
- package/components/input/DollarInput.vue.d.ts +1 -1
- package/components/input/DollarInput.vue.js +1 -1
- package/components/input/Input.vue.d.ts +10 -0
- package/components/input/Input.vue.js +61 -35
- package/components/input/PasswordInput.vue.d.ts +1 -1
- package/components/input/PasswordInput.vue.js +1 -1
- package/components/input/PercentageInput.vue.d.ts +1 -1
- package/components/input/PercentageInput.vue.js +1 -1
- package/components/input/index.d.ts +34 -0
- package/components/menu/Menu.vue.d.ts +5 -0
- package/components/menu/Menu.vue.js +6 -4
- package/components/menu/index.d.ts +11 -0
- package/components/popover/Popover.vue.d.ts +5 -0
- package/components/popover/Popover.vue.js +5 -3
- package/components/popover/index.d.ts +11 -0
- package/components/radioButton/RadioButton.vue.d.ts +5 -0
- package/components/radioButton/RadioButton.vue.js +15 -8
- package/components/radioButton/RadioGroup.vue.d.ts +5 -0
- package/components/radioButton/RadioGroup.vue.js +9 -5
- package/components/radioButton/index.d.ts +22 -0
- package/components/search/Search.vue.d.ts +5 -0
- package/components/search/Search.vue.js +13 -7
- package/components/search/index.d.ts +11 -0
- package/components/switch/Switch.vue.d.ts +5 -0
- package/components/switch/Switch.vue.js +17 -9
- package/components/switch/index.d.ts +11 -0
- package/components/table/Table.types.d.ts +0 -1
- package/components/table/Table.vue.d.ts +5 -10
- package/components/table/Table.vue.js +56 -52
- package/components/table/index.d.ts +11 -22
- package/components/table-cells/Editable.vue.js +1 -1
- package/components/tabs/Tabs.vue.d.ts +5 -0
- package/components/tabs/Tabs.vue.js +20 -15
- package/components/tabs/index.d.ts +11 -0
- package/components/textArea/TextArea.vue.d.ts +5 -0
- package/components/textArea/TextArea.vue.js +23 -16
- package/components/textArea/index.d.ts +11 -0
- package/components/toggle/Toggle.vue.d.ts +10 -0
- package/components/toggle/Toggle.vue.js +37 -20
- package/components/toggle/index.d.ts +22 -0
- package/components/tooltip/TextWithTitleContent.vue.d.ts +16 -3
- package/components/tooltip/TextWithTitleContent.vue.js +11 -6
- package/components/tooltip/Tooltip.vue.d.ts +5 -0
- package/components/tooltip/Tooltip.vue.js +8 -4
- package/components/tooltip/index.d.ts +11 -0
- package/components/typography/Heading.vue.d.ts +5 -0
- package/components/typography/Heading.vue.js +7 -4
- package/components/typography/Text.vue.d.ts +5 -0
- package/components/typography/Text.vue.js +8 -4
- package/components/typography/index.d.ts +22 -0
- package/consts/regex.d.ts +1 -0
- package/consts/regex.vue.js +3 -0
- package/consts/style.d.ts +1 -0
- package/consts/style.vue.js +3 -0
- package/index.vue.js +1 -2
- package/package.json +4 -5
- package/testids/index.d.ts +146 -0
- package/testids/index.vue.js +170 -0
- package/utils/style.d.ts +1 -0
- package/utils/style.vue.js +5 -0
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
- package/components/icon/icons/TableEdit.vue.d.ts +0 -2
- package/components/icon/icons/TableEdit.vue.js +0 -24
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +0 -43
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +0 -122
- package/components/table/Pagination.vue.d.ts +0 -43
|
@@ -10,7 +10,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
10
10
|
props: {
|
|
11
11
|
selected: { type: Boolean },
|
|
12
12
|
disabled: { type: Boolean },
|
|
13
|
-
prefix: null
|
|
13
|
+
prefix: null,
|
|
14
|
+
testId: null
|
|
14
15
|
},
|
|
15
16
|
setup(__props) {
|
|
16
17
|
return (_ctx, _cache) => {
|
|
@@ -19,7 +20,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
19
20
|
class: normalizeClass(["add-filter", { disabled: __props.disabled }]),
|
|
20
21
|
selected: __props.selected,
|
|
21
22
|
disabled: __props.disabled,
|
|
22
|
-
prefix: __props.prefix
|
|
23
|
+
prefix: __props.prefix,
|
|
24
|
+
"test-id": __props.testId
|
|
23
25
|
}, createSlots({
|
|
24
26
|
default: withCtx(() => [
|
|
25
27
|
createVNode(Text, {
|
|
@@ -44,10 +46,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
44
46
|
]),
|
|
45
47
|
key: "0"
|
|
46
48
|
} : void 0
|
|
47
|
-
]), 1032, ["class", "selected", "disabled", "prefix"]);
|
|
49
|
+
]), 1032, ["class", "selected", "disabled", "prefix", "test-id"]);
|
|
48
50
|
};
|
|
49
51
|
}
|
|
50
52
|
});
|
|
51
|
-
var AddFilterButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
53
|
+
var AddFilterButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-44051188"]]);
|
|
52
54
|
|
|
53
55
|
export { AddFilterButton as default };
|
|
@@ -6,9 +6,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
6
6
|
onSearch: (item: unknown) => boolean;
|
|
7
7
|
options: unknown[];
|
|
8
8
|
addNewFilter: (filter: Filter) => void;
|
|
9
|
+
testId?: string;
|
|
9
10
|
}>, {
|
|
10
11
|
text: string;
|
|
11
12
|
disabled: boolean;
|
|
13
|
+
testId: string;
|
|
12
14
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
15
|
displayValue: (item: unknown) => string;
|
|
14
16
|
text?: string;
|
|
@@ -16,11 +18,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
16
18
|
onSearch: (item: unknown) => boolean;
|
|
17
19
|
options: unknown[];
|
|
18
20
|
addNewFilter: (filter: Filter) => void;
|
|
21
|
+
testId?: string;
|
|
19
22
|
}>, {
|
|
20
23
|
text: string;
|
|
21
24
|
disabled: boolean;
|
|
25
|
+
testId: string;
|
|
22
26
|
}>>>, {
|
|
23
27
|
text: string;
|
|
28
|
+
testId: string;
|
|
24
29
|
disabled: boolean;
|
|
25
30
|
}>;
|
|
26
31
|
export default _default;
|
|
@@ -13,7 +13,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13
13
|
disabled: { type: Boolean, default: false },
|
|
14
14
|
onSearch: null,
|
|
15
15
|
options: null,
|
|
16
|
-
addNewFilter: null
|
|
16
|
+
addNewFilter: null,
|
|
17
|
+
testId: { default: "" }
|
|
17
18
|
},
|
|
18
19
|
setup(__props) {
|
|
19
20
|
return (_ctx, _cache) => {
|
|
@@ -25,18 +26,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
25
26
|
skidding: 0,
|
|
26
27
|
"is-on-top": "",
|
|
27
28
|
options: __props.options,
|
|
29
|
+
"test-id": __props.testId,
|
|
28
30
|
"onUpdate:selected": __props.addNewFilter
|
|
29
31
|
}, {
|
|
30
32
|
input: withCtx(() => [
|
|
31
33
|
createVNode(AddFilterButton, {
|
|
32
34
|
class: "add-filter-button",
|
|
33
|
-
disabled: __props.disabled
|
|
35
|
+
disabled: __props.disabled,
|
|
36
|
+
"test-id": __props.testId
|
|
34
37
|
}, {
|
|
35
38
|
default: withCtx(() => [
|
|
36
39
|
createTextVNode(toDisplayString(__props.text), 1)
|
|
37
40
|
]),
|
|
38
41
|
_: 1
|
|
39
|
-
}, 8, ["disabled"])
|
|
42
|
+
}, 8, ["disabled", "test-id"])
|
|
40
43
|
]),
|
|
41
44
|
default: withCtx(({ option }) => [
|
|
42
45
|
createVNode(unref(Option), { option }, {
|
|
@@ -47,10 +50,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
47
50
|
}, 1032, ["option"])
|
|
48
51
|
]),
|
|
49
52
|
_: 1
|
|
50
|
-
}, 8, ["display-value", "disabled", "on-search", "options", "onUpdate:selected"]);
|
|
53
|
+
}, 8, ["display-value", "disabled", "on-search", "options", "test-id", "onUpdate:selected"]);
|
|
51
54
|
};
|
|
52
55
|
}
|
|
53
56
|
});
|
|
54
|
-
var FilterDropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
57
|
+
var FilterDropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-59e42a26"]]);
|
|
55
58
|
|
|
56
59
|
export { FilterDropdown as default };
|
|
@@ -9,6 +9,9 @@ declare const FilterDropdownTypes: () => (import("vue").DefineComponent<{
|
|
|
9
9
|
prefix: {
|
|
10
10
|
type: import("vue").PropType<string>;
|
|
11
11
|
};
|
|
12
|
+
testId: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
14
|
+
};
|
|
12
15
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
16
|
selected: {
|
|
14
17
|
type: import("vue").PropType<boolean>;
|
|
@@ -19,12 +22,20 @@ declare const FilterDropdownTypes: () => (import("vue").DefineComponent<{
|
|
|
19
22
|
prefix: {
|
|
20
23
|
type: import("vue").PropType<string>;
|
|
21
24
|
};
|
|
25
|
+
testId: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
};
|
|
22
28
|
}>>, {}> | import("vue").DefineComponent<{
|
|
23
29
|
text: {
|
|
24
30
|
type: import("vue").PropType<string>;
|
|
25
31
|
} & {
|
|
26
32
|
default: string;
|
|
27
33
|
};
|
|
34
|
+
testId: {
|
|
35
|
+
type: import("vue").PropType<string>;
|
|
36
|
+
} & {
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
28
39
|
disabled: {
|
|
29
40
|
type: import("vue").PropType<boolean>;
|
|
30
41
|
} & {
|
|
@@ -52,6 +63,11 @@ declare const FilterDropdownTypes: () => (import("vue").DefineComponent<{
|
|
|
52
63
|
} & {
|
|
53
64
|
default: string;
|
|
54
65
|
};
|
|
66
|
+
testId: {
|
|
67
|
+
type: import("vue").PropType<string>;
|
|
68
|
+
} & {
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
55
71
|
disabled: {
|
|
56
72
|
type: import("vue").PropType<boolean>;
|
|
57
73
|
} & {
|
|
@@ -75,6 +91,7 @@ declare const FilterDropdownTypes: () => (import("vue").DefineComponent<{
|
|
|
75
91
|
};
|
|
76
92
|
}>>, {
|
|
77
93
|
text: string;
|
|
94
|
+
testId: string;
|
|
78
95
|
disabled: boolean;
|
|
79
96
|
}>)[];
|
|
80
97
|
export { default as FilterDropdown } from './FilterDropdown.vue';
|
|
@@ -4,16 +4,21 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
4
4
|
isOpen?: boolean;
|
|
5
5
|
selected: Record<string, Filter> | Record<string, Filter>[];
|
|
6
6
|
isMultiSelect?: boolean;
|
|
7
|
+
testId?: string;
|
|
7
8
|
}>, {
|
|
8
9
|
isOpen: boolean;
|
|
10
|
+
testId: string;
|
|
9
11
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
12
|
filters: Filter[];
|
|
11
13
|
isOpen?: boolean;
|
|
12
14
|
selected: Record<string, Filter> | Record<string, Filter>[];
|
|
13
15
|
isMultiSelect?: boolean;
|
|
16
|
+
testId?: string;
|
|
14
17
|
}>, {
|
|
15
18
|
isOpen: boolean;
|
|
19
|
+
testId: string;
|
|
16
20
|
}>>>, {
|
|
21
|
+
testId: string;
|
|
17
22
|
isOpen: boolean;
|
|
18
23
|
}>;
|
|
19
24
|
export default _default;
|
|
@@ -3,13 +3,15 @@ import { defineComponent, computed, openBlock, createElementBlock, Fragment, ren
|
|
|
3
3
|
|
|
4
4
|
import "../../FiltersPanel.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
5
5
|
const _hoisted_1 = { class: "filter-panel" };
|
|
6
|
+
const _hoisted_2 = ["data-testid"];
|
|
6
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
8
|
__name: "FiltersPanel",
|
|
8
9
|
props: {
|
|
9
10
|
filters: null,
|
|
10
11
|
isOpen: { type: Boolean, default: false },
|
|
11
12
|
selected: null,
|
|
12
|
-
isMultiSelect: { type: Boolean }
|
|
13
|
+
isMultiSelect: { type: Boolean },
|
|
14
|
+
testId: { default: "" }
|
|
13
15
|
},
|
|
14
16
|
setup(__props) {
|
|
15
17
|
const props = __props;
|
|
@@ -38,10 +40,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
38
40
|
hidden: filter.hidden,
|
|
39
41
|
selected: props.isMultiSelect ? __props.selected[filter.id].length > 0 : !!__props.selected[filter.id],
|
|
40
42
|
exposed: !filter.hidden
|
|
41
|
-
}])
|
|
43
|
+
}]),
|
|
44
|
+
"data-testid": `${props.testId}-filter-${filter.id}`
|
|
42
45
|
}, [
|
|
43
46
|
renderSlot(_ctx.$slots, filter.id, normalizeProps(guardReactiveProps(filter)), void 0, true)
|
|
44
|
-
],
|
|
47
|
+
], 10, _hoisted_2);
|
|
45
48
|
}), 128)),
|
|
46
49
|
!__props.isOpen ? renderSlot(_ctx.$slots, "add", {
|
|
47
50
|
key: 0,
|
|
@@ -51,6 +54,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51
54
|
};
|
|
52
55
|
}
|
|
53
56
|
});
|
|
54
|
-
var FiltersPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
57
|
+
var FiltersPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7bb724f2"]]);
|
|
55
58
|
|
|
56
59
|
export { FiltersPanel as default };
|
|
@@ -184,7 +184,6 @@ function __variableDynamicImportRuntime0__(path) {
|
|
|
184
184
|
case './icons/Success.vue': return import('./icons/Success.vue.js');
|
|
185
185
|
case './icons/SuccessFull.vue': return import('./icons/SuccessFull.vue.js');
|
|
186
186
|
case './icons/Switch.vue': return import('./icons/Switch.vue.js');
|
|
187
|
-
case './icons/TableEdit.vue': return import('./icons/TableEdit.vue.js');
|
|
188
187
|
case './icons/TabletLandscape.vue': return import('./icons/TabletLandscape.vue.js');
|
|
189
188
|
case './icons/TabletMac.vue': return import('./icons/TabletMac.vue.js');
|
|
190
189
|
case './icons/TabletPortrait.vue': return import('./icons/TabletPortrait.vue.js');
|
|
@@ -19,8 +19,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
19
19
|
skiddingOffset?: number;
|
|
20
20
|
hasSubtitle?: boolean;
|
|
21
21
|
keyField: string;
|
|
22
|
-
|
|
23
|
-
draggableArgs?: object;
|
|
22
|
+
testId?: string;
|
|
24
23
|
}>, {
|
|
25
24
|
titleText: string;
|
|
26
25
|
loading: boolean;
|
|
@@ -37,12 +36,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
37
36
|
distanceOffset: number;
|
|
38
37
|
skiddingOffset: number;
|
|
39
38
|
hasSubtitle: boolean;
|
|
40
|
-
|
|
41
|
-
draggableArgs: any;
|
|
39
|
+
testId: string;
|
|
42
40
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
41
|
"update:modelValue": (value: unknown) => void;
|
|
44
|
-
} & {
|
|
45
|
-
changeDragDrop: (value: unknown) => void;
|
|
46
42
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
47
43
|
titleText?: string;
|
|
48
44
|
loading?: boolean;
|
|
@@ -63,8 +59,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
63
59
|
skiddingOffset?: number;
|
|
64
60
|
hasSubtitle?: boolean;
|
|
65
61
|
keyField: string;
|
|
66
|
-
|
|
67
|
-
draggableArgs?: object;
|
|
62
|
+
testId?: string;
|
|
68
63
|
}>, {
|
|
69
64
|
titleText: string;
|
|
70
65
|
loading: boolean;
|
|
@@ -81,12 +76,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
81
76
|
distanceOffset: number;
|
|
82
77
|
skiddingOffset: number;
|
|
83
78
|
hasSubtitle: boolean;
|
|
84
|
-
|
|
85
|
-
draggableArgs: any;
|
|
79
|
+
testId: string;
|
|
86
80
|
}>>> & {
|
|
87
81
|
"onUpdate:modelValue"?: (value: unknown) => any;
|
|
88
|
-
onChangeDragDrop?: (value: unknown) => any;
|
|
89
82
|
}, {
|
|
83
|
+
testId: string;
|
|
90
84
|
loading: boolean;
|
|
91
85
|
placement: Placement;
|
|
92
86
|
disabled: boolean;
|
|
@@ -102,8 +96,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
102
96
|
alwayesOpen: boolean;
|
|
103
97
|
distanceOffset: number;
|
|
104
98
|
skiddingOffset: number;
|
|
105
|
-
isDraggable: boolean;
|
|
106
|
-
draggableArgs: object;
|
|
107
99
|
}>;
|
|
108
100
|
export default _default;
|
|
109
101
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|