bitboss-ui 0.1.80 → 0.1.82

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 (224) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +5 -2
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +3 -0
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +10 -2
  4. package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +3 -0
  5. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +3 -0
  6. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +3 -0
  7. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +3 -0
  8. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +4 -1
  9. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +4 -1
  10. package/dist/components/BaseRating/BaseRating.vue.d.ts +4 -1
  11. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +16 -2
  12. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +3 -0
  13. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +3 -0
  14. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +3 -0
  15. package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -1
  16. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +4 -1
  17. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -2
  18. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +5 -2
  19. package/dist/components/BbAlert/BbAlert.vue.d.ts +3 -0
  20. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +7 -58
  21. package/dist/components/BbBadge/BbBadge.vue.d.ts +4 -1
  22. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +3 -0
  23. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +3 -0
  24. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +3 -0
  25. package/dist/components/BbChip/BbChip.vue.d.ts +7 -1
  26. package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +4 -1
  27. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +3 -0
  28. package/dist/components/BbDialog/BbDialog.vue.d.ts +3 -0
  29. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +15 -3
  30. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +4 -1
  31. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +6 -7
  32. package/dist/components/BbIcon/BbIcon.vue.d.ts +3 -0
  33. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +4 -1
  34. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +3 -0
  35. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +3 -0
  36. package/dist/components/BbPagination/BbPagination.vue.d.ts +4 -1
  37. package/dist/components/BbPopover/BbPopover.vue.d.ts +14 -7
  38. package/dist/components/BbProgress/BbProgress.vue.d.ts +3 -0
  39. package/dist/components/BbRadio/BbRadio.vue.d.ts +3 -0
  40. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +1 -6
  41. package/dist/components/BbRating/BbRating.vue.d.ts +3 -0
  42. package/dist/components/BbRatio/BbRatio.vue.d.ts +4 -1
  43. package/dist/components/BbSelect/BbSelect.vue.d.ts +14 -3
  44. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +5 -2
  45. package/dist/components/BbSpinner/BbSpinner.vue.d.ts +3 -0
  46. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +3 -0
  47. package/dist/components/BbTab/BbTab.vue.d.ts +4 -1
  48. package/dist/components/BbTable/BbTable.vue.d.ts +258 -295
  49. package/dist/components/BbTable/types.d.ts +214 -0
  50. package/dist/components/BbTag/BbTag.vue.d.ts +3 -0
  51. package/dist/components/BbToast/BbToast.vue.d.ts +3 -0
  52. package/dist/components/BbToast/BbToastMessage.vue.d.ts +3 -0
  53. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +8 -7
  54. package/dist/components/BbTree/BbTree.vue.d.ts +9 -1
  55. package/dist/composables/useItemText.d.ts +6 -1
  56. package/dist/index.d.ts +1 -1
  57. package/dist/index10.js +2 -2
  58. package/dist/index10.js.map +1 -1
  59. package/dist/index100.js +2 -2
  60. package/dist/index102.js +4 -3
  61. package/dist/index102.js.map +1 -1
  62. package/dist/index106.js +1 -1
  63. package/dist/index108.js +85 -57
  64. package/dist/index108.js.map +1 -1
  65. package/dist/index110.js +77 -55
  66. package/dist/index110.js.map +1 -1
  67. package/dist/index112.js +5 -5
  68. package/dist/index112.js.map +1 -1
  69. package/dist/index113.js +1 -1
  70. package/dist/index113.js.map +1 -1
  71. package/dist/index114.js +1 -1
  72. package/dist/index115.js +1 -1
  73. package/dist/index115.js.map +1 -1
  74. package/dist/index116.js +1 -1
  75. package/dist/index118.js +1 -1
  76. package/dist/index12.js +8 -8
  77. package/dist/index120.js +1 -1
  78. package/dist/index121.js +11 -11
  79. package/dist/index121.js.map +1 -1
  80. package/dist/index14.js +9 -9
  81. package/dist/index16.js +3 -3
  82. package/dist/index18.js +2 -2
  83. package/dist/index189.js +2 -2
  84. package/dist/index189.js.map +1 -1
  85. package/dist/index190.js +2 -4
  86. package/dist/index190.js.map +1 -1
  87. package/dist/index191.js +2 -2
  88. package/dist/index191.js.map +1 -1
  89. package/dist/index192.js +3 -2
  90. package/dist/index192.js.map +1 -1
  91. package/dist/index193.js +3 -2
  92. package/dist/index193.js.map +1 -1
  93. package/dist/index194.js +4 -3
  94. package/dist/index194.js.map +1 -1
  95. package/dist/index195.js +3 -35
  96. package/dist/index195.js.map +1 -1
  97. package/dist/index196.js +35 -6
  98. package/dist/index196.js.map +1 -1
  99. package/dist/index197.js +6 -350
  100. package/dist/index197.js.map +1 -1
  101. package/dist/index198.js +5 -134
  102. package/dist/index198.js.map +1 -1
  103. package/dist/index199.js +16 -5
  104. package/dist/index199.js.map +1 -1
  105. package/dist/index20.js +1 -1
  106. package/dist/index20.js.map +1 -1
  107. package/dist/index200.js +15 -18
  108. package/dist/index200.js.map +1 -1
  109. package/dist/index201.js +19 -2
  110. package/dist/index201.js.map +1 -1
  111. package/dist/index202.js +18 -184
  112. package/dist/index202.js.map +1 -1
  113. package/dist/index203.js +29 -23
  114. package/dist/index203.js.map +1 -1
  115. package/dist/index204.js +8 -331
  116. package/dist/index204.js.map +1 -1
  117. package/dist/index205.js +2 -2
  118. package/dist/index205.js.map +1 -1
  119. package/dist/index206.js +351 -2
  120. package/dist/index206.js.map +1 -1
  121. package/dist/index207.js +131 -13
  122. package/dist/index207.js.map +1 -1
  123. package/dist/index208.js +2 -16
  124. package/dist/index208.js.map +1 -1
  125. package/dist/index209.js +184 -18
  126. package/dist/index209.js.map +1 -1
  127. package/dist/index210.js +23 -29
  128. package/dist/index210.js.map +1 -1
  129. package/dist/index211.js +369 -8
  130. package/dist/index211.js.map +1 -1
  131. package/dist/index212.js +2 -3
  132. package/dist/index212.js.map +1 -1
  133. package/dist/index213.js +2 -3
  134. package/dist/index213.js.map +1 -1
  135. package/dist/index216.js +73 -53
  136. package/dist/index216.js.map +1 -1
  137. package/dist/index217.js +3 -3
  138. package/dist/index22.js +2 -2
  139. package/dist/index221.js +223 -10
  140. package/dist/index221.js.map +1 -1
  141. package/dist/index222.js +252 -429
  142. package/dist/index222.js.map +1 -1
  143. package/dist/index223.js +10 -8
  144. package/dist/index223.js.map +1 -1
  145. package/dist/index224.js +428 -82
  146. package/dist/index224.js.map +1 -1
  147. package/dist/index225.js +9 -8
  148. package/dist/index225.js.map +1 -1
  149. package/dist/index226.js +88 -5
  150. package/dist/index226.js.map +1 -1
  151. package/dist/index235.js +2 -69
  152. package/dist/index235.js.map +1 -1
  153. package/dist/index236.js +2 -162
  154. package/dist/index236.js.map +1 -1
  155. package/dist/index237.js +2 -2
  156. package/dist/index238.js +2 -2
  157. package/dist/index238.js.map +1 -1
  158. package/dist/index239.js +9 -2
  159. package/dist/index239.js.map +1 -1
  160. package/dist/index24.js +1 -1
  161. package/dist/index24.js.map +1 -1
  162. package/dist/index240.js +6 -2
  163. package/dist/index240.js.map +1 -1
  164. package/dist/index241.js +162 -2
  165. package/dist/index241.js.map +1 -1
  166. package/dist/index242.js +2 -2
  167. package/dist/index243.js +2 -224
  168. package/dist/index243.js.map +1 -1
  169. package/dist/index244.js +68 -257
  170. package/dist/index244.js.map +1 -1
  171. package/dist/index245.js +2 -38
  172. package/dist/index245.js.map +1 -1
  173. package/dist/index246.js +38 -2
  174. package/dist/index246.js.map +1 -1
  175. package/dist/index247.js +2 -2
  176. package/dist/index247.js.map +1 -1
  177. package/dist/index248.js +2 -2
  178. package/dist/index248.js.map +1 -1
  179. package/dist/index249.js +2 -2
  180. package/dist/index250.js +2 -2
  181. package/dist/index251.js +2 -2
  182. package/dist/index251.js.map +1 -1
  183. package/dist/index252.js +5 -0
  184. package/dist/index252.js.map +1 -0
  185. package/dist/index26.js +3 -3
  186. package/dist/index26.js.map +1 -1
  187. package/dist/index28.js +172 -155
  188. package/dist/index28.js.map +1 -1
  189. package/dist/index30.js +2 -2
  190. package/dist/index32.js +2 -2
  191. package/dist/index34.js +2 -2
  192. package/dist/index34.js.map +1 -1
  193. package/dist/index36.js +21 -19
  194. package/dist/index36.js.map +1 -1
  195. package/dist/index38.js.map +1 -1
  196. package/dist/index44.js +1 -1
  197. package/dist/index44.js.map +1 -1
  198. package/dist/index46.js +1 -1
  199. package/dist/index46.js.map +1 -1
  200. package/dist/index6.js.map +1 -1
  201. package/dist/index62.js +168 -137
  202. package/dist/index62.js.map +1 -1
  203. package/dist/index64.js +38 -30
  204. package/dist/index64.js.map +1 -1
  205. package/dist/index66.js.map +1 -1
  206. package/dist/index69.js +1 -1
  207. package/dist/index72.js +1 -1
  208. package/dist/index74.js.map +1 -1
  209. package/dist/index76.js +96 -66
  210. package/dist/index76.js.map +1 -1
  211. package/dist/index78.js +1 -1
  212. package/dist/index8.js +2 -2
  213. package/dist/index82.js +2 -2
  214. package/dist/index82.js.map +1 -1
  215. package/dist/index84.js.map +1 -1
  216. package/dist/index88.js +7 -4
  217. package/dist/index88.js.map +1 -1
  218. package/dist/index96.js +2 -2
  219. package/dist/index96.js.map +1 -1
  220. package/dist/index98.js +35 -30
  221. package/dist/index98.js.map +1 -1
  222. package/dist/style.css +1 -1
  223. package/dist/types/CommonProps.d.ts +15 -8
  224. package/package.json +1 -1
