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