@flux-ui/components 3.0.0-next.11 → 3.0.0-next.13
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/component/FluxDatePicker.vue.d.ts.map +1 -1
- package/dist/component/FluxTooltipProvider.vue.d.ts.map +1 -1
- package/dist/composable/index.d.ts +1 -0
- package/dist/composable/index.d.ts.map +1 -1
- package/dist/composable/useTooltipInjection.d.ts +2 -0
- package/dist/composable/useTooltipInjection.d.ts.map +1 -0
- package/dist/data/di.d.ts +4 -0
- package/dist/data/di.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +791 -779
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
- package/src/component/FluxDatePicker.vue +5 -1
- package/src/component/FluxTooltipProvider.vue +7 -3
- package/src/composable/index.ts +1 -0
- package/src/composable/useTooltipInjection.ts +8 -0
- package/src/css/component/Divider.module.scss +2 -2
- package/src/css/component/DropZone.module.scss +3 -2
- package/src/css/component/Icon.module.scss +1 -0
- package/src/css/component/Menu.module.scss +2 -2
- package/src/css/component/Pane.module.scss +2 -2
- package/src/css/component/Spinner.module.scss +1 -1
- package/src/css/component/Tab.module.scss +1 -1
- package/src/css/component/Table.module.scss +4 -4
- package/src/css/component/Tooltip.module.scss +1 -0
- package/src/css/variables.scss +73 -73
- package/src/data/di.ts +5 -0
- package/src/index.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref as P, onMounted as Ee, onUnmounted as Re, computed as L, reactive as Pa, inject as
|
|
1
|
+
import { ref as P, onMounted as Ee, onUnmounted as Re, computed as L, reactive as Pa, inject as Et, unref as t, useId as Bt, watch as z, getCurrentInstance as Ut, Fragment as H, watchEffect as Wt, onScopeDispose as ls, isRef as Ne, customRef as rs, defineComponent as y, createElementBlock as p, openBlock as c, normalizeStyle as Y, normalizeClass as d, renderList as q, toDisplayString as x, resolveComponent as us, createBlock as b, mergeProps as ye, withCtx as k, renderSlot as w, createElementVNode as D, toRef as me, createCommentVNode as B, shallowRef as cs, createSlots as ct, createVNode as v, useTemplateRef as te, provide as It, normalizeProps as ce, guardReactiveProps as de, withKeys as ds, withModifiers as en, resolveDynamicComponent as kn, useSlots as De, onBeforeUnmount as Va, Transition as Xe, h as Ye, cloneVNode as xa, mergeModels as ee, useModel as ae, nextTick as dn, Teleport as Oa, Comment as ms, isVNode as ps, createTextVNode as qn, withDirectives as An, vModelCheckbox as fs, onBeforeMount as hs, vModelText as Ra, TransitionGroup as za, onUpdated as gs } from "vue";
|
|
2
2
|
import { DateTime as Fe } from "luxon";
|
|
3
3
|
function Ha(n) {
|
|
4
4
|
var e, a, i = "";
|
|
@@ -20,7 +20,7 @@ const Vn = {
|
|
|
20
20
|
lg: 1024,
|
|
21
21
|
xl: 1280
|
|
22
22
|
};
|
|
23
|
-
function
|
|
23
|
+
function SA() {
|
|
24
24
|
const n = P(null), e = Object.fromEntries(
|
|
25
25
|
Object.keys(Vn).map((i) => [i, P(!1)])
|
|
26
26
|
), a = () => {
|
|
@@ -44,7 +44,7 @@ function BA() {
|
|
|
44
44
|
...e
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
|
-
const Na = Symbol(), Ga = Symbol(), Ua = Symbol(), Wa = Symbol(), ja = Symbol(), _a = Symbol();
|
|
47
|
+
const Na = Symbol(), Ga = Symbol(), Ua = Symbol(), Wa = Symbol(), ja = Symbol(), _a = Symbol(), qa = Symbol();
|
|
48
48
|
function sa(n) {
|
|
49
49
|
return "title" in n;
|
|
50
50
|
}
|
|
@@ -109,14 +109,14 @@ const ba = {
|
|
|
109
109
|
"flux.timezoneIndian": "Indian",
|
|
110
110
|
"flux.timezonePacific": "Pacific"
|
|
111
111
|
};
|
|
112
|
-
let
|
|
113
|
-
function
|
|
114
|
-
|
|
112
|
+
let Ka = {};
|
|
113
|
+
function EA(n) {
|
|
114
|
+
Ka = Object.keys(n).reduce((e, a) => {
|
|
115
115
|
const { icon: i, iconName: s } = n[a];
|
|
116
116
|
return e[s] = i, Array.isArray(i[2]) && i[2].forEach((o) => e[o] = i), e;
|
|
117
117
|
}, {});
|
|
118
118
|
}
|
|
119
|
-
const
|
|
119
|
+
const bs = 6e3, le = Pa({
|
|
120
120
|
dialogCount: 0,
|
|
121
121
|
alerts: [],
|
|
122
122
|
confirms: [],
|
|
@@ -124,22 +124,22 @@ const gs = 6e3, le = Pa({
|
|
|
124
124
|
snackbars: [],
|
|
125
125
|
tooltips: []
|
|
126
126
|
});
|
|
127
|
-
let Fn = 0,
|
|
128
|
-
function
|
|
127
|
+
let Fn = 0, vs = 0;
|
|
128
|
+
function Ya(n) {
|
|
129
129
|
const e = ++Fn;
|
|
130
130
|
return le.alerts.push({
|
|
131
131
|
id: e,
|
|
132
132
|
...n
|
|
133
133
|
}), e;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function Za(n) {
|
|
136
136
|
const e = ++Fn;
|
|
137
137
|
return le.confirms.push({
|
|
138
138
|
id: e,
|
|
139
139
|
...n
|
|
140
140
|
}), e;
|
|
141
141
|
}
|
|
142
|
-
function
|
|
142
|
+
function Qa(n) {
|
|
143
143
|
const e = ++Fn;
|
|
144
144
|
return le.prompts.push({
|
|
145
145
|
id: e,
|
|
@@ -154,16 +154,16 @@ function oa(n) {
|
|
|
154
154
|
}), e;
|
|
155
155
|
}
|
|
156
156
|
function $n(n) {
|
|
157
|
-
const e = ++
|
|
157
|
+
const e = ++vs;
|
|
158
158
|
return le.tooltips.push({
|
|
159
159
|
id: e,
|
|
160
160
|
...n
|
|
161
161
|
}), e;
|
|
162
162
|
}
|
|
163
|
-
function
|
|
163
|
+
function Xa() {
|
|
164
164
|
return ++le.dialogCount, () => --le.dialogCount;
|
|
165
165
|
}
|
|
166
|
-
function
|
|
166
|
+
function Ja(n) {
|
|
167
167
|
const e = le.alerts.findIndex((a) => a.id === n);
|
|
168
168
|
le.alerts.splice(e, 1);
|
|
169
169
|
}
|
|
@@ -183,7 +183,7 @@ function Cn(n) {
|
|
|
183
183
|
const e = le.tooltips.findIndex((a) => a.id === n);
|
|
184
184
|
le.tooltips.splice(e, 1);
|
|
185
185
|
}
|
|
186
|
-
function
|
|
186
|
+
function ei(n, e) {
|
|
187
187
|
const a = le.snackbars.findIndex((i) => i.id === n);
|
|
188
188
|
Object.assign(le.snackbars[a], e);
|
|
189
189
|
}
|
|
@@ -191,19 +191,19 @@ function la(n, e) {
|
|
|
191
191
|
const a = le.tooltips.findIndex((i) => i.id === n);
|
|
192
192
|
Object.assign(le.tooltips[a], e);
|
|
193
193
|
}
|
|
194
|
-
async function
|
|
194
|
+
async function ys(n) {
|
|
195
195
|
return new Promise((e) => {
|
|
196
|
-
const a =
|
|
196
|
+
const a = Ya({
|
|
197
197
|
...n,
|
|
198
198
|
onClose() {
|
|
199
|
-
e(),
|
|
199
|
+
e(), Ja(a);
|
|
200
200
|
}
|
|
201
201
|
});
|
|
202
202
|
});
|
|
203
203
|
}
|
|
204
|
-
async function
|
|
204
|
+
async function ks(n) {
|
|
205
205
|
return new Promise((e) => {
|
|
206
|
-
const a =
|
|
206
|
+
const a = Za({
|
|
207
207
|
...n,
|
|
208
208
|
onCancel() {
|
|
209
209
|
e(!1), Yn(a);
|
|
@@ -214,9 +214,9 @@ async function ys(n) {
|
|
|
214
214
|
});
|
|
215
215
|
});
|
|
216
216
|
}
|
|
217
|
-
async function
|
|
217
|
+
async function ti(n) {
|
|
218
218
|
return new Promise((e) => {
|
|
219
|
-
const a =
|
|
219
|
+
const a = Qa({
|
|
220
220
|
...n,
|
|
221
221
|
onCancel() {
|
|
222
222
|
e(!1), Zn(a);
|
|
@@ -229,7 +229,7 @@ async function ei(n) {
|
|
|
229
229
|
}
|
|
230
230
|
async function va({ duration: n, ...e }) {
|
|
231
231
|
const a = oa(e);
|
|
232
|
-
await new Promise((i) => setTimeout(() => requestAnimationFrame(i), n ??
|
|
232
|
+
await new Promise((i) => setTimeout(() => requestAnimationFrame(i), n ?? bs)), bn(a);
|
|
233
233
|
}
|
|
234
234
|
function wn() {
|
|
235
235
|
const n = L(() => le.dialogCount > 0), e = L(() => le.tooltips[le.tooltips.length - 1] || null);
|
|
@@ -237,38 +237,38 @@ function wn() {
|
|
|
237
237
|
...le,
|
|
238
238
|
inertMain: n,
|
|
239
239
|
tooltip: e,
|
|
240
|
-
addAlert:
|
|
241
|
-
addConfirm:
|
|
242
|
-
addPrompt:
|
|
240
|
+
addAlert: Ya,
|
|
241
|
+
addConfirm: Za,
|
|
242
|
+
addPrompt: Qa,
|
|
243
243
|
addSnackbar: oa,
|
|
244
244
|
addTooltip: $n,
|
|
245
|
-
registerDialog:
|
|
246
|
-
removeAlert:
|
|
245
|
+
registerDialog: Xa,
|
|
246
|
+
removeAlert: Ja,
|
|
247
247
|
removeConfirm: Yn,
|
|
248
248
|
removePrompt: Zn,
|
|
249
249
|
removeSnackbar: bn,
|
|
250
250
|
removeTooltip: Cn,
|
|
251
|
-
showAlert:
|
|
252
|
-
showConfirm:
|
|
253
|
-
showPrompt:
|
|
251
|
+
showAlert: ys,
|
|
252
|
+
showConfirm: ks,
|
|
253
|
+
showPrompt: ti,
|
|
254
254
|
showSnackbar: va,
|
|
255
|
-
updateSnackbar:
|
|
255
|
+
updateSnackbar: ei,
|
|
256
256
|
updateTooltip: la,
|
|
257
|
-
showSnackbarSync:
|
|
257
|
+
showSnackbarSync: As(va)
|
|
258
258
|
};
|
|
259
259
|
}
|
|
260
|
-
function
|
|
260
|
+
function As(n) {
|
|
261
261
|
return (...e) => n(...e);
|
|
262
262
|
}
|
|
263
|
-
function
|
|
263
|
+
function Nt(n) {
|
|
264
264
|
return typeof n == "string" || n instanceof String;
|
|
265
265
|
}
|
|
266
266
|
function ya(n) {
|
|
267
267
|
var e;
|
|
268
268
|
return typeof n == "object" && n != null && (n == null || (e = n.constructor) == null ? void 0 : e.name) === "Object";
|
|
269
269
|
}
|
|
270
|
-
function
|
|
271
|
-
return Array.isArray(e) ?
|
|
270
|
+
function ni(n, e) {
|
|
271
|
+
return Array.isArray(e) ? ni(n, (a, i) => e.includes(i)) : Object.entries(n).reduce((a, i) => {
|
|
272
272
|
let [s, o] = i;
|
|
273
273
|
return e(o, s) && (a[s] = o), a;
|
|
274
274
|
}, {});
|
|
@@ -280,7 +280,7 @@ const W = {
|
|
|
280
280
|
RIGHT: "RIGHT",
|
|
281
281
|
FORCE_RIGHT: "FORCE_RIGHT"
|
|
282
282
|
};
|
|
283
|
-
function
|
|
283
|
+
function Fs(n) {
|
|
284
284
|
switch (n) {
|
|
285
285
|
case W.LEFT:
|
|
286
286
|
return W.FORCE_LEFT;
|
|
@@ -315,7 +315,7 @@ function Qn(n, e) {
|
|
|
315
315
|
return e.toString() === n.toString();
|
|
316
316
|
return !1;
|
|
317
317
|
}
|
|
318
|
-
class
|
|
318
|
+
class $s {
|
|
319
319
|
/** Current input value */
|
|
320
320
|
/** Current cursor position */
|
|
321
321
|
/** Old input value */
|
|
@@ -365,9 +365,9 @@ class Fs {
|
|
|
365
365
|
function J(n, e) {
|
|
366
366
|
return new J.InputMask(n, e);
|
|
367
367
|
}
|
|
368
|
-
function
|
|
368
|
+
function ai(n) {
|
|
369
369
|
if (n == null) throw new Error("mask property should be defined");
|
|
370
|
-
return n instanceof RegExp ? J.MaskedRegExp :
|
|
370
|
+
return n instanceof RegExp ? J.MaskedRegExp : Nt(n) ? J.MaskedPattern : n === Date ? J.MaskedDate : n === Number ? J.MaskedNumber : Array.isArray(n) || n === Array ? J.MaskedDynamic : J.Masked && n.prototype instanceof J.Masked ? n : J.Masked && n instanceof J.Masked ? n.constructor : n instanceof Function ? J.MaskedFunction : (console.warn("Mask not found for mask", n), J.Masked);
|
|
371
371
|
}
|
|
372
372
|
function Xn(n) {
|
|
373
373
|
if (!n) throw new Error("Options in not defined");
|
|
@@ -384,7 +384,7 @@ function Xn(n) {
|
|
|
384
384
|
if (e) {
|
|
385
385
|
const i = e.mask;
|
|
386
386
|
return {
|
|
387
|
-
...
|
|
387
|
+
...ni(e, (s, o) => !o.startsWith("_")),
|
|
388
388
|
mask: e.constructor,
|
|
389
389
|
_mask: i,
|
|
390
390
|
...a
|
|
@@ -399,7 +399,7 @@ function Xn(n) {
|
|
|
399
399
|
}
|
|
400
400
|
function Qt(n) {
|
|
401
401
|
if (J.Masked && n instanceof J.Masked) return n;
|
|
402
|
-
const e = Xn(n), a =
|
|
402
|
+
const e = Xn(n), a = ai(e.mask);
|
|
403
403
|
if (!a) throw new Error("Masked class is not found for provided mask " + e.mask + ", appropriate module needs to be imported manually before creating mask.");
|
|
404
404
|
return e.mask === a && delete e.mask, e._mask && (e.mask = e._mask, delete e._mask), new a(e);
|
|
405
405
|
}
|
|
@@ -443,7 +443,7 @@ class ra {
|
|
|
443
443
|
/** */
|
|
444
444
|
}
|
|
445
445
|
J.MaskElement = ra;
|
|
446
|
-
const ka = 90,
|
|
446
|
+
const ka = 90, Cs = 89;
|
|
447
447
|
class Bn extends ra {
|
|
448
448
|
/** HTMLElement to use mask on */
|
|
449
449
|
constructor(e) {
|
|
@@ -462,7 +462,7 @@ class Bn extends ra {
|
|
|
462
462
|
this.input.addEventListener("keydown", this._onKeydown), this.input.addEventListener("input", this._onInput), this.input.addEventListener("beforeinput", this._onBeforeinput), this.input.addEventListener("compositionend", this._onCompositionEnd), this.input.addEventListener("drop", e.drop), this.input.addEventListener("click", e.click), this.input.addEventListener("focus", e.focus), this.input.addEventListener("blur", e.commit), this._handlers = e;
|
|
463
463
|
}
|
|
464
464
|
_onKeydown(e) {
|
|
465
|
-
if (this._handlers.redo && (e.keyCode === ka && e.shiftKey && (e.metaKey || e.ctrlKey) || e.keyCode ===
|
|
465
|
+
if (this._handlers.redo && (e.keyCode === ka && e.shiftKey && (e.metaKey || e.ctrlKey) || e.keyCode === Cs && e.ctrlKey))
|
|
466
466
|
return e.preventDefault(), this._handlers.redo(e);
|
|
467
467
|
if (this._handlers.undo && e.keyCode === ka && (e.metaKey || e.ctrlKey))
|
|
468
468
|
return e.preventDefault(), this._handlers.undo(e);
|
|
@@ -486,7 +486,7 @@ class Bn extends ra {
|
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
488
|
J.HTMLMaskElement = Bn;
|
|
489
|
-
class
|
|
489
|
+
class ws extends Bn {
|
|
490
490
|
/** InputElement to use mask on */
|
|
491
491
|
constructor(e) {
|
|
492
492
|
super(e), this.input = e;
|
|
@@ -511,7 +511,7 @@ class Cs extends Bn {
|
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
J.HTMLMaskElement = Bn;
|
|
514
|
-
class
|
|
514
|
+
class ii extends Bn {
|
|
515
515
|
/** Returns HTMLElement selection start */
|
|
516
516
|
get _unsafeSelectionStart() {
|
|
517
517
|
const e = this.rootElement, a = e.getSelection && e.getSelection(), i = a && a.anchorOffset, s = a && a.focusOffset;
|
|
@@ -538,7 +538,7 @@ class ai extends Bn {
|
|
|
538
538
|
this.input.textContent = e;
|
|
539
539
|
}
|
|
540
540
|
}
|
|
541
|
-
J.HTMLContenteditableMaskElement =
|
|
541
|
+
J.HTMLContenteditableMaskElement = ii;
|
|
542
542
|
class Sn {
|
|
543
543
|
constructor() {
|
|
544
544
|
this.states = [], this.currentIndex = 0;
|
|
@@ -566,13 +566,13 @@ class Sn {
|
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
Sn.MAX_LENGTH = 100;
|
|
569
|
-
class
|
|
569
|
+
class Bs {
|
|
570
570
|
/**
|
|
571
571
|
View element
|
|
572
572
|
*/
|
|
573
573
|
/** Internal {@link Masked} model */
|
|
574
574
|
constructor(e, a) {
|
|
575
|
-
this.el = e instanceof ra ? e : e.isContentEditable && e.tagName !== "INPUT" && e.tagName !== "TEXTAREA" ? new
|
|
575
|
+
this.el = e instanceof ra ? e : e.isContentEditable && e.tagName !== "INPUT" && e.tagName !== "TEXTAREA" ? new ii(e) : new ws(e), this.masked = Qt(a), this._listeners = {}, this._value = "", this._unmaskedValue = "", this._rawInputValue = "", this.history = new Sn(), this._saveSelection = this._saveSelection.bind(this), this._onInput = this._onInput.bind(this), this._onChange = this._onChange.bind(this), this._onDrop = this._onDrop.bind(this), this._onFocus = this._onFocus.bind(this), this._onClick = this._onClick.bind(this), this._onUndo = this._onUndo.bind(this), this._onRedo = this._onRedo.bind(this), this.alignCursor = this.alignCursor.bind(this), this.alignCursorFriendly = this.alignCursorFriendly.bind(this), this._bindEvents(), this.updateValue(), this._onChange();
|
|
576
576
|
}
|
|
577
577
|
maskEquals(e) {
|
|
578
578
|
var a;
|
|
@@ -584,7 +584,7 @@ class ws {
|
|
|
584
584
|
}
|
|
585
585
|
set mask(e) {
|
|
586
586
|
if (this.maskEquals(e)) return;
|
|
587
|
-
if (!(e instanceof J.Masked) && this.masked.constructor ===
|
|
587
|
+
if (!(e instanceof J.Masked) && this.masked.constructor === ai(e)) {
|
|
588
588
|
this.masked.updateOptions({
|
|
589
589
|
mask: e
|
|
590
590
|
});
|
|
@@ -731,7 +731,7 @@ class ws {
|
|
|
731
731
|
/** Handles view input event */
|
|
732
732
|
_onInput(e) {
|
|
733
733
|
this._inputEvent = e, this._abortUpdateCursor();
|
|
734
|
-
const a = new
|
|
734
|
+
const a = new $s({
|
|
735
735
|
// new state
|
|
736
736
|
value: this.el.value,
|
|
737
737
|
cursorPos: this.cursorPos,
|
|
@@ -775,7 +775,7 @@ class ws {
|
|
|
775
775
|
this._unbindEvents(), this._listeners.length = 0, delete this.el;
|
|
776
776
|
}
|
|
777
777
|
}
|
|
778
|
-
J.InputMask =
|
|
778
|
+
J.InputMask = Bs;
|
|
779
779
|
class ie {
|
|
780
780
|
/** Inserted symbols */
|
|
781
781
|
/** Additional offset if any changes occurred before tail */
|
|
@@ -952,7 +952,7 @@ class Ze {
|
|
|
952
952
|
}
|
|
953
953
|
/** Appends tail */
|
|
954
954
|
appendTail(e) {
|
|
955
|
-
return
|
|
955
|
+
return Nt(e) && (e = new et(String(e))), e.appendTo(this);
|
|
956
956
|
}
|
|
957
957
|
/** Appends char */
|
|
958
958
|
_appendCharRaw(e, a) {
|
|
@@ -1005,8 +1005,8 @@ class Ze {
|
|
|
1005
1005
|
}
|
|
1006
1006
|
/** Appends symbols considering flags */
|
|
1007
1007
|
append(e, a, i) {
|
|
1008
|
-
if (!
|
|
1009
|
-
const s =
|
|
1008
|
+
if (!Nt(e)) throw new Error("value should be string");
|
|
1009
|
+
const s = Nt(i) ? new et(String(i)) : i;
|
|
1010
1010
|
a != null && a.tail && (a._beforeTailState = this.state);
|
|
1011
1011
|
let o;
|
|
1012
1012
|
[e, o] = this.doPrepare(e, a);
|
|
@@ -1058,7 +1058,7 @@ class Ze {
|
|
|
1058
1058
|
});
|
|
1059
1059
|
const l = e + a, r = this.extractTail(l), u = this.eager === !0 || this.eager === "remove";
|
|
1060
1060
|
let m;
|
|
1061
|
-
u && (s =
|
|
1061
|
+
u && (s = Fs(s), m = this.extractInput(0, l, {
|
|
1062
1062
|
raw: !0
|
|
1063
1063
|
}));
|
|
1064
1064
|
let f = e;
|
|
@@ -1102,7 +1102,7 @@ class At {
|
|
|
1102
1102
|
}
|
|
1103
1103
|
extend(e) {
|
|
1104
1104
|
if (!String(e)) return;
|
|
1105
|
-
e =
|
|
1105
|
+
e = Nt(e) ? new et(String(e)) : e;
|
|
1106
1106
|
const a = this.chunks[this.chunks.length - 1], i = a && // if stops are same or tail has no stop
|
|
1107
1107
|
(a.stop === e.stop || e.stop == null) && // if tail chunk goes just after last chunk
|
|
1108
1108
|
e.from === a.from + a.toString().length;
|
|
@@ -1188,7 +1188,7 @@ class At {
|
|
|
1188
1188
|
return "";
|
|
1189
1189
|
}
|
|
1190
1190
|
}
|
|
1191
|
-
class
|
|
1191
|
+
class Ss {
|
|
1192
1192
|
constructor(e, a) {
|
|
1193
1193
|
this.masked = e, this._log = [];
|
|
1194
1194
|
const {
|
|
@@ -1284,7 +1284,7 @@ class Bs {
|
|
|
1284
1284
|
});
|
|
1285
1285
|
}
|
|
1286
1286
|
}
|
|
1287
|
-
class
|
|
1287
|
+
class si {
|
|
1288
1288
|
/** */
|
|
1289
1289
|
/** */
|
|
1290
1290
|
/** */
|
|
@@ -1359,7 +1359,7 @@ class ii {
|
|
|
1359
1359
|
return new et("");
|
|
1360
1360
|
}
|
|
1361
1361
|
appendTail(e) {
|
|
1362
|
-
return
|
|
1362
|
+
return Nt(e) && (e = new et(String(e))), e.appendTo(this);
|
|
1363
1363
|
}
|
|
1364
1364
|
append(e, a, i) {
|
|
1365
1365
|
const s = this._appendChar(e[0], a);
|
|
@@ -1507,7 +1507,7 @@ vn.DEFAULT_DEFINITIONS = {
|
|
|
1507
1507
|
// http://stackoverflow.com/a/22075070
|
|
1508
1508
|
"*": /./
|
|
1509
1509
|
};
|
|
1510
|
-
class
|
|
1510
|
+
class Es extends Ze {
|
|
1511
1511
|
/** */
|
|
1512
1512
|
/** Enable characters overwriting */
|
|
1513
1513
|
/** */
|
|
@@ -1521,7 +1521,7 @@ class Ss extends Ze {
|
|
|
1521
1521
|
a && (e.validate = (i) => i.search(a) >= 0), super._update(e);
|
|
1522
1522
|
}
|
|
1523
1523
|
}
|
|
1524
|
-
J.MaskedRegExp =
|
|
1524
|
+
J.MaskedRegExp = Es;
|
|
1525
1525
|
class Qe extends Ze {
|
|
1526
1526
|
/** */
|
|
1527
1527
|
/** */
|
|
@@ -1604,7 +1604,7 @@ class Qe extends Ze {
|
|
|
1604
1604
|
displayChar: this.displayChar,
|
|
1605
1605
|
...Xn(e[l]),
|
|
1606
1606
|
parent: this
|
|
1607
|
-
}) : new
|
|
1607
|
+
}) : new si({
|
|
1608
1608
|
char: l,
|
|
1609
1609
|
eager: this.eager,
|
|
1610
1610
|
isUnmasking: i
|
|
@@ -1784,7 +1784,7 @@ class Qe extends Ze {
|
|
|
1784
1784
|
}
|
|
1785
1785
|
nearestInputPos(e, a) {
|
|
1786
1786
|
if (a === void 0 && (a = W.NONE), !this._blocks.length) return 0;
|
|
1787
|
-
const i = new
|
|
1787
|
+
const i = new Ss(this, e);
|
|
1788
1788
|
if (a === W.NONE)
|
|
1789
1789
|
return i.pushRightBeforeInput() || (i.popState(), i.pushLeftBeforeInput()) ? i.pos : this.displayValue.length;
|
|
1790
1790
|
if (a === W.LEFT || a === W.FORCE_LEFT) {
|
|
@@ -1829,9 +1829,9 @@ Qe.DEFAULTS = {
|
|
|
1829
1829
|
Qe.STOP_CHAR = "`";
|
|
1830
1830
|
Qe.ESCAPE_CHAR = "\\";
|
|
1831
1831
|
Qe.InputDefinition = vn;
|
|
1832
|
-
Qe.FixedDefinition =
|
|
1832
|
+
Qe.FixedDefinition = si;
|
|
1833
1833
|
J.MaskedPattern = Qe;
|
|
1834
|
-
function
|
|
1834
|
+
function Is(n) {
|
|
1835
1835
|
return J(n, {
|
|
1836
1836
|
definitions: {
|
|
1837
1837
|
"#": /[A-Z0-9]/
|
|
@@ -1840,7 +1840,7 @@ function Es(n) {
|
|
|
1840
1840
|
prepareChar: (e) => e.toUpperCase()
|
|
1841
1841
|
});
|
|
1842
1842
|
}
|
|
1843
|
-
function
|
|
1843
|
+
function Ts(n) {
|
|
1844
1844
|
return J(n, {
|
|
1845
1845
|
definitions: {
|
|
1846
1846
|
"#": /[A-Z0-9]/
|
|
@@ -1849,7 +1849,7 @@ function Is(n) {
|
|
|
1849
1849
|
prepareChar: (e) => e.toUpperCase()
|
|
1850
1850
|
});
|
|
1851
1851
|
}
|
|
1852
|
-
function
|
|
1852
|
+
function Ls(n) {
|
|
1853
1853
|
return J(n, {
|
|
1854
1854
|
definitions: {
|
|
1855
1855
|
"#": /[A-Z0-9]/
|
|
@@ -1858,21 +1858,21 @@ function Ts(n) {
|
|
|
1858
1858
|
prepareChar: (e) => e.toUpperCase()
|
|
1859
1859
|
});
|
|
1860
1860
|
}
|
|
1861
|
-
const
|
|
1861
|
+
const Ds = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1862
1862
|
__proto__: null,
|
|
1863
|
-
bic:
|
|
1864
|
-
iban:
|
|
1865
|
-
vat:
|
|
1863
|
+
bic: Is,
|
|
1864
|
+
iban: Ts,
|
|
1865
|
+
vat: Ls
|
|
1866
1866
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1867
|
-
function
|
|
1868
|
-
return
|
|
1867
|
+
function Ms() {
|
|
1868
|
+
return Et(Na, P(!1));
|
|
1869
1869
|
}
|
|
1870
1870
|
function be(n) {
|
|
1871
|
-
const e =
|
|
1871
|
+
const e = Ms();
|
|
1872
1872
|
return L(() => t(n) || t(e));
|
|
1873
1873
|
}
|
|
1874
|
-
function
|
|
1875
|
-
return
|
|
1874
|
+
function Ps() {
|
|
1875
|
+
return Et(Ga, {
|
|
1876
1876
|
closeAll: () => {
|
|
1877
1877
|
},
|
|
1878
1878
|
register: () => {
|
|
@@ -1881,8 +1881,8 @@ function Ms() {
|
|
|
1881
1881
|
}
|
|
1882
1882
|
});
|
|
1883
1883
|
}
|
|
1884
|
-
function
|
|
1885
|
-
return
|
|
1884
|
+
function Tt() {
|
|
1885
|
+
return Et(Wa, {
|
|
1886
1886
|
// note(Bas): The default value is never used, but required by
|
|
1887
1887
|
// Vue, so that explains the empty getter and function below.
|
|
1888
1888
|
state: P({
|
|
@@ -1903,26 +1903,32 @@ function Et() {
|
|
|
1903
1903
|
}
|
|
1904
1904
|
});
|
|
1905
1905
|
}
|
|
1906
|
-
function
|
|
1907
|
-
return
|
|
1906
|
+
function IA() {
|
|
1907
|
+
return Et(Ua, {
|
|
1908
1908
|
isClosing: P(!1),
|
|
1909
1909
|
isOpen: P(!1),
|
|
1910
1910
|
isOpening: P(!1)
|
|
1911
1911
|
});
|
|
1912
1912
|
}
|
|
1913
1913
|
function jt() {
|
|
1914
|
-
return
|
|
1914
|
+
return Et(ja, {
|
|
1915
1915
|
id: Bt()
|
|
1916
1916
|
});
|
|
1917
1917
|
}
|
|
1918
|
-
function
|
|
1919
|
-
return
|
|
1918
|
+
function oi() {
|
|
1919
|
+
return Et(_a, {
|
|
1920
1920
|
isBordered: !1,
|
|
1921
1921
|
isHoverable: !1,
|
|
1922
1922
|
isSeparated: !1,
|
|
1923
1923
|
isStriped: !1
|
|
1924
1924
|
});
|
|
1925
1925
|
}
|
|
1926
|
+
function TA() {
|
|
1927
|
+
return Et(qa, {
|
|
1928
|
+
calculate: () => {
|
|
1929
|
+
}
|
|
1930
|
+
});
|
|
1931
|
+
}
|
|
1926
1932
|
function lt(n, e) {
|
|
1927
1933
|
return Math.round(n / e) * e;
|
|
1928
1934
|
}
|
|
@@ -1935,7 +1941,7 @@ function Jn(n) {
|
|
|
1935
1941
|
function Xt(n, e = 0) {
|
|
1936
1942
|
return new Intl.NumberFormat(navigator.language, { maximumFractionDigits: e, minimumFractionDigits: e }).format(n);
|
|
1937
1943
|
}
|
|
1938
|
-
function
|
|
1944
|
+
function Vs(n) {
|
|
1939
1945
|
return new Intl.NumberFormat(navigator.language, { maximumFractionDigits: 1, minimumFractionDigits: 0, style: "percent" }).format(n);
|
|
1940
1946
|
}
|
|
1941
1947
|
function Aa(n, e, a = 5, i) {
|
|
@@ -1952,14 +1958,14 @@ function Aa(n, e, a = 5, i) {
|
|
|
1952
1958
|
for (let g = 0; g < l; g += m) f.push(g + n);
|
|
1953
1959
|
return f;
|
|
1954
1960
|
}
|
|
1955
|
-
function
|
|
1961
|
+
function li(n) {
|
|
1956
1962
|
let e = parseInt(n.startsWith("#") ? n.substring(1) : n, 16);
|
|
1957
1963
|
return [e >> 16 & 255, e >> 8 & 255, e & 255];
|
|
1958
1964
|
}
|
|
1959
1965
|
function xn(n, e, a) {
|
|
1960
1966
|
return a < 0 && (a += 1), a > 1 && (a -= 1), a < 0.16666666666666666 ? n + (e - n) * 6 * a : a < 0.5 ? e : a < 0.6666666666666666 ? n + (e - n) * (0.6666666666666666 - a) * 6 : n;
|
|
1961
1967
|
}
|
|
1962
|
-
function
|
|
1968
|
+
function ri(n, e, a) {
|
|
1963
1969
|
let i, s, o;
|
|
1964
1970
|
if (n /= 360, e /= 100, a /= 100, e === 0) i = s = o = a;
|
|
1965
1971
|
else {
|
|
@@ -1974,7 +1980,7 @@ function vt(n, e, a) {
|
|
|
1974
1980
|
return s === i ? l = 0 : (s === n ? l = (e - a) / o + (e < a ? 6 : 0) : s === e ? l = (a - n) / o + 2 : l = (n - e) / o + 4, l /= 6), [l, r, u];
|
|
1975
1981
|
}
|
|
1976
1982
|
function On(n, e, a) {
|
|
1977
|
-
return vt(...
|
|
1983
|
+
return vt(...ri(n, e, a));
|
|
1978
1984
|
}
|
|
1979
1985
|
function Je(n, e, a) {
|
|
1980
1986
|
let i = 0, s = 0, o = 0, l = Math.floor(n * 6), r = n * 6 - l, u = a * (1 - e), m = a * (1 - r * e), f = a * (1 - (1 - r) * e);
|
|
@@ -2000,18 +2006,18 @@ function Je(n, e, a) {
|
|
|
2000
2006
|
}
|
|
2001
2007
|
return i = Math.round(i * 255), s = Math.round(s * 255), o = Math.round(o * 255), [i, s, o];
|
|
2002
2008
|
}
|
|
2003
|
-
function
|
|
2009
|
+
function ui(n, e, a) {
|
|
2004
2010
|
n /= 255, e /= 255, a /= 255;
|
|
2005
2011
|
let i = Math.min(n, e, a), s = Math.max(n, e, a), o = s - i, l, r, u;
|
|
2006
2012
|
return o === 0 ? l = 0 : s === n ? l = (e - a) / o % 6 : s === e ? l = (a - n) / o + 2 : l = (n - e) / o + 4, l = Math.round(l * 60), l < 0 && (l += 360), u = (s + i) / 2, r = o === 0 ? 0 : o / (1 - Math.abs(2 * u - 1)), r = +(r * 100).toFixed(1), u = +(u * 100).toFixed(1), [l, r, u];
|
|
2007
2013
|
}
|
|
2008
2014
|
function Rn(n, e, a) {
|
|
2009
|
-
return
|
|
2015
|
+
return ui(...Je(n, e, a));
|
|
2010
2016
|
}
|
|
2011
2017
|
function Ue(n) {
|
|
2012
2018
|
return globalThis.document ? n instanceof HTMLElement : !1;
|
|
2013
2019
|
}
|
|
2014
|
-
function
|
|
2020
|
+
function ci(n) {
|
|
2015
2021
|
let e = new Uint32Array(1);
|
|
2016
2022
|
e[0] = n;
|
|
2017
2023
|
function a() {
|
|
@@ -2022,107 +2028,107 @@ function ui(n) {
|
|
|
2022
2028
|
return a() * (l - o) + o;
|
|
2023
2029
|
}
|
|
2024
2030
|
function s() {
|
|
2025
|
-
return
|
|
2031
|
+
return ci(a() * 4294967296);
|
|
2026
2032
|
}
|
|
2027
2033
|
return { fork: s, next: a, nextBetween: i };
|
|
2028
2034
|
}
|
|
2029
|
-
var
|
|
2030
|
-
function
|
|
2035
|
+
var di = ci;
|
|
2036
|
+
function xs(n, e, a) {
|
|
2031
2037
|
let i = n.toString(16).padStart(2, "0"), s = e.toString(16).padStart(2, "0"), o = a.toString(16).padStart(2, "0");
|
|
2032
2038
|
return `#${i}${s}${o}`;
|
|
2033
2039
|
}
|
|
2034
|
-
var
|
|
2035
|
-
function
|
|
2036
|
-
var e =
|
|
2040
|
+
var Os = typeof global == "object" && global && global.Object === Object && global, Rs = typeof self == "object" && self && self.Object === Object && self, zs = Os || Rs || Function("return this")(), Gt = zs.Symbol, mi = Object.prototype, Hs = mi.hasOwnProperty, Ns = mi.toString, Kt = Gt ? Gt.toStringTag : void 0;
|
|
2041
|
+
function Gs(n) {
|
|
2042
|
+
var e = Hs.call(n, Kt), a = n[Kt];
|
|
2037
2043
|
try {
|
|
2038
2044
|
n[Kt] = void 0;
|
|
2039
2045
|
var i = !0;
|
|
2040
2046
|
} catch {
|
|
2041
2047
|
}
|
|
2042
|
-
var s =
|
|
2048
|
+
var s = Ns.call(n);
|
|
2043
2049
|
return i && (e ? n[Kt] = a : delete n[Kt]), s;
|
|
2044
2050
|
}
|
|
2045
|
-
var
|
|
2046
|
-
function
|
|
2047
|
-
return
|
|
2048
|
-
}
|
|
2049
|
-
var js = "[object Null]", _s = "[object Undefined]", Fa = Ht ? Ht.toStringTag : void 0;
|
|
2050
|
-
function qs(n) {
|
|
2051
|
-
return n == null ? n === void 0 ? _s : js : Fa && Fa in Object(n) ? Ns(n) : Ws(n);
|
|
2051
|
+
var Us = Object.prototype, Ws = Us.toString;
|
|
2052
|
+
function js(n) {
|
|
2053
|
+
return Ws.call(n);
|
|
2052
2054
|
}
|
|
2055
|
+
var _s = "[object Null]", qs = "[object Undefined]", Fa = Gt ? Gt.toStringTag : void 0;
|
|
2053
2056
|
function Ks(n) {
|
|
2057
|
+
return n == null ? n === void 0 ? qs : _s : Fa && Fa in Object(n) ? Gs(n) : js(n);
|
|
2058
|
+
}
|
|
2059
|
+
function Ys(n) {
|
|
2054
2060
|
return n != null && typeof n == "object";
|
|
2055
2061
|
}
|
|
2056
|
-
var
|
|
2057
|
-
function
|
|
2058
|
-
return typeof n == "symbol" ||
|
|
2062
|
+
var Zs = "[object Symbol]";
|
|
2063
|
+
function Qs(n) {
|
|
2064
|
+
return typeof n == "symbol" || Ys(n) && Ks(n) == Zs;
|
|
2059
2065
|
}
|
|
2060
|
-
function
|
|
2066
|
+
function Xs(n, e) {
|
|
2061
2067
|
for (var a = -1, i = n == null ? 0 : n.length, s = Array(i); ++a < i; )
|
|
2062
2068
|
s[a] = e(n[a], a, n);
|
|
2063
2069
|
return s;
|
|
2064
2070
|
}
|
|
2065
|
-
var
|
|
2066
|
-
function
|
|
2071
|
+
var Js = Array.isArray, $a = Gt ? Gt.prototype : void 0, Ca = $a ? $a.toString : void 0;
|
|
2072
|
+
function pi(n) {
|
|
2067
2073
|
if (typeof n == "string")
|
|
2068
2074
|
return n;
|
|
2069
|
-
if (
|
|
2070
|
-
return
|
|
2071
|
-
if (
|
|
2075
|
+
if (Js(n))
|
|
2076
|
+
return Xs(n, pi) + "";
|
|
2077
|
+
if (Qs(n))
|
|
2072
2078
|
return Ca ? Ca.call(n) : "";
|
|
2073
2079
|
var e = n + "";
|
|
2074
2080
|
return e == "0" && 1 / n == -1 / 0 ? "-0" : e;
|
|
2075
2081
|
}
|
|
2076
2082
|
function En(n) {
|
|
2077
|
-
return n == null ? "" :
|
|
2083
|
+
return n == null ? "" : pi(n);
|
|
2078
2084
|
}
|
|
2079
|
-
function
|
|
2085
|
+
function eo(n, e, a) {
|
|
2080
2086
|
var i = -1, s = n.length;
|
|
2081
2087
|
e < 0 && (e = -e > s ? 0 : s + e), a = a > s ? s : a, a < 0 && (a += s), s = e > a ? 0 : a - e >>> 0, e >>>= 0;
|
|
2082
2088
|
for (var o = Array(s); ++i < s; )
|
|
2083
2089
|
o[i] = n[i + e];
|
|
2084
2090
|
return o;
|
|
2085
2091
|
}
|
|
2086
|
-
function
|
|
2092
|
+
function to(n, e, a) {
|
|
2087
2093
|
var i = n.length;
|
|
2088
|
-
return a = a === void 0 ? i : a, !e && a >= i ? n :
|
|
2094
|
+
return a = a === void 0 ? i : a, !e && a >= i ? n : eo(n, e, a);
|
|
2089
2095
|
}
|
|
2090
|
-
var
|
|
2091
|
-
function
|
|
2092
|
-
return
|
|
2096
|
+
var no = "\\ud800-\\udfff", ao = "\\u0300-\\u036f", io = "\\ufe20-\\ufe2f", so = "\\u20d0-\\u20ff", oo = ao + io + so, lo = "\\ufe0e\\ufe0f", ro = "\\u200d", uo = RegExp("[" + ro + no + oo + lo + "]");
|
|
2097
|
+
function fi(n) {
|
|
2098
|
+
return uo.test(n);
|
|
2093
2099
|
}
|
|
2094
|
-
function
|
|
2100
|
+
function co(n) {
|
|
2095
2101
|
return n.split("");
|
|
2096
2102
|
}
|
|
2097
|
-
var
|
|
2098
|
-
function $o(n) {
|
|
2099
|
-
return n.match(Fo) || [];
|
|
2100
|
-
}
|
|
2103
|
+
var hi = "\\ud800-\\udfff", mo = "\\u0300-\\u036f", po = "\\ufe20-\\ufe2f", fo = "\\u20d0-\\u20ff", ho = mo + po + fo, go = "\\ufe0e\\ufe0f", bo = "[" + hi + "]", ea = "[" + ho + "]", ta = "\\ud83c[\\udffb-\\udfff]", vo = "(?:" + ea + "|" + ta + ")", gi = "[^" + hi + "]", bi = "(?:\\ud83c[\\udde6-\\uddff]){2}", vi = "[\\ud800-\\udbff][\\udc00-\\udfff]", yo = "\\u200d", yi = vo + "?", ki = "[" + go + "]?", ko = "(?:" + yo + "(?:" + [gi, bi, vi].join("|") + ")" + ki + yi + ")*", Ao = ki + yi + ko, Fo = "(?:" + [gi + ea + "?", ea, bi, vi, bo].join("|") + ")", $o = RegExp(ta + "(?=" + ta + ")|" + Fo + Ao, "g");
|
|
2101
2104
|
function Co(n) {
|
|
2102
|
-
return
|
|
2105
|
+
return n.match($o) || [];
|
|
2103
2106
|
}
|
|
2104
2107
|
function wo(n) {
|
|
2108
|
+
return fi(n) ? Co(n) : co(n);
|
|
2109
|
+
}
|
|
2110
|
+
function Bo(n) {
|
|
2105
2111
|
return function(e) {
|
|
2106
2112
|
e = En(e);
|
|
2107
|
-
var a =
|
|
2113
|
+
var a = fi(e) ? wo(e) : void 0, i = a ? a[0] : e.charAt(0), s = a ? to(a, 1).join("") : e.slice(1);
|
|
2108
2114
|
return i[n]() + s;
|
|
2109
2115
|
};
|
|
2110
2116
|
}
|
|
2111
|
-
var
|
|
2112
|
-
function
|
|
2113
|
-
return
|
|
2117
|
+
var Ai = Bo("toUpperCase");
|
|
2118
|
+
function So(n) {
|
|
2119
|
+
return Ai(En(n).toLowerCase());
|
|
2114
2120
|
}
|
|
2115
|
-
function
|
|
2121
|
+
function Eo(n, e, a, i) {
|
|
2116
2122
|
for (var s = -1, o = n == null ? 0 : n.length; ++s < o; )
|
|
2117
2123
|
a = e(a, n[s], s, n);
|
|
2118
2124
|
return a;
|
|
2119
2125
|
}
|
|
2120
|
-
function
|
|
2126
|
+
function Io(n) {
|
|
2121
2127
|
return function(e) {
|
|
2122
2128
|
return n?.[e];
|
|
2123
2129
|
};
|
|
2124
2130
|
}
|
|
2125
|
-
var
|
|
2131
|
+
var To = {
|
|
2126
2132
|
// Latin-1 Supplement block.
|
|
2127
2133
|
À: "A",
|
|
2128
2134
|
Á: "A",
|
|
@@ -2315,44 +2321,44 @@ var Io = {
|
|
|
2315
2321
|
œ: "oe",
|
|
2316
2322
|
ʼn: "'n",
|
|
2317
2323
|
ſ: "s"
|
|
2318
|
-
},
|
|
2319
|
-
function
|
|
2320
|
-
return n = En(n), n && n.replace(
|
|
2321
|
-
}
|
|
2322
|
-
var
|
|
2323
|
-
function
|
|
2324
|
-
return n.match(
|
|
2325
|
-
}
|
|
2326
|
-
var
|
|
2327
|
-
function
|
|
2328
|
-
return
|
|
2329
|
-
}
|
|
2330
|
-
var
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2324
|
+
}, Lo = Io(To), Do = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Mo = "\\u0300-\\u036f", Po = "\\ufe20-\\ufe2f", Vo = "\\u20d0-\\u20ff", xo = Mo + Po + Vo, Oo = "[" + xo + "]", Ro = RegExp(Oo, "g");
|
|
2325
|
+
function zo(n) {
|
|
2326
|
+
return n = En(n), n && n.replace(Do, Lo).replace(Ro, "");
|
|
2327
|
+
}
|
|
2328
|
+
var Ho = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
|
2329
|
+
function No(n) {
|
|
2330
|
+
return n.match(Ho) || [];
|
|
2331
|
+
}
|
|
2332
|
+
var Go = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
|
|
2333
|
+
function Uo(n) {
|
|
2334
|
+
return Go.test(n);
|
|
2335
|
+
}
|
|
2336
|
+
var Fi = "\\ud800-\\udfff", Wo = "\\u0300-\\u036f", jo = "\\ufe20-\\ufe2f", _o = "\\u20d0-\\u20ff", qo = Wo + jo + _o, $i = "\\u2700-\\u27bf", Ci = "a-z\\xdf-\\xf6\\xf8-\\xff", Ko = "\\xac\\xb1\\xd7\\xf7", Yo = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Zo = "\\u2000-\\u206f", Qo = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", wi = "A-Z\\xc0-\\xd6\\xd8-\\xde", Xo = "\\ufe0e\\ufe0f", Bi = Ko + Yo + Zo + Qo, Si = "['’]", wa = "[" + Bi + "]", Jo = "[" + qo + "]", Ei = "\\d+", el = "[" + $i + "]", Ii = "[" + Ci + "]", Ti = "[^" + Fi + Bi + Ei + $i + Ci + wi + "]", tl = "\\ud83c[\\udffb-\\udfff]", nl = "(?:" + Jo + "|" + tl + ")", al = "[^" + Fi + "]", Li = "(?:\\ud83c[\\udde6-\\uddff]){2}", Di = "[\\ud800-\\udbff][\\udc00-\\udfff]", Rt = "[" + wi + "]", il = "\\u200d", Ba = "(?:" + Ii + "|" + Ti + ")", sl = "(?:" + Rt + "|" + Ti + ")", Sa = "(?:" + Si + "(?:d|ll|m|re|s|t|ve))?", Ea = "(?:" + Si + "(?:D|LL|M|RE|S|T|VE))?", Mi = nl + "?", Pi = "[" + Xo + "]?", ol = "(?:" + il + "(?:" + [al, Li, Di].join("|") + ")" + Pi + Mi + ")*", ll = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", rl = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", ul = Pi + Mi + ol, cl = "(?:" + [el, Li, Di].join("|") + ")" + ul, dl = RegExp([
|
|
2337
|
+
Rt + "?" + Ii + "+" + Sa + "(?=" + [wa, Rt, "$"].join("|") + ")",
|
|
2338
|
+
sl + "+" + Ea + "(?=" + [wa, Rt + Ba, "$"].join("|") + ")",
|
|
2339
|
+
Rt + "?" + Ba + "+" + Sa,
|
|
2340
|
+
Rt + "+" + Ea,
|
|
2341
|
+
rl,
|
|
2335
2342
|
ll,
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
ul
|
|
2343
|
+
Ei,
|
|
2344
|
+
cl
|
|
2339
2345
|
].join("|"), "g");
|
|
2340
|
-
function
|
|
2341
|
-
return n.match(
|
|
2346
|
+
function ml(n) {
|
|
2347
|
+
return n.match(dl) || [];
|
|
2342
2348
|
}
|
|
2343
|
-
function
|
|
2344
|
-
return n = En(n), e = e, e === void 0 ?
|
|
2349
|
+
function pl(n, e, a) {
|
|
2350
|
+
return n = En(n), e = e, e === void 0 ? Uo(n) ? ml(n) : No(n) : n.match(e) || [];
|
|
2345
2351
|
}
|
|
2346
|
-
var
|
|
2347
|
-
function
|
|
2352
|
+
var fl = "['’]", hl = RegExp(fl, "g");
|
|
2353
|
+
function gl(n) {
|
|
2348
2354
|
return function(e) {
|
|
2349
|
-
return
|
|
2355
|
+
return Eo(pl(zo(e).replace(hl, "")), n, "");
|
|
2350
2356
|
};
|
|
2351
2357
|
}
|
|
2352
|
-
var
|
|
2353
|
-
return e = e.toLowerCase(), n + (a ?
|
|
2358
|
+
var Vi = gl(function(n, e, a) {
|
|
2359
|
+
return e = e.toLowerCase(), n + (a ? So(e) : e);
|
|
2354
2360
|
});
|
|
2355
|
-
function
|
|
2361
|
+
function xi(n, e) {
|
|
2356
2362
|
let a = P(!1), i = P(n), s = L(() => {
|
|
2357
2363
|
let h = [], $ = t(i).month, E = t(i).startOf("month");
|
|
2358
2364
|
do
|
|
@@ -2378,14 +2384,14 @@ function Vi(n, e) {
|
|
|
2378
2384
|
}
|
|
2379
2385
|
return { isTransitioningToPast: a, viewDate: i, viewDateNext: l, viewDatePrevious: r, viewMonth: u, viewYear: m, dates: s, days: o, setViewDate: f, nextMonth: g, previousMonth: F };
|
|
2380
2386
|
}
|
|
2381
|
-
function
|
|
2387
|
+
function Oi(n, e) {
|
|
2382
2388
|
return { months: L(() => {
|
|
2383
2389
|
let a = [], i = t(n), s = i.startOf("year");
|
|
2384
2390
|
for (; s.month <= 12 && s.year === i.year; ) a.push({ date: s, label: s.toLocaleString({ month: e }) }), s = s.plus({ months: 1 });
|
|
2385
2391
|
return a;
|
|
2386
2392
|
}) };
|
|
2387
2393
|
}
|
|
2388
|
-
function
|
|
2394
|
+
function Ri(n, e = 10) {
|
|
2389
2395
|
let a = P(0), i = L(() => {
|
|
2390
2396
|
let l = t(n).year, r = [], u = l - l % e + t(a) * e;
|
|
2391
2397
|
for (let m = 0; m < e; ++m) r.push(u + m);
|
|
@@ -2410,19 +2416,19 @@ function dt(n) {
|
|
|
2410
2416
|
}
|
|
2411
2417
|
return e;
|
|
2412
2418
|
}
|
|
2413
|
-
var
|
|
2419
|
+
var bl = ["a:not([disabled])", "button:not([disabled])", "input[type=checkbox]:not([disabled])", "input[type=radio]:not([disabled])", "input[type=text]:not([disabled])", '[tabindex]:not([disabled]):not([tabindex="-1"])'].join(",");
|
|
2414
2420
|
function wt(n) {
|
|
2415
|
-
return Array.from(n.querySelectorAll(
|
|
2421
|
+
return Array.from(n.querySelectorAll(bl)).filter(Ue).filter((e) => e.offsetWidth > 0 || e.offsetHeight > 0 || e === document.activeElement);
|
|
2416
2422
|
}
|
|
2417
|
-
function
|
|
2423
|
+
function vl(n, e, a) {
|
|
2418
2424
|
let i = wt(n), s = i.indexOf(e);
|
|
2419
2425
|
if (s === -1) return null;
|
|
2420
|
-
let o =
|
|
2421
|
-
|
|
2422
|
-
let l =
|
|
2426
|
+
let o = Al(i);
|
|
2427
|
+
yl(o, s, a);
|
|
2428
|
+
let l = kl(s, a, o, i);
|
|
2423
2429
|
return l || ((a === "up" || a === "left") && (l = i[s - 1]), (a === "down" || a === "right") && (l = i[s + 1])), l;
|
|
2424
2430
|
}
|
|
2425
|
-
function
|
|
2431
|
+
function yl(n, e, a) {
|
|
2426
2432
|
let i = n[e];
|
|
2427
2433
|
n.forEach((s) => {
|
|
2428
2434
|
let o = s.center;
|
|
@@ -2443,7 +2449,7 @@ function vl(n, e, a) {
|
|
|
2443
2449
|
s.distance = Math.sqrt(Math.pow(i.center.x - o.x, 2) + Math.pow(i.center.y - o.y, 2));
|
|
2444
2450
|
});
|
|
2445
2451
|
}
|
|
2446
|
-
function
|
|
2452
|
+
function kl(n, e, a, i) {
|
|
2447
2453
|
let s = a[n], o = [];
|
|
2448
2454
|
switch (e) {
|
|
2449
2455
|
case "up":
|
|
@@ -2462,7 +2468,7 @@ function yl(n, e, a, i) {
|
|
|
2462
2468
|
let l = o.indexOf(Math.min(...o));
|
|
2463
2469
|
return o[l] !== Number.MAX_SAFE_INTEGER ? i[l] : null;
|
|
2464
2470
|
}
|
|
2465
|
-
function
|
|
2471
|
+
function Al(n) {
|
|
2466
2472
|
return n.map((e) => e.getBoundingClientRect()).map((e) => ({ height: e.height, width: e.width, top: e.top, left: e.left, right: e.right, bottom: e.bottom, center: { x: e.left + e.width / 2, y: e.top + e.height / 2 }, distance: 0 }));
|
|
2467
2473
|
}
|
|
2468
2474
|
function ua(n) {
|
|
@@ -2470,13 +2476,13 @@ function ua(n) {
|
|
|
2470
2476
|
return n.type && n.type.__name && (e = n.type.__name), e;
|
|
2471
2477
|
}
|
|
2472
2478
|
function Ft(n) {
|
|
2473
|
-
return Object.fromEntries(Object.entries(n.props ?? {}).map(([e, a]) => [
|
|
2479
|
+
return Object.fromEntries(Object.entries(n.props ?? {}).map(([e, a]) => [Vi(e), a]));
|
|
2474
2480
|
}
|
|
2475
2481
|
function Ia(n, e) {
|
|
2476
2482
|
if (!n.exposed || !(e in n.exposed)) throw new Error(`'${e}' was not exposed by the component.`);
|
|
2477
2483
|
return n.exposed[e];
|
|
2478
2484
|
}
|
|
2479
|
-
function
|
|
2485
|
+
function Fl(n, e, a = void 0) {
|
|
2480
2486
|
let i = wt(n), s = a || document.activeElement;
|
|
2481
2487
|
if (!s || !Ue(s)) return i[0] || void 0;
|
|
2482
2488
|
let o = i.indexOf(s);
|
|
@@ -2486,17 +2492,17 @@ function re(n) {
|
|
|
2486
2492
|
let e = t(n);
|
|
2487
2493
|
return Ue(e) ? e : e?.$el;
|
|
2488
2494
|
}
|
|
2489
|
-
function
|
|
2495
|
+
function $l(...n) {
|
|
2490
2496
|
console.warn("[Flux]", ...n);
|
|
2491
2497
|
}
|
|
2492
2498
|
function zn(n, e, a = !1) {
|
|
2493
|
-
let i =
|
|
2499
|
+
let i = Cl(n), s = e.compareDocumentPosition(n), o;
|
|
2494
2500
|
s && Node.DOCUMENT_POSITION_PRECEDING || a ? o = i.firstChild() : o = i.lastChild(), (o !== null ? o : n).focus();
|
|
2495
2501
|
}
|
|
2496
|
-
function
|
|
2502
|
+
function Cl(n) {
|
|
2497
2503
|
return document.createTreeWalker(n, NodeFilter.SHOW_ELEMENT, { acceptNode: (e) => e.tabIndex >= 0 && !e.disabled ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP });
|
|
2498
2504
|
}
|
|
2499
|
-
class
|
|
2505
|
+
class wl {
|
|
2500
2506
|
get active() {
|
|
2501
2507
|
return this.current?.isEnabled ?? !1;
|
|
2502
2508
|
}
|
|
@@ -2525,7 +2531,7 @@ class Cl {
|
|
|
2525
2531
|
e.setEnabled(a), e.isEnabled = a;
|
|
2526
2532
|
}
|
|
2527
2533
|
}
|
|
2528
|
-
var Ta = new
|
|
2534
|
+
var Ta = new wl(), Bl = !globalThis.document;
|
|
2529
2535
|
function La(n, e, a) {
|
|
2530
2536
|
let i = P([]);
|
|
2531
2537
|
Ee(() => {
|
|
@@ -2536,7 +2542,7 @@ function La(n, e, a) {
|
|
|
2536
2542
|
function s(o) {
|
|
2537
2543
|
t(e) && !t(i).some((l) => l.contains(o.target)) && a(o);
|
|
2538
2544
|
}
|
|
2539
|
-
|
|
2545
|
+
Wt(() => {
|
|
2540
2546
|
let o = [];
|
|
2541
2547
|
(Array.isArray(n) ? n : [n]).forEach((l) => {
|
|
2542
2548
|
let r = re(l);
|
|
@@ -2544,30 +2550,30 @@ function La(n, e, a) {
|
|
|
2544
2550
|
}), i.value = o;
|
|
2545
2551
|
});
|
|
2546
2552
|
}
|
|
2547
|
-
function
|
|
2548
|
-
let n =
|
|
2553
|
+
function zi() {
|
|
2554
|
+
let n = Ut();
|
|
2549
2555
|
return L(() => n?.uid ?? (n?.proxy)._uid ?? 0);
|
|
2550
2556
|
}
|
|
2551
2557
|
function ca(n, e, a = !1) {
|
|
2552
|
-
let i = P(Ne(n) ? n.value : n), s =
|
|
2558
|
+
let i = P(Ne(n) ? n.value : n), s = rs((o, l) => ({ get() {
|
|
2553
2559
|
return o(), i.value;
|
|
2554
|
-
}, set:
|
|
2560
|
+
}, set: Sl((r) => {
|
|
2555
2561
|
i.value = r, l();
|
|
2556
2562
|
}, e, a) }));
|
|
2557
2563
|
return Ne(n) && z(n, (o) => s.value = o), s;
|
|
2558
2564
|
}
|
|
2559
|
-
function
|
|
2565
|
+
function Sl(n, e, a = !1) {
|
|
2560
2566
|
let i;
|
|
2561
2567
|
return (...s) => {
|
|
2562
2568
|
a && !i && n(...s), clearTimeout(i), i = setTimeout(() => requestAnimationFrame(() => n(...s)), e);
|
|
2563
2569
|
};
|
|
2564
2570
|
}
|
|
2565
|
-
function
|
|
2571
|
+
function El(n, e, a, i = { passive: !0 }) {
|
|
2566
2572
|
z(n, (s, o, l) => {
|
|
2567
2573
|
s && (s.addEventListener(e, a, i), l(() => s.removeEventListener(e, a)));
|
|
2568
2574
|
}, { immediate: !0 });
|
|
2569
2575
|
}
|
|
2570
|
-
function
|
|
2576
|
+
function Il(n, e) {
|
|
2571
2577
|
let a = P();
|
|
2572
2578
|
Ee(() => {
|
|
2573
2579
|
s();
|
|
@@ -2581,7 +2587,7 @@ function El(n, e) {
|
|
|
2581
2587
|
i(), e();
|
|
2582
2588
|
}
|
|
2583
2589
|
}
|
|
2584
|
-
function
|
|
2590
|
+
function Tl(n, e = {}) {
|
|
2585
2591
|
let a = P(e.initial ?? !1);
|
|
2586
2592
|
return z(n, (i, s, o) => {
|
|
2587
2593
|
let l = re(n);
|
|
@@ -2601,23 +2607,23 @@ function da(n, e, a) {
|
|
|
2601
2607
|
function l() {
|
|
2602
2608
|
o(), s();
|
|
2603
2609
|
}
|
|
2604
|
-
|
|
2610
|
+
ls(l);
|
|
2605
2611
|
}
|
|
2606
|
-
var
|
|
2607
|
-
function
|
|
2608
|
-
let e = P(`focus-trap-${++
|
|
2612
|
+
var Ll = 0;
|
|
2613
|
+
function Dl(n = !1) {
|
|
2614
|
+
let e = P(`focus-trap-${++Ll}`), a = P(!1);
|
|
2609
2615
|
return Ee(() => Ta.add(t(e), (i) => a.value = i, n)), Re(() => Ta.remove(t(e))), a;
|
|
2610
2616
|
}
|
|
2611
|
-
function
|
|
2617
|
+
function Ml(n) {
|
|
2612
2618
|
let e = P(document.activeElement);
|
|
2613
2619
|
Re(() => {
|
|
2614
2620
|
t(n) || requestAnimationFrame(() => t(e)?.focus());
|
|
2615
2621
|
});
|
|
2616
2622
|
}
|
|
2617
|
-
function
|
|
2618
|
-
if (
|
|
2619
|
-
let { disable: a = P(!1), disableReturn: i = P(!1), attachTo: s = null } = e, o =
|
|
2620
|
-
|
|
2623
|
+
function Pl(n, e = {}) {
|
|
2624
|
+
if (Bl) return;
|
|
2625
|
+
let { disable: a = P(!1), disableReturn: i = P(!1), attachTo: s = null } = e, o = Dl(!a);
|
|
2626
|
+
Ml(i), z(n, (l, r, u) => {
|
|
2621
2627
|
let m = re(n), f = s || document;
|
|
2622
2628
|
o.value && m && document.activeElement && !m.contains(document.activeElement) && !m.querySelector("[autofocus]") && zn(m, document.activeElement, !0);
|
|
2623
2629
|
function g(h) {
|
|
@@ -2645,7 +2651,7 @@ function Ml(n, e = {}) {
|
|
|
2645
2651
|
r.includes(document.activeElement) || r[0]?.focus();
|
|
2646
2652
|
}, { immediate: !0 });
|
|
2647
2653
|
}
|
|
2648
|
-
function
|
|
2654
|
+
function Hi(n, { cycle: e = !0, direction: a = "bidirectional" } = {}) {
|
|
2649
2655
|
da(n, () => s(i(), !1));
|
|
2650
2656
|
function i() {
|
|
2651
2657
|
let l = re(n), r = wt(l), u = r.findIndex((f) => f.classList.contains("is-active")), m = r.findIndex((f) => !f.hasAttribute("aria-disabled"));
|
|
@@ -2660,11 +2666,11 @@ function zi(n, { cycle: e = !0, direction: a = "bidirectional" } = {}) {
|
|
|
2660
2666
|
if (!["Enter", " "].includes(l.key))
|
|
2661
2667
|
switch (a) {
|
|
2662
2668
|
case "bidirectional":
|
|
2663
|
-
|
|
2669
|
+
Vl(l, r, u, s);
|
|
2664
2670
|
break;
|
|
2665
2671
|
case "horizontal":
|
|
2666
2672
|
case "vertical":
|
|
2667
|
-
|
|
2673
|
+
xl(l, r, e, a, u, s);
|
|
2668
2674
|
break;
|
|
2669
2675
|
}
|
|
2670
2676
|
}
|
|
@@ -2673,7 +2679,7 @@ function zi(n, { cycle: e = !0, direction: a = "bidirectional" } = {}) {
|
|
|
2673
2679
|
m && (m.addEventListener("keydown", o), s(i(), !1), u(() => m.removeEventListener("keydown", o)));
|
|
2674
2680
|
}, { immediate: !0 });
|
|
2675
2681
|
}
|
|
2676
|
-
function
|
|
2682
|
+
function Vl(n, e, a, i) {
|
|
2677
2683
|
let s;
|
|
2678
2684
|
switch (n.key) {
|
|
2679
2685
|
case "ArrowUp":
|
|
@@ -2691,19 +2697,19 @@ function Pl(n, e, a, i) {
|
|
|
2691
2697
|
default:
|
|
2692
2698
|
return;
|
|
2693
2699
|
}
|
|
2694
|
-
let o =
|
|
2700
|
+
let o = vl(e, document.activeElement, s);
|
|
2695
2701
|
o && i(a.indexOf(o)), n.preventDefault();
|
|
2696
2702
|
}
|
|
2697
|
-
function
|
|
2703
|
+
function xl(n, e, a, i, s, o) {
|
|
2698
2704
|
let l;
|
|
2699
2705
|
if (n.key === (i === "horizontal" ? "ArrowLeft" : "ArrowUp")) l = -1;
|
|
2700
2706
|
else if (n.key === (i === "horizontal" ? "ArrowRight" : "ArrowDown")) l = 1;
|
|
2701
2707
|
else return;
|
|
2702
|
-
let r =
|
|
2708
|
+
let r = Fl(e, l);
|
|
2703
2709
|
r ? o(s.indexOf(r)) : a && o(l === 1 ? 0 : s.length - 1), n.preventDefault();
|
|
2704
2710
|
}
|
|
2705
|
-
var
|
|
2706
|
-
class
|
|
2711
|
+
var Ol = "#ef4444", Rl = "#dc2626", zl = "#f97316", Ni = "#ea580c", Hl = "#f59e0b", Nl = "#d97706", Gl = "#eab308", Ul = "#ca8a04", Wl = "#84cc16", jl = "#65a30d", _l = "#22c55e", ql = "#16a34a", Kl = "#10b981", Yl = "#059669", Zl = "#14b8a6", Ql = "#0d9488", Xl = "#06b6d4", Jl = "#0891b2", er = "#0ea5e9", tr = "#0284c7", Gi = "#3b82f6", nr = "#2563eb", ar = "#6366f1", ir = "#4f46e5", sr = "#8b5cf6", or = "#7c3aed", lr = "#a855f7", na = "#9333ea", rr = "#d946ef", ur = "#c026d3", cr = "#ec4899", Ui = "#db2777", dr = "#f43f5e", mr = "#e11d48";
|
|
2712
|
+
class pr {
|
|
2707
2713
|
#e;
|
|
2708
2714
|
#t;
|
|
2709
2715
|
constructor(e) {
|
|
@@ -2722,13 +2728,13 @@ class mr {
|
|
|
2722
2728
|
this.#e.style.height = e, a !== e && (getComputedStyle(this.#e), requestAnimationFrame(() => requestAnimationFrame(() => this.#e.style.height = a)));
|
|
2723
2729
|
}
|
|
2724
2730
|
}
|
|
2725
|
-
var
|
|
2731
|
+
var fr = { beforeUnmount(n) {
|
|
2726
2732
|
Hn.get(n)?.unregister(), Hn.delete(n);
|
|
2727
2733
|
}, mounted(n) {
|
|
2728
|
-
let e = new
|
|
2734
|
+
let e = new pr(n);
|
|
2729
2735
|
e.register(), Hn.set(n, e);
|
|
2730
2736
|
} }, Hn = /* @__PURE__ */ new WeakMap();
|
|
2731
|
-
const
|
|
2737
|
+
const hr = "base-pane", gr = "base-pane-loader", br = "base-pane-structure base-pane", vr = "base-pane-element", yr = "form", kr = "pane-header", mt = { basePane: hr, basePaneLoader: gr, basePaneStructure: br, basePaneElement: vr, form: yr, paneHeader: kr }, { basePane: it } = mt, Ar = "icon", Fr = "font-awesome-icon icon", $r = "material-symbol-icon icon", Cr = `icon-boxed ${it}`, wr = `icon-boxed-default icon-boxed ${it}`, Br = `icon-boxed-colored icon-boxed ${it}`, Sr = `icon-boxed-gray icon-boxed-colored icon-boxed ${it}`, Er = `icon-boxed-primary icon-boxed-colored icon-boxed ${it}`, Ir = `icon-boxed-danger icon-boxed-colored icon-boxed ${it}`, Tr = `icon-boxed-info icon-boxed-colored icon-boxed ${it}`, Lr = `icon-boxed-success icon-boxed-colored icon-boxed ${it}`, Dr = `icon-boxed-warning icon-boxed-colored icon-boxed ${it}`, qe = { icon: Ar, fontAwesomeIcon: Fr, materialSymbolIcon: $r, iconBoxed: Cr, iconBoxedDefault: wr, iconBoxedColored: Br, iconBoxedGray: Sr, iconBoxedPrimary: Er, iconBoxedDanger: Ir, iconBoxedInfo: Tr, iconBoxedSuccess: Lr, iconBoxedWarning: Dr }, Mr = ["viewBox"], Pr = ["d"], U = /* @__PURE__ */ y({
|
|
2732
2738
|
__name: "FluxIcon",
|
|
2733
2739
|
props: {
|
|
2734
2740
|
size: {},
|
|
@@ -2739,13 +2745,13 @@ const fr = "base-pane", hr = "base-pane-loader", gr = "base-pane-structure base-
|
|
|
2739
2745
|
const a = e, i = L(() => {
|
|
2740
2746
|
if (!n.name)
|
|
2741
2747
|
return null;
|
|
2742
|
-
const o =
|
|
2748
|
+
const o = Ka[n.name];
|
|
2743
2749
|
return o ? {
|
|
2744
2750
|
width: o[0],
|
|
2745
2751
|
height: o[1],
|
|
2746
2752
|
paths: Array.isArray(o[4]) ? o[4] : [o[4]],
|
|
2747
2753
|
scale: Math.max(1, o[0] / 512)
|
|
2748
|
-
} : (
|
|
2754
|
+
} : ($l(`Unknown icon: ${n.name}`), null);
|
|
2749
2755
|
}), s = (o) => a("click", o);
|
|
2750
2756
|
return (o, l) => i.value ? (c(), p("svg", {
|
|
2751
2757
|
key: 0,
|
|
@@ -2763,8 +2769,8 @@ const fr = "base-pane", hr = "base-pane-loader", gr = "base-pane-structure base-
|
|
|
2763
2769
|
(c(!0), p(H, null, q(i.value.paths, (r) => (c(), p("path", {
|
|
2764
2770
|
d: r,
|
|
2765
2771
|
fill: "currentColor"
|
|
2766
|
-
}, null, 8,
|
|
2767
|
-
], 14,
|
|
2772
|
+
}, null, 8, Pr))), 256))
|
|
2773
|
+
], 14, Mr)) : o.name ? (c(), p("i", {
|
|
2768
2774
|
key: 1,
|
|
2769
2775
|
class: d(t(qe).materialSymbolIcon),
|
|
2770
2776
|
style: Y({
|
|
@@ -2778,7 +2784,7 @@ const fr = "base-pane", hr = "base-pane-loader", gr = "base-pane-structure base-
|
|
|
2778
2784
|
class: d(t(qe).icon)
|
|
2779
2785
|
}, null, 2));
|
|
2780
2786
|
}
|
|
2781
|
-
}),
|
|
2787
|
+
}), Vr = ["href", "rel", "target"], _t = /* @__PURE__ */ y({
|
|
2782
2788
|
__name: "FluxPressable",
|
|
2783
2789
|
props: {
|
|
2784
2790
|
componentType: {},
|
|
@@ -2794,7 +2800,7 @@ const fr = "base-pane", hr = "base-pane-loader", gr = "base-pane-structure base-
|
|
|
2794
2800
|
a("click", s), !s.defaultPrevented && o?.(s);
|
|
2795
2801
|
}
|
|
2796
2802
|
return (s, o) => {
|
|
2797
|
-
const l =
|
|
2803
|
+
const l = us("router-link");
|
|
2798
2804
|
return s.componentType === "route" ? (c(), b(l, ye({ key: 0 }, s.$attrs, {
|
|
2799
2805
|
rel: s.rel,
|
|
2800
2806
|
target: s.target,
|
|
@@ -2816,7 +2822,7 @@ const fr = "base-pane", hr = "base-pane-loader", gr = "base-pane-structure base-
|
|
|
2816
2822
|
onMouseleave: o[5] || (o[5] = (r) => s.$emit("mouseleave", r))
|
|
2817
2823
|
}), [
|
|
2818
2824
|
w(s.$slots, "default")
|
|
2819
|
-
], 16,
|
|
2825
|
+
], 16, Vr)) : s.componentType === "button" ? (c(), p("button", ye({ key: 2 }, s.$attrs, {
|
|
2820
2826
|
onClick: o[6] || (o[6] = (r) => i(r)),
|
|
2821
2827
|
onMouseenter: o[7] || (o[7] = (r) => s.$emit("mouseenter", r)),
|
|
2822
2828
|
onMouseleave: o[8] || (o[8] = (r) => s.$emit("mouseleave", r))
|
|
@@ -2831,7 +2837,7 @@ const fr = "base-pane", hr = "base-pane-loader", gr = "base-pane-structure base-
|
|
|
2831
2837
|
], 16));
|
|
2832
2838
|
};
|
|
2833
2839
|
}
|
|
2834
|
-
}),
|
|
2840
|
+
}), xr = "spinner", Or = "spinner-track", Rr = "spinner-effect", zr = "spinner-value", mn = { spinner: xr, spinnerTrack: Or, spinnerEffect: Rr, spinnerValue: zr }, Se = /* @__PURE__ */ y({
|
|
2835
2841
|
__name: "FluxSpinner",
|
|
2836
2842
|
props: {
|
|
2837
2843
|
size: {}
|
|
@@ -2876,7 +2882,7 @@ const fr = "base-pane", hr = "base-pane-loader", gr = "base-pane-structure base-
|
|
|
2876
2882
|
}, null, 2)
|
|
2877
2883
|
], 6));
|
|
2878
2884
|
}
|
|
2879
|
-
}),
|
|
2885
|
+
}), Hr = "button", Nr = "is-small", Gr = "is-medium", Ur = "is-large", Wr = "is-xl", jr = "is-filled", _r = "button-icon", qr = "button-label", rt = { button: Hr, isSmall: Nr, isMedium: Gr, isLarge: Ur, isXl: Wr, isFilled: jr, buttonIcon: _r, buttonLabel: qr }, tn = ["default", "after", "before", "iconLeading", "iconTrailing", "label"], pt = /* @__PURE__ */ y({
|
|
2880
2886
|
__name: "FluxButton",
|
|
2881
2887
|
props: {
|
|
2882
2888
|
type: { default: "button" },
|
|
@@ -2968,7 +2974,7 @@ const fr = "base-pane", hr = "base-pane-loader", gr = "base-pane-structure base-
|
|
|
2968
2974
|
_: 3
|
|
2969
2975
|
}, 8, ["component-type", "class", "type", "aria-disabled", "disabled", "tabindex", "href", "rel", "target", "to"]));
|
|
2970
2976
|
}
|
|
2971
|
-
}), {
|
|
2977
|
+
}), { buttonIcon: Kr, buttonLabel: Yr, button: Zr } = rt, Qr = `action ${Zr}`, Xr = "spinner", Jr = `action-icon ${Kr}`, eu = "is-destructive", tu = `action-label ${Yr}`, nu = "action-bar", au = "separator", iu = "form-input", su = "base-pane-structure", ou = "pane-header", lu = "action-pane", ru = "action-pane-grid", uu = "action-pane-body", cu = "pane-body", tt = { action: Qr, spinner: Xr, actionIcon: Jr, isDestructive: eu, actionLabel: tu, actionBar: nu, separator: au, formInput: iu, basePaneStructure: su, paneHeader: ou, actionPane: lu, actionPaneGrid: ru, actionPaneBody: uu, paneBody: cu }, du = /* @__PURE__ */ y({
|
|
2972
2978
|
__name: "FluxAction",
|
|
2973
2979
|
props: {
|
|
2974
2980
|
type: {},
|
|
@@ -2998,7 +3004,7 @@ const fr = "base-pane", hr = "base-pane-loader", gr = "base-pane-structure base-
|
|
|
2998
3004
|
}), null, 16, ["css-class", "css-class-icon", "css-class-label", "class", "icon-leading"]));
|
|
2999
3005
|
}
|
|
3000
3006
|
});
|
|
3001
|
-
function
|
|
3007
|
+
function Wi(n, e, a, i) {
|
|
3002
3008
|
const s = L(() => {
|
|
3003
3009
|
const r = t(n);
|
|
3004
3010
|
return Array.isArray(r) ? r : [r];
|
|
@@ -3033,7 +3039,7 @@ function Ui(n, e, a, i) {
|
|
|
3033
3039
|
};
|
|
3034
3040
|
}
|
|
3035
3041
|
function In() {
|
|
3036
|
-
const n =
|
|
3042
|
+
const n = cs(0), e = L(() => t(n) > 0);
|
|
3037
3043
|
function a(i) {
|
|
3038
3044
|
return async (...s) => (n.value++, await i(...s).finally(() => n.value--));
|
|
3039
3045
|
}
|
|
@@ -3042,7 +3048,7 @@ function In() {
|
|
|
3042
3048
|
loaded: a
|
|
3043
3049
|
};
|
|
3044
3050
|
}
|
|
3045
|
-
const
|
|
3051
|
+
const mu = (n, e) => {
|
|
3046
3052
|
if (!(n in ba))
|
|
3047
3053
|
return n;
|
|
3048
3054
|
let a = ba[n];
|
|
@@ -3050,13 +3056,13 @@ const du = (n, e) => {
|
|
|
3050
3056
|
a = a.replaceAll(`{${i}}`, e[i].toString());
|
|
3051
3057
|
return a;
|
|
3052
3058
|
}, ve = () => {
|
|
3053
|
-
const n =
|
|
3054
|
-
return !n || !
|
|
3059
|
+
const n = Ut()?.proxy;
|
|
3060
|
+
return !n || !pu(n) ? mu : n.$t;
|
|
3055
3061
|
};
|
|
3056
|
-
function
|
|
3062
|
+
function pu(n) {
|
|
3057
3063
|
return !!n && "$t" in n;
|
|
3058
3064
|
}
|
|
3059
|
-
const { button: nn, buttonIcon: an, buttonLabel: sn } = rt,
|
|
3065
|
+
const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, fu = `primary-button ${nn}`, hu = "spinner", gu = `primary-button-icon ${an}`, bu = `primary-button-label ${sn}`, vu = `secondary-button ${nn}`, yu = `secondary-button-icon ${an}`, ku = `secondary-button-label ${sn}`, Au = `destructive-button ${nn}`, Fu = `destructive-button-icon ${an}`, $u = `destructive-button-label ${sn}`, Cu = `link-button ${nn}`, wu = `link-button-icon ${an}`, Bu = "icon", Su = `link-button-label ${sn}`, Eu = `publish-button primary-button ${nn}`, Iu = `publish-button-icon primary-button-icon ${an}`, Tu = `publish-button-label primary-button-label ${sn}`, Lu = "publish-button-animation", Du = "is-done", Mu = "publish-button-animation-arrow", Pu = "publish-arrow-out", Vu = "publish-button-animation-check", xu = "publish-button-animation-circle", Ou = "is-idle", Ru = "is-loading", zu = "publish-arrow-in", Hu = "publish-button-cloud", Nu = "publish", Gu = "button-group", Uu = "button", se = { primaryButton: fu, spinner: hu, primaryButtonIcon: gu, primaryButtonLabel: bu, secondaryButton: vu, secondaryButtonIcon: yu, secondaryButtonLabel: ku, destructiveButton: Au, destructiveButtonIcon: Fu, destructiveButtonLabel: $u, linkButton: Cu, linkButtonIcon: wu, icon: Bu, linkButtonLabel: Su, publishButton: Eu, publishButtonIcon: Iu, publishButtonLabel: Tu, publishButtonAnimation: Lu, isDone: Du, publishButtonAnimationArrow: Mu, publishArrowOut: Pu, publishButtonAnimationCheck: Vu, publishButtonAnimationCircle: xu, isIdle: Ou, isLoading: Ru, publishArrowIn: zu, publishButtonCloud: Hu, publish: Nu, buttonGroup: Gu, button: Uu }, ma = /* @__PURE__ */ y({
|
|
3060
3066
|
__name: "FluxButtonGroup",
|
|
3061
3067
|
setup(n) {
|
|
3062
3068
|
return (e, a) => (c(), p("div", {
|
|
@@ -3065,7 +3071,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3065
3071
|
w(e.$slots, "default")
|
|
3066
3072
|
], 2));
|
|
3067
3073
|
}
|
|
3068
|
-
}),
|
|
3074
|
+
}), Wu = /* @__PURE__ */ y({
|
|
3069
3075
|
__name: "FluxDestructiveButton",
|
|
3070
3076
|
props: {
|
|
3071
3077
|
type: {},
|
|
@@ -3101,7 +3107,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3101
3107
|
}))
|
|
3102
3108
|
]), 1040, ["css-class", "css-class-icon", "css-class-label"]));
|
|
3103
3109
|
}
|
|
3104
|
-
}), { basePaneStructure: on, basePaneElement: pa, basePaneLoader:
|
|
3110
|
+
}), { basePaneStructure: on, basePaneElement: pa, basePaneLoader: ju } = mt, _u = `pane ${on}`, qu = `pane-default pane ${on}`, Ku = `pane-flat pane ${on}`, Yu = `pane-well pane ${on}`, Zu = `pane-header ${pa}`, Qu = "base-pane-element", Xu = `pane-body ${pa}`, Ju = "pane-header-caption", ec = "pane-header-icon", tc = `pane-footer ${pa}`, nc = `pane-loader ${ju}`, ac = "pane-tag", ic = "pane-media", sc = "pane-media-inset pane-media", oc = "pane-media-image", lc = `pane-deck pane-default pane ${on}`, rc = "base-auto-grid", uc = "pane-group", cc = "pane-illustration", dc = "pane-illustration-content", mc = "pane-illustration-content-controlled pane-illustration-content", pc = "pane-illustration-magic", fc = "pane-illustration-masked pane-illustration", hc = "icon-boxed", oe = { pane: _u, paneDefault: qu, paneFlat: Ku, paneWell: Yu, paneHeader: Zu, basePaneElement: Qu, paneBody: Xu, paneHeaderCaption: Ju, paneHeaderIcon: ec, paneFooter: tc, paneLoader: nc, paneTag: ac, paneMedia: ic, paneMediaInset: sc, paneMediaImage: oc, paneDeck: lc, baseAutoGrid: rc, paneGroup: uc, paneIllustration: cc, paneIllustrationContent: dc, paneIllustrationContentControlled: mc, paneIllustrationMagic: pc, paneIllustrationMasked: fc, iconBoxed: hc }, Lt = /* @__PURE__ */ y({
|
|
3105
3111
|
__name: "FluxPane",
|
|
3106
3112
|
props: {
|
|
3107
3113
|
isLoading: { type: Boolean },
|
|
@@ -3131,7 +3137,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3131
3137
|
}, x(a.tag), 3)) : B("", !0)
|
|
3132
3138
|
], 2));
|
|
3133
3139
|
}
|
|
3134
|
-
}),
|
|
3140
|
+
}), gc = "flyout", bc = "flyout-dialog", vc = "flyout-pane", yc = "is-auto-width", kc = "is-closing", Ac = "close", Fc = "is-opening", $c = "open", Cc = "mobile-close", wc = "mobile-open", Vt = { flyout: gc, flyoutDialog: bc, flyoutPane: vc, isAutoWidth: yc, isClosing: kc, close: Ac, isOpening: Fc, open: $c, mobileClose: Cc, mobileOpen: wc }, Bc = ["onKeydown"], at = /* @__PURE__ */ y({
|
|
3135
3141
|
__name: "FluxFlyout",
|
|
3136
3142
|
props: {
|
|
3137
3143
|
direction: { default: "vertical" },
|
|
@@ -3141,7 +3147,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3141
3147
|
},
|
|
3142
3148
|
setup(n, { expose: e }) {
|
|
3143
3149
|
const a = te("dialog"), i = te("mount"), s = te("pane"), o = P(!1), l = P(!1), r = P(!1), u = P(0), m = P(0), f = P(0), g = P(0), F = P(0), h = P(0);
|
|
3144
|
-
|
|
3150
|
+
Pl(s);
|
|
3145
3151
|
function $() {
|
|
3146
3152
|
const C = re(s);
|
|
3147
3153
|
C && (C.addEventListener("animationend", () => {
|
|
@@ -3158,8 +3164,8 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3158
3164
|
}
|
|
3159
3165
|
function S() {
|
|
3160
3166
|
const C = t(i), R = re(s), { top: G, left: T, width: V, height: M } = C.children[0].getBoundingClientRect(), { width: j, height: Q } = R.getBoundingClientRect();
|
|
3161
|
-
let _, pe, Me = 0,
|
|
3162
|
-
n.direction === "horizontal" ? (_ = T + V, pe = G + M / 2 - Q / 2, Me = n.margin, _ + j > innerWidth - 30 && (_ = T - j, Me = -Me)) : (_ = T + V / 2 - j / 2, pe = G + M,
|
|
3167
|
+
let _, pe, Me = 0, Pt = 0;
|
|
3168
|
+
n.direction === "horizontal" ? (_ = T + V, pe = G + M / 2 - Q / 2, Me = n.margin, _ + j > innerWidth - 30 && (_ = T - j, Me = -Me)) : (_ = T + V / 2 - j / 2, pe = G + M, Pt = n.margin, pe + Q > innerHeight - 30 && (pe = G - Q, Pt = -Pt)), f.value = Math.max(30, Math.min(innerWidth - j - 30, _)), g.value = Math.max(30, Math.min(innerHeight - Q - 30, pe)), F.value = Me, h.value = Pt;
|
|
3163
3169
|
}
|
|
3164
3170
|
function A() {
|
|
3165
3171
|
r.value ? $() : E();
|
|
@@ -3170,7 +3176,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3170
3176
|
return z(r, (C, R, G) => {
|
|
3171
3177
|
const T = t(a);
|
|
3172
3178
|
C && !T.open ? (T.showModal(), window.addEventListener("scroll", S, { passive: !0 }), G(() => window.removeEventListener("scroll", S))) : !C && T.open && T.close();
|
|
3173
|
-
}),
|
|
3179
|
+
}), It(Ua, {
|
|
3174
3180
|
isClosing: o,
|
|
3175
3181
|
isOpen: r,
|
|
3176
3182
|
isOpening: l
|
|
@@ -3180,7 +3186,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3180
3186
|
toggle: A
|
|
3181
3187
|
}), (C, R) => (c(), p("div", {
|
|
3182
3188
|
ref: "mount",
|
|
3183
|
-
class: d(t(
|
|
3189
|
+
class: d(t(Vt).flyout),
|
|
3184
3190
|
style: Y({
|
|
3185
3191
|
"--opener-width": `${u.value}px`,
|
|
3186
3192
|
"--pane-mx": `${F.value}px`,
|
|
@@ -3192,18 +3198,18 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3192
3198
|
w(C.$slots, "opener", ce(de({ close: $, open: E, toggle: A }))),
|
|
3193
3199
|
D("dialog", {
|
|
3194
3200
|
ref: "dialog",
|
|
3195
|
-
class: d(t(
|
|
3201
|
+
class: d(t(Vt).flyoutDialog),
|
|
3196
3202
|
onClick: I,
|
|
3197
|
-
onKeydown:
|
|
3203
|
+
onKeydown: ds(en($, ["prevent"]), ["esc"])
|
|
3198
3204
|
}, [
|
|
3199
|
-
r.value ? (c(), b(
|
|
3205
|
+
r.value ? (c(), b(Lt, {
|
|
3200
3206
|
key: 0,
|
|
3201
3207
|
ref: "pane",
|
|
3202
3208
|
class: d(t(Z)(
|
|
3203
|
-
t(
|
|
3204
|
-
C.isAutoWidth && t(
|
|
3205
|
-
o.value && t(
|
|
3206
|
-
l.value && t(
|
|
3209
|
+
t(Vt).flyoutPane,
|
|
3210
|
+
C.isAutoWidth && t(Vt).isAutoWidth,
|
|
3211
|
+
o.value && t(Vt).isClosing,
|
|
3212
|
+
l.value && t(Vt).isOpening
|
|
3207
3213
|
)),
|
|
3208
3214
|
style: Y({
|
|
3209
3215
|
width: `${C.width}px`
|
|
@@ -3214,7 +3220,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3214
3220
|
]),
|
|
3215
3221
|
_: 3
|
|
3216
3222
|
}, 8, ["class", "style"])) : B("", !0)
|
|
3217
|
-
], 42,
|
|
3223
|
+
], 42, Bc)
|
|
3218
3224
|
], 6));
|
|
3219
3225
|
}
|
|
3220
3226
|
}), ue = /* @__PURE__ */ y({
|
|
@@ -3253,7 +3259,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3253
3259
|
}))
|
|
3254
3260
|
]), 1040, ["css-class", "css-class-icon", "css-class-label"]));
|
|
3255
3261
|
}
|
|
3256
|
-
}),
|
|
3262
|
+
}), Sc = "base-auto-grid", Ec = { baseAutoGrid: Sc }, { baseAutoGrid: Ic } = Ec, Tc = "aspect-ratio", Lc = `auto-grid ${Ic}`, Dc = "container", Mc = "spacer", Pc = "stack", Vc = "is-centered", xc = "is-fill", Oc = "is-wrapping", Rc = "stack-horizontal stack", zc = "stack-vertical stack", Ke = { aspectRatio: Tc, autoGrid: Lc, container: Dc, spacer: Mc, stack: Pc, isCentered: Vc, isFill: xc, isWrapping: Oc, stackHorizontal: Rc, stackVertical: zc }, qt = /* @__PURE__ */ y({
|
|
3257
3263
|
__name: "FluxSpacer",
|
|
3258
3264
|
setup(n) {
|
|
3259
3265
|
return (e, a) => (c(), p("div", {
|
|
@@ -3296,7 +3302,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3296
3302
|
},
|
|
3297
3303
|
slots: Object,
|
|
3298
3304
|
setup(n, { slots: e }) {
|
|
3299
|
-
const a =
|
|
3305
|
+
const a = Ut(), i = P(null);
|
|
3300
3306
|
Ee(() => {
|
|
3301
3307
|
const l = a.proxy.$el;
|
|
3302
3308
|
l.addEventListener("mouseenter", s, { passive: !0 }), l.addEventListener("mouseleave", o, { passive: !0 });
|
|
@@ -3317,7 +3323,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3317
3323
|
}
|
|
3318
3324
|
return () => (e.default?.() ?? [])[0] ?? null;
|
|
3319
3325
|
}
|
|
3320
|
-
}),
|
|
3326
|
+
}), Hc = /* @__PURE__ */ y({
|
|
3321
3327
|
__name: "FluxActionBar",
|
|
3322
3328
|
props: {
|
|
3323
3329
|
isResettable: { type: Boolean }
|
|
@@ -3352,7 +3358,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3352
3358
|
content: t(a)("flux.filterReset")
|
|
3353
3359
|
}, {
|
|
3354
3360
|
default: k(() => [
|
|
3355
|
-
v(
|
|
3361
|
+
v(Wu, {
|
|
3356
3362
|
"icon-leading": "xmark",
|
|
3357
3363
|
onClick: s[0] || (s[0] = (u) => i.$emit("reset"))
|
|
3358
3364
|
})
|
|
@@ -3374,7 +3380,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3374
3380
|
_: 3
|
|
3375
3381
|
}, 8, ["class"]));
|
|
3376
3382
|
}
|
|
3377
|
-
}),
|
|
3383
|
+
}), Nc = /* @__PURE__ */ y({
|
|
3378
3384
|
__name: "FluxButtonStack",
|
|
3379
3385
|
props: {
|
|
3380
3386
|
direction: { default: "horizontal" },
|
|
@@ -3402,14 +3408,14 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3402
3408
|
w(e.$slots, "default")
|
|
3403
3409
|
], 2));
|
|
3404
3410
|
}
|
|
3405
|
-
}),
|
|
3411
|
+
}), LA = /* @__PURE__ */ y({
|
|
3406
3412
|
__name: "FluxActionPane",
|
|
3407
3413
|
props: {
|
|
3408
3414
|
paneVariant: {}
|
|
3409
3415
|
},
|
|
3410
3416
|
setup(n) {
|
|
3411
3417
|
const e = De();
|
|
3412
|
-
return (a, i) => (c(), b(
|
|
3418
|
+
return (a, i) => (c(), b(Lt, {
|
|
3413
3419
|
class: d(t(tt).actionPane),
|
|
3414
3420
|
variant: a.paneVariant
|
|
3415
3421
|
}, {
|
|
@@ -3431,7 +3437,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3431
3437
|
class: d(t(tt).actionPaneBody)
|
|
3432
3438
|
}, {
|
|
3433
3439
|
default: k(() => [
|
|
3434
|
-
v(
|
|
3440
|
+
v(Nc, { direction: "vertical" }, {
|
|
3435
3441
|
default: k(() => [
|
|
3436
3442
|
w(a.$slots, "buttons")
|
|
3437
3443
|
]),
|
|
@@ -3445,11 +3451,11 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3445
3451
|
_: 3
|
|
3446
3452
|
}, 8, ["class", "variant"]));
|
|
3447
3453
|
}
|
|
3448
|
-
}),
|
|
3454
|
+
}), Gc = /* @__PURE__ */ y({
|
|
3449
3455
|
__name: "FluxActions",
|
|
3450
3456
|
setup(n) {
|
|
3451
3457
|
const e = te("element");
|
|
3452
|
-
return
|
|
3458
|
+
return Hi(e, {
|
|
3453
3459
|
direction: "horizontal"
|
|
3454
3460
|
}), (a, i) => (c(), b(_e, {
|
|
3455
3461
|
ref: "element",
|
|
@@ -3463,7 +3469,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3463
3469
|
_: 3
|
|
3464
3470
|
}, 512));
|
|
3465
3471
|
}
|
|
3466
|
-
}),
|
|
3472
|
+
}), Uc = "fill-visual", Wc = "animated-colors fill-visual", jc = "dot-pattern fill-visual", _c = "flickering-grid fill-visual", qc = "grid-pattern fill-visual", Kc = "border-shine", Yc = "border-shine-position", ln = { fillVisual: Uc, animatedColors: Wc, dotPattern: jc, flickeringGrid: _c, gridPattern: qc, borderShine: Kc, borderShinePosition: Yc }, Zc = /* @__PURE__ */ y({
|
|
3467
3473
|
__name: "FluxAnimatedColors",
|
|
3468
3474
|
props: {
|
|
3469
3475
|
colors: {},
|
|
@@ -3472,10 +3478,10 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3472
3478
|
seed: {}
|
|
3473
3479
|
},
|
|
3474
3480
|
setup(n) {
|
|
3475
|
-
const e = te("canvas"), a =
|
|
3481
|
+
const e = te("canvas"), a = zi(), i = P(), s = P(0), o = P(0), l = L(() => {
|
|
3476
3482
|
if (!n.colors || n.colors.length === 0)
|
|
3477
3483
|
return [];
|
|
3478
|
-
const f =
|
|
3484
|
+
const f = di(n.seed ?? t(a)), g = [];
|
|
3479
3485
|
for (const F of n.colors) {
|
|
3480
3486
|
const h = f.fork(), $ = n.colors.length === 1 ? 0.5 : h.next(), E = n.colors.length === 1 ? 0.5 : h.next(), S = Math.round(h.nextBetween(6, 9)), A = [];
|
|
3481
3487
|
for (let I = 0; I < S; ++I)
|
|
@@ -3529,7 +3535,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3529
3535
|
class: d(t(ln).animatedColors)
|
|
3530
3536
|
}, null, 2));
|
|
3531
3537
|
}
|
|
3532
|
-
}),
|
|
3538
|
+
}), DA = /* @__PURE__ */ y({
|
|
3533
3539
|
__name: "FluxAspectRatio",
|
|
3534
3540
|
props: {
|
|
3535
3541
|
aspectRatio: {}
|
|
@@ -3542,7 +3548,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3542
3548
|
w(e.$slots, "default")
|
|
3543
3549
|
], 6));
|
|
3544
3550
|
}
|
|
3545
|
-
}),
|
|
3551
|
+
}), Qc = /* @__PURE__ */ y({
|
|
3546
3552
|
__name: "FluxAutoGrid",
|
|
3547
3553
|
props: {
|
|
3548
3554
|
gap: { default: 30 },
|
|
@@ -3559,7 +3565,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3559
3565
|
w(e.$slots, "default")
|
|
3560
3566
|
], 6));
|
|
3561
3567
|
}
|
|
3562
|
-
}),
|
|
3568
|
+
}), Xc = /* @__PURE__ */ y({
|
|
3563
3569
|
__name: "FluxAutoHeightTransition",
|
|
3564
3570
|
setup(n) {
|
|
3565
3571
|
function e(s) {
|
|
@@ -3590,7 +3596,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3590
3596
|
_: 3
|
|
3591
3597
|
}));
|
|
3592
3598
|
}
|
|
3593
|
-
}),
|
|
3599
|
+
}), MA = /* @__PURE__ */ y({
|
|
3594
3600
|
__name: "FluxAutoWidthTransition",
|
|
3595
3601
|
setup(n) {
|
|
3596
3602
|
function e(s) {
|
|
@@ -3621,7 +3627,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3621
3627
|
_: 3
|
|
3622
3628
|
}));
|
|
3623
3629
|
}
|
|
3624
|
-
}),
|
|
3630
|
+
}), Jc = "breakthrough-transition-enter-active", ed = "breakthrough-transition-back-enter-active", td = "breakthrough-transition-leave-active", nd = "breakthrough-transition-back-leave-active", ad = "breakthrough-transition-enter-from", id = "breakthrough-transition-back-leave-to", sd = "breakthrough-transition-leave-to", od = "breakthrough-transition-back-enter-from", ld = "fade-transition-enter-active", rd = "fade-transition-leave-active", ud = "fade-transition-enter-from", cd = "fade-transition-leave-to", dd = "fade-transition-enter-to", md = "fade-transition-leave-from", pd = "route-transition-enter-active", fd = "route-transition-back-enter-active", hd = "route-transition-leave-active", gd = "route-transition-back-leave-active", bd = "route-transition-enter-from", vd = "route-transition-back-leave-to", yd = "route-transition-leave-to", kd = "route-transition-back-enter-from", Ad = "tooltip-transition-enter-active", Fd = "tooltip-transition-leave-active", $d = "tooltip-transition-enter-from", Cd = "tooltip-transition-leave-to", wd = "vertical-window-transition-enter-active", Bd = "vertical-window-transition-back-enter-active", Sd = "vertical-window-transition-leave-active", Ed = "vertical-window-transition-back-leave-active", Id = "vertical-window-transition-back-leave-to", Td = "vertical-window-transition-enter-from", Ld = "vertical-window-transition-back-enter-from", Dd = "vertical-window-transition-leave-to", Md = "window-transition-enter-active", Pd = "window-transition-back-enter-active", Vd = "window-transition-leave-active", xd = "window-transition-back-leave-active", Od = "window-transition-back-leave-to", Rd = "window-transition-enter-from", zd = "window-transition-back-enter-from", Hd = "window-transition-leave-to", K = { breakthroughTransitionEnterActive: Jc, breakthroughTransitionBackEnterActive: ed, breakthroughTransitionLeaveActive: td, breakthroughTransitionBackLeaveActive: nd, breakthroughTransitionEnterFrom: ad, breakthroughTransitionBackLeaveTo: id, breakthroughTransitionLeaveTo: sd, breakthroughTransitionBackEnterFrom: od, fadeTransitionEnterActive: ld, fadeTransitionLeaveActive: rd, fadeTransitionEnterFrom: ud, fadeTransitionLeaveTo: cd, fadeTransitionEnterTo: dd, fadeTransitionLeaveFrom: md, routeTransitionEnterActive: pd, routeTransitionBackEnterActive: fd, routeTransitionLeaveActive: hd, routeTransitionBackLeaveActive: gd, routeTransitionEnterFrom: bd, routeTransitionBackLeaveTo: vd, routeTransitionLeaveTo: yd, routeTransitionBackEnterFrom: kd, tooltipTransitionEnterActive: Ad, tooltipTransitionLeaveActive: Fd, tooltipTransitionEnterFrom: $d, tooltipTransitionLeaveTo: Cd, verticalWindowTransitionEnterActive: wd, verticalWindowTransitionBackEnterActive: Bd, verticalWindowTransitionLeaveActive: Sd, verticalWindowTransitionBackLeaveActive: Ed, verticalWindowTransitionBackLeaveTo: Id, verticalWindowTransitionEnterFrom: Td, verticalWindowTransitionBackEnterFrom: Ld, verticalWindowTransitionLeaveTo: Dd, windowTransitionEnterActive: Md, windowTransitionBackEnterActive: Pd, windowTransitionLeaveActive: Vd, windowTransitionBackLeaveActive: xd, windowTransitionBackLeaveTo: Od, windowTransitionEnterFrom: Rd, windowTransitionBackEnterFrom: zd, windowTransitionLeaveTo: Hd }, PA = /* @__PURE__ */ y({
|
|
3625
3631
|
__name: "FluxBreakthroughTransition",
|
|
3626
3632
|
props: {
|
|
3627
3633
|
isBack: { type: Boolean },
|
|
@@ -3662,7 +3668,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3662
3668
|
_: 3
|
|
3663
3669
|
}, 8, ["mode", "enter-active-class", "enter-from-class", "enter-to-class", "leave-active-class", "leave-from-class", "leave-to-class"]));
|
|
3664
3670
|
}
|
|
3665
|
-
}),
|
|
3671
|
+
}), Nd = "overlay", Gd = "base-pane-structure", Ud = "pane-footer", Wd = "overlay-small overlay", jd = "overlay-medium overlay", _d = "overlay-large overlay", qd = "slide-over overlay", Kd = "pane-header", Yd = "tabs", Zd = "tab-bar", Qd = "pane-header-caption", Xd = "overlay-transition-enter-active", Jd = "overlay-transition-leave-active", em = "overlay-transition-enter-from", tm = "overlay-transition-leave-to", nm = "slide-over-transition-enter-active", am = "slide-over-transition-leave-active", im = "slide-over-transition-enter-from", sm = "slide-over-transition-leave-to", ze = { overlay: Nd, basePaneStructure: Gd, paneFooter: Ud, overlaySmall: Wd, overlayMedium: jd, overlayLarge: _d, slideOver: qd, paneHeader: Kd, tabs: Yd, tabBar: Zd, paneHeaderCaption: Qd, overlayTransitionEnterActive: Xd, overlayTransitionLeaveActive: Jd, overlayTransitionEnterFrom: em, overlayTransitionLeaveTo: tm, slideOverTransitionEnterActive: nm, slideOverTransitionLeaveActive: am, slideOverTransitionEnterFrom: im, slideOverTransitionLeaveTo: sm }, om = /* @__PURE__ */ y({
|
|
3666
3672
|
__name: "FluxOverlayTransition",
|
|
3667
3673
|
props: {
|
|
3668
3674
|
mode: { default: "out-in" }
|
|
@@ -3681,7 +3687,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3681
3687
|
_: 3
|
|
3682
3688
|
}, 8, ["mode", "enter-active-class", "enter-from-class", "leave-active-class", "leave-to-class"]));
|
|
3683
3689
|
}
|
|
3684
|
-
}),
|
|
3690
|
+
}), VA = /* @__PURE__ */ y({
|
|
3685
3691
|
__name: "FluxRouteTransition",
|
|
3686
3692
|
props: {
|
|
3687
3693
|
isBack: { type: Boolean },
|
|
@@ -3701,7 +3707,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3701
3707
|
_: 3
|
|
3702
3708
|
}, 8, ["mode", "enter-active-class", "enter-from-class", "leave-active-class", "leave-to-class"]));
|
|
3703
3709
|
}
|
|
3704
|
-
}),
|
|
3710
|
+
}), lm = /* @__PURE__ */ y({
|
|
3705
3711
|
__name: "FluxSlideOverTransition",
|
|
3706
3712
|
props: {
|
|
3707
3713
|
mode: { default: "out-in" }
|
|
@@ -3720,7 +3726,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3720
3726
|
_: 3
|
|
3721
3727
|
}, 8, ["mode", "enter-active-class", "enter-from-class", "leave-active-class", "leave-to-class"]));
|
|
3722
3728
|
}
|
|
3723
|
-
}),
|
|
3729
|
+
}), rm = /* @__PURE__ */ y({
|
|
3724
3730
|
__name: "FluxTooltipTransition",
|
|
3725
3731
|
props: {
|
|
3726
3732
|
mode: { default: "out-in" }
|
|
@@ -3739,7 +3745,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3739
3745
|
_: 3
|
|
3740
3746
|
}, 8, ["mode", "enter-active-class", "enter-from-class", "leave-active-class", "leave-to-class"]));
|
|
3741
3747
|
}
|
|
3742
|
-
}),
|
|
3748
|
+
}), um = /* @__PURE__ */ y({
|
|
3743
3749
|
__name: "FluxVerticalWindowTransition",
|
|
3744
3750
|
props: {
|
|
3745
3751
|
isBack: { type: Boolean },
|
|
@@ -3779,12 +3785,12 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3779
3785
|
_: 3
|
|
3780
3786
|
}, 8, ["mode", "enter-active-class", "enter-from-class", "leave-active-class", "leave-to-class"]));
|
|
3781
3787
|
}
|
|
3782
|
-
}),
|
|
3788
|
+
}), cm = "avatar", dm = "avatar-image", mm = "avatar-fallback", pm = "icon", fm = "avatar-fallback-colorized avatar-fallback", hm = "avatar-fallback-neutral avatar-fallback", gm = "avatar-loading", bm = "spinner", vm = "avatar-status", ym = "avatar-status-gray avatar-status", km = "avatar-status-primary avatar-status", Am = "avatar-status-danger avatar-status", Fm = "avatar-status-info avatar-status", $m = "avatar-status-success avatar-status", Cm = "avatar-status-warning avatar-status", wm = "avatar-clickable", Bm = "status-avatar avatar", Sm = "persona", Em = "persona-details", Be = { avatar: cm, avatarImage: dm, avatarFallback: mm, icon: pm, avatarFallbackColorized: fm, avatarFallbackNeutral: hm, avatarLoading: gm, spinner: bm, avatarStatus: vm, avatarStatusGray: ym, avatarStatusPrimary: km, avatarStatusDanger: Am, avatarStatusInfo: Fm, avatarStatusSuccess: $m, avatarStatusWarning: Cm, avatarClickable: wm, statusAvatar: Bm, persona: Sm, personaDetails: Em }, Im = ["alt", "src"], Tm = { key: 0 }, ji = /* @__PURE__ */ y({
|
|
3783
3789
|
__name: "FluxAvatar",
|
|
3784
3790
|
props: {
|
|
3785
3791
|
alt: {},
|
|
3786
3792
|
fallback: { default: "colorized" },
|
|
3787
|
-
fallbackColors: { default: () => [
|
|
3793
|
+
fallbackColors: { default: () => [jl, ql, Yl, Ql, Jl, tr, nr, ir, or, na, ur, Ui, mr, Rl, Ni, Nl, Ul] },
|
|
3788
3794
|
fallbackIcon: { default: "user" },
|
|
3789
3795
|
fallbackInitials: {},
|
|
3790
3796
|
isLoading: { type: Boolean },
|
|
@@ -3845,11 +3851,11 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3845
3851
|
class: d(t(Be).avatarImage),
|
|
3846
3852
|
alt: s.alt,
|
|
3847
3853
|
src: s.src
|
|
3848
|
-
}, null, 10,
|
|
3854
|
+
}, null, 10, Im)) : (c(), p("div", {
|
|
3849
3855
|
key: 1,
|
|
3850
3856
|
class: d(s.fallback === "colorized" ? t(Be).avatarFallbackColorized : t(Be).avatarFallbackNeutral)
|
|
3851
3857
|
}, [
|
|
3852
|
-
s.fallbackInitials ? (c(), p("span",
|
|
3858
|
+
s.fallbackInitials ? (c(), p("span", Tm, x(s.fallbackInitials), 1)) : s.fallbackIcon ? (c(), b(U, {
|
|
3853
3859
|
key: 1,
|
|
3854
3860
|
name: s.fallbackIcon
|
|
3855
3861
|
}, null, 8, ["name"])) : B("", !0)
|
|
@@ -3873,7 +3879,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3873
3879
|
_: 1
|
|
3874
3880
|
}, 8, ["class", "style", "component-type", "aria-label", "tabindex", "href", "rel", "target", "to"]));
|
|
3875
3881
|
}
|
|
3876
|
-
}),
|
|
3882
|
+
}), Lm = "badge", Dm = "spinner", Mm = "badge-close", Pm = "icon", Vm = "badge-dot", xm = "badge-icon", Om = "badge-label", Rm = "badge-gray badge", zm = "badge-primary badge", Hm = "badge-danger badge", Nm = "badge-info badge", Gm = "badge-success badge", Um = "badge-warning badge", Wm = "tag badge", jm = "tag-close badge-close", _m = "tag-dot badge-dot", qm = "tag-icon badge-icon", Km = "tag-label badge-label", Ym = "tag-gray badge-gray badge tag badge", Zm = "tag-primary badge-primary badge tag badge", Qm = "tag-danger badge-danger badge tag badge", Xm = "tag-info badge-info badge tag badge", Jm = "tag-success badge-success badge tag badge", ep = "tag-warning badge-warning badge tag badge", he = { badge: Lm, spinner: Dm, badgeClose: Mm, icon: Pm, badgeDot: Vm, badgeIcon: xm, badgeLabel: Om, badgeGray: Rm, badgePrimary: zm, badgeDanger: Hm, badgeInfo: Nm, badgeSuccess: Gm, badgeWarning: Um, tag: Wm, tagClose: jm, tagDot: _m, tagIcon: qm, tagLabel: Km, tagGray: Ym, tagPrimary: Zm, tagDanger: Qm, tagInfo: Xm, tagSuccess: Jm, tagWarning: ep }, xA = /* @__PURE__ */ y({
|
|
3877
3883
|
__name: "FluxBadge",
|
|
3878
3884
|
props: {
|
|
3879
3885
|
color: { default: "gray" },
|
|
@@ -3943,7 +3949,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3943
3949
|
_: 1
|
|
3944
3950
|
}, 8, ["class", "component-type", "tabindex", "href", "rel", "target", "to"]));
|
|
3945
3951
|
}
|
|
3946
|
-
}),
|
|
3952
|
+
}), OA = /* @__PURE__ */ y({
|
|
3947
3953
|
__name: "FluxBadgeStack",
|
|
3948
3954
|
setup(n) {
|
|
3949
3955
|
return (e, a) => (c(), b(_e, {
|
|
@@ -3957,10 +3963,10 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3957
3963
|
_: 3
|
|
3958
3964
|
}));
|
|
3959
3965
|
}
|
|
3960
|
-
}),
|
|
3966
|
+
}), RA = y({
|
|
3961
3967
|
inheritAttrs: !1,
|
|
3962
3968
|
props: {
|
|
3963
|
-
colors: { default: [na, "transparent",
|
|
3969
|
+
colors: { default: [na, "transparent", Ni, "transparent", Ui, "transparent", na], type: Array },
|
|
3964
3970
|
duration: { default: 9, type: Number },
|
|
3965
3971
|
offset: { default: 1, type: Number },
|
|
3966
3972
|
radius: { default: void 0, type: [String, Number] },
|
|
@@ -3985,7 +3991,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
3985
3991
|
}))
|
|
3986
3992
|
);
|
|
3987
3993
|
}
|
|
3988
|
-
}),
|
|
3994
|
+
}), zA = /* @__PURE__ */ y({
|
|
3989
3995
|
__name: "FluxBoxedIcon",
|
|
3990
3996
|
props: {
|
|
3991
3997
|
color: {},
|
|
@@ -4011,7 +4017,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4011
4017
|
v(U, { name: e.name }, null, 8, ["name"])
|
|
4012
4018
|
], 6));
|
|
4013
4019
|
}
|
|
4014
|
-
}),
|
|
4020
|
+
}), tp = /* @__PURE__ */ y({
|
|
4015
4021
|
__name: "Anchor",
|
|
4016
4022
|
props: {
|
|
4017
4023
|
tagName: {}
|
|
@@ -4024,7 +4030,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4024
4030
|
_: 3
|
|
4025
4031
|
}));
|
|
4026
4032
|
}
|
|
4027
|
-
}),
|
|
4033
|
+
}), np = /* @__PURE__ */ y({
|
|
4028
4034
|
__name: "AnchorPopup",
|
|
4029
4035
|
props: {
|
|
4030
4036
|
anchor: {},
|
|
@@ -4108,7 +4114,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4108
4114
|
function r() {
|
|
4109
4115
|
s();
|
|
4110
4116
|
}
|
|
4111
|
-
return
|
|
4117
|
+
return Wt(() => {
|
|
4112
4118
|
!n.anchor || !Ue(n.anchor) && !n.anchor.$el || (e.value = Ue(n.anchor) ? n.anchor : n.anchor.$el, requestAnimationFrame(o), requestAnimationFrame(s));
|
|
4113
4119
|
}), (u, m) => (c(), p("div", {
|
|
4114
4120
|
ref: "popup",
|
|
@@ -4121,7 +4127,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4121
4127
|
w(u.$slots, "default")
|
|
4122
4128
|
], 4));
|
|
4123
4129
|
}
|
|
4124
|
-
}), {
|
|
4130
|
+
}), { buttonLabel: ap, button: ip, buttonIcon: _i } = rt, sp = "menu", op = "menu-normal menu", lp = "menu-large menu", rp = "menu-group", up = "menu-group-horizontal menu-group", cp = "menu-group-vertical menu-group", dp = `menu-item ${ip}`, mp = `menu-item-icon ${_i}`, pp = `menu-item-label ${ap}`, fp = "menu-item-active", hp = "menu-item-destructive", gp = "menu-item-highlighted", bp = "menu-item-indented", vp = `menu-item-selectable-icon ${_i}`, yp = "menu-item-selected", kp = "menu-item-command", Ap = "menu-item-command-icon", Fp = "icon", $p = "menu-item-image", Cp = "menu-title", wp = "menu-sub-header", Bp = "menu-sub-header-icon", Sp = "menu-sub-header-label", Ep = "base-pane", Ip = "divider", Tp = "separator", Lp = "expandable-body", fe = { menu: sp, menuNormal: op, menuLarge: lp, menuGroup: rp, menuGroupHorizontal: up, menuGroupVertical: cp, menuItem: dp, menuItemIcon: mp, menuItemLabel: pp, menuItemActive: fp, menuItemDestructive: hp, menuItemHighlighted: gp, menuItemIndented: bp, menuItemSelectableIcon: vp, menuItemSelected: yp, menuItemCommand: kp, menuItemCommandIcon: Ap, icon: Fp, menuItemImage: $p, menuTitle: Cp, menuSubHeader: wp, menuSubHeaderIcon: Bp, menuSubHeaderLabel: Sp, basePane: Ep, divider: Ip, separator: Tp, expandableBody: Lp }, Dp = ["src"], We = /* @__PURE__ */ y({
|
|
4125
4131
|
__name: "FluxMenuItem",
|
|
4126
4132
|
props: {
|
|
4127
4133
|
type: { default: "button" },
|
|
@@ -4180,7 +4186,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4180
4186
|
class: d(t(fe).menuItemImage),
|
|
4181
4187
|
src: e.imageSrc,
|
|
4182
4188
|
alt: ""
|
|
4183
|
-
}, null, 10,
|
|
4189
|
+
}, null, 10, Dp)
|
|
4184
4190
|
]),
|
|
4185
4191
|
key: "1"
|
|
4186
4192
|
} : void 0,
|
|
@@ -4207,7 +4213,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4207
4213
|
} : void 0
|
|
4208
4214
|
]), 1040, ["css-class", "css-class-icon", "css-class-label", "role", "class", "aria-checked"]));
|
|
4209
4215
|
}
|
|
4210
|
-
}), { basePaneStructure:
|
|
4216
|
+
}), { basePaneStructure: Mp } = mt, Pp = "form-input-group form-input-enabled form-input", Vp = "button-group", xp = "button", Op = "form-input", Rp = "form-select form-input", zp = "form-structure-element", Hp = "form form-structure-element", Np = "pane", Gp = "form-column form-structure-element", Up = "form-section form-structure-element", Wp = "form-row", jp = "form-section-title", _p = "form-field", qp = "form-field-header", Kp = "form-field-label", Yp = "form-field-optional", Zp = "form-field-value", Qp = "form-field-counter", Xp = "form-field-addition", Jp = "form-field-addition-icon", ef = "form-field-addition-error form-field-addition", tf = "form-field-addition-hint form-field-addition", nf = "is-secondary", af = "form-input-disabled form-input", sf = "form-input-enabled form-input", of = "form-input-icon", lf = "form-input-icon-trailing form-input-icon", rf = "form-input-icon-leading form-input-icon", uf = "form-input-icon-password-toggle form-input-icon-trailing form-input-icon", cf = "form-input-native", df = "form-input-native-has-icon-leading", mf = "form-input-native-has-icon-trailing", pf = "form-input-addition form-input", ff = "secondary-button", hf = "form-date-input", gf = "form-date-range-input form-input", bf = "form-date-time-input", vf = "input-group", yf = "form-time-input form-date-input", kf = "is-disabled", Af = "is-focused", Ff = "badge", $f = "form-select-icon", Cf = "form-select-input", wf = "form-select-placeholder", Bf = `form-select-popup ${Mp}`, Sf = "menu-item", Ef = "is-keyboard-action", If = "is-searchable", Tf = "menu-sub-header", Lf = "form-select-selected", Df = "button-label", Mf = "form-text-area", Pf = "form-text-area-disabled form-input-disabled form-input form-text-area", Vf = "form-text-area-enabled form-input-enabled form-input form-text-area", xf = "checkbox", Of = "checkbox-element", Rf = "checkbox-native", zf = "icon", Hf = "checkbox-label", Nf = "quantity-selector", Gf = "quantity-selector-button", Uf = "quantity-selector-input form-input", Wf = "pin-input", jf = "pin-input-field", _f = "pin-input-enabled pin-input", qf = "pin-input-disabled pin-input", Kf = "toggle", Yf = "is-checked", Zf = "toggle-input", Qf = "is-switch", Xf = "toggle-icon", Jf = "toggle-icon-on toggle-icon", eh = "toggle-icon-off toggle-icon", O = { formInputGroup: Pp, buttonGroup: Vp, button: xp, formInput: Op, formSelect: Rp, formStructureElement: zp, form: Hp, pane: Np, formColumn: Gp, formSection: Up, formRow: Wp, formSectionTitle: jp, formField: _p, formFieldHeader: qp, formFieldLabel: Kp, formFieldOptional: Yp, formFieldValue: Zp, formFieldCounter: Qp, formFieldAddition: Xp, formFieldAdditionIcon: Jp, formFieldAdditionError: ef, formFieldAdditionHint: tf, isSecondary: nf, formInputDisabled: af, formInputEnabled: sf, formInputIcon: of, formInputIconTrailing: lf, formInputIconLeading: rf, formInputIconPasswordToggle: uf, formInputNative: cf, formInputNativeHasIconLeading: df, formInputNativeHasIconTrailing: mf, formInputAddition: pf, secondaryButton: ff, formDateInput: hf, formDateRangeInput: gf, formDateTimeInput: bf, inputGroup: vf, formTimeInput: yf, isDisabled: kf, isFocused: Af, badge: Ff, formSelectIcon: $f, formSelectInput: Cf, formSelectPlaceholder: wf, formSelectPopup: Bf, menuItem: Sf, isKeyboardAction: Ef, isSearchable: If, menuSubHeader: Tf, formSelectSelected: Lf, buttonLabel: Df, formTextArea: Mf, formTextAreaDisabled: Pf, formTextAreaEnabled: Vf, checkbox: xf, checkboxElement: Of, checkboxNative: Rf, icon: zf, checkboxLabel: Hf, quantitySelector: Nf, quantitySelectorButton: Gf, quantitySelectorInput: Uf, pinInput: Wf, pinInputField: jf, pinInputEnabled: _f, pinInputDisabled: qf, toggle: Kf, isChecked: Yf, toggleInput: Zf, isSwitch: Qf, toggleIcon: Xf, toggleIconOn: Jf, toggleIconOff: eh }, th = ["aria-disabled"], nh = ["id", "autocomplete", "autofocus", "aria-disabled", "disabled", "max", "maxlength", "min", "placeholder", "readonly", "step", "type", "value"], we = /* @__PURE__ */ y({
|
|
4211
4217
|
__name: "FluxFormInput",
|
|
4212
4218
|
props: /* @__PURE__ */ ee({
|
|
4213
4219
|
autoComplete: {},
|
|
@@ -4299,7 +4305,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4299
4305
|
}, { immediate: !0 }), z([l, () => n.pattern, u], ([A, I, C], R, G) => {
|
|
4300
4306
|
if (!A || !I)
|
|
4301
4307
|
return;
|
|
4302
|
-
const T =
|
|
4308
|
+
const T = Ds[I](A);
|
|
4303
4309
|
C && (T.value = C, s.value = T.value), G(() => T.destroy());
|
|
4304
4310
|
}, { immediate: !0 }), z(() => n.type, (A) => m.value = A), e({
|
|
4305
4311
|
blur: f,
|
|
@@ -4335,7 +4341,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4335
4341
|
onFocus: I[1] || (I[1] = (C) => $()),
|
|
4336
4342
|
onInput: E,
|
|
4337
4343
|
onKeydown: S
|
|
4338
|
-
}, null, 42,
|
|
4344
|
+
}, null, 42, nh),
|
|
4339
4345
|
A.iconLeading ? (c(), b(U, {
|
|
4340
4346
|
key: 0,
|
|
4341
4347
|
class: d(t(O).formInputIconLeading),
|
|
@@ -4354,7 +4360,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4354
4360
|
name: A.iconTrailing,
|
|
4355
4361
|
size: 18
|
|
4356
4362
|
}, null, 8, ["class", "name"])) : B("", !0)
|
|
4357
|
-
], 10,
|
|
4363
|
+
], 10, th));
|
|
4358
4364
|
}
|
|
4359
4365
|
}), St = /* @__PURE__ */ y({
|
|
4360
4366
|
__name: "FluxMenuGroup",
|
|
@@ -4396,7 +4402,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4396
4402
|
}, null, 8, ["class", "name"])) : B("", !0)
|
|
4397
4403
|
], 2));
|
|
4398
4404
|
}
|
|
4399
|
-
}),
|
|
4405
|
+
}), ah = "filter", ih = "menu", sh = "divider", oh = "separator", lh = "menu-group", rh = "menu-sub-header", uh = "filter-search", ch = "menu-item-label", dh = "pane-body", mh = "filter-header", ph = "filter-back", fh = "filter-reset", hh = "filter-date-picker", $t = { filter: ah, menu: ih, divider: sh, separator: oh, menuGroup: lh, menuSubHeader: rh, filterSearch: uh, menuItemLabel: ch, paneBody: dh, filterHeader: mh, filterBack: ph, filterReset: fh, filterDatePicker: hh }, Tn = /* @__PURE__ */ y({
|
|
4400
4406
|
__name: "FilterOptionBase",
|
|
4401
4407
|
props: /* @__PURE__ */ ee({
|
|
4402
4408
|
isLoading: { type: Boolean },
|
|
@@ -4459,7 +4465,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4459
4465
|
},
|
|
4460
4466
|
setup(n) {
|
|
4461
4467
|
const e = te("element");
|
|
4462
|
-
return
|
|
4468
|
+
return Hi(e, {
|
|
4463
4469
|
direction: "vertical"
|
|
4464
4470
|
}), (a, i) => (c(), p("nav", {
|
|
4465
4471
|
ref: "element",
|
|
@@ -4470,7 +4476,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4470
4476
|
w(a.$slots, "default")
|
|
4471
4477
|
], 2));
|
|
4472
4478
|
}
|
|
4473
|
-
}),
|
|
4479
|
+
}), gh = /* @__PURE__ */ y({
|
|
4474
4480
|
__name: "FluxTag",
|
|
4475
4481
|
props: {
|
|
4476
4482
|
color: { default: "gray" },
|
|
@@ -4541,7 +4547,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4541
4547
|
_: 1
|
|
4542
4548
|
}, 8, ["class", "component-type", "tabindex", "href", "rel", "target", "to"]));
|
|
4543
4549
|
}
|
|
4544
|
-
}), Yt = -1,
|
|
4550
|
+
}), Yt = -1, qi = /* @__PURE__ */ y({
|
|
4545
4551
|
inheritAttrs: !1,
|
|
4546
4552
|
__name: "SelectBase",
|
|
4547
4553
|
props: /* @__PURE__ */ ee({
|
|
@@ -4632,7 +4638,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4632
4638
|
});
|
|
4633
4639
|
}), a("open");
|
|
4634
4640
|
}), z(i, (T) => a("search", T)), z([() => n.options, h], () => g.value = Yt), (T, V) => (c(), p(H, null, [
|
|
4635
|
-
v(
|
|
4641
|
+
v(tp, ye({ ref: "anchor" }, T.$attrs, {
|
|
4636
4642
|
class: t(Z)(
|
|
4637
4643
|
t(O).formSelect,
|
|
4638
4644
|
t(s) && t(O).isDisabled,
|
|
@@ -4656,7 +4662,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4656
4662
|
"icon-leading": T.selected[0].icon,
|
|
4657
4663
|
label: T.selected[0].label,
|
|
4658
4664
|
tabindex: "-1"
|
|
4659
|
-
}, null, 8, ["class", "command", "command-icon", "icon-leading", "label"])) : T.isMultiple && T.selected[0] ? (c(!0), p(H, { key: 1 }, q(T.selected, (M) => (c(), b(
|
|
4665
|
+
}, null, 8, ["class", "command", "command-icon", "icon-leading", "label"])) : T.isMultiple && T.selected[0] ? (c(!0), p(H, { key: 1 }, q(T.selected, (M) => (c(), b(gh, {
|
|
4660
4666
|
key: M.value ?? "null option",
|
|
4661
4667
|
label: M.label,
|
|
4662
4668
|
"is-deletable": "",
|
|
@@ -4680,7 +4686,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4680
4686
|
(c(), b(Oa, { to: "body" }, [
|
|
4681
4687
|
v(t(Le), null, {
|
|
4682
4688
|
default: k(() => [
|
|
4683
|
-
h.value && !t(s) ? (c(), b(
|
|
4689
|
+
h.value && !t(s) ? (c(), b(np, {
|
|
4684
4690
|
key: 0,
|
|
4685
4691
|
ref: "anchorPopup",
|
|
4686
4692
|
class: d(t(Z)(
|
|
@@ -4768,7 +4774,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4768
4774
|
]))
|
|
4769
4775
|
], 64));
|
|
4770
4776
|
}
|
|
4771
|
-
}),
|
|
4777
|
+
}), bh = "slider", vh = "is-disabled", yh = "is-dragging", kh = "slider-thumb", Ah = "slider-track", Fh = "slider-track-value", $h = "tick", Ch = "tick-large tick", wh = "tick-small tick", Bh = "ticks", He = { slider: bh, isDisabled: vh, isDragging: yh, sliderThumb: kh, sliderTrack: Ah, sliderTrackValue: Fh, tick: $h, tickLarge: Ch, tickSmall: wh, ticks: Bh }, Sh = /* @__PURE__ */ y({
|
|
4772
4778
|
__name: "FluxTicks",
|
|
4773
4779
|
props: {
|
|
4774
4780
|
lower: {},
|
|
@@ -4797,7 +4803,7 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4797
4803
|
}, null, 6))), 128))
|
|
4798
4804
|
], 2));
|
|
4799
4805
|
}
|
|
4800
|
-
}),
|
|
4806
|
+
}), Eh = ["aria-disabled"], Ki = /* @__PURE__ */ y({
|
|
4801
4807
|
__name: "SliderBase",
|
|
4802
4808
|
props: {
|
|
4803
4809
|
disabled: { type: Boolean },
|
|
@@ -4839,15 +4845,15 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4839
4845
|
"aria-disabled": t(i) ? !0 : void 0,
|
|
4840
4846
|
onPointerdown: o
|
|
4841
4847
|
}, [
|
|
4842
|
-
u.isTicksVisible ? (c(), b(
|
|
4848
|
+
u.isTicksVisible ? (c(), b(Sh, {
|
|
4843
4849
|
key: 0,
|
|
4844
4850
|
lower: u.min,
|
|
4845
4851
|
upper: u.max
|
|
4846
4852
|
}, null, 8, ["lower", "upper"])) : B("", !0),
|
|
4847
4853
|
w(u.$slots, "default")
|
|
4848
|
-
], 42,
|
|
4854
|
+
], 42, Eh));
|
|
4849
4855
|
}
|
|
4850
|
-
}),
|
|
4856
|
+
}), Ih = ["aria-disabled", "tabindex"], ia = /* @__PURE__ */ y({
|
|
4851
4857
|
__name: "SliderThumb",
|
|
4852
4858
|
props: {
|
|
4853
4859
|
disabled: { type: Boolean },
|
|
@@ -4888,9 +4894,9 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4888
4894
|
type: "button",
|
|
4889
4895
|
onKeydown: s,
|
|
4890
4896
|
onPointerdown: l[0] || (l[0] = (r) => o.$emit("grab", r))
|
|
4891
|
-
}, null, 46,
|
|
4897
|
+
}, null, 46, Ih));
|
|
4892
4898
|
}
|
|
4893
|
-
}),
|
|
4899
|
+
}), Yi = /* @__PURE__ */ y({
|
|
4894
4900
|
__name: "SliderTrack",
|
|
4895
4901
|
props: {
|
|
4896
4902
|
percentageLower: {},
|
|
@@ -4911,8 +4917,8 @@ const { button: nn, buttonIcon: an, buttonLabel: sn } = rt, pu = `primary-button
|
|
|
4911
4917
|
], 2));
|
|
4912
4918
|
}
|
|
4913
4919
|
});
|
|
4914
|
-
function
|
|
4915
|
-
const l =
|
|
4920
|
+
function Zi(n, e, a, i, s, o) {
|
|
4921
|
+
const l = Ut();
|
|
4916
4922
|
let r = null, u = 0;
|
|
4917
4923
|
Ee(() => {
|
|
4918
4924
|
window.addEventListener("keydown", m);
|
|
@@ -4923,8 +4929,8 @@ function Yi(n, e, a, i, s, o) {
|
|
|
4923
4929
|
f.key !== "Escape" || !r || !e.isCloseable || (f.preventDefault(), f.stopPropagation(), a("close"));
|
|
4924
4930
|
}
|
|
4925
4931
|
return () => {
|
|
4926
|
-
const { dialogCount: f } = wn(), g = dt(i.default?.() ?? []), F = g.length > 0 && g.some(($) => $.type !==
|
|
4927
|
-
return F ? (r || (r =
|
|
4932
|
+
const { dialogCount: f } = wn(), g = dt(i.default?.() ?? []), F = g.length > 0 && g.some(($) => $.type !== ms), h = [];
|
|
4933
|
+
return F ? (r || (r = Xa(), u = f + 1e3), h.push(Ye("div", {
|
|
4928
4934
|
key: e.viewKey,
|
|
4929
4935
|
class: s,
|
|
4930
4936
|
style: { zIndex: u }
|
|
@@ -4935,7 +4941,7 @@ function Yi(n, e, a, i, s, o) {
|
|
|
4935
4941
|
]);
|
|
4936
4942
|
};
|
|
4937
4943
|
}
|
|
4938
|
-
function
|
|
4944
|
+
function Qi(n, e, a = !1) {
|
|
4939
4945
|
const i = ve();
|
|
4940
4946
|
if (n.day === e.day && n.month === e.month && n.year === e.year)
|
|
4941
4947
|
return n.toLocaleString({
|
|
@@ -4978,7 +4984,7 @@ function Zi(n, e, a = !1) {
|
|
|
4978
4984
|
}
|
|
4979
4985
|
return i("flux.customPeriod");
|
|
4980
4986
|
}
|
|
4981
|
-
const
|
|
4987
|
+
const Th = "divider", Lh = "divider-content-start divider", Dh = "divider-content-center divider", Mh = "divider-content-end divider", Ph = "divider-content", Vh = "divider-line", xh = "separator", Oh = "separator-horizontal separator", Rh = "separator-vertical separator", kt = { divider: Th, dividerContentStart: Lh, dividerContentCenter: Dh, dividerContentEnd: Mh, dividerContent: Ph, dividerLine: Vh, separator: xh, separatorHorizontal: Oh, separatorVertical: Rh }, zh = ["aria-orientation"], Xi = /* @__PURE__ */ y({
|
|
4982
4988
|
__name: "FluxSeparator",
|
|
4983
4989
|
props: {
|
|
4984
4990
|
direction: { default: "horizontal" }
|
|
@@ -4988,9 +4994,9 @@ const Ih = "divider", Th = "divider-content-start divider", Lh = "divider-conten
|
|
|
4988
4994
|
class: d(e.direction === "horizontal" ? t(kt).separatorHorizontal : t(kt).separatorVertical),
|
|
4989
4995
|
role: "separator",
|
|
4990
4996
|
"aria-orientation": e.direction
|
|
4991
|
-
}, null, 10,
|
|
4997
|
+
}, null, 10, zh));
|
|
4992
4998
|
}
|
|
4993
|
-
}),
|
|
4999
|
+
}), Hh = /* @__PURE__ */ y({
|
|
4994
5000
|
__name: "FilterItem",
|
|
4995
5001
|
props: {
|
|
4996
5002
|
item: {},
|
|
@@ -5014,7 +5020,7 @@ const Ih = "divider", Th = "divider-content-start divider", Lh = "divider-conten
|
|
|
5014
5020
|
onClick: r
|
|
5015
5021
|
}, null, 8, ["command", "command-loading", "icon-leading", "label"]));
|
|
5016
5022
|
}
|
|
5017
|
-
}),
|
|
5023
|
+
}), Nh = y({
|
|
5018
5024
|
props: {
|
|
5019
5025
|
navigate: Function,
|
|
5020
5026
|
state: Object
|
|
@@ -5029,8 +5035,8 @@ const Ih = "divider", Th = "divider-content-start divider", Lh = "divider-conten
|
|
|
5029
5035
|
continue;
|
|
5030
5036
|
}
|
|
5031
5037
|
if (l.startsWith("FluxFilter")) {
|
|
5032
|
-
const r = Ft(o), u =
|
|
5033
|
-
s[s.length - 1].push(
|
|
5038
|
+
const r = Ft(o), u = Vi(l.substring(10));
|
|
5039
|
+
s[s.length - 1].push(Qh[u](r));
|
|
5034
5040
|
continue;
|
|
5035
5041
|
}
|
|
5036
5042
|
s[s.length - 1].push(o);
|
|
@@ -5038,11 +5044,11 @@ const Ih = "divider", Th = "divider-content-start divider", Lh = "divider-conten
|
|
|
5038
5044
|
return s;
|
|
5039
5045
|
});
|
|
5040
5046
|
return () => Ye(Jt, {}, {
|
|
5041
|
-
default: () => t(a).map((i, s) =>
|
|
5047
|
+
default: () => t(a).map((i, s) => Yh(i, s, n.navigate, n.state))
|
|
5042
5048
|
});
|
|
5043
5049
|
}
|
|
5044
5050
|
});
|
|
5045
|
-
function
|
|
5051
|
+
function Gh(n) {
|
|
5046
5052
|
return {
|
|
5047
5053
|
...n,
|
|
5048
5054
|
type: "date",
|
|
@@ -5055,7 +5061,7 @@ function Nh(n) {
|
|
|
5055
5061
|
}
|
|
5056
5062
|
};
|
|
5057
5063
|
}
|
|
5058
|
-
function
|
|
5064
|
+
function Uh(n) {
|
|
5059
5065
|
return {
|
|
5060
5066
|
...n,
|
|
5061
5067
|
type: "dateRange",
|
|
@@ -5063,11 +5069,11 @@ function Gh(n) {
|
|
|
5063
5069
|
if (!Array.isArray(e) || e.length !== 2)
|
|
5064
5070
|
return null;
|
|
5065
5071
|
const [a, i] = e;
|
|
5066
|
-
return !Fe.isDateTime(a) || !Fe.isDateTime(i) ? null :
|
|
5072
|
+
return !Fe.isDateTime(a) || !Fe.isDateTime(i) ? null : Qi(a, i);
|
|
5067
5073
|
}
|
|
5068
5074
|
};
|
|
5069
5075
|
}
|
|
5070
|
-
function
|
|
5076
|
+
function Wh(n) {
|
|
5071
5077
|
const e = n.options;
|
|
5072
5078
|
return {
|
|
5073
5079
|
...n,
|
|
@@ -5077,7 +5083,7 @@ function Uh(n) {
|
|
|
5077
5083
|
}
|
|
5078
5084
|
};
|
|
5079
5085
|
}
|
|
5080
|
-
function
|
|
5086
|
+
function jh(n) {
|
|
5081
5087
|
const e = n.fetchOptions;
|
|
5082
5088
|
return {
|
|
5083
5089
|
...n,
|
|
@@ -5087,17 +5093,17 @@ function Wh(n) {
|
|
|
5087
5093
|
}
|
|
5088
5094
|
};
|
|
5089
5095
|
}
|
|
5090
|
-
function
|
|
5096
|
+
function _h(n) {
|
|
5091
5097
|
const e = n.options, a = ve();
|
|
5092
5098
|
return {
|
|
5093
5099
|
...n,
|
|
5094
5100
|
type: "options",
|
|
5095
5101
|
async getValueLabel(i) {
|
|
5096
|
-
return Array.isArray(i) ?
|
|
5102
|
+
return Array.isArray(i) ? Ji(a, e, i) : null;
|
|
5097
5103
|
}
|
|
5098
5104
|
};
|
|
5099
5105
|
}
|
|
5100
|
-
function
|
|
5106
|
+
function qh(n) {
|
|
5101
5107
|
const e = n.fetchOptions, a = ve();
|
|
5102
5108
|
return {
|
|
5103
5109
|
...n,
|
|
@@ -5106,11 +5112,11 @@ function _h(n) {
|
|
|
5106
5112
|
if (!Array.isArray(i))
|
|
5107
5113
|
return null;
|
|
5108
5114
|
const s = (await e(i)).filter(nt);
|
|
5109
|
-
return
|
|
5115
|
+
return Ji(a, s, i);
|
|
5110
5116
|
}
|
|
5111
5117
|
};
|
|
5112
5118
|
}
|
|
5113
|
-
function
|
|
5119
|
+
function Kh(n) {
|
|
5114
5120
|
return {
|
|
5115
5121
|
...n,
|
|
5116
5122
|
type: "range",
|
|
@@ -5126,33 +5132,33 @@ function qh(n) {
|
|
|
5126
5132
|
}
|
|
5127
5133
|
};
|
|
5128
5134
|
}
|
|
5129
|
-
function
|
|
5135
|
+
function Yh(n, e, a, i) {
|
|
5130
5136
|
const s = [];
|
|
5131
|
-
return e > 0 && s.push(Ye(
|
|
5132
|
-
default: () => n.map((o) =>
|
|
5137
|
+
return e > 0 && s.push(Ye(Xi)), s.push(Ye(St, {}, {
|
|
5138
|
+
default: () => n.map((o) => Zh(o, a, i))
|
|
5133
5139
|
})), s;
|
|
5134
5140
|
}
|
|
5135
|
-
function
|
|
5136
|
-
return
|
|
5141
|
+
function Zh(n, e, a) {
|
|
5142
|
+
return ps(n) ? n : Ye(Hh, {
|
|
5137
5143
|
item: n,
|
|
5138
5144
|
value: a[n.name] ?? null,
|
|
5139
5145
|
onClick: () => e(n.name)
|
|
5140
5146
|
});
|
|
5141
5147
|
}
|
|
5142
|
-
function
|
|
5148
|
+
function Ji(n, e, a) {
|
|
5143
5149
|
const i = e.filter((s) => a.includes(s.value)).length;
|
|
5144
5150
|
return i <= 0 ? null : i === 1 ? e.find((s) => a.includes(s.value)).label : n("flux.nSelected", {
|
|
5145
5151
|
n: i
|
|
5146
5152
|
});
|
|
5147
5153
|
}
|
|
5148
|
-
const
|
|
5149
|
-
date:
|
|
5150
|
-
dateRange:
|
|
5151
|
-
option:
|
|
5152
|
-
optionAsync:
|
|
5153
|
-
options:
|
|
5154
|
-
optionsAsync:
|
|
5155
|
-
range:
|
|
5154
|
+
const Qh = {
|
|
5155
|
+
date: Gh,
|
|
5156
|
+
dateRange: Uh,
|
|
5157
|
+
option: Wh,
|
|
5158
|
+
optionAsync: jh,
|
|
5159
|
+
options: _h,
|
|
5160
|
+
optionsAsync: qh,
|
|
5161
|
+
range: Kh
|
|
5156
5162
|
}, Ln = y({
|
|
5157
5163
|
props: {
|
|
5158
5164
|
vnode: Object
|
|
@@ -5160,7 +5166,7 @@ const Zh = {
|
|
|
5160
5166
|
setup(n) {
|
|
5161
5167
|
return () => n.vnode;
|
|
5162
5168
|
}
|
|
5163
|
-
}), {
|
|
5169
|
+
}), { basePaneLoader: Xh, basePaneStructure: Jh } = mt, eg = `calendar ${Jh}`, tg = "calendar-actions", ng = `calendar-loader ${Xh}`, ag = "calendar-current", ig = "calendar-current-value", sg = "calendar-current-month calendar-current-value", og = "calendar-current-year calendar-current-value", lg = "calendar-cells", rg = "calendar-cell", ug = "calendar-day calendar-cell", cg = "calendar-entry calendar-cell", dg = "is-disabled", mg = "calendar-entry-date", pg = "calendar-events", fg = "calendar-event", hg = "is-single", gg = "is-middle", bg = "is-start", vg = "is-end", Ce = { calendar: eg, calendarActions: tg, calendarLoader: ng, calendarCurrent: ag, calendarCurrentValue: ig, calendarCurrentMonth: sg, calendarCurrentYear: og, calendarCells: lg, calendarCell: rg, calendarDay: ug, calendarEntry: cg, isDisabled: dg, calendarEntryDate: mg, calendarEvents: pg, calendarEvent: fg, isSingle: hg, isMiddle: gg, isStart: bg, isEnd: vg }, yg = "date-picker", kg = "date-picker-dates", Ag = "date-picker-months", Fg = "date-picker-years", $g = "date-picker-header", Cg = "date-picker-header-view", wg = "date-picker-header-view-button", Bg = "date-picker-date", Sg = "is-disabled", Eg = "is-range-entry", Ig = "is-range-end", Tg = "is-range-start", Lg = "is-selection-entry", Dg = "is-selection-end", Mg = "is-selection-start", Pg = "is-selected", Vg = "date-picker-dates-grid", xg = "date-picker-day", Og = "button", ge = { datePicker: yg, datePickerDates: kg, datePickerMonths: Ag, datePickerYears: Fg, datePickerHeader: $g, datePickerHeaderView: Cg, datePickerHeaderViewButton: wg, datePickerDate: Bg, isDisabled: Sg, isRangeEntry: Eg, isRangeEnd: Ig, isRangeStart: Tg, isSelectionEntry: Lg, isSelectionEnd: Dg, isSelectionStart: Mg, isSelected: Pg, datePickerDatesGrid: Vg, datePickerDay: xg, button: Og }, Rg = ["onClick"], zg = ["onClick"], HA = /* @__PURE__ */ y({
|
|
5164
5170
|
__name: "FluxCalendar",
|
|
5165
5171
|
props: {
|
|
5166
5172
|
initialDate: { default: () => Fe.now() },
|
|
@@ -5178,15 +5184,15 @@ const Zh = {
|
|
|
5178
5184
|
nextMonth: f,
|
|
5179
5185
|
previousMonth: g,
|
|
5180
5186
|
setViewDate: F
|
|
5181
|
-
} =
|
|
5187
|
+
} = xi(n.initialDate, {
|
|
5182
5188
|
weekDayLength: "long"
|
|
5183
5189
|
}), {
|
|
5184
5190
|
months: h
|
|
5185
|
-
} =
|
|
5191
|
+
} = Oi(o, "short"), {
|
|
5186
5192
|
years: $,
|
|
5187
5193
|
next: E,
|
|
5188
5194
|
previous: S
|
|
5189
|
-
} =
|
|
5195
|
+
} = Ri(o), A = ve(), I = L(() => dt(i.default?.() ?? [])), C = L(() => t(I).filter((M) => ua(M) === "FluxCalendarEvent"));
|
|
5190
5196
|
function R(M) {
|
|
5191
5197
|
const j = M.toSQLDate();
|
|
5192
5198
|
return t(C).map((Q, _) => {
|
|
@@ -5216,7 +5222,7 @@ const Zh = {
|
|
|
5216
5222
|
}, { immediate: !0 }), z(() => n.initialDate, F), (M, j) => (c(), p("div", {
|
|
5217
5223
|
class: d(t(Ce).calendar)
|
|
5218
5224
|
}, [
|
|
5219
|
-
v(
|
|
5225
|
+
v(Hc, {
|
|
5220
5226
|
class: d(t(Ce).calendarActions)
|
|
5221
5227
|
}, {
|
|
5222
5228
|
primary: k(() => [
|
|
@@ -5230,7 +5236,7 @@ const Zh = {
|
|
|
5230
5236
|
class: d(t(Ce).calendarCurrentMonth),
|
|
5231
5237
|
type: "button",
|
|
5232
5238
|
onClick: Q
|
|
5233
|
-
}, x(t(l)), 11,
|
|
5239
|
+
}, x(t(l)), 11, Rg)
|
|
5234
5240
|
]),
|
|
5235
5241
|
default: k(({ close: Q }) => [
|
|
5236
5242
|
D("div", {
|
|
@@ -5252,7 +5258,7 @@ const Zh = {
|
|
|
5252
5258
|
class: d(t(Ce).calendarCurrentYear),
|
|
5253
5259
|
type: "button",
|
|
5254
5260
|
onClick: Q
|
|
5255
|
-
}, x(t(r)), 11,
|
|
5261
|
+
}, x(t(r)), 11, zg)
|
|
5256
5262
|
]),
|
|
5257
5263
|
default: k(({ close: Q }) => [
|
|
5258
5264
|
D("div", {
|
|
@@ -5350,7 +5356,7 @@ const Zh = {
|
|
|
5350
5356
|
], 2)) : B("", !0)
|
|
5351
5357
|
], 2));
|
|
5352
5358
|
}
|
|
5353
|
-
}),
|
|
5359
|
+
}), NA = /* @__PURE__ */ y({
|
|
5354
5360
|
__name: "FluxCalendarEvent",
|
|
5355
5361
|
props: {
|
|
5356
5362
|
date: {},
|
|
@@ -5380,7 +5386,7 @@ const Zh = {
|
|
|
5380
5386
|
_: 3
|
|
5381
5387
|
}));
|
|
5382
5388
|
}
|
|
5383
|
-
}),
|
|
5389
|
+
}), Hg = ["for"], Ng = ["id"], Gg = ["aria-checked"], GA = /* @__PURE__ */ y({
|
|
5384
5390
|
__name: "FluxCheckbox",
|
|
5385
5391
|
props: /* @__PURE__ */ ee({
|
|
5386
5392
|
label: {}
|
|
@@ -5391,7 +5397,7 @@ const Zh = {
|
|
|
5391
5397
|
emits: ["update:modelValue"],
|
|
5392
5398
|
setup(n) {
|
|
5393
5399
|
const e = ae(n, "modelValue"), a = te("input"), { id: i } = jt(), s = L(() => t(e) === null);
|
|
5394
|
-
return
|
|
5400
|
+
return Wt(() => {
|
|
5395
5401
|
const o = t(a);
|
|
5396
5402
|
o && (o.indeterminate = t(s));
|
|
5397
5403
|
}), (o, l) => (c(), p("label", {
|
|
@@ -5404,8 +5410,8 @@ const Zh = {
|
|
|
5404
5410
|
type: "checkbox",
|
|
5405
5411
|
class: d(t(O).checkboxNative),
|
|
5406
5412
|
id: t(i)
|
|
5407
|
-
}, null, 10,
|
|
5408
|
-
[
|
|
5413
|
+
}, null, 10, Ng), [
|
|
5414
|
+
[fs, e.value]
|
|
5409
5415
|
]),
|
|
5410
5416
|
D("button", {
|
|
5411
5417
|
class: d(t(O).checkboxElement),
|
|
@@ -5421,14 +5427,14 @@ const Zh = {
|
|
|
5421
5427
|
name: "check",
|
|
5422
5428
|
size: 16
|
|
5423
5429
|
}))
|
|
5424
|
-
], 10,
|
|
5430
|
+
], 10, Gg),
|
|
5425
5431
|
o.label ? (c(), p("span", {
|
|
5426
5432
|
key: 0,
|
|
5427
5433
|
class: d(t(O).checkboxLabel)
|
|
5428
5434
|
}, x(o.label), 3)) : B("", !0)
|
|
5429
|
-
], 10,
|
|
5435
|
+
], 10, Hg));
|
|
5430
5436
|
}
|
|
5431
|
-
}),
|
|
5437
|
+
}), Ug = "chip", Wg = "is-selectable", jg = "is-selected", Nn = { chip: Ug, isSelectable: Wg, isSelected: jg }, UA = /* @__PURE__ */ y({
|
|
5432
5438
|
__name: "FluxChip",
|
|
5433
5439
|
props: {
|
|
5434
5440
|
iconLeading: {},
|
|
@@ -5473,7 +5479,7 @@ const Zh = {
|
|
|
5473
5479
|
_: 1
|
|
5474
5480
|
}, 8, ["class"]));
|
|
5475
5481
|
}
|
|
5476
|
-
}),
|
|
5482
|
+
}), WA = /* @__PURE__ */ y({
|
|
5477
5483
|
__name: "FluxClickablePane",
|
|
5478
5484
|
props: {
|
|
5479
5485
|
isLoading: { type: Boolean },
|
|
@@ -5519,7 +5525,7 @@ const Zh = {
|
|
|
5519
5525
|
_: 3
|
|
5520
5526
|
}, 8, ["component-type", "class", "tabindex", "href", "rel", "target", "to"]));
|
|
5521
5527
|
}
|
|
5522
|
-
}),
|
|
5528
|
+
}), _g = "comment", qg = "avatar", Kg = "comment-content", Yg = "comment-footer", Zg = "is-received", Qg = "is-typing", Xg = "comment-typing", xt = { comment: _g, avatar: qg, commentContent: Kg, commentFooter: Yg, isReceived: Zg, isTyping: Qg, commentTyping: Xg }, Jg = { key: 0 }, eb = ["datetime"], jA = /* @__PURE__ */ y({
|
|
5523
5529
|
__name: "FluxComment",
|
|
5524
5530
|
props: {
|
|
5525
5531
|
avatarAlt: {},
|
|
@@ -5536,13 +5542,13 @@ const Zh = {
|
|
|
5536
5542
|
const e = ve(), a = L(() => n.postedOn && Math.abs(n.postedOn.diffNow().as("seconds")) < 15), i = L(() => n.postedOn?.toISO() ?? null), s = L(() => n.postedOn?.toRelative() ?? null);
|
|
5537
5543
|
return (o, l) => (c(), p("div", {
|
|
5538
5544
|
class: d(t(Z)(
|
|
5539
|
-
t(
|
|
5540
|
-
o.isTyping && t(
|
|
5541
|
-
o.isReceived && t(
|
|
5545
|
+
t(xt).comment,
|
|
5546
|
+
o.isTyping && t(xt).isTyping,
|
|
5547
|
+
o.isReceived && t(xt).isReceived
|
|
5542
5548
|
)),
|
|
5543
5549
|
role: "article"
|
|
5544
5550
|
}, [
|
|
5545
|
-
v(
|
|
5551
|
+
v(ji, {
|
|
5546
5552
|
alt: o.avatarAlt,
|
|
5547
5553
|
fallback: o.avatarFallback,
|
|
5548
5554
|
"fallback-icon": o.avatarFallbackIcon,
|
|
@@ -5551,25 +5557,25 @@ const Zh = {
|
|
|
5551
5557
|
src: o.avatarSrc
|
|
5552
5558
|
}, null, 8, ["alt", "fallback", "fallback-icon", "fallback-initials", "src"]),
|
|
5553
5559
|
D("div", {
|
|
5554
|
-
class: d(t(
|
|
5560
|
+
class: d(t(xt).commentContent)
|
|
5555
5561
|
}, [
|
|
5556
5562
|
o.isTyping ? (c(), p("div", {
|
|
5557
5563
|
key: 0,
|
|
5558
|
-
class: d(t(
|
|
5564
|
+
class: d(t(xt).commentTyping)
|
|
5559
5565
|
}, null, 2)) : w(o.$slots, "default", { key: 1 })
|
|
5560
5566
|
], 2),
|
|
5561
5567
|
D("div", {
|
|
5562
|
-
class: d(t(
|
|
5568
|
+
class: d(t(xt).commentFooter)
|
|
5563
5569
|
}, [
|
|
5564
|
-
o.isReceived && o.postedBy ? (c(), p("span",
|
|
5570
|
+
o.isReceived && o.postedBy ? (c(), p("span", Jg, x(o.postedBy), 1)) : B("", !0),
|
|
5565
5571
|
i.value && s.value && !o.isTyping ? (c(), p("time", {
|
|
5566
5572
|
key: 1,
|
|
5567
5573
|
datetime: i.value
|
|
5568
|
-
}, x(a.value ? t(e)("flux.justNow") : s.value), 9,
|
|
5574
|
+
}, x(a.value ? t(e)("flux.justNow") : s.value), 9, eb)) : B("", !0)
|
|
5569
5575
|
], 2)
|
|
5570
5576
|
], 2));
|
|
5571
5577
|
}
|
|
5572
|
-
}), { sliderThumb:
|
|
5578
|
+
}), { sliderThumb: tb } = He, nb = "coordinate-picker", ab = `coordinate-picker-thumb ${tb}`, ib = "is-disabled", sb = "is-dragging", fn = { coordinatePicker: nb, coordinatePickerThumb: ab, isDisabled: ib, isDragging: sb }, ob = ["aria-disabled", "tabindex"], lb = /* @__PURE__ */ y({
|
|
5573
5579
|
__name: "CoordinatePickerThumb",
|
|
5574
5580
|
props: {
|
|
5575
5581
|
disabled: { type: Boolean },
|
|
@@ -5615,9 +5621,9 @@ const Zh = {
|
|
|
5615
5621
|
type: "button",
|
|
5616
5622
|
onKeydown: s,
|
|
5617
5623
|
onPointerdown: l[0] || (l[0] = (r) => o.$emit("grab", r))
|
|
5618
|
-
}, null, 46,
|
|
5624
|
+
}, null, 46, ob));
|
|
5619
5625
|
}
|
|
5620
|
-
}),
|
|
5626
|
+
}), rb = ["aria-disabled"], ub = /* @__PURE__ */ y({
|
|
5621
5627
|
__name: "CoordinatePicker",
|
|
5622
5628
|
props: /* @__PURE__ */ ee({
|
|
5623
5629
|
disabled: { type: Boolean },
|
|
@@ -5681,16 +5687,16 @@ const Zh = {
|
|
|
5681
5687
|
"aria-disabled": t(s) ? !0 : void 0,
|
|
5682
5688
|
onPointerdown: h
|
|
5683
5689
|
}, [
|
|
5684
|
-
v(
|
|
5690
|
+
v(lb, {
|
|
5685
5691
|
disabled: t(s),
|
|
5686
5692
|
"is-dragging": l.value,
|
|
5687
5693
|
position: f.value,
|
|
5688
5694
|
onDecrement: g,
|
|
5689
5695
|
onIncrement: F
|
|
5690
5696
|
}, null, 8, ["disabled", "is-dragging", "position"])
|
|
5691
|
-
], 42,
|
|
5697
|
+
], 42, rb));
|
|
5692
5698
|
}
|
|
5693
|
-
}),
|
|
5699
|
+
}), cb = { key: 1 }, Da = /* @__PURE__ */ y({
|
|
5694
5700
|
__name: "FluxFormFieldAddition",
|
|
5695
5701
|
props: {
|
|
5696
5702
|
icon: {},
|
|
@@ -5711,11 +5717,11 @@ const Zh = {
|
|
|
5711
5717
|
name: e.icon,
|
|
5712
5718
|
size: 16
|
|
5713
5719
|
}, null, 8, ["class", "name"])) : B("", !0),
|
|
5714
|
-
e.message ? (c(), p("span",
|
|
5720
|
+
e.message ? (c(), p("span", cb, x(e.message), 1)) : B("", !0),
|
|
5715
5721
|
w(e.$slots, "default")
|
|
5716
5722
|
], 2));
|
|
5717
5723
|
}
|
|
5718
|
-
}),
|
|
5724
|
+
}), db = ["for"], Ve = /* @__PURE__ */ y({
|
|
5719
5725
|
__name: "FluxFormField",
|
|
5720
5726
|
props: {
|
|
5721
5727
|
currentLength: {},
|
|
@@ -5727,7 +5733,7 @@ const Zh = {
|
|
|
5727
5733
|
},
|
|
5728
5734
|
setup(n) {
|
|
5729
5735
|
const e = De(), a = Bt(), i = ve();
|
|
5730
|
-
return
|
|
5736
|
+
return It(ja, {
|
|
5731
5737
|
id: a
|
|
5732
5738
|
}), (s, o) => (c(), p("div", {
|
|
5733
5739
|
class: d(t(O).formField)
|
|
@@ -5749,7 +5755,7 @@ const Zh = {
|
|
|
5749
5755
|
}, [
|
|
5750
5756
|
w(s.$slots, "value", ce(de({ currentLength: s.currentLength, error: s.error, hint: s.hint, id: t(a), isOptional: s.isOptional, label: s.label, maxLength: s.maxLength })))
|
|
5751
5757
|
], 2)) : B("", !0)
|
|
5752
|
-
], 10,
|
|
5758
|
+
], 10, db),
|
|
5753
5759
|
w(s.$slots, "default", ce(de({ id: t(a) }))),
|
|
5754
5760
|
s.currentLength && s.maxLength && s.maxLength > 0 ? (c(), p("span", {
|
|
5755
5761
|
key: 0,
|
|
@@ -5815,12 +5821,12 @@ const Zh = {
|
|
|
5815
5821
|
const h = Pe(o.value, n.min, n.max, n.step);
|
|
5816
5822
|
e.value = Math.min(n.max, h + n.step);
|
|
5817
5823
|
}
|
|
5818
|
-
return
|
|
5824
|
+
return Wt(() => {
|
|
5819
5825
|
o.value = (t(e) - n.min) / (n.max - n.min);
|
|
5820
5826
|
}), z([() => n.max, () => n.min, o, () => n.step], () => {
|
|
5821
5827
|
const h = Pe(t(o), n.min, n.max, n.step);
|
|
5822
5828
|
e.value = h, l.value = (h - n.min) / (n.max - n.min);
|
|
5823
|
-
}, { immediate: !0 }), (h, $) => (c(), b(t(
|
|
5829
|
+
}, { immediate: !0 }), (h, $) => (c(), b(t(Ki), {
|
|
5824
5830
|
disabled: t(a),
|
|
5825
5831
|
"is-dragging": s.value,
|
|
5826
5832
|
"is-ticks-visible": h.isTicksVisible,
|
|
@@ -5831,7 +5837,7 @@ const Zh = {
|
|
|
5831
5837
|
onUpdate: f
|
|
5832
5838
|
}, {
|
|
5833
5839
|
default: k(() => [
|
|
5834
|
-
v(t(
|
|
5840
|
+
v(t(Yi), {
|
|
5835
5841
|
"percentage-lower": 0,
|
|
5836
5842
|
"percentage-upper": l.value
|
|
5837
5843
|
}, {
|
|
@@ -5851,14 +5857,14 @@ const Zh = {
|
|
|
5851
5857
|
_: 1
|
|
5852
5858
|
}, 8, ["disabled", "is-dragging", "is-ticks-visible", "max", "min", "step"]));
|
|
5853
5859
|
}
|
|
5854
|
-
}),
|
|
5860
|
+
}), mb = "color-picker", pb = "color-picker-preview", fb = "color-picker-saturation", hb = "color-picker-slider", gb = "slider-track-value", bb = "color-picker-alpha-slider color-picker-slider", vb = "slider-track", yb = "color-picker-hue-slider color-picker-slider", kb = "color-picker-value", Ab = "form-field-label", Fb = "form-input", $b = "color-select", Cb = "color-select-item", wb = "icon", Bb = "color-select-color color-select-item", Sb = "color-select-color-deselected color-select-color color-select-item", Eb = "color-select-color-selected color-select-color color-select-item", Ib = "color-select-custom color-select-item", Tb = "color-select-custom-picker", Lb = "color-select-buttons", Db = "button", Mb = "color-select-check", xe = { colorPicker: mb, colorPickerPreview: pb, colorPickerSaturation: fb, colorPickerSlider: hb, sliderTrackValue: gb, colorPickerAlphaSlider: bb, sliderTrack: vb, colorPickerHueSlider: yb, colorPickerValue: kb, formFieldLabel: Ab, formInput: Fb, colorSelect: $b, colorSelectItem: Cb, icon: wb, colorSelectColor: Bb, colorSelectColorDeselected: Sb, colorSelectColorSelected: Eb, colorSelectCustom: Ib, colorSelectCustomPicker: Tb, colorSelectButtons: Lb, button: Db, colorSelectCheck: Mb }, Pb = /* @__PURE__ */ y({
|
|
5855
5861
|
__name: "FluxColorPicker",
|
|
5856
5862
|
props: /* @__PURE__ */ ee({
|
|
5857
5863
|
isAlphaEnabled: { type: Boolean },
|
|
5858
5864
|
type: { default: "hex" }
|
|
5859
5865
|
}, {
|
|
5860
5866
|
modelValue: {
|
|
5861
|
-
default:
|
|
5867
|
+
default: Gi
|
|
5862
5868
|
},
|
|
5863
5869
|
modelModifiers: {}
|
|
5864
5870
|
}),
|
|
@@ -5903,13 +5909,13 @@ const Zh = {
|
|
|
5903
5909
|
const M = n.type === "hex" ? T.toString() : "", j = n.type !== "hex" ? T : [0, 0, 0];
|
|
5904
5910
|
switch (n.type) {
|
|
5905
5911
|
case "hex":
|
|
5906
|
-
i.value = vt(...
|
|
5912
|
+
i.value = vt(...li(M));
|
|
5907
5913
|
break;
|
|
5908
5914
|
case "rgb":
|
|
5909
5915
|
i.value = vt(...j);
|
|
5910
5916
|
break;
|
|
5911
5917
|
case "hsl":
|
|
5912
|
-
i.value = vt(...
|
|
5918
|
+
i.value = vt(...ri(...j));
|
|
5913
5919
|
break;
|
|
5914
5920
|
case "hsv":
|
|
5915
5921
|
i.value = [...j];
|
|
@@ -5918,13 +5924,13 @@ const Zh = {
|
|
|
5918
5924
|
}, { immediate: !0 }), z(i, (T) => {
|
|
5919
5925
|
switch (n.type) {
|
|
5920
5926
|
case "hex":
|
|
5921
|
-
e.value =
|
|
5927
|
+
e.value = xs(...Je(...T));
|
|
5922
5928
|
break;
|
|
5923
5929
|
case "rgb":
|
|
5924
5930
|
e.value = Je(...T);
|
|
5925
5931
|
break;
|
|
5926
5932
|
case "hsl":
|
|
5927
|
-
e.value =
|
|
5933
|
+
e.value = ui(...Je(...T));
|
|
5928
5934
|
break;
|
|
5929
5935
|
case "hsv":
|
|
5930
5936
|
e.value = [...T];
|
|
@@ -5936,7 +5942,7 @@ const Zh = {
|
|
|
5936
5942
|
"--pickerBackground": f.value
|
|
5937
5943
|
})
|
|
5938
5944
|
}, [
|
|
5939
|
-
v(
|
|
5945
|
+
v(ub, {
|
|
5940
5946
|
modelValue: m.value,
|
|
5941
5947
|
"onUpdate:modelValue": V[0] || (V[0] = (M) => m.value = M),
|
|
5942
5948
|
class: d(t(xe).colorPickerSaturation),
|
|
@@ -6145,10 +6151,10 @@ const Zh = {
|
|
|
6145
6151
|
}))
|
|
6146
6152
|
]), 1040, ["css-class", "css-class-icon", "css-class-label"]));
|
|
6147
6153
|
}
|
|
6148
|
-
}),
|
|
6154
|
+
}), Vb = ["onClick"], xb = ["onClick"], _A = /* @__PURE__ */ y({
|
|
6149
6155
|
__name: "FluxColorSelect",
|
|
6150
6156
|
props: /* @__PURE__ */ ee({
|
|
6151
|
-
colors: { default: () => [
|
|
6157
|
+
colors: { default: () => [Ol, zl, Hl, Gl, Wl, _l, Kl, Zl, Xl, er, Gi, ar, sr, lr, rr, cr, dr] },
|
|
6152
6158
|
isCustomAllowed: { type: Boolean }
|
|
6153
6159
|
}, {
|
|
6154
6160
|
modelValue: {
|
|
@@ -6177,7 +6183,7 @@ const Zh = {
|
|
|
6177
6183
|
name: "check",
|
|
6178
6184
|
size: 16
|
|
6179
6185
|
}, null, 8, ["class"])
|
|
6180
|
-
], 14,
|
|
6186
|
+
], 14, Vb))), 256)),
|
|
6181
6187
|
o.isCustomAllowed ? (c(), b(at, { key: 0 }, {
|
|
6182
6188
|
opener: k(({ open: r }) => [
|
|
6183
6189
|
D("button", {
|
|
@@ -6188,10 +6194,10 @@ const Zh = {
|
|
|
6188
6194
|
name: "ellipsis-h",
|
|
6189
6195
|
size: 16
|
|
6190
6196
|
})
|
|
6191
|
-
], 10,
|
|
6197
|
+
], 10, xb)
|
|
6192
6198
|
]),
|
|
6193
6199
|
default: k(({ close: r }) => [
|
|
6194
|
-
v(
|
|
6200
|
+
v(Pb, {
|
|
6195
6201
|
modelValue: i.value,
|
|
6196
6202
|
"onUpdate:modelValue": l[0] || (l[0] = (u) => i.value = u),
|
|
6197
6203
|
class: d(t(xe).colorSelectCustomPicker)
|
|
@@ -6216,7 +6222,7 @@ const Zh = {
|
|
|
6216
6222
|
})) : B("", !0)
|
|
6217
6223
|
], 2));
|
|
6218
6224
|
}
|
|
6219
|
-
}),
|
|
6225
|
+
}), qA = /* @__PURE__ */ y({
|
|
6220
6226
|
__name: "FluxContainer",
|
|
6221
6227
|
props: {
|
|
6222
6228
|
gutter: { default: 30 }
|
|
@@ -6229,7 +6235,7 @@ const Zh = {
|
|
|
6229
6235
|
w(e.$slots, "default")
|
|
6230
6236
|
], 6));
|
|
6231
6237
|
}
|
|
6232
|
-
}),
|
|
6238
|
+
}), es = /* @__PURE__ */ y({
|
|
6233
6239
|
__name: "FluxFormSelect",
|
|
6234
6240
|
props: /* @__PURE__ */ ee({
|
|
6235
6241
|
disabled: { type: Boolean },
|
|
@@ -6249,14 +6255,14 @@ const Zh = {
|
|
|
6249
6255
|
}),
|
|
6250
6256
|
emits: ["update:searchQuery", "update:modelValue"],
|
|
6251
6257
|
setup(n) {
|
|
6252
|
-
const e = ae(n, "searchQuery"), a = ae(n, "modelValue"), i = be(me(() => n.disabled)), { groups: s, selected: o, values: l } =
|
|
6258
|
+
const e = ae(n, "searchQuery"), a = ae(n, "modelValue"), i = be(me(() => n.disabled)), { groups: s, selected: o, values: l } = Wi(a, n.isMultiple, me(() => n.options), e);
|
|
6253
6259
|
function r(m) {
|
|
6254
6260
|
t(n.isMultiple) && (a.value = t(l).filter((f) => f !== m));
|
|
6255
6261
|
}
|
|
6256
6262
|
function u(m) {
|
|
6257
6263
|
t(n.isMultiple) ? a.value = [...t(l), m] : a.value = m;
|
|
6258
6264
|
}
|
|
6259
|
-
return (m, f) => (c(), b(t(
|
|
6265
|
+
return (m, f) => (c(), b(t(qi), {
|
|
6260
6266
|
searchQuery: e.value,
|
|
6261
6267
|
"onUpdate:searchQuery": f[0] || (f[0] = (g) => e.value = g),
|
|
6262
6268
|
disabled: t(i),
|
|
@@ -6269,7 +6275,7 @@ const Zh = {
|
|
|
6269
6275
|
onSelect: u
|
|
6270
6276
|
}, null, 8, ["searchQuery", "disabled", "is-multiple", "is-searchable", "options", "placeholder", "selected"]));
|
|
6271
6277
|
}
|
|
6272
|
-
}), {
|
|
6278
|
+
}), { secondaryButton: Ob, secondaryButtonLabel: Rb, secondaryButtonIcon: zb } = se, Hb = "pagination", Nb = `pagination-button ${Ob}`, Gb = "secondary-button", Ub = "pagination-button-arrow", Wb = "pagination-button-current", jb = "pagination-button-spacer", _b = `pagination-button-icon ${zb}`, qb = `pagination-button-label ${Rb}`, Kb = "pagination-bar", Yb = "pagination-bar-limit", Zb = "pagination-bar-limit-displaying-of", Qb = "pagination-bar-limit-select", Xb = "menu-item", Jb = "menu-item-label", Oe = { pagination: Hb, paginationButton: Nb, secondaryButton: Gb, paginationButtonArrow: Ub, paginationButtonCurrent: Wb, paginationButtonSpacer: jb, paginationButtonIcon: _b, paginationButtonLabel: qb, paginationBar: Kb, paginationBarLimit: Yb, paginationBarLimitDisplayingOf: Zb, paginationBarLimitSelect: Qb, menuItem: Xb, menuItemLabel: Jb }, Ot = /* @__PURE__ */ y({
|
|
6273
6279
|
__name: "FluxPaginationButton",
|
|
6274
6280
|
props: {
|
|
6275
6281
|
type: {},
|
|
@@ -6313,7 +6319,7 @@ const Zh = {
|
|
|
6313
6319
|
}))
|
|
6314
6320
|
]), 1040, ["class", "css-class", "css-class-icon", "css-class-label"]));
|
|
6315
6321
|
}
|
|
6316
|
-
}),
|
|
6322
|
+
}), ev = ["aria-label"], tv = /* @__PURE__ */ y({
|
|
6317
6323
|
__name: "FluxPagination",
|
|
6318
6324
|
props: {
|
|
6319
6325
|
arrows: { type: Boolean },
|
|
@@ -6350,7 +6356,7 @@ const Zh = {
|
|
|
6350
6356
|
u(n.page - 1);
|
|
6351
6357
|
}
|
|
6352
6358
|
async function g() {
|
|
6353
|
-
const F = await
|
|
6359
|
+
const F = await ti({
|
|
6354
6360
|
icon: "ellipsis",
|
|
6355
6361
|
title: i("flux.paginationNavigateTitle"),
|
|
6356
6362
|
message: i("flux.paginationNavigateMessage"),
|
|
@@ -6363,7 +6369,7 @@ const Zh = {
|
|
|
6363
6369
|
role: "navigation",
|
|
6364
6370
|
"aria-label": t(i)("flux.pagination")
|
|
6365
6371
|
}, [
|
|
6366
|
-
F.arrows || F.isCompact ? (c(), b(
|
|
6372
|
+
F.arrows || F.isCompact ? (c(), b(Ot, {
|
|
6367
6373
|
key: 0,
|
|
6368
6374
|
disabled: l.value,
|
|
6369
6375
|
"icon-leading": "angle-left",
|
|
@@ -6371,7 +6377,7 @@ const Zh = {
|
|
|
6371
6377
|
"aria-label": t(i)("flux.previous"),
|
|
6372
6378
|
onClick: f
|
|
6373
6379
|
}, null, 8, ["disabled", "aria-label"])) : B("", !0),
|
|
6374
|
-
F.isCompact ? (c(), b(
|
|
6380
|
+
F.isCompact ? (c(), b(Ot, {
|
|
6375
6381
|
key: 2,
|
|
6376
6382
|
class: d(t(Oe).paginationCurrentZZ),
|
|
6377
6383
|
onClick: g
|
|
@@ -6384,23 +6390,23 @@ const Zh = {
|
|
|
6384
6390
|
_: 1,
|
|
6385
6391
|
__: [0]
|
|
6386
6392
|
}, 8, ["class"])) : (c(!0), p(H, { key: 1 }, q(r.value, ($) => (c(), p(H, null, [
|
|
6387
|
-
$ === "dots" ? (c(), b(
|
|
6393
|
+
$ === "dots" ? (c(), b(Ot, {
|
|
6388
6394
|
key: 0,
|
|
6389
6395
|
disabled: "",
|
|
6390
6396
|
"icon-leading": "ellipsis-h",
|
|
6391
6397
|
"is-spacer": ""
|
|
6392
|
-
})) : $ === F.page ? (c(), b(
|
|
6398
|
+
})) : $ === F.page ? (c(), b(Ot, {
|
|
6393
6399
|
key: 1,
|
|
6394
6400
|
"is-current": "",
|
|
6395
6401
|
label: `${$}`,
|
|
6396
6402
|
"aria-current": "page"
|
|
6397
|
-
}, null, 8, ["label"])) : (c(), b(
|
|
6403
|
+
}, null, 8, ["label"])) : (c(), b(Ot, {
|
|
6398
6404
|
key: 2,
|
|
6399
6405
|
label: `${$}`,
|
|
6400
6406
|
onClick: (E) => u($)
|
|
6401
6407
|
}, null, 8, ["label", "onClick"]))
|
|
6402
6408
|
], 64))), 256)),
|
|
6403
|
-
F.arrows || F.isCompact ? (c(), b(
|
|
6409
|
+
F.arrows || F.isCompact ? (c(), b(Ot, {
|
|
6404
6410
|
key: 3,
|
|
6405
6411
|
disabled: o.value,
|
|
6406
6412
|
"icon-leading": "angle-right",
|
|
@@ -6408,9 +6414,9 @@ const Zh = {
|
|
|
6408
6414
|
"aria-label": t(i)("flux.next"),
|
|
6409
6415
|
onClick: m
|
|
6410
6416
|
}, null, 8, ["disabled", "aria-label"])) : B("", !0)
|
|
6411
|
-
], 10,
|
|
6417
|
+
], 10, ev));
|
|
6412
6418
|
}
|
|
6413
|
-
}),
|
|
6419
|
+
}), nv = /* @__PURE__ */ y({
|
|
6414
6420
|
__name: "FluxPaginationBar",
|
|
6415
6421
|
props: {
|
|
6416
6422
|
limits: { default: () => [5, 10, 25, 50, 100] },
|
|
@@ -6427,7 +6433,7 @@ const Zh = {
|
|
|
6427
6433
|
return z(s, (l) => a("limit", l)), z(() => n.perPage, (l) => s.value = l, { immediate: !0 }), (l, r) => (c(), p("div", {
|
|
6428
6434
|
class: d(t(Oe).paginationBar)
|
|
6429
6435
|
}, [
|
|
6430
|
-
l.total > l.perPage ? (c(), b(
|
|
6436
|
+
l.total > l.perPage ? (c(), b(tv, {
|
|
6431
6437
|
key: 0,
|
|
6432
6438
|
arrows: "",
|
|
6433
6439
|
page: l.page,
|
|
@@ -6448,7 +6454,7 @@ const Zh = {
|
|
|
6448
6454
|
to: Math.min(l.total, l.page * l.perPage),
|
|
6449
6455
|
total: l.total
|
|
6450
6456
|
})), 3),
|
|
6451
|
-
v(
|
|
6457
|
+
v(es, {
|
|
6452
6458
|
modelValue: s.value,
|
|
6453
6459
|
"onUpdate:modelValue": r[1] || (r[1] = (u) => s.value = u),
|
|
6454
6460
|
class: d(t(Oe).paginationBarLimitSelect),
|
|
@@ -6457,7 +6463,7 @@ const Zh = {
|
|
|
6457
6463
|
], 2)
|
|
6458
6464
|
], 2));
|
|
6459
6465
|
}
|
|
6460
|
-
}), {
|
|
6466
|
+
}), { basePaneElement: av, basePaneLoader: iv } = mt, sv = `table ${av}`, ov = "table-base", lv = "table-fill", rv = "table-pagination", uv = `table-loader ${iv}`, cv = "table-row", dv = "table-cell", mv = "table-cell-content", pv = "table-header table-cell", fv = "is-shrinking", hv = "is-sticky", gv = "table-header-content table-cell-content", bv = "is-striped", vv = "is-hoverable", yv = "is-bordered", kv = "is-separated", Av = "table-actions", Fv = "table-sort", $v = "base-pane-structure", Ae = { table: sv, tableBase: ov, tableFill: lv, tablePagination: rv, tableLoader: uv, tableRow: cv, tableCell: dv, tableCellContent: mv, tableHeader: pv, isShrinking: fv, isSticky: hv, tableHeaderContent: gv, isStriped: bv, isHoverable: vv, isBordered: yv, isSeparated: kv, tableActions: Av, tableSort: Fv, basePaneStructure: $v }, Cv = /* @__PURE__ */ y({
|
|
6461
6467
|
__name: "FluxTableCell",
|
|
6462
6468
|
props: {
|
|
6463
6469
|
contentDirection: { default: "row" }
|
|
@@ -6468,7 +6474,7 @@ const Zh = {
|
|
|
6468
6474
|
isHoverable: a,
|
|
6469
6475
|
isSeparated: i,
|
|
6470
6476
|
isStriped: s
|
|
6471
|
-
} =
|
|
6477
|
+
} = oi();
|
|
6472
6478
|
return (o, l) => (c(), p("td", {
|
|
6473
6479
|
class: d(t(Z)(
|
|
6474
6480
|
t(Ae).tableCell,
|
|
@@ -6500,7 +6506,7 @@ const Zh = {
|
|
|
6500
6506
|
w(e.$slots, "default")
|
|
6501
6507
|
], 2));
|
|
6502
6508
|
}
|
|
6503
|
-
}),
|
|
6509
|
+
}), wv = { key: 0 }, Bv = { key: 1 }, Sv = { key: 2 }, Ev = /* @__PURE__ */ y({
|
|
6504
6510
|
__name: "FluxTable",
|
|
6505
6511
|
props: {
|
|
6506
6512
|
captionSide: { default: "bottom" },
|
|
@@ -6513,7 +6519,7 @@ const Zh = {
|
|
|
6513
6519
|
},
|
|
6514
6520
|
setup(n) {
|
|
6515
6521
|
const e = De();
|
|
6516
|
-
return
|
|
6522
|
+
return It(_a, {
|
|
6517
6523
|
isBordered: n.isBordered,
|
|
6518
6524
|
isHoverable: n.isHoverable,
|
|
6519
6525
|
isSeparated: n.isSeparated,
|
|
@@ -6525,22 +6531,22 @@ const Zh = {
|
|
|
6525
6531
|
class: d(t(Ae).tableBase)
|
|
6526
6532
|
}, [
|
|
6527
6533
|
w(a.$slots, "colgroups"),
|
|
6528
|
-
e.header ? (c(), p("thead",
|
|
6534
|
+
e.header ? (c(), p("thead", wv, [
|
|
6529
6535
|
w(a.$slots, "header")
|
|
6530
6536
|
])) : B("", !0),
|
|
6531
|
-
e.default ? (c(), p("tbody",
|
|
6537
|
+
e.default ? (c(), p("tbody", Bv, [
|
|
6532
6538
|
w(a.$slots, "default"),
|
|
6533
6539
|
a.fillColumns ? (c(), b(hn, {
|
|
6534
6540
|
key: 0,
|
|
6535
6541
|
class: d(t(Ae).tableFill)
|
|
6536
6542
|
}, {
|
|
6537
6543
|
default: k(() => [
|
|
6538
|
-
(c(!0), p(H, null, q(a.fillColumns, (s) => (c(), b(
|
|
6544
|
+
(c(!0), p(H, null, q(a.fillColumns, (s) => (c(), b(Cv))), 256))
|
|
6539
6545
|
]),
|
|
6540
6546
|
_: 1
|
|
6541
6547
|
}, 8, ["class"])) : B("", !0)
|
|
6542
6548
|
])) : B("", !0),
|
|
6543
|
-
e.footer ? (c(), p("tfoot",
|
|
6549
|
+
e.footer ? (c(), p("tfoot", Sv, [
|
|
6544
6550
|
w(a.$slots, "footer")
|
|
6545
6551
|
])) : B("", !0),
|
|
6546
6552
|
e.caption ? (c(), p("caption", {
|
|
@@ -6567,7 +6573,7 @@ const Zh = {
|
|
|
6567
6573
|
}, 8, ["class"])) : B("", !0)
|
|
6568
6574
|
], 2));
|
|
6569
6575
|
}
|
|
6570
|
-
}),
|
|
6576
|
+
}), KA = /* @__PURE__ */ y({
|
|
6571
6577
|
__name: "FluxDataTable",
|
|
6572
6578
|
props: {
|
|
6573
6579
|
dataSet: {},
|
|
@@ -6586,7 +6592,7 @@ const Zh = {
|
|
|
6586
6592
|
emits: ["limit", "navigate"],
|
|
6587
6593
|
setup(n, { emit: e }) {
|
|
6588
6594
|
const a = ["header", "footer", "colgroups", "pagination"], i = e, s = De(), o = L(() => n.dataSet.slice(0, n.perPage));
|
|
6589
|
-
return (l, r) => (c(), b(
|
|
6595
|
+
return (l, r) => (c(), b(Ev, {
|
|
6590
6596
|
"fill-columns": l.fillColumns,
|
|
6591
6597
|
"is-bordered": l.isBordered,
|
|
6592
6598
|
"is-hoverable": l.isHoverable,
|
|
@@ -6646,7 +6652,7 @@ const Zh = {
|
|
|
6646
6652
|
name: "pagination",
|
|
6647
6653
|
fn: k(() => [
|
|
6648
6654
|
w(l.$slots, "pagination", ce(de({ page: l.page, perPage: l.perPage, rows: o.value, total: l.total })), () => [
|
|
6649
|
-
v(
|
|
6655
|
+
v(nv, {
|
|
6650
6656
|
limits: l.limits,
|
|
6651
6657
|
page: l.page,
|
|
6652
6658
|
"per-page": l.perPage,
|
|
@@ -6660,7 +6666,7 @@ const Zh = {
|
|
|
6660
6666
|
} : void 0
|
|
6661
6667
|
]), 1032, ["fill-columns", "is-bordered", "is-hoverable", "is-loading", "is-separated", "is-striped"]));
|
|
6662
6668
|
}
|
|
6663
|
-
}),
|
|
6669
|
+
}), Iv = ["id"], Tv = ["aria-labelledby"], Lv = ["onClick", "onMouseover"], un = /* @__PURE__ */ y({
|
|
6664
6670
|
__name: "FluxDatePicker",
|
|
6665
6671
|
props: /* @__PURE__ */ ee({
|
|
6666
6672
|
max: {},
|
|
@@ -6687,16 +6693,19 @@ const Zh = {
|
|
|
6687
6693
|
setViewDate: F,
|
|
6688
6694
|
nextMonth: h,
|
|
6689
6695
|
previousMonth: $
|
|
6690
|
-
} =
|
|
6696
|
+
} = xi(M()), {
|
|
6691
6697
|
months: E
|
|
6692
|
-
} =
|
|
6698
|
+
} = Oi(o, "short"), {
|
|
6693
6699
|
years: S,
|
|
6694
6700
|
next: A,
|
|
6695
6701
|
previous: I
|
|
6696
|
-
} =
|
|
6702
|
+
} = Ri(o), C = P([null, null]), R = P("date"), G = L(() => (n.max ?? Fe.now().endOf("year").plus({ year: 100 })).startOf("day")), T = L(() => (n.min ?? Fe.now().startOf("year").minus({ year: 100 })).startOf("day")), V = L(() => {
|
|
6697
6703
|
const [N, ne] = t(C);
|
|
6698
6704
|
return !N || !ne ? [N, ne] : N > ne ? [ne, N] : [N, ne];
|
|
6699
6705
|
});
|
|
6706
|
+
z(e, () => {
|
|
6707
|
+
F(M());
|
|
6708
|
+
});
|
|
6700
6709
|
function M() {
|
|
6701
6710
|
const N = t(e);
|
|
6702
6711
|
let ne;
|
|
@@ -6724,7 +6733,7 @@ const Zh = {
|
|
|
6724
6733
|
const [X, st] = t(V);
|
|
6725
6734
|
return !X || !st ? !1 : ne ? (ne === "start" ? X : st)?.hasSame(N, "day") : N >= X && N <= st;
|
|
6726
6735
|
}
|
|
6727
|
-
function
|
|
6736
|
+
function Pt(N) {
|
|
6728
6737
|
switch (n.rangeMode) {
|
|
6729
6738
|
case "range":
|
|
6730
6739
|
const [ne] = t(C);
|
|
@@ -6744,13 +6753,13 @@ const Zh = {
|
|
|
6744
6753
|
function cn(N) {
|
|
6745
6754
|
R.value = t(R) === N ? "date" : N;
|
|
6746
6755
|
}
|
|
6747
|
-
function
|
|
6756
|
+
function as(N) {
|
|
6748
6757
|
cn("date"), F(N);
|
|
6749
6758
|
}
|
|
6750
|
-
function
|
|
6759
|
+
function is(N) {
|
|
6751
6760
|
cn("date"), F(t(o).set({ year: N }));
|
|
6752
6761
|
}
|
|
6753
|
-
function
|
|
6762
|
+
function ss(N) {
|
|
6754
6763
|
if (n.rangeMode)
|
|
6755
6764
|
switch (n.rangeMode) {
|
|
6756
6765
|
case "range":
|
|
@@ -6764,7 +6773,7 @@ const Zh = {
|
|
|
6764
6773
|
break;
|
|
6765
6774
|
}
|
|
6766
6775
|
}
|
|
6767
|
-
function
|
|
6776
|
+
function os() {
|
|
6768
6777
|
!n.rangeMode || n.rangeMode === "range" || (C.value = [null, null]);
|
|
6769
6778
|
}
|
|
6770
6779
|
return (N, ne) => (c(), p("div", {
|
|
@@ -6801,7 +6810,7 @@ const Zh = {
|
|
|
6801
6810
|
type: "button",
|
|
6802
6811
|
onClick: ne[1] || (ne[1] = (X) => cn("year"))
|
|
6803
6812
|
}, x(t(m)), 3)
|
|
6804
|
-
], 10,
|
|
6813
|
+
], 10, Iv),
|
|
6805
6814
|
v(t(Le), null, {
|
|
6806
6815
|
default: k(() => [
|
|
6807
6816
|
R.value === "date" ? (c(), b(ue, {
|
|
@@ -6815,7 +6824,7 @@ const Zh = {
|
|
|
6815
6824
|
_: 1
|
|
6816
6825
|
})
|
|
6817
6826
|
], 2),
|
|
6818
|
-
v(t(
|
|
6827
|
+
v(t(um), {
|
|
6819
6828
|
"is-back": R.value === "date"
|
|
6820
6829
|
}, {
|
|
6821
6830
|
default: k(() => [
|
|
@@ -6849,15 +6858,15 @@ const Zh = {
|
|
|
6849
6858
|
)),
|
|
6850
6859
|
tabindex: "-1",
|
|
6851
6860
|
type: "button",
|
|
6852
|
-
onClick: (st) =>
|
|
6853
|
-
onMouseover: (st) =>
|
|
6854
|
-
onMouseout:
|
|
6855
|
-
}, x(X.toLocaleString({ day: "numeric" })), 43,
|
|
6861
|
+
onClick: (st) => Pt(X),
|
|
6862
|
+
onMouseover: (st) => ss(X),
|
|
6863
|
+
onMouseout: os
|
|
6864
|
+
}, x(X.toLocaleString({ day: "numeric" })), 43, Lv))), 128))
|
|
6856
6865
|
], 2))
|
|
6857
6866
|
]),
|
|
6858
6867
|
_: 1
|
|
6859
6868
|
}, 8, ["is-back"])
|
|
6860
|
-
], 10,
|
|
6869
|
+
], 10, Tv)) : R.value === "month" ? (c(), p("div", {
|
|
6861
6870
|
key: "month",
|
|
6862
6871
|
class: d(t(ge).datePickerMonths)
|
|
6863
6872
|
}, [
|
|
@@ -6866,7 +6875,7 @@ const Zh = {
|
|
|
6866
6875
|
disabled: !_(X.date, "month"),
|
|
6867
6876
|
label: X.label,
|
|
6868
6877
|
tabindex: "-1",
|
|
6869
|
-
onClick: (st) =>
|
|
6878
|
+
onClick: (st) => as(X.date)
|
|
6870
6879
|
}, null, 8, ["disabled", "label", "onClick"]))), 128))
|
|
6871
6880
|
], 2)) : R.value === "year" ? (c(), p("div", {
|
|
6872
6881
|
key: "year",
|
|
@@ -6881,7 +6890,7 @@ const Zh = {
|
|
|
6881
6890
|
key: X,
|
|
6882
6891
|
label: X.toString(),
|
|
6883
6892
|
tabindex: "-1",
|
|
6884
|
-
onClick: (st) =>
|
|
6893
|
+
onClick: (st) => is(X)
|
|
6885
6894
|
}, null, 8, ["label", "onClick"]))), 128)),
|
|
6886
6895
|
v(ue, {
|
|
6887
6896
|
"icon-leading": "angle-right",
|
|
@@ -6894,16 +6903,16 @@ const Zh = {
|
|
|
6894
6903
|
}, 8, ["is-back"])
|
|
6895
6904
|
], 2));
|
|
6896
6905
|
}
|
|
6897
|
-
}),
|
|
6906
|
+
}), Dv = /* @__PURE__ */ y({
|
|
6898
6907
|
inheritAttrs: !1,
|
|
6899
6908
|
__name: "FluxDisabled",
|
|
6900
6909
|
props: {
|
|
6901
6910
|
disabled: { type: Boolean, default: !0 }
|
|
6902
6911
|
},
|
|
6903
6912
|
setup(n) {
|
|
6904
|
-
return
|
|
6913
|
+
return It(Na, me(() => n.disabled)), (e, a) => w(e.$slots, "default");
|
|
6905
6914
|
}
|
|
6906
|
-
}),
|
|
6915
|
+
}), YA = /* @__PURE__ */ y({
|
|
6907
6916
|
__name: "FluxDivider",
|
|
6908
6917
|
props: {
|
|
6909
6918
|
contentPlacement: { default: "center" }
|
|
@@ -6930,7 +6939,7 @@ const Zh = {
|
|
|
6930
6939
|
}, null, 2))
|
|
6931
6940
|
], 2));
|
|
6932
6941
|
}
|
|
6933
|
-
}),
|
|
6942
|
+
}), Mv = ["id", "width", "height"], Pv = ["r", "cx", "cy"], Vv = ["fill"], ZA = /* @__PURE__ */ y({
|
|
6934
6943
|
__name: "FluxDotPattern",
|
|
6935
6944
|
props: {
|
|
6936
6945
|
width: { default: 16 },
|
|
@@ -6968,18 +6977,18 @@ const Zh = {
|
|
|
6968
6977
|
r: o.cr,
|
|
6969
6978
|
cx: o.width / 2 - o.cx,
|
|
6970
6979
|
cy: o.height / 2 - o.cy
|
|
6971
|
-
}, null, 8,
|
|
6972
|
-
], 8,
|
|
6980
|
+
}, null, 8, Pv)
|
|
6981
|
+
], 8, Mv)
|
|
6973
6982
|
]),
|
|
6974
6983
|
D("rect", {
|
|
6975
6984
|
width: "100%",
|
|
6976
6985
|
height: "100%",
|
|
6977
6986
|
"stroke-width": "0",
|
|
6978
6987
|
fill: `url(#${t(a)})`
|
|
6979
|
-
}, null, 8,
|
|
6988
|
+
}, null, 8, Vv)
|
|
6980
6989
|
], 2));
|
|
6981
6990
|
}
|
|
6982
|
-
}),
|
|
6991
|
+
}), xv = "drop-zone", Ov = "drop-zone-content", Rv = "avatar", zv = "placeholder", Hv = "drop-zone-actions", Nv = "drop-zone-border", Gv = "is-dragging", Uv = "is-dragging-over", Wv = "drop-zone-border-animation", jv = "drop-zone-loader", ft = { dropZone: xv, dropZoneContent: Ov, avatar: Rv, placeholder: zv, dropZoneActions: Hv, dropZoneBorder: Nv, isDragging: Gv, isDraggingOver: Uv, dropZoneBorderAnimation: Wv, dropZoneLoader: jv }, _v = ["aria-disabled"], qv = ["pathLength"], Kv = /* @__PURE__ */ y({
|
|
6983
6992
|
__name: "FluxDropZone",
|
|
6984
6993
|
props: {
|
|
6985
6994
|
accept: {},
|
|
@@ -7056,7 +7065,7 @@ const Zh = {
|
|
|
7056
7065
|
"stroke-linecap": "round",
|
|
7057
7066
|
"stroke-linejoin": "round",
|
|
7058
7067
|
pathLength: u.value
|
|
7059
|
-
}, null, 8,
|
|
7068
|
+
}, null, 8, qv)
|
|
7060
7069
|
], 2)),
|
|
7061
7070
|
w(A.$slots, "default", ce(de({ isDragging: l.value, isDraggingOver: r.value, showPicker: S }))),
|
|
7062
7071
|
v(t(Le), null, {
|
|
@@ -7078,9 +7087,9 @@ const Zh = {
|
|
|
7078
7087
|
w(A.$slots, "actions", ce(de({ isDragging: l.value, isDraggingOver: r.value, showPicker: S })))
|
|
7079
7088
|
], 2)) : B("", !0),
|
|
7080
7089
|
w(A.$slots, "extra", ce(de({ isDragging: l.value, isDraggingOver: r.value, showPicker: S })))
|
|
7081
|
-
], 10,
|
|
7090
|
+
], 10, _v));
|
|
7082
7091
|
}
|
|
7083
|
-
}),
|
|
7092
|
+
}), Yv = /* @__PURE__ */ y({
|
|
7084
7093
|
__name: "FluxDynamicView",
|
|
7085
7094
|
props: {
|
|
7086
7095
|
vnode: {}
|
|
@@ -7091,7 +7100,7 @@ const Zh = {
|
|
|
7091
7100
|
vnode: e.vnode
|
|
7092
7101
|
}, null, 8, ["vnode"])) : B("", !0);
|
|
7093
7102
|
}
|
|
7094
|
-
}),
|
|
7103
|
+
}), Zv = "expandable", Qv = "expandable-opened expandable", Xv = "expandable-header", Jv = "icon", e0 = "expandable-body", t0 = "expandable-content", n0 = "base-pane", a0 = "expandable-group", zt = { expandable: Zv, expandableOpened: Qv, expandableHeader: Xv, icon: Jv, expandableBody: e0, expandableContent: t0, basePane: n0, expandableGroup: a0 }, i0 = ["id", "aria-controls", "aria-expanded"], s0 = ["id", "aria-labelledby"], QA = /* @__PURE__ */ y({
|
|
7095
7104
|
__name: "FluxExpandable",
|
|
7096
7105
|
props: {
|
|
7097
7106
|
icon: {},
|
|
@@ -7100,8 +7109,8 @@ const Zh = {
|
|
|
7100
7109
|
},
|
|
7101
7110
|
emits: ["toggle"],
|
|
7102
7111
|
setup(n, { expose: e, emit: a }) {
|
|
7103
|
-
const i = a, s =
|
|
7104
|
-
|
|
7112
|
+
const i = a, s = zi(), o = Bt(), l = Bt(), r = Ut(), u = P(!1), { closeAll: m, register: f, unregister: g } = Ps(), F = L(() => t(u) ? "minus" : "plus");
|
|
7113
|
+
hs(() => f?.(t(s), r)), Re(() => g?.(t(s)));
|
|
7105
7114
|
function h() {
|
|
7106
7115
|
u.value = !1, i("toggle", u.value);
|
|
7107
7116
|
}
|
|
@@ -7119,14 +7128,14 @@ const Zh = {
|
|
|
7119
7128
|
open: $,
|
|
7120
7129
|
toggle: E
|
|
7121
7130
|
}), (S, A) => (c(), p("div", {
|
|
7122
|
-
class: d(u.value ? t(
|
|
7131
|
+
class: d(u.value ? t(zt).expandableOpened : t(zt).expandable),
|
|
7123
7132
|
id: t(l),
|
|
7124
7133
|
"aria-controls": t(o),
|
|
7125
7134
|
"aria-expanded": u.value
|
|
7126
7135
|
}, [
|
|
7127
7136
|
w(S.$slots, "header", ce(de({ label: S.label, isOpen: u.value, close: h, open: $, toggle: E })), () => [
|
|
7128
7137
|
D("button", {
|
|
7129
|
-
class: d(t(
|
|
7138
|
+
class: d(t(zt).expandableHeader),
|
|
7130
7139
|
type: "button",
|
|
7131
7140
|
onClick: E
|
|
7132
7141
|
}, [
|
|
@@ -7152,28 +7161,28 @@ const Zh = {
|
|
|
7152
7161
|
})
|
|
7153
7162
|
], 2)
|
|
7154
7163
|
]),
|
|
7155
|
-
v(t(
|
|
7164
|
+
v(t(Xc), null, {
|
|
7156
7165
|
default: k(() => [
|
|
7157
7166
|
u.value ? (c(), p("div", {
|
|
7158
7167
|
key: 0,
|
|
7159
|
-
class: d(t(
|
|
7168
|
+
class: d(t(zt).expandableBody),
|
|
7160
7169
|
id: t(o),
|
|
7161
7170
|
"aria-labelledby": t(l)
|
|
7162
7171
|
}, [
|
|
7163
7172
|
w(S.$slots, "body", ce(de({ label: S.label, close: h })), () => [
|
|
7164
7173
|
D("div", {
|
|
7165
|
-
class: d(t(
|
|
7174
|
+
class: d(t(zt).expandableContent)
|
|
7166
7175
|
}, [
|
|
7167
7176
|
w(S.$slots, "default", ce(de({ label: S.label, close: h })))
|
|
7168
7177
|
], 2)
|
|
7169
7178
|
])
|
|
7170
|
-
], 10,
|
|
7179
|
+
], 10, s0)) : B("", !0)
|
|
7171
7180
|
]),
|
|
7172
7181
|
_: 3
|
|
7173
7182
|
})
|
|
7174
|
-
], 10,
|
|
7183
|
+
], 10, i0));
|
|
7175
7184
|
}
|
|
7176
|
-
}),
|
|
7185
|
+
}), XA = /* @__PURE__ */ y({
|
|
7177
7186
|
__name: "FluxExpandableGroup",
|
|
7178
7187
|
props: {
|
|
7179
7188
|
isControlled: { type: Boolean }
|
|
@@ -7195,17 +7204,17 @@ const Zh = {
|
|
|
7195
7204
|
function s(o) {
|
|
7196
7205
|
delete e[o];
|
|
7197
7206
|
}
|
|
7198
|
-
return
|
|
7207
|
+
return It(Ga, {
|
|
7199
7208
|
closeAll: a,
|
|
7200
7209
|
register: i,
|
|
7201
7210
|
unregister: s
|
|
7202
7211
|
}), (o, l) => (c(), p("div", {
|
|
7203
|
-
class: d(t(
|
|
7212
|
+
class: d(t(zt).expandableGroup)
|
|
7204
7213
|
}, [
|
|
7205
7214
|
w(o.$slots, "default")
|
|
7206
7215
|
], 2));
|
|
7207
7216
|
}
|
|
7208
|
-
}),
|
|
7217
|
+
}), o0 = "fader", l0 = "fader-item", r0 = "is-current", u0 = "focal-point-image", gn = { fader: o0, faderItem: l0, isCurrent: r0, focalPointImage: u0 }, JA = /* @__PURE__ */ y({
|
|
7209
7218
|
__name: "FluxFader",
|
|
7210
7219
|
props: {
|
|
7211
7220
|
interval: { default: 9e3 }
|
|
@@ -7213,7 +7222,7 @@ const Zh = {
|
|
|
7213
7222
|
emits: ["update"],
|
|
7214
7223
|
setup(n, { emit: e }) {
|
|
7215
7224
|
const a = e, i = te("fader");
|
|
7216
|
-
|
|
7225
|
+
Il(n.interval, () => l());
|
|
7217
7226
|
const s = P(-1), o = L(() => re(i)?.children.length ?? 0);
|
|
7218
7227
|
function l() {
|
|
7219
7228
|
s.value = t(s) + 1 >= t(o) ? 0 : t(s) + 1;
|
|
@@ -7231,7 +7240,7 @@ const Zh = {
|
|
|
7231
7240
|
w(u.$slots, "default", ce(de({ current: s.value, next: l, previous: r })))
|
|
7232
7241
|
], 2));
|
|
7233
7242
|
}
|
|
7234
|
-
}),
|
|
7243
|
+
}), eF = /* @__PURE__ */ y({
|
|
7235
7244
|
__name: "FluxFaderItem",
|
|
7236
7245
|
setup(n) {
|
|
7237
7246
|
return (e, a) => (c(), p("div", {
|
|
@@ -7240,7 +7249,7 @@ const Zh = {
|
|
|
7240
7249
|
w(e.$slots, "default")
|
|
7241
7250
|
], 2));
|
|
7242
7251
|
}
|
|
7243
|
-
}),
|
|
7252
|
+
}), c0 = /* @__PURE__ */ y({
|
|
7244
7253
|
__name: "FluxWindow",
|
|
7245
7254
|
setup(n, { expose: e }) {
|
|
7246
7255
|
const a = De(), i = P(!1), s = P("default");
|
|
@@ -7265,7 +7274,7 @@ const Zh = {
|
|
|
7265
7274
|
_: 3
|
|
7266
7275
|
}, 8, ["is-back"]));
|
|
7267
7276
|
}
|
|
7268
|
-
}),
|
|
7277
|
+
}), tF = /* @__PURE__ */ y({
|
|
7269
7278
|
__name: "FluxFilter",
|
|
7270
7279
|
props: /* @__PURE__ */ ee({
|
|
7271
7280
|
resettable: {}
|
|
@@ -7303,7 +7312,7 @@ const Zh = {
|
|
|
7303
7312
|
function F(h, $) {
|
|
7304
7313
|
i.value[h] = $;
|
|
7305
7314
|
}
|
|
7306
|
-
return
|
|
7315
|
+
return It(Wa, {
|
|
7307
7316
|
state: i,
|
|
7308
7317
|
back: u,
|
|
7309
7318
|
reset: m,
|
|
@@ -7313,9 +7322,9 @@ const Zh = {
|
|
|
7313
7322
|
}), (h, $) => An((c(), p("div", {
|
|
7314
7323
|
class: d(t($t).filter)
|
|
7315
7324
|
}, [
|
|
7316
|
-
v(
|
|
7325
|
+
v(c0, { ref: "window" }, ct({
|
|
7317
7326
|
default: k(({ navigate: E }) => [
|
|
7318
|
-
v(t(
|
|
7327
|
+
v(t(Nh), {
|
|
7319
7328
|
navigate: E,
|
|
7320
7329
|
state: i.value
|
|
7321
7330
|
}, {
|
|
@@ -7361,10 +7370,10 @@ const Zh = {
|
|
|
7361
7370
|
}))
|
|
7362
7371
|
]), 1536)
|
|
7363
7372
|
], 2)), [
|
|
7364
|
-
[t(
|
|
7373
|
+
[t(fr)]
|
|
7365
7374
|
]);
|
|
7366
7375
|
}
|
|
7367
|
-
}),
|
|
7376
|
+
}), nF = /* @__PURE__ */ y({
|
|
7368
7377
|
__name: "FluxFilterDate",
|
|
7369
7378
|
props: {
|
|
7370
7379
|
icon: {},
|
|
@@ -7374,7 +7383,7 @@ const Zh = {
|
|
|
7374
7383
|
name: {}
|
|
7375
7384
|
},
|
|
7376
7385
|
setup(n) {
|
|
7377
|
-
const { back: e, state: a, setValue: i } =
|
|
7386
|
+
const { back: e, state: a, setValue: i } = Tt(), s = L(() => {
|
|
7378
7387
|
const l = t(a)[n.name];
|
|
7379
7388
|
return l ? Fe.isDateTime(l) ? l : typeof l == "string" ? Fe.fromISO(l) : null : null;
|
|
7380
7389
|
});
|
|
@@ -7389,7 +7398,7 @@ const Zh = {
|
|
|
7389
7398
|
"onUpdate:modelValue": o
|
|
7390
7399
|
}, null, 8, ["class", "max", "min", "model-value"]));
|
|
7391
7400
|
}
|
|
7392
|
-
}),
|
|
7401
|
+
}), aF = /* @__PURE__ */ y({
|
|
7393
7402
|
__name: "FluxFilterDateRange",
|
|
7394
7403
|
props: {
|
|
7395
7404
|
icon: {},
|
|
@@ -7400,7 +7409,7 @@ const Zh = {
|
|
|
7400
7409
|
rangeMode: { default: "range" }
|
|
7401
7410
|
},
|
|
7402
7411
|
setup(n) {
|
|
7403
|
-
const { back: e, state: a, setValue: i } =
|
|
7412
|
+
const { back: e, state: a, setValue: i } = Tt(), s = L(() => {
|
|
7404
7413
|
const l = t(a)[n.name];
|
|
7405
7414
|
if (!l || !Array.isArray(l))
|
|
7406
7415
|
return null;
|
|
@@ -7419,7 +7428,7 @@ const Zh = {
|
|
|
7419
7428
|
"onUpdate:modelValue": o
|
|
7420
7429
|
}, null, 8, ["class", "max", "min", "model-value", "range-mode"]));
|
|
7421
7430
|
}
|
|
7422
|
-
}),
|
|
7431
|
+
}), iF = /* @__PURE__ */ y({
|
|
7423
7432
|
__name: "FluxFilterOption",
|
|
7424
7433
|
props: /* @__PURE__ */ ee({
|
|
7425
7434
|
icon: {},
|
|
@@ -7434,7 +7443,7 @@ const Zh = {
|
|
|
7434
7443
|
}),
|
|
7435
7444
|
emits: ["update:searchQuery"],
|
|
7436
7445
|
setup(n) {
|
|
7437
|
-
const e = ae(n, "searchQuery"), { back: a, state: i, setValue: s } =
|
|
7446
|
+
const e = ae(n, "searchQuery"), { back: a, state: i, setValue: s } = Tt(), o = L(() => t(i)[n.name]), l = L(() => n.options.filter((u) => sa(u) || t(e).length === 0 || u.label.toLowerCase().includes(t(e).toLowerCase())));
|
|
7438
7447
|
function r(u) {
|
|
7439
7448
|
t(o) === u ? s(n.name, null) : s(n.name, u), a();
|
|
7440
7449
|
}
|
|
@@ -7448,7 +7457,7 @@ const Zh = {
|
|
|
7448
7457
|
onSelect: r
|
|
7449
7458
|
}, null, 8, ["search-query", "is-searchable", "options", "selected", "search-placeholder"]));
|
|
7450
7459
|
}
|
|
7451
|
-
}),
|
|
7460
|
+
}), sF = /* @__PURE__ */ y({
|
|
7452
7461
|
__name: "FluxFilterOptionAsync",
|
|
7453
7462
|
props: /* @__PURE__ */ ee({
|
|
7454
7463
|
fetchOptions: { type: Function },
|
|
@@ -7466,7 +7475,7 @@ const Zh = {
|
|
|
7466
7475
|
}),
|
|
7467
7476
|
emits: ["update:searchQuery"],
|
|
7468
7477
|
setup(n) {
|
|
7469
|
-
const e = ae(n, "searchQuery"), { back: a, state: i, setValue: s } =
|
|
7478
|
+
const e = ae(n, "searchQuery"), { back: a, state: i, setValue: s } = Tt(), { isLoading: o, loaded: l } = In(), r = ca(e, 150), u = L(() => l(n.fetchOptions)), m = L(() => l(n.fetchRelevant)), f = L(() => l(n.fetchSearch)), g = P([]), F = P([]), h = L(() => t(i)[n.name]), $ = L(() => {
|
|
7470
7479
|
const S = [], A = t(e), I = t(g), C = t(F);
|
|
7471
7480
|
return C.forEach((R) => S.push(R)), I.forEach((R) => {
|
|
7472
7481
|
nt(R) && C.find((G) => nt(G) && G.value === R.value) || nt(R) && !R.label.toLowerCase().includes(A.toLowerCase()) || S.push(R);
|
|
@@ -7490,7 +7499,7 @@ const Zh = {
|
|
|
7490
7499
|
onSelect: E
|
|
7491
7500
|
}, null, 8, ["search-query", "is-loading", "options", "selected", "search-placeholder"]));
|
|
7492
7501
|
}
|
|
7493
|
-
}),
|
|
7502
|
+
}), oF = /* @__PURE__ */ y({
|
|
7494
7503
|
__name: "FluxFilterOptions",
|
|
7495
7504
|
props: /* @__PURE__ */ ee({
|
|
7496
7505
|
icon: {},
|
|
@@ -7507,7 +7516,7 @@ const Zh = {
|
|
|
7507
7516
|
}),
|
|
7508
7517
|
emits: ["update:searchQuery"],
|
|
7509
7518
|
setup(n) {
|
|
7510
|
-
const e = ae(n, "searchQuery"), { state: a, setValue: i } =
|
|
7519
|
+
const e = ae(n, "searchQuery"), { state: a, setValue: i } = Tt(), s = L(() => {
|
|
7511
7520
|
const r = t(a)[n.name];
|
|
7512
7521
|
return Array.isArray(r) ? r : [];
|
|
7513
7522
|
}), o = L(() => n.options.filter((r) => sa(r) || t(e).length === 0 || r.label.toLowerCase().includes(t(e).toLowerCase())));
|
|
@@ -7525,7 +7534,7 @@ const Zh = {
|
|
|
7525
7534
|
onSelect: l
|
|
7526
7535
|
}, null, 8, ["search-query", "is-searchable", "options", "selected", "search-placeholder"]));
|
|
7527
7536
|
}
|
|
7528
|
-
}),
|
|
7537
|
+
}), lF = /* @__PURE__ */ y({
|
|
7529
7538
|
__name: "FluxFilterOptionsAsync",
|
|
7530
7539
|
props: /* @__PURE__ */ ee({
|
|
7531
7540
|
fetchOptions: { type: Function },
|
|
@@ -7543,7 +7552,7 @@ const Zh = {
|
|
|
7543
7552
|
}),
|
|
7544
7553
|
emits: ["update:searchQuery"],
|
|
7545
7554
|
setup(n) {
|
|
7546
|
-
const e = ae(n, "searchQuery"), { state: a, setValue: i } =
|
|
7555
|
+
const e = ae(n, "searchQuery"), { state: a, setValue: i } = Tt(), { isLoading: s, loaded: o } = In(), l = ca(e, 150), r = L(() => o(n.fetchOptions)), u = L(() => o(n.fetchRelevant)), m = L(() => o(n.fetchSearch)), f = P([]), g = P([]), F = L(() => {
|
|
7547
7556
|
const E = t(a)[n.name];
|
|
7548
7557
|
return Array.isArray(E) ? E : [];
|
|
7549
7558
|
}), h = L(() => {
|
|
@@ -7571,7 +7580,7 @@ const Zh = {
|
|
|
7571
7580
|
onSelect: $
|
|
7572
7581
|
}, null, 8, ["search-query", "is-loading", "options", "selected", "search-placeholder"]));
|
|
7573
7582
|
}
|
|
7574
|
-
}),
|
|
7583
|
+
}), d0 = /* @__PURE__ */ y({
|
|
7575
7584
|
__name: "FluxFormColumn",
|
|
7576
7585
|
setup(n) {
|
|
7577
7586
|
return (e, a) => (c(), p("div", {
|
|
@@ -7580,7 +7589,7 @@ const Zh = {
|
|
|
7580
7589
|
w(e.$slots, "default")
|
|
7581
7590
|
], 2));
|
|
7582
7591
|
}
|
|
7583
|
-
}),
|
|
7592
|
+
}), rF = /* @__PURE__ */ y({
|
|
7584
7593
|
__name: "FluxFilterRange",
|
|
7585
7594
|
props: {
|
|
7586
7595
|
icon: {},
|
|
@@ -7593,13 +7602,13 @@ const Zh = {
|
|
|
7593
7602
|
formatter: { type: Function, default: Xt }
|
|
7594
7603
|
},
|
|
7595
7604
|
setup(n) {
|
|
7596
|
-
const { state: e, setValue: a } =
|
|
7605
|
+
const { state: e, setValue: a } = Tt(), i = ve(), s = L(() => t(e)[n.name] ?? [n.min, n.max]);
|
|
7597
7606
|
function o({ lower: l, upper: r }) {
|
|
7598
7607
|
(l || l === 0) && (r ??= t(s)[1], l > r && (r = l)), (r || r === 0) && (l ??= t(s)[0], l > r && (l = r)), a(n.name, [l, r]);
|
|
7599
7608
|
}
|
|
7600
7609
|
return (l, r) => (c(), b(je, null, {
|
|
7601
7610
|
default: k(() => [
|
|
7602
|
-
v(
|
|
7611
|
+
v(d0, null, {
|
|
7603
7612
|
default: k(() => [
|
|
7604
7613
|
v(Ve, {
|
|
7605
7614
|
label: t(i)("flux.min")
|
|
@@ -7646,7 +7655,7 @@ const Zh = {
|
|
|
7646
7655
|
_: 1
|
|
7647
7656
|
}));
|
|
7648
7657
|
}
|
|
7649
|
-
}),
|
|
7658
|
+
}), uF = /* @__PURE__ */ y({
|
|
7650
7659
|
__name: "FluxFlickeringGrid",
|
|
7651
7660
|
props: {
|
|
7652
7661
|
color: { default: "#1d4ed8" },
|
|
@@ -7656,7 +7665,7 @@ const Zh = {
|
|
|
7656
7665
|
size: { default: 3 }
|
|
7657
7666
|
},
|
|
7658
7667
|
setup(n) {
|
|
7659
|
-
const e = te("canvas"), a =
|
|
7668
|
+
const e = te("canvas"), a = Tl(e), i = di(13), s = L(() => {
|
|
7660
7669
|
const u = document.createElement("canvas");
|
|
7661
7670
|
u.width = u.height = 1;
|
|
7662
7671
|
const m = u.getContext("2d");
|
|
@@ -7725,7 +7734,7 @@ const Zh = {
|
|
|
7725
7734
|
w(e.$slots, "default")
|
|
7726
7735
|
], 2));
|
|
7727
7736
|
}
|
|
7728
|
-
}),
|
|
7737
|
+
}), m0 = "focal-point-image", p0 = "focal-point-editor", f0 = "focal-point-editor-area", h0 = "focal-point-editor-image", g0 = "focal-point-preview", b0 = "focal-point-preview-image", Ht = { focalPointImage: m0, focalPointEditor: p0, focalPointEditorArea: f0, focalPointEditorImage: h0, focalPointPreview: g0, focalPointPreviewImage: b0 }, v0 = ["src"], cF = /* @__PURE__ */ y({
|
|
7729
7738
|
__name: "FluxFocalPointEditor",
|
|
7730
7739
|
props: /* @__PURE__ */ ee({
|
|
7731
7740
|
src: {}
|
|
@@ -7762,7 +7771,7 @@ const Zh = {
|
|
|
7762
7771
|
function h() {
|
|
7763
7772
|
l.value = !l.value;
|
|
7764
7773
|
}
|
|
7765
|
-
return z(() => n.src, () => l.value = !1), ($, E) => (c(), b(
|
|
7774
|
+
return z(() => n.src, () => l.value = !1), ($, E) => (c(), b(Lt, {
|
|
7766
7775
|
style: Y({ "--aspect-ratio": s.value })
|
|
7767
7776
|
}, {
|
|
7768
7777
|
default: k(() => [
|
|
@@ -7771,10 +7780,10 @@ const Zh = {
|
|
|
7771
7780
|
l.value ? (c(), b(je, { key: "preview" }, {
|
|
7772
7781
|
default: k(() => [
|
|
7773
7782
|
D("div", {
|
|
7774
|
-
class: d(t(
|
|
7783
|
+
class: d(t(Ht).focalPointPreview)
|
|
7775
7784
|
}, [
|
|
7776
7785
|
D("div", {
|
|
7777
|
-
class: d(t(
|
|
7786
|
+
class: d(t(Ht).focalPointPreviewImage),
|
|
7778
7787
|
style: Y({
|
|
7779
7788
|
backgroundImage: `url(${$.src})`,
|
|
7780
7789
|
backgroundPosition: `${r.value}% ${u.value}%`
|
|
@@ -7786,19 +7795,19 @@ const Zh = {
|
|
|
7786
7795
|
})) : (c(), b(je, { key: "editor" }, {
|
|
7787
7796
|
default: k(() => [
|
|
7788
7797
|
D("div", {
|
|
7789
|
-
class: d(t(
|
|
7798
|
+
class: d(t(Ht).focalPointEditor),
|
|
7790
7799
|
onPointerdown: f,
|
|
7791
7800
|
onPointermove: g
|
|
7792
7801
|
}, [
|
|
7793
7802
|
D("img", {
|
|
7794
7803
|
ref: "image",
|
|
7795
|
-
class: d(t(
|
|
7804
|
+
class: d(t(Ht).focalPointEditorImage),
|
|
7796
7805
|
src: $.src,
|
|
7797
7806
|
alt: "",
|
|
7798
7807
|
onLoad: m
|
|
7799
|
-
}, null, 42,
|
|
7808
|
+
}, null, 42, v0),
|
|
7800
7809
|
D("div", {
|
|
7801
|
-
class: d(t(
|
|
7810
|
+
class: d(t(Ht).focalPointEditorArea),
|
|
7802
7811
|
style: Y({
|
|
7803
7812
|
top: `${u.value}%`,
|
|
7804
7813
|
left: `${r.value}%`
|
|
@@ -7827,7 +7836,7 @@ const Zh = {
|
|
|
7827
7836
|
_: 3
|
|
7828
7837
|
}, 8, ["style"]));
|
|
7829
7838
|
}
|
|
7830
|
-
}),
|
|
7839
|
+
}), y0 = ["src", "alt"], k0 = /* @__PURE__ */ y({
|
|
7831
7840
|
__name: "FluxFocalPointImage",
|
|
7832
7841
|
props: {
|
|
7833
7842
|
focalPoint: {},
|
|
@@ -7837,15 +7846,15 @@ const Zh = {
|
|
|
7837
7846
|
setup(n) {
|
|
7838
7847
|
const e = L(() => n.focalPoint?.x ?? 50), a = L(() => n.focalPoint?.y ?? 50);
|
|
7839
7848
|
return (i, s) => (c(), p("img", {
|
|
7840
|
-
class: d(t(
|
|
7849
|
+
class: d(t(Ht).focalPointImage),
|
|
7841
7850
|
style: Y({
|
|
7842
7851
|
objectPosition: `${e.value}% ${a.value}%`
|
|
7843
7852
|
}),
|
|
7844
7853
|
src: i.src,
|
|
7845
7854
|
alt: i.alt
|
|
7846
|
-
}, null, 14,
|
|
7855
|
+
}, null, 14, y0));
|
|
7847
7856
|
}
|
|
7848
|
-
}),
|
|
7857
|
+
}), A0 = ["aria-disabled"], dF = /* @__PURE__ */ y({
|
|
7849
7858
|
__name: "FluxForm",
|
|
7850
7859
|
props: {
|
|
7851
7860
|
disabled: { type: Boolean, default: !1 }
|
|
@@ -7856,7 +7865,7 @@ const Zh = {
|
|
|
7856
7865
|
function i() {
|
|
7857
7866
|
a("submit");
|
|
7858
7867
|
}
|
|
7859
|
-
return (s, o) => (c(), b(
|
|
7868
|
+
return (s, o) => (c(), b(Dv, { disabled: s.disabled }, {
|
|
7860
7869
|
default: k(() => [
|
|
7861
7870
|
D("form", {
|
|
7862
7871
|
class: d(t(O).form),
|
|
@@ -7864,7 +7873,7 @@ const Zh = {
|
|
|
7864
7873
|
onSubmit: o[0] || (o[0] = en((l) => i(), ["prevent"]))
|
|
7865
7874
|
}, [
|
|
7866
7875
|
w(s.$slots, "default")
|
|
7867
|
-
], 42,
|
|
7876
|
+
], 42, A0)
|
|
7868
7877
|
]),
|
|
7869
7878
|
_: 3
|
|
7870
7879
|
}, 8, ["disabled"]));
|
|
@@ -7885,7 +7894,7 @@ const Zh = {
|
|
|
7885
7894
|
w(e.$slots, "default")
|
|
7886
7895
|
], 2));
|
|
7887
7896
|
}
|
|
7888
|
-
}),
|
|
7897
|
+
}), mF = /* @__PURE__ */ y({
|
|
7889
7898
|
__name: "FluxFormDateInput",
|
|
7890
7899
|
props: /* @__PURE__ */ ee({
|
|
7891
7900
|
autoComplete: {},
|
|
@@ -7951,7 +7960,7 @@ const Zh = {
|
|
|
7951
7960
|
_: 1
|
|
7952
7961
|
}, 512));
|
|
7953
7962
|
}
|
|
7954
|
-
}),
|
|
7963
|
+
}), pF = /* @__PURE__ */ y({
|
|
7955
7964
|
__name: "FluxFormDateRangeInput",
|
|
7956
7965
|
props: /* @__PURE__ */ ee({
|
|
7957
7966
|
autoComplete: {},
|
|
@@ -7975,7 +7984,7 @@ const Zh = {
|
|
|
7975
7984
|
if (!l)
|
|
7976
7985
|
return "";
|
|
7977
7986
|
const [r, u] = l;
|
|
7978
|
-
return
|
|
7987
|
+
return Qi(r, u, !0);
|
|
7979
7988
|
});
|
|
7980
7989
|
return z(s, (l) => {
|
|
7981
7990
|
t(i)?.close(), e.value = l;
|
|
@@ -8018,7 +8027,7 @@ const Zh = {
|
|
|
8018
8027
|
_: 1
|
|
8019
8028
|
}, 512));
|
|
8020
8029
|
}
|
|
8021
|
-
}),
|
|
8030
|
+
}), fF = /* @__PURE__ */ y({
|
|
8022
8031
|
__name: "FluxFormDateTimeInput",
|
|
8023
8032
|
props: /* @__PURE__ */ ee({
|
|
8024
8033
|
autoComplete: {},
|
|
@@ -8111,7 +8120,7 @@ const Zh = {
|
|
|
8111
8120
|
_: 1
|
|
8112
8121
|
}, 8, ["class", "aria-disabled"]));
|
|
8113
8122
|
}
|
|
8114
|
-
}),
|
|
8123
|
+
}), F0 = { key: 1 }, hF = /* @__PURE__ */ y({
|
|
8115
8124
|
__name: "FluxFormInputAddition",
|
|
8116
8125
|
props: {
|
|
8117
8126
|
icon: {},
|
|
@@ -8126,11 +8135,11 @@ const Zh = {
|
|
|
8126
8135
|
name: e.icon,
|
|
8127
8136
|
size: 18
|
|
8128
8137
|
}, null, 8, ["name"])) : B("", !0),
|
|
8129
|
-
e.label ? (c(), p("span",
|
|
8138
|
+
e.label ? (c(), p("span", F0, x(e.label), 1)) : B("", !0),
|
|
8130
8139
|
w(e.$slots, "default")
|
|
8131
8140
|
], 2));
|
|
8132
8141
|
}
|
|
8133
|
-
}),
|
|
8142
|
+
}), $0 = ["id", "autofocus", "aria-disabled"], C0 = ["autocomplete", "autofocus", "disabled", "tabindex", "type", "value"], gF = /* @__PURE__ */ y({
|
|
8134
8143
|
__name: "FluxFormPinInput",
|
|
8135
8144
|
props: /* @__PURE__ */ ee({
|
|
8136
8145
|
autoComplete: { default: "one-time-code" },
|
|
@@ -8218,10 +8227,10 @@ const Zh = {
|
|
|
8218
8227
|
onInput: l,
|
|
8219
8228
|
onKeydown: r,
|
|
8220
8229
|
onPaste: u
|
|
8221
|
-
}, null, 42,
|
|
8222
|
-
], 14,
|
|
8230
|
+
}, null, 42, C0))), 128))
|
|
8231
|
+
], 14, $0));
|
|
8223
8232
|
}
|
|
8224
|
-
}),
|
|
8233
|
+
}), bF = /* @__PURE__ */ y({
|
|
8225
8234
|
__name: "FluxFormRangeSlider",
|
|
8226
8235
|
props: /* @__PURE__ */ ee({
|
|
8227
8236
|
formatter: { type: Function, default: Xt },
|
|
@@ -8270,7 +8279,7 @@ const Zh = {
|
|
|
8270
8279
|
direction: "vertical",
|
|
8271
8280
|
origin: t(A ? i : s)?.$el
|
|
8272
8281
|
}) : !C && g.value && (Cn(g.value), g.value = null);
|
|
8273
|
-
}), (A, I) => (c(), b(t(
|
|
8282
|
+
}), (A, I) => (c(), b(t(Ki), {
|
|
8274
8283
|
disabled: t(a),
|
|
8275
8284
|
"is-dragging": o.value || l.value,
|
|
8276
8285
|
"is-ticks-visible": A.isTicksVisible,
|
|
@@ -8281,7 +8290,7 @@ const Zh = {
|
|
|
8281
8290
|
onUpdate: $
|
|
8282
8291
|
}, {
|
|
8283
8292
|
default: k(() => [
|
|
8284
|
-
v(t(
|
|
8293
|
+
v(t(Yi), {
|
|
8285
8294
|
"percentage-lower": r.value,
|
|
8286
8295
|
"percentage-upper": u.value
|
|
8287
8296
|
}, {
|
|
@@ -8311,7 +8320,7 @@ const Zh = {
|
|
|
8311
8320
|
_: 1
|
|
8312
8321
|
}, 8, ["disabled", "is-dragging", "is-ticks-visible", "max", "min", "step"]));
|
|
8313
8322
|
}
|
|
8314
|
-
}),
|
|
8323
|
+
}), vF = /* @__PURE__ */ y({
|
|
8315
8324
|
__name: "FluxFormRow",
|
|
8316
8325
|
setup(n) {
|
|
8317
8326
|
return (e, a) => (c(), p("div", {
|
|
@@ -8320,7 +8329,7 @@ const Zh = {
|
|
|
8320
8329
|
w(e.$slots, "default")
|
|
8321
8330
|
], 2));
|
|
8322
8331
|
}
|
|
8323
|
-
}),
|
|
8332
|
+
}), yF = /* @__PURE__ */ y({
|
|
8324
8333
|
__name: "FluxFormSection",
|
|
8325
8334
|
props: {
|
|
8326
8335
|
title: {}
|
|
@@ -8335,7 +8344,7 @@ const Zh = {
|
|
|
8335
8344
|
w(e.$slots, "default")
|
|
8336
8345
|
], 2));
|
|
8337
8346
|
}
|
|
8338
|
-
}),
|
|
8347
|
+
}), kF = /* @__PURE__ */ y({
|
|
8339
8348
|
__name: "FluxFormSelectAsync",
|
|
8340
8349
|
props: /* @__PURE__ */ ee({
|
|
8341
8350
|
fetchOptions: { type: Function },
|
|
@@ -8361,7 +8370,7 @@ const Zh = {
|
|
|
8361
8370
|
return T.forEach((V) => C.push(V)), G.forEach((V) => {
|
|
8362
8371
|
ut(V) && T.find((M) => ut(M) && M.value === V.value) || ut(V) && !V.label.toLowerCase().includes(R.toLowerCase()) || C.push(V);
|
|
8363
8372
|
}), C;
|
|
8364
|
-
}), { groups: r, selected: u, values: m } =
|
|
8373
|
+
}), { groups: r, selected: u, values: m } = Wi(a, n.isMultiple, l), { isLoading: f, loaded: g } = In(), F = ca(e, 300), h = L(() => g(n.fetchOptions)), $ = L(() => g(n.fetchRelevant)), E = L(() => g(n.fetchSearch));
|
|
8365
8374
|
function S(C) {
|
|
8366
8375
|
n.isMultiple && (a.value = t(m).filter((R) => R !== C));
|
|
8367
8376
|
}
|
|
@@ -8375,7 +8384,7 @@ const Zh = {
|
|
|
8375
8384
|
C.length !== 0 && (s.value = await t(h)(C));
|
|
8376
8385
|
}, { immediate: !0 }), z(F, async (C) => {
|
|
8377
8386
|
C.length > 0 ? o.value = await t(E)(C) : o.value = await t($)();
|
|
8378
|
-
}), (C, R) => (c(), b(t(
|
|
8387
|
+
}), (C, R) => (c(), b(t(qi), {
|
|
8379
8388
|
"search-query": e.value,
|
|
8380
8389
|
"onUpdate:searchQuery": R[0] || (R[0] = (G) => e.value = G),
|
|
8381
8390
|
disabled: t(i),
|
|
@@ -8390,7 +8399,7 @@ const Zh = {
|
|
|
8390
8399
|
onSelect: I
|
|
8391
8400
|
}, null, 8, ["search-query", "disabled", "is-loading", "is-multiple", "options", "placeholder", "selected"]));
|
|
8392
8401
|
}
|
|
8393
|
-
}),
|
|
8402
|
+
}), w0 = ["id", "autocomplete", "autofocus", "disabled", "maxlength", "placeholder", "aria-disabled"], AF = /* @__PURE__ */ y({
|
|
8394
8403
|
__name: "FluxFormTextArea",
|
|
8395
8404
|
props: /* @__PURE__ */ ee({
|
|
8396
8405
|
autoComplete: {},
|
|
@@ -8425,11 +8434,11 @@ const Zh = {
|
|
|
8425
8434
|
"aria-disabled": t(s) ? !0 : void 0,
|
|
8426
8435
|
onBlur: r[1] || (r[1] = (u) => a("blur")),
|
|
8427
8436
|
onFocus: r[2] || (r[2] = (u) => a("focus"))
|
|
8428
|
-
}, null, 46,
|
|
8437
|
+
}, null, 46, w0)), [
|
|
8429
8438
|
[Ra, i.value]
|
|
8430
8439
|
]);
|
|
8431
8440
|
}
|
|
8432
|
-
}),
|
|
8441
|
+
}), FF = /* @__PURE__ */ y({
|
|
8433
8442
|
__name: "FluxFormTimeZonePicker",
|
|
8434
8443
|
props: /* @__PURE__ */ ee({
|
|
8435
8444
|
disabled: { type: Boolean },
|
|
@@ -9061,7 +9070,7 @@ const Zh = {
|
|
|
9061
9070
|
for (const f of e) {
|
|
9062
9071
|
const g = Intl.DateTimeFormat(navigator.language, { timeZone: f }).resolvedOptions(), F = new Intl.DateTimeFormat(navigator.language, { timeZone: f, timeZoneName: "longOffset" }).formatToParts().find((E) => E.type === "timeZoneName").value.substring(3), h = g.timeZone.replaceAll("_", " ").replaceAll("/", " / ");
|
|
9063
9072
|
let $ = "flux.timezoneOther";
|
|
9064
|
-
h.includes("/") && ($ = `flux.timezone${
|
|
9073
|
+
h.includes("/") && ($ = `flux.timezone${Ai(h.split("/")[0].trim().toLowerCase())}`), r[$] ??= [], !r[$].find((E) => E.label === h) && r[$].push({
|
|
9065
9074
|
command: F,
|
|
9066
9075
|
label: h,
|
|
9067
9076
|
value: f
|
|
@@ -9081,7 +9090,7 @@ const Zh = {
|
|
|
9081
9090
|
}
|
|
9082
9091
|
return u;
|
|
9083
9092
|
});
|
|
9084
|
-
return (r, u) => (c(), b(
|
|
9093
|
+
return (r, u) => (c(), b(es, {
|
|
9085
9094
|
modelValue: i.value,
|
|
9086
9095
|
"onUpdate:modelValue": u[0] || (u[0] = (m) => i.value = m),
|
|
9087
9096
|
disabled: t(s),
|
|
@@ -9090,7 +9099,7 @@ const Zh = {
|
|
|
9090
9099
|
placeholder: r.placeholder
|
|
9091
9100
|
}, null, 8, ["modelValue", "disabled", "options", "placeholder"]));
|
|
9092
9101
|
}
|
|
9093
|
-
}),
|
|
9102
|
+
}), B0 = "remove", S0 = "is-hidden", Ma = { remove: B0, isHidden: S0 }, E0 = /* @__PURE__ */ y({
|
|
9094
9103
|
__name: "FluxRemove",
|
|
9095
9104
|
props: {
|
|
9096
9105
|
icon: { default: "xmark" },
|
|
@@ -9114,7 +9123,7 @@ const Zh = {
|
|
|
9114
9123
|
}, null, 8, ["name"])) : B("", !0)
|
|
9115
9124
|
], 2));
|
|
9116
9125
|
}
|
|
9117
|
-
}),
|
|
9126
|
+
}), I0 = "placeholder", T0 = "is-button", L0 = "is-extended", D0 = "placeholder-icon", M0 = "is-simple", P0 = "is-small", V0 = "placeholder-caption", x0 = "button", ot = { placeholder: I0, isButton: T0, isExtended: L0, placeholderIcon: D0, isSimple: M0, isSmall: P0, placeholderCaption: V0, button: x0 }, { placeholder: O0 } = ot, R0 = "gallery", z0 = "gallery-grid", H0 = `gallery-add ${O0}`, N0 = "gallery-move", G0 = "gallery-item", U0 = "remove", W0 = "gallery-item-image", j0 = "gallery-item-loader", _0 = "spinner", Ct = { gallery: R0, galleryGrid: z0, galleryAdd: H0, galleryMove: N0, galleryItem: G0, remove: U0, galleryItemImage: W0, galleryItemLoader: j0, spinner: _0 }, Gn = /* @__PURE__ */ y({
|
|
9118
9127
|
__name: "FluxGalleryItem",
|
|
9119
9128
|
props: {
|
|
9120
9129
|
focalPoint: {},
|
|
@@ -9130,12 +9139,12 @@ const Zh = {
|
|
|
9130
9139
|
onMouseenterCapture: o[1] || (o[1] = (l) => i.value = !0),
|
|
9131
9140
|
onMouseoutCapture: o[2] || (o[2] = (l) => i.value = !1)
|
|
9132
9141
|
}, [
|
|
9133
|
-
v(
|
|
9142
|
+
v(k0, {
|
|
9134
9143
|
class: d(t(Ct).galleryItemImage),
|
|
9135
9144
|
"focal-point": s.focalPoint,
|
|
9136
9145
|
src: s.url
|
|
9137
9146
|
}, null, 8, ["class", "focal-point", "src"]),
|
|
9138
|
-
s.isDeletable ? (c(), b(
|
|
9147
|
+
s.isDeletable ? (c(), b(E0, {
|
|
9139
9148
|
key: 0,
|
|
9140
9149
|
"is-hidden": !i.value,
|
|
9141
9150
|
tabindex: "-1",
|
|
@@ -9149,7 +9158,7 @@ const Zh = {
|
|
|
9149
9158
|
], 2)) : B("", !0)
|
|
9150
9159
|
], 34));
|
|
9151
9160
|
}
|
|
9152
|
-
}),
|
|
9161
|
+
}), q0 = ["onClick"], $F = /* @__PURE__ */ y({
|
|
9153
9162
|
__name: "FluxGallery",
|
|
9154
9163
|
props: {
|
|
9155
9164
|
isEditable: { type: Boolean },
|
|
@@ -9167,7 +9176,7 @@ const Zh = {
|
|
|
9167
9176
|
}
|
|
9168
9177
|
a("upload", l);
|
|
9169
9178
|
}
|
|
9170
|
-
return (o, l) => (c(), b(
|
|
9179
|
+
return (o, l) => (c(), b(Kv, {
|
|
9171
9180
|
class: d(t(Ct).gallery),
|
|
9172
9181
|
accept: "image/*",
|
|
9173
9182
|
disabled: !o.isEditable,
|
|
@@ -9212,7 +9221,7 @@ const Zh = {
|
|
|
9212
9221
|
onClick: (u) => r()
|
|
9213
9222
|
}, [
|
|
9214
9223
|
v(U, { name: "plus" })
|
|
9215
|
-
], 10,
|
|
9224
|
+
], 10, q0)) : B("", !0)
|
|
9216
9225
|
]),
|
|
9217
9226
|
_: 2
|
|
9218
9227
|
}, 1032, ["class", "move-class"])
|
|
@@ -9220,7 +9229,7 @@ const Zh = {
|
|
|
9220
9229
|
_: 3
|
|
9221
9230
|
}, 8, ["class", "disabled", "placeholder-button", "placeholder-message", "placeholder-title"]));
|
|
9222
9231
|
}
|
|
9223
|
-
}),
|
|
9232
|
+
}), K0 = "grid", Y0 = "grid-column", ts = { grid: K0, gridColumn: Y0 }, CF = /* @__PURE__ */ y({
|
|
9224
9233
|
__name: "FluxGrid",
|
|
9225
9234
|
props: {
|
|
9226
9235
|
columns: { default: 12 },
|
|
@@ -9228,7 +9237,7 @@ const Zh = {
|
|
|
9228
9237
|
},
|
|
9229
9238
|
setup(n) {
|
|
9230
9239
|
return (e, a) => (c(), p("div", {
|
|
9231
|
-
class: d(t(
|
|
9240
|
+
class: d(t(ts).grid),
|
|
9232
9241
|
style: Y({
|
|
9233
9242
|
"--gap": `${e.gap}px`,
|
|
9234
9243
|
"--columns": e.columns
|
|
@@ -9237,7 +9246,7 @@ const Zh = {
|
|
|
9237
9246
|
w(e.$slots, "default")
|
|
9238
9247
|
], 6));
|
|
9239
9248
|
}
|
|
9240
|
-
}),
|
|
9249
|
+
}), wF = /* @__PURE__ */ y({
|
|
9241
9250
|
__name: "FluxGridColumn",
|
|
9242
9251
|
props: {
|
|
9243
9252
|
xs: {},
|
|
@@ -9248,7 +9257,7 @@ const Zh = {
|
|
|
9248
9257
|
},
|
|
9249
9258
|
setup(n) {
|
|
9250
9259
|
return (e, a) => (c(), p("div", {
|
|
9251
|
-
class: d(t(
|
|
9260
|
+
class: d(t(ts).gridColumn),
|
|
9252
9261
|
style: Y({
|
|
9253
9262
|
"--xs": e.xs ?? 12,
|
|
9254
9263
|
"--sm": e.sm ?? e.xs ?? 12,
|
|
@@ -9260,10 +9269,10 @@ const Zh = {
|
|
|
9260
9269
|
w(e.$slots, "default")
|
|
9261
9270
|
], 6));
|
|
9262
9271
|
}
|
|
9263
|
-
}),
|
|
9272
|
+
}), Z0 = ["id", "width", "height"], Q0 = ["d", "stroke-dasharray"], X0 = ["fill"], J0 = {
|
|
9264
9273
|
key: 0,
|
|
9265
9274
|
style: { overflow: "visible" }
|
|
9266
|
-
},
|
|
9275
|
+
}, ey = ["width", "height", "x", "y"], ty = /* @__PURE__ */ y({
|
|
9267
9276
|
__name: "FluxGridPattern",
|
|
9268
9277
|
props: {
|
|
9269
9278
|
width: { default: 42 },
|
|
@@ -9290,16 +9299,16 @@ const Zh = {
|
|
|
9290
9299
|
d: `M.5 ${a.height}V.5H${a.width}`,
|
|
9291
9300
|
fill: "none",
|
|
9292
9301
|
"stroke-dasharray": a.strokeDasharray
|
|
9293
|
-
}, null, 8,
|
|
9294
|
-
], 8,
|
|
9302
|
+
}, null, 8, Q0)
|
|
9303
|
+
], 8, Z0)
|
|
9295
9304
|
]),
|
|
9296
9305
|
D("rect", {
|
|
9297
9306
|
width: "100%",
|
|
9298
9307
|
height: "100%",
|
|
9299
9308
|
"stroke-width": "0",
|
|
9300
9309
|
fill: `url(#${t(e)})`
|
|
9301
|
-
}, null, 8,
|
|
9302
|
-
a.squares ? (c(), p("svg",
|
|
9310
|
+
}, null, 8, X0),
|
|
9311
|
+
a.squares ? (c(), p("svg", J0, [
|
|
9303
9312
|
(c(!0), p(H, null, q(a.squares, ([s, o]) => (c(), p("rect", {
|
|
9304
9313
|
key: `${s}-${o}`,
|
|
9305
9314
|
width: a.width - 1,
|
|
@@ -9307,11 +9316,11 @@ const Zh = {
|
|
|
9307
9316
|
x: s * a.width,
|
|
9308
9317
|
y: o * a.height,
|
|
9309
9318
|
"stroke-width": "0"
|
|
9310
|
-
}, null, 8,
|
|
9319
|
+
}, null, 8, ey))), 128))
|
|
9311
9320
|
])) : B("", !0)
|
|
9312
9321
|
], 2));
|
|
9313
9322
|
}
|
|
9314
|
-
}),
|
|
9323
|
+
}), ny = "info", ay = "icon", iy = "info-body", Un = { info: ny, icon: ay, infoBody: iy }, BF = /* @__PURE__ */ y({
|
|
9315
9324
|
__name: "FluxInfo",
|
|
9316
9325
|
props: {
|
|
9317
9326
|
icon: {}
|
|
@@ -9332,7 +9341,7 @@ const Zh = {
|
|
|
9332
9341
|
], 2)
|
|
9333
9342
|
], 2));
|
|
9334
9343
|
}
|
|
9335
|
-
}),
|
|
9344
|
+
}), SF = /* @__PURE__ */ y({
|
|
9336
9345
|
__name: "FluxInfoStack",
|
|
9337
9346
|
setup(n) {
|
|
9338
9347
|
return (e, a) => (c(), b(_e, {
|
|
@@ -9345,7 +9354,7 @@ const Zh = {
|
|
|
9345
9354
|
_: 3
|
|
9346
9355
|
}));
|
|
9347
9356
|
}
|
|
9348
|
-
}), {
|
|
9357
|
+
}), { stackHorizontal: sy, stackVertical: oy } = Ke, ly = `legend-horizontal ${sy}`, ry = `legend-vertical ${oy}`, uy = "legend-item", Wn = { legendHorizontal: ly, legendVertical: ry, legendItem: uy }, cy = /* @__PURE__ */ y({
|
|
9349
9358
|
__name: "FluxLegend",
|
|
9350
9359
|
props: {
|
|
9351
9360
|
direction: { default: "horizontal" },
|
|
@@ -9363,7 +9372,7 @@ const Zh = {
|
|
|
9363
9372
|
}, x(i.label), 7))), 256))
|
|
9364
9373
|
], 2));
|
|
9365
9374
|
}
|
|
9366
|
-
}),
|
|
9375
|
+
}), EF = /* @__PURE__ */ y({
|
|
9367
9376
|
__name: "FluxLink",
|
|
9368
9377
|
props: {
|
|
9369
9378
|
type: { default: "button" },
|
|
@@ -9401,7 +9410,7 @@ const Zh = {
|
|
|
9401
9410
|
}))
|
|
9402
9411
|
]), 1040, ["css-class", "css-class-icon", "css-class-label"]));
|
|
9403
9412
|
}
|
|
9404
|
-
}),
|
|
9413
|
+
}), IF = /* @__PURE__ */ y({
|
|
9405
9414
|
__name: "FluxMenuOptions",
|
|
9406
9415
|
props: /* @__PURE__ */ ee({
|
|
9407
9416
|
isHorizontal: { type: Boolean },
|
|
@@ -9427,7 +9436,7 @@ const Zh = {
|
|
|
9427
9436
|
_: 1
|
|
9428
9437
|
}, 8, ["is-horizontal"]));
|
|
9429
9438
|
}
|
|
9430
|
-
}),
|
|
9439
|
+
}), TF = /* @__PURE__ */ y({
|
|
9431
9440
|
__name: "FluxMenuTitle",
|
|
9432
9441
|
props: {
|
|
9433
9442
|
title: {}
|
|
@@ -9438,7 +9447,7 @@ const Zh = {
|
|
|
9438
9447
|
role: "presentation"
|
|
9439
9448
|
}, x(e.title), 3));
|
|
9440
9449
|
}
|
|
9441
|
-
}), { basePaneElement:
|
|
9450
|
+
}), { basePaneElement: Dt } = mt, dy = `notice ${Dt}`, my = "button", py = "notice-body", fy = "notice-close", hy = "icon", gy = "notice-prefix", by = "notice-message", vy = "notice-title", yy = "is-center", ky = "is-fluid", Ay = `notice-gray notice ${Dt}`, Fy = `notice-primary notice ${Dt}`, $y = "spinner-track", Cy = "spinner-effect", wy = "spinner-value", By = `notice-danger notice ${Dt}`, Sy = `notice-info notice ${Dt}`, Ey = `notice-success notice ${Dt}`, Iy = `notice-warning notice ${Dt}`, Ty = "base-pane", Ie = { notice: dy, button: my, noticeBody: py, noticeClose: fy, icon: hy, noticePrefix: gy, noticeMessage: by, noticeTitle: vy, isCenter: yy, isFluid: ky, noticeGray: Ay, noticePrimary: Fy, spinnerTrack: $y, spinnerEffect: Cy, spinnerValue: wy, noticeDanger: By, noticeInfo: Sy, noticeSuccess: Ey, noticeWarning: Iy, basePane: Ty }, LF = /* @__PURE__ */ y({
|
|
9442
9451
|
__name: "FluxNotice",
|
|
9443
9452
|
props: {
|
|
9444
9453
|
color: { default: "gray" },
|
|
@@ -9499,7 +9508,7 @@ const Zh = {
|
|
|
9499
9508
|
], 2)) : B("", !0)
|
|
9500
9509
|
], 2));
|
|
9501
9510
|
}
|
|
9502
|
-
}),
|
|
9511
|
+
}), DF = /* @__PURE__ */ y({
|
|
9503
9512
|
__name: "FluxNoticeStack",
|
|
9504
9513
|
setup(n) {
|
|
9505
9514
|
return (e, a) => (c(), b(_e, {
|
|
@@ -9520,7 +9529,7 @@ const Zh = {
|
|
|
9520
9529
|
size: { default: "small", type: String }
|
|
9521
9530
|
},
|
|
9522
9531
|
setup(n, { attrs: e, emit: a, slots: i }) {
|
|
9523
|
-
return
|
|
9532
|
+
return Zi(
|
|
9524
9533
|
e,
|
|
9525
9534
|
n,
|
|
9526
9535
|
a,
|
|
@@ -9530,10 +9539,10 @@ const Zh = {
|
|
|
9530
9539
|
n.size === "medium" && ze.overlayMedium,
|
|
9531
9540
|
n.size === "large" && ze.overlayLarge
|
|
9532
9541
|
),
|
|
9533
|
-
|
|
9542
|
+
om
|
|
9534
9543
|
);
|
|
9535
9544
|
}
|
|
9536
|
-
}),
|
|
9545
|
+
}), MF = /* @__PURE__ */ y({
|
|
9537
9546
|
__name: "FluxPaneDeck",
|
|
9538
9547
|
props: {
|
|
9539
9548
|
minColumnWidth: {}
|
|
@@ -9542,7 +9551,7 @@ const Zh = {
|
|
|
9542
9551
|
return (e, a) => (c(), p("div", {
|
|
9543
9552
|
class: d(t(oe).paneDeck)
|
|
9544
9553
|
}, [
|
|
9545
|
-
v(
|
|
9554
|
+
v(Qc, {
|
|
9546
9555
|
gap: 0,
|
|
9547
9556
|
"min-column-width": e.minColumnWidth
|
|
9548
9557
|
}, {
|
|
@@ -9553,7 +9562,7 @@ const Zh = {
|
|
|
9553
9562
|
}, 8, ["min-column-width"])
|
|
9554
9563
|
], 2));
|
|
9555
9564
|
}
|
|
9556
|
-
}),
|
|
9565
|
+
}), PF = /* @__PURE__ */ y({
|
|
9557
9566
|
__name: "FluxPaneGroup",
|
|
9558
9567
|
setup(n) {
|
|
9559
9568
|
return (e, a) => (c(), p("div", {
|
|
@@ -9562,7 +9571,7 @@ const Zh = {
|
|
|
9562
9571
|
w(e.$slots, "default")
|
|
9563
9572
|
], 2));
|
|
9564
9573
|
}
|
|
9565
|
-
}),
|
|
9574
|
+
}), Ly = { key: 0 }, Dy = { key: 1 }, ga = /* @__PURE__ */ y({
|
|
9566
9575
|
__name: "FluxPaneHeader",
|
|
9567
9576
|
props: {
|
|
9568
9577
|
icon: {},
|
|
@@ -9584,13 +9593,13 @@ const Zh = {
|
|
|
9584
9593
|
key: 1,
|
|
9585
9594
|
class: d(t(oe).paneHeaderCaption)
|
|
9586
9595
|
}, [
|
|
9587
|
-
e.title ? (c(), p("strong",
|
|
9588
|
-
e.subTitle ? (c(), p("span",
|
|
9596
|
+
e.title ? (c(), p("strong", Ly, x(e.title), 1)) : B("", !0),
|
|
9597
|
+
e.subTitle ? (c(), p("span", Dy, x(e.subTitle), 1)) : B("", !0)
|
|
9589
9598
|
], 2)) : B("", !0),
|
|
9590
9599
|
w(e.$slots, "after")
|
|
9591
9600
|
], 2));
|
|
9592
9601
|
}
|
|
9593
|
-
}),
|
|
9602
|
+
}), VF = /* @__PURE__ */ y({
|
|
9594
9603
|
__name: "FluxPaneIllustration",
|
|
9595
9604
|
props: {
|
|
9596
9605
|
animatedColors: {},
|
|
@@ -9603,7 +9612,7 @@ const Zh = {
|
|
|
9603
9612
|
const e = De(), a = L(() => {
|
|
9604
9613
|
if (!n.animatedColors || n.animatedColors.length === 0)
|
|
9605
9614
|
return "transparent";
|
|
9606
|
-
const [i, s, o] =
|
|
9615
|
+
const [i, s, o] = li(n.animatedColors[0]);
|
|
9607
9616
|
return `rgb(${i} ${s} ${o} / .15)`;
|
|
9608
9617
|
});
|
|
9609
9618
|
return (i, s) => (c(), p("div", {
|
|
@@ -9618,8 +9627,8 @@ const Zh = {
|
|
|
9618
9627
|
border: `1px solid ${a.value}`
|
|
9619
9628
|
})
|
|
9620
9629
|
}, [
|
|
9621
|
-
v(
|
|
9622
|
-
v(
|
|
9630
|
+
v(ty, { "stroke-dasharray": 3 }),
|
|
9631
|
+
v(Zc, {
|
|
9623
9632
|
colors: i.animatedColors,
|
|
9624
9633
|
opacity: i.animatedOpacity,
|
|
9625
9634
|
seed: i.animatedSeed
|
|
@@ -9639,7 +9648,7 @@ const Zh = {
|
|
|
9639
9648
|
], 2)) : B("", !0)
|
|
9640
9649
|
], 6));
|
|
9641
9650
|
}
|
|
9642
|
-
}),
|
|
9651
|
+
}), My = ["src", "alt"], xF = /* @__PURE__ */ y({
|
|
9643
9652
|
__name: "FluxPaneMedia",
|
|
9644
9653
|
props: {
|
|
9645
9654
|
imageAlt: {},
|
|
@@ -9660,10 +9669,10 @@ const Zh = {
|
|
|
9660
9669
|
}),
|
|
9661
9670
|
src: i.imageUrl,
|
|
9662
9671
|
alt: i.imageAlt
|
|
9663
|
-
}, null, 14,
|
|
9672
|
+
}, null, 14, My)) : B("", !0)
|
|
9664
9673
|
], 2));
|
|
9665
9674
|
}
|
|
9666
|
-
}),
|
|
9675
|
+
}), Py = "percentage-bar", Vy = "percentage-bar-segment", xy = "percentage-bar-tooltip", Oy = "percentage-bar-track", pn = { percentageBar: Py, percentageBarSegment: Vy, percentageBarTooltip: xy, percentageBarTrack: Oy }, OF = /* @__PURE__ */ y({
|
|
9667
9676
|
__name: "FluxPercentageBar",
|
|
9668
9677
|
props: {
|
|
9669
9678
|
isLegendVisible: { type: Boolean },
|
|
@@ -9686,7 +9695,7 @@ const Zh = {
|
|
|
9686
9695
|
name: i.icon,
|
|
9687
9696
|
size: 16
|
|
9688
9697
|
}, null, 8, ["name"])) : B("", !0),
|
|
9689
|
-
D("span", null, x(t(
|
|
9698
|
+
D("span", null, x(t(Vs)(i.value)) + " " + x(i.label), 1)
|
|
9690
9699
|
], 2)
|
|
9691
9700
|
]),
|
|
9692
9701
|
default: k(() => [
|
|
@@ -9701,13 +9710,13 @@ const Zh = {
|
|
|
9701
9710
|
_: 2
|
|
9702
9711
|
}, 1024))), 256))
|
|
9703
9712
|
], 2),
|
|
9704
|
-
e.isLegendVisible ? (c(), b(
|
|
9713
|
+
e.isLegendVisible ? (c(), b(cy, {
|
|
9705
9714
|
key: 0,
|
|
9706
9715
|
items: e.items
|
|
9707
9716
|
}, null, 8, ["items"])) : B("", !0)
|
|
9708
9717
|
], 2));
|
|
9709
9718
|
}
|
|
9710
|
-
}),
|
|
9719
|
+
}), Ry = { key: 0 }, RF = /* @__PURE__ */ y({
|
|
9711
9720
|
__name: "FluxPersona",
|
|
9712
9721
|
props: {
|
|
9713
9722
|
avatarAlt: {},
|
|
@@ -9727,7 +9736,7 @@ const Zh = {
|
|
|
9727
9736
|
type: "button",
|
|
9728
9737
|
onClick: a[0] || (a[0] = (i) => e.$emit("click", i))
|
|
9729
9738
|
}, [
|
|
9730
|
-
v(
|
|
9739
|
+
v(ji, {
|
|
9731
9740
|
alt: e.avatarAlt,
|
|
9732
9741
|
fallback: e.avatarFallback,
|
|
9733
9742
|
"fallback-icon": e.avatarFallbackIcon,
|
|
@@ -9740,11 +9749,11 @@ const Zh = {
|
|
|
9740
9749
|
class: d(t(Be).personaDetails)
|
|
9741
9750
|
}, [
|
|
9742
9751
|
D("strong", null, x(e.name), 1),
|
|
9743
|
-
e.title ? (c(), p("span",
|
|
9752
|
+
e.title ? (c(), p("span", Ry, x(e.title), 1)) : B("", !0)
|
|
9744
9753
|
], 2))
|
|
9745
9754
|
], 2));
|
|
9746
9755
|
}
|
|
9747
|
-
}),
|
|
9756
|
+
}), zy = { key: 0 }, Hy = { key: 1 }, zF = /* @__PURE__ */ y({
|
|
9748
9757
|
__name: "FluxPlaceholder",
|
|
9749
9758
|
props: {
|
|
9750
9759
|
icon: {},
|
|
@@ -9778,13 +9787,13 @@ const Zh = {
|
|
|
9778
9787
|
D("div", {
|
|
9779
9788
|
class: d(t(ot).placeholderCaption)
|
|
9780
9789
|
}, [
|
|
9781
|
-
s.title ? (c(), p("strong",
|
|
9782
|
-
s.message ? (c(), p("p",
|
|
9790
|
+
s.title ? (c(), p("strong", zy, x(s.title), 1)) : B("", !0),
|
|
9791
|
+
s.message ? (c(), p("p", Hy, x(s.message), 1)) : B("", !0)
|
|
9783
9792
|
], 2),
|
|
9784
9793
|
w(s.$slots, "default")
|
|
9785
9794
|
], 2));
|
|
9786
9795
|
}
|
|
9787
|
-
}),
|
|
9796
|
+
}), Ny = "progress-bar", Gy = "progress-bar-track", Uy = "progress-bar-value", Wy = "progress-bar-track-indeterminate progress-bar-track", jy = "progress-bar-indeterminate", _y = "progress-bar-info", qy = "progress-bar-progress", Ky = "progress-bar-status", Yy = "base-pane-structure", ht = { progressBar: Ny, progressBarTrack: Gy, progressBarValue: Uy, progressBarTrackIndeterminate: Wy, progressBarIndeterminate: jy, progressBarInfo: _y, progressBarProgress: qy, progressBarStatus: Ky, basePaneStructure: Yy }, Zy = /* @__PURE__ */ y({
|
|
9788
9797
|
__name: "FluxProgressBar",
|
|
9789
9798
|
props: {
|
|
9790
9799
|
isIndeterminate: { type: Boolean },
|
|
@@ -9845,7 +9854,7 @@ const Zh = {
|
|
|
9845
9854
|
_: 1
|
|
9846
9855
|
}, 8, ["class", "aria-valuenow", "aria-valuemax", "aria-valuemin"]));
|
|
9847
9856
|
}
|
|
9848
|
-
}),
|
|
9857
|
+
}), HF = /* @__PURE__ */ y({
|
|
9849
9858
|
__name: "FluxPublishButton",
|
|
9850
9859
|
props: {
|
|
9851
9860
|
type: {},
|
|
@@ -9912,7 +9921,7 @@ const Zh = {
|
|
|
9912
9921
|
_: 1
|
|
9913
9922
|
}, 16, ["class", "css-class", "css-class-icon", "css-class-label"]));
|
|
9914
9923
|
}
|
|
9915
|
-
}),
|
|
9924
|
+
}), Qy = ["disabled", "max", "min", "step"], NF = /* @__PURE__ */ y({
|
|
9916
9925
|
__name: "FluxQuantitySelector",
|
|
9917
9926
|
props: /* @__PURE__ */ ee({
|
|
9918
9927
|
disabled: { type: Boolean },
|
|
@@ -9940,7 +9949,7 @@ const Zh = {
|
|
|
9940
9949
|
s.value = Math.max(51, u.scrollWidth + 30);
|
|
9941
9950
|
}));
|
|
9942
9951
|
}
|
|
9943
|
-
return
|
|
9952
|
+
return Wt(() => {
|
|
9944
9953
|
if (t(e) > n.max) {
|
|
9945
9954
|
l();
|
|
9946
9955
|
return;
|
|
@@ -9975,7 +9984,7 @@ const Zh = {
|
|
|
9975
9984
|
max: u.max,
|
|
9976
9985
|
min: u.min,
|
|
9977
9986
|
step: u.step
|
|
9978
|
-
}, null, 14,
|
|
9987
|
+
}, null, 14, Qy), [
|
|
9979
9988
|
[Ra, e.value]
|
|
9980
9989
|
]),
|
|
9981
9990
|
v(ue, {
|
|
@@ -9989,14 +9998,14 @@ const Zh = {
|
|
|
9989
9998
|
_: 1
|
|
9990
9999
|
}, 8, ["class", "aria-disabled"]));
|
|
9991
10000
|
}
|
|
9992
|
-
}),
|
|
10001
|
+
}), Xy = /* @__PURE__ */ y({
|
|
9993
10002
|
__name: "FluxAlert",
|
|
9994
10003
|
props: {
|
|
9995
10004
|
alert: {}
|
|
9996
10005
|
},
|
|
9997
10006
|
setup(n) {
|
|
9998
10007
|
const e = ve();
|
|
9999
|
-
return (a, i) => (c(), b(
|
|
10008
|
+
return (a, i) => (c(), b(Lt, null, {
|
|
10000
10009
|
default: k(() => [
|
|
10001
10010
|
v(ga, {
|
|
10002
10011
|
icon: a.alert.icon,
|
|
@@ -10020,14 +10029,14 @@ const Zh = {
|
|
|
10020
10029
|
_: 1
|
|
10021
10030
|
}));
|
|
10022
10031
|
}
|
|
10023
|
-
}),
|
|
10032
|
+
}), Jy = /* @__PURE__ */ y({
|
|
10024
10033
|
__name: "FluxConfirm",
|
|
10025
10034
|
props: {
|
|
10026
10035
|
confirm: {}
|
|
10027
10036
|
},
|
|
10028
10037
|
setup(n) {
|
|
10029
10038
|
const e = ve();
|
|
10030
|
-
return (a, i) => (c(), b(
|
|
10039
|
+
return (a, i) => (c(), b(Lt, null, {
|
|
10031
10040
|
default: k(() => [
|
|
10032
10041
|
v(ga, {
|
|
10033
10042
|
icon: a.confirm.icon,
|
|
@@ -10055,7 +10064,7 @@ const Zh = {
|
|
|
10055
10064
|
_: 1
|
|
10056
10065
|
}));
|
|
10057
10066
|
}
|
|
10058
|
-
}),
|
|
10067
|
+
}), ek = /* @__PURE__ */ y({
|
|
10059
10068
|
__name: "FluxPrompt",
|
|
10060
10069
|
props: {
|
|
10061
10070
|
prompt: {}
|
|
@@ -10069,7 +10078,7 @@ const Zh = {
|
|
|
10069
10078
|
function o(l) {
|
|
10070
10079
|
!t(s) || l.key !== "Enter" || n.prompt.onConfirm(t(i));
|
|
10071
10080
|
}
|
|
10072
|
-
return (l, r) => (c(), b(
|
|
10081
|
+
return (l, r) => (c(), b(Lt, null, {
|
|
10073
10082
|
default: k(() => [
|
|
10074
10083
|
v(ga, {
|
|
10075
10084
|
icon: l.prompt.icon,
|
|
@@ -10118,7 +10127,7 @@ const Zh = {
|
|
|
10118
10127
|
_: 1
|
|
10119
10128
|
}));
|
|
10120
10129
|
}
|
|
10121
|
-
}), { basePane:
|
|
10130
|
+
}), { basePane: Mt } = mt, tk = `snackbar ${Mt}`, nk = "action", ak = "progress-bar", ik = "progress-bar-track", sk = "snackbar-content", ok = "icon", lk = "spinner", rk = "snackbar-body", uk = "snackbar-message", ck = "snackbar-sub-message", dk = "snackbar-title", mk = "snackbar-action", pk = "snackbar-actions", fk = `snackbar-gray snackbar ${Mt}`, hk = `snackbar-primary snackbar ${Mt}`, gk = "spinner-effect", bk = "spinner-value", vk = `snackbar-danger snackbar ${Mt}`, yk = `snackbar-info snackbar ${Mt}`, kk = `snackbar-success snackbar ${Mt}`, Ak = `snackbar-warning snackbar ${Mt}`, Fk = "snackbars", $k = "snackbars-enter-active", Ck = "snackbars-leave-active", wk = "snackbars-move", Bk = "snackbars-enter-from", Sk = "snackbars-leave-to", ke = { snackbar: tk, action: nk, progressBar: ak, progressBarTrack: ik, snackbarContent: sk, icon: ok, spinner: lk, snackbarBody: rk, snackbarMessage: uk, snackbarSubMessage: ck, snackbarTitle: dk, snackbarAction: mk, snackbarActions: pk, snackbarGray: fk, snackbarPrimary: hk, spinnerEffect: gk, spinnerValue: bk, snackbarDanger: vk, snackbarInfo: yk, snackbarSuccess: kk, snackbarWarning: Ak, snackbars: Fk, snackbarsEnterActive: $k, snackbarsLeaveActive: Ck, snackbarsMove: wk, snackbarsEnterFrom: Bk, snackbarsLeaveTo: Sk }, Ek = ["onClick"], Ik = /* @__PURE__ */ y({
|
|
10122
10131
|
__name: "FluxSnackbar",
|
|
10123
10132
|
props: {
|
|
10124
10133
|
actions: {},
|
|
@@ -10138,7 +10147,7 @@ const Zh = {
|
|
|
10138
10147
|
},
|
|
10139
10148
|
emits: ["action", "close"],
|
|
10140
10149
|
setup(n, { emit: e }) {
|
|
10141
|
-
const a = e, i =
|
|
10150
|
+
const a = e, i = Ut(), s = P(null), o = L(() => n.actions && Object.entries(n.actions).length > 0);
|
|
10142
10151
|
Va(() => {
|
|
10143
10152
|
s.value && bn(s.value);
|
|
10144
10153
|
});
|
|
@@ -10148,8 +10157,8 @@ const Zh = {
|
|
|
10148
10157
|
function r() {
|
|
10149
10158
|
a("close");
|
|
10150
10159
|
}
|
|
10151
|
-
return
|
|
10152
|
-
s.value &&
|
|
10160
|
+
return Wt(() => {
|
|
10161
|
+
s.value && ei(s.value, i.props);
|
|
10153
10162
|
}), z(() => n.isRendered, () => {
|
|
10154
10163
|
if (n.isRendered) {
|
|
10155
10164
|
s.value && bn(s.value);
|
|
@@ -10190,7 +10199,7 @@ const Zh = {
|
|
|
10190
10199
|
key: 1,
|
|
10191
10200
|
class: d(t(ke).snackbarMessage)
|
|
10192
10201
|
}, x(u.message), 3)) : B("", !0),
|
|
10193
|
-
u.progressIndeterminate || u.progressValue ? (c(), b(
|
|
10202
|
+
u.progressIndeterminate || u.progressValue ? (c(), b(Zy, {
|
|
10194
10203
|
key: 2,
|
|
10195
10204
|
"is-indeterminate": u.progressIndeterminate,
|
|
10196
10205
|
max: u.progressMax,
|
|
@@ -10216,16 +10225,16 @@ const Zh = {
|
|
|
10216
10225
|
onClick: (F) => l(g)
|
|
10217
10226
|
}, [
|
|
10218
10227
|
D("span", null, x(f), 1)
|
|
10219
|
-
], 10,
|
|
10228
|
+
], 10, Ek))), 128))
|
|
10220
10229
|
], 2)) : B("", !0),
|
|
10221
|
-
u.isCloseable ? (c(), b(
|
|
10230
|
+
u.isCloseable ? (c(), b(du, {
|
|
10222
10231
|
key: 1,
|
|
10223
10232
|
icon: "xmark",
|
|
10224
10233
|
onClick: m[0] || (m[0] = (f) => r())
|
|
10225
10234
|
})) : B("", !0)
|
|
10226
10235
|
], 2)) : B("", !0);
|
|
10227
10236
|
}
|
|
10228
|
-
}),
|
|
10237
|
+
}), Tk = /* @__PURE__ */ y({
|
|
10229
10238
|
__name: "FluxSnackbarProvider",
|
|
10230
10239
|
setup(n) {
|
|
10231
10240
|
const { snackbars: e } = wn();
|
|
@@ -10243,7 +10252,7 @@ const Zh = {
|
|
|
10243
10252
|
"move-class": t(ke).snackbarsMove
|
|
10244
10253
|
}, {
|
|
10245
10254
|
default: k(() => [
|
|
10246
|
-
(c(!0), p(H, null, q(t(e).toReversed(), (o) => (c(), b(
|
|
10255
|
+
(c(!0), p(H, null, q(t(e).toReversed(), (o) => (c(), b(Ik, ye({
|
|
10247
10256
|
key: o.id
|
|
10248
10257
|
}, { ref_for: !0 }, o, {
|
|
10249
10258
|
"is-rendered": "",
|
|
@@ -10254,7 +10263,7 @@ const Zh = {
|
|
|
10254
10263
|
_: 1
|
|
10255
10264
|
}, 8, ["class", "enter-active-class", "enter-from-class", "leave-active-class", "leave-to-class", "move-class"]));
|
|
10256
10265
|
}
|
|
10257
|
-
}),
|
|
10266
|
+
}), Lk = "tooltip", Dk = "tooltip-above tooltip", Mk = "tooltip-below tooltip", Pk = "tooltip-end tooltip", Vk = "tooltip-start tooltip", Zt = { tooltip: Lk, tooltipAbove: Dk, tooltipBelow: Mk, tooltipEnd: Pk, tooltipStart: Vk }, xk = y(() => {
|
|
10258
10267
|
const { tooltip: n } = wn(), e = P(null), a = P(null), i = L(() => t(n) ? t(n).contentSlot?.() ?? [t(n).content] : null), s = L(() => !!t(n));
|
|
10259
10268
|
function o() {
|
|
10260
10269
|
const l = re(e), r = t(n);
|
|
@@ -10270,9 +10279,11 @@ const Zh = {
|
|
|
10270
10279
|
let { width: F, height: h } = l.getBoundingClientRect();
|
|
10271
10280
|
const { scale: $ } = getComputedStyle(l), { top: E, left: S, width: A, height: I } = m.getBoundingClientRect();
|
|
10272
10281
|
let C = Number($ ?? 1);
|
|
10273
|
-
C = isNaN(C) ? 1 : C, h /= C, F /= C, u === "horizontal" ? a.value =
|
|
10282
|
+
C = isNaN(C) ? 1 : C, h /= C, F /= C, u === "horizontal" ? a.value = Ok(E, S, F, h, A, I, f, g) : a.value = Rk(E, S, F, h, A, I, f, g);
|
|
10274
10283
|
}
|
|
10275
|
-
return
|
|
10284
|
+
return It(qa, {
|
|
10285
|
+
calculate: o
|
|
10286
|
+
}), z(i, () => requestAnimationFrame(o)), () => Ye(rm, {}, {
|
|
10276
10287
|
default: () => {
|
|
10277
10288
|
if (!t(s))
|
|
10278
10289
|
return;
|
|
@@ -10296,7 +10307,7 @@ const Zh = {
|
|
|
10296
10307
|
}
|
|
10297
10308
|
});
|
|
10298
10309
|
});
|
|
10299
|
-
function
|
|
10310
|
+
function Ok(n, e, a, i, s, o, l, r) {
|
|
10300
10311
|
let u, m, f, g, F, h;
|
|
10301
10312
|
if (e > innerWidth / 2 ? (u = e - a - l, m = n + o / 2 - i / 2, f = "315deg", g = "100%", F = "50%", h = "start") : (u = e + s + l, m = n + o / 2 - i / 2, f = "135deg", g = "0", F = "50%", h = "end"), m + i > innerHeight - r) {
|
|
10302
10313
|
const $ = Math.min(m, innerHeight - i - r) - m;
|
|
@@ -10315,7 +10326,7 @@ function xk(n, e, a, i, s, o, l, r) {
|
|
|
10315
10326
|
transition: h
|
|
10316
10327
|
};
|
|
10317
10328
|
}
|
|
10318
|
-
function
|
|
10329
|
+
function Rk(n, e, a, i, s, o, l, r) {
|
|
10319
10330
|
let u, m, f, g, F, h;
|
|
10320
10331
|
if (n > 300 ? (u = e + s / 2 - a / 2, m = n - i - l, f = "45deg", g = "50%", F = "100%", h = "above") : (u = e + s / 2 - a / 2, m = n + o + l, f = "225deg", g = "50%", F = "0", h = "below"), u + a > innerWidth - r) {
|
|
10321
10332
|
const $ = Math.min(u, innerWidth - a - r) - u;
|
|
@@ -10334,7 +10345,7 @@ function Ok(n, e, a, i, s, o, l, r) {
|
|
|
10334
10345
|
transition: h
|
|
10335
10346
|
};
|
|
10336
10347
|
}
|
|
10337
|
-
const
|
|
10348
|
+
const zk = "root", Hk = "is-locked", _n = { root: zk, isLocked: Hk }, Nk = ["inert"], GF = /* @__PURE__ */ y({
|
|
10338
10349
|
inheritAttrs: !1,
|
|
10339
10350
|
__name: "FluxRoot",
|
|
10340
10351
|
setup(n) {
|
|
@@ -10347,10 +10358,10 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10347
10358
|
inert: t(i)
|
|
10348
10359
|
}), [
|
|
10349
10360
|
w(o.$slots, "default")
|
|
10350
|
-
], 16,
|
|
10361
|
+
], 16, Nk),
|
|
10351
10362
|
v(jn, { size: "medium" }, {
|
|
10352
10363
|
default: k(() => [
|
|
10353
|
-
(c(!0), p(H, null, q(t(e), (r) => (c(), b(
|
|
10364
|
+
(c(!0), p(H, null, q(t(e), (r) => (c(), b(Xy, {
|
|
10354
10365
|
key: r.id,
|
|
10355
10366
|
alert: r
|
|
10356
10367
|
}, null, 8, ["alert"]))), 128))
|
|
@@ -10359,7 +10370,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10359
10370
|
}),
|
|
10360
10371
|
v(jn, { size: "medium" }, {
|
|
10361
10372
|
default: k(() => [
|
|
10362
|
-
(c(!0), p(H, null, q(t(a), (r) => (c(), b(
|
|
10373
|
+
(c(!0), p(H, null, q(t(a), (r) => (c(), b(Jy, {
|
|
10363
10374
|
key: r.id,
|
|
10364
10375
|
confirm: r
|
|
10365
10376
|
}, null, 8, ["confirm"]))), 128))
|
|
@@ -10368,18 +10379,18 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10368
10379
|
}),
|
|
10369
10380
|
v(jn, { size: "medium" }, {
|
|
10370
10381
|
default: k(() => [
|
|
10371
|
-
(c(!0), p(H, null, q(t(s), (r) => (c(), b(
|
|
10382
|
+
(c(!0), p(H, null, q(t(s), (r) => (c(), b(ek, {
|
|
10372
10383
|
key: r.id,
|
|
10373
10384
|
prompt: r
|
|
10374
10385
|
}, null, 8, ["prompt"]))), 128))
|
|
10375
10386
|
]),
|
|
10376
10387
|
_: 1
|
|
10377
10388
|
}),
|
|
10378
|
-
v(
|
|
10379
|
-
v(
|
|
10389
|
+
v(Tk),
|
|
10390
|
+
v(xk)
|
|
10380
10391
|
], 64));
|
|
10381
10392
|
}
|
|
10382
|
-
}),
|
|
10393
|
+
}), Gk = "segmented-control", Uk = "segmented-control-fill segmented-control", Wk = "segmented-control-inline segmented-control", jk = "segmented-control-highlight", _k = "segmented-control-item", qk = "is-active", Kk = "segmented-control-separator", gt = { segmentedControl: Gk, segmentedControlFill: Uk, segmentedControlInline: Wk, segmentedControlHighlight: jk, segmentedControlItem: _k, isActive: qk, segmentedControlSeparator: Kk }, Yk = ["onClick"], UF = /* @__PURE__ */ y({
|
|
10383
10394
|
__name: "FluxSegmentedControl",
|
|
10384
10395
|
props: /* @__PURE__ */ ee({
|
|
10385
10396
|
isFill: { type: Boolean },
|
|
@@ -10393,7 +10404,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10393
10404
|
emits: ["update:modelValue"],
|
|
10394
10405
|
setup(n) {
|
|
10395
10406
|
const e = ae(n, "modelValue"), a = te("control"), i = te("items"), s = P(0), o = P(0);
|
|
10396
|
-
Ee(() => l(t(e))),
|
|
10407
|
+
Ee(() => l(t(e))), gs(() => l(t(e)));
|
|
10397
10408
|
function l(r) {
|
|
10398
10409
|
const u = i.value[r], { left: m } = a.value.getBoundingClientRect(), { width: f, left: g } = u.getBoundingClientRect();
|
|
10399
10410
|
s.value = g - m - 1, o.value = f, e.value = r;
|
|
@@ -10435,18 +10446,18 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10435
10446
|
size: 15
|
|
10436
10447
|
}, null, 8, ["name"])) : B("", !0),
|
|
10437
10448
|
D("span", null, x(m.label), 1)
|
|
10438
|
-
], 10,
|
|
10449
|
+
], 10, Yk)
|
|
10439
10450
|
], 64))), 256))
|
|
10440
10451
|
], 2));
|
|
10441
10452
|
}
|
|
10442
|
-
}),
|
|
10453
|
+
}), WF = y({
|
|
10443
10454
|
props: {
|
|
10444
10455
|
index: Number
|
|
10445
10456
|
},
|
|
10446
10457
|
setup(n, { slots: e }) {
|
|
10447
10458
|
return () => e.default()[n.index];
|
|
10448
10459
|
}
|
|
10449
|
-
}),
|
|
10460
|
+
}), jF = y({
|
|
10450
10461
|
emits: ["close"],
|
|
10451
10462
|
inheritAttrs: !1,
|
|
10452
10463
|
props: {
|
|
@@ -10454,16 +10465,16 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10454
10465
|
viewKey: { default: null, type: String }
|
|
10455
10466
|
},
|
|
10456
10467
|
setup(n, { attrs: e, emit: a, slots: i }) {
|
|
10457
|
-
return
|
|
10468
|
+
return Zi(
|
|
10458
10469
|
e,
|
|
10459
10470
|
n,
|
|
10460
10471
|
a,
|
|
10461
10472
|
i,
|
|
10462
10473
|
ze.slideOver,
|
|
10463
|
-
|
|
10474
|
+
lm
|
|
10464
10475
|
);
|
|
10465
10476
|
}
|
|
10466
|
-
}),
|
|
10477
|
+
}), _F = /* @__PURE__ */ y({
|
|
10467
10478
|
__name: "FluxSpacing",
|
|
10468
10479
|
props: {
|
|
10469
10480
|
size: {}
|
|
@@ -10493,7 +10504,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10493
10504
|
style: Y({ flex: `0 0 ${e[a.size]}px` })
|
|
10494
10505
|
}, null, 4));
|
|
10495
10506
|
}
|
|
10496
|
-
}),
|
|
10507
|
+
}), qF = /* @__PURE__ */ y({
|
|
10497
10508
|
__name: "FluxSplitButton",
|
|
10498
10509
|
props: {
|
|
10499
10510
|
buttonIcon: { default: "ellipsis-h" },
|
|
@@ -10526,7 +10537,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10526
10537
|
_: 3
|
|
10527
10538
|
}, 8, ["direction", "is-auto-width", "margin", "width"]));
|
|
10528
10539
|
}
|
|
10529
|
-
}),
|
|
10540
|
+
}), Zk = "statistic", Qk = "is-gray", Xk = "statistic-icon", Jk = "is-primary", e1 = "is-danger", t1 = "is-info", n1 = "is-success", a1 = "is-warning", i1 = "statistic-change", s1 = "statistic-data", o1 = "statistic-horizontal statistic", l1 = "statistic-vertical statistic", $e = { statistic: Zk, isGray: Qk, statisticIcon: Xk, isPrimary: Jk, isDanger: e1, isInfo: t1, isSuccess: n1, isWarning: a1, statisticChange: i1, statisticData: s1, statisticHorizontal: o1, statisticVertical: l1 }, r1 = { key: 0 }, KF = /* @__PURE__ */ y({
|
|
10530
10541
|
__name: "FluxStatistic",
|
|
10531
10542
|
props: {
|
|
10532
10543
|
changeColor: { default: "gray" },
|
|
@@ -10539,7 +10550,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10539
10550
|
value: {}
|
|
10540
10551
|
},
|
|
10541
10552
|
setup(n) {
|
|
10542
|
-
return (e, a) => (c(), b(
|
|
10553
|
+
return (e, a) => (c(), b(Lt, {
|
|
10543
10554
|
class: d(t(Z)(
|
|
10544
10555
|
e.direction === "horizontal" && t($e).statisticHorizontal,
|
|
10545
10556
|
e.direction === "vertical" && t($e).statisticVertical,
|
|
@@ -10578,7 +10589,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10578
10589
|
e.changeColor === "warning" && t($e).isWarning
|
|
10579
10590
|
))
|
|
10580
10591
|
}, [
|
|
10581
|
-
e.changeValue ? (c(), p("span",
|
|
10592
|
+
e.changeValue ? (c(), p("span", r1, x(e.changeValue), 1)) : B("", !0),
|
|
10582
10593
|
e.changeIcon ? (c(), b(U, {
|
|
10583
10594
|
key: 1,
|
|
10584
10595
|
name: e.changeIcon,
|
|
@@ -10589,7 +10600,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10589
10600
|
_: 1
|
|
10590
10601
|
}, 8, ["class"]));
|
|
10591
10602
|
}
|
|
10592
|
-
}),
|
|
10603
|
+
}), u1 = "sparkles-container", c1 = "sparkles-particles", d1 = "sparkles-container-active", m1 = "heart", p1 = "bubble", f1 = "sparkles", h1 = { sparklesContainer: u1, sparklesParticles: c1, sparklesContainerActive: d1, heart: m1, bubble: p1, sparkles: f1 }, { sparklesContainer: Pn, sparklesContainerActive: g1, sparklesParticles: b1 } = h1, v1 = "stepper-step", y1 = "stepper-steps", k1 = `stepper-steps-item ${Pn}`, A1 = "icon", F1 = `stepper-steps-item-complete ${g1} stepper-steps-item ${Pn}`, $1 = `stepper-steps-item-current stepper-steps-item ${Pn}`, C1 = `stepper-steps-item-idle stepper-steps-item ${Pn}`, w1 = `stepper-steps-item-particles ${b1}`, yt = { stepperStep: v1, stepperSteps: y1, stepperStepsItem: k1, icon: A1, stepperStepsItemComplete: F1, stepperStepsItemCurrent: $1, stepperStepsItemIdle: C1, stepperStepsItemParticles: w1 }, B1 = ["onClick"], S1 = { key: 1 }, E1 = /* @__PURE__ */ y({
|
|
10593
10604
|
__name: "FluxStepperSteps",
|
|
10594
10605
|
props: {
|
|
10595
10606
|
amount: {},
|
|
@@ -10627,14 +10638,14 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10627
10638
|
o.current > r ? (c(), b(U, {
|
|
10628
10639
|
key: 0,
|
|
10629
10640
|
name: "check"
|
|
10630
|
-
})) : (c(), p("span",
|
|
10641
|
+
})) : (c(), p("span", S1, x(r), 1))
|
|
10631
10642
|
]),
|
|
10632
10643
|
_: 2
|
|
10633
10644
|
}, 1024)
|
|
10634
|
-
], 10,
|
|
10645
|
+
], 10, B1))), 128))
|
|
10635
10646
|
], 6));
|
|
10636
10647
|
}
|
|
10637
|
-
}),
|
|
10648
|
+
}), YF = /* @__PURE__ */ y({
|
|
10638
10649
|
__name: "FluxStepper",
|
|
10639
10650
|
props: {
|
|
10640
10651
|
modelValue: {
|
|
@@ -10652,7 +10663,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10652
10663
|
i.value = u < m;
|
|
10653
10664
|
}), (u, m) => (c(), p(H, null, [
|
|
10654
10665
|
w(u.$slots, "steps", ce(de({ activate: r, modelValue: e.value, steps: o.value })), () => [
|
|
10655
|
-
v(
|
|
10666
|
+
v(E1, {
|
|
10656
10667
|
amount: o.value,
|
|
10657
10668
|
current: e.value + 1,
|
|
10658
10669
|
onActivate: r
|
|
@@ -10661,7 +10672,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10661
10672
|
w(u.$slots, "content", ce(de({ activate: r, modelValue: e.value, children: s.value, isTransitioningBack: i.value, steps: o.value, view: l.value })), () => [
|
|
10662
10673
|
v(t(rn), { "is-back": i.value }, {
|
|
10663
10674
|
default: k(() => [
|
|
10664
|
-
(c(), b(
|
|
10675
|
+
(c(), b(Yv, {
|
|
10665
10676
|
key: e.value,
|
|
10666
10677
|
vnode: l.value
|
|
10667
10678
|
}, null, 8, ["vnode"]))
|
|
@@ -10671,7 +10682,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10671
10682
|
])
|
|
10672
10683
|
], 64));
|
|
10673
10684
|
}
|
|
10674
|
-
}),
|
|
10685
|
+
}), ZF = /* @__PURE__ */ y({
|
|
10675
10686
|
__name: "FluxStepperStep",
|
|
10676
10687
|
setup(n) {
|
|
10677
10688
|
return (e, a) => (c(), p("div", {
|
|
@@ -10680,7 +10691,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10680
10691
|
w(e.$slots, "default")
|
|
10681
10692
|
], 2));
|
|
10682
10693
|
}
|
|
10683
|
-
}),
|
|
10694
|
+
}), I1 = "tab", T1 = "tab-bar", L1 = "tab-bar-arrow", D1 = "tab-bar-arrow-start tab-bar-arrow", M1 = "tab-bar-arrow-end tab-bar-arrow", P1 = "tab-bar-tabs", V1 = "is-start-masked", x1 = "is-end-masked", O1 = "tab-bar-item", R1 = "tab-bar-item-active tab-bar-item", z1 = "tabs", H1 = "tabs-bar", N1 = "base-pane-structure", G1 = "pane-header", Ge = { tab: I1, tabBar: T1, tabBarArrow: L1, tabBarArrowStart: D1, tabBarArrowEnd: M1, tabBarTabs: P1, isStartMasked: V1, isEndMasked: x1, tabBarItem: O1, tabBarItemActive: R1, tabs: z1, tabsBar: H1, basePaneStructure: N1, paneHeader: G1 }, QF = /* @__PURE__ */ y({
|
|
10684
10695
|
__name: "FluxTab",
|
|
10685
10696
|
props: {
|
|
10686
10697
|
icon: {},
|
|
@@ -10694,11 +10705,11 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10694
10705
|
w(e.$slots, "default")
|
|
10695
10706
|
], 2));
|
|
10696
10707
|
}
|
|
10697
|
-
}),
|
|
10708
|
+
}), U1 = /* @__PURE__ */ y({
|
|
10698
10709
|
__name: "FluxTabBar",
|
|
10699
10710
|
setup(n) {
|
|
10700
10711
|
const e = te("tabBar");
|
|
10701
|
-
|
|
10712
|
+
El(e, "scroll", () => s()), da(e, () => s(), { childList: !0 });
|
|
10702
10713
|
const a = P(!1), i = P(!1);
|
|
10703
10714
|
Ee(() => s());
|
|
10704
10715
|
function s() {
|
|
@@ -10768,7 +10779,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10768
10779
|
})
|
|
10769
10780
|
], 2));
|
|
10770
10781
|
}
|
|
10771
|
-
}),
|
|
10782
|
+
}), W1 = { key: 1 }, j1 = /* @__PURE__ */ y({
|
|
10772
10783
|
__name: "FluxTabBarItem",
|
|
10773
10784
|
props: {
|
|
10774
10785
|
type: {},
|
|
@@ -10834,12 +10845,12 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10834
10845
|
name: u.icon,
|
|
10835
10846
|
size: 16
|
|
10836
10847
|
}, null, 8, ["name"])) : B("", !0),
|
|
10837
|
-
u.label ? (c(), p("span",
|
|
10848
|
+
u.label ? (c(), p("span", W1, x(u.label), 1)) : B("", !0)
|
|
10838
10849
|
]),
|
|
10839
10850
|
_: 1
|
|
10840
10851
|
}, 8, ["component-type", "class", "aria-disabled", "aria-selected", "disabled", "tabindex", "href", "rel", "target", "to"]));
|
|
10841
10852
|
}
|
|
10842
|
-
}),
|
|
10853
|
+
}), XF = /* @__PURE__ */ y({
|
|
10843
10854
|
__name: "FluxTabs",
|
|
10844
10855
|
props: {
|
|
10845
10856
|
modelValue: {
|
|
@@ -10864,11 +10875,11 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10864
10875
|
class: d(t(Ge).tabs)
|
|
10865
10876
|
}, [
|
|
10866
10877
|
w(r.$slots, "tabs", ce(de({ children: s.value, modelValue: e.value, tabs: o.value, activate: l })), () => [
|
|
10867
|
-
v(
|
|
10878
|
+
v(U1, {
|
|
10868
10879
|
class: d(t(Ge).tabsBar)
|
|
10869
10880
|
}, {
|
|
10870
10881
|
default: k(() => [
|
|
10871
|
-
(c(!0), p(H, null, q(o.value, (m, f) => (c(), b(
|
|
10882
|
+
(c(!0), p(H, null, q(o.value, (m, f) => (c(), b(j1, {
|
|
10872
10883
|
key: f,
|
|
10873
10884
|
icon: m.icon,
|
|
10874
10885
|
"is-active": e.value === f,
|
|
@@ -10892,10 +10903,10 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10892
10903
|
])
|
|
10893
10904
|
], 2));
|
|
10894
10905
|
}
|
|
10895
|
-
}),
|
|
10906
|
+
}), JF = /* @__PURE__ */ y({
|
|
10896
10907
|
__name: "FluxTableActions",
|
|
10897
10908
|
setup(n) {
|
|
10898
|
-
return (e, a) => (c(), b(
|
|
10909
|
+
return (e, a) => (c(), b(Gc, {
|
|
10899
10910
|
class: d(t(Ae).tableActions)
|
|
10900
10911
|
}, {
|
|
10901
10912
|
default: k(() => [
|
|
@@ -10904,7 +10915,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10904
10915
|
_: 3
|
|
10905
10916
|
}, 8, ["class"]));
|
|
10906
10917
|
}
|
|
10907
|
-
}),
|
|
10918
|
+
}), _1 = ["aria-label", "onClick"], e$ = /* @__PURE__ */ y({
|
|
10908
10919
|
__name: "FluxTableHeader",
|
|
10909
10920
|
props: {
|
|
10910
10921
|
isShrinking: { type: Boolean },
|
|
@@ -10915,7 +10926,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10915
10926
|
},
|
|
10916
10927
|
emits: ["sort"],
|
|
10917
10928
|
setup(n) {
|
|
10918
|
-
const { isBordered: e } =
|
|
10929
|
+
const { isBordered: e } = oi(), a = ve(), i = L(() => {
|
|
10919
10930
|
switch (n.sort) {
|
|
10920
10931
|
case "ascending":
|
|
10921
10932
|
return "arrow-down-a-z";
|
|
@@ -10953,7 +10964,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10953
10964
|
size: 16,
|
|
10954
10965
|
name: i.value
|
|
10955
10966
|
}, null, 8, ["name"])
|
|
10956
|
-
], 10,
|
|
10967
|
+
], 10, _1)
|
|
10957
10968
|
]),
|
|
10958
10969
|
default: k(() => [
|
|
10959
10970
|
v(Jt, null, {
|
|
@@ -10976,7 +10987,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10976
10987
|
_: 1
|
|
10977
10988
|
}),
|
|
10978
10989
|
s.sort ? (c(), p(H, { key: 0 }, [
|
|
10979
|
-
v(
|
|
10990
|
+
v(Xi),
|
|
10980
10991
|
v(St, null, {
|
|
10981
10992
|
default: k(() => [
|
|
10982
10993
|
v(We, {
|
|
@@ -10998,7 +11009,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
10998
11009
|
], 2)
|
|
10999
11010
|
], 6));
|
|
11000
11011
|
}
|
|
11001
|
-
}),
|
|
11012
|
+
}), t$ = /* @__PURE__ */ y({
|
|
11002
11013
|
__name: "FluxTagStack",
|
|
11003
11014
|
setup(n) {
|
|
11004
11015
|
return (e, a) => (c(), b(_e, {
|
|
@@ -11012,7 +11023,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
11012
11023
|
_: 3
|
|
11013
11024
|
}));
|
|
11014
11025
|
}
|
|
11015
|
-
}),
|
|
11026
|
+
}), q1 = "timeline", K1 = "timeline-item", Y1 = "timeline-item-icon", Z1 = "timeline-item-photo", Q1 = "timeline-item-photo-icon", X1 = "timeline-item-photo-image", J1 = "timeline-item-body", eA = "timeline-item-header", tA = "timeline-item-line", nA = "timeline-item-gray timeline-item", aA = "timeline-item-primary timeline-item", iA = "timeline-item-danger timeline-item", sA = "timeline-item-info timeline-item", oA = "timeline-item-success timeline-item", lA = "timeline-item-warning timeline-item", Te = { timeline: q1, timelineItem: K1, timelineItemIcon: Y1, timelineItemPhoto: Z1, timelineItemPhotoIcon: Q1, timelineItemPhotoImage: X1, timelineItemBody: J1, timelineItemHeader: eA, timelineItemLine: tA, timelineItemGray: nA, timelineItemPrimary: aA, timelineItemDanger: iA, timelineItemInfo: sA, timelineItemSuccess: oA, timelineItemWarning: lA }, n$ = /* @__PURE__ */ y({
|
|
11016
11027
|
__name: "FluxTimeline",
|
|
11017
11028
|
setup(n) {
|
|
11018
11029
|
return (e, a) => (c(), p("div", {
|
|
@@ -11022,7 +11033,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
11022
11033
|
w(e.$slots, "default")
|
|
11023
11034
|
], 2));
|
|
11024
11035
|
}
|
|
11025
|
-
}),
|
|
11036
|
+
}), rA = ["src"], uA = { key: 0 }, cA = { key: 1 }, a$ = /* @__PURE__ */ y({
|
|
11026
11037
|
__name: "FluxTimelineItem",
|
|
11027
11038
|
props: {
|
|
11028
11039
|
color: { default: "gray" },
|
|
@@ -11054,7 +11065,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
11054
11065
|
class: d(t(Te).timelineItemPhotoImage),
|
|
11055
11066
|
src: e.photo,
|
|
11056
11067
|
alt: ""
|
|
11057
|
-
}, null, 10,
|
|
11068
|
+
}, null, 10, rA),
|
|
11058
11069
|
e.icon ? (c(), p("div", {
|
|
11059
11070
|
key: 0,
|
|
11060
11071
|
class: d(t(Te).timelineItemPhotoIcon)
|
|
@@ -11080,14 +11091,14 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
11080
11091
|
key: 0,
|
|
11081
11092
|
class: d(t(Te).timelineItemHeader)
|
|
11082
11093
|
}, [
|
|
11083
|
-
e.title ? (c(), p("strong",
|
|
11084
|
-
e.when ? (c(), p("span",
|
|
11094
|
+
e.title ? (c(), p("strong", uA, x(e.title), 1)) : B("", !0),
|
|
11095
|
+
e.when ? (c(), p("span", cA, x(e.when), 1)) : B("", !0)
|
|
11085
11096
|
], 2)) : B("", !0),
|
|
11086
11097
|
w(e.$slots, "default")
|
|
11087
11098
|
], 2)
|
|
11088
11099
|
], 2));
|
|
11089
11100
|
}
|
|
11090
|
-
}),
|
|
11101
|
+
}), dA = ["for", "aria-disabled"], mA = ["id", "disabled", "checked", "aria-checked"], i$ = /* @__PURE__ */ y({
|
|
11091
11102
|
__name: "FluxToggle",
|
|
11092
11103
|
props: /* @__PURE__ */ ee({
|
|
11093
11104
|
iconOff: {},
|
|
@@ -11135,10 +11146,10 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
11135
11146
|
role: "switch",
|
|
11136
11147
|
"aria-checked": e.value,
|
|
11137
11148
|
onInput: s
|
|
11138
|
-
}, null, 42,
|
|
11139
|
-
], 10,
|
|
11149
|
+
}, null, 42, mA)
|
|
11150
|
+
], 10, dA));
|
|
11140
11151
|
}
|
|
11141
|
-
}), { basePane:
|
|
11152
|
+
}), { basePane: ns } = mt, pA = "toolbar", fA = "separator-vertical", hA = `toolbar-flat ${ns} toolbar`, gA = `toolbar-floating ${ns} toolbar`, bA = "is-free", vA = "is-top-end", yA = "is-top-start", kA = "is-bottom-end", AA = "is-bottom-start", FA = "base-pane-structure", $A = "separator", CA = "pane-header", bt = { toolbar: pA, separatorVertical: fA, toolbarFlat: hA, toolbarFloating: gA, isFree: bA, isTopEnd: vA, isTopStart: yA, isBottomEnd: kA, isBottomStart: AA, basePaneStructure: FA, separator: $A, paneHeader: CA }, s$ = /* @__PURE__ */ y({
|
|
11142
11153
|
__name: "FluxToolbar",
|
|
11143
11154
|
props: {
|
|
11144
11155
|
floatingMode: {}
|
|
@@ -11163,7 +11174,7 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
11163
11174
|
_: 3
|
|
11164
11175
|
}, 8, ["class"]));
|
|
11165
11176
|
}
|
|
11166
|
-
}),
|
|
11177
|
+
}), o$ = /* @__PURE__ */ y({
|
|
11167
11178
|
__name: "FluxToolbarGroup",
|
|
11168
11179
|
setup(n) {
|
|
11169
11180
|
return (e, a) => (c(), b(_e, {
|
|
@@ -11179,173 +11190,174 @@ const Rk = "root", zk = "is-locked", _n = { root: Rk, isLocked: zk }, Hk = ["ine
|
|
|
11179
11190
|
}
|
|
11180
11191
|
});
|
|
11181
11192
|
export {
|
|
11182
|
-
|
|
11183
|
-
|
|
11184
|
-
|
|
11185
|
-
|
|
11186
|
-
|
|
11187
|
-
|
|
11188
|
-
|
|
11189
|
-
|
|
11190
|
-
|
|
11191
|
-
|
|
11192
|
-
|
|
11193
|
-
|
|
11194
|
-
|
|
11195
|
-
|
|
11196
|
-
|
|
11193
|
+
du as FluxAction,
|
|
11194
|
+
Hc as FluxActionBar,
|
|
11195
|
+
LA as FluxActionPane,
|
|
11196
|
+
Gc as FluxActions,
|
|
11197
|
+
Zc as FluxAnimatedColors,
|
|
11198
|
+
DA as FluxAspectRatio,
|
|
11199
|
+
Qc as FluxAutoGrid,
|
|
11200
|
+
Xc as FluxAutoHeightTransition,
|
|
11201
|
+
MA as FluxAutoWidthTransition,
|
|
11202
|
+
ji as FluxAvatar,
|
|
11203
|
+
xA as FluxBadge,
|
|
11204
|
+
OA as FluxBadgeStack,
|
|
11205
|
+
RA as FluxBorderShine,
|
|
11206
|
+
zA as FluxBoxedIcon,
|
|
11207
|
+
PA as FluxBreakthroughTransition,
|
|
11197
11208
|
pt as FluxButton,
|
|
11198
11209
|
ma as FluxButtonGroup,
|
|
11199
|
-
|
|
11200
|
-
|
|
11201
|
-
|
|
11202
|
-
|
|
11203
|
-
|
|
11204
|
-
|
|
11205
|
-
|
|
11206
|
-
|
|
11207
|
-
|
|
11208
|
-
|
|
11209
|
-
|
|
11210
|
+
Nc as FluxButtonStack,
|
|
11211
|
+
HA as FluxCalendar,
|
|
11212
|
+
NA as FluxCalendarEvent,
|
|
11213
|
+
GA as FluxCheckbox,
|
|
11214
|
+
UA as FluxChip,
|
|
11215
|
+
WA as FluxClickablePane,
|
|
11216
|
+
Pb as FluxColorPicker,
|
|
11217
|
+
_A as FluxColorSelect,
|
|
11218
|
+
jA as FluxComment,
|
|
11219
|
+
qA as FluxContainer,
|
|
11220
|
+
KA as FluxDataTable,
|
|
11210
11221
|
un as FluxDatePicker,
|
|
11211
|
-
|
|
11212
|
-
|
|
11213
|
-
|
|
11214
|
-
|
|
11215
|
-
|
|
11216
|
-
|
|
11217
|
-
|
|
11218
|
-
|
|
11222
|
+
Wu as FluxDestructiveButton,
|
|
11223
|
+
Dv as FluxDisabled,
|
|
11224
|
+
YA as FluxDivider,
|
|
11225
|
+
ZA as FluxDotPattern,
|
|
11226
|
+
Kv as FluxDropZone,
|
|
11227
|
+
Yv as FluxDynamicView,
|
|
11228
|
+
QA as FluxExpandable,
|
|
11229
|
+
XA as FluxExpandableGroup,
|
|
11219
11230
|
Le as FluxFadeTransition,
|
|
11220
|
-
|
|
11221
|
-
|
|
11222
|
-
|
|
11223
|
-
|
|
11224
|
-
|
|
11225
|
-
|
|
11226
|
-
|
|
11227
|
-
|
|
11228
|
-
|
|
11229
|
-
|
|
11230
|
-
|
|
11231
|
+
JA as FluxFader,
|
|
11232
|
+
eF as FluxFaderItem,
|
|
11233
|
+
tF as FluxFilter,
|
|
11234
|
+
nF as FluxFilterDate,
|
|
11235
|
+
aF as FluxFilterDateRange,
|
|
11236
|
+
iF as FluxFilterOption,
|
|
11237
|
+
sF as FluxFilterOptionAsync,
|
|
11238
|
+
oF as FluxFilterOptions,
|
|
11239
|
+
lF as FluxFilterOptionsAsync,
|
|
11240
|
+
rF as FluxFilterRange,
|
|
11241
|
+
uF as FluxFlickeringGrid,
|
|
11231
11242
|
at as FluxFlyout,
|
|
11232
|
-
|
|
11233
|
-
|
|
11234
|
-
|
|
11235
|
-
|
|
11236
|
-
|
|
11237
|
-
|
|
11238
|
-
|
|
11243
|
+
cF as FluxFocalPointEditor,
|
|
11244
|
+
k0 as FluxFocalPointImage,
|
|
11245
|
+
dF as FluxForm,
|
|
11246
|
+
d0 as FluxFormColumn,
|
|
11247
|
+
mF as FluxFormDateInput,
|
|
11248
|
+
pF as FluxFormDateRangeInput,
|
|
11249
|
+
fF as FluxFormDateTimeInput,
|
|
11239
11250
|
Ve as FluxFormField,
|
|
11240
11251
|
Da as FluxFormFieldAddition,
|
|
11241
11252
|
we as FluxFormInput,
|
|
11242
|
-
|
|
11253
|
+
hF as FluxFormInputAddition,
|
|
11243
11254
|
ha as FluxFormInputGroup,
|
|
11244
|
-
|
|
11245
|
-
|
|
11246
|
-
|
|
11247
|
-
|
|
11248
|
-
|
|
11249
|
-
|
|
11255
|
+
gF as FluxFormPinInput,
|
|
11256
|
+
bF as FluxFormRangeSlider,
|
|
11257
|
+
vF as FluxFormRow,
|
|
11258
|
+
yF as FluxFormSection,
|
|
11259
|
+
es as FluxFormSelect,
|
|
11260
|
+
kF as FluxFormSelectAsync,
|
|
11250
11261
|
yn as FluxFormSlider,
|
|
11251
|
-
|
|
11252
|
-
|
|
11253
|
-
|
|
11262
|
+
AF as FluxFormTextArea,
|
|
11263
|
+
FF as FluxFormTimeZonePicker,
|
|
11264
|
+
$F as FluxGallery,
|
|
11254
11265
|
Gn as FluxGalleryItem,
|
|
11255
|
-
|
|
11256
|
-
|
|
11257
|
-
|
|
11266
|
+
CF as FluxGrid,
|
|
11267
|
+
wF as FluxGridColumn,
|
|
11268
|
+
ty as FluxGridPattern,
|
|
11258
11269
|
U as FluxIcon,
|
|
11259
|
-
|
|
11260
|
-
|
|
11261
|
-
|
|
11262
|
-
|
|
11270
|
+
BF as FluxInfo,
|
|
11271
|
+
SF as FluxInfoStack,
|
|
11272
|
+
cy as FluxLegend,
|
|
11273
|
+
EF as FluxLink,
|
|
11263
11274
|
Jt as FluxMenu,
|
|
11264
11275
|
St as FluxMenuGroup,
|
|
11265
11276
|
We as FluxMenuItem,
|
|
11266
|
-
|
|
11277
|
+
IF as FluxMenuOptions,
|
|
11267
11278
|
aa as FluxMenuSubHeader,
|
|
11268
|
-
|
|
11269
|
-
|
|
11270
|
-
|
|
11279
|
+
TF as FluxMenuTitle,
|
|
11280
|
+
LF as FluxNotice,
|
|
11281
|
+
DF as FluxNoticeStack,
|
|
11271
11282
|
jn as FluxOverlay,
|
|
11272
|
-
|
|
11273
|
-
|
|
11274
|
-
|
|
11275
|
-
|
|
11283
|
+
om as FluxOverlayTransition,
|
|
11284
|
+
tv as FluxPagination,
|
|
11285
|
+
nv as FluxPaginationBar,
|
|
11286
|
+
Lt as FluxPane,
|
|
11276
11287
|
je as FluxPaneBody,
|
|
11277
|
-
|
|
11288
|
+
MF as FluxPaneDeck,
|
|
11278
11289
|
Mn as FluxPaneFooter,
|
|
11279
|
-
|
|
11290
|
+
PF as FluxPaneGroup,
|
|
11280
11291
|
ga as FluxPaneHeader,
|
|
11281
|
-
|
|
11282
|
-
|
|
11283
|
-
|
|
11284
|
-
|
|
11285
|
-
|
|
11292
|
+
VF as FluxPaneIllustration,
|
|
11293
|
+
xF as FluxPaneMedia,
|
|
11294
|
+
OF as FluxPercentageBar,
|
|
11295
|
+
RF as FluxPersona,
|
|
11296
|
+
zF as FluxPlaceholder,
|
|
11286
11297
|
_t as FluxPressable,
|
|
11287
11298
|
Dn as FluxPrimaryButton,
|
|
11288
|
-
|
|
11289
|
-
|
|
11290
|
-
|
|
11291
|
-
|
|
11292
|
-
|
|
11293
|
-
|
|
11299
|
+
Zy as FluxProgressBar,
|
|
11300
|
+
HF as FluxPublishButton,
|
|
11301
|
+
NF as FluxQuantitySelector,
|
|
11302
|
+
E0 as FluxRemove,
|
|
11303
|
+
GF as FluxRoot,
|
|
11304
|
+
VA as FluxRouteTransition,
|
|
11294
11305
|
ue as FluxSecondaryButton,
|
|
11295
|
-
|
|
11296
|
-
|
|
11297
|
-
|
|
11298
|
-
|
|
11299
|
-
|
|
11300
|
-
|
|
11301
|
-
|
|
11306
|
+
UF as FluxSegmentedControl,
|
|
11307
|
+
WF as FluxSegmentedView,
|
|
11308
|
+
Xi as FluxSeparator,
|
|
11309
|
+
jF as FluxSlideOver,
|
|
11310
|
+
lm as FluxSlideOverTransition,
|
|
11311
|
+
Ik as FluxSnackbar,
|
|
11312
|
+
Tk as FluxSnackbarProvider,
|
|
11302
11313
|
qt as FluxSpacer,
|
|
11303
|
-
|
|
11314
|
+
_F as FluxSpacing,
|
|
11304
11315
|
Se as FluxSpinner,
|
|
11305
|
-
|
|
11316
|
+
qF as FluxSplitButton,
|
|
11306
11317
|
_e as FluxStack,
|
|
11307
|
-
|
|
11308
|
-
|
|
11309
|
-
|
|
11310
|
-
|
|
11311
|
-
|
|
11312
|
-
|
|
11313
|
-
|
|
11314
|
-
|
|
11315
|
-
|
|
11316
|
-
|
|
11317
|
-
|
|
11318
|
+
KF as FluxStatistic,
|
|
11319
|
+
YF as FluxStepper,
|
|
11320
|
+
ZF as FluxStepperStep,
|
|
11321
|
+
E1 as FluxStepperSteps,
|
|
11322
|
+
QF as FluxTab,
|
|
11323
|
+
U1 as FluxTabBar,
|
|
11324
|
+
j1 as FluxTabBarItem,
|
|
11325
|
+
Ev as FluxTable,
|
|
11326
|
+
JF as FluxTableActions,
|
|
11327
|
+
Cv as FluxTableCell,
|
|
11328
|
+
e$ as FluxTableHeader,
|
|
11318
11329
|
hn as FluxTableRow,
|
|
11319
|
-
|
|
11320
|
-
|
|
11321
|
-
|
|
11322
|
-
|
|
11323
|
-
|
|
11324
|
-
|
|
11325
|
-
|
|
11326
|
-
|
|
11327
|
-
|
|
11330
|
+
XF as FluxTabs,
|
|
11331
|
+
gh as FluxTag,
|
|
11332
|
+
t$ as FluxTagStack,
|
|
11333
|
+
Sh as FluxTicks,
|
|
11334
|
+
n$ as FluxTimeline,
|
|
11335
|
+
a$ as FluxTimelineItem,
|
|
11336
|
+
i$ as FluxToggle,
|
|
11337
|
+
s$ as FluxToolbar,
|
|
11338
|
+
o$ as FluxToolbarGroup,
|
|
11328
11339
|
fa as FluxTooltip,
|
|
11329
|
-
|
|
11330
|
-
|
|
11331
|
-
|
|
11332
|
-
|
|
11340
|
+
xk as FluxTooltipProvider,
|
|
11341
|
+
rm as FluxTooltipTransition,
|
|
11342
|
+
um as FluxVerticalWindowTransition,
|
|
11343
|
+
c0 as FluxWindow,
|
|
11333
11344
|
rn as FluxWindowTransition,
|
|
11334
|
-
|
|
11345
|
+
EA as fluxRegisterIcons,
|
|
11335
11346
|
Kn as isFluxFormSelectGroup,
|
|
11336
11347
|
ut as isFluxFormSelectOption,
|
|
11337
|
-
|
|
11338
|
-
|
|
11339
|
-
|
|
11348
|
+
ys as showAlert,
|
|
11349
|
+
ks as showConfirm,
|
|
11350
|
+
ti as showPrompt,
|
|
11340
11351
|
va as showSnackbar,
|
|
11341
|
-
|
|
11352
|
+
SA as useBreakpoints,
|
|
11342
11353
|
be as useDisabled,
|
|
11343
|
-
|
|
11344
|
-
|
|
11345
|
-
|
|
11354
|
+
Ms as useDisabledInjection,
|
|
11355
|
+
Ps as useExpandableGroupInjection,
|
|
11356
|
+
Tt as useFilterInjection,
|
|
11346
11357
|
wn as useFluxStore,
|
|
11347
|
-
|
|
11358
|
+
IA as useFlyoutInjection,
|
|
11348
11359
|
jt as useFormFieldInjection,
|
|
11349
|
-
|
|
11360
|
+
oi as useTableInjection,
|
|
11361
|
+
TA as useTooltipInjection
|
|
11350
11362
|
};
|
|
11351
11363
|
//# sourceMappingURL=index.js.map
|