@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.cjs CHANGED
@@ -4880,7 +4880,7 @@ const ModalPlugin = {
4880
4880
  const props2 = { ...modal.modalOptions, visible: true, "onUpdate:visible": () => hideModal(index2) };
4881
4881
  if (modal.modalType === "modalForm")
4882
4882
  return vue.h(ModalForm, props2, modal.componentSlots);
4883
- return vue.h(_sfc_main$C, props2, modal.componentSlots);
4883
+ return vue.h(_sfc_main$E, props2, modal.componentSlots);
4884
4884
  });
4885
4885
  }
4886
4886
  });
@@ -17066,7 +17066,7 @@ const marks = {
17066
17066
  };
17067
17067
  const schema = new Schema({ nodes, marks });
17068
17068
  const _hoisted_1$J = ["id"];
17069
- const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
17069
+ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
17070
17070
  __name: "RTXEditor",
17071
17071
  props: {
17072
17072
  elementId: { default: Math.random().toString(36).substr(2, 9) },
@@ -17147,7 +17147,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
17147
17147
  };
17148
17148
  }
17149
17149
  });
17150
- const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
17150
+ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
17151
17151
  __name: "MaterialIcon",
17152
17152
  props: {
17153
17153
  icon: {},
@@ -17169,7 +17169,7 @@ const _hoisted_3$p = { class: "nav-links-wrapper" };
17169
17169
  const _hoisted_4$h = { class: "tooltip" };
17170
17170
  const _hoisted_5$e = { class: "bot-buttons-wrapper" };
17171
17171
  const _hoisted_6$a = { class: "tooltip" };
17172
- const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
17172
+ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
17173
17173
  __name: "NavBar",
17174
17174
  props: {
17175
17175
  footerLinks: { default: () => [] },
@@ -17193,7 +17193,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
17193
17193
  "aria-label": "Toggle Navigation",
17194
17194
  tabindex: "0"
17195
17195
  }, [
17196
- vue.createVNode(vue.unref(_sfc_main$F), {
17196
+ vue.createVNode(vue.unref(_sfc_main$H), {
17197
17197
  icon: "chevron_right",
17198
17198
  class: "top-arrow"
17199
17199
  })
@@ -17212,8 +17212,8 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
17212
17212
  }
17213
17213
  }, {
17214
17214
  default: vue.withCtx(() => [
17215
- vue.createVNode(vue.unref(_sfc_main$F), {
17216
- icon: link.materialIcon
17215
+ vue.createVNode(vue.unref(_sfc_main$H), {
17216
+ icon: link.icon
17217
17217
  }, null, 8, ["icon"]),
17218
17218
  vue.createElementVNode("div", _hoisted_4$h, vue.toDisplayString(link.label), 1)
17219
17219
  ]),
@@ -17234,8 +17234,8 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
17234
17234
  key: link.label
17235
17235
  }, {
17236
17236
  default: vue.withCtx(() => [
17237
- vue.createVNode(vue.unref(_sfc_main$F), {
17238
- icon: link.materialIcon
17237
+ vue.createVNode(vue.unref(_sfc_main$H), {
17238
+ icon: link.icon
17239
17239
  }, null, 8, ["icon"]),
17240
17240
  vue.createElementVNode("div", _hoisted_6$a, vue.toDisplayString(link.label), 1)
17241
17241
  ]),
@@ -17256,7 +17256,7 @@ const _export_sfc = (sfc, props2) => {
17256
17256
  }
17257
17257
  return target;
17258
17258
  };
17259
- const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-1da5b921"]]);
17259
+ const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-727b754a"]]);
17260
17260
  const _hoisted_1$H = {
17261
17261
  key: 0,
17262
17262
  class: "loading"
@@ -17265,7 +17265,7 @@ const _hoisted_2$x = {
17265
17265
  key: 1,
17266
17266
  class: "bgl_btn-flex"
17267
17267
  };
17268
- const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
17268
+ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
17269
17269
  __name: "Btn",
17270
17270
  props: {
17271
17271
  disabled: { type: Boolean, default: false },
@@ -17352,7 +17352,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
17352
17352
  }, {
17353
17353
  default: vue.withCtx(() => [
17354
17354
  _ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$H)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$x, [
17355
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$F), {
17355
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$H), {
17356
17356
  key: 0,
17357
17357
  icon: _ctx.icon
17358
17358
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -17360,7 +17360,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
17360
17360
  !vue.unref(slots)["default"] && _ctx.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
17361
17361
  vue.createTextVNode(vue.toDisplayString(_ctx.value), 1)
17362
17362
  ], 64)) : vue.createCommentVNode("", true),
17363
- props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$F), {
17363
+ props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$H), {
17364
17364
  key: 2,
17365
17365
  icon: props2["icon.end"]
17366
17366
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true)
@@ -17371,10 +17371,10 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
17371
17371
  };
17372
17372
  }
17373
17373
  });
17374
- const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-0c8d9a95"]]);
17374
+ const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-0c8d9a95"]]);
17375
17375
  const _hoisted_1$G = { class: "tool-bar" };
17376
17376
  const _hoisted_2$w = { class: "modal-footer mt-3" };
17377
- const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
17377
+ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
17378
17378
  __name: "Modal",
17379
17379
  props: {
17380
17380
  side: { type: Boolean },
@@ -17415,7 +17415,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
17415
17415
  onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
17416
17416
  onKeydown: vue.withKeys(closeModal, ["esc"])
17417
17417
  }, [
17418
- vue.createVNode(vue.unref(_sfc_main$q), {
17418
+ vue.createVNode(vue.unref(_sfc_main$s), {
17419
17419
  class: "modal",
17420
17420
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
17421
17421
  }, ["stop"]))
@@ -17429,7 +17429,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
17429
17429
  icon: "close",
17430
17430
  onClick: closeModal
17431
17431
  }, null, 8, ["style"]),
17432
- _ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$o), {
17432
+ _ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$q), {
17433
17433
  key: 0,
17434
17434
  class: "modal-title",
17435
17435
  tag: "h3",
@@ -17454,7 +17454,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
17454
17454
  };
17455
17455
  }
17456
17456
  });
17457
- const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
17457
+ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
17458
17458
  __name: "ModalForm",
