vue-color-ui 0.0.7 → 0.0.9

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 (45) hide show
  1. package/package.json +7 -4
  2. /package/{type → types}/pkg/Base/Avatar.vue.d.ts +0 -0
  3. /package/{type → types}/pkg/Base/AvatarGroup.vue.d.ts +0 -0
  4. /package/{type → types}/pkg/Base/Button.vue.d.ts +0 -0
  5. /package/{type → types}/pkg/Base/Icon.vue.d.ts +0 -0
  6. /package/{type → types}/pkg/Base/Tag.vue.d.ts +0 -0
  7. /package/{type → types}/pkg/Base/Title.vue.d.ts +0 -0
  8. /package/{type → types}/pkg/Base/index.d.ts +0 -0
  9. /package/{type → types}/pkg/ChatList/ChatListItem.vue.d.ts +0 -0
  10. /package/{type → types}/pkg/ChatList/index.d.ts +0 -0
  11. /package/{type → types}/pkg/ChatList/index.vue.d.ts +0 -0
  12. /package/{type → types}/pkg/ChatRoom/index.d.ts +0 -0
  13. /package/{type → types}/pkg/ChatRoom/index.vue.d.ts +0 -0
  14. /package/{type → types}/pkg/GridGroup/index.d.ts +0 -0
  15. /package/{type → types}/pkg/GridGroup/index.vue.d.ts +0 -0
  16. /package/{type → types}/pkg/InputBar/index.d.ts +0 -0
  17. /package/{type → types}/pkg/InputBar/index.vue.d.ts +0 -0
  18. /package/{type → types}/pkg/Menu/index.d.ts +0 -0
  19. /package/{type → types}/pkg/Menu/index.vue.d.ts +0 -0
  20. /package/{type → types}/pkg/NavBar/index.d.ts +0 -0
  21. /package/{type → types}/pkg/NavBar/index.vue.d.ts +0 -0
  22. /package/{type → types}/pkg/NavCard/index.d.ts +0 -0
  23. /package/{type → types}/pkg/NavCard/index.vue.d.ts +0 -0
  24. /package/{type → types}/pkg/NewCard/index.d.ts +0 -0
  25. /package/{type → types}/pkg/NewCard/index.vue.d.ts +0 -0
  26. /package/{type → types}/pkg/SearchBar/index.d.ts +0 -0
  27. /package/{type → types}/pkg/SearchBar/index.vue.d.ts +0 -0
  28. /package/{type → types}/pkg/ShareCard/index.d.ts +0 -0
  29. /package/{type → types}/pkg/ShareCard/index.vue.d.ts +0 -0
  30. /package/{type → types}/pkg/Steps/index.d.ts +0 -0
  31. /package/{type → types}/pkg/Steps/index.vue.d.ts +0 -0
  32. /package/{type → types}/pkg/Tab/TTab.vue.d.ts +0 -0
  33. /package/{type → types}/pkg/Tab/index.d.ts +0 -0
  34. /package/{type → types}/pkg/Tab/index.vue.d.ts +0 -0
  35. /package/{type → types}/pkg/TimeLine/index.d.ts +0 -0
  36. /package/{type → types}/pkg/TimeLine/index.vue.d.ts +0 -0
  37. /package/{type → types}/pkg/TopBar/index.d.ts +0 -0
  38. /package/{type → types}/pkg/TopBar/index.vue.d.ts +0 -0
  39. /package/{type → types}/pkg/index.d.ts +0 -0
  40. /package/{type → types}/pkg/modal/index.d.ts +0 -0
  41. /package/{type → types}/pkg/modal/index.vue.d.ts +0 -0
  42. /package/{type → types}/src/App.vue.d.ts +0 -0
  43. /package/{type → types}/src/components/HelloWorld.vue.d.ts +0 -0
  44. /package/{type → types}/src/main.d.ts +0 -0
  45. /package/{type → types}/utils/size.d.ts +0 -0
package/package.json CHANGED
@@ -2,12 +2,12 @@
2
2
  "name": "vue-color-ui",
3
3
  "description": "ColorUI 临时代替的版本",
4
4
  "private": false,
5
- "version": "0.0.7",
5
+ "version": "0.0.9",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
- "build": "vue-tsc --declaration --emitDeclarationOnly --outDir type && vite build",
10
+ "build": "vue-tsc --declaration --emitDeclarationOnly --outDir types && vite build",
11
11
  "preview": "vite preview",
12
12
  "rele": "npm run build && npm version patch && npm publish",
13
13
  "push": "git add . && read -p '请输入本次更新: \n' msg && git commit -m \"$msg\" && git push -u origin master"
@@ -25,12 +25,13 @@
25
25
  "files": [
26
26
  "lib/*",
27
27
  "type/*",
28
+ "types/*",
28
29
  "Readme.md",
29
30
  "package.json"
30
31
  ],
31
32
  "main": "./lib/temp-color-ui.umd.cjs",
32
33
  "module": "./lib/temp-color-ui.js",
33
- "types": "./type",
34
+ "types": "./types/pkg/index.d.ts",
34
35
  "exports": {
35
36
  ".": {
36
37
  "import": "./lib/temp-color-ui.js",
@@ -39,6 +40,8 @@
39
40
  "./lib/style.css": "./lib/style.css",
40
41
  "./lib/css/main.css": "./lib/css/main.css",
41
42
  "./lib/css/animation.css": "./lib/css/animation.css",
42
- "./lib/css/icon.css": "./lib/css/icon.css"
43
+ "./lib/css/icon.css": "./lib/css/icon.css",
44
+ "./types/*": "./types/*",
45
+ "./type/*": "./type/*"
43
46
  }
44
47
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes