@firecms/core 3.0.0-canary.237 → 3.0.0-canary.239
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.es.js +9 -10
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +9 -10
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
- package/src/components/EntityCollectionView/EntityCollectionView.tsx +2 -0
- package/src/core/EntityEditView.tsx +1 -2
- package/src/core/EntitySidePanel.tsx +2 -2
- package/src/form/components/LabelWithIcon.tsx +1 -1
- package/src/form/field_bindings/MarkdownEditorFieldBinding.tsx +1 -1
- package/src/form/field_bindings/MultiSelectFieldBinding.tsx +1 -1
- package/src/form/field_bindings/ReadOnlyFieldBinding.tsx +1 -1
- package/src/form/field_bindings/ReferenceFieldBinding.tsx +1 -1
- package/src/form/field_bindings/SelectFieldBinding.tsx +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -14632,7 +14632,7 @@
|
|
|
14632
14632
|
const t1 = small ? "gap-1" : "gap-2";
|
|
14633
14633
|
let t2;
|
|
14634
14634
|
if ($[0] !== className || $[1] !== t1) {
|
|
14635
|
-
t2 = ui.cls("inline-flex items-center my-0.5", t1, className);
|
|
14635
|
+
t2 = ui.cls("align-middle inline-flex items-center my-0.5", t1, className);
|
|
14636
14636
|
$[0] = className;
|
|
14637
14637
|
$[1] = t1;
|
|
14638
14638
|
$[2] = t2;
|
|
@@ -14949,7 +14949,7 @@
|
|
|
14949
14949
|
const t10 = property.validation?.required;
|
|
14950
14950
|
let t11;
|
|
14951
14951
|
if ($[13] !== property.name || $[14] !== t10 || $[15] !== t9) {
|
|
14952
|
-
t11 = /* @__PURE__ */ jsxRuntime.jsx(LabelWithIcon, { icon: t9, required: t10, title: property.name, className: "h-
|
|
14952
|
+
t11 = /* @__PURE__ */ jsxRuntime.jsx(LabelWithIcon, { icon: t9, required: t10, title: property.name, className: "h-6 text-text-secondary dark:text-text-secondary-dark ml-3.5 my-0" });
|
|
14953
14953
|
$[13] = property.name;
|
|
14954
14954
|
$[14] = t10;
|
|
14955
14955
|
$[15] = t9;
|
|
@@ -15081,7 +15081,7 @@
|
|
|
15081
15081
|
] }, enumKey);
|
|
15082
15082
|
}, [enumValues, setValue, value]);
|
|
15083
15083
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
15084
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.MultiSelect, { className: "w-full mt-2", size, value: validValue ? value.map((v_0) => v_0.toString()) : [], disabled, modalPopover: true, label: /* @__PURE__ */ jsxRuntime.jsx(LabelWithIconAndTooltip, { propertyKey, icon: getIconForProperty(property, "small"), required: property.validation?.required, title: property.name, className: "h-
|
|
15084
|
+
/* @__PURE__ */ jsxRuntime.jsx(ui.MultiSelect, { className: "w-full mt-2", size, value: validValue ? value.map((v_0) => v_0.toString()) : [], disabled, modalPopover: true, label: /* @__PURE__ */ jsxRuntime.jsx(LabelWithIconAndTooltip, { propertyKey, icon: getIconForProperty(property, "small"), required: property.validation?.required, title: property.name, className: "h-6 text-text-secondary dark:text-text-secondary-dark ml-3.5" }), onValueChange: (updatedValue) => {
|
|
15085
15085
|
let newValue;
|
|
15086
15086
|
if (of && of?.dataType === "number") {
|
|
15087
15087
|
newValue = updatedValue ? updatedValue.map((e_1) => parseFloat(e_1)) : [];
|
|
@@ -16136,7 +16136,7 @@
|
|
|
16136
16136
|
}
|
|
16137
16137
|
let t1;
|
|
16138
16138
|
if ($[0] !== minimalistView || $[1] !== property || $[2] !== propertyKey) {
|
|
16139
|
-
t1 = !minimalistView && /* @__PURE__ */ jsxRuntime.jsx(LabelWithIconAndTooltip, { propertyKey, icon: getIconForProperty(property, "small"), required: property.validation?.required, title: property.name, className: "h-
|
|
16139
|
+
t1 = !minimalistView && /* @__PURE__ */ jsxRuntime.jsx(LabelWithIconAndTooltip, { propertyKey, icon: getIconForProperty(property, "small"), required: property.validation?.required, title: property.name, className: "h-6 text-text-secondary dark:text-text-secondary-dark ml-3.5" });
|
|
16140
16140
|
$[0] = minimalistView;
|
|
16141
16141
|
$[1] = property;
|
|
16142
16142
|
$[2] = propertyKey;
|
|
@@ -16258,7 +16258,7 @@
|
|
|
16258
16258
|
referenceDialogController.open();
|
|
16259
16259
|
};
|
|
16260
16260
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
16261
|
-
!minimalistView && /* @__PURE__ */ jsxRuntime.jsx(LabelWithIconAndTooltip, { propertyKey, icon: getIconForProperty(property, "small"), required: property.validation?.required, title: property.name, className: "h-
|
|
16261
|
+
!minimalistView && /* @__PURE__ */ jsxRuntime.jsx(LabelWithIconAndTooltip, { propertyKey, icon: getIconForProperty(property, "small"), required: property.validation?.required, title: property.name, className: "h-6 text-text-secondary dark:text-text-secondary-dark ml-3.5" }),
|
|
16262
16262
|
!collection && /* @__PURE__ */ jsxRuntime.jsx(ErrorView, { error: "The specified collection does not exist. Check console" }),
|
|
16263
16263
|
collection && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
16264
16264
|
value && /* @__PURE__ */ jsxRuntime.jsx(ReferencePreview, { disabled: !property.path, previewProperties: property.previewProperties, hover: !disabled, size, onClick: disabled || isSubmitting ? void 0 : onEntryClick, reference: value, includeEntityLink: property.includeEntityLink, includeId: property.includeId }),
|
|
@@ -17951,7 +17951,7 @@
|
|
|
17951
17951
|
}, ...editorProps });
|
|
17952
17952
|
if (minimalistView) return editor$1;
|
|
17953
17953
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
17954
|
-
/* @__PURE__ */ jsxRuntime.jsx(LabelWithIconAndTooltip, { propertyKey, icon: getIconForProperty(property, "small"), required: property.validation?.required, title: property.name, className: "h-
|
|
17954
|
+
/* @__PURE__ */ jsxRuntime.jsx(LabelWithIconAndTooltip, { propertyKey, icon: getIconForProperty(property, "small"), required: property.validation?.required, title: property.name, className: "h-6 text-text-secondary dark:text-text-secondary-dark ml-3.5" }),
|
|
17955
17955
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: ui.cls("rounded-md", ui.fieldBackgroundMixin, disabled ? ui.fieldBackgroundDisabledMixin : ui.fieldBackgroundHoverMixin), children: editor$1 }),
|
|
17956
17956
|
/* @__PURE__ */ jsxRuntime.jsx(FieldHelperText, { includeDescription, showError, error, property })
|
|
17957
17957
|
] });
|
|
@@ -18919,7 +18919,7 @@
|
|
|
18919
18919
|
deleteEntityClicked && /* @__PURE__ */ jsxRuntime.jsx(DeleteEntityDialog, { entityOrEntitiesToDelete: deleteEntityClicked, path: fullPath, collection, callbacks: collection.callbacks, open: Boolean(deleteEntityClicked), onEntityDelete: internalOnEntityDelete, onMultipleEntitiesDelete: internalOnMultipleEntitiesDelete, onClose: () => setDeleteEntityClicked(void 0) })
|
|
18920
18920
|
] });
|
|
18921
18921
|
}, (a, b) => {
|
|
18922
|
-
return equal(a.path, b.path) && equal(a.parentCollectionIds, b.parentCollectionIds) && equal(a.isSubCollection, b.isSubCollection) && equal(a.className, b.className) && equal(a.properties, b.properties) && equal(a.propertiesOrder, b.propertiesOrder) && equal(a.hideIdFromCollection, b.hideIdFromCollection) && equal(a.inlineEditing, b.inlineEditing) && equal(a.selectionEnabled, b.selectionEnabled) && equal(a.selectionController, b.selectionController) && equal(a.Actions, b.Actions) && equal(a.defaultSize, b.defaultSize) && equal(a.initialFilter, b.initialFilter) && equal(a.initialSort, b.initialSort) && equal(a.textSearchEnabled, b.textSearchEnabled) && equal(a.additionalFields, b.additionalFields) && equal(a.sideDialogWidth, b.sideDialogWidth) && equal(a.openEntityMode, b.openEntityMode) && equal(a.forceFilter, b.forceFilter);
|
|
18922
|
+
return equal(a.path, b.path) && equal(a.parentCollectionIds, b.parentCollectionIds) && equal(a.isSubCollection, b.isSubCollection) && equal(a.className, b.className) && equal(a.properties, b.properties) && equal(a.propertiesOrder, b.propertiesOrder) && equal(a.hideIdFromCollection, b.hideIdFromCollection) && equal(a.inlineEditing, b.inlineEditing) && equal(a.selectionEnabled, b.selectionEnabled) && equal(a.selectionController, b.selectionController) && equal(a.Actions, b.Actions) && equal(a.defaultSize, b.defaultSize) && equal(a.initialFilter, b.initialFilter) && equal(a.initialSort, b.initialSort) && equal(a.textSearchEnabled, b.textSearchEnabled) && equal(a.additionalFields, b.additionalFields) && equal(a.sideDialogWidth, b.sideDialogWidth) && equal(a.openEntityMode, b.openEntityMode) && equal(a.exportable, b.exportable) && equal(a.history, b.history) && equal(a.forceFilter, b.forceFilter);
|
|
18923
18923
|
});
|
|
18924
18924
|
function EntitiesCount({
|
|
18925
18925
|
fullPath,
|
|
@@ -21478,7 +21478,6 @@
|
|
|
21478
21478
|
return null;
|
|
21479
21479
|
}
|
|
21480
21480
|
if (!entityId) {
|
|
21481
|
-
console.error("INTERNAL: entityId is not defined");
|
|
21482
21481
|
return null;
|
|
21483
21482
|
}
|
|
21484
21483
|
const formexStub = createFormexStub(usedEntity?.values ?? {});
|
|
@@ -21620,8 +21619,8 @@
|
|
|
21620
21619
|
close(true);
|
|
21621
21620
|
};
|
|
21622
21621
|
const onUpdate = (params) => {
|
|
21623
|
-
{
|
|
21624
|
-
onUpdate(params);
|
|
21622
|
+
if (props.onUpdate) {
|
|
21623
|
+
props.onUpdate(params);
|
|
21625
21624
|
}
|
|
21626
21625
|
if (params.status !== "existing") {
|
|
21627
21626
|
sideEntityController.replace({
|