@lemon30_npm/csit-vue3 0.0.31 → 0.0.33

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 (54) hide show
  1. package/README.dev.md +485 -0
  2. package/README.md +27 -27
  3. package/dist/csit-vue3.js +672 -664
  4. package/dist/images-readme-dev/demo-complex-com.png +0 -0
  5. package/dist/images-readme-dev/demo-directory-ex.png +0 -0
  6. package/dist/images-readme-dev/demo-easy-com.png +0 -0
  7. package/dist/images-readme-dev/demo-menus-cui-ex.png +0 -0
  8. package/dist/images-readme-dev/demo-menus-tree.png +0 -0
  9. package/dist/images-readme-dev/demo-usedemo-com-ex.png +0 -0
  10. package/dist/index.css +1 -1
  11. package/dist/lib/ci-blue-line-title/index.css +1 -1
  12. package/dist/lib/ci-common-list/ci-common-list-layout/index.css +1 -1
  13. package/dist/lib/ci-common-list/ci-common-list-layout/index.vue.js +2 -2
  14. package/dist/lib/ci-common-list/ci-common-list-layout/index.vue2.js +13 -13
  15. package/dist/lib/ci-common-list/ci-common-list-query/index.css +1 -1
  16. package/dist/lib/ci-common-list/ci-common-list-query/index.js +1 -1
  17. package/dist/lib/ci-common-list/ci-common-list-query/index.vue.js +2 -2
  18. package/dist/lib/ci-common-list/ci-common-list-query/index.vue2.js +54 -52
  19. package/dist/lib/ci-common-list/ci-common-list-query-item/index.css +1 -0
  20. package/dist/lib/ci-common-list/ci-common-list-query-item/index.js +9 -0
  21. package/dist/lib/ci-common-list/ci-common-list-query-item/index.vue.js +7 -0
  22. package/dist/lib/ci-common-list/ci-common-list-query-item/index.vue2.js +21 -0
  23. package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.css +1 -1
  24. package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.vue.js +2 -2
  25. package/dist/lib/ci-page-header/index.css +1 -1
  26. package/dist/lib/ci-page-header/index.vue.js +1 -1
  27. package/dist/lib/ci-page-header/index.vue2.js +4 -4
  28. package/dist/lib/ci-upload/index.css +1 -1
  29. package/dist/lib/ci-upload/index.vue.js +3 -3
  30. package/dist/lib/ci-upload/index.vue2.js +28 -24
  31. package/dist/lib/components/index.js +26 -21
  32. package/dist/lib/images-readme-dev/demo-complex-com.png +0 -0
  33. package/dist/lib/images-readme-dev/demo-directory-ex.png +0 -0
  34. package/dist/lib/images-readme-dev/demo-easy-com.png +0 -0
  35. package/dist/lib/images-readme-dev/demo-menus-cui-ex.png +0 -0
  36. package/dist/lib/images-readme-dev/demo-menus-tree.png +0 -0
  37. package/dist/lib/images-readme-dev/demo-usedemo-com-ex.png +0 -0
  38. package/dist/lib/styles/reset-elementPlus/index.css +1 -0
  39. package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query/hooks/useCollapseTransition.d.ts +11 -0
  40. package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query/index.d.ts +4 -4
  41. package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query-item/index.d.ts +8 -0
  42. package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query-item/index.vue.d.ts +12 -0
  43. package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query-item/type.d.ts +3 -0
  44. package/dist/types/src/components/index.d.ts +2 -1
  45. package/dist/types/src/layout/mock/local-dev-menus-tree/index.d.ts +1 -27
  46. package/dist/types/src/layout/mock/local-dev-menus-tree/menus-com-classify.d.ts +26 -0
  47. package/dist/types/src/layout/mock/local-dev-menus-tree/menus-cuiwenqing.d.ts +38 -0
  48. package/dist/types/src/layout/mock/local-dev-menus-tree/menus-lisi.d.ts +38 -0
  49. package/dist/types/src/layout/mock/local-dev-menus-tree/menus-more-developer.d.ts +38 -0
  50. package/dist/types/src/layout/mock/local-dev-menus-tree/menus-zhangsan.d.ts +38 -0
  51. package/dist/types/src/views-demo/usedemo-ci-upload/index.vue.d.ts +1 -0
  52. package/package.json +14 -4
  53. package/dist/lib/components/components-global/SvgIcon/index.vue.js +0 -26
  54. package/dist/lib/components/components-global/SvgIcon/index.vue2.js +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon30_npm/csit-vue3",
