@bagelink/vue 0.0.1268 → 0.0.1270

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.
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAG7C,KAAK,WAAW,GAAG;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACxB,CAAC;;AAkEF,wBAMG"}
1
+ {"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.vue"],"names":[],"mappings":"AAiEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAG7C,KAAK,WAAW,GAAG;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACxB,CAAC;;AAsEF,wBAMG"}
package/dist/index.cjs CHANGED
@@ -85,7 +85,7 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
85
85
  key: 0,
86
86
  class: vue.normalizeClass(["accordion-icon", [_ctx.iconClass, { open: vue.unref(isOpen) && _ctx.iconType === "expand_more" }]])
87
87
  }, [
88
- vue.createVNode(vue.unref(_sfc_main$r), { icon: computedIcon.value }, null, 8, ["icon"])
88
+ vue.createVNode(vue.unref(Icon), { icon: computedIcon.value }, null, 8, ["icon"])
89
89
  ], 2)) : vue.createCommentVNode("", true),
90
90
  vue.renderSlot(_ctx.$slots, "head", {}, () => [
91
91
  vue.createElementVNode("span", _hoisted_2$R, vue.toDisplayString(_ctx.label), 1)
@@ -94,7 +94,7 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
94
94
  key: 1,
95
95
  class: vue.normalizeClass(["accordion-icon", [_ctx.iconClass, { open: vue.unref(isOpen) && _ctx.iconType === "expand_more" }]])
96
96
  }, [
97
- vue.createVNode(vue.unref(_sfc_main$r), { icon: computedIcon.value }, null, 8, ["icon"])
97
+ vue.createVNode(vue.unref(Icon), { icon: computedIcon.value }, null, 8, ["icon"])
98
98
  ], 2)) : vue.createCommentVNode("", true)
99
99
  ], 8, _hoisted_1$19),
100
100
  vue.createVNode(vue.Transition, { name: "expand" }, {
@@ -252,7 +252,7 @@ const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
252
252
  class: "h-100p",
253
253
  size: "15"
254
254
  })) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$17, [
255
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
255
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
256
256
  key: 0,
257
257
  icon: _ctx.icon,
258
258
  class: "transition-400"
@@ -261,7 +261,7 @@ const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
261
261
  !vue.unref(slots).default && _ctx.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
262
262
  vue.createTextVNode(vue.toDisplayString(_ctx.value), 1)
263
263
  ], 64)) : vue.createCommentVNode("", true),
264
- _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
264
+ _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
265
265
  key: 2,
266
266
  icon: _ctx.iconEnd,
267
267
  class: "transition-400"
@@ -299,7 +299,7 @@ const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
299
299
  class: vue.normalizeClass(["alert", [_ctx.type]]),
300
300
  dismissable: _ctx.dismissable
