@ironsource/shared-ui 2.1.11-test.5 → 2.1.11-test.51
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_604dfc6f_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
- package/README.md +4 -15
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +3 -2
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
- package/components/button/v4/index.d.ts +9 -3
- package/components/chart/Chart.vue.d.ts +17 -4
- package/components/chart/Chart.vue.js +5 -5
- package/components/chart/Chart.vue2.js +127 -110
- package/components/chart/ChartHeader.vue.d.ts +13 -6
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +32 -29
- package/components/chart/ChartLegend.vue.d.ts +5 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +99 -49
- package/components/chart/ChartTooltip.vue.d.ts +4 -5
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +64 -43
- package/components/chart/SettingsHeader.vue2.js +3 -2
- package/components/chart/index.d.ts +74 -35
- package/components/chart/mockData.d.ts +15 -2
- package/components/chart/types.d.ts +15 -1
- package/components/chart/utils/utils.js +5 -5
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
- package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
- package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +80 -73
- package/components/dialog/v4/index.d.ts +58 -1
- package/components/dropdown/common/Dropdown.common.js +200 -189
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +39 -39
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +88 -47
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +110 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +224 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +32 -11
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +153 -138
- package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +135 -98
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +165 -120
- package/components/dropdown/v4/index.d.ts +443 -110
- package/components/dropdown/v4/index.js +6 -3
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +2 -2
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +1 -1
- package/components/icon/v4/consts.d.ts +1 -1
- package/components/icon/v4/consts.js +1 -1
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +24 -22
- package/components/inlineCopy/index.d.ts +9 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +12 -12
- package/components/multibar/MultiBarMenu.vue2.js +3 -2
- package/components/popover/v4/PopoverV4.vue.d.ts +14 -2
- package/components/popover/v4/PopoverV4.vue.js +4 -3
- package/components/popover/v4/PopoverV4.vue2.js +40 -24
- package/components/popover/v4/index.d.ts +55 -11
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
- package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
- package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +57 -56
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +20 -23
- package/components/sortableList/SortableList.vue.d.ts +1 -1
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +82 -76
- package/components/sortableList/index.d.ts +4 -4
- package/components/table/common/Table.common.d.ts +1 -1
- package/components/table/common/Table.common.js +83 -77
- package/components/table/common/Table.types.d.ts +1 -1
- package/components/table/common/consts.d.ts +4 -0
- package/components/table/common/consts.js +7 -0
- package/components/table/v3/Table.vue.d.ts +1 -1
- package/components/table/v3/index.d.ts +5 -5
- package/components/table/v4/DataGrid.vue.d.ts +12 -2
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +164 -155
- package/components/table/v4/DataGridMenu.vue.js +5 -5
- package/components/table/v4/DataGridMenu.vue2.js +4 -3
- package/components/table/v4/index.d.ts +64 -26
- package/components/table-cells/common/Editable.common.js +24 -19
- package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
- package/components/tooltip/v4/index.d.ts +39 -1
- package/components/typography/v4/Typography.vue.js +3 -3
- package/components/typography/v4/Typography.vue2.js +24 -18
- package/composables/useFormValidation.d.ts +1 -1
- package/design-foundation.stories/icons/iconsData.d.ts +1 -1
- package/index.d.ts +1426 -320
- package/index.js +1 -1
- package/mocks/options.d.ts +48 -6
- package/mocks/words.d.ts +1 -1
- package/package.json +3 -239
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/style/v4/spacings.scss +1 -0
- package/testids/index.d.ts +1 -0
- package/testids/index.js +13 -13
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_e899ec7a_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import "../../SortableList.
|
|
2
|
-
import { VueDraggable as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import { useVModel as
|
|
8
|
-
import { matchString as
|
|
9
|
-
import { useTestIdAttrs as
|
|
1
|
+
import "../../SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css"; import { defineComponent as G, useSlots as U, computed as p, ref as M, openBlock as s, createElementBlock as i, mergeProps as T, unref as l, createBlock as g, isRef as $, createCommentVNode as m, withCtx as y, Fragment as V, renderList as D, createSlots as w, renderSlot as S, createElementVNode as K, createVNode as x, createTextVNode as Q, toDisplayString as j } from "vue";
|
|
2
|
+
import { VueDraggable as z } from "vue-draggable-plus";
|
|
3
|
+
import q from "./SortableItem.vue.js";
|
|
4
|
+
import J from "../search/v4/SearchV4.vue.js";
|
|
5
|
+
import W from "../typography/v4/Typography.vue.js";
|
|
6
|
+
import X from "../skeleton/v4/SkeletonV4.vue.js";
|
|
7
|
+
import { useVModel as Y } from "@vueuse/core";
|
|
8
|
+
import { matchString as H } from "../../utils/search.js";
|
|
9
|
+
import { useTestIdAttrs as Z } from "../../utils/testIds.js";
|
|
10
10
|
import { SortableListTestIdModifiers as I } from "../../testids/index.js";
|
|
11
|
-
import { DRAG_CURSOR_CSS_CLASS as
|
|
12
|
-
const
|
|
11
|
+
import { DRAG_CURSOR_CSS_CLASS as O } from "./consts.js";
|
|
12
|
+
const _ = {
|
|
13
13
|
key: 1,
|
|
14
14
|
class: "sortable-list-container"
|
|
15
|
-
},
|
|
15
|
+
}, ee = { class: "loader-bars" }, te = {
|
|
16
16
|
key: 3,
|
|
17
17
|
class: "empty-state-title"
|
|
18
|
-
},
|
|
18
|
+
}, fe = /* @__PURE__ */ G({
|
|
19
19
|
__name: "SortableList",
|
|
20
20
|
props: {
|
|
21
21
|
items: { default: () => [] },
|
|
@@ -34,127 +34,133 @@ const X = {
|
|
|
34
34
|
},
|
|
35
35
|
emits: ["sortableItemDragged", "update:items", "update:openId", "update:selectedId", "update:selectedChildId", "update:search", "clearSearch"],
|
|
36
36
|
setup(d, { emit: o }) {
|
|
37
|
-
const
|
|
37
|
+
const r = d, R = U(), u = Y(r, "search", o), v = p(() => !!u.value?.trim()), C = p(() => v.value ? r.items.filter((t) => {
|
|
38
38
|
const a = t.children || [], e = u.value;
|
|
39
|
-
return
|
|
40
|
-
a.some((
|
|
41
|
-
}) :
|
|
39
|
+
return r.searchHandler ? r.searchHandler(t, e) : H(t.displayText, e) || // match parent item
|
|
40
|
+
a.some((n) => H(n.displayText, e));
|
|
41
|
+
}) : r.items), h = p({
|
|
42
42
|
get() {
|
|
43
43
|
return C.value.filter((t) => !t.isLocked);
|
|
44
44
|
},
|
|
45
45
|
set(t) {
|
|
46
|
-
o("update:items", [...t, ...
|
|
46
|
+
o("update:items", [...t, ...k.value]);
|
|
47
47
|
}
|
|
48
|
-
}),
|
|
48
|
+
}), k = p(
|
|
49
49
|
() => C.value.filter((t) => t.isLocked)
|
|
50
|
-
),
|
|
51
|
-
|
|
52
|
-
},
|
|
53
|
-
const { target: a, item: e, newIndex:
|
|
54
|
-
|
|
50
|
+
), b = M(!1), F = (t) => {
|
|
51
|
+
b.value = !0, setTimeout(() => t.target.classList.add(O), 50);
|
|
52
|
+
}, P = (t) => {
|
|
53
|
+
const { target: a, item: e, newIndex: n } = t;
|
|
54
|
+
b.value = !1, a.classList.remove(O);
|
|
55
55
|
const c = e.attributes["data-id"]?.value;
|
|
56
|
-
o("sortableItemDragged", { id: c, newIndex:
|
|
57
|
-
},
|
|
56
|
+
o("sortableItemDragged", { id: c, newIndex: n });
|
|
57
|
+
}, A = (t) => (v.value || t.id === r.openId) && !b.value, B = (t, a) => {
|
|
58
58
|
a ? o("update:openId", t.id) : o("update:openId", null);
|
|
59
|
-
},
|
|
59
|
+
}, f = (t) => t.id === r.selectedId, E = (t) => {
|
|
60
60
|
o("update:selectedId", t.id), o("update:selectedChildId", null);
|
|
61
|
-
},
|
|
61
|
+
}, N = (t, a) => {
|
|
62
62
|
o("update:selectedChildId", t.id), o("update:selectedId", a.id), o("update:openId", a.id);
|
|
63
|
-
}, L =
|
|
63
|
+
}, L = Z(r.testId, I);
|
|
64
64
|
return (t, a) => (s(), i("div", T({ class: "sortable-list-and-search-container" }, l(L)[l(I).CONTAINER]), [
|
|
65
|
-
d.showSearch ? (s(), g(l(
|
|
65
|
+
d.showSearch ? (s(), g(l(J), {
|
|
66
66
|
key: 0,
|
|
67
67
|
modelValue: l(u),
|
|
68
|
-
"onUpdate:modelValue": a[0] || (a[0] = (e) =>
|
|
68
|
+
"onUpdate:modelValue": a[0] || (a[0] = (e) => $(u) ? u.value = e : null),
|
|
69
69
|
class: "list-search",
|
|
70
70
|
placeholder: d.searchPlaceholder,
|
|
71
71
|
"test-id": d.testId,
|
|
72
72
|
onOnClear: a[1] || (a[1] = (e) => o("clearSearch"))
|
|
73
|
-
}, null, 8, ["modelValue", "placeholder", "test-id"])) :
|
|
73
|
+
}, null, 8, ["modelValue", "placeholder", "test-id"])) : m("", !0),
|
|
74
74
|
d.isLoading ? S(t.$slots, "loader", { key: 2 }, () => [
|
|
75
|
-
|
|
75
|
+
K("div", ee, [
|
|
76
76
|
(s(!0), i(V, null, D(d.loadingRowCount, (e) => (s(), i("div", { key: e }, [
|
|
77
|
-
|
|
77
|
+
x(l(X), {
|
|
78
78
|
round: "",
|
|
79
79
|
class: "loader-bar"
|
|
80
80
|
})
|
|
81
81
|
]))), 128))
|
|
82
82
|
])
|
|
83
|
-
], !0) : (s(), i("div",
|
|
84
|
-
l(h).length ? (s(), g(l(
|
|
83
|
+
], !0) : (s(), i("div", _, [
|
|
84
|
+
l(h).length ? (s(), g(l(z), T({
|
|
85
85
|
key: 0,
|
|
86
86
|
modelValue: l(h),
|
|
87
|
-
"onUpdate:modelValue": a[2] || (a[2] = (e) =>
|
|
87
|
+
"onUpdate:modelValue": a[2] || (a[2] = (e) => $(h) ? h.value = e : null),
|
|
88
88
|
class: "sortable-list",
|
|
89
89
|
filter: ".expand-icon",
|
|
90
90
|
animation: 150,
|
|
91
91
|
handle: ".draggable-handle",
|
|
92
92
|
disabled: l(v)
|
|
93
93
|
}, l(L)[l(I).DRAGGABLE_LIST], {
|
|
94
|
-
onStart:
|
|
95
|
-
onEnd:
|
|
94
|
+
onStart: F,
|
|
95
|
+
onEnd: P
|
|
96
96
|
}), {
|
|
97
|
-
default:
|
|
98
|
-
(s(!0), i(V, null, D(l(h), (e,
|
|
97
|
+
default: y(() => [
|
|
98
|
+
(s(!0), i(V, null, D(l(h), (e, n) => (s(), g(q, {
|
|
99
99
|
key: e.id,
|
|
100
100
|
"data-id": e.id,
|
|
101
101
|
item: e,
|
|
102
|
-
index:
|
|
103
|
-
"is-open":
|
|
104
|
-
"is-selected":
|
|
105
|
-
"selected-child-id":
|
|
102
|
+
index: n,
|
|
103
|
+
"is-open": A(e),
|
|
104
|
+
"is-selected": f(e),
|
|
105
|
+
"selected-child-id": f(e) ? d.selectedChildId : null,
|
|
106
106
|
"display-value": d.displayValue,
|
|
107
107
|
"search-query": l(u),
|
|
108
108
|
"search-handler": d.searchHandler,
|
|
109
|
-
onToggle: (c) =>
|
|
110
|
-
onSelect: (c) =>
|
|
111
|
-
onSelectChild: (c) =>
|
|
112
|
-
}, {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
109
|
+
onToggle: (c) => B(e, c),
|
|
110
|
+
onSelect: (c) => E(e),
|
|
111
|
+
onSelectChild: (c) => N(c, e)
|
|
112
|
+
}, w({ _: 2 }, [
|
|
113
|
+
l(R).menu ? {
|
|
114
|
+
name: "menu",
|
|
115
|
+
fn: y(() => [
|
|
116
|
+
S(t.$slots, "menu", { item: e }, void 0, !0)
|
|
117
|
+
]),
|
|
118
|
+
key: "0"
|
|
119
|
+
} : void 0
|
|
120
|
+
]), 1032, ["data-id", "item", "index", "is-open", "is-selected", "selected-child-id", "display-value", "search-query", "search-handler", "onToggle", "onSelect", "onSelectChild"]))), 128))
|
|
118
121
|
]),
|
|
119
122
|
_: 3
|
|
120
|
-
}, 16, ["modelValue", "disabled"])) :
|
|
121
|
-
l(
|
|
123
|
+
}, 16, ["modelValue", "disabled"])) : m("", !0),
|
|
124
|
+
l(k).length ? (s(), i("div", T({
|
|
122
125
|
key: 1,
|
|
123
126
|
class: "locked-list"
|
|
124
127
|
}, l(L)[l(I).LOCKED_LIST]), [
|
|
125
|
-
(s(!0), i(V, null, D(l(
|
|
128
|
+
(s(!0), i(V, null, D(l(k), (e) => (s(), g(q, {
|
|
126
129
|
key: e.id,
|
|
127
130
|
item: e,
|
|
128
|
-
"is-open":
|
|
129
|
-
"is-selected":
|
|
130
|
-
"selected-child-id":
|
|
131
|
+
"is-open": A(e),
|
|
132
|
+
"is-selected": f(e),
|
|
133
|
+
"selected-child-id": f(e) ? d.selectedChildId : null,
|
|
131
134
|
"display-value": d.displayValue,
|
|
132
135
|
"search-query": l(u),
|
|
133
136
|
"on-search": d.searchHandler,
|
|
134
|
-
onToggle: (
|
|
135
|
-
onSelect: (
|
|
136
|
-
onSelectChild: (
|
|
137
|
-
}, {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
137
|
+
onToggle: (n) => B(e, n),
|
|
138
|
+
onSelect: (n) => E(e),
|
|
139
|
+
onSelectChild: (n) => N(n, e)
|
|
140
|
+
}, w({ _: 2 }, [
|
|
141
|
+
l(R).menu ? {
|
|
142
|
+
name: "menu",
|
|
143
|
+
fn: y(() => [
|
|
144
|
+
S(t.$slots, "menu", { item: e }, void 0, !0)
|
|
145
|
+
]),
|
|
146
|
+
key: "0"
|
|
147
|
+
} : void 0
|
|
148
|
+
]), 1032, ["item", "is-open", "is-selected", "selected-child-id", "display-value", "search-query", "on-search", "onToggle", "onSelect", "onSelectChild"]))), 128))
|
|
149
|
+
], 16)) : m("", !0)
|
|
144
150
|
])),
|
|
145
|
-
!l(C).length && !d.isLoading ? (s(), i("div",
|
|
151
|
+
!l(C).length && !d.isLoading ? (s(), i("div", te, [
|
|
146
152
|
S(t.$slots, "empty-state", {}, () => [
|
|
147
|
-
|
|
148
|
-
default:
|
|
149
|
-
|
|
153
|
+
x(l(W), { variant: "body2" }, {
|
|
154
|
+
default: y(() => [
|
|
155
|
+
Q(j(d.emptyStateTitle), 1)
|
|
150
156
|
]),
|
|
151
157
|
_: 1
|
|
152
158
|
})
|
|
153
159
|
], !0)
|
|
154
|
-
])) :
|
|
160
|
+
])) : m("", !0)
|
|
155
161
|
], 16));
|
|
156
162
|
}
|
|
157
163
|
});
|
|
158
164
|
export {
|
|
159
|
-
|
|
165
|
+
fe as default
|
|
160
166
|
};
|
|
@@ -73,6 +73,7 @@ declare const SortableListTypes: () => ({
|
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
75
|
}>> & {
|
|
76
|
+
onClearSearch?: () => any;
|
|
76
77
|
onSortableItemDragged?: (event: {
|
|
77
78
|
id: string;
|
|
78
79
|
newIndex: number;
|
|
@@ -82,7 +83,6 @@ declare const SortableListTypes: () => ({
|
|
|
82
83
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
83
84
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
84
85
|
"onUpdate:search"?: (query: string) => any;
|
|
85
|
-
onClearSearch?: () => any;
|
|
86
86
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
87
87
|
$attrs: {
|
|
88
88
|
[x: string]: unknown;
|
|
@@ -156,6 +156,7 @@ declare const SortableListTypes: () => ({
|
|
|
156
156
|
default: string;
|
|
157
157
|
};
|
|
158
158
|
}>> & {
|
|
159
|
+
onClearSearch?: () => any;
|
|
159
160
|
onSortableItemDragged?: (event: {
|
|
160
161
|
id: string;
|
|
161
162
|
newIndex: number;
|
|
@@ -165,7 +166,6 @@ declare const SortableListTypes: () => ({
|
|
|
165
166
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
166
167
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
167
168
|
"onUpdate:search"?: (query: string) => any;
|
|
168
|
-
onClearSearch?: () => any;
|
|
169
169
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
170
170
|
sortableItemDragged: (event: {
|
|
171
171
|
id: string;
|
|
@@ -267,6 +267,7 @@ declare const SortableListTypes: () => ({
|
|
|
267
267
|
default: string;
|
|
268
268
|
};
|
|
269
269
|
}>> & {
|
|
270
|
+
onClearSearch?: () => any;
|
|
270
271
|
onSortableItemDragged?: (event: {
|
|
271
272
|
id: string;
|
|
272
273
|
newIndex: number;
|
|
@@ -276,7 +277,6 @@ declare const SortableListTypes: () => ({
|
|
|
276
277
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
277
278
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
278
279
|
"onUpdate:search"?: (query: string) => any;
|
|
279
|
-
onClearSearch?: () => any;
|
|
280
280
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
281
281
|
__isFragment?: never;
|
|
282
282
|
__isTeleport?: never;
|
|
@@ -337,6 +337,7 @@ declare const SortableListTypes: () => ({
|
|
|
337
337
|
default: string;
|
|
338
338
|
};
|
|
339
339
|
}>> & {
|
|
340
|
+
onClearSearch?: () => any;
|
|
340
341
|
onSortableItemDragged?: (event: {
|
|
341
342
|
id: string;
|
|
342
343
|
newIndex: number;
|
|
@@ -346,7 +347,6 @@ declare const SortableListTypes: () => ({
|
|
|
346
347
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
347
348
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
348
349
|
"onUpdate:search"?: (query: string) => any;
|
|
349
|
-
onClearSearch?: () => any;
|
|
350
350
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
351
351
|
sortableItemDragged: (event: {
|
|
352
352
|
id: string;
|
|
@@ -19,7 +19,7 @@ export declare const tableCommon: (props: any, emit: any) => {
|
|
|
19
19
|
floatingActionRef: import("vue").Ref<HTMLDivElement>;
|
|
20
20
|
scrollToTop: () => void;
|
|
21
21
|
toggleSortOrder: (column: Column) => void;
|
|
22
|
-
columnsStickyPositions: import("vue").ComputedRef<Record<string,
|
|
22
|
+
columnsStickyPositions: import("vue").ComputedRef<Record<string, CSSProperties>>;
|
|
23
23
|
hasSearchSlot: import("vue").ComputedRef<boolean>;
|
|
24
24
|
showBackToTopButton: import("vue").ComputedRef<boolean>;
|
|
25
25
|
containerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
@@ -1,125 +1,131 @@
|
|
|
1
|
-
import { useSlots as
|
|
2
|
-
import { useVirtualList as
|
|
3
|
-
import { TableContext as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { useSlots as V, ref as a, provide as Y, computed as n, onMounted as j, nextTick as q } from "vue";
|
|
2
|
+
import { useVirtualList as F, useInfiniteScroll as J } from "@vueuse/core";
|
|
3
|
+
import { TableContext as Q } from "./TableContext.js";
|
|
4
|
+
import { CHECKBOX_STICKY_COL_WIDTH as Z, CHECKBOX_COL_WIDTH as p, EXPAND_COL_WIDTH as tt, CHECKBOX_COLUMN_ID as et } from "./consts.js";
|
|
5
|
+
const rt = (e, d) => {
|
|
6
|
+
const x = V(), u = a([]);
|
|
7
|
+
Y(Q, {
|
|
8
|
+
onClose({ rowIndex: t, cellIndex: o, value: i } = {}) {
|
|
9
|
+
u.value = [...u.value, t], d("saveRow", {
|
|
9
10
|
rowIndex: t,
|
|
10
11
|
cellIndex: o,
|
|
11
|
-
value:
|
|
12
|
+
value: i,
|
|
12
13
|
confirm: () => {
|
|
13
|
-
|
|
14
|
-
(i) => i !== t
|
|
15
|
-
);
|
|
14
|
+
u.value = u.value.filter((l) => l !== t);
|
|
16
15
|
}
|
|
17
|
-
})
|
|
16
|
+
});
|
|
18
17
|
},
|
|
19
18
|
setActiveMenuRow(t) {
|
|
20
|
-
|
|
19
|
+
R.value = t;
|
|
21
20
|
}
|
|
22
21
|
});
|
|
23
|
-
const
|
|
24
|
-
const t = (
|
|
25
|
-
return e.columns.reduce((o,
|
|
26
|
-
const
|
|
27
|
-
return `${o} ${
|
|
22
|
+
const h = n(() => !!e.selection), T = n(() => e.isSelectionSticky ? Z : p), b = n(() => {
|
|
23
|
+
const t = (h.value ? `${T.value}px ` : "") + (v.value ? `${tt}px ` : "");
|
|
24
|
+
return e.columns.reduce((o, { width: i, colSpan: l }) => {
|
|
25
|
+
const s = typeof i == "number" ? `${i}px` : i, S = s || `${l || 1}fr`;
|
|
26
|
+
return `${o} ${S}`;
|
|
28
27
|
}, t);
|
|
29
|
-
}),
|
|
28
|
+
}), v = n(() => !!x.expanded), O = a(null), R = a(null), k = n(() => Array(e.loadingRowCount).fill(
|
|
30
29
|
Array(e.columns.length).fill("")
|
|
31
|
-
)),
|
|
30
|
+
)), I = n(() => e.rows.length && Array.isArray(e.rows[0]) ? e.isLoading ? [...e.rows, ...k.value] : e.rows : e.isLoading ? [
|
|
32
31
|
...e.rows.map((o) => o[e.rowDataKey]),
|
|
33
|
-
...
|
|
34
|
-
] : e.rows.map((o) => o[e.rowDataKey])), { list:
|
|
35
|
-
|
|
32
|
+
...k.value
|
|
33
|
+
] : e.rows.map((o) => o[e.rowDataKey])), { list: H, containerProps: r, wrapperProps: A, scrollTo: B } = F(
|
|
34
|
+
I,
|
|
36
35
|
{
|
|
37
|
-
itemHeight:
|
|
36
|
+
itemHeight: v.value ? (t) => m[t] ?? e.rowHeight : e.rowHeight
|
|
38
37
|
}
|
|
39
|
-
),
|
|
40
|
-
|
|
38
|
+
), $ = a(null), w = a(0), L = n(() => !!x.search), _ = (t) => {
|
|
39
|
+
r.onScroll(), w.value = t.target.scrollLeft + t.target.getBoundingClientRect().width, d("onScroll", t.target.scrollTop);
|
|
41
40
|
};
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
j(() => {
|
|
42
|
+
w.value = r.ref.value?.getBoundingClientRect().width, e.defaultScrollPosition && setTimeout(() => {
|
|
43
|
+
r.ref.value?.scrollTo({
|
|
45
44
|
top: e.defaultScrollPosition,
|
|
46
45
|
behavior: "smooth"
|
|
47
46
|
});
|
|
48
47
|
}, 300);
|
|
49
48
|
});
|
|
50
|
-
const
|
|
51
|
-
const [t] =
|
|
49
|
+
const E = n(() => {
|
|
50
|
+
const [t] = H.value;
|
|
52
51
|
return t && t.index > 0;
|
|
53
|
-
}), P =
|
|
54
|
-
|
|
55
|
-
|
|
52
|
+
}), P = n(() => r.style), D = n(() => {
|
|
53
|
+
const t = {
|
|
54
|
+
id: et,
|
|
55
|
+
isSticky: e.isSelectionSticky,
|
|
56
|
+
width: T.value
|
|
57
|
+
};
|
|
58
|
+
return h.value ? [t] : [];
|
|
59
|
+
}), f = n(() => [...D.value, ...e.columns]), K = n(() => f.value.reduce((t, o) => (o.isSticky && (t[o.id] = X(o)), t), {}));
|
|
60
|
+
J(
|
|
61
|
+
r.ref,
|
|
56
62
|
() => {
|
|
57
|
-
e.isInfiniteScroll &&
|
|
63
|
+
e.isInfiniteScroll && d("loadMore");
|
|
58
64
|
},
|
|
59
65
|
{ distance: e.infiniteScrollThreshold }
|
|
60
66
|
);
|
|
61
|
-
function
|
|
62
|
-
|
|
67
|
+
function M() {
|
|
68
|
+
r.ref.value?.scrollTo({
|
|
63
69
|
top: 0,
|
|
64
70
|
behavior: "smooth"
|
|
65
71
|
});
|
|
66
72
|
}
|
|
67
|
-
function
|
|
73
|
+
function W(t) {
|
|
68
74
|
if (!e.sort)
|
|
69
75
|
return;
|
|
70
76
|
const o = e.sort.sortBy === t.id;
|
|
71
77
|
if (!(t.isSortable || t.isSortable === void 0))
|
|
72
78
|
return;
|
|
73
|
-
let
|
|
74
|
-
o ?
|
|
79
|
+
let l = e.sort.sortOrder, s = e.sort.sortBy;
|
|
80
|
+
o ? l = e.sort.sortOrder === "asc" ? "desc" : "asc" : s = t.id, d("update:sort", { sortBy: s, sortOrder: l });
|
|
75
81
|
}
|
|
76
|
-
function
|
|
77
|
-
const { isSticky: o, width:
|
|
78
|
-
if (!o || !
|
|
82
|
+
function X(t) {
|
|
83
|
+
const { isSticky: o, width: i } = t;
|
|
84
|
+
if (!o || !i)
|
|
79
85
|
return null;
|
|
80
|
-
const
|
|
86
|
+
const l = f.value.findIndex((c) => c.id === t.id), s = f.value.reduce((c, C, y) => y < l ? c + C.width : c, 0), S = f.value.reduce((c, C, y) => y > l ? c + C.width : c, 0);
|
|
81
87
|
return {
|
|
82
|
-
...t.isStickyRight ? { right: `${
|
|
88
|
+
...t.isStickyRight ? { right: `${S}px` } : { left: `${s}px` },
|
|
83
89
|
zIndex: 1
|
|
84
90
|
};
|
|
85
91
|
}
|
|
86
|
-
const
|
|
87
|
-
const
|
|
88
|
-
if (
|
|
89
|
-
|
|
90
|
-
const
|
|
91
|
-
await
|
|
92
|
+
const g = a([]), m = {}, N = (t) => g.value.includes(t), z = async (t, o) => {
|
|
93
|
+
const i = g.value.indexOf(t);
|
|
94
|
+
if (i === -1) {
|
|
95
|
+
g.value.push(t);
|
|
96
|
+
const l = o.target.closest("tr");
|
|
97
|
+
await q(), l && (m[t] = l.offsetHeight);
|
|
92
98
|
} else
|
|
93
|
-
|
|
94
|
-
},
|
|
99
|
+
g.value.splice(i, 1), delete m[t];
|
|
100
|
+
}, G = n(() => `${e.rowHeight}px`), U = n(
|
|
95
101
|
() => `1 / span ${e.columns.length + 1}`
|
|
96
102
|
);
|
|
97
103
|
return {
|
|
98
|
-
list:
|
|
99
|
-
containerProps:
|
|
100
|
-
wrapperProps:
|
|
101
|
-
activeRow:
|
|
102
|
-
gridColumnTemplate:
|
|
103
|
-
floatingActionRef:
|
|
104
|
-
scrollToTop:
|
|
105
|
-
toggleSortOrder:
|
|
106
|
-
columnsStickyPositions:
|
|
107
|
-
hasSearchSlot:
|
|
108
|
-
showBackToTopButton:
|
|
104
|
+
list: H,
|
|
105
|
+
containerProps: r,
|
|
106
|
+
wrapperProps: A,
|
|
107
|
+
activeRow: O,
|
|
108
|
+
gridColumnTemplate: b,
|
|
109
|
+
floatingActionRef: $,
|
|
110
|
+
scrollToTop: M,
|
|
111
|
+
toggleSortOrder: W,
|
|
112
|
+
columnsStickyPositions: K,
|
|
113
|
+
hasSearchSlot: L,
|
|
114
|
+
showBackToTopButton: E,
|
|
109
115
|
containerStyle: P,
|
|
110
|
-
onScroll:
|
|
111
|
-
scrollTo:
|
|
112
|
-
savingRows:
|
|
113
|
-
floatingActionPosition:
|
|
114
|
-
hasExpandSlot:
|
|
115
|
-
hasCheckboxes:
|
|
116
|
-
toggleExpandRow:
|
|
117
|
-
isRowExpanded:
|
|
118
|
-
cssRowHeight:
|
|
119
|
-
cssExpandGridCol:
|
|
120
|
-
activeMenuRow:
|
|
116
|
+
onScroll: _,
|
|
117
|
+
scrollTo: B,
|
|
118
|
+
savingRows: u,
|
|
119
|
+
floatingActionPosition: w,
|
|
120
|
+
hasExpandSlot: v,
|
|
121
|
+
hasCheckboxes: h,
|
|
122
|
+
toggleExpandRow: z,
|
|
123
|
+
isRowExpanded: N,
|
|
124
|
+
cssRowHeight: G,
|
|
125
|
+
cssExpandGridCol: U,
|
|
126
|
+
activeMenuRow: R
|
|
121
127
|
};
|
|
122
128
|
};
|
|
123
129
|
export {
|
|
124
|
-
|
|
130
|
+
rt as tableCommon
|
|
125
131
|
};
|
|
@@ -67,10 +67,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
67
67
|
defaultScrollPosition: any;
|
|
68
68
|
testId: string;
|
|
69
69
|
}>>> & {
|
|
70
|
+
onLoadMore?: () => any;
|
|
70
71
|
onOnScroll?: (event: Event) => any;
|
|
71
72
|
"onUpdate:sort"?: (newSort: Sort) => any;
|
|
72
73
|
onSaveRow?: (args_0: SaveRowEvent) => any;
|
|
73
|
-
onLoadMore?: () => any;
|
|
74
74
|
}, {
|
|
75
75
|
testId: string;
|
|
76
76
|
isLoading: boolean;
|
|
@@ -81,10 +81,10 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
|
|
|
81
81
|
default: any;
|
|
82
82
|
};
|
|
83
83
|
}>> & {
|
|
84
|
+
onLoadMore?: () => any;
|
|
84
85
|
onOnScroll?: (event: Event) => any;
|
|
85
86
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
86
87
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
87
|
-
onLoadMore?: () => any;
|
|
88
88
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
89
89
|
$attrs: {
|
|
90
90
|
[x: string]: unknown;
|
|
@@ -97,7 +97,7 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
|
|
|
97
97
|
}>;
|
|
98
98
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
99
99
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
100
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: import("../common/Table.types").Sort) => void) & ((event: "saveRow", args_0: import("../common/Table.types").SaveRowEvent) => void)
|
|
100
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "loadMore") => void) & ((event: "update:sort", newSort: import("../common/Table.types").Sort) => void) & ((event: "saveRow", args_0: import("../common/Table.types").SaveRowEvent) => void);
|
|
101
101
|
$el: any;
|
|
102
102
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
103
103
|
sort: {
|
|
@@ -165,10 +165,10 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
|
|
|
165
165
|
default: any;
|
|
166
166
|
};
|
|
167
167
|
}>> & {
|
|
168
|
+
onLoadMore?: () => any;
|
|
168
169
|
onOnScroll?: (event: Event) => any;
|
|
169
170
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
170
171
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
171
|
-
onLoadMore?: () => any;
|
|
172
172
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
173
173
|
"update:sort": (newSort: import("../common/Table.types").Sort) => void;
|
|
174
174
|
onScroll: (event: Event) => void;
|
|
@@ -273,10 +273,10 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
|
|
|
273
273
|
default: any;
|
|
274
274
|
};
|
|
275
275
|
}>> & {
|
|
276
|
+
onLoadMore?: () => any;
|
|
276
277
|
onOnScroll?: (event: Event) => any;
|
|
277
278
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
278
279
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
279
|
-
onLoadMore?: () => any;
|
|
280
280
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
281
281
|
__isFragment?: never;
|
|
282
282
|
__isTeleport?: never;
|
|
@@ -347,10 +347,10 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
|
|
|
347
347
|
default: any;
|
|
348
348
|
};
|
|
349
349
|
}>> & {
|
|
350
|
+
onLoadMore?: () => any;
|
|
350
351
|
onOnScroll?: (event: Event) => any;
|
|
351
352
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
352
353
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
353
|
-
onLoadMore?: () => any;
|
|
354
354
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
355
355
|
"update:sort": (newSort: import("../common/Table.types").Sort) => void;
|
|
356
356
|
onScroll: (event: Event) => void;
|