@firecms/core 3.0.0-canary.212 → 3.0.0-canary.214
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 +6 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
- package/src/components/EntityCollectionTable/EntityCollectionRowActions.tsx +8 -6
- package/src/form/EntityForm.tsx +1 -1
- package/src/form/field_bindings/MultiSelectFieldBinding.tsx +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -9387,11 +9387,11 @@
|
|
|
9387
9387
|
] }, index_0)) }),
|
|
9388
9388
|
selectionEnabled && /* @__PURE__ */ jsxRuntime.jsx(ui.Tooltip, { title: `Select ${entity.id}`, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Checkbox, { size: largeLayout ? "medium" : "small", checked: Boolean(isSelected), onCheckedChange }) })
|
|
9389
9389
|
] }),
|
|
9390
|
-
!hideId && size !== "xs" && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "w-[138px] overflow-hidden truncate font-mono text-xs text-text-secondary dark:text-text-secondary-dark max-w-full text-ellipsis px-2 align-center flex items-center
|
|
9390
|
+
!hideId && size !== "xs" && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "w-[138px] overflow-hidden truncate font-mono text-xs text-text-secondary dark:text-text-secondary-dark max-w-full text-ellipsis px-2 align-center flex items-center gap-1", onClick: (event_1) => {
|
|
9391
9391
|
event_1.stopPropagation();
|
|
9392
9392
|
}, children: [
|
|
9393
|
-
hasDraft && /* @__PURE__ */ jsxRuntime.jsx(ui.Tooltip, { title: "
|
|
9394
|
-
entity ? entity.id : /* @__PURE__ */ jsxRuntime.jsx(ui.Skeleton, {})
|
|
9393
|
+
hasDraft && /* @__PURE__ */ jsxRuntime.jsx(ui.Tooltip, { title: "Local unsaved changes", className: "inline", children: /* @__PURE__ */ jsxRuntime.jsx(ui.Chip, { colorScheme: "orangeDarker", className: "p-0.5", children: /* @__PURE__ */ jsxRuntime.jsx(ui.EditIcon, { size: 12 }) }) }),
|
|
9394
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "min-w-0 truncate text-center", children: entity ? entity.id : /* @__PURE__ */ jsxRuntime.jsx(ui.Skeleton, {}) })
|
|
9395
9395
|
] })
|
|
9396
9396
|
] });
|
|
9397
9397
|
};
|
|
@@ -14315,7 +14315,7 @@
|
|
|
14315
14315
|
values: getInitialEntityValues(authController, collection, path, status, entity, customizationController.propertyConfigs)
|
|
14316
14316
|
}), noValidate: true, className: ui.cls("flex-1 flex flex-row w-full overflow-y-auto justify-center", className), children: [
|
|
14317
14317
|
/* @__PURE__ */ jsxRuntime.jsx("div", { id: `form_${path}`, className: ui.cls("relative flex flex-row max-w-4xl lg:max-w-3xl xl:max-w-4xl 2xl:max-w-6xl w-full h-fit"), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: ui.cls("flex flex-col w-full pt-12 pb-16 px-4 sm:px-8 md:px-10"), children: [
|
|
14318
|
-
formContext.formex.dirty ? /* @__PURE__ */ jsxRuntime.jsx(ui.Tooltip, { title: "
|
|
14318
|
+
formContext.formex.dirty ? /* @__PURE__ */ jsxRuntime.jsx(ui.Tooltip, { title: "Local unsaved changes", className: "self-end sticky top-4 z-10", children: /* @__PURE__ */ jsxRuntime.jsx(ui.Chip, { size: "small", colorScheme: "orangeDarker", children: /* @__PURE__ */ jsxRuntime.jsx(ui.EditIcon, { size: "smallest" }) }) }) : /* @__PURE__ */ jsxRuntime.jsx(ui.Tooltip, { title: "In sync with the database", className: "self-end sticky top-4 z-10", children: /* @__PURE__ */ jsxRuntime.jsx(ui.Chip, { size: "small", children: /* @__PURE__ */ jsxRuntime.jsx(ui.CheckIcon, { size: "smallest" }) }) }),
|
|
14319
14319
|
formView
|
|
14320
14320
|
] }) }),
|
|
14321
14321
|
dialogActions
|
|
@@ -14851,7 +14851,7 @@
|
|
|
14851
14851
|
disabled,
|
|
14852
14852
|
property,
|
|
14853
14853
|
includeDescription,
|
|
14854
|
-
size = "
|
|
14854
|
+
size = "large",
|
|
14855
14855
|
autoFocus
|
|
14856
14856
|
}) {
|
|
14857
14857
|
const of = property.of;
|
|
@@ -14890,7 +14890,7 @@
|
|
|
14890
14890
|
] }, enumKey);
|
|
14891
14891
|
}, [enumValues, setValue, value]);
|
|
14892
14892
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
14893
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.MultiSelect, { className: "w-full mt-2", size
|
|
14893
|
+
/* @__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-8 text-text-secondary dark:text-text-secondary-dark ml-3.5" }), onValueChange: (updatedValue) => {
|
|
14894
14894
|
let newValue;
|
|
14895
14895
|
if (of && of?.dataType === "number") {
|
|
14896
14896
|
newValue = updatedValue ? updatedValue.map((e_1) => parseFloat(e_1)) : [];
|