@bagelink/vue 0.0.314 → 0.0.318

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.mjs CHANGED
@@ -4,7 +4,7 @@ var __publicField2 = (obj, key, value) => {
4
4
  __defNormalProp2(obj, typeof key !== "symbol" ? key + "" : key, value);
5
5
  return value;
6
6
  };
7
- import { pushScopeId, popScopeId, defineComponent, nextTick, openBlock, createBlock, createElementBlock, normalizeClass, renderSlot, normalizeProps, guardReactiveProps, withScopeId, resolveComponent, normalizeStyle, withKeys, createElementVNode, Fragment as Fragment$1, createCommentVNode, mergeProps, withCtx, createVNode, ref, createApp, h as h$2, toDisplayString, inject, watch, onMounted, withModifiers, unref, renderList, resolveDynamicComponent, useCssVars, useSlots, computed, createTextVNode, onUnmounted, mergeModels, useModel, createSlots, Transition, isRef, reactive, provide, withDirectives, vModelText, vModelCheckbox, toRef, Teleport, render as render$f, onBeforeUpdate, vShow, getCurrentScope, onScopeDispose, TransitionGroup, vModelDynamic, vModelRadio } from "vue";
7
+ import { pushScopeId, popScopeId, defineComponent, nextTick, openBlock, createBlock, createElementBlock, normalizeClass, renderSlot, normalizeProps, guardReactiveProps, withScopeId, resolveComponent, normalizeStyle, withKeys, createElementVNode, Fragment as Fragment$1, createCommentVNode, mergeProps, withCtx, createVNode, ref, createApp, h as h$2, toDisplayString, inject, watch, onMounted, withModifiers, unref, renderList, resolveDynamicComponent, useCssVars, useSlots, computed, createTextVNode, onUnmounted, mergeModels, useModel, createSlots, Transition, isRef, reactive, provide, withDirectives, vModelText, vModelCheckbox, toRef, Teleport, render as render$f, onBeforeUpdate, vShow, getCurrentScope, onScopeDispose, TransitionGroup, vModelDynamic, vModelRadio, resolveDirective } from "vue";
8
8
  const sides = ["top", "right", "bottom", "left"];
9
9
  const alignments = ["start", "end"];
10
10
  const placements = /* @__PURE__ */ sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
@@ -4878,7 +4878,7 @@ const ModalPlugin = {
4878
4878
  const props2 = { ...modal.modalOptions, visible: true, "onUpdate:visible": () => hideModal(index2) };
4879
4879
  if (modal.modalType === "modalForm")
4880
4880
  return h$2(ModalForm, props2, modal.componentSlots);
4881
- return h$2(_sfc_main$C, props2, modal.componentSlots);
4881
+ return h$2(_sfc_main$E, props2, modal.componentSlots);
4882
4882
  });
4883
4883
  }
4884
4884
  });
@@ -17064,7 +17064,7 @@ const marks = {
17064
17064
  };
17065
17065
  const schema = new Schema({ nodes, marks });
17066
17066
  const _hoisted_1$J = ["id"];
