@firecms/core 3.0.0-canary.270 → 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 propertyColumnConfigs;
9879
+ let t12;
9880
9880
  if ($[0] !== collection) {
9881
- propertyColumnConfigs = hideAndExpandKeys(collection, collection.propertiesOrder);
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] = propertyColumnConfigs;
9883
+ $[1] = t12;
9890
9884
  } else {
9891
- propertyColumnConfigs = $[1];
9885
+ t12 = $[1];
9892
9886
  }
9893
- t0 = propertyColumnConfigs;
9887
+ t0 = t12;
9894
9888
  break bb0;
9895
9889
  }
9896
9890
  let t1;
@@ -11164,7 +11158,7 @@
11164
11158
  t7 = !enumValues && /* @__PURE__ */ jsxRuntime.jsx(ui.TextField, { type: dataType === "number" ? "number" : void 0, value: internalValue !== void 0 && internalValue != null ? String(internalValue) : "", onChange: (evt) => {
11165
11159
  const val_0 = dataType === "number" ? parseFloat(evt.target.value) : evt.target.value;
11166
11160
  updateFilter(operation, val_0);
11167
- }, endAdornment: internalValue && /* @__PURE__ */ jsxRuntime.jsx(ui.IconButton, { onClick: (e) => updateFilter(operation, void 0), children: /* @__PURE__ */ jsxRuntime.jsx(ui.CloseIcon, {}) }) });
11161
+ }, endAdornment: internalValue !== void 0 && internalValue != null && /* @__PURE__ */ jsxRuntime.jsx(ui.IconButton, { onClick: (e) => updateFilter(operation, void 0), children: /* @__PURE__ */ jsxRuntime.jsx(ui.CloseIcon, {}) }) });
11168
11162
  $[20] = dataType;
11169
11163
  $[21] = enumValues;
11170
11164
  $[22] = internalValue;