@steedos-widgets/amis-object 1.3.4-beta.7 → 1.3.4-beta.8
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/amis-object.cjs.js
CHANGED
|
@@ -8509,10 +8509,11 @@ function getObjectHeaderToolbar(mainObject, fields, formFactor, {
|
|
|
8509
8509
|
// "filter-toggler",
|
|
8510
8510
|
...(headerToolbarItems || []),
|
|
8511
8511
|
"bulkActions",
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
-
|
|
8515
|
-
|
|
8512
|
+
// 不能放开crud columns-toggler否则crud card模式会报错
|
|
8513
|
+
// {
|
|
8514
|
+
// "type": "columns-toggler",
|
|
8515
|
+
// "className": "hidden"
|
|
8516
|
+
// },
|
|
8516
8517
|
...toolbars,
|
|
8517
8518
|
// {
|
|
8518
8519
|
// "type": "columns-toggler",
|