@lemon30_npm/csit-vue3 0.0.32 → 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.
- package/README.dev.md +485 -0
- package/README.md +27 -27
- package/dist/csit-vue3.js +672 -664
- package/dist/images-readme-dev/demo-complex-com.png +0 -0
- package/dist/images-readme-dev/demo-directory-ex.png +0 -0
- package/dist/images-readme-dev/demo-easy-com.png +0 -0
- package/dist/images-readme-dev/demo-menus-cui-ex.png +0 -0
- package/dist/images-readme-dev/demo-menus-tree.png +0 -0
- package/dist/images-readme-dev/demo-usedemo-com-ex.png +0 -0
- package/dist/index.css +1 -1
- package/dist/lib/ci-blue-line-title/index.css +1 -1
- package/dist/lib/ci-common-list/ci-common-list-layout/index.css +1 -1
- package/dist/lib/ci-common-list/ci-common-list-layout/index.vue.js +2 -2
- package/dist/lib/ci-common-list/ci-common-list-layout/index.vue2.js +13 -13
- package/dist/lib/ci-common-list/ci-common-list-query/index.css +1 -1
- package/dist/lib/ci-common-list/ci-common-list-query/index.js +1 -1
- package/dist/lib/ci-common-list/ci-common-list-query/index.vue.js +2 -2
- package/dist/lib/ci-common-list/ci-common-list-query/index.vue2.js +54 -52
- package/dist/lib/ci-common-list/ci-common-list-query-item/index.css +1 -0
- package/dist/lib/ci-common-list/ci-common-list-query-item/index.js +9 -0
- package/dist/lib/ci-common-list/ci-common-list-query-item/index.vue.js +7 -0
- package/dist/lib/ci-common-list/ci-common-list-query-item/index.vue2.js +21 -0
- package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.css +1 -1
- package/dist/lib/ci-common-list/ci-common-list-start-end-datepicker/index.vue.js +2 -2
- package/dist/lib/ci-page-header/index.css +1 -1
- package/dist/lib/ci-page-header/index.vue.js +1 -1
- package/dist/lib/ci-page-header/index.vue2.js +4 -4
- package/dist/lib/ci-upload/index.css +1 -1
- package/dist/lib/ci-upload/index.vue.js +3 -3
- package/dist/lib/ci-upload/index.vue2.js +28 -24
- package/dist/lib/components/index.js +26 -21
- package/dist/lib/images-readme-dev/demo-complex-com.png +0 -0
- package/dist/lib/images-readme-dev/demo-directory-ex.png +0 -0
- package/dist/lib/images-readme-dev/demo-easy-com.png +0 -0
- package/dist/lib/images-readme-dev/demo-menus-cui-ex.png +0 -0
- package/dist/lib/images-readme-dev/demo-menus-tree.png +0 -0
- package/dist/lib/images-readme-dev/demo-usedemo-com-ex.png +0 -0
- package/dist/lib/styles/reset-elementPlus/index.css +1 -0
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query/hooks/useCollapseTransition.d.ts +11 -0
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query/index.d.ts +4 -4
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query-item/index.d.ts +8 -0
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query-item/index.vue.d.ts +12 -0
- package/dist/types/src/components/components-project/ci-common-list/ci-common-list-query-item/type.d.ts +3 -0
- package/dist/types/src/components/index.d.ts +2 -1
- package/dist/types/src/layout/mock/local-dev-menus-tree/index.d.ts +1 -27
- package/dist/types/src/layout/mock/local-dev-menus-tree/menus-com-classify.d.ts +26 -0
- package/dist/types/src/layout/mock/local-dev-menus-tree/menus-cuiwenqing.d.ts +38 -0
- package/dist/types/src/layout/mock/local-dev-menus-tree/menus-lisi.d.ts +38 -0
- package/dist/types/src/layout/mock/local-dev-menus-tree/menus-more-developer.d.ts +38 -0
- package/dist/types/src/layout/mock/local-dev-menus-tree/menus-zhangsan.d.ts +38 -0
- package/dist/types/src/views-demo/usedemo-ci-upload/index.vue.d.ts +1 -0
- package/package.json +14 -4
- package/dist/lib/components/components-global/SvgIcon/index.vue.js +0 -26
- package/dist/lib/components/components-global/SvgIcon/index.vue2.js +0 -4
- /package/dist/lib/{ci-dictionary-select → ci-common-list/ci-common-list-pagination}/index.css +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon30_npm/csit-vue3",
|
|
3
|
-
"version": "0.0.
|
|
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.
|
|
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.
|
|
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": "^
|
|
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
|
-
};
|
/package/dist/lib/{ci-dictionary-select → ci-common-list/ci-common-list-pagination}/index.css
RENAMED
|
File without changes
|