bitboss-ui 2.0.102 → 2.0.103

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 (173) hide show
  1. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +10 -16
  2. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +109 -7
  3. package/dist/components/BbSelect/BbSelect.vue.d.ts +2 -16
  4. package/dist/composables/useBaseOptions.d.ts +31 -0
  5. package/dist/composables/useCoherence.d.ts +20 -0
  6. package/dist/composables/useHashedWatcher.d.ts +2 -0
  7. package/dist/composables/useIndexById.d.ts +11 -0
  8. package/dist/composables/useItemsGetter.d.ts +12 -0
  9. package/dist/composables/usePrefill.d.ts +12 -0
  10. package/dist/index100.js +88 -60
  11. package/dist/index101.js +10 -13
  12. package/dist/index111.js +154 -126
  13. package/dist/index119.js +2 -2
  14. package/dist/index121.js +5 -5
  15. package/dist/index123.js +1 -1
  16. package/dist/index127.js +1 -1
  17. package/dist/index128.js +1 -1
  18. package/dist/index129.js +1 -1
  19. package/dist/index13.js +2 -2
  20. package/dist/index131.js +1 -1
  21. package/dist/index132.js +69 -65
  22. package/dist/index15.js +4 -4
  23. package/dist/index17.js +3 -3
  24. package/dist/index19.js +126 -82
  25. package/dist/index205.js +52 -80
  26. package/dist/index207.js +13 -5
  27. package/dist/index208.js +19 -15
  28. package/dist/index209.js +4 -16
  29. package/dist/index21.js +14 -14
  30. package/dist/index210.js +124 -17
  31. package/dist/index211.js +5 -19
  32. package/dist/index212.js +121 -23
  33. package/dist/index213.js +19 -3
  34. package/dist/index214.js +16 -2
  35. package/dist/index215.js +16 -8
  36. package/dist/index216.js +2 -250
  37. package/dist/index217.js +2 -52
  38. package/dist/index218.js +41 -44
  39. package/dist/index219.js +6 -5
  40. package/dist/index220.js +5 -60
  41. package/dist/index221.js +10 -51
  42. package/dist/index222.js +371 -0
  43. package/dist/index223.js +2 -13
  44. package/dist/index224.js +4 -2
  45. package/dist/index225.js +2 -4
  46. package/dist/index226.js +3 -2
  47. package/dist/index227.js +7 -20
  48. package/dist/index228.js +8 -4
  49. package/dist/index229.js +3 -3
  50. package/dist/index23.js +16 -16
  51. package/dist/index230.js +84 -168
  52. package/dist/index232.js +10 -0
  53. package/dist/index233.js +25 -8
  54. package/dist/index234.js +14 -123
  55. package/dist/index235.js +47 -124
  56. package/dist/index236.js +15 -2
  57. package/dist/index237.js +11 -40
  58. package/dist/index238.js +16 -6
  59. package/dist/index239.js +19 -5
  60. package/dist/index240.js +27 -12
  61. package/dist/index241.js +247 -366
  62. package/dist/index242.js +52 -3
  63. package/dist/index243.js +44 -7
  64. package/dist/index244.js +5 -2
  65. package/dist/index245.js +59 -17
  66. package/dist/index246.js +2 -106
  67. package/dist/index247.js +117 -0
  68. package/dist/index248.js +3 -100
  69. package/dist/index249.js +4 -0
  70. package/dist/index25.js +6 -6
  71. package/dist/index250.js +18 -2
  72. package/dist/index251.js +106 -2
  73. package/dist/index253.js +100 -3
  74. package/dist/index255.js +12 -23
  75. package/dist/index256.js +2 -89
  76. package/dist/index257.js +4 -0
  77. package/dist/index258.js +10 -9
  78. package/dist/index259.js +3 -6
  79. package/dist/index260.js +6 -16
  80. package/dist/index261.js +15 -8
  81. package/dist/index262.js +9 -8
  82. package/dist/index263.js +23 -281
  83. package/dist/index264.js +89 -6
  84. package/dist/index266.js +3 -2
  85. package/dist/index268.js +7 -2
  86. package/dist/index269.js +176 -2
  87. package/dist/index27.js +1 -1
  88. package/dist/index270.js +281 -2
  89. package/dist/index271.js +6 -2
  90. package/dist/index272.js +2 -2
  91. package/dist/index273.js +2 -2
  92. package/dist/index274.js +2 -2
  93. package/dist/index275.js +2 -28
  94. package/dist/index276.js +2 -22
  95. package/dist/index277.js +128 -0
  96. package/dist/index278.js +429 -5
  97. package/dist/index279.js +22 -3
  98. package/dist/index281.js +2 -4
  99. package/dist/index282.js +4 -224
  100. package/dist/index283.js +23 -171
  101. package/dist/index284.js +200 -3
  102. package/dist/index285.js +435 -11
  103. package/dist/index286.js +125 -7
  104. package/dist/index287.js +87 -15
  105. package/dist/index288.js +8 -3
  106. package/dist/index289.js +3 -7
  107. package/dist/index29.js +3 -3
  108. package/dist/index290.js +7 -11
  109. package/dist/index291.js +11 -2
  110. package/dist/index292.js +15 -124
  111. package/dist/index293.js +9 -431
  112. package/dist/index294.js +7 -21
  113. package/dist/index296.js +2 -2
  114. package/dist/index297.js +2 -89
  115. package/dist/index298.js +2 -200
  116. package/dist/index299.js +2 -436
  117. package/dist/index300.js +2 -127
  118. package/dist/index301.js +22 -2
  119. package/dist/index303.js +224 -3
  120. package/dist/index304.js +3 -213
  121. package/dist/index305.js +2 -65
  122. package/dist/index306.js +213 -5
  123. package/dist/index307.js +2 -3
  124. package/dist/index308.js +5 -3
  125. package/dist/index309.js +66 -3
  126. package/dist/index31.js +2 -2
  127. package/dist/index310.js +3 -58
  128. package/dist/index311.js +3 -33
  129. package/dist/index312.js +57 -7
  130. package/dist/index313.js +32 -7
  131. package/dist/index314.js +1 -1
  132. package/dist/index315.js +1 -1
  133. package/dist/index316.js +3 -7
  134. package/dist/index317.js +3 -18
  135. package/dist/index318.js +8 -7
  136. package/dist/index319.js +8 -4
  137. package/dist/index320.js +7 -2
  138. package/dist/index321.js +17 -45
  139. package/dist/index322.js +7 -480
  140. package/dist/index323.js +49 -0
  141. package/dist/index324.js +2 -424
  142. package/dist/index326.js +480 -2
  143. package/dist/index327.js +426 -0
  144. package/dist/index329.js +4 -0
  145. package/dist/index33.js +102 -61
  146. package/dist/index35.js +3 -3
  147. package/dist/index37.js +284 -244
  148. package/dist/index39.js +5 -5
  149. package/dist/index41.js +2 -2
  150. package/dist/index43.js +129 -84
  151. package/dist/index45.js +122 -120
  152. package/dist/index47.js +2 -2
  153. package/dist/index49.js +2 -2
  154. package/dist/index55.js +1 -1
  155. package/dist/index57.js +2 -2
  156. package/dist/index61.js +2 -2
  157. package/dist/index75.js +3 -3
  158. package/dist/index79.js +2 -2
  159. package/dist/index81.js +1 -1
  160. package/dist/index84.js +3 -3
  161. package/dist/index86.js +1 -1
  162. package/dist/index88.js +4 -4
  163. package/dist/index90.js +1 -1
  164. package/package.json +1 -1
  165. package/dist/composables/useOptions.d.ts +0 -43
  166. package/dist/index206.js +0 -4
  167. package/dist/index231.js +0 -86
  168. package/dist/index252.js +0 -12
  169. package/dist/index254.js +0 -11
  170. package/dist/index265.js +0 -4
  171. package/dist/index302.js +0 -5
  172. /package/dist/{index267.js → index295.js} +0 -0
  173. /package/dist/{index325.js → index328.js} +0 -0