17459
17459
  props: /* @__PURE__ */ vue.mergeModels({
17460
17460
  side: { type: Boolean },
@@ -17511,7 +17511,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
17511
17511
  }
17512
17512
  __expose({ setFormValues });
17513
17513
  return (_ctx, _cache) => {
17514
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$C), {
17514
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$E), {
17515
17515
  "onOnUpdate:isModalVisible": props2["onUpdate:isModalVisible"],
17516
17516
  side: _ctx.side,
17517
17517
  ref_key: "modal",
@@ -17520,7 +17520,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
17520
17520
  title: _ctx.title
17521
17521
  }, vue.createSlots({
17522
17522
  default: vue.withCtx(() => [
17523
- vue.createVNode(vue.unref(_sfc_main$h), {
17523
+ vue.createVNode(vue.unref(_sfc_main$j), {
17524
17524
  onSubmit: runSubmit,
17525
17525
  ref_key: "form",
17526
17526
  ref: form,
@@ -17562,12 +17562,12 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
17562
17562
  };
17563
17563
  }
17564
17564
  });
17565
- const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-7e6899c7"]]);
17565
+ const ModalForm = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-7e6899c7"]]);
17566
17566
  const _hoisted_1$F = { class: "accordion-item" };
17567
17567
  const _hoisted_2$v = ["aria-expanded", "aria-controls"];
17568
17568
  const _hoisted_3$o = { class: "accordion-label" };
17569
17569
  const _hoisted_4$g = ["id", "aria-hidden"];
17570
- const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
17570
+ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
17571
17571
  __name: "AccordionItem",
17572
17572
  props: {
17573
17573
  label: {},
@@ -17602,7 +17602,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
17602
17602
  vue.createElementVNode("div", {
17603
17603
  class: vue.normalizeClass(["accordion-icon", { open: vue.unref(open) }])
17604
17604
  }, [
17605
- vue.createVNode(vue.unref(_sfc_main$F), { icon: "expand_more" })
17605
+ vue.createVNode(vue.unref(_sfc_main$H), { icon: "expand_more" })
17606
17606
  ], 2)
17607
17607
  ], 8, _hoisted_2$v),
17608
17608
  vue.createVNode(vue.Transition, { name: "expand" }, {
@@ -17622,11 +17622,11 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
17622
17622
  };
17623
17623
  }
17624
17624
  });
17625
- const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-bf74738b"]]);
17625
+ const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-bf74738b"]]);
17626
17626
  const _hoisted_1$E = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 p-0" };
17627
17627
  const _hoisted_2$u = { class: "p-1" };
17628
17628
  const _hoisted_3$n = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
17629
- const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
17629
+ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
17630
17630
  __name: "ListView",
17631
17631
  setup(__props) {
17632
17632
  return (_ctx, _cache) => {
@@ -17644,7 +17644,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
17644
17644
  });
17645
17645
  const _hoisted_1$D = { class: "txt16 no-margin ellipsis" };
17646
17646
  const _hoisted_2$t = { class: "txt14 no-margin txt-gray ellipsis" };
17647
- const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
17647
+ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
17648
17648
  __name: "ListItem",
17649
17649
  props: {
17650
17650
  src: {},
@@ -17686,7 +17686,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
17686
17686
  const _hoisted_1$C = { class: "bgl_card tabs-top" };
17687
17687
  const _hoisted_2$s = { class: "tabs grid auto-flow-columns fit-content" };
17688
17688
  const _hoisted_3$m = ["onClick"];
17689
- const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
17689
+ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
17690
17690
  __name: "TabbedLayout",
17691
17691
  props: {
17692
17692
  title: {},
@@ -17748,7 +17748,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
17748
17748
  };
17749
17749
  }
17750
17750
  });
17751
- const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-37337215"]]);
17751
+ const TabbedLayout = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-37337215"]]);
17752
17752
  const _hoisted_1$B = { class: "comments-wrap" };
17753
17753
  const _hoisted_2$r = { class: "comment-list" };
17754
17754
  const _hoisted_3$l = { class: "comment-top" };
@@ -17757,7 +17757,7 @@ const _hoisted_5$d = { class: "comment-time" };
17757
17757
  const _hoisted_6$9 = { class: "comment-actions" };
17758
17758
  const _hoisted_7$5 = ["innerHTML"];
17759
17759
  const _hoisted_8$2 = { class: "new-comment" };
17760
- const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
17760
+ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
17761
17761
  __name: "Comments",
17762
17762
  props: {
17763
17763
  ref_table: {},
@@ -17815,19 +17815,19 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
17815
17815
  vue.createElementVNode("div", _hoisted_4$f, vue.toDisplayString(comment.sender.first_name) + " " + vue.toDisplayString(comment.sender.last_name), 1),
17816
17816
  vue.createElementVNode("div", _hoisted_5$d, vue.toDisplayString(comment.updated_at.split("T")[0]), 1),
17817
17817
  vue.createElementVNode("div", _hoisted_6$9, [
17818
- vue.createVNode(vue.unref(_sfc_main$F), {
17818
+ vue.createVNode(vue.unref(_sfc_main$H), {
17819
17819
  size: 1,
17820
17820
  class: "edit",
17821
17821
  icon: "edit",
17822
17822
  onClick: ($event) => vue.isRef(editComment) ? editComment.value = comment : editComment = comment
17823
17823
  }, null, 8, ["onClick"]),
17824
- vue.createVNode(vue.unref(_sfc_main$F), {
17824
+ vue.createVNode(vue.unref(_sfc_main$H), {
17825
17825
  size: 1.2,
17826
17826
  class: "delete",
17827
17827
  icon: "delete",
17828
17828
  onClick: ($event) => deleteComment(comment.id)
17829
17829
  }, null, 8, ["onClick"]),
17830
- vue.createVNode(vue.unref(_sfc_main$F), {
17830
+ vue.createVNode(vue.unref(_sfc_main$H), {
17831
17831
  size: 1.2,
17832
17832
  class: "save",
17833
17833
  icon: "save",
@@ -17835,7 +17835,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
17835
17835
  })
17836
17836
  ])
17837
17837
  ]),
17838
- vue.unref(editComment) !== null && ((_c = vue.unref(editComment)) == null ? void 0 : _c.id) === comment.id ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$G), {
17838
+ vue.unref(editComment) !== null && ((_c = vue.unref(editComment)) == null ? void 0 : _c.id) === comment.id ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$I), {
17839
17839
  key: 0,
17840
17840
  modelValue: vue.unref(editComment).body_html,
17841
17841
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.unref(editComment).body_html = $event),
@@ -17849,7 +17849,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
17849
17849
  }), 128))
