@ironsource/shared-ui 1.4.2-test.7 → 1.4.2-test.9
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/Banner.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/Dialog.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/FloatingToolbar.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/components/appIcon/AppIcon.vue.d.ts +1 -1
- package/components/appIcon/AppIcon.vue.js +3 -3
- package/components/appIcon/index.d.ts +1 -1
- package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
- package/components/appTrigger/AppTrigger.vue.js +22 -25
- package/components/appTrigger/index.d.ts +1 -1
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +1 -1
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +14 -16
- package/components/autocompleteDropdown/AutocompleteInput.vue.d.ts +1 -1
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +7 -7
- package/components/autocompleteDropdown/GroupOption.vue.d.ts +1 -1
- package/components/autocompleteDropdown/GroupOption.vue.js +3 -4
- package/components/autocompleteDropdown/index.d.ts +1 -1
- package/components/banner/Banner.vue.d.ts +1 -1
- package/components/banner/Banner.vue.js +6 -6
- package/components/banner/index.d.ts +1 -1
- package/components/button/Button.vue.d.ts +1 -1
- package/components/button/Button.vue.js +12 -12
- package/components/button/ButtonBase.vue.d.ts +1 -1
- package/components/button/ButtonBase.vue.js +11 -12
- package/components/button/IconButton.vue.d.ts +1 -1
- package/components/button/IconButton.vue.js +5 -5
- package/components/button/ScrollButton.vue.d.ts +1 -1
- package/components/button/ScrollButton.vue.js +8 -9
- package/components/button/index.d.ts +3 -3
- package/components/checkbox/Checkbox.vue.d.ts +1 -1
- package/components/checkbox/Checkbox.vue.js +15 -16
- package/components/checkbox/index.d.ts +1 -1
- package/components/chip/Chip.vue.d.ts +1 -1
- package/components/chip/Chip.vue.js +5 -5
- package/components/chip/index.d.ts +1 -1
- package/components/datePicker/DatePicker.vue.d.ts +1 -1
- package/components/datePicker/DatePicker.vue.js +11 -11
- package/components/datePicker/DatePickerMonth.vue.d.ts +1 -1
- package/components/datePicker/DatePickerMonth.vue.js +4 -4
- package/components/datePicker/index.d.ts +1 -1
- package/components/dateRange/CalendarMonth.vue.d.ts +1 -1
- package/components/dateRange/CalendarMonth.vue.js +20 -21
- package/components/dateRange/DateRange.vue.d.ts +1 -1
- package/components/dateRange/DateRange.vue.js +26 -28
- package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
- package/components/dateRange/index.d.ts +1 -1
- package/components/dialog/Dialog.vue.d.ts +1 -1
- package/components/dialog/Dialog.vue.js +17 -17
- package/components/dialog/index.d.ts +1 -1
- package/components/dropdown/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/Dropdown.vue.js +57 -60
- package/components/dropdown/Label.vue.d.ts +1 -1
- package/components/dropdown/Label.vue.js +3 -4
- package/components/dropdown/Option.vue.d.ts +1 -1
- package/components/dropdown/Option.vue.js +16 -17
- package/components/dropdown/SearchInput.vue.d.ts +1 -1
- package/components/dropdown/SearchInput.vue.js +6 -6
- package/components/dropdown/index.d.ts +398 -1
- package/components/emptyState/EmptyState.vue.d.ts +1 -1
- package/components/emptyState/EmptyState.vue.js +19 -21
- package/components/emptyState/index.d.ts +1 -1
- package/components/filterDropdown/AddFilterButton.vue.d.ts +1 -1
- package/components/filterDropdown/AddFilterButton.vue.js +7 -7
- package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
- package/components/filterDropdown/FilterDropdown.vue.js +15 -17
- package/components/filterDropdown/index.d.ts +2 -2
- package/components/filtersPanel/FilterSearchInput.vue.d.ts +1 -1
- package/components/filtersPanel/FilterSearchInput.vue.js +7 -7
- package/components/filtersPanel/FiltersPanel.vue.d.ts +1 -1
- package/components/filtersPanel/FiltersPanel.vue.js +8 -8
- package/components/filtersPanel/index.d.ts +1 -1
- package/components/floatingToolbar/FloatingToolbar.vue.d.ts +1 -1
- package/components/floatingToolbar/FloatingToolbar.vue.js +3 -3
- package/components/floatingToolbar/index.d.ts +1 -1
- package/components/icon/Icon.vue.d.ts +1 -1
- package/components/icon/Icon.vue.js +4 -4
- package/components/icon/index.d.ts +1 -1
- package/components/icon/storyComponents/Code.vue.d.ts +1 -1
- package/components/icon/storyComponents/IconWrapper.vue.d.ts +1 -1
- package/components/icon/storyComponents/Page.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExclude.vue.js +53 -69
- package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +25 -26
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +19 -22
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +40 -42
- package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOption.vue.js +21 -22
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +17 -18
- package/components/includeExclude/index.d.ts +5 -5
- package/components/input/DollarInput.vue.d.ts +1 -1
- package/components/input/DollarInput.vue.js +2 -3
- package/components/input/Input.vue.d.ts +1 -1
- package/components/input/Input.vue.js +30 -33
- package/components/input/PasswordInput.vue.d.ts +1 -1
- package/components/input/PasswordInput.vue.js +2 -3
- package/components/input/PercentageInput.vue.d.ts +1 -1
- package/components/input/PercentageInput.vue.js +2 -3
- package/components/input/index.d.ts +2 -2
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/Menu.vue.js +4 -4
- package/components/menu/index.d.ts +1 -1
- package/components/menuItem/MenuItem.vue.d.ts +1 -1
- package/components/menuItem/MenuItem.vue.js +3 -4
- package/components/menuItem/index.d.ts +1 -1
- package/components/popover/Popover.vue.d.ts +1 -1
- package/components/popover/Popover.vue.js +7 -7
- package/components/popover/index.d.ts +1 -1
- package/components/radioButton/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/RadioButton.vue.js +9 -9
- package/components/radioButton/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/RadioGroup.vue.js +3 -3
- package/components/radioButton/index.d.ts +2 -2
- package/components/radioButton/useRadio.d.ts +1 -1
- package/components/search/Search.vue.d.ts +1 -1
- package/components/search/Search.vue.js +15 -15
- package/components/search/index.d.ts +1 -1
- package/components/skeleton/Skeleton.vue.d.ts +1 -1
- package/components/skeleton/Skeleton.vue.js +2 -2
- package/components/skeleton/index.d.ts +1 -1
- package/components/snackbar/Snackbar.vue.d.ts +1 -1
- package/components/snackbar/Snackbar.vue.js +26 -26
- package/components/switch/Switch.vue.d.ts +1 -1
- package/components/switch/Switch.vue.js +9 -9
- package/components/switch/index.d.ts +1 -1
- package/components/table/Pagination.vue.d.ts +1 -1
- package/components/table/Table.vue.d.ts +1 -1
- package/components/table/Table.vue.js +32 -35
- package/components/table/TableHeaderSorter.vue.d.ts +1 -1
- package/components/table/TableHeaderSorter.vue.js +4 -4
- package/components/table/index.d.ts +1 -1
- package/components/table-cells/Editable.vue.d.ts +1 -1
- package/components/table-cells/Editable.vue.js +5 -5
- package/components/table-cells/index.d.ts +1 -1
- package/components/tabs/Tabs.vue.d.ts +1 -1
- package/components/tabs/Tabs.vue.js +15 -16
- package/components/tabs/index.d.ts +1 -1
- package/components/textArea/TextArea.vue.d.ts +1 -1
- package/components/textArea/TextArea.vue.js +12 -13
- package/components/textArea/index.d.ts +1 -1
- package/components/toggle/Toggle.vue.d.ts +1 -1
- package/components/toggle/Toggle.vue.js +14 -15
- package/components/toggle/index.d.ts +1 -1
- package/components/tooltip/TextWithTitleContent.vue.d.ts +1 -1
- package/components/tooltip/TextWithTitleContent.vue.js +7 -8
- package/components/tooltip/Tooltip.vue.d.ts +1 -1
- package/components/tooltip/Tooltip.vue.js +10 -11
- package/components/tooltip/index.d.ts +1 -1
- package/components/tooltip/storybookComponents/CustomTooltip.vue.d.ts +1 -1
- package/components/typography/Heading.vue.d.ts +1 -1
- package/components/typography/Heading.vue.js +4 -4
- package/components/typography/Text.vue.d.ts +1 -1
- package/components/typography/Text.vue.js +3 -3
- package/components/typography/index.d.ts +2 -2
- package/index.vue.js +3 -3
- package/package.json +1 -1
|
@@ -5,21 +5,21 @@ import Text from '../typography/Text.vue.js';
|
|
|
5
5
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
6
6
|
|
|
7
7
|
import "../../AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
8
|
-
const _sfc_main = defineComponent({
|
|
8
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "AddFilterButton",
|
|
10
10
|
props: {
|
|
11
11
|
selected: { type: Boolean },
|
|
12
12
|
disabled: { type: Boolean },
|
|
13
|
-
prefix:
|
|
13
|
+
prefix: null
|
|
14
14
|
},
|
|
15
15
|
setup(__props) {
|
|
16
16
|
return (_ctx, _cache) => {
|
|
17
17
|
return openBlock(), createBlock(Chip, {
|
|
18
18
|
clearable: "",
|
|
19
|
-
class: normalizeClass(["add-filter", { disabled:
|
|
20
|
-
selected:
|
|
21
|
-
disabled:
|
|
22
|
-
prefix:
|
|
19
|
+
class: normalizeClass(["add-filter", { disabled: __props.disabled }]),
|
|
20
|
+
selected: __props.selected,
|
|
21
|
+
disabled: __props.disabled,
|
|
22
|
+
prefix: __props.prefix
|
|
23
23
|
}, createSlots({
|
|
24
24
|
default: withCtx(() => [
|
|
25
25
|
createVNode(Text, {
|
|
@@ -34,7 +34,7 @@ const _sfc_main = defineComponent({
|
|
|
34
34
|
]),
|
|
35
35
|
_: 2
|
|
36
36
|
}, [
|
|
37
|
-
!
|
|
37
|
+
!__props.prefix ? {
|
|
38
38
|
name: "icon-start",
|
|
39
39
|
fn: withCtx(() => [
|
|
40
40
|
createVNode(Icon, {
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
22
22
|
}>>>, {
|
|
23
23
|
text: string;
|
|
24
24
|
disabled: boolean;
|
|
25
|
-
}
|
|
25
|
+
}>;
|
|
26
26
|
export default _default;
|
|
27
27
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
28
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,41 +1,39 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, unref, withCtx, createVNode, createTextVNode, toDisplayString } from 'vue';
|
|
2
2
|
import Dropdown from '../dropdown/Dropdown.vue.js';
|
|
3
3
|
import Option from '../dropdown/Option.vue.js';
|
|
4
|
-
import '
|
|
5
|
-
import '
|
|
6
|
-
|
|
7
|
-
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
8
|
-
|
|
4
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
5
|
+
/* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import AddFilterButton from './AddFilterButton.vue.js';
|
|
6
|
+
/* empty css */
|
|
9
7
|
import "../../FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
10
|
-
const _sfc_main = defineComponent({
|
|
8
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
11
9
|
__name: "FilterDropdown",
|
|
12
10
|
props: {
|
|
13
|
-
displayValue:
|
|
11
|
+
displayValue: null,
|
|
14
12
|
text: { default: "Add Filter" },
|
|
15
13
|
disabled: { type: Boolean, default: false },
|
|
16
|
-
onSearch:
|
|
17
|
-
options:
|
|
18
|
-
addNewFilter:
|
|
14
|
+
onSearch: null,
|
|
15
|
+
options: null,
|
|
16
|
+
addNewFilter: null
|
|
19
17
|
},
|
|
20
18
|
setup(__props) {
|
|
21
19
|
return (_ctx, _cache) => {
|
|
22
20
|
return openBlock(), createBlock(unref(Dropdown), {
|
|
23
|
-
"display-value":
|
|
24
|
-
disabled:
|
|
25
|
-
"on-search":
|
|
21
|
+
"display-value": __props.displayValue,
|
|
22
|
+
disabled: __props.disabled,
|
|
23
|
+
"on-search": __props.onSearch,
|
|
26
24
|
distance: 0,
|
|
27
25
|
skidding: 0,
|
|
28
26
|
"is-on-top": "",
|
|
29
|
-
options:
|
|
30
|
-
"onUpdate:selected":
|
|
27
|
+
options: __props.options,
|
|
28
|
+
"onUpdate:selected": __props.addNewFilter
|
|
31
29
|
}, {
|
|
32
30
|
input: withCtx(() => [
|
|
33
31
|
createVNode(AddFilterButton, {
|
|
34
32
|
class: "add-filter-button",
|
|
35
|
-
disabled:
|
|
33
|
+
disabled: __props.disabled
|
|
36
34
|
}, {
|
|
37
35
|
default: withCtx(() => [
|
|
38
|
-
createTextVNode(toDisplayString(
|
|
36
|
+
createTextVNode(toDisplayString(__props.text), 1)
|
|
39
37
|
]),
|
|
40
38
|
_: 1
|
|
41
39
|
}, 8, ["disabled"])
|
|
@@ -19,7 +19,7 @@ declare const FilterDropdownTypes: () => (import("vue").DefineComponent<{
|
|
|
19
19
|
prefix: {
|
|
20
20
|
type: import("vue").PropType<string>;
|
|
21
21
|
};
|
|
22
|
-
}>>, {}
|
|
22
|
+
}>>, {}> | import("vue").DefineComponent<{
|
|
23
23
|
text: {
|
|
24
24
|
type: import("vue").PropType<string>;
|
|
25
25
|
} & {
|
|
@@ -76,6 +76,6 @@ declare const FilterDropdownTypes: () => (import("vue").DefineComponent<{
|
|
|
76
76
|
}>>, {
|
|
77
77
|
text: string;
|
|
78
78
|
disabled: boolean;
|
|
79
|
-
}
|
|
79
|
+
}>)[];
|
|
80
80
|
export { default as FilterDropdown } from './FilterDropdown.vue';
|
|
81
81
|
export { FilterDropdownTypes, AddFilterButton };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode } from 'vue';
|
|
2
|
-
import '../dropdown/Dropdown.vue.js';
|
|
3
|
-
import '../dropdown/Option.vue.js';
|
|
4
|
-
import '../dropdown/Label.vue.js';
|
|
5
|
-
import SearchInput from '../dropdown/SearchInput.vue.js';
|
|
6
2
|
import Icon from '../icon/Icon.vue.js';
|
|
7
|
-
/* empty css
|
|
8
|
-
|
|
3
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
|
+
/* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import 'floating-vue';
|
|
5
|
+
/* empty css *//* empty css *//* empty css */import '@vue/shared';
|
|
6
|
+
/* empty css *//* empty css */import '@vueuse/core';
|
|
7
|
+
/* empty css *//* empty css *//* empty css */import SearchInput from '../dropdown/SearchInput.vue.js';
|
|
8
|
+
/* empty css */
|
|
9
9
|
import "../../FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
10
10
|
const _hoisted_1 = {
|
|
11
11
|
class: "search-container",
|
|
@@ -13,7 +13,7 @@ const _hoisted_1 = {
|
|
|
13
13
|
};
|
|
14
14
|
const _hoisted_2 = { class: "search" };
|
|
15
15
|
const _hoisted_3 = ["placeholder", "disabled", "onInput"];
|
|
16
|
-
const _sfc_main = defineComponent({
|
|
16
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
17
17
|
__name: "FilterSearchInput",
|
|
18
18
|
setup(__props) {
|
|
19
19
|
const element = ref(null);
|
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
15
15
|
isOpen: boolean;
|
|
16
16
|
}>>>, {
|
|
17
17
|
isOpen: boolean;
|
|
18
|
-
}
|
|
18
|
+
}>;
|
|
19
19
|
export default _default;
|
|
20
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
21
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { defineComponent, computed, openBlock, createElementBlock, Fragment, renderList, normalizeClass, renderSlot, normalizeProps, guardReactiveProps, createCommentVNode } from 'vue';
|
|
1
|
+
import { defineComponent, computed, openBlock, createElementBlock, Fragment, renderList, unref, normalizeClass, renderSlot, normalizeProps, guardReactiveProps, createCommentVNode } from 'vue';
|
|
2
2
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
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 _sfc_main = defineComponent({
|
|
6
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
7
|
__name: "FiltersPanel",
|
|
8
8
|
props: {
|
|
9
|
-
filters:
|
|
9
|
+
filters: null,
|
|
10
10
|
isOpen: { type: Boolean, default: false },
|
|
11
|
-
selected:
|
|
11
|
+
selected: null,
|
|
12
12
|
isMultiSelect: { type: Boolean }
|
|
13
13
|
},
|
|
14
14
|
setup(__props) {
|
|
@@ -30,22 +30,22 @@ const _sfc_main = defineComponent({
|
|
|
30
30
|
);
|
|
31
31
|
return (_ctx, _cache) => {
|
|
32
32
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
33
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(sortedFilters
|
|
33
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(sortedFilters), (filter) => {
|
|
34
34
|
return openBlock(), createElementBlock("div", {
|
|
35
35
|
key: filter.id,
|
|
36
36
|
class: normalizeClass(["filter-button", {
|
|
37
37
|
[`always-first`]: !!filter.alwaysFirst,
|
|
38
38
|
hidden: filter.hidden,
|
|
39
|
-
selected: props.isMultiSelect ?
|
|
39
|
+
selected: props.isMultiSelect ? __props.selected[filter.id].length > 0 : !!__props.selected[filter.id],
|
|
40
40
|
exposed: !filter.hidden
|
|
41
41
|
}])
|
|
42
42
|
}, [
|
|
43
43
|
renderSlot(_ctx.$slots, filter.id, normalizeProps(guardReactiveProps(filter)), void 0, true)
|
|
44
44
|
], 2);
|
|
45
45
|
}), 128)),
|
|
46
|
-
!
|
|
46
|
+
!__props.isOpen ? renderSlot(_ctx.$slots, "add", {
|
|
47
47
|
key: 0,
|
|
48
|
-
hiddenFilters: hiddenFilters
|
|
48
|
+
hiddenFilters: unref(hiddenFilters)
|
|
49
49
|
}, void 0, true) : createCommentVNode("", true)
|
|
50
50
|
]);
|
|
51
51
|
};
|
|
@@ -2,7 +2,7 @@ import { default as FiltersPanel } from './FiltersPanel.vue';
|
|
|
2
2
|
import { default as FilterSearchInput } from './FilterSearchInput.vue';
|
|
3
3
|
import { useHiddenFilter } from './useHiddenFilter';
|
|
4
4
|
import { Filter } from './Filter';
|
|
5
|
-
declare const FilterPanelTypes: () => (import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}
|
|
5
|
+
declare const FilterPanelTypes: () => (import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}> | (({ filters }: {
|
|
6
6
|
filters: Filter[];
|
|
7
7
|
}) => {
|
|
8
8
|
onClear: (filter: any) => void;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
17
17
|
}, {
|
|
18
18
|
appendToBody: boolean;
|
|
19
19
|
count: number;
|
|
20
|
-
}
|
|
20
|
+
}>;
|
|
21
21
|
export default _default;
|
|
22
22
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
23
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -22,7 +22,7 @@ const _hoisted_4 = {
|
|
|
22
22
|
key: 2,
|
|
23
23
|
class: "actions"
|
|
24
24
|
};
|
|
25
|
-
const _sfc_main = defineComponent({
|
|
25
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
26
26
|
__name: "FloatingToolbar",
|
|
27
27
|
props: {
|
|
28
28
|
modelValue: { type: Boolean },
|
|
@@ -36,12 +36,12 @@ const _sfc_main = defineComponent({
|
|
|
36
36
|
return (_ctx, _cache) => {
|
|
37
37
|
return openBlock(), createBlock(Teleport, {
|
|
38
38
|
to: "body",
|
|
39
|
-
disabled: !
|
|
39
|
+
disabled: !__props.appendToBody
|
|
40
40
|
}, [
|
|
41
41
|
createVNode(Transition, { name: "floating-toolbar" }, {
|
|
42
42
|
default: withCtx(() => [
|
|
43
43
|
unref(data) ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
44
|
-
|
|
44
|
+
__props.count ? (openBlock(), createElementBlock("div", _hoisted_2, toDisplayString(__props.count), 1)) : createCommentVNode("", true),
|
|
45
45
|
_ctx.$slots.label ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
46
46
|
renderSlot(_ctx.$slots, "label", {}, void 0, true)
|
|
47
47
|
])) : createCommentVNode("", true),
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
14
14
|
}>>>, {
|
|
15
15
|
name: keyof typeof icons | string;
|
|
16
16
|
fontSize: string | 'sm' | 'md' | 'lg';
|
|
17
|
-
}
|
|
17
|
+
}>;
|
|
18
18
|
export default _default;
|
|
19
19
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
20
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, useCssVars, useSlots, computed, defineAsyncComponent, openBlock, createElementBlock, normalizeClass,
|
|
1
|
+
import { defineComponent, useCssVars, useSlots, computed, defineAsyncComponent, openBlock, createElementBlock, normalizeClass, unref, createBlock, normalizeProps, mergeProps, createCommentVNode, renderSlot } from 'vue';
|
|
2
2
|
import { icons } from './icons/index.vue.js';
|
|
3
3
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
4
|
|
|
@@ -232,7 +232,7 @@ function __variableDynamicImportRuntime0__(path) {
|
|
|
232
232
|
})
|
|
233
233
|
}
|
|
234
234
|
}
|
|
235
|
-
const _sfc_main = defineComponent({
|
|
235
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
236
236
|
__name: "Icon",
|
|
237
237
|
props: {
|
|
238
238
|
name: { default: null },
|
|
@@ -241,7 +241,7 @@ const _sfc_main = defineComponent({
|
|
|
241
241
|
setup(__props) {
|
|
242
242
|
const props = __props;
|
|
243
243
|
useCssVars((_ctx) => ({
|
|
244
|
-
"de11e2fa":
|
|
244
|
+
"de11e2fa": __props.fontSize
|
|
245
245
|
}));
|
|
246
246
|
const slots = useSlots();
|
|
247
247
|
const iconData = computed(() => {
|
|
@@ -270,7 +270,7 @@ const _sfc_main = defineComponent({
|
|
|
270
270
|
});
|
|
271
271
|
return (_ctx, _cache) => {
|
|
272
272
|
return openBlock(), createElementBlock("div", {
|
|
273
|
-
class: normalizeClass(["icon", cls
|
|
273
|
+
class: normalizeClass(["icon", unref(cls)])
|
|
274
274
|
}, [
|
|
275
275
|
!_ctx.$slots.default ? (openBlock(), createBlock(unref(IconComponent), normalizeProps(mergeProps({ key: 0 }, _ctx.$attrs)), null, 16)) : createCommentVNode("", true),
|
|
276
276
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -2,7 +2,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
2
2
|
code: string;
|
|
3
3
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
code: string;
|
|
5
|
-
}>>>, {}
|
|
5
|
+
}>>>, {}>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,7 +2,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
2
2
|
name: string;
|
|
3
3
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
name: string;
|
|
5
|
-
}>>>, {}
|
|
5
|
+
}>>>, {}>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,7 +2,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
2
2
|
icons: Record<string, unknown>;
|
|
3
3
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
icons: Record<string, unknown>;
|
|
5
|
-
}>>>, {}
|
|
5
|
+
}>>>, {}>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -104,7 +104,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
104
104
|
skiddingOffset: number;
|
|
105
105
|
isDraggable: boolean;
|
|
106
106
|
draggableArgs: object;
|
|
107
|
-
}
|
|
107
|
+
}>;
|
|
108
108
|
export default _default;
|
|
109
109
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
110
110
|
type __VLS_TypePropsToRuntimeProps<T> = {
|