@ironsource/shared-ui 1.4.3-rc.4 → 1.4.3
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/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/ButtonBase.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/Chip.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/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
- package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IconButton.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/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
- package/MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Popover.vue_vue_type_style_index_0_lang.css +1 -1
- package/README.md +36 -21
- package/ScrollButton.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/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Snackbar.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/Table.vue_vue_type_style_index_1_lang.css +1 -1
- package/Tabs.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/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/components/appTrigger/AppTrigger.vue.js +3 -3
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +1 -2
- package/components/button/{common/ButtonSuper.vue.js → Button.vue.js} +7 -7
- package/components/button/{common/ButtonBase.vue.d.ts → ButtonBase.vue.d.ts} +9 -9
- package/components/button/{common/ButtonBase.vue.js → ButtonBase.vue.js} +8 -8
- package/components/button/{v3/IconButton.vue.js → IconButton.vue.js} +7 -7
- package/components/button/{v3/ScrollButton.vue.js → ScrollButton.vue.js} +6 -6
- package/components/button/index.d.ts +126 -0
- package/components/checkbox/Checkbox.vue.d.ts +1 -1
- package/components/checkbox/index.d.ts +9 -9
- package/components/chip/{v3/Chip.vue.js → Chip.vue.js} +5 -5
- package/components/dateRange/CalendarMonth.vue.js +3 -3
- package/components/dateRange/DateRange.vue.js +4 -4
- package/components/dateRange/consts.d.ts +5 -0
- package/components/dateRange/consts.vue.js +8 -0
- package/components/dateRange/index.d.ts +3 -3
- package/components/dialog/Dialog.vue.d.ts +1 -1
- package/components/dialog/Dialog.vue.js +6 -7
- package/components/dialog/index.d.ts +11 -11
- package/components/dropdown/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/Dropdown.vue.js +5 -5
- package/components/dropdown/SearchInput.vue.js +5 -6
- package/components/dropdown/index.d.ts +16 -16
- package/components/emptyState/EmptyState.vue.d.ts +1 -1
- package/components/emptyState/EmptyState.vue.js +4 -4
- package/components/emptyState/index.d.ts +14 -14
- package/components/filterDropdown/AddFilterButton.vue.js +2 -2
- package/components/filterDropdown/FilterDropdown.vue.js +1 -2
- package/components/filtersPanel/FilterSearchInput.vue.js +2 -2
- package/components/floatingToolbar/FloatingToolbar.vue.js +5 -6
- package/components/icon/Icon.vue.js +2 -0
- package/components/icon/icons/Hammer.vue.d.ts +2 -0
- package/components/icon/icons/Hammer.vue.js +26 -0
- package/components/icon/icons/TableEdit.vue.d.ts +2 -0
- package/components/icon/icons/TableEdit.vue.js +24 -0
- package/components/icon/icons/index.d.ts +6 -0
- package/components/icon/icons/index.vue.js +6 -0
- package/components/icon/index.d.ts +6 -0
- package/components/includeExclude/IncludeExclude.vue.js +5 -5
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +7 -4
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +8 -6
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +125 -0
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +610 -0
- package/components/{chip/v4/ChipV4.vue.d.ts → includeExclude/IncludeExcludeOptionDraggable.vue.d.ts} +18 -23
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +126 -0
- package/components/includeExclude/includeExcludeMocks.d.ts +12 -0
- package/components/includeExclude/index.d.ts +228 -7
- package/components/includeExclude/index.vue.js +6 -0
- package/components/input/Input.vue.d.ts +2 -2
- package/components/input/Input.vue.js +3 -3
- package/components/input/index.d.ts +16 -16
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +5 -5
- package/components/snackbar/Snackbar.vue.d.ts +1 -1
- package/components/snackbar/Snackbar.vue.js +5 -6
- package/components/switch/{v3/Switch.vue.js → Switch.vue.js} +5 -5
- package/components/table/Table.types.d.ts +1 -0
- package/components/table/Table.vue.d.ts +13 -0
- package/components/table/Table.vue.js +34 -12
- package/components/table/index.d.ts +25 -0
- package/components/table-cells/Editable.vue.js +1 -1
- package/components/tooltip/Tooltip.vue.d.ts +1 -1
- package/components/tooltip/index.d.ts +5 -5
- package/components/typography/index.d.ts +9 -9
- package/index.d.ts +3 -429
- package/index.vue.js +11 -18
- package/package.json +13 -21
- package/styleguide.scss +78 -77
- package/ButtonBase.vue_vue_type_style_index_1_scoped_true_lang.css +0 -1
- package/ButtonSuper.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
- package/components/ThemeWrapper/ThemeStrore.d.ts +0 -4
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +0 -15
- package/components/button/common/ButtonSuper.vue.d.ts +0 -42
- package/components/button/v3/Button.vue.js +0 -40
- package/components/button/v3/index.d.ts +0 -126
- package/components/button/v4/ButtonV4.vue.d.ts +0 -52
- package/components/button/v4/ButtonV4.vue.js +0 -44
- package/components/button/v4/index.d.ts +0 -72
- package/components/button/v4/index.vue.js +0 -6
- package/components/chip/v4/ChipV4.vue.js +0 -76
- package/components/chip/v4/index.d.ts +0 -63
- package/components/chip/v4/index.vue.js +0 -6
- package/components/switch/v4/SwitchV4.vue.d.ts +0 -37
- package/components/switch/v4/SwitchV4.vue.js +0 -87
- package/components/switch/v4/index.d.ts +0 -46
- package/components/switch/v4/index.vue.js +0 -6
- /package/components/button/{v3/Button.vue.d.ts → Button.vue.d.ts} +0 -0
- /package/components/button/{v3/IconButton.vue.d.ts → IconButton.vue.d.ts} +0 -0
- /package/components/button/{v3/ScrollButton.vue.d.ts → ScrollButton.vue.d.ts} +0 -0
- /package/components/button/{v3/index.vue.js → index.vue.js} +0 -0
- /package/components/chip/{v3/Chip.vue.d.ts → Chip.vue.d.ts} +0 -0
- /package/components/chip/{v3/index.d.ts → index.d.ts} +0 -0
- /package/components/chip/{v3/index.vue.js → index.vue.js} +0 -0
- /package/components/switch/{v3/Switch.vue.d.ts → Switch.vue.d.ts} +0 -0
- /package/components/switch/{v3/index.d.ts → index.d.ts} +0 -0
- /package/components/switch/{v3/index.vue.js → index.vue.js} +0 -0
|
@@ -80,6 +80,9 @@ const icons = {
|
|
|
80
80
|
"auto-mode": {
|
|
81
81
|
fileName: "AutoMode"
|
|
82
82
|
},
|
|
83
|
+
hammer: {
|
|
84
|
+
fileName: "Hammer"
|
|
85
|
+
},
|
|
83
86
|
autorenew: {
|
|
84
87
|
fileName: "Autorenew"
|
|
85
88
|
},
|
|
@@ -533,6 +536,9 @@ const icons = {
|
|
|
533
536
|
switch: {
|
|
534
537
|
fileName: "Switch"
|
|
535
538
|
},
|
|
539
|
+
"table-edit": {
|
|
540
|
+
fileName: "TableEdit"
|
|
541
|
+
},
|
|
536
542
|
"tablet-landscape": {
|
|
537
543
|
fileName: "TabletLandscape"
|
|
538
544
|
},
|
|
@@ -81,6 +81,9 @@ declare const IconTypes: () => ({
|
|
|
81
81
|
'auto-mode': {
|
|
82
82
|
fileName: string;
|
|
83
83
|
};
|
|
84
|
+
hammer: {
|
|
85
|
+
fileName: string;
|
|
86
|
+
};
|
|
84
87
|
autorenew: {
|
|
85
88
|
fileName: string;
|
|
86
89
|
};
|
|
@@ -534,6 +537,9 @@ declare const IconTypes: () => ({
|
|
|
534
537
|
switch: {
|
|
535
538
|
fileName: string;
|
|
536
539
|
};
|
|
540
|
+
'table-edit': {
|
|
541
|
+
fileName: string;
|
|
542
|
+
};
|
|
537
543
|
'tablet-landscape': {
|
|
538
544
|
fileName: string;
|
|
539
545
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch, provide, openBlock, createBlock, unref, withCtx, createElementVNode, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, Transition, createElementBlock, normalizeClass, mergeProps, Fragment, renderList, toRaw, nextTick } from 'vue';
|
|
2
2
|
import _sfc_main$1 from '../popover/Popover.vue.js';
|
|
3
|
-
import Button from '../button/
|
|
3
|
+
import Button from '../button/Button.vue.js';
|
|
4
4
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
5
5
|
import { IncludeExcludeTestIdModifiers } from '../../testids/index.vue.js';
|
|
6
6
|
/* empty css */import Text from '../typography/Text.vue.js';
|
|
7
|
-
/* empty css
|
|
8
|
-
/* empty css *//* empty css
|
|
7
|
+
/* empty css *//* empty css *//* empty css */import 'floating-vue';
|
|
8
|
+
/* empty css *//* empty css */import Search from '../search/Search.vue.js';
|
|
9
9
|
import Checkbox from '../checkbox/Checkbox.vue.js';
|
|
10
10
|
import Skeleton from '../skeleton/Skeleton.vue.js';
|
|
11
11
|
import EmptyState from '../emptyState/EmptyState.vue.js';
|
|
@@ -74,7 +74,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
74
74
|
emits: ["update:modelValue"],
|
|
75
75
|
setup(__props, { emit }) {
|
|
76
76
|
const props = __props;
|
|
77
|
-
const scrollPrerenderedItems =
|
|
77
|
+
const scrollPrerenderedItems = 50;
|
|
78
78
|
const skeletonItems = 3;
|
|
79
79
|
const boxDistanceBottom = 6;
|
|
80
80
|
const OPTION_HEIGHT = 32;
|
|
@@ -559,6 +559,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
559
559
|
};
|
|
560
560
|
}
|
|
561
561
|
});
|
|
562
|
-
var IncludeExclude = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
562
|
+
var IncludeExclude = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-63d6a000"]]);
|
|
563
563
|
|
|
564
564
|
export { IncludeExclude as default };
|
|
@@ -3,10 +3,13 @@ import Icon from '../icon/Icon.vue.js';
|
|
|
3
3
|
import AppIcon from '../appIcon/AppIcon.vue.js';
|
|
4
4
|
import { useSearch } from '../../composables/useSearch.vue.js';
|
|
5
5
|
import IncludeExclude from './IncludeExclude.vue.js';
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
/* empty css
|
|
9
|
-
|
|
6
|
+
import 'floating-vue';
|
|
7
|
+
/* empty css *//* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
8
|
+
/* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import '@vueuse/core';
|
|
9
|
+
import 'vuedraggable';
|
|
10
|
+
/* empty css */import IncludeExcludeOption from './IncludeExcludeOption.vue.js';
|
|
11
|
+
/* empty css */import IncludeExcludeAppTrigger from './IncludeExcludeAppTrigger.vue.js';
|
|
12
|
+
/* empty css *//* empty css *//* empty css */
|
|
10
13
|
import "../../IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
11
14
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
12
15
|
__name: "IncludeExcludeAppHeader",
|
|
@@ -2,9 +2,9 @@ import { defineComponent, computed, openBlock, createElementBlock, normalizeClas
|
|
|
2
2
|
import Icon from '../icon/Icon.vue.js';
|
|
3
3
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
4
|
import Text from '../typography/Text.vue.js';
|
|
5
|
-
/* empty css
|
|
5
|
+
/* empty css *//* empty css */import IconButton from '../button/IconButton.vue.js';
|
|
6
6
|
import _sfc_main$1 from '../tooltip/Tooltip.vue.js';
|
|
7
|
-
/* empty css
|
|
7
|
+
/* empty css */import AppIcon from '../appIcon/AppIcon.vue.js';
|
|
8
8
|
/* empty css */
|
|
9
9
|
import "../../IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
10
10
|
const _hoisted_1 = { class: "include-exclude-trigger-left-image" };
|
|
@@ -168,6 +168,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
168
168
|
};
|
|
169
169
|
}
|
|
170
170
|
});
|
|
171
|
-
var IncludeExcludeAppTrigger = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
171
|
+
var IncludeExcludeAppTrigger = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-103f63a6"]]);
|
|
172
172
|
|
|
173
173
|
export { IncludeExcludeAppTrigger as default };
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createBlock, unref, mergeProps, isRef, withCtx, renderSlot, createVNode, createTextVNode, toDisplayString, createSlots, createElementVNode } from 'vue';
|
|
2
2
|
import Icon from '../icon/Icon.vue.js';
|
|
3
|
-
import Chip from '../chip/
|
|
3
|
+
import Chip from '../chip/Chip.vue.js';
|
|
4
4
|
import { useSearch } from '../../composables/useSearch.vue.js';
|
|
5
5
|
import IncludeExclude from './IncludeExclude.vue.js';
|
|
6
|
-
import
|
|
7
|
-
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
8
|
-
/* empty css *//* empty css
|
|
9
|
-
|
|
6
|
+
import 'floating-vue';
|
|
7
|
+
/* empty css *//* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
8
|
+
/* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import '@vueuse/core';
|
|
9
|
+
import 'vuedraggable';
|
|
10
|
+
/* empty css */import IncludeExcludeOption from './IncludeExcludeOption.vue.js';
|
|
11
|
+
/* empty css *//* empty css *//* empty css *//* empty css *//* empty css */
|
|
10
12
|
import "../../IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
11
13
|
const _hoisted_1 = ["src"];
|
|
12
14
|
const _hoisted_2 = ["src"];
|
|
@@ -150,6 +152,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
150
152
|
};
|
|
151
153
|
}
|
|
152
154
|
});
|
|
153
|
-
var IncludeExcludeChipFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
155
|
+
var IncludeExcludeChipFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a97a34d2"]]);
|
|
154
156
|
|
|
155
157
|
export { IncludeExcludeChipFilter as default };
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { Placement } from 'floating-vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
titleText?: string;
|
|
4
|
+
loading?: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
modelValue: unknown | unknown[] | Record<string, unknown>;
|
|
7
|
+
clearable?: boolean;
|
|
8
|
+
placement?: Placement;
|
|
9
|
+
options: unknown[];
|
|
10
|
+
autoFocus?: boolean;
|
|
11
|
+
onSearch?: (option: any, term: string) => boolean;
|
|
12
|
+
searchPlaceholder?: string;
|
|
13
|
+
isOnTop?: boolean;
|
|
14
|
+
alwayesOpen?: boolean;
|
|
15
|
+
defaultOpen?: boolean;
|
|
16
|
+
showClearAll?: boolean;
|
|
17
|
+
distance?: number;
|
|
18
|
+
distanceOffset?: number;
|
|
19
|
+
skiddingOffset?: number;
|
|
20
|
+
hasSubtitle?: boolean;
|
|
21
|
+
keyField: string;
|
|
22
|
+
isDraggable?: boolean;
|
|
23
|
+
draggableArgs?: object;
|
|
24
|
+
}>, {
|
|
25
|
+
titleText: string;
|
|
26
|
+
loading: boolean;
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
autoFocus: boolean;
|
|
29
|
+
onSearch: () => true;
|
|
30
|
+
searchPlaceholder: string;
|
|
31
|
+
placement: string;
|
|
32
|
+
isOnTop: boolean;
|
|
33
|
+
defaultOpen: boolean;
|
|
34
|
+
showClearAll: boolean;
|
|
35
|
+
alwayesOpen: boolean;
|
|
36
|
+
distance: number;
|
|
37
|
+
distanceOffset: number;
|
|
38
|
+
skiddingOffset: number;
|
|
39
|
+
hasSubtitle: boolean;
|
|
40
|
+
isDraggable: boolean;
|
|
41
|
+
draggableArgs: any;
|
|
42
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
|
+
"update:modelValue": (value: unknown) => void;
|
|
44
|
+
} & {
|
|
45
|
+
changeDragDrop: (value: unknown) => void;
|
|
46
|
+
} & {
|
|
47
|
+
clickOutside: (value: unknown) => void;
|
|
48
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
49
|
+
titleText?: string;
|
|
50
|
+
loading?: boolean;
|
|
51
|
+
disabled?: boolean;
|
|
52
|
+
modelValue: unknown | unknown[] | Record<string, unknown>;
|
|
53
|
+
clearable?: boolean;
|
|
54
|
+
placement?: Placement;
|
|
55
|
+
options: unknown[];
|
|
56
|
+
autoFocus?: boolean;
|
|
57
|
+
onSearch?: (option: any, term: string) => boolean;
|
|
58
|
+
searchPlaceholder?: string;
|
|
59
|
+
isOnTop?: boolean;
|
|
60
|
+
alwayesOpen?: boolean;
|
|
61
|
+
defaultOpen?: boolean;
|
|
62
|
+
showClearAll?: boolean;
|
|
63
|
+
distance?: number;
|
|
64
|
+
distanceOffset?: number;
|
|
65
|
+
skiddingOffset?: number;
|
|
66
|
+
hasSubtitle?: boolean;
|
|
67
|
+
keyField: string;
|
|
68
|
+
isDraggable?: boolean;
|
|
69
|
+
draggableArgs?: object;
|
|
70
|
+
}>, {
|
|
71
|
+
titleText: string;
|
|
72
|
+
loading: boolean;
|
|
73
|
+
disabled: boolean;
|
|
74
|
+
autoFocus: boolean;
|
|
75
|
+
onSearch: () => true;
|
|
76
|
+
searchPlaceholder: string;
|
|
77
|
+
placement: string;
|
|
78
|
+
isOnTop: boolean;
|
|
79
|
+
defaultOpen: boolean;
|
|
80
|
+
showClearAll: boolean;
|
|
81
|
+
alwayesOpen: boolean;
|
|
82
|
+
distance: number;
|
|
83
|
+
distanceOffset: number;
|
|
84
|
+
skiddingOffset: number;
|
|
85
|
+
hasSubtitle: boolean;
|
|
86
|
+
isDraggable: boolean;
|
|
87
|
+
draggableArgs: any;
|
|
88
|
+
}>>> & {
|
|
89
|
+
"onUpdate:modelValue"?: (value: unknown) => any;
|
|
90
|
+
onClickOutside?: (value: unknown) => any;
|
|
91
|
+
onChangeDragDrop?: (value: unknown) => any;
|
|
92
|
+
}, {
|
|
93
|
+
loading: boolean;
|
|
94
|
+
placement: Placement;
|
|
95
|
+
disabled: boolean;
|
|
96
|
+
searchPlaceholder: string;
|
|
97
|
+
isOnTop: boolean;
|
|
98
|
+
distance: number;
|
|
99
|
+
autoFocus: boolean;
|
|
100
|
+
defaultOpen: boolean;
|
|
101
|
+
onSearch: (option: any, term: string) => boolean;
|
|
102
|
+
hasSubtitle: boolean;
|
|
103
|
+
titleText: string;
|
|
104
|
+
showClearAll: boolean;
|
|
105
|
+
alwayesOpen: boolean;
|
|
106
|
+
distanceOffset: number;
|
|
107
|
+
skiddingOffset: number;
|
|
108
|
+
isDraggable: boolean;
|
|
109
|
+
draggableArgs: object;
|
|
110
|
+
}>;
|
|
111
|
+
export default _default;
|
|
112
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
113
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
114
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
115
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
116
|
+
} : {
|
|
117
|
+
type: import('vue').PropType<T[K]>;
|
|
118
|
+
required: true;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
type __VLS_WithDefaults<P, D> = {
|
|
122
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
123
|
+
default: D[K];
|
|
124
|
+
} : P[K];
|
|
125
|
+
};
|