@next-bricks/basic-bricks 1.259.1 → 1.259.2
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
|
@@ -7847,6 +7847,11 @@
|
|
|
7847
7847
|
"default": "false",
|
|
7848
7848
|
"description": "是否透传 popover 构件的 visible给 popoverBrick 的子构件,以便用户对子构件做特殊处理",
|
|
7849
7849
|
"group": "ui"
|
|
7850
|
+
},
|
|
7851
|
+
{
|
|
7852
|
+
"name": "configProps",
|
|
7853
|
+
"type": "Record<string, any>",
|
|
7854
|
+
"required": true
|
|
7850
7855
|
}
|
|
7851
7856
|
],
|
|
7852
7857
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.259.
|
|
3
|
+
"version": "1.259.2",
|
|
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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"immutability-helper": "^3.1.1"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": true,
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "72afb6f3ea4f6f392e077f447e8985504bcac69c"
|
|
59
59
|
}
|