@bagelink/vue 0.0.1268 → 0.0.1272
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/components/Icon/Icon.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/NumberInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +71 -67
- package/dist/index.mjs +71 -67
- package/dist/style.css +16 -10
- package/package.json +1 -1
- package/src/components/Icon/Icon.vue +14 -0
- package/src/components/form/inputs/NumberInput.vue +6 -3
- package/src/styles/text.css +0 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.vue"],"names":[],"mappings":"
|
|
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/NumberInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/NumberInput.vue"],"names":[],"mappings":"AAsOA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAI7C,KAAK,YAAY,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,CAAA;AAEzD,UAAU,gBAAgB;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,QAAQ,CAAA;IACpB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,YAAY,CAAA;IACrB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;CAChB;;;;;;AA4VD,wBAQG"}
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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)
|
|
@@ -25934,11 +25934,14 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
25934
25934
|
emit2("update:modelValue", numberValue.value);
|
|
25935
25935
|
}
|
|
25936
25936
|
vue.watch(() => numberValue.value, () => {
|
|
25937
|
-
|
|
25938
|
-
|
|
25937
|
+
vue.nextTick(() => {
|
|
25938
|
+
formattedValue.value = numberValue.value !== void 0 ? formatNumber2(numberValue.value) : "";
|
|
25939
|
+
});
|
|
25940
|
+
});
|
|
25939
25941
|
vue.watch(() => __props.modelValue, (newVal) => {
|
|
25940
25942
|
if (newVal !== numberValue.value) {
|
|
25941
25943
|
numberValue.value = Number.parseFloat(`${newVal}`) || 0;
|
|
25944
|
+
console.log("newVal", numberValue.value);
|
|
25942
25945
|
}
|
|
25943
25946
|
}, { immediate: true });
|
|
25944
25947
|
return (_ctx, _cache) => {
|
|
@@ -25999,12 +26002,12 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
25999
26002
|
]
|
|
26000
26003
|
]),
|
|
26001
26004
|
_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(
|
|
26005
|
+
_ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
26003
26006
|
key: 2,
|
|
26004
26007
|
class: "iconStart",
|
|
26005
26008
|
icon: _ctx.iconStart
|
|
26006
26009
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
26007
|
-
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
26010
|
+
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
26008
26011
|
key: 3,
|
|
26009
26012
|
icon: _ctx.icon
|
|
26010
26013
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
@@ -26042,7 +26045,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
26042
26045
|
};
|
|
26043
26046
|
}
|
|
26044
26047
|
});
|
|
26045
|
-
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-
|
|
26048
|
+
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-3b46ec89"]]);
|
|
26046
26049
|
const _hoisted_1$z = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
26047
26050
|
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
26048
26051
|
__name: "OTP",
|
|
@@ -28491,7 +28494,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
28491
28494
|
_cache[6] || (_cache[6] = vue.withKeys(vue.withModifiers(($event) => navigate("up"), ["prevent"]), ["up"]))
|
|
28492
28495
|
]
|
|
28493
28496
|
}, [
|
|
28494
|
-
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
28497
|
+
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
28495
28498
|
key: 0,
|
|
28496
28499
|
icon: _ctx.icon
|
|
28497
28500
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
@@ -28508,7 +28511,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
28508
28511
|
})
|
|
28509
28512
|
})
|
|
28510
28513
|
])) : vue.createCommentVNode("", true),
|
|
28511
|
-
!_ctx.disabled ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
28514
|
+
!_ctx.disabled ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), vue.mergeProps({
|
|
28512
28515
|
key: 3,
|
|
28513
28516
|
thin: ""
|
|
28514
28517
|
}, { icon: vue.unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : vue.createCommentVNode("", true)
|
|
@@ -28556,12 +28559,12 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
28556
28559
|
]
|
|
28557
28560
|
}, [
|
|
28558
28561
|
_ctx.multiselect ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
28559
|
-
isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
28562
|
+
isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
28560
28563
|
key: 0,
|
|
28561
28564
|
size: 1.1,
|
|
28562
28565
|
icon: "select_check_box"
|
|
28563
28566
|
})) : vue.createCommentVNode("", true),
|
|
28564
|
-
!isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
28567
|
+
!isSelected(option2) ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
28565
28568
|
key: 1,
|
|
28566
28569
|
class: "opacity-3",
|
|
28567
28570
|
icon: "check_box_outline_blank",
|
|
@@ -31928,7 +31931,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
31928
31931
|
class: "flex table-row"
|
|
31929
31932
|
}, [
|
|
31930
31933
|
vue.createElementVNode("div", _hoisted_5$7, [
|
|
31931
|
-
vue.createVNode(vue.unref(
|
|
31934
|
+
vue.createVNode(vue.unref(Icon), { icon: "more_vert" })
|
|
31932
31935
|
]),
|
|
31933
31936
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_a3 = vue.unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
|
|
31934
31937
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -31945,7 +31948,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
31945
31948
|
], 2);
|
|
31946
31949
|
}), 128)),
|
|
31947
31950
|
vue.createElementVNode("div", _hoisted_6$6, [
|
|
31948
|
-
vue.createVNode(vue.unref(
|
|
31951
|
+
vue.createVNode(vue.unref(Icon), {
|
|
31949
31952
|
icon: "delete",
|
|
31950
31953
|
onClick: ($event) => removeRow(index2)
|
|
31951
31954
|
}, null, 8, ["onClick"])
|
|
@@ -36703,7 +36706,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
36703
36706
|
class: "flex gap-05",
|
|
36704
36707
|
onClick: _cache[0] || (_cache[0] = ($event) => vue.isRef(open) ? open.value = true : open = true)
|
|
36705
36708
|
}, [
|
|
36706
|
-
vue.createVNode(vue.unref(
|
|
36709
|
+
vue.createVNode(vue.unref(Icon), {
|
|
36707
36710
|
icon: vue.unref(open) ? "collapse_all" : "expand_all"
|
|
36708
36711
|
}, null, 8, ["icon"]),
|
|
36709
36712
|
computedDropDownOptions.value.showFlags && vue.unref(activeCountryCode) ? (vue.openBlock(), vue.createBlock(vue.unref(Flag), {
|
|
@@ -36920,12 +36923,12 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
36920
36923
|
[vue.vModelText, vue.unref(inputVal)]
|
|
36921
36924
|
]),
|
|
36922
36925
|
_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(
|
|
36926
|
+
_ctx.iconStart ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
36924
36927
|
key: 3,
|
|
36925
36928
|
class: "iconStart",
|
|
36926
36929
|
icon: _ctx.iconStart
|
|
36927
36930
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
36928
|
-
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
36931
|
+
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
36929
36932
|
key: 4,
|
|
36930
36933
|
icon: _ctx.icon
|
|
36931
36934
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
@@ -37214,7 +37217,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
37214
37217
|
download: path_key.split("/").pop()
|
|
37215
37218
|
}, null, 8, ["href", "download"]),
|
|
37216
37219
|
vue.createElementVNode("div", _hoisted_5$4, [
|
|
37217
|
-
vue.createVNode(vue.unref(
|
|
37220
|
+
vue.createVNode(vue.unref(Icon), {
|
|
37218
37221
|
icon: "draft",
|
|
37219
37222
|
size: 1.5
|
|
37220
37223
|
}),
|
|
@@ -37257,7 +37260,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
37257
37260
|
key: 0,
|
|
37258
37261
|
pathKey: path_key,
|
|
37259
37262
|
class: "multi-preview"
|
|
37260
|
-
}, null, 8, ["pathKey"])) : (vue.openBlock(), vue.createBlock(vue.unref(
|
|
37263
|
+
}, null, 8, ["pathKey"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
37261
37264
|
key: 1,
|
|
37262
37265
|
icon: "description",
|
|
37263
37266
|
class: "multi-preview"
|
|
@@ -37284,7 +37287,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
37284
37287
|
class: "multi-preview",
|
|
37285
37288
|
src: fileToUrl(file.file),
|
|
37286
37289
|
alt: ""
|
|
37287
|
-
}, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(
|
|
37290
|
+
}, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
37288
37291
|
key: 1,
|
|
37289
37292
|
icon: "description",
|
|
37290
37293
|
class: "multi-preview"
|
|
@@ -37295,7 +37298,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
37295
37298
|
style: vue.normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
|
|
37296
37299
|
}, [
|
|
37297
37300
|
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(
|
|
37301
|
+
vue.createVNode(vue.unref(Icon), {
|
|
37299
37302
|
class: "success",
|
|
37300
37303
|
icon: "check_circle"
|
|
37301
37304
|
})
|
|
@@ -37343,7 +37346,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
37343
37346
|
}, null, 8, ["pathKey"]), [
|
|
37344
37347
|
[_directive_lightbox, { src: vue.unref(pathKeyToURL)(path_key), download: true }]
|
|
37345
37348
|
])
|
|
37346
|
-
])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(
|
|
37349
|
+
])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
37347
37350
|
key: 1,
|
|
37348
37351
|
size: 4,
|
|
37349
37352
|
weight: "2",
|
|
@@ -37364,7 +37367,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
37364
37367
|
style: vue.normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
|
|
37365
37368
|
}, [
|
|
37366
37369
|
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(
|
|
37370
|
+
vue.createVNode(vue.unref(Icon), {
|
|
37368
37371
|
class: "success",
|
|
37369
37372
|
icon: "check_circle"
|
|
37370
37373
|
})
|
|
@@ -37388,7 +37391,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
37388
37391
|
browse
|
|
37389
37392
|
}, () => [
|
|
37390
37393
|
vue.createElementVNode("p", _hoisted_16$1, [
|
|
37391
|
-
vue.createVNode(vue.unref(
|
|
37394
|
+
vue.createVNode(vue.unref(Icon), { icon: "upload_2" }),
|
|
37392
37395
|
vue.createElementVNode("span", _hoisted_17$1, vue.toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
|
|
37393
37396
|
])
|
|
37394
37397
|
], true) : vue.createCommentVNode("", true)
|
|
@@ -41854,6 +41857,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
41854
41857
|
};
|
|
41855
41858
|
}
|
|
41856
41859
|
});
|
|
41860
|
+
const Icon = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-b28cd148"]]);
|
|
41857
41861
|
const _hoisted_1$k = ["src", "title", "width", "height", "marginwidth", "marginheight", "csp", "scrolling", "srcset"];
|
|
41858
41862
|
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
41859
41863
|
__name: "IframeVue",
|
|
@@ -42026,7 +42030,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
42026
42030
|
height: vue.unref(normalizeDimension)(_ctx.height)
|
|
42027
42031
|
})
|
|
42028
42032
|
}, [
|
|
42029
|
-
vue.createVNode(vue.unref(
|
|
42033
|
+
vue.createVNode(vue.unref(Icon), { name: "broken_image" })
|
|
42030
42034
|
], 4)) : (vue.openBlock(), vue.createBlock(vue.unref(Skeleton), {
|
|
42031
42035
|
key: 3,
|
|
42032
42036
|
class: "img-web-kit",
|
|
@@ -42056,7 +42060,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
42056
42060
|
onClick: nav.onClick
|
|
42057
42061
|
}, {
|
|
42058
42062
|
default: vue.withCtx(() => [
|
|
42059
|
-
vue.createVNode(vue.unref(
|
|
42063
|
+
vue.createVNode(vue.unref(Icon), {
|
|
42060
42064
|
icon: nav.icon,
|
|
42061
42065
|
size: 1.4,
|
|
42062
42066
|
class: "m-0 line-height-14"
|
|
@@ -42158,7 +42162,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
42158
42162
|
class: "nav-button px-075 me-auto w-100"
|
|
42159
42163
|
}, {
|
|
42160
42164
|
default: vue.withCtx(() => [
|
|
42161
|
-
vue.createVNode(vue.unref(
|
|
42165
|
+
vue.createVNode(vue.unref(Icon), {
|
|
42162
42166
|
icon: nav.icon,
|
|
42163
42167
|
size: 1.4
|
|
42164
42168
|
}, null, 8, ["icon"]),
|
|
@@ -42442,7 +42446,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
42442
42446
|
class: vue.normalizeClass([{ active: isActive(tab) }, "bgl_tab relative z-1"]),
|
|
42443
42447
|
onClick: ($event) => selectTab(tab)
|
|
42444
42448
|
}, [
|
|
42445
|
-
typeof tab !== "string" && tab.icon ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
42449
|
+
typeof tab !== "string" && tab.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
42446
42450
|
key: 0,
|
|
42447
42451
|
icon: tab.icon
|
|
42448
42452
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
@@ -42484,7 +42488,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
42484
42488
|
src: _ctx.src,
|
|
42485
42489
|
size: 40
|
|
42486
42490
|
}, null, 8, ["name", "src"])) : vue.createCommentVNode("", true),
|
|
42487
|
-
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
42491
|
+
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
42488
42492
|
key: 1,
|
|
42489
42493
|
size: "1.2",
|
|
42490
42494
|
class: "color-primary",
|
|
@@ -43039,7 +43043,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
43039
43043
|
onClick: toggleMenu,
|
|
43040
43044
|
onKeypress: vue.withKeys(toggleMenu, ["enter"])
|
|
43041
43045
|
}, [
|
|
43042
|
-
vue.createVNode(vue.unref(
|
|
43046
|
+
vue.createVNode(vue.unref(Icon), {
|
|
43043
43047
|
icon: "chevron_right",
|
|
43044
43048
|
class: "top-arrow"
|
|
43045
43049
|
})
|
|
@@ -43058,7 +43062,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
43058
43062
|
}
|
|
43059
43063
|
}, {
|
|
43060
43064
|
default: vue.withCtx(() => [
|
|
43061
|
-
vue.createVNode(vue.unref(
|
|
43065
|
+
vue.createVNode(vue.unref(Icon), {
|
|
43062
43066
|
icon: link.icon
|
|
43063
43067
|
}, null, 8, ["icon"]),
|
|
43064
43068
|
vue.createElementVNode("div", _hoisted_4$3, vue.toDisplayString(link.label), 1)
|
|
@@ -43080,7 +43084,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
43080
43084
|
}
|
|
43081
43085
|
}, {
|
|
43082
43086
|
default: vue.withCtx(() => [
|
|
43083
|
-
vue.createVNode(vue.unref(
|
|
43087
|
+
vue.createVNode(vue.unref(Icon), {
|
|
43084
43088
|
icon: link.icon
|
|
43085
43089
|
}, null, 8, ["icon"]),
|
|
43086
43090
|
vue.createElementVNode("div", _hoisted_6$3, vue.toDisplayString(link.label), 1)
|
|
@@ -43225,7 +43229,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
|
43225
43229
|
}, _ctx.btn), null, 16)
|
|
43226
43230
|
])) : vue.createCommentVNode("", true)
|
|
43227
43231
|
])),
|
|
43228
|
-
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
43232
|
+
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
43229
43233
|
key: 2,
|
|
43230
43234
|
icon: _ctx.icon
|
|
43231
43235
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
@@ -43233,7 +43237,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
|
43233
43237
|
!vue.unref(slots).default ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 3 }, [
|
|
43234
43238
|
vue.createTextVNode(vue.toDisplayString(_ctx.value || _ctx.modelValue), 1)
|
|
43235
43239
|
], 64)) : vue.createCommentVNode("", true),
|
|
43236
|
-
_ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
43240
|
+
_ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
43237
43241
|
key: 4,
|
|
43238
43242
|
icon: _ctx.iconEnd
|
|
43239
43243
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
@@ -43814,7 +43818,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
43814
43818
|
vue.createElementVNode("span", {
|
|
43815
43819
|
onClick: ($event) => col.sortable && sortByColumn(col.key)
|
|
43816
43820
|
}, vue.toDisplayString(col.label || col.key), 9, _hoisted_6$1),
|
|
43817
|
-
sortColumn.value === col.key ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
43821
|
+
sortColumn.value === col.key ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
43818
43822
|
key: 0,
|
|
43819
43823
|
class: vue.normalizeClass(["line-height-0 transition-400", { "rotate-180": sortDirection.value === "desc" }]),
|
|
43820
43824
|
name: "keyboard_arrow_down"
|
|
@@ -43896,7 +43900,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
43896
43900
|
vue.createElementVNode("span", {
|
|
43897
43901
|
onClick: ($event) => col.sortable && sortByColumn(col.key)
|
|
43898
43902
|
}, vue.toDisplayString(col.label || col.key), 9, _hoisted_17),
|
|
43899
|
-
sortColumn.value === col.key ? (vue.openBlock(), vue.createBlock(vue.unref(
|
|
43903
|
+
sortColumn.value === col.key ? (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
43900
43904
|
key: 0,
|
|
43901
43905
|
name: "keyboard_arrow_down",
|
|
43902
43906
|
class: vue.normalizeClass(["line-height-0 inline-block", { "rotate-180": sortColumn.value === col.key && sortDirection.value === "desc" }])
|
|
@@ -44970,13 +44974,13 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
44970
44974
|
title: item == null ? void 0 : item.name,
|
|
44971
44975
|
class: "vw90"
|
|
44972
44976
|
}, null, 8, _hoisted_5)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, [
|
|
44973
|
-
vue.createVNode(vue.unref(
|
|
44977
|
+
vue.createVNode(vue.unref(Icon), {
|
|
44974
44978
|
class: "m-0 m_none",
|
|
44975
44979
|
icon: "draft",
|
|
44976
44980
|
size: 10,
|
|
44977
44981
|
weight: "12"
|
|
44978
44982
|
}),
|
|
44979
|
-
vue.createVNode(vue.unref(
|
|
44983
|
+
vue.createVNode(vue.unref(Icon), {
|
|
44980
44984
|
class: "m-0 none m_block m_-mb-1",
|
|
44981
44985
|
icon: "draft",
|
|
44982
44986
|
size: 4,
|
|
@@ -45015,7 +45019,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
45015
45019
|
src: item.src,
|
|
45016
45020
|
alt: "",
|
|
45017
45021
|
onClick: ($event) => selectItem(index2)
|
|
45018
|
-
}, null, 8, ["src", "class", "onClick"])) : (vue.openBlock(), vue.createBlock(vue.unref(
|
|
45022
|
+
}, null, 8, ["src", "class", "onClick"])) : (vue.openBlock(), vue.createBlock(vue.unref(Icon), {
|
|
45019
45023
|
key: 1,
|
|
45020
45024
|
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
45025
|
icon: "description",
|
|
@@ -45845,7 +45849,7 @@ exports.FileUpload = FileUpload;
|
|
|
45845
45849
|
exports.Flag = Flag;
|
|
45846
45850
|
exports.IMAGE_FORMATS = IMAGE_FORMATS;
|
|
45847
45851
|
exports.IMAGE_FORMATS_REGEXP = IMAGE_FORMATS_REGEXP;
|
|
45848
|
-
exports.Icon =
|
|
45852
|
+
exports.Icon = Icon;
|
|
45849
45853
|
exports.IframeVue = _sfc_main$q;
|
|
45850
45854
|
exports.Image = Image$1;
|
|
45851
45855
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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)
|
|
@@ -25932,11 +25932,14 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
25932
25932
|
emit2("update:modelValue", numberValue.value);
|
|
25933
25933
|
}
|
|
25934
25934
|
watch(() => numberValue.value, () => {
|
|
25935
|
-
|
|
25936
|
-
|
|
25935
|
+
nextTick(() => {
|
|
25936
|
+
formattedValue.value = numberValue.value !== void 0 ? formatNumber2(numberValue.value) : "";
|
|
25937
|
+
});
|
|
25938
|
+
});
|
|
25937
25939
|
watch(() => __props.modelValue, (newVal) => {
|
|
25938
25940
|
if (newVal !== numberValue.value) {
|
|
25939
25941
|
numberValue.value = Number.parseFloat(`${newVal}`) || 0;
|
|
25942
|
+
console.log("newVal", numberValue.value);
|
|
25940
25943
|
}
|
|
25941
25944
|
}, { immediate: true });
|
|
25942
25945
|
return (_ctx, _cache) => {
|
|
@@ -25997,12 +26000,12 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
25997
26000
|
]
|
|
25998
26001
|
]),
|
|
25999
26002
|
_ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_4$c, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
|
|
26000
|
-
_ctx.iconStart ? (openBlock(), createBlock(unref(
|
|
26003
|
+
_ctx.iconStart ? (openBlock(), createBlock(unref(Icon), {
|
|
26001
26004
|
key: 2,
|
|
26002
26005
|
class: "iconStart",
|
|
26003
26006
|
icon: _ctx.iconStart
|
|
26004
26007
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
26005
|
-
_ctx.icon ? (openBlock(), createBlock(unref(
|
|
26008
|
+
_ctx.icon ? (openBlock(), createBlock(unref(Icon), {
|
|
26006
26009
|
key: 3,
|
|
26007
26010
|
icon: _ctx.icon
|
|
26008
26011
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
@@ -26040,7 +26043,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
26040
26043
|
};
|
|
26041
26044
|
}
|
|
26042
26045
|
});
|
|
26043
|
-
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-
|
|
26046
|
+
const NumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-3b46ec89"]]);
|
|
26044
26047
|
const _hoisted_1$z = ["value", "autofocus", "onKeydown", "onPaste"];
|
|
26045
26048
|
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
26046
26049
|
__name: "OTP",
|
|
@@ -28489,7 +28492,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
28489
28492
|
_cache[6] || (_cache[6] = withKeys(withModifiers(($event) => navigate("up"), ["prevent"]), ["up"]))
|
|
28490
28493
|
]
|
|
28491
28494
|
}, [
|
|
28492
|
-
_ctx.icon ? (openBlock(), createBlock(unref(
|
|
28495
|
+
_ctx.icon ? (openBlock(), createBlock(unref(Icon), {
|
|
28493
28496
|
key: 0,
|
|
28494
28497
|
icon: _ctx.icon
|
|
28495
28498
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
@@ -28506,7 +28509,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
28506
28509
|
})
|
|
28507
28510
|
})
|
|
28508
28511
|
])) : createCommentVNode("", true),
|
|
28509
|
-
!_ctx.disabled ? (openBlock(), createBlock(unref(
|
|
28512
|
+
!_ctx.disabled ? (openBlock(), createBlock(unref(Icon), mergeProps({
|
|
28510
28513
|
key: 3,
|
|
28511
28514
|
thin: ""
|
|
28512
28515
|
}, { icon: unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : createCommentVNode("", true)
|
|
@@ -28554,12 +28557,12 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
28554
28557
|
]
|
|
28555
28558
|
}, [
|
|
28556
28559
|
_ctx.multiselect ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
28557
|
-
isSelected(option2) ? (openBlock(), createBlock(unref(
|
|
28560
|
+
isSelected(option2) ? (openBlock(), createBlock(unref(Icon), {
|
|
28558
28561
|
key: 0,
|
|
28559
28562
|
size: 1.1,
|
|
28560
28563
|
icon: "select_check_box"
|
|
28561
28564
|
})) : createCommentVNode("", true),
|
|
28562
|
-
!isSelected(option2) ? (openBlock(), createBlock(unref(
|
|
28565
|
+
!isSelected(option2) ? (openBlock(), createBlock(unref(Icon), {
|
|
28563
28566
|
key: 1,
|
|
28564
28567
|
class: "opacity-3",
|
|
28565
28568
|
icon: "check_box_outline_blank",
|
|
@@ -31926,7 +31929,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
31926
31929
|
class: "flex table-row"
|
|
31927
31930
|
}, [
|
|
31928
31931
|
createElementVNode("div", _hoisted_5$7, [
|
|
31929
|
-
createVNode(unref(
|
|
31932
|
+
createVNode(unref(Icon), { icon: "more_vert" })
|
|
31930
31933
|
]),
|
|
31931
31934
|
(openBlock(true), createElementBlock(Fragment, null, renderList((_a3 = unref(entityMeta)) == null ? void 0 : _a3.fields, (field) => {
|
|
31932
31935
|
return openBlock(), createElementBlock("div", {
|
|
@@ -31943,7 +31946,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
31943
31946
|
], 2);
|
|
31944
31947
|
}), 128)),
|
|
31945
31948
|
createElementVNode("div", _hoisted_6$6, [
|
|
31946
|
-
createVNode(unref(
|
|
31949
|
+
createVNode(unref(Icon), {
|
|
31947
31950
|
icon: "delete",
|
|
31948
31951
|
onClick: ($event) => removeRow(index2)
|
|
31949
31952
|
}, null, 8, ["onClick"])
|
|
@@ -36701,7 +36704,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
36701
36704
|
class: "flex gap-05",
|
|
36702
36705
|
onClick: _cache[0] || (_cache[0] = ($event) => isRef(open) ? open.value = true : open = true)
|
|
36703
36706
|
}, [
|
|
36704
|
-
createVNode(unref(
|
|
36707
|
+
createVNode(unref(Icon), {
|
|
36705
36708
|
icon: unref(open) ? "collapse_all" : "expand_all"
|
|
36706
36709
|
}, null, 8, ["icon"]),
|
|
36707
36710
|
computedDropDownOptions.value.showFlags && unref(activeCountryCode) ? (openBlock(), createBlock(unref(Flag), {
|
|
@@ -36918,12 +36921,12 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
36918
36921
|
[vModelText, unref(inputVal)]
|
|
36919
36922
|
]),
|
|
36920
36923
|
_ctx.helptext ? (openBlock(), createElementBlock("p", _hoisted_5$5, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
|
|
36921
|
-
_ctx.iconStart ? (openBlock(), createBlock(unref(
|
|
36924
|
+
_ctx.iconStart ? (openBlock(), createBlock(unref(Icon), {
|
|
36922
36925
|
key: 3,
|
|
36923
36926
|
class: "iconStart",
|
|
36924
36927
|
icon: _ctx.iconStart
|
|
36925
36928
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
36926
|
-
_ctx.icon ? (openBlock(), createBlock(unref(
|
|
36929
|
+
_ctx.icon ? (openBlock(), createBlock(unref(Icon), {
|
|
36927
36930
|
key: 4,
|
|
36928
36931
|
icon: _ctx.icon
|
|
36929
36932
|
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
|
@@ -37212,7 +37215,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
37212
37215
|
download: path_key.split("/").pop()
|
|
37213
37216
|
}, null, 8, ["href", "download"]),
|
|
37214
37217
|
createElementVNode("div", _hoisted_5$4, [
|
|
37215
|
-
createVNode(unref(
|
|
37218
|
+
createVNode(unref(Icon), {
|
|
37216
37219
|
icon: "draft",
|
|
37217
37220
|
size: 1.5
|
|
37218
37221
|
}),
|
|
@@ -37255,7 +37258,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
37255
37258
|
key: 0,
|
|
37256
37259
|
pathKey: path_key,
|
|
37257
37260
|
class: "multi-preview"
|
|
37258
|
-
}, null, 8, ["pathKey"])) : (openBlock(), createBlock(unref(
|
|
37261
|
+
}, null, 8, ["pathKey"])) : (openBlock(), createBlock(unref(Icon), {
|
|
37259
37262
|
key: 1,
|
|
37260
37263
|
icon: "description",
|
|
37261
37264
|
class: "multi-preview"
|
|
@@ -37282,7 +37285,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
37282
37285
|
class: "multi-preview",
|
|
37283
37286
|
src: fileToUrl(file.file),
|
|
37284
37287
|
alt: ""
|
|
37285
|
-
}, null, 8, ["src"])) : (openBlock(), createBlock(unref(
|
|
37288
|
+
}, null, 8, ["src"])) : (openBlock(), createBlock(unref(Icon), {
|
|
37286
37289
|
key: 1,
|
|
37287
37290
|
icon: "description",
|
|
37288
37291
|
class: "multi-preview"
|
|
@@ -37293,7 +37296,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
37293
37296
|
style: normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
|
|
37294
37297
|
}, [
|
|
37295
37298
|
file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_11$2, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
|
|
37296
|
-
createVNode(unref(
|
|
37299
|
+
createVNode(unref(Icon), {
|
|
37297
37300
|
class: "success",
|
|
37298
37301
|
icon: "check_circle"
|
|
37299
37302
|
})
|
|
@@ -37341,7 +37344,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
37341
37344
|
}, null, 8, ["pathKey"]), [
|
|
37342
37345
|
[_directive_lightbox, { src: unref(pathKeyToURL)(path_key), download: true }]
|
|
37343
37346
|
])
|
|
37344
|
-
])) : withDirectives((openBlock(), createBlock(unref(
|
|
37347
|
+
])) : withDirectives((openBlock(), createBlock(unref(Icon), {
|
|
37345
37348
|
key: 1,
|
|
37346
37349
|
size: 4,
|
|
37347
37350
|
weight: "2",
|
|
@@ -37362,7 +37365,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
37362
37365
|
style: normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
|
|
37363
37366
|
}, [
|
|
37364
37367
|
file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_15$1, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
|
|
37365
|
-
createVNode(unref(
|
|
37368
|
+
createVNode(unref(Icon), {
|
|
37366
37369
|
class: "success",
|
|
37367
37370
|
icon: "check_circle"
|
|
37368
37371
|
})
|
|
@@ -37386,7 +37389,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
37386
37389
|
browse
|
|
37387
37390
|
}, () => [
|
|
37388
37391
|
createElementVNode("p", _hoisted_16$1, [
|
|
37389
|
-
createVNode(unref(
|
|
37392
|
+
createVNode(unref(Icon), { icon: "upload_2" }),
|
|
37390
37393
|
createElementVNode("span", _hoisted_17$1, toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
|
|
37391
37394
|
])
|
|
37392
37395
|
], true) : createCommentVNode("", true)
|
|
@@ -41852,6 +41855,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
41852
41855
|
};
|
|
41853
41856
|
}
|
|
41854
41857
|
});
|
|
41858
|
+
const Icon = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-b28cd148"]]);
|
|
41855
41859
|
const _hoisted_1$k = ["src", "title", "width", "height", "marginwidth", "marginheight", "csp", "scrolling", "srcset"];
|
|
41856
41860
|
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
41857
41861
|
__name: "IframeVue",
|
|
@@ -42024,7 +42028,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
42024
42028
|
height: unref(normalizeDimension)(_ctx.height)
|
|
42025
42029
|
})
|
|
42026
42030
|
}, [
|
|
42027
|
-
createVNode(unref(
|
|
42031
|
+
createVNode(unref(Icon), { name: "broken_image" })
|
|
42028
42032
|
], 4)) : (openBlock(), createBlock(unref(Skeleton), {
|
|
42029
42033
|
key: 3,
|
|
42030
42034
|
class: "img-web-kit",
|
|
@@ -42054,7 +42058,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
42054
42058
|
onClick: nav.onClick
|
|
42055
42059
|
}, {
|
|
42056
42060
|
default: withCtx(() => [
|
|
42057
|
-
createVNode(unref(
|
|
42061
|
+
createVNode(unref(Icon), {
|
|
42058
42062
|
icon: nav.icon,
|
|
42059
42063
|
size: 1.4,
|
|
42060
42064
|
class: "m-0 line-height-14"
|
|
@@ -42156,7 +42160,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
42156
42160
|
class: "nav-button px-075 me-auto w-100"
|
|
42157
42161
|
}, {
|
|
42158
42162
|
default: withCtx(() => [
|
|
42159
|
-
createVNode(unref(
|
|
42163
|
+
createVNode(unref(Icon), {
|
|
42160
42164
|
icon: nav.icon,
|
|
42161
42165
|
size: 1.4
|
|
42162
42166
|
}, null, 8, ["icon"]),
|
|
@@ -42440,7 +42444,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
42440
42444
|
class: normalizeClass([{ active: isActive(tab) }, "bgl_tab relative z-1"]),
|
|
42441
42445
|
onClick: ($event) => selectTab(tab)
|
|
42442
42446
|
}, [
|
|
42443
|
-
typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(
|
|
42447
|
+
typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(Icon), {
|
|
42444
42448
|
key: 0,
|
|
42445
42449
|
icon: tab.icon
|
|
42446
42450
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
@@ -42482,7 +42486,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
42482
42486
|
src: _ctx.src,
|
|
42483
42487
|
size: 40
|
|
42484
42488
|
}, null, 8, ["name", "src"])) : createCommentVNode("", true),
|
|
42485
|
-
_ctx.icon ? (openBlock(), createBlock(unref(
|
|
42489
|
+
_ctx.icon ? (openBlock(), createBlock(unref(Icon), {
|
|
42486
42490
|
key: 1,
|
|
42487
42491
|
size: "1.2",
|
|
42488
42492
|
class: "color-primary",
|
|
@@ -43037,7 +43041,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
43037
43041
|
onClick: toggleMenu,
|
|
43038
43042
|
onKeypress: withKeys(toggleMenu, ["enter"])
|
|
43039
43043
|
}, [
|
|
43040
|
-
createVNode(unref(
|
|
43044
|
+
createVNode(unref(Icon), {
|
|
43041
43045
|
icon: "chevron_right",
|
|
43042
43046
|
class: "top-arrow"
|
|
43043
43047
|
})
|
|
@@ -43056,7 +43060,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
43056
43060
|
}
|
|
43057
43061
|
}, {
|
|
43058
43062
|
default: withCtx(() => [
|
|
43059
|
-
createVNode(unref(
|
|
43063
|
+
createVNode(unref(Icon), {
|
|
43060
43064
|
icon: link.icon
|
|
43061
43065
|
}, null, 8, ["icon"]),
|
|
43062
43066
|
createElementVNode("div", _hoisted_4$3, toDisplayString(link.label), 1)
|
|
@@ -43078,7 +43082,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
43078
43082
|
}
|
|
43079
43083
|
}, {
|
|
43080
43084
|
default: withCtx(() => [
|
|
43081
|
-
createVNode(unref(
|
|
43085
|
+
createVNode(unref(Icon), {
|
|
43082
43086
|
icon: link.icon
|
|
43083
43087
|
}, null, 8, ["icon"]),
|
|
43084
43088
|
createElementVNode("div", _hoisted_6$3, toDisplayString(link.label), 1)
|
|
@@ -43223,7 +43227,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
43223
43227
|
}, _ctx.btn), null, 16)
|
|
43224
43228
|
])) : createCommentVNode("", true)
|
|
43225
43229
|
])),
|
|
43226
|
-
_ctx.icon ? (openBlock(), createBlock(unref(
|
|
43230
|
+
_ctx.icon ? (openBlock(), createBlock(unref(Icon), {
|
|
43227
43231
|
key: 2,
|
|
43228
43232
|
icon: _ctx.icon
|
|
43229
43233
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
@@ -43231,7 +43235,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
43231
43235
|
!unref(slots).default ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
43232
43236
|
createTextVNode(toDisplayString(_ctx.value || _ctx.modelValue), 1)
|
|
43233
43237
|
], 64)) : createCommentVNode("", true),
|
|
43234
|
-
_ctx.iconEnd ? (openBlock(), createBlock(unref(
|
|
43238
|
+
_ctx.iconEnd ? (openBlock(), createBlock(unref(Icon), {
|
|
43235
43239
|
key: 4,
|
|
43236
43240
|
icon: _ctx.iconEnd
|
|
43237
43241
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
@@ -43812,7 +43816,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
43812
43816
|
createElementVNode("span", {
|
|
43813
43817
|
onClick: ($event) => col.sortable && sortByColumn(col.key)
|
|
43814
43818
|
}, toDisplayString(col.label || col.key), 9, _hoisted_6$1),
|
|
43815
|
-
sortColumn.value === col.key ? (openBlock(), createBlock(unref(
|
|
43819
|
+
sortColumn.value === col.key ? (openBlock(), createBlock(unref(Icon), {
|
|
43816
43820
|
key: 0,
|
|
43817
43821
|
class: normalizeClass(["line-height-0 transition-400", { "rotate-180": sortDirection.value === "desc" }]),
|
|
43818
43822
|
name: "keyboard_arrow_down"
|
|
@@ -43894,7 +43898,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
43894
43898
|
createElementVNode("span", {
|
|
43895
43899
|
onClick: ($event) => col.sortable && sortByColumn(col.key)
|
|
43896
43900
|
}, toDisplayString(col.label || col.key), 9, _hoisted_17),
|
|
43897
|
-
sortColumn.value === col.key ? (openBlock(), createBlock(unref(
|
|
43901
|
+
sortColumn.value === col.key ? (openBlock(), createBlock(unref(Icon), {
|
|
43898
43902
|
key: 0,
|
|
43899
43903
|
name: "keyboard_arrow_down",
|
|
43900
43904
|
class: normalizeClass(["line-height-0 inline-block", { "rotate-180": sortColumn.value === col.key && sortDirection.value === "desc" }])
|
|
@@ -44968,13 +44972,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
44968
44972
|
title: item == null ? void 0 : item.name,
|
|
44969
44973
|
class: "vw90"
|
|
44970
44974
|
}, null, 8, _hoisted_5)) : (openBlock(), createElementBlock("div", _hoisted_6, [
|
|
44971
|
-
createVNode(unref(
|
|
44975
|
+
createVNode(unref(Icon), {
|
|
44972
44976
|
class: "m-0 m_none",
|
|
44973
44977
|
icon: "draft",
|
|
44974
44978
|
size: 10,
|
|
44975
44979
|
weight: "12"
|
|
44976
44980
|
}),
|
|
44977
|
-
createVNode(unref(
|
|
44981
|
+
createVNode(unref(Icon), {
|
|
44978
44982
|
class: "m-0 none m_block m_-mb-1",
|
|
44979
44983
|
icon: "draft",
|
|
44980
44984
|
size: 4,
|
|
@@ -45013,7 +45017,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
45013
45017
|
src: item.src,
|
|
45014
45018
|
alt: "",
|
|
45015
45019
|
onClick: ($event) => selectItem(index2)
|
|
45016
|
-
}, null, 8, ["src", "class", "onClick"])) : (openBlock(), createBlock(unref(
|
|
45020
|
+
}, null, 8, ["src", "class", "onClick"])) : (openBlock(), createBlock(unref(Icon), {
|
|
45017
45021
|
key: 1,
|
|
45018
45022
|
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
45023
|
icon: "description",
|
|
@@ -45844,7 +45848,7 @@ export {
|
|
|
45844
45848
|
Flag,
|
|
45845
45849
|
IMAGE_FORMATS,
|
|
45846
45850
|
IMAGE_FORMATS_REGEXP,
|
|
45847
|
-
|
|
45851
|
+
Icon,
|
|
45848
45852
|
_sfc_main$q as IframeVue,
|
|
45849
45853
|
Image$1 as Image,
|
|
45850
45854
|
JSONInput,
|
package/dist/style.css
CHANGED
|
@@ -1846,14 +1846,14 @@ pre code.hljs{
|
|
|
1846
1846
|
direction: ltr;
|
|
1847
1847
|
}
|
|
1848
1848
|
|
|
1849
|
-
.txtInputIconStart .iconStart[data-v-
|
|
1849
|
+
.txtInputIconStart .iconStart[data-v-3b46ec89] {
|
|
1850
1850
|
color: var(--input-color);
|
|
1851
1851
|
position: absolute;
|
|
1852
1852
|
inset-inline-start:calc(var(--input-height) / 3 - 0.25rem);
|
|
1853
1853
|
margin-top: calc(var(--input-height) / 2 );
|
|
1854
1854
|
line-height: 0;
|
|
1855
1855
|
}
|
|
1856
|
-
.textInputSpinnerWrap .spinner[data-v-
|
|
1856
|
+
.textInputSpinnerWrap .spinner[data-v-3b46ec89] {
|
|
1857
1857
|
color: var(--input-color);
|
|
1858
1858
|
position: absolute;
|
|
1859
1859
|
inset-inline-end: 0;
|
|
@@ -1863,18 +1863,18 @@ pre code.hljs{
|
|
|
1863
1863
|
flex-direction: column;
|
|
1864
1864
|
gap: 0;
|
|
1865
1865
|
}
|
|
1866
|
-
.top-bgl-ctrl-num-btn[data-v-
|
|
1866
|
+
.top-bgl-ctrl-num-btn[data-v-3b46ec89]{
|
|
1867
1867
|
margin-top: calc(var(--input-height) / 10) !important;
|
|
1868
1868
|
}
|
|
1869
|
-
.bgl-ctrl-num-btn[data-v-
|
|
1869
|
+
.bgl-ctrl-num-btn[data-v-3b46ec89]{
|
|
1870
1870
|
height: calc(var(--input-height) / 2.5) !important;
|
|
1871
1871
|
isolation: isolate;
|
|
1872
1872
|
}
|
|
1873
|
-
.bgl-big-ctrl-num-btn[data-v-
|
|
1873
|
+
.bgl-big-ctrl-num-btn[data-v-3b46ec89]{
|
|
1874
1874
|
width: 100% !important;
|
|
1875
1875
|
isolation: isolate;
|
|
1876
1876
|
}
|
|
1877
|
-
.bgl-number-input[data-v-
|
|
1877
|
+
.bgl-number-input[data-v-3b46ec89]{
|
|
1878
1878
|
padding-inline-end: 1.75rem !important;
|
|
1879
1879
|
}
|
|
1880
1880
|
|
|
@@ -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
|
@@ -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" /> -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup lang="ts">
|
|
2
2
|
import type { IconType } from '@bagelink/vue'
|
|
3
3
|
import { Icon, Btn } from '@bagelink/vue'
|
|
4
|
-
import { onMounted, watch } from 'vue'
|
|
4
|
+
import { nextTick, onMounted, watch } from 'vue'
|
|
5
5
|
|
|
6
6
|
type NumberLayout = 'default' | 'vertical' | 'horizontal'
|
|
7
7
|
|
|
@@ -118,12 +118,15 @@ function inputHandler() {
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
watch(() => numberValue, () => {
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
nextTick(() => {
|
|
122
|
+
formattedValue = numberValue !== undefined ? formatNumber(numberValue) : ''
|
|
123
|
+
})
|
|
124
|
+
})
|
|
123
125
|
|
|
124
126
|
watch(() => modelValue, (newVal) => {
|
|
125
127
|
if (newVal !== numberValue) {
|
|
126
128
|
numberValue = Number.parseFloat(`${newVal}`) || 0
|
|
129
|
+
console.log('newVal', numberValue)
|
|
127
130
|
}
|
|
128
131
|
}, { immediate: true })
|
|
129
132
|
</script>
|
package/src/styles/text.css
CHANGED
|
@@ -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
|
}
|