package/dist/index253.js CHANGED
@@ -1,5 +1,102 @@
1
- const o = () => {
2
- };
1
+ import { defineComponent as F, ref as H, computed as L, watch as N, openBlock as d, createElementBlock as v, Fragment as S, renderList as A, normalizeClass as O, withModifiers as P, toDisplayString as V } from "vue";
2
+ import { hash as f } from "./index229.js";
3
+ import { isNil as i } from "./index257.js";
4
+ const z = ["text", "onClick:clear"], j = /* @__PURE__ */ F({
5
+ __name: "CommaBox",
6
+ props: {
7
+ options: {}
8
+ },
9
+ emits: ["option:unselected"],
10
+ setup(m, { expose: h, emit: x }) {
11
+ const t = m, a = x, n = H(null), l = L(() => t.options.some((e) => !e.disabled)), u = (e = 1) => {
12
+ const s = i(n.value) ? -1 : n.value;
13
+ let o = (s + e) % t.options.length;
14
+ for (; t.options[o].disabled && o !== s; )
15
+ o = u(e + 1);
16
+ return o;
17
+ }, b = () => {
18
+ if (!l.value) return;
19
+ const e = u();
20
+ n.value = e;
21
+ }, c = (e = 1) => {
22
+ const s = i(n.value) ? 0 : n.value;
23
+ let o = (s - e + t.options.length) % t.options.length;
24
+ for (; t.options[o].disabled && o !== s; )
25
+ o = c(e + 1);
26
+ return o;
27
+ }, w = async () => {
28
+ if (!l.value) return;
29
+ const e = c();
30
+ n.value = e;
31
+ }, I = () => {
32
+ if (!l.value) return;
33
+ let e = 0;
34
+ for (; t.options[e].disabled; )
35
+ e++;
36
+ n.value = e;
37
+ }, g = () => {
38
+ if (!l.value) return;
39
+ let e = t.options.length - 1;
40
+ for (; t.options[e].disabled && e !== 0; )
41
+ e--;
42
+ n.value = e;
43
+ }, k = () => {
44
+ if (!l.value) return;
45
+ let e = 0;
46
+ for (; !t.options[e].selected && t.options.length !== e; )
47
+ e++;
48
+ n.value = e;
49
+ }, _ = () => {
50
+ if (!l.value) return;
51
+ let e = t.options.length - 1;
52
+ for (; t.options[e].selected && e !== 0; )
53
+ e--;
54
+ n.value = e;
55
+ }, C = (e) => {
56
+ if (!l.value) return;
57
+ const s = t.options.findIndex(
58
+ (o) => o.valueHash === e
59
+ );
60
+ s >= 0 && (n.value = s);
61
+ }, r = () => {
62
+ n.value = null;
63
+ }, y = () => {
64
+ if (!n.value) return;
65
+ const e = t.options[n.value];
66
+ e.selected && a("option:unselected", e);
67
+ }, B = () => i(n.value) ? void 0 : t.options[n.value];
68
+ return N(
69
+ () => t.options,
70
+ (e, s) => {
71
+ f(e) !== f(s) && r();
72
+ },
73
+ {
74
+ flush: "post"
75
+ }
76
+ ), h({
77
+ focusNext: b,
78
+ focusPrevious: w,
79
+ focusFirst: I,
80
+ focusFirstSelected: k,
81
+ focusLast: g,
82
+ focusLastSelected: _,
83
+ blur: r,
84
+ confirmOption: y,
85
+ focusByHash: C,
86
+ getHighlighted: B
87
+ }), (e, s) => (d(!0), v(S, null, A(e.options, (o, p) => (d(), v("span", {
88
+ key: o.valueHash,
89
+ class: O({
90
+ "bb-commabox-item": !0,
91
+ "bb-commabox-item--focused": p === n.value,
92
+ "bb-commabox-item--has-comma": p !== e.options.length - 1
93
+ }),
94
+ clearable: !0,
95
+ text: o.text,
96
+ "onClick:clear": P((D) => a("option:unselected", o), ["stop"])
97
+ }, V(o.text), 43, z))), 128));
98
+ }
99
+ });
3
100
  export {
4
- o as noop
101
+ j as default
5
102
  };
