@lemon30_npm/csit-vue3 0.0.32 → 1.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 +17 -5
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon30_npm/csit-vue3",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.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": {
|
|
@@ -149,14 +156,16 @@
|
|
|
149
156
|
"docs:build": "vitepress build docs",
|
|
150
157
|
"docs:preview": "vitepress preview docs",
|
|
151
158
|
"prepublishOnly": "npm run build",
|
|
152
|
-
"gen:exports": "node scripts/gen-exports.js"
|
|
159
|
+
"gen:exports": "node scripts/gen-exports.js",
|
|
160
|
+
"publish:npm": "cp .npmrc.npm .npmrc && npm publish && rm .npmrc",
|
|
161
|
+
"publish:internal": "cp .npmrc.internal .npmrc && npm publish && rm .npmrc"
|
|
153
162
|
},
|
|
154
163
|
"peerDependencies": {
|
|
155
164
|
"@element-plus/icons-vue": "^2.3.1",
|
|
156
165
|
"axios": "^1.7.7",
|
|
157
166
|
"echarts": "^5.5.1",
|
|
158
167
|
"echarts-map": "^3.0.1",
|
|
159
|
-
"element-plus": "^2.
|
|
168
|
+
"element-plus": "^2.10.4",
|
|
160
169
|
"lodash": "^4.17.21",
|
|
161
170
|
"moment": "^2.30.1",
|
|
162
171
|
"nanoid": "^5.0.8",
|
|
@@ -170,13 +179,15 @@
|
|
|
170
179
|
"@types/node": "^22.9.0",
|
|
171
180
|
"@vitejs/plugin-legacy": "^5.4.2",
|
|
172
181
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
182
|
+
"@vitepress-demo-preview/component": "^2.3.2",
|
|
183
|
+
"@vitepress-demo-preview/plugin": "^1.2.3",
|
|
173
184
|
"@vue/eslint-config-prettier": "^10.1.0",
|
|
174
185
|
"@vue/eslint-config-typescript": "^14.1.3",
|
|
175
186
|
"@vue/tsconfig": "^0.5.1",
|
|
176
187
|
"axios": "^1.7.7",
|
|
177
188
|
"echarts": "^5.5.1",
|
|
178
189
|
"echarts-map": "^3.0.1",
|
|
179
|
-
"element-plus": "^2.
|
|
190
|
+
"element-plus": "^2.10.4",
|
|
180
191
|
"eslint": "^9.14.0",
|
|
181
192
|
"eslint-plugin-vue": "^9.30.0",
|
|
182
193
|
"less": "^4.2.0",
|
|
@@ -188,6 +199,7 @@
|
|
|
188
199
|
"pinia": "^2.2.6",
|
|
189
200
|
"prettier": "^3.3.3",
|
|
190
201
|
"rollup-plugin-visualizer": "^6.0.3",
|
|
202
|
+
"shiki": "^3.7.0",
|
|
191
203
|
"typescript": "~5.6.3",
|
|
192
204
|
"unplugin-vue-components": "^0.27.4",
|
|
193
205
|
"vite": "^5.4.10",
|
|
@@ -196,7 +208,7 @@
|
|
|
196
208
|
"vite-plugin-remove-console": "^2.2.0",
|
|
197
209
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
198
210
|
"vite-plugin-vue-devtools": "^7.5.4",
|
|
199
|
-
"vitepress": "^
|
|
211
|
+
"vitepress": "^1.6.3",
|
|
200
212
|
"vue": "^3.5.12",
|
|
201
213
|
"vue-router": "^4.4.5"
|
|
202
214
|
}
|
|
@@ -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
|
-
};
|