17850
17850
  ]),
17851
17851
  vue.createElementVNode("div", _hoisted_8$2, [
17852
- vue.createVNode(vue.unref(_sfc_main$G), {
17852
+ vue.createVNode(vue.unref(_sfc_main$I), {
17853
17853
  class: "comment-input",
17854
17854
  modelValue: vue.unref(bodyHtml),
17855
17855
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(bodyHtml) ? bodyHtml.value = $event : bodyHtml = $event),
@@ -17869,10 +17869,10 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
17869
17869
  };
17870
17870
  }
17871
17871
  });
17872
- const Comments = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-c4b41dc0"]]);
17872
+ const Comments = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-c4b41dc0"]]);
17873
17873
  const _hoisted_1$A = { class: "page-top" };
17874
17874
  const _hoisted_2$q = { class: "top-title" };
17875
- const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
17875
+ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
17876
17876
  __name: "PageTitle",
17877
17877
  props: {
17878
17878
  value: {
@@ -17898,7 +17898,7 @@ const _hoisted_4$e = ["onClick"];
17898
17898
  const _hoisted_5$c = { class: "flex" };
17899
17899
  const _hoisted_6$8 = ["onClick"];
17900
17900
  const _hoisted_7$4 = { key: 1 };
17901
- const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
17901
+ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
17902
17902
  __name: "TableSchema",
17903
17903
  props: {
17904
17904
  data: {},
@@ -17946,7 +17946,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
17946
17946
  vue.createElementVNode("div", {
17947
17947
  class: vue.normalizeClass(["list-arrows", { sorted: vue.unref(sortField) === field.id }])
17948
17948
  }, [
17949
- vue.createVNode(vue.unref(_sfc_main$F), {
17949
+ vue.createVNode(vue.unref(_sfc_main$H), {
17950
17950
  class: vue.normalizeClass({ desc: vue.unref(sortDirection) === "DESC" }),
17951
17951
  icon: "keyboard_arrow_up"
17952
17952
  }, null, 8, ["class"])
@@ -17975,7 +17975,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
17975
17975
  row,
17976
17976
  field
17977
17977
  }, void 0, true) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$4, [
17978
- vue.createVNode(vue.unref(_sfc_main$g), {
17978
+ vue.createVNode(vue.unref(_sfc_main$i), {
17979
17979
  field,
17980
17980
  modelValue: row
17981
17981
  }, null, 8, ["field", "modelValue"])
@@ -17990,16 +17990,16 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
17990
17990
  };
17991
17991
  }
17992
17992
  });
17993
- const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-f3641508"]]);
17994
- const _sfc_main$t = {};
17993
+ const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-f3641508"]]);
17994
+ const _sfc_main$v = {};
17995
17995
  const _hoisted_1$y = { class: "flex space-between" };
17996
17996
  function _sfc_render$1(_ctx, _cache) {
17997
17997
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$y, [
17998
17998
  vue.renderSlot(_ctx.$slots, "default")
17999
17999
  ]);
18000
18000
  }
18001
- const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$1]]);
18002
- const _sfc_main$s = {};
18001
+ const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$1]]);
18002
+ const _sfc_main$u = {};
18003
18003
  function _sfc_render(_ctx, _cache) {
18004
18004
  const _component_router_view = vue.resolveComponent("router-view");
18005
18005
  return vue.openBlock(), vue.createBlock(_component_router_view, null, {
@@ -18021,7 +18021,7 @@ function _sfc_render(_ctx, _cache) {
18021
18021
  _: 1
18022
18022
  });
18023
18023
  }
18024
- const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render]]);
18024
+ const RouterWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render]]);
18025
18025
  const _hoisted_1$x = {
18026
18026
  key: 0,
18027
18027
  class: "data"
@@ -18034,7 +18034,7 @@ const _hoisted_3$j = { class: "key" };
18034
18034
  const _hoisted_4$d = { key: 1 };
18035
18035
  const _hoisted_5$b = { class: "key" };
18036
18036
  const _hoisted_6$7 = { class: "vlue" };
18037
- const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
18037
+ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
18038
18038
  __name: "DataPreview",
18039
18039
  props: /* @__PURE__ */ vue.mergeModels({
18040
18040
  schema: {},
@@ -18049,7 +18049,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
18049
18049
  return (_ctx, _cache) => {
18050
18050
  var _a2;
18051
18051
  return __props.data ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
18052
- _ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$o), {
18052
+ _ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$q), {
18053
18053
  key: 0,
18054
18054
  label: _ctx.title
18055
18055
  }, null, 8, ["label"])) : vue.createCommentVNode("", true),
@@ -18059,7 +18059,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
18059
18059
  }, [
18060
18060
  vue.unref(iffer)(field, itemData.value) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$o, [
18061
18061
  vue.createElementVNode("div", _hoisted_3$j, vue.toDisplayString((field == null ? void 0 : field.label) || vue.unref(keyToLabel)(field.id)), 1),
18062
- vue.createVNode(vue.unref(_sfc_main$g), {
18062
+ vue.createVNode(vue.unref(_sfc_main$i), {
18063
18063
  field,
18064
18064
  modelValue: itemData.value,
18065
18065
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => itemData.value = $event)
@@ -18083,8 +18083,8 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
18083
18083
  };
18084
18084
  }
18085
18085
  });
18086
- const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-bb2526f9"]]);
18087
- const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
18086
+ const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-bb2526f9"]]);
18087
+ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
18088
18088
  __name: "Card",
18089
18089
  props: {
18090
18090
  thin: { type: Boolean },
@@ -18112,7 +18112,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
18112
18112
  }
18113
18113
  });
18114
18114
  const _hoisted_1$w = ["src", "alt"];
18115
- const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
18115
+ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
18116
18116
  __name: "Avatar",
18117
18117
  props: {
18118
18118
  fallback: {},
@@ -18138,8 +18138,8 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
18138
18138
  };
18139
18139
  }
18140
18140
  });
18141
- const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-c38bc02a"]]);
18142
- const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
18141
+ const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-c38bc02a"]]);
18142
+ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
18143
18143
  __name: "Title",
18144
18144
  props: {
18145
18145
  value: {
@@ -18167,7 +18167,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
18167
18167
  };
18168
18168
  }
18169
18169
  });
18170
- const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
18170
+ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
18171
18171
  __name: "Accordion",
