@lumx/vue 4.3.2-alpha.2 → 4.3.2-alpha.21

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.
Files changed (48) hide show
  1. package/CONTRIBUTING.md +0 -12
  2. package/components/badge/Badge.d.ts +13 -0
  3. package/components/badge/BadgeWrapper.d.ts +8 -0
  4. package/components/badge/index.d.ts +4 -0
  5. package/components/button/Button.d.ts +1 -1
  6. package/components/button/ButtonGroup.d.ts +1 -1
  7. package/components/button/IconButton.d.ts +1 -1
  8. package/components/checkbox/Checkbox.d.ts +1 -1
  9. package/components/divider/Divider.d.ts +1 -1
  10. package/components/flag/Flag.d.ts +1 -1
  11. package/components/flex-box/FlexBox.d.ts +1 -1
  12. package/components/grid-column/GridColumn.d.ts +9 -0
  13. package/components/grid-column/GridColumn.stories.d.ts +42 -0
  14. package/components/grid-column/index.d.ts +3 -0
  15. package/components/heading/Heading.d.ts +1 -1
  16. package/components/icon/Icon.d.ts +1 -1
  17. package/components/input-helper/InputHelper.d.ts +1 -1
  18. package/components/input-label/InputLabel.d.ts +1 -1
  19. package/components/link/Link.d.ts +1 -1
  20. package/components/message/Message.d.ts +1 -1
  21. package/components/radio-button/RadioButton.d.ts +1 -1
  22. package/components/skeleton/SkeletonCircle.d.ts +1 -1
  23. package/components/skeleton/SkeletonRectangle.d.ts +1 -1
  24. package/components/skeleton/SkeletonTypography.d.ts +1 -1
  25. package/components/skeleton/index.d.ts +10 -7
  26. package/components/switch/Switch.d.ts +1 -1
  27. package/components/table/Table.d.ts +7 -0
  28. package/components/table/TableBody.d.ts +7 -0
  29. package/components/table/TableCell.d.ts +16 -0
  30. package/components/table/TableHeader.d.ts +7 -0
  31. package/components/table/TableRow.d.ts +13 -0
  32. package/components/table/index.d.ts +10 -0
  33. package/components/text/Text.d.ts +1 -1
  34. package/components/thumbnail/Stories/ThumbnailClickable.vue.d.ts +20 -0
  35. package/components/thumbnail/Thumbnail.d.ts +35 -0
  36. package/components/thumbnail/Thumbnail.stories.d.ts +161 -0
  37. package/components/thumbnail/index.d.ts +4 -0
  38. package/components/thumbnail/useFocusPointStyle.d.ts +20 -0
  39. package/components/thumbnail/useImageLoad.d.ts +10 -0
  40. package/components/toolbar/Toolbar.d.ts +8 -0
  41. package/components/toolbar/index.d.ts +3 -0
  42. package/composables/useTheme.d.ts +4 -3
  43. package/index.d.ts +5 -0
  44. package/index.js +2216 -1452
  45. package/index.js.map +1 -1
  46. package/package.json +17 -6
  47. package/stories/utils/useAttrsWithoutHandlers.d.ts +1 -1
  48. package/utils/VueToJSX.d.ts +3 -1
