@opengis/cms 0.0.63 → 0.0.65
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/{EditCollectionPage-BGZCMcQS.js → EditCollectionPage-CzFBw3wE.js} +1 -1
- package/dist/{contentForm-NmskI6Ye.js → contentForm-CELj2rGf.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/{vs-builder-preview-l5KhqlrF.js → vs-builder-preview-BLfKnxhd.js} +1 -1
- package/dist/{vs-form-reference-list-hZufPxfE.js → vs-form-reference-list-DukrxeuH.js} +365 -261
- package/locales/uk.json +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ import { _ as X } from "./CollectionsBreadcrumb.vue_vue_type_script_setup_true_l
|
|
|
6
6
|
const Z = {
|
|
7
7
|
monaco: k(() => import("./vs-builder-monaco-Cw-f19gc.js")),
|
|
8
8
|
edit: k(() => import("./vs-builder-edit-D-q1o8tF.js")),
|
|
9
|
-
preview: k(() => import("./vs-builder-preview-
|
|
9
|
+
preview: k(() => import("./vs-builder-preview-BLfKnxhd.js"))
|
|
10
10
|
}, ee = { class: "mx-auto max-w-[90%]" }, te = { class: "flex items-center justify-between mb-6" }, oe = { class: "mb-2 text-2xl font-semibold text-gray-900" }, ne = { class: "lowercase" }, se = { class: "text-gray-600" }, ie = { class: "flex items-center gap-2" }, ae = { class: "w-full" }, re = { class: "flex items-center w-full h-10 max-w-md grid-cols-3 p-1 mb-6 bg-white border border-gray-200 rounded-md text-muted-foreground" }, le = ["onClick"], ce = {
|
|
11
11
|
key: 0,
|
|
12
12
|
class: "mx-auto bg-white rounded-md py-4 px-2 bg-opacity-50"
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { useRoute as $, routeLocationKey as K } from "vue-router";
|
|
|
3
3
|
const O = "menu", B = (s, c, a) => {
|
|
4
4
|
const o = s == null ? void 0 : s.trim(), l = a == null ? void 0 : a.trim();
|
|
5
5
|
return o ? o === O ? c ? c === "create" ? { type: "createMenu", collection: o } : { type: "editMenu", collection: o, id: c } : { type: "menu", collection: o } : l === "edit" && c ? { type: "editCollection", collection: o, id: c } : c === "edit" ? { type: "editCollection", collection: o } : c ? c === "create" ? { type: "createArticle", collection: o } : { type: "editArticle", collection: o, id: c } : { type: "articles", collection: o } : { type: "collections" };
|
|
6
|
-
}, R = u(() => import("./CollectionsPage-DHfPNql6.js")), L = u(() => import("./ArticlesPage-BjYzvTWM.js")), C = u(() => import("./contentForm-
|
|
6
|
+
}, R = u(() => import("./CollectionsPage-DHfPNql6.js")), L = u(() => import("./ArticlesPage-BjYzvTWM.js")), C = u(() => import("./contentForm-CELj2rGf.js")), N = u(() => import("./EditCollectionPage-CzFBw3wE.js")), W = u(
|
|
7
7
|
() => import("./MenuPage-3W6jZ15H.js")
|
|
8
8
|
), j = u(
|
|
9
9
|
() => import("./MenuItemPage-B7Y9KFyb.js")
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref as c, useModel as n, computed as d, openBlock as u, createElementBlock as _, createBlock as v, unref as g, createCommentVNode as k } from "vue";
|
|
2
2
|
import { _ as V, g as $ } from "./vs-form-custom-datatable-D880w8gx.js";
|
|
3
3
|
import { inputs as e, VForm as h } from "@opengis/form";
|
|
4
|
-
import x from "./vs-form-reference-list-
|
|
4
|
+
import x from "./vs-form-reference-list-DukrxeuH.js";
|
|
5
5
|
import { _ as B } from "./vs-form-tiptap.vue_vue_type_script_setup_true_lang-DGgsqXwg.js";
|
|
6
6
|
import r from "./vs-form-media-select-NY27EaG1.js";
|
|
7
7
|
import { _ as M } from "./vs-richtext-md.vue_vue_type_script_setup_true_lang-Ct8uTV-J.js";
|