18172
18172
  setup(__props) {
18173
18173
  const state = vue.reactive({
@@ -18182,7 +18182,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
18182
18182
  }
18183
18183
  });
18184
18184
  const _hoisted_1$v = ["onClick"];
18185
- const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
18185
+ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
18186
18186
  __name: "ComboBox",
18187
18187
  props: {
18188
18188
  options: {},
@@ -18262,7 +18262,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
18262
18262
  class: "bagel-input combobox"
18263
18263
  }, {
18264
18264
  popper: vue.withCtx(({ hide }) => [
18265
- vue.createVNode(vue.unref(_sfc_main$q), {
18265
+ vue.createVNode(vue.unref(_sfc_main$s), {
18266
18266
  thin: "",
18267
18267
  class: "combobox-options"
18268
18268
  }, {
@@ -18287,7 +18287,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
18287
18287
  }
18288
18288
  }, [
18289
18289
  vue.createElementVNode("span", null, vue.toDisplayString(label(option2)), 1),
18290
- isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$F), {
18290
+ isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$H), {
18291
18291
  key: 0,
18292
18292
  icon: "check"
18293
18293
  })) : vue.createCommentVNode("", true)
@@ -18304,7 +18304,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
18304
18304
  onClick: toggle
18305
18305
  }, [
18306
18306
  vue.createTextVNode(vue.toDisplayString(valueToLabel(vue.unref(selectedItem)) || _ctx.placeholder || "Select") + " ", 1),
18307
- vue.createVNode(vue.unref(_sfc_main$F), vue.normalizeProps(vue.guardReactiveProps({ "icon": vue.unref(open) ? "unfold_less" : "unfold_more" })), null, 16)
18307
+ vue.createVNode(vue.unref(_sfc_main$H), vue.normalizeProps(vue.guardReactiveProps({ "icon": vue.unref(open) ? "unfold_less" : "unfold_more" })), null, 16)
18308
18308
  ]),
18309
18309
  _ctx.required ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("input", {
18310
18310
  key: 0,
@@ -18320,9 +18320,9 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
18320
18320
  };
18321
18321
  }
18322
18322
  });
18323
- const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-ceeb5855"]]);
18323
+ const ComboBox = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-ceeb5855"]]);
18324
18324
  const _hoisted_1$u = ["dismissable"];
18325
- const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
18325
+ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
18326
18326
  __name: "Alert",
18327
18327
  props: {
18328
18328
  message: {},
@@ -18342,7 +18342,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
18342
18342
  class: vue.normalizeClass(["alert", [_ctx.type]]),
18343
18343
  dismissable: _ctx.dismissable
18344
18344
  }, [
18345
- vue.createVNode(vue.unref(_sfc_main$F), {
18345
+ vue.createVNode(vue.unref(_sfc_main$H), {
18346
18346
  class: "alert_icon",
18347
18347
  icon: _ctx.type,
18348
18348
  size: 2,
@@ -18360,8 +18360,8 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
18360
18360
  };
18361
18361
  }
18362
18362
  });
18363
- const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-94bfcb05"]]);
18364
- const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
18363
+ const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-94bfcb05"]]);
18364
+ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
18365
18365
  __name: "Badge",
18366
18366
  props: {
18367
18367
  color: {},
@@ -18376,13 +18376,13 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
18376
18376
  return vue.openBlock(), vue.createElementBlock("div", {
18377
18377
  class: vue.normalizeClass(["pill", [_ctx.color]])
18378
18378
  }, [
18379
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$F), {
18379
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$H), {
18380
18380
  key: 0,
18381
18381
  class: "inline",
18382
18382
  icon: _ctx.icon
18383
18383
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
18384
18384
  vue.createTextVNode(" " + vue.toDisplayString(_ctx.text) + " ", 1),
18385
- props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$F), {
18385
+ props2["icon.end"] ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$H), {
18386
18386
  key: 1,
18387
18387
  class: "inline",
18388
18388
  icon: props2["icon.end"]
@@ -18391,11 +18391,11 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
18391
18391
  };
18392
18392
  }
18393
18393
  });
18394
- const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-ad24530a"]]);
18394
+ const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-ad24530a"]]);
18395
18395
  const _hoisted_1$t = { class: "bgl_vid" };
18396
18396
  const _hoisted_2$n = ["src"];
18397
18397
  const _hoisted_3$i = ["src", "autoplay", "muted", "loop", "controls"];
18398
- const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
18398
+ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
18399
18399
  __name: "BglVideo",
18400
18400
  props: {
18401
18401
  src: {},
@@ -18456,13 +18456,13 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
18456
18456
  };
18457
18457
  }
18458
18458
  });
18459
- const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-23835d69"]]);
18459
+ const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-23835d69"]]);
18460
18460
  const _hoisted_1$s = {
18461
18461
  key: 0,
18462
18462
  class: "blocker"
18463
18463
  };
18464
18464
  const _hoisted_2$m = { class: "Handlers" };
18465
- const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
18465
+ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
18466
18466
  __name: "Carousel",
18467
18467
  props: {
18468
18468
  autoHeight: {
@@ -18627,13 +18627,13 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
18627
18627
  };
18628
18628
  }
18629
18629
  });
18630
- const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-dc11f21a"]]);
18630
+ const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-dc11f21a"]]);
18631
18631
  const _hoisted_1$r = {
18632
18632
  key: 1,
18633
18633
  type: "submit",
18634
18634
  hidden: ""
18635
18635
  };
18636
- const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
18636
+ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
18637
18637
  __name: "BglForm",
18638
18638
  props: {
18639
18639
  label: {},
@@ -18696,7 +18696,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
18696
18696
  __expose({ validateForm, deleteItem, isDirty: isDirty.value });
18697
18697
  return (_ctx, _cache) => {
18698
18698
  return _ctx.id ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(_ctx.schema, (field, i2) => {
18699
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$g), {
18699
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$i), {
18700
18700
  key: field.id || `${i2}p`,
18701
18701
  field,
18702
18702
  modelValue: data2.value,
@@ -18708,13 +18708,13 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
18708
18708
  ref: form,
18709
18709
  onSubmit: vue.withModifiers(runSubmit, ["prevent"])
18710
18710
  }, [
18711
- _ctx.label ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$o), {
18711
+ _ctx.label ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$q), {
18712
18712
  key: 0,
18713
18713
  tag: "h4",
18714
18714
  label: _ctx.label
18715
18715
  }, null, 8, ["label"])) : vue.createCommentVNode("", true),
18716
18716
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.schema, (field, i2) => {
18717
- return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$g), {
18717
+ return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$i), {
18718
18718
  key: field.id || `${i2}p`,
18719
18719
  field,
18720
18720
  modelValue: data2.value,
@@ -18727,7 +18727,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
18727
18727
  };
18728
18728
  }
