@dlzn-ui/vite-config 1.78.0 → 1.80.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 +18 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -536,12 +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
  },
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
+ },
542
557
  {
543
558
  "dlzn-ui/hooks/useContextMenu": [["default", "useContextMenu"]]
544
559
  },
560
+ {
561
+ "dlzn-ui/hooks/useAppContext": [["default", "useAppContext"]]
562
+ },
545
563
  {
546
564
  "@/plugins/alova/index.ts": [["default", "alovaInst"]]
547
565
  },
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.80.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.80.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "rimraf": "^6.1.3",