@next-bricks/basic-bricks 1.223.1 → 1.223.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
|
@@ -9615,6 +9615,9 @@
|
|
|
9615
9615
|
"dragHeaderStyle": {
|
|
9616
9616
|
"background": "#E0E4E5"
|
|
9617
9617
|
},
|
|
9618
|
+
"dragWrapperStyle": {
|
|
9619
|
+
"border": "none"
|
|
9620
|
+
},
|
|
9618
9621
|
"openDirection": "rightTop"
|
|
9619
9622
|
},
|
|
9620
9623
|
"slots": {
|
|
@@ -9747,6 +9750,14 @@
|
|
|
9747
9750
|
"default": "-",
|
|
9748
9751
|
"description": "用于设置 popup head的样式",
|
|
9749
9752
|
"group": "ui"
|
|
9753
|
+
},
|
|
9754
|
+
{
|
|
9755
|
+
"name": "dragWrapperStyle",
|
|
9756
|
+
"type": "Record<string, any>",
|
|
9757
|
+
"required": "false",
|
|
9758
|
+
"default": "-",
|
|
9759
|
+
"description": "用于设置 popup wrapper的样式",
|
|
9760
|
+
"group": "ui"
|
|
9750
9761
|
}
|
|
9751
9762
|
],
|
|
9752
9763
|
"methods": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.223.
|
|
3
|
+
"version": "1.223.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",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"immutability-helper": "^3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": true,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "d40afe8daefd5f89eddc8541394af4f683d92d9a"
|
|
56
56
|
}
|