dlzn-ui 1.77.0 → 1.78.0
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/chunks/{Provider-DS0ccNiT.mjs → Provider-DsjJAAKQ.mjs} +1 -0
- package/components/provider/index.d.ts +1 -1
- package/components/provider/index.mjs +2 -2
- package/components/provider/src/Provider.mjs +1 -1
- package/package.json +9 -3
- package/plugins/autoImport/$dialog.mjs +1 -1
- package/plugins/autoImport/$drawer.mjs +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as TProvider } from './src/Provider.vue';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../chunks/Provider-
|
|
2
|
-
export { e as
|
|
1
|
+
import { t as e } from "../../chunks/Provider-DsjJAAKQ.mjs";
|
|
2
|
+
export { e as TProvider };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Provider-
|
|
1
|
+
import { t as e } from "../../../chunks/Provider-DsjJAAKQ.mjs";
|
|
2
2
|
export { e as default };
|
package/package.json
CHANGED
|
@@ -12,8 +12,14 @@
|
|
|
12
12
|
"import": "./components/*/index.mjs"
|
|
13
13
|
},
|
|
14
14
|
"./plugins/*": {
|
|
15
|
-
"types":
|
|
16
|
-
|
|
15
|
+
"types": [
|
|
16
|
+
"./plugins/*.d.ts",
|
|
17
|
+
"./plugins/*/index.d.ts"
|
|
18
|
+
],
|
|
19
|
+
"import": [
|
|
20
|
+
"./plugins/*.mjs",
|
|
21
|
+
"./plugins/*/index.mjs"
|
|
22
|
+
]
|
|
17
23
|
},
|
|
18
24
|
"./hooks/*": {
|
|
19
25
|
"types": [
|
|
@@ -81,5 +87,5 @@
|
|
|
81
87
|
"> 1%",
|
|
82
88
|
"not dead"
|
|
83
89
|
],
|
|
84
|
-
"version": "1.
|
|
90
|
+
"version": "1.78.0"
|
|
85
91
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import e from "../../hooks/useAppContext.mjs";
|
|
2
|
-
import { t } from "../../chunks/Provider-
|
|
2
|
+
import { t } from "../../chunks/Provider-DsjJAAKQ.mjs";
|
|
3
3
|
import { computed as n, h as r, ref as i } from "vue";
|
|
4
4
|
import { useElementVisibility as a } from "@vueuse/core";
|
|
5
5
|
import { Button as o, DialogPlugin as s } from "tdesign-vue-next";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import e from "../../hooks/useAppContext.mjs";
|
|
2
|
-
import { t } from "../../chunks/Provider-
|
|
2
|
+
import { t } from "../../chunks/Provider-DsjJAAKQ.mjs";
|
|
3
3
|
import { computed as n, h as r } from "vue";
|
|
4
4
|
import { DrawerPlugin as i } from "tdesign-vue-next";
|
|
5
5
|
//#region ../../packages/dlzn-ui/plugins/autoImport/$drawer.ts
|