3
- "version": "0.0.31",
3
+ "version": "0.0.33",
4
4
  "type": "module",
5
5
  "author": "cuiwq",
6
6
  "license": "MIT",
@@ -127,6 +127,13 @@
127
127
  },
128
128
  "./ci-common-list-pagination/style/index.css": {
129
129
  "default": "./dist/lib/ci-common-list/ci-common-list-pagination/index.css"
130
+ },
131
+ "./ci-common-list-query-item": {
132
+ "import": "./dist/lib/ci-common-list/ci-common-list-query-item/index.js",
133
+ "types": "./dist/types/src/components/components-project/ci-common-list/ci-common-list-query-item/index.d.ts"
134
+ },
135
+ "./ci-common-list-query-item/style/index.css": {
136
+ "default": "./dist/lib/ci-common-list/ci-common-list-query-item/index.css"
130
137
  }
131
138
  },
132
139
  "scripts": {
@@ -156,7 +163,7 @@
156
163
  "axios": "^1.7.7",
157
164
  "echarts": "^5.5.1",
158
165
  "echarts-map": "^3.0.1",
159
- "element-plus": "^2.9.7",
166
+ "element-plus": "^2.10.4",
160
167
  "lodash": "^4.17.21",
161
168
  "moment": "^2.30.1",
162
169
  "nanoid": "^5.0.8",
@@ -170,13 +177,15 @@
170
177
  "@types/node": "^22.9.0",
171
178
  "@vitejs/plugin-legacy": "^5.4.2",
172
179
  "@vitejs/plugin-vue": "^5.1.4",
180
+ "@vitepress-demo-preview/component": "^2.3.2",
181
+ "@vitepress-demo-preview/plugin": "^1.2.3",
173
182
  "@vue/eslint-config-prettier": "^10.1.0",
174
183
  "@vue/eslint-config-typescript": "^14.1.3",
175
184
  "@vue/tsconfig": "^0.5.1",
176
185
  "axios": "^1.7.7",
177
186
  "echarts": "^5.5.1",
178
187
  "echarts-map": "^3.0.1",
179
- "element-plus": "^2.9.7",
188
+ "element-plus": "^2.10.4",
180
189
  "eslint": "^9.14.0",
181
190
  "eslint-plugin-vue": "^9.30.0",
182
191
  "less": "^4.2.0",
@@ -188,6 +197,7 @@
188
197
  "pinia": "^2.2.6",
189
198
  "prettier": "^3.3.3",
190
199
  "rollup-plugin-visualizer": "^6.0.3",
200
+ "shiki": "^3.7.0",
191
201
  "typescript": "~5.6.3",
192
202
  "unplugin-vue-components": "^0.27.4",
193
203
  "vite": "^5.4.10",
@@ -196,7 +206,7 @@
196
206
  "vite-plugin-remove-console": "^2.2.0",
197
207
  "vite-plugin-svg-icons": "^2.0.1",
198
208
  "vite-plugin-vue-devtools": "^7.5.4",
199
- "vitepress": "^2.0.0-alpha.7",
209
+ "vitepress": "^1.6.3",
200
210
  "vue": "^3.5.12",
201
211
  "vue-router": "^4.4.5"
202
212
  }
@@ -1,26 +0,0 @@
1
- import { defineComponent as t, createElementBlock as l, openBlock as o, normalizeStyle as n, createElementVNode as i } from "vue";
2
- const r = ["xlink:href", "fill"], a = {
3
- name: "SvgIcon"
4
- }, d = /* @__PURE__ */ t({
5
- ...a,
6
- props: {
7
- prefix: { default: "#icon-" },
8
- name: {},
9
- color: { default: "" },
10
- width: { default: "18px" },
11
- height: { default: "18px" }
12
- },
13
- setup(f) {
14
- return (e, h) => (o(), l("svg", {
15
- style: n({ width: e.width, height: e.height })
16
- }, [
17
- i("use", {
18
- "xlink:href": e.prefix + e.name,
19
- fill: e.color
20
- }, null, 8, r)
21
- ], 4));
22
- }
23
- });
24
- export {
25
- d as default
26
- };
@@ -1,4 +0,0 @@
1
- import f from "./index.vue.js";
2
- export {
3
- f as default
4
- };