package/dist/index255.js CHANGED
@@ -1,25 +1,14 @@
1
- const e = {
2
- inert: ":not([inert]):not([inert] *)",
3
- negTabIndex: ':not([tabindex^="-"])',
4
- disabled: ":not(:disabled)"
5
- }, n = [
6
- `a[href]${e.inert}${e.negTabIndex}`,
7
- `area[href]${e.inert}${e.negTabIndex}`,
8
- `input:not([type="hidden"]):not([type="radio"])${e.inert}${e.negTabIndex}${e.disabled}`,
9
- `input[type="radio"]${e.inert}${e.negTabIndex}${e.disabled}`,
10
- `select${e.inert}${e.negTabIndex}${e.disabled}`,
11
- `textarea${e.inert}${e.negTabIndex}${e.disabled}`,
12
- `button${e.inert}${e.negTabIndex}${e.disabled}`,
13
- `details${e.inert} > summary:first-of-type${e.negTabIndex}`,
14
- // Discard until Firefox supports `:has()`
15
- // See: https://github.com/KittyGiraudel/focusable-selectors/issues/12
16
- // `details:not(:has(> summary))${not.inert}${not.negTabIndex}`,
17
- `iframe${e.inert}${e.negTabIndex}`,
18
- `audio[controls]${e.inert}${e.negTabIndex}`,
19
- `video[controls]${e.inert}${e.negTabIndex}`,
20
- `[contenteditable]${e.inert}${e.negTabIndex}`,
21
- `[tabindex]${e.inert}${e.negTabIndex}`
22
- ];
1
+ import { ref as t } from "vue";
2
+ const n = () => {
3
+ const e = t([]);
4
+ return { array: e, set: (...r) => {
5
+ e.value = r;
6
+ }, add: (...r) => {
7
+ e.value.push(...r);
8
+ }, remove: (r) => {
9
+ e.value = e.value.filter(r);
10
+ } };
11
+ };
23
12
  export {
24
- n as default
13
+ n as useArray
25
14
  };
