@dlzn-ui/vite-config 1.77.0 → 1.79.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/dist/index.mjs +26 -0
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -106,6 +106,7 @@ const tDesignAutoImportResolve = (options) => {
|
|
|
106
106
|
"TLink",
|
|
107
107
|
"TPopconfirm",
|
|
108
108
|
"TPopup",
|
|
109
|
+
"TProvider",
|
|
109
110
|
"TRangeInput",
|
|
110
111
|
"TSlider",
|
|
111
112
|
"TSwitch",
|
|
@@ -535,6 +536,31 @@ const index = (_env, options) => {
|
|
|
535
536
|
{
|
|
536
537
|
"dlzn-ui/plugins/autoImport/dayjs": [["default", "dayjs"]]
|
|
537
538
|
},
|
|
539
|
+
{
|
|
540
|
+
"dlzn-ui/plugins/autoImport/$confirm": [["default", "$confirm"]]
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"dlzn-ui/plugins/autoImport/$dialog": [["default", "$dialog"]]
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"dlzn-ui/plugins/autoImport/$loading": [["default", "$loading"]]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"dlzn-ui/plugins/autoImport/$msg": [["default", "$msg"]]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"dlzn-ui/plugins/autoImport/$drawer": [["default", "$drawer"]]
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"dlzn-ui/plugins/autoImport/$notify": [["default", "$notify"]]
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
// 对 dlzn-ui/hooks/useContextMenu,Vite / resolve.exports 只取数组第一项:./hooks/useContextMenu.mjs → 文件不存在 → Failed to resolve import "dlzn-ui/hooks/useContextMenu"它不会再去试 ./hooks/useContextMenu/index.mjs。这是 Vite 的已知行为
|
|
559
|
+
"dlzn-ui/hooks/useContextMenu/index": [["default", "useContextMenu"]]
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"dlzn-ui/hooks/useAppContext": [["default", "useAppContext"]]
|
|
563
|
+
},
|
|
538
564
|
{
|
|
539
565
|
"@/plugins/alova/index.ts": [["default", "alovaInst"]]
|
|
540
566
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dlzn-ui/vite-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.79.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"vite-plugin-imagemin": "^0.6.1",
|
|
38
38
|
"vite-plugin-vue-tailwind-auto-reference": "^2.0.2",
|
|
39
39
|
"vue-router": "^5.2.0",
|
|
40
|
-
"@dlzn-ui/node-utils": "1.
|
|
40
|
+
"@dlzn-ui/node-utils": "1.79.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"rimraf": "^6.1.3",
|