@lemon30_npm/csit-vue3 1.0.73 → 1.0.74

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.
@@ -0,0 +1,13 @@
1
+ /**
2
+ * demo页面 - 中证常见组合步骤条组件使用示例
3
+ *
4
+ */
5
+ declare const _default: {
6
+ path: string;
7
+ name: string;
8
+ component: () => Promise<typeof import("../index.vue")>;
9
+ meta: {
10
+ track_path: string;
11
+ };
12
+ }[];
13
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon30_npm/csit-vue3",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "type": "module",
5
5
  "author": "cuiwq",
6
6
  "license": "MIT",
@@ -141,6 +141,13 @@
141
141
  },
142
142
  "./ci-choose-all-select/style/index.css": {
143
143
  "default": "./dist/lib/ci-element-plus/ci-choose-all-select/index.css"
144
+ },
145
+ "./ci-steps-group": {
146
+ "import": "./dist/lib/ci-steps-group/index.js",
147
+ "types": "./dist/types/src/components/components-project/ci-steps-group/index.d.ts"
148
+ },
149
+ "./ci-steps-group/style/index.css": {
150
+ "default": "./dist/lib/ci-steps-group/index.css"
144
151
  }
145
152
  },
146
153
  "scripts": {