package/dist/index224.js CHANGED
@@ -1,92 +1,438 @@
1
- import { commonjsGlobal as b, getDefaultExportFromCjs as M } from "./index227.js";
2
- var k = "Expected a function", E = 0 / 0, N = "[object Symbol]", $ = /^\s+|\s+$/g, A = /^[-+]0x[0-9a-f]+$/i, B = /^0b[01]+$/i, R = /^0o[0-7]+$/i, _ = parseInt, D = typeof b == "object" && b && b.Object === Object && b, G = typeof self == "object" && self && self.Object === Object && self, P = D || G || Function("return this")(), H = Object.prototype, U = H.toString, X = Math.max, q = Math.min, v = function() {
3
- return P.Date.now();
4
- };
5
- function z(e, n, r) {
6
- var f, a, m, u, i, c, s = 0, x = !1, l = !1, j = !0;
7
- if (typeof e != "function")
8
- throw new TypeError(k);
9
- n = S(n) || 0, y(r) && (x = !!r.leading, l = "maxWait" in r, m = l ? X(S(r.maxWait) || 0, n) : m, j = "trailing" in r ? !!r.trailing : j);
10
- function p(t) {
11
- var o = f, d = a;
12
- return f = a = void 0, s = t, u = e.apply(d, o), u;
13
- }
14
- function C(t) {
15
- return s = t, i = setTimeout(g, n), x ? p(t) : u;
16
- }
17
- function L(t) {
18
- var o = t - c, d = t - s, O = n - o;
19
- return l ? q(O, m - d) : O;
20
- }
21
- function h(t) {
22
- var o = t - c, d = t - s;
23
- return c === void 0 || o >= n || o < 0 || l && d >= m;
24
- }
25
- function g() {
26
- var t = v();
27
- if (h(t))
28
- return I(t);
29
- i = setTimeout(g, L(t));
30
- }
31
- function I(t) {
32
- return i = void 0, j && f ? p(t) : (f = a = void 0, u);
1
+ import { isFocusable as G, tabbable as te, focusable as ae, isTabbable as T, getTabIndex as K } from "./index234.js";
2
+ /*!
3
+ * focus-trap 7.5.4
4
+ * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
5
+ */
6
+ function z(u, a) {
7
+ var o = Object.keys(u);
8
+ if (Object.getOwnPropertySymbols) {
9
+ var i = Object.getOwnPropertySymbols(u);
10
+ a && (i = i.filter(function(m) {
11
+ return Object.getOwnPropertyDescriptor(u, m).enumerable;
12
+ })), o.push.apply(o, i);
33
13
  }
34
- function W() {
35
- i !== void 0 && clearTimeout(i), s = 0, f = c = a = i = void 0;
36
- }
37
- function F() {
38
- return i === void 0 ? u : I(v());
39
- }
40
- function T() {
41
- var t = v(), o = h(t);
42
- if (f = arguments, a = this, c = t, o) {
43
- if (i === void 0)
44
- return C(c);
45
- if (l)
46
- return i = setTimeout(g, n), p(c);
47
- }
48
- return i === void 0 && (i = setTimeout(g, n)), u;
49
- }
50
- return T.cancel = W, T.flush = F, T;
14
+ return o;
51
15
  }
52
- function J(e, n, r) {
53
- var f = !0, a = !0;
54
- if (typeof e != "function")
55
- throw new TypeError(k);
56
- return y(r) && (f = "leading" in r ? !!r.leading : f, a = "trailing" in r ? !!r.trailing : a), z(e, n, {
57
- leading: f,
58
- maxWait: n,
59
- trailing: a
60
- });
16
+ function J(u) {
17
+ for (var a = 1; a < arguments.length; a++) {
18
+ var o = arguments[a] != null ? arguments[a] : {};
19
+ a % 2 ? z(Object(o), !0).forEach(function(i) {
20
+ ne(u, i, o[i]);
21
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(u, Object.getOwnPropertyDescriptors(o)) : z(Object(o)).forEach(function(i) {
22
+ Object.defineProperty(u, i, Object.getOwnPropertyDescriptor(o, i));
23
+ });
24
+ }
25
+ return u;
61
26
  }
62
- function y(e) {
63
- var n = typeof e;
64
- return !!e && (n == "object" || n == "function");
27
+ function ne(u, a, o) {
28
+ return a = ie(a), a in u ? Object.defineProperty(u, a, {
29
+ value: o,
30
+ enumerable: !0,
31
+ configurable: !0,
32
+ writable: !0
33
+ }) : u[a] = o, u;
65
34
  }
66
- function K(e) {
67
- return !!e && typeof e == "object";
35
+ function re(u, a) {
36
+ if (typeof u != "object" || u === null)
37
+ return u;
38
+ var o = u[Symbol.toPrimitive];
39
+ if (o !== void 0) {
40
+ var i = o.call(u, a || "default");
41
+ if (typeof i != "object")
42
+ return i;
43
+ throw new TypeError("@@toPrimitive must return a primitive value.");
44
+ }
45
+ return (a === "string" ? String : Number)(u);
68
46
  }
69
- function Q(e) {
70
- return typeof e == "symbol" || K(e) && U.call(e) == N;
47
+ function ie(u) {
48
+ var a = re(u, "string");
49
+ return typeof a == "symbol" ? a : String(a);
71
50
  }
72
- function S(e) {
73
- if (typeof e == "number")
74
- return e;
75
- if (Q(e))
76
- return E;
77
- if (y(e)) {
78
- var n = typeof e.valueOf == "function" ? e.valueOf() : e;
79
- e = y(n) ? n + "" : n;
51
+ var Q = {
52
+ activateTrap: function(a, o) {
53
+ if (a.length > 0) {
54
+ var i = a[a.length - 1];
55
+ i !== o && i.pause();
56
+ }
57
+ var m = a.indexOf(o);
58
+ m === -1 || a.splice(m, 1), a.push(o);
59
+ },
60
+ deactivateTrap: function(a, o) {
61
+ var i = a.indexOf(o);
62
+ i !== -1 && a.splice(i, 1), a.length > 0 && a[a.length - 1].unpause();
80
63
  }
81
- if (typeof e != "string")
82
- return e === 0 ? e : +e;
83
- e = e.replace($, "");
84
- var r = B.test(e);
85
- return r || R.test(e) ? _(e.slice(2), r ? 2 : 8) : A.test(e) ? E : +e;
86
- }
87
- var V = J;
88
- const Z = /* @__PURE__ */ M(V);
64
+ }, oe = function(a) {
65
+ return a.tagName && a.tagName.toLowerCase() === "input" && typeof a.select == "function";
66
+ }, ue = function(a) {
67
+ return (a == null ? void 0 : a.key) === "Escape" || (a == null ? void 0 : a.key) === "Esc" || (a == null ? void 0 : a.keyCode) === 27;
68
+ }, L = function(a) {
69
+ return (a == null ? void 0 : a.key) === "Tab" || (a == null ? void 0 : a.keyCode) === 9;
70
+ }, se = function(a) {
71
+ return L(a) && !a.shiftKey;
72
+ }, ce = function(a) {
73
+ return L(a) && a.shiftKey;
74
+ }, W = function(a) {
75
+ return setTimeout(a, 0);
76
+ }, X = function(a, o) {
77
+ var i = -1;
78
+ return a.every(function(m, s) {
79
+ return o(m) ? (i = s, !1) : !0;
80
+ }), i;
81
+ }, B = function(a) {
82
+ for (var o = arguments.length, i = new Array(o > 1 ? o - 1 : 0), m = 1; m < o; m++)
83
+ i[m - 1] = arguments[m];
84
+ return typeof a == "function" ? a.apply(void 0, i) : a;
85
+ }, C = function(a) {
86
+ return a.target.shadowRoot && typeof a.composedPath == "function" ? a.composedPath()[0] : a.target;
87
+ }, le = [], de = function(a, o) {
88
+ var i = (o == null ? void 0 : o.document) || document, m = (o == null ? void 0 : o.trapStack) || le, s = J({
89
+ returnFocusOnDeactivate: !0,
90
+ escapeDeactivates: !0,
91
+ delayInitialFocus: !0,
92
+ isKeyForward: se,
93
+ isKeyBackward: ce
94
+ }, o), n = {
95
+ // containers given to createFocusTrap()
96
+ // @type {Array<HTMLElement>}
97
+ containers: [],
98
+ // list of objects identifying tabbable nodes in `containers` in the trap
99
+ // NOTE: it's possible that a group has no tabbable nodes if nodes get removed while the trap
100
+ // is active, but the trap should never get to a state where there isn't at least one group
101
+ // with at least one tabbable node in it (that would lead to an error condition that would
102
+ // result in an error being thrown)
103
+ // @type {Array<{
104
+ // container: HTMLElement,
105
+ // tabbableNodes: Array<HTMLElement>, // empty if none
106
+ // focusableNodes: Array<HTMLElement>, // empty if none
107
+ // posTabIndexesFound: boolean,
108
+ // firstTabbableNode: HTMLElement|undefined,
109
+ // lastTabbableNode: HTMLElement|undefined,
110
+ // firstDomTabbableNode: HTMLElement|undefined,
111
+ // lastDomTabbableNode: HTMLElement|undefined,
112
+ // nextTabbableNode: (node: HTMLElement, forward: boolean) => HTMLElement|undefined
113
+ // }>}
114
+ containerGroups: [],
115
+ // same order/length as `containers` list
116
+ // references to objects in `containerGroups`, but only those that actually have
117
+ // tabbable nodes in them
118
+ // NOTE: same order as `containers` and `containerGroups`, but __not necessarily__
119
+ // the same length
120
+ tabbableGroups: [],
121
+ nodeFocusedBeforeActivation: null,
122
+ mostRecentlyFocusedNode: null,
123
+ active: !1,
124
+ paused: !1,
125
+ // timer ID for when delayInitialFocus is true and initial focus in this trap
126
+ // has been delayed during activation
127
+ delayInitialFocusTimer: void 0,
128
+ // the most recent KeyboardEvent for the configured nav key (typically [SHIFT+]TAB), if any
129
+ recentNavEvent: void 0
130
+ }, g, h = function(t, e, r) {
131
+ return t && t[e] !== void 0 ? t[e] : s[r || e];
132
+ }, F = function(t, e) {
133
+ var r = typeof (e == null ? void 0 : e.composedPath) == "function" ? e.composedPath() : void 0;
134
+ return n.containerGroups.findIndex(function(c) {
135
+ var l = c.container, d = c.tabbableNodes;
136
+ return l.contains(t) || // fall back to explicit tabbable search which will take into consideration any
137
+ // web components if the `tabbableOptions.getShadowRoot` option was used for
138
+ // the trap, enabling shadow DOM support in tabbable (`Node.contains()` doesn't
139
+ // look inside web components even if open)
140
+ (r == null ? void 0 : r.includes(l)) || d.find(function(v) {
141
+ return v === t;
142
+ });
143
+ });
144
+ }, E = function(t) {
145
+ var e = s[t];
146
+ if (typeof e == "function") {
147
+ for (var r = arguments.length, c = new Array(r > 1 ? r - 1 : 0), l = 1; l < r; l++)
148
+ c[l - 1] = arguments[l];
149
+ e = e.apply(void 0, c);
150
+ }
151
+ if (e === !0 && (e = void 0), !e) {
152
+ if (e === void 0 || e === !1)
153
+ return e;
154
+ throw new Error("`".concat(t, "` was specified but was not a node, or did not return a node"));
155
+ }
156
+ var d = e;
157
+ if (typeof e == "string" && (d = i.querySelector(e), !d))
158
+ throw new Error("`".concat(t, "` as selector refers to no known node"));
159
+ return d;
160
+ }, P = function() {
161
+ var t = E("initialFocus");
162
+ if (t === !1)
163
+ return !1;
164
+ if (t === void 0 || !G(t, s.tabbableOptions))
165
+ if (F(i.activeElement) >= 0)
166
+ t = i.activeElement;
167
+ else {
168
+ var e = n.tabbableGroups[0], r = e && e.firstTabbableNode;
169
+ t = r || E("fallbackFocus");
170
+ }
171
+ if (!t)
172
+ throw new Error("Your focus-trap needs to have at least one focusable element");
173
+ return t;
174
+ }, D = function() {
175
+ if (n.containerGroups = n.containers.map(function(t) {
176
+ var e = te(t, s.tabbableOptions), r = ae(t, s.tabbableOptions), c = e.length > 0 ? e[0] : void 0, l = e.length > 0 ? e[e.length - 1] : void 0, d = r.find(function(b) {
177
+ return T(b);
178
+ }), v = r.slice().reverse().find(function(b) {
179
+ return T(b);
180
+ }), p = !!e.find(function(b) {
181
+ return K(b) > 0;
182
+ });
183
+ return {
184
+ container: t,
185
+ tabbableNodes: e,
186
+ focusableNodes: r,
187
+ /** True if at least one node with positive `tabindex` was found in this container. */
188
+ posTabIndexesFound: p,
189
+ /** First tabbable node in container, __tabindex__ order; `undefined` if none. */
190
+ firstTabbableNode: c,
191
+ /** Last tabbable node in container, __tabindex__ order; `undefined` if none. */
192
+ lastTabbableNode: l,
193
+ // NOTE: DOM order is NOT NECESSARILY "document position" order, but figuring that out
194
+ // would require more than just https://developer.mozilla.org/en-US/docs/Web/API/Node/compareDocumentPosition
195
+ // because that API doesn't work with Shadow DOM as well as it should (@see
196
+ // https://github.com/whatwg/dom/issues/320) and since this first/last is only needed, so far,
197
+ // to address an edge case related to positive tabindex support, this seems like a much easier,
198
+ // "close enough most of the time" alternative for positive tabindexes which should generally
199
+ // be avoided anyway...
200
+ /** First tabbable node in container, __DOM__ order; `undefined` if none. */
201
+ firstDomTabbableNode: d,
202
+ /** Last tabbable node in container, __DOM__ order; `undefined` if none. */
203
+ lastDomTabbableNode: v,
204
+ /**
205
+ * Finds the __tabbable__ node that follows the given node in the specified direction,
206
+ * in this container, if any.
207
+ * @param {HTMLElement} node
208
+ * @param {boolean} [forward] True if going in forward tab order; false if going
209
+ * in reverse.
210
+ * @returns {HTMLElement|undefined} The next tabbable node, if any.
211
+ */
212
+ nextTabbableNode: function(N) {
213
+ var O = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, y = e.indexOf(N);
214
+ return y < 0 ? O ? r.slice(r.indexOf(N) + 1).find(function(R) {
215
+ return T(R);
216
+ }) : r.slice(0, r.indexOf(N)).reverse().find(function(R) {
217
+ return T(R);
218
+ }) : e[y + (O ? 1 : -1)];
219
+ }
220
+ };
221
+ }), n.tabbableGroups = n.containerGroups.filter(function(t) {
222
+ return t.tabbableNodes.length > 0;
223
+ }), n.tabbableGroups.length <= 0 && !E("fallbackFocus"))
224
+ throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");
225
+ if (n.containerGroups.find(function(t) {
226
+ return t.posTabIndexesFound;
227
+ }) && n.containerGroups.length > 1)
228
+ throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.");
229
+ }, Z = function f(t) {
230
+ var e = t.activeElement;
231
+ if (e)
232
+ return e.shadowRoot && e.shadowRoot.activeElement !== null ? f(e.shadowRoot) : e;
233
+ }, w = function f(t) {
234
+ if (t !== !1 && t !== Z(document)) {
235
+ if (!t || !t.focus) {
236
+ f(P());
237
+ return;
238
+ }
239
+ t.focus({
240
+ preventScroll: !!s.preventScroll
241
+ }), n.mostRecentlyFocusedNode = t, oe(t) && t.select();
242
+ }
243
+ }, S = function(t) {
244
+ var e = E("setReturnFocus", t);
245
+ return e || (e === !1 ? !1 : t);
246
+ }, U = function(t) {
247
+ var e = t.target, r = t.event, c = t.isBackward, l = c === void 0 ? !1 : c;
248
+ e = e || C(r), D();
249
+ var d = null;
250
+ if (n.tabbableGroups.length > 0) {
251
+ var v = F(e, r), p = v >= 0 ? n.containerGroups[v] : void 0;
252
+ if (v < 0)
253
+ l ? d = n.tabbableGroups[n.tabbableGroups.length - 1].lastTabbableNode : d = n.tabbableGroups[0].firstTabbableNode;
254
+ else if (l) {
255
+ var b = X(n.tabbableGroups, function(I) {
256
+ var x = I.firstTabbableNode;
257
+ return e === x;
258
+ });
259
+ if (b < 0 && (p.container === e || G(e, s.tabbableOptions) && !T(e, s.tabbableOptions) && !p.nextTabbableNode(e, !1)) && (b = v), b >= 0) {
260
+ var N = b === 0 ? n.tabbableGroups.length - 1 : b - 1, O = n.tabbableGroups[N];
261
+ d = K(e) >= 0 ? O.lastTabbableNode : O.lastDomTabbableNode;
262
+ } else
263
+ L(r) || (d = p.nextTabbableNode(e, !1));
264
+ } else {
265
+ var y = X(n.tabbableGroups, function(I) {
266
+ var x = I.lastTabbableNode;
267
+ return e === x;
268
+ });
269
+ if (y < 0 && (p.container === e || G(e, s.tabbableOptions) && !T(e, s.tabbableOptions) && !p.nextTabbableNode(e)) && (y = v), y >= 0) {
270
+ var R = y === n.tabbableGroups.length - 1 ? 0 : y + 1, $ = n.tabbableGroups[R];
271
+ d = K(e) >= 0 ? $.firstTabbableNode : $.firstDomTabbableNode;
272
+ } else
273
+ L(r) || (d = p.nextTabbableNode(e));
274
+ }
275
+ } else
276
+ d = E("fallbackFocus");
277
+ return d;
278
+ }, A = function(t) {
279
+ var e = C(t);
280
+ if (!(F(e, t) >= 0)) {
281
+ if (B(s.clickOutsideDeactivates, t)) {
282
+ g.deactivate({
283
+ // NOTE: by setting `returnFocus: false`, deactivate() will do nothing,
284
+ // which will result in the outside click setting focus to the node
285
+ // that was clicked (and if not focusable, to "nothing"); by setting
286
+ // `returnFocus: true`, we'll attempt to re-focus the node originally-focused
287
+ // on activation (or the configured `setReturnFocus` node), whether the
288
+ // outside click was on a focusable node or not
289
+ returnFocus: s.returnFocusOnDeactivate
290
+ });
291
+ return;
292
+ }
293
+ B(s.allowOutsideClick, t) || t.preventDefault();
294
+ }
295
+ }, q = function(t) {
296
+ var e = C(t), r = F(e, t) >= 0;
297
+ if (r || e instanceof Document)
298
+ r && (n.mostRecentlyFocusedNode = e);
299
+ else {
300
+ t.stopImmediatePropagation();
301
+ var c, l = !0;
302
+ if (n.mostRecentlyFocusedNode)
303
+ if (K(n.mostRecentlyFocusedNode) > 0) {
304
+ var d = F(n.mostRecentlyFocusedNode), v = n.containerGroups[d].tabbableNodes;
305
+ if (v.length > 0) {
306
+ var p = v.findIndex(function(b) {
307
+ return b === n.mostRecentlyFocusedNode;
308
+ });
309
+ p >= 0 && (s.isKeyForward(n.recentNavEvent) ? p + 1 < v.length && (c = v[p + 1], l = !1) : p - 1 >= 0 && (c = v[p - 1], l = !1));
310
+ }
311
+ } else
312
+ n.containerGroups.some(function(b) {
313
+ return b.tabbableNodes.some(function(N) {
314
+ return K(N) > 0;
315
+ });
316
+ }) || (l = !1);
317
+ else
318
+ l = !1;
319
+ l && (c = U({
320
+ // move FROM the MRU node, not event-related node (which will be the node that is
321
+ // outside the trap causing the focus escape we're trying to fix)
322
+ target: n.mostRecentlyFocusedNode,
323
+ isBackward: s.isKeyBackward(n.recentNavEvent)
324
+ })), w(c || n.mostRecentlyFocusedNode || P());
325
+ }
326
+ n.recentNavEvent = void 0;
327
+ }, _ = function(t) {
328
+ var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
329
+ n.recentNavEvent = t;
330
+ var r = U({
331
+ event: t,
332
+ isBackward: e
333
+ });
334
+ r && (L(t) && t.preventDefault(), w(r));
335
+ }, H = function(t) {
336
+ if (ue(t) && B(s.escapeDeactivates, t) !== !1) {
337
+ t.preventDefault(), g.deactivate();
338
+ return;
339
+ }
340
+ (s.isKeyForward(t) || s.isKeyBackward(t)) && _(t, s.isKeyBackward(t));
341
+ }, M = function(t) {
342
+ var e = C(t);
343
+ F(e, t) >= 0 || B(s.clickOutsideDeactivates, t) || B(s.allowOutsideClick, t) || (t.preventDefault(), t.stopImmediatePropagation());
344
+ }, Y = function() {
345
+ if (n.active)
346
+ return Q.activateTrap(m, g), n.delayInitialFocusTimer = s.delayInitialFocus ? W(function() {
347
+ w(P());
348
+ }) : w(P()), i.addEventListener("focusin", q, !0), i.addEventListener("mousedown", A, {
349
+ capture: !0,
350
+ passive: !1
351
+ }), i.addEventListener("touchstart", A, {
352
+ capture: !0,
353
+ passive: !1
354
+ }), i.addEventListener("click", M, {
355
+ capture: !0,
356
+ passive: !1
357
+ }), i.addEventListener("keydown", H, {
358
+ capture: !0,
359
+ passive: !1
360
+ }), g;
361
+ }, V = function() {
362
+ if (n.active)
363
+ return i.removeEventListener("focusin", q, !0), i.removeEventListener("mousedown", A, !0), i.removeEventListener("touchstart", A, !0), i.removeEventListener("click", M, !0), i.removeEventListener("keydown", H, !0), g;
364
+ }, ee = function(t) {
365
+ var e = t.some(function(r) {
366
+ var c = Array.from(r.removedNodes);
367
+ return c.some(function(l) {
368
+ return l === n.mostRecentlyFocusedNode;
369
+ });
370
+ });
371
+ e && w(P());
372
+ }, j = typeof window < "u" && "MutationObserver" in window ? new MutationObserver(ee) : void 0, k = function() {
373
+ j && (j.disconnect(), n.active && !n.paused && n.containers.map(function(t) {
374
+ j.observe(t, {
375
+ subtree: !0,
376
+ childList: !0
377
+ });
378
+ }));
379
+ };
380
+ return g = {
381
+ get active() {
382
+ return n.active;
383
+ },
384
+ get paused() {
385
+ return n.paused;
386
+ },
387
+ activate: function(t) {
388
+ if (n.active)
389
+ return this;
390
+ var e = h(t, "onActivate"), r = h(t, "onPostActivate"), c = h(t, "checkCanFocusTrap");
391
+ c || D(), n.active = !0, n.paused = !1, n.nodeFocusedBeforeActivation = i.activeElement, e == null || e();
392
+ var l = function() {
393
+ c && D(), Y(), k(), r == null || r();
394
+ };
395
+ return c ? (c(n.containers.concat()).then(l, l), this) : (l(), this);
396
+ },
397
+ deactivate: function(t) {
398
+ if (!n.active)
399
+ return this;
400
+ var e = J({
401
+ onDeactivate: s.onDeactivate,
402
+ onPostDeactivate: s.onPostDeactivate,
403
+ checkCanReturnFocus: s.checkCanReturnFocus
404
+ }, t);
405
+ clearTimeout(n.delayInitialFocusTimer), n.delayInitialFocusTimer = void 0, V(), n.active = !1, n.paused = !1, k(), Q.deactivateTrap(m, g);
406
+ var r = h(e, "onDeactivate"), c = h(e, "onPostDeactivate"), l = h(e, "checkCanReturnFocus"), d = h(e, "returnFocus", "returnFocusOnDeactivate");
407
+ r == null || r();
408
+ var v = function() {
409
+ W(function() {
410
+ d && w(S(n.nodeFocusedBeforeActivation)), c == null || c();
411
+ });
412
+ };
413
+ return d && l ? (l(S(n.nodeFocusedBeforeActivation)).then(v, v), this) : (v(), this);
414
+ },
415
+ pause: function(t) {
416
+ if (n.paused || !n.active)
417
+ return this;
418
+ var e = h(t, "onPause"), r = h(t, "onPostPause");
419
+ return n.paused = !0, e == null || e(), V(), k(), r == null || r(), this;
420
+ },
421
+ unpause: function(t) {
422
+ if (!n.paused || !n.active)
423
+ return this;
424
+ var e = h(t, "onUnpause"), r = h(t, "onPostUnpause");
425
+ return n.paused = !1, e == null || e(), D(), Y(), k(), r == null || r(), this;
426
+ },
427
+ updateContainerElements: function(t) {
428
+ var e = [].concat(t).filter(Boolean);
429
+ return n.containers = e.map(function(r) {
430
+ return typeof r == "string" ? i.querySelector(r) : r;
431
+ }), n.active && D(), k(), this;
432
+ }
433
+ }, g.updateContainerElements(a), g;
434
+ };
89
435
  export {
90
- Z as default
436
+ de as createFocusTrap
91
437
  };
92
438
  //# sourceMappingURL=index224.js.map