301
301
  }, [
302
- _ctx.icon !== "none" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
302
+ _ctx.icon !== "none" ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
303
303
  key: 0,
304
304
  class: "alert_icon",
305
305
  icon: _ctx.icon || _ctx.type,
@@ -361,13 +361,13 @@ const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
361
361
  return vue.openBlock(), vue.createElementBlock("div", {
362
362
  class: vue.normalizeClass(["pill", [_ctx.color]])
363
363
  }, [
364
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
364
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
365
365
  key: 0,
366
366
  class: "inline",
367
367
  icon: _ctx.icon
368
368
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
369
369
  vue.createTextVNode(" " + vue.toDisplayString(_ctx.text) + " ", 1),
370
- _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
370
+ _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
371
371
  key: 1,
372
372
  class: "inline",
373
373
  icon: _ctx.iconEnd
@@ -831,14 +831,14 @@ const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
831
831
  }, [
832
832
  vue.createElementVNode("div", _hoisted_2$N, [
833
833
  eventTime.value && !__props.calendarEvent.originalEvent ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$E, [
834
- vue.createVNode(vue.unref(_sfc_main$r), {
834
+ vue.createVNode(vue.unref(Icon), {
835
835
  icon: icons.clock,
836
836
  size: 0.8
837
837
  }, null, 8, ["icon"]),
838
838
  vue.createTextVNode(" " + vue.toDisplayString(eventTime.value), 1)
839
839
  ])) : vue.createCommentVNode("", true),
840
840
  __props.calendarEvent.location ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$s, [
841
- vue.createVNode(vue.unref(_sfc_main$r), {
841
+ vue.createVNode(vue.unref(Icon), {
842
842
  icon: icons.location,
843
843
  size: 1
844
844
  }, null, 8, ["icon"]),
@@ -848,7 +848,7 @@ const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
848
848
  vue.createElementVNode("div", null, [
849
849
  vue.createElementVNode("div", _hoisted_5$o, vue.toDisplayString(__props.calendarEvent.title), 1),
850
850
  __props.calendarEvent.with ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$k, [
851
- vue.createVNode(vue.unref(_sfc_main$r), {
851
+ vue.createVNode(vue.unref(Icon), {
852
852
  icon: icons.user
853
853
  }, null, 8, ["icon"]),
854
854
  vue.createTextVNode(" " + vue.toDisplayString(__props.calendarEvent.with), 1)
@@ -1809,19 +1809,19 @@ const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
1809
1809
  !__props.config.eventDialog || !__props.config.eventDialog.isCustom ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$10, [
1810
1810
  vue.createElementVNode("div", _hoisted_2$L, [
1811
1811
  isEditable.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$C, [
1812
- vue.createVNode(vue.unref(_sfc_main$r), {
1812
+ vue.createVNode(vue.unref(Icon), {
1813
1813
  class: "event-flyout__menu-item is-edit-icon",
1814
1814
  icon: icons.edit,
1815
1815
  onClick: editEvent
1816
1816
  }, null, 8, ["icon"]),
1817
- vue.createVNode(vue.unref(_sfc_main$r), {
1817
+ vue.createVNode(vue.unref(Icon), {
1818
1818
  class: "event-flyout__menu-item is-trash-icon",
1819
1819
  icon: icons.trash,
1820
1820
  onClick: deleteEvent
1821
1821
  }, null, 8, ["icon"])
1822
1822
  ])) : vue.createCommentVNode("", true),
1823
1823
  vue.createElementVNode("span", _hoisted_4$q, [
1824
- vue.createVNode(vue.unref(_sfc_main$r), {
1824
+ vue.createVNode(vue.unref(Icon), {
1825
1825
  class: "event-flyout__menu-item is-times-icon",
1826
1826
  icon: icons.times,
1827
1827
  onClick: closeFlyout
@@ -1838,25 +1838,25 @@ const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
1838
1838
  ])) : vue.createCommentVNode("", true),
1839
1839
  calendarEvent.value.time ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$d, vue.toDisplayString(getEventTime.value), 1)) : vue.createCommentVNode("", true),
1840
1840
  calendarEvent.value.location ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$9, [
1841
- vue.createVNode(vue.unref(_sfc_main$r), {
1841
+ vue.createVNode(vue.unref(Icon), {
1842
1842
  icon: icons.location
1843
1843
  }, null, 8, ["icon"]),
1844
1844
  vue.createTextVNode(" " + vue.toDisplayString(calendarEvent.value.location), 1)
1845
1845
  ])) : vue.createCommentVNode("", true),
1846
1846
  calendarEvent.value.with ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9$7, [
1847
- vue.createVNode(vue.unref(_sfc_main$r), {
1847
+ vue.createVNode(vue.unref(Icon), {
1848
1848
  icon: icons.user
1849
1849
  }, null, 8, ["icon"]),
1850
1850
  vue.createTextVNode(" " + vue.toDisplayString(calendarEvent.value.with), 1)
1851
1851
  ])) : vue.createCommentVNode("", true),
1852
1852
  calendarEvent.value.topic ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$7, [
1853
- vue.createVNode(vue.unref(_sfc_main$r), {
1853
+ vue.createVNode(vue.unref(Icon), {
1854
1854
  icon: icons.topic
1855
1855
  }, null, 8, ["icon"]),
1856
1856
  vue.createTextVNode(" " + vue.toDisplayString(calendarEvent.value.topic), 1)
1857
1857
  ])) : vue.createCommentVNode("", true),
1858
1858
  calendarEvent.value.description ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$6, [
1859
- vue.createVNode(vue.unref(_sfc_main$r), {
1859
+ vue.createVNode(vue.unref(Icon), {
1860
1860
  icon: icons.description
1861
1861
  }, null, 8, ["icon"]),
1862
1862
  vue.createElementVNode("p", {
@@ -2900,35 +2900,35 @@ const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
2900
2900
  }, [
2901
2901
  vue.createElementVNode("div", _hoisted_2$H, vue.toDisplayString(event.value.title), 1),
2902
2902
  vue.createElementVNode("div", _hoisted_3$y, [
2903
- vue.createVNode(vue.unref(_sfc_main$r), {
2903
+ vue.createVNode(vue.unref(Icon), {
2904
2904
  icon: icons.value.clock,
2905
2905
  class: "calendar-week__event-icon"
2906
2906
  }, null, 8, ["icon"]),
2907
2907
  vue.createElementVNode("span", null, vue.toDisplayString(getEventTime.value), 1)
2908
2908
  ]),
2909
2909
  event.value.location ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$m, [
2910
- vue.createVNode(vue.unref(_sfc_main$r), {
2910
+ vue.createVNode(vue.unref(Icon), {
2911
2911
  icon: icons.value.location,
2912
2912
  class: "calendar-week__event-icon"
2913
2913
  }, null, 8, ["icon"]),
2914
2914
  vue.createElementVNode("span", null, vue.toDisplayString(event.value.location), 1)
2915
2915
  ])) : vue.createCommentVNode("", true),
2916
2916
  event.value.with ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$k, [
2917
- vue.createVNode(vue.unref(_sfc_main$r), {
2917
+ vue.createVNode(vue.unref(Icon), {
2918
2918
  icon: icons.value.user,
2919
2919
  class: "calendar-week__event-icon"
2920
2920
  }, null, 8, ["icon"]),
2921
2921
  vue.createElementVNode("span", null, vue.toDisplayString(event.value.with), 1)
2922
2922
  ])) : vue.createCommentVNode("", true),
2923
2923
  event.value.topic ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$h, [
2924
- vue.createVNode(vue.unref(_sfc_main$r), {
2924
+ vue.createVNode(vue.unref(Icon), {
2925
2925
  icon: icons.value.topic,
2926
2926
  class: "calendar-week__event-icon"
2927
2927
  }, null, 8, ["icon"]),
2928
2928
  vue.createElementVNode("span", null, vue.toDisplayString(event.value.topic), 1)
2929
2929
  ])) : vue.createCommentVNode("", true),
2930
2930
  event.value.description ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$c, [
2931
- vue.createVNode(vue.unref(_sfc_main$r), {
2931
+ vue.createVNode(vue.unref(Icon), {
2932
2932
  icon: icons.value.description,
2933
2933
  class: "calendar-week__event-icon"
2934
2934
  }, null, 8, ["icon"]),
@@ -11595,7 +11595,7 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
11595
11595
  vue.createElementVNode("div", {
11596
11596
  class: vue.normalizeClass(["list-arrows", { sorted: vue.unref(sortField) === field.id }])
11597
11597
  }, [
11598
- vue.createVNode(vue.unref(_sfc_main$r), {
11598
+ vue.createVNode(vue.unref(Icon), {
11599
11599
  class: vue.normalizeClass({ desc: vue.unref(sortDirection) === "DESC" }),
11600
11600
  icon: "keyboard_arrow_up"
11601
11601
  }, null, 8, ["class"])
@@ -25606,7 +25606,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
25606
25606
  [_directive_lightbox, { src: file.url, download: true }]
25607
25607
  ]),
25608
25608
  vue.createElementVNode("div", _hoisted_5$d, [
25609
- vue.createVNode(vue.unref(_sfc_main$r), {
25609
+ vue.createVNode(vue.unref(Icon), {
25610
25610
  icon: "draft",
25611
25611
  size: 1.5
25612
25612
  }),
@@ -25657,7 +25657,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
25657
25657
  class: "multi-preview",
25658
25658
  src: file.url,
25659
25659
  alt: ""
25660
- }, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
25660
+ }, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
25661
25661
  key: 1,
25662
25662
  icon: "draft",
25663
25663
  class: "multi-preview"
@@ -25687,7 +25687,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
25687
25687
  src: fileToUrl(fileQ.file),
25688
25688
  alt: ""
25689
25689
  }, null, 8, ["width", "src"])) : vue.createCommentVNode("", true)
25690
- ], 64)) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
25690
+ ], 64)) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
25691
25691
  key: 1,
25692
25692
  icon: "draft",
25693
25693
  class: "multi-preview"
@@ -25698,7 +25698,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
25698
25698
  style: vue.normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
25699
25699
  }, [
25700
25700
  fileQ.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_11$3, vue.toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
25701
- vue.createVNode(vue.unref(_sfc_main$r), {
25701
+ vue.createVNode(vue.unref(Icon), {
25702
25702
  class: "success",
25703
25703
  icon: "check"
25704
25704
  })
@@ -25750,7 +25750,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
25750
25750
  }, null, 8, ["src"]), [
25751
25751
  [_directive_lightbox, { src: file.url, download: true }]
25752
25752
  ])
25753
- ])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
25753
+ ])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(Icon), {
25754
25754
  key: 1,
25755
25755
  size: 4,
25756
25756
  weight: "2",
@@ -25771,7 +25771,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
25771
25771
  style: vue.normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
25772
25772
  }, [
25773
25773
  fileQ.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15$2, vue.toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
25774
- vue.createVNode(vue.unref(_sfc_main$r), {
25774
+ vue.createVNode(vue.unref(Icon), {
25775
25775
  class: "success",
25776
25776
  icon: "check"
25777
25777
  })
@@ -25795,7 +25795,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
25795
25795
  browse
25796
25796
  }, () => [
25797
25797
  vue.createElementVNode("p", _hoisted_16$2, [
25798
- vue.createVNode(vue.unref(_sfc_main$r), { icon: "upload_2" }),
25798
+ vue.createVNode(vue.unref(Icon), { icon: "upload_2" }),
25799
25799
  vue.createElementVNode("span", _hoisted_17$2, vue.toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
25800
25800
  ])
25801
25801
  ], true) : vue.createCommentVNode("", true)
@@ -25999,12 +25999,12 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
25999
25999
  ]
26000
26000
  ]),
26001
26001
  _ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_4$c, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true),
26002
- _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
26002
+ _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
26003
26003
  key: 2,
26004
26004
  class: "iconStart",
26005
26005
  icon: _ctx.iconStart
26006
26006
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
26007
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
26007
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
26008
26008
  key: 3,
26009
26009
  icon: _ctx.icon
26010
26010
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -28491,7 +28491,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
28491
28491
  _cache[6] || (_cache[6] = vue.withKeys(vue.withModifiers(($event) => navigate("up"), ["prevent"]), ["up"]))
28492
28492
  ]
28493
28493
  }, [
28494
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
28494
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
28495
28495
  key: 0,
28496
28496
  icon: _ctx.icon
28497
28497
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -28508,7 +28508,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
28508
28508
  })
28509
28509
  })
28510
28510
  ])) : vue.createCommentVNode("", true),
28511
- !_ctx.disabled ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), vue.mergeProps({
28511
+ !_ctx.disabled ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), vue.mergeProps({
28512
28512
  key: 3,
28513
28513
  thin: ""
28514
28514
  }, { icon: vue.unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : vue.createCommentVNode("", true)
@@ -28556,12 +28556,12 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
28556
28556
  ]
28557
28557
  }, [
28558
28558
  _ctx.multiselect ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
28559
- isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
28559
+ isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
28560
28560
  key: 0,
28561
28561
  size: 1.1,
28562
28562
  icon: "select_check_box"
28563
28563
  })) : vue.createCommentVNode("", true),
28564
- !isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
28564
+ !isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
28565
28565
  key: 1,
28566
28566
  class: "opacity-3",
28567
28567
  icon: "check_box_outline_blank",
@@ -31928,7 +31928,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
31928
31928
  class: "flex table-row"
31929
31929
  }, [
31930
31930
  vue.createElementVNode("div", _hoisted_5$7, [
31931
- vue.createVNode(vue.unref(_sfc_main$r), { icon: "more_vert" })
31931
+ vue.createVNode(vue.unref(Icon), { icon: "more_vert" })
31932
31932
  ]),
31933
31933
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_a3 = vue.unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
31934
31934
  return vue.openBlock(), vue.createElementBlock("div", {
@@ -31945,7 +31945,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
31945
31945
  ], 2);
31946
31946
  }), 128)),
31947
31947
  vue.createElementVNode("div", _hoisted_6$6, [
31948
- vue.createVNode(vue.unref(_sfc_main$r), {
31948
+ vue.createVNode(vue.unref(Icon), {
31949
31949
  icon: "delete",
31950
31950
  onClick: ($event) => removeRow(index2)
31951
31951
  }, null, 8, ["onClick"])
@@ -36703,7 +36703,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
36703
36703
  class: "flex gap-05",
36704
36704
  onClick: _cache[0] || (_cache[0] = ($event) => vue.isRef(open) ? open.value = true : open = true)
36705
36705
  }, [
36706
- vue.createVNode(vue.unref(_sfc_main$r), {
36706
+ vue.createVNode(vue.unref(Icon), {
36707
36707
  icon: vue.unref(open) ? "collapse_all" : "expand_all"
36708
36708
  }, null, 8, ["icon"]),
36709
36709
  computedDropDownOptions.value.showFlags && vue.unref(activeCountryCode) ? (vue.openBlock(), vue.createBlock(vue.unref(Flag), {
@@ -36920,12 +36920,12 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
36920
36920
  [vue.vModelText, vue.unref(inputVal)]
36921
36921
  ]),
36922
36922
  _ctx.helptext ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$5, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true),
36923
- _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
36923
+ _ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
36924
36924
  key: 3,
36925
36925
  class: "iconStart",
36926
36926
  icon: _ctx.iconStart
36927
36927
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
36928
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
36928
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
36929
36929
  key: 4,
36930
36930
  icon: _ctx.icon
36931
36931
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true)
@@ -37214,7 +37214,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
37214
37214
  download: path_key.split("/").pop()
37215
37215
  }, null, 8, ["href", "download"]),
37216
37216
  vue.createElementVNode("div", _hoisted_5$4, [
37217
- vue.createVNode(vue.unref(_sfc_main$r), {
37217
+ vue.createVNode(vue.unref(Icon), {
37218
37218
  icon: "draft",
37219
37219
  size: 1.5
37220
37220
  }),
@@ -37257,7 +37257,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
37257
37257
  key: 0,
37258
37258
  pathKey: path_key,
37259
37259
  class: "multi-preview"
37260
- }, null, 8, ["pathKey"])) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
37260
+ }, null, 8, ["pathKey"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
37261
37261
  key: 1,
37262
37262
  icon: "description",
37263
37263
  class: "multi-preview"
@@ -37284,7 +37284,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
37284
37284
  class: "multi-preview",
37285
37285
  src: fileToUrl(file.file),
37286
37286
  alt: ""
37287
- }, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
37287
+ }, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
37288
37288
  key: 1,
37289
37289
  icon: "description",
37290
37290
  class: "multi-preview"
@@ -37295,7 +37295,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
37295
37295
  style: vue.normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
37296
37296
  }, [
37297
37297
  file.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_11$2, vue.toDisplayString(file.progress.toFixed(0)), 1)) : vue.createCommentVNode("", true),
37298
- vue.createVNode(vue.unref(_sfc_main$r), {
37298
+ vue.createVNode(vue.unref(Icon), {
37299
37299
  class: "success",
37300
37300
  icon: "check_circle"
37301
37301
  })
@@ -37343,7 +37343,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
37343
37343
  }, null, 8, ["pathKey"]), [
37344
37344
  [_directive_lightbox, { src: vue.unref(pathKeyToURL)(path_key), download: true }]
37345
37345
  ])
37346
- ])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
37346
+ ])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(Icon), {
37347
37347
  key: 1,
37348
37348
  size: 4,
37349
37349
  weight: "2",
@@ -37364,7 +37364,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
37364
37364
  style: vue.normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
37365
37365
  }, [
37366
37366
  file.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15$1, vue.toDisplayString(file.progress.toFixed(0)), 1)) : vue.createCommentVNode("", true),