package/index.js CHANGED
@@ -1,1046 +1,1121 @@
1
- import { ColorVariant as jr, Theme as Or } from '@lumx/core/js/constants/index.js';
2
- export * from '@lumx/core/js/constants/index.js';
3
- export * from '@lumx/core/js/types/index.js';
4
- import { createVNode as u, mergeProps as m, isVNode as Y, inject as Ze, computed as S, unref as ct, defineComponent as y, provide as tr, useAttrs as $, getCurrentScope as Er, onScopeDispose as Br, watch as ne, toValue as et, shallowRef as Rr, getCurrentInstance as Lr, onMounted as Mr, ref as rr, useSlots as tt, Fragment as K, useTemplateRef as qr, toRefs as Dr, reactive as Fr, createTextVNode as Z } from "vue";
5
- import { getDisabledState as Vr } from '@lumx/core/js/utils/disabledState/index.js';
6
- import { mdiAlertCircle as nr } from '@lumx/icons/esm/alert-circle.js';
7
- import { classNames as Gr } from '@lumx/core/js/utils/index.js';
8
- import { mdiCheck as Ur } from '@lumx/icons/esm/check.js';
9
- import { mdiMinus as zr } from '@lumx/icons/esm/minus.js';
10
- import { mdiAlert as Wr } from '@lumx/icons/esm/alert.js';
11
- import { mdiCheckCircle as Hr } from '@lumx/icons/esm/check-circle.js';
12
- import { mdiClose as Kr } from '@lumx/icons/esm/close.js';
13
- import { mdiInformation as Yr } from '@lumx/icons/esm/information.js';
14
- var ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
15
- function rt(e) {
1
+ import { ColorVariant as Aa, Theme as Sa, AspectRatio as ka, Size as Pa } from "@lumx/core/js/constants";
2
+ export * from "@lumx/core/js/constants";
3
+ export * from "@lumx/core/js/types";
4
+ import { createVNode as c, mergeProps as h, defineComponent as y, useAttrs as k, isVNode as ee, inject as wt, computed as P, unref as kt, provide as Gr, getCurrentScope as Ta, onScopeDispose as $a, watch as W, toValue as It, shallowRef as Ca, getCurrentInstance as Vr, onMounted as _a, ref as ie, useSlots as Et, Fragment as G, useTemplateRef as xa, toRefs as wa, reactive as Ia, createTextVNode as pe, onBeforeUnmount as Ea, nextTick as La, toRef as X } from "vue";
5
+ import { getDisabledState as Oa } from "@lumx/core/js/utils/disabledState";
6
+ import { mdiAlertCircle as Wr } from "@lumx/icons/esm/alert-circle.js";
7
+ import { classNames as Z } from "@lumx/core/js/utils";
8
+ import { mdiCheck as Ba } from "@lumx/icons/esm/check.js";
9
+ import { mdiMinus as ja } from "@lumx/icons/esm/minus.js";
10
+ import { mdiAlert as Ra } from "@lumx/icons/esm/alert.js";
11
+ import { mdiCheckCircle as Ma } from "@lumx/icons/esm/check-circle.js";
12
+ import { mdiClose as qa } from "@lumx/icons/esm/close.js";
13
+ import { mdiInformation as Da } from "@lumx/icons/esm/information.js";
14
+ import { mdiArrowDown as Fa } from "@lumx/icons/esm/arrow-down.js";
15
+ import { mdiArrowUp as Ha } from "@lumx/icons/esm/arrow-up.js";
16
+ import { mdiImageBroken as za } from "@lumx/icons/esm/image-broken.js";
17
+ const ve = {
18
+ light: "light",
19
+ dark: "dark"
20
+ }, E = {
21
+ xxs: "xxs",
22
+ xs: "xs",
23
+ s: "s",
24
+ m: "m",
25
+ xl: "xl",
26
+ xxl: "xxl"
27
+ }, Ga = {
28
+ horizontal: "horizontal"
29
+ }, V = {
30
+ low: "low",
31
+ high: "high"
32
+ }, Va = {
33
+ overline: "overline",
34
+ caption: "caption",
35
+ body1: "body1",
36
+ body2: "body2",
37
+ subtitle1: "subtitle1",
38
+ subtitle2: "subtitle2",
39
+ title: "title",
40
+ headline: "headline",
41
+ display1: "display1"
42
+ }, Q = {
43
+ ...Va
44
+ }, Ur = {
45
+ /** Intrinsic content ratio. */
46
+ original: "original"
47
+ }, D = {
48
+ info: "info",
49
+ success: "success",
50
+ warning: "warning",
51
+ error: "error"
52
+ }, x = {
53
+ primary: "primary",
54
+ blue: "blue",
55
+ dark: "dark",
56
+ green: "green",
57
+ yellow: "yellow",
58
+ red: "red",
59
+ light: "light"
60
+ };
61
+ var be = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
62
+ function Ne(e) {
16
63
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
17
64
  }
18
- var ce, ut;
19
- function ar() {
20
- if (ut) return ce;
21
- ut = 1;
65
+ var xe = { exports: {} };
66
+ var zt;
67
+ function Wa() {
68
+ return zt || (zt = 1, (function(e) {
69
+ (function() {
70
+ var t = {}.hasOwnProperty;
71
+ function r() {
72
+ for (var a = [], n = 0; n < arguments.length; n++) {
73
+ var o = arguments[n];
74
+ if (o) {
75
+ var s = typeof o;
76
+ if (s === "string" || s === "number")
77
+ a.push(o);
78
+ else if (Array.isArray(o)) {
79
+ if (o.length) {
80
+ var i = r.apply(null, o);
81
+ i && a.push(i);
82
+ }
83
+ } else if (s === "object") {
84
+ if (o.toString !== Object.prototype.toString && !o.toString.toString().includes("[native code]")) {
85
+ a.push(o.toString());
86
+ continue;
87
+ }
88
+ for (var u in o)
89
+ t.call(o, u) && o[u] && a.push(u);
90
+ }
91
+ }
92
+ }
93
+ return a.join(" ");
94
+ }
95
+ e.exports ? (r.default = r, e.exports = r) : window.classNames = r;
96
+ })();
97
+ })(xe)), xe.exports;
98
+ }
99
+ var Ua = Wa();
100
+ const A = /* @__PURE__ */ Ne(Ua);
101
+ function Lt(e, t) {
102
+ if (!e) return [void 0, t];
103
+ const [r, a] = e.split("-");
104
+ return [r, t || a];
105
+ }
106
+ function Ka(e, t, r) {
107
+ const [a, n = Aa.N] = Lt(t, r);
108
+ return `lumx-color-${e}-${a}-${n}`;
109
+ }
110
+ const Ya = (e, t) => Ka("font", e, t);
111
+ function Ot(e) {
112
+ return `lumx-typography-${e}`;
113
+ }
114
+ function Kr(e, t) {
115
+ const r = [];
116
+ for (const [a, n] of Object.entries(t))
117
+ n && r.push(`${e}--${a}`);
118
+ return r.join(" ");
119
+ }
120
+ function ye(e, t, r) {
121
+ let a, n;
122
+ return Array.isArray(t) ? n = t : (a = t, n = r), !a && !n ? e : A(
123
+ // Additional classes
124
+ n,
125
+ // Base class
126
+ e,
127
+ // Modifier(s)
128
+ a ? Kr(e, a) : null
129
+ );
130
+ }
131
+ function Gt(e, t, r, a) {
132
+ return Array.isArray(r) ? ye(`${e}__${t}`, r) : ye(`${e}__${t}`, r, a);
133
+ }
134
+ function C(e) {
135
+ function t(a, n) {
136
+ return Array.isArray(a) ? ye(e, a) : ye(e, a, n);
137
+ }
138
+ function r(a, n, o) {
139
+ return Array.isArray(n) ? Gt(e, a, n) : Gt(e, a, n, o);
140
+ }
141
+ return {
142
+ block: t,
143
+ element: r,
144
+ modifier: (a) => Kr(e, a)
145
+ };
146
+ }
147
+ const Ja = "Badge", Yr = "lumx-badge", {
148
+ block: Xa
149
+ } = C(Yr), Jr = {
150
+ color: x.primary
151
+ }, Ae = (e) => {
152
+ const {
153
+ children: t,
154
+ className: r,
155
+ color: a = Jr.color,
156
+ ref: n,
157
+ ...o
158
+ } = e;
159
+ return c("div", h({
160
+ ref: n
161
+ }, o, {
162
+ className: A(r, Xa({
163
+ [`color-${a}`]: !!a
164
+ }))
165
+ }), [t]);
166
+ };
167
+ Ae.displayName = Ja;
168
+ Ae.className = Yr;
169
+ Ae.defaultProps = Jr;
170
+ const S = () => (...e) => e.reduce((t, r) => (t[r] = { required: !1 }, t), {}), fi = /* @__PURE__ */ y((e, {
171
+ slots: t
172
+ }) => {
173
+ const r = k();
174
+ return () => c(Ae, h(e, r, {
175
+ className: e.class,
176
+ children: t.default?.()
177
+ }), null);
178
+ }, {
179
+ name: "LumxBadge",
180
+ inheritAttrs: !1,
181
+ // Redefine properties so that they come in as `props` on the `defineComponent` function
182
+ props: S()("color", "class")
183
+ }), Qa = "lumx-badge-wrapper", {
184
+ block: Za,
185
+ element: en
186
+ } = C(Qa), tn = (e) => {
187
+ const {
188
+ badge: t,
189
+ children: r,
190
+ className: a,
191
+ ref: n,
192
+ ...o
193
+ } = e;
194
+ return c("div", h({
195
+ ref: n
196
+ }, o, {
197
+ className: A(a, Za())
198
+ }), [r, t && c("div", {
199
+ className: en("badge")
200
+ }, [t])]);
201
+ }, mi = /* @__PURE__ */ y((e, {
202
+ slots: t
203
+ }) => {
204
+ const r = k();
205
+ return () => c(tn, h(e, r, {
206
+ className: e.class,
207
+ badge: e.badge || t.badge?.(),
208
+ children: t.default?.()
209
+ }), null);
210
+ }, {
211
+ name: "LumxBadgeWrapper",
212
+ inheritAttrs: !1,
213
+ props: S()("badge", "class")
214
+ });
215
+ var we, Vt;
216
+ function Xr() {
217
+ if (Vt) return we;
218
+ Vt = 1;
22
219
  var e = Object.prototype;
23
- function r(t) {
24
- var n = t && t.constructor, a = typeof n == "function" && n.prototype || e;
25
- return t === a;
220
+ function t(r) {
221
+ var a = r && r.constructor, n = typeof a == "function" && a.prototype || e;
222
+ return r === n;
26
223
  }
27
- return ce = r, ce;
28
- }
29
- var ue, dt;
30
- function Jr() {
31
- if (dt) return ue;
32
- dt = 1;
33
- function e(r, t) {
34
- return function(n) {
35
- return r(t(n));
224
+ return we = t, we;
225
+ }
226
+ var Ie, Wt;
227
+ function rn() {
228
+ if (Wt) return Ie;
229
+ Wt = 1;
230
+ function e(t, r) {
231
+ return function(a) {
232
+ return t(r(a));
36
233
  };
37
234
  }
38
- return ue = e, ue;
235
+ return Ie = e, Ie;
39
236
  }
40
- var de, ft;
41
- function Xr() {
42
- if (ft) return de;
43
- ft = 1;
44
- var e = Jr(), r = e(Object.keys, Object);
45
- return de = r, de;
237
+ var Ee, Ut;
238
+ function an() {
239
+ if (Ut) return Ee;
240
+ Ut = 1;
241
+ var e = rn(), t = e(Object.keys, Object);
242
+ return Ee = t, Ee;
46
243
  }
47
- var fe, pt;
48
- function Qr() {
49
- if (pt) return fe;
50
- pt = 1;
51
- var e = ar(), r = Xr(), t = Object.prototype, n = t.hasOwnProperty;
52
- function a(s) {
53
- if (!e(s))
54
- return r(s);
55
- var o = [];
56
- for (var i in Object(s))
57
- n.call(s, i) && i != "constructor" && o.push(i);
58
- return o;
244
+ var Le, Kt;
245
+ function nn() {
246
+ if (Kt) return Le;
247
+ Kt = 1;
248
+ var e = Xr(), t = an(), r = Object.prototype, a = r.hasOwnProperty;
249
+ function n(o) {
250
+ if (!e(o))
251
+ return t(o);
252
+ var s = [];
253
+ for (var i in Object(o))
254
+ a.call(o, i) && i != "constructor" && s.push(i);
255
+ return s;
59
256
  }
60
- return fe = a, fe;
61
- }
62
- var pe, ht;
63
- function or() {
64
- if (ht) return pe;
65
- ht = 1;
66
- var e = typeof ee == "object" && ee && ee.Object === Object && ee;
67
- return pe = e, pe;
68
- }
69
- var he, mt;
70
- function D() {
71
- if (mt) return he;
72
- mt = 1;
73
- var e = or(), r = typeof self == "object" && self && self.Object === Object && self, t = e || r || Function("return this")();
74
- return he = t, he;
75
- }
76
- var me, bt;
77
- function sr() {
78
- if (bt) return me;
79
- bt = 1;
80
- var e = D(), r = e.Symbol;
81
- return me = r, me;
82
- }
83
- var be, vt;
257
+ return Le = n, Le;
258
+ }
259
+ var Oe, Yt;
260
+ function Qr() {
261
+ if (Yt) return Oe;
262
+ Yt = 1;
263
+ var e = typeof be == "object" && be && be.Object === Object && be;
264
+ return Oe = e, Oe;
265
+ }
266
+ var Be, Jt;
267
+ function F() {
268
+ if (Jt) return Be;
269
+ Jt = 1;
270
+ var e = Qr(), t = typeof self == "object" && self && self.Object === Object && self, r = e || t || Function("return this")();
271
+ return Be = r, Be;
272
+ }
273
+ var je, Xt;
84
274
  function Zr() {
85
- if (vt) return be;
86
- vt = 1;
87
- var e = sr(), r = Object.prototype, t = r.hasOwnProperty, n = r.toString, a = e ? e.toStringTag : void 0;
88
- function s(o) {
89
- var i = t.call(o, a), l = o[a];
275
+ if (Xt) return je;
276
+ Xt = 1;
277
+ var e = F(), t = e.Symbol;
278
+ return je = t, je;
279
+ }
280
+ var Re, Qt;
281
+ function on() {
282
+ if (Qt) return Re;
283
+ Qt = 1;
284
+ var e = Zr(), t = Object.prototype, r = t.hasOwnProperty, a = t.toString, n = e ? e.toStringTag : void 0;
285
+ function o(s) {
286
+ var i = r.call(s, n), u = s[n];
90
287
  try {
91
- o[a] = void 0;
92
- var d = !0;
288
+ s[n] = void 0;
289
+ var l = !0;
93
290
  } catch {
94
291
  }
95
- var c = n.call(o);
96
- return d && (i ? o[a] = l : delete o[a]), c;
292
+ var d = a.call(s);
293
+ return l && (i ? s[n] = u : delete s[n]), d;
97
294
  }
98
- return be = s, be;
99
- }
100
- var ve, gt;
101
- function en() {
102
- if (gt) return ve;
103
- gt = 1;
104
- var e = Object.prototype, r = e.toString;
105
- function t(n) {
106
- return r.call(n);
295
+ return Re = o, Re;
296
+ }
297
+ var Me, Zt;
298
+ function sn() {
299
+ if (Zt) return Me;
300
+ Zt = 1;
301
+ var e = Object.prototype, t = e.toString;
302
+ function r(a) {
303
+ return t.call(a);
107
304
  }
108
- return ve = t, ve;
109
- }
110
- var ge, yt;
111
- function ae() {
112
- if (yt) return ge;
113
- yt = 1;
114
- var e = sr(), r = Zr(), t = en(), n = "[object Null]", a = "[object Undefined]", s = e ? e.toStringTag : void 0;
115
- function o(i) {
116
- return i == null ? i === void 0 ? a : n : s && s in Object(i) ? r(i) : t(i);
305
+ return Me = r, Me;
306
+ }
307
+ var qe, er;
308
+ function le() {
309
+ if (er) return qe;
310
+ er = 1;
311
+ var e = Zr(), t = on(), r = sn(), a = "[object Null]", n = "[object Undefined]", o = e ? e.toStringTag : void 0;
312
+ function s(i) {
313
+ return i == null ? i === void 0 ? n : a : o && o in Object(i) ? t(i) : r(i);
117
314
  }
118
- return ge = o, ge;
119
- }
120
- var ye, Nt;
121
- function ir() {
122
- if (Nt) return ye;
123
- Nt = 1;
124
- function e(r) {
125
- var t = typeof r;
126
- return r != null && (t == "object" || t == "function");
315
+ return qe = s, qe;
316
+ }
317
+ var De, tr;
318
+ function Bt() {
319
+ if (tr) return De;
320
+ tr = 1;
321
+ function e(t) {
322
+ var r = typeof t;
323
+ return t != null && (r == "object" || r == "function");
127
324
  }
128
- return ye = e, ye;
129
- }
130
- var Ne, At;
131
- function lr() {
132
- if (At) return Ne;
133
- At = 1;
134
- var e = ae(), r = ir(), t = "[object AsyncFunction]", n = "[object Function]", a = "[object GeneratorFunction]", s = "[object Proxy]";
135
- function o(i) {
136
- if (!r(i))
325
+ return De = e, De;
326
+ }
327
+ var Fe, rr;
328
+ function ea() {
329
+ if (rr) return Fe;
330
+ rr = 1;
331
+ var e = le(), t = Bt(), r = "[object AsyncFunction]", a = "[object Function]", n = "[object GeneratorFunction]", o = "[object Proxy]";
332
+ function s(i) {
333
+ if (!t(i))
137
334
  return !1;
138
- var l = e(i);
139
- return l == n || l == a || l == t || l == s;
335
+ var u = e(i);
336
+ return u == a || u == n || u == r || u == o;
140
337
  }
141
- return Ne = o, Ne;
338
+ return Fe = s, Fe;
142
339
  }
143
- var Ae, St;
144
- function tn() {
145
- if (St) return Ae;
146
- St = 1;
147
- var e = D(), r = e["__core-js_shared__"];
148
- return Ae = r, Ae;
340
+ var He, ar;
341
+ function ln() {
342
+ if (ar) return He;
343
+ ar = 1;
344
+ var e = F(), t = e["__core-js_shared__"];
345
+ return He = t, He;
149
346
  }
150
- var Se, kt;
151
- function rn() {
152
- if (kt) return Se;
153
- kt = 1;
154
- var e = tn(), r = (function() {
155
- var n = /[^.]+$/.exec(e && e.keys && e.keys.IE_PROTO || "");
156
- return n ? "Symbol(src)_1." + n : "";
347
+ var ze, nr;
348
+ function cn() {
349
+ if (nr) return ze;
350
+ nr = 1;
351
+ var e = ln(), t = (function() {
352
+ var a = /[^.]+$/.exec(e && e.keys && e.keys.IE_PROTO || "");
353
+ return a ? "Symbol(src)_1." + a : "";
157
354
  })();
158
- function t(n) {
159
- return !!r && r in n;
355
+ function r(a) {
356
+ return !!t && t in a;
160
357
  }
161
- return Se = t, Se;
162
- }
163
- var ke, Tt;
164
- function cr() {
165
- if (Tt) return ke;
166
- Tt = 1;
167
- var e = Function.prototype, r = e.toString;
168
- function t(n) {
169
- if (n != null) {
358
+ return ze = r, ze;
359
+ }
360
+ var Ge, or;
361
+ function ta() {
362
+ if (or) return Ge;
363
+ or = 1;
364
+ var e = Function.prototype, t = e.toString;
365
+ function r(a) {
366
+ if (a != null) {
170
367
  try {
171
- return r.call(n);
368
+ return t.call(a);
172
369
  } catch {
173
370
  }
174
371
  try {
175
- return n + "";
372
+ return a + "";
176
373
  } catch {
177
374
  }
178
375
  }
179
376
  return "";
180
377
  }
181
- return ke = t, ke;
378
+ return Ge = r, Ge;
182
379
  }
183
- var Te, $t;
184
- function nn() {
185
- if ($t) return Te;
186
- $t = 1;
187
- var e = lr(), r = rn(), t = ir(), n = cr(), a = /[\\^$.*+?()[\]{}|]/g, s = /^\[object .+?Constructor\]$/, o = Function.prototype, i = Object.prototype, l = o.toString, d = i.hasOwnProperty, c = RegExp(
188
- "^" + l.call(d).replace(a, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
380
+ var Ve, sr;
381
+ function un() {
382
+ if (sr) return Ve;
383
+ sr = 1;
384
+ var e = ea(), t = cn(), r = Bt(), a = ta(), n = /[\\^$.*+?()[\]{}|]/g, o = /^\[object .+?Constructor\]$/, s = Function.prototype, i = Object.prototype, u = s.toString, l = i.hasOwnProperty, d = RegExp(
385
+ "^" + u.call(l).replace(n, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
189
386
  );
190
- function f(p) {
191
- if (!t(p) || r(p))
387
+ function f(m) {
388
+ if (!r(m) || t(m))
192
389
  return !1;
193
- var h = e(p) ? c : s;
194
- return h.test(n(p));
390
+ var p = e(m) ? d : o;
391
+ return p.test(a(m));
195
392
  }
196
- return Te = f, Te;
393
+ return Ve = f, Ve;
197
394
  }
198
- var $e, Pt;
199
- function an() {
200
- if (Pt) return $e;
201
- Pt = 1;
202
- function e(r, t) {
203
- return r?.[t];
395
+ var We, ir;
396
+ function dn() {
397
+ if (ir) return We;
398
+ ir = 1;
399
+ function e(t, r) {
400
+ return t?.[r];
204
401
  }
205
- return $e = e, $e;
206
- }
207
- var Pe, _t;
208
- function J() {
209
- if (_t) return Pe;
210
- _t = 1;
211
- var e = nn(), r = an();
212
- function t(n, a) {
213
- var s = r(n, a);
214
- return e(s) ? s : void 0;
402
+ return We = e, We;
403
+ }
404
+ var Ue, lr;
405
+ function ce() {
406
+ if (lr) return Ue;
407
+ lr = 1;
408
+ var e = un(), t = dn();
409
+ function r(a, n) {
410
+ var o = t(a, n);
411
+ return e(o) ? o : void 0;
215
412
  }
216
- return Pe = t, Pe;
413
+ return Ue = r, Ue;
217
414
  }
218
- var _e, Ct;
219
- function on() {
220
- if (Ct) return _e;
221
- Ct = 1;
222
- var e = J(), r = D(), t = e(r, "DataView");
223
- return _e = t, _e;
415
+ var Ke, cr;
416
+ function fn() {
417
+ if (cr) return Ke;
418
+ cr = 1;
419
+ var e = ce(), t = F(), r = e(t, "DataView");
420
+ return Ke = r, Ke;
224
421
  }
225
- var Ce, wt;
226
- function sn() {
227
- if (wt) return Ce;
228
- wt = 1;
229
- var e = J(), r = D(), t = e(r, "Map");
230
- return Ce = t, Ce;
422
+ var Ye, ur;
423
+ function mn() {
424
+ if (ur) return Ye;
425
+ ur = 1;
426
+ var e = ce(), t = F(), r = e(t, "Map");
427
+ return Ye = r, Ye;
231
428
  }
232
- var we, xt;
233
- function ln() {
234
- if (xt) return we;
235
- xt = 1;
236
- var e = J(), r = D(), t = e(r, "Promise");
237
- return we = t, we;
429
+ var Je, dr;
430
+ function hn() {
431
+ if (dr) return Je;
432
+ dr = 1;
433
+ var e = ce(), t = F(), r = e(t, "Promise");
434
+ return Je = r, Je;
238
435
  }
239
- var xe, It;
240
- function cn() {
241
- if (It) return xe;
242
- It = 1;
243
- var e = J(), r = D(), t = e(r, "Set");
244
- return xe = t, xe;
436
+ var Xe, fr;
437
+ function pn() {
438
+ if (fr) return Xe;
439
+ fr = 1;
440
+ var e = ce(), t = F(), r = e(t, "Set");
441
+ return Xe = r, Xe;
245
442
  }
246
- var Ie, jt;
247
- function un() {
248
- if (jt) return Ie;
249
- jt = 1;
250
- var e = J(), r = D(), t = e(r, "WeakMap");
251
- return Ie = t, Ie;
443
+ var Qe, mr;
444
+ function bn() {
445
+ if (mr) return Qe;
446
+ mr = 1;
447
+ var e = ce(), t = F(), r = e(t, "WeakMap");
448
+ return Qe = r, Qe;
252
449
  }
253
- var je, Ot;
254
- function dn() {
255
- if (Ot) return je;
256
- Ot = 1;
257
- var e = on(), r = sn(), t = ln(), n = cn(), a = un(), s = ae(), o = cr(), i = "[object Map]", l = "[object Object]", d = "[object Promise]", c = "[object Set]", f = "[object WeakMap]", p = "[object DataView]", h = o(e), v = o(r), b = o(t), N = o(n), _ = o(a), A = s;
258
- return (e && A(new e(new ArrayBuffer(1))) != p || r && A(new r()) != i || t && A(t.resolve()) != d || n && A(new n()) != c || a && A(new a()) != f) && (A = function(C) {
259
- var O = s(C), E = O == l ? C.constructor : void 0, B = E ? o(E) : "";
450
+ var Ze, hr;
451
+ function gn() {
452
+ if (hr) return Ze;
453
+ hr = 1;
454
+ var e = fn(), t = mn(), r = hn(), a = pn(), n = bn(), o = le(), s = ta(), i = "[object Map]", u = "[object Object]", l = "[object Promise]", d = "[object Set]", f = "[object WeakMap]", m = "[object DataView]", p = s(e), g = s(t), b = s(r), T = s(a), v = s(n), $ = o;
455
+ return (e && $(new e(new ArrayBuffer(1))) != m || t && $(new t()) != i || r && $(r.resolve()) != l || a && $(new a()) != d || n && $(new n()) != f) && ($ = function(_) {
456
+ var O = o(_), L = O == u ? _.constructor : void 0, B = L ? s(L) : "";
260
457
  if (B)
261
458
  switch (B) {
262
- case h:
263
- return p;
264
- case v:
459
+ case p:
460
+ return m;
461
+ case g:
265
462
  return i;
266
463
  case b:
464
+ return l;
465
+ case T:
267
466
  return d;
268
- case N:
269
- return c;
270
- case _:
467
+ case v:
271
468
  return f;
272
469
  }
273
470
  return O;
274
- }), je = A, je;
275
- }
276
- var Oe, Et;
277
- function nt() {
278
- if (Et) return Oe;
279
- Et = 1;
280
- function e(r) {
281
- return r != null && typeof r == "object";
471
+ }), Ze = $, Ze;
472
+ }
473
+ var et, pr;
474
+ function Se() {
475
+ if (pr) return et;
476
+ pr = 1;
477
+ function e(t) {
478
+ return t != null && typeof t == "object";
282
479
  }
283
- return Oe = e, Oe;
480
+ return et = e, et;
284
481
  }
285
- var Ee, Bt;
286
- function fn() {
287
- if (Bt) return Ee;
288
- Bt = 1;
289
- var e = ae(), r = nt(), t = "[object Arguments]";
290
- function n(a) {
291
- return r(a) && e(a) == t;
482
+ var tt, br;
483
+ function vn() {
484
+ if (br) return tt;
485
+ br = 1;
486
+ var e = le(), t = Se(), r = "[object Arguments]";
487
+ function a(n) {
488
+ return t(n) && e(n) == r;
292
489
  }
293
- return Ee = n, Ee;
490
+ return tt = a, tt;
294
491
  }
295
- var Be, Rt;
296
- function pn() {
297
- if (Rt) return Be;
298
- Rt = 1;
299
- var e = fn(), r = nt(), t = Object.prototype, n = t.hasOwnProperty, a = t.propertyIsEnumerable, s = e(/* @__PURE__ */ (function() {
492
+ var rt, gr;
493
+ function yn() {
494
+ if (gr) return rt;
495
+ gr = 1;
496
+ var e = vn(), t = Se(), r = Object.prototype, a = r.hasOwnProperty, n = r.propertyIsEnumerable, o = e(/* @__PURE__ */ (function() {
300
497
  return arguments;
301
- })()) ? e : function(o) {
302
- return r(o) && n.call(o, "callee") && !a.call(o, "callee");
498
+ })()) ? e : function(s) {
499
+ return t(s) && a.call(s, "callee") && !n.call(s, "callee");
303
500
  };
304
- return Be = s, Be;
501
+ return rt = o, rt;
305
502
  }
306
- var Re, Lt;
307
- function ur() {
308
- if (Lt) return Re;
309
- Lt = 1;
503
+ var at, vr;
504
+ function ra() {
505
+ if (vr) return at;
506
+ vr = 1;
310
507
  var e = Array.isArray;
311
- return Re = e, Re;
508
+ return at = e, at;
312
509
  }
313
- var Le, Mt;
314
- function dr() {
315
- if (Mt) return Le;
316
- Mt = 1;
510
+ var nt, yr;
511
+ function aa() {
512
+ if (yr) return nt;
513
+ yr = 1;
317
514
  var e = 9007199254740991;
318
- function r(t) {
319
- return typeof t == "number" && t > -1 && t % 1 == 0 && t <= e;
515
+ function t(r) {
516
+ return typeof r == "number" && r > -1 && r % 1 == 0 && r <= e;
320
517
  }
321
- return Le = r, Le;
518
+ return nt = t, nt;
322
519
  }
323
- var Me, qt;
324
- function hn() {
325
- if (qt) return Me;
326
- qt = 1;
327
- var e = lr(), r = dr();
328
- function t(n) {
329
- return n != null && r(n.length) && !e(n);
520
+ var ot, Nr;
521
+ function Nn() {
522
+ if (Nr) return ot;
523
+ Nr = 1;
524
+ var e = ea(), t = aa();
525
+ function r(a) {
526
+ return a != null && t(a.length) && !e(a);
330
527
  }
331
- return Me = t, Me;
528
+ return ot = r, ot;
332
529
  }
333
- var W = { exports: {} }, qe, Dt;
334
- function mn() {
335
- if (Dt) return qe;
336
- Dt = 1;
530
+ var ne = { exports: {} }, st, Ar;
531
+ function An() {
532
+ if (Ar) return st;
533
+ Ar = 1;
337
534
  function e() {
338
535
  return !1;
339
536
  }
340
- return qe = e, qe;
341
- }
342
- W.exports;
343
- var Ft;
344
- function bn() {
345
- return Ft || (Ft = 1, (function(e, r) {
346
- var t = D(), n = mn(), a = r && !r.nodeType && r, s = a && !0 && e && !e.nodeType && e, o = s && s.exports === a, i = o ? t.Buffer : void 0, l = i ? i.isBuffer : void 0, d = l || n;
347
- e.exports = d;
348
- })(W, W.exports)), W.exports;
349
- }
350
- var De, Vt;
351
- function vn() {
352
- if (Vt) return De;
353
- Vt = 1;
354
- var e = ae(), r = dr(), t = nt(), n = "[object Arguments]", a = "[object Array]", s = "[object Boolean]", o = "[object Date]", i = "[object Error]", l = "[object Function]", d = "[object Map]", c = "[object Number]", f = "[object Object]", p = "[object RegExp]", h = "[object Set]", v = "[object String]", b = "[object WeakMap]", N = "[object ArrayBuffer]", _ = "[object DataView]", A = "[object Float32Array]", C = "[object Float64Array]", O = "[object Int8Array]", E = "[object Int16Array]", B = "[object Int32Array]", _r = "[object Uint8Array]", Cr = "[object Uint8ClampedArray]", wr = "[object Uint16Array]", xr = "[object Uint32Array]", g = {};
355
- g[A] = g[C] = g[O] = g[E] = g[B] = g[_r] = g[Cr] = g[wr] = g[xr] = !0, g[n] = g[a] = g[N] = g[s] = g[_] = g[o] = g[i] = g[l] = g[d] = g[c] = g[f] = g[p] = g[h] = g[v] = g[b] = !1;
356
- function Ir(le) {
357
- return t(le) && r(le.length) && !!g[e(le)];
537
+ return st = e, st;
538
+ }
539
+ ne.exports;
540
+ var Sr;
541
+ function Sn() {
542
+ return Sr || (Sr = 1, (function(e, t) {
543
+ var r = F(), a = An(), n = t && !t.nodeType && t, o = n && !0 && e && !e.nodeType && e, s = o && o.exports === n, i = s ? r.Buffer : void 0, u = i ? i.isBuffer : void 0, l = u || a;
544
+ e.exports = l;
545
+ })(ne, ne.exports)), ne.exports;
546
+ }
547
+ var it, kr;
548
+ function kn() {
549
+ if (kr) return it;
550
+ kr = 1;
551
+ var e = le(), t = aa(), r = Se(), a = "[object Arguments]", n = "[object Array]", o = "[object Boolean]", s = "[object Date]", i = "[object Error]", u = "[object Function]", l = "[object Map]", d = "[object Number]", f = "[object Object]", m = "[object RegExp]", p = "[object Set]", g = "[object String]", b = "[object WeakMap]", T = "[object ArrayBuffer]", v = "[object DataView]", $ = "[object Float32Array]", _ = "[object Float64Array]", O = "[object Int8Array]", L = "[object Int16Array]", B = "[object Int32Array]", me = "[object Uint8Array]", Y = "[object Uint8ClampedArray]", he = "[object Uint16Array]", te = "[object Uint32Array]", N = {};
552
+ N[$] = N[_] = N[O] = N[L] = N[B] = N[me] = N[Y] = N[he] = N[te] = !0, N[a] = N[n] = N[T] = N[o] = N[v] = N[s] = N[i] = N[u] = N[l] = N[d] = N[f] = N[m] = N[p] = N[g] = N[b] = !1;
553
+ function J(j) {
554
+ return r(j) && t(j.length) && !!N[e(j)];
358
555
  }
359
- return De = Ir, De;
360
- }
361
- var Fe, Gt;
362
- function gn() {
363
- if (Gt) return Fe;
364
- Gt = 1;
365
- function e(r) {
366
- return function(t) {
367
- return r(t);
556
+ return it = J, it;
557
+ }
558
+ var lt, Pr;
559
+ function Pn() {
560
+ if (Pr) return lt;
561
+ Pr = 1;
562
+ function e(t) {
563
+ return function(r) {
564
+ return t(r);
368
565
  };
369
566
  }
370
- return Fe = e, Fe;
371
- }
372
- var H = { exports: {} };
373
- H.exports;
374
- var Ut;
375
- function yn() {
376
- return Ut || (Ut = 1, (function(e, r) {
377
- var t = or(), n = r && !r.nodeType && r, a = n && !0 && e && !e.nodeType && e, s = a && a.exports === n, o = s && t.process, i = (function() {
567
+ return lt = e, lt;
568
+ }
569
+ var oe = { exports: {} };
570
+ oe.exports;
571
+ var Tr;
572
+ function Tn() {
573
+ return Tr || (Tr = 1, (function(e, t) {
574
+ var r = Qr(), a = t && !t.nodeType && t, n = a && !0 && e && !e.nodeType && e, o = n && n.exports === a, s = o && r.process, i = (function() {
378
575
  try {
379
- var l = a && a.require && a.require("util").types;
380
- return l || o && o.binding && o.binding("util");
576
+ var u = n && n.require && n.require("util").types;
577
+ return u || s && s.binding && s.binding("util");
381
578
  } catch {
382
579
  }
383
580
  })();
384
581
  e.exports = i;
385
- })(H, H.exports)), H.exports;
386
- }
387
- var Ve, zt;
388
- function Nn() {
389
- if (zt) return Ve;
390
- zt = 1;
391
- var e = vn(), r = gn(), t = yn(), n = t && t.isTypedArray, a = n ? r(n) : e;
392
- return Ve = a, Ve;
582
+ })(oe, oe.exports)), oe.exports;
393
583
  }
394
- var Ge, Wt;
395
- function An() {
396
- if (Wt) return Ge;
397
- Wt = 1;
398
- var e = Qr(), r = dn(), t = pn(), n = ur(), a = hn(), s = bn(), o = ar(), i = Nn(), l = "[object Map]", d = "[object Set]", c = Object.prototype, f = c.hasOwnProperty;
399
- function p(h) {
400
- if (h == null)
584
+ var ct, $r;
585
+ function $n() {
586
+ if ($r) return ct;
587
+ $r = 1;
588
+ var e = kn(), t = Pn(), r = Tn(), a = r && r.isTypedArray, n = a ? t(a) : e;
589
+ return ct = n, ct;
590
+ }
591
+ var ut, Cr;
592
+ function Cn() {
593
+ if (Cr) return ut;
594
+ Cr = 1;
595
+ var e = nn(), t = gn(), r = yn(), a = ra(), n = Nn(), o = Sn(), s = Xr(), i = $n(), u = "[object Map]", l = "[object Set]", d = Object.prototype, f = d.hasOwnProperty;
596
+ function m(p) {
597
+ if (p == null)
401
598
  return !0;
402
- if (a(h) && (n(h) || typeof h == "string" || typeof h.splice == "function" || s(h) || i(h) || t(h)))
403
- return !h.length;
404
- var v = r(h);
405
- if (v == l || v == d)
406
- return !h.size;
407
- if (o(h))
408
- return !e(h).length;
409
- for (var b in h)
410
- if (f.call(h, b))
599
+ if (n(p) && (a(p) || typeof p == "string" || typeof p.splice == "function" || o(p) || i(p) || r(p)))
600
+ return !p.length;
601
+ var g = t(p);
602
+ if (g == u || g == l)
603
+ return !p.size;
604
+ if (s(p))
605
+ return !e(p).length;
606
+ for (var b in p)
607
+ if (f.call(p, b))
411
608
  return !1;
412
609
  return !0;
413
610
  }
414
- return Ge = p, Ge;
415
- }
416
- var Sn = An();
417
- const Ht = /* @__PURE__ */ rt(Sn), te = {
418
- light: "light",
419
- dark: "dark"
420
- }, I = {
421
- xxs: "xxs",
422
- xs: "xs",
423
- s: "s",
424
- m: "m",
425
- xl: "xl",
426
- xxl: "xxl"
427
- }, kn = {
428
- horizontal: "horizontal"
429
- }, F = {
430
- low: "low",
431
- high: "high"
432
- }, Tn = {
433
- overline: "overline",
434
- caption: "caption",
435
- body1: "body1",
436
- body2: "body2",
437
- subtitle1: "subtitle1",
438
- subtitle2: "subtitle2",
439
- title: "title",
440
- headline: "headline",
441
- display1: "display1"
442
- }, U = {
443
- ...Tn
444
- }, q = {
445
- info: "info",
446
- success: "success",
447
- warning: "warning",
448
- error: "error"
449
- }, w = {
450
- primary: "primary",
451
- blue: "blue",
452
- dark: "dark",
453
- green: "green",
454
- yellow: "yellow",
455
- red: "red",
456
- light: "light"
457
- };
458
- var Ue = { exports: {} };
459
- var Kt;
460
- function $n() {
461
- return Kt || (Kt = 1, (function(e) {
462
- (function() {
463
- var r = {}.hasOwnProperty;
464
- function t() {
465
- for (var n = [], a = 0; a < arguments.length; a++) {
466
- var s = arguments[a];
467
- if (s) {
468
- var o = typeof s;
469
- if (o === "string" || o === "number")
470
- n.push(s);
471
- else if (Array.isArray(s)) {
472
- if (s.length) {
473
- var i = t.apply(null, s);
474
- i && n.push(i);
475
- }
476
- } else if (o === "object") {
477
- if (s.toString !== Object.prototype.toString && !s.toString.toString().includes("[native code]")) {
478
- n.push(s.toString());
479
- continue;
480
- }
481
- for (var l in s)
482
- r.call(s, l) && s[l] && n.push(l);
483
- }
484
- }
485
- }
486
- return n.join(" ");
487
- }
488
- e.exports ? (t.default = t, e.exports = t) : window.classNames = t;
489
- })();
490
- })(Ue)), Ue.exports;
491
- }
492
- var Pn = $n();
493
- const k = /* @__PURE__ */ rt(Pn);
494
- function at(e, r) {
495
- if (!e) return [void 0, r];
496
- const [t, n] = e.split("-");
497
- return [t, r || n];
498
- }
499
- function _n(e, r, t) {
500
- const [n, a = jr.N] = at(r, t);
501
- return `lumx-color-${e}-${n}-${a}`;
502
- }
503
- const Cn = (e, r) => _n("font", e, r);
504
- function ot(e) {
505
- return `lumx-typography-${e}`;
506
- }
507
- function fr(e, r) {
508
- const t = [];
509
- for (const [n, a] of Object.entries(r))
510
- a && t.push(`${e}--${n}`);
511
- return t.join(" ");
512
- }
513
- function re(e, r, t) {
514
- let n, a;
515
- return Array.isArray(r) ? a = r : (n = r, a = t), !n && !a ? e : k(
516
- // Additional classes
517
- a,
518
- // Base class
519
- e,
520
- // Modifier(s)
521
- n ? fr(e, n) : null
522
- );
523
- }
524
- function Yt(e, r, t, n) {
525
- return Array.isArray(t) ? re(`${e}__${r}`, t) : re(`${e}__${r}`, t, n);
526
- }
527
- function P(e) {
528
- function r(n, a) {
529
- return Array.isArray(n) ? re(e, n) : re(e, n, a);
530
- }
531
- function t(n, a, s) {
532
- return Array.isArray(a) ? Yt(e, n, a) : Yt(e, n, a, s);
533
- }
534
- return {
535
- block: r,
536
- element: t,
537
- modifier: (n) => fr(e, n)
538
- };
611
+ return ut = m, ut;
539
612
  }
540
- function wn(e) {
541
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !Y(e);
613
+ var _n = Cn();
614
+ const _r = /* @__PURE__ */ Ne(_n);
615
+ function xn(e) {
616
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ee(e);
542
617
  }
543
- const xn = (e) => {
618
+ const na = (e) => {
544
619
  const {
545
- children: r,
546
- onClick: t,
547
- disabled: n,
548
- isDisabled: a = n,
549
- "aria-disabled": s,
550
- as: o,
620
+ children: t,
621
+ onClick: r,
622
+ disabled: a,
623
+ isDisabled: n = a,
624
+ "aria-disabled": o,
625
+ as: s,
551
626
  ...i
552
- } = e, l = a || s === "true" || s === !0, d = o;
553
- let c;
554
- return d === "button" ? c = {
627
+ } = e, u = n || o === "true" || o === !0, l = s;
628
+ let d;
629
+ return l === "button" ? d = {
555
630
  type: i.type || "button",
556
- disabled: a
557
- } : c = {
558
- tabIndex: a ? "-1" : i.tabIndex
559
- }, u(d, m({
560
- "aria-disabled": l || void 0
561
- }, i, c, {
631
+ disabled: n
632
+ } : d = {
633
+ tabIndex: n ? "-1" : i.tabIndex
634
+ }, c(l, h({
635
+ "aria-disabled": u || void 0
636
+ }, i, d, {
562
637
  onClick: (f) => {
563
- if (l) {
638
+ if (u) {
564
639
  f.stopPropagation(), f.preventDefault();
565
640
  return;
566
641
  }
567
- t?.(f);
642
+ r?.(f);
568
643
  }
569
- }), wn(r) ? r : {
570
- default: () => [r]
644
+ }), xn(t) ? t : {
645
+ default: () => [t]
571
646
  });
572
- }, In = "ButtonRoot", jn = "lumx-button-wrapper", {
647
+ }, wn = "ButtonRoot", In = "lumx-button-wrapper", {
648
+ block: En
649
+ } = C(In), Ln = "lumx-button", {
573
650
  block: On
574
- } = P(jn), En = "lumx-button", {
575
- block: Bn
576
- } = P(En), Rn = (e) => {
651
+ } = C(Ln), Bn = (e) => {
577
652
  const {
578
- color: r,
579
- emphasis: t,
580
- variant: n,
581
- fullWidth: a
582
- } = e, s = t === F.low && (r === w.light ? w.dark : w.light), o = On({
583
- [`color-${s}`]: !!s,
584
- [`variant-${n}`]: !!n,
585
- "is-full-width": a
653
+ color: t,
654
+ emphasis: r,
655
+ variant: a,
656
+ fullWidth: n
657
+ } = e, o = r === V.low && (t === x.light ? x.dark : x.light), s = En({
658
+ [`color-${o}`]: !!o,
659
+ [`variant-${a}`]: !!a,
660
+ "is-full-width": n
586
661
  }), i = {
587
662
  ...e,
588
663
  hasBackground: !1
589
664
  };
590
- return u("div", {
591
- className: o
592
- }, [X(i)]);
593
- }, X = (e) => {
665
+ return c("div", {
666
+ className: s
667
+ }, [ue(i)]);
668
+ }, ue = (e) => {
594
669
  const {
595
- "aria-label": r,
596
- "aria-disabled": t,
597
- children: n,
598
- className: a,
599
- color: s,
600
- emphasis: o,
670
+ "aria-label": t,
671
+ "aria-disabled": r,
672
+ children: a,
673
+ className: n,
674
+ color: o,
675
+ emphasis: s,
601
676
  hasBackground: i,
602
- isSelected: l,
603
- isActive: d,
604
- isFocused: c,
677
+ isSelected: u,
678
+ isActive: l,
679
+ isFocused: d,
605
680
  isHovered: f,
606
- linkAs: p,
607
- size: h,
608
- theme: v = te.light,
681
+ linkAs: m,
682
+ size: p,
683
+ theme: g = ve.light,
609
684
  variant: b,
610
- fullWidth: N,
611
- ref: _,
612
- ...A
613
- } = e, C = s || o !== F.high && v === te.dark && w.light || o === F.high && w.primary || w.dark;
685
+ fullWidth: T,
686
+ ref: v,
687
+ ...$
688
+ } = e, _ = o || s !== V.high && g === ve.dark && x.light || s === V.high && x.primary || x.dark;
614
689
  if (i)
615
- return Rn({
690
+ return Bn({
616
691
  ...e,
617
- ref: _,
692
+ ref: v,
618
693
  variant: b,
619
- color: C
694
+ color: _
620
695
  });
621
- const O = k(a, Bn({
622
- [`color-${C}`]: !!C,
623
- [`emphasis-${o}`]: !!o,
624
- "is-selected": l,
696
+ const O = A(n, On({
697
+ [`color-${_}`]: !!_,
698
+ [`emphasis-${s}`]: !!s,
699
+ "is-selected": u,
625
700
  "is-disabled": !!(e.isDisabled || e["aria-disabled"]),
626
- "is-active": d,
627
- "is-focused": c,
701
+ "is-active": l,
702
+ "is-focused": d,
628
703
  "is-hovered": f,
629
- [`size-${h}`]: !!h,
630
- [`theme-${v}`]: !!(o === F.high && v),
704
+ [`size-${p}`]: !!p,
705
+ [`theme-${g}`]: !!(s === V.high && g),
631
706
  [`variant-${b}`]: !!b,
632
- "is-full-width": N
707
+ "is-full-width": T
633
708
  }));
634
- return xn({
635
- as: p || (A.href ? "a" : "button"),
636
- ...A,
637
- "aria-disabled": t,
638
- "aria-label": r,
639
- ref: _,
709
+ return na({
710
+ as: m || ($.href ? "a" : "button"),
711
+ ...$,
712
+ "aria-disabled": r,
713
+ "aria-label": t,
714
+ ref: v,
640
715
  className: O,
641
- children: n
716
+ children: a
642
717
  });
643
718
  };
644
- X.displayName = In;
645
- X.defaultProps = {};
646
- const Ln = "Button", pr = "lumx-button", {
647
- modifier: Mn
648
- } = P(pr), Ke = {
649
- emphasis: F.high,
650
- size: I.m
651
- }, oe = (e) => {
719
+ ue.displayName = wn;
720
+ ue.defaultProps = {};
721
+ const jn = "Button", oa = "lumx-button", {
722
+ modifier: Rn
723
+ } = C(oa), Pt = {
724
+ emphasis: V.high,
725
+ size: E.m
726
+ }, ke = (e) => {
652
727
  const {
653
- className: r,
654
- emphasis: t = Ke.emphasis,
655
- leftIcon: n,
656
- rightIcon: a,
657
- size: s = Ke.size,
658
- ...o
659
- } = e, i = k(r, Mn({
660
- "has-left-icon": !!n,
661
- "has-right-icon": !!a
728
+ className: t,
729
+ emphasis: r = Pt.emphasis,
730
+ leftIcon: a,
731
+ rightIcon: n,
732
+ size: o = Pt.size,
733
+ ...s
734
+ } = e, i = A(t, Rn({
735
+ "has-left-icon": !!a,
736
+ "has-right-icon": !!n
662
737
  }));
663
- return X({
664
- emphasis: t,
665
- size: s,
666
- ...o,
738
+ return ue({
739
+ emphasis: r,
740
+ size: o,
741
+ ...s,
667
742
  className: i,
668
743
  variant: "button"
669
744
  });
670
745
  };
671
- oe.displayName = Ln;
672
- oe.className = pr;
673
- oe.defaultProps = Ke;
674
- function x(e = { defaultTheme: Or.light }) {
675
- const { defaultTheme: r } = e;
676
- return Ze("theme", void 0) || r;
677
- }
678
- const qn = /* @__PURE__ */ Symbol("DISABLED_STATE_KEY");
679
- function Dn() {
680
- return Ze(qn, { state: null });
681
- }
682
- function z(e) {
683
- const r = Dn(), t = S(() => {
684
- const s = typeof e == "function" ? e() : ct(e);
685
- return Vr(r, {
686
- disabled: s.disabled,
687
- isDisabled: s.isDisabled,
688
- "aria-disabled": s["aria-disabled"] ?? s.ariaDisabled
746
+ ke.displayName = jn;
747
+ ke.className = oa;
748
+ ke.defaultProps = Pt;
749
+ function w(e = { defaultTheme: Sa.light }) {
750
+ const { defaultTheme: t } = e, r = wt("theme", void 0);
751
+ return P(() => kt(r) || t);
752
+ }
753
+ const Mn = /* @__PURE__ */ Symbol("DISABLED_STATE_KEY");
754
+ function qn() {
755
+ return wt(Mn, { state: null });
756
+ }
757
+ function H(e) {
758
+ const t = qn(), r = P(() => {
759
+ const o = typeof e == "function" ? e() : kt(e);
760
+ return Oa(t, {
761
+ disabled: o.disabled,
762
+ isDisabled: o.isDisabled,
763
+ "aria-disabled": o["aria-disabled"] ?? o.ariaDisabled
689
764
  });
690
- }), n = S(
691
- () => t.value["aria-disabled"] || t.value.disabled || void 0
692
- ), a = S(() => {
693
- const s = typeof e == "function" ? e() : ct(e), { disabled: o, isDisabled: i, "aria-disabled": l, ariaDisabled: d, onClick: c, onChange: f, ...p } = s;
694
- return n.value || (c && (p.onClick = c), f && (p.onChange = f)), p;
765
+ }), a = P(
766
+ () => r.value["aria-disabled"] || r.value.disabled || void 0
767
+ ), n = P(() => {
768
+ const o = typeof e == "function" ? e() : kt(e), { disabled: s, isDisabled: i, "aria-disabled": u, ariaDisabled: l, onClick: d, onChange: f, ...m } = o;
769
+ return a.value || (d && (m.onClick = d), f && (m.onChange = f)), m;
695
770
  });
696
- return { disabledStateProps: t, isAnyDisabled: n, otherProps: a };
771
+ return { disabledStateProps: r, isAnyDisabled: a, otherProps: n };
697
772
  }
698
- const T = () => (...e) => e, Jt = y({
773
+ const xr = y({
699
774
  name: "ResetTheme",
700
- setup(e, { slots: r }) {
701
- return tr("theme", void 0), () => r.default?.();
775
+ setup(e, { slots: t }) {
776
+ return Gr("theme", void 0), () => t.default?.();
702
777
  }
703
- }), Fn = "Icon", Vn = "lumx-icon", hr = Vn, {
704
- block: Gn
705
- } = P(hr), Un = {}, j = (e) => {
778
+ }), Dn = "Icon", Fn = "lumx-icon", sa = Fn, {
779
+ block: Hn
780
+ } = C(sa), zn = {}, I = (e) => {
706
781
  const {
707
- className: r,
708
- color: t,
709
- colorVariant: n,
710
- hasShape: a,
711
- icon: s,
712
- size: o,
782
+ className: t,
783
+ color: r,
784
+ colorVariant: a,
785
+ hasShape: n,
786
+ icon: o,
787
+ size: s,
713
788
  ref: i,
714
- theme: l,
715
- alt: d,
716
- verticalAlign: c,
789
+ theme: u,
790
+ alt: l,
791
+ verticalAlign: d,
717
792
  ...f
718
- } = e, [p, h] = at(t, n);
719
- let v = p;
720
- !v && (a || l) && (v = l === te.dark ? w.light : w.dark);
721
- let b = h;
722
- !b && a && v === w.dark && (b = "L2");
723
- let N = o;
724
- return o && a ? o === I.xxs || o === I.xs ? N = I.s : o === I.xxl && (N = I.xl) : a && (N = I.m), u("i", m({
793
+ } = e, [m, p] = Lt(r, a);
794
+ let g = m;
795
+ !g && (n || u) && (g = u === ve.dark ? x.light : x.dark);
796
+ let b = p;
797
+ !b && n && g === x.dark && (b = "L2");
798
+ let T = s;
799
+ return s && n ? s === E.xxs || s === E.xs ? T = E.s : s === E.xxl && (T = E.xl) : n && (T = E.m), c("i", h({
725
800
  ref: i
726
801
  }, f, {
727
- className: k(r, Gn({
728
- [`color-${v}`]: !!v,
802
+ className: A(t, Hn({
803
+ [`color-${g}`]: !!g,
729
804
  [`color-variant-${b}`]: !!b,
730
- "has-shape": a,
731
- [`theme-${l}`]: !!l,
732
- [`size-${N}`]: !!N,
733
- "no-shape": !a,
734
- "has-dark-layer": !a && v === w.yellow && s === nr,
805
+ "has-shape": n,
806
+ [`theme-${u}`]: !!u,
807
+ [`size-${T}`]: !!T,
808
+ "no-shape": !n,
809
+ "has-dark-layer": !n && g === x.yellow && o === Wr,
735
810
  path: !0,
736
- "vertical-align-middle": c === "middle"
811
+ "vertical-align-middle": d === "middle"
737
812
  }))
738
- }), [u("svg", {
739
- "aria-hidden": d ? void 0 : "true",
740
- role: d ? "img" : void 0,
741
- "aria-label": d,
813
+ }), [c("svg", {
814
+ "aria-hidden": l ? void 0 : "true",
815
+ role: l ? "img" : void 0,
816
+ "aria-label": l,
742
817
  height: "1em",
743
818
  preserveAspectRatio: "xMidYMid meet",
744
819
  style: {
745
- verticalAlign: c ? void 0 : "-0.125em"
820
+ verticalAlign: d ? void 0 : "-0.125em"
746
821
  },
747
822
  viewBox: "0 0 24 24",
748
823
  width: "1em"
749
- }, [u("path", {
750
- d: s,
824
+ }, [c("path", {
825
+ d: o,
751
826
  fill: "currentColor"
752
827
  }, null)])]);
753
828
  };
754
- j.displayName = Fn;
755
- j.className = hr;
756
- j.defaultProps = Un;
757
- const Ye = /* @__PURE__ */ y((e) => {
758
- const r = $(), t = x({
829
+ I.displayName = Dn;
830
+ I.className = sa;
831
+ I.defaultProps = zn;
832
+ const Tt = /* @__PURE__ */ y((e) => {
833
+ const t = k(), r = w({
759
834
  defaultTheme: void 0
760
835
  });
761
- return () => u(j, m(e, r, {
836
+ return () => c(I, h(e, t, {
762
837
  className: e.class,
763
- theme: e.theme || t
838
+ theme: e.theme || r.value
764
839
  }), null);
765
840
  }, {
766
841
  name: "Icon",
767
842
  inheritAttrs: !1,
768
843
  // Redefine properties so that they come in as `props` on the `defineComponent` function
769
- props: T()("icon", "color", "colorVariant", "hasShape", "size", "alt", "verticalAlign", "theme", "class")
770
- }), zn = "lumx-text", {
771
- block: Wn
772
- } = P(zn), Hn = (e) => {
844
+ props: S()("icon", "color", "colorVariant", "hasShape", "size", "alt", "verticalAlign", "theme", "class")
845
+ }), Gn = "lumx-text", {
846
+ block: Vn
847
+ } = C(Gn), Wn = (e) => {
773
848
  const {
774
- className: r,
775
- color: t,
776
- colorVariant: n,
777
- noWrap: a,
778
- typography: s,
779
- truncate: o,
849
+ className: t,
850
+ color: r,
851
+ colorVariant: a,
852
+ noWrap: n,
853
+ typography: o,
854
+ truncate: s,
780
855
  whiteSpace: i,
781
- style: l
782
- } = e, d = typeof o == "object" && o.lines > 1 && {
783
- "--lumx-text-truncate-lines": o.lines
784
- }, c = !!d, f = !!o, p = !a && !(f && !c) && i && {
856
+ style: u
857
+ } = e, l = typeof s == "object" && s.lines > 1 && {
858
+ "--lumx-text-truncate-lines": s.lines
859
+ }, d = !!l, f = !!s, m = !n && !(f && !d) && i && {
785
860
  "--lumx-text-white-space": i
786
861
  };
787
862
  return {
788
- className: k(r, Wn({
789
- "is-truncated": f && !c,
790
- "is-truncated-multiline": c,
791
- "no-wrap": a
792
- }), s && ot(s), t && Cn(t, n)),
863
+ className: A(t, Vn({
864
+ "is-truncated": f && !d,
865
+ "is-truncated-multiline": d,
866
+ "no-wrap": n
867
+ }), o && Ot(o), r && Ya(r, a)),
793
868
  style: {
794
- ...d,
795
- ...p,
796
- ...l
869
+ ...l,
870
+ ...m,
871
+ ...u
797
872
  }
798
873
  };
799
874
  };
800
- function mr(e, r) {
801
- return Er() ? (Br(e, r), !0) : !1;
875
+ function ia(e, t) {
876
+ return Ta() ? ($a(e, t), !0) : !1;
802
877
  }
803
- const Kn = typeof window < "u" && typeof document < "u";
878
+ const Un = typeof window < "u" && typeof document < "u";
804
879
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
805
- const Yn = (e) => e != null;
806
- function Jn(e) {
880
+ const Kn = (e) => e != null;
881
+ function Yn(e) {
807
882
  return Array.isArray(e) ? e : [e];
808
883
  }
809
- const br = Kn ? window : void 0;
810
- function Je(e) {
811
- var r;
812
- const t = et(e);
813
- return (r = t?.$el) !== null && r !== void 0 ? r : t;
884
+ const la = Un ? window : void 0;
885
+ function $t(e) {
886
+ var t;
887
+ const r = It(e);
888
+ return (t = r?.$el) !== null && t !== void 0 ? t : r;
814
889
  }
815
890
  // @__NO_SIDE_EFFECTS__
816
- function Xn() {
817
- const e = Rr(!1), r = Lr();
818
- return r && Mr(() => {
891
+ function Jn() {
892
+ const e = Ca(!1), t = Vr();
893
+ return t && _a(() => {
819
894
  e.value = !0;
820
- }, r), e;
895
+ }, t), e;
821
896
  }
822
897
  // @__NO_SIDE_EFFECTS__
823
- function vr(e) {
824
- const r = /* @__PURE__ */ Xn();
825
- return S(() => (r.value, !!e()));
826
- }
827
- function Qn(e, r, t = {}) {
828
- const { window: n = br, ...a } = t;
829
- let s;
830
- const o = /* @__PURE__ */ vr(() => n && "MutationObserver" in n), i = () => {
831
- s && (s.disconnect(), s = void 0);
832
- }, l = ne(S(() => {
833
- const f = Jn(et(e)).map(Je).filter(Yn);
898
+ function ca(e) {
899
+ const t = /* @__PURE__ */ Jn();
900
+ return P(() => (t.value, !!e()));
901
+ }
902
+ function Xn(e, t, r = {}) {
903
+ const { window: a = la, ...n } = r;
904
+ let o;
905
+ const s = /* @__PURE__ */ ca(() => a && "MutationObserver" in a), i = () => {
906
+ o && (o.disconnect(), o = void 0);
907
+ }, u = W(P(() => {
908
+ const f = Yn(It(e)).map($t).filter(Kn);
834
909
  return new Set(f);
835
910
  }), (f) => {
836
- i(), o.value && f.size && (s = new MutationObserver(r), f.forEach((p) => s.observe(p, a)));
911
+ i(), s.value && f.size && (o = new MutationObserver(t), f.forEach((m) => o.observe(m, n)));
837
912
  }, {
838
913
  immediate: !0,
839
914
  flush: "post"
840
- }), d = () => s?.takeRecords(), c = () => {
841
- l(), i();
915
+ }), l = () => o?.takeRecords(), d = () => {
916
+ u(), i();
842
917
  };
843
- return mr(c), {
844
- isSupported: o,
845
- stop: c,
846
- takeRecords: d
918
+ return ia(d), {
919
+ isSupported: s,
920
+ stop: d,
921
+ takeRecords: l
847
922
  };
848
923
  }
849
- function Zn(e, r, t = {}) {
850
- const { window: n = br, ...a } = t;
851
- let s;
852
- const o = /* @__PURE__ */ vr(() => n && "ResizeObserver" in n), i = () => {
853
- s && (s.disconnect(), s = void 0);
854
- }, l = ne(S(() => {
855
- const c = et(e);
856
- return Array.isArray(c) ? c.map((f) => Je(f)) : [Je(c)];
857
- }), (c) => {
858
- if (i(), o.value && n) {
859
- s = new ResizeObserver(r);
860
- for (const f of c) f && s.observe(f, a);
924
+ function Qn(e, t, r = {}) {
925
+ const { window: a = la, ...n } = r;
926
+ let o;
927
+ const s = /* @__PURE__ */ ca(() => a && "ResizeObserver" in a), i = () => {
928
+ o && (o.disconnect(), o = void 0);
929
+ }, u = W(P(() => {
930
+ const d = It(e);
931
+ return Array.isArray(d) ? d.map((f) => $t(f)) : [$t(d)];
932
+ }), (d) => {
933
+ if (i(), s.value && a) {
934
+ o = new ResizeObserver(t);
935
+ for (const f of d) f && o.observe(f, n);
861
936
  }
862
937
  }, {
863
938
  immediate: !0,
864
939
  flush: "post"
865
- }), d = () => {
866
- i(), l();
940
+ }), l = () => {
941
+ i(), u();
867
942
  };
868
- return mr(d), {
869
- isSupported: o,
870
- stop: d
943
+ return ia(l), {
944
+ isSupported: s,
945
+ stop: l
871
946
  };
872
947
  }
873
- function ea(e) {
874
- const r = rr(void 0), t = () => {
875
- const n = e.value;
876
- n && !n.closest(`.${Gr.visuallyHidden()}`) && n.offsetWidth < n.scrollWidth ? r.value = n.innerText : r.value = void 0;
948
+ function Zn(e) {
949
+ const t = ie(void 0), r = () => {
950
+ const a = e.value;
951
+ a && !a.closest(`.${Z.visuallyHidden()}`) && a.offsetWidth < a.scrollWidth ? t.value = a.innerText : t.value = void 0;
877
952
  };
878
- return Qn(e, t, {
953
+ return Xn(e, r, {
879
954
  childList: !0,
880
955
  attributes: !0,
881
956
  characterData: !0,
882
957
  subtree: !0
883
- }), Zn(e, t), ne(e, t, { immediate: !0 }), { tooltipLabel: r };
958
+ }), Qn(e, r), W(e, r, { immediate: !0 }), { tooltipLabel: t };
884
959
  }
885
- const ta = (e = "default") => {
886
- const r = tt();
960
+ const eo = (e = "default") => {
961
+ const t = Et();
887
962
  return () => {
888
- const t = r?.[e];
889
- return t ? t() : null;
963
+ const r = t?.[e];
964
+ return r ? r() : null;
890
965
  };
891
966
  };
892
- function Xe(e) {
967
+ function Ct(e) {
893
968
  if (!e) return;
894
- const r = [];
895
- for (const t of e) {
896
- if (!Y(t)) {
897
- r.push(t);
969
+ const t = [];
970
+ for (const r of e) {
971
+ if (!ee(r)) {
972
+ t.push(r);
898
973
  continue;
899
974
  }
900
- if (t.type === Ye) {
901
- r.push(" "), r.push(t), r.push(" ");
975
+ if (r.type === Tt) {
976
+ t.push(" "), t.push(r), t.push(" ");
902
977
  continue;
903
978
  }
904
- if (t.type === K && Array.isArray(t.children)) {
905
- const n = Xe(t.children);
906
- n && r.push(...n);
979
+ if (r.type === G && Array.isArray(r.children)) {
980
+ const a = Ct(r.children);
981
+ a && t.push(...a);
907
982
  continue;
908
983
  }
909
- if (typeof t.type == "string" && Array.isArray(t.children)) {
910
- const n = Xe(t.children), a = { ...t.props || {} };
911
- t.key != null && (a.key = t.key), t.ref != null && (a.ref = t.ref), r.push(u(t.type, a, n));
984
+ if (typeof r.type == "string" && Array.isArray(r.children)) {
985
+ const a = Ct(r.children), n = { ...r.props || {} };
986
+ r.key != null && (n.key = r.key), r.ref != null && (n.ref = r.ref), t.push(c(r.type, n, a));
912
987
  continue;
913
988
  }
914
- r.push(t);
989
+ t.push(r);
915
990
  }
916
- return r;
991
+ return t;
917
992
  }
918
- function ra(e) {
919
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !Y(e);
993
+ function to(e) {
994
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ee(e);
920
995
  }
921
- const st = /* @__PURE__ */ y((e, {
922
- slots: r
996
+ const jt = /* @__PURE__ */ y((e, {
997
+ slots: t
923
998
  }) => {
924
- const t = $(), n = ta(), a = qr("tooltip-label"), {
925
- tooltipLabel: s
926
- } = ea(a), o = S(() => Hn({
999
+ const r = k(), a = eo(), n = xa("tooltip-label"), {
1000
+ tooltipLabel: o
1001
+ } = Zn(n), s = P(() => Wn({
927
1002
  ...e,
928
- className: e.class || t.class || t.className
929
- })), i = S(() => {
1003
+ className: e.class || r.class || r.className
1004
+ })), i = P(() => {
930
1005
  const {
931
- children: l,
932
- ...d
933
- } = t;
1006
+ children: u,
1007
+ ...l
1008
+ } = r;
934
1009
  return {
935
- ...d,
936
- ...o.value
1010
+ ...l,
1011
+ ...s.value
937
1012
  };
938
1013
  });
939
1014
  return () => {
940
- const l = e.as || "div", d = n() || r.default?.(), c = d ? Xe(d) : null;
941
- return u(l, m({
1015
+ const u = e.as || "div", l = a() || t.default?.(), d = l ? Ct(l) : null;
1016
+ return c(u, h({
942
1017
  ref: "tooltip-label"
943
1018
  }, i.value, {
944
1019
  class: i.value.className,
945
1020
  style: i.value.style,
946
- title: s.value
947
- }), ra(c) ? c : {
948
- default: () => [c]
1021
+ title: o.value
1022
+ }), to(d) ? d : {
1023
+ default: () => [d]
949
1024
  });
950
1025
  };
951
1026
  }, {
952
1027
  name: "LumxText",
953
1028
  inheritAttrs: !1,
954
1029
  // Redefine properties so that they come in as `props` on the `defineComponent` function
955
- props: T()("as", "color", "colorVariant", "typography", "truncate", "noWrap", "whiteSpace", "style", "class")
956
- }), na = {
1030
+ props: S()("as", "color", "colorVariant", "typography", "truncate", "noWrap", "whiteSpace", "style", "class")
1031
+ }), ro = {
957
1032
  click: (e) => e instanceof MouseEvent
958
- }, wo = /* @__PURE__ */ y((e, {
959
- emit: r
1033
+ }, hi = /* @__PURE__ */ y((e, {
1034
+ emit: t
960
1035
  }) => {
961
- const t = tt(), n = $(), a = x(), {
962
- isAnyDisabled: s,
963
- disabledStateProps: o,
1036
+ const r = Et(), a = k(), n = w(), {
1037
+ isAnyDisabled: o,
1038
+ disabledStateProps: s,
964
1039
  otherProps: i
965
- } = z(S(() => ({
1040
+ } = H(P(() => ({
966
1041
  ...e,
967
- ...n
968
- }))), l = (c) => {
969
- s.value || (c.stopImmediatePropagation(), r("click", c));
970
- }, d = () => {
971
- const c = t.default?.();
972
- return !c || c.length === 0 ? null : c.length === 1 && c[0].type === st ? c[0] : u("span", null, [c]);
1042
+ ...a
1043
+ }))), u = (d) => {
1044
+ o.value || (d.stopImmediatePropagation(), t("click", d));
1045
+ }, l = () => {
1046
+ const d = r.default?.();
1047
+ return !d || d.length === 0 ? null : d.length === 1 && d[0].type === jt ? d[0] : c("span", null, [d]);
973
1048
  };
974
1049
  return () => {
975
- const c = u(K, null, [e.leftIcon && !Ht(e.leftIcon) && u(Jt, null, {
976
- default: () => [u(Ye, {
1050
+ const d = c(G, null, [e.leftIcon && !_r(e.leftIcon) && c(xr, null, {
1051
+ default: () => [c(Tt, {
977
1052
  icon: e.leftIcon
978
1053
  }, null)]
979
- }), d(), e.rightIcon && !Ht(e.rightIcon) && u(Jt, null, {
980
- default: () => [u(Ye, {
1054
+ }), l(), e.rightIcon && !_r(e.rightIcon) && c(xr, null, {
1055
+ default: () => [c(Tt, {
981
1056
  icon: e.rightIcon
982
1057
  }, null)]
983
1058
  })]);
984
- return u(oe, m(i.value, o.value, {
1059
+ return c(ke, h(i.value, s.value, {
985
1060
  className: e.class,
986
- theme: e.theme || a,
987
- onClick: l,
988
- children: c
1061
+ theme: e.theme || n.value,
1062
+ onClick: u,
1063
+ children: d
989
1064
  }), null);
990
1065
  };
991
1066
  }, {
992
1067
  name: "LumxButton",
993
1068
  inheritAttrs: !1,
994
1069
  // Redefine properties so that they come in as `props` on the `defineComponent` function
995
- props: T()("leftIcon", "rightIcon", "color", "emphasis", "hasBackground", "href", "isDisabled", "isSelected", "name", "size", "theme", "class", "aria-expanded", "aria-disabled", "aria-haspopup", "aria-label", "aria-pressed", "disabled", "fullWidth", "isActive", "isFocused", "isHovered", "linkAs", "target", "type"),
996
- emits: na
997
- }), aa = "IconButton", oa = "lumx-icon-button", Qe = {
998
- emphasis: F.high,
999
- size: I.m
1000
- }, Q = (e) => {
1070
+ props: S()("leftIcon", "rightIcon", "color", "emphasis", "hasBackground", "href", "isDisabled", "isSelected", "name", "size", "theme", "class", "aria-expanded", "aria-disabled", "aria-haspopup", "aria-label", "aria-pressed", "disabled", "fullWidth", "isActive", "isFocused", "isHovered", "linkAs", "target", "type"),
1071
+ emits: ro
1072
+ }), ao = "IconButton", no = "lumx-icon-button", _t = {
1073
+ emphasis: V.high,
1074
+ size: E.m
1075
+ }, de = (e) => {
1001
1076
  const {
1002
- emphasis: r = Qe.emphasis,
1003
- image: t,
1004
- icon: n,
1005
- label: a,
1006
- size: s = Qe.size,
1007
- ...o
1008
- } = e, i = t ? u("img", {
1077
+ emphasis: t = _t.emphasis,
1078
+ image: r,
1079
+ icon: a,
1080
+ label: n,
1081
+ size: o = _t.size,
1082
+ ...s
1083
+ } = e, i = r ? c("img", {
1009
1084
  alt: "",
1010
- src: t
1011
- }, null) : j({
1012
- icon: n
1085
+ src: r
1086
+ }, null) : I({
1087
+ icon: a
1013
1088
  });
1014
- return X({
1015
- emphasis: r,
1016
- size: s,
1017
- ...o,
1018
- "aria-label": a,
1089
+ return ue({
1090
+ emphasis: t,
1091
+ size: o,
1092
+ ...s,
1093
+ "aria-label": n,
1019
1094
  variant: "icon",
1020
1095
  children: i
1021
1096
  });
1022
1097
  };
1023
- Q.displayName = aa;
1024
- Q.className = oa;
1025
- Q.defaultProps = Qe;
1026
- const sa = {
1098
+ de.displayName = ao;
1099
+ de.className = no;
1100
+ de.defaultProps = _t;
1101
+ const oo = {
1027
1102
  click: (e) => e instanceof MouseEvent
1028
- }, xo = /* @__PURE__ */ y((e, {
1029
- emit: r
1103
+ }, pi = /* @__PURE__ */ y((e, {
1104
+ emit: t
1030
1105
  }) => {
1031
- const t = $(), n = x(), {
1032
- isAnyDisabled: a,
1033
- disabledStateProps: s,
1034
- otherProps: o
1035
- } = z(S(() => ({
1106
+ const r = k(), a = w(), {
1107
+ isAnyDisabled: n,
1108
+ disabledStateProps: o,
1109
+ otherProps: s
1110
+ } = H(P(() => ({
1036
1111
  ...e,
1037
- ...t
1038
- }))), i = (l) => {
1039
- a.value || (l.stopImmediatePropagation(), r("click", l));
1112
+ ...r
1113
+ }))), i = (u) => {
1114
+ n.value || (u.stopImmediatePropagation(), t("click", u));
1040
1115
  };
1041
- return () => u(Q, m(o.value, s.value, {
1116
+ return () => c(de, h(s.value, o.value, {
1042
1117
  className: e.class,
1043
- theme: e.theme || n,
1118
+ theme: e.theme || a.value,
1044
1119
  title: e.label,
1045
1120
  onClick: i
1046
1121
  }), null);
@@ -1048,685 +1123,822 @@ const sa = {
1048
1123
  name: "IconButton",
1049
1124
  inheritAttrs: !1,
1050
1125
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1051
- props: T()("icon", "image", "label", "color", "emphasis", "hasBackground", "href", "isDisabled", "isSelected", "name", "size", "theme", "class", "aria-expanded", "aria-disabled", "aria-haspopup", "aria-label", "aria-pressed", "disabled", "fullWidth", "isActive", "isFocused", "isHovered", "isDisabled", "linkAs", "target", "type", "title"),
1052
- emits: sa
1053
- }), ia = "ButtonGroup", gr = "lumx-button-group", la = {}, se = (e) => {
1126
+ props: S()("icon", "image", "label", "color", "emphasis", "hasBackground", "href", "isDisabled", "isSelected", "name", "size", "theme", "class", "aria-expanded", "aria-disabled", "aria-haspopup", "aria-label", "aria-pressed", "disabled", "fullWidth", "isActive", "isFocused", "isHovered", "isDisabled", "linkAs", "target", "type", "title"),
1127
+ emits: oo
1128
+ }), so = "ButtonGroup", ua = "lumx-button-group", io = {}, Pe = (e) => {
1054
1129
  const {
1055
- children: r,
1056
- className: t,
1057
- ...n
1130
+ children: t,
1131
+ className: r,
1132
+ ...a
1058
1133
  } = e;
1059
- return u("div", m(n, {
1060
- className: k(t, gr)
1061
- }), [r]);
1134
+ return c("div", h(a, {
1135
+ className: A(r, ua)
1136
+ }), [t]);
1062
1137
  };
1063
- se.displayName = ia;
1064
- se.className = gr;
1065
- se.defaultProps = la;
1066
- const Io = /* @__PURE__ */ y((e, {
1067
- slots: r
1138
+ Pe.displayName = so;
1139
+ Pe.className = ua;
1140
+ Pe.defaultProps = io;
1141
+ const bi = /* @__PURE__ */ y((e, {
1142
+ slots: t
1068
1143
  }) => {
1069
- const t = $();
1070
- return () => u(se, m(e, t, {
1144
+ const r = k();
1145
+ return () => c(Pe, h(e, r, {
1071
1146
  className: e.class,
1072
- children: r.default?.()
1147
+ children: t.default?.()
1073
1148
  }), null);
1074
1149
  }, {
1075
1150
  name: "ButtonGroup",
1076
1151
  inheritAttrs: !1,
1077
1152
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1078
- props: T()("class")
1079
- }), ca = "InputLabel", ua = "lumx-input-label", yr = ua, {
1080
- block: da
1081
- } = P(yr), fa = {};
1082
- function V(e) {
1153
+ props: S()("class")
1154
+ }), lo = "InputLabel", co = "lumx-input-label", da = co, {
1155
+ block: uo
1156
+ } = C(da), fo = {};
1157
+ function U(e) {
1083
1158
  const {
1084
- children: r,
1085
- className: t,
1086
- htmlFor: n,
1087
- isRequired: a,
1088
- theme: s,
1089
- typography: o,
1159
+ children: t,
1160
+ className: r,
1161
+ htmlFor: a,
1162
+ isRequired: n,
1163
+ theme: o,
1164
+ typography: s,
1090
1165
  ref: i,
1091
- ...l
1166
+ ...u
1092
1167
  } = e;
1093
- return u("label", m({
1168
+ return c("label", h({
1094
1169
  ref: i
1095
- }, l, {
1096
- htmlFor: n,
1097
- className: k(t, da({
1098
- "is-required": a,
1099
- [`theme-${s}`]: !!s,
1100
- "has-custom-typography": !!o
1101
- }), o && ot(o))
1102
- }), [r]);
1103
- }
1104
- V.displayName = ca;
1105
- V.className = yr;
1106
- V.defaultProps = fa;
1107
- const pa = {
1108
- [q.error]: { color: "red" },
1109
- [q.success]: { color: "green" },
1110
- [q.warning]: { color: "yellow" }
1111
- }, ha = "InputHelper", ma = "lumx-input-helper", Nr = ma, {
1112
- block: ba
1113
- } = P(Nr), Ar = {
1114
- kind: q.info
1170
+ }, u, {
1171
+ htmlFor: a,
1172
+ className: A(r, uo({
1173
+ "is-required": n,
1174
+ [`theme-${o}`]: !!o,
1175
+ "has-custom-typography": !!s
1176
+ }), s && Ot(s))
1177
+ }), [t]);
1178
+ }
1179
+ U.displayName = lo;
1180
+ U.className = da;
1181
+ U.defaultProps = fo;
1182
+ const mo = {
1183
+ [D.error]: { color: "red" },
1184
+ [D.success]: { color: "green" },
1185
+ [D.warning]: { color: "yellow" }
1186
+ }, ho = "InputHelper", po = "lumx-input-helper", fa = po, {
1187
+ block: bo
1188
+ } = C(fa), ma = {
1189
+ kind: D.info
1115
1190
  };
1116
- function G(e) {
1191
+ function K(e) {
1117
1192
  const {
1118
- children: r,
1119
- className: t,
1120
- kind: n = Ar.kind,
1121
- theme: a,
1122
- ref: s,
1123
- ...o
1193
+ children: t,
1194
+ className: r,
1195
+ kind: a = ma.kind,
1196
+ theme: n,
1197
+ ref: o,
1198
+ ...s
1124
1199
  } = e, {
1125
1200
  color: i
1126
- } = pa[n] || {};
1127
- return u("p", m({
1128
- ref: s
1129
- }, o, {
1130
- className: k(t, ba({
1201
+ } = mo[a] || {};
1202
+ return c("p", h({
1203
+ ref: o
1204
+ }, s, {
1205
+ className: A(r, bo({
1131
1206
  [`color-${i}`]: !!i,
1132
- [`theme-${a}`]: !!a
1207
+ [`theme-${n}`]: !!n
1133
1208
  }))
1134
- }), [r]);
1209
+ }), [t]);
1135
1210
  }
1136
- G.displayName = ha;
1137
- G.className = Nr;
1138
- G.defaultProps = Ar;
1139
- const Sr = "intermediate", va = "lumx-checkbox", {
1140
- block: ga,
1211
+ K.displayName = ho;
1212
+ K.className = fa;
1213
+ K.defaultProps = ma;
1214
+ const ha = "intermediate", go = "lumx-checkbox", {
1215
+ block: vo,
1141
1216
  element: R
1142
- } = P(va), ya = (e) => {
1217
+ } = C(go), yo = (e) => {
1143
1218
  const {
1144
- checked: r,
1145
- className: t,
1146
- helper: n,
1147
- id: a,
1148
- inputRef: s,
1149
- isChecked: o = r,
1219
+ checked: t,
1220
+ className: r,
1221
+ helper: a,
1222
+ id: n,
1223
+ inputRef: o,
1224
+ isChecked: s = t,
1150
1225
  label: i,
1151
- name: l,
1152
- ref: d,
1153
- onChange: c,
1226
+ name: u,
1227
+ ref: l,
1228
+ onChange: d,
1154
1229
  theme: f,
1155
- value: p,
1156
- inputProps: h = {},
1157
- isDisabled: v,
1230
+ value: m,
1231
+ inputProps: p = {},
1232
+ isDisabled: g,
1158
1233
  inputId: b,
1159
- ...N
1160
- } = e, _ = o === Sr, A = (C) => {
1161
- c && c(!o, p, l, C);
1234
+ ...T
1235
+ } = e, v = s === ha, $ = (_) => {
1236
+ d && d(!s, m, u, _);
1162
1237
  };
1163
- return u("div", m({
1164
- ref: d
1165
- }, N, {
1166
- className: k(t, ga({
1238
+ return c("div", h({
1239
+ ref: l
1240
+ }, T, {
1241
+ className: A(r, vo({
1167
1242
  // Whether state is intermediate class name will "-checked"
1168
- "is-checked": _ ? !0 : o,
1169
- "is-disabled": v,
1170
- "is-unchecked": !o,
1243
+ "is-checked": v ? !0 : s,
1244
+ "is-disabled": g,
1245
+ "is-unchecked": !s,
1171
1246
  [`theme-${f}`]: !!f
1172
1247
  }))
1173
- }), [u("div", {
1248
+ }), [c("div", {
1174
1249
  className: R("input-wrapper")
1175
- }, [u("input", m({
1176
- ref: s,
1250
+ }, [c("input", h({
1251
+ ref: o,
1177
1252
  type: "checkbox",
1178
1253
  id: b,
1179
1254
  className: R("input-native"),
1180
- name: l,
1181
- value: p,
1182
- checked: o,
1183
- onChange: A,
1184
- "aria-describedby": n ? `${b}-helper` : void 0,
1185
- "aria-checked": _ ? "mixed" : !!o
1186
- }, h?.readOnly ? {
1187
- readOnly: h.readOnly
1188
- } : {}, h), null), u("div", {
1255
+ name: u,
1256
+ value: m,
1257
+ checked: s,
1258
+ onChange: $,
1259
+ "aria-describedby": a ? `${b}-helper` : void 0,
1260
+ "aria-checked": v ? "mixed" : !!s
1261
+ }, p?.readOnly ? {
1262
+ readOnly: p.readOnly
1263
+ } : {}, p), null), c("div", {
1189
1264
  className: R("input-placeholder")
1190
- }, [u("div", {
1265
+ }, [c("div", {
1191
1266
  className: R("input-background")
1192
- }, null), u("div", {
1267
+ }, null), c("div", {
1193
1268
  className: R("input-indicator")
1194
- }, [j({
1195
- icon: _ ? zr : Ur
1196
- })])])]), u("div", {
1269
+ }, [I({
1270
+ icon: v ? ja : Ba
1271
+ })])])]), c("div", {
1197
1272
  className: R("content")
1198
- }, [i && V({
1273
+ }, [i && U({
1199
1274
  htmlFor: b,
1200
1275
  className: R("label"),
1201
1276
  theme: f,
1202
1277
  children: i
1203
- }), n && G({
1278
+ }), a && K({
1204
1279
  id: `${b}-helper`,
1205
1280
  className: R("helper"),
1206
1281
  theme: f,
1207
- children: n
1282
+ children: a
1208
1283
  })])]);
1209
1284
  };
1210
- let Xt = 0;
1211
- function it() {
1212
- return Xt += 1, `:lumx${Xt}:`;
1285
+ let wr = 0;
1286
+ function Rt() {
1287
+ return wr += 1, `:lumx${wr}:`;
1213
1288
  }
1214
- const Na = {
1215
- change: (e, r, t, n) => typeof e == "boolean" && n instanceof Event
1216
- }, jo = /* @__PURE__ */ y((e, {
1217
- emit: r
1289
+ const No = {
1290
+ change: (e, t, r, a) => typeof e == "boolean" && a instanceof Event
1291
+ }, gi = /* @__PURE__ */ y((e, {
1292
+ emit: t
1218
1293
  }) => {
1219
- const t = $(), n = x(), a = it(), s = S(() => e.id || a), o = rr(null), {
1294
+ const r = k(), a = w(), n = Rt(), o = P(() => e.id || n), s = ie(null), {
1220
1295
  isAnyDisabled: i,
1221
- disabledStateProps: l,
1222
- otherProps: d
1223
- } = z(S(() => ({
1296
+ disabledStateProps: u,
1297
+ otherProps: l
1298
+ } = H(P(() => ({
1224
1299
  ...e,
1225
- ...t
1226
- }))), c = S(() => e.isChecked === Sr);
1227
- ne(c, (p) => {
1228
- o.value && (o.value.indeterminate = p);
1300
+ ...r
1301
+ }))), d = P(() => e.isChecked === ha);
1302
+ W(d, (m) => {
1303
+ s.value && (s.value.indeterminate = m);
1229
1304
  }, {
1230
1305
  immediate: !0
1231
1306
  });
1232
- const f = (p, h, v, b) => {
1233
- i.value || (b?.stopImmediatePropagation?.(), r("change", p, h, v, b));
1307
+ const f = (m, p, g, b) => {
1308
+ i.value || (b?.stopImmediatePropagation?.(), t("change", m, p, g, b));
1234
1309
  };
1235
- return () => u(ya, m(d.value, {
1310
+ return () => c(yo, h(l.value, {
1236
1311
  className: e.class,
1237
- theme: e.theme || n,
1238
- inputId: s.value,
1239
- inputRef: o,
1312
+ theme: e.theme || a.value,
1313
+ inputId: o.value,
1314
+ inputRef: s,
1240
1315
  isDisabled: i.value,
1241
1316
  onChange: f,
1242
1317
  label: e.label,
1243
1318
  inputProps: {
1244
1319
  ...e.inputProps,
1245
- ...l.value,
1246
- readOnly: l.value["aria-disabled"]
1320
+ ...u.value,
1321
+ readOnly: u.value["aria-disabled"]
1247
1322
  }
1248
1323
  }), null);
1249
1324
  }, {
1250
1325
  name: "Checkbox",
1251
1326
  inheritAttrs: !1,
1252
1327
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1253
- props: T()("checked", "class", "disabled", "helper", "id", "inputProps", "isChecked", "isDisabled", "label", "name", "theme", "value", "aria-disabled"),
1254
- emits: Na
1255
- }), Aa = "lumx-divider", {
1256
- block: Sa
1257
- } = P(Aa), ka = (e) => {
1328
+ props: S()("checked", "class", "disabled", "helper", "id", "inputProps", "isChecked", "isDisabled", "label", "name", "theme", "value", "aria-disabled"),
1329
+ emits: No
1330
+ }), Ao = "lumx-divider", {
1331
+ block: So
1332
+ } = C(Ao), ko = (e) => {
1258
1333
  const {
1259
- className: r,
1260
- theme: t,
1261
- ref: n,
1262
- ...a
1334
+ className: t,
1335
+ theme: r,
1336
+ ref: a,
1337
+ ...n
1263
1338
  } = e;
1264
- return u("hr", m({
1265
- ref: n
1266
- }, a, {
1267
- className: k(r, Sa({
1268
- [`theme-${t}`]: !!t
1339
+ return c("hr", h({
1340
+ ref: a
1341
+ }, n, {
1342
+ className: A(t, So({
1343
+ [`theme-${r}`]: !!r
1269
1344
  }))
1270
1345
  }), null);
1271
- }, Oo = /* @__PURE__ */ y((e) => {
1272
- const r = $(), t = x();
1273
- return () => u(ka, m(r, e, {
1346
+ }, vi = /* @__PURE__ */ y((e) => {
1347
+ const t = k(), r = w();
1348
+ return () => c(ko, h(t, e, {
1274
1349
  className: e.class,
1275
- theme: e.theme || t
1350
+ theme: e.theme || r.value
1276
1351
  }), null);
1277
1352
  }, {
1278
1353
  name: "LumxDivider",
1279
1354
  inheritAttrs: !1,
1280
1355
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1281
- props: T()("class", "theme")
1356
+ props: S()("class", "theme")
1282
1357
  });
1283
- function Ta(e) {
1284
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !Y(e);
1358
+ function Po(e) {
1359
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ee(e);
1285
1360
  }
1286
- const $a = "lumx-flag", {
1287
- block: Pa,
1288
- element: Qt
1289
- } = P($a), _a = (e) => {
1361
+ const To = "lumx-flag", {
1362
+ block: $o,
1363
+ element: Ir
1364
+ } = C(To), Co = (e) => {
1290
1365
  const {
1291
- children: r,
1292
- icon: t,
1293
- color: n,
1294
- className: a,
1295
- theme: s,
1296
- truncate: o,
1366
+ children: t,
1367
+ icon: r,
1368
+ color: a,
1369
+ className: n,
1370
+ theme: o,
1371
+ truncate: s,
1297
1372
  Text: i,
1298
- ...l
1299
- } = e, d = n || (s === te.light ? w.dark : w.light), c = !!o;
1300
- return u("div", m(l, {
1301
- className: k(a, Pa({
1302
- [`color-${d}`]: !!d,
1303
- "is-truncated": c
1373
+ ...u
1374
+ } = e, l = a || (o === ve.light ? x.dark : x.light), d = !!s;
1375
+ return c("div", h(u, {
1376
+ className: A(n, $o({
1377
+ [`color-${l}`]: !!l,
1378
+ "is-truncated": d
1304
1379
  }))
1305
- }), [t && j({
1306
- icon: t,
1307
- size: I.xxs,
1308
- className: Qt("icon")
1309
- }), u(i, {
1380
+ }), [r && I({
1381
+ icon: r,
1382
+ size: E.xxs,
1383
+ className: Ir("icon")
1384
+ }), c(i, {
1310
1385
  as: "span",
1311
- truncate: !!o,
1386
+ truncate: !!s,
1312
1387
  typography: "overline",
1313
- className: Qt("label")
1314
- }, Ta(r) ? r : {
1315
- default: () => [r]
1388
+ className: Ir("label")
1389
+ }, Po(t) ? t : {
1390
+ default: () => [t]
1316
1391
  })]);
1317
- }, Eo = /* @__PURE__ */ y((e, {
1318
- slots: r
1392
+ }, yi = /* @__PURE__ */ y((e, {
1393
+ slots: t
1319
1394
  }) => {
1320
- const t = $(), n = x();
1321
- return () => u(_a, m(e, t, {
1395
+ const r = k(), a = w();
1396
+ return () => c(Co, h(e, r, {
1322
1397
  className: e.class,
1323
- theme: e.theme || n,
1324
- children: r.default?.(),
1325
- Text: st
1398
+ theme: e.theme || a.value,
1399
+ children: t.default?.(),
1400
+ Text: jt
1326
1401
  }), null);
1327
1402
  }, {
1328
1403
  name: "Flag",
1329
1404
  inheritAttrs: !1,
1330
1405
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1331
- props: T()("color", "icon", "truncate", "theme", "class")
1406
+ props: S()("color", "icon", "truncate", "theme", "class")
1332
1407
  });
1333
- var ze, Zt;
1334
- function Ca() {
1335
- if (Zt) return ze;
1336
- Zt = 1;
1337
- var e = ur();
1338
- function r() {
1408
+ var dt, Er;
1409
+ function _o() {
1410
+ if (Er) return dt;
1411
+ Er = 1;
1412
+ var e = ra();
1413
+ function t() {
1339
1414
  if (!arguments.length)
1340
1415
  return [];
1341
- var t = arguments[0];
1342
- return e(t) ? t : [t];
1416
+ var r = arguments[0];
1417
+ return e(r) ? r : [r];
1343
1418
  }
1344
- return ze = r, ze;
1419
+ return dt = t, dt;
1345
1420
  }
1346
- var wa = Ca();
1347
- const xa = /* @__PURE__ */ rt(wa), Ia = "lumx-flex-box", {
1348
- block: ja
1349
- } = P(Ia);
1350
- function Oa(e) {
1421
+ var xo = _o();
1422
+ const wo = /* @__PURE__ */ Ne(xo), Io = "lumx-flex-box", {
1423
+ block: Eo
1424
+ } = C(Io);
1425
+ function Lo(e) {
1351
1426
  const {
1352
- className: r,
1353
- fillSpace: t,
1354
- gap: n,
1355
- hAlign: a,
1356
- marginAuto: s,
1357
- noShrink: o,
1427
+ className: t,
1428
+ fillSpace: r,
1429
+ gap: a,
1430
+ hAlign: n,
1431
+ marginAuto: o,
1432
+ noShrink: s,
1358
1433
  vAlign: i,
1359
- wrap: l,
1360
- orientation: d,
1361
- ...c
1362
- } = e, f = d ?? (l || a || i ? kn.horizontal : null);
1434
+ wrap: u,
1435
+ orientation: l,
1436
+ ...d
1437
+ } = e, f = l ?? (u || n || i ? Ga.horizontal : null);
1363
1438
  return {
1364
- ...c,
1365
- className: k(r, ja({
1439
+ ...d,
1440
+ className: A(t, Eo({
1366
1441
  [`orientation-${f}`]: !!f,
1367
1442
  [`v-align-${i}`]: !!i,
1368
- [`h-align-${a}`]: !!a,
1369
- [`gap-${n}`]: !!n,
1370
- wrap: !!l,
1371
- "fill-space": t,
1372
- "no-shrink": o,
1373
- ...Object.fromEntries(xa(s).filter(Boolean).map((p) => [`margin-auto-${p}`, !0]))
1443
+ [`h-align-${n}`]: !!n,
1444
+ [`gap-${a}`]: !!a,
1445
+ wrap: !!u,
1446
+ "fill-space": r,
1447
+ "no-shrink": s,
1448
+ ...Object.fromEntries(wo(o).filter(Boolean).map((m) => [`margin-auto-${m}`, !0]))
1374
1449
  }))
1375
1450
  };
1376
1451
  }
1377
- const Bo = /* @__PURE__ */ y((e, {
1378
- slots: r
1452
+ const Ni = /* @__PURE__ */ y((e, {
1453
+ slots: t
1379
1454
  }) => {
1380
- const t = $();
1455
+ const r = k();
1381
1456
  return () => {
1382
- const n = e.as || "div", a = Oa({
1457
+ const a = e.as || "div", n = Lo({
1383
1458
  ...e,
1384
- ...t,
1459
+ ...r,
1385
1460
  className: e.class
1386
1461
  });
1387
- return u(n, a, {
1388
- default: () => [r.default?.()]
1462
+ return c(a, n, {
1463
+ default: () => [t.default?.()]
1389
1464
  });
1390
1465
  };
1391
1466
  }, {
1392
1467
  name: "FlexBox",
1393
1468
  inheritAttrs: !1,
1394
1469
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1395
- props: T()("as", "fillSpace", "gap", "hAlign", "marginAuto", "noShrink", "orientation", "vAlign", "wrap", "class")
1396
- }), er = 6, Ea = {
1397
- h1: U.display1,
1398
- h2: U.headline,
1399
- h3: U.title,
1400
- h4: U.subtitle2,
1401
- h5: U.subtitle1,
1402
- h6: U.body2
1403
- }, Ba = { level: 1, headingElement: "h1" }, Ra = "lumx-heading", La = (e, r) => {
1404
- const { as: t, className: n, typography: a, ...s } = e, o = t || r || "h1";
1470
+ props: S()("as", "fillSpace", "gap", "hAlign", "marginAuto", "noShrink", "orientation", "vAlign", "wrap", "class")
1471
+ });
1472
+ var ft, Lr;
1473
+ function Oo() {
1474
+ if (Lr) return ft;
1475
+ Lr = 1;
1476
+ var e = /\s/;
1477
+ function t(r) {
1478
+ for (var a = r.length; a-- && e.test(r.charAt(a)); )
1479
+ ;
1480
+ return a;
1481
+ }
1482
+ return ft = t, ft;
1483
+ }
1484
+ var mt, Or;
1485
+ function Bo() {
1486
+ if (Or) return mt;
1487
+ Or = 1;
1488
+ var e = Oo(), t = /^\s+/;
1489
+ function r(a) {
1490
+ return a && a.slice(0, e(a) + 1).replace(t, "");
1491
+ }
1492
+ return mt = r, mt;
1493
+ }
1494
+ var ht, Br;
1495
+ function jo() {
1496
+ if (Br) return ht;
1497
+ Br = 1;
1498
+ var e = le(), t = Se(), r = "[object Symbol]";
1499
+ function a(n) {
1500
+ return typeof n == "symbol" || t(n) && e(n) == r;
1501
+ }
1502
+ return ht = a, ht;
1503
+ }
1504
+ var pt, jr;
1505
+ function Ro() {
1506
+ if (jr) return pt;
1507
+ jr = 1;
1508
+ var e = Bo(), t = Bt(), r = jo(), a = NaN, n = /^[-+]0x[0-9a-f]+$/i, o = /^0b[01]+$/i, s = /^0o[0-7]+$/i, i = parseInt;
1509
+ function u(l) {
1510
+ if (typeof l == "number")
1511
+ return l;
1512
+ if (r(l))
1513
+ return a;
1514
+ if (t(l)) {
1515
+ var d = typeof l.valueOf == "function" ? l.valueOf() : l;
1516
+ l = t(d) ? d + "" : d;
1517
+ }
1518
+ if (typeof l != "string")
1519
+ return l === 0 ? l : +l;
1520
+ l = e(l);
1521
+ var f = o.test(l);
1522
+ return f || s.test(l) ? i(l.slice(2), f ? 2 : 8) : n.test(l) ? a : +l;
1523
+ }
1524
+ return pt = u, pt;
1525
+ }
1526
+ var bt, Rr;
1527
+ function Mo() {
1528
+ if (Rr) return bt;
1529
+ Rr = 1;
1530
+ var e = Ro(), t = 1 / 0, r = 17976931348623157e292;
1531
+ function a(n) {
1532
+ if (!n)
1533
+ return n === 0 ? n : 0;
1534
+ if (n = e(n), n === t || n === -t) {
1535
+ var o = n < 0 ? -1 : 1;
1536
+ return o * r;
1537
+ }
1538
+ return n === n ? n : 0;
1539
+ }
1540
+ return bt = a, bt;
1541
+ }
1542
+ var gt, Mr;
1543
+ function qo() {
1544
+ if (Mr) return gt;
1545
+ Mr = 1;
1546
+ var e = Mo();
1547
+ function t(r) {
1548
+ var a = e(r), n = a % 1;
1549
+ return a === a ? n ? a - n : a : 0;
1550
+ }
1551
+ return gt = t, gt;
1552
+ }
1553
+ var vt, qr;
1554
+ function Do() {
1555
+ if (qr) return vt;
1556
+ qr = 1;
1557
+ var e = qo();
1558
+ function t(r) {
1559
+ return typeof r == "number" && r == e(r);
1560
+ }
1561
+ return vt = t, vt;
1562
+ }
1563
+ var Fo = Do();
1564
+ const Ho = /* @__PURE__ */ Ne(Fo);
1565
+ function zo(e) {
1566
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ee(e);
1567
+ }
1568
+ const Go = "GridColumn", pa = "lumx-grid-column", Vo = {}, Te = (e) => {
1569
+ const {
1570
+ as: t = "div",
1571
+ gap: r,
1572
+ maxColumns: a,
1573
+ itemMinWidth: n,
1574
+ children: o,
1575
+ className: s,
1576
+ style: i = {},
1577
+ ref: u,
1578
+ ...l
1579
+ } = e;
1580
+ return c(t, h(l, {
1581
+ ref: u,
1582
+ className: A(s, pa),
1583
+ style: {
1584
+ ...i,
1585
+ "--lumx-grid-column-item-min-width": Ho(n) && `${n}px`,
1586
+ "--lumx-grid-column-columns": a,
1587
+ "--lumx-grid-column-gap": r && `var(--lumx-spacing-unit-${r})`
1588
+ }
1589
+ }), zo(o) ? o : {
1590
+ default: () => [o]
1591
+ });
1592
+ };
1593
+ Te.displayName = Go;
1594
+ Te.className = pa;
1595
+ Te.defaultProps = Vo;
1596
+ const Ai = /* @__PURE__ */ y((e, {
1597
+ slots: t
1598
+ }) => {
1599
+ const r = k();
1600
+ return () => c(Te, h(e, r, {
1601
+ className: e.class,
1602
+ children: t.default?.()
1603
+ }), null);
1604
+ }, {
1605
+ name: "LumxGridColumn",
1606
+ inheritAttrs: !1,
1607
+ props: S()("as", "class", "gap", "itemMinWidth", "maxColumns", "style")
1608
+ }), Dr = 6, Wo = {
1609
+ h1: Q.display1,
1610
+ h2: Q.headline,
1611
+ h3: Q.title,
1612
+ h4: Q.subtitle2,
1613
+ h5: Q.subtitle1,
1614
+ h6: Q.body2
1615
+ }, Uo = { level: 1, headingElement: "h1" }, Ko = "lumx-heading", Yo = (e, t) => {
1616
+ const { as: r, className: a, typography: n, ...o } = e, s = r || t || "h1";
1405
1617
  return {
1406
- ...s,
1407
- as: o,
1408
- className: k(n, Ra),
1409
- typography: a || Ea[o]
1618
+ ...o,
1619
+ as: s,
1620
+ className: A(a, Ko),
1621
+ typography: n || Wo[s]
1410
1622
  };
1411
- }, kr = /* @__PURE__ */ Symbol("HeadingLevelContext"), Tr = () => Ze(kr, Ba), Ro = /* @__PURE__ */ y((e, {
1412
- slots: r
1623
+ }, ba = /* @__PURE__ */ Symbol("HeadingLevelContext"), ga = () => wt(ba, Uo), Si = /* @__PURE__ */ y((e, {
1624
+ slots: t
1413
1625
  }) => {
1414
- const t = $(), n = Tr(), a = S(() => {
1626
+ const r = k(), a = ga(), n = P(() => {
1415
1627
  const {
1416
- className: s,
1417
- ...o
1418
- } = La({
1419
- ...t,
1628
+ className: o,
1629
+ ...s
1630
+ } = Yo({
1631
+ ...r,
1420
1632
  ...e,
1421
- className: e.class || t.class || t.className
1422
- }, n.headingElement);
1633
+ className: e.class || r.class || r.className
1634
+ }, a.headingElement);
1423
1635
  return {
1424
- ...o,
1425
- class: s
1636
+ ...s,
1637
+ class: o
1426
1638
  };
1427
1639
  });
1428
- return () => u(st, a.value, {
1429
- default: () => [r.default?.()]
1640
+ return () => c(jt, n.value, {
1641
+ default: () => [t.default?.()]
1430
1642
  });
1431
1643
  }, {
1432
1644
  name: "Heading",
1433
1645
  inheritAttrs: !1,
1434
1646
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1435
- props: T()("as", "color", "colorVariant", "typography", "truncate", "noWrap", "whiteSpace", "style", "class")
1436
- }), Ma = (e, r) => {
1437
- const t = e || r + 1;
1438
- return t > er ? er : t;
1439
- }, Lo = /* @__PURE__ */ y((e, {
1440
- slots: r
1647
+ props: S()("as", "color", "colorVariant", "typography", "truncate", "noWrap", "whiteSpace", "style", "class")
1648
+ }), Jo = (e, t) => {
1649
+ const r = e || t + 1;
1650
+ return r > Dr ? Dr : r;
1651
+ }, ki = /* @__PURE__ */ y((e, {
1652
+ slots: t
1441
1653
  }) => {
1442
1654
  const {
1443
- level: t
1444
- } = Dr(e), n = Tr(), a = S(() => Ma(t?.value, n.level)), s = S(() => `h${a.value}`), o = Fr({
1445
- level: a,
1446
- headingElement: s
1655
+ level: r
1656
+ } = wa(e), a = ga(), n = P(() => Jo(r?.value, a.level)), o = P(() => `h${n.value}`), s = Ia({
1657
+ level: n,
1658
+ headingElement: o
1447
1659
  });
1448
- return tr(kr, o), () => r.default?.();
1660
+ return Gr(ba, s), () => t.default?.();
1449
1661
  }, {
1450
1662
  name: "HeadingLevelProvider",
1451
- props: T()("level")
1452
- }), Mo = /* @__PURE__ */ y((e, {
1453
- slots: r
1663
+ props: S()("level")
1664
+ }), Pi = /* @__PURE__ */ y((e, {
1665
+ slots: t
1454
1666
  }) => {
1455
- const t = $(), n = x();
1456
- return () => u(G, m(e, t, {
1667
+ const r = k(), a = w();
1668
+ return () => c(K, h(e, r, {
1457
1669
  className: e.class,
1458
- theme: e.theme || n,
1459
- children: r.default?.()
1670
+ theme: e.theme || a.value,
1671
+ children: t.default?.()
1460
1672
  }), null);
1461
1673
  }, {
1462
1674
  name: "InputHelper",
1463
1675
  inheritAttrs: !1,
1464
1676
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1465
- props: T()("kind", "theme", "class", "id")
1466
- }), qo = /* @__PURE__ */ y((e, {
1467
- slots: r
1677
+ props: S()("kind", "theme", "class", "id")
1678
+ }), Ti = /* @__PURE__ */ y((e, {
1679
+ slots: t
1468
1680
  }) => {
1469
- const t = $(), n = x();
1470
- return () => u(V, m(e, t, {
1681
+ const r = k(), a = w();
1682
+ return () => c(U, h(e, r, {
1471
1683
  className: e.class,
1472
- theme: e.theme || n,
1473
- children: r.default?.()
1684
+ theme: e.theme || a.value,
1685
+ children: t.default?.()
1474
1686
  }), null);
1475
1687
  }, {
1476
1688
  name: "InputLabel",
1477
1689
  inheritAttrs: !1,
1478
1690
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1479
- props: T()("htmlFor", "isRequired", "typography", "theme", "class")
1691
+ props: S()("htmlFor", "isRequired", "typography", "theme", "class")
1480
1692
  });
1481
- function qa(e) {
1482
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !Y(e);
1693
+ function Xo(e) {
1694
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ee(e);
1483
1695
  }
1484
- const Da = "lumx-link", {
1485
- block: Fa,
1486
- element: We
1487
- } = P(Da), Va = (e) => {
1696
+ const Qo = "lumx-link", {
1697
+ block: Zo,
1698
+ element: yt
1699
+ } = C(Qo), es = (e) => {
1488
1700
  const {
1489
- label: r,
1490
- className: t,
1491
- color: n,
1492
- colorVariant: a,
1493
- leftIcon: s,
1494
- rightIcon: o,
1701
+ label: t,
1702
+ className: r,
1703
+ color: a,
1704
+ colorVariant: n,
1705
+ leftIcon: o,
1706
+ rightIcon: s,
1495
1707
  typography: i,
1496
- as: l,
1497
- ref: d,
1498
- isDisabled: c,
1708
+ as: u,
1709
+ ref: l,
1710
+ isDisabled: d,
1499
1711
  theme: f,
1500
- href: p,
1501
- target: h,
1502
- onClick: v,
1712
+ href: m,
1713
+ target: p,
1714
+ onClick: g,
1503
1715
  ...b
1504
- } = e, [N, _] = at(n, a), A = l || (p ? "a" : "button"), C = {};
1505
- c && (A === "button" || !p && !l ? C.disabled = !0 : (C["aria-disabled"] = !0, C.tabIndex = -1));
1506
- const O = k(t, Fa({
1507
- [`color-${N}`]: !!N,
1508
- [`color-variant-${_}`]: !!_,
1716
+ } = e, [T, v] = Lt(a, n), $ = u || (m ? "a" : "button"), _ = {};
1717
+ d && ($ === "button" || !m && !u ? _.disabled = !0 : (_["aria-disabled"] = !0, _.tabIndex = -1));
1718
+ const O = A(r, Zo({
1719
+ [`color-${T}`]: !!T,
1720
+ [`color-variant-${v}`]: !!v,
1509
1721
  "has-typography": !!i
1510
- }), i && ot(i)), E = u(K, null, [s && u(K, null, [Z(" "), j({
1511
- icon: s,
1512
- className: We("left-icon")
1513
- }), Z(" ")]), r && u("span", {
1514
- className: We("content")
1515
- }, [r]), o && u(K, null, [Z(" "), j({
1722
+ }), i && Ot(i)), L = c(G, null, [o && c(G, null, [pe(" "), I({
1516
1723
  icon: o,
1517
- className: We("right-icon")
1518
- }), Z(" ")])]), B = {
1519
- ref: d,
1724
+ className: yt("left-icon")
1725
+ }), pe(" ")]), t && c("span", {
1726
+ className: yt("content")
1727
+ }, [t]), s && c(G, null, [pe(" "), I({
1728
+ icon: s,
1729
+ className: yt("right-icon")
1730
+ }), pe(" ")])]), B = {
1731
+ ref: l,
1520
1732
  className: O,
1521
- onClick: c ? void 0 : v,
1733
+ onClick: d ? void 0 : g,
1522
1734
  ...b,
1523
- ...C
1735
+ ..._
1524
1736
  };
1525
- return p && (B.href = p), h && (B.target = h), u(A, B, qa(E) ? E : {
1526
- default: () => [E]
1737
+ return m && (B.href = m), p && (B.target = p), c($, B, Xo(L) ? L : {
1738
+ default: () => [L]
1527
1739
  });
1528
- }, Ga = {
1740
+ }, ts = {
1529
1741
  click: (e) => e instanceof Event
1530
- }, Do = /* @__PURE__ */ y((e, {
1531
- emit: r
1742
+ }, $i = /* @__PURE__ */ y((e, {
1743
+ emit: t
1532
1744
  }) => {
1533
- const t = $(), n = tt(), a = x(), {
1534
- class: s,
1535
- ...o
1745
+ const r = k(), a = Et(), n = w(), {
1746
+ class: o,
1747
+ ...s
1536
1748
  } = e, {
1537
1749
  isAnyDisabled: i,
1538
- disabledStateProps: l,
1539
- otherProps: d
1540
- } = z(S(() => ({
1541
- ...o,
1542
- ...t
1543
- }))), c = (f) => {
1544
- i.value || (f?.stopImmediatePropagation?.(), r("click", f));
1750
+ disabledStateProps: u,
1751
+ otherProps: l
1752
+ } = H(P(() => ({
1753
+ ...s,
1754
+ ...r
1755
+ }))), d = (f) => {
1756
+ i.value || (f?.stopImmediatePropagation?.(), t("click", f));
1545
1757
  };
1546
1758
  return () => {
1547
- const p = n.default?.() || d.value.label;
1548
- return u(Va, m(d.value, l.value, {
1549
- className: s,
1550
- theme: e.theme || a,
1759
+ const m = a.default?.() || l.value.label;
1760
+ return c(es, h(l.value, u.value, {
1761
+ className: o,
1762
+ theme: e.theme || n.value,
1551
1763
  isDisabled: i.value,
1552
- onClick: c,
1553
- label: p
1764
+ onClick: d,
1765
+ label: m
1554
1766
  }), null);
1555
1767
  };
1556
1768
  }, {
1557
1769
  name: "LumxLink",
1558
1770
  inheritAttrs: !1,
1559
1771
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1560
- props: T()("as", "class", "color", "colorVariant", "disabled", "href", "isDisabled", "leftIcon", "rightIcon", "target", "theme", "typography", "aria-disabled"),
1561
- emits: Ga
1562
- }), Ua = "Message", $r = "lumx-message", {
1563
- block: za,
1564
- element: He
1565
- } = P($r), Wa = {
1566
- [q.error]: {
1567
- color: w.red,
1568
- icon: Wr
1772
+ props: S()("as", "class", "color", "colorVariant", "disabled", "href", "isDisabled", "leftIcon", "rightIcon", "target", "theme", "typography", "aria-disabled"),
1773
+ emits: ts
1774
+ }), rs = "Message", va = "lumx-message", {
1775
+ block: as,
1776
+ element: Nt
1777
+ } = C(va), ns = {
1778
+ [D.error]: {
1779
+ color: x.red,
1780
+ icon: Ra
1569
1781
  },
1570
- [q.info]: {
1571
- color: w.blue,
1572
- icon: Yr
1782
+ [D.info]: {
1783
+ color: x.blue,
1784
+ icon: Da
1573
1785
  },
1574
- [q.success]: {
1575
- color: w.green,
1576
- icon: Hr
1786
+ [D.success]: {
1787
+ color: x.green,
1788
+ icon: Ma
1577
1789
  },
1578
- [q.warning]: {
1579
- color: w.yellow,
1580
- icon: nr
1790
+ [D.warning]: {
1791
+ color: x.yellow,
1792
+ icon: Wr
1581
1793
  }
1582
- }, lt = (e) => {
1794
+ }, Mt = (e) => {
1583
1795
  const {
1584
- children: r,
1585
- className: t,
1586
- hasBackground: n,
1587
- kind: a,
1588
- icon: s,
1589
- closeButtonProps: o,
1796
+ children: t,
1797
+ className: r,
1798
+ hasBackground: a,
1799
+ kind: n,
1800
+ icon: o,
1801
+ closeButtonProps: s,
1590
1802
  ref: i,
1591
- ...l
1803
+ ...u
1592
1804
  } = e, {
1593
- color: d,
1594
- icon: c
1595
- } = Wa[a] || {}, {
1805
+ color: l,
1806
+ icon: d
1807
+ } = ns[n] || {}, {
1596
1808
  onClick: f,
1597
- label: p
1598
- } = o || {}, h = n && a === "info" && f && p;
1599
- return u("div", m(l, {
1809
+ label: m
1810
+ } = s || {}, p = a && n === "info" && f && m;
1811
+ return c("div", h(u, {
1600
1812
  ref: i,
1601
- className: k(t, za({
1602
- [`color-${d}`]: !!d,
1603
- "has-background": n
1813
+ className: A(r, as({
1814
+ [`color-${l}`]: !!l,
1815
+ "has-background": a
1604
1816
  }))
1605
- }), [(s || c) && j({
1606
- className: He("icon"),
1607
- icon: s || c,
1608
- size: I.xs,
1609
- color: d
1610
- }), u("div", {
1611
- className: He("text")
1612
- }, [r]), h && Q({
1613
- className: He("close-button"),
1614
- icon: Kr,
1817
+ }), [(o || d) && I({
1818
+ className: Nt("icon"),
1819
+ icon: o || d,
1820
+ size: E.xs,
1821
+ color: l
1822
+ }), c("div", {
1823
+ className: Nt("text")
1824
+ }, [t]), p && de({
1825
+ className: Nt("close-button"),
1826
+ icon: qa,
1615
1827
  onClick: f,
1616
- label: p,
1617
- emphasis: F.low
1828
+ label: m,
1829
+ emphasis: V.low
1618
1830
  })]);
1619
1831
  };
1620
- lt.displayName = Ua;
1621
- lt.className = $r;
1622
- const Fo = /* @__PURE__ */ y((e, {
1623
- slots: r,
1624
- emit: t
1832
+ Mt.displayName = rs;
1833
+ Mt.className = va;
1834
+ const Ci = /* @__PURE__ */ y((e, {
1835
+ slots: t,
1836
+ emit: r
1625
1837
  }) => {
1626
- const n = $(), {
1627
- closeButtonLabel: a
1838
+ const a = k(), {
1839
+ closeButtonLabel: n
1628
1840
  } = e;
1629
- return () => u(lt, m(e, n, {
1841
+ return () => c(Mt, h(e, a, {
1630
1842
  className: e.class,
1631
- children: r.default?.(),
1632
- closeButtonProps: a ? {
1633
- label: a,
1634
- onClick: () => t("close")
1843
+ children: t.default?.(),
1844
+ closeButtonProps: n ? {
1845
+ label: n,
1846
+ onClick: () => r("close")
1635
1847
  } : void 0
1636
1848
  }), null);
1637
1849
  }, {
1638
1850
  name: "Message",
1639
1851
  inheritAttrs: !1,
1640
1852
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1641
- props: T()("hasBackground", "icon", "kind", "class", "closeButtonLabel"),
1853
+ props: S()("hasBackground", "icon", "kind", "class", "closeButtonLabel"),
1642
1854
  emits: ["close"]
1643
- }), Ha = "lumx-radio-button", {
1644
- block: Ka,
1645
- element: L
1646
- } = P(Ha), Ya = (e) => {
1855
+ }), os = "lumx-radio-button", {
1856
+ block: ss,
1857
+ element: M
1858
+ } = C(os), is = (e) => {
1647
1859
  const {
1648
- checked: r,
1649
- className: t,
1650
- helper: n,
1651
- id: a,
1652
- inputRef: s,
1653
- isChecked: o = r,
1860
+ checked: t,
1861
+ className: r,
1862
+ helper: a,
1863
+ id: n,
1864
+ inputRef: o,
1865
+ isChecked: s = t,
1654
1866
  label: i,
1655
- name: l,
1656
- ref: d,
1657
- onChange: c,
1867
+ name: u,
1868
+ ref: l,
1869
+ onChange: d,
1658
1870
  theme: f,
1659
- value: p,
1660
- inputProps: h = {},
1661
- isDisabled: v,
1871
+ value: m,
1872
+ inputProps: p = {},
1873
+ isDisabled: g,
1662
1874
  inputId: b,
1663
- ...N
1664
- } = e, _ = (A) => {
1665
- c && c(p, l, A);
1875
+ ...T
1876
+ } = e, v = ($) => {
1877
+ d && d(m, u, $);
1666
1878
  };
1667
- return u("div", m({
1668
- ref: d
1669
- }, N, {
1670
- className: k(t, Ka({
1671
- "is-checked": o,
1672
- "is-disabled": v,
1673
- "is-unchecked": !o,
1879
+ return c("div", h({
1880
+ ref: l
1881
+ }, T, {
1882
+ className: A(r, ss({
1883
+ "is-checked": s,
1884
+ "is-disabled": g,
1885
+ "is-unchecked": !s,
1674
1886
  [`theme-${f}`]: !!f
1675
1887
  }))
1676
- }), [u("div", {
1677
- className: L("input-wrapper")
1678
- }, [u("input", m({
1679
- ref: s,
1680
- className: L("input-native"),
1888
+ }), [c("div", {
1889
+ className: M("input-wrapper")
1890
+ }, [c("input", h({
1891
+ ref: o,
1892
+ className: M("input-native"),
1681
1893
  id: b,
1682
1894
  type: "radio",
1683
- name: l,
1684
- value: p,
1685
- checked: o,
1686
- onChange: _,
1687
- "aria-describedby": n ? `${b}-helper` : void 0
1688
- }, h?.readOnly ? {
1689
- readOnly: h.readOnly
1690
- } : {}, h), null), u("div", {
1691
- className: L("input-placeholder")
1692
- }, [u("div", {
1693
- className: L("input-background")
1694
- }, null), u("div", {
1695
- className: L("input-indicator")
1696
- }, null)])]), u("div", {
1697
- className: L("content")
1698
- }, [i && V({
1895
+ name: u,
1896
+ value: m,
1897
+ checked: s,
1898
+ onChange: v,
1899
+ "aria-describedby": a ? `${b}-helper` : void 0
1900
+ }, p?.readOnly ? {
1901
+ readOnly: p.readOnly
1902
+ } : {}, p), null), c("div", {
1903
+ className: M("input-placeholder")
1904
+ }, [c("div", {
1905
+ className: M("input-background")
1906
+ }, null), c("div", {
1907
+ className: M("input-indicator")
1908
+ }, null)])]), c("div", {
1909
+ className: M("content")
1910
+ }, [i && U({
1699
1911
  htmlFor: b,
1700
- className: L("label"),
1912
+ className: M("label"),
1701
1913
  theme: f,
1702
1914
  children: i
1703
- }), n && G({
1915
+ }), a && K({
1704
1916
  id: `${b}-helper`,
1705
- className: L("helper"),
1917
+ className: M("helper"),
1706
1918
  theme: f,
1707
- children: n
1919
+ children: a
1708
1920
  })])]);
1709
- }, Ja = {
1710
- change: (e, r, t) => t instanceof Event
1711
- }, Vo = /* @__PURE__ */ y((e, {
1712
- emit: r
1921
+ }, ls = {
1922
+ change: (e, t, r) => r instanceof Event
1923
+ }, _i = /* @__PURE__ */ y((e, {
1924
+ emit: t
1713
1925
  }) => {
1714
- const t = $(), n = x(), a = it(), s = S(() => e.id || a), {
1715
- isAnyDisabled: o,
1926
+ const r = k(), a = w(), n = Rt(), o = P(() => e.id || n), {
1927
+ isAnyDisabled: s,
1716
1928
  disabledStateProps: i,
1717
- otherProps: l
1718
- } = z(S(() => ({
1929
+ otherProps: u
1930
+ } = H(P(() => ({
1719
1931
  ...e,
1720
- ...t
1721
- }))), d = (c, f, p) => {
1722
- o.value || (p?.stopImmediatePropagation?.(), r("change", c, f, p));
1932
+ ...r
1933
+ }))), l = (d, f, m) => {
1934
+ s.value || (m?.stopImmediatePropagation?.(), t("change", d, f, m));
1723
1935
  };
1724
- return () => u(Ya, m(l.value, {
1936
+ return () => c(is, h(u.value, {
1725
1937
  className: e.class,
1726
- theme: e.theme || n,
1727
- inputId: s.value,
1728
- isDisabled: o.value,
1729
- onChange: d,
1938
+ theme: e.theme || a.value,
1939
+ inputId: o.value,
1940
+ isDisabled: s.value,
1941
+ onChange: l,
1730
1942
  label: e.label,
1731
1943
  inputProps: {
1732
1944
  ...e.inputProps,
@@ -1738,247 +1950,247 @@ const Fo = /* @__PURE__ */ y((e, {
1738
1950
  name: "RadioButton",
1739
1951
  inheritAttrs: !1,
1740
1952
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1741
- props: T()("checked", "class", "disabled", "helper", "id", "inputProps", "isChecked", "isDisabled", "label", "name", "theme", "value", "aria-disabled"),
1742
- emits: Ja
1743
- }), Xa = "RadioGroup", Pr = "lumx-radio-group", Qa = {}, ie = (e) => {
1953
+ props: S()("checked", "class", "disabled", "helper", "id", "inputProps", "isChecked", "isDisabled", "label", "name", "theme", "value", "aria-disabled"),
1954
+ emits: ls
1955
+ }), cs = "RadioGroup", ya = "lumx-radio-group", us = {}, $e = (e) => {
1744
1956
  const {
1745
- children: r,
1746
- className: t,
1747
- ref: n,
1748
- ...a
1957
+ children: t,
1958
+ className: r,
1959
+ ref: a,
1960
+ ...n
1749
1961
  } = e;
1750
- return u("div", m({
1751
- ref: n
1752
- }, a, {
1753
- className: k(t, Pr)
1754
- }), [r]);
1962
+ return c("div", h({
1963
+ ref: a
1964
+ }, n, {
1965
+ className: A(r, ya)
1966
+ }), [t]);
1755
1967
  };
1756
- ie.displayName = Xa;
1757
- ie.className = Pr;
1758
- ie.defaultProps = Qa;
1759
- const Go = /* @__PURE__ */ y((e, {
1760
- slots: r
1968
+ $e.displayName = cs;
1969
+ $e.className = ya;
1970
+ $e.defaultProps = us;
1971
+ const xi = /* @__PURE__ */ y((e, {
1972
+ slots: t
1761
1973
  }) => {
1762
- const t = $();
1763
- return () => u(ie, m(e, t, {
1974
+ const r = k();
1975
+ return () => c($e, h(e, r, {
1764
1976
  className: e.class,
1765
- children: r.default?.()
1977
+ children: t.default?.()
1766
1978
  }), null);
1767
1979
  }, {
1768
1980
  name: "RadioGroup",
1769
1981
  inheritAttrs: !1,
1770
- props: T()("class")
1771
- }), Za = "lumx-skeleton-circle", {
1772
- block: eo
1773
- } = P(Za), to = (e) => {
1982
+ props: S()("class")
1983
+ }), ds = "lumx-skeleton-circle", {
1984
+ block: fs
1985
+ } = C(ds), ms = (e) => {
1774
1986
  const {
1775
- className: r,
1776
- size: t,
1777
- color: n,
1778
- theme: a,
1779
- ref: s,
1780
- ...o
1987
+ className: t,
1988
+ size: r,
1989
+ color: a,
1990
+ theme: n,
1991
+ ref: o,
1992
+ ...s
1781
1993
  } = e;
1782
- return u("div", m({
1783
- ref: s
1784
- }, o, {
1785
- className: k(r, eo({
1786
- [`size-${t}`]: !!t,
1787
- [`color-${n}`]: !!n,
1788
- [`theme-${a}`]: !!a
1994
+ return c("div", h({
1995
+ ref: o
1996
+ }, s, {
1997
+ className: A(t, fs({
1998
+ [`size-${r}`]: !!r,
1999
+ [`color-${a}`]: !!a,
2000
+ [`theme-${n}`]: !!n
1789
2001
  }))
1790
2002
  }), null);
1791
- }, ro = {
2003
+ }, hs = {
1792
2004
  squared: "squared",
1793
2005
  rounded: "rounded",
1794
2006
  pill: "pill"
1795
- }, no = "lumx-skeleton-rectangle", {
1796
- block: ao,
1797
- element: oo
1798
- } = P(no), so = {
1799
- variant: ro.squared
1800
- }, io = (e) => {
2007
+ }, ps = "lumx-skeleton-rectangle", {
2008
+ block: bs,
2009
+ element: gs
2010
+ } = C(ps), vs = {
2011
+ variant: hs.squared
2012
+ }, ys = (e) => {
1801
2013
  const {
1802
- aspectRatio: r,
1803
- className: t,
1804
- height: n,
1805
- theme: a,
1806
- variant: s = so.variant,
1807
- width: o,
2014
+ aspectRatio: t,
2015
+ className: r,
2016
+ height: a,
2017
+ theme: n,
2018
+ variant: o = vs.variant,
2019
+ width: s,
1808
2020
  color: i,
1809
- ref: l,
1810
- ...d
2021
+ ref: u,
2022
+ ...l
1811
2023
  } = e;
1812
- return u("div", m({
1813
- ref: l
1814
- }, d, {
1815
- className: k(t, ao({
1816
- [`aspect-ratio-${r}`]: !!r,
1817
- [`height-${n}`]: !!(!r && n),
1818
- [`theme-${a}`]: !!a,
1819
- [`variant-${s}`]: !!s,
1820
- [`width-${o}`]: !!o,
2024
+ return c("div", h({
2025
+ ref: u
2026
+ }, l, {
2027
+ className: A(r, bs({
2028
+ [`aspect-ratio-${t}`]: !!t,
2029
+ [`height-${a}`]: !!(!t && a),
2030
+ [`theme-${n}`]: !!n,
2031
+ [`variant-${o}`]: !!o,
2032
+ [`width-${s}`]: !!s,
1821
2033
  [`color-${i}`]: !!i
1822
2034
  }))
1823
- }), [u("div", {
1824
- className: oo("inner")
2035
+ }), [c("div", {
2036
+ className: gs("inner")
1825
2037
  }, null)]);
1826
- }, lo = "lumx-skeleton-typography", {
1827
- block: co,
1828
- element: uo
1829
- } = P(lo), fo = (e) => {
2038
+ }, Ns = "lumx-skeleton-typography", {
2039
+ block: As,
2040
+ element: Ss
2041
+ } = C(Ns), ks = (e) => {
1830
2042
  const {
1831
- className: r,
1832
- theme: t,
1833
- typography: n,
1834
- width: a,
1835
- color: s,
1836
- ref: o,
2043
+ className: t,
2044
+ theme: r,
2045
+ typography: a,
2046
+ width: n,
2047
+ color: o,
2048
+ ref: s,
1837
2049
  ...i
1838
2050
  } = e;
1839
- return u("div", m({
1840
- ref: o
2051
+ return c("div", h({
2052
+ ref: s
1841
2053
  }, i, {
1842
- className: k(r, co({
1843
- [`theme-${t}`]: !!t,
1844
- [`typography-${n}`]: !!n,
1845
- [`color-${s}`]: !!s
2054
+ className: A(t, As({
2055
+ [`theme-${r}`]: !!r,
2056
+ [`typography-${a}`]: !!a,
2057
+ [`color-${o}`]: !!o
1846
2058
  })),
1847
2059
  style: {
1848
2060
  ...i.style,
1849
- width: a
2061
+ width: n
1850
2062
  }
1851
- }), [u("div", {
1852
- className: uo("inner")
2063
+ }), [c("div", {
2064
+ className: Ss("inner")
1853
2065
  }, null)]);
1854
- }, Uo = /* @__PURE__ */ y((e) => {
1855
- const r = $(), t = x();
1856
- return () => u(to, m(e, r, {
2066
+ }, wi = /* @__PURE__ */ y((e) => {
2067
+ const t = k(), r = w();
2068
+ return () => c(ms, h(e, t, {
1857
2069
  className: e.class,
1858
- theme: e.theme || t
2070
+ theme: e.theme || r.value
1859
2071
  }), null);
1860
2072
  }, {
1861
2073
  name: "LumxSkeletonCircle",
1862
2074
  inheritAttrs: !1,
1863
- props: T()("class", "size", "color", "theme")
1864
- }), zo = /* @__PURE__ */ y((e) => {
1865
- const r = $(), t = x();
1866
- return () => u(io, m(e, r, {
2075
+ props: S()("class", "size", "color", "theme")
2076
+ }), Ii = /* @__PURE__ */ y((e) => {
2077
+ const t = k(), r = w();
2078
+ return () => c(ys, h(e, t, {
1867
2079
  className: e.class,
1868
- theme: e.theme || t
2080
+ theme: e.theme || r.value
1869
2081
  }), null);
1870
2082
  }, {
1871
2083
  name: "SkeletonRectangle",
1872
2084
  inheritAttrs: !1,
1873
- props: T()("class", "aspectRatio", "height", "variant", "width", "color", "theme")
1874
- }), Wo = /* @__PURE__ */ y((e) => {
1875
- const r = $(), t = x();
1876
- return () => u(fo, m(e, r, {
2085
+ props: S()("class", "aspectRatio", "height", "variant", "width", "color", "theme")
2086
+ }), Ei = /* @__PURE__ */ y((e) => {
2087
+ const t = k(), r = w();
2088
+ return () => c(ks, h(e, t, {
1877
2089
  className: e.class,
1878
- theme: e.theme || t
2090
+ theme: e.theme || r.value
1879
2091
  }), null);
1880
2092
  }, {
1881
2093
  name: "LumxSkeletonTypography",
1882
2094
  inheritAttrs: !1,
1883
- props: T()("class", "typography", "width", "color", "theme", "style")
1884
- }), Ho = "Switch", po = "lumx-switch", {
1885
- block: ho,
1886
- element: M
1887
- } = P(po), mo = {
2095
+ props: S()("class", "typography", "width", "color", "theme", "style")
2096
+ }), Li = "Switch", Ps = "lumx-switch", {
2097
+ block: Ts,
2098
+ element: q
2099
+ } = C(Ps), $s = {
1888
2100
  position: "left"
1889
- }, bo = (e) => {
2101
+ }, Cs = (e) => {
1890
2102
  const {
1891
- checked: r,
1892
- className: t,
1893
- helper: n,
1894
- id: a,
1895
- inputRef: s,
1896
- isChecked: o = r,
2103
+ checked: t,
2104
+ className: r,
2105
+ helper: a,
2106
+ id: n,
2107
+ inputRef: o,
2108
+ isChecked: s = t,
1897
2109
  label: i,
1898
- name: l,
1899
- ref: d,
1900
- onChange: c,
2110
+ name: u,
2111
+ ref: l,
2112
+ onChange: d,
1901
2113
  theme: f,
1902
- value: p,
1903
- inputProps: h = {},
1904
- isDisabled: v,
2114
+ value: m,
2115
+ inputProps: p = {},
2116
+ isDisabled: g,
1905
2117
  inputId: b,
1906
- position: N = mo.position,
1907
- ..._
1908
- } = e, A = (C) => {
1909
- c && c(!o, p, l, C);
2118
+ position: T = $s.position,
2119
+ ...v
2120
+ } = e, $ = (_) => {
2121
+ d && d(!s, m, u, _);
1910
2122
  };
1911
- return u("div", m({
1912
- ref: d
1913
- }, _, {
1914
- className: k(t, ho({
1915
- "is-checked": o,
1916
- "is-disabled": v,
1917
- "is-unchecked": !o,
1918
- [`position-${N}`]: !!N,
2123
+ return c("div", h({
2124
+ ref: l
2125
+ }, v, {
2126
+ className: A(r, Ts({
2127
+ "is-checked": s,
2128
+ "is-disabled": g,
2129
+ "is-unchecked": !s,
2130
+ [`position-${T}`]: !!T,
1919
2131
  [`theme-${f}`]: !!f
1920
2132
  }))
1921
- }), [u("div", {
1922
- className: M("input-wrapper")
1923
- }, [u("input", m({
1924
- ref: s,
2133
+ }), [c("div", {
2134
+ className: q("input-wrapper")
2135
+ }, [c("input", h({
2136
+ ref: o,
1925
2137
  type: "checkbox",
1926
2138
  role: "switch",
1927
2139
  id: b,
1928
- className: M("input-native"),
1929
- name: l,
1930
- value: p,
1931
- checked: !!o,
1932
- onChange: A,
1933
- "aria-describedby": n ? `${b}-helper` : void 0,
1934
- "aria-checked": !!o
1935
- }, h?.readOnly ? {
1936
- readOnly: h.readOnly
1937
- } : {}, h), null), u("div", {
1938
- className: M("input-placeholder")
1939
- }, [u("div", {
1940
- className: M("input-background")
1941
- }, null), u("div", {
1942
- className: M("input-indicator")
1943
- }, null)])]), u("div", {
1944
- className: M("content")
1945
- }, [i && V({
2140
+ className: q("input-native"),
2141
+ name: u,
2142
+ value: m,
2143
+ checked: !!s,
2144
+ onChange: $,
2145
+ "aria-describedby": a ? `${b}-helper` : void 0,
2146
+ "aria-checked": !!s
2147
+ }, p?.readOnly ? {
2148
+ readOnly: p.readOnly
2149
+ } : {}, p), null), c("div", {
2150
+ className: q("input-placeholder")
2151
+ }, [c("div", {
2152
+ className: q("input-background")
2153
+ }, null), c("div", {
2154
+ className: q("input-indicator")
2155
+ }, null)])]), c("div", {
2156
+ className: q("content")
2157
+ }, [i && U({
1946
2158
  htmlFor: b,
1947
- className: M("label"),
2159
+ className: q("label"),
1948
2160
  theme: f,
1949
2161
  children: i
1950
- }), n && G({
2162
+ }), a && K({
1951
2163
  id: `${b}-helper`,
1952
- className: M("helper"),
2164
+ className: q("helper"),
1953
2165
  theme: f,
1954
- children: n
2166
+ children: a
1955
2167
  })])]);
1956
- }, vo = {
1957
- change: (e, r, t, n) => typeof e == "boolean" && n instanceof Event
1958
- }, Ko = /* @__PURE__ */ y((e, {
1959
- emit: r,
1960
- slots: t
2168
+ }, _s = {
2169
+ change: (e, t, r, a) => typeof e == "boolean" && a instanceof Event
2170
+ }, Oi = /* @__PURE__ */ y((e, {
2171
+ emit: t,
2172
+ slots: r
1961
2173
  }) => {
1962
- const n = $(), a = x(), s = it(), o = S(() => e.id || s), {
2174
+ const a = k(), n = w(), o = Rt(), s = P(() => e.id || o), {
1963
2175
  isAnyDisabled: i,
1964
- disabledStateProps: l,
1965
- otherProps: d
1966
- } = z(S(() => ({
2176
+ disabledStateProps: u,
2177
+ otherProps: l
2178
+ } = H(P(() => ({
1967
2179
  ...e,
1968
- ...n
1969
- }))), c = (f, p, h, v) => {
1970
- i.value || (v.stopImmediatePropagation(), r("change", f, p, h, v));
2180
+ ...a
2181
+ }))), d = (f, m, p, g) => {
2182
+ i.value || (g.stopImmediatePropagation(), t("change", f, m, p, g));
1971
2183
  };
1972
- return () => u(bo, m(d.value, {
2184
+ return () => c(Cs, h(l.value, {
1973
2185
  className: e.class,
1974
- theme: e.theme || a,
1975
- inputId: o.value,
2186
+ theme: e.theme || n.value,
2187
+ inputId: s.value,
1976
2188
  isDisabled: i.value,
1977
- onChange: c,
1978
- label: e.label || t.default?.(),
2189
+ onChange: d,
2190
+ label: e.label || r.default?.(),
1979
2191
  inputProps: {
1980
2192
  ...e.inputProps,
1981
- ...l.value,
2193
+ ...u.value,
1982
2194
  readOnly: i.value
1983
2195
  }
1984
2196
  }), null);
@@ -1986,35 +2198,587 @@ const Go = /* @__PURE__ */ y((e, {
1986
2198
  name: "LumxSwitch",
1987
2199
  inheritAttrs: !1,
1988
2200
  // Redefine properties so that they come in as `props` on the `defineComponent` function
1989
- props: T()("checked", "class", "disabled", "helper", "id", "inputProps", "isChecked", "isDisabled", "label", "name", "position", "theme", "value", "aria-disabled"),
1990
- emits: vo
2201
+ props: S()("checked", "class", "disabled", "helper", "id", "inputProps", "isChecked", "isDisabled", "label", "name", "position", "theme", "value", "aria-disabled"),
2202
+ emits: _s
2203
+ }), fe = "lumx-table", {
2204
+ block: xs
2205
+ } = C(fe), ws = (e) => {
2206
+ const {
2207
+ children: t,
2208
+ className: r,
2209
+ hasBefore: a,
2210
+ hasDividers: n,
2211
+ ref: o,
2212
+ theme: s,
2213
+ ...i
2214
+ } = e;
2215
+ return c("table", h({
2216
+ ref: o
2217
+ }, i, {
2218
+ className: A(r, xs({
2219
+ "has-before": a,
2220
+ "has-dividers": n,
2221
+ [`theme-${s}`]: !!s
2222
+ }))
2223
+ }), [t]);
2224
+ }, Bi = /* @__PURE__ */ y((e, {
2225
+ slots: t
2226
+ }) => {
2227
+ const r = k(), a = w();
2228
+ return () => c(ws, h(e, r, {
2229
+ className: e.class,
2230
+ theme: e.theme || a.value,
2231
+ children: t.default?.()
2232
+ }), null);
2233
+ }, {
2234
+ name: "LumxTable",
2235
+ inheritAttrs: !1,
2236
+ props: S()("class", "hasBefore", "hasDividers", "theme")
2237
+ }), Is = `${fe}__body`, Es = (e) => {
2238
+ const {
2239
+ children: t,
2240
+ className: r,
2241
+ ref: a,
2242
+ ...n
2243
+ } = e;
2244
+ return c("tbody", h({
2245
+ ref: a
2246
+ }, n, {
2247
+ className: A(r, Is)
2248
+ }), [t]);
2249
+ }, ji = /* @__PURE__ */ y((e, {
2250
+ slots: t
2251
+ }) => {
2252
+ const r = k();
2253
+ return () => c(Es, h(e, r, {
2254
+ className: e.class,
2255
+ children: t.default?.()
2256
+ }), null);
2257
+ }, {
2258
+ name: "LumxTableBody",
2259
+ inheritAttrs: !1,
2260
+ props: S()("class")
2261
+ }), ge = {
2262
+ asc: "asc",
2263
+ desc: "desc"
2264
+ }, xt = {
2265
+ body: "body",
2266
+ head: "head"
2267
+ }, z = `${fe}__cell`, {
2268
+ block: Fr
2269
+ } = C(z), Ls = {
2270
+ variant: xt.body
2271
+ }, Os = (e) => {
2272
+ const {
2273
+ children: t,
2274
+ className: r,
2275
+ icon: a,
2276
+ isSortable: n,
2277
+ onHeaderClick: o,
2278
+ ref: s,
2279
+ sortOrder: i,
2280
+ variant: u = Ls.variant,
2281
+ ...l
2282
+ } = e, d = o ? "button" : "div", f = d === "button" ? {
2283
+ type: "button",
2284
+ onClick: o
2285
+ } : void 0;
2286
+ let m;
2287
+ return n && (m = "none", i === ge.asc && (m = "ascending"), i === ge.desc && (m = "descending")), c(G, null, [u === xt.head && c("th", h({
2288
+ ref: s
2289
+ }, l, {
2290
+ className: A(r, Fr({
2291
+ "is-sortable": n,
2292
+ "is-sorted": n && !!i,
2293
+ head: !0
2294
+ })),
2295
+ "aria-sort": m
2296
+ }), [c(d, h({
2297
+ className: `${z}-wrapper`
2298
+ }, f), {
2299
+ default: () => [a && !n && I({
2300
+ className: `${z}-icon`,
2301
+ icon: a,
2302
+ size: E.xxs
2303
+ }), n && i === ge.asc && I({
2304
+ className: `${z}-icon`,
2305
+ icon: Ha,
2306
+ size: E.xxs
2307
+ }), n && i === ge.desc && I({
2308
+ className: `${z}-icon`,
2309
+ icon: Fa,
2310
+ size: E.xxs
2311
+ }), c("div", {
2312
+ className: `${z}-content`
2313
+ }, [t])]
2314
+ })]), u === xt.body && c("td", h({
2315
+ ref: s
2316
+ }, l, {
2317
+ className: A(r, Fr({
2318
+ body: !0
2319
+ }))
2320
+ }), [c("div", {
2321
+ className: `${z}-content`
2322
+ }, [t])])]);
2323
+ }, Bs = {
2324
+ headerClick: () => !0
2325
+ }, Ri = /* @__PURE__ */ y((e, {
2326
+ emit: t,
2327
+ slots: r,
2328
+ attrs: a
2329
+ }) => {
2330
+ const n = () => {
2331
+ event?.stopImmediatePropagation(), t("headerClick");
2332
+ };
2333
+ return () => {
2334
+ const o = "onHeaderClick" in a;
2335
+ return c(Os, h(e, a, {
2336
+ className: e.class,
2337
+ onHeaderClick: o ? n : void 0,
2338
+ children: r.default?.()
2339
+ }), null);
2340
+ };
2341
+ }, {
2342
+ name: "LumxTableCell",
2343
+ inheritAttrs: !1,
2344
+ props: S()("class", "icon", "isSortable", "sortOrder", "variant"),
2345
+ emits: Bs
2346
+ }), js = `${fe}__header`, Rs = (e) => {
2347
+ const {
2348
+ children: t,
2349
+ className: r,
2350
+ ref: a,
2351
+ ...n
2352
+ } = e;
2353
+ return c("thead", h({
2354
+ ref: a
2355
+ }, n, {
2356
+ className: A(r, js)
2357
+ }), [t]);
2358
+ }, Mi = /* @__PURE__ */ y((e, {
2359
+ slots: t
2360
+ }) => {
2361
+ const r = k();
2362
+ return () => c(Rs, h(e, r, {
2363
+ className: e.class,
2364
+ children: t.default?.()
2365
+ }), null);
2366
+ }, {
2367
+ name: "LumxTableHeader",
2368
+ inheritAttrs: !1,
2369
+ props: S()("class")
2370
+ }), Ms = `${fe}__row`, {
2371
+ block: qs
2372
+ } = C(Ms), Ds = (e) => {
2373
+ const {
2374
+ children: t,
2375
+ className: r,
2376
+ isClickable: a,
2377
+ isSelected: n,
2378
+ ref: o,
2379
+ tabIndex: s,
2380
+ "aria-disabled": i,
2381
+ ...u
2382
+ } = e, l = !!i;
2383
+ return c("tr", h({
2384
+ ref: o,
2385
+ "aria-disabled": i
2386
+ }, s !== void 0 ? {
2387
+ tabIndex: s
2388
+ } : {}, u, {
2389
+ className: A(r, qs({
2390
+ "is-clickable": a && !l,
2391
+ "is-disabled": l,
2392
+ "is-selected": n && !l
2393
+ }))
2394
+ }), [t]);
2395
+ }, qi = /* @__PURE__ */ y((e, {
2396
+ slots: t
2397
+ }) => {
2398
+ const r = k(), {
2399
+ isAnyDisabled: a,
2400
+ otherProps: n
2401
+ } = H(P(() => ({
2402
+ ...e,
2403
+ ...r
2404
+ })));
2405
+ return () => c(Ds, h(n.value, {
2406
+ className: e.class,
2407
+ tabIndex: e.isClickable && !a.value ? 0 : -1,
2408
+ "aria-disabled": a.value,
2409
+ children: t.default?.()
2410
+ }), null);
2411
+ }, {
2412
+ name: "LumxTableRow",
2413
+ inheritAttrs: !1,
2414
+ props: S()("class", "isClickable", "isDisabled", "isSelected")
2415
+ });
2416
+ function At(e, t) {
2417
+ return t?.type === "error" || e?.complete && !e.getAttribute("src") ? "hasError" : !e || !e.complete ? "isLoading" : "isLoaded";
2418
+ }
2419
+ function Fs({
2420
+ image: e,
2421
+ aspectRatio: t,
2422
+ focusPoint: r,
2423
+ width: a,
2424
+ height: n,
2425
+ element: o,
2426
+ isLoaded: s
2427
+ }) {
2428
+ if (!(!e || t === Ur.original || !r?.x && !r?.y)) {
2429
+ if (typeof a == "number" && typeof n == "number")
2430
+ return { width: a, height: n };
2431
+ if (o && s)
2432
+ return { width: o.naturalWidth, height: o.naturalHeight };
2433
+ }
2434
+ }
2435
+ function Hr({
2436
+ scale: e,
2437
+ focusPoint: t,
2438
+ imageSize: r,
2439
+ containerSize: a
2440
+ }) {
2441
+ const n = r / e;
2442
+ if (n === a) return 0;
2443
+ const i = (t * n - a / 2) / (n - a);
2444
+ return Math.floor(Math.max(Math.min(i, 1), 0) * 100);
2445
+ }
2446
+ function Hs({
2447
+ image: e,
2448
+ aspectRatio: t,
2449
+ focusPoint: r,
2450
+ element: a,
2451
+ imageSize: n,
2452
+ containerSize: o
2453
+ }) {
2454
+ if (!e || t === Ur.original || !r?.x && !r?.y)
2455
+ return {};
2456
+ if (!a || !n)
2457
+ return { visibility: "hidden" };
2458
+ if (!o || !n.height || !n.width)
2459
+ return {};
2460
+ const s = n.height / o.height, i = n.width / o.width, u = Math.min(i, s), l = Math.abs((r?.y || 0) - 1) / 2, d = Hr({
2461
+ scale: u,
2462
+ focusPoint: l,
2463
+ imageSize: n.height,
2464
+ containerSize: o.height
2465
+ }), f = Math.abs((r?.x || 0) + 1) / 2;
2466
+ return { objectPosition: `${Hr({
2467
+ scale: u,
2468
+ focusPoint: f,
2469
+ imageSize: n.width,
2470
+ containerSize: o.width
2471
+ })}% ${d}%` };
2472
+ }
2473
+ const zs = "lumx-thumbnail", {
2474
+ block: Gs,
2475
+ element: se
2476
+ } = Z.bem(zs), zr = {
2477
+ fallback: za,
2478
+ loading: "lazy"
2479
+ }, Vs = (e) => {
2480
+ const {
2481
+ align: t,
2482
+ alt: r,
2483
+ aspectRatio: a = ka.original,
2484
+ badge: n,
2485
+ className: o,
2486
+ crossOrigin: s,
2487
+ ref: i,
2488
+ fallback: u = zr.fallback,
2489
+ focusPointStyle: l,
2490
+ fillHeight: d,
2491
+ image: f,
2492
+ imgProps: m,
2493
+ imgRef: p,
2494
+ isLoading: g,
2495
+ objectFit: b,
2496
+ loading: T = zr.loading,
2497
+ loadingPlaceholderImageRef: v,
2498
+ isAnyDisabled: $,
2499
+ disabledStateProps: _,
2500
+ size: O,
2501
+ theme: L,
2502
+ loadingState: B,
2503
+ variant: me,
2504
+ linkProps: Y,
2505
+ linkAs: he,
2506
+ ...te
2507
+ } = e, N = g || B === "isLoading", J = B === "hasError", j = J && typeof u == "string", qt = J && !j, Ce = {};
2508
+ j ? Ce.visibility = "hidden" : qt && (Ce.display = "none");
2509
+ const Dt = !!(Y?.href || he), _e = !$ && !!(Dt || te.onClick), re = {
2510
+ ...te
2511
+ };
2512
+ _e && (Object.assign(re, {
2513
+ as: he || (Y?.href ? "a" : "button")
2514
+ }, _), Dt ? Object.assign(re, Y) : re["aria-label"] = te["aria-label"] || r);
2515
+ const Ft = Z.join(Y?.className, o, Gs({
2516
+ [`align-${t}`]: !!t,
2517
+ [`aspect-ratio-${a}`]: !!a,
2518
+ [`size-${O}`]: !!O,
2519
+ [`theme-${L}`]: !!L,
2520
+ [`variant-${me}`]: !!me,
2521
+ "is-clickable": _e,
2522
+ "has-error": J,
2523
+ "has-icon-error-fallback": j,
2524
+ "has-custom-error-fallback": qt,
2525
+ "is-loading": N,
2526
+ [`object-fit-${b}`]: !!b,
2527
+ "has-badge": !!n,
2528
+ "fill-height": d
2529
+ })), ae = N && v?.current?.complete && v?.current || void 0, Na = ae ? {
2530
+ backgroundImage: `url(${ae.src})`
2531
+ } : void 0, Ht = c(G, null, [c("span", {
2532
+ className: se("background")
2533
+ }, [c("img", h({
2534
+ width: ae?.naturalWidth,
2535
+ height: ae?.naturalHeight
2536
+ }, m, {
2537
+ style: {
2538
+ // Reserve space while loading (when possible)
2539
+ width: N ? m?.width || ae?.naturalWidth : void 0,
2540
+ ...m?.style,
2541
+ ...Ce,
2542
+ ...l,
2543
+ ...Na
2544
+ },
2545
+ ref: p,
2546
+ className: Z.join(se("image", {
2547
+ "is-loading": N,
2548
+ "has-defined-size": !!(m?.height && m.width)
2549
+ }), m?.className),
2550
+ crossOrigin: s,
2551
+ src: f,
2552
+ alt: r,
2553
+ loading: T
2554
+ }), null), !N && J && c("span", {
2555
+ className: se("fallback")
2556
+ }, [j ? I({
2557
+ icon: u,
2558
+ size: Pa.xxs,
2559
+ theme: L
2560
+ }) : u])]), n]);
2561
+ return _e ? na({
2562
+ ref: i,
2563
+ ...re,
2564
+ className: Ft,
2565
+ children: Ht
2566
+ }) : c("div", h({
2567
+ ref: i
2568
+ }, re, {
2569
+ className: Ft
2570
+ }), [Ht]);
2571
+ };
2572
+ function Ws(e, t) {
2573
+ const r = ie(At(t.value));
2574
+ W(
2575
+ [e, t],
2576
+ () => {
2577
+ r.value = At(t.value);
2578
+ },
2579
+ { immediate: !0 }
2580
+ );
2581
+ const a = (n) => {
2582
+ t.value && (r.value = At(t.value, n));
2583
+ };
2584
+ return W(
2585
+ t,
2586
+ (n, o) => {
2587
+ o && (o.removeEventListener("load", a), o.removeEventListener("error", a)), n && (n.addEventListener("load", a), n.addEventListener("error", a));
2588
+ },
2589
+ { immediate: !0 }
2590
+ ), Ea(() => {
2591
+ t.value && (t.value.removeEventListener("load", a), t.value.removeEventListener("error", a));
2592
+ }), r;
2593
+ }
2594
+ function Us(e) {
2595
+ const { image: t, aspectRatio: r, focusPoint: a, width: n, height: o, element: s, isLoaded: i } = e, u = P(
2596
+ () => Fs({
2597
+ image: t.value,
2598
+ aspectRatio: r.value,
2599
+ focusPoint: a.value,
2600
+ width: n.value,
2601
+ height: o.value,
2602
+ element: s.value,
2603
+ isLoaded: i.value
2604
+ })
2605
+ ), l = ie(void 0), d = () => {
2606
+ const m = s.value?.offsetWidth, p = s.value?.offsetHeight;
2607
+ if (m && p) {
2608
+ const g = l.value;
2609
+ (g?.width !== m || g?.height !== p) && (l.value = { width: m, height: p });
2610
+ } else u.value && requestAnimationFrame(d);
2611
+ };
2612
+ return W(
2613
+ [() => s.value?.offsetWidth, () => s.value?.offsetHeight, u],
2614
+ () => {
2615
+ La(d);
2616
+ },
2617
+ { immediate: !0 }
2618
+ ), P(
2619
+ () => Hs({
2620
+ image: t.value,
2621
+ aspectRatio: r.value,
2622
+ focusPoint: a.value,
2623
+ element: s.value,
2624
+ imageSize: u.value,
2625
+ containerSize: l.value
2626
+ })
2627
+ );
2628
+ }
2629
+ const Ks = {
2630
+ click: (e) => e instanceof Event,
2631
+ keyPress: (e) => e instanceof Event
2632
+ }, Di = /* @__PURE__ */ y((e, {
2633
+ emit: t,
2634
+ slots: r
2635
+ }) => {
2636
+ const a = k(), n = w(), o = ie(), s = Vr(), i = s?.vnode.props?.onClick !== void 0, u = s?.vnode.props?.onKeyPress !== void 0, {
2637
+ isAnyDisabled: l,
2638
+ disabledStateProps: d,
2639
+ otherProps: f
2640
+ } = H(P(() => ({
2641
+ ...e,
2642
+ ...a
2643
+ }))), m = Ws(X(() => e.image), o), p = P(() => m.value === "isLoaded"), g = Us({
2644
+ image: X(() => e.image),
2645
+ aspectRatio: X(() => e.aspectRatio),
2646
+ focusPoint: X(() => e.focusPoint),
2647
+ width: X(() => typeof e.imgProps?.width == "number" ? e.imgProps.width : void 0),
2648
+ height: X(() => typeof e.imgProps?.height == "number" ? e.imgProps.height : void 0),
2649
+ element: o,
2650
+ isLoaded: p
2651
+ }), b = (v) => {
2652
+ l.value || (v.stopImmediatePropagation(), t("click", v));
2653
+ }, T = (v) => {
2654
+ l.value || (v.stopImmediatePropagation(), t("keyPress", v));
2655
+ };
2656
+ return () => {
2657
+ const v = r.badge?.(), $ = r.fallback?.();
2658
+ return c(Vs, h(f.value, {
2659
+ className: e.class,
2660
+ theme: e.theme || n.value,
2661
+ isAnyDisabled: l.value,
2662
+ disabledStateProps: d.value,
2663
+ focusPointStyle: g.value,
2664
+ loadingState: m.value,
2665
+ imgRef: o,
2666
+ image: e.image,
2667
+ onClick: i ? b : void 0,
2668
+ onKeyPress: u ? T : void 0,
2669
+ fallback: $,
2670
+ badge: v && (Array.isArray(v) ? v.map((_) => ({
2671
+ ..._,
2672
+ props: {
2673
+ ..._.props,
2674
+ class: Z.join(se("badge"), _.props?.class)
2675
+ }
2676
+ })) : {
2677
+ ...v,
2678
+ props: {
2679
+ ...v.props,
2680
+ class: Z.join(se("badge"), v.props?.class)
2681
+ }
2682
+ })
2683
+ }), null);
2684
+ };
2685
+ }, {
2686
+ name: "LumxThumbnail",
2687
+ inheritAttrs: !1,
2688
+ props: S()("align", "alt", "aspectRatio", "class", "crossOrigin", "fillHeight", "focusPoint", "image", "imgProps", "isLoading", "linkAs", "linkProps", "loading", "loadingPlaceholderImageRef", "objectFit", "size", "theme", "variant", "aria-disabled", "aria-label"),
2689
+ emits: Ks
2690
+ }), Fi = {
2691
+ squared: "squared",
2692
+ rounded: "rounded"
2693
+ }, Hi = {
2694
+ cover: "cover",
2695
+ contain: "contain"
2696
+ }, zi = "Toolbar", Ys = "lumx-toolbar", {
2697
+ block: Js,
2698
+ element: St
2699
+ } = C(Ys), Xs = (e) => {
2700
+ const {
2701
+ after: t,
2702
+ before: r,
2703
+ className: a,
2704
+ label: n,
2705
+ ref: o,
2706
+ ...s
2707
+ } = e;
2708
+ return c("div", h({
2709
+ ref: o
2710
+ }, s, {
2711
+ className: A(a, Js({
2712
+ "has-after": !!t,
2713
+ "has-before": !!r,
2714
+ "has-label": !!n
2715
+ }))
2716
+ }), [r && c("div", {
2717
+ className: St("before")
2718
+ }, [r]), n && c("div", {
2719
+ className: St("label")
2720
+ }, [n]), t && c("div", {
2721
+ className: St("after")
2722
+ }, [t])]);
2723
+ }, Gi = /* @__PURE__ */ y((e, {
2724
+ slots: t
2725
+ }) => {
2726
+ const r = k();
2727
+ return () => c(Xs, h(e, r, {
2728
+ className: e.class,
2729
+ label: t.default?.(),
2730
+ before: t.before?.(),
2731
+ after: t.after?.()
2732
+ }), null);
2733
+ }, {
2734
+ name: "LumxToolbar",
2735
+ inheritAttrs: !1,
2736
+ props: S()("class")
1991
2737
  });
1992
2738
  export {
1993
- wo as Button,
1994
- Io as ButtonGroup,
1995
- po as CLASSNAME,
1996
- Ho as COMPONENT_NAME,
1997
- jo as Checkbox,
1998
- mo as DEFAULT_PROPS,
1999
- Oo as Divider,
2000
- Eo as Flag,
2001
- Bo as FlexBox,
2002
- Ro as Heading,
2003
- Lo as HeadingLevelProvider,
2004
- Ye as Icon,
2005
- xo as IconButton,
2006
- Mo as InputHelper,
2007
- qo as InputLabel,
2008
- Do as Link,
2009
- Fo as Message,
2010
- Vo as RadioButton,
2011
- Go as RadioGroup,
2012
- Uo as SkeletonCircle,
2013
- zo as SkeletonRectangle,
2014
- ro as SkeletonRectangleVariant,
2015
- Wo as SkeletonTypography,
2016
- Ko as Switch,
2017
- st as Text,
2018
- Tr as useHeadingLevel
2739
+ fi as Badge,
2740
+ mi as BadgeWrapper,
2741
+ hi as Button,
2742
+ bi as ButtonGroup,
2743
+ Ps as CLASSNAME,
2744
+ Li as COMPONENT_NAME,
2745
+ gi as Checkbox,
2746
+ $s as DEFAULT_PROPS,
2747
+ vi as Divider,
2748
+ yi as Flag,
2749
+ Ni as FlexBox,
2750
+ pa as GRID_COLUMN_CLASSNAME,
2751
+ Go as GRID_COLUMN_COMPONENT_NAME,
2752
+ Ai as GridColumn,
2753
+ Si as Heading,
2754
+ ki as HeadingLevelProvider,
2755
+ Tt as Icon,
2756
+ pi as IconButton,
2757
+ Pi as InputHelper,
2758
+ Ti as InputLabel,
2759
+ $i as Link,
2760
+ Ci as Message,
2761
+ _i as RadioButton,
2762
+ xi as RadioGroup,
2763
+ wi as SkeletonCircle,
2764
+ Ii as SkeletonRectangle,
2765
+ hs as SkeletonRectangleVariant,
2766
+ Ei as SkeletonTypography,
2767
+ Oi as Switch,
2768
+ zi as TOOLBAR_NAME,
2769
+ Bi as Table,
2770
+ ji as TableBody,
2771
+ Ri as TableCell,
2772
+ xt as TableCellVariant,
2773
+ Mi as TableHeader,
2774
+ qi as TableRow,
2775
+ jt as Text,
2776
+ ge as ThOrder,
2777
+ Di as Thumbnail,
2778
+ Hi as ThumbnailObjectFit,
2779
+ Fi as ThumbnailVariant,
2780
+ Gi as Toolbar,
2781
+ Bs as emitSchema,
2782
+ ga as useHeadingLevel
2019
2783
  };
2020
2784
  //# sourceMappingURL=index.js.map