17067
- const _sfc_main$G = /* @__PURE__ */ defineComponent({
17067
+ const _sfc_main$I = /* @__PURE__ */ defineComponent({
17068
17068
  __name: "RTXEditor",
17069
17069
  props: {
17070
17070
  elementId: { default: Math.random().toString(36).substr(2, 9) },
@@ -17145,7 +17145,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
17145
17145
  };
17146
17146
  }
17147
17147
  });
17148
- const _sfc_main$F = /* @__PURE__ */ defineComponent({
17148
+ const _sfc_main$H = /* @__PURE__ */ defineComponent({
17149
17149
  __name: "MaterialIcon",
17150
17150
  props: {
17151
17151
  icon: {},
@@ -17167,7 +17167,7 @@ const _hoisted_3$p = { class: "nav-links-wrapper" };
17167
17167
  const _hoisted_4$h = { class: "tooltip" };
17168
17168
  const _hoisted_5$e = { class: "bot-buttons-wrapper" };
17169
17169
  const _hoisted_6$a = { class: "tooltip" };
17170
- const _sfc_main$E = /* @__PURE__ */ defineComponent({
17170
+ const _sfc_main$G = /* @__PURE__ */ defineComponent({
17171
17171
  __name: "NavBar",
17172
17172
  props: {
17173
17173
  footerLinks: { default: () => [] },
@@ -17191,7 +17191,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
17191
17191
  "aria-label": "Toggle Navigation",
17192
17192
  tabindex: "0"
17193
17193
  }, [
17194
- createVNode(unref(_sfc_main$F), {
17194
+ createVNode(unref(_sfc_main$H), {
17195
17195
  icon: "chevron_right",
17196
17196
  class: "top-arrow"
17197
17197
  })
@@ -17210,8 +17210,8 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
17210
17210
  }
17211
17211
  }, {
17212
17212
  default: withCtx(() => [
17213
- createVNode(unref(_sfc_main$F), {
17214
- icon: link.materialIcon
17213
+ createVNode(unref(_sfc_main$H), {
17214
+ icon: link.icon
17215
17215
  }, null, 8, ["icon"]),
17216
17216
  createElementVNode("div", _hoisted_4$h, toDisplayString(link.label), 1)
17217
17217
  ]),
@@ -17232,8 +17232,8 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
17232
17232
  key: link.label
17233
17233
  }, {
17234
17234
  default: withCtx(() => [
17235
- createVNode(unref(_sfc_main$F), {
17236
- icon: link.materialIcon
17235
+ createVNode(unref(_sfc_main$H), {
17236
+ icon: link.icon
17237
17237
  }, null, 8, ["icon"]),
17238
17238
  createElementVNode("div", _hoisted_6$a, toDisplayString(link.label), 1)
17239
17239
  ]),
@@ -17254,7 +17254,7 @@ const _export_sfc = (sfc, props2) => {
17254
17254
  }
17255
17255
  return target;
17256
17256
  };
17257
- const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-1da5b921"]]);
17257
+ const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-727b754a"]]);
17258
17258
  const _hoisted_1$H = {
17259
17259
  key: 0,
17260
17260
  class: "loading"
@@ -17263,7 +17263,7 @@ const _hoisted_2$x = {
17263
17263
  key: 1,
17264
17264
  class: "bgl_btn-flex"
17265
17265
  };
17266
- const _sfc_main$D = /* @__PURE__ */ defineComponent({
17266
+ const _sfc_main$F = /* @__PURE__ */ defineComponent({
17267
17267
  __name: "Btn",
17268
17268
  props: {
17269
17269
  disabled: { type: Boolean, default: false },
@@ -17350,7 +17350,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
17350
17350
  }, {
17351
17351
  default: withCtx(() => [
17352
17352
  _ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_1$H)) : (openBlock(), createElementBlock("div", _hoisted_2$x, [
17353
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$F), {
17353
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$H), {
17354
17354
  key: 0,
17355
17355
  icon: _ctx.icon
17356
17356
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -17358,7 +17358,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
17358
17358
  !unref(slots)["default"] && _ctx.value ? (openBlock(), createElementBlock(Fragment$1, { key: 1 }, [
17359
17359
  createTextVNode(toDisplayString(_ctx.value), 1)
17360
17360
  ], 64)) : createCommentVNode("", true),
17361
- props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$F), {
17361
+ props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$H), {
17362
17362
  key: 2,
17363
17363
  icon: props2["icon.end"]
17364
17364
  }, null, 8, ["icon"])) : createCommentVNode("", true)
@@ -17369,10 +17369,10 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
17369
17369
  };
17370
17370
  }
17371
17371
  });
17372
- const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-0c8d9a95"]]);
17372
+ const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-0c8d9a95"]]);
17373
17373
  const _hoisted_1$G = { class: "tool-bar" };
17374
17374
  const _hoisted_2$w = { class: "modal-footer mt-3" };
17375
- const _sfc_main$C = /* @__PURE__ */ defineComponent({
17375
+ const _sfc_main$E = /* @__PURE__ */ defineComponent({
17376
17376
  __name: "Modal",
17377
17377
  props: {
17378
17378
  side: { type: Boolean },
@@ -17413,7 +17413,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
17413
17413
  onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
17414
17414
  onKeydown: withKeys(closeModal, ["esc"])
17415
17415
  }, [
17416
- createVNode(unref(_sfc_main$q), {
17416
+ createVNode(unref(_sfc_main$s), {
17417
17417
  class: "modal",
17418
17418
  onClick: _cache[0] || (_cache[0] = withModifiers(() => {
17419
17419
  }, ["stop"]))
@@ -17427,7 +17427,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
17427
17427
  icon: "close",
17428
17428
  onClick: closeModal
17429
17429
  }, null, 8, ["style"]),
17430
- _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$o), {
17430
+ _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$q), {
17431
17431
  key: 0,
17432
17432
  class: "modal-title",
17433
17433
  tag: "h3",
@@ -17452,7 +17452,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
17452
17452
  };
17453
17453
  }
17454
17454
  });
17455
- const _sfc_main$B = /* @__PURE__ */ defineComponent({
17455
+ const _sfc_main$D = /* @__PURE__ */ defineComponent({
17456
17456
  __name: "ModalForm",
17457
17457
  props: /* @__PURE__ */ mergeModels({
17458
17458
  side: { type: Boolean },
@@ -17509,7 +17509,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
17509
17509
  }
17510
17510
  __expose({ setFormValues });
17511
17511
  return (_ctx, _cache) => {
17512
- return openBlock(), createBlock(unref(_sfc_main$C), {
17512
+ return openBlock(), createBlock(unref(_sfc_main$E), {
17513
17513
  "onOnUpdate:isModalVisible": props2["onUpdate:isModalVisible"],
17514
17514
  side: _ctx.side,
17515
17515
  ref_key: "modal",
@@ -17518,7 +17518,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
17518
17518
  title: _ctx.title
17519
17519
  }, createSlots({
17520
17520
  default: withCtx(() => [
17521
- createVNode(unref(_sfc_main$h), {
17521
+ createVNode(unref(_sfc_main$j), {
17522
17522
  onSubmit: runSubmit,
17523
17523
  ref_key: "form",
17524
17524
  ref: form,
@@ -17560,12 +17560,12 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
17560
17560
  };
17561
17561
  }
17562
17562
  });
17563
- const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-7e6899c7"]]);
17563
+ const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-7e6899c7"]]);
17564
17564
  const _hoisted_1$F = { class: "accordion-item" };
17565
17565
  const _hoisted_2$v = ["aria-expanded", "aria-controls"];
17566
17566
  const _hoisted_3$o = { class: "accordion-label" };
17567
17567
  const _hoisted_4$g = ["id", "aria-hidden"];
17568
- const _sfc_main$A = /* @__PURE__ */ defineComponent({
17568
+ const _sfc_main$C = /* @__PURE__ */ defineComponent({
17569
17569
  __name: "AccordionItem",
17570
17570
  props: {
17571
17571
  label: {},
@@ -17600,7 +17600,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
17600
17600
  createElementVNode("div", {
17601
17601
  class: normalizeClass(["accordion-icon", { open: unref(open) }])
17602
17602
  }, [
17603
- createVNode(unref(_sfc_main$F), { icon: "expand_more" })
17603
+ createVNode(unref(_sfc_main$H), { icon: "expand_more" })
17604
17604
  ], 2)
17605
17605
  ], 8, _hoisted_2$v),
17606
17606
  createVNode(Transition, { name: "expand" }, {
@@ -17620,11 +17620,11 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
17620
17620
  };
17621
17621
  }
17622
17622
  });
17623
- const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-bf74738b"]]);
17623
+ const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-bf74738b"]]);
17624
17624
  const _hoisted_1$E = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 p-0" };
17625
17625
  const _hoisted_2$u = { class: "p-1" };
17626
17626
  const _hoisted_3$n = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
17627
- const _sfc_main$z = /* @__PURE__ */ defineComponent({
17627
+ const _sfc_main$B = /* @__PURE__ */ defineComponent({
17628
17628
  __name: "ListView",
17629
17629
  setup(__props) {
17630
17630
  return (_ctx, _cache) => {
@@ -17642,7 +17642,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
17642
17642
  });
17643
17643
  const _hoisted_1$D = { class: "txt16 no-margin ellipsis" };
17644
17644
  const _hoisted_2$t = { class: "txt14 no-margin txt-gray ellipsis" };
17645
- const _sfc_main$y = /* @__PURE__ */ defineComponent({
17645
+ const _sfc_main$A = /* @__PURE__ */ defineComponent({
17646
17646
  __name: "ListItem",
17647
17647
  props: {
17648
17648
  src: {},
@@ -17684,7 +17684,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
17684
17684
  const _hoisted_1$C = { class: "bgl_card tabs-top" };
17685
17685
  const _hoisted_2$s = { class: "tabs grid auto-flow-columns fit-content" };
17686
17686
  const _hoisted_3$m = ["onClick"];
17687
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
17687
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
17688
17688
  __name: "TabbedLayout",
17689
17689
  props: {
17690
17690
  title: {},
@@ -17746,7 +17746,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
17746
17746
  };
17747
17747
  }
17748
17748
  });
17749
- const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-37337215"]]);
17749
+ const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-37337215"]]);
17750
17750
  const _hoisted_1$B = { class: "comments-wrap" };
17751
17751
  const _hoisted_2$r = { class: "comment-list" };
17752
17752
  const _hoisted_3$l = { class: "comment-top" };
@@ -17755,7 +17755,7 @@ const _hoisted_5$d = { class: "comment-time" };
17755
17755
  const _hoisted_6$9 = { class: "comment-actions" };
17756
17756
  const _hoisted_7$5 = ["innerHTML"];
17757
17757
  const _hoisted_8$2 = { class: "new-comment" };
17758
- const _sfc_main$w = /* @__PURE__ */ defineComponent({
17758
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
17759
17759
  __name: "Comments",
17760
17760
  props: {
17761
17761
  ref_table: {},
@@ -17813,19 +17813,19 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
17813
17813
  createElementVNode("div", _hoisted_4$f, toDisplayString(comment.sender.first_name) + " " + toDisplayString(comment.sender.last_name), 1),
17814
17814
  createElementVNode("div", _hoisted_5$d, toDisplayString(comment.updated_at.split("T")[0]), 1),
17815
17815
  createElementVNode("div", _hoisted_6$9, [
17816
- createVNode(unref(_sfc_main$F), {
17816
+ createVNode(unref(_sfc_main$H), {
17817
17817
  size: 1,
17818
17818
  class: "edit",
17819
17819
  icon: "edit",
17820
17820
  onClick: ($event) => isRef(editComment) ? editComment.value = comment : editComment = comment
17821
17821
  }, null, 8, ["onClick"]),
17822
- createVNode(unref(_sfc_main$F), {
17822
+ createVNode(unref(_sfc_main$H), {
17823
17823
  size: 1.2,
17824
17824
  class: "delete",
17825
17825
  icon: "delete",
17826
17826
  onClick: ($event) => deleteComment(comment.id)
17827
17827
  }, null, 8, ["onClick"]),
17828
- createVNode(unref(_sfc_main$F), {
17828
+ createVNode(unref(_sfc_main$H), {
17829
17829
  size: 1.2,
17830
17830
  class: "save",
17831
17831
  icon: "save",
@@ -17833,7 +17833,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
17833
17833
  })
17834
17834
  ])
17835
17835
  ]),
17836
- unref(editComment) !== null && ((_c = unref(editComment)) == null ? void 0 : _c.id) === comment.id ? (openBlock(), createBlock(unref(_sfc_main$G), {
17836
+ unref(editComment) !== null && ((_c = unref(editComment)) == null ? void 0 : _c.id) === comment.id ? (openBlock(), createBlock(unref(_sfc_main$I), {
17837
17837
  key: 0,
17838
17838
  modelValue: unref(editComment).body_html,
17839
17839
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(editComment).body_html = $event),
@@ -17847,7 +17847,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
17847
17847
  }), 128))
17848
17848
  ]),
17849
17849
  createElementVNode("div", _hoisted_8$2, [
17850
- createVNode(unref(_sfc_main$G), {
17850
+ createVNode(unref(_sfc_main$I), {
17851
17851
  class: "comment-input",
17852
17852
  modelValue: unref(bodyHtml),
17853
17853
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(bodyHtml) ? bodyHtml.value = $event : bodyHtml = $event),
@@ -17867,10 +17867,10 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
17867
17867
  };
17868
17868
  }
17869
17869
  });
17870
- const Comments = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-c4b41dc0"]]);
17870
+ const Comments = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-c4b41dc0"]]);
17871
17871
  const _hoisted_1$A = { class: "page-top" };
17872
17872
  const _hoisted_2$q = { class: "top-title" };
17873
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
17873
+ const _sfc_main$x = /* @__PURE__ */ defineComponent({
17874
17874
  __name: "PageTitle",
17875
17875
  props: {
17876
17876
  value: {
@@ -17896,7 +17896,7 @@ const _hoisted_4$e = ["onClick"];
17896
17896
  const _hoisted_5$c = { class: "flex" };
17897
17897
  const _hoisted_6$8 = ["onClick"];
17898
17898
  const _hoisted_7$4 = { key: 1 };
17899
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
17899
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
17900
17900
  __name: "TableSchema",
17901
17901
  props: {
17902
17902
  data: {},
@@ -17944,7 +17944,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
17944
17944
  createElementVNode("div", {
17945
17945
  class: normalizeClass(["list-arrows", { sorted: unref(sortField) === field.id }])
17946
17946
  }, [
17947
- createVNode(unref(_sfc_main$F), {
17947
+ createVNode(unref(_sfc_main$H), {
17948
17948
  class: normalizeClass({ desc: unref(sortDirection) === "DESC" }),
17949
17949
  icon: "keyboard_arrow_up"
17950
17950
  }, null, 8, ["class"])
@@ -17973,7 +17973,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
17973
17973
  row,
17974
17974
  field
17975
17975
  }, void 0, true) : (openBlock(), createElementBlock("div", _hoisted_7$4, [
17976
- createVNode(unref(_sfc_main$g), {
17976
+ createVNode(unref(_sfc_main$i), {
17977
17977
  field,
17978
17978
  modelValue: row
17979
17979
  }, null, 8, ["field", "modelValue"])
@@ -17988,16 +17988,16 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
17988
17988
  };
17989
17989
  }
17990
17990
  });
17991
- const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-f3641508"]]);
17992
- const _sfc_main$t = {};
17991
+ const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-f3641508"]]);
17992
+ const _sfc_main$v = {};
17993
17993
  const _hoisted_1$y = { class: "flex space-between" };
17994
17994
  function _sfc_render$1(_ctx, _cache) {
17995
17995
  return openBlock(), createElementBlock("div", _hoisted_1$y, [
17996
17996
  renderSlot(_ctx.$slots, "default")
17997
17997
  ]);
17998
17998
  }
17999
- const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$1]]);
18000
- const _sfc_main$s = {};
17999
+ const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$1]]);
18000
+ const _sfc_main$u = {};
18001
18001
  function _sfc_render(_ctx, _cache) {
18002
18002
  const _component_router_view = resolveComponent("router-view");
18003
18003
  return openBlock(), createBlock(_component_router_view, null, {
@@ -18019,7 +18019,7 @@ function _sfc_render(_ctx, _cache) {
18019
18019
  _: 1
18020
18020
  });
18021
18021
  }
18022
- const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render]]);
18022
+ const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render]]);
18023
18023
  const _hoisted_1$x = {
18024
18024
  key: 0,
18025
18025
  class: "data"
@@ -18032,7 +18032,7 @@ const _hoisted_3$j = { class: "key" };
18032
18032
  const _hoisted_4$d = { key: 1 };
18033
18033
  const _hoisted_5$b = { class: "key" };
18034
18034
  const _hoisted_6$7 = { class: "vlue" };
18035
- const _sfc_main$r = /* @__PURE__ */ defineComponent({
18035
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
18036
18036
  __name: "DataPreview",
18037
18037
  props: /* @__PURE__ */ mergeModels({
18038
18038
  schema: {},
@@ -18047,7 +18047,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
18047
18047
  return (_ctx, _cache) => {
18048
18048
  var _a2;
18049
18049
  return __props.data ? (openBlock(), createElementBlock("div", _hoisted_1$x, [
18050
- _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$o), {
18050
+ _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$q), {
18051
18051
  key: 0,
18052
18052
  label: _ctx.title
18053
18053
  }, null, 8, ["label"])) : createCommentVNode("", true),
@@ -18057,7 +18057,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
18057
18057
  }, [
18058
18058
  unref(iffer)(field, itemData.value) ? (openBlock(), createElementBlock("div", _hoisted_2$o, [
18059
18059
  createElementVNode("div", _hoisted_3$j, toDisplayString((field == null ? void 0 : field.label) || unref(keyToLabel)(field.id)), 1),
18060
- createVNode(unref(_sfc_main$g), {
18060
+ createVNode(unref(_sfc_main$i), {
18061
18061
  field,
18062
18062
  modelValue: itemData.value,
18063
18063
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event)
@@ -18081,8 +18081,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
18081
18081
  };
18082
18082
  }
18083
18083
  });
18084
- const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-bb2526f9"]]);
18085
- const _sfc_main$q = /* @__PURE__ */ defineComponent({
18084
+ const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-bb2526f9"]]);
18085
+ const _sfc_main$s = /* @__PURE__ */ defineComponent({
18086
18086
  __name: "Card",
18087
18087
  props: {
18088
18088
  thin: { type: Boolean },
@@ -18110,7 +18110,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
18110
18110
  }
18111
18111
  });
18112
18112
  const _hoisted_1$w = ["src", "alt"];
18113
- const _sfc_main$p = /* @__PURE__ */ defineComponent({
18113
+ const _sfc_main$r = /* @__PURE__ */ defineComponent({
18114
18114
  __name: "Avatar",
18115
18115
  props: {
18116
18116
  fallback: {},
@@ -18136,8 +18136,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
18136
18136
  };
18137
18137
  }
18138
18138
  });
18139
- const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-c38bc02a"]]);
18140
- const _sfc_main$o = /* @__PURE__ */ defineComponent({
18139
+ const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-c38bc02a"]]);
18140
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
18141
18141
  __name: "Title",
18142
18142
  props: {
18143
18143
  value: {
@@ -18165,7 +18165,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
18165
18165
  };
18166
18166
  }
18167
18167
  });
18168
- const _sfc_main$n = /* @__PURE__ */ defineComponent({
18168
+ const _sfc_main$p = /* @__PURE__ */ defineComponent({
18169
18169
  __name: "Accordion",
18170
18170
  setup(__props) {
18171
18171
  const state = reactive({
@@ -18180,7 +18180,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
18180
18180
  }
18181
18181
  });
18182
18182
  const _hoisted_1$v = ["onClick"];
18183
- const _sfc_main$m = /* @__PURE__ */ defineComponent({
18183
+ const _sfc_main$o = /* @__PURE__ */ defineComponent({
18184
18184
  __name: "ComboBox",
18185
18185
  props: {
18186
18186
  options: {},
@@ -18260,7 +18260,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
18260
18260
  class: "bagel-input combobox"
18261
18261
  }, {
18262
18262
  popper: withCtx(({ hide }) => [
18263
- createVNode(unref(_sfc_main$q), {
18263
+ createVNode(unref(_sfc_main$s), {
18264
18264
  thin: "",
18265
18265
  class: "combobox-options"
18266
18266
  }, {
@@ -18285,7 +18285,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
18285
18285
  }
18286
18286
  }, [
18287
18287
  createElementVNode("span", null, toDisplayString(label(option2)), 1),
18288
- isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$F), {
18288
+ isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$H), {
18289
18289
  key: 0,
18290
18290
  icon: "check"
18291
18291
  })) : createCommentVNode("", true)
@@ -18302,7 +18302,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
18302
18302
  onClick: toggle
18303
18303
  }, [
18304
18304
  createTextVNode(toDisplayString(valueToLabel(unref(selectedItem)) || _ctx.placeholder || "Select") + " ", 1),
18305
- createVNode(unref(_sfc_main$F), normalizeProps(guardReactiveProps({ "icon": unref(open) ? "unfold_less" : "unfold_more" })), null, 16)
18305
+ createVNode(unref(_sfc_main$H), normalizeProps(guardReactiveProps({ "icon": unref(open) ? "unfold_less" : "unfold_more" })), null, 16)
18306
18306
  ]),
18307
18307
  _ctx.required ? withDirectives((openBlock(), createElementBlock("input", {
18308
18308
  key: 0,
@@ -18318,9 +18318,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
18318
18318
  };
18319
18319
  }
18320
18320
  });
18321
- const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-ceeb5855"]]);
18321
+ const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-ceeb5855"]]);
18322
18322
  const _hoisted_1$u = ["dismissable"];
18323
- const _sfc_main$l = /* @__PURE__ */ defineComponent({
18323
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
18324
18324
  __name: "Alert",
18325
18325
  props: {
18326
18326
  message: {},
@@ -18340,7 +18340,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
18340
18340
  class: normalizeClass(["alert", [_ctx.type]]),
18341
18341
  dismissable: _ctx.dismissable
18342
18342
  }, [
18343
- createVNode(unref(_sfc_main$F), {
18343
+ createVNode(unref(_sfc_main$H), {
18344
18344
  class: "alert_icon",
18345
18345
  icon: _ctx.type,
18346
18346
  size: 2,
@@ -18358,8 +18358,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
18358
18358
  };
18359
18359
  }
18360
18360
  });
18361
- const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-94bfcb05"]]);
18362
- const _sfc_main$k = /* @__PURE__ */ defineComponent({
18361
+ const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-94bfcb05"]]);
18362
+ const _sfc_main$m = /* @__PURE__ */ defineComponent({
18363
18363
  __name: "Badge",
18364
18364
  props: {
18365
18365
  color: {},
@@ -18374,13 +18374,13 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
18374
18374
  return openBlock(), createElementBlock("div", {
18375
18375
  class: normalizeClass(["pill", [_ctx.color]])
18376
18376
  }, [
18377
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$F), {
18377
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$H), {
18378
18378
  key: 0,
18379
18379
  class: "inline",
18380
18380
  icon: _ctx.icon
18381
18381
  }, null, 8, ["icon"])) : createCommentVNode("", true),
18382
18382
  createTextVNode(" " + toDisplayString(_ctx.text) + " ", 1),
18383
- props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$F), {
18383
+ props2["icon.end"] ? (openBlock(), createBlock(unref(_sfc_main$H), {
18384
18384
  key: 1,
18385
18385
  class: "inline",
18386
18386
  icon: props2["icon.end"]
@@ -18389,11 +18389,11 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
18389
18389
  };
18390
18390
  }
18391
18391
  });
18392
- const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-ad24530a"]]);
18392
+ const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-ad24530a"]]);
18393
18393
  const _hoisted_1$t = { class: "bgl_vid" };
18394
18394
  const _hoisted_2$n = ["src"];
18395
18395
  const _hoisted_3$i = ["src", "autoplay", "muted", "loop", "controls"];
18396
- const _sfc_main$j = /* @__PURE__ */ defineComponent({
18396
+ const _sfc_main$l = /* @__PURE__ */ defineComponent({
18397
18397
  __name: "BglVideo",
18398
18398
  props: {
18399
18399
  src: {},
@@ -18454,13 +18454,13 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
18454
18454
  };
18455
18455
  }
18456
18456
  });
18457
- const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-23835d69"]]);
18457
+ const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-23835d69"]]);
18458
18458
  const _hoisted_1$s = {
18459
18459
  key: 0,
18460
18460
  class: "blocker"
18461
18461
  };
18462
18462
  const _hoisted_2$m = { class: "Handlers" };
18463
- const _sfc_main$i = /* @__PURE__ */ defineComponent({
18463
+ const _sfc_main$k = /* @__PURE__ */ defineComponent({
18464
18464
  __name: "Carousel",
18465
18465
  props: {
18466
18466
  autoHeight: {
@@ -18625,13 +18625,13 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
18625
18625
  };
18626
18626
  }
18627
18627
  });
18628
- const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-dc11f21a"]]);
18628
+ const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-dc11f21a"]]);
18629
18629
  const _hoisted_1$r = {
18630
18630
  key: 1,
18631
18631
  type: "submit",
18632
18632
  hidden: ""
18633
18633
  };
18634
- const _sfc_main$h = /* @__PURE__ */ defineComponent({
18634
+ const _sfc_main$j = /* @__PURE__ */ defineComponent({
18635
18635
  __name: "BglForm",
18636
18636
  props: {
18637
18637
  label: {},
@@ -18694,7 +18694,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18694
18694
  __expose({ validateForm, deleteItem, isDirty: isDirty.value });
18695
18695
  return (_ctx, _cache) => {
18696
18696
  return _ctx.id ? (openBlock(true), createElementBlock(Fragment$1, { key: 0 }, renderList(_ctx.schema, (field, i2) => {
18697
- return openBlock(), createBlock(unref(_sfc_main$g), {
18697
+ return openBlock(), createBlock(unref(_sfc_main$i), {
18698
18698
  key: field.id || `${i2}p`,
18699
18699
  field,
18700
18700
  modelValue: data2.value,
@@ -18706,13 +18706,13 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18706
18706
  ref: form,
18707
18707
  onSubmit: withModifiers(runSubmit, ["prevent"])
18708
18708
  }, [
18709
- _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$o), {
18709
+ _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$q), {
18710
18710
  key: 0,
18711
18711
  tag: "h4",
18712
18712
  label: _ctx.label
18713
18713
  }, null, 8, ["label"])) : createCommentVNode("", true),
18714
18714
  (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.schema, (field, i2) => {
18715
- return openBlock(), createBlock(unref(_sfc_main$g), {
18715
+ return openBlock(), createBlock(unref(_sfc_main$i), {
18716
18716
  key: field.id || `${i2}p`,
18717
18717
  field,
18718
18718
  modelValue: data2.value,
@@ -18725,7 +18725,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18725
18725
  };
18726
18726
  }
18727
18727
  });
18728
- const _sfc_main$g = /* @__PURE__ */ defineComponent({
18728
+ const _sfc_main$i = /* @__PURE__ */ defineComponent({
18729
18729
  __name: "BglField",
18730
18730
  props: {
18731
18731
  field: {},
@@ -18738,7 +18738,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
18738
18738
  if (props2.field.$el === "text")
18739
18739
  return TextInput;
18740
18740
  if (props2.field.$el === "select")
18741
- return _sfc_main$c;
18741
+ return _sfc_main$e;
18742
18742
  if (props2.field.$el === "toggle")
18743
18743
  return ToggleInput;
18744
18744
  if (props2.field.$el === "check")
@@ -18829,7 +18829,7 @@ const _hoisted_3$h = [
18829
18829
  _hoisted_2$l
18830
18830
  ];
18831
18831
  const _hoisted_4$c = ["required", "id"];
18832
- const _sfc_main$f = /* @__PURE__ */ defineComponent({
18832
+ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18833
18833
  __name: "CheckInput",
18834
18834
  props: /* @__PURE__ */ mergeModels({
18835
18835
  label: {},
@@ -18870,7 +18870,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
18870
18870
  };
18871
18871
  }
18872
18872
  });
18873
- const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-e8219826"]]);
18873
+ const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-e8219826"]]);
18874
18874
  function toDate(argument) {
18875
18875
  const argStr = Object.prototype.toString.call(argument);
18876
18876
  if (argument instanceof Date || typeof argument === "object" && argStr === "[object Date]") {
@@ -27481,7 +27481,7 @@ Object.entries(Mo).forEach(([e, t]) => {
27481
27481
  });
27482
27482
  const _hoisted_1$p = ["title"];
27483
27483
  const _hoisted_2$k = { key: 0 };
27484
- const _sfc_main$e = /* @__PURE__ */ defineComponent({
27484
+ const _sfc_main$g = /* @__PURE__ */ defineComponent({
27485
27485
  __name: "DateInput",
27486
27486
  props: {
27487
27487
  label: {},
@@ -27534,7 +27534,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
27534
27534
  const _hoisted_1$o = ["title"];
27535
27535
  const _hoisted_2$j = { key: 0 };
27536
27536
  const _hoisted_3$g = ["value", "placeholder"];
27537
- const _sfc_main$d = /* @__PURE__ */ defineComponent({
27537
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
27538
27538
  __name: "JSONInput",
27539
27539
  props: {
27540
27540
  description: { default: "" },
@@ -27570,7 +27570,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
27570
27570
  };
27571
27571
  }
27572
27572
  });
27573
- const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-1fc4f739"]]);
27573
+ const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-1fc4f739"]]);
27574
27574
  function isEmpty(opt) {
27575
27575
  if (opt === 0)
27576
27576
  return false;
@@ -28877,7 +28877,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
28877
28877
  script$e.render = render$e;
28878
28878
  const Multiselect = script$e;
28879
28879
  const _hoisted_1$m = ["for"];
28880
- const _sfc_main$c = /* @__PURE__ */ defineComponent({
28880
+ const _sfc_main$e = /* @__PURE__ */ defineComponent({
28881
28881
  __name: "SelectInput",
28882
28882
  props: {
28883
28883
  required: { type: Boolean },
@@ -28943,7 +28943,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
28943
28943
  const _hoisted_1$l = ["title"];
28944
28944
  const _hoisted_2$h = { key: 0 };
28945
28945
  const _hoisted_3$e = ["value", "placeholder"];
28946
- const _sfc_main$b = /* @__PURE__ */ defineComponent({
28946
+ const _sfc_main$d = /* @__PURE__ */ defineComponent({
28947
28947
  __name: "RichTextEditor",
28948
28948
  props: {
28949
28949
  description: { default: "" },
@@ -28979,7 +28979,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
28979
28979
  };
28980
28980
  }
28981
28981
  });
28982
- const RichTextEditor = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-69a60381"]]);
28982
+ const RichTextEditor = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-69a60381"]]);
28983
28983
  /*!
28984
28984
  * vue-draggable-next v2.2.0
28985
28985
  * (c) 2023 Anish George
@@ -31508,7 +31508,7 @@ const _hoisted_3$d = { class: "table-side-scroll" };
31508
31508
  const _hoisted_4$a = { class: "table-header" };
31509
31509
  const _hoisted_5$9 = { class: "table-reorder" };
31510
31510
  const _hoisted_6$5 = { class: "table-action" };
31511
- const _sfc_main$a = /* @__PURE__ */ defineComponent({
31511
+ const _sfc_main$c = /* @__PURE__ */ defineComponent({
31512
31512
  __name: "TableField",
31513
31513
  props: {
31514
31514
  description: { default: "" },
@@ -31605,7 +31605,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
31605
31605
  key: row.id
31606
31606
  }, [
31607
31607
  createElementVNode("div", _hoisted_5$9, [
31608
- createVNode(unref(_sfc_main$F), { icon: "more_vert" })
31608
+ createVNode(unref(_sfc_main$H), { icon: "more_vert" })
31609
31609
  ]),
31610
31610
  (openBlock(true), createElementBlock(Fragment$1, null, renderList((_a3 = unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
31611
31611
  return openBlock(), createElementBlock("div", {
@@ -31622,7 +31622,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
31622
31622
  ], 2);
31623
31623
  }), 128)),
31624
31624
  createElementVNode("div", _hoisted_6$5, [
31625
- createVNode(unref(_sfc_main$F), {
31625
+ createVNode(unref(_sfc_main$H), {
31626
31626
  icon: "delete",
31627
31627
  onClick: ($event) => removeRow(index2)
31628
31628
  }, null, 8, ["onClick"])
@@ -31652,13 +31652,13 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
31652
31652
  };
31653
31653
  }
31654
31654
  });
31655
- const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-cdacf10e"]]);
31655
+ const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-cdacf10e"]]);
31656
31656
  const _hoisted_1$j = ["title"];
31657
31657
  const _hoisted_2$f = ["for"];
31658
31658
  const _hoisted_3$c = ["title", "autocomplete", "id", "type", "placeholder", "disabled", "required", "pattern"];
31659
31659
  const _hoisted_4$9 = ["title", "id", "type", "rows", "placeholder", "disabled", "required", "pattern"];
31660
31660
  const _hoisted_5$8 = { key: 2 };
31661
- const _sfc_main$9 = /* @__PURE__ */ defineComponent({
31661
+ const _sfc_main$b = /* @__PURE__ */ defineComponent({
31662
31662
  __name: "TextInput",
31663
31663
  props: {
31664
31664
  id: {},
@@ -31784,12 +31784,12 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
31784
31784
  ]),
31785
31785
  _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$8, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true)
31786
31786
  ], 8, _hoisted_2$f),
31787
- _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$F), {
31787
+ _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$H), {
31788
31788
  key: 0,
31789
31789
  class: "iconStart",
31790
31790
  icon: _ctx.iconStart
31791
31791
  }, null, 8, ["icon"])) : createCommentVNode("", true),
31792
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$F), {
31792
+ _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$H), {
31793
31793
  key: 1,
31794
31794
  icon: _ctx.icon
31795
31795
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -31805,9 +31805,9 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
31805
31805
  };
31806
31806
  }
31807
31807
  });
31808
- const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-bdd555bb"]]);
31808
+ const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-bdd555bb"]]);
31809
31809
  const _hoisted_1$i = { class: "primary-checkbox" };
31810
- const _sfc_main$8 = /* @__PURE__ */ defineComponent({
31810
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
31811
31811
  __name: "Checkbox",
31812
31812
  props: {
31813
31813
  "modelValue": {
@@ -31828,16 +31828,16 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
31828
31828
  [vModelCheckbox, val.value]
31829
31829
  ]),
31830
31830
  createElementVNode("span", null, [
31831
- createVNode(unref(_sfc_main$F), { icon: "check" })
31831
+ createVNode(unref(_sfc_main$H), { icon: "check" })
31832
31832
  ])
31833
31833
  ]);
31834
31834
  };
31835
31835
  }
31836
31836
  });
31837
- const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-e4cbb088"]]);
31837
+ const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-e4cbb088"]]);
31838
31838
  const _hoisted_1$h = ["title"];
31839
31839
  const _hoisted_2$e = ["id", "placeholder", "required"];
31840
- const _sfc_main$7 = /* @__PURE__ */ defineComponent({
31840
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
31841
31841
  __name: "ColorPicker",
31842
31842
  props: {
31843
31843
  label: {},
@@ -31889,7 +31889,7 @@ const _hoisted_3$b = {
31889
31889
  };
31890
31890
  const _hoisted_4$8 = ["id", "name", "value"];
31891
31891
  const _hoisted_5$7 = ["for"];
31892
- const _sfc_main$6 = /* @__PURE__ */ defineComponent({
31892
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
31893
31893
  __name: "DatePicker",
31894
31894
  props: {
31895
31895
  name: {},
@@ -31948,7 +31948,7 @@ const _hoisted_2$c = { class: "pb-025" };
31948
31948
  const _hoisted_3$a = { class: "flex gap-05 flex-wrap" };
31949
31949
  const _hoisted_4$7 = ["id", "name", "value", "checked"];
31950
31950
  const _hoisted_5$6 = ["for"];
31951
- const _sfc_main$5 = /* @__PURE__ */ defineComponent({
31951
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
31952
31952
  __name: "RadioPillsInput",
31953
31953
  props: {
31954
31954
  options: {},
@@ -32011,7 +32011,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
32011
32011
  };
32012
32012
  }
32013
32013
  });
32014
- const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-e47ae8b5"]]);
32014
+ const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-e47ae8b5"]]);
32015
32015
  const _hoisted_1$e = { class: "bagel-input" };
32016
32016
  const _hoisted_2$b = {
32017
32017
  key: 0,
@@ -32033,7 +32033,7 @@ const _hoisted_12 = {
32033
32033
  key: 0,
32034
32034
  class: "progress"
32035
32035
  };
32036
- const _sfc_main$4 = /* @__PURE__ */ defineComponent({
32036
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
32037
32037
  __name: "FileUpload",
32038
32038
  props: /* @__PURE__ */ mergeModels({
32039
32039
  label: {},
@@ -32193,7 +32193,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
32193
32193
  style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
32194
32194
  }, [
32195
32195
  fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_12, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
32196
- createVNode(unref(_sfc_main$F), {
32196
+ createVNode(unref(_sfc_main$H), {
32197
32197
  class: "success",
32198
32198
  icon: "check"
32199
32199
  })
@@ -32206,7 +32206,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
32206
32206
  };
32207
32207
  }
32208
32208
  });
32209
- const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-1be8d7b1"]]);
32209
+ const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-1be8d7b1"]]);
32210
32210
  const _withScopeId = (n2) => (pushScopeId("data-v-b87221d6"), n2 = n2(), popScopeId(), n2);
32211
32211
  const _hoisted_1$d = ["title"];
32212
32212
  const _hoisted_2$a = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
@@ -32214,7 +32214,7 @@ const _hoisted_3$8 = [
32214
32214
  _hoisted_2$a
32215
32215
  ];
32216
32216
  const _hoisted_4$5 = ["id"];
32217
- const _sfc_main$3 = /* @__PURE__ */ defineComponent({
32217
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
32218
32218
  __name: "ToggleInput",
32219
32219
  props: /* @__PURE__ */ mergeModels({
32220
32220
  label: {},
@@ -32250,7 +32250,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
32250
32250
  };
32251
32251
  }
32252
32252
  });
32253
- const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-b87221d6"]]);
32253
+ const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-b87221d6"]]);
32254
32254
  function _isPlaceholder(a2) {
32255
32255
  return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
32256
32256
  }
@@ -37689,7 +37689,7 @@ var script$2 = defineComponent({
37689
37689
  return { y: y2, canvas, direction };
37690
37690
  }
37691
37691
  });
37692
- const _hoisted_1$2 = {
37692
+ const _hoisted_1$2$1 = {
37693
37693
  key: 0,
37694
37694
  class: "layer-marker"
37695
37695
  };
@@ -37702,7 +37702,7 @@ const _hoisted_4$1 = {
37702
37702
  const _hoisted_5$1 = ["x", "y", "fill"];
37703
37703
  const _hoisted_6$1 = ["x1", "y1", "x2", "y2", "stroke", "stroke-opacity", "stroke-width", "stroke-dasharray"];
37704
37704
  function render$2(_ctx, _cache, $props, $setup, $data, $options) {
37705
- return _ctx.direction === "horizontal" ? (openBlock(), createElementBlock("g", _hoisted_1$2, [
37705
+ return _ctx.direction === "horizontal" ? (openBlock(), createElementBlock("g", _hoisted_1$2$1, [
37706
37706
  createElementVNode("text", {
37707
37707
  x: _ctx.canvas.x + 5,
37708
37708
  y: _ctx.y - 5,
@@ -38322,7 +38322,7 @@ const _hoisted_1$1$1 = {
38322
38322
  class: "treemap",
38323
38323
  style: { display: "flex", position: "relative" }
38324
38324
  };
38325
- const _hoisted_2$1 = ["width", "height", "viewBox"];
38325
+ const _hoisted_2$1$1 = ["width", "height", "viewBox"];
38326
38326
  const _hoisted_3$7 = { class: "layer-rectangles" };
38327
38327
  const _hoisted_4$4 = ["transform", "onMouseover"];
38328
38328
  const _hoisted_5$4 = ["width", "height"];
@@ -38382,7 +38382,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
38382
38382
  /* KEYED_FRAGMENT */
38383
38383
  ))
38384
38384
  ])
38385
- ], 8, _hoisted_2$1)),
38385
+ ], 8, _hoisted_2$1$1)),
38386
38386
  renderSlot(_ctx.$slots, "widgets")
38387
38387
  ]);
38388
38388
  }
@@ -38450,13 +38450,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
38450
38450
  }
38451
38451
  script.render = render;
38452
38452
  script.__file = "src/components/HoverBar/index.vue";
38453
- const _hoisted_1$1 = /* @__PURE__ */ createElementVNode("stop", {
38453
+ const _hoisted_1$2 = /* @__PURE__ */ createElementVNode("stop", {
38454
38454
  offset: "100%",
38455
38455
  "stop-color": "white",
38456
38456
  "stop-opacity": "0.4"
38457
38457
  }, null, -1);
38458
38458
  const BRAND_COLOR = "var(--bgl-primary)";
38459
- const _sfc_main$2 = /* @__PURE__ */ defineComponent({
38459
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
38460
38460
  __name: "Lineart",
38461
38461
  props: {
38462
38462
  data: {},
@@ -38585,7 +38585,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
38585
38585
  "stop-color": BRAND_COLOR,
38586
38586
  "stop-opacity": "1"
38587
38587
  }),
38588
- _hoisted_1$1
38588
+ _hoisted_1$2
38589
38589
  ])
38590
38590
  ])
38591
38591
  ]),
@@ -38601,14 +38601,14 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
38601
38601
  };
38602
38602
  }
38603
38603
  });
38604
- const _hoisted_1 = { class: "main-content" };
38605
- const _hoisted_2 = { class: "view-wrapper bgl_card thin" };
38604
+ const _hoisted_1$1 = { class: "main-content" };
38605
+ const _hoisted_2$1 = { class: "view-wrapper bgl_card thin" };
38606
38606
  const _hoisted_3 = { class: "whatsapp-wrap" };
38607
38607
  const _hoisted_4 = { class: "create-template-form" };
38608
38608
  const _hoisted_5 = { class: "whatsapp-msg" };
38609
38609
  const _hoisted_6 = { class: "whatsapp-body" };
38610
38610
  const _hoisted_7 = { class: "whatsapp-footer" };
38611
- const _sfc_main$1 = /* @__PURE__ */ defineComponent({
38611
+ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
38612
38612
  __name: "MsgTemplate",
38613
38613
  props: {
38614
38614
  whatsappTemplateSchema: {},
@@ -38707,17 +38707,17 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
38707
38707
  onMounted(loadTemplateData);
38708
38708
  return (_ctx, _cache) => {
38709
38709
  var _a2, _b, _c, _d, _e2, _f;
38710
- return openBlock(), createElementBlock("div", _hoisted_1, [
38711
- createVNode(unref(_sfc_main$v), null, {
38710
+ return openBlock(), createElementBlock("div", _hoisted_1$1, [
38711
+ createVNode(unref(_sfc_main$x), null, {
38712
38712
  default: withCtx(() => [
38713
38713
  createTextVNode("Whatsapp Template")
38714
38714
  ]),
38715
38715
  _: 1
38716
38716
  }),
38717
- createElementVNode("div", _hoisted_2, [
38717
+ createElementVNode("div", _hoisted_2$1, [
38718
38718
  createElementVNode("div", _hoisted_3, [
38719
38719
  createElementVNode("div", _hoisted_4, [
38720
- createVNode(unref(_sfc_main$h), {
38720
+ createVNode(unref(_sfc_main$j), {
38721
38721
  schema: _ctx.whatsappTemplateSchema,
38722
38722
  modelValue: unref(localWhatsappData),
38723
38723
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(localWhatsappData) ? localWhatsappData.value = $event : localWhatsappData = $event),
@@ -38740,8 +38740,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
38740
38740
  };
38741
38741
  }
38742
38742
  });
38743
- const MsgTemplate = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-208db149"]]);
38744
- const _sfc_main = /* @__PURE__ */ defineComponent({
38743
+ const MsgTemplate = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-208db149"]]);
38744
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
38745
38745
  __name: "TextVariableExamples",
38746
38746
  props: {
38747
38747
  context: Object
@@ -38828,52 +38828,152 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
38828
38828
  };
38829
38829
  }
38830
38830
  });
38831
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
38832
+ __name: "Layout",
38833
+ props: {
38834
+ gap: { default: 1 },
38835
+ h100: { type: Boolean, default: false },
38836
+ columns: { default: () => [] },
38837
+ rows: { default: () => [] }
38838
+ },
38839
+ setup(__props) {
38840
+ const props2 = __props;
38841
+ const style = computed(() => {
38842
+ const obj = { gap: `${props2.gap}rem` };
38843
+ if (props2.columns.length)
38844
+ obj["grid-template-columns"] = props2.columns.join(" ");
38845
+ if (props2.rows.length)
38846
+ obj["grid-template-rows"] = props2.rows.join(" ");
38847
+ return obj;
38848
+ });
38849
+ return (_ctx, _cache) => {
38850
+ return openBlock(), createElementBlock("div", {
38851
+ class: normalizeClass(["layout", { "layout-h-100": _ctx.h100 }]),
38852
+ style: normalizeStyle(style.value)
38853
+ }, [
38854
+ renderSlot(_ctx.$slots, "default")
38855
+ ], 6);
38856
+ };
38857
+ }
38858
+ });
38859
+ const _hoisted_1 = { class: "w-100 px-075" };
38860
+ const _hoisted_2 = { key: 0 };
38861
+ const _sfc_main = /* @__PURE__ */ defineComponent({
38862
+ __name: "SidebarMenu",
38863
+ props: {
38864
+ navLinks: {},
38865
+ expandable: { type: Boolean },
38866
+ open: { type: Boolean }
38867
+ },
38868
+ emits: ["update:open"],
38869
+ setup(__props, { emit: __emit }) {
38870
+ const slots = useSlots();
38871
+ const props2 = __props;
38872
+ let isOpen = ref(props2.open);
38873
+ const emit2 = __emit;
38874
+ function toggleMenu() {
38875
+ isOpen.value = !isOpen.value;
38876
+ emit2("update:open", isOpen.value);
38877
+ }
38878
+ return (_ctx, _cache) => {
38879
+ const _component_Card = resolveComponent("Card");
38880
+ const _directive_tooltip = resolveDirective("tooltip");
38881
+ return openBlock(), createBlock(_component_Card, {
38882
+ class: normalizeClass(["flex column gap-05 pt-1 bgl_sidebar", { "wideNav": unref(isOpen) }])
38883
+ }, {
38884
+ default: withCtx(() => [
38885
+ createElementVNode("div", _hoisted_1, [
38886
+ createVNode(unref(Btn), {
38887
+ thin: "",
38888
+ color: "light",
38889
+ class: "toggleNav mb-05",
38890
+ icon: "keyboard_arrow_right",
38891
+ onClick: toggleMenu
38892
+ })
38893
+ ]),
38894
+ createTextVNode(),
38895
+ !unref(isOpen) || !unref(slots)["brand-open"] ? renderSlot(_ctx.$slots, "brand", { key: 0 }, void 0, true) : createCommentVNode("", true),
38896
+ unref(isOpen) ? renderSlot(_ctx.$slots, "brand-open", { key: 1 }, void 0, true) : createCommentVNode("", true),
38897
+ !_ctx.navLinks ? renderSlot(_ctx.$slots, "default", { key: 2 }, void 0, true) : createCommentVNode("", true),
38898
+ (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.navLinks, (nav2, i2) => {
38899
+ return withDirectives((openBlock(), createBlock(unref(Btn), {
38900
+ key: i2,
38901
+ to: nav2.to,
38902
+ class: "nav-button"
38903
+ }, {
38904
+ default: withCtx(() => [
38905
+ createVNode(unref(_sfc_main$H), {
38906
+ icon: nav2.icon,
38907
+ size: 1.4
38908
+ }, null, 8, ["icon"]),
38909
+ _ctx.open ? (openBlock(), createElementBlock("p", _hoisted_2, toDisplayString(nav2.label), 1)) : createCommentVNode("", true)
38910
+ ]),
38911
+ _: 2
38912
+ }, 1032, ["to"])), [
38913
+ [
38914
+ _directive_tooltip,
38915
+ { content: nav2.label, disabled: _ctx.open, class: ["nav-tooltip"] },
38916
+ void 0,
38917
+ { right: true }
38918
+ ]
38919
+ ]);
38920
+ }), 128)),
38921
+ renderSlot(_ctx.$slots, "footer", {}, void 0, true)
38922
+ ]),
38923
+ _: 3
38924
+ }, 8, ["class"]);
38925
+ };
38926
+ }
38927
+ });
38928
+ const SidebarMenu = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-67b81581"]]);
38831
38929
  export {
38832
- _sfc_main$n as Accordion,
38930
+ _sfc_main$p as Accordion,
38833
38931
  AccordionItem,
38834
38932
  Alert,
38835
38933
  Avatar,
38836
38934
  Badge,
38837
- _sfc_main$h as BagelForm,
38935
+ _sfc_main$j as BagelForm,
38838
38936
  BagelVue,
38839
- _sfc_main$g as BglField,
38840
- _sfc_main$h as BglForm,
38937
+ _sfc_main$i as BglField,
38938
+ _sfc_main$j as BglForm,
38841
38939
  BglVideo,
38842
38940
  Btn,
38843
- _sfc_main$q as Card,
38941
+ _sfc_main$s as Card,
38844
38942
  Carousel,
38845
38943
  CheckInput,
38846
38944
  Checkbox,
38847
- _sfc_main$7 as ColorPicker,
38945
+ _sfc_main$9 as ColorPicker,
38848
38946
  ComboBox,
38849
38947
  Comments,
38850
38948
  DataPreview,
38851
- _sfc_main$e as DateInput,
38852
- _sfc_main$6 as DatePicker,
38949
+ _sfc_main$g as DateInput,
38950
+ _sfc_main$8 as DatePicker,
38853
38951
  FileUpload,
38854
- _sfc_main$F as Icon,
38952
+ _sfc_main$H as Icon,
38855
38953
  JSONInput,
38856
- _sfc_main$2 as Lineart,
38857
- _sfc_main$y as ListItem,
38858
- _sfc_main$z as ListView,
38859
- _sfc_main$F as MaterialIcon,
38860
- _sfc_main$C as Modal,
38954
+ _sfc_main$1 as Layout,
38955
+ _sfc_main$4 as Lineart,
38956
+ _sfc_main$A as ListItem,
38957
+ _sfc_main$B as ListView,
38958
+ _sfc_main$H as MaterialIcon,
38959
+ _sfc_main$E as Modal,
38861
38960
  ModalForm,
38862
38961
  ModalPlugin,
38863
38962
  MsgTemplate,
38864
38963
  NavBar,
38865
- _sfc_main$v as PageTitle,
38866
- _sfc_main$G as RTXEditor,
38964
+ _sfc_main$x as PageTitle,
38965
+ _sfc_main$I as RTXEditor,
38867
38966
  RadioPillsInput,
38868
38967
  RichTextEditor,
38869
38968
  RouterWrapper,
38870
- _sfc_main$c as SelectInput,
38969
+ _sfc_main$e as SelectInput,
38970
+ SidebarMenu,
38871
38971
  TabbedLayout,
38872
38972
  TableField,
38873
38973
  TableSchema,
38874
38974
  TextInput,
38875
- _sfc_main as TextVariableExamples,
38876
- _sfc_main$o as Title,
38975
+ _sfc_main$2 as TextVariableExamples,
38976
+ _sfc_main$q as Title,
38877
38977
  ToggleInput,
38878
38978
  TopBar,
38879
38979
  bagelInjectionKey,