@dlzn-ui/vite-config 1.78.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.
Files changed (2) hide show
  1. package/dist/index.mjs +20 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -536,11 +536,30 @@ const index = (_env, options) => {
536
536
  {
537
537
  "dlzn-ui/plugins/autoImport/dayjs": [["default", "dayjs"]]
538
538
  },
539
+ {
540
+ "dlzn-ui/plugins/autoImport/$confirm": [["default", "$confirm"]]
541
+ },
539
542
  {
540
543
  "dlzn-ui/plugins/autoImport/$dialog": [["default", "$dialog"]]
541
544
  },
542
545
  {
543
- "dlzn-ui/hooks/useContextMenu": [["default", "useContextMenu"]]
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"]]
544
563
  },
545
564
  {
546
565
  "@/plugins/alova/index.ts": [["default", "alovaInst"]]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dlzn-ui/vite-config",
3
3
  "type": "module",
4
- "version": "1.78.0",
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.78.0"
40
+ "@dlzn-ui/node-utils": "1.79.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "rimraf": "^6.1.3",