create-weapp-vite 1.3.3 → 1.3.6

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 (34) hide show
  1. package/dist/{chunk-KDUDSVZ5.js → chunk-4YYMSJFM.js} +2 -2
  2. package/dist/cli.cjs +2 -2
  3. package/dist/cli.js +1 -1
  4. package/dist/index.cjs +2 -2
  5. package/dist/index.js +1 -1
  6. package/package.json +2 -2
  7. package/templates/tailwindcss/vite.config.ts +1 -1
  8. package/templates/tdesign/vite.config.ts +1 -1
  9. package/templates/vant/vite.config.ts +1 -1
  10. package/templates/wevu/tsconfig.app.json +2 -1
  11. package/templates/wevu-tdesign/.vscode/settings.json +5 -0
  12. package/templates/wevu-tdesign/components.d.ts +240 -240
  13. package/templates/wevu-tdesign/mini-program.html-data.json +6728 -0
  14. package/templates/wevu-tdesign/public/tabbar/ability-active.png +0 -0
  15. package/templates/wevu-tdesign/public/tabbar/ability.png +0 -0
  16. package/templates/wevu-tdesign/public/tabbar/data-active.png +0 -0
  17. package/templates/wevu-tdesign/public/tabbar/data.png +0 -0
  18. package/templates/wevu-tdesign/public/tabbar/form-active.png +0 -0
  19. package/templates/wevu-tdesign/public/tabbar/form.png +0 -0
  20. package/templates/wevu-tdesign/public/tabbar/home-active.png +0 -0
  21. package/templates/wevu-tdesign/public/tabbar/home.png +0 -0
  22. package/templates/wevu-tdesign/public/tabbar/list-active.png +0 -0
  23. package/templates/wevu-tdesign/public/tabbar/list.png +0 -0
  24. package/templates/wevu-tdesign/src/app.vue +1 -1
  25. package/templates/wevu-tdesign/src/components/KpiBoard/index.vue +13 -13
  26. package/templates/wevu-tdesign/src/pages/ability/index.vue +2 -1
  27. package/templates/wevu-tdesign/src/pages/form/index.vue +34 -19
  28. package/templates/wevu-tdesign/src/pages/index/index.vue +51 -0
  29. package/templates/wevu-tdesign/src/subpackages/lab/class-binding/index.vue +236 -0
  30. package/templates/wevu-tdesign/src/subpackages/lab/index.vue +14 -0
  31. package/templates/wevu-tdesign/src/vite-env.d.ts +0 -1
  32. package/templates/wevu-tdesign/tsconfig.app.json +6 -4
  33. package/templates/wevu-tdesign/typed-components.d.ts +1 -2
  34. package/templates/wevu-tdesign/vite.config.ts +3 -1
@@ -5,10 +5,10 @@ import fs2 from "fs-extra";
5
5
  import path2 from "pathe";
6
6
 
7
7
  // ../weapp-vite/package.json
8
- var version = "6.1.7";
8
+ var version = "6.1.9";
9
9
 
10
10
  // ../wevu/package.json
11
- var version2 = "1.0.3";
11
+ var version2 = "1.0.5";
12
12
 
13
13
  // src/enums.ts
14
14
  var TemplateName = /* @__PURE__ */ ((TemplateName2) => {
package/dist/cli.cjs CHANGED
@@ -51,10 +51,10 @@ var import_fs_extra2 = __toESM(require("fs-extra"), 1);
51
51
  var import_pathe2 = __toESM(require("pathe"), 1);
52
52
 
53
53
  // ../weapp-vite/package.json
54
- var version = "6.1.7";
54
+ var version = "6.1.9";
55
55
 
56
56
  // ../wevu/package.json
57
- var version2 = "1.0.3";
57
+ var version2 = "1.0.5";
58
58
 
59
59
  // src/npm.ts
60
60
  var import_node_https = __toESM(require("https"), 1);
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createProject
3
- } from "./chunk-KDUDSVZ5.js";
3
+ } from "./chunk-4YYMSJFM.js";
4
4
 
5
5
  // src/cli.ts
6
6
  import path from "path";
package/dist/index.cjs CHANGED
@@ -46,10 +46,10 @@ var import_fs_extra2 = __toESM(require("fs-extra"), 1);
46
46
  var import_pathe2 = __toESM(require("pathe"), 1);
47
47
 
48
48
  // ../weapp-vite/package.json
49
- var version = "6.1.7";
49
+ var version = "6.1.9";
50
50
 
51
51
  // ../wevu/package.json
52
- var version2 = "1.0.3";
52
+ var version2 = "1.0.5";
53
53
 
54
54
  // src/enums.ts
55
55
  var TemplateName = /* @__PURE__ */ ((TemplateName2) => {
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  TemplateName,
3
3
  createProject
4
- } from "./chunk-KDUDSVZ5.js";
4
+ } from "./chunk-4YYMSJFM.js";
5
5
  export {
6
6
  TemplateName,
7
7
  createProject
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "1.3.3",
4
+ "version": "1.3.6",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "templates"
34
34
  ],
35
35
  "dependencies": {
36
- "@inquirer/prompts": "^8.1.0",
36
+ "@inquirer/prompts": "^8.2.0",
37
37
  "fs-extra": "^11.3.3",
38
38
  "pathe": "^2.0.3",
39
39
  "pkg-types": "^2.3.0",
@@ -32,6 +32,6 @@ export default defineConfig({
32
32
  plugins: [
33
33
  UnifiedViteWeappTailwindcssPlugin({
34
34
  rem2rpx: true,
35
- }),
35
+ }) as any,
36
36
  ],
37
37
  })
@@ -36,6 +36,6 @@ export default defineConfig({
36
36
  plugins: [
37
37
  UnifiedViteWeappTailwindcssPlugin({
38
38
  rem2rpx: true,
39
- }),
39
+ }) as any,
40
40
  ],
41
41
  })
@@ -36,6 +36,6 @@ export default defineConfig({
36
36
  plugins: [
37
37
  UnifiedViteWeappTailwindcssPlugin({
38
38
  rem2rpx: true,
39
- }),
39
+ }) as any,
40
40
  ],
41
41
  })
@@ -39,7 +39,8 @@
39
39
  "vueCompilerOptions": {
40
40
  "plugins": [
41
41
  "weapp-vite/volar"
42
- ]
42
+ ],
43
+ "lib": "wevu"
43
44
  },
44
45
  "include": [
45
46
  "src/**/*.ts",
@@ -1,4 +1,9 @@
1
1
  {
2
+ "html.customData": [
3
+ "./mini-program.html-data.json"
4
+ ],
5
+ "vue.server.hybridMode": false,
6
+ "vue.tsserver.useWorkspaceTsdk": false,
2
7
  "tailwindCSS.includeLanguages": {
3
8
  "wxml": "html"
4
9
  }