37367
- vue.createVNode(vue.unref(_sfc_main$r), {
37367
+ vue.createVNode(vue.unref(Icon), {
37368
37368
  class: "success",
37369
37369
  icon: "check_circle"
37370
37370
  })
@@ -37388,7 +37388,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
37388
37388
  browse
37389
37389
  }, () => [
37390
37390
  vue.createElementVNode("p", _hoisted_16$1, [
37391
- vue.createVNode(vue.unref(_sfc_main$r), { icon: "upload_2" }),
37391
+ vue.createVNode(vue.unref(Icon), { icon: "upload_2" }),
37392
37392
  vue.createElementVNode("span", _hoisted_17$1, vue.toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
37393
37393
  ])
37394
37394
  ], true) : vue.createCommentVNode("", true)
@@ -41854,6 +41854,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
41854
41854
  };
41855
41855
  }
41856
41856
  });
41857
+ const Icon = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-b28cd148"]]);
41857
41858
  const _hoisted_1$k = ["src", "title", "width", "height", "marginwidth", "marginheight", "csp", "scrolling", "srcset"];
41858
41859
  const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
41859
41860
  __name: "IframeVue",
@@ -42026,7 +42027,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
42026
42027
  height: vue.unref(normalizeDimension)(_ctx.height)
42027
42028
  })
