@next-bricks/presentational-bricks 1.241.1 → 1.241.4
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/CHANGELOG.md +27 -0
- package/deploy/contract.yaml +113 -113
- package/dist/bricks.json +31 -31
- package/dist/index.439f2449.js +2 -0
- package/dist/index.439f2449.js.map +1 -0
- package/dist/stories.json +16 -9
- package/package.json +2 -2
- package/dist/index.fbd60856.js +0 -2
- package/dist/index.fbd60856.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -4320,7 +4320,7 @@
|
|
|
4320
4320
|
"allowHalf": true,
|
|
4321
4321
|
"disabled": false,
|
|
4322
4322
|
"rateStyle": {
|
|
4323
|
-
"color": "
|
|
4323
|
+
"color": "var(--color-error)"
|
|
4324
4324
|
}
|
|
4325
4325
|
},
|
|
4326
4326
|
"description": {
|
|
@@ -4337,7 +4337,7 @@
|
|
|
4337
4337
|
"disabled": true,
|
|
4338
4338
|
"type": "A",
|
|
4339
4339
|
"rateStyle": {
|
|
4340
|
-
"color": "
|
|
4340
|
+
"color": "var(--color-error)"
|
|
4341
4341
|
}
|
|
4342
4342
|
},
|
|
4343
4343
|
"description": {
|
|
@@ -4357,9 +4357,9 @@
|
|
|
4357
4357
|
"icon": "heart"
|
|
4358
4358
|
},
|
|
4359
4359
|
"colors": [
|
|
4360
|
-
"
|
|
4361
|
-
"#
|
|
4362
|
-
"
|
|
4360
|
+
"var(--color-warning)",
|
|
4361
|
+
"#dc8324",
|
|
4362
|
+
"var(--color-error)"
|
|
4363
4363
|
]
|
|
4364
4364
|
},
|
|
4365
4365
|
"description": {
|
|
@@ -4378,9 +4378,9 @@
|
|
|
4378
4378
|
"icon": "heart"
|
|
4379
4379
|
},
|
|
4380
4380
|
"colors": [
|
|
4381
|
-
"
|
|
4382
|
-
"#
|
|
4383
|
-
"
|
|
4381
|
+
"var(--color-warning)",
|
|
4382
|
+
"#dc8324",
|
|
4383
|
+
"var(--color-error)"
|
|
4384
4384
|
],
|
|
4385
4385
|
"tooltips": [
|
|
4386
4386
|
"第一级",
|
|
@@ -12339,7 +12339,7 @@
|
|
|
12339
12339
|
"name": "autoplaySpeed",
|
|
12340
12340
|
"type": "number",
|
|
12341
12341
|
"required": "false",
|
|
12342
|
-
"default": "
|
|
12342
|
+
"default": "3000",
|
|
12343
12343
|
"description": "自定义轮播项的停留时间",
|
|
12344
12344
|
"group": "advanced"
|
|
12345
12345
|
},
|
|
@@ -13022,6 +13022,13 @@
|
|
|
13022
13022
|
"description": "[已废弃]指定 total 从哪里来,默认为列表接口返回格式是{list:[],page:1,pageSize:10,total:20},即默认取自 total",
|
|
13023
13023
|
"deprecated": true,
|
|
13024
13024
|
"group": "advanced"
|
|
13025
|
+
},
|
|
13026
|
+
{
|
|
13027
|
+
"name": "shouldUpdateUrlParams",
|
|
13028
|
+
"type": "boolean",
|
|
13029
|
+
"required": "false",
|
|
13030
|
+
"default": "true",
|
|
13031
|
+
"description": "是否更新 url 参数"
|
|
13025
13032
|
}
|
|
13026
13033
|
],
|
|
13027
13034
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.241.
|
|
3
|
+
"version": "1.241.4",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "dec608fd158db979cdb28fcaffca043373e8b7ab"
|
|
59
59
|
}
|