package/dist/index256.js CHANGED
@@ -1,91 +1,4 @@
1
- import { defineComponent as h, toRef as y, ref as n, computed as a, watch as $, openBlock as b, createBlock as A, withCtx as k, createElementBlock as x, mergeProps as o, createElementVNode as c, renderSlot as B } from "vue";
2
- import C from "./index240.js";
3
- import f from "./index322.js";
4
- import { useFloating as D, arrow as E } from "./index234.js";
5
- import { autoUpdate as P, flip as F, offset as S, shift as M } from "./index241.js";
6
- const j = /* @__PURE__ */ h({
7
- __name: "CommonFloating",
8
- props: {
9
- arrowPadding: {},
10
- eager: { type: Boolean },
11
- offset: {},
12
- padding: {},
13
- placement: {},
14
- theme: {},
15
- transitionDuration: {},
16
- containerAttributes: { default: () => ({}) },
17
- bubbleAttributes: {},
18
- wrapper: {},
19
- baseClass: {},
20
- open: { type: Boolean }
21
- },
22
- setup(d) {
23
- const e = d, m = y(e, "wrapper"), r = n(), l = n(), i = n(), { floatingStyles: g, placement: w, middlewareData: s } = D(
24
- r,
25
- l,
26
- {
27
- placement: e.placement,
28
- whileElementsMounted: P,
29
- middleware: [
30
- F(),
31
- S(e.offset),
32
- M({ padding: e.padding }),
33
- E({
34
- element: i,
35
- padding: e.arrowPadding
36
- })
37
- ]
38
- }
39
- ), _ = a(() => {
40
- if (s.value.arrow) {
41
- const { x: t, y: u } = s.value.arrow;
42
- return {
43
- style: {
44
- left: `${t}px`,
45
- top: `${u}px`
46
- }
47
- };
48
- }
49
- }), p = a(() => f({}, e.containerAttributes, {
50
- class: {
51
- "bb-floating": !0,
52
- [`bb-floating--${w.value}`]: !0,
53
- [`${e.baseClass}__bubble-container--${e.theme}`]: e.theme,
54
- "bb-floating--hidden": !e.open,
55
- "bb-floating--open": e.open
56
- },
57
- style: {
58
- ...g.value,
59
- "--transition-duration": `${e.transitionDuration}ms`
60
- },
61
- tabindex: e.open ? void 0 : -1
62
- })), v = a(() => f({}, e.bubbleAttributes, {}));
63
- return $(
64
- () => e.open,
65
- (t) => {
66
- t && (r.value = m.value);
67
- }
68
- ), (t, u) => (b(), A(C, null, {
69
- default: k(() => [
70
- (b(), x("span", o(p.value, {
71
- key: p.value.id,
72
- ref_key: "content",
73
- ref: l
74
- }), [
75
- c("span", o({
76
- ref_key: "bubblearrow",
77
- ref: i,
78
- class: "bb-floating__arrow"
79
- }, _.value), null, 16),
80
- c("span", o({ class: "bb-floating__bubble" }, v.value), [
81
- B(t.$slots, "default")
82
- ], 16)
83
- ], 16))
84
- ]),
85
- _: 3
86
- }));
87
- }
88
- });
1
+ const o = (e) => e[0];
89
2
  export {
90
- j as default
3
+ o as head
91
4
  };
