@next-bricks/basic-bricks 1.226.2 → 1.227.0
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/deploy/contract.yaml +52 -52
- package/dist/bricks.json +1 -1
- package/dist/editors/editors.8ca6db3e.js.map +1 -1
- package/dist/{index.4e0347e5.js → index.ea764491.js} +3 -3
- package/dist/index.ea764491.js.map +1 -0
- package/dist/stories.json +9 -0
- package/package.json +3 -3
- package/dist/index.4e0347e5.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -1445,6 +1445,7 @@
|
|
|
1445
1445
|
"required": "false",
|
|
1446
1446
|
"default": "-",
|
|
1447
1447
|
"description": "按钮类型 ButtonType(`\"link\" | \"default\" | \"primary\" | \"ghost\" | \"dashed\" | \"danger\" | \"icon\"|\"text\"`)",
|
|
1448
|
+
"enums": "\"link\"|\"default\"|\"primary\"|\"ghost\"|\"dashed\"|\"danger\"|\"icon\"|\"text\"",
|
|
1448
1449
|
"group": "basic"
|
|
1449
1450
|
},
|
|
1450
1451
|
{
|
|
@@ -1549,6 +1550,7 @@
|
|
|
1549
1550
|
"required": "false",
|
|
1550
1551
|
"default": "-",
|
|
1551
1552
|
"description": "按钮形状,支持圆形、椭圆形,不设置为默认方形",
|
|
1553
|
+
"enums": "\"circle\"|\"round\"",
|
|
1552
1554
|
"group": "ui"
|
|
1553
1555
|
},
|
|
1554
1556
|
{
|
|
@@ -1557,6 +1559,7 @@
|
|
|
1557
1559
|
"required": "false",
|
|
1558
1560
|
"default": "-",
|
|
1559
1561
|
"description": "按钮大小,支持大、小,不设置为默认中",
|
|
1562
|
+
"enums": "\"small\"|\"large\"",
|
|
1560
1563
|
"group": "ui"
|
|
1561
1564
|
},
|
|
1562
1565
|
{
|
|
@@ -3305,6 +3308,7 @@
|
|
|
3305
3308
|
"required": false,
|
|
3306
3309
|
"default": "\"center\"",
|
|
3307
3310
|
"description": "对齐方式",
|
|
3311
|
+
"enums": "\"start\"|\"center\"|\"end\"|\"stretch",
|
|
3308
3312
|
"group": "basic"
|
|
3309
3313
|
},
|
|
3310
3314
|
{
|
|
@@ -3348,6 +3352,7 @@
|
|
|
3348
3352
|
"type": "\"circle\" | \"no\" | \"rectangle\" | \"icon\"",
|
|
3349
3353
|
"required": false,
|
|
3350
3354
|
"description": "isMoreButton 为 true 时更多按钮的样式,通常使用 icon 类型",
|
|
3355
|
+
"enums": "\"circle\"|\"no\"|\"rectangle\"|\"icon\"",
|
|
3351
3356
|
"group": "moreButton"
|
|
3352
3357
|
},
|
|
3353
3358
|
{
|
|
@@ -3364,6 +3369,7 @@
|
|
|
3364
3369
|
"required": false,
|
|
3365
3370
|
"default": "\"default\"",
|
|
3366
3371
|
"description": "dropdown按钮的类型",
|
|
3372
|
+
"enums": "\"default\"|\"link\"",
|
|
3367
3373
|
"group": "dropdownButton"
|
|
3368
3374
|
},
|
|
3369
3375
|
{
|
|
@@ -3380,6 +3386,7 @@
|
|
|
3380
3386
|
"required": false,
|
|
3381
3387
|
"default": "\"bottomRight\"",
|
|
3382
3388
|
"description": "dropdown 的弹出位置",
|
|
3389
|
+
"enums": "\"bottomRight\"|\"topLeft\"|\"topCenter\"|\"topRight\"|\"bottomLeft\"|\"bottomCenter\"",
|
|
3383
3390
|
"group": "dropdownButton"
|
|
3384
3391
|
},
|
|
3385
3392
|
{
|
|
@@ -7091,6 +7098,7 @@
|
|
|
7091
7098
|
"required": "false",
|
|
7092
7099
|
"default": "bottom",
|
|
7093
7100
|
"description": "气泡框位置。注意设置该属性的时候可能需要调整`popoverContentStyle`。",
|
|
7101
|
+
"enums": "\"top\"|\"left\"|\"right\"|\"bottom\"|\"topLeft\"|\"topRight\"|\"bottomLeft\"|\"bottomRight\"|\"leftTop\"|\"leftBottom\"|\"rightTop\"|\"rightBottom\"",
|
|
7094
7102
|
"group": "basic"
|
|
7095
7103
|
},
|
|
7096
7104
|
{
|
|
@@ -7131,6 +7139,7 @@
|
|
|
7131
7139
|
"required": "false",
|
|
7132
7140
|
"default": "hover",
|
|
7133
7141
|
"description": "在什么时候显示 Icon",
|
|
7142
|
+
"enums": "\"always\"|\"hover\"|\"never\"",
|
|
7134
7143
|
"group": "ui"
|
|
7135
7144
|
},
|
|
7136
7145
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.227.0",
|
|
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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"test:ci": "cross-env NODE_ENV='test' CI=true jest"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@next-core/custom-antd-styles": "^1.
|
|
45
|
+
"@next-core/custom-antd-styles": "^1.25.1",
|
|
46
46
|
"@next-libs/basic-components": "^5.2.0",
|
|
47
47
|
"@next-libs/storage": "^2.0.4",
|
|
48
48
|
"@next-sdk/air-admin-service-sdk": "^2.1.12",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"immutability-helper": "^3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": true,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "1dd2b6b8c9dbb13fa95d902daebc3104081d62e2"
|
|
56
56
|
}
|