@dazhicheng/ui 1.6.10 → 1.6.11
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/dist/components/tt-area/TtArea.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerHeader.vue.js +2 -2
- package/dist/components/tt-form/src/useFormContext.js +1 -1
- package/dist/components/tt-icon/index.vue.js +2 -2
- package/dist/components/tt-loading/src/loading.vue.js +2 -2
- package/dist/components/tt-table/index.js +4 -5
- package/dist/components/tt-table/src/TableForm.vue.js +2 -3
- package/dist/hooks/useBasicDataOptions.js +110 -91
- package/dist/index.d.ts +0 -1
- package/dist/index.js +115 -129
- package/dist/packages/utils/src/is.js +37 -46
- package/dist/style.css +1 -1
- package/package.json +1 -3
- package/dist/components/tt-vtable/index.js +0 -54
- package/dist/components/tt-vtable/src/components/TtVTable.vue.d.ts +0 -188
- package/dist/components/tt-vtable/src/components/TtVTable.vue.js +0 -227
- package/dist/components/tt-vtable/src/components/TtVTable.vue2.js +0 -4
- package/dist/components/tt-vtable/src/components/TtVTableForm.vue.d.ts +0 -32
- package/dist/components/tt-vtable/src/components/TtVTableForm.vue.js +0 -121
- package/dist/components/tt-vtable/src/components/TtVTableForm.vue2.js +0 -4
- package/dist/components/tt-vtable/src/components/VTableEmpty.vue.d.ts +0 -64
- package/dist/components/tt-vtable/src/components/VTableEmpty.vue.js +0 -97
- package/dist/components/tt-vtable/src/components/VTableEmpty.vue2.js +0 -4
- package/dist/components/tt-vtable/src/components/VTablePagination.vue.d.ts +0 -53
- package/dist/components/tt-vtable/src/components/VTablePagination.vue.js +0 -52
- package/dist/components/tt-vtable/src/components/VTablePagination.vue2.js +0 -4
- package/dist/components/tt-vtable/src/components/VTableSelectionAlert.vue.d.ts +0 -35
- package/dist/components/tt-vtable/src/components/VTableSelectionAlert.vue.js +0 -50
- package/dist/components/tt-vtable/src/components/VTableSelectionAlert.vue2.js +0 -4
- package/dist/components/tt-vtable/src/components/VTableToolbar.vue.d.ts +0 -63
- package/dist/components/tt-vtable/src/components/VTableToolbar.vue.js +0 -126
- package/dist/components/tt-vtable/src/components/VTableToolbar.vue2.js +0 -4
- package/dist/components/tt-vtable/src/components/VTableViewport.vue.js +0 -133
- package/dist/components/tt-vtable/src/components/VTableViewport.vue2.js +0 -4
- package/dist/components/tt-vtable/src/composables/useVTable.d.ts +0 -41
- package/dist/components/tt-vtable/src/composables/useVTable.js +0 -25
- package/dist/components/tt-vtable/src/composables/useVTableFormRender.d.ts +0 -13
- package/dist/components/tt-vtable/src/composables/useVTableFormRender.js +0 -92
- package/dist/components/tt-vtable/src/composables/useVTableRender.d.ts +0 -13
- package/dist/components/tt-vtable/src/composables/useVTableRender.js +0 -13
- package/dist/components/tt-vtable/src/engine/visactor/createListTable.d.ts +0 -10
- package/dist/components/tt-vtable/src/engine/visactor/createListTable.js +0 -63
- package/dist/components/tt-vtable/src/engine/visactor/createVueCellLayout.d.ts +0 -37
- package/dist/components/tt-vtable/src/engine/visactor/createVueCellLayout.js +0 -133
- package/dist/components/tt-vtable/src/engine/visactor/index.d.ts +0 -8
- package/dist/components/tt-vtable/src/engine/visactor/native-boundaries.d.ts +0 -23
- package/dist/components/tt-vtable/src/engine/visactor/native-boundaries.js +0 -70
- package/dist/components/tt-vtable/src/engine/visactor/record-adapter.d.ts +0 -38
- package/dist/components/tt-vtable/src/engine/visactor/record-adapter.js +0 -41
- package/dist/components/tt-vtable/src/engine/visactor/toColumnDefinitions.d.ts +0 -45
- package/dist/components/tt-vtable/src/engine/visactor/toColumnDefinitions.js +0 -73
- package/dist/components/tt-vtable/src/engine/visactor/toListTableOptions.d.ts +0 -25
- package/dist/components/tt-vtable/src/engine/visactor/toListTableOptions.js +0 -25
- package/dist/components/tt-vtable/src/engine/visactor/types.d.ts +0 -29
- package/dist/components/tt-vtable/src/features/column-preferences/column-preference-storage.d.ts +0 -5
- package/dist/components/tt-vtable/src/features/column-preferences/column-preference-storage.js +0 -52
- package/dist/components/tt-vtable/src/features/column-preferences/useColumnPreferences.d.ts +0 -74
- package/dist/components/tt-vtable/src/features/column-preferences/useColumnPreferences.js +0 -232
- package/dist/components/tt-vtable/src/features/editing/useCellEditing.d.ts +0 -48
- package/dist/components/tt-vtable/src/features/editing/useCellEditing.js +0 -102
- package/dist/components/tt-vtable/src/features/form-integration/useVTableForm.d.ts +0 -51
- package/dist/components/tt-vtable/src/features/pagination/useTablePagination.d.ts +0 -40
- package/dist/components/tt-vtable/src/features/pagination/useTablePagination.js +0 -51
- package/dist/components/tt-vtable/src/features/querying/useRecordQuery.d.ts +0 -38
- package/dist/components/tt-vtable/src/features/querying/useRecordQuery.js +0 -57
- package/dist/components/tt-vtable/src/features/records/index.d.ts +0 -3
- package/dist/components/tt-vtable/src/features/records/record-index.d.ts +0 -122
- package/dist/components/tt-vtable/src/features/records/record-index.js +0 -209
- package/dist/components/tt-vtable/src/features/records/useRecordSource.d.ts +0 -41
- package/dist/components/tt-vtable/src/features/records/useRecordSource.js +0 -249
- package/dist/components/tt-vtable/src/features/selection/useRowSelection.d.ts +0 -65
- package/dist/components/tt-vtable/src/features/selection/useRowSelection.js +0 -129
- package/dist/components/tt-vtable/src/features/tree/useTreeRecords.d.ts +0 -60
- package/dist/components/tt-vtable/src/features/tree/useTreeRecords.js +0 -125
- package/dist/components/tt-vtable/src/public/column-preferences.d.ts +0 -32
- package/dist/components/tt-vtable/src/public/index.d.ts +0 -8
- package/dist/components/tt-vtable/src/public/table-api.d.ts +0 -215
- package/dist/components/tt-vtable/src/public/table-column.d.ts +0 -123
- package/dist/components/tt-vtable/src/public/table-errors.d.ts +0 -26
- package/dist/components/tt-vtable/src/public/table-errors.js +0 -26
- package/dist/components/tt-vtable/src/public/table-events.d.ts +0 -69
- package/dist/components/tt-vtable/src/public/table-props.d.ts +0 -216
- package/dist/components/tt-vtable/src/public/table-slots.d.ts +0 -37
- package/dist/components/tt-vtable/src/runtime/createVTableController.d.ts +0 -12
- package/dist/components/tt-vtable/src/runtime/createVTableController.js +0 -238
- package/dist/components/tt-vtable/src/runtime/createVTableRuntime.d.ts +0 -79
- package/dist/components/tt-vtable/src/runtime/createVTableRuntime.js +0 -380
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./TtArea.vue3.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-b814e001"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import r from "./DrawerHeader.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const c = /* @__PURE__ */ o(r, [["__scopeId", "data-v-9b698cc3"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -13,7 +13,7 @@ import "../../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/aes.j
|
|
|
13
13
|
import "../../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/enc-utf8.js";
|
|
14
14
|
import "../../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/mode-ecb.js";
|
|
15
15
|
import "../../../node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/pad-pkcs7.js";
|
|
16
|
-
import { get as R,
|
|
16
|
+
import { get as R, cloneDeep as v, has as C } from "lodash-es";
|
|
17
17
|
import { childArrayPath as w, normalizeArrayFieldPath as h } from "./utils/array-path.js";
|
|
18
18
|
import { set as g } from "es-toolkit/compat";
|
|
19
19
|
import { createContext as x } from "./shared/createContext.js";
|
|
@@ -2,7 +2,7 @@ import o from "./index.vue2.js";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-6dba01d4"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
_ as default
|
|
8
8
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./loading.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-5d760747"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -54,7 +54,6 @@ import "../tt-drawer/index.js";
|
|
|
54
54
|
import "../tt-modal/index.js";
|
|
55
55
|
import "../../directives/disabled-tip/index.js";
|
|
56
56
|
import "../tt-log/index.js";
|
|
57
|
-
import "../tt-vtable/index.js";
|
|
58
57
|
/* empty css */
|
|
59
58
|
/* empty css */
|
|
60
59
|
/* empty css */
|
|
@@ -69,9 +68,9 @@ import "./src/emits.js";
|
|
|
69
68
|
import "./src/props.js";
|
|
70
69
|
import "./src/table-mutation-events.js";
|
|
71
70
|
import "./src/utils/context.js";
|
|
72
|
-
const
|
|
71
|
+
const xt = t(o), At = t(r), Ct = t(m);
|
|
73
72
|
export {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
Ct as TtTable,
|
|
74
|
+
xt as TtTableAction,
|
|
75
|
+
At as TtTableButton
|
|
77
76
|
};
|
|
@@ -52,7 +52,6 @@ import "../../tt-text/index.js";
|
|
|
52
52
|
import "../../../directives/disabled-tip/index.js";
|
|
53
53
|
import { GlobalConfig as Qe } from "../../../hooks/useSetup.js";
|
|
54
54
|
import "../../tt-log/index.js";
|
|
55
|
-
import "../../tt-vtable/index.js";
|
|
56
55
|
/* empty css */
|
|
57
56
|
/* empty css */
|
|
58
57
|
/* empty css */
|
|
@@ -77,7 +76,7 @@ import it from "./Table.vue.js";
|
|
|
77
76
|
import { forwardedEventEntries as st } from "./table-mutation-events.js";
|
|
78
77
|
import { TableFormApi as at } from "./utils/table-form-api.js";
|
|
79
78
|
import { provideFormActionTestIds as nt } from "./utils/context.js";
|
|
80
|
-
const lt = ["data-testid"], mt = ["data-testid"],
|
|
79
|
+
const lt = ["data-testid"], mt = ["data-testid"], Vo = /* @__PURE__ */ _e({
|
|
81
80
|
name: "TtTableForm",
|
|
82
81
|
__name: "TableForm",
|
|
83
82
|
props: rt,
|
|
@@ -376,5 +375,5 @@ const lt = ["data-testid"], mt = ["data-testid"], Ko = /* @__PURE__ */ _e({
|
|
|
376
375
|
}
|
|
377
376
|
});
|
|
378
377
|
export {
|
|
379
|
-
|
|
378
|
+
Vo as default
|
|
380
379
|
};
|
|
@@ -1,147 +1,166 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import { useRoute as
|
|
3
|
-
import { GEO_LEVEL_CODES as
|
|
4
|
-
const
|
|
5
|
-
function
|
|
6
|
-
return Array.isArray(
|
|
1
|
+
import { ref as b, watchEffect as j, unref as L, watch as B, computed as H } from "vue";
|
|
2
|
+
import { useRoute as I } from "vue-router";
|
|
3
|
+
import { GEO_LEVEL_CODES as x, canDeriveGeoLevel as A, deriveRegionLevelOptionsFromGeoSource as Y, resolveHighestGeoLevelCode as F, isGeoLevelCode as M, CODE_REGISTRY as k } from "./basicDataCodes.js";
|
|
4
|
+
const c = /* @__PURE__ */ new Map(), C = /* @__PURE__ */ new Map(), O = /* @__PURE__ */ new Map(), m = /* @__PURE__ */ new Map(), v = /* @__PURE__ */ new Map();
|
|
5
|
+
function y(n) {
|
|
6
|
+
return Array.isArray(n) ? n : [];
|
|
7
7
|
}
|
|
8
|
-
function
|
|
9
|
-
return
|
|
8
|
+
function J(n) {
|
|
9
|
+
return n.reduce((s, f) => (s[f] = [], s), {});
|
|
10
10
|
}
|
|
11
|
-
function
|
|
12
|
-
return Object.prototype.hasOwnProperty.call(
|
|
11
|
+
function w(n, s) {
|
|
12
|
+
return Object.prototype.hasOwnProperty.call(n, s);
|
|
13
13
|
}
|
|
14
|
-
function
|
|
15
|
-
return
|
|
14
|
+
function _(n) {
|
|
15
|
+
return F(x.filter((s) => w(n, s)));
|
|
16
16
|
}
|
|
17
|
-
function
|
|
18
|
-
const
|
|
19
|
-
if (!
|
|
20
|
-
const
|
|
21
|
-
if (!Array.isArray(
|
|
22
|
-
const u = { ...
|
|
17
|
+
function S(n) {
|
|
18
|
+
const s = _(n);
|
|
19
|
+
if (!s) return n;
|
|
20
|
+
const f = n[s];
|
|
21
|
+
if (!Array.isArray(f)) return n;
|
|
22
|
+
const u = { ...n };
|
|
23
23
|
let d = !1;
|
|
24
|
-
return
|
|
25
|
-
|
|
26
|
-
}), d ? u :
|
|
24
|
+
return x.forEach((i) => {
|
|
25
|
+
A(s, i) && (w(u, i) || (u[i] = Y(f, i), d = !0));
|
|
26
|
+
}), d ? u : n;
|
|
27
27
|
}
|
|
28
|
-
function
|
|
29
|
-
const
|
|
30
|
-
return d ?
|
|
28
|
+
function N(n, s) {
|
|
29
|
+
const f = _(s), u = n.filter(M), d = f || F(u) || void 0;
|
|
30
|
+
return d ? n.filter((i) => M(i) ? !(A(d, i) || i === d && w(s, d)) : !0) : n;
|
|
31
31
|
}
|
|
32
|
-
function
|
|
33
|
-
const
|
|
34
|
-
function u(
|
|
35
|
-
|
|
36
|
-
(e, r) => (e[r] =
|
|
32
|
+
function Z(n) {
|
|
33
|
+
const s = I(), f = b({});
|
|
34
|
+
function u(t = {}) {
|
|
35
|
+
f.value = n.codes.reduce(
|
|
36
|
+
(e, r) => (e[r] = y(t[r]), e),
|
|
37
37
|
{}
|
|
38
38
|
);
|
|
39
39
|
}
|
|
40
40
|
u();
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
function d(t) {
|
|
42
|
+
c.delete(t), m.delete(t);
|
|
43
|
+
}
|
|
44
|
+
function i(t) {
|
|
45
|
+
const e = C.get(t) || /* @__PURE__ */ new Set(), r = e.size;
|
|
46
|
+
n.codes.forEach((l) => e.add(l)), C.set(t, e), e.size !== r && (m.delete(t), R(t));
|
|
47
|
+
}
|
|
48
|
+
function G(t) {
|
|
49
|
+
u(c.get(t));
|
|
50
|
+
}
|
|
51
|
+
function R(t) {
|
|
52
|
+
const e = m.get(t);
|
|
53
|
+
if (e) return e;
|
|
54
|
+
const r = Promise.resolve().then(() => q());
|
|
55
|
+
return m.set(t, r), r.finally(() => {
|
|
56
|
+
m.get(t) === r && m.delete(t);
|
|
57
|
+
}), r;
|
|
58
|
+
}
|
|
59
|
+
async function z(t) {
|
|
60
|
+
var l;
|
|
61
|
+
const e = (l = s.meta) == null ? void 0 : l.permissionOnlyCode;
|
|
44
62
|
return (await Promise.allSettled(
|
|
45
|
-
|
|
63
|
+
t.map(async (o) => {
|
|
46
64
|
try {
|
|
47
|
-
const p = await
|
|
48
|
-
return [
|
|
65
|
+
const p = await k[o].fetchOptions({ permissionOnlyCode: e });
|
|
66
|
+
return [o, y(p)];
|
|
49
67
|
} catch {
|
|
50
|
-
return [
|
|
68
|
+
return [o, []];
|
|
51
69
|
}
|
|
52
70
|
})
|
|
53
|
-
)).reduce((
|
|
54
|
-
const
|
|
55
|
-
return
|
|
71
|
+
)).reduce((o, g, p) => {
|
|
72
|
+
const D = t[p];
|
|
73
|
+
return g.status === "fulfilled" ? o[g.value[0]] = y(g.value[1]) : o[D] = [], o;
|
|
56
74
|
}, {});
|
|
57
75
|
}
|
|
58
|
-
async function
|
|
59
|
-
const e =
|
|
76
|
+
async function q(t = !1) {
|
|
77
|
+
const e = s.path;
|
|
60
78
|
let r = [];
|
|
61
79
|
try {
|
|
62
|
-
const
|
|
63
|
-
if (
|
|
64
|
-
let a = { ...
|
|
65
|
-
a =
|
|
80
|
+
const l = L(n.dataSource);
|
|
81
|
+
if (l) {
|
|
82
|
+
let a = { ...c.get(e) || {}, ...l };
|
|
83
|
+
a = S(a), c.set(e, a), u(a);
|
|
66
84
|
return;
|
|
67
85
|
}
|
|
68
|
-
let
|
|
69
|
-
|
|
70
|
-
|
|
86
|
+
let o = S(c.get(e) || {});
|
|
87
|
+
o !== (c.get(e) || {}) && c.set(e, o);
|
|
88
|
+
const g = [...C.get(e) || n.codes];
|
|
89
|
+
if (r = t ? g : g.filter((a) => !w(o, a)), !r.length) {
|
|
90
|
+
u(o);
|
|
71
91
|
return;
|
|
72
92
|
}
|
|
73
|
-
const
|
|
74
|
-
if (
|
|
93
|
+
const p = t ? void 0 : O.get(e);
|
|
94
|
+
if (p)
|
|
75
95
|
try {
|
|
76
|
-
const a = await
|
|
77
|
-
...
|
|
96
|
+
const a = await p, h = S({
|
|
97
|
+
...c.get(e) || {},
|
|
78
98
|
...a
|
|
79
99
|
});
|
|
80
|
-
if (
|
|
81
|
-
u(
|
|
100
|
+
if (c.set(e, h), r = g.filter((V) => !w(h, V)), !r.length) {
|
|
101
|
+
u(h);
|
|
82
102
|
return;
|
|
83
103
|
}
|
|
84
|
-
|
|
104
|
+
o = h;
|
|
85
105
|
} catch {
|
|
86
106
|
}
|
|
87
|
-
const
|
|
88
|
-
if (!
|
|
89
|
-
const a =
|
|
90
|
-
|
|
107
|
+
const D = N(r, o);
|
|
108
|
+
if (!D.length) {
|
|
109
|
+
const a = S(o);
|
|
110
|
+
c.set(e, a), u(a);
|
|
91
111
|
return;
|
|
92
112
|
}
|
|
93
|
-
const
|
|
94
|
-
|
|
113
|
+
const P = z(D), E = (v.get(e) || 0) + 1;
|
|
114
|
+
v.set(e, E), O.set(e, P);
|
|
95
115
|
try {
|
|
96
|
-
const a = await
|
|
97
|
-
if (
|
|
98
|
-
let
|
|
99
|
-
...
|
|
116
|
+
const a = await P;
|
|
117
|
+
if (v.get(e) !== E) return;
|
|
118
|
+
let h = {
|
|
119
|
+
...c.get(e) || {},
|
|
100
120
|
...a
|
|
101
121
|
};
|
|
102
|
-
|
|
122
|
+
h = S(h), c.set(e, h), u(h);
|
|
103
123
|
} finally {
|
|
104
|
-
|
|
124
|
+
v.get(e) === E && O.delete(e);
|
|
105
125
|
}
|
|
106
126
|
} catch {
|
|
107
|
-
const
|
|
108
|
-
|
|
127
|
+
const l = [...C.get(e) || n.codes], o = J(r.length ? r : l), p = { ...c.get(e) || {}, ...o };
|
|
128
|
+
c.set(e, p), u(p);
|
|
109
129
|
}
|
|
110
130
|
}
|
|
111
|
-
async function
|
|
112
|
-
const s = n.
|
|
113
|
-
|
|
131
|
+
async function T() {
|
|
132
|
+
const t = s.path, e = new Set(C.get(t) || n.codes);
|
|
133
|
+
O.clear(), m.clear(), c.clear(), C.clear(), v.clear(), C.set(t, e), d(t), await q(!0);
|
|
114
134
|
}
|
|
115
|
-
return
|
|
116
|
-
const
|
|
117
|
-
if (!
|
|
118
|
-
const e =
|
|
119
|
-
let r = { ...
|
|
120
|
-
r =
|
|
121
|
-
}),
|
|
122
|
-
() =>
|
|
123
|
-
() => {
|
|
124
|
-
i();
|
|
125
|
-
}
|
|
126
|
-
{ immediate: !0 }
|
|
135
|
+
return j(() => {
|
|
136
|
+
const t = L(n.dataSource);
|
|
137
|
+
if (!t) return;
|
|
138
|
+
const e = s.path;
|
|
139
|
+
let r = { ...c.get(e) || {}, ...t };
|
|
140
|
+
r = S(r), c.set(e, r), u(r);
|
|
141
|
+
}), i(s.path), R(s.path).then(() => G(s.path)), B(
|
|
142
|
+
() => s.path,
|
|
143
|
+
(t) => {
|
|
144
|
+
i(t), R(t).then(() => G(t));
|
|
145
|
+
}
|
|
127
146
|
), {
|
|
128
|
-
dataSource:
|
|
129
|
-
const
|
|
130
|
-
(e, r) => (e[r] =
|
|
147
|
+
dataSource: H(() => {
|
|
148
|
+
const t = n.codes.reduce(
|
|
149
|
+
(e, r) => (e[r] = y(f.value[r]), e),
|
|
131
150
|
{}
|
|
132
151
|
);
|
|
133
|
-
return new Proxy(
|
|
152
|
+
return new Proxy(t, {
|
|
134
153
|
get(e, r) {
|
|
135
|
-
return typeof r != "string" ? [] :
|
|
154
|
+
return typeof r != "string" ? [] : y(t[r]);
|
|
136
155
|
},
|
|
137
156
|
set() {
|
|
138
157
|
return !1;
|
|
139
158
|
}
|
|
140
159
|
});
|
|
141
160
|
}),
|
|
142
|
-
reload:
|
|
161
|
+
reload: T
|
|
143
162
|
};
|
|
144
163
|
}
|
|
145
164
|
export {
|
|
146
|
-
|
|
165
|
+
Z as useBasicDataOptions
|
|
147
166
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -16,7 +16,6 @@ export * from './components/tt-modal-form';
|
|
|
16
16
|
export * from './components/tt-image';
|
|
17
17
|
export * from './components/tt-loading';
|
|
18
18
|
export * from './components/tt-table';
|
|
19
|
-
export * from './components/tt-vtable';
|
|
20
19
|
export * from './components/tt-upload';
|
|
21
20
|
export * from './components/tt-nav-anchor';
|
|
22
21
|
export * from './components/tt-api-component';
|