@next-bricks/presentational-bricks 1.262.0 → 1.264.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.
Files changed (25) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/deploy/contract.yaml +115 -115
  3. package/dist/bricks.json +34 -34
  4. package/dist/editors/{editors.38198ded.js → editors.0025c20e.js} +1 -1
  5. package/dist/editors/{editors.38198ded.js.map → editors.0025c20e.js.map} +1 -1
  6. package/dist/index.6eb15a69.js +2 -0
  7. package/dist/index.6eb15a69.js.map +1 -0
  8. package/dist/lazy-bricks/{brick-code-display.dd92.03968d70.js → brick-code-display.dd92.db59b01b.js} +1 -1
  9. package/dist/lazy-bricks/{brick-code-display.dd92.03968d70.js.map → brick-code-display.dd92.db59b01b.js.map} +1 -1
  10. package/dist/lazy-bricks/{brick-collapse-card.dd92.a3b3be63.js → brick-collapse-card.dd92.95f70682.js} +1 -1
  11. package/dist/lazy-bricks/brick-collapse-card.dd92.95f70682.js.map +1 -0
  12. package/dist/lazy-bricks/{card-item.dd92.8204267f.js → card-item.dd92.ff491f7f.js} +1 -1
  13. package/dist/lazy-bricks/card-item.dd92.ff491f7f.js.map +1 -0
  14. package/dist/lazy-bricks/{code-editor.dd92.52955eb6.js → code-editor.dd92.6a96047b.js} +1 -1
  15. package/dist/lazy-bricks/{code-editor.dd92.52955eb6.js.map → code-editor.dd92.6a96047b.js.map} +1 -1
  16. package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.784a03d2.js → ~bricks-use-form-and-markdown.dd92.27801fd5.js} +1 -1
  17. package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.784a03d2.js.map → ~bricks-use-form-and-markdown.dd92.27801fd5.js.map} +1 -1
  18. package/dist/lazy-bricks/{~bricks-use-html-to-react.dd92.34b5794d.js → ~bricks-use-html-to-react.dd92.63d05e5d.js} +1 -1
  19. package/dist/lazy-bricks/{~bricks-use-html-to-react.dd92.34b5794d.js.map → ~bricks-use-html-to-react.dd92.63d05e5d.js.map} +1 -1
  20. package/dist/stories.json +51 -13
  21. package/package.json +2 -2
  22. package/dist/index.f1c267c7.js +0 -2
  23. package/dist/index.f1c267c7.js.map +0 -1
  24. package/dist/lazy-bricks/brick-collapse-card.dd92.a3b3be63.js.map +0 -1
  25. package/dist/lazy-bricks/card-item.dd92.8204267f.js.map +0 -1
package/dist/stories.json CHANGED
@@ -4795,6 +4795,13 @@
4795
4795
  "required": "false",
4796
4796
  "default": "true",
4797
4797
  "description": "在插画库的default分类下,使用新版本的图标替换default分类下图标"
4798
+ },
4799
+ {
4800
+ "name": "emptyResultSize",
4801
+ "type": "IconSize",
4802
+ "required": "false",
4803
+ "description": "status为EmptyResultStatus时,设置插画的尺寸",
4804
+ "group": "basic"
4798
4805
  }
4799
4806
  ],
4800
4807
  "interface": [
@@ -5010,23 +5017,54 @@
5010
5017
  "title": "操作",
5011
5018
  "key": "operate",
5012
5019
  "dataIndex": "operate",
5013
- "useBrick": {
5014
- "brick": "presentational-bricks.brick-link",
5015
- "properties": {
5016
- "dataSource": "<% DATA.rowData %>",
5017
- "notToJumpWhenEmpty": true,
5018
- "icon": {
5019
- "lib": "fa",
5020
- "icon": "tools",
5021
- "prefix": "fas"
5020
+ "useBrick": [
5021
+ {
5022
+ "brick": "presentational-bricks.brick-link",
5023
+ "properties": {
5024
+ "dataSource": "<% DATA.rowData %>",
5025
+ "notToJumpWhenEmpty": true,
5026
+ "label": "查看"
5027
+ },
5028
+ "events": {
5029
+ "link.click": {
5030
+ "action": "console.log"
5031
+ }
5022
5032
  }
5023
5033
  },
5024
- "events": {
5025
- "link.click": {
5026
- "action": "console.log"
5034
+ {
5035
+ "brick": "presentational-bricks.brick-link",
5036
+ "properties": {
5037
+ "dataSource": "<% DATA.rowData %>",
5038
+ "notToJumpWhenEmpty": true,
5039
+ "label": "订阅警报",
5040
+ "style": {
5041
+ "marginLeft": "8px"
5042
+ }
5043
+ },
5044
+ "events": {
5045
+ "link.click": {
5046
+ "action": "console.log"
5047
+ }
5048
+ }
5049
+ },
5050
+ {
5051
+ "brick": "presentational-bricks.brick-link",
5052
+ "properties": {
5053
+ "dataSource": "<% DATA.rowData %>",
5054
+ "notToJumpWhenEmpty": true,
5055
+ "label": "删除",
5056
+ "labelColor": "red",
5057
+ "style": {
5058
+ "marginLeft": "8px"
5059
+ }
5060
+ },
5061
+ "events": {
5062
+ "link.click": {
5063
+ "action": "console.log"
5064
+ }
5027
5065
  }
5028
5066
  }
5029
- }
5067
+ ]
5030
5068
  }
5031
5069
  ],
5032
5070
  "dataSource": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.262.0",
3
+ "version": "1.264.0",
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": "a05ebced4fc5ece1edbee152a708ecfe947a640e"
58
+ "gitHead": "539b3dc44a560c7a6f37b75a109126461410abcc"
59
59
  }