@oub/fusion 0.2.169 → 0.2.170
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/fusion.js +405 -399
- package/dist/fusion.umd.cjs +5 -5
- package/dist/lib/components/common/country/CountrySelectList.vue.d.ts +9 -0
- package/dist/lib/components/common/list-box/FusionListBox.vue.d.ts +9 -0
- package/dist/lib/components/common/menu/menu-item/FusionMenuItem.vue.d.ts +9 -0
- package/dist/lib/components/form/date-picker/FusionDatePicker.vue.d.ts +1 -1
- package/dist/lib/components/form/file-uploader/components/FileUploaderList.vue.d.ts +2 -2
- package/dist/lib/components/form/phone/FusionPhoneInput.vue.d.ts +18 -0
- package/dist/lib/components/form/searchable-input/FusionSearchableInput.vue.d.ts +9 -0
- package/dist/lib/components/form/select/FusionSelect.vue.d.ts +9 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -371,7 +371,7 @@ function au(e, t, a, r, n, o) {
|
|
|
371
371
|
]))
|
|
372
372
|
], 8, jl);
|
|
373
373
|
}
|
|
374
|
-
const
|
|
374
|
+
const Hb = /* @__PURE__ */ pe(Yl, [["render", au], ["__scopeId", "data-v-15414e4c"]]), nu = oe({
|
|
375
375
|
name: "SVGLine"
|
|
376
376
|
}), ru = {
|
|
377
377
|
width: "9",
|
|
@@ -1220,6 +1220,10 @@ const id = /* @__PURE__ */ pe(nd, [["render", od]]), sd = {
|
|
|
1220
1220
|
type: Boolean,
|
|
1221
1221
|
default: !1
|
|
1222
1222
|
},
|
|
1223
|
+
showCheck: {
|
|
1224
|
+
type: Boolean,
|
|
1225
|
+
default: !1
|
|
1226
|
+
},
|
|
1223
1227
|
href: {
|
|
1224
1228
|
type: String,
|
|
1225
1229
|
default: ""
|
|
@@ -1317,14 +1321,14 @@ function cd(e, t, a, r, n, o) {
|
|
|
1317
1321
|
g("div", ud, [
|
|
1318
1322
|
_(e.$slots, "content", {}, void 0, !0)
|
|
1319
1323
|
]),
|
|
1320
|
-
a.selected ? (c(), m("span", dd, [
|
|
1324
|
+
a.selected && a.showCheck ? (c(), m("span", dd, [
|
|
1321
1325
|
se(i)
|
|
1322
1326
|
])) : C("", !0)
|
|
1323
1327
|
]),
|
|
1324
1328
|
_: 3
|
|
1325
1329
|
}, 16, ["class", "tabindex", "onClick", "onKeydown", "onMouseover", "onMouseout", "onMousedown", "onMouseup"]);
|
|
1326
1330
|
}
|
|
1327
|
-
const us = /* @__PURE__ */ pe(sd, [["render", cd], ["__scopeId", "data-v-
|
|
1331
|
+
const us = /* @__PURE__ */ pe(sd, [["render", cd], ["__scopeId", "data-v-13973215"]]), pd = oe({
|
|
1328
1332
|
name: "FusionListBox",
|
|
1329
1333
|
components: {
|
|
1330
1334
|
SVGSearch: ls,
|
|
@@ -1806,7 +1810,7 @@ function Hd(e, t, a, r, n, o) {
|
|
|
1806
1810
|
], 2)) : C("", !0)
|
|
1807
1811
|
], 8, Md);
|
|
1808
1812
|
}
|
|
1809
|
-
const
|
|
1813
|
+
const zb = /* @__PURE__ */ pe(Id, [["render", Hd], ["__scopeId", "data-v-55b1443b"]]), zd = oe({
|
|
1810
1814
|
name: "FusionPasswordInput",
|
|
1811
1815
|
components: {
|
|
1812
1816
|
FusionInput: Ao,
|
|
@@ -1941,7 +1945,7 @@ function Yd(e, t, a, r, n, o) {
|
|
|
1941
1945
|
]), 1032, ["id", "input", "type", "placeholder", "autocomplete", "required", "class", "disabled", "label", "helper-label", "name", "error-label", "onUpdate:input", "onInput:blur", "onInput:focus", "onKeydown:enter"])
|
|
1942
1946
|
], 8, Jd);
|
|
1943
1947
|
}
|
|
1944
|
-
const
|
|
1948
|
+
const Jb = /* @__PURE__ */ pe(zd, [["render", Yd]]), sn = {
|
|
1945
1949
|
default: {
|
|
1946
1950
|
code: "GB",
|
|
1947
1951
|
dialCode: 44,
|
|
@@ -2847,6 +2851,13 @@ function vc(e, t, a, r, n, o) {
|
|
|
2847
2851
|
g("div", {
|
|
2848
2852
|
class: z(["field-wrapper", e.stateClasses])
|
|
2849
2853
|
}, [
|
|
2854
|
+
se(i, {
|
|
2855
|
+
country: e.selectedCountryData,
|
|
2856
|
+
disabled: e.disabled,
|
|
2857
|
+
"is-open": e.interactionStates.showSelectListBox,
|
|
2858
|
+
"aria-controls": e.computedAriaControls,
|
|
2859
|
+
"onToggle:select": e.toggleSelectListBox
|
|
2860
|
+
}, null, 8, ["country", "disabled", "is-open", "aria-controls", "onToggle:select"]),
|
|
2850
2861
|
aa(g("input", {
|
|
2851
2862
|
id: e.id,
|
|
2852
2863
|
ref: "input",
|
|
@@ -2870,14 +2881,7 @@ function vc(e, t, a, r, n, o) {
|
|
|
2870
2881
|
onKeydown: t[5] || (t[5] = we((...p) => e.handleKeydownEnter && e.handleKeydownEnter(...p), ["enter"]))
|
|
2871
2882
|
}, null, 42, fc), [
|
|
2872
2883
|
[Zi, e.inputPhoneNumber]
|
|
2873
|
-
])
|
|
2874
|
-
se(i, {
|
|
2875
|
-
country: e.selectedCountryData,
|
|
2876
|
-
disabled: e.disabled,
|
|
2877
|
-
"is-open": e.interactionStates.showSelectListBox,
|
|
2878
|
-
"aria-controls": e.computedAriaControls,
|
|
2879
|
-
"onToggle:select": e.toggleSelectListBox
|
|
2880
|
-
}, null, 8, ["country", "disabled", "is-open", "aria-controls", "onToggle:select"])
|
|
2884
|
+
])
|
|
2881
2885
|
], 2),
|
|
2882
2886
|
e.interactionStates.showSelectListBox ? (c(), m("div", hc, [
|
|
2883
2887
|
se(l, {
|
|
@@ -2903,7 +2907,7 @@ function vc(e, t, a, r, n, o) {
|
|
|
2903
2907
|
])) : C("", !0)
|
|
2904
2908
|
], 8, uc);
|
|
2905
2909
|
}
|
|
2906
|
-
const
|
|
2910
|
+
const Yb = /* @__PURE__ */ pe(lc, [["render", vc], ["__scopeId", "data-v-f0ebee4a"]]), yc = oe({
|
|
2907
2911
|
name: "FusionCheckboxGroup",
|
|
2908
2912
|
components: { SVGExclamationOctagon: bt, FusionCheckbox: rs },
|
|
2909
2913
|
props: {
|
|
@@ -2986,7 +2990,7 @@ function Tc(e, t, a, r, n, o) {
|
|
|
2986
2990
|
])
|
|
2987
2991
|
], 8, bc);
|
|
2988
2992
|
}
|
|
2989
|
-
const
|
|
2993
|
+
const jb = /* @__PURE__ */ pe(yc, [["render", Tc], ["__scopeId", "data-v-8ddcb9a5"]]), Pc = oe({
|
|
2990
2994
|
name: "FusionRadioGroup",
|
|
2991
2995
|
components: { SVGExclamationOctagon: bt, FusionRadio: Du },
|
|
2992
2996
|
props: {
|
|
@@ -3075,7 +3079,7 @@ function Ic(e, t, a, r, n, o) {
|
|
|
3075
3079
|
])
|
|
3076
3080
|
], 8, Dc);
|
|
3077
3081
|
}
|
|
3078
|
-
const
|
|
3082
|
+
const Xb = /* @__PURE__ */ pe(Pc, [["render", Ic], ["__scopeId", "data-v-a53734fe"]]), Mc = oe({
|
|
3079
3083
|
name: "FusionSearchableInput",
|
|
3080
3084
|
components: {
|
|
3081
3085
|
SVGSearch: ls,
|
|
@@ -3286,7 +3290,7 @@ function Vc(e, t, a, r, n, o) {
|
|
|
3286
3290
|
}, 8, ["id", "input", "placeholder", "autocomplete", "class", "disabled", "label", "helper-label", "name", "error-label", "tab-index", "autofocus", "required", "readonly", "aria-labelledby", "aria-invalid", "aria-disabled", "onClick", "onInput:blur", "onInput:focus", "onKeydown", "onUpdate:input"])
|
|
3287
3291
|
], 8, Lc);
|
|
3288
3292
|
}
|
|
3289
|
-
const
|
|
3293
|
+
const Wb = /* @__PURE__ */ pe(Mc, [["render", Vc]]), Nc = oe({
|
|
3290
3294
|
name: "SVGDecrement"
|
|
3291
3295
|
}), Qc = {
|
|
3292
3296
|
width: "24",
|
|
@@ -3577,7 +3581,7 @@ function _c(e, t, a, r, n, o) {
|
|
|
3577
3581
|
])
|
|
3578
3582
|
], 8, Kc);
|
|
3579
3583
|
}
|
|
3580
|
-
const
|
|
3584
|
+
const Kb = /* @__PURE__ */ pe(Wc, [["render", _c], ["__scopeId", "data-v-538ebff8"]]);
|
|
3581
3585
|
function St(e) {
|
|
3582
3586
|
"@babel/helpers - typeof";
|
|
3583
3587
|
return St = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
@@ -12214,7 +12218,7 @@ const Jo = /* @__PURE__ */ pe(Gg, [["render", _g]]), $g = oe({
|
|
|
12214
12218
|
watch: {
|
|
12215
12219
|
modelValue: {
|
|
12216
12220
|
handler: function(e) {
|
|
12217
|
-
e
|
|
12221
|
+
e ? (e instanceof Date ? this.date = e : this.date = new Date(e), this.$emit("update:modelValue", this.date)) : this.date = null;
|
|
12218
12222
|
},
|
|
12219
12223
|
immediate: !0
|
|
12220
12224
|
}
|
|
@@ -12230,14 +12234,14 @@ const Jo = /* @__PURE__ */ pe(Gg, [["render", _g]]), $g = oe({
|
|
|
12230
12234
|
this.$emit("input:blur");
|
|
12231
12235
|
}
|
|
12232
12236
|
}
|
|
12233
|
-
}), ev = ["data-test"], tv = { class: "fusion-date-picker-label-wrapper" }, av = ["for"], nv = {
|
|
12237
|
+
}), ev = ["id", "data-test"], tv = { class: "fusion-date-picker-label-wrapper" }, av = ["for"], nv = {
|
|
12234
12238
|
key: 0,
|
|
12235
12239
|
class: "fusion-date-picker error-wrapper"
|
|
12236
12240
|
}, rv = { "data-test": "error-label" };
|
|
12237
12241
|
function ov(e, t, a, r, n, o) {
|
|
12238
12242
|
const i = ae("SVGCalendar"), s = ae("VueDatePicker"), l = ae("SVGExclamationOctagon");
|
|
12239
12243
|
return c(), m("div", {
|
|
12240
|
-
id:
|
|
12244
|
+
id: `datepicker-${e.id}`,
|
|
12241
12245
|
class: "fusion-date-picker",
|
|
12242
12246
|
"data-test": e.dataTest
|
|
12243
12247
|
}, [
|
|
@@ -12268,7 +12272,7 @@ function ov(e, t, a, r, n, o) {
|
|
|
12268
12272
|
"text-input": e.datePickerInputOptions,
|
|
12269
12273
|
name: e.name,
|
|
12270
12274
|
"hide-offset-dates": "",
|
|
12271
|
-
class: z(["fusion-date-picker
|
|
12275
|
+
class: z(["fusion-date-picker-cmp", e.stateClasses]),
|
|
12272
12276
|
"input-class-name": "fusion-date-picker field",
|
|
12273
12277
|
"max-date": e.maxDate,
|
|
12274
12278
|
"min-date": e.minDate,
|
|
@@ -12288,7 +12292,7 @@ function ov(e, t, a, r, n, o) {
|
|
|
12288
12292
|
])) : C("", !0)
|
|
12289
12293
|
], 8, ev);
|
|
12290
12294
|
}
|
|
12291
|
-
const
|
|
12295
|
+
const Gb = /* @__PURE__ */ pe($g, [["render", ov], ["__scopeId", "data-v-698fc7ba"]]), iv = oe({
|
|
12292
12296
|
name: "FusionMonthDatePicker",
|
|
12293
12297
|
components: { SVGCalendar: Jo, SVGExclamationOctagon: bt, VueDatePicker: Sn },
|
|
12294
12298
|
props: {
|
|
@@ -12404,14 +12408,14 @@ const Kb = /* @__PURE__ */ pe($g, [["render", ov], ["__scopeId", "data-v-efde4eb
|
|
|
12404
12408
|
this.$emit("update:modelValue", new Date(a, t, 1));
|
|
12405
12409
|
}
|
|
12406
12410
|
}
|
|
12407
|
-
}), sv = ["data-test"], lv = { class: "fusion-date-picker-label-wrapper" }, uv = ["for"], dv = {
|
|
12411
|
+
}), sv = ["id", "data-test"], lv = { class: "fusion-date-picker-label-wrapper" }, uv = ["for"], dv = {
|
|
12408
12412
|
key: 0,
|
|
12409
12413
|
class: "fusion-date-picker error-wrapper"
|
|
12410
12414
|
}, cv = { "data-test": "error-label" };
|
|
12411
12415
|
function pv(e, t, a, r, n, o) {
|
|
12412
12416
|
const i = ae("SVGCalendar"), s = ae("VueDatePicker"), l = ae("SVGExclamationOctagon");
|
|
12413
12417
|
return c(), m("div", {
|
|
12414
|
-
id:
|
|
12418
|
+
id: `monthpicker-${e.id}`,
|
|
12415
12419
|
class: "fusion-date-picker fusion-month-picker",
|
|
12416
12420
|
"data-test": e.dataTest
|
|
12417
12421
|
}, [
|
|
@@ -12438,7 +12442,7 @@ function pv(e, t, a, r, n, o) {
|
|
|
12438
12442
|
"text-input": e.datePickerInputOptions,
|
|
12439
12443
|
name: e.name,
|
|
12440
12444
|
"hide-offset-dates": "",
|
|
12441
|
-
class: z(["fusion-date-picker
|
|
12445
|
+
class: z(["fusion-date-picker-cmp", e.stateClasses]),
|
|
12442
12446
|
"input-class-name": "fusion-date-picker field",
|
|
12443
12447
|
"max-date": e.maxDate,
|
|
12444
12448
|
"min-date": e.minDate,
|
|
@@ -12460,7 +12464,7 @@ function pv(e, t, a, r, n, o) {
|
|
|
12460
12464
|
])) : C("", !0)
|
|
12461
12465
|
], 8, sv);
|
|
12462
12466
|
}
|
|
12463
|
-
const
|
|
12467
|
+
const Zb = /* @__PURE__ */ pe(iv, [["render", pv], ["__scopeId", "data-v-2d1d6319"]]), fv = oe({
|
|
12464
12468
|
name: "FusionRangeDatePicker",
|
|
12465
12469
|
components: { SVGCalendar: Jo, SVGExclamationOctagon: bt, VueDatePicker: Sn },
|
|
12466
12470
|
props: {
|
|
@@ -12582,7 +12586,7 @@ const Gb = /* @__PURE__ */ pe(iv, [["render", pv], ["__scopeId", "data-v-04cd69b
|
|
|
12582
12586
|
this.$emit("input:blur");
|
|
12583
12587
|
}
|
|
12584
12588
|
}
|
|
12585
|
-
}), hv = ["data-test"], mv = { class: "fusion-date-picker-label-wrapper" }, gv = ["for"], vv = {
|
|
12589
|
+
}), hv = ["id", "data-test"], mv = { class: "fusion-date-picker-label-wrapper" }, gv = ["for"], vv = {
|
|
12586
12590
|
key: 0,
|
|
12587
12591
|
class: "fusion-date-picker error-wrapper"
|
|
12588
12592
|
}, yv = { "data-test": "error-label" };
|
|
@@ -12590,7 +12594,7 @@ function bv(e, t, a, r, n, o) {
|
|
|
12590
12594
|
var u, p, f;
|
|
12591
12595
|
const i = ae("SVGCalendar"), s = ae("VueDatePicker"), l = ae("SVGExclamationOctagon");
|
|
12592
12596
|
return c(), m("div", {
|
|
12593
|
-
id:
|
|
12597
|
+
id: `rangedatepicker-${e.id}`,
|
|
12594
12598
|
class: "fusion-date-picker fusion-range-picker",
|
|
12595
12599
|
"data-test": e.dataTest
|
|
12596
12600
|
}, [
|
|
@@ -12622,7 +12626,7 @@ function bv(e, t, a, r, n, o) {
|
|
|
12622
12626
|
name: e.name,
|
|
12623
12627
|
"hide-offset-dates": "",
|
|
12624
12628
|
range: "",
|
|
12625
|
-
class: z(["fusion-date-picker
|
|
12629
|
+
class: z(["fusion-date-picker-cmp", e.stateClasses]),
|
|
12626
12630
|
"input-class-name": "fusion-date-picker field",
|
|
12627
12631
|
"max-date": e.maxDate,
|
|
12628
12632
|
"min-date": e.minDate,
|
|
@@ -12648,7 +12652,7 @@ function bv(e, t, a, r, n, o) {
|
|
|
12648
12652
|
])) : C("", !0)
|
|
12649
12653
|
], 8, hv);
|
|
12650
12654
|
}
|
|
12651
|
-
const
|
|
12655
|
+
const _b = /* @__PURE__ */ pe(fv, [["render", bv], ["__scopeId", "data-v-75b53192"]]), kv = oe({
|
|
12652
12656
|
name: "SVGClose"
|
|
12653
12657
|
}), Av = {
|
|
12654
12658
|
width: "24",
|
|
@@ -12816,18 +12820,18 @@ const to = /* @__PURE__ */ pe(Pv, [["render", Fv]]), Bv = oe({
|
|
|
12816
12820
|
}), Ov = ["data-test"], xv = { class: "fusion-banner-wrapper" }, Uv = {
|
|
12817
12821
|
class: "fusion-banner-content-wrapper",
|
|
12818
12822
|
"data-test": "fusion-banner-content-wrapper"
|
|
12819
|
-
}, Iv = {
|
|
12823
|
+
}, Iv = { class: "fusion-banner-icon" }, Mv = {
|
|
12820
12824
|
key: 0,
|
|
12821
12825
|
class: "fusion-banner-message",
|
|
12822
12826
|
"aria-description": "Banner content",
|
|
12823
12827
|
"data-test": "fusion-banner-message"
|
|
12824
|
-
},
|
|
12828
|
+
}, Lv = {
|
|
12825
12829
|
key: 1,
|
|
12826
12830
|
class: "fusion-banner-message",
|
|
12827
12831
|
"aria-description": "Banner content",
|
|
12828
12832
|
"data-test": "fusion-banner-message-slot"
|
|
12829
12833
|
};
|
|
12830
|
-
function
|
|
12834
|
+
function Vv(e, t, a, r, n, o) {
|
|
12831
12835
|
const i = ae("SVGExclamationOctagon"), s = ae("SVGInformationCircle"), l = ae("SVGCheckCircle"), u = ae("SVGExclamationTriangle"), p = ae("SVGClose"), f = ae("FusionIconButton");
|
|
12832
12836
|
return c(), fe(wa, { name: "fade" }, {
|
|
12833
12837
|
default: ge(() => [
|
|
@@ -12837,31 +12841,33 @@ function Lv(e, t, a, r, n, o) {
|
|
|
12837
12841
|
"data-test": e.dataTest
|
|
12838
12842
|
}, [
|
|
12839
12843
|
g("div", xv, [
|
|
12840
|
-
e.variantType == "danger" ? (c(), fe(i, {
|
|
12841
|
-
key: 0,
|
|
12842
|
-
class: "fusion-banner-icon fusion-icon-danger",
|
|
12843
|
-
"data-test": "fusion-banner-icon"
|
|
12844
|
-
})) : e.variantType == "info" ? (c(), fe(s, {
|
|
12845
|
-
key: 1,
|
|
12846
|
-
class: "fusion-banner-icon fusion-icon-info",
|
|
12847
|
-
"data-test": "fusion-banner-icon"
|
|
12848
|
-
})) : e.variantType == "success" ? (c(), fe(l, {
|
|
12849
|
-
key: 2,
|
|
12850
|
-
class: "fusion-banner-icon fusion-icon-success",
|
|
12851
|
-
"data-test": "fusion-banner-icon"
|
|
12852
|
-
})) : C("", !0),
|
|
12853
|
-
e.variantType == "warning" ? (c(), fe(u, {
|
|
12854
|
-
key: 3,
|
|
12855
|
-
class: "fusion-banner-icon fusion-icon-warning",
|
|
12856
|
-
"data-test": "fusion-banner-icon"
|
|
12857
|
-
})) : C("", !0),
|
|
12858
12844
|
g("div", Uv, [
|
|
12859
|
-
|
|
12845
|
+
g("div", Iv, [
|
|
12846
|
+
e.variantType == "danger" ? (c(), fe(i, {
|
|
12847
|
+
key: 0,
|
|
12848
|
+
class: "fusion-icon-danger",
|
|
12849
|
+
"data-test": "fusion-banner-icon"
|
|
12850
|
+
})) : e.variantType == "info" ? (c(), fe(s, {
|
|
12851
|
+
key: 1,
|
|
12852
|
+
class: "fusion-icon-info",
|
|
12853
|
+
"data-test": "fusion-banner-icon"
|
|
12854
|
+
})) : e.variantType == "success" ? (c(), fe(l, {
|
|
12855
|
+
key: 2,
|
|
12856
|
+
class: "fusion-icon-success",
|
|
12857
|
+
"data-test": "fusion-banner-icon"
|
|
12858
|
+
})) : C("", !0),
|
|
12859
|
+
e.variantType == "warning" ? (c(), fe(u, {
|
|
12860
|
+
key: 3,
|
|
12861
|
+
class: "fusion-icon-warning",
|
|
12862
|
+
"data-test": "fusion-banner-icon"
|
|
12863
|
+
})) : C("", !0)
|
|
12864
|
+
]),
|
|
12865
|
+
e.message && !e.$slots.content ? (c(), m("p", Mv, te(e.message), 1)) : (c(), m("div", Lv, [
|
|
12860
12866
|
_(e.$slots, "content", {}, void 0, !0)
|
|
12861
12867
|
]))
|
|
12862
12868
|
]),
|
|
12863
12869
|
e.isDismissible ? (c(), fe(f, {
|
|
12864
|
-
key:
|
|
12870
|
+
key: 0,
|
|
12865
12871
|
"variant-style": "ghost",
|
|
12866
12872
|
size: "small",
|
|
12867
12873
|
"variant-type": "primary",
|
|
@@ -12883,7 +12889,7 @@ function Lv(e, t, a, r, n, o) {
|
|
|
12883
12889
|
_: 3
|
|
12884
12890
|
});
|
|
12885
12891
|
}
|
|
12886
|
-
const
|
|
12892
|
+
const $b = /* @__PURE__ */ pe(Bv, [["render", Vv], ["__scopeId", "data-v-9b5de6f6"]]), Nv = oe({
|
|
12887
12893
|
name: "FusionTextLink",
|
|
12888
12894
|
props: {
|
|
12889
12895
|
id: {
|
|
@@ -12946,12 +12952,12 @@ const _b = /* @__PURE__ */ pe(Bv, [["render", Lv], ["__scopeId", "data-v-096465a
|
|
|
12946
12952
|
return this.elementType === "button";
|
|
12947
12953
|
}
|
|
12948
12954
|
}
|
|
12949
|
-
}),
|
|
12955
|
+
}), Qv = ["data-test"], Rv = {
|
|
12950
12956
|
key: 0,
|
|
12951
12957
|
class: "fusion-link-icon",
|
|
12952
12958
|
"data-test": "link-icon"
|
|
12953
12959
|
};
|
|
12954
|
-
function
|
|
12960
|
+
function Ev(e, t, a, r, n, o) {
|
|
12955
12961
|
return c(), m("span", {
|
|
12956
12962
|
class: z(["fusion-link-container", e.disabled ? "disabled" : ""]),
|
|
12957
12963
|
"data-test": e.dataTest
|
|
@@ -12969,15 +12975,15 @@ function Rv(e, t, a, r, n, o) {
|
|
|
12969
12975
|
}, {
|
|
12970
12976
|
default: ge(() => [
|
|
12971
12977
|
yt(te(e.label) + " ", 1),
|
|
12972
|
-
e.$slots.icon ? (c(), m("span",
|
|
12978
|
+
e.$slots.icon ? (c(), m("span", Rv, [
|
|
12973
12979
|
_(e.$slots, "icon", {}, void 0, !0)
|
|
12974
12980
|
])) : C("", !0)
|
|
12975
12981
|
]),
|
|
12976
12982
|
_: 3
|
|
12977
12983
|
}, 40, ["id", "href", "target", "type", "class", "tabindex"]))
|
|
12978
|
-
], 10,
|
|
12984
|
+
], 10, Qv);
|
|
12979
12985
|
}
|
|
12980
|
-
const
|
|
12986
|
+
const qv = /* @__PURE__ */ pe(Nv, [["render", Ev], ["__scopeId", "data-v-e3077435"]]), Hv = oe({
|
|
12981
12987
|
name: "FusionTag",
|
|
12982
12988
|
props: {
|
|
12983
12989
|
variantStyle: {
|
|
@@ -13047,8 +13053,8 @@ const Ev = /* @__PURE__ */ pe(Vv, [["render", Rv], ["__scopeId", "data-v-e307743
|
|
|
13047
13053
|
return "emphasis-one";
|
|
13048
13054
|
}
|
|
13049
13055
|
}
|
|
13050
|
-
}),
|
|
13051
|
-
function
|
|
13056
|
+
}), zv = { "data-test": "fusion-tag-label" };
|
|
13057
|
+
function Jv(e, t, a, r, n, o) {
|
|
13052
13058
|
return c(), m("div", {
|
|
13053
13059
|
class: z(["fusion-tag", `fusion-tag-${e.variantTypeClass}`]),
|
|
13054
13060
|
"data-test": "fusion-tag"
|
|
@@ -13060,19 +13066,19 @@ function zv(e, t, a, r, n, o) {
|
|
|
13060
13066
|
}, [
|
|
13061
13067
|
_(e.$slots, "icon", {}, void 0, !0)
|
|
13062
13068
|
], 2)) : C("", !0),
|
|
13063
|
-
g("div",
|
|
13069
|
+
g("div", zv, te(e.label), 1)
|
|
13064
13070
|
], 2);
|
|
13065
13071
|
}
|
|
13066
|
-
const
|
|
13072
|
+
const Yv = /* @__PURE__ */ pe(Hv, [["render", Jv], ["__scopeId", "data-v-237d7418"]]), jv = oe({
|
|
13067
13073
|
name: "FusionDivider"
|
|
13068
|
-
}),
|
|
13074
|
+
}), Xv = {
|
|
13069
13075
|
class: "fusion-divider",
|
|
13070
13076
|
"data-test": "fusion-divider"
|
|
13071
13077
|
};
|
|
13072
|
-
function
|
|
13073
|
-
return c(), m("hr",
|
|
13078
|
+
function Wv(e, t, a, r, n, o) {
|
|
13079
|
+
return c(), m("hr", Xv);
|
|
13074
13080
|
}
|
|
13075
|
-
const Yo = /* @__PURE__ */ pe(
|
|
13081
|
+
const Yo = /* @__PURE__ */ pe(jv, [["render", Wv], ["__scopeId", "data-v-a39d0931"]]), Kv = oe({
|
|
13076
13082
|
name: "FusionCard",
|
|
13077
13083
|
components: {
|
|
13078
13084
|
FusionDivider: Yo
|
|
@@ -13105,12 +13111,12 @@ const Yo = /* @__PURE__ */ pe(Yv, [["render", Xv], ["__scopeId", "data-v-a39d093
|
|
|
13105
13111
|
this.selectable && !this.disabled && (e.type === "click" || e.type === "keydown") && this.$emit("update:selected", !this.selected);
|
|
13106
13112
|
}
|
|
13107
13113
|
}
|
|
13108
|
-
}),
|
|
13114
|
+
}), Gv = ["role", "aria-pressed", "tabindex", "aria-disabled"], Zv = { class: "fusion-card-body" }, _v = { class: "fusion-card-content" }, $v = {
|
|
13109
13115
|
key: 0,
|
|
13110
13116
|
class: "fusion-card-image",
|
|
13111
13117
|
"data-test": "fusion-card-image"
|
|
13112
13118
|
};
|
|
13113
|
-
function
|
|
13119
|
+
function e1(e, t, a, r, n, o) {
|
|
13114
13120
|
const i = ae("FusionDivider");
|
|
13115
13121
|
return c(), m("div", {
|
|
13116
13122
|
class: z(["fusion-card", {
|
|
@@ -13132,8 +13138,8 @@ function $v(e, t, a, r, n, o) {
|
|
|
13132
13138
|
t[3] || (t[3] = we(Ee((...s) => e.handleInteraction && e.handleInteraction(...s), ["prevent"]), ["space"]))
|
|
13133
13139
|
]
|
|
13134
13140
|
}, [
|
|
13135
|
-
g("div",
|
|
13136
|
-
g("div",
|
|
13141
|
+
g("div", Zv, [
|
|
13142
|
+
g("div", _v, [
|
|
13137
13143
|
_(e.$slots, "content", {}, void 0, !0)
|
|
13138
13144
|
]),
|
|
13139
13145
|
e.$slots.footer && !e.$slots.image ? (c(), fe(i, {
|
|
@@ -13150,53 +13156,53 @@ function $v(e, t, a, r, n, o) {
|
|
|
13150
13156
|
_(e.$slots, "footer", {}, void 0, !0)
|
|
13151
13157
|
])) : C("", !0)
|
|
13152
13158
|
]),
|
|
13153
|
-
e.$slots.image && !e.$slots.footer ? (c(), m("div",
|
|
13159
|
+
e.$slots.image && !e.$slots.footer ? (c(), m("div", $v, [
|
|
13154
13160
|
_(e.$slots, "image", {}, void 0, !0)
|
|
13155
13161
|
])) : C("", !0)
|
|
13156
|
-
], 42,
|
|
13162
|
+
], 42, Gv);
|
|
13157
13163
|
}
|
|
13158
|
-
const
|
|
13164
|
+
const e2 = /* @__PURE__ */ pe(Kv, [["render", e1], ["__scopeId", "data-v-a776d4a3"]]), t1 = oe({
|
|
13159
13165
|
name: "FusionContextMenu",
|
|
13160
13166
|
components: {
|
|
13161
13167
|
OnClickOutside: bo
|
|
13162
13168
|
},
|
|
13163
13169
|
emits: ["click-outside"]
|
|
13164
|
-
}),
|
|
13165
|
-
function
|
|
13170
|
+
}), a1 = { class: "fusion-context-menu" };
|
|
13171
|
+
function n1(e, t, a, r, n, o) {
|
|
13166
13172
|
const i = ae("OnClickOutside");
|
|
13167
13173
|
return c(), fe(i, {
|
|
13168
13174
|
ignore: [".fusion-context-menu"],
|
|
13169
13175
|
onTrigger: t[0] || (t[0] = (s) => e.$emit("click-outside"))
|
|
13170
13176
|
}, {
|
|
13171
13177
|
default: ge(() => [
|
|
13172
|
-
g("div",
|
|
13178
|
+
g("div", a1, [
|
|
13173
13179
|
_(e.$slots, "default", {}, void 0, !0)
|
|
13174
13180
|
])
|
|
13175
13181
|
]),
|
|
13176
13182
|
_: 3
|
|
13177
13183
|
});
|
|
13178
13184
|
}
|
|
13179
|
-
const
|
|
13185
|
+
const t2 = /* @__PURE__ */ pe(t1, [["render", n1], ["__scopeId", "data-v-d7b7e698"]]), r1 = {
|
|
13180
13186
|
name: "FusionPlatformBar"
|
|
13181
|
-
},
|
|
13182
|
-
function
|
|
13183
|
-
return c(), m("div",
|
|
13187
|
+
}, o1 = { class: "fusion-platform-bar" };
|
|
13188
|
+
function i1(e, t, a, r, n, o) {
|
|
13189
|
+
return c(), m("div", o1, [
|
|
13184
13190
|
_(e.$slots, "left-icon", {}, void 0, !0),
|
|
13185
13191
|
_(e.$slots, "logo", {}, void 0, !0),
|
|
13186
13192
|
_(e.$slots, "right-icon", {}, void 0, !0)
|
|
13187
13193
|
]);
|
|
13188
13194
|
}
|
|
13189
|
-
const
|
|
13195
|
+
const a2 = /* @__PURE__ */ pe(r1, [["render", i1], ["__scopeId", "data-v-b2a974ba"]]), s1 = oe({
|
|
13190
13196
|
name: "SVGXMark"
|
|
13191
|
-
}),
|
|
13197
|
+
}), l1 = {
|
|
13192
13198
|
width: "28",
|
|
13193
13199
|
height: "28",
|
|
13194
13200
|
viewBox: "0 0 28 28",
|
|
13195
13201
|
fill: "none",
|
|
13196
13202
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13197
13203
|
};
|
|
13198
|
-
function
|
|
13199
|
-
return c(), m("svg",
|
|
13204
|
+
function u1(e, t, a, r, n, o) {
|
|
13205
|
+
return c(), m("svg", l1, [...t[0] || (t[0] = [
|
|
13200
13206
|
g("mask", {
|
|
13201
13207
|
id: "mask0_5103_4",
|
|
13202
13208
|
style: { "mask-type": "alpha" },
|
|
@@ -13220,7 +13226,7 @@ function l1(e, t, a, r, n, o) {
|
|
|
13220
13226
|
], -1)
|
|
13221
13227
|
])]);
|
|
13222
13228
|
}
|
|
13223
|
-
const al = /* @__PURE__ */ pe(
|
|
13229
|
+
const al = /* @__PURE__ */ pe(s1, [["render", u1]]), d1 = oe({
|
|
13224
13230
|
name: "FusionSideNavigation",
|
|
13225
13231
|
components: { FusionIconButton: Sa, SVGXMark: al },
|
|
13226
13232
|
props: {
|
|
@@ -13265,8 +13271,8 @@ const al = /* @__PURE__ */ pe(i1, [["render", l1]]), u1 = oe({
|
|
|
13265
13271
|
this.handleScroll();
|
|
13266
13272
|
}
|
|
13267
13273
|
}
|
|
13268
|
-
}),
|
|
13269
|
-
function
|
|
13274
|
+
}), c1 = { class: "fusion-side-navigation-header-content" }, p1 = { class: "fusion-side-navigation-content-wrapper" }, f1 = { class: "fusion-side-navigation-list" };
|
|
13275
|
+
function h1(e, t, a, r, n, o) {
|
|
13270
13276
|
const i = ae("SVGXMark"), s = ae("FusionIconButton");
|
|
13271
13277
|
return c(), m(De, null, [
|
|
13272
13278
|
g("aside", {
|
|
@@ -13280,7 +13286,7 @@ function f1(e, t, a, r, n, o) {
|
|
|
13280
13286
|
key: 0,
|
|
13281
13287
|
class: z(["fusion-side-navigation-header", { "has-shadow": e.hasScrolledDown }])
|
|
13282
13288
|
}, [
|
|
13283
|
-
g("div",
|
|
13289
|
+
g("div", c1, [
|
|
13284
13290
|
_(e.$slots, "header", {}, void 0, !0),
|
|
13285
13291
|
se(s, {
|
|
13286
13292
|
class: "fusion-side-navigation-header-icon",
|
|
@@ -13296,13 +13302,13 @@ function f1(e, t, a, r, n, o) {
|
|
|
13296
13302
|
}, 8, ["onClick"])
|
|
13297
13303
|
])
|
|
13298
13304
|
], 2)) : C("", !0),
|
|
13299
|
-
g("div",
|
|
13305
|
+
g("div", p1, [
|
|
13300
13306
|
g("nav", {
|
|
13301
13307
|
ref: "contentRef",
|
|
13302
13308
|
class: "fusion-side-navigation-content",
|
|
13303
13309
|
onScroll: t[0] || (t[0] = (...l) => e.handleScroll && e.handleScroll(...l))
|
|
13304
13310
|
}, [
|
|
13305
|
-
g("ul",
|
|
13311
|
+
g("ul", f1, [
|
|
13306
13312
|
_(e.$slots, "default", {}, void 0, !0)
|
|
13307
13313
|
])
|
|
13308
13314
|
], 544)
|
|
@@ -13322,7 +13328,7 @@ function f1(e, t, a, r, n, o) {
|
|
|
13322
13328
|
})) : C("", !0)
|
|
13323
13329
|
], 64);
|
|
13324
13330
|
}
|
|
13325
|
-
const
|
|
13331
|
+
const n2 = /* @__PURE__ */ pe(d1, [["render", h1], ["__scopeId", "data-v-becea1a1"]]), m1 = oe({
|
|
13326
13332
|
name: "FusionSideNavigationItem",
|
|
13327
13333
|
props: {
|
|
13328
13334
|
item: {
|
|
@@ -13359,12 +13365,12 @@ const a2 = /* @__PURE__ */ pe(u1, [["render", f1], ["__scopeId", "data-v-becea1a
|
|
|
13359
13365
|
this.disabled || this.$emit("update:selected", !this.selected);
|
|
13360
13366
|
}
|
|
13361
13367
|
}
|
|
13362
|
-
}),
|
|
13368
|
+
}), g1 = ["tabindex", "aria-disabled", "aria-current", "aria-label"], v1 = ["href"], y1 = {
|
|
13363
13369
|
key: 1,
|
|
13364
13370
|
class: "fusion-side-navigation-item-label",
|
|
13365
13371
|
"data-test": "nav-item-label"
|
|
13366
13372
|
};
|
|
13367
|
-
function
|
|
13373
|
+
function b1(e, t, a, r, n, o) {
|
|
13368
13374
|
var i, s;
|
|
13369
13375
|
return c(), m("li", {
|
|
13370
13376
|
tabindex: e.disabled ? -1 : 0,
|
|
@@ -13394,11 +13400,11 @@ function y1(e, t, a, r, n, o) {
|
|
|
13394
13400
|
}, [
|
|
13395
13401
|
_(e.$slots, "icon", {}, void 0, !0)
|
|
13396
13402
|
], 2)) : C("", !0),
|
|
13397
|
-
(s = e.item) != null && s.label ? (c(), m("span",
|
|
13398
|
-
], 8,
|
|
13399
|
-
], 42,
|
|
13403
|
+
(s = e.item) != null && s.label ? (c(), m("span", y1, te(e.item.label), 1)) : C("", !0)
|
|
13404
|
+
], 8, v1)
|
|
13405
|
+
], 42, g1);
|
|
13400
13406
|
}
|
|
13401
|
-
const
|
|
13407
|
+
const r2 = /* @__PURE__ */ pe(m1, [["render", b1], ["__scopeId", "data-v-09cc4c92"]]), k1 = {
|
|
13402
13408
|
name: "FusionListItem",
|
|
13403
13409
|
components: {
|
|
13404
13410
|
SVGTick: ns
|
|
@@ -13474,8 +13480,8 @@ const n2 = /* @__PURE__ */ pe(h1, [["render", y1], ["__scopeId", "data-v-e7755b6
|
|
|
13474
13480
|
this.isPressed = !1;
|
|
13475
13481
|
}
|
|
13476
13482
|
}
|
|
13477
|
-
},
|
|
13478
|
-
function
|
|
13483
|
+
}, A1 = { class: "fusion-list-item-content" };
|
|
13484
|
+
function w1(e, t, a, r, n, o) {
|
|
13479
13485
|
return c(), fe(Kt(o.componentTag), _e({
|
|
13480
13486
|
class: ["fusion-list-item", {
|
|
13481
13487
|
hover: n.isHovered,
|
|
@@ -13496,24 +13502,24 @@ function A1(e, t, a, r, n, o) {
|
|
|
13496
13502
|
onMouseup: o.handleMouseUp
|
|
13497
13503
|
}), {
|
|
13498
13504
|
default: ge(() => [
|
|
13499
|
-
g("div",
|
|
13505
|
+
g("div", A1, [
|
|
13500
13506
|
_(e.$slots, "default", {}, void 0, !0)
|
|
13501
13507
|
])
|
|
13502
13508
|
]),
|
|
13503
13509
|
_: 3
|
|
13504
13510
|
}, 16, ["class", "tabindex", "onClick", "onKeydown", "onMouseover", "onMouseout", "onMousedown", "onMouseup"]);
|
|
13505
13511
|
}
|
|
13506
|
-
const
|
|
13512
|
+
const o2 = /* @__PURE__ */ pe(k1, [["render", w1], ["__scopeId", "data-v-336d36bc"]]), S1 = oe({
|
|
13507
13513
|
name: "SVGArrowRight"
|
|
13508
|
-
}),
|
|
13514
|
+
}), C1 = {
|
|
13509
13515
|
width: "24",
|
|
13510
13516
|
height: "24",
|
|
13511
13517
|
viewBox: "0 0 24 24",
|
|
13512
13518
|
fill: "none",
|
|
13513
13519
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13514
13520
|
};
|
|
13515
|
-
function
|
|
13516
|
-
return c(), m("svg",
|
|
13521
|
+
function T1(e, t, a, r, n, o) {
|
|
13522
|
+
return c(), m("svg", C1, [...t[0] || (t[0] = [
|
|
13517
13523
|
g("mask", {
|
|
13518
13524
|
id: "mask0_4977_2591",
|
|
13519
13525
|
style: { "mask-type": "alpha" },
|
|
@@ -13537,10 +13543,10 @@ function C1(e, t, a, r, n, o) {
|
|
|
13537
13543
|
], -1)
|
|
13538
13544
|
])]);
|
|
13539
13545
|
}
|
|
13540
|
-
const
|
|
13546
|
+
const P1 = /* @__PURE__ */ pe(S1, [["render", T1]]), D1 = oe({
|
|
13541
13547
|
name: "FusionWidget",
|
|
13542
13548
|
components: {
|
|
13543
|
-
SVGArrowRight:
|
|
13549
|
+
SVGArrowRight: P1
|
|
13544
13550
|
},
|
|
13545
13551
|
props: {
|
|
13546
13552
|
title: {
|
|
@@ -13556,11 +13562,11 @@ const T1 = /* @__PURE__ */ pe(w1, [["render", C1]]), P1 = oe({
|
|
|
13556
13562
|
default: !1
|
|
13557
13563
|
}
|
|
13558
13564
|
}
|
|
13559
|
-
}),
|
|
13565
|
+
}), F1 = ["href", "tabindex"], B1 = { class: "fusion-widget-header" }, O1 = { class: "fusion-widget-title" }, x1 = { class: "fusion-widget-arrow" }, U1 = { class: "fusion-widget-content" }, I1 = {
|
|
13560
13566
|
key: 0,
|
|
13561
13567
|
class: "fusion-widget-actions"
|
|
13562
13568
|
};
|
|
13563
|
-
function
|
|
13569
|
+
function M1(e, t, a, r, n, o) {
|
|
13564
13570
|
const i = ae("SVGArrowRight");
|
|
13565
13571
|
return c(), m("div", {
|
|
13566
13572
|
class: z(["fusion-widget-container", { "fusion-widget-container-disabled": e.disabled }])
|
|
@@ -13570,22 +13576,22 @@ function I1(e, t, a, r, n, o) {
|
|
|
13570
13576
|
class: "fusion-widget-link",
|
|
13571
13577
|
tabindex: e.disabled ? -1 : 0
|
|
13572
13578
|
}, [
|
|
13573
|
-
g("div",
|
|
13574
|
-
g("span",
|
|
13575
|
-
g("span",
|
|
13579
|
+
g("div", B1, [
|
|
13580
|
+
g("span", O1, te(e.title), 1),
|
|
13581
|
+
g("span", x1, [
|
|
13576
13582
|
se(i)
|
|
13577
13583
|
])
|
|
13578
13584
|
]),
|
|
13579
|
-
g("div",
|
|
13585
|
+
g("div", U1, [
|
|
13580
13586
|
_(e.$slots, "default", {}, void 0, !0)
|
|
13581
13587
|
])
|
|
13582
|
-
], 8,
|
|
13583
|
-
e.$slots.actions ? (c(), m("div",
|
|
13588
|
+
], 8, F1),
|
|
13589
|
+
e.$slots.actions ? (c(), m("div", I1, [
|
|
13584
13590
|
_(e.$slots, "actions", {}, void 0, !0)
|
|
13585
13591
|
])) : C("", !0)
|
|
13586
13592
|
], 2);
|
|
13587
13593
|
}
|
|
13588
|
-
const
|
|
13594
|
+
const i2 = /* @__PURE__ */ pe(D1, [["render", M1], ["__scopeId", "data-v-81862ce6"]]), L1 = oe({
|
|
13589
13595
|
name: "FusionToastMessage",
|
|
13590
13596
|
components: {
|
|
13591
13597
|
SVGClose: tl,
|
|
@@ -13625,17 +13631,17 @@ const o2 = /* @__PURE__ */ pe(P1, [["render", I1], ["__scopeId", "data-v-81862ce
|
|
|
13625
13631
|
this.$emit("dismiss");
|
|
13626
13632
|
}
|
|
13627
13633
|
}
|
|
13628
|
-
}),
|
|
13629
|
-
function
|
|
13634
|
+
}), V1 = { class: "fusion-toast-message-content-wrapper" }, N1 = { class: "fusion-toast-message-icon" }, Q1 = { class: "fusion-toast-message-text" };
|
|
13635
|
+
function R1(e, t, a, r, n, o) {
|
|
13630
13636
|
const i = ae("SVGClose"), s = ae("FusionIconButton");
|
|
13631
13637
|
return c(), m("div", {
|
|
13632
13638
|
class: z(["fusion-toast-message", `fusion-toast-message-${e.type}`])
|
|
13633
13639
|
}, [
|
|
13634
|
-
g("div",
|
|
13635
|
-
g("div",
|
|
13640
|
+
g("div", V1, [
|
|
13641
|
+
g("div", N1, [
|
|
13636
13642
|
(c(), fe(Kt(e.iconComponent)))
|
|
13637
13643
|
]),
|
|
13638
|
-
g("div",
|
|
13644
|
+
g("div", Q1, te(e.message), 1)
|
|
13639
13645
|
]),
|
|
13640
13646
|
e.dismissable ? (c(), fe(s, {
|
|
13641
13647
|
key: 0,
|
|
@@ -13652,17 +13658,17 @@ function Q1(e, t, a, r, n, o) {
|
|
|
13652
13658
|
}, 8, ["onClick"])) : C("", !0)
|
|
13653
13659
|
], 2);
|
|
13654
13660
|
}
|
|
13655
|
-
const
|
|
13661
|
+
const s2 = /* @__PURE__ */ pe(L1, [["render", R1], ["__scopeId", "data-v-023fe931"]]), E1 = oe({
|
|
13656
13662
|
name: "SVGArrowLeft"
|
|
13657
|
-
}),
|
|
13663
|
+
}), q1 = {
|
|
13658
13664
|
width: "28",
|
|
13659
13665
|
height: "28",
|
|
13660
13666
|
viewBox: "0 0 28 28",
|
|
13661
13667
|
fill: "none",
|
|
13662
13668
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13663
13669
|
};
|
|
13664
|
-
function
|
|
13665
|
-
return c(), m("svg",
|
|
13670
|
+
function H1(e, t, a, r, n, o) {
|
|
13671
|
+
return c(), m("svg", q1, [...t[0] || (t[0] = [
|
|
13666
13672
|
g("mask", {
|
|
13667
13673
|
id: "mask0_5193_483",
|
|
13668
13674
|
style: { "mask-type": "alpha" },
|
|
@@ -13686,11 +13692,11 @@ function q1(e, t, a, r, n, o) {
|
|
|
13686
13692
|
], -1)
|
|
13687
13693
|
])]);
|
|
13688
13694
|
}
|
|
13689
|
-
const
|
|
13695
|
+
const z1 = /* @__PURE__ */ pe(E1, [["render", H1]]), J1 = oe({
|
|
13690
13696
|
name: "FusionToolBar",
|
|
13691
13697
|
components: {
|
|
13692
13698
|
FusionIconButton: Sa,
|
|
13693
|
-
SVGArrowLeft:
|
|
13699
|
+
SVGArrowLeft: z1
|
|
13694
13700
|
},
|
|
13695
13701
|
props: {
|
|
13696
13702
|
title: {
|
|
@@ -13720,21 +13726,21 @@ const H1 = /* @__PURE__ */ pe(R1, [["render", q1]]), z1 = oe({
|
|
|
13720
13726
|
this.$emit("back");
|
|
13721
13727
|
}
|
|
13722
13728
|
}
|
|
13723
|
-
}),
|
|
13729
|
+
}), Y1 = { class: "fusion-toolbar" }, j1 = {
|
|
13724
13730
|
class: "fusion-toolbar-content",
|
|
13725
13731
|
"data-test": "fusion-toolbar-content"
|
|
13726
|
-
},
|
|
13732
|
+
}, X1 = {
|
|
13727
13733
|
key: 1,
|
|
13728
13734
|
class: "fusion-toolbar-helper-text",
|
|
13729
13735
|
"data-test": "fusion-toolbar-helper-text"
|
|
13730
|
-
},
|
|
13736
|
+
}, W1 = {
|
|
13731
13737
|
key: 1,
|
|
13732
13738
|
class: "fusion-toolbar-right",
|
|
13733
13739
|
"data-test": "fusion-toolbar-right"
|
|
13734
13740
|
};
|
|
13735
|
-
function
|
|
13741
|
+
function K1(e, t, a, r, n, o) {
|
|
13736
13742
|
const i = ae("SVGArrowLeft"), s = ae("FusionIconButton");
|
|
13737
|
-
return c(), m("div",
|
|
13743
|
+
return c(), m("div", Y1, [
|
|
13738
13744
|
e.showBackButton ? (c(), fe(s, {
|
|
13739
13745
|
key: 0,
|
|
13740
13746
|
"variant-style": "outline",
|
|
@@ -13747,7 +13753,7 @@ function W1(e, t, a, r, n, o) {
|
|
|
13747
13753
|
]),
|
|
13748
13754
|
_: 1
|
|
13749
13755
|
}, 8, ["aria-label", "onClick"])) : C("", !0),
|
|
13750
|
-
g("div",
|
|
13756
|
+
g("div", j1, [
|
|
13751
13757
|
e.title ? (c(), fe(Kt(e.headingSize), {
|
|
13752
13758
|
key: 0,
|
|
13753
13759
|
class: z(["fusion-toolbar-title", `text-${e.headingSize}`]),
|
|
@@ -13758,26 +13764,26 @@ function W1(e, t, a, r, n, o) {
|
|
|
13758
13764
|
]),
|
|
13759
13765
|
_: 1
|
|
13760
13766
|
}, 8, ["class"])) : C("", !0),
|
|
13761
|
-
e.helperText ? (c(), m("p",
|
|
13767
|
+
e.helperText ? (c(), m("p", X1, te(e.helperText), 1)) : C("", !0)
|
|
13762
13768
|
]),
|
|
13763
|
-
e.$slots.right ? (c(), m("div",
|
|
13769
|
+
e.$slots.right ? (c(), m("div", W1, [
|
|
13764
13770
|
_(e.$slots, "right", {}, void 0, !0)
|
|
13765
13771
|
])) : C("", !0)
|
|
13766
13772
|
]);
|
|
13767
13773
|
}
|
|
13768
|
-
const
|
|
13774
|
+
const l2 = /* @__PURE__ */ pe(J1, [["render", K1], ["__scopeId", "data-v-2aef41bc"]]), G1 = oe({
|
|
13769
13775
|
name: "FusionActionBar"
|
|
13770
|
-
}),
|
|
13771
|
-
function
|
|
13772
|
-
return c(), m("div",
|
|
13776
|
+
}), Z1 = { class: "fusion-action-bar" };
|
|
13777
|
+
function _1(e, t, a, r, n, o) {
|
|
13778
|
+
return c(), m("div", Z1, [
|
|
13773
13779
|
_(e.$slots, "default")
|
|
13774
13780
|
]);
|
|
13775
13781
|
}
|
|
13776
|
-
const
|
|
13782
|
+
const u2 = /* @__PURE__ */ pe(G1, [["render", _1]]), $1 = {
|
|
13777
13783
|
name: "FusionKeyValuePair",
|
|
13778
13784
|
components: {
|
|
13779
|
-
FusionTag:
|
|
13780
|
-
FusionTextLink:
|
|
13785
|
+
FusionTag: Yv,
|
|
13786
|
+
FusionTextLink: qv
|
|
13781
13787
|
},
|
|
13782
13788
|
props: {
|
|
13783
13789
|
keyText: {
|
|
@@ -13889,26 +13895,26 @@ const l2 = /* @__PURE__ */ pe(K1, [["render", Z1]]), _1 = {
|
|
|
13889
13895
|
return this.valueText || this.secondaryValueText || this.tagText || this.linkText || this.$slots.icon;
|
|
13890
13896
|
}
|
|
13891
13897
|
}
|
|
13892
|
-
},
|
|
13898
|
+
}, e0 = {
|
|
13893
13899
|
key: 0,
|
|
13894
13900
|
class: "fusion-key-value-pair-key"
|
|
13895
|
-
},
|
|
13901
|
+
}, t0 = {
|
|
13896
13902
|
key: 1,
|
|
13897
13903
|
class: "flex items-center gap-4"
|
|
13898
|
-
},
|
|
13904
|
+
}, a0 = {
|
|
13899
13905
|
key: 2,
|
|
13900
13906
|
class: "fusion-key-value-pair-value"
|
|
13901
|
-
},
|
|
13907
|
+
}, n0 = {
|
|
13902
13908
|
key: 3,
|
|
13903
13909
|
class: "flex"
|
|
13904
13910
|
};
|
|
13905
|
-
function
|
|
13911
|
+
function r0(e, t, a, r, n, o) {
|
|
13906
13912
|
const i = ae("FusionTag"), s = ae("FusionTextLink");
|
|
13907
13913
|
return c(), m("div", {
|
|
13908
13914
|
class: z(["fusion-key-value-pair", o.orderClass])
|
|
13909
13915
|
}, [
|
|
13910
|
-
a.keyText ? (c(), m("span",
|
|
13911
|
-
o.showValueContainer ? (c(), m("div",
|
|
13916
|
+
a.keyText ? (c(), m("span", e0, te(a.keyText), 1)) : C("", !0),
|
|
13917
|
+
o.showValueContainer ? (c(), m("div", t0, [
|
|
13912
13918
|
!a.showTag && a.valueText ? (c(), m("span", {
|
|
13913
13919
|
key: 0,
|
|
13914
13920
|
class: z(["fusion-key-value-pair-value", o.valueTextEmphasisClass])
|
|
@@ -13917,7 +13923,7 @@ function n0(e, t, a, r, n, o) {
|
|
|
13917
13923
|
key: 1,
|
|
13918
13924
|
class: z(["fusion-key-value-pair-value", o.valueTextEmphasisClass])
|
|
13919
13925
|
}, te(a.valueText), 3)) : C("", !0),
|
|
13920
|
-
a.showTag && a.tagText ? (c(), m("div",
|
|
13926
|
+
a.showTag && a.tagText ? (c(), m("div", a0, [
|
|
13921
13927
|
se(i, {
|
|
13922
13928
|
label: a.tagText,
|
|
13923
13929
|
"variant-type": a.tagVariantType,
|
|
@@ -13925,7 +13931,7 @@ function n0(e, t, a, r, n, o) {
|
|
|
13925
13931
|
emphasis: a.tagEmphasis
|
|
13926
13932
|
}, null, 8, ["label", "variant-type", "variant-style", "emphasis"])
|
|
13927
13933
|
])) : C("", !0),
|
|
13928
|
-
a.showLink && a.linkText ? (c(), m("div",
|
|
13934
|
+
a.showLink && a.linkText ? (c(), m("div", n0, [
|
|
13929
13935
|
se(s, {
|
|
13930
13936
|
label: a.linkText,
|
|
13931
13937
|
href: a.linkHref,
|
|
@@ -13949,7 +13955,7 @@ function n0(e, t, a, r, n, o) {
|
|
|
13949
13955
|
])) : C("", !0)
|
|
13950
13956
|
], 2);
|
|
13951
13957
|
}
|
|
13952
|
-
const
|
|
13958
|
+
const d2 = /* @__PURE__ */ pe($1, [["render", r0], ["__scopeId", "data-v-4cef923f"]]), o0 = oe({
|
|
13953
13959
|
name: "FusionFooterBar",
|
|
13954
13960
|
components: {
|
|
13955
13961
|
FusionButton: mo
|
|
@@ -14005,24 +14011,24 @@ const u2 = /* @__PURE__ */ pe(_1, [["render", n0], ["__scopeId", "data-v-4cef923
|
|
|
14005
14011
|
this.isMobile = window.innerWidth < this.mobileBreakpoint;
|
|
14006
14012
|
}
|
|
14007
14013
|
}
|
|
14008
|
-
}),
|
|
14014
|
+
}), i0 = {
|
|
14009
14015
|
key: 0,
|
|
14010
14016
|
class: "fusion-footer-bar-content",
|
|
14011
14017
|
"data-test": "footer-bar-content"
|
|
14012
|
-
},
|
|
14018
|
+
}, s0 = {
|
|
14013
14019
|
class: "fusion-footer-bar-actions",
|
|
14014
14020
|
"data-test": "footer-bar-actions"
|
|
14015
14021
|
};
|
|
14016
|
-
function
|
|
14022
|
+
function l0(e, t, a, r, n, o) {
|
|
14017
14023
|
const i = ae("FusionButton");
|
|
14018
14024
|
return c(), m("footer", {
|
|
14019
14025
|
class: z(["fusion-footer-bar", { "fusion-footer-bar-mobile": e.isMobile }]),
|
|
14020
14026
|
"data-test": "fusion-footer-bar"
|
|
14021
14027
|
}, [
|
|
14022
|
-
e.$slots.content ? (c(), m("div",
|
|
14028
|
+
e.$slots.content ? (c(), m("div", i0, [
|
|
14023
14029
|
_(e.$slots, "content", {}, void 0, !0)
|
|
14024
14030
|
])) : C("", !0),
|
|
14025
|
-
g("div",
|
|
14031
|
+
g("div", s0, [
|
|
14026
14032
|
e.hideCancelButton ? C("", !0) : (c(), fe(i, {
|
|
14027
14033
|
key: 0,
|
|
14028
14034
|
label: e.cancelButtonLabel,
|
|
@@ -14057,7 +14063,7 @@ function s0(e, t, a, r, n, o) {
|
|
|
14057
14063
|
])
|
|
14058
14064
|
], 2);
|
|
14059
14065
|
}
|
|
14060
|
-
const
|
|
14066
|
+
const c2 = /* @__PURE__ */ pe(o0, [["render", l0], ["__scopeId", "data-v-666e613d"]]), u0 = {
|
|
14061
14067
|
name: "FusionModalHeader",
|
|
14062
14068
|
components: {
|
|
14063
14069
|
FusionIconButton: Sa,
|
|
@@ -14088,8 +14094,8 @@ const d2 = /* @__PURE__ */ pe(r0, [["render", s0], ["__scopeId", "data-v-666e613
|
|
|
14088
14094
|
this.$emit("close");
|
|
14089
14095
|
}
|
|
14090
14096
|
}
|
|
14091
|
-
},
|
|
14092
|
-
function
|
|
14097
|
+
}, d0 = ["id"];
|
|
14098
|
+
function c0(e, t, a, r, n, o) {
|
|
14093
14099
|
const i = ae("SVGXMark"), s = ae("FusionIconButton");
|
|
14094
14100
|
return c(), m("header", {
|
|
14095
14101
|
class: z(["fusion-modal-header", { shadow: a.hasShadow }])
|
|
@@ -14097,7 +14103,7 @@ function d0(e, t, a, r, n, o) {
|
|
|
14097
14103
|
g("h2", {
|
|
14098
14104
|
id: o.headingId,
|
|
14099
14105
|
class: "fusion-modal-header-title"
|
|
14100
|
-
}, te(a.title), 9,
|
|
14106
|
+
}, te(a.title), 9, d0),
|
|
14101
14107
|
se(s, {
|
|
14102
14108
|
size: "small",
|
|
14103
14109
|
"variant-style": "ghost",
|
|
@@ -14113,7 +14119,7 @@ function d0(e, t, a, r, n, o) {
|
|
|
14113
14119
|
}, 8, ["onClick"])
|
|
14114
14120
|
], 2);
|
|
14115
14121
|
}
|
|
14116
|
-
const
|
|
14122
|
+
const p0 = /* @__PURE__ */ pe(u0, [["render", c0], ["__scopeId", "data-v-6b6fab09"]]), f0 = {
|
|
14117
14123
|
name: "FusionModalFooter",
|
|
14118
14124
|
components: {
|
|
14119
14125
|
FusionButton: mo
|
|
@@ -14163,7 +14169,7 @@ const c0 = /* @__PURE__ */ pe(l0, [["render", d0], ["__scopeId", "data-v-6b6fab0
|
|
|
14163
14169
|
emits: ["cancel", "confirm"],
|
|
14164
14170
|
data() {
|
|
14165
14171
|
return {
|
|
14166
|
-
isMobile:
|
|
14172
|
+
isMobile: !1
|
|
14167
14173
|
};
|
|
14168
14174
|
},
|
|
14169
14175
|
mounted() {
|
|
@@ -14184,7 +14190,7 @@ const c0 = /* @__PURE__ */ pe(l0, [["render", d0], ["__scopeId", "data-v-6b6fab0
|
|
|
14184
14190
|
}
|
|
14185
14191
|
}
|
|
14186
14192
|
};
|
|
14187
|
-
function
|
|
14193
|
+
function h0(e, t, a, r, n, o) {
|
|
14188
14194
|
const i = ae("FusionButton");
|
|
14189
14195
|
return c(), m("footer", {
|
|
14190
14196
|
class: z(["fusion-modal-footer", { shadow: a.hasShadow, "fusion-modal-footer-mobile": n.isMobile }])
|
|
@@ -14213,11 +14219,11 @@ function f0(e, t, a, r, n, o) {
|
|
|
14213
14219
|
}, null, 8, ["loading", "form", "label", "variant-type", "onClick"]))
|
|
14214
14220
|
], 2);
|
|
14215
14221
|
}
|
|
14216
|
-
const
|
|
14222
|
+
const m0 = /* @__PURE__ */ pe(f0, [["render", h0], ["__scopeId", "data-v-477bb805"]]), g0 = {
|
|
14217
14223
|
name: "FusionModal",
|
|
14218
14224
|
components: {
|
|
14219
|
-
FusionModalHeader:
|
|
14220
|
-
FusionModalFooter:
|
|
14225
|
+
FusionModalHeader: p0,
|
|
14226
|
+
FusionModalFooter: m0,
|
|
14221
14227
|
OnClickOutside: bo
|
|
14222
14228
|
},
|
|
14223
14229
|
props: {
|
|
@@ -14265,7 +14271,7 @@ const h0 = /* @__PURE__ */ pe(p0, [["render", f0], ["__scopeId", "data-v-e59d2b3
|
|
|
14265
14271
|
emits: ["close", "confirm", "cancel"],
|
|
14266
14272
|
data() {
|
|
14267
14273
|
return {
|
|
14268
|
-
isMobile:
|
|
14274
|
+
isMobile: !1,
|
|
14269
14275
|
headerShadow: !1,
|
|
14270
14276
|
footerShadow: !1,
|
|
14271
14277
|
contentRef: null,
|
|
@@ -14307,8 +14313,8 @@ const h0 = /* @__PURE__ */ pe(p0, [["render", f0], ["__scopeId", "data-v-e59d2b3
|
|
|
14307
14313
|
this.modalDialog && this.modalDialog.focus();
|
|
14308
14314
|
}
|
|
14309
14315
|
}
|
|
14310
|
-
},
|
|
14311
|
-
function
|
|
14316
|
+
}, v0 = ["aria-labelledby"];
|
|
14317
|
+
function y0(e, t, a, r, n, o) {
|
|
14312
14318
|
const i = ae("FusionModalHeader"), s = ae("FusionModalFooter"), l = ae("OnClickOutside");
|
|
14313
14319
|
return c(), m("div", {
|
|
14314
14320
|
class: z(["fusion-modal", { "fusion-modal-mobile": n.isMobile }])
|
|
@@ -14355,7 +14361,7 @@ function v0(e, t, a, r, n, o) {
|
|
|
14355
14361
|
onCancel: o.cancelModal,
|
|
14356
14362
|
onConfirm: o.confirmModal
|
|
14357
14363
|
}, null, 8, ["mobile-breakpoint", "has-shadow", "cancel-button-label", "confirm-button-label", "hide-cancel", "hide-confirm", "confirm-button-variant", "cancel-button-loading", "confirm-button-loading", "form-element-id", "onCancel", "onConfirm"]))
|
|
14358
|
-
], 8,
|
|
14364
|
+
], 8, v0)
|
|
14359
14365
|
]),
|
|
14360
14366
|
_: 3
|
|
14361
14367
|
}, 8, ["onTrigger"]),
|
|
@@ -14365,7 +14371,7 @@ function v0(e, t, a, r, n, o) {
|
|
|
14365
14371
|
}, null, -1))
|
|
14366
14372
|
], 2);
|
|
14367
14373
|
}
|
|
14368
|
-
const
|
|
14374
|
+
const p2 = /* @__PURE__ */ pe(g0, [["render", y0], ["__scopeId", "data-v-a3e36f46"]]), b0 = 12, jo = oe({
|
|
14369
14375
|
name: "FusionCircularProgressIndicator",
|
|
14370
14376
|
props: {
|
|
14371
14377
|
size: {
|
|
@@ -14393,7 +14399,7 @@ const c2 = /* @__PURE__ */ pe(m0, [["render", v0], ["__scopeId", "data-v-7440799
|
|
|
14393
14399
|
},
|
|
14394
14400
|
data() {
|
|
14395
14401
|
return {
|
|
14396
|
-
strokeWidth:
|
|
14402
|
+
strokeWidth: b0,
|
|
14397
14403
|
animatedProgress: 0
|
|
14398
14404
|
};
|
|
14399
14405
|
},
|
|
@@ -14449,25 +14455,25 @@ const c2 = /* @__PURE__ */ pe(m0, [["render", v0], ["__scopeId", "data-v-7440799
|
|
|
14449
14455
|
}));
|
|
14450
14456
|
}, Ti = jo.setup;
|
|
14451
14457
|
jo.setup = Ti ? (e, t) => (Ci(), Ti(e, t)) : Ci;
|
|
14452
|
-
const
|
|
14458
|
+
const k0 = {
|
|
14453
14459
|
class: "fusion-circular-progress-indicator-container",
|
|
14454
14460
|
role: "progressbar",
|
|
14455
14461
|
"aria-labelledby": "fusion-progress-indicator-label",
|
|
14456
14462
|
"data-test": "fusion-circular-progress-indicator-container"
|
|
14457
|
-
},
|
|
14463
|
+
}, A0 = ["width", "height", "viewBox"], w0 = ["cx", "cy", "r", "stroke-width"], S0 = ["cx", "cy", "r", "stroke-width"], C0 = {
|
|
14458
14464
|
id: "fusion-progress-indicator-label",
|
|
14459
14465
|
class: "fusion-circular-progress-indicator-label",
|
|
14460
14466
|
"data-test": "fusion-circular-progress-indicator-label"
|
|
14461
|
-
},
|
|
14467
|
+
}, T0 = {
|
|
14462
14468
|
class: "progress-indicator__title",
|
|
14463
14469
|
"data-test": "progress-indicator-title"
|
|
14464
|
-
},
|
|
14470
|
+
}, P0 = {
|
|
14465
14471
|
key: 0,
|
|
14466
14472
|
class: "progress-indicator__description",
|
|
14467
14473
|
"data-test": "progress-indicator-description"
|
|
14468
14474
|
};
|
|
14469
|
-
function
|
|
14470
|
-
return c(), m("div",
|
|
14475
|
+
function D0(e, t, a, r, n, o) {
|
|
14476
|
+
return c(), m("div", k0, [
|
|
14471
14477
|
(c(), m("svg", {
|
|
14472
14478
|
width: e.circularProgressSize,
|
|
14473
14479
|
height: e.circularProgressSize,
|
|
@@ -14481,7 +14487,7 @@ function P0(e, t, a, r, n, o) {
|
|
|
14481
14487
|
cy: e.halfCircularProgressSize,
|
|
14482
14488
|
r: e.radius,
|
|
14483
14489
|
"stroke-width": e.strokeWidth
|
|
14484
|
-
}, null, 8,
|
|
14490
|
+
}, null, 8, w0),
|
|
14485
14491
|
g("circle", {
|
|
14486
14492
|
cx: e.halfCircularProgressSize,
|
|
14487
14493
|
cy: e.halfCircularProgressSize,
|
|
@@ -14489,15 +14495,15 @@ function P0(e, t, a, r, n, o) {
|
|
|
14489
14495
|
"stroke-width": e.strokeWidth,
|
|
14490
14496
|
class: "progress-fill",
|
|
14491
14497
|
style: gt({ "stroke-dasharray": e.strokeDashArray })
|
|
14492
|
-
}, null, 12,
|
|
14493
|
-
], 8,
|
|
14494
|
-
g("div",
|
|
14495
|
-
g("span",
|
|
14496
|
-
e.progressDescription ? (c(), m("span",
|
|
14498
|
+
}, null, 12, S0)
|
|
14499
|
+
], 8, A0)),
|
|
14500
|
+
g("div", C0, [
|
|
14501
|
+
g("span", T0, te(e.progressLabel), 1),
|
|
14502
|
+
e.progressDescription ? (c(), m("span", P0, te(e.progressDescription), 1)) : C("", !0)
|
|
14497
14503
|
])
|
|
14498
14504
|
]);
|
|
14499
14505
|
}
|
|
14500
|
-
const
|
|
14506
|
+
const F0 = /* @__PURE__ */ pe(jo, [["render", D0], ["__scopeId", "data-v-20dc2228"]]), B0 = oe({
|
|
14501
14507
|
name: "FusionCircularProgressIndicatorLabel",
|
|
14502
14508
|
components: { FusionDivider: Yo, SVGCheckCircle: on },
|
|
14503
14509
|
props: {
|
|
@@ -14510,39 +14516,39 @@ const D0 = /* @__PURE__ */ pe(jo, [["render", P0], ["__scopeId", "data-v-20dc222
|
|
|
14510
14516
|
default: !1
|
|
14511
14517
|
}
|
|
14512
14518
|
}
|
|
14513
|
-
}),
|
|
14519
|
+
}), O0 = {
|
|
14514
14520
|
class: "fusion-circular-progress-label-container",
|
|
14515
14521
|
"data-test": "fusion-circular-progress-label-container"
|
|
14516
|
-
},
|
|
14522
|
+
}, x0 = {
|
|
14517
14523
|
class: "fusion-circular-progress-label",
|
|
14518
14524
|
"data-test": "fusion-circular-progress-label"
|
|
14519
|
-
},
|
|
14525
|
+
}, U0 = {
|
|
14520
14526
|
key: 0,
|
|
14521
14527
|
class: "fusion-circular-progress-label__icon",
|
|
14522
14528
|
"data-test": "fusion-circular-progress-label-icon"
|
|
14523
|
-
},
|
|
14529
|
+
}, I0 = { class: "fusion-circular-progress-label__content" }, M0 = {
|
|
14524
14530
|
class: "fusion-circular-progress-label__text",
|
|
14525
14531
|
"data-test": "fusion-circular-progress-label-text"
|
|
14526
|
-
},
|
|
14527
|
-
function
|
|
14532
|
+
}, L0 = { class: "fusion-circular-progress-label__divider" };
|
|
14533
|
+
function V0(e, t, a, r, n, o) {
|
|
14528
14534
|
const i = ae("SVGCheckCircle"), s = ae("FusionDivider");
|
|
14529
|
-
return c(), m("div",
|
|
14530
|
-
g("div",
|
|
14531
|
-
e.completed ? (c(), m("div",
|
|
14535
|
+
return c(), m("div", O0, [
|
|
14536
|
+
g("div", x0, [
|
|
14537
|
+
e.completed ? (c(), m("div", U0, [
|
|
14532
14538
|
se(i, { class: "fusion-circular-progress-label__svg" })
|
|
14533
14539
|
])) : C("", !0),
|
|
14534
|
-
g("div",
|
|
14535
|
-
g("span",
|
|
14540
|
+
g("div", I0, [
|
|
14541
|
+
g("span", M0, te(e.content), 1)
|
|
14536
14542
|
])
|
|
14537
14543
|
]),
|
|
14538
|
-
g("div",
|
|
14544
|
+
g("div", L0, [
|
|
14539
14545
|
se(s)
|
|
14540
14546
|
])
|
|
14541
14547
|
]);
|
|
14542
14548
|
}
|
|
14543
|
-
const
|
|
14549
|
+
const N0 = /* @__PURE__ */ pe(B0, [["render", V0], ["__scopeId", "data-v-3a7e8534"]]), Q0 = oe({
|
|
14544
14550
|
name: "FusionCircularProgressIndicatorLabelChecklist",
|
|
14545
|
-
components: { FusionCircularProgressIndicatorLabel:
|
|
14551
|
+
components: { FusionCircularProgressIndicatorLabel: N0 },
|
|
14546
14552
|
props: {
|
|
14547
14553
|
checklist: {
|
|
14548
14554
|
type: Array,
|
|
@@ -14562,28 +14568,28 @@ const V0 = /* @__PURE__ */ pe(F0, [["render", L0], ["__scopeId", "data-v-3a7e853
|
|
|
14562
14568
|
return this.checklist.length - this.visibleItemsCount;
|
|
14563
14569
|
}
|
|
14564
14570
|
}
|
|
14565
|
-
}),
|
|
14571
|
+
}), R0 = {
|
|
14566
14572
|
class: "fusion-circular-progress-label-checklist",
|
|
14567
14573
|
"data-test": "fusion-circular-progress-label-checklist"
|
|
14568
|
-
},
|
|
14574
|
+
}, E0 = {
|
|
14569
14575
|
key: 0,
|
|
14570
14576
|
class: "fusion-circular-progress-label-checklist__footer",
|
|
14571
14577
|
"data-test": "fusion-circular-progress-label-checklist-footer"
|
|
14572
14578
|
};
|
|
14573
|
-
function
|
|
14579
|
+
function q0(e, t, a, r, n, o) {
|
|
14574
14580
|
const i = ae("FusionCircularProgressIndicatorLabel");
|
|
14575
|
-
return c(), m("div",
|
|
14581
|
+
return c(), m("div", R0, [
|
|
14576
14582
|
(c(!0), m(De, null, He(e.cappedChecklist, (s, l) => (c(), fe(i, {
|
|
14577
14583
|
key: l,
|
|
14578
14584
|
content: s.content,
|
|
14579
14585
|
completed: s.completed
|
|
14580
14586
|
}, null, 8, ["content", "completed"]))), 128)),
|
|
14581
|
-
e.additionalItemsCount > 0 ? (c(), m("span",
|
|
14587
|
+
e.additionalItemsCount > 0 ? (c(), m("span", E0, " +" + te(e.additionalItemsCount) + " more ", 1)) : C("", !0)
|
|
14582
14588
|
]);
|
|
14583
14589
|
}
|
|
14584
|
-
const
|
|
14590
|
+
const H0 = /* @__PURE__ */ pe(Q0, [["render", q0], ["__scopeId", "data-v-50d58315"]]), z0 = oe({
|
|
14585
14591
|
name: "FusionCircularProgressIndicatorLabelCollection",
|
|
14586
|
-
components: { FusionCircularProgressIndicatorLabelChecklist:
|
|
14592
|
+
components: { FusionCircularProgressIndicatorLabelChecklist: H0, FusionCircularProgressIndicator: F0 },
|
|
14587
14593
|
props: {
|
|
14588
14594
|
checklist: {
|
|
14589
14595
|
type: Array,
|
|
@@ -14615,13 +14621,13 @@ const q0 = /* @__PURE__ */ pe(N0, [["render", E0], ["__scopeId", "data-v-50d5831
|
|
|
14615
14621
|
return this.checklist.length;
|
|
14616
14622
|
}
|
|
14617
14623
|
}
|
|
14618
|
-
}),
|
|
14624
|
+
}), J0 = {
|
|
14619
14625
|
class: "fusion-circular-progress-indicator-label-collection",
|
|
14620
14626
|
"data-test": "fusion-circular-progress-indicator-label-collection"
|
|
14621
14627
|
};
|
|
14622
|
-
function
|
|
14628
|
+
function Y0(e, t, a, r, n, o) {
|
|
14623
14629
|
const i = ae("FusionCircularProgressIndicator"), s = ae("FusionCircularProgressIndicatorLabelChecklist");
|
|
14624
|
-
return c(), m("div",
|
|
14630
|
+
return c(), m("div", J0, [
|
|
14625
14631
|
se(i, {
|
|
14626
14632
|
class: "fusion-circular-progress-indicator-label-collection__indicator",
|
|
14627
14633
|
size: e.progressSize,
|
|
@@ -14637,7 +14643,7 @@ function J0(e, t, a, r, n, o) {
|
|
|
14637
14643
|
}, null, 8, ["checklist", "visible-items-count"])
|
|
14638
14644
|
]);
|
|
14639
14645
|
}
|
|
14640
|
-
const
|
|
14646
|
+
const f2 = /* @__PURE__ */ pe(z0, [["render", Y0], ["__scopeId", "data-v-87fce65d"]]);
|
|
14641
14647
|
class ao extends Error {
|
|
14642
14648
|
constructor(a, r = null) {
|
|
14643
14649
|
super("This looks like a network error, the endpoint might be blocked by an internet provider or a firewall.");
|
|
@@ -14648,7 +14654,7 @@ class ao extends Error {
|
|
|
14648
14654
|
}
|
|
14649
14655
|
}
|
|
14650
14656
|
var ca, xa, pn, Ua;
|
|
14651
|
-
class
|
|
14657
|
+
class j0 {
|
|
14652
14658
|
constructor(t, a) {
|
|
14653
14659
|
Ie(this, ca);
|
|
14654
14660
|
Ie(this, xa, !1);
|
|
@@ -14666,8 +14672,8 @@ class Y0 {
|
|
|
14666
14672
|
ca = new WeakMap(), xa = new WeakMap(), pn = new WeakMap(), Ua = new WeakMap();
|
|
14667
14673
|
const On = () => {
|
|
14668
14674
|
};
|
|
14669
|
-
function
|
|
14670
|
-
const { body: a = null, headers: r = {}, method: n = "GET", onBeforeRequest: o = On, onUploadProgress: i = On, shouldRetry: s = () => !0, onAfterResponse: l = On, onTimeout: u = On, responseType: p, retries: f = 3, signal: h = null, timeout: b = 3e4, withCredentials: A = !1 } = t, B = (D) => 0.3 * 2 ** (D - 1) * 1e3, E = new
|
|
14675
|
+
function X0(e, t = {}) {
|
|
14676
|
+
const { body: a = null, headers: r = {}, method: n = "GET", onBeforeRequest: o = On, onUploadProgress: i = On, shouldRetry: s = () => !0, onAfterResponse: l = On, onTimeout: u = On, responseType: p, retries: f = 3, signal: h = null, timeout: b = 3e4, withCredentials: A = !1 } = t, B = (D) => 0.3 * 2 ** (D - 1) * 1e3, E = new j0(b, u);
|
|
14671
14677
|
function O(D = 0) {
|
|
14672
14678
|
return new Promise(async (Y, F) => {
|
|
14673
14679
|
const V = new XMLHttpRequest(), J = (Q) => {
|
|
@@ -14696,11 +14702,11 @@ function j0(e, t = {}) {
|
|
|
14696
14702
|
}
|
|
14697
14703
|
return O();
|
|
14698
14704
|
}
|
|
14699
|
-
function
|
|
14705
|
+
function W0(e) {
|
|
14700
14706
|
const t = (a) => "error" in a && !!a.error;
|
|
14701
14707
|
return e.filter((a) => !t(a));
|
|
14702
14708
|
}
|
|
14703
|
-
function
|
|
14709
|
+
function K0(e) {
|
|
14704
14710
|
return e.filter((t) => {
|
|
14705
14711
|
var a;
|
|
14706
14712
|
return !((a = t.progress) != null && a.uploadStarted) || !t.isRestored;
|
|
@@ -14778,18 +14784,18 @@ function rl(e) {
|
|
|
14778
14784
|
const t = e.name ? (a = nl(e.name).extension) == null ? void 0 : a.toLowerCase() : null;
|
|
14779
14785
|
return t && t in Pi ? Pi[t] : "application/octet-stream";
|
|
14780
14786
|
}
|
|
14781
|
-
function
|
|
14787
|
+
function G0(e) {
|
|
14782
14788
|
return e.charCodeAt(0).toString(32);
|
|
14783
14789
|
}
|
|
14784
14790
|
function Di(e) {
|
|
14785
14791
|
let t = "";
|
|
14786
|
-
return e.replace(/[^A-Z0-9]/gi, (a) => (t += `-${
|
|
14792
|
+
return e.replace(/[^A-Z0-9]/gi, (a) => (t += `-${G0(a)}`, "/")) + t;
|
|
14787
14793
|
}
|
|
14788
|
-
function
|
|
14794
|
+
function Z0(e, t) {
|
|
14789
14795
|
let a = t || "uppy";
|
|
14790
14796
|
return typeof e.name == "string" && (a += `-${Di(e.name.toLowerCase())}`), e.type !== void 0 && (a += `-${e.type}`), e.meta && typeof e.meta.relativePath == "string" && (a += `-${Di(e.meta.relativePath.toLowerCase())}`), e.data.size !== void 0 && (a += `-${e.data.size}`), e.data.lastModified !== void 0 && (a += `-${e.data.lastModified}`), a;
|
|
14791
14797
|
}
|
|
14792
|
-
function
|
|
14798
|
+
function _0(e) {
|
|
14793
14799
|
return !e.isRemote || !e.remote ? !1 : (/* @__PURE__ */ new Set([
|
|
14794
14800
|
"box",
|
|
14795
14801
|
"dropbox",
|
|
@@ -14798,11 +14804,11 @@ function Z0(e) {
|
|
|
14798
14804
|
"unsplash"
|
|
14799
14805
|
])).has(e.remote.provider);
|
|
14800
14806
|
}
|
|
14801
|
-
function
|
|
14802
|
-
if (
|
|
14807
|
+
function $0(e, t) {
|
|
14808
|
+
if (_0(e))
|
|
14803
14809
|
return e.id;
|
|
14804
14810
|
const a = rl(e);
|
|
14805
|
-
return
|
|
14811
|
+
return Z0({
|
|
14806
14812
|
...e,
|
|
14807
14813
|
type: a
|
|
14808
14814
|
}, t);
|
|
@@ -14817,10 +14823,10 @@ function Ln() {
|
|
|
14817
14823
|
const e = /* @__PURE__ */ new Date(), t = wr(e.getHours()), a = wr(e.getMinutes()), r = wr(e.getSeconds());
|
|
14818
14824
|
return `${t}:${a}:${r}`;
|
|
14819
14825
|
}
|
|
14820
|
-
function
|
|
14826
|
+
function ey(e) {
|
|
14821
14827
|
return e ? e.readyState !== 0 && e.readyState !== 4 || e.status === 0 : !1;
|
|
14822
14828
|
}
|
|
14823
|
-
function
|
|
14829
|
+
function ty(e) {
|
|
14824
14830
|
return new Error("Cancelled", { cause: e });
|
|
14825
14831
|
}
|
|
14826
14832
|
function Bi(e) {
|
|
@@ -14836,7 +14842,7 @@ function Bi(e) {
|
|
|
14836
14842
|
return this;
|
|
14837
14843
|
}
|
|
14838
14844
|
var Yt, Lt, jt, Ia, Vt, Ma, pa, ut, no, _a, ol, il, sl, zn, La;
|
|
14839
|
-
class
|
|
14845
|
+
class ay {
|
|
14840
14846
|
constructor(t) {
|
|
14841
14847
|
Ie(this, ut);
|
|
14842
14848
|
Ie(this, Yt, 0);
|
|
@@ -14891,7 +14897,7 @@ class ty {
|
|
|
14891
14897
|
}, (p) => {
|
|
14892
14898
|
l ? s(l) : (n.done(), s(p));
|
|
14893
14899
|
}), (p) => {
|
|
14894
|
-
l =
|
|
14900
|
+
l = ty(p);
|
|
14895
14901
|
};
|
|
14896
14902
|
}, a);
|
|
14897
14903
|
});
|
|
@@ -14974,7 +14980,7 @@ Yt = new WeakMap(), Lt = new WeakMap(), jt = new WeakMap(), Ia = new WeakMap(),
|
|
|
14974
14980
|
a !== -1 && W(this, Lt).splice(a, 1);
|
|
14975
14981
|
}, zn = new WeakMap(), La = new WeakMap();
|
|
14976
14982
|
const Sr = Symbol("__queue");
|
|
14977
|
-
function
|
|
14983
|
+
function ny(e, t, a) {
|
|
14978
14984
|
const r = [];
|
|
14979
14985
|
return e.forEach((n) => typeof n != "string" ? r.push(n) : t[Symbol.split](n).forEach((o, i, s) => {
|
|
14980
14986
|
o !== "" && r.push(o), i < s.length - 1 && r.push(a);
|
|
@@ -14998,16 +15004,16 @@ function Oi(e, t) {
|
|
|
14998
15004
|
for (const o of Object.keys(t))
|
|
14999
15005
|
if (o !== "_") {
|
|
15000
15006
|
let i = t[o];
|
|
15001
|
-
typeof i == "string" && (i = a[Symbol.replace](i, r)), n =
|
|
15007
|
+
typeof i == "string" && (i = a[Symbol.replace](i, r)), n = ny(n, new RegExp(`%\\{${o}\\}`, "g"), i);
|
|
15002
15008
|
}
|
|
15003
15009
|
return n;
|
|
15004
15010
|
}
|
|
15005
|
-
const
|
|
15011
|
+
const ry = (e) => {
|
|
15006
15012
|
throw new Error(`missing string: ${e}`);
|
|
15007
15013
|
};
|
|
15008
15014
|
var fn, hn, ro;
|
|
15009
15015
|
class ll {
|
|
15010
|
-
constructor(t, { onMissingKey: a =
|
|
15016
|
+
constructor(t, { onMissingKey: a = ry } = {}) {
|
|
15011
15017
|
Ie(this, hn);
|
|
15012
15018
|
Ve(this, "locale");
|
|
15013
15019
|
Ie(this, fn);
|
|
@@ -15056,7 +15062,7 @@ fn = new WeakMap(), hn = new WeakSet(), ro = function(t) {
|
|
|
15056
15062
|
pluralize: t.pluralize || a.pluralize
|
|
15057
15063
|
});
|
|
15058
15064
|
};
|
|
15059
|
-
class
|
|
15065
|
+
class oy {
|
|
15060
15066
|
constructor(t, a) {
|
|
15061
15067
|
Ve(this, "uppy");
|
|
15062
15068
|
Ve(this, "opts");
|
|
@@ -15115,7 +15121,7 @@ class ry {
|
|
|
15115
15121
|
}
|
|
15116
15122
|
}
|
|
15117
15123
|
var Nt, mn;
|
|
15118
|
-
class
|
|
15124
|
+
class iy {
|
|
15119
15125
|
constructor(t) {
|
|
15120
15126
|
Ie(this, Nt);
|
|
15121
15127
|
Ie(this, mn, []);
|
|
@@ -15170,18 +15176,18 @@ class oy {
|
|
|
15170
15176
|
}
|
|
15171
15177
|
}
|
|
15172
15178
|
Nt = new WeakMap(), mn = new WeakMap();
|
|
15173
|
-
const
|
|
15179
|
+
const sy = {
|
|
15174
15180
|
debug: () => {
|
|
15175
15181
|
},
|
|
15176
15182
|
warn: () => {
|
|
15177
15183
|
},
|
|
15178
15184
|
error: (...e) => console.error(`[Uppy] [${Ln()}]`, ...e)
|
|
15179
|
-
},
|
|
15185
|
+
}, ly = {
|
|
15180
15186
|
debug: (...e) => console.debug(`[Uppy] [${Ln()}]`, ...e),
|
|
15181
15187
|
warn: (...e) => console.warn(`[Uppy] [${Ln()}]`, ...e),
|
|
15182
15188
|
error: (...e) => console.error(`[Uppy] [${Ln()}]`, ...e)
|
|
15183
|
-
},
|
|
15184
|
-
version:
|
|
15189
|
+
}, uy = "5.0.0", dy = {
|
|
15190
|
+
version: uy
|
|
15185
15191
|
};
|
|
15186
15192
|
var Va, Jn, dl;
|
|
15187
15193
|
class ul {
|
|
@@ -15207,7 +15213,7 @@ Va = new WeakMap(), Jn = new WeakSet(), dl = function(...t) {
|
|
|
15207
15213
|
W(this, Va).forEach((a) => {
|
|
15208
15214
|
a(...t);
|
|
15209
15215
|
});
|
|
15210
|
-
}, Ve(ul, "VERSION",
|
|
15216
|
+
}, Ve(ul, "VERSION", dy.version);
|
|
15211
15217
|
var xn = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
15212
15218
|
function _n(e) {
|
|
15213
15219
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -15223,7 +15229,7 @@ function Xo() {
|
|
|
15223
15229
|
return Cr = e, Cr;
|
|
15224
15230
|
}
|
|
15225
15231
|
var Tr, Ui;
|
|
15226
|
-
function
|
|
15232
|
+
function cy() {
|
|
15227
15233
|
if (Ui) return Tr;
|
|
15228
15234
|
Ui = 1;
|
|
15229
15235
|
var e = typeof xn == "object" && xn && xn.Object === Object && xn;
|
|
@@ -15233,11 +15239,11 @@ var Pr, Ii;
|
|
|
15233
15239
|
function cl() {
|
|
15234
15240
|
if (Ii) return Pr;
|
|
15235
15241
|
Ii = 1;
|
|
15236
|
-
var e =
|
|
15242
|
+
var e = cy(), t = typeof self == "object" && self && self.Object === Object && self, a = e || t || Function("return this")();
|
|
15237
15243
|
return Pr = a, Pr;
|
|
15238
15244
|
}
|
|
15239
15245
|
var Dr, Mi;
|
|
15240
|
-
function
|
|
15246
|
+
function py() {
|
|
15241
15247
|
if (Mi) return Dr;
|
|
15242
15248
|
Mi = 1;
|
|
15243
15249
|
var e = cl(), t = function() {
|
|
@@ -15246,7 +15252,7 @@ function cy() {
|
|
|
15246
15252
|
return Dr = t, Dr;
|
|
15247
15253
|
}
|
|
15248
15254
|
var Fr, Li;
|
|
15249
|
-
function
|
|
15255
|
+
function fy() {
|
|
15250
15256
|
if (Li) return Fr;
|
|
15251
15257
|
Li = 1;
|
|
15252
15258
|
var e = /\s/;
|
|
@@ -15258,10 +15264,10 @@ function py() {
|
|
|
15258
15264
|
return Fr = t, Fr;
|
|
15259
15265
|
}
|
|
15260
15266
|
var Br, Vi;
|
|
15261
|
-
function
|
|
15267
|
+
function hy() {
|
|
15262
15268
|
if (Vi) return Br;
|
|
15263
15269
|
Vi = 1;
|
|
15264
|
-
var e =
|
|
15270
|
+
var e = fy(), t = /^\s+/;
|
|
15265
15271
|
function a(r) {
|
|
15266
15272
|
return r && r.slice(0, e(r) + 1).replace(t, "");
|
|
15267
15273
|
}
|
|
@@ -15275,7 +15281,7 @@ function pl() {
|
|
|
15275
15281
|
return Or = t, Or;
|
|
15276
15282
|
}
|
|
15277
15283
|
var xr, Qi;
|
|
15278
|
-
function
|
|
15284
|
+
function my() {
|
|
15279
15285
|
if (Qi) return xr;
|
|
15280
15286
|
Qi = 1;
|
|
15281
15287
|
var e = pl(), t = Object.prototype, a = t.hasOwnProperty, r = t.toString, n = e ? e.toStringTag : void 0;
|
|
@@ -15292,7 +15298,7 @@ function hy() {
|
|
|
15292
15298
|
return xr = o, xr;
|
|
15293
15299
|
}
|
|
15294
15300
|
var Ur, Ri;
|
|
15295
|
-
function
|
|
15301
|
+
function gy() {
|
|
15296
15302
|
if (Ri) return Ur;
|
|
15297
15303
|
Ri = 1;
|
|
15298
15304
|
var e = Object.prototype, t = e.toString;
|
|
@@ -15302,17 +15308,17 @@ function my() {
|
|
|
15302
15308
|
return Ur = a, Ur;
|
|
15303
15309
|
}
|
|
15304
15310
|
var Ir, Ei;
|
|
15305
|
-
function
|
|
15311
|
+
function vy() {
|
|
15306
15312
|
if (Ei) return Ir;
|
|
15307
15313
|
Ei = 1;
|
|
15308
|
-
var e = pl(), t =
|
|
15314
|
+
var e = pl(), t = my(), a = gy(), r = "[object Null]", n = "[object Undefined]", o = e ? e.toStringTag : void 0;
|
|
15309
15315
|
function i(s) {
|
|
15310
15316
|
return s == null ? s === void 0 ? n : r : o && o in Object(s) ? t(s) : a(s);
|
|
15311
15317
|
}
|
|
15312
15318
|
return Ir = i, Ir;
|
|
15313
15319
|
}
|
|
15314
15320
|
var Mr, qi;
|
|
15315
|
-
function
|
|
15321
|
+
function yy() {
|
|
15316
15322
|
if (qi) return Mr;
|
|
15317
15323
|
qi = 1;
|
|
15318
15324
|
function e(t) {
|
|
@@ -15321,20 +15327,20 @@ function vy() {
|
|
|
15321
15327
|
return Mr = e, Mr;
|
|
15322
15328
|
}
|
|
15323
15329
|
var Lr, Hi;
|
|
15324
|
-
function
|
|
15330
|
+
function by() {
|
|
15325
15331
|
if (Hi) return Lr;
|
|
15326
15332
|
Hi = 1;
|
|
15327
|
-
var e =
|
|
15333
|
+
var e = vy(), t = yy(), a = "[object Symbol]";
|
|
15328
15334
|
function r(n) {
|
|
15329
15335
|
return typeof n == "symbol" || t(n) && e(n) == a;
|
|
15330
15336
|
}
|
|
15331
15337
|
return Lr = r, Lr;
|
|
15332
15338
|
}
|
|
15333
15339
|
var Vr, zi;
|
|
15334
|
-
function
|
|
15340
|
+
function ky() {
|
|
15335
15341
|
if (zi) return Vr;
|
|
15336
15342
|
zi = 1;
|
|
15337
|
-
var e =
|
|
15343
|
+
var e = hy(), t = Xo(), a = by(), r = NaN, n = /^[-+]0x[0-9a-f]+$/i, o = /^0b[01]+$/i, i = /^0o[0-7]+$/i, s = parseInt;
|
|
15338
15344
|
function l(u) {
|
|
15339
15345
|
if (typeof u == "number")
|
|
15340
15346
|
return u;
|
|
@@ -15353,10 +15359,10 @@ function by() {
|
|
|
15353
15359
|
return Vr = l, Vr;
|
|
15354
15360
|
}
|
|
15355
15361
|
var Nr, Ji;
|
|
15356
|
-
function
|
|
15362
|
+
function Ay() {
|
|
15357
15363
|
if (Ji) return Nr;
|
|
15358
15364
|
Ji = 1;
|
|
15359
|
-
var e = Xo(), t =
|
|
15365
|
+
var e = Xo(), t = py(), a = ky(), r = "Expected a function", n = Math.max, o = Math.min;
|
|
15360
15366
|
function i(s, l, u) {
|
|
15361
15367
|
var p, f, h, b, A, B, E = 0, O = !1, D = !1, Y = !0;
|
|
15362
15368
|
if (typeof s != "function")
|
|
@@ -15407,10 +15413,10 @@ function ky() {
|
|
|
15407
15413
|
return Nr = i, Nr;
|
|
15408
15414
|
}
|
|
15409
15415
|
var Qr, Yi;
|
|
15410
|
-
function
|
|
15416
|
+
function wy() {
|
|
15411
15417
|
if (Yi) return Qr;
|
|
15412
15418
|
Yi = 1;
|
|
15413
|
-
var e =
|
|
15419
|
+
var e = Ay(), t = Xo(), a = "Expected a function";
|
|
15414
15420
|
function r(n, o, i) {
|
|
15415
15421
|
var s = !0, l = !0;
|
|
15416
15422
|
if (typeof n != "function")
|
|
@@ -15423,10 +15429,10 @@ function Ay() {
|
|
|
15423
15429
|
}
|
|
15424
15430
|
return Qr = r, Qr;
|
|
15425
15431
|
}
|
|
15426
|
-
var
|
|
15427
|
-
const
|
|
15432
|
+
var Sy = wy();
|
|
15433
|
+
const Cy = /* @__PURE__ */ _n(Sy);
|
|
15428
15434
|
var Rr, ji;
|
|
15429
|
-
function
|
|
15435
|
+
function Ty() {
|
|
15430
15436
|
return ji || (ji = 1, Rr = function() {
|
|
15431
15437
|
var t = {}, a = t._fns = {};
|
|
15432
15438
|
t.emit = function(i, s, l, u, p, f, h) {
|
|
@@ -15467,21 +15473,21 @@ function Cy() {
|
|
|
15467
15473
|
return t;
|
|
15468
15474
|
}), Rr;
|
|
15469
15475
|
}
|
|
15470
|
-
var
|
|
15471
|
-
const
|
|
15472
|
-
let
|
|
15476
|
+
var Py = Ty();
|
|
15477
|
+
const Dy = /* @__PURE__ */ _n(Py);
|
|
15478
|
+
let Fy = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", By = (e = 21) => {
|
|
15473
15479
|
let t = "", a = e | 0;
|
|
15474
15480
|
for (; a--; )
|
|
15475
|
-
t +=
|
|
15481
|
+
t += Fy[Math.random() * 64 | 0];
|
|
15476
15482
|
return t;
|
|
15477
15483
|
};
|
|
15478
|
-
const
|
|
15479
|
-
version:
|
|
15484
|
+
const Oy = "5.0.1", xy = {
|
|
15485
|
+
version: Oy
|
|
15480
15486
|
};
|
|
15481
|
-
function
|
|
15487
|
+
function Uy(e, t) {
|
|
15482
15488
|
return t.name ? t.name : e.split("/")[0] === "image" ? `${e.split("/")[0]}.${e.split("/")[1]}` : "noname";
|
|
15483
15489
|
}
|
|
15484
|
-
const
|
|
15490
|
+
const Iy = {
|
|
15485
15491
|
strings: {
|
|
15486
15492
|
addBulkFilesFailed: {
|
|
15487
15493
|
0: "Failed to add %{smart_count} file due to an internal error",
|
|
@@ -15547,7 +15553,7 @@ const Uy = {
|
|
|
15547
15553
|
}
|
|
15548
15554
|
};
|
|
15549
15555
|
var Er, Xi;
|
|
15550
|
-
function
|
|
15556
|
+
function My() {
|
|
15551
15557
|
return Xi || (Xi = 1, Er = function(t) {
|
|
15552
15558
|
if (typeof t != "number" || Number.isNaN(t))
|
|
15553
15559
|
throw new TypeError(`Expected a number, got ${typeof t}`);
|
|
@@ -15559,10 +15565,10 @@ function Iy() {
|
|
|
15559
15565
|
return `${i >= 10 || i % 1 === 0 ? Math.round(i) : i.toFixed(1)} ${s}`;
|
|
15560
15566
|
}), Er;
|
|
15561
15567
|
}
|
|
15562
|
-
var
|
|
15563
|
-
const Un = /* @__PURE__ */ _n(
|
|
15568
|
+
var Ly = My();
|
|
15569
|
+
const Un = /* @__PURE__ */ _n(Ly);
|
|
15564
15570
|
var qr, Wi;
|
|
15565
|
-
function
|
|
15571
|
+
function Vy() {
|
|
15566
15572
|
if (Wi) return qr;
|
|
15567
15573
|
Wi = 1;
|
|
15568
15574
|
function e(t, a) {
|
|
@@ -15593,10 +15599,10 @@ function Ly() {
|
|
|
15593
15599
|
}, qr;
|
|
15594
15600
|
}
|
|
15595
15601
|
var Hr, Ki;
|
|
15596
|
-
function
|
|
15602
|
+
function Ny() {
|
|
15597
15603
|
if (Ki) return Hr;
|
|
15598
15604
|
Ki = 1;
|
|
15599
|
-
var e =
|
|
15605
|
+
var e = Vy(), t = /[\/\+\.]/;
|
|
15600
15606
|
return Hr = function(a, r) {
|
|
15601
15607
|
function n(o) {
|
|
15602
15608
|
var i = e(o, a, t);
|
|
@@ -15605,8 +15611,8 @@ function Vy() {
|
|
|
15605
15611
|
return r ? n(r.split(";")[0]) : n;
|
|
15606
15612
|
}, Hr;
|
|
15607
15613
|
}
|
|
15608
|
-
var
|
|
15609
|
-
const
|
|
15614
|
+
var Qy = Ny();
|
|
15615
|
+
const Ry = /* @__PURE__ */ _n(Qy), Ey = {
|
|
15610
15616
|
maxFileSize: null,
|
|
15611
15617
|
minFileSize: null,
|
|
15612
15618
|
maxTotalFileSize: null,
|
|
@@ -15624,7 +15630,7 @@ class Dt extends Error {
|
|
|
15624
15630
|
this.isUserFacing = (r == null ? void 0 : r.isUserFacing) ?? !0, r != null && r.file && (this.file = r.file);
|
|
15625
15631
|
}
|
|
15626
15632
|
}
|
|
15627
|
-
class
|
|
15633
|
+
class qy {
|
|
15628
15634
|
constructor(t, a) {
|
|
15629
15635
|
Ve(this, "getI18n");
|
|
15630
15636
|
Ve(this, "getOpts");
|
|
@@ -15654,7 +15660,7 @@ class Ey {
|
|
|
15654
15660
|
}
|
|
15655
15661
|
validateSingleFile(t) {
|
|
15656
15662
|
const { maxFileSize: a, minFileSize: r, allowedFileTypes: n } = this.getOpts().restrictions;
|
|
15657
|
-
if (n && !n.some((i) => i.includes("/") ? t.type ?
|
|
15663
|
+
if (n && !n.some((i) => i.includes("/") ? t.type ? Ry(t.type.replace(/;.*?$/, ""), i) : !1 : i[0] === "." && t.extension ? t.extension.toLowerCase() === i.slice(1).toLowerCase() : !1)) {
|
|
15658
15664
|
const i = n.join(", ");
|
|
15659
15665
|
throw new Dt(this.getI18n()("youCanOnlyUploadFileTypes", {
|
|
15660
15666
|
types: i
|
|
@@ -15691,7 +15697,7 @@ class Ey {
|
|
|
15691
15697
|
return { missingFields: n, error: a };
|
|
15692
15698
|
}
|
|
15693
15699
|
}
|
|
15694
|
-
function
|
|
15700
|
+
function Hy(e) {
|
|
15695
15701
|
if (e == null && typeof navigator < "u" && (e = navigator.userAgent), !e)
|
|
15696
15702
|
return !0;
|
|
15697
15703
|
const t = /Edge\/(\d+\.\d+)/.exec(e);
|
|
@@ -15716,7 +15722,7 @@ const jn = class jn {
|
|
|
15716
15722
|
Ie(this, Tt, /* @__PURE__ */ Object.create(null));
|
|
15717
15723
|
Ie(this, Pt);
|
|
15718
15724
|
Ie(this, gn);
|
|
15719
|
-
Ie(this, fa,
|
|
15725
|
+
Ie(this, fa, Dy());
|
|
15720
15726
|
Ie(this, Na, /* @__PURE__ */ new Set());
|
|
15721
15727
|
Ie(this, Qa, /* @__PURE__ */ new Set());
|
|
15722
15728
|
Ie(this, ha, /* @__PURE__ */ new Set());
|
|
@@ -15766,7 +15772,7 @@ const jn = class jn {
|
|
|
15766
15772
|
// and click 'ADD MORE FILES', - focus won't activate in Firefox.
|
|
15767
15773
|
// - We must throttle at around >500ms to avoid performance lags.
|
|
15768
15774
|
// [Practical Check] Firefox, try to upload a big file for a prolonged period of time. Laptop will start to heat up.
|
|
15769
|
-
Ie(this, ma,
|
|
15775
|
+
Ie(this, ma, Cy(() => Ae(this, ke, fo).call(this), 500, { leading: !0, trailing: !0 }));
|
|
15770
15776
|
Ie(this, ea, this.updateOnlineStatus.bind(this));
|
|
15771
15777
|
// We need to store request clients by a unique ID, so we can share RequestClient instances across files
|
|
15772
15778
|
// this allows us to do rate limiting and synchronous operations like refreshing provider tokens
|
|
@@ -15779,18 +15785,18 @@ const jn = class jn {
|
|
|
15779
15785
|
// all 6 files would go ahead and refresh the token at the same time
|
|
15780
15786
|
// (calling /refresh-token up to 6 times), which will probably fail for some providers
|
|
15781
15787
|
Ie(this, vn, /* @__PURE__ */ new Map());
|
|
15782
|
-
this.defaultLocale =
|
|
15788
|
+
this.defaultLocale = Iy;
|
|
15783
15789
|
const a = {
|
|
15784
15790
|
id: "uppy",
|
|
15785
15791
|
autoProceed: !1,
|
|
15786
15792
|
allowMultipleUploadBatches: !0,
|
|
15787
15793
|
debug: !1,
|
|
15788
|
-
restrictions:
|
|
15794
|
+
restrictions: Ey,
|
|
15789
15795
|
meta: {},
|
|
15790
15796
|
onBeforeFileAdded: (n, o) => !Object.hasOwn(o, n.id),
|
|
15791
15797
|
onBeforeUpload: (n) => n,
|
|
15792
15798
|
store: new ul(),
|
|
15793
|
-
logger:
|
|
15799
|
+
logger: sy,
|
|
15794
15800
|
infoTimeout: 5e3
|
|
15795
15801
|
}, r = { ...a, ...t };
|
|
15796
15802
|
this.opts = {
|
|
@@ -15799,19 +15805,19 @@ const jn = class jn {
|
|
|
15799
15805
|
...a.restrictions,
|
|
15800
15806
|
...t == null ? void 0 : t.restrictions
|
|
15801
15807
|
}
|
|
15802
|
-
}, t != null && t.logger && t.debug ? this.log("You are using a custom `logger`, but also set `debug: true`, which uses built-in logger to output logs to console. Ignoring `debug: true` and using your custom `logger`.", "warning") : t != null && t.debug && (this.opts.logger =
|
|
15808
|
+
}, t != null && t.logger && t.debug ? this.log("You are using a custom `logger`, but also set `debug: true`, which uses built-in logger to output logs to console. Ignoring `debug: true` and using your custom `logger`.", "warning") : t != null && t.debug && (this.opts.logger = ly), this.log(`Using Core v${jn.VERSION}`), this.i18nInit(), this.store = this.opts.store, this.setState({
|
|
15803
15809
|
...In,
|
|
15804
15810
|
plugins: {},
|
|
15805
15811
|
files: {},
|
|
15806
15812
|
currentUploads: {},
|
|
15807
15813
|
capabilities: {
|
|
15808
|
-
uploadProgress:
|
|
15814
|
+
uploadProgress: Hy(),
|
|
15809
15815
|
individualCancellation: !0,
|
|
15810
15816
|
resumableUploads: !1
|
|
15811
15817
|
},
|
|
15812
15818
|
meta: { ...this.opts.meta },
|
|
15813
15819
|
info: []
|
|
15814
|
-
}), We(this, Pt, new
|
|
15820
|
+
}), We(this, Pt, new qy(() => this.opts, () => this.i18n)), We(this, gn, this.store.subscribe((n, o, i) => {
|
|
15815
15821
|
this.emit("state-update", n, o, i), this.updateAll(o);
|
|
15816
15822
|
})), this.opts.debug && typeof window < "u" && (window[this.opts.id] = this), Ae(this, ke, gl).call(this);
|
|
15817
15823
|
}
|
|
@@ -16393,7 +16399,7 @@ hl = function(t) {
|
|
|
16393
16399
|
type: t.type,
|
|
16394
16400
|
size: t.size,
|
|
16395
16401
|
data: t
|
|
16396
|
-
} : t, r = rl(a), n =
|
|
16402
|
+
} : t, r = rl(a), n = Uy(r, a), o = nl(n).extension, i = $0(a, this.getID()), s = a.meta || {};
|
|
16397
16403
|
s.name = n, s.type = r;
|
|
16398
16404
|
const l = Number.isFinite(a.data.size) ? a.data.size : null;
|
|
16399
16405
|
return {
|
|
@@ -16633,7 +16639,7 @@ $a = function(t, a = {}) {
|
|
|
16633
16639
|
const { forceAllowNewUpload: r = !1 } = a, { allowNewUpload: n, currentUploads: o } = this.getState();
|
|
16634
16640
|
if (!n && !r)
|
|
16635
16641
|
throw new Error("Cannot create a new upload: already uploading.");
|
|
16636
|
-
const i =
|
|
16642
|
+
const i = By();
|
|
16637
16643
|
return this.emit("upload", i, this.getFilesByIds(t)), this.setState({
|
|
16638
16644
|
allowNewUpload: this.opts.allowMultipleUploadBatches !== !1 && this.opts.allowMultipleUploads !== !1,
|
|
16639
16645
|
currentUploads: {
|
|
@@ -16700,24 +16706,24 @@ Vn = function(t) {
|
|
|
16700
16706
|
failed: [],
|
|
16701
16707
|
uploadID: t
|
|
16702
16708
|
}), o;
|
|
16703
|
-
}, Ve(jn, "VERSION",
|
|
16709
|
+
}, Ve(jn, "VERSION", xy.version);
|
|
16704
16710
|
let oo = jn;
|
|
16705
|
-
const
|
|
16706
|
-
version:
|
|
16707
|
-
},
|
|
16711
|
+
const zy = "5.0.0", Jy = {
|
|
16712
|
+
version: zy
|
|
16713
|
+
}, Yy = {
|
|
16708
16714
|
strings: {
|
|
16709
16715
|
// Shown in the Informer if an upload is being canceled because it stalled for too long.
|
|
16710
16716
|
uploadStalled: "Upload has not made any progress for %{seconds} seconds. You may want to retry it."
|
|
16711
16717
|
}
|
|
16712
16718
|
};
|
|
16713
|
-
function
|
|
16719
|
+
function jy(e, t) {
|
|
16714
16720
|
let a = t;
|
|
16715
|
-
return a || (a = new Error("Upload error")), typeof a == "string" && (a = new Error(a)), a instanceof Error || (a = Object.assign(new Error("Upload error"), { data: a })),
|
|
16721
|
+
return a || (a = new Error("Upload error")), typeof a == "string" && (a = new Error(a)), a instanceof Error || (a = Object.assign(new Error("Upload error"), { data: a })), ey(e) ? (a = new ao(a, e), a) : (a.request = e, a);
|
|
16716
16722
|
}
|
|
16717
16723
|
function Gi(e) {
|
|
16718
16724
|
return e.data.slice(0, e.data.size, e.meta.type);
|
|
16719
16725
|
}
|
|
16720
|
-
const
|
|
16726
|
+
const Xy = {
|
|
16721
16727
|
formData: !0,
|
|
16722
16728
|
fieldName: "file",
|
|
16723
16729
|
method: "post",
|
|
@@ -16730,10 +16736,10 @@ const jy = {
|
|
|
16730
16736
|
responseType: ""
|
|
16731
16737
|
};
|
|
16732
16738
|
var Ra, Ht, bl, kl, Al, wl, yn;
|
|
16733
|
-
class yl extends
|
|
16739
|
+
class yl extends oy {
|
|
16734
16740
|
constructor(a, r) {
|
|
16735
16741
|
super(a, {
|
|
16736
|
-
...
|
|
16742
|
+
...Xy,
|
|
16737
16743
|
fieldName: r.bundle ? "files[]" : "file",
|
|
16738
16744
|
...r
|
|
16739
16745
|
});
|
|
@@ -16747,7 +16753,7 @@ class yl extends ry {
|
|
|
16747
16753
|
return;
|
|
16748
16754
|
}
|
|
16749
16755
|
this.opts.limit === 0 && !this.opts[Sr] && this.uppy.log("[XHRUpload] When uploading multiple files at once, consider setting the `limit` option (to `10` for example), to limit the number of concurrent uploads, which helps prevent memory and network issues: https://uppy.io/docs/xhr-upload/#limit-0", "warning"), this.uppy.log("[XHRUpload] Uploading...");
|
|
16750
|
-
const r = this.uppy.getFilesByIds(a), n =
|
|
16756
|
+
const r = this.uppy.getFilesByIds(a), n = W0(r), o = K0(n);
|
|
16751
16757
|
if (this.uppy.emit("upload-start", o), this.opts.bundle) {
|
|
16752
16758
|
if (n.some((s) => s.isRemote))
|
|
16753
16759
|
throw new Error("Can’t upload remote files when the `bundle: true` option is set");
|
|
@@ -16757,7 +16763,7 @@ class yl extends ry {
|
|
|
16757
16763
|
} else
|
|
16758
16764
|
await Ae(this, Ht, wl).call(this, n);
|
|
16759
16765
|
});
|
|
16760
|
-
if (this.type = "uploader", this.id = this.opts.id || "XHRUpload", this.defaultLocale =
|
|
16766
|
+
if (this.type = "uploader", this.id = this.opts.id || "XHRUpload", this.defaultLocale = Yy, this.i18nInit(), Sr in this.opts ? this.requests = this.opts[Sr] : this.requests = new ay(this.opts.limit), this.opts.bundle && !this.opts.formData)
|
|
16761
16767
|
throw new Error("`opts.formData` must be true when `opts.bundle` is enabled.");
|
|
16762
16768
|
if (this.opts.bundle && typeof this.opts.headers == "function")
|
|
16763
16769
|
throw new Error("`opts.headers` can not be a function when the `bundle: true` option is set.");
|
|
@@ -16766,7 +16772,7 @@ class yl extends ry {
|
|
|
16766
16772
|
this.uploaderEvents = /* @__PURE__ */ Object.create(null), We(this, Ra, (n) => async (o, i) => {
|
|
16767
16773
|
var s, l;
|
|
16768
16774
|
try {
|
|
16769
|
-
const u = await
|
|
16775
|
+
const u = await X0(o, {
|
|
16770
16776
|
...i,
|
|
16771
16777
|
onBeforeRequest: (h, b) => {
|
|
16772
16778
|
var A, B;
|
|
@@ -16812,7 +16818,7 @@ class yl extends ry {
|
|
|
16812
16818
|
return;
|
|
16813
16819
|
const p = u.request;
|
|
16814
16820
|
for (const f of n)
|
|
16815
|
-
this.uppy.emit("upload-error", this.uppy.getFile(f.id),
|
|
16821
|
+
this.uppy.emit("upload-error", this.uppy.getFile(f.id), jy(p, u), p);
|
|
16816
16822
|
throw u;
|
|
16817
16823
|
}
|
|
16818
16824
|
});
|
|
@@ -16871,7 +16877,7 @@ class yl extends ry {
|
|
|
16871
16877
|
}
|
|
16872
16878
|
}
|
|
16873
16879
|
Ra = new WeakMap(), Ht = new WeakSet(), bl = async function(a) {
|
|
16874
|
-
const r = new
|
|
16880
|
+
const r = new iy(this.uppy), n = new AbortController(), o = this.requests.wrapPromiseFunction(async () => {
|
|
16875
16881
|
const i = this.getOptions(a), s = W(this, Ra).call(this, [a]), l = i.formData ? this.createFormDataUpload(a, i) : a.data, u = typeof i.endpoint == "string" ? i.endpoint : await i.endpoint(a);
|
|
16876
16882
|
return s(u, {
|
|
16877
16883
|
...i,
|
|
@@ -16946,23 +16952,23 @@ Ra = new WeakMap(), Ht = new WeakSet(), bl = async function(a) {
|
|
|
16946
16952
|
}
|
|
16947
16953
|
return Ae(this, Ht, bl).call(this, r);
|
|
16948
16954
|
}));
|
|
16949
|
-
}, yn = new WeakMap(), Ve(yl, "VERSION",
|
|
16955
|
+
}, yn = new WeakMap(), Ve(yl, "VERSION", Jy.version);
|
|
16950
16956
|
function Sl(e) {
|
|
16951
16957
|
if (e === 0) return "0 B";
|
|
16952
16958
|
const t = 1024, a = ["B", "KB", "MB", "GB"], r = Math.floor(Math.log(e) / Math.log(t));
|
|
16953
16959
|
return `${parseFloat((e / t ** r).toFixed(1))} ${a[r]}`;
|
|
16954
16960
|
}
|
|
16955
|
-
const
|
|
16961
|
+
const Wy = oe({
|
|
16956
16962
|
name: "SVGImagePlaceholder"
|
|
16957
|
-
}),
|
|
16963
|
+
}), Ky = {
|
|
16958
16964
|
width: "24",
|
|
16959
16965
|
height: "25",
|
|
16960
16966
|
viewBox: "0 0 24 25",
|
|
16961
16967
|
fill: "none",
|
|
16962
16968
|
xmlns: "http://www.w3.org/2000/svg"
|
|
16963
16969
|
};
|
|
16964
|
-
function
|
|
16965
|
-
return c(), m("svg",
|
|
16970
|
+
function Gy(e, t, a, r, n, o) {
|
|
16971
|
+
return c(), m("svg", Ky, [...t[0] || (t[0] = [
|
|
16966
16972
|
g("mask", {
|
|
16967
16973
|
id: "mask0_8171_276",
|
|
16968
16974
|
style: { "mask-type": "alpha" },
|
|
@@ -16987,17 +16993,17 @@ function Ky(e, t, a, r, n, o) {
|
|
|
16987
16993
|
], -1)
|
|
16988
16994
|
])]);
|
|
16989
16995
|
}
|
|
16990
|
-
const
|
|
16996
|
+
const Zy = /* @__PURE__ */ pe(Wy, [["render", Gy]]), _y = oe({
|
|
16991
16997
|
name: "SVGBin"
|
|
16992
|
-
}),
|
|
16998
|
+
}), $y = {
|
|
16993
16999
|
width: "28",
|
|
16994
17000
|
height: "29",
|
|
16995
17001
|
viewBox: "0 0 28 29",
|
|
16996
17002
|
fill: "none",
|
|
16997
17003
|
xmlns: "http://www.w3.org/2000/svg"
|
|
16998
17004
|
};
|
|
16999
|
-
function
|
|
17000
|
-
return c(), m("svg",
|
|
17005
|
+
function eb(e, t, a, r, n, o) {
|
|
17006
|
+
return c(), m("svg", $y, [...t[0] || (t[0] = [
|
|
17001
17007
|
g("mask", {
|
|
17002
17008
|
id: "mask0_8171_287",
|
|
17003
17009
|
style: { "mask-type": "alpha" },
|
|
@@ -17022,7 +17028,7 @@ function $y(e, t, a, r, n, o) {
|
|
|
17022
17028
|
], -1)
|
|
17023
17029
|
])]);
|
|
17024
17030
|
}
|
|
17025
|
-
const
|
|
17031
|
+
const tb = /* @__PURE__ */ pe(_y, [["render", eb]]), ab = oe({
|
|
17026
17032
|
name: "FusionProgressBar",
|
|
17027
17033
|
props: {
|
|
17028
17034
|
percentage: {
|
|
@@ -17039,7 +17045,7 @@ const eb = /* @__PURE__ */ pe(Zy, [["render", $y]]), tb = oe({
|
|
|
17039
17045
|
showContent: {
|
|
17040
17046
|
type: Boolean,
|
|
17041
17047
|
required: !1,
|
|
17042
|
-
default: !
|
|
17048
|
+
default: !1
|
|
17043
17049
|
}
|
|
17044
17050
|
},
|
|
17045
17051
|
computed: {
|
|
@@ -17047,30 +17053,30 @@ const eb = /* @__PURE__ */ pe(Zy, [["render", $y]]), tb = oe({
|
|
|
17047
17053
|
return Math.min(Math.max(this.percentage || 0, 0), 100);
|
|
17048
17054
|
}
|
|
17049
17055
|
}
|
|
17050
|
-
}),
|
|
17056
|
+
}), nb = {
|
|
17051
17057
|
class: "fusion-progress-bar",
|
|
17052
17058
|
"data-test": "fusion-progress-bar"
|
|
17053
|
-
},
|
|
17059
|
+
}, rb = {
|
|
17054
17060
|
key: 0,
|
|
17055
17061
|
class: "fusion-progress-bar-content",
|
|
17056
17062
|
"data-test": "content-container"
|
|
17057
|
-
},
|
|
17063
|
+
}, ob = {
|
|
17058
17064
|
class: "fusion-progress-bar-label",
|
|
17059
17065
|
"data-test": "progress-bar-label"
|
|
17060
|
-
},
|
|
17066
|
+
}, ib = {
|
|
17061
17067
|
class: "fusion-progress-bar-value",
|
|
17062
17068
|
"data-test": "progress-bar-value"
|
|
17063
|
-
},
|
|
17069
|
+
}, sb = {
|
|
17064
17070
|
class: "fusion-progress-bar-track",
|
|
17065
17071
|
"data-test": "progress-bar-track"
|
|
17066
17072
|
};
|
|
17067
|
-
function
|
|
17068
|
-
return c(), m("div",
|
|
17069
|
-
e.showContent ? (c(), m("div",
|
|
17070
|
-
g("p",
|
|
17071
|
-
g("p",
|
|
17073
|
+
function lb(e, t, a, r, n, o) {
|
|
17074
|
+
return c(), m("div", nb, [
|
|
17075
|
+
e.showContent ? (c(), m("div", rb, [
|
|
17076
|
+
g("p", ob, te(e.label), 1),
|
|
17077
|
+
g("p", ib, te(e.clampedPercentage) + "%", 1)
|
|
17072
17078
|
])) : C("", !0),
|
|
17073
|
-
g("div",
|
|
17079
|
+
g("div", sb, [
|
|
17074
17080
|
g("div", {
|
|
17075
17081
|
class: "fusion-progress-bar-fill",
|
|
17076
17082
|
style: gt({ width: `${e.clampedPercentage}%` }),
|
|
@@ -17079,9 +17085,9 @@ function sb(e, t, a, r, n, o) {
|
|
|
17079
17085
|
])
|
|
17080
17086
|
]);
|
|
17081
17087
|
}
|
|
17082
|
-
const
|
|
17088
|
+
const ub = /* @__PURE__ */ pe(ab, [["render", lb], ["__scopeId", "data-v-665a3fd0"]]), db = oe({
|
|
17083
17089
|
name: "FileUploaderListItem",
|
|
17084
|
-
components: { SVGBin:
|
|
17090
|
+
components: { SVGBin: tb, SVGImagePlaceholder: Zy, FusionIconButton: Sa, FusionProgressBar: ub },
|
|
17085
17091
|
props: {
|
|
17086
17092
|
file: {
|
|
17087
17093
|
type: Object,
|
|
@@ -17100,24 +17106,24 @@ const lb = /* @__PURE__ */ pe(tb, [["render", sb], ["__scopeId", "data-v-2323bf5
|
|
|
17100
17106
|
methods: {
|
|
17101
17107
|
formatFileSize: Sl
|
|
17102
17108
|
}
|
|
17103
|
-
}),
|
|
17109
|
+
}), cb = { class: "fusion-file-uploader-list-item" }, pb = { class: "mr-8" }, fb = { class: "flex flex-col gap-4 flex-1" }, hb = { class: "text-body-500 text-primary" }, mb = { class: "text-body text-secondary" }, gb = { class: "uppy-file-size" }, vb = {
|
|
17104
17110
|
key: 0,
|
|
17105
17111
|
class: "pb-12"
|
|
17106
17112
|
};
|
|
17107
|
-
function
|
|
17113
|
+
function yb(e, t, a, r, n, o) {
|
|
17108
17114
|
var p, f;
|
|
17109
17115
|
const i = ae("SVGImagePlaceholder"), s = ae("SVGBin"), l = ae("FusionIconButton"), u = ae("FusionProgressBar");
|
|
17110
17116
|
return c(), m("div", {
|
|
17111
17117
|
class: z(["fusion-file-uploader-list-item-container", { "has-border": e.hasBorder }])
|
|
17112
17118
|
}, [
|
|
17113
|
-
g("div",
|
|
17114
|
-
g("div",
|
|
17119
|
+
g("div", cb, [
|
|
17120
|
+
g("div", pb, [
|
|
17115
17121
|
se(i)
|
|
17116
17122
|
]),
|
|
17117
|
-
g("div",
|
|
17118
|
-
g("div",
|
|
17119
|
-
g("div",
|
|
17120
|
-
g("span",
|
|
17123
|
+
g("div", fb, [
|
|
17124
|
+
g("div", hb, te(e.file.name), 1),
|
|
17125
|
+
g("div", mb, [
|
|
17126
|
+
g("span", gb, te(e.formatFileSize(e.file.size || 0)), 1)
|
|
17121
17127
|
])
|
|
17122
17128
|
]),
|
|
17123
17129
|
se(l, {
|
|
@@ -17133,7 +17139,7 @@ function vb(e, t, a, r, n, o) {
|
|
|
17133
17139
|
_: 1
|
|
17134
17140
|
})
|
|
17135
17141
|
]),
|
|
17136
|
-
(p = e.file.progress) != null && p.uploadStarted && !((f = e.file.progress) != null && f.uploadComplete) ? (c(), m("div",
|
|
17142
|
+
(p = e.file.progress) != null && p.uploadStarted && !((f = e.file.progress) != null && f.uploadComplete) ? (c(), m("div", vb, [
|
|
17137
17143
|
se(u, {
|
|
17138
17144
|
mode: "percentage",
|
|
17139
17145
|
percentage: e.file.progress.percentage || 0
|
|
@@ -17141,11 +17147,11 @@ function vb(e, t, a, r, n, o) {
|
|
|
17141
17147
|
])) : C("", !0)
|
|
17142
17148
|
], 2);
|
|
17143
17149
|
}
|
|
17144
|
-
const
|
|
17150
|
+
const bb = /* @__PURE__ */ pe(db, [["render", yb], ["__scopeId", "data-v-50499008"]]), kb = oe({
|
|
17145
17151
|
name: "FileUploaderList",
|
|
17146
17152
|
components: {
|
|
17147
17153
|
FusionDivider: Yo,
|
|
17148
|
-
FileUploaderListItem:
|
|
17154
|
+
FileUploaderListItem: bb
|
|
17149
17155
|
},
|
|
17150
17156
|
props: {
|
|
17151
17157
|
files: {
|
|
@@ -17158,13 +17164,13 @@ const yb = /* @__PURE__ */ pe(ub, [["render", vb], ["__scopeId", "data-v-5049900
|
|
|
17158
17164
|
}
|
|
17159
17165
|
},
|
|
17160
17166
|
emits: ["remove-file"]
|
|
17161
|
-
}),
|
|
17167
|
+
}), Ab = {
|
|
17162
17168
|
key: 0,
|
|
17163
17169
|
class: "mt-12"
|
|
17164
17170
|
};
|
|
17165
|
-
function
|
|
17171
|
+
function wb(e, t, a, r, n, o) {
|
|
17166
17172
|
const i = ae("FusionDivider"), s = ae("FileUploaderListItem");
|
|
17167
|
-
return e.files.length ? (c(), m("div",
|
|
17173
|
+
return e.files.length ? (c(), m("div", Ab, [
|
|
17168
17174
|
se(i),
|
|
17169
17175
|
(c(!0), m(De, null, He(e.files, (l, u) => (c(), fe(s, {
|
|
17170
17176
|
key: l.id,
|
|
@@ -17176,12 +17182,12 @@ function Ab(e, t, a, r, n, o) {
|
|
|
17176
17182
|
}, null, 8, ["file", "is-uploading", "has-border"]))), 128))
|
|
17177
17183
|
])) : C("", !0);
|
|
17178
17184
|
}
|
|
17179
|
-
const
|
|
17185
|
+
const Sb = /* @__PURE__ */ pe(kb, [["render", wb]]), Cb = oe({
|
|
17180
17186
|
name: "FusionFileUploaderButton",
|
|
17181
17187
|
components: {
|
|
17182
17188
|
SVGExclamationOctagon: bt,
|
|
17183
17189
|
FusionButton: mo,
|
|
17184
|
-
FileUploaderList:
|
|
17190
|
+
FileUploaderList: Sb
|
|
17185
17191
|
},
|
|
17186
17192
|
props: {
|
|
17187
17193
|
uploadUrl: {
|
|
@@ -17376,30 +17382,30 @@ const wb = /* @__PURE__ */ pe(bb, [["render", Ab]]), Sb = oe({
|
|
|
17376
17382
|
this.internalErrorMessage = "";
|
|
17377
17383
|
}
|
|
17378
17384
|
}
|
|
17379
|
-
}),
|
|
17385
|
+
}), Tb = ["data-test"], Pb = {
|
|
17380
17386
|
key: 0,
|
|
17381
17387
|
class: "uppy-label-wrapper"
|
|
17382
|
-
},
|
|
17383
|
-
function
|
|
17388
|
+
}, Db = ["for"], Fb = { class: "uppy-upload-button-wrapper" }, Bb = ["accept"], Ob = { "data-test": "error-label" };
|
|
17389
|
+
function xb(e, t, a, r, n, o) {
|
|
17384
17390
|
const i = ae("FusionButton"), s = ae("FileUploaderList"), l = ae("SVGExclamationOctagon");
|
|
17385
17391
|
return c(), m("div", {
|
|
17386
17392
|
class: z(["uppy-uploader", e.stateClasses]),
|
|
17387
17393
|
"data-test": e.dataTest
|
|
17388
17394
|
}, [
|
|
17389
|
-
e.label || e.helperLabel ? (c(), m("div",
|
|
17395
|
+
e.label || e.helperLabel ? (c(), m("div", Pb, [
|
|
17390
17396
|
e.label ? (c(), m("label", {
|
|
17391
17397
|
key: 0,
|
|
17392
17398
|
class: z(["uppy-input label", e.stateClasses]),
|
|
17393
17399
|
for: e.id,
|
|
17394
17400
|
"data-test": "label"
|
|
17395
|
-
}, te(e.label), 11,
|
|
17401
|
+
}, te(e.label), 11, Db)) : C("", !0),
|
|
17396
17402
|
e.helperLabel ? (c(), m("div", {
|
|
17397
17403
|
key: 1,
|
|
17398
17404
|
class: z(["uppy-input helper-label", e.stateClasses]),
|
|
17399
17405
|
"data-test": "helper-label"
|
|
17400
17406
|
}, te(e.helperLabel), 3)) : C("", !0)
|
|
17401
17407
|
])) : C("", !0),
|
|
17402
|
-
g("div",
|
|
17408
|
+
g("div", Fb, [
|
|
17403
17409
|
se(i, {
|
|
17404
17410
|
type: "button",
|
|
17405
17411
|
label: "Choose file",
|
|
@@ -17424,17 +17430,17 @@ function Ob(e, t, a, r, n, o) {
|
|
|
17424
17430
|
accept: e.acceptedFileTypes,
|
|
17425
17431
|
style: { display: "none" },
|
|
17426
17432
|
onChange: t[0] || (t[0] = (...u) => e.onFileInputChange && e.onFileInputChange(...u))
|
|
17427
|
-
}, null, 40,
|
|
17433
|
+
}, null, 40, Bb),
|
|
17428
17434
|
e.displayErrorMessage ? (c(), m("div", {
|
|
17429
17435
|
key: 1,
|
|
17430
17436
|
class: z(["uppy-input error-wrapper", e.stateClasses])
|
|
17431
17437
|
}, [
|
|
17432
17438
|
se(l, { "data-test": "error-icon" }),
|
|
17433
|
-
g("span",
|
|
17439
|
+
g("span", Ob, te(e.displayErrorMessage), 1)
|
|
17434
17440
|
], 2)) : C("", !0)
|
|
17435
|
-
], 10,
|
|
17441
|
+
], 10, Tb);
|
|
17436
17442
|
}
|
|
17437
|
-
const
|
|
17443
|
+
const h2 = /* @__PURE__ */ pe(Cb, [["render", xb], ["__scopeId", "data-v-3540ef1e"]]), Ub = {
|
|
17438
17444
|
name: "FusionProgressStepperStep",
|
|
17439
17445
|
props: {
|
|
17440
17446
|
stepLabel: {
|
|
@@ -17458,20 +17464,20 @@ const f2 = /* @__PURE__ */ pe(Sb, [["render", Ob], ["__scopeId", "data-v-3540ef1
|
|
|
17458
17464
|
default: !1
|
|
17459
17465
|
}
|
|
17460
17466
|
}
|
|
17461
|
-
},
|
|
17462
|
-
function
|
|
17467
|
+
}, Ib = { class: "fusion-progress-stepper-item-label" };
|
|
17468
|
+
function Mb(e, t, a, r, n, o) {
|
|
17463
17469
|
return c(), m("div", {
|
|
17464
17470
|
class: z(["fusion-progress-stepper-item", [a.active ? "active" : "", a.completed ? "completed" : ""]])
|
|
17465
17471
|
}, [
|
|
17466
17472
|
t[0] || (t[0] = g("div", { class: "fusion-progress-stepper-item-track" }, null, -1)),
|
|
17467
17473
|
t[1] || (t[1] = g("div", { class: "fusion-progress-stepper-item-circle" }, null, -1)),
|
|
17468
|
-
g("span",
|
|
17474
|
+
g("span", Ib, te(a.stepLabel), 1)
|
|
17469
17475
|
], 2);
|
|
17470
17476
|
}
|
|
17471
|
-
const
|
|
17477
|
+
const Lb = /* @__PURE__ */ pe(Ub, [["render", Mb], ["__scopeId", "data-v-3c3c064c"]]), Vb = oe({
|
|
17472
17478
|
name: "FusionProgressStepper",
|
|
17473
17479
|
components: {
|
|
17474
|
-
FusionProgressStepperStep:
|
|
17480
|
+
FusionProgressStepperStep: Lb
|
|
17475
17481
|
},
|
|
17476
17482
|
props: {
|
|
17477
17483
|
steps: {
|
|
@@ -17490,14 +17496,14 @@ const Mb = /* @__PURE__ */ pe(xb, [["render", Ib], ["__scopeId", "data-v-3c3c064
|
|
|
17490
17496
|
return e < this.stepNumber - 1;
|
|
17491
17497
|
}
|
|
17492
17498
|
}
|
|
17493
|
-
}),
|
|
17499
|
+
}), Nb = {
|
|
17494
17500
|
class: "fusion-progress-stepper",
|
|
17495
17501
|
"data-test": "fusion-progress-stepper"
|
|
17496
|
-
},
|
|
17497
|
-
function
|
|
17502
|
+
}, Qb = { class: "fusion-progress-stepper-track" };
|
|
17503
|
+
function Rb(e, t, a, r, n, o) {
|
|
17498
17504
|
const i = ae("FusionProgressStepperStep");
|
|
17499
|
-
return c(), m("div",
|
|
17500
|
-
g("div",
|
|
17505
|
+
return c(), m("div", Nb, [
|
|
17506
|
+
g("div", Qb, [
|
|
17501
17507
|
(c(!0), m(De, null, He(e.steps, (s, l) => (c(), fe(i, {
|
|
17502
17508
|
key: `step-${s.position}`,
|
|
17503
17509
|
active: !e.isCompleted(l) && l <= e.stepNumber - 1,
|
|
@@ -17510,49 +17516,49 @@ function Qb(e, t, a, r, n, o) {
|
|
|
17510
17516
|
])
|
|
17511
17517
|
]);
|
|
17512
17518
|
}
|
|
17513
|
-
const
|
|
17519
|
+
const m2 = /* @__PURE__ */ pe(Vb, [["render", Rb], ["__scopeId", "data-v-aa45a399"]]);
|
|
17514
17520
|
export {
|
|
17515
|
-
|
|
17516
|
-
|
|
17521
|
+
u2 as FusionActionBar,
|
|
17522
|
+
$b as FusionBanner,
|
|
17517
17523
|
mo as FusionButton,
|
|
17518
|
-
|
|
17524
|
+
e2 as FusionCard,
|
|
17519
17525
|
rs as FusionCheckbox,
|
|
17520
|
-
|
|
17521
|
-
|
|
17522
|
-
|
|
17523
|
-
|
|
17524
|
-
|
|
17525
|
-
|
|
17526
|
-
|
|
17526
|
+
jb as FusionCheckboxGroup,
|
|
17527
|
+
F0 as FusionCircularProgressIndicator,
|
|
17528
|
+
N0 as FusionCircularProgressIndicatorLabel,
|
|
17529
|
+
H0 as FusionCircularProgressIndicatorLabelChecklist,
|
|
17530
|
+
f2 as FusionCircularProgressIndicatorLabelCollection,
|
|
17531
|
+
t2 as FusionContextMenu,
|
|
17532
|
+
Gb as FusionDatePicker,
|
|
17527
17533
|
Yo as FusionDivider,
|
|
17528
|
-
|
|
17529
|
-
|
|
17534
|
+
h2 as FusionFileUploaderButton,
|
|
17535
|
+
c2 as FusionFooterBar,
|
|
17530
17536
|
Sa as FusionIconButton,
|
|
17531
17537
|
Ao as FusionInput,
|
|
17532
|
-
|
|
17538
|
+
d2 as FusionKeyValuePair,
|
|
17533
17539
|
wo as FusionListBox,
|
|
17534
|
-
|
|
17540
|
+
o2 as FusionListItem,
|
|
17535
17541
|
ts as FusionLoadingSpinner,
|
|
17536
17542
|
us as FusionMenuItem,
|
|
17537
|
-
|
|
17538
|
-
|
|
17539
|
-
|
|
17540
|
-
|
|
17541
|
-
|
|
17542
|
-
|
|
17543
|
-
|
|
17544
|
-
|
|
17543
|
+
p2 as FusionModal,
|
|
17544
|
+
Zb as FusionMonthDatePicker,
|
|
17545
|
+
Kb as FusionNumericInputStepper,
|
|
17546
|
+
Jb as FusionPasswordInput,
|
|
17547
|
+
Yb as FusionPhoneInput,
|
|
17548
|
+
a2 as FusionPlatformBar,
|
|
17549
|
+
ub as FusionProgressBar,
|
|
17550
|
+
m2 as FusionProgressStepper,
|
|
17545
17551
|
Du as FusionRadio,
|
|
17546
|
-
|
|
17547
|
-
|
|
17548
|
-
|
|
17549
|
-
|
|
17550
|
-
|
|
17551
|
-
|
|
17552
|
-
|
|
17553
|
-
|
|
17554
|
-
|
|
17555
|
-
|
|
17556
|
-
|
|
17557
|
-
|
|
17552
|
+
Xb as FusionRadioGroup,
|
|
17553
|
+
_b as FusionRangeDatePicker,
|
|
17554
|
+
Wb as FusionSearchableInput,
|
|
17555
|
+
zb as FusionSelect,
|
|
17556
|
+
n2 as FusionSideNavigation,
|
|
17557
|
+
r2 as FusionSideNavigationItem,
|
|
17558
|
+
Yv as FusionTag,
|
|
17559
|
+
qv as FusionTextLink,
|
|
17560
|
+
Hb as FusionTextarea,
|
|
17561
|
+
s2 as FusionToastMessage,
|
|
17562
|
+
l2 as FusionToolBar,
|
|
17563
|
+
i2 as FusionWidget
|
|
17558
17564
|
};
|