@bagelink/vue 1.2.45 → 1.2.48

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
@@ -548,7 +548,7 @@ const CalendarPopover = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId",
548
548
  const _hoisted_1$X = { class: "agenda-view" };
549
549
  const _hoisted_2$I = ["data-date", "onClick"];
550
550
  const _hoisted_3$C = { class: "event-content" };
551
- const _hoisted_4$p = { class: "event-time" };
551
+ const _hoisted_4$q = { class: "event-time" };
552
552
  const _hoisted_5$o = { class: "event-details" };
553
553
  const _hoisted_6$l = { class: "event-title" };
554
554
  const _sfc_main$15 = /* @__PURE__ */ defineComponent({
@@ -671,7 +671,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
671
671
  onClick: withModifiers(($event) => handleEventSelection(event, $event), ["stop"])
672
672
  }, [
673
673
  createElementVNode("div", _hoisted_3$C, [
674
- createElementVNode("div", _hoisted_4$p, toDisplayString(unref(formatDate)(event.start_time, { fmt: "HH:mm" })), 1),
674
+ createElementVNode("div", _hoisted_4$q, toDisplayString(unref(formatDate)(event.start_time, { fmt: "HH:mm" })), 1),
675
675
  createElementVNode("div", _hoisted_5$o, [
676
676
  createElementVNode("div", _hoisted_6$l, toDisplayString(event.title), 1),
677
677
  createElementVNode("div", {
@@ -690,7 +690,7 @@ const AgendaView = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "dat
690
690
  const _hoisted_1$W = { class: "w-100p overflow-hidden m_overflow h-100p grid" };
691
691
  const _hoisted_2$H = { class: "border-bottom me-1 txt-center p-05 dayGrid" };
692
692
  const _hoisted_3$B = { class: "overflow h-100p pe-05" };
693
- const _hoisted_4$o = { class: "time-column" };
693
+ const _hoisted_4$p = { class: "time-column" };
694
694
  const _hoisted_5$n = { class: "events-column" };
695
695
  const _hoisted_6$k = ["onClick"];
696
696
  const _hoisted_7$g = { class: "event-content" };
@@ -843,7 +843,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
843
843
  class: "time-slots dayGrid border-end relative",
844
844
  onMousedown: handleMouseDown
845
845
  }, [
846
- createElementVNode("div", _hoisted_4$o, [
846
+ createElementVNode("div", _hoisted_4$p, [
847
847
  (openBlock(true), createElementBlock(Fragment, null, renderList(timeSlots.value, (slot) => {
848
848
  return openBlock(), createElementBlock("div", {
849
849
  key: slot.time,
@@ -902,7 +902,7 @@ const DayView = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v
902
902
  const _hoisted_1$V = { class: "month-view" };
903
903
  const _hoisted_2$G = { class: "month-header" };
904
904
  const _hoisted_3$A = { class: "month-grid" };
905
- const _hoisted_4$n = { class: "day-number" };
905
+ const _hoisted_4$o = { class: "day-number" };
906
906
  const _hoisted_5$m = { class: "day-events" };
907
907
  const _hoisted_6$j = {
908
908
  key: 0,
@@ -1004,7 +1004,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
1004
1004
  "other-month": !day.isCurrentMonth
1005
1005
  }])
1006
1006
  }, [
1007
- createElementVNode("div", _hoisted_4$n, toDisplayString(unref(fmtDate)(day.date, { fmt: "DD" })), 1),
1007
+ createElementVNode("div", _hoisted_4$o, toDisplayString(unref(fmtDate)(day.date, { fmt: "DD" })), 1),
1008
1008
  createElementVNode("div", _hoisted_5$m, [
1009
1009
  isMobile.value ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
1010
1010
  day.events.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_6$j)) : createCommentVNode("", true)
@@ -1031,7 +1031,7 @@ const MonthView = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data
1031
1031
  const _hoisted_1$U = { class: "w-100p overflow-hidden m_overflow h-100p grid" };
1032
1032
  const _hoisted_2$F = { class: "overflow h-100p pe-05" };
1033
1033
  const _hoisted_3$z = ["onMousedown"];
1034
- const _hoisted_4$m = ["onClick"];
1034
+ const _hoisted_4$n = ["onClick"];
1035
1035
  const _hoisted_5$l = { class: "overflow-hidden color-white p-025 txt12 h-100p" };
1036
1036
  const _hoisted_6$i = { class: "white-space ellipsis-1" };
1037
1037
  const _hoisted_7$e = { class: "txt10 opacity-8" };
@@ -1367,7 +1367,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
1367
1367
  createElementVNode("div", _hoisted_6$i, toDisplayString(event.title), 1),
1368
1368
  createElementVNode("div", _hoisted_7$e, toDisplayString(unref(formatDate)(event.start_time, { fmt: "HH:mm" })) + " - " + toDisplayString(unref(formatDate)(event.end_time, { fmt: "HH:mm" })), 1)
1369
1369
  ])
1370
- ], 44, _hoisted_4$m);
1370
+ ], 44, _hoisted_4$n);
1371
1371
  }), 128))
1372
1372
  ], 40, _hoisted_3$z);
1373
1373
  }), 128)),
