yc-vep-ui 0.0.21 → 0.0.22

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,9 @@
1
+ export type IProp = string | number | boolean | null | undefined
2
+ export * from './Table/type'
3
+ export * from './Filter/type'
4
+ export * from './Form/type'
5
+ export * from './Descriptions/type'
6
+ export * from './InfiniteScroll/type'
7
+ export * from './Tree/type'
8
+ export * from './Card/type'
9
+ export * from './Editor/type'
package/dist/entry.d.ts CHANGED
@@ -9,9 +9,8 @@ import { default as UiInfiniteScroll } from './components/InfiniteScroll/index.v
9
9
  import { default as UiDescriptions } from './components/Descriptions/index.vue';
10
10
  import { default as UiDialog } from './components/Dialog/index.vue';
11
11
  export { UiCard, UiTable, UiFilter, UiForm, UiEditor, UiTree, UiInfiniteScroll, UiDescriptions, UiDialog, };
12
- export type * from './components/type';
13
12
  export type { IProp } from './components/type';
14
- export type * from 'element-plus';
13
+ export type * from './components/type';
15
14
  declare const _default: {
16
15
  install(app: App): void;
17
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yc-vep-ui",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "type": "module",
5
5
  "description": "基于 Vue 3 + Element Plus 的企业级 UI 组件库",
6
6
  "keywords": [
@@ -25,16 +25,6 @@
25
25
  "import": "./dist/vep-ui.es.js",
26
26
  "require": "./dist/vep-ui.umd.js"
27
27
  },
28
- "./icons-vue": {
29
- "types": "./dist/icons.d.ts",
30
- "import": "./dist/icons-vue.es.js",
31
- "require": "./dist/icons-vue.umd.js"
32
- },
33
- "./element-plus": {
34
- "types": "./dist/element-plus.d.ts",
35
- "import": "./dist/element-plus.es.js",
36
- "require": "./dist/element-plus.umd.js"
37
- },
38
28
  "./dist/yc-vep-ui.css": "./dist/yc-vep-ui.css"
39
29
  },
40
30
  "files": [
@@ -44,7 +34,7 @@
44
34
  "scripts": {
45
35
  "dev": "vite",
46
36
  "build": "vue-tsc -b && vite build",
47
- "build:lib": "vite build && cross-env BUILD_ICONS=true vite build && echo export * from '@element-plus/icons-vue' > dist/icons.d.ts && cross-env BUILD_ELEMENT_PLUS=true vite build && echo export * from 'element-plus' > dist/element-plus.d.ts",
37
+ "build:lib": "vite build",
48
38
  "preview": "vite preview",
49
39
  "prepublishOnly": "npm run build:lib"
50
40
  },
@@ -54,18 +44,15 @@
54
44
  "vue": "^3.5.0"
55
45
  },
56
46
  "devDependencies": {
57
- "@element-plus/icons-vue": "^2.3.2",
58
47
  "@types/node": "^24.12.3",
59
48
  "@vitejs/plugin-vue": "^6.0.6",
60
49
  "@vue/tsconfig": "^0.9.1",
61
- "cross-env": "^10.1.0",
62
50
  "typescript": "~6.0.2",
63
51
  "vite": "^8.0.12",
64
52
  "vite-plugin-dts": "^4.5.0",
65
53
  "vue-tsc": "^3.2.8"
66
54
  },
67
55
  "peerDependencies": {
68
- "@element-plus/icons-vue": "^2.3.1",
69
56
  "aieditor": "^1.4.0",
70
57
  "element-plus": "^2.14.0",
71
58
  "vue": "^3.5.0"
@@ -1 +0,0 @@
1
- export * from 'element-plus'
@@ -1 +0,0 @@
1
- export * from "element-plus";
@@ -1 +0,0 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,t())})(this,function(){Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=require(`element-plus`);Object.keys(e).forEach(function(t){t!==`default`&&!Object.prototype.hasOwnProperty.call(exports,t)&&Object.defineProperty(exports,t,{enumerable:!0,get:function(){return e[t]}})})});
@@ -1 +0,0 @@
1
- export * from "@element-plus/icons-vue";
@@ -1 +0,0 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,t())})(this,function(){Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=require(`@element-plus/icons-vue`);Object.keys(e).forEach(function(t){t!==`default`&&!Object.prototype.hasOwnProperty.call(exports,t)&&Object.defineProperty(exports,t,{enumerable:!0,get:function(){return e[t]}})})});
package/dist/icons.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@element-plus/icons-vue'