@firecms/core 3.0.0-canary.271 → 3.0.0-canary.272
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/index.umd.js
CHANGED
|
@@ -9876,21 +9876,15 @@
|
|
|
9876
9876
|
let t0;
|
|
9877
9877
|
bb0: {
|
|
9878
9878
|
if (collection.propertiesOrder) {
|
|
9879
|
-
let
|
|
9879
|
+
let t12;
|
|
9880
9880
|
if ($[0] !== collection) {
|
|
9881
|
-
|
|
9882
|
-
if (collection.collectionGroup) {
|
|
9883
|
-
propertyColumnConfigs.push({
|
|
9884
|
-
key: COLLECTION_GROUP_PARENT_ID,
|
|
9885
|
-
disabled: true
|
|
9886
|
-
});
|
|
9887
|
-
}
|
|
9881
|
+
t12 = hideAndExpandKeys(collection, collection.propertiesOrder);
|
|
9888
9882
|
$[0] = collection;
|
|
9889
|
-
$[1] =
|
|
9883
|
+
$[1] = t12;
|
|
9890
9884
|
} else {
|
|
9891
|
-
|
|
9885
|
+
t12 = $[1];
|
|
9892
9886
|
}
|
|
9893
|
-
t0 =
|
|
9887
|
+
t0 = t12;
|
|
9894
9888
|
break bb0;
|
|
9895
9889
|
}
|
|
9896
9890
|
let t1;
|