42028
42029
  }, [
42029
- vue.createVNode(vue.unref(_sfc_main$r), { name: "broken_image" })
42030
+ vue.createVNode(vue.unref(Icon), { name: "broken_image" })
42030
42031
  ], 4)) : (vue.openBlock(), vue.createBlock(vue.unref(Skeleton), {
42031
42032
  key: 3,
42032
42033
  class: "img-web-kit",
@@ -42056,7 +42057,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
42056
42057
  onClick: nav.onClick
42057
42058
  }, {
42058
42059
  default: vue.withCtx(() => [
42059
- vue.createVNode(vue.unref(_sfc_main$r), {
42060
+ vue.createVNode(vue.unref(Icon), {
42060
42061
  icon: nav.icon,
42061
42062
  size: 1.4,
42062
42063
  class: "m-0 line-height-14"
@@ -42158,7 +42159,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
42158
42159
  class: "nav-button px-075 me-auto w-100"
42159
42160
  }, {
42160
42161
  default: vue.withCtx(() => [
42161
- vue.createVNode(vue.unref(_sfc_main$r), {
42162
+ vue.createVNode(vue.unref(Icon), {
42162
42163
  icon: nav.icon,
42163
42164
  size: 1.4
42164
42165
  }, null, 8, ["icon"]),
@@ -42442,7 +42443,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
42442
42443
  class: vue.normalizeClass([{ active: isActive(tab) }, "bgl_tab relative z-1"]),
42443
42444
  onClick: ($event) => selectTab(tab)
42444
42445
  }, [
42445
- typeof tab !== "string" && tab.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
42446
+ typeof tab !== "string" && tab.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
42446
42447
  key: 0,
42447
42448
  icon: tab.icon
42448
42449
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -42484,7 +42485,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
42484
42485
  src: _ctx.src,
42485
42486
  size: 40
42486
42487
  }, null, 8, ["name", "src"])) : vue.createCommentVNode("", true),
42487
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
42488
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
42488
42489
  key: 1,
42489
42490
  size: "1.2",
42490
42491
  class: "color-primary",
@@ -43039,7 +43040,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
43039
43040
  onClick: toggleMenu,
43040
43041
  onKeypress: vue.withKeys(toggleMenu, ["enter"])
43041
43042
  }, [
43042
- vue.createVNode(vue.unref(_sfc_main$r), {
43043
+ vue.createVNode(vue.unref(Icon), {
43043
43044
  icon: "chevron_right",
43044
43045
  class: "top-arrow"
43045
43046
  })
@@ -43058,7 +43059,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
43058
43059
  }
43059
43060
  }, {
43060
43061
  default: vue.withCtx(() => [
43061
- vue.createVNode(vue.unref(_sfc_main$r), {
43062
+ vue.createVNode(vue.unref(Icon), {
43062
43063
  icon: link.icon
43063
43064
  }, null, 8, ["icon"]),
43064
43065
  vue.createElementVNode("div", _hoisted_4$3, vue.toDisplayString(link.label), 1)
@@ -43080,7 +43081,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
43080
43081
  }
43081
43082
  }, {
43082
43083
  default: vue.withCtx(() => [
43083
- vue.createVNode(vue.unref(_sfc_main$r), {
43084
+ vue.createVNode(vue.unref(Icon), {
43084
43085
  icon: link.icon
43085
43086
  }, null, 8, ["icon"]),
43086
43087
  vue.createElementVNode("div", _hoisted_6$3, vue.toDisplayString(link.label), 1)
@@ -43225,7 +43226,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
43225
43226
  }, _ctx.btn), null, 16)
43226
43227
  ])) : vue.createCommentVNode("", true)
43227
43228
  ])),
43228
- _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
43229
+ _ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
43229
43230
  key: 2,
43230
43231
  icon: _ctx.icon
43231
43232
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -43233,7 +43234,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
43233
43234
  !vue.unref(slots).default ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 3 }, [
43234
43235
  vue.createTextVNode(vue.toDisplayString(_ctx.value || _ctx.modelValue), 1)
43235
43236
  ], 64)) : vue.createCommentVNode("", true),
43236
- _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
43237
+ _ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
43237
43238
  key: 4,
43238
43239
  icon: _ctx.iconEnd
43239
43240
  }, null, 8, ["icon"])) : vue.createCommentVNode("", true),
@@ -43814,7 +43815,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
43814
43815
  vue.createElementVNode("span", {
43815
43816
  onClick: ($event) => col.sortable && sortByColumn(col.key)
43816
43817
  }, vue.toDisplayString(col.label || col.key), 9, _hoisted_6$1),
43817
- sortColumn.value === col.key ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
43818
+ sortColumn.value === col.key ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
43818
43819
  key: 0,
43819
43820
  class: vue.normalizeClass(["line-height-0 transition-400", { "rotate-180": sortDirection.value === "desc" }]),
43820
43821
  name: "keyboard_arrow_down"
@@ -43896,7 +43897,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
43896
43897
  vue.createElementVNode("span", {
43897
43898
  onClick: ($event) => col.sortable && sortByColumn(col.key)
43898
43899
  }, vue.toDisplayString(col.label || col.key), 9, _hoisted_17),
43899
- sortColumn.value === col.key ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
43900
+ sortColumn.value === col.key ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
43900
43901
  key: 0,
43901
43902
  name: "keyboard_arrow_down",
43902
43903
  class: vue.normalizeClass(["line-height-0 inline-block", { "rotate-180": sortColumn.value === col.key && sortDirection.value === "desc" }])
@@ -44970,13 +44971,13 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
44970
44971
  title: item == null ? void 0 : item.name,
44971
44972
  class: "vw90"
44972
44973
  }, null, 8, _hoisted_5)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, [
44973
- vue.createVNode(vue.unref(_sfc_main$r), {
44974
+ vue.createVNode(vue.unref(Icon), {
44974
44975
  class: "m-0 m_none",
44975
44976
  icon: "draft",
44976
44977
  size: 10,
44977
44978
  weight: "12"
44978
44979
  }),
44979
- vue.createVNode(vue.unref(_sfc_main$r), {
44980
+ vue.createVNode(vue.unref(Icon), {
44980
44981
  class: "m-0 none m_block m_-mb-1",
44981
44982
  icon: "draft",
44982
44983
  size: 4,
@@ -45015,7 +45016,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
45015
45016
  src: item.src,
45016
45017
  alt: "",
45017
45018
  onClick: ($event) => selectItem(index2)
45018
- }, null, 8, ["src", "class", "onClick"])) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$r), {
45019
+ }, null, 8, ["src", "class", "onClick"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
45019
45020
  key: 1,
45020
45021
  class: vue.normalizeClass(["thumbnail object-fit-cover hover opacity-5 ed flex bg-popup justify-content-center align-items-center flex-shrink-0", { active: vue.unref(currentIndex) === index2 }]),
45021
45022
  icon: "description",
@@ -45845,7 +45846,7 @@ exports.FileUpload = FileUpload;
45845
45846
  exports.Flag = Flag;
45846
45847
  exports.IMAGE_FORMATS = IMAGE_FORMATS;
45847
45848
  exports.IMAGE_FORMATS_REGEXP = IMAGE_FORMATS_REGEXP;
45848
- exports.Icon = _sfc_main$r;
45849
+ exports.Icon = Icon;
45849
45850
  exports.IframeVue = _sfc_main$q;
45850
45851
  exports.Image = Image$1;
45851
45852
  exports.JSONInput = JSONInput;
package/dist/index.mjs CHANGED
@@ -83,7 +83,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
83
83
  key: 0,
84
84
  class: normalizeClass(["accordion-icon", [_ctx.iconClass, { open: unref(isOpen) && _ctx.iconType === "expand_more" }]])
85
85
  }, [
86
- createVNode(unref(_sfc_main$r), { icon: computedIcon.value }, null, 8, ["icon"])
86
+ createVNode(unref(Icon), { icon: computedIcon.value }, null, 8, ["icon"])
87
87
  ], 2)) : createCommentVNode("", true),
88
88
  renderSlot(_ctx.$slots, "head", {}, () => [
89
89
  createElementVNode("span", _hoisted_2$R, toDisplayString(_ctx.label), 1)
@@ -92,7 +92,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
92
92
  key: 1,
93
93
  class: normalizeClass(["accordion-icon", [_ctx.iconClass, { open: unref(isOpen) && _ctx.iconType === "expand_more" }]])
94
94
  }, [
95
- createVNode(unref(_sfc_main$r), { icon: computedIcon.value }, null, 8, ["icon"])
95
+ createVNode(unref(Icon), { icon: computedIcon.value }, null, 8, ["icon"])
96
96
  ], 2)) : createCommentVNode("", true)
97
97
  ], 8, _hoisted_1$19),
98
98
  createVNode(Transition, { name: "expand" }, {
@@ -250,7 +250,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
250
250
  class: "h-100p",
251
251
  size: "15"
252
252
  })) : (openBlock(), createElementBlock("div", _hoisted_1$17, [
253
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$r), {
253
+ _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
254
254
  key: 0,
255
255
  icon: _ctx.icon,
256
256
  class: "transition-400"
@@ -259,7 +259,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
259
259
  !unref(slots).default && _ctx.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
260
260
  createTextVNode(toDisplayString(_ctx.value), 1)
261
261
  ], 64)) : createCommentVNode("", true),