@@ -0,0 +1,4 @@
1
+ const r = (e) => typeof e > "u" || e === null;
2
+ export {
3
+ r as isNil
4
+ };
package/dist/index258.js CHANGED
@@ -1,11 +1,12 @@
1
- function u(e, i) {
2
- let t;
3
- return function(...o) {
4
- t !== void 0 && clearTimeout(t), t = setTimeout(() => {
5
- e.apply(this, o);
6
- }, i);
7
- };
8
- }
1
+ const o = (t, r) => {
2
+ const e = {};
3
+ for (const c in t)
4
+ if (Object.prototype.hasOwnProperty.call(t, c)) {
5
+ const n = t[c];
6
+ r(n, c, t) && (e[c] = n);
7
+ }
8
+ return e;
9
+ };
9
10
  export {
10
- u as debounce
11
+ o as pickBy
11
12
  };
package/dist/index259.js CHANGED
@@ -1,8 +1,5 @@
1
- import e from "./index308.js";
2
- import o from "./index309.js";
3
- import r from "./index310.js";
4
- const f = new r(o, e)._freeze();
1
+ const o = () => {
2
+ };
5
3
  export {
6
- r as Mime,
7
- f as default
4
+ o as noop
8
5
  };
package/dist/index260.js CHANGED
@@ -1,18 +1,8 @@
1
- const e = (o, r, f) => o.reduce((t, n) => {
2
- if (t) return t;
3
- if (f(n))
4
- return n;
5
- if (r in n) {
6
- const i = e(
7
- [].concat(n[r]),
8
- r,
9
- f
10
- );
11
- if (i)
12
- return i;
13
- }
14
- return t;
15
- }, null);
1
+ import e from "./index310.js";
2
+ import o from "./index311.js";
3
+ import r from "./index312.js";
4
+ const f = new r(o, e)._freeze();
16
5
  export {
17
- e as findInTree
6
+ r as Mime,
7
+ f as default
18
8
  };
