@steedos-widgets/amis-lib 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/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +5 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -5340,10 +5340,11 @@ function getObjectHeaderToolbar(mainObject, fields, formFactor, {
|
|
|
5340
5340
|
// "filter-toggler",
|
|
5341
5341
|
...(headerToolbarItems || []),
|
|
5342
5342
|
"bulkActions",
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5343
|
+
// 不能放开crud columns-toggler否则crud card模式会报错
|
|
5344
|
+
// {
|
|
5345
|
+
// "type": "columns-toggler",
|
|
5346
|
+
// "className": "hidden"
|
|
5347
|
+
// },
|
|
5347
5348
|
...toolbars,
|
|
5348
5349
|
// {
|
|
5349
5350
|
// "type": "columns-toggler",
|