262
- _ctx.iconEnd ? (openBlock(), createBlock(unref(_sfc_main$r), {
262
+ _ctx.iconEnd ? (openBlock(), createBlock(unref(Icon), {
263
263
  key: 2,
264
264
  icon: _ctx.iconEnd,
265
265
  class: "transition-400"
@@ -297,7 +297,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
297
297
  class: normalizeClass(["alert", [_ctx.type]]),
298
298
  dismissable: _ctx.dismissable
299
299
  }, [
300
- _ctx.icon !== "none" ? (openBlock(), createBlock(unref(_sfc_main$r), {
300
+ _ctx.icon !== "none" ? (openBlock(), createBlock(unref(Icon), {
301
301
  key: 0,
302
302
  class: "alert_icon",
303
303
  icon: _ctx.icon || _ctx.type,
@@ -359,13 +359,13 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
359
359
  return openBlock(), createElementBlock("div", {
360
360
  class: normalizeClass(["pill", [_ctx.color]])
361
361
  }, [
362
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$r), {
362
+ _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
363
363
  key: 0,
364
364
  class: "inline",
365
365
  icon: _ctx.icon
366
366
  }, null, 8, ["icon"])) : createCommentVNode("", true),
367
367
  createTextVNode(" " + toDisplayString(_ctx.text) + " ", 1),
368
- _ctx.iconEnd ? (openBlock(), createBlock(unref(_sfc_main$r), {
368
+ _ctx.iconEnd ? (openBlock(), createBlock(unref(Icon), {
369
369
  key: 1,
370
370
  class: "inline",
371
371
  icon: _ctx.iconEnd
@@ -829,14 +829,14 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
829
829
  }, [
830
830
  createElementVNode("div", _hoisted_2$N, [
831
831
  eventTime.value && !__props.calendarEvent.originalEvent ? (openBlock(), createElementBlock("span", _hoisted_3$E, [
832
- createVNode(unref(_sfc_main$r), {
832
+ createVNode(unref(Icon), {
833
833
  icon: icons.clock,
834
834
  size: 0.8
835
835
  }, null, 8, ["icon"]),
836
836
  createTextVNode(" " + toDisplayString(eventTime.value), 1)
837
837
  ])) : createCommentVNode("", true),
838
838
  __props.calendarEvent.location ? (openBlock(), createElementBlock("span", _hoisted_4$s, [
839
- createVNode(unref(_sfc_main$r), {
839
+ createVNode(unref(Icon), {
840
840
  icon: icons.location,
841
841
  size: 1
842
842
  }, null, 8, ["icon"]),
@@ -846,7 +846,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
846
846
  createElementVNode("div", null, [
847
847
  createElementVNode("div", _hoisted_5$o, toDisplayString(__props.calendarEvent.title), 1),
848
848
  __props.calendarEvent.with ? (openBlock(), createElementBlock("div", _hoisted_6$k, [
849
- createVNode(unref(_sfc_main$r), {
849
+ createVNode(unref(Icon), {
850
850
  icon: icons.user
851
851
  }, null, 8, ["icon"]),
852
852
  createTextVNode(" " + toDisplayString(__props.calendarEvent.with), 1)
@@ -1807,19 +1807,19 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
1807
1807
  !__props.config.eventDialog || !__props.config.eventDialog.isCustom ? (openBlock(), createElementBlock("div", _hoisted_1$10, [
1808
1808
  createElementVNode("div", _hoisted_2$L, [
1809
1809
  isEditable.value ? (openBlock(), createElementBlock("span", _hoisted_3$C, [
1810
- createVNode(unref(_sfc_main$r), {
1810
+ createVNode(unref(Icon), {
1811
1811
  class: "event-flyout__menu-item is-edit-icon",
1812
1812
  icon: icons.edit,
1813
1813
  onClick: editEvent
1814
1814
  }, null, 8, ["icon"]),
1815
- createVNode(unref(_sfc_main$r), {
1815
+ createVNode(unref(Icon), {
1816
1816
  class: "event-flyout__menu-item is-trash-icon",
1817
1817
  icon: icons.trash,
1818
1818
  onClick: deleteEvent
1819
1819
  }, null, 8, ["icon"])
1820
1820
  ])) : createCommentVNode("", true),
1821
1821
  createElementVNode("span", _hoisted_4$q, [
1822
- createVNode(unref(_sfc_main$r), {
1822
+ createVNode(unref(Icon), {
1823
1823
  class: "event-flyout__menu-item is-times-icon",
1824
1824
  icon: icons.times,
1825
1825
  onClick: closeFlyout
@@ -1836,25 +1836,25 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
1836
1836
  ])) : createCommentVNode("", true),
1837
1837
  calendarEvent.value.time ? (openBlock(), createElementBlock("div", _hoisted_7$d, toDisplayString(getEventTime.value), 1)) : createCommentVNode("", true),
1838
1838
  calendarEvent.value.location ? (openBlock(), createElementBlock("div", _hoisted_8$9, [
1839
- createVNode(unref(_sfc_main$r), {
1839
+ createVNode(unref(Icon), {
1840
1840
  icon: icons.location
1841
1841
  }, null, 8, ["icon"]),
1842
1842
  createTextVNode(" " + toDisplayString(calendarEvent.value.location), 1)
1843
1843
  ])) : createCommentVNode("", true),
1844
1844
  calendarEvent.value.with ? (openBlock(), createElementBlock("div", _hoisted_9$7, [
1845
- createVNode(unref(_sfc_main$r), {
1845
+ createVNode(unref(Icon), {
1846
1846
  icon: icons.user
1847
1847
  }, null, 8, ["icon"]),
1848
1848
  createTextVNode(" " + toDisplayString(calendarEvent.value.with), 1)
1849
1849
  ])) : createCommentVNode("", true),
1850
1850
  calendarEvent.value.topic ? (openBlock(), createElementBlock("div", _hoisted_10$7, [
1851
- createVNode(unref(_sfc_main$r), {
1851
+ createVNode(unref(Icon), {
1852
1852
  icon: icons.topic
1853
1853
  }, null, 8, ["icon"]),
1854
1854
  createTextVNode(" " + toDisplayString(calendarEvent.value.topic), 1)
1855
1855
  ])) : createCommentVNode("", true),
1856
1856
  calendarEvent.value.description ? (openBlock(), createElementBlock("div", _hoisted_11$6, [
1857
- createVNode(unref(_sfc_main$r), {
1857
+ createVNode(unref(Icon), {
1858
1858
  icon: icons.description
1859
1859
  }, null, 8, ["icon"]),
1860
1860
  createElementVNode("p", {
@@ -2898,35 +2898,35 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
2898
2898
  }, [
2899
2899
  createElementVNode("div", _hoisted_2$H, toDisplayString(event.value.title), 1),
2900
2900
  createElementVNode("div", _hoisted_3$y, [
2901
- createVNode(unref(_sfc_main$r), {
2901
+ createVNode(unref(Icon), {
2902
2902
  icon: icons.value.clock,
2903
2903
  class: "calendar-week__event-icon"
2904
2904
  }, null, 8, ["icon"]),
2905
2905
  createElementVNode("span", null, toDisplayString(getEventTime.value), 1)
2906
2906
  ]),
2907
2907
  event.value.location ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
2908
- createVNode(unref(_sfc_main$r), {
2908
+ createVNode(unref(Icon), {
2909
2909
  icon: icons.value.location,
2910
2910
  class: "calendar-week__event-icon"
2911
2911
  }, null, 8, ["icon"]),
2912
2912
  createElementVNode("span", null, toDisplayString(event.value.location), 1)
2913
2913
  ])) : createCommentVNode("", true),
2914
2914
  event.value.with ? (openBlock(), createElementBlock("div", _hoisted_5$k, [
2915
- createVNode(unref(_sfc_main$r), {
2915
+ createVNode(unref(Icon), {
2916
2916
  icon: icons.value.user,
2917
2917
  class: "calendar-week__event-icon"
2918
2918
  }, null, 8, ["icon"]),
2919
2919
  createElementVNode("span", null, toDisplayString(event.value.with), 1)
2920
2920
  ])) : createCommentVNode("", true),
2921
2921
  event.value.topic ? (openBlock(), createElementBlock("div", _hoisted_6$h, [
2922
- createVNode(unref(_sfc_main$r), {
2922
+ createVNode(unref(Icon), {
2923
2923
  icon: icons.value.topic,
2924
2924
  class: "calendar-week__event-icon"
2925
2925
  }, null, 8, ["icon"]),
2926
2926
  createElementVNode("span", null, toDisplayString(event.value.topic), 1)
2927
2927
  ])) : createCommentVNode("", true),
2928
2928
  event.value.description ? (openBlock(), createElementBlock("div", _hoisted_7$c, [
2929
- createVNode(unref(_sfc_main$r), {
2929
+ createVNode(unref(Icon), {
2930
2930
  icon: icons.value.description,
2931
2931
  class: "calendar-week__event-icon"
2932
2932
  }, null, 8, ["icon"]),
@@ -11593,7 +11593,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
11593
11593
  createElementVNode("div", {
11594
11594
  class: normalizeClass(["list-arrows", { sorted: unref(sortField) === field.id }])
11595
11595
  }, [
11596
- createVNode(unref(_sfc_main$r), {
11596
+ createVNode(unref(Icon), {
11597
11597
  class: normalizeClass({ desc: unref(sortDirection) === "DESC" }),
11598
11598
  icon: "keyboard_arrow_up"
11599
11599
  }, null, 8, ["class"])
@@ -25604,7 +25604,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
25604
25604
  [_directive_lightbox, { src: file.url, download: true }]
25605
25605
  ]),
25606
25606
  createElementVNode("div", _hoisted_5$d, [
25607
- createVNode(unref(_sfc_main$r), {
25607
+ createVNode(unref(Icon), {
25608
25608
  icon: "draft",
25609
25609
  size: 1.5
25610
25610
  }),
@@ -25655,7 +25655,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
25655
25655
  class: "multi-preview",
25656
25656
  src: file.url,
25657
25657
  alt: ""
25658
- }, null, 8, ["src"])) : (openBlock(), createBlock(unref(_sfc_main$r), {
25658
+ }, null, 8, ["src"])) : (openBlock(), createBlock(unref(Icon), {
25659
25659
  key: 1,
25660
25660
  icon: "draft",
25661
25661
  class: "multi-preview"
@@ -25685,7 +25685,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
25685
25685
  src: fileToUrl(fileQ.file),
25686
25686
  alt: ""
25687
25687
  }, null, 8, ["width", "src"])) : createCommentVNode("", true)
25688
- ], 64)) : (openBlock(), createBlock(unref(_sfc_main$r), {
25688
+ ], 64)) : (openBlock(), createBlock(unref(Icon), {
25689
25689
  key: 1,
25690
25690
  icon: "draft",
25691
25691
  class: "multi-preview"
@@ -25696,7 +25696,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
25696
25696
  style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
25697
25697
  }, [
25698
25698
  fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_11$3, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
25699
- createVNode(unref(_sfc_main$r), {
25699
+ createVNode(unref(Icon), {
25700
25700
  class: "success",
25701
25701
  icon: "check"
25702
25702
  })
@@ -25748,7 +25748,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
25748
25748
  }, null, 8, ["src"]), [
25749
25749
  [_directive_lightbox, { src: file.url, download: true }]
25750
25750
  ])
25751
- ])) : withDirectives((openBlock(), createBlock(unref(_sfc_main$r), {
25751
+ ])) : withDirectives((openBlock(), createBlock(unref(Icon), {
25752
25752
  key: 1,
25753
25753
  size: 4,
25754
25754
  weight: "2",
@@ -25769,7 +25769,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
25769
25769
  style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
25770
25770
  }, [
25771
25771
  fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_15$2, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
25772
- createVNode(unref(_sfc_main$r), {
25772
+ createVNode(unref(Icon), {
25773
25773
  class: "success",
25774
25774
  icon: "check"
25775
25775
  })
@@ -25793,7 +25793,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
25793
25793
  browse
25794
25794
  }, () => [
25795
25795
  createElementVNode("p", _hoisted_16$2, [
25796
- createVNode(unref(_sfc_main$r), { icon: "upload_2" }),
25796
+ createVNode(unref(Icon), { icon: "upload_2" }),
25797
25797
  createElementVNode("span", _hoisted_17$2, toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
25798
25798
  ])
25799
25799
  ], true) : createCommentVNode("", true)
@@ -25997,12 +25997,12 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
25997
25997
  ]
25998
25998
  ]),
25999
25999
  _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_4$c, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
26000
- _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$r), {
26000
+ _ctx.iconStart ? (openBlock(), createBlock(unref(Icon), {
26001
26001
  key: 2,
26002
26002
  class: "iconStart",
26003
26003
  icon: _ctx.iconStart
26004
26004
  }, null, 8, ["icon"])) : createCommentVNode("", true),
26005
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$r), {
26005
+ _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
26006
26006
  key: 3,
26007
26007
  icon: _ctx.icon
26008
26008
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -28489,7 +28489,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
28489
28489
  _cache[6] || (_cache[6] = withKeys(withModifiers(($event) => navigate("up"), ["prevent"]), ["up"]))
28490
28490
  ]
28491
28491
  }, [
28492
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$r), {
28492
+ _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
28493
28493
  key: 0,
28494
28494
  icon: _ctx.icon
28495
28495
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -28506,7 +28506,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
28506
28506
  })
28507
28507
  })
28508
28508
  ])) : createCommentVNode("", true),
28509
- !_ctx.disabled ? (openBlock(), createBlock(unref(_sfc_main$r), mergeProps({
28509
+ !_ctx.disabled ? (openBlock(), createBlock(unref(Icon), mergeProps({
28510
28510
  key: 3,
28511
28511
  thin: ""
28512
28512
  }, { icon: unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : createCommentVNode("", true)
@@ -28554,12 +28554,12 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
28554
28554
  ]
28555
28555
  }, [
28556
28556
  _ctx.multiselect ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
28557
- isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$r), {
28557
+ isSelected(option2) ? (openBlock(), createBlock(unref(Icon), {
28558
28558
  key: 0,
28559
28559
  size: 1.1,
28560
28560
  icon: "select_check_box"
28561
28561
  })) : createCommentVNode("", true),
28562
- !isSelected(option2) ? (openBlock(), createBlock(unref(_sfc_main$r), {
28562
+ !isSelected(option2) ? (openBlock(), createBlock(unref(Icon), {
28563
28563
  key: 1,
28564
28564
  class: "opacity-3",
28565
28565
  icon: "check_box_outline_blank",
@@ -31926,7 +31926,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
31926
31926
  class: "flex table-row"
31927
31927
  }, [
31928
31928
  createElementVNode("div", _hoisted_5$7, [
31929
- createVNode(unref(_sfc_main$r), { icon: "more_vert" })
31929
+ createVNode(unref(Icon), { icon: "more_vert" })
31930
31930
  ]),
31931
31931
  (openBlock(true), createElementBlock(Fragment, null, renderList((_a3 = unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
31932
31932
  return openBlock(), createElementBlock("div", {
@@ -31943,7 +31943,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
31943
31943
  ], 2);
31944
31944
  }), 128)),
31945
31945
  createElementVNode("div", _hoisted_6$6, [
31946
- createVNode(unref(_sfc_main$r), {
31946
+ createVNode(unref(Icon), {
31947
31947
  icon: "delete",
31948
31948
  onClick: ($event) => removeRow(index2)
31949
31949
  }, null, 8, ["onClick"])
@@ -36701,7 +36701,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
36701
36701
  class: "flex gap-05",
36702
36702
  onClick: _cache[0] || (_cache[0] = ($event) => isRef(open) ? open.value = true : open = true)
36703
36703
  }, [
36704
- createVNode(unref(_sfc_main$r), {
36704
+ createVNode(unref(Icon), {
36705
36705
  icon: unref(open) ? "collapse_all" : "expand_all"
36706
36706
  }, null, 8, ["icon"]),
36707
36707
  computedDropDownOptions.value.showFlags && unref(activeCountryCode) ? (openBlock(), createBlock(unref(Flag), {
@@ -36918,12 +36918,12 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
36918
36918
  [vModelText, unref(inputVal)]
36919
36919
  ]),
36920
36920
  _ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$5, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
36921
- _ctx.iconStart ? (openBlock(), createBlock(unref(_sfc_main$r), {
36921
+ _ctx.iconStart ? (openBlock(), createBlock(unref(Icon), {
36922
36922
  key: 3,
36923
36923
  class: "iconStart",
36924
36924
  icon: _ctx.iconStart
36925
36925
  }, null, 8, ["icon"])) : createCommentVNode("", true),
36926
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$r), {
36926
+ _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
36927
36927
  key: 4,
36928
36928
  icon: _ctx.icon
36929
36929
  }, null, 8, ["icon"])) : createCommentVNode("", true)
@@ -37212,7 +37212,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
37212
37212
  download: path_key.split("/").pop()
37213
37213
  }, null, 8, ["href", "download"]),
37214
37214
  createElementVNode("div", _hoisted_5$4, [
37215
- createVNode(unref(_sfc_main$r), {
37215
+ createVNode(unref(Icon), {
37216
37216
  icon: "draft",
37217
37217
  size: 1.5
37218
37218
  }),
@@ -37255,7 +37255,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
37255
37255
  key: 0,
37256
37256
  pathKey: path_key,
37257
37257
  class: "multi-preview"
37258
- }, null, 8, ["pathKey"])) : (openBlock(), createBlock(unref(_sfc_main$r), {
37258
+ }, null, 8, ["pathKey"])) : (openBlock(), createBlock(unref(Icon), {
37259
37259
  key: 1,
37260
37260
  icon: "description",
37261
37261
  class: "multi-preview"
@@ -37282,7 +37282,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
37282
37282
  class: "multi-preview",
37283
37283
  src: fileToUrl(file.file),
37284
37284
  alt: ""
37285
- }, null, 8, ["src"])) : (openBlock(), createBlock(unref(_sfc_main$r), {
37285
+ }, null, 8, ["src"])) : (openBlock(), createBlock(unref(Icon), {
37286
37286
  key: 1,
37287
37287
  icon: "description",
37288
37288
  class: "multi-preview"
@@ -37293,7 +37293,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
37293
37293
  style: normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
37294
37294
  }, [
37295
37295
  file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_11$2, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
37296
- createVNode(unref(_sfc_main$r), {
37296
+ createVNode(unref(Icon), {
37297
37297
  class: "success",
37298
37298
  icon: "check_circle"
37299
37299
  })
@@ -37341,7 +37341,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
37341
37341
  }, null, 8, ["pathKey"]), [
37342
37342
  [_directive_lightbox, { src: unref(pathKeyToURL)(path_key), download: true }]
37343
37343
  ])
37344
- ])) : withDirectives((openBlock(), createBlock(unref(_sfc_main$r), {
37344
+ ])) : withDirectives((openBlock(), createBlock(unref(Icon), {
37345
37345
  key: 1,
37346
37346
  size: 4,
37347
37347
  weight: "2",
@@ -37362,7 +37362,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
37362
37362
  style: normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
37363
37363
  }, [
37364
37364
  file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_15$1, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
37365
- createVNode(unref(_sfc_main$r), {
37365
+ createVNode(unref(Icon), {
37366
37366
  class: "success",
37367
37367
  icon: "check_circle"
37368
37368
  })
@@ -37386,7 +37386,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
37386
37386
  browse
37387
37387
  }, () => [
37388
37388
  createElementVNode("p", _hoisted_16$1, [
37389
- createVNode(unref(_sfc_main$r), { icon: "upload_2" }),
37389
+ createVNode(unref(Icon), { icon: "upload_2" }),
37390
37390
  createElementVNode("span", _hoisted_17$1, toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
37391
37391
  ])
37392
37392
  ], true) : createCommentVNode("", true)
@@ -41852,6 +41852,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
41852
41852
  };
41853
41853
  }
41854
41854
  });
41855
+ const Icon = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-b28cd148"]]);
41855
41856
  const _hoisted_1$k = ["src", "title", "width", "height", "marginwidth", "marginheight", "csp", "scrolling", "srcset"];
41856
41857
  const _sfc_main$q = /* @__PURE__ */ defineComponent({
41857
41858
  __name: "IframeVue",
@@ -42024,7 +42025,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
42024
42025
  height: unref(normalizeDimension)(_ctx.height)
42025
42026
  })
42026
42027
  }, [
42027
- createVNode(unref(_sfc_main$r), { name: "broken_image" })
42028
+ createVNode(unref(Icon), { name: "broken_image" })
42028
42029
  ], 4)) : (openBlock(), createBlock(unref(Skeleton), {
42029
42030
  key: 3,
42030
42031
  class: "img-web-kit",
@@ -42054,7 +42055,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
42054
42055
  onClick: nav.onClick
42055
42056
  }, {
42056
42057
  default: withCtx(() => [
42057
- createVNode(unref(_sfc_main$r), {
42058
+ createVNode(unref(Icon), {
42058
42059
  icon: nav.icon,
42059
42060
  size: 1.4,
42060
42061
  class: "m-0 line-height-14"
@@ -42156,7 +42157,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
42156
42157
  class: "nav-button px-075 me-auto w-100"
42157
42158
  }, {
42158
42159
  default: withCtx(() => [
42159
- createVNode(unref(_sfc_main$r), {
42160
+ createVNode(unref(Icon), {
42160
42161
  icon: nav.icon,
42161
42162
  size: 1.4
42162
42163
  }, null, 8, ["icon"]),
@@ -42440,7 +42441,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
42440
42441
  class: normalizeClass([{ active: isActive(tab) }, "bgl_tab relative z-1"]),
42441
42442
  onClick: ($event) => selectTab(tab)
42442
42443
  }, [
42443
- typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$r), {
42444
+ typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(Icon), {
42444
42445
  key: 0,
42445
42446
  icon: tab.icon
42446
42447
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -42482,7 +42483,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
42482
42483
  src: _ctx.src,
42483
42484
  size: 40
42484
42485
  }, null, 8, ["name", "src"])) : createCommentVNode("", true),
42485
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$r), {
42486
+ _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
42486
42487
  key: 1,
42487
42488
  size: "1.2",
42488
42489
  class: "color-primary",
@@ -43037,7 +43038,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
43037
43038
  onClick: toggleMenu,
43038
43039
  onKeypress: withKeys(toggleMenu, ["enter"])
43039
43040
  }, [
43040
- createVNode(unref(_sfc_main$r), {
43041
+ createVNode(unref(Icon), {
43041
43042
  icon: "chevron_right",
43042
43043
  class: "top-arrow"
43043
43044
  })
@@ -43056,7 +43057,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
43056
43057
  }
43057
43058
  }, {
43058
43059
  default: withCtx(() => [
43059
- createVNode(unref(_sfc_main$r), {
43060
+ createVNode(unref(Icon), {
43060
43061
  icon: link.icon
43061
43062
  }, null, 8, ["icon"]),
43062
43063
  createElementVNode("div", _hoisted_4$3, toDisplayString(link.label), 1)
@@ -43078,7 +43079,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
43078
43079
  }
43079
43080
  }, {
43080
43081
  default: withCtx(() => [
43081
- createVNode(unref(_sfc_main$r), {
43082
+ createVNode(unref(Icon), {
43082
43083
  icon: link.icon
43083
43084
  }, null, 8, ["icon"]),
43084
43085
  createElementVNode("div", _hoisted_6$3, toDisplayString(link.label), 1)
@@ -43223,7 +43224,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
43223
43224
  }, _ctx.btn), null, 16)
43224
43225
  ])) : createCommentVNode("", true)
43225
43226
  ])),
43226
- _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$r), {
43227
+ _ctx.icon ? (openBlock(), createBlock(unref(Icon), {
43227
43228
  key: 2,
43228
43229
  icon: _ctx.icon
43229
43230
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -43231,7 +43232,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
43231
43232
  !unref(slots).default ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
43232
43233
  createTextVNode(toDisplayString(_ctx.value || _ctx.modelValue), 1)
43233
43234
  ], 64)) : createCommentVNode("", true),
43234
- _ctx.iconEnd ? (openBlock(), createBlock(unref(_sfc_main$r), {
43235
+ _ctx.iconEnd ? (openBlock(), createBlock(unref(Icon), {
43235
43236
  key: 4,
43236
43237
  icon: _ctx.iconEnd
43237
43238
  }, null, 8, ["icon"])) : createCommentVNode("", true),
@@ -43812,7 +43813,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
43812
43813
  createElementVNode("span", {
43813
43814
  onClick: ($event) => col.sortable && sortByColumn(col.key)
43814
43815
  }, toDisplayString(col.label || col.key), 9, _hoisted_6$1),
43815
- sortColumn.value === col.key ? (openBlock(), createBlock(unref(_sfc_main$r), {
43816
+ sortColumn.value === col.key ? (openBlock(), createBlock(unref(Icon), {
43816
43817
  key: 0,
43817
43818
  class: normalizeClass(["line-height-0 transition-400", { "rotate-180": sortDirection.value === "desc" }]),
43818
43819
  name: "keyboard_arrow_down"
@@ -43894,7 +43895,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
43894
43895
  createElementVNode("span", {
43895
43896
  onClick: ($event) => col.sortable && sortByColumn(col.key)
43896
43897
  }, toDisplayString(col.label || col.key), 9, _hoisted_17),
43897
- sortColumn.value === col.key ? (openBlock(), createBlock(unref(_sfc_main$r), {
43898
+ sortColumn.value === col.key ? (openBlock(), createBlock(unref(Icon), {
43898
43899
  key: 0,
43899
43900
  name: "keyboard_arrow_down",
43900
43901
  class: normalizeClass(["line-height-0 inline-block", { "rotate-180": sortColumn.value === col.key && sortDirection.value === "desc" }])
@@ -44968,13 +44969,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
44968
44969
  title: item == null ? void 0 : item.name,
44969
44970
  class: "vw90"
44970
44971
  }, null, 8, _hoisted_5)) : (openBlock(), createElementBlock("div", _hoisted_6, [
44971
- createVNode(unref(_sfc_main$r), {
44972
+ createVNode(unref(Icon), {
44972
44973
  class: "m-0 m_none",
44973
44974
  icon: "draft",
44974
44975
  size: 10,
44975
44976
  weight: "12"
44976
44977
  }),
44977
- createVNode(unref(_sfc_main$r), {
44978
+ createVNode(unref(Icon), {
44978
44979
  class: "m-0 none m_block m_-mb-1",
44979
44980
  icon: "draft",
44980
44981
  size: 4,
@@ -45013,7 +45014,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
45013
45014
  src: item.src,
45014
45015
  alt: "",
45015
45016
  onClick: ($event) => selectItem(index2)
45016
- }, null, 8, ["src", "class", "onClick"])) : (openBlock(), createBlock(unref(_sfc_main$r), {
45017
+ }, null, 8, ["src", "class", "onClick"])) : (openBlock(), createBlock(unref(Icon), {
45017
45018
  key: 1,
45018
45019
  class: normalizeClass(["thumbnail object-fit-cover hover opacity-5 ed flex bg-popup justify-content-center align-items-center flex-shrink-0", { active: unref(currentIndex) === index2 }]),
45019
45020
  icon: "description",
@@ -45844,7 +45845,7 @@ export {
45844
45845
  Flag,
45845
45846
  IMAGE_FORMATS,
45846
45847
  IMAGE_FORMATS_REGEXP,
45847
- _sfc_main$r as Icon,
45848
+ Icon,
45848
45849
  _sfc_main$q as IframeVue,
45849
45850
  Image$1 as Image,
45850
45851
  JSONInput,
package/dist/style.css CHANGED
@@ -2743,6 +2743,16 @@ line-height: 1.65;
2743
2743
  transform: rotateY(180deg) !important;
2744
2744
  }
2745
2745
 
2746
+ .bgl_icon-font[data-v-b28cd148] {
2747
+ font-family: 'Material Symbols Outlined', serif !important;
2748
+ }
2749
+ .bgl_icon-font.fa[data-v-b28cd148] {
2750
+ font-family: 'Font Awesome 6 Free', serif !important;
2751
+ }
2752
+ .bgl_icon-font.fa-brands[data-v-b28cd148] {
2753
+ font-family: 'Font Awesome 6 Brands', serif !important;
2754
+ }
2755
+
2746
2756
  .img-web-kit[data-v-2f5e271c] {
2747
2757
  max-width: 100%;
2748
2758
  vertical-align: middle;
@@ -14610,10 +14620,6 @@ select {
14610
14620
  text-transform: lowercase;
14611
14621
  }.capitalize {
14612
14622
  text-transform: capitalize;
14613
- }.bgl_icon-font {
14614
- font-family: 'Material Symbols Outlined', serif !important;
14615
- }.bgl_icon-font.fa {
14616
- font-family: 'Font Awesome 6 Free', serif !important;
14617
14623
  }.nowrap {
14618
14624
  white-space: nowrap;
14619
14625
  }.balance {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "0.0.1268",
4
+ "version": "0.0.1270",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -46,4 +46,18 @@ const isFaBrand = $computed(() => FONT_AWESOME_BRANDS_ICONS.includes(iconRender)
46
46
  }
47
47
  </style>
48
48
 
49
+ <style scoped>
50
+ .bgl_icon-font {
51
+ font-family: 'Material Symbols Outlined', serif !important;
52
+ }
53
+
54
+ .bgl_icon-font.fa {
55
+ font-family: 'Font Awesome 6 Free', serif !important;
56
+ }
57
+
58
+ .bgl_icon-font.fa-brands {
59
+ font-family: 'Font Awesome 6 Brands', serif !important;
60
+ }
61
+ </style>
62
+
49
63
  <!-- <style src="./font-awesome.css" /> -->
@@ -436,14 +436,6 @@
436
436
  text-transform: capitalize;
437
437
  }
438
438
 
439
- .bgl_icon-font {
440
- font-family: 'Material Symbols Outlined', serif !important;
441
- }
442
-
443
- .bgl_icon-font.fa {
444
- font-family: 'Font Awesome 6 Free', serif !important;
445
- }
446
-
447
439
  .nowrap {
448
440
  white-space: nowrap;
449
441
  }