package/dist/index261.js CHANGED
@@ -1,11 +1,18 @@
1
- import { get as o } from "./index290.js";
2
- const e = () => ({
3
- getItemValue(n, f) {
4
- if (typeof f > "u") return n;
5
- if (typeof f == "function") return f(n);
6
- if (typeof f == "string") return o(n, f);
1
+ const e = (o, r, f) => o.reduce((t, n) => {
2
+ if (t) return t;
3
+ if (f(n))
4
+ return n;
5
+ if (r in n) {
6
+ const i = e(
7
+ [].concat(n[r]),
8
+ r,
9
+ f
10
+ );
11
+ if (i)
12
+ return i;
7
13
  }
8
- });
14
+ return t;
15
+ }, null);
9
16
  export {
10
- e as useItemValue
17
+ e as findInTree
11
18
  };
package/dist/index262.js CHANGED
@@ -1,10 +1,11 @@
1
- const u = (t, r) => t.reduce(
2
- (e, n, o, d) => {
3
- const s = r(n, o, d);
4
- return e[s] = n, e;
5
- },
6
- {}
7
- );
1
+ const o = (n, t) => {
2
+ for (let e = n.length - 1; e >= 0; e--) {
3
+ const i = n[e];
4
+ if (t(i, e, n))
5
+ return e;
6
+ }
7
+ return -1;
8
+ };
8
9
  export {
9
- u as indexBy
10
+ o as findRightIndex
10
11
  };
package/dist/index263.js CHANGED
@@ -1,283 +1,25 @@
1
- import { commonjsGlobal as R } from "./index264.js";
2
- import { __module as U } from "./index265.js";
3
- var V;
4
- function et() {
5
- return V ? U.exports : (V = 1, function(B, K) {
6
- (function(C, k) {
7
- B.exports = k();
8
- })(R, function() {
9
- var C = 1e3, k = 6e4, q = 36e5, A = "millisecond", S = "second", w = "minute", _ = "hour", M = "day", T = "week", m = "month", F = "quarter", y = "year", O = "date", J = "Invalid Date", E = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, G = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, P = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(i) {
10
- var n = ["th", "st", "nd", "rd"], t = i % 100;
11
- return "[" + i + (n[(t - 20) % 10] || n[t] || n[0]) + "]";
12
- } }, I = function(i, n, t) {
13
- var r = String(i);
14
- return !r || r.length >= n ? i : "" + Array(n + 1 - r.length).join(t) + i;
15
- }, Q = { s: I, z: function(i) {
16
- var n = -i.utcOffset(), t = Math.abs(n), r = Math.floor(t / 60), e = t % 60;
17
- return (n <= 0 ? "+" : "-") + I(r, 2, "0") + ":" + I(e, 2, "0");
18
- }, m: function i(n, t) {
19
- if (n.date() < t.date()) return -i(t, n);
20
- var r = 12 * (t.year() - n.year()) + (t.month() - n.month()), e = n.clone().add(r, m), s = t - e < 0, u = n.clone().add(r + (s ? -1 : 1), m);
21
- return +(-(r + (t - e) / (s ? e - u : u - e)) || 0);
22
- }, a: function(i) {
23
- return i < 0 ? Math.ceil(i) || 0 : Math.floor(i);
24
- }, p: function(i) {
25
- return { M: m, y, w: T, d: M, D: O, h: _, m: w, s: S, ms: A, Q: F }[i] || String(i || "").toLowerCase().replace(/s$/, "");
26
- }, u: function(i) {
27
- return i === void 0;
28
- } }, x = "en", D = {};
29
- D[x] = P;
30
- var Z = "$isDayjsObject", N = function(i) {
31
- return i instanceof L || !(!i || !i[Z]);
32
- }, j = function i(n, t, r) {
33
- var e;
34
- if (!n) return x;
35
- if (typeof n == "string") {
36
- var s = n.toLowerCase();
37
- D[s] && (e = s), t && (D[s] = t, e = s);
38
- var u = n.split("-");
39
- if (!e && u.length > 1) return i(u[0]);
40
- } else {
41
- var o = n.name;
42
- D[o] = n, e = o;
43
- }
44
- return !r && e && (x = e), e || !r && x;
45
- }, f = function(i, n) {
46
- if (N(i)) return i.clone();
47
- var t = typeof n == "object" ? n : {};
48
- return t.date = i, t.args = arguments, new L(t);
49
- }, a = Q;
50
- a.l = j, a.i = N, a.w = function(i, n) {
51
- return f(i, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
52
- };
53
- var L = function() {
54
- function i(t) {
55
- this.$L = j(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[Z] = !0;
56
- }
57
- var n = i.prototype;
58
- return n.parse = function(t) {
59
- this.$d = function(r) {
60
- var e = r.date, s = r.utc;
61
- if (e === null) return /* @__PURE__ */ new Date(NaN);
62
- if (a.u(e)) return /* @__PURE__ */ new Date();
63
- if (e instanceof Date) return new Date(e);
64
- if (typeof e == "string" && !/Z$/i.test(e)) {
65
- var u = e.match(E);
66
- if (u) {
67
- var o = u[2] - 1 || 0, c = (u[7] || "0").substring(0, 3);
68
- return s ? new Date(Date.UTC(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c)) : new Date(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c);
69
- }
70
- }
71
- return new Date(e);
72
- }(t), this.init();
73
- }, n.init = function() {
74
- var t = this.$d;
75
- this.$y = t.getFullYear(), this.$M = t.getMonth(), this.$D = t.getDate(), this.$W = t.getDay(), this.$H = t.getHours(), this.$m = t.getMinutes(), this.$s = t.getSeconds(), this.$ms = t.getMilliseconds();
76
- }, n.$utils = function() {
77
- return a;
78
- }, n.isValid = function() {
79
- return this.$d.toString() !== J;
80
- }, n.isSame = function(t, r) {
81
- var e = f(t);
82
- return this.startOf(r) <= e && e <= this.endOf(r);
83
- }, n.isAfter = function(t, r) {
84
- return f(t) < this.startOf(r);
85
- }, n.isBefore = function(t, r) {
86
- return this.endOf(r) < f(t);
87
- }, n.$g = function(t, r, e) {
88
- return a.u(t) ? this[r] : this.set(e, t);
89
- }, n.unix = function() {
90
- return Math.floor(this.valueOf() / 1e3);
91
- }, n.valueOf = function() {
92
- return this.$d.getTime();
93
- }, n.startOf = function(t, r) {
94
- var e = this, s = !!a.u(r) || r, u = a.p(t), o = function(p, $) {
95
- var v = a.w(e.$u ? Date.UTC(e.$y, $, p) : new Date(e.$y, $, p), e);
96
- return s ? v : v.endOf(M);
97
- }, c = function(p, $) {
98
- return a.w(e.toDate()[p].apply(e.toDate("s"), (s ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice($)), e);
99
- }, h = this.$W, d = this.$M, l = this.$D, b = "set" + (this.$u ? "UTC" : "");
100
- switch (u) {
101
- case y:
102
- return s ? o(1, 0) : o(31, 11);
103
- case m:
104
- return s ? o(1, d) : o(0, d + 1);
105
- case T:
106
- var g = this.$locale().weekStart || 0, Y = (h < g ? h + 7 : h) - g;
107
- return o(s ? l - Y : l + (6 - Y), d);
108
- case M:
109
- case O:
110
- return c(b + "Hours", 0);
111
- case _:
112
- return c(b + "Minutes", 1);
113
- case w:
114
- return c(b + "Seconds", 2);
115
- case S:
116
- return c(b + "Milliseconds", 3);
117
- default:
118
- return this.clone();
119
- }
120
- }, n.endOf = function(t) {
121
- return this.startOf(t, !1);
122
- }, n.$set = function(t, r) {
123
- var e, s = a.p(t), u = "set" + (this.$u ? "UTC" : ""), o = (e = {}, e[M] = u + "Date", e[O] = u + "Date", e[m] = u + "Month", e[y] = u + "FullYear", e[_] = u + "Hours", e[w] = u + "Minutes", e[S] = u + "Seconds", e[A] = u + "Milliseconds", e)[s], c = s === M ? this.$D + (r - this.$W) : r;
124
- if (s === m || s === y) {
125
- var h = this.clone().set(O, 1);
126
- h.$d[o](c), h.init(), this.$d = h.set(O, Math.min(this.$D, h.daysInMonth())).$d;
127
- } else o && this.$d[o](c);
128
- return this.init(), this;
129
- }, n.set = function(t, r) {
130
- return this.clone().$set(t, r);
131
- }, n.get = function(t) {
132
- return this[a.p(t)]();
133
- }, n.add = function(t, r) {
134
- var e, s = this;
135
- t = Number(t);
136
- var u = a.p(r), o = function(d) {
137
- var l = f(s);
138
- return a.w(l.date(l.date() + Math.round(d * t)), s);
139
- };
140
- if (u === m) return this.set(m, this.$M + t);
141
- if (u === y) return this.set(y, this.$y + t);
142
- if (u === M) return o(1);
143
- if (u === T) return o(7);
144
- var c = (e = {}, e[w] = k, e[_] = q, e[S] = C, e)[u] || 1, h = this.$d.getTime() + t * c;
145
- return a.w(h, this);
146
- }, n.subtract = function(t, r) {
147
- return this.add(-1 * t, r);
148
- }, n.format = function(t) {
149
- var r = this, e = this.$locale();
150
- if (!this.isValid()) return e.invalidDate || J;
151
- var s = t || "YYYY-MM-DDTHH:mm:ssZ", u = a.z(this), o = this.$H, c = this.$m, h = this.$M, d = e.weekdays, l = e.months, b = e.meridiem, g = function($, v, H, W) {
152
- return $ && ($[v] || $(r, s)) || H[v].slice(0, W);
153
- }, Y = function($) {
154
- return a.s(o % 12 || 12, $, "0");
155
- }, p = b || function($, v, H) {
156
- var W = $ < 12 ? "AM" : "PM";
157
- return H ? W.toLowerCase() : W;
158
- };
159
- return s.replace(G, function($, v) {
160
- return v || function(H) {
161
- switch (H) {
162
- case "YY":
163
- return String(r.$y).slice(-2);
164
- case "YYYY":
165
- return a.s(r.$y, 4, "0");
166
- case "M":
167
- return h + 1;
168
- case "MM":
169
- return a.s(h + 1, 2, "0");
170
- case "MMM":
171
- return g(e.monthsShort, h, l, 3);
172
- case "MMMM":
173
- return g(l, h);
174
- case "D":
175
- return r.$D;
176
- case "DD":
177
- return a.s(r.$D, 2, "0");
178
- case "d":
179
- return String(r.$W);
180
- case "dd":
181
- return g(e.weekdaysMin, r.$W, d, 2);
182
- case "ddd":
183
- return g(e.weekdaysShort, r.$W, d, 3);
184
- case "dddd":
185
- return d[r.$W];
186
- case "H":
187
- return String(o);
188
- case "HH":
189
- return a.s(o, 2, "0");
190
- case "h":
191
- return Y(1);
192
- case "hh":
193
- return Y(2);
194
- case "a":
195
- return p(o, c, !0);
196
- case "A":
197
- return p(o, c, !1);
198
- case "m":
199
- return String(c);
200
- case "mm":
201
- return a.s(c, 2, "0");
202
- case "s":
203
- return String(r.$s);
204
- case "ss":
205
- return a.s(r.$s, 2, "0");
206
- case "SSS":
207
- return a.s(r.$ms, 3, "0");
208
- case "Z":
209
- return u;
210
- }
211
- return null;
212
- }($) || u.replace(":", "");
213
- });
214
- }, n.utcOffset = function() {
215
- return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
216
- }, n.diff = function(t, r, e) {
217
- var s, u = this, o = a.p(r), c = f(t), h = (c.utcOffset() - this.utcOffset()) * k, d = this - c, l = function() {
218
- return a.m(u, c);
219
- };
220
- switch (o) {
221
- case y:
222
- s = l() / 12;
223
- break;
224
- case m:
225
- s = l();
226
- break;
227
- case F:
228
- s = l() / 3;
229
- break;
230
- case T:
231
- s = (d - h) / 6048e5;
232
- break;
233
- case M:
234
- s = (d - h) / 864e5;
235
- break;
236
- case _:
237
- s = d / q;
238
- break;
239
- case w:
240
- s = d / k;
241
- break;
242
- case S:
243
- s = d / C;
244
- break;
245
- default:
246
- s = d;
247
- }
248
- return e ? s : a.a(s);
249
- }, n.daysInMonth = function() {
250
- return this.endOf(m).$D;
251
- }, n.$locale = function() {
252
- return D[this.$L];
253
- }, n.locale = function(t, r) {
254
- if (!t) return this.$L;
255
- var e = this.clone(), s = j(t, r, !0);
256
- return s && (e.$L = s), e;
257
- }, n.clone = function() {
258
- return a.w(this.$d, this);
259
- }, n.toDate = function() {
260
- return new Date(this.valueOf());
261
- }, n.toJSON = function() {
262
- return this.isValid() ? this.toISOString() : null;
263
- }, n.toISOString = function() {
264
- return this.$d.toISOString();
265
- }, n.toString = function() {
266
- return this.$d.toUTCString();
267
- }, i;
268
- }(), z = L.prototype;
269
- return f.prototype = z, [["$ms", A], ["$s", S], ["$m", w], ["$H", _], ["$W", M], ["$M", m], ["$y", y], ["$D", O]].forEach(function(i) {
270
- z[i[1]] = function(n) {
271
- return this.$g(n, i[0], i[1]);
272
- };
273
- }), f.extend = function(i, n) {
274
- return i.$i || (i(n, L, f), i.$i = !0), f;
275
- }, f.locale = j, f.isDayjs = N, f.unix = function(i) {
276
- return f(1e3 * i);
277
- }, f.en = D[x], f.Ls = D, f.p = {}, f;
278
- });
279
- }(U), U.exports);
280
- }
1
+ const e = {
2
+ inert: ":not([inert]):not([inert] *)",
3
+ negTabIndex: ':not([tabindex^="-"])',
4
+ disabled: ":not(:disabled)"
5
+ }, n = [
6
+ `a[href]${e.inert}${e.negTabIndex}`,
7
+ `area[href]${e.inert}${e.negTabIndex}`,
8
+ `input:not([type="hidden"]):not([type="radio"])${e.inert}${e.negTabIndex}${e.disabled}`,
9
+ `input[type="radio"]${e.inert}${e.negTabIndex}${e.disabled}`,
10
+ `select${e.inert}${e.negTabIndex}${e.disabled}`,
11
+ `textarea${e.inert}${e.negTabIndex}${e.disabled}`,
12
+ `button${e.inert}${e.negTabIndex}${e.disabled}`,
13
+ `details${e.inert} > summary:first-of-type${e.negTabIndex}`,
14
+ // Discard until Firefox supports `:has()`
15
+ // See: https://github.com/KittyGiraudel/focusable-selectors/issues/12
16
+ // `details:not(:has(> summary))${not.inert}${not.negTabIndex}`,
17
+ `iframe${e.inert}${e.negTabIndex}`,
18
+ `audio[controls]${e.inert}${e.negTabIndex}`,
19
+ `video[controls]${e.inert}${e.negTabIndex}`,
20
+ `[contenteditable]${e.inert}${e.negTabIndex}`,
21
+ `[tabindex]${e.inert}${e.negTabIndex}`
22
+ ];
281
23
  export {
282
- et as __require
24
+ n as default
283
25
  };