@@ -1394,7 +1394,7 @@ const WeekView = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-
1394
1394
  const _hoisted_1$T = { class: "calendar" };
1395
1395
  const _hoisted_2$E = { class: "flex m_block m_pb-1" };
1396
1396
  const _hoisted_3$y = { class: "txt-light my-0" };
1397
- const _hoisted_4$l = { class: "ms-auto flex gap-025" };
1397
+ const _hoisted_4$m = { class: "ms-auto flex gap-025" };
1398
1398
  const _sfc_main$11 = /* @__PURE__ */ defineComponent({
1399
1399
  __name: "Index",
1400
1400
  props: {
@@ -1493,7 +1493,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
1493
1493
  createElementVNode("b", null, toDisplayString(unref(fmtDate)(currentDate.value, { fmt: "MMMM" })), 1),
1494
1494
  createTextVNode(" " + toDisplayString(unref(fmtDate)(currentDate.value, { fmt: "YYYY" })), 1)
1495
1495
  ]),
1496
- createElementVNode("div", _hoisted_4$l, [
1496
+ createElementVNode("div", _hoisted_4$m, [
1497
1497
  createVNode(unref(_sfc_main$W), {
1498
1498
  thin: "",
1499
1499
  value: currentView.value,
@@ -7914,7 +7914,7 @@ const _hoisted_1$1$1 = {
7914
7914
  };
7915
7915
  const _hoisted_2$1$1 = ["width", "height", "viewBox"];
7916
7916
  const _hoisted_3$w = { class: "layer-rectangles" };
7917
- const _hoisted_4$k = ["transform", "onMouseover"];
7917
+ const _hoisted_4$l = ["transform", "onMouseover"];
7918
7918
  const _hoisted_5$k = ["width", "height"];
7919
7919
  const _hoisted_6$h = {
7920
7920
  x: 0 + 10,
@@ -7966,7 +7966,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
7966
7966
  )
7967
7967
  ])
7968
7968
  ])
7969
- ], 42, _hoisted_4$k);
7969
+ ], 42, _hoisted_4$l);
7970
7970
  }),
7971
7971
  128
7972
7972
  /* KEYED_FRAGMENT */
@@ -9519,7 +9519,7 @@ const _hoisted_2$A = {
9519
9519
  class: "flex-center h-300px txt-red"
9520
9520
  };
9521
9521
  const _hoisted_3$v = { class: "infinite-wrapper" };
9522
- const _hoisted_4$j = { class: "row first-row" };
9522
+ const _hoisted_4$k = { class: "row first-row" };
9523
9523
  const _hoisted_5$j = { key: 0 };
9524
9524
  const _hoisted_6$g = ["onClick"];
9525
9525
  const _hoisted_7$c = { class: "flex" };
@@ -9655,7 +9655,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
9655
9655
  class: { "pointer-events-none": showLoading.value }
9656
9656
  }), [
9657
9657
  createElementVNode("table", _hoisted_3$v, [
9658
- createElementVNode("thead", _hoisted_4$j, [
9658
+ createElementVNode("thead", _hoisted_4$k, [
9659
9659
  unref(isSelectable) ? (openBlock(), createElementBlock("th", _hoisted_5$j, [
9660
9660
  createElementVNode("input", {
9661
9661
  ref_key: "allSelectorEl",
@@ -13617,7 +13617,7 @@ const _hoisted_2$y = {
13617
13617
  class: "bgl-step-progress"
13618
13618
  };
13619
13619
  const _hoisted_3$u = { class: "bgl-steps-indicator" };
13620
- const _hoisted_4$i = ["onClick"];
13620
+ const _hoisted_4$j = ["onClick"];
13621
13621
  const _hoisted_5$i = {
13622
13622
  key: 0,
13623
13623
  class: "bgl-step-label"
@@ -13803,7 +13803,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
13803
13803
  }, [
13804
13804
  createElementVNode("span", null, toDisplayString(index2 + 1), 1),
13805
13805
  props2.stepLabels && props2.stepLabels[index2] ? (openBlock(), createElementBlock("span", _hoisted_5$i, toDisplayString(props2.stepLabels[index2]), 1)) : createCommentVNode("", true)
13806
- ], 10, _hoisted_4$i);
13806
+ ], 10, _hoisted_4$j);
13807
13807
  }), 128))
13808
13808
  ])
13809
13809
  ], true)
@@ -13887,7 +13887,7 @@ const _hoisted_3$t = {
13887
13887
  key: 0,
13888
13888
  class: "flex-center h-300px"
13889
13889
  };
13890
- const _hoisted_4$h = {
13890
+ const _hoisted_4$i = {
13891
13891
  key: 1,
13892
13892
  class: "py-1"
13893
13893
  };
@@ -13931,9 +13931,9 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
13931
13931
  }, { deep: true });
