@next-bricks/presentational-bricks 1.249.0 → 1.250.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/dist/stories.json CHANGED
@@ -6159,10 +6159,6 @@
6159
6159
  "dockind": "brick",
6160
6160
  "description": "当需要对数据进行排序、搜索、分页、自定义操作等复杂行为时",
6161
6161
  "groupI18N": {
6162
- "basic": {
6163
- "en": "Basic",
6164
- "zh": "常用"
6165
- },
6166
6162
  "paginationAndFilter": {
6167
6163
  "en": "Pagination/Order/Filter",
6168
6164
  "zh": "分页/排序及搜索"
@@ -6171,17 +6167,9 @@
6171
6167
  "en": "Expand/Collapse",
6172
6168
  "zh": "展开/折叠"
6173
6169
  },
6174
- "ui": {
6175
- "en": "UI",
6176
- "zh": "外观"
6177
- },
6178
6170
  "rowSelection": {
6179
6171
  "en": "RowSelection",
6180
6172
  "zh": "行选择配置(rowSelection)"
6181
- },
6182
- "other": {
6183
- "en": "Other",
6184
- "zh": "其他"
6185
6173
  }
6186
6174
  },
6187
6175
  "author": "lynette",
@@ -13222,6 +13210,12 @@
13222
13210
  "required": false,
13223
13211
  "description": "箭头是否指向目标元素中心"
13224
13212
  },
13213
+ {
13214
+ "name": "overlayStyle",
13215
+ "type": "CSSProperties",
13216
+ "required": false,
13217
+ "description": "卡片样式"
13218
+ },
13225
13219
  {
13226
13220
  "name": "placement",
13227
13221
  "type": "TooltipPlacement",
@@ -15044,21 +15038,9 @@
15044
15038
  "dockind": "brick",
15045
15039
  "description": "用于提示和二次确认的场景",
15046
15040
  "groupI18N": {
15047
- "basic": {
15048
- "en": "Basic",
15049
- "zh": "常用"
15050
- },
15051
15041
  "buttonAndInteract": {
15052
15042
  "en": "Button/Interact",
15053
15043
  "zh": "按钮及交互"
15054
- },
15055
- "ui": {
15056
- "en": "UI",
15057
- "zh": "外观"
15058
- },
15059
- "other": {
15060
- "en": "其他",
15061
- "zh": "other"
15062
15044
  }
15063
15045
  },
15064
15046
  "editor": "shared-editors.general-confirm--editor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.249.0",
3
+ "version": "1.250.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",
@@ -30,13 +30,13 @@
30
30
  "devDependencies": {
31
31
  "@fortawesome/fontawesome-svg-core": "^1.2.35",
32
32
  "@next-core/custom-antd-styles": "^1.24.8",
33
- "@next-libs/basic-components": "^3.5.0",
33
+ "@next-libs/basic-components": "^3.5.1",
34
34
  "@next-libs/clipboard": "^3.0.2",
35
- "@next-libs/cmdb-utils": "^3.1.0",
35
+ "@next-libs/cmdb-utils": "^3.2.1",
36
36
  "@next-libs/crontab": "^2.0.3",
37
37
  "@next-libs/datetime": "^2.0.2",
38
38
  "@next-libs/datetime-components": "^3.0.3",
39
- "@next-libs/forms": "^3.2.24",
39
+ "@next-libs/forms": "^3.2.26",
40
40
  "@next-sdk/cmdb-sdk": "^2.1.1",
41
41
  "@next-sdk/monitor-sdk": "^2.1.1",
42
42
  "@next-sdk/object-store-sdk": "^2.1.2",
@@ -55,5 +55,5 @@
55
55
  "@next-dll/ace": "*",
56
56
  "@next-dll/react-dnd": "*"
57
57
  },
58
- "gitHead": "cf75e81631c98b119256ac2fe1910672c44665d8"
58
+ "gitHead": "decc1bfbf41aad6d57adda0257f535aa9500f98e"
59
59
  }