@cynnie/ui-element 0.1.0 → 0.1.1

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 (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @cynnie/ui-element
2
2
 
3
- 基于 [element-plus](https://element-plus.org/) 的 SnowUI 二次封装组件库,API 与 `@cynnie/ui-antd` 完全对齐,提供开箱即用的中后台组件:
3
+ 基于 [element-plus](https://element-plus.org/) 的 cynnie-ui 二次封装组件库,提供开箱即用的中后台组件:
4
+
5
+ **[在线文档 & 演示](https://ui-playground-puce.vercel.app/?ui=element)**
4
6
 
5
7
  - **ProTable** — 搜索表单 + 表格 + 分页一体化
6
8
  - **ProFormBuilder** — JSON 配置化表单
@@ -28,7 +30,7 @@ import { ProTable } from "@cynnie/ui-element";
28
30
  </script>
29
31
  ```
30
32
 
31
- 同系列还有 [@cynnie/ui-antd](https://www.npmjs.com/package/@cynnie/ui-antd)(ant-design-vue 版)与 [@cynnie/ui-shadcn](https://www.npmjs.com/package/@cynnie/ui-shadcn)(shadcn-vue 版),API 完全对齐,可按 UI 库切换。
33
+ 同系列还有 [@cynnie/ui-antd](https://www.npmjs.com/package/@cynnie/ui-antd)(ant-design-vue 版)与 [@cynnie/ui-shadcn](https://www.npmjs.com/package/@cynnie/ui-shadcn)(shadcn-vue 版),可按 UI 库选用。
32
34
 
33
35
  ## License
34
36
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cynnie/ui-element",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
- "description": "基于 element-plus 的 SnowUI 二次封装组件库,API @cynnie/ui-antd 对齐",
5
+ "description": "基于 element-plus 的 cynnie-ui 二次封装组件库:ProTable / ProFormBuilder / 命令式弹窗等",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "lodash-es": "^4.17.21",
79
- "@cynnie/ui-core": "^0.1.0"
79
+ "@cynnie/ui-core": "^0.1.1"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/lodash-es": "^4.17.12",
@@ -88,6 +88,7 @@
88
88
  "vite-plugin-dts": "^4.5.4",
89
89
  "vue-tsc": "^2.2.10"
90
90
  },
91
+ "homepage": "https://ui-playground-puce.vercel.app/?ui=element",
91
92
  "scripts": {
92
93
  "build": "vite build",
93
94
  "format": "prettier --write src/",