zartui 3.0.5 → 3.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zartui",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "面向政务场景的移动端组件库",
5
5
  "main": "lib/zartui.cjs.js",
6
6
  "module": "es/index.mjs",
@@ -12,17 +12,6 @@
12
12
  "es",
13
13
  "lib"
14
14
  ],
15
- "scripts": {
16
- "dev": "zartui-cli dev",
17
- "lint": "zartui-cli lint",
18
- "test": "zartui-cli test",
19
- "build": "zartui-cli build",
20
- "build:site": "zartui-cli build-site",
21
- "release": "cp ../../README.md ./ && zartui-cli release && rm ./README.md",
22
- "release:site": "pnpm build:site && npx gh-pages -d site-dist --add",
23
- "test:watch": "zartui-cli test --watch",
24
- "test:coverage": "open test/coverage/index.html"
25
- },
26
15
  "publishConfig": {
27
16
  "registry": "https://registry.npmjs.org/"
28
17
  },
@@ -38,9 +27,9 @@
38
27
  "components"
39
28
  ],
40
29
  "dependencies": {
41
- "@zartui/date-utils": "workspace:^",
42
30
  "@zartui/popperjs": "^1.3.0",
43
- "@zartui/use": "^1.4.3"
31
+ "@zartui/use": "^1.4.3",
32
+ "@zartui/date-utils": "^0.0.2"
44
33
  },
45
34
  "peerDependencies": {
46
35
  "vue": "^3.0.0"
@@ -48,19 +37,30 @@
48
37
  "devDependencies": {
49
38
  "@types/node": "^16.11.56",
50
39
  "@types/jest": "^29.1.1",
51
- "@zartui/cli": "workspace:^",
52
- "@zartui/eslint-config": "workspace:^",
53
- "@zartui/icons": "workspace:^",
54
40
  "@vue/runtime-core": "^3.2.44",
55
41
  "@vue/test-utils": "^2.0.2",
56
42
  "typescript": "^4.8.2",
57
43
  "vue": "^3.2.44",
58
- "vue-router": "^4.1.5"
44
+ "vue-router": "^4.1.5",
45
+ "@zartui/cli": "^5.0.0",
46
+ "@zartui/icons": "^0.0.2",
47
+ "@zartui/eslint-config": "^3.5.2"
59
48
  },
60
49
  "sideEffects": [
61
50
  "es/**/style/*",
62
51
  "lib/**/style/*",
63
52
  "*.css"
64
53
  ],
65
- "web-types": "lib/web-types.json"
66
- }
54
+ "web-types": "lib/web-types.json",
55
+ "scripts": {
56
+ "dev": "zartui-cli dev",
57
+ "lint": "zartui-cli lint",
58
+ "test": "zartui-cli test",
59
+ "build": "zartui-cli build",
60
+ "build:site": "zartui-cli build-site",
61
+ "release": "cp ../../README.md ./ && zartui-cli release && rm ./README.md",
62
+ "release:site": "pnpm build:site && npx gh-pages -d site-dist --add",
63
+ "test:watch": "zartui-cli test --watch",
64
+ "test:coverage": "open test/coverage/index.html"
65
+ }
66
+ }
package/README.md DELETED
@@ -1,25 +0,0 @@
1
- # ZartUI
2
-
3
- [ZartUI](https://zartui.egova.com.cn) 是数字政通基于 Vue 研发的一款面向政务场景的移动端组件库。
4
-
5
- Zart(读音 /zɑːt/)的命名,灵感源自数字政通秉承的理念:让城市治理变得更智慧。Zart = zt + smart, zt是政通的首字母缩写,smart代表公司理念中的“智慧”,将smart中间的“ar”字母包裹于zt之间,体现了ZartUI的核心目标:追求极致的用户体验,致力于做灵活智能的组件库。
6
-
7
- ## 特性
8
-
9
- 1)【组件重构】【组件审核】提供60多个高质量组件,覆盖移动端各类场景;
10
-
11
- 2)【UI重构】基于全新的视觉规范;
12
-
13
- 3)【在线网站】完善的文档、示例、演示效果;
14
-
15
- 4)支持主题定制、按需引入;
16
-
17
- 5)支持vue3.0、TypeScript;
18
-
19
- 6)性能佳,组件平均体积小(min+gzip);
20
-
21
- 7)单元测试覆盖率 90%+,提供稳定性保障。
22
-
23
- ## 浏览器支持
24
-
25
- ZartUI 3 支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一致)。