@next-bricks/basic-bricks 1.182.1 → 1.183.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.
- package/CHANGELOG.md +33 -0
- package/deploy/contract.yaml +84 -84
- package/dist/bricks.json +28 -28
- package/dist/index.72b14825.js +11 -0
- package/dist/index.72b14825.js.map +1 -0
- package/dist/stories.json +2 -14
- package/package.json +2 -2
- package/dist/index.094c53ad.js +0 -11
- package/dist/index.094c53ad.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2965,7 +2965,7 @@
|
|
|
2965
2965
|
"methods": [
|
|
2966
2966
|
{
|
|
2967
2967
|
"name": "updateButton",
|
|
2968
|
-
"params": "id: string btn: Partial<CustomButton>",
|
|
2968
|
+
"params": "id: string, btn: Partial<CustomButton>",
|
|
2969
2969
|
"description": "更新按钮"
|
|
2970
2970
|
}
|
|
2971
2971
|
],
|
|
@@ -4435,7 +4435,7 @@
|
|
|
4435
4435
|
},
|
|
4436
4436
|
{
|
|
4437
4437
|
"name": "iconStyle",
|
|
4438
|
-
"type": "
|
|
4438
|
+
"type": "CSSProperties",
|
|
4439
4439
|
"required": "false",
|
|
4440
4440
|
"default": "-",
|
|
4441
4441
|
"description": "icon css 样式",
|
|
@@ -7660,24 +7660,12 @@
|
|
|
7660
7660
|
"required": false,
|
|
7661
7661
|
"description": ""
|
|
7662
7662
|
},
|
|
7663
|
-
{
|
|
7664
|
-
"name": "className",
|
|
7665
|
-
"type": "string",
|
|
7666
|
-
"required": false,
|
|
7667
|
-
"description": ""
|
|
7668
|
-
},
|
|
7669
7663
|
{
|
|
7670
7664
|
"name": "href",
|
|
7671
7665
|
"type": "string",
|
|
7672
7666
|
"required": true,
|
|
7673
7667
|
"description": ""
|
|
7674
7668
|
},
|
|
7675
|
-
{
|
|
7676
|
-
"name": "prefixCls",
|
|
7677
|
-
"type": "string",
|
|
7678
|
-
"required": false,
|
|
7679
|
-
"description": ""
|
|
7680
|
-
},
|
|
7681
7669
|
{
|
|
7682
7670
|
"name": "target",
|
|
7683
7671
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.183.1",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"immutability-helper": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": true,
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3fabc8cef1f0da8ea676899213c98d37c1ea7fbc"
|
|
43
43
|
}
|