18729
18729
  });
18730
- const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
18730
+ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
18731
18731
  __name: "BglField",
18732
18732
  props: {
18733
18733
  field: {},
@@ -18740,7 +18740,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
18740
18740
  if (props2.field.$el === "text")
18741
18741
  return TextInput;
18742
18742
  if (props2.field.$el === "select")
18743
- return _sfc_main$c;
18743
+ return _sfc_main$e;
18744
18744
  if (props2.field.$el === "toggle")
18745
18745
  return ToggleInput;
18746
18746
  if (props2.field.$el === "check")
@@ -18831,7 +18831,7 @@ const _hoisted_3$h = [
18831
18831
  _hoisted_2$l
18832
18832
  ];
18833
18833
  const _hoisted_4$c = ["required", "id"];
18834
- const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
18834
+ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
18835
18835
  __name: "CheckInput",
18836
18836
  props: /* @__PURE__ */ vue.mergeModels({
18837
18837
  label: {},
@@ -18872,7 +18872,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
18872
18872
  };
18873
18873
  }
18874
18874
  });
18875
- const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-e8219826"]]);
18875
+ const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-e8219826"]]);
18876
18876
  function toDate(argument) {
18877
18877
  const argStr = Object.prototype.toString.call(argument);
18878
18878
  if (argument instanceof Date || typeof argument === "object" && argStr === "[object Date]") {
@@ -27483,7 +27483,7 @@ Object.entries(Mo).forEach(([e, t]) => {
27483
27483
  });
27484
27484
  const _hoisted_1$p = ["title"];
27485
27485
  const _hoisted_2$k = { key: 0 };
27486
- const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
27486
+ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
27487
27487
  __name: "DateInput",
27488
27488
  props: {
27489
27489
  label: {},
@@ -27536,7 +27536,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
27536
27536
  const _hoisted_1$o = ["title"];
27537
27537
  const _hoisted_2$j = { key: 0 };
27538
27538
  const _hoisted_3$g = ["value", "placeholder"];
27539
- const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
27539
+ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
27540
27540
  __name: "JSONInput",
27541
27541
  props: {
27542
27542
  description: { default: "" },
@@ -27572,7 +27572,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
27572
27572
  };
27573
27573
  }
27574
27574
  });
27575
- const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-1fc4f739"]]);
27575
+ const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-1fc4f739"]]);
27576
27576
  function isEmpty(opt) {
27577
27577
  if (opt === 0)
27578
27578
  return false;
@@ -28879,7 +28879,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
28879
28879
  script$e.render = render$e;
28880
28880
  const Multiselect = script$e;
28881
28881
  const _hoisted_1$m = ["for"];
28882
- const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
28882
+ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
28883
28883
  __name: "SelectInput",
28884
28884
  props: {
28885
28885
  required: { type: Boolean },
@@ -28945,7 +28945,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
28945
28945
  const _hoisted_1$l = ["title"];
28946
28946
  const _hoisted_2$h = { key: 0 };
28947
28947
  const _hoisted_3$e = ["value", "placeholder"];
28948
- const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
28948
+ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
28949
28949
  __name: "RichTextEditor",
28950
28950
  props: {
28951
28951
  description: { default: "" },
@@ -28981,7 +28981,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
28981
28981
  };
28982
28982
  }
28983
28983
  });
