@ithinkdt/ui 4.0.16 → 4.0.17
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/auto-imports.js +6 -3
- package/esm/{DataTable-DXZ3G4ZO.js → DataTable-BvLINmq3.js} +3 -3
- package/esm/components-DfV9ybsT.js +2167 -0
- package/esm/components.d.ts +158 -67
- package/esm/components.js +2 -1629
- package/esm/design.d.ts +0 -6
- package/esm/directives.js +1 -1
- package/esm/index.js +109 -151
- package/esm/page.d.ts +2 -1
- package/esm/page.js +94 -85
- package/package.json +8 -8
- package/esm/assets-bJgPKDh1.js +0 -187
- /package/esm/{directives-g3YmS-dM.js → directives-Chz4DK1u.js} +0 -0
- /package/esm/{use-i18n-D1TTDOML.js → use-i18n-BUP_StIp.js} +0 -0
package/auto-imports.js
CHANGED
|
@@ -14,8 +14,8 @@ export const UIComponents = [
|
|
|
14
14
|
type: 'component',
|
|
15
15
|
resolve(name) {
|
|
16
16
|
return [
|
|
17
|
-
'DataTable', 'DataForm', 'DataFormActions', 'DataCustom', 'DataFilter', 'DataSelection', 'DataPagination',
|
|
18
|
-
'DataDescriptions', 'NCheckboxes', 'NRadios', 'NStateButton',
|
|
17
|
+
'DataTable', 'DataForm', 'DataFormActions', 'DataCustom', 'ViewProfile', 'DataFilter', 'DataSelection', 'DataPagination',
|
|
18
|
+
'DataDescriptions', 'NCheckboxes', 'NRadios', 'NStateButton', 'FullscreenButton', 'FullscreenWrapper',
|
|
19
19
|
].includes(name)
|
|
20
20
|
? { name, from: '@ithinkdt/ui/components' }
|
|
21
21
|
: undefined
|
|
@@ -30,7 +30,10 @@ export const UI = [
|
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
from: '@ithinkdt/ui/components',
|
|
33
|
-
imports: [
|
|
33
|
+
imports: [
|
|
34
|
+
'DataTable', 'DataForm', 'DataFormActions', 'DataCustom', 'ViewProfile', 'DataFilter', 'DataSelection', 'DataPagination',
|
|
35
|
+
'DataDescriptions', 'NCheckboxes', 'NRadios', 'NStateButton', 'FullscreenButton', 'FullscreenWrapper',
|
|
36
|
+
],
|
|
34
37
|
},
|
|
35
38
|
]
|
|
36
39
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e, { c as t, cB as n, cE as r, cM as i, useClsPrefix as a } from "./use-style.js";
|
|
2
|
-
import { i as o } from "./directives-
|
|
3
|
-
import {
|
|
2
|
+
import { i as o } from "./directives-Chz4DK1u.js";
|
|
3
|
+
import { C as s } from "./components-DfV9ybsT.js";
|
|
4
4
|
import { computed as c, createVNode as l, defineComponent as u, inject as d, isVNode as f, ref as p, shallowRef as m, toValue as h, useTemplateRef as g, watch as _, withDirectives as v } from "vue";
|
|
5
5
|
import { toReactive as y, until as b } from "@vueuse/core";
|
|
6
6
|
import { NButton as x, NDataTable as S, NFlex as C, NIcon as w, NTooltip as T, dataTableProps as E } from "ithinkdt-ui";
|
|
@@ -139,7 +139,7 @@ var A = /* @__PURE__ */ u({
|
|
|
139
139
|
C.value = 0, w.value = k(t.columns, C);
|
|
140
140
|
}, {
|
|
141
141
|
immediate: !0,
|
|
142
|
-
deep:
|
|
142
|
+
deep: 2
|
|
143
143
|
});
|
|
144
144
|
let T = p();
|
|
145
145
|
_(() => t.highlight, (e) => {
|