13932
13932
  const primitiveSchema = computed(() => {
13933
13933
  if (props2.type === "text") {
13934
- return [{ id: "value", type: "text", label: "" }];
13934
+ return [{ id: "value", type: "text", label: "", $el: "text" }];
13935
13935
  } else if (props2.type === "number") {
13936
- return [{ id: "value", type: "number", label: "" }];
13936
+ return [{ id: "value", type: "number", label: "", $el: "number" }];
13937
13937
  }
13938
13938
  return [];
13939
13939
  });
@@ -14013,7 +14013,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
14013
14013
  icon: "error",
14014
14014
  color: "red"
14015
14015
  })) : createCommentVNode("", true)
14016
- ])) : !canRenderItems.value ? (openBlock(), createElementBlock("div", _hoisted_4$h, _cache[0] || (_cache[0] = [
14016
+ ])) : !canRenderItems.value ? (openBlock(), createElementBlock("div", _hoisted_4$i, _cache[0] || (_cache[0] = [
14017
14017
  createElementVNode("p", { class: "opacity-7" }, " No schema available ", -1)
14018
14018
  ]))) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
14019
14019
  (openBlock(true), createElementBlock(Fragment, null, renderList(internalData.value, (item, i2) => {
@@ -14152,7 +14152,7 @@ const _hoisted_3$r = {
14152
14152
  key: 1,
14153
14153
  class: "code-editor-wrap grid rounded p-1 overflow hm-300px ltr txt-start relative h-100p"
14154
14154
  };
14155
- const _hoisted_4$g = { class: "overflow-hidden absolute inset-0 p-0 m-0 h-100 codeText" };
14155
+ const _hoisted_4$h = { class: "overflow-hidden absolute inset-0 p-0 m-0 h-100 codeText" };
14156
14156
  const _hoisted_5$g = ["innerHTML"];
14157
14157
  const _hoisted_6$d = ["onKeydown"];
14158
14158
  const _sfc_main$O = /* @__PURE__ */ defineComponent({
@@ -14244,7 +14244,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
14244
14244
  class: "relative block h-100",
14245
14245
  style: normalizeStyle({ height: `calc(${unref(elHeight)} - 2rem)` })
14246
14246
  }, [
14247
- createElementVNode("pre", _hoisted_4$g, [
14247
+ createElementVNode("pre", _hoisted_4$h, [
14248
14248
  _cache[2] || (_cache[2] = createTextVNode(" ")),
14249
14249
  createElementVNode("code", {
14250
14250
  class: normalizeClass(["absolute inset-0", className.value]),
@@ -14861,7 +14861,7 @@ class Time {
14861
14861
  const _hoisted_1$F = { class: "ltr flex gap-075 p-05 m_flex-wrap calendar-container justify-content-center h-100p" };
14862
14862
  const _hoisted_2$t = { class: "calendar-section m_border-none pe-05 m_p-0" };
14863
14863
  const _hoisted_3$p = { class: "flex space-between pb-1" };
14864
- const _hoisted_4$f = { class: "flex gap-05" };
14864
+ const _hoisted_4$g = { class: "flex gap-05" };
14865
14865
  const _hoisted_5$f = { class: "month-year" };
14866
14866
  const _hoisted_6$c = {
14867
14867
  key: 0,
@@ -15101,7 +15101,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
15101
15101
  icon: "chevron_left",
15102
15102
  onClick: unref(previousMonth)
15103
15103
  }, null, 8, ["onClick"]),
15104
- createElementVNode("div", _hoisted_4$f, [
15104
+ createElementVNode("div", _hoisted_4$g, [
15105
15105
  createVNode(unref(Btn), {
15106
15106
  flat: "",
15107
15107
  thin: "",
@@ -15415,7 +15415,7 @@ const _hoisted_2$r = {
15415
15415
  class: "pixel"
15416
15416
  };
15417
15417
  const _hoisted_3$n = { class: "m-05 flex opacity-7 z-99" };
15418
- const _hoisted_4$e = { class: "ellipsis-1 word-break-all h-20 m-0 color-black" };
15418
+ const _hoisted_4$f = { class: "ellipsis-1 word-break-all h-20 m-0 color-black" };
15419
15419
  const _hoisted_5$e = { class: "flex gap-025 rounded pe-1 ps-05 py-025 bg-gray-80 -my-1" };
15420
15420
  const _hoisted_6$b = { class: "ellipsis-1 word-break-all h-20 m-0 color-black txt16" };
15421
15421
  const _hoisted_7$9 = {
@@ -15675,7 +15675,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
15675
15675
  }, null, 8, ["href", "download"]), [
15676
15676
  [_directive_tooltip, "Download"]
15677
15677
  ]),
15678
- withDirectives((openBlock(), createElementBlock("p", _hoisted_4$e, [
15678
+ withDirectives((openBlock(), createElementBlock("p", _hoisted_4$f, [
15679
15679
  createTextVNode(toDisplayString(file.name), 1)
15680
15680
  ])), [
15681
15681
  [_directive_lightbox, { src: file.url, download: true }]
@@ -15926,7 +15926,7 @@ const _hoisted_2$p = {
15926
15926
  class: "block"
15927
15927
  };
15928
15928
  const _hoisted_3$l = ["id", "placeholder", "disabled", "required", "readonly", "pattern", "onKeydown"];
15929
- const _hoisted_4$d = {
15929
+ const _hoisted_4$e = {
15930
15930
  key: 1,
15931
15931
  class: "opacity-7 light"
15932
15932
  };
@@ -16088,7 +16088,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
16088
16088
  { number: true }
16089
16089
  ]
16090
16090
  ]),
16091
- _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_4$d, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
16091
+ _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_4$e, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
16092
16092
  _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$s), {
16093
16093
  key: 2,
16094
16094
  class: "iconStart",
@@ -20785,7 +20785,7 @@ function parsePhoneNumber() {
20785
20785
  const _hoisted_1$y = ["aria-expanded"];
20786
20786
  const _hoisted_2$n = { class: "flex gap-05 country-code-display" };
20787
20787
  const _hoisted_3$k = { class: "p-075 tel-countryp-dropdown" };
20788
- const _hoisted_4$c = {
20788
+ const _hoisted_4$d = {
20789
20789
  class: "overflow-y p-0 max-h-300px",
20790
20790
  role: "listbox"
20791
20791
  };
@@ -21001,7 +21001,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21001
21001
  placeholder: "Search",
21002
21002
  icon: "search"
21003
21003
  }, null, 8, ["modelValue"])) : createCommentVNode("", true),
21004
- createElementVNode("ul", _hoisted_4$c, [
21004
+ createElementVNode("ul", _hoisted_4$d, [
21005
21005
  (openBlock(true), createElementBlock(Fragment, null, renderList(countries.value, (pb) => {
21006
21006
  return openBlock(), createElementBlock("li", {
21007
21007
  key: pb.iso2,
@@ -21060,7 +21060,7 @@ const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v
21060
21060
  const _hoisted_1$x = ["for"];
21061
21061
  const _hoisted_2$m = ["id", "disabled", "name", "value", "required"];
21062
21062
  const _hoisted_3$j = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
21063
- const _hoisted_4$b = ["src", "alt"];
21063
+ const _hoisted_4$c = ["src", "alt"];
21064
21064
  const _hoisted_5$b = { class: "" };
21065
21065
  const _hoisted_6$9 = {
21066
21066
  key: 0,
@@ -21138,7 +21138,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
21138
21138
  width: "60",
21139
21139
  src: opt.imgSrc,
21140
21140
  alt: opt.imgAlt
21141
- }, null, 8, _hoisted_4$b)) : createCommentVNode("", true),
21141
+ }, null, 8, _hoisted_4$c)) : createCommentVNode("", true),
21142
21142
  createElementVNode("div", _hoisted_5$b, [
21143
21143
  opt.label ? (openBlock(), createElementBlock("p", _hoisted_6$9, toDisplayString(opt.label), 1)) : createCommentVNode("", true),
21144
21144
  opt.subLabel ? (openBlock(), createElementBlock("p", _hoisted_7$7, toDisplayString(opt.subLabel), 1)) : createCommentVNode("", true)
@@ -21163,7 +21163,7 @@ const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data
21163
21163
  const _hoisted_1$w = { class: "bagel-input" };
21164
21164
  const _hoisted_2$l = { class: "pb-025" };
21165
21165
  const _hoisted_3$i = { class: "flex gap-05 flex-wrap" };
21166
- const _hoisted_4$a = ["id", "name", "value", "checked"];
21166
+ const _hoisted_4$b = ["id", "name", "value", "checked"];
21167
21167
  const _hoisted_5$a = ["for"];
21168
21168
  const _sfc_main$D = /* @__PURE__ */ defineComponent({
21169
21169
  __name: "RadioPillsInput",
@@ -21223,7 +21223,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
21223
21223
  value: getValue(option2),
21224
21224
  checked: unref(selectedValue) === getValue(option2),
21225
21225
  onChange: handleSelect
21226
- }, null, 40, _hoisted_4$a),
21226
+ }, null, 40, _hoisted_4$b),
21227
21227
  createElementVNode("label", {
21228
21228
  for: `${_ctx.id}-${getValue(option2)}`
21229
21229
  }, toDisplayString(getLabel(option2)), 9, _hoisted_5$a)
@@ -21241,7 +21241,7 @@ const _hoisted_2$k = {
21241
21241
  class: "label"
21242
21242
  };
21243
21243
  const _hoisted_3$h = { class: "range-slider relative w-100" };
21244
- const _hoisted_4$9 = ["id", "value", "min", "max", "step", "required", "disabled", "aria-label"];
21244
+ const _hoisted_4$a = ["id", "value", "min", "max", "step", "required", "disabled", "aria-label"];
21245
21245
  const _hoisted_5$9 = ["value", "min", "max", "step", "required", "disabled"];
21246
21246
  const _hoisted_6$8 = { class: "track absolute pointer-events-none overflow-hidden round" };
21247
21247
  const _hoisted_7$6 = { class: "txt-center txt-14 user-select-none range-slider-txt flex space-between opacity-4 mx-05" };
@@ -21323,7 +21323,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
21323
21323
  disabled: _ctx.disabled,
21324
21324
  "aria-label": unref(multiRange) ? "Minimum value" : "Value",
21325
21325
  onInput: _cache[0] || (_cache[0] = (e) => handleInput(+e.target.value, true))
21326
- }, null, 40, _hoisted_4$9),
21326
+ }, null, 40, _hoisted_4$a),
21327
21327
  unref(multiRange) ? (openBlock(), createElementBlock("input", {
21328
21328
  key: 0,
21329
21329
  value: validTo.value,
@@ -23368,7 +23368,7 @@ const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v
23368
23368
  const _hoisted_1$r = { class: "flex gap-05" };
23369
23369
  const _hoisted_2$h = ["disabled"];
23370
23370
  const _hoisted_3$e = { key: 1 };
23371
- const _hoisted_4$8 = {
23371
+ const _hoisted_4$9 = {
23372
23372
  key: 2,
23373
23373
  class: "ms-auto ps-05 me-05"
23374
23374
  };
@@ -23600,7 +23600,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
23600
23600
  icon: _ctx.icon
23601
23601
  }, null, 8, ["icon"])) : createCommentVNode("", true),
23602
23602
  !_ctx.hideLabel ? (openBlock(), createElementBlock("p", _hoisted_3$e, toDisplayString(selectedLabel.value), 1)) : createCommentVNode("", true),
23603
- _ctx.clearable && selectedItemCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
23603
+ _ctx.clearable && selectedItemCount.value > 0 ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
23604
23604
  createVNode(unref(Btn), {
23605
23605
  flat: "",
23606
23606
  thin: "",
@@ -26977,7 +26977,7 @@ const VueDraggableNext = defineComponent({
26977
26977
  const _hoisted_1$p = ["title"];
26978
26978
  const _hoisted_2$f = { class: "bagel-input" };
26979
26979
  const _hoisted_3$d = { class: "table-side-scroll" };
26980
- const _hoisted_4$7 = { class: "table-header" };
26980
+ const _hoisted_4$8 = { class: "table-header" };
26981
26981
  const _hoisted_5$7 = { class: "table-reorder" };
26982
26982
  const _hoisted_6$6 = { class: "table-action" };
26983
26983
  const _sfc_main$w = /* @__PURE__ */ defineComponent({
@@ -27049,7 +27049,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
27049
27049
  createElementVNode("label", null, toDisplayString((_a = unref(fieldMeta)) == null ? void 0 : _a.label), 1)
27050
27050
  ]),
27051
27051
  createElementVNode("div", _hoisted_3$d, [
27052
- createElementVNode("div", _hoisted_4$7, [
27052
+ createElementVNode("div", _hoisted_4$8, [
27053
27053
  (openBlock(true), createElementBlock(Fragment, null, renderList((_b = unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
27054
27054
  return openBlock(), createElementBlock("div", {
27055
27055
  key: `${field.fieldname}header`,
@@ -27128,7 +27128,7 @@ const TableField = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data
27128
27128
  const _hoisted_1$o = ["title"];
27129
27129
  const _hoisted_2$e = ["for"];
27130
27130
  const _hoisted_3$c = ["id", "name", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
27131
- const _hoisted_4$6 = ["id", "name", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
27131
+ const _hoisted_4$7 = ["id", "name", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
27132
27132
  const _hoisted_5$6 = {
27133
27133
  key: 2,
27134
27134
  class: "opacity-7 light"
@@ -27271,7 +27271,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
27271
27271
  onInput: updateInputVal,
27272
27272
  onFocusout: _cache[4] || (_cache[4] = //@ts-ignore
27273
27273
  (...args) => _ctx.onFocusout && _ctx.onFocusout(...args))
27274
- }), null, 16, _hoisted_4$6)), [
27274
+ }), null, 16, _hoisted_4$7)), [
27275
27275
  [vModelText, unref(inputVal)]
27276
27276
  ]),
27277
27277
  _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$6, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
@@ -27341,7 +27341,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
27341
27341
  };
27342
27342
  }
27343
27343
  });
27344
- const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-ebe691ee"]]);
27344
+ const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-c5e45931"]]);
27345
27345
  const files = {
27346
27346
  setBaseUrl: (baseUrl) => {
27347
27347
  if (!baseUrl) return;
@@ -27379,7 +27379,7 @@ const _hoisted_3$a = {
27379
27379
  required: "",
27380
27380
  class: "pixel"
27381
27381
  };
27382
- const _hoisted_4$5 = { class: "m-05 flex opacity-7 z-99" };
27382
+ const _hoisted_4$6 = { class: "m-05 flex opacity-7 z-99" };
27383
27383
  const _hoisted_5$5 = { class: "flex gap-025 rounded pe-1 ps-05 py-025 bg-gray-80 -my-1" };
27384
27384
  const _hoisted_6$5 = { class: "ellipsis-1 word-break-all h-20 m-0 color-black txt16" };
27385
27385
  const _hoisted_7$4 = {
@@ -27544,7 +27544,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
27544
27544
  key: path_key,
27545
27545
  class: "txt-gray txt-12 flex"
27546
27546
  }, [
27547
- createElementVNode("div", _hoisted_4$5, [
27547
+ createElementVNode("div", _hoisted_4$6, [
27548
27548
  withDirectives(createVNode(unref(Btn), {
27549
27549
  color: "gray",
27550
27550
  thin: "",
@@ -32823,14 +32823,15 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
32823
32823
  }
32824
32824
  });
32825
32825
  const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-6ece2018"]]);
32826
- const _hoisted_1$e = {
32826
+ const _hoisted_1$e = { class: "txt-start" };
32827
+ const _hoisted_2$9 = {
32827
32828
  key: 0,
32828
- class: "txt10 no-margin txt-gray ellipsis txt-start"
32829
+ class: "txt10 m-0 p-0 txt-gray ellipsis"
32829
32830
  };
32830
- const _hoisted_2$9 = { class: "no-margin ellipsis line-height-14 pb-025 txt-start" };
32831
- const _hoisted_3$7 = {
32831
+ const _hoisted_3$7 = { class: "m-0 p-0 ellipsis-1 line-height-14 pb-025" };
32832
+ const _hoisted_4$5 = {
32832
32833
  key: 1,
32833
- class: "txt12 no-margin txt-gray ellipsis"
32834
+ class: "txt12 m-0 p-0 opacity-7 ellipsis-1"
32834
32835
  };
32835
32836
  const _sfc_main$h = /* @__PURE__ */ defineComponent({
32836
32837
  __name: "ListItem",
@@ -32847,6 +32848,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
32847
32848
  lead: {},
32848
32849
  iconEnd: {},
32849
32850
  target: {},
32851
+ thin: { type: Boolean },
32852
+ fullWidth: { type: Boolean },
32850
32853
  onClick: { type: Function }
32851
32854
  },
32852
32855
  setup(__props) {
@@ -32857,6 +32860,9 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
32857
32860
  if (props2.onClick) return "button";
32858
32861
  return "div";
32859
32862
  });
32863
+ const isClickable = computed(() => {
32864
+ return props2.to || props2.href || props2.onClick;
32865
+ });
32860
32866
  const bind3 = computed(() => {
32861
32867
  const obj = {};
32862
32868
  if (props2.to) obj.to = props2.to;
@@ -32870,8 +32876,14 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
32870
32876
  return obj;
32871
32877
  });
32872
32878
  return (_ctx, _cache) => {
32873
- return openBlock(), createBlock(resolveDynamicComponent(isComponent.value), mergeProps(bind3.value, {
32874
- class: "flex gap-05 list-item",
32879
+ const _directive_ripple = resolveDirective("ripple");
32880
+ return withDirectives((openBlock(), createBlock(resolveDynamicComponent(isComponent.value), mergeProps(bind3.value, {
32881
+ class: ["flex gap-05 list-item", {
32882
+ "py-1": !props2.thin,
32883
+ "py-05": props2.thin,
32884
+ "px-1": !props2.fullWidth,
32885
+ "px-0": props2.fullWidth
32886
+ }],
32875
32887
  onClick: _ctx.onClick
32876
32888
  }), {
32877
32889
  default: withCtx(() => [
@@ -32888,28 +32900,33 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
32888
32900
  class: "color-primary",
32889
32901
  icon: _ctx.icon
32890
32902
  }, null, 8, ["icon"])) : createCommentVNode("", true),
32891
- createElementVNode("div", null, [
32892
- _ctx.lead ? (openBlock(), createElementBlock("p", _hoisted_1$e, [
32903
+ createElementVNode("div", _hoisted_1$e, [
32904
+ _ctx.lead ? (openBlock(), createElementBlock("p", _hoisted_2$9, [
32893
32905
  createTextVNode(toDisplayString(_ctx.lead) + " ", 1),
32894
32906
  renderSlot(_ctx.$slots, "lead")
32895
32907
  ])) : createCommentVNode("", true),
32896
- createElementVNode("p", _hoisted_2$9, [
32908
+ createElementVNode("p", _hoisted_3$7, [
32897
32909
  createTextVNode(toDisplayString(_ctx.title) + " ", 1),
32898
32910
  renderSlot(_ctx.$slots, "default")
32899
32911
  ]),
32900
- _ctx.subtitle ? (openBlock(), createElementBlock("p", _hoisted_3$7, [
32912
+ _ctx.subtitle ? (openBlock(), createElementBlock("p", _hoisted_4$5, [
32901
32913
  createTextVNode(toDisplayString(_ctx.subtitle) + " ", 1),
32902
32914
  renderSlot(_ctx.$slots, "subtitle")
32903
32915
  ])) : createCommentVNode("", true)
32904
32916
  ]),
32905
- _ctx.iconEnd ? (openBlock(), createBlock(unref(_sfc_main$s), {
32906
- key: 2,
32907
- icon: _ctx.iconEnd,
32908
- class: "transition-400"
32909
- }, null, 8, ["icon"])) : createCommentVNode("", true)
32917
+ _cache[0] || (_cache[0] = createElementVNode("div", { class: "flex-grow-1" }, null, -1)),
32918
+ renderSlot(_ctx.$slots, "action", {}, () => [
32919
+ _ctx.iconEnd ? (openBlock(), createBlock(unref(_sfc_main$s), {
32920
+ key: 0,
32921
+ icon: _ctx.iconEnd,
32922
+ class: "transition-400"
32923
+ }, null, 8, ["icon"])) : createCommentVNode("", true)
32924
+ ])
32910
32925
  ]),
32911
32926
  _: 3
32912
- }, 16, ["onClick"]);
32927
+ }, 16, ["class", "onClick"])), [
32928
+ [_directive_ripple, isClickable.value]
32929
+ ]);
32913
32930
  };
32914
32931
  }
32915
32932
  });
@@ -33157,7 +33174,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
33157
33174
  });
33158
33175
  return (_ctx, _cache) => {
33159
33176
  return openBlock(), createElementBlock("div", {
33160
- class: normalizeClass(["bg-dark", { "is-side": _ctx.side, "is-active": unref(isVisible), "bg-lignt": false }]),
33177
+ class: normalizeClass(["bg-dark-modal", { "is-side": _ctx.side, "is-active": unref(isVisible), "bg-lignt": false }]),
33161
33178
  onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
33162
33179
  onKeydown: withKeys(closeModal, ["esc"])
33163
33180
  }, [
package/dist/style.css CHANGED
@@ -2367,18 +2367,18 @@ input[type="range"][data-v-46e22f3e]:active::-webkit-slider-thumb {
2367
2367
  height: 30px;
2368
2368
  }
2369
2369
 
2370
- .bagel-input.bgl-toggle[data-v-ebe691ee]{
2370
+ .bagel-input.bgl-toggle[data-v-c5e45931]{
2371
2371
  display: unset !important;
2372
2372
  }
2373
- .bagel-input.bgl-toggle[data-v-ebe691ee] *{
2373
+ .bagel-input.bgl-toggle[data-v-c5e45931] *{
2374
2374
  cursor: pointer !important;
2375
2375
  }
2376
- .bagel-input.bgl-toggle input[data-v-ebe691ee]{
2376
+ .bagel-input.bgl-toggle input[data-v-c5e45931]{
2377
2377
  padding: unset !important;
2378
2378
  min-width: unset !important;
2379
2379
  margin: 0 !important;
2380
2380
  }
2381
- .bgl-toggle input[data-v-ebe691ee] {
2381
+ .bgl-toggle input[data-v-c5e45931] {
2382
2382
  appearance: none;
2383
2383
  position: relative;
2384
2384
  display: inline-block;
@@ -2391,7 +2391,7 @@ input[type="range"][data-v-46e22f3e]:active::-webkit-slider-thumb {
2391
2391
  transition: 0.25s linear all;
2392
2392
  outline: 1px solid var(--border-color);
2393
2393
  }
2394
- .bgl-toggle input[data-v-ebe691ee]::before {
2394
+ .bgl-toggle input[data-v-c5e45931]::before {
2395
2395
  position: absolute;
2396
2396
  content: "";
2397
2397
  height: calc(var(--input-height) / 2 - 2px);
@@ -2404,7 +2404,7 @@ input[type="range"][data-v-46e22f3e]:active::-webkit-slider-thumb {
2404
2404
  transition: 0.2s;
2405
2405
  box-shadow:0 1px 5px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
2406
2406
  }
2407
- .bgl-toggle label[data-v-ebe691ee] {
2407
+ .bgl-toggle label[data-v-c5e45931] {
2408
2408
  padding-inline-start: 0.5rem;
2409
2409
  transition: var(--bgl-transition);
2410
2410
  cursor: pointer;
@@ -2413,30 +2413,30 @@ input[type="range"][data-v-46e22f3e]:active::-webkit-slider-thumb {
2413
2413
  font-size: var(--input-font-size);
2414
2414
  vertical-align: middle;
2415
2415
  }
2416
- .bgl-toggle label[data-v-ebe691ee]:hover {
2416
+ .bgl-toggle label[data-v-c5e45931]:hover {
2417
2417
  filter: brightness(90%);
2418
2418
  }
2419
- .bgl-toggle label[data-v-ebe691ee]:active {
2419
+ .bgl-toggle label[data-v-c5e45931]:active {
2420
2420
  filter: var(--bgl-active-filter);
2421
2421
  }
2422
- .bgl-toggle input[data-v-ebe691ee]:focus-visible {
2422
+ .bgl-toggle input[data-v-c5e45931]:focus-visible {
2423
2423
  outline: -webkit-focus-ring-color auto 1px;
2424
2424
  outline-offset: 2px
2425
2425
  }
2426
- .bgl-toggle input[data-v-ebe691ee]:focus {
2426
+ .bgl-toggle input[data-v-c5e45931]:focus {
2427
2427
  outline-color: transparent;
2428
2428
  }
2429
- .bgl-toggle input[data-v-ebe691ee]:focus-visible {
2429
+ .bgl-toggle input[data-v-c5e45931]:focus-visible {
2430
2430
  outline: -webkit-focus-ring-color auto 1px;
2431
2431
  outline-offset: 2px
2432
2432
  }
2433
- .bgl-toggle[data-v-ebe691ee] :checked{
2433
+ .bgl-toggle[data-v-c5e45931] :checked{
2434
2434
  background: var(--bgl-primary);
2435
2435
  }
2436
- .bgl-toggle[data-v-ebe691ee] :checked::before{
2436
+ .bgl-toggle[data-v-c5e45931] :checked::before{
2437
2437
  margin-inline-start:calc(var(--input-height) / 2 - 2px) ;
2438
2438
  }
2439
- .bgl-toggle input:checked + label[data-v-ebe691ee] {
2439
+ .bgl-toggle input:checked + label[data-v-c5e45931] {
2440
2440
  color: var(--bgl-primary) !important;
2441
2441
  }
2442
2442
  .fileUploadWrap[data-v-d8f3ff01] {
@@ -2904,7 +2904,6 @@ button.list-item {
2904
2904
  pointer-events: none;
2905
2905
  }
2906
2906
  .list-item {
2907
- padding: 0.6rem 1rem;
2908
2907
  min-height: -webkit-fit-content;
2909
2908
  min-height: -moz-fit-content;
2910
2909
  min-height: fit-content;
@@ -2915,6 +2914,9 @@ button.list-item {
2915
2914
  text-decoration: none;
2916
2915
  position: relative;
2917
2916
  }
2917
+ .list-item > *{
2918
+ margiin-bottom: 0;
2919
+ }
2918
2920
  .list-item::after {
2919
2921
  content: '';
2920
2922
  position: absolute;
@@ -2933,7 +2935,7 @@ button.list-item {
2933
2935
  }
2934
2936
  .list-item:hover,
2935
2937
  .list-item.router-link-active {
2936
- background-color: var(--bgl-primary-light);
2938
+ background-color: var(--bgl-primary-tint);
2937
2939
  }
2938
2940
  .notClickable:hover{
2939
2941
  background-color:unset;
@@ -3796,7 +3798,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
3796
3798
  .leaflet-marker-icon {
3797
3799
  cursor: pointer;
3798
3800
  }
3799
- .bg-dark {
3801
+ .bg-dark-modal {
3800
3802
  position: fixed;
3801
3803
  top: 0;
3802
3804
  right: 0;
@@ -3903,16 +3905,16 @@ svg.leaflet-image-layer.leaflet-interactive path {
3903
3905
  transform: translateX(0%);
3904
3906
  }
3905
3907
 
3906
- .bg-dark.is-active {
3908
+ .bg-dark-modal.is-active {
3907
3909
  opacity: 1;
3908
3910
  pointer-events: all;
3909
3911
  }
3910
3912
 
3911
- body:has(.bg-dark.is-active) {
3913
+ body:has(.bg-dark-modal.is-active) {
3912
3914
  overflow: hidden;
3913
3915
  }
3914
3916
 
3915
- .is-side.bg-dark.is-active {
3917
+ .is-side.bg-dark-modal.is-active {
3916
3918
  opacity: 1;
3917
3919
  align-items: stretch;
3918
3920
  }
@@ -16490,6 +16492,8 @@ select {
16490
16492
  color: var(--bgl-blue-light) !important;
16491
16493
  }.bg-bg {
16492
16494
  background: var(--bgl-bg) !important;
16495
+ }.bg-dark {
16496
+ background: var(--bgl-dark-bg);
16493
16497
  }.color-bg {
16494
16498
  color: var(--bgl-bg) !important;
16495
16499
  }.bg-input {
@@ -17028,6 +17032,14 @@ select {
17028
17032
  background: var(--label-color) !important;
17029
17033
  }
17030
17034
 
17035
+ .m_bg-bg {
17036
+ background: var(--bgl-bg) !important;
17037
+ }
17038
+
17039
+ .m_bg-dark {
17040
+ background: var(--bgl-dark-bg);
17041
+ }
17042
+
17031
17043
  .m_bg-gray-light {
17032
17044
  background: var(--bgl-gray-light) !important;
17033
17045
  }