@opentiny/vue-runtime 3.16.0-alpha.0

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.
@@ -0,0 +1,3041 @@
1
+ import * as Z from "vue";
2
+ import G from "vue";
3
+ import * as ke from "@vue/composition-api";
4
+ import { t as ce } from "@opentiny/vue-locale";
5
+ function J(t, e) {
6
+ (e == null || e > t.length) && (e = t.length);
7
+ for (var r = 0, n = Array(e); r < e; r++)
8
+ n[r] = t[r];
9
+ return n;
10
+ }
11
+ function Ee(t) {
12
+ if (Array.isArray(t))
13
+ return J(t);
14
+ }
15
+ function L(t, e, r) {
16
+ return (e = Ve(e)) in t ? Object.defineProperty(t, e, {
17
+ value: r,
18
+ enumerable: !0,
19
+ configurable: !0,
20
+ writable: !0
21
+ }) : t[e] = r, t;
22
+ }
23
+ function Pe(t) {
24
+ if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null)
25
+ return Array.from(t);
26
+ }
27
+ function Te() {
28
+ throw new TypeError(`Invalid attempt to spread non-iterable instance.
29
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
30
+ }
31
+ function de(t, e) {
32
+ var r = Object.keys(t);
33
+ if (Object.getOwnPropertySymbols) {
34
+ var n = Object.getOwnPropertySymbols(t);
35
+ e && (n = n.filter(function(o) {
36
+ return Object.getOwnPropertyDescriptor(t, o).enumerable;
37
+ })), r.push.apply(r, n);
38
+ }
39
+ return r;
40
+ }
41
+ function X(t) {
42
+ for (var e = 1; e < arguments.length; e++) {
43
+ var r = arguments[e] != null ? arguments[e] : {};
44
+ e % 2 ? de(Object(r), !0).forEach(function(n) {
45
+ L(t, n, r[n]);
46
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : de(Object(r)).forEach(function(n) {
47
+ Object.defineProperty(t, n, Object.getOwnPropertyDescriptor(r, n));
48
+ });
49
+ }
50
+ return t;
51
+ }
52
+ function _e(t) {
53
+ return Ee(t) || Pe(t) || Ge(t) || Te();
54
+ }
55
+ function Re(t, e) {
56
+ if (typeof t != "object" || !t)
57
+ return t;
58
+ var r = t[Symbol.toPrimitive];
59
+ if (r !== void 0) {
60
+ var n = r.call(t, e || "default");
61
+ if (typeof n != "object")
62
+ return n;
63
+ throw new TypeError("@@toPrimitive must return a primitive value.");
64
+ }
65
+ return (e === "string" ? String : Number)(t);
66
+ }
67
+ function Ve(t) {
68
+ var e = Re(t, "string");
69
+ return typeof e == "symbol" ? e : e + "";
70
+ }
71
+ function P(t) {
72
+ "@babel/helpers - typeof";
73
+ return P = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
74
+ return typeof e;
75
+ } : function(e) {
76
+ return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
77
+ }, P(t);
78
+ }
79
+ function Ge(t, e) {
80
+ if (t) {
81
+ if (typeof t == "string")
82
+ return J(t, e);
83
+ var r = {}.toString.call(t).slice(8, -1);
84
+ return r === "Object" && t.constructor && (r = t.constructor.name), r === "Map" || r === "Set" ? Array.from(t) : r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r) ? J(t, e) : void 0;
85
+ }
86
+ }
87
+ var ge = function() {
88
+ var e = {}, r = function(i, s) {
89
+ var a = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !1;
90
+ if (i && typeof i == "string" && typeof s == "function") {
91
+ var l = e[i] || [];
92
+ e[i] = l, l.push(s), s.once = a;
93
+ }
94
+ }, n = {
95
+ emit: function(i) {
96
+ var s = arguments, a = e[i];
97
+ a && (a.forEach(function(l) {
98
+ return l.apply(null, [].slice.call(s, 1));
99
+ }), e[i] = a.filter(function(l) {
100
+ return !l.once;
101
+ }));
102
+ },
103
+ on: r,
104
+ once: function(i, s) {
105
+ r(i, s, !0);
106
+ },
107
+ off: function(i, s) {
108
+ if (i && typeof i == "string") {
109
+ var a = e[i];
110
+ typeof s == "function" ? e[i] = a.filter(function(l) {
111
+ return l !== s;
112
+ }) : delete e[i];
113
+ } else
114
+ e = {};
115
+ }
116
+ };
117
+ return n;
118
+ }, ze = function(e) {
119
+ var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = {};
120
+ for (var o in e)
121
+ o.indexOf("_") !== 0 && (n[o] = e[o]);
122
+ for (var i in r)
123
+ n[i] = r[i];
124
+ return n;
125
+ }, Ne = function(e, r) {
126
+ if (!(!e || !r)) {
127
+ var n = [];
128
+ typeof e == "string" ? n.push(e) : Array.isArray(e) && (n = e);
129
+ var o = [];
130
+ typeof r == "string" ? o.push(r) : Array.isArray(r) && (o = r);
131
+ var i = [];
132
+ return o.forEach(function(s) {
133
+ return n.forEach(function(a) {
134
+ return i.push("".concat(s, ":").concat(a, "-").concat(s));
135
+ });
136
+ }), n.concat(i).join(" ");
137
+ }
138
+ }, Fe = function() {
139
+ var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = arguments.length > 1 ? arguments[1] : void 0;
140
+ if (P(r) === "object") {
141
+ var n = Array.isArray(r) ? r : Object.keys(r).filter(function(i) {
142
+ return r[i];
143
+ }), o = "";
144
+ return n.forEach(function(i) {
145
+ e[i] && (o += "".concat(e[i], " "));
146
+ }), o;
147
+ } else
148
+ return e[r] || "";
149
+ }, Be = 0, De = function(e) {
150
+ return function(r) {
151
+ for (var n = e.parent ? Array.from(e.parent.childNodes) : [], o = 0; o < n.length; o++)
152
+ if (n[o].textContent === r)
153
+ return !0;
154
+ };
155
+ }, We = function(e) {
156
+ var r = e.hasComment, n = e.startComment, o = e.state, i = e.endComment;
157
+ return function(s) {
158
+ var a = document.createDocumentFragment();
159
+ if (s)
160
+ !r(n) && a.appendChild(document.createComment(n)), o.nodes.forEach(function(v) {
161
+ return a.appendChild(v);
162
+ }), !r(i) && a.appendChild(document.createComment(i));
163
+ else {
164
+ var l = o.parent ? Array.from(o.parent.childNodes) : [], u, c;
165
+ u = c = 0;
166
+ for (var d = 0; d < l.length; d++) {
167
+ var f = l[d];
168
+ if (f.nodeType === 8 && (f.textContent === n && (u = d), f.textContent === i)) {
169
+ c = d;
170
+ break;
171
+ }
172
+ }
173
+ c > u && l.slice(u + 1, c).forEach(function(v) {
174
+ return a.appendChild(v);
175
+ });
176
+ }
177
+ return a;
178
+ };
179
+ }, Le = function(e) {
180
+ var r = e.instance, n = e.getFragment, o = e.state, i = e.startComment, s = e.endComment;
181
+ return function() {
182
+ r.$el.appendChild(n());
183
+ var a = [], l = o.parent ? Array.from(o.parent.childNodes) : [];
184
+ l.forEach(function(d, f) {
185
+ d.nodeType === 8 && (d.textContent === i || d.textContent === s) && a.push(f);
186
+ });
187
+ var u = Math.min.apply(Math, a), c = Math.max.apply(Math, a);
188
+ l.slice(u, c + 1).reverse().forEach(function(d) {
189
+ return o.parent && o.parent.removeChild(d);
190
+ }), o.parent = null;
191
+ };
192
+ }, Ue = function(e) {
193
+ var r = e.state, n = e.props, o = e.disable, i = e.getFragment;
194
+ return function() {
195
+ if (r.waiting = !1, r.parent = document.querySelector(n.to), !r.parent) {
196
+ o(), r.waiting = !0;
197
+ return;
198
+ }
199
+ n.where === "before" ? r.parent.prepend(i(!0)) : r.parent.appendChild(i(!0));
200
+ };
201
+ }, He = function(e) {
202
+ return function() {
203
+ e.observer && (e.observer.disconnect(), e.observer = null);
204
+ };
205
+ }, Ke = function(e) {
206
+ var r = e.state, n = e.disable, o = e.props, i = e.move;
207
+ return function(s) {
208
+ for (var a = !1, l = 0; l < s.length; l++) {
209
+ var u = s[l], c = Array.from(u.addedNodes).filter(function(d) {
210
+ return !r.nodes.includes(d);
211
+ });
212
+ Array.from(u.removedNodes).includes(r.parent) ? (n(), r.waiting = !o.disabled) : r.waiting && c.length > 0 && (a = !0);
213
+ }
214
+ a && i();
215
+ };
216
+ }, qe = function(e) {
217
+ var r = e.state, n = e.onMutations;
218
+ return function() {
219
+ r.observer || (r.observer = new MutationObserver(function(o) {
220
+ return n(o);
221
+ }), r.observer.observe(document.body, {
222
+ attributes: !1,
223
+ characterData: !1,
224
+ childList: !0,
225
+ subtree: !0
226
+ }));
227
+ };
228
+ }, Qe = function(e) {
229
+ var r = e.state, n = e.instance, o = e.props, i = e.bootObserver, s = e.maybeMove;
230
+ return function() {
231
+ r.nodes = Array.from(n.$el.childNodes), !o.disabled && i(), s();
232
+ };
233
+ }, Ye = function(e) {
234
+ var r = e.disable, n = e.teardownObserver, o = e.bootObserver, i = e.move;
235
+ return function(s) {
236
+ if (s) {
237
+ r(), n();
238
+ return;
239
+ }
240
+ o(), i();
241
+ };
242
+ };
243
+ const Ze = function(t) {
244
+ var e = t.reactive, r = t.watch, n = t.getCurrentInstance, o = t.onUpdated, i = t.onMounted, s = t.onBeforeUnmount, a = t.h, l = t.defineComponent;
245
+ return l({
246
+ name: "Vue2Teleport",
247
+ props: {
248
+ to: {
249
+ type: String,
250
+ required: !0
251
+ },
252
+ where: {
253
+ type: String,
254
+ default: "after"
255
+ },
256
+ disabled: Boolean
257
+ },
258
+ setup: function(c) {
259
+ var d, f = e({
260
+ nodes: [],
261
+ waiting: !1,
262
+ observer: null,
263
+ parent: null,
264
+ id: ++Be
265
+ }), v = (d = n()) === null || d === void 0 ? void 0 : d.proxy, y = "[".concat(f.id, "]vue2-teleporter-start"), b = "[".concat(f.id, "]vue2-teleporter-end"), m = De(f), x = We({
266
+ hasComment: m,
267
+ startComment: y,
268
+ state: f,
269
+ endComment: b
270
+ }), p = Le({
271
+ instance: v,
272
+ getFragment: x,
273
+ state: f,
274
+ startComment: y,
275
+ endComment: b
276
+ }), C = Ue({
277
+ state: f,
278
+ props: c,
279
+ disable: p,
280
+ getFragment: x
281
+ }), $ = function() {
282
+ return !c.disabled && C();
283
+ }, h = He(f), I = Ke({
284
+ state: f,
285
+ disable: p,
286
+ props: c,
287
+ move: C
288
+ }), j = qe({
289
+ state: f,
290
+ onMutations: I
291
+ }), E = Qe({
292
+ state: f,
293
+ instance: v,
294
+ props: c,
295
+ bootObserver: j,
296
+ maybeMove: $
297
+ }), T = Ye({
298
+ disable: p,
299
+ teardownObserver: h,
300
+ bootObserver: j,
301
+ move: C
302
+ });
303
+ return r(function() {
304
+ return c.to;
305
+ }, $), r(function() {
306
+ return c.where;
307
+ }, $), r(function() {
308
+ return c.disabled;
309
+ }, T), o(E), i(E), s(function() {
310
+ p(), h();
311
+ }), function() {
312
+ return a("div", {
313
+ class: "vue2-teleporter",
314
+ style: {
315
+ "visibility:hidden;display:none;": !c.disabled
316
+ }
317
+ }, (typeof (v == null ? void 0 : v.$slots.default) == "function" ? v.$slots.default() : v.$slots.default) || null);
318
+ };
319
+ }
320
+ });
321
+ };
322
+ var Q, be = !!(!((Q = G.version) === null || Q === void 0) && Q.includes("2.7")), M = be ? Z : ke, tt = Ze(M);
323
+ !M.default.__composition_api_installed__ && !be && G.use(M.default);
324
+ var ye = function(e) {
325
+ var r = e.loader, n = e.loadingComponent, o = e.errorComponent, i = e.delay, s = e.timeout;
326
+ return function() {
327
+ return {
328
+ component: r(),
329
+ loading: n,
330
+ error: o,
331
+ delay: i,
332
+ timeout: s
333
+ };
334
+ };
335
+ }, Je = function(e) {
336
+ return e;
337
+ }, he = function(e) {
338
+ var r = e.view, n = r === void 0 ? null : r, o = e.component, i = o === void 0 ? null : o, s = e.props, a = e.context, l = a.attrs, u = a.listeners, c = a.slots, d = e.extend, f = d === void 0 ? {} : d;
339
+ return function() {
340
+ return M.h(n && n.value || i, Object.assign(L(L({
341
+ props: s,
342
+ attrs: l
343
+ }, f.isSvg ? "nativeOn" : "on", u), "scopedSlots", X({}, c)), f));
344
+ };
345
+ }, ne = function() {
346
+ var e;
347
+ return (e = M.getCurrentInstance()) === null || e === void 0 ? void 0 : e.proxy.$root;
348
+ }, Xe = function() {
349
+ var e, r, n, o, i = M.getCurrentInstance(), s = i == null || (e = i.vnode) === null || e === void 0 || (r = e.componentOptions) === null || r === void 0 || (n = r.Ctor) === null || n === void 0 || (o = n.extendOptions) === null || o === void 0 ? void 0 : o.name;
350
+ if (!s) {
351
+ var a, l, u, c, d;
352
+ s = i == null || (a = i.parent) === null || a === void 0 || (l = a.vnode) === null || l === void 0 || (u = l.componentOptions) === null || u === void 0 || (c = u.Ctor) === null || c === void 0 || (d = c.extendOptions) === null || d === void 0 ? void 0 : d.name;
353
+ }
354
+ return s || "";
355
+ }, er = function() {
356
+ return G;
357
+ }, rr = function() {
358
+ return G.prototype;
359
+ }, xe = function() {
360
+ var e, r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : (e = M.getCurrentInstance()) === null || e === void 0 ? void 0 : e.proxy;
361
+ return {
362
+ route: r == null ? void 0 : r.$route,
363
+ router: r == null ? void 0 : r.$router
364
+ };
365
+ }, tr = function(e) {
366
+ var r = function(o, i, s, a) {
367
+ o.$children.forEach(function(l) {
368
+ var u = l.$options.componentName;
369
+ u === i ? l.$emit(s, a) : r(l, i, s, a);
370
+ });
371
+ };
372
+ return {
373
+ dispatch: function(o, i, s) {
374
+ for (var a, l = e.$parent || e.$root, u = l.$options.componentName; l && (!u || u !== o); )
375
+ l = l.$parent, l && (u = l.$options.componentName);
376
+ l && (a = l).$emit.apply(a, _e([i].concat(s)));
377
+ },
378
+ broadcast: function(o, i, s) {
379
+ r(e, o, i, s);
380
+ }
381
+ };
382
+ }, nr = function(e) {
383
+ return function(r) {
384
+ var n = e.$parent, o = 0, i = function(a) {
385
+ return {
386
+ level: o,
387
+ vm: F({}, a),
388
+ el: a.$el,
389
+ options: a.$options
390
+ };
391
+ };
392
+ if (typeof r != "function")
393
+ return n ? i(n) : {};
394
+ for (o++; n && !r(i(n)); )
395
+ n = n.$parent, o++;
396
+ };
397
+ }, or = function(e) {
398
+ return function(r) {
399
+ if (typeof r != "function")
400
+ return we(e.$children);
401
+ var n = 1, o = function i(s) {
402
+ var a = n++;
403
+ s.some(function(l) {
404
+ return r({
405
+ level: a,
406
+ vm: F({}, l),
407
+ el: l.$el,
408
+ options: l.$options,
409
+ isLevel1: a === 1
410
+ });
411
+ }) || s.forEach(function(l) {
412
+ return i(l.$children);
413
+ });
414
+ };
415
+ o(e.$children);
416
+ };
417
+ }, we = function(e) {
418
+ var r = [];
419
+ return r.refs = {}, e.forEach(function(n) {
420
+ var o = F({}, n);
421
+ r.push(o), n.$vnode.data.ref && (r.refs[n.$vnode.data.ref] = o);
422
+ }), r;
423
+ }, Ce = function(e, r, n) {
424
+ var o = function(a) {
425
+ if (typeof n == "function" && n(a))
426
+ return 1;
427
+ Object.defineProperty(e, a, {
428
+ configurable: !0,
429
+ enumerable: !0,
430
+ get: function() {
431
+ return r[a];
432
+ },
433
+ set: function(u) {
434
+ return r[a] = u;
435
+ }
436
+ });
437
+ };
438
+ for (var i in r)
439
+ o(i);
440
+ return e;
441
+ }, $e = function(e) {
442
+ return e.indexOf("$") === 0 || e.indexOf("_") === 0 || e === "constructor";
443
+ }, F = function t(e, r) {
444
+ var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : void 0;
445
+ return n || Ce(e, r, $e), Object.defineProperties(e, {
446
+ $attrs: {
447
+ get: function() {
448
+ return r.$attrs;
449
+ }
450
+ },
451
+ $children: {
452
+ get: function() {
453
+ return we(r.$children);
454
+ }
455
+ },
456
+ $constants: {
457
+ get: function() {
458
+ return r._constants;
459
+ }
460
+ },
461
+ $emit: {
462
+ get: function() {
463
+ return r.$emit.bind(r);
464
+ }
465
+ },
466
+ $el: {
467
+ get: function() {
468
+ return r.$el;
469
+ }
470
+ },
471
+ $listeners: {
472
+ get: function() {
473
+ return r.$listeners;
474
+ }
475
+ },
476
+ $mode: {
477
+ get: function() {
478
+ return r._tiny_mode;
479
+ }
480
+ },
481
+ $nextTick: {
482
+ get: function() {
483
+ return M.nextTick;
484
+ }
485
+ },
486
+ $off: {
487
+ get: function() {
488
+ return r.$off.bind(r);
489
+ }
490
+ },
491
+ $on: {
492
+ get: function() {
493
+ return r.$on.bind(r);
494
+ }
495
+ },
496
+ $once: {
497
+ get: function() {
498
+ return r.$once.bind(r);
499
+ }
500
+ },
501
+ $options: {
502
+ get: function() {
503
+ return {
504
+ componentName: r.$options.componentName
505
+ };
506
+ }
507
+ },
508
+ $parent: {
509
+ get: function() {
510
+ return r.$parent && t({}, r.$parent);
511
+ }
512
+ },
513
+ $refs: {
514
+ get: function() {
515
+ return r.$refs;
516
+ }
517
+ },
518
+ $renderless: {
519
+ get: function() {
520
+ return r.tiny_renderless;
521
+ }
522
+ },
523
+ $scopedSlots: {
524
+ get: function() {
525
+ return r.$scopedSlots;
526
+ }
527
+ },
528
+ $set: {
529
+ get: function() {
530
+ return r.$set;
531
+ }
532
+ },
533
+ $slots: {
534
+ get: function() {
535
+ return r.$scopedSlots;
536
+ }
537
+ },
538
+ $template: {
539
+ get: function() {
540
+ return r.tiny_template;
541
+ }
542
+ }
543
+ }), e;
544
+ }, ir = function(e, r) {
545
+ Object.keys(e.$refs).forEach(function(n) {
546
+ r[n] = e.$refs[n];
547
+ });
548
+ }, ar = function(e, r) {
549
+ var n, o = (n = M.getCurrentInstance()) === null || n === void 0 ? void 0 : n.proxy, i = o == null ? void 0 : o.$root, s = xe(o), a = s.route, l = s.router, u = i == null ? void 0 : i.$i18n, c = tr(o), d = c.dispatch, f = c.broadcast, v = nr(o), y = or(o), b = F({}, o, e), m = e.emit, x = {}, p = o.$parent ? F({}, o.$parent) : null, C = function(j) {
550
+ var E = j.name, T = j.value;
551
+ o.$parent[E] = T, p[E] = T;
552
+ }, $ = function(j) {
553
+ Object.defineProperties(b, j), Object.defineProperties(o, j);
554
+ }, h = function(j) {
555
+ p && Object.defineProperties(p, j);
556
+ };
557
+ return M.onBeforeMount(function() {
558
+ return Ce(b, o, $e);
559
+ }), Z && M.onMounted(function() {
560
+ return ir(o, x);
561
+ }), {
562
+ framework: "vue2",
563
+ vm: b,
564
+ emit: m,
565
+ emitter: ge,
566
+ route: a,
567
+ router: l,
568
+ dispatch: d,
569
+ broadcast: f,
570
+ parentHandler: v,
571
+ childrenHandler: y,
572
+ // 因为vue2.6版本context.refs是有值的,但是vue2.7版本是undefined所以这里需要做个兼容
573
+ refs: Z ? x : e.refs,
574
+ i18n: u,
575
+ slots: e.slots,
576
+ scopedSlots: e.slots,
577
+ attrs: e.attrs,
578
+ parent: p,
579
+ nextTick: M.nextTick,
580
+ constants: o == null ? void 0 : o._constants,
581
+ mode: r,
582
+ isPCMode: r === "pc",
583
+ isMobileMode: r === "mobile",
584
+ service: o == null ? void 0 : o.$service,
585
+ getService: function() {
586
+ return o == null ? void 0 : o.$getService(b);
587
+ },
588
+ setParentAttribute: C,
589
+ defineInstanceProperties: $,
590
+ defineParentInstanceProperties: h
591
+ };
592
+ }, Y = function(e, r, n) {
593
+ if (typeof e[r] < "u") {
594
+ var o = e[r];
595
+ e[n] = function(i, s, a) {
596
+ s.instance = a.context, o(i, s, a);
597
+ }, delete e[r];
598
+ }
599
+ }, sr = function(e) {
600
+ for (var r in e) {
601
+ var n = e[r];
602
+ Y(n, "beforeMount", "bind"), Y(n, "updated", "update"), Y(n, "unmounted", "unbind");
603
+ }
604
+ return e;
605
+ }, lr = function(e) {
606
+ var r = e.props, n = e.data, o = e.name, i = e.attr, s = i === void 0 ? o : i;
607
+ Object.defineProperty(r, s, {
608
+ get: function() {
609
+ return n[o];
610
+ },
611
+ set: function(l) {
612
+ return n[o] = l;
613
+ }
614
+ });
615
+ }, ur = function(e) {
616
+ var r = {}, n = e.componentOptions && e.componentOptions.propsData || {};
617
+ for (var o in n)
618
+ lr({
619
+ props: r,
620
+ data: n,
621
+ name: o
622
+ });
623
+ return e.props = r, e.type = {
624
+ name: e.componentOptions && e.componentOptions.tag
625
+ }, e;
626
+ }, cr = function(e) {
627
+ return !e || !e.tag;
628
+ }, dr = M.h, fr = function(e) {
629
+ return function(r) {
630
+ var n = r.component, o = r.propsData, i = r.el, s = Object.assign(n, {
631
+ provide: L({}, e.configKey, e.configInstance)
632
+ });
633
+ return new (G.extend(s))({
634
+ propsData: o,
635
+ el: i
636
+ }).$mount();
637
+ };
638
+ }, pr = M.defineComponent;
639
+ const A = M;
640
+ var nt = !0, ot = !1, vr = function(e) {
641
+ return ["isStatic", "isRootInsert", "isComment", "isCloned", "isOnce"].every(function(r) {
642
+ return typeof e[r] < "u";
643
+ });
644
+ }, it = G.component("KeepAlive"), Oe = function(e) {
645
+ var r = [];
646
+ return Object.keys(e).forEach(function(n) {
647
+ return e[n] && r.push(n);
648
+ }), r.join(" ");
649
+ }, mr = function(e) {
650
+ var r = [];
651
+ return e.forEach(function(n) {
652
+ typeof n == "string" ? r.push(n) : P(n) === "object" && r.push(Oe(n));
653
+ }), r.join(" ");
654
+ }, gr = function(e) {
655
+ if (!e || Array.isArray(e) && !e.length)
656
+ return "";
657
+ var r = [];
658
+ return e.forEach(function(n) {
659
+ n && (typeof n == "string" ? r.push(n) : Array.isArray(n) ? r.push(mr(n)) : P(n) === "object" && r.push(Oe(n)));
660
+ }), r.join(" ");
661
+ };
662
+ function br() {
663
+ for (var t = 0, e, r, n = ""; t < arguments.length; )
664
+ (e = arguments[t++]) && (r = Me(e)) && (n && (n += " "), n += r);
665
+ return n;
666
+ }
667
+ function Me(t) {
668
+ if (typeof t == "string")
669
+ return t;
670
+ for (var e, r = "", n = 0; n < t.length; n++)
671
+ t[n] && (e = Me(t[n])) && (r && (r += " "), r += e);
672
+ return r;
673
+ }
674
+ function ee() {
675
+ return ee = Object.assign ? Object.assign.bind() : function(t) {
676
+ for (var e = 1; e < arguments.length; e++) {
677
+ var r = arguments[e];
678
+ for (var n in r)
679
+ Object.prototype.hasOwnProperty.call(r, n) && (t[n] = r[n]);
680
+ }
681
+ return t;
682
+ }, ee.apply(this, arguments);
683
+ }
684
+ function yr(t) {
685
+ if (t < 1)
686
+ return {
687
+ get: function() {
688
+ },
689
+ set: function() {
690
+ }
691
+ };
692
+ var e = 0, r = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Map();
693
+ function o(i, s) {
694
+ r.set(i, s), e++, e > t && (e = 0, n = r, r = /* @__PURE__ */ new Map());
695
+ }
696
+ return {
697
+ get: function(s) {
698
+ var a = r.get(s);
699
+ if (a !== void 0)
700
+ return a;
701
+ if ((a = n.get(s)) !== void 0)
702
+ return o(s, a), a;
703
+ },
704
+ set: function(s, a) {
705
+ r.has(s) ? r.set(s, a) : o(s, a);
706
+ }
707
+ };
708
+ }
709
+ var oe = "-";
710
+ function hr(t) {
711
+ var e = wr(t);
712
+ function r(o) {
713
+ var i = o.split(oe);
714
+ return i[0] === "" && i.length !== 1 && i.shift(), Ae(i, e) || xr(o);
715
+ }
716
+ function n(o) {
717
+ return t.conflictingClassGroups[o] || [];
718
+ }
719
+ return {
720
+ getClassGroupId: r,
721
+ getConflictingClassGroupIds: n
722
+ };
723
+ }
724
+ function Ae(t, e) {
725
+ var r;
726
+ if (t.length === 0)
727
+ return e.classGroupId;
728
+ var n = t[0], o = e.nextPart.get(n), i = o ? Ae(t.slice(1), o) : void 0;
729
+ if (i)
730
+ return i;
731
+ if (e.validators.length !== 0) {
732
+ var s = t.join(oe);
733
+ return (r = e.validators.find(function(a) {
734
+ var l = a.validator;
735
+ return l(s);
736
+ })) == null ? void 0 : r.classGroupId;
737
+ }
738
+ }
739
+ var fe = /^\[(.+)\]$/;
740
+ function xr(t) {
741
+ if (fe.test(t)) {
742
+ var e = fe.exec(t)[1], r = e == null ? void 0 : e.substring(0, e.indexOf(":"));
743
+ if (r)
744
+ return "arbitrary.." + r;
745
+ }
746
+ }
747
+ function wr(t) {
748
+ var e = t.theme, r = t.prefix, n = {
749
+ nextPart: /* @__PURE__ */ new Map(),
750
+ validators: []
751
+ }, o = $r(Object.entries(t.classGroups), r);
752
+ return o.forEach(function(i) {
753
+ var s = i[0], a = i[1];
754
+ re(a, n, s, e);
755
+ }), n;
756
+ }
757
+ function re(t, e, r, n) {
758
+ t.forEach(function(o) {
759
+ if (typeof o == "string") {
760
+ var i = o === "" ? e : pe(e, o);
761
+ i.classGroupId = r;
762
+ return;
763
+ }
764
+ if (typeof o == "function") {
765
+ if (Cr(o)) {
766
+ re(o(n), e, r, n);
767
+ return;
768
+ }
769
+ e.validators.push({
770
+ validator: o,
771
+ classGroupId: r
772
+ });
773
+ return;
774
+ }
775
+ Object.entries(o).forEach(function(s) {
776
+ var a = s[0], l = s[1];
777
+ re(l, pe(e, a), r, n);
778
+ });
779
+ });
780
+ }
781
+ function pe(t, e) {
782
+ var r = t;
783
+ return e.split(oe).forEach(function(n) {
784
+ r.nextPart.has(n) || r.nextPart.set(n, {
785
+ nextPart: /* @__PURE__ */ new Map(),
786
+ validators: []
787
+ }), r = r.nextPart.get(n);
788
+ }), r;
789
+ }
790
+ function Cr(t) {
791
+ return t.isThemeGetter;
792
+ }
793
+ function $r(t, e) {
794
+ return e ? t.map(function(r) {
795
+ var n = r[0], o = r[1], i = o.map(function(s) {
796
+ return typeof s == "string" ? e + s : P(s) === "object" ? Object.fromEntries(Object.entries(s).map(function(a) {
797
+ var l = a[0], u = a[1];
798
+ return [e + l, u];
799
+ })) : s;
800
+ });
801
+ return [n, i];
802
+ }) : t;
803
+ }
804
+ var Ie = "!";
805
+ function Or(t) {
806
+ var e = t.separator || ":";
807
+ return function(n) {
808
+ for (var o = 0, i = [], s = 0, a = 0; a < n.length; a++) {
809
+ var l = n[a];
810
+ o === 0 && l === e[0] && (e.length === 1 || n.slice(a, a + e.length) === e) && (i.push(n.slice(s, a)), s = a + e.length), l === "[" ? o++ : l === "]" && o--;
811
+ }
812
+ var u = i.length === 0 ? n : n.substring(s), c = u.startsWith(Ie), d = c ? u.substring(1) : u;
813
+ return {
814
+ modifiers: i,
815
+ hasImportantModifier: c,
816
+ baseClassName: d
817
+ };
818
+ };
819
+ }
820
+ function Mr(t) {
821
+ if (t.length <= 1)
822
+ return t;
823
+ var e = [], r = [];
824
+ return t.forEach(function(n) {
825
+ var o = n[0] === "[";
826
+ o ? (e.push.apply(e, r.sort().concat([n])), r = []) : r.push(n);
827
+ }), e.push.apply(e, r.sort()), e;
828
+ }
829
+ function Ar(t) {
830
+ return ee({
831
+ cache: yr(t.cacheSize),
832
+ splitModifiers: Or(t)
833
+ }, hr(t));
834
+ }
835
+ var Ir = /\s+/;
836
+ function jr(t, e) {
837
+ var r = e.splitModifiers, n = e.getClassGroupId, o = e.getConflictingClassGroupIds, i = /* @__PURE__ */ new Set();
838
+ return t.trim().split(Ir).map(function(s) {
839
+ var a = r(s), l = a.modifiers, u = a.hasImportantModifier, c = a.baseClassName, d = n(c);
840
+ if (!d)
841
+ return {
842
+ isTailwindClass: !1,
843
+ originalClassName: s
844
+ };
845
+ var f = Mr(l).join(":"), v = u ? f + Ie : f;
846
+ return {
847
+ isTailwindClass: !0,
848
+ modifierId: v,
849
+ classGroupId: d,
850
+ originalClassName: s
851
+ };
852
+ }).reverse().filter(function(s) {
853
+ if (!s.isTailwindClass)
854
+ return !0;
855
+ var a = s.modifierId, l = s.classGroupId, u = a + l;
856
+ return i.has(u) ? !1 : (i.add(u), o(l).forEach(function(c) {
857
+ return i.add(a + c);
858
+ }), !0);
859
+ }).reverse().map(function(s) {
860
+ return s.originalClassName;
861
+ }).join(" ");
862
+ }
863
+ function Sr() {
864
+ for (var t = arguments.length, e = new Array(t), r = 0; r < t; r++)
865
+ e[r] = arguments[r];
866
+ var n, o, i, s = a;
867
+ function a(u) {
868
+ var c = e[0], d = e.slice(1), f = d.reduce(function(v, y) {
869
+ return y(v);
870
+ }, c());
871
+ return n = Ar(f), o = n.cache.get, i = n.cache.set, s = l, l(u);
872
+ }
873
+ function l(u) {
874
+ var c = o(u);
875
+ if (c)
876
+ return c;
877
+ var d = jr(u, n);
878
+ return i(u, d), d;
879
+ }
880
+ return function() {
881
+ return s(br.apply(null, arguments));
882
+ };
883
+ }
884
+ function g(t) {
885
+ var e = function(n) {
886
+ return n[t] || [];
887
+ };
888
+ return e.isThemeGetter = !0, e;
889
+ }
890
+ var R = /^\[(.+)\]$/, kr = /^\d+\/\d+$/, Er = /* @__PURE__ */ new Set(["px", "full", "screen"]), Pr = /^(\d+)?(xs|sm|md|lg|xl)$/, Tr = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh)/, _r = /^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/;
891
+ function S(t) {
892
+ return !Number.isNaN(Number(t)) || Er.has(t) || kr.test(t) || V(t);
893
+ }
894
+ function V(t) {
895
+ var e, r = (e = R.exec(t)) == null ? void 0 : e[1];
896
+ return r ? r.startsWith("length:") || Tr.test(r) : !1;
897
+ }
898
+ function Rr(t) {
899
+ var e, r = (e = R.exec(t)) == null ? void 0 : e[1];
900
+ return r ? r.startsWith("size:") : !1;
901
+ }
902
+ function Vr(t) {
903
+ var e, r = (e = R.exec(t)) == null ? void 0 : e[1];
904
+ return r ? r.startsWith("position:") : !1;
905
+ }
906
+ function Gr(t) {
907
+ var e, r = (e = R.exec(t)) == null ? void 0 : e[1];
908
+ return r ? r.startsWith("url(") || r.startsWith("url:") : !1;
909
+ }
910
+ function ve(t) {
911
+ var e, r = (e = R.exec(t)) == null ? void 0 : e[1];
912
+ return r ? !Number.isNaN(Number(r)) || r.startsWith("number:") : !1;
913
+ }
914
+ function O(t) {
915
+ var e, r = (e = R.exec(t)) == null ? void 0 : e[1];
916
+ return r ? Number.isInteger(Number(r)) : Number.isInteger(Number(t));
917
+ }
918
+ function w(t) {
919
+ return R.test(t);
920
+ }
921
+ function N() {
922
+ return !0;
923
+ }
924
+ function _(t) {
925
+ return Pr.test(t);
926
+ }
927
+ function zr(t) {
928
+ var e, r = (e = R.exec(t)) == null ? void 0 : e[1];
929
+ return r ? _r.test(r) : !1;
930
+ }
931
+ function Nr() {
932
+ var t = g("colors"), e = g("spacing"), r = g("blur"), n = g("brightness"), o = g("borderColor"), i = g("borderRadius"), s = g("borderSpacing"), a = g("borderWidth"), l = g("contrast"), u = g("grayscale"), c = g("hueRotate"), d = g("invert"), f = g("gap"), v = g("gradientColorStops"), y = g("inset"), b = g("margin"), m = g("opacity"), x = g("padding"), p = g("saturate"), C = g("scale"), $ = g("sepia"), h = g("skew"), I = g("space"), j = g("translate"), E = function() {
933
+ return ["auto", "contain", "none"];
934
+ }, T = function() {
935
+ return ["auto", "hidden", "clip", "visible", "scroll"];
936
+ }, K = function() {
937
+ return ["auto", e];
938
+ }, ae = function() {
939
+ return ["", S];
940
+ }, B = function() {
941
+ return ["auto", O];
942
+ }, se = function() {
943
+ return ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"];
944
+ }, D = function() {
945
+ return ["solid", "dashed", "dotted", "double", "none"];
946
+ }, le = function() {
947
+ return ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity", "plus-lighter"];
948
+ }, q = function() {
949
+ return ["start", "end", "center", "between", "around", "evenly"];
950
+ }, z = function() {
951
+ return ["", "0", w];
952
+ }, ue = function() {
953
+ return ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"];
954
+ };
955
+ return {
956
+ cacheSize: 500,
957
+ theme: {
958
+ colors: [N],
959
+ spacing: [S],
960
+ blur: ["none", "", _, V],
961
+ brightness: [O],
962
+ borderColor: [t],
963
+ borderRadius: ["none", "", "full", _, V],
964
+ borderSpacing: [e],
965
+ borderWidth: ae(),
966
+ contrast: [O],
967
+ grayscale: z(),
968
+ hueRotate: [O],
969
+ invert: z(),
970
+ gap: [e],
971
+ gradientColorStops: [t],
972
+ inset: K(),
973
+ margin: K(),
974
+ opacity: [O],
975
+ padding: [e],
976
+ saturate: [O],
977
+ scale: [O],
978
+ sepia: z(),
979
+ skew: [O, w],
980
+ space: [e],
981
+ translate: [e]
982
+ },
983
+ classGroups: {
984
+ // Layout
985
+ /**
986
+ * Aspect Ratio
987
+ * @see https://tailwindcss.com/docs/aspect-ratio
988
+ */
989
+ aspect: [{
990
+ aspect: ["auto", "square", "video", w]
991
+ }],
992
+ /**
993
+ * Container
994
+ * @see https://tailwindcss.com/docs/container
995
+ */
996
+ container: ["container"],
997
+ /**
998
+ * Columns
999
+ * @see https://tailwindcss.com/docs/columns
1000
+ */
1001
+ columns: [{
1002
+ columns: [_]
1003
+ }],
1004
+ /**
1005
+ * Break After
1006
+ * @see https://tailwindcss.com/docs/break-after
1007
+ */
1008
+ "break-after": [{
1009
+ "break-after": ue()
1010
+ }],
1011
+ /**
1012
+ * Break Before
1013
+ * @see https://tailwindcss.com/docs/break-before
1014
+ */
1015
+ "break-before": [{
1016
+ "break-before": ue()
1017
+ }],
1018
+ /**
1019
+ * Break Inside
1020
+ * @see https://tailwindcss.com/docs/break-inside
1021
+ */
1022
+ "break-inside": [{
1023
+ "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
1024
+ }],
1025
+ /**
1026
+ * Box Decoration Break
1027
+ * @see https://tailwindcss.com/docs/box-decoration-break
1028
+ */
1029
+ "box-decoration": [{
1030
+ "box-decoration": ["slice", "clone"]
1031
+ }],
1032
+ /**
1033
+ * Box Sizing
1034
+ * @see https://tailwindcss.com/docs/box-sizing
1035
+ */
1036
+ box: [{
1037
+ box: ["border", "content"]
1038
+ }],
1039
+ /**
1040
+ * Display
1041
+ * @see https://tailwindcss.com/docs/display
1042
+ */
1043
+ display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
1044
+ /**
1045
+ * Floats
1046
+ * @see https://tailwindcss.com/docs/float
1047
+ */
1048
+ float: [{
1049
+ float: ["right", "left", "none"]
1050
+ }],
1051
+ /**
1052
+ * Clear
1053
+ * @see https://tailwindcss.com/docs/clear
1054
+ */
1055
+ clear: [{
1056
+ clear: ["left", "right", "both", "none"]
1057
+ }],
1058
+ /**
1059
+ * Isolation
1060
+ * @see https://tailwindcss.com/docs/isolation
1061
+ */
1062
+ isolation: ["isolate", "isolation-auto"],
1063
+ /**
1064
+ * Object Fit
1065
+ * @see https://tailwindcss.com/docs/object-fit
1066
+ */
1067
+ "object-fit": [{
1068
+ object: ["contain", "cover", "fill", "none", "scale-down"]
1069
+ }],
1070
+ /**
1071
+ * Object Position
1072
+ * @see https://tailwindcss.com/docs/object-position
1073
+ */
1074
+ "object-position": [{
1075
+ object: [].concat(se(), [w])
1076
+ }],
1077
+ /**
1078
+ * Overflow
1079
+ * @see https://tailwindcss.com/docs/overflow
1080
+ */
1081
+ overflow: [{
1082
+ overflow: T()
1083
+ }],
1084
+ /**
1085
+ * Overflow X
1086
+ * @see https://tailwindcss.com/docs/overflow
1087
+ */
1088
+ "overflow-x": [{
1089
+ "overflow-x": T()
1090
+ }],
1091
+ /**
1092
+ * Overflow Y
1093
+ * @see https://tailwindcss.com/docs/overflow
1094
+ */
1095
+ "overflow-y": [{
1096
+ "overflow-y": T()
1097
+ }],
1098
+ /**
1099
+ * Overscroll Behavior
1100
+ * @see https://tailwindcss.com/docs/overscroll-behavior
1101
+ */
1102
+ overscroll: [{
1103
+ overscroll: E()
1104
+ }],
1105
+ /**
1106
+ * Overscroll Behavior X
1107
+ * @see https://tailwindcss.com/docs/overscroll-behavior
1108
+ */
1109
+ "overscroll-x": [{
1110
+ "overscroll-x": E()
1111
+ }],
1112
+ /**
1113
+ * Overscroll Behavior Y
1114
+ * @see https://tailwindcss.com/docs/overscroll-behavior
1115
+ */
1116
+ "overscroll-y": [{
1117
+ "overscroll-y": E()
1118
+ }],
1119
+ /**
1120
+ * Position
1121
+ * @see https://tailwindcss.com/docs/position
1122
+ */
1123
+ position: ["static", "fixed", "absolute", "relative", "sticky"],
1124
+ /**
1125
+ * Top / Right / Bottom / Left
1126
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1127
+ */
1128
+ inset: [{
1129
+ inset: [y]
1130
+ }],
1131
+ /**
1132
+ * Right / Left
1133
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1134
+ */
1135
+ "inset-x": [{
1136
+ "inset-x": [y]
1137
+ }],
1138
+ /**
1139
+ * Top / Bottom
1140
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1141
+ */
1142
+ "inset-y": [{
1143
+ "inset-y": [y]
1144
+ }],
1145
+ /**
1146
+ * Top
1147
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1148
+ */
1149
+ top: [{
1150
+ top: [y]
1151
+ }],
1152
+ /**
1153
+ * Right
1154
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1155
+ */
1156
+ right: [{
1157
+ right: [y]
1158
+ }],
1159
+ /**
1160
+ * Bottom
1161
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1162
+ */
1163
+ bottom: [{
1164
+ bottom: [y]
1165
+ }],
1166
+ /**
1167
+ * Left
1168
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
1169
+ */
1170
+ left: [{
1171
+ left: [y]
1172
+ }],
1173
+ /**
1174
+ * Visibility
1175
+ * @see https://tailwindcss.com/docs/visibility
1176
+ */
1177
+ visibility: ["visible", "invisible", "collapse"],
1178
+ /**
1179
+ * Z-Index
1180
+ * @see https://tailwindcss.com/docs/z-index
1181
+ */
1182
+ z: [{
1183
+ z: [O]
1184
+ }],
1185
+ // Flexbox and Grid
1186
+ /**
1187
+ * Flex Basis
1188
+ * @see https://tailwindcss.com/docs/flex-basis
1189
+ */
1190
+ basis: [{
1191
+ basis: [e]
1192
+ }],
1193
+ /**
1194
+ * Flex Direction
1195
+ * @see https://tailwindcss.com/docs/flex-direction
1196
+ */
1197
+ "flex-direction": [{
1198
+ flex: ["row", "row-reverse", "col", "col-reverse"]
1199
+ }],
1200
+ /**
1201
+ * Flex Wrap
1202
+ * @see https://tailwindcss.com/docs/flex-wrap
1203
+ */
1204
+ "flex-wrap": [{
1205
+ flex: ["wrap", "wrap-reverse", "nowrap"]
1206
+ }],
1207
+ /**
1208
+ * Flex
1209
+ * @see https://tailwindcss.com/docs/flex
1210
+ */
1211
+ flex: [{
1212
+ flex: ["1", "auto", "initial", "none", w]
1213
+ }],
1214
+ /**
1215
+ * Flex Grow
1216
+ * @see https://tailwindcss.com/docs/flex-grow
1217
+ */
1218
+ grow: [{
1219
+ grow: z()
1220
+ }],
1221
+ /**
1222
+ * Flex Shrink
1223
+ * @see https://tailwindcss.com/docs/flex-shrink
1224
+ */
1225
+ shrink: [{
1226
+ shrink: z()
1227
+ }],
1228
+ /**
1229
+ * Order
1230
+ * @see https://tailwindcss.com/docs/order
1231
+ */
1232
+ order: [{
1233
+ order: ["first", "last", "none", O]
1234
+ }],
1235
+ /**
1236
+ * Grid Template Columns
1237
+ * @see https://tailwindcss.com/docs/grid-template-columns
1238
+ */
1239
+ "grid-cols": [{
1240
+ "grid-cols": [N]
1241
+ }],
1242
+ /**
1243
+ * Grid Column Start / End
1244
+ * @see https://tailwindcss.com/docs/grid-column
1245
+ */
1246
+ "col-start-end": [{
1247
+ col: ["auto", {
1248
+ span: [O]
1249
+ }]
1250
+ }],
1251
+ /**
1252
+ * Grid Column Start
1253
+ * @see https://tailwindcss.com/docs/grid-column
1254
+ */
1255
+ "col-start": [{
1256
+ "col-start": B()
1257
+ }],
1258
+ /**
1259
+ * Grid Column End
1260
+ * @see https://tailwindcss.com/docs/grid-column
1261
+ */
1262
+ "col-end": [{
1263
+ "col-end": B()
1264
+ }],
1265
+ /**
1266
+ * Grid Template Rows
1267
+ * @see https://tailwindcss.com/docs/grid-template-rows
1268
+ */
1269
+ "grid-rows": [{
1270
+ "grid-rows": [N]
1271
+ }],
1272
+ /**
1273
+ * Grid Row Start / End
1274
+ * @see https://tailwindcss.com/docs/grid-row
1275
+ */
1276
+ "row-start-end": [{
1277
+ row: ["auto", {
1278
+ span: [O]
1279
+ }]
1280
+ }],
1281
+ /**
1282
+ * Grid Row Start
1283
+ * @see https://tailwindcss.com/docs/grid-row
1284
+ */
1285
+ "row-start": [{
1286
+ "row-start": B()
1287
+ }],
1288
+ /**
1289
+ * Grid Row End
1290
+ * @see https://tailwindcss.com/docs/grid-row
1291
+ */
1292
+ "row-end": [{
1293
+ "row-end": B()
1294
+ }],
1295
+ /**
1296
+ * Grid Auto Flow
1297
+ * @see https://tailwindcss.com/docs/grid-auto-flow
1298
+ */
1299
+ "grid-flow": [{
1300
+ "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
1301
+ }],
1302
+ /**
1303
+ * Grid Auto Columns
1304
+ * @see https://tailwindcss.com/docs/grid-auto-columns
1305
+ */
1306
+ "auto-cols": [{
1307
+ "auto-cols": ["auto", "min", "max", "fr", w]
1308
+ }],
1309
+ /**
1310
+ * Grid Auto Rows
1311
+ * @see https://tailwindcss.com/docs/grid-auto-rows
1312
+ */
1313
+ "auto-rows": [{
1314
+ "auto-rows": ["auto", "min", "max", "fr", w]
1315
+ }],
1316
+ /**
1317
+ * Gap
1318
+ * @see https://tailwindcss.com/docs/gap
1319
+ */
1320
+ gap: [{
1321
+ gap: [f]
1322
+ }],
1323
+ /**
1324
+ * Gap X
1325
+ * @see https://tailwindcss.com/docs/gap
1326
+ */
1327
+ "gap-x": [{
1328
+ "gap-x": [f]
1329
+ }],
1330
+ /**
1331
+ * Gap Y
1332
+ * @see https://tailwindcss.com/docs/gap
1333
+ */
1334
+ "gap-y": [{
1335
+ "gap-y": [f]
1336
+ }],
1337
+ /**
1338
+ * Justify Content
1339
+ * @see https://tailwindcss.com/docs/justify-content
1340
+ */
1341
+ "justify-content": [{
1342
+ justify: q()
1343
+ }],
1344
+ /**
1345
+ * Justify Items
1346
+ * @see https://tailwindcss.com/docs/justify-items
1347
+ */
1348
+ "justify-items": [{
1349
+ "justify-items": ["start", "end", "center", "stretch"]
1350
+ }],
1351
+ /**
1352
+ * Justify Self
1353
+ * @see https://tailwindcss.com/docs/justify-self
1354
+ */
1355
+ "justify-self": [{
1356
+ "justify-self": ["auto", "start", "end", "center", "stretch"]
1357
+ }],
1358
+ /**
1359
+ * Align Content
1360
+ * @see https://tailwindcss.com/docs/align-content
1361
+ */
1362
+ "align-content": [{
1363
+ content: [].concat(q(), ["baseline"])
1364
+ }],
1365
+ /**
1366
+ * Align Items
1367
+ * @see https://tailwindcss.com/docs/align-items
1368
+ */
1369
+ "align-items": [{
1370
+ items: ["start", "end", "center", "baseline", "stretch"]
1371
+ }],
1372
+ /**
1373
+ * Align Self
1374
+ * @see https://tailwindcss.com/docs/align-self
1375
+ */
1376
+ "align-self": [{
1377
+ self: ["auto", "start", "end", "center", "stretch", "baseline"]
1378
+ }],
1379
+ /**
1380
+ * Place Content
1381
+ * @see https://tailwindcss.com/docs/place-content
1382
+ */
1383
+ "place-content": [{
1384
+ "place-content": [].concat(q(), ["baseline", "stretch"])
1385
+ }],
1386
+ /**
1387
+ * Place Items
1388
+ * @see https://tailwindcss.com/docs/place-items
1389
+ */
1390
+ "place-items": [{
1391
+ "place-items": ["start", "end", "center", "baseline", "stretch"]
1392
+ }],
1393
+ /**
1394
+ * Place Self
1395
+ * @see https://tailwindcss.com/docs/place-self
1396
+ */
1397
+ "place-self": [{
1398
+ "place-self": ["auto", "start", "end", "center", "stretch"]
1399
+ }],
1400
+ // Spacing
1401
+ /**
1402
+ * Padding
1403
+ * @see https://tailwindcss.com/docs/padding
1404
+ */
1405
+ p: [{
1406
+ p: [x]
1407
+ }],
1408
+ /**
1409
+ * Padding X
1410
+ * @see https://tailwindcss.com/docs/padding
1411
+ */
1412
+ px: [{
1413
+ px: [x]
1414
+ }],
1415
+ /**
1416
+ * Padding Y
1417
+ * @see https://tailwindcss.com/docs/padding
1418
+ */
1419
+ py: [{
1420
+ py: [x]
1421
+ }],
1422
+ /**
1423
+ * Padding Top
1424
+ * @see https://tailwindcss.com/docs/padding
1425
+ */
1426
+ pt: [{
1427
+ pt: [x]
1428
+ }],
1429
+ /**
1430
+ * Padding Right
1431
+ * @see https://tailwindcss.com/docs/padding
1432
+ */
1433
+ pr: [{
1434
+ pr: [x]
1435
+ }],
1436
+ /**
1437
+ * Padding Bottom
1438
+ * @see https://tailwindcss.com/docs/padding
1439
+ */
1440
+ pb: [{
1441
+ pb: [x]
1442
+ }],
1443
+ /**
1444
+ * Padding Left
1445
+ * @see https://tailwindcss.com/docs/padding
1446
+ */
1447
+ pl: [{
1448
+ pl: [x]
1449
+ }],
1450
+ /**
1451
+ * Margin
1452
+ * @see https://tailwindcss.com/docs/margin
1453
+ */
1454
+ m: [{
1455
+ m: [b]
1456
+ }],
1457
+ /**
1458
+ * Margin X
1459
+ * @see https://tailwindcss.com/docs/margin
1460
+ */
1461
+ mx: [{
1462
+ mx: [b]
1463
+ }],
1464
+ /**
1465
+ * Margin Y
1466
+ * @see https://tailwindcss.com/docs/margin
1467
+ */
1468
+ my: [{
1469
+ my: [b]
1470
+ }],
1471
+ /**
1472
+ * Margin Top
1473
+ * @see https://tailwindcss.com/docs/margin
1474
+ */
1475
+ mt: [{
1476
+ mt: [b]
1477
+ }],
1478
+ /**
1479
+ * Margin Right
1480
+ * @see https://tailwindcss.com/docs/margin
1481
+ */
1482
+ mr: [{
1483
+ mr: [b]
1484
+ }],
1485
+ /**
1486
+ * Margin Bottom
1487
+ * @see https://tailwindcss.com/docs/margin
1488
+ */
1489
+ mb: [{
1490
+ mb: [b]
1491
+ }],
1492
+ /**
1493
+ * Margin Left
1494
+ * @see https://tailwindcss.com/docs/margin
1495
+ */
1496
+ ml: [{
1497
+ ml: [b]
1498
+ }],
1499
+ /**
1500
+ * Space Between X
1501
+ * @see https://tailwindcss.com/docs/space
1502
+ */
1503
+ "space-x": [{
1504
+ "space-x": [I]
1505
+ }],
1506
+ /**
1507
+ * Space Between X Reverse
1508
+ * @see https://tailwindcss.com/docs/space
1509
+ */
1510
+ "space-x-reverse": ["space-x-reverse"],
1511
+ /**
1512
+ * Space Between Y
1513
+ * @see https://tailwindcss.com/docs/space
1514
+ */
1515
+ "space-y": [{
1516
+ "space-y": [I]
1517
+ }],
1518
+ /**
1519
+ * Space Between Y Reverse
1520
+ * @see https://tailwindcss.com/docs/space
1521
+ */
1522
+ "space-y-reverse": ["space-y-reverse"],
1523
+ // Sizing
1524
+ /**
1525
+ * Width
1526
+ * @see https://tailwindcss.com/docs/width
1527
+ */
1528
+ w: [{
1529
+ w: ["auto", "min", "max", "fit", e]
1530
+ }],
1531
+ /**
1532
+ * Min-Width
1533
+ * @see https://tailwindcss.com/docs/min-width
1534
+ */
1535
+ "min-w": [{
1536
+ "min-w": ["min", "max", "fit", S]
1537
+ }],
1538
+ /**
1539
+ * Max-Width
1540
+ * @see https://tailwindcss.com/docs/max-width
1541
+ */
1542
+ "max-w": [{
1543
+ "max-w": ["0", "none", "full", "min", "max", "fit", "prose", {
1544
+ screen: [_]
1545
+ }, _, V]
1546
+ }],
1547
+ /**
1548
+ * Height
1549
+ * @see https://tailwindcss.com/docs/height
1550
+ */
1551
+ h: [{
1552
+ h: [e, "auto", "min", "max", "fit"]
1553
+ }],
1554
+ /**
1555
+ * Min-Height
1556
+ * @see https://tailwindcss.com/docs/min-height
1557
+ */
1558
+ "min-h": [{
1559
+ "min-h": ["min", "max", "fit", S]
1560
+ }],
1561
+ /**
1562
+ * Max-Height
1563
+ * @see https://tailwindcss.com/docs/max-height
1564
+ */
1565
+ "max-h": [{
1566
+ "max-h": [e, "min", "max", "fit"]
1567
+ }],
1568
+ // Typography
1569
+ /**
1570
+ * Font Size
1571
+ * @see https://tailwindcss.com/docs/font-size
1572
+ */
1573
+ "font-size": [{
1574
+ text: ["base", _, V]
1575
+ }],
1576
+ /**
1577
+ * Font Smoothing
1578
+ * @see https://tailwindcss.com/docs/font-smoothing
1579
+ */
1580
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
1581
+ /**
1582
+ * Font Style
1583
+ * @see https://tailwindcss.com/docs/font-style
1584
+ */
1585
+ "font-style": ["italic", "not-italic"],
1586
+ /**
1587
+ * Font Weight
1588
+ * @see https://tailwindcss.com/docs/font-weight
1589
+ */
1590
+ "font-weight": [{
1591
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", ve]
1592
+ }],
1593
+ /**
1594
+ * Font Family
1595
+ * @see https://tailwindcss.com/docs/font-family
1596
+ */
1597
+ "font-family": [{
1598
+ font: [N]
1599
+ }],
1600
+ /**
1601
+ * Font Variant Numeric
1602
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1603
+ */
1604
+ "fvn-normal": ["normal-nums"],
1605
+ /**
1606
+ * Font Variant Numeric
1607
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1608
+ */
1609
+ "fvn-ordinal": ["ordinal"],
1610
+ /**
1611
+ * Font Variant Numeric
1612
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1613
+ */
1614
+ "fvn-slashed-zero": ["slashed-zero"],
1615
+ /**
1616
+ * Font Variant Numeric
1617
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1618
+ */
1619
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
1620
+ /**
1621
+ * Font Variant Numeric
1622
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1623
+ */
1624
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
1625
+ /**
1626
+ * Font Variant Numeric
1627
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1628
+ */
1629
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractons"],
1630
+ /**
1631
+ * Letter Spacing
1632
+ * @see https://tailwindcss.com/docs/letter-spacing
1633
+ */
1634
+ tracking: [{
1635
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", V]
1636
+ }],
1637
+ /**
1638
+ * Line Height
1639
+ * @see https://tailwindcss.com/docs/line-height
1640
+ */
1641
+ leading: [{
1642
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", S]
1643
+ }],
1644
+ /**
1645
+ * List Style Type
1646
+ * @see https://tailwindcss.com/docs/list-style-type
1647
+ */
1648
+ "list-style-type": [{
1649
+ list: ["none", "disc", "decimal", w]
1650
+ }],
1651
+ /**
1652
+ * List Style Position
1653
+ * @see https://tailwindcss.com/docs/list-style-position
1654
+ */
1655
+ "list-style-position": [{
1656
+ list: ["inside", "outside"]
1657
+ }],
1658
+ /**
1659
+ * Placeholder Color
1660
+ * @deprecated since Tailwind CSS v3.0.0
1661
+ * @see https://tailwindcss.com/docs/placeholder-color
1662
+ */
1663
+ "placeholder-color": [{
1664
+ placeholder: [t]
1665
+ }],
1666
+ /**
1667
+ * Placeholder Opacity
1668
+ * @see https://tailwindcss.com/docs/placeholder-opacity
1669
+ */
1670
+ "placeholder-opacity": [{
1671
+ "placeholder-opacity": [m]
1672
+ }],
1673
+ /**
1674
+ * Text Alignment
1675
+ * @see https://tailwindcss.com/docs/text-align
1676
+ */
1677
+ "text-alignment": [{
1678
+ text: ["left", "center", "right", "justify", "start", "end"]
1679
+ }],
1680
+ /**
1681
+ * Text Color
1682
+ * @see https://tailwindcss.com/docs/text-color
1683
+ */
1684
+ "text-color": [{
1685
+ text: [t]
1686
+ }],
1687
+ /**
1688
+ * Text Opacity
1689
+ * @see https://tailwindcss.com/docs/text-opacity
1690
+ */
1691
+ "text-opacity": [{
1692
+ "text-opacity": [m]
1693
+ }],
1694
+ /**
1695
+ * Text Decoration
1696
+ * @see https://tailwindcss.com/docs/text-decoration
1697
+ */
1698
+ "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1699
+ /**
1700
+ * Text Decoration Style
1701
+ * @see https://tailwindcss.com/docs/text-decoration-style
1702
+ */
1703
+ "text-decoration-style": [{
1704
+ decoration: [].concat(D(), ["wavy"])
1705
+ }],
1706
+ /**
1707
+ * Text Decoration Thickness
1708
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1709
+ */
1710
+ "text-decoration-thickness": [{
1711
+ decoration: ["auto", "from-font", S]
1712
+ }],
1713
+ /**
1714
+ * Text Underline Offset
1715
+ * @see https://tailwindcss.com/docs/text-underline-offset
1716
+ */
1717
+ "underline-offset": [{
1718
+ "underline-offset": ["auto", S]
1719
+ }],
1720
+ /**
1721
+ * Text Decoration Color
1722
+ * @see https://tailwindcss.com/docs/text-decoration-color
1723
+ */
1724
+ "text-decoration-color": [{
1725
+ decoration: [t]
1726
+ }],
1727
+ /**
1728
+ * Text Transform
1729
+ * @see https://tailwindcss.com/docs/text-transform
1730
+ */
1731
+ "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1732
+ /**
1733
+ * Text Overflow
1734
+ * @see https://tailwindcss.com/docs/text-overflow
1735
+ */
1736
+ "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1737
+ /**
1738
+ * Text Indent
1739
+ * @see https://tailwindcss.com/docs/text-indent
1740
+ */
1741
+ indent: [{
1742
+ indent: [e]
1743
+ }],
1744
+ /**
1745
+ * Vertical Alignment
1746
+ * @see https://tailwindcss.com/docs/vertical-align
1747
+ */
1748
+ "vertical-align": [{
1749
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", V]
1750
+ }],
1751
+ /**
1752
+ * Whitespace
1753
+ * @see https://tailwindcss.com/docs/whitespace
1754
+ */
1755
+ whitespace: [{
1756
+ whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap"]
1757
+ }],
1758
+ /**
1759
+ * Word Break
1760
+ * @see https://tailwindcss.com/docs/word-break
1761
+ */
1762
+ break: [{
1763
+ break: ["normal", "words", "all", "keep"]
1764
+ }],
1765
+ /**
1766
+ * Content
1767
+ * @see https://tailwindcss.com/docs/content
1768
+ */
1769
+ content: [{
1770
+ content: ["none", w]
1771
+ }],
1772
+ // Backgrounds
1773
+ /**
1774
+ * Background Attachment
1775
+ * @see https://tailwindcss.com/docs/background-attachment
1776
+ */
1777
+ "bg-attachment": [{
1778
+ bg: ["fixed", "local", "scroll"]
1779
+ }],
1780
+ /**
1781
+ * Background Clip
1782
+ * @see https://tailwindcss.com/docs/background-clip
1783
+ */
1784
+ "bg-clip": [{
1785
+ "bg-clip": ["border", "padding", "content", "text"]
1786
+ }],
1787
+ /**
1788
+ * Background Opacity
1789
+ * @deprecated since Tailwind CSS v3.0.0
1790
+ * @see https://tailwindcss.com/docs/background-opacity
1791
+ */
1792
+ "bg-opacity": [{
1793
+ "bg-opacity": [m]
1794
+ }],
1795
+ /**
1796
+ * Background Origin
1797
+ * @see https://tailwindcss.com/docs/background-origin
1798
+ */
1799
+ "bg-origin": [{
1800
+ "bg-origin": ["border", "padding", "content"]
1801
+ }],
1802
+ /**
1803
+ * Background Position
1804
+ * @see https://tailwindcss.com/docs/background-position
1805
+ */
1806
+ "bg-position": [{
1807
+ bg: [].concat(se(), [Vr])
1808
+ }],
1809
+ /**
1810
+ * Background Repeat
1811
+ * @see https://tailwindcss.com/docs/background-repeat
1812
+ */
1813
+ "bg-repeat": [{
1814
+ bg: ["no-repeat", {
1815
+ repeat: ["", "x", "y", "round", "space"]
1816
+ }]
1817
+ }],
1818
+ /**
1819
+ * Background Size
1820
+ * @see https://tailwindcss.com/docs/background-size
1821
+ */
1822
+ "bg-size": [{
1823
+ bg: ["auto", "cover", "contain", Rr]
1824
+ }],
1825
+ /**
1826
+ * Background Image
1827
+ * @see https://tailwindcss.com/docs/background-image
1828
+ */
1829
+ "bg-image": [{
1830
+ bg: ["none", {
1831
+ "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1832
+ }, Gr]
1833
+ }],
1834
+ /**
1835
+ * Background Color
1836
+ * @see https://tailwindcss.com/docs/background-color
1837
+ */
1838
+ "bg-color": [{
1839
+ bg: [t]
1840
+ }],
1841
+ /**
1842
+ * Gradient Color Stops From
1843
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1844
+ */
1845
+ "gradient-from": [{
1846
+ from: [v]
1847
+ }],
1848
+ /**
1849
+ * Gradient Color Stops Via
1850
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1851
+ */
1852
+ "gradient-via": [{
1853
+ via: [v]
1854
+ }],
1855
+ /**
1856
+ * Gradient Color Stops To
1857
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1858
+ */
1859
+ "gradient-to": [{
1860
+ to: [v]
1861
+ }],
1862
+ // Borders
1863
+ /**
1864
+ * Border Radius
1865
+ * @see https://tailwindcss.com/docs/border-radius
1866
+ */
1867
+ rounded: [{
1868
+ rounded: [i]
1869
+ }],
1870
+ /**
1871
+ * Border Radius Top
1872
+ * @see https://tailwindcss.com/docs/border-radius
1873
+ */
1874
+ "rounded-t": [{
1875
+ "rounded-t": [i]
1876
+ }],
1877
+ /**
1878
+ * Border Radius Right
1879
+ * @see https://tailwindcss.com/docs/border-radius
1880
+ */
1881
+ "rounded-r": [{
1882
+ "rounded-r": [i]
1883
+ }],
1884
+ /**
1885
+ * Border Radius Bottom
1886
+ * @see https://tailwindcss.com/docs/border-radius
1887
+ */
1888
+ "rounded-b": [{
1889
+ "rounded-b": [i]
1890
+ }],
1891
+ /**
1892
+ * Border Radius Left
1893
+ * @see https://tailwindcss.com/docs/border-radius
1894
+ */
1895
+ "rounded-l": [{
1896
+ "rounded-l": [i]
1897
+ }],
1898
+ /**
1899
+ * Border Radius Top Left
1900
+ * @see https://tailwindcss.com/docs/border-radius
1901
+ */
1902
+ "rounded-tl": [{
1903
+ "rounded-tl": [i]
1904
+ }],
1905
+ /**
1906
+ * Border Radius Top Right
1907
+ * @see https://tailwindcss.com/docs/border-radius
1908
+ */
1909
+ "rounded-tr": [{
1910
+ "rounded-tr": [i]
1911
+ }],
1912
+ /**
1913
+ * Border Radius Bottom Right
1914
+ * @see https://tailwindcss.com/docs/border-radius
1915
+ */
1916
+ "rounded-br": [{
1917
+ "rounded-br": [i]
1918
+ }],
1919
+ /**
1920
+ * Border Radius Bottom Left
1921
+ * @see https://tailwindcss.com/docs/border-radius
1922
+ */
1923
+ "rounded-bl": [{
1924
+ "rounded-bl": [i]
1925
+ }],
1926
+ /**
1927
+ * Border Width
1928
+ * @see https://tailwindcss.com/docs/border-width
1929
+ */
1930
+ "border-w": [{
1931
+ border: [a]
1932
+ }],
1933
+ /**
1934
+ * Border Width X
1935
+ * @see https://tailwindcss.com/docs/border-width
1936
+ */
1937
+ "border-w-x": [{
1938
+ "border-x": [a]
1939
+ }],
1940
+ /**
1941
+ * Border Width Y
1942
+ * @see https://tailwindcss.com/docs/border-width
1943
+ */
1944
+ "border-w-y": [{
1945
+ "border-y": [a]
1946
+ }],
1947
+ /**
1948
+ * Border Width Top
1949
+ * @see https://tailwindcss.com/docs/border-width
1950
+ */
1951
+ "border-w-t": [{
1952
+ "border-t": [a]
1953
+ }],
1954
+ /**
1955
+ * Border Width Right
1956
+ * @see https://tailwindcss.com/docs/border-width
1957
+ */
1958
+ "border-w-r": [{
1959
+ "border-r": [a]
1960
+ }],
1961
+ /**
1962
+ * Border Width Bottom
1963
+ * @see https://tailwindcss.com/docs/border-width
1964
+ */
1965
+ "border-w-b": [{
1966
+ "border-b": [a]
1967
+ }],
1968
+ /**
1969
+ * Border Width Left
1970
+ * @see https://tailwindcss.com/docs/border-width
1971
+ */
1972
+ "border-w-l": [{
1973
+ "border-l": [a]
1974
+ }],
1975
+ /**
1976
+ * Border Opacity
1977
+ * @see https://tailwindcss.com/docs/border-opacity
1978
+ */
1979
+ "border-opacity": [{
1980
+ "border-opacity": [m]
1981
+ }],
1982
+ /**
1983
+ * Border Style
1984
+ * @see https://tailwindcss.com/docs/border-style
1985
+ */
1986
+ "border-style": [{
1987
+ border: [].concat(D(), ["hidden"])
1988
+ }],
1989
+ /**
1990
+ * Divide Width X
1991
+ * @see https://tailwindcss.com/docs/divide-width
1992
+ */
1993
+ "divide-x": [{
1994
+ "divide-x": [a]
1995
+ }],
1996
+ /**
1997
+ * Divide Width X Reverse
1998
+ * @see https://tailwindcss.com/docs/divide-width
1999
+ */
2000
+ "divide-x-reverse": ["divide-x-reverse"],
2001
+ /**
2002
+ * Divide Width Y
2003
+ * @see https://tailwindcss.com/docs/divide-width
2004
+ */
2005
+ "divide-y": [{
2006
+ "divide-y": [a]
2007
+ }],
2008
+ /**
2009
+ * Divide Width Y Reverse
2010
+ * @see https://tailwindcss.com/docs/divide-width
2011
+ */
2012
+ "divide-y-reverse": ["divide-y-reverse"],
2013
+ /**
2014
+ * Divide Opacity
2015
+ * @see https://tailwindcss.com/docs/divide-opacity
2016
+ */
2017
+ "divide-opacity": [{
2018
+ "divide-opacity": [m]
2019
+ }],
2020
+ /**
2021
+ * Divide Style
2022
+ * @see https://tailwindcss.com/docs/divide-style
2023
+ */
2024
+ "divide-style": [{
2025
+ divide: D()
2026
+ }],
2027
+ /**
2028
+ * Border Color
2029
+ * @see https://tailwindcss.com/docs/border-color
2030
+ */
2031
+ "border-color": [{
2032
+ border: [o]
2033
+ }],
2034
+ /**
2035
+ * Border Color X
2036
+ * @see https://tailwindcss.com/docs/border-color
2037
+ */
2038
+ "border-color-x": [{
2039
+ "border-x": [o]
2040
+ }],
2041
+ /**
2042
+ * Border Color Y
2043
+ * @see https://tailwindcss.com/docs/border-color
2044
+ */
2045
+ "border-color-y": [{
2046
+ "border-y": [o]
2047
+ }],
2048
+ /**
2049
+ * Border Color Top
2050
+ * @see https://tailwindcss.com/docs/border-color
2051
+ */
2052
+ "border-color-t": [{
2053
+ "border-t": [o]
2054
+ }],
2055
+ /**
2056
+ * Border Color Right
2057
+ * @see https://tailwindcss.com/docs/border-color
2058
+ */
2059
+ "border-color-r": [{
2060
+ "border-r": [o]
2061
+ }],
2062
+ /**
2063
+ * Border Color Bottom
2064
+ * @see https://tailwindcss.com/docs/border-color
2065
+ */
2066
+ "border-color-b": [{
2067
+ "border-b": [o]
2068
+ }],
2069
+ /**
2070
+ * Border Color Left
2071
+ * @see https://tailwindcss.com/docs/border-color
2072
+ */
2073
+ "border-color-l": [{
2074
+ "border-l": [o]
2075
+ }],
2076
+ /**
2077
+ * Divide Color
2078
+ * @see https://tailwindcss.com/docs/divide-color
2079
+ */
2080
+ "divide-color": [{
2081
+ divide: [o]
2082
+ }],
2083
+ /**
2084
+ * Outline Style
2085
+ * @see https://tailwindcss.com/docs/outline-style
2086
+ */
2087
+ "outline-style": [{
2088
+ outline: [""].concat(D())
2089
+ }],
2090
+ /**
2091
+ * Outline Offset
2092
+ * @see https://tailwindcss.com/docs/outline-offset
2093
+ */
2094
+ "outline-offset": [{
2095
+ "outline-offset": [S]
2096
+ }],
2097
+ /**
2098
+ * Outline Width
2099
+ * @see https://tailwindcss.com/docs/outline-width
2100
+ */
2101
+ "outline-w": [{
2102
+ outline: [S]
2103
+ }],
2104
+ /**
2105
+ * Outline Color
2106
+ * @see https://tailwindcss.com/docs/outline-color
2107
+ */
2108
+ "outline-color": [{
2109
+ outline: [t]
2110
+ }],
2111
+ /**
2112
+ * Ring Width
2113
+ * @see https://tailwindcss.com/docs/ring-width
2114
+ */
2115
+ "ring-w": [{
2116
+ ring: ae()
2117
+ }],
2118
+ /**
2119
+ * Ring Width Inset
2120
+ * @see https://tailwindcss.com/docs/ring-width
2121
+ */
2122
+ "ring-w-inset": ["ring-inset"],
2123
+ /**
2124
+ * Ring Color
2125
+ * @see https://tailwindcss.com/docs/ring-color
2126
+ */
2127
+ "ring-color": [{
2128
+ ring: [t]
2129
+ }],
2130
+ /**
2131
+ * Ring Opacity
2132
+ * @see https://tailwindcss.com/docs/ring-opacity
2133
+ */
2134
+ "ring-opacity": [{
2135
+ "ring-opacity": [m]
2136
+ }],
2137
+ /**
2138
+ * Ring Offset Width
2139
+ * @see https://tailwindcss.com/docs/ring-offset-width
2140
+ */
2141
+ "ring-offset-w": [{
2142
+ "ring-offset": [S]
2143
+ }],
2144
+ /**
2145
+ * Ring Offset Color
2146
+ * @see https://tailwindcss.com/docs/ring-offset-color
2147
+ */
2148
+ "ring-offset-color": [{
2149
+ "ring-offset": [t]
2150
+ }],
2151
+ // Effects
2152
+ /**
2153
+ * Box Shadow
2154
+ * @see https://tailwindcss.com/docs/box-shadow
2155
+ */
2156
+ shadow: [{
2157
+ shadow: ["", "inner", "none", _, zr]
2158
+ }],
2159
+ /**
2160
+ * Box Shadow Color
2161
+ * @see https://tailwindcss.com/docs/box-shadow-color
2162
+ */
2163
+ "shadow-color": [{
2164
+ shadow: [N]
2165
+ }],
2166
+ /**
2167
+ * Opacity
2168
+ * @see https://tailwindcss.com/docs/opacity
2169
+ */
2170
+ opacity: [{
2171
+ opacity: [m]
2172
+ }],
2173
+ /**
2174
+ * Mix Beldn Mode
2175
+ * @see https://tailwindcss.com/docs/mix-blend-mode
2176
+ */
2177
+ "mix-blend": [{
2178
+ "mix-blend": le()
2179
+ }],
2180
+ /**
2181
+ * Background Blend Mode
2182
+ * @see https://tailwindcss.com/docs/background-blend-mode
2183
+ */
2184
+ "bg-blend": [{
2185
+ "bg-blend": le()
2186
+ }],
2187
+ // Filters
2188
+ /**
2189
+ * Filter
2190
+ * @deprecated since Tailwind CSS v3.0.0
2191
+ * @see https://tailwindcss.com/docs/filter
2192
+ */
2193
+ filter: [{
2194
+ filter: ["", "none"]
2195
+ }],
2196
+ /**
2197
+ * Blur
2198
+ * @see https://tailwindcss.com/docs/blur
2199
+ */
2200
+ blur: [{
2201
+ blur: [r]
2202
+ }],
2203
+ /**
2204
+ * Brightness
2205
+ * @see https://tailwindcss.com/docs/brightness
2206
+ */
2207
+ brightness: [{
2208
+ brightness: [n]
2209
+ }],
2210
+ /**
2211
+ * Contrast
2212
+ * @see https://tailwindcss.com/docs/contrast
2213
+ */
2214
+ contrast: [{
2215
+ contrast: [l]
2216
+ }],
2217
+ /**
2218
+ * Drop Shadow
2219
+ * @see https://tailwindcss.com/docs/drop-shadow
2220
+ */
2221
+ "drop-shadow": [{
2222
+ "drop-shadow": ["", "none", _, w]
2223
+ }],
2224
+ /**
2225
+ * Grayscale
2226
+ * @see https://tailwindcss.com/docs/grayscale
2227
+ */
2228
+ grayscale: [{
2229
+ grayscale: [u]
2230
+ }],
2231
+ /**
2232
+ * Hue Rotate
2233
+ * @see https://tailwindcss.com/docs/hue-rotate
2234
+ */
2235
+ "hue-rotate": [{
2236
+ "hue-rotate": [c]
2237
+ }],
2238
+ /**
2239
+ * Invert
2240
+ * @see https://tailwindcss.com/docs/invert
2241
+ */
2242
+ invert: [{
2243
+ invert: [d]
2244
+ }],
2245
+ /**
2246
+ * Saturate
2247
+ * @see https://tailwindcss.com/docs/saturate
2248
+ */
2249
+ saturate: [{
2250
+ saturate: [p]
2251
+ }],
2252
+ /**
2253
+ * Sepia
2254
+ * @see https://tailwindcss.com/docs/sepia
2255
+ */
2256
+ sepia: [{
2257
+ sepia: [$]
2258
+ }],
2259
+ /**
2260
+ * Backdrop Filter
2261
+ * @deprecated since Tailwind CSS v3.0.0
2262
+ * @see https://tailwindcss.com/docs/backdrop-filter
2263
+ */
2264
+ "backdrop-filter": [{
2265
+ "backdrop-filter": ["", "none"]
2266
+ }],
2267
+ /**
2268
+ * Backdrop Blur
2269
+ * @see https://tailwindcss.com/docs/backdrop-blur
2270
+ */
2271
+ "backdrop-blur": [{
2272
+ "backdrop-blur": [r]
2273
+ }],
2274
+ /**
2275
+ * Backdrop Brightness
2276
+ * @see https://tailwindcss.com/docs/backdrop-brightness
2277
+ */
2278
+ "backdrop-brightness": [{
2279
+ "backdrop-brightness": [n]
2280
+ }],
2281
+ /**
2282
+ * Backdrop Contrast
2283
+ * @see https://tailwindcss.com/docs/backdrop-contrast
2284
+ */
2285
+ "backdrop-contrast": [{
2286
+ "backdrop-contrast": [l]
2287
+ }],
2288
+ /**
2289
+ * Backdrop Grayscale
2290
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
2291
+ */
2292
+ "backdrop-grayscale": [{
2293
+ "backdrop-grayscale": [u]
2294
+ }],
2295
+ /**
2296
+ * Backdrop Hue Rotate
2297
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2298
+ */
2299
+ "backdrop-hue-rotate": [{
2300
+ "backdrop-hue-rotate": [c]
2301
+ }],
2302
+ /**
2303
+ * Backdrop Invert
2304
+ * @see https://tailwindcss.com/docs/backdrop-invert
2305
+ */
2306
+ "backdrop-invert": [{
2307
+ "backdrop-invert": [d]
2308
+ }],
2309
+ /**
2310
+ * Backdrop Opacity
2311
+ * @see https://tailwindcss.com/docs/backdrop-opacity
2312
+ */
2313
+ "backdrop-opacity": [{
2314
+ "backdrop-opacity": [m]
2315
+ }],
2316
+ /**
2317
+ * Backdrop Saturate
2318
+ * @see https://tailwindcss.com/docs/backdrop-saturate
2319
+ */
2320
+ "backdrop-saturate": [{
2321
+ "backdrop-saturate": [p]
2322
+ }],
2323
+ /**
2324
+ * Backdrop Sepia
2325
+ * @see https://tailwindcss.com/docs/backdrop-sepia
2326
+ */
2327
+ "backdrop-sepia": [{
2328
+ "backdrop-sepia": [$]
2329
+ }],
2330
+ // Tables
2331
+ /**
2332
+ * Border Collapse
2333
+ * @see https://tailwindcss.com/docs/border-collapse
2334
+ */
2335
+ "border-collapse": [{
2336
+ border: ["collapse", "separate"]
2337
+ }],
2338
+ /**
2339
+ * Border Spacing
2340
+ * @see https://tailwindcss.com/docs/border-spacing
2341
+ */
2342
+ "border-spacing": [{
2343
+ "border-spacing": [s]
2344
+ }],
2345
+ /**
2346
+ * Border Spacing X
2347
+ * @see https://tailwindcss.com/docs/border-spacing
2348
+ */
2349
+ "border-spacing-x": [{
2350
+ "border-spacing-x": [s]
2351
+ }],
2352
+ /**
2353
+ * Border Spacing Y
2354
+ * @see https://tailwindcss.com/docs/border-spacing
2355
+ */
2356
+ "border-spacing-y": [{
2357
+ "border-spacing-y": [s]
2358
+ }],
2359
+ /**
2360
+ * Table Layout
2361
+ * @see https://tailwindcss.com/docs/table-layout
2362
+ */
2363
+ "table-layout": [{
2364
+ table: ["auto", "fixed"]
2365
+ }],
2366
+ // Transitions and Animation
2367
+ /**
2368
+ * Tranisition Property
2369
+ * @see https://tailwindcss.com/docs/transition-property
2370
+ */
2371
+ transition: [{
2372
+ transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", w]
2373
+ }],
2374
+ /**
2375
+ * Transition Duration
2376
+ * @see https://tailwindcss.com/docs/transition-duration
2377
+ */
2378
+ duration: [{
2379
+ duration: [O]
2380
+ }],
2381
+ /**
2382
+ * Transition Timing Function
2383
+ * @see https://tailwindcss.com/docs/transition-timing-function
2384
+ */
2385
+ ease: [{
2386
+ ease: ["linear", "in", "out", "in-out", w]
2387
+ }],
2388
+ /**
2389
+ * Transition Delay
2390
+ * @see https://tailwindcss.com/docs/transition-delay
2391
+ */
2392
+ delay: [{
2393
+ delay: [O]
2394
+ }],
2395
+ /**
2396
+ * Animation
2397
+ * @see https://tailwindcss.com/docs/animation
2398
+ */
2399
+ animate: [{
2400
+ animate: ["none", "spin", "ping", "pulse", "bounce", w]
2401
+ }],
2402
+ // Transforms
2403
+ /**
2404
+ * Transform
2405
+ * @see https://tailwindcss.com/docs/transform
2406
+ */
2407
+ transform: [{
2408
+ transform: ["", "gpu", "none"]
2409
+ }],
2410
+ /**
2411
+ * Scale
2412
+ * @see https://tailwindcss.com/docs/scale
2413
+ */
2414
+ scale: [{
2415
+ scale: [C]
2416
+ }],
2417
+ /**
2418
+ * Scale X
2419
+ * @see https://tailwindcss.com/docs/scale
2420
+ */
2421
+ "scale-x": [{
2422
+ "scale-x": [C]
2423
+ }],
2424
+ /**
2425
+ * Scale Y
2426
+ * @see https://tailwindcss.com/docs/scale
2427
+ */
2428
+ "scale-y": [{
2429
+ "scale-y": [C]
2430
+ }],
2431
+ /**
2432
+ * Rotate
2433
+ * @see https://tailwindcss.com/docs/rotate
2434
+ */
2435
+ rotate: [{
2436
+ rotate: [O, w]
2437
+ }],
2438
+ /**
2439
+ * Translate X
2440
+ * @see https://tailwindcss.com/docs/translate
2441
+ */
2442
+ "translate-x": [{
2443
+ "translate-x": [j]
2444
+ }],
2445
+ /**
2446
+ * Translate Y
2447
+ * @see https://tailwindcss.com/docs/translate
2448
+ */
2449
+ "translate-y": [{
2450
+ "translate-y": [j]
2451
+ }],
2452
+ /**
2453
+ * Skew X
2454
+ * @see https://tailwindcss.com/docs/skew
2455
+ */
2456
+ "skew-x": [{
2457
+ "skew-x": [h]
2458
+ }],
2459
+ /**
2460
+ * Skew Y
2461
+ * @see https://tailwindcss.com/docs/skew
2462
+ */
2463
+ "skew-y": [{
2464
+ "skew-y": [h]
2465
+ }],
2466
+ /**
2467
+ * Transform Origin
2468
+ * @see https://tailwindcss.com/docs/transform-origin
2469
+ */
2470
+ "transform-origin": [{
2471
+ origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", w]
2472
+ }],
2473
+ // Interactivity
2474
+ /**
2475
+ * Accent Color
2476
+ * @see https://tailwindcss.com/docs/accent-color
2477
+ */
2478
+ accent: [{
2479
+ accent: ["auto", t]
2480
+ }],
2481
+ /**
2482
+ * Appearance
2483
+ * @see https://tailwindcss.com/docs/appearance
2484
+ */
2485
+ appearance: ["appearance-none"],
2486
+ /**
2487
+ * Cursor
2488
+ * @see https://tailwindcss.com/docs/cursor
2489
+ */
2490
+ cursor: [{
2491
+ cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", w]
2492
+ }],
2493
+ /**
2494
+ * Caret Color
2495
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2496
+ */
2497
+ "caret-color": [{
2498
+ caret: [t]
2499
+ }],
2500
+ /**
2501
+ * Pointer Events
2502
+ * @see https://tailwindcss.com/docs/pointer-events
2503
+ */
2504
+ "pointer-events": [{
2505
+ "pointer-events": ["none", "auto"]
2506
+ }],
2507
+ /**
2508
+ * Resize
2509
+ * @see https://tailwindcss.com/docs/resize
2510
+ */
2511
+ resize: [{
2512
+ resize: ["none", "y", "x", ""]
2513
+ }],
2514
+ /**
2515
+ * Scroll Behavior
2516
+ * @see https://tailwindcss.com/docs/scroll-behavior
2517
+ */
2518
+ "scroll-behavior": [{
2519
+ scroll: ["auto", "smooth"]
2520
+ }],
2521
+ /**
2522
+ * Scroll Margin
2523
+ * @see https://tailwindcss.com/docs/scroll-margin
2524
+ */
2525
+ "scroll-m": [{
2526
+ "scroll-m": [e]
2527
+ }],
2528
+ /**
2529
+ * Scroll Margin X
2530
+ * @see https://tailwindcss.com/docs/scroll-margin
2531
+ */
2532
+ "scroll-mx": [{
2533
+ "scroll-mx": [e]
2534
+ }],
2535
+ /**
2536
+ * Scroll Margin Y
2537
+ * @see https://tailwindcss.com/docs/scroll-margin
2538
+ */
2539
+ "scroll-my": [{
2540
+ "scroll-my": [e]
2541
+ }],
2542
+ /**
2543
+ * Scroll Margin Top
2544
+ * @see https://tailwindcss.com/docs/scroll-margin
2545
+ */
2546
+ "scroll-mt": [{
2547
+ "scroll-mt": [e]
2548
+ }],
2549
+ /**
2550
+ * Scroll Margin Right
2551
+ * @see https://tailwindcss.com/docs/scroll-margin
2552
+ */
2553
+ "scroll-mr": [{
2554
+ "scroll-mr": [e]
2555
+ }],
2556
+ /**
2557
+ * Scroll Margin Bottom
2558
+ * @see https://tailwindcss.com/docs/scroll-margin
2559
+ */
2560
+ "scroll-mb": [{
2561
+ "scroll-mb": [e]
2562
+ }],
2563
+ /**
2564
+ * Scroll Margin Left
2565
+ * @see https://tailwindcss.com/docs/scroll-margin
2566
+ */
2567
+ "scroll-ml": [{
2568
+ "scroll-ml": [e]
2569
+ }],
2570
+ /**
2571
+ * Scroll Padding
2572
+ * @see https://tailwindcss.com/docs/scroll-padding
2573
+ */
2574
+ "scroll-p": [{
2575
+ "scroll-p": [e]
2576
+ }],
2577
+ /**
2578
+ * Scroll Padding X
2579
+ * @see https://tailwindcss.com/docs/scroll-padding
2580
+ */
2581
+ "scroll-px": [{
2582
+ "scroll-px": [e]
2583
+ }],
2584
+ /**
2585
+ * Scroll Padding Y
2586
+ * @see https://tailwindcss.com/docs/scroll-padding
2587
+ */
2588
+ "scroll-py": [{
2589
+ "scroll-py": [e]
2590
+ }],
2591
+ /**
2592
+ * Scroll Padding Top
2593
+ * @see https://tailwindcss.com/docs/scroll-padding
2594
+ */
2595
+ "scroll-pt": [{
2596
+ "scroll-pt": [e]
2597
+ }],
2598
+ /**
2599
+ * Scroll Padding Right
2600
+ * @see https://tailwindcss.com/docs/scroll-padding
2601
+ */
2602
+ "scroll-pr": [{
2603
+ "scroll-pr": [e]
2604
+ }],
2605
+ /**
2606
+ * Scroll Padding Bottom
2607
+ * @see https://tailwindcss.com/docs/scroll-padding
2608
+ */
2609
+ "scroll-pb": [{
2610
+ "scroll-pb": [e]
2611
+ }],
2612
+ /**
2613
+ * Scroll Padding Left
2614
+ * @see https://tailwindcss.com/docs/scroll-padding
2615
+ */
2616
+ "scroll-pl": [{
2617
+ "scroll-pl": [e]
2618
+ }],
2619
+ /**
2620
+ * Scroll Snap Align
2621
+ * @see https://tailwindcss.com/docs/scroll-snap-align
2622
+ */
2623
+ "snap-align": [{
2624
+ snap: ["start", "end", "center", "align-none"]
2625
+ }],
2626
+ /**
2627
+ * Scroll Snap Stop
2628
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
2629
+ */
2630
+ "snap-stop": [{
2631
+ snap: ["normal", "always"]
2632
+ }],
2633
+ /**
2634
+ * Scroll Snap Type
2635
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2636
+ */
2637
+ "snap-type": [{
2638
+ snap: ["none", "x", "y", "both"]
2639
+ }],
2640
+ /**
2641
+ * Scroll Snap Type Strictness
2642
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2643
+ */
2644
+ "snap-strictness": [{
2645
+ snap: ["mandatory", "proximity"]
2646
+ }],
2647
+ /**
2648
+ * Touch Action
2649
+ * @see https://tailwindcss.com/docs/touch-action
2650
+ */
2651
+ touch: [{
2652
+ touch: ["auto", "none", "pinch-zoom", "manipulation", {
2653
+ pan: ["x", "left", "right", "y", "up", "down"]
2654
+ }]
2655
+ }],
2656
+ /**
2657
+ * User Select
2658
+ * @see https://tailwindcss.com/docs/user-select
2659
+ */
2660
+ select: [{
2661
+ select: ["none", "text", "all", "auto"]
2662
+ }],
2663
+ /**
2664
+ * Will Change
2665
+ * @see https://tailwindcss.com/docs/will-change
2666
+ */
2667
+ "will-change": [{
2668
+ "will-change": ["auto", "scroll", "contents", "transform", w]
2669
+ }],
2670
+ // SVG
2671
+ /**
2672
+ * Fill
2673
+ * @see https://tailwindcss.com/docs/fill
2674
+ */
2675
+ fill: [{
2676
+ fill: [t, "none"]
2677
+ }],
2678
+ /**
2679
+ * Stroke Width
2680
+ * @see https://tailwindcss.com/docs/stroke-width
2681
+ */
2682
+ "stroke-w": [{
2683
+ stroke: [S, ve]
2684
+ }],
2685
+ /**
2686
+ * Stroke
2687
+ * @see https://tailwindcss.com/docs/stroke
2688
+ */
2689
+ stroke: [{
2690
+ stroke: [t, "none"]
2691
+ }],
2692
+ // Accessibility
2693
+ /**
2694
+ * Screen Readers
2695
+ * @see https://tailwindcss.com/docs/screen-readers
2696
+ */
2697
+ sr: ["sr-only", "not-sr-only"]
2698
+ },
2699
+ conflictingClassGroups: {
2700
+ overflow: ["overflow-x", "overflow-y"],
2701
+ overscroll: ["overscroll-x", "overscroll-y"],
2702
+ inset: ["inset-x", "inset-y", "top", "right", "bottom", "left"],
2703
+ "inset-x": ["right", "left"],
2704
+ "inset-y": ["top", "bottom"],
2705
+ flex: ["basis", "grow", "shrink"],
2706
+ "col-start-end": ["col-start", "col-end"],
2707
+ "row-start-end": ["row-start", "row-end"],
2708
+ gap: ["gap-x", "gap-y"],
2709
+ p: ["px", "py", "pt", "pr", "pb", "pl"],
2710
+ px: ["pr", "pl"],
2711
+ py: ["pt", "pb"],
2712
+ m: ["mx", "my", "mt", "mr", "mb", "ml"],
2713
+ mx: ["mr", "ml"],
2714
+ my: ["mt", "mb"],
2715
+ "font-size": ["leading"],
2716
+ "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2717
+ "fvn-ordinal": ["fvn-normal"],
2718
+ "fvn-slashed-zero": ["fvn-normal"],
2719
+ "fvn-figure": ["fvn-normal"],
2720
+ "fvn-spacing": ["fvn-normal"],
2721
+ "fvn-fraction": ["fvn-normal"],
2722
+ rounded: ["rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
2723
+ "rounded-t": ["rounded-tl", "rounded-tr"],
2724
+ "rounded-r": ["rounded-tr", "rounded-br"],
2725
+ "rounded-b": ["rounded-br", "rounded-bl"],
2726
+ "rounded-l": ["rounded-tl", "rounded-bl"],
2727
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
2728
+ "border-w": ["border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2729
+ "border-w-x": ["border-w-r", "border-w-l"],
2730
+ "border-w-y": ["border-w-t", "border-w-b"],
2731
+ "border-color": ["border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2732
+ "border-color-x": ["border-color-r", "border-color-l"],
2733
+ "border-color-y": ["border-color-t", "border-color-b"],
2734
+ "scroll-m": ["scroll-mx", "scroll-my", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2735
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
2736
+ "scroll-my": ["scroll-mt", "scroll-mb"],
2737
+ "scroll-p": ["scroll-px", "scroll-py", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2738
+ "scroll-px": ["scroll-pr", "scroll-pl"],
2739
+ "scroll-py": ["scroll-pt", "scroll-pb"]
2740
+ }
2741
+ };
2742
+ }
2743
+ var Fr = /* @__PURE__ */ Sr(Nr);
2744
+ var Br = typeof window > "u";
2745
+ function me(t, e, r, n) {
2746
+ var o, i = 0;
2747
+ typeof e != "boolean" && (n = r, r = e, e = void 0);
2748
+ function s() {
2749
+ var a = this, l = (/* @__PURE__ */ new Date()).valueOf() - i, u = arguments;
2750
+ function c() {
2751
+ i = (/* @__PURE__ */ new Date()).valueOf(), r.apply(a, u);
2752
+ }
2753
+ function d() {
2754
+ o = void 0;
2755
+ }
2756
+ n && !o && c(), o && clearTimeout(o);
2757
+ var f = n === void 0;
2758
+ f && l > t ? c() : e !== !0 && (o = setTimeout(n ? d : c, f ? t - l : t));
2759
+ }
2760
+ return s;
2761
+ }
2762
+ function Dr(t, e, r) {
2763
+ return r === void 0 ? me(t, e, !1) : me(t, r, e !== !1);
2764
+ }
2765
+ var Wr = function() {
2766
+ if (!Br) {
2767
+ var e = A.ref(""), r = ["2xl", "xl", "lg", "md", "sm"], n = {
2768
+ "2xl": window.matchMedia("(min-width:1536px)"),
2769
+ xl: window.matchMedia("(min-width:1280px)"),
2770
+ lg: window.matchMedia("(min-width:1024px)"),
2771
+ md: window.matchMedia("(min-width:768px)"),
2772
+ sm: window.matchMedia("(min-width:640px)")
2773
+ }, o = function() {
2774
+ for (var a = 0; a < r.length; a++) {
2775
+ var l = r[a];
2776
+ if (n[l].matches) {
2777
+ e.value = l;
2778
+ return;
2779
+ }
2780
+ }
2781
+ e.value = "default";
2782
+ }, i = Dr(0, function() {
2783
+ return o();
2784
+ });
2785
+ return o(), r.forEach(function(s) {
2786
+ return n[s].addEventListener("change", i);
2787
+ }), A.onBeforeUnmount(function() {
2788
+ r.forEach(function(s) {
2789
+ return n[s].removeEventListener("change", i);
2790
+ });
2791
+ }), {
2792
+ current: e
2793
+ };
2794
+ }
2795
+ };
2796
+ function at() {
2797
+ var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 100, e = A.ref(0), r;
2798
+ function n() {
2799
+ r = requestAnimationFrame(function() {
2800
+ e.value++, !(e.value >= t) && n();
2801
+ });
2802
+ }
2803
+ function o() {
2804
+ r && (cancelAnimationFrame(r), r = 0);
2805
+ }
2806
+ return n(), A.onBeforeUnmount(function() {
2807
+ return o();
2808
+ }), {
2809
+ defer: function(s) {
2810
+ return e.value >= s;
2811
+ },
2812
+ reset: function() {
2813
+ o(), e.value = 0, n();
2814
+ },
2815
+ cancel: o
2816
+ };
2817
+ }
2818
+ const st = "3.16.0";
2819
+ var U = "Tiny", Lr = {
2820
+ tiny_mode: String,
2821
+ tiny_mode_root: Boolean,
2822
+ tiny_template: [Function, Object],
2823
+ tiny_renderless: Function,
2824
+ tiny_theme: String,
2825
+ tiny_chart_theme: Object
2826
+ }, Ur = ["tiny_mode", "tiny_mode_root", "tiny_template", "tiny_renderless", "_constants", "tiny_theme", "tiny_chart_theme"], ie = function(e, r) {
2827
+ var n = function(d) {
2828
+ return ~["pc", "mobile", "mobile-first"].indexOf(d);
2829
+ }, o = ne(), i = typeof e.tiny_mode == "string" ? e.tiny_mode : null, s = A.inject("TinyMode", null), a;
2830
+ typeof o.tiny_mode == "string" ? a = o.tiny_mode : o.tiny_mode && (a = o.tiny_mode.value), n(i) || (i = null), n(s) || (s = null), n(a) || (a = null);
2831
+ var l = i || s || a || "pc";
2832
+ e.tiny_mode_root && A.provide("TinyMode", l);
2833
+ var u = A.getCurrentInstance();
2834
+ return u = u.proxy, Object.defineProperty(u, "_tiny_mode", {
2835
+ value: l
2836
+ }), l;
2837
+ }, Hr = function(e, r) {
2838
+ var n = function(c) {
2839
+ return ~["tiny", "saas"].indexOf(c);
2840
+ }, o = ne(), i = typeof e.tiny_theme == "string" ? e.tiny_theme : null, s = A.inject("TinyTheme", null), a = o.tiny_theme && o.tiny_theme.value;
2841
+ n(i) || (i = null), n(s) || (s = null), n(a) || (a = null);
2842
+ var l = i || s || a || "tiny";
2843
+ return l;
2844
+ }, Kr = function(e, r) {
2845
+ var n = ne(), o = P(e.tiny_chart_theme) === "object" ? e.tiny_chart_theme : null, i = A.inject("TinyChartTheme", null), s = n.tiny_chart_theme && n.tiny_chart_theme.value, a = o || i || s || null;
2846
+ return a;
2847
+ }, qr = function(e) {
2848
+ var r = e.props, n = e.context, o = e.template, i = e.extend, s = i === void 0 ? {} : i, a = ie(r), l = A.computed(function() {
2849
+ if (typeof r.tiny_template < "u")
2850
+ return r.tiny_template;
2851
+ var u = o(a, r);
2852
+ return typeof u == "function" ? ye(u) : u;
2853
+ });
2854
+ return he({
2855
+ view: l,
2856
+ props: r,
2857
+ context: n,
2858
+ extend: s
2859
+ });
2860
+ }, te = function() {
2861
+ for (var e = arguments.length, r = new Array(e), n = 0; n < e; n++)
2862
+ r[n] = arguments[n];
2863
+ return Fr(gr(r));
2864
+ }, H = {
2865
+ configKey: Symbol("designConfigKey"),
2866
+ configInstance: null
2867
+ }, lt = function(e) {
2868
+ Object.keys(e).length && (A.provide(H.configKey, e), H.configInstance = e);
2869
+ }, Qr = fr(H), Yr = {
2870
+ designConfig: null
2871
+ }, Zr = function(e) {
2872
+ var r, n, o = e.props, i = e.context, s = e.renderless, a = e.api, l = e.extendOptions, u = l === void 0 ? {} : l, c = e.mono, d = c === void 0 ? !1 : c, f = e.classes, v = f === void 0 ? {} : f, y = typeof o.tiny_renderless == "function" ? o.tiny_renderless : s, b = Yr.designConfig || A.inject(H.configKey, {}), m = b == null || (r = b.components) === null || r === void 0 ? void 0 : r[Xe().replace(U, "")], x = (typeof process > "u" ? "undefined" : P(process)) === "object" ? (n = process.env) === null || n === void 0 ? void 0 : n.TINY_MODE : null, p = X(X({
2873
+ $prefix: U,
2874
+ t: ce
2875
+ }, ar(i, ie(o))), {}, {
2876
+ designConfig: m,
2877
+ globalDesignConfig: b,
2878
+ useBreakpoint: Wr
2879
+ });
2880
+ x !== "pc" && (p.mergeClass = te), p.vm.theme = Hr(o), p.vm.chartTheme = Kr(o);
2881
+ var C = y(o, A, p, u);
2882
+ typeof (m == null ? void 0 : m.renderless) == "function" && Object.assign(C, m.renderless(o, A, p, C));
2883
+ var $ = {
2884
+ t: ce,
2885
+ vm: p.vm,
2886
+ f: ze,
2887
+ a: je,
2888
+ d: p.defineInstanceProperties,
2889
+ dp: p.defineParentInstanceProperties,
2890
+ gcls: function(I) {
2891
+ return Fe(v, I);
2892
+ }
2893
+ };
2894
+ return x !== "pc" && ($.m = te), $.d({
2895
+ slots: {
2896
+ get: function() {
2897
+ return p.vm.$slots;
2898
+ },
2899
+ configurable: !0
2900
+ },
2901
+ scopedSlots: {
2902
+ get: function() {
2903
+ return p.vm.$scopedSlots;
2904
+ },
2905
+ configurable: !0
2906
+ }
2907
+ }), $.dp({
2908
+ slots: {
2909
+ get: function() {
2910
+ return p.parent.$slots;
2911
+ },
2912
+ configurable: !0
2913
+ },
2914
+ scopedSlots: {
2915
+ get: function() {
2916
+ return p.parent.$scopedSlots;
2917
+ },
2918
+ configurable: !0
2919
+ }
2920
+ }), Se(), Array.isArray(a) && (Array.isArray(m == null ? void 0 : m.api) && (a = a.concat(m.api)), a.forEach(function(h) {
2921
+ var I = C[h];
2922
+ typeof I < "u" && ($[h] = I, d || p.setParentAttribute({
2923
+ name: h,
2924
+ value: I
2925
+ }));
2926
+ })), $;
2927
+ };
2928
+ function Jr(t) {
2929
+ var e = t.name, r = e === void 0 ? "Icon" : e, n = t.component;
2930
+ return function(o) {
2931
+ return Je(pr({
2932
+ name: U + r,
2933
+ setup: function(s, a) {
2934
+ var l, u = a.attrs || {}, c = u.fill, d = u.width, f = u.height, v = u["custom-class"], y = Object.assign({}, s, o || null), b = ie(y), m = b === "mobile-first", x = {
2935
+ "data-tag": m ? "tiny-svg" : null
2936
+ }, p = {
2937
+ attrs: x
2938
+ }, C = "tiny-svg", $ = (typeof process > "u" ? "undefined" : P(process)) === "object" ? (l = process.env) === null || l === void 0 ? void 0 : l.TINY_MODE : null;
2939
+ $ !== "pc" && m && (C = te("h-4 w-4 inline-block", v || "", y.class || ""));
2940
+ var h = Object.assign({
2941
+ style: {
2942
+ fill: c,
2943
+ width: d,
2944
+ height: f
2945
+ },
2946
+ class: C,
2947
+ isSvg: !0
2948
+ }, p);
2949
+ return h.nativeOn = a.listeners, he({
2950
+ component: n,
2951
+ props: y,
2952
+ context: a,
2953
+ extend: h
2954
+ });
2955
+ }
2956
+ }));
2957
+ };
2958
+ }
2959
+ var je = function(e, r, n) {
2960
+ var o = {}, i = function(l) {
2961
+ var u = r.some(function(c) {
2962
+ return new RegExp(c).test(l);
2963
+ });
2964
+ (n && u || !n && !u) && (o[l] = e[l]);
2965
+ };
2966
+ for (var s in e)
2967
+ i(s);
2968
+ return o;
2969
+ }, W = {}, Se = function() {
2970
+ for (var e in W) {
2971
+ var r = W[e];
2972
+ typeof r.install == "function" && r.install(er()), typeof r.init == "function" && r.init(rr());
2973
+ }
2974
+ W = {};
2975
+ }, Xr = function(e) {
2976
+ e.install = function(r) {
2977
+ r.component(e.name, e);
2978
+ };
2979
+ };
2980
+ const ut = {
2981
+ h: dr,
2982
+ directive: sr,
2983
+ parseVnode: ur,
2984
+ isEmptyVnode: cr,
2985
+ useRouter: xe,
2986
+ emitter: ge,
2987
+ createComponent: Qr,
2988
+ defineAsyncComponent: ye,
2989
+ filterAttrs: je,
2990
+ initComponent: Se,
2991
+ setupComponent: W,
2992
+ svg: Jr,
2993
+ $prefix: U,
2994
+ $props: Lr,
2995
+ props: Ur,
2996
+ $setup: qr,
2997
+ setup: Zr,
2998
+ hooks: A,
2999
+ getElementStatusClass: Ne,
3000
+ $install: Xr,
3001
+ isVnode: vr
3002
+ };
3003
+ export {
3004
+ Xr as $install,
3005
+ U as $prefix,
3006
+ Lr as $props,
3007
+ qr as $setup,
3008
+ it as KeepAlive,
3009
+ tt as Teleport,
3010
+ rr as appProperties,
3011
+ Qr as createComponent,
3012
+ Yr as customDesignConfig,
3013
+ ut as default,
3014
+ ye as defineAsyncComponent,
3015
+ pr as defineComponent,
3016
+ H as design,
3017
+ sr as directive,
3018
+ ge as emitter,
3019
+ je as filterAttrs,
3020
+ Ne as getElementStatusClass,
3021
+ dr as h,
3022
+ A as hooks,
3023
+ Se as initComponent,
3024
+ cr as isEmptyVnode,
3025
+ vr as isVnode,
3026
+ nt as isVue2,
3027
+ ot as isVue3,
3028
+ te as mergeClass,
3029
+ ur as parseVnode,
3030
+ Ur as props,
3031
+ lt as provideDesignConfig,
3032
+ ie as resolveMode,
3033
+ Hr as resolveTheme,
3034
+ Zr as setup,
3035
+ W as setupComponent,
3036
+ Jr as svg,
3037
+ Wr as useBreakpoint,
3038
+ at as useDefer,
3039
+ xe as useRouter,
3040
+ st as version
3041
+ };