@next-bricks/data-view 1.1.26 → 1.2.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.
@@ -0,0 +1,23 @@
1
+ 构件 `data-view.progress-bar-list`
2
+
3
+ ## Examples
4
+
5
+ ### Basic
6
+
7
+ ```yaml preview
8
+ brick: data-view.progress-bar-list
9
+ properties:
10
+ dataSource:
11
+ - title: 资源1
12
+ count: 123
13
+ - title: 资源2
14
+ count: 39
15
+ - title: 资源3
16
+ count: 23
17
+ - title: 资源4
18
+ count: 13
19
+ - title: 资源5
20
+ count: 49
21
+ barBackground: linear-gradient(to right, rgba(255, 222, 104, 0.2), rgb(255, 222, 104))
22
+ loopBackground: rgb(255, 222, 104)
23
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/data-view",
3
- "version": "1.1.26",
3
+ "version": "1.2.1",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,5 +41,5 @@
41
41
  "peerDependencies": {
42
42
  "@next-bricks/icons": "*"
43
43
  },
44
- "gitHead": "3276d5d781bb975ff41a0e62f52e7cf888d32294"
44
+ "gitHead": "23246eed63bbbc51b770465df74430c8807f71e2"
45
45
  }