28984
- const RichTextEditor = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-69a60381"]]);
28984
+ const RichTextEditor = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-69a60381"]]);
28985
28985
  /*!
28986
28986
  * vue-draggable-next v2.2.0
28987
28987
  * (c) 2023 Anish George
@@ -31510,7 +31510,7 @@ const _hoisted_3$d = { class: "table-side-scroll" };
31510
31510
  const _hoisted_4$a = { class: "table-header" };
31511
31511
  const _hoisted_5$9 = { class: "table-reorder" };
31512
31512
  const _hoisted_6$5 = { class: "table-action" };
31513
- const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
31513
+ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
31514
31514
  __name: "TableField",
31515
31515
  props: {
31516
31516
  description: { default: "" },
@@ -31607,7 +31607,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
31607
31607
  key: row.id
31608
31608
  }, [
31609
31609
  vue.createElementVNode("div", _hoisted_5$9, [
31610
- vue.createVNode(vue.unref(_sfc_main$F), { icon: "more_vert" })
31610
+ vue.createVNode(vue.unref(_sfc_main$H), { icon: "more_vert" })
31611
31611
  ]),
31612
31612
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_a3 = vue.unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
31613
31613
  return vue.openBlock(), vue.createElementBlock("div", {
@@ -31624,7 +31624,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
31624
31624
  ], 2);
31625
31625
  }), 128)),
31626
31626
  vue.createElementVNode("div", _hoisted_6$5, [
31627
- vue.createVNode(vue.unref(_sfc_main$F), {
31627
+ vue.createVNode(vue.unref(_sfc_main$H), {
31628
31628
  icon: "delete",
31629
31629
  onClick: ($event) => removeRow(index2)
31630
31630
  }, null, 8, ["onClick"])
@@ -31654,13 +31654,13 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
31654
31654
  };
31655
31655
  }
31656
31656
  });
31657
- const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-cdacf10e"]]);
31657
+ const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-cdacf10e"]]);
31658
31658
  const _hoisted_1$j = ["title"];
31659
31659
  const _hoisted_2$f = ["for"];
31660
31660
  const _hoisted_3$c = ["title", "autocomplete", "id", "type", "placeholder", "disabled", "required", "pattern"];
31661
31661
  const _hoisted_4$9 = ["title", "id", "type", "rows", "placeholder", "disabled", "required", "pattern"];
31662
31662
  const _hoisted_5$8 = { key: 2 };
31663
- const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
31663
+ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
31664
31664
  __name: "TextInput",
31665
31665
  props: {
31666
31666
  id: {},
@@ -31786,12 +31786,12 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
31786
31786
  ]),
31787
31787
  _ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$8, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true)
31788
31788
  ], 8, _hoisted_2$f),
31789
- _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$F), {
31789
+ _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$H), {
31790
31790
  key: 0,
31791
31791
  class: "iconStart",
31792
31792
  icon: _ctx.iconStart
31793
31793
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
31794
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$F), {
31794
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$H), {
31795
31795
  key: 1,
31796
31796
  icon: _ctx.icon
31797
31797
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -31807,9 +31807,9 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
31807
31807
  };
31808
31808
  }
31809
31809
  });
31810
- const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-bdd555bb"]]);
31810
+ const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-bdd555bb"]]);
31811
31811
  const _hoisted_1$i = { class: "primary-checkbox" };
31812
- const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
31812
+ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
31813
31813
  __name: "Checkbox",
31814
31814
  props: {
31815
31815
  "modelValue": {
@@ -31830,16 +31830,16 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
31830
31830
  [vue.vModelCheckbox, val.value]
31831
31831
  ]),
31832
31832
  vue.createElementVNode("span", null, [
31833
- vue.createVNode(vue.unref(_sfc_main$F), { icon: "check" })
31833
+ vue.createVNode(vue.unref(_sfc_main$H), { icon: "check" })
31834
31834
  ])
31835
31835
  ]);
31836
31836
  };
31837
31837
  }
31838
31838
  });
31839
- const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-e4cbb088"]]);
31839
+ const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-e4cbb088"]]);
31840
31840
  const _hoisted_1$h = ["title"];
31841
31841
  const _hoisted_2$e = ["id", "placeholder", "required"];
31842
- const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
31842
+ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
31843
31843
  __name: "ColorPicker",
31844
31844
  props: {
31845
31845
  label: {},
@@ -31891,7 +31891,7 @@ const _hoisted_3$b = {
31891
31891
  };
31892
31892
  const _hoisted_4$8 = ["id", "name", "value"];
31893
31893
  const _hoisted_5$7 = ["for"];
31894
- const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
31894
+ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
31895
31895
  __name: "DatePicker",
31896
31896
  props: {
31897
31897
  name: {},
@@ -31950,7 +31950,7 @@ const _hoisted_2$c = { class: "pb-025" };
31950
31950
  const _hoisted_3$a = { class: "flex gap-05 flex-wrap" };
31951
31951
  const _hoisted_4$7 = ["id", "name", "value", "checked"];
31952
31952
  const _hoisted_5$6 = ["for"];
31953
- const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
31953
+ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
31954
31954
  __name: "RadioPillsInput",
31955
31955
  props: {
31956
31956
  options: {},
@@ -32013,7 +32013,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
32013
32013
  };
32014
32014
  }
32015
32015
  });
32016
- const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-e47ae8b5"]]);
32016
+ const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-e47ae8b5"]]);
32017
32017
  const _hoisted_1$e = { class: "bagel-input" };
32018
32018
  const _hoisted_2$b = {
32019
32019
  key: 0,
@@ -32035,7 +32035,7 @@ const _hoisted_12 = {
32035
32035
  key: 0,
32036
32036
  class: "progress"
32037
32037
  };
32038
- const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
32038
+ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
32039
32039
  __name: "FileUpload",
32040
32040
  props: /* @__PURE__ */ vue.mergeModels({
32041
32041
  label: {},
@@ -32195,7 +32195,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
32195
32195
  style: vue.normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
32196
32196
  }, [
32197
32197
  fileQ.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, vue.toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
32198
- vue.createVNode(vue.unref(_sfc_main$F), {
32198
+ vue.createVNode(vue.unref(_sfc_main$H), {
32199
32199
  class: "success",
32200
32200
  icon: "check"
32201
32201
  })
@@ -32208,7 +32208,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
32208
32208
  };
32209
32209
  }
32210
32210
  });
32211
- const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-1be8d7b1"]]);
32211
+ const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-1be8d7b1"]]);
32212
32212
  const _withScopeId = (n2) => (vue.pushScopeId("data-v-b87221d6"), n2 = n2(), vue.popScopeId(), n2);
32213
32213
  const _hoisted_1$d = ["title"];
32214
32214
  const _hoisted_2$a = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("span", { class: "slider round" }, null, -1));
@@ -32216,7 +32216,7 @@ const _hoisted_3$8 = [
32216
32216
  _hoisted_2$a
32217
32217
  ];
32218
32218
  const _hoisted_4$5 = ["id"];
32219
- const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
32219
+ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
32220
32220
  __name: "ToggleInput",
32221
32221
  props: /* @__PURE__ */ vue.mergeModels({
32222
32222
  label: {},
@@ -32252,7 +32252,7 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
32252
32252
  };
32253
32253
  }
32254
32254
  });
32255
- const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-b87221d6"]]);
32255
+ const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-b87221d6"]]);
32256
32256
  function _isPlaceholder(a2) {
32257
32257
  return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
32258
32258
  }
@@ -37691,7 +37691,7 @@ var script$2 = vue.defineComponent({
37691
37691
  return { y: y2, canvas, direction };
37692
37692
  }
37693
37693
  });
37694
- const _hoisted_1$2 = {
37694
+ const _hoisted_1$2$1 = {
37695
37695
  key: 0,
37696
37696
  class: "layer-marker"
37697
37697
  };
@@ -37704,7 +37704,7 @@ const _hoisted_4$1 = {
37704
37704
  const _hoisted_5$1 = ["x", "y", "fill"];
37705
37705
  const _hoisted_6$1 = ["x1", "y1", "x2", "y2", "stroke", "stroke-opacity", "stroke-width", "stroke-dasharray"];
37706
37706
  function render$2(_ctx, _cache, $props, $setup, $data, $options) {
37707
- return _ctx.direction === "horizontal" ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$2, [
37707
+ return _ctx.direction === "horizontal" ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$2$1, [
37708
37708
  vue.createElementVNode("text", {
37709
37709
  x: _ctx.canvas.x + 5,
37710
37710
  y: _ctx.y - 5,
@@ -38324,7 +38324,7 @@ const _hoisted_1$1$1 = {
38324
38324
  class: "treemap",
38325
38325
  style: { display: "flex", position: "relative" }
38326
38326
  };
38327
- const _hoisted_2$1 = ["width", "height", "viewBox"];
38327
+ const _hoisted_2$1$1 = ["width", "height", "viewBox"];
38328
38328
  const _hoisted_3$7 = { class: "layer-rectangles" };
38329
38329
  const _hoisted_4$4 = ["transform", "onMouseover"];
38330
38330
  const _hoisted_5$4 = ["width", "height"];
@@ -38384,7 +38384,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
38384
38384
  /* KEYED_FRAGMENT */
38385
38385
  ))
38386
38386
  ])
38387
- ], 8, _hoisted_2$1)),
38387
+ ], 8, _hoisted_2$1$1)),
38388
38388
  vue.renderSlot(_ctx.$slots, "widgets")
38389
38389
  ]);
38390
38390
  }
@@ -38452,13 +38452,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
38452
38452
  }
38453
38453
  script.render = render;
38454
38454
  script.__file = "src/components/HoverBar/index.vue";
38455
- const _hoisted_1$1 = /* @__PURE__ */ vue.createElementVNode("stop", {
38455
+ const _hoisted_1$2 = /* @__PURE__ */ vue.createElementVNode("stop", {
38456
38456
  offset: "100%",
38457
38457
  "stop-color": "white",
38458
38458
  "stop-opacity": "0.4"
38459
38459
  }, null, -1);
38460
38460
  const BRAND_COLOR = "var(--bgl-primary)";
38461
- const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
38461
+ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
38462
38462
  __name: "Lineart",
38463
38463
  props: {
38464
38464
  data: {},
@@ -38587,7 +38587,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
38587
38587
  "stop-color": BRAND_COLOR,
38588
38588
  "stop-opacity": "1"
38589
38589
  }),
38590
- _hoisted_1$1
38590
+ _hoisted_1$2
38591
38591
  ])
38592
38592
  ])
38593
38593
  ]),
@@ -38603,14 +38603,14 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
38603
38603
  };
38604
38604
  }
38605
38605
  });
38606
- const _hoisted_1 = { class: "main-content" };
38607
- const _hoisted_2 = { class: "view-wrapper bgl_card thin" };
38606
+ const _hoisted_1$1 = { class: "main-content" };
38607
+ const _hoisted_2$1 = { class: "view-wrapper bgl_card thin" };
38608
38608
  const _hoisted_3 = { class: "whatsapp-wrap" };
38609
38609
  const _hoisted_4 = { class: "create-template-form" };
38610
38610
  const _hoisted_5 = { class: "whatsapp-msg" };
38611
38611
  const _hoisted_6 = { class: "whatsapp-body" };
38612
38612
  const _hoisted_7 = { class: "whatsapp-footer" };
38613
- const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
38613
+ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
38614
38614
  __name: "MsgTemplate",
38615
38615
  props: {
38616
38616
  whatsappTemplateSchema: {},
@@ -38709,17 +38709,17 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
38709
38709
  vue.onMounted(loadTemplateData);
38710
38710
  return (_ctx, _cache) => {
38711
38711
  var _a2, _b, _c, _d, _e2, _f;
38712
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
38713
- vue.createVNode(vue.unref(_sfc_main$v), null, {
38712
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1, [
38713
+ vue.createVNode(vue.unref(_sfc_main$x), null, {
38714
38714
  default: vue.withCtx(() => [
38715
38715
  vue.createTextVNode("Whatsapp Template")
38716
38716
  ]),
38717
38717
  _: 1
38718
38718
  }),
38719
- vue.createElementVNode("div", _hoisted_2, [
38719
+ vue.createElementVNode("div", _hoisted_2$1, [
38720
38720
  vue.createElementVNode("div", _hoisted_3, [
38721
38721
  vue.createElementVNode("div", _hoisted_4, [
38722
- vue.createVNode(vue.unref(_sfc_main$h), {
38722
+ vue.createVNode(vue.unref(_sfc_main$j), {
38723
38723
  schema: _ctx.whatsappTemplateSchema,
38724
38724
  modelValue: vue.unref(localWhatsappData),
38725
38725
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(localWhatsappData) ? localWhatsappData.value = $event : localWhatsappData = $event),
@@ -38742,8 +38742,8 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
38742
38742
  };
38743
38743
  }
38744
38744
  });
38745
- const MsgTemplate = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-208db149"]]);
38746
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
38745
+ const MsgTemplate = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-208db149"]]);
38746
+ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
38747
38747
  __name: "TextVariableExamples",
38748
38748
  props: {
38749
38749
  context: Object
@@ -38830,51 +38830,151 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
38830
38830
  };
38831
38831
  }
38832
38832
  });
38833
- exports.Accordion = _sfc_main$n;
38833
+ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
38834
+ __name: "Layout",
38835
+ props: {
38836
+ gap: { default: 1 },
38837
+ h100: { type: Boolean, default: false },
38838
+ columns: { default: () => [] },
38839
+ rows: { default: () => [] }
38840
+ },
38841
+ setup(__props) {
38842
+ const props2 = __props;
38843
+ const style = vue.computed(() => {
38844
+ const obj = { gap: `${props2.gap}rem` };
38845
+ if (props2.columns.length)
38846
+ obj["grid-template-columns"] = props2.columns.join(" ");
38847
+ if (props2.rows.length)
38848
+ obj["grid-template-rows"] = props2.rows.join(" ");
38849
+ return obj;
38850
+ });
38851
+ return (_ctx, _cache) => {
38852
+ return vue.openBlock(), vue.createElementBlock("div", {
38853
+ class: vue.normalizeClass(["layout", { "layout-h-100": _ctx.h100 }]),
38854
+ style: vue.normalizeStyle(style.value)
38855
+ }, [
38856
+ vue.renderSlot(_ctx.$slots, "default")
38857
+ ], 6);
38858
+ };
38859
+ }
38860
+ });
38861
+ const _hoisted_1 = { class: "w-100 px-075" };
38862
+ const _hoisted_2 = { key: 0 };
38863
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
38864
+ __name: "SidebarMenu",
38865
+ props: {
38866
+ navLinks: {},
38867
+ expandable: { type: Boolean },
38868
+ open: { type: Boolean }
38869
+ },
38870
+ emits: ["update:open"],
38871
+ setup(__props, { emit: __emit }) {
38872
+ const slots = vue.useSlots();
38873
+ const props2 = __props;
38874
+ let isOpen = vue.ref(props2.open);
38875
+ const emit2 = __emit;
38876
+ function toggleMenu() {
38877
+ isOpen.value = !isOpen.value;
38878
+ emit2("update:open", isOpen.value);
38879
+ }
38880
+ return (_ctx, _cache) => {
38881
+ const _component_Card = vue.resolveComponent("Card");
38882
+ const _directive_tooltip = vue.resolveDirective("tooltip");
38883
+ return vue.openBlock(), vue.createBlock(_component_Card, {
38884
+ class: vue.normalizeClass(["flex column gap-05 pt-1 bgl_sidebar", { "wideNav": vue.unref(isOpen) }])
38885
+ }, {
38886
+ default: vue.withCtx(() => [
38887
+ vue.createElementVNode("div", _hoisted_1, [
38888
+ vue.createVNode(vue.unref(Btn), {
38889
+ thin: "",
38890
+ color: "light",
38891
+ class: "toggleNav mb-05",
38892
+ icon: "keyboard_arrow_right",
38893
+ onClick: toggleMenu
38894
+ })
38895
+ ]),
38896
+ vue.createTextVNode(),
38897
+ !vue.unref(isOpen) || !vue.unref(slots)["brand-open"] ? vue.renderSlot(_ctx.$slots, "brand", { key: 0 }, void 0, true) : vue.createCommentVNode("", true),
38898
+ vue.unref(isOpen) ? vue.renderSlot(_ctx.$slots, "brand-open", { key: 1 }, void 0, true) : vue.createCommentVNode("", true),
38899
+ !_ctx.navLinks ? vue.renderSlot(_ctx.$slots, "default", { key: 2 }, void 0, true) : vue.createCommentVNode("", true),
38900
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.navLinks, (nav2, i2) => {
38901
+ return vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(Btn), {
38902
+ key: i2,
38903
+ to: nav2.to,
38904
+ class: "nav-button"
38905
+ }, {
38906
+ default: vue.withCtx(() => [
38907
+ vue.createVNode(vue.unref(_sfc_main$H), {
38908
+ icon: nav2.icon,
38909
+ size: 1.4
38910
+ }, null, 8, ["icon"]),
38911
+ _ctx.open ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2, vue.toDisplayString(nav2.label), 1)) : vue.createCommentVNode("", true)
38912
+ ]),
38913
+ _: 2
38914
+ }, 1032, ["to"])), [
38915
+ [
38916
+ _directive_tooltip,
38917
+ { content: nav2.label, disabled: _ctx.open, class: ["nav-tooltip"] },
38918
+ void 0,
38919
+ { right: true }
38920
+ ]
38921
+ ]);
38922
+ }), 128)),
38923
+ vue.renderSlot(_ctx.$slots, "footer", {}, void 0, true)
38924
+ ]),
38925
+ _: 3
38926
+ }, 8, ["class"]);
38927
+ };
38928
+ }
38929
+ });
38930
+ const SidebarMenu = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-67b81581"]]);
38931
+ exports.Accordion = _sfc_main$p;
38834
38932
  exports.AccordionItem = AccordionItem;
38835
38933
  exports.Alert = Alert;
38836
38934
  exports.Avatar = Avatar;
38837
38935
  exports.Badge = Badge;
38838
- exports.BagelForm = _sfc_main$h;
38936
+ exports.BagelForm = _sfc_main$j;
38839
38937
  exports.BagelVue = BagelVue;
38840
- exports.BglField = _sfc_main$g;
38841
- exports.BglForm = _sfc_main$h;
38938
+ exports.BglField = _sfc_main$i;
38939
+ exports.BglForm = _sfc_main$j;
38842
38940
  exports.BglVideo = BglVideo;
38843
38941
  exports.Btn = Btn;
38844
- exports.Card = _sfc_main$q;
38942
+ exports.Card = _sfc_main$s;
38845
38943
  exports.Carousel = Carousel;
38846
38944
  exports.CheckInput = CheckInput;
38847
38945
  exports.Checkbox = Checkbox;
38848
- exports.ColorPicker = _sfc_main$7;
38946
+ exports.ColorPicker = _sfc_main$9;
38849
38947
  exports.ComboBox = ComboBox;
38850
38948
  exports.Comments = Comments;
38851
38949
  exports.DataPreview = DataPreview;
38852
- exports.DateInput = _sfc_main$e;
38853
- exports.DatePicker = _sfc_main$6;
38950
+ exports.DateInput = _sfc_main$g;
38951
+ exports.DatePicker = _sfc_main$8;
38854
38952
  exports.FileUpload = FileUpload;
38855
- exports.Icon = _sfc_main$F;
38953
+ exports.Icon = _sfc_main$H;
38856
38954
  exports.JSONInput = JSONInput;
38857
- exports.Lineart = _sfc_main$2;
38858
- exports.ListItem = _sfc_main$y;
38859
- exports.ListView = _sfc_main$z;
38860
- exports.MaterialIcon = _sfc_main$F;
38861
- exports.Modal = _sfc_main$C;
38955
+ exports.Layout = _sfc_main$1;
38956
+ exports.Lineart = _sfc_main$4;
38957
+ exports.ListItem = _sfc_main$A;
38958
+ exports.ListView = _sfc_main$B;
38959
+ exports.MaterialIcon = _sfc_main$H;
38960
+ exports.Modal = _sfc_main$E;
38862
38961
  exports.ModalForm = ModalForm;
38863
38962
  exports.ModalPlugin = ModalPlugin;
38864
38963
  exports.MsgTemplate = MsgTemplate;
38865
38964
  exports.NavBar = NavBar;
38866
- exports.PageTitle = _sfc_main$v;
38867
- exports.RTXEditor = _sfc_main$G;
38965
+ exports.PageTitle = _sfc_main$x;
38966
+ exports.RTXEditor = _sfc_main$I;
38868
38967
  exports.RadioPillsInput = RadioPillsInput;
38869
38968
  exports.RichTextEditor = RichTextEditor;
38870
38969
  exports.RouterWrapper = RouterWrapper;
38871
- exports.SelectInput = _sfc_main$c;
38970
+ exports.SelectInput = _sfc_main$e;
38971
+ exports.SidebarMenu = SidebarMenu;
38872
38972
  exports.TabbedLayout = TabbedLayout;
38873
38973
  exports.TableField = TableField;
38874
38974
  exports.TableSchema = TableSchema;
38875
38975
  exports.TextInput = TextInput;
38876
- exports.TextVariableExamples = _sfc_main;
38877
- exports.Title = _sfc_main$o;
38976
+ exports.TextVariableExamples = _sfc_main$2;
38977
+ exports.Title = _sfc_main$q;
38878
38978
  exports.ToggleInput = ToggleInput;
38879
38979
  exports.TopBar = TopBar;
38880
38980
  exports.bagelInjectionKey = bagelInjectionKey;