@firecms/collection_editor 3.0.0-canary.127 → 3.0.0-canary.129
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 +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +8 -8
- package/src/ui/HomePageEditorCollectionAction.tsx +2 -2
- package/src/ui/collection_editor/PropertyEditView.tsx +6 -6
- package/src/ui/collection_editor/SubcollectionsEditTab.tsx +11 -11
package/dist/index.umd.js
CHANGED
|
@@ -3558,7 +3558,7 @@
|
|
|
3558
3558
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-span-12", children: /* @__PURE__ */ jsxRuntime.jsx(AdvancedPropertyValidation, { disabled }) })
|
|
3559
3559
|
] }),
|
|
3560
3560
|
onDelete && /* @__PURE__ */ jsxRuntime.jsx(
|
|
3561
|
-
core.
|
|
3561
|
+
core.ConfirmationDialog,
|
|
3562
3562
|
{
|
|
3563
3563
|
open: deleteDialogOpen,
|
|
3564
3564
|
onAccept: () => onDelete(values?.id, propertyNamespace),
|
|
@@ -4355,7 +4355,7 @@
|
|
|
4355
4355
|
] }) }),
|
|
4356
4356
|
/* @__PURE__ */ jsxRuntime.jsx("div", { style: { height: "52px" } }),
|
|
4357
4357
|
subcollectionToDelete && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4358
|
-
core.
|
|
4358
|
+
core.ConfirmationDialog,
|
|
4359
4359
|
{
|
|
4360
4360
|
open: Boolean(subcollectionToDelete),
|
|
4361
4361
|
onAccept: () => {
|
|
@@ -4379,7 +4379,7 @@
|
|
|
4379
4379
|
}
|
|
4380
4380
|
),
|
|
4381
4381
|
viewToDelete && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4382
|
-
core.
|
|
4382
|
+
core.ConfirmationDialog,
|
|
4383
4383
|
{
|
|
4384
4384
|
open: Boolean(viewToDelete),
|
|
4385
4385
|
onAccept: () => {
|
|
@@ -6314,7 +6314,7 @@
|
|
|
6314
6314
|
)
|
|
6315
6315
|
] }),
|
|
6316
6316
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6317
|
-
core.
|
|
6317
|
+
core.ConfirmationDialog,
|
|
6318
6318
|
{
|
|
6319
6319
|
open: deleteRequested,
|
|
6320
6320
|
onAccept: deleteCollection,
|