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.
- package/dist/components/BaseButton/BaseButton.vue.d.ts +5 -2
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +3 -0
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +10 -2
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +3 -0
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +3 -0
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +3 -0
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +3 -0
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +4 -1
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +4 -1
- package/dist/components/BaseRating/BaseRating.vue.d.ts +4 -1
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +16 -2
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +3 -0
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +3 -0
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +3 -0
- package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -1
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +4 -1
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -2
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +5 -2
- package/dist/components/BbAlert/BbAlert.vue.d.ts +3 -0
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +7 -58
- package/dist/components/BbBadge/BbBadge.vue.d.ts +4 -1
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +3 -0
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +3 -0
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +3 -0
- package/dist/components/BbChip/BbChip.vue.d.ts +7 -1
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +4 -1
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +3 -0
- package/dist/components/BbDialog/BbDialog.vue.d.ts +3 -0
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +15 -3
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +4 -1
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +6 -7
- package/dist/components/BbIcon/BbIcon.vue.d.ts +3 -0
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +4 -1
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +3 -0
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +3 -0
- package/dist/components/BbPagination/BbPagination.vue.d.ts +4 -1
- package/dist/components/BbPopover/BbPopover.vue.d.ts +14 -7
- package/dist/components/BbProgress/BbProgress.vue.d.ts +3 -0
- package/dist/components/BbRadio/BbRadio.vue.d.ts +3 -0
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +1 -6
- package/dist/components/BbRating/BbRating.vue.d.ts +3 -0
- package/dist/components/BbRatio/BbRatio.vue.d.ts +4 -1
- package/dist/components/BbSelect/BbSelect.vue.d.ts +14 -3
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +5 -2
- package/dist/components/BbSpinner/BbSpinner.vue.d.ts +3 -0
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +3 -0
- package/dist/components/BbTab/BbTab.vue.d.ts +4 -1
- package/dist/components/BbTable/BbTable.vue.d.ts +258 -295
- package/dist/components/BbTable/types.d.ts +214 -0
- package/dist/components/BbTag/BbTag.vue.d.ts +3 -0
- package/dist/components/BbToast/BbToast.vue.d.ts +3 -0
- package/dist/components/BbToast/BbToastMessage.vue.d.ts +3 -0
- package/dist/components/BbTooltip/BbTooltip.vue.d.ts +8 -7
- package/dist/components/BbTree/BbTree.vue.d.ts +9 -1
- package/dist/composables/useItemText.d.ts +6 -1
- package/dist/index.d.ts +1 -1
- package/dist/index10.js +2 -2
- package/dist/index10.js.map +1 -1
- package/dist/index100.js +2 -2
- package/dist/index102.js +4 -3
- package/dist/index102.js.map +1 -1
- package/dist/index106.js +1 -1
- package/dist/index108.js +85 -57
- package/dist/index108.js.map +1 -1
- package/dist/index110.js +77 -55
- package/dist/index110.js.map +1 -1
- package/dist/index112.js +5 -5
- package/dist/index112.js.map +1 -1
- package/dist/index113.js +1 -1
- package/dist/index113.js.map +1 -1
- package/dist/index114.js +1 -1
- package/dist/index115.js +1 -1
- package/dist/index115.js.map +1 -1
- package/dist/index116.js +1 -1
- package/dist/index118.js +1 -1
- package/dist/index12.js +8 -8
- package/dist/index120.js +1 -1
- package/dist/index121.js +11 -11
- package/dist/index121.js.map +1 -1
- package/dist/index14.js +9 -9
- package/dist/index16.js +3 -3
- package/dist/index18.js +2 -2
- package/dist/index189.js +2 -2
- package/dist/index189.js.map +1 -1
- package/dist/index190.js +2 -4
- package/dist/index190.js.map +1 -1
- package/dist/index191.js +2 -2
- package/dist/index191.js.map +1 -1
- package/dist/index192.js +3 -2
- package/dist/index192.js.map +1 -1
- package/dist/index193.js +3 -2
- package/dist/index193.js.map +1 -1
- package/dist/index194.js +4 -3
- package/dist/index194.js.map +1 -1
- package/dist/index195.js +3 -35
- package/dist/index195.js.map +1 -1
- package/dist/index196.js +35 -6
- package/dist/index196.js.map +1 -1
- package/dist/index197.js +6 -350
- package/dist/index197.js.map +1 -1
- package/dist/index198.js +5 -134
- package/dist/index198.js.map +1 -1
- package/dist/index199.js +16 -5
- package/dist/index199.js.map +1 -1
- package/dist/index20.js +1 -1
- package/dist/index20.js.map +1 -1
- package/dist/index200.js +15 -18
- package/dist/index200.js.map +1 -1
- package/dist/index201.js +19 -2
- package/dist/index201.js.map +1 -1
- package/dist/index202.js +18 -184
- package/dist/index202.js.map +1 -1
- package/dist/index203.js +29 -23
- package/dist/index203.js.map +1 -1
- package/dist/index204.js +8 -331
- package/dist/index204.js.map +1 -1
- package/dist/index205.js +2 -2
- package/dist/index205.js.map +1 -1
- package/dist/index206.js +351 -2
- package/dist/index206.js.map +1 -1
- package/dist/index207.js +131 -13
- package/dist/index207.js.map +1 -1
- package/dist/index208.js +2 -16
- package/dist/index208.js.map +1 -1
- package/dist/index209.js +184 -18
- package/dist/index209.js.map +1 -1
- package/dist/index210.js +23 -29
- package/dist/index210.js.map +1 -1
- package/dist/index211.js +369 -8
- package/dist/index211.js.map +1 -1
- package/dist/index212.js +2 -3
- package/dist/index212.js.map +1 -1
- package/dist/index213.js +2 -3
- package/dist/index213.js.map +1 -1
- package/dist/index216.js +73 -53
- package/dist/index216.js.map +1 -1
- package/dist/index217.js +3 -3
- package/dist/index22.js +2 -2
- package/dist/index221.js +223 -10
- package/dist/index221.js.map +1 -1
- package/dist/index222.js +252 -429
- package/dist/index222.js.map +1 -1
- package/dist/index223.js +10 -8
- package/dist/index223.js.map +1 -1
- package/dist/index224.js +428 -82
- package/dist/index224.js.map +1 -1
- package/dist/index225.js +9 -8
- package/dist/index225.js.map +1 -1
- package/dist/index226.js +88 -5
- package/dist/index226.js.map +1 -1
- package/dist/index235.js +2 -69
- package/dist/index235.js.map +1 -1
- package/dist/index236.js +2 -162
- package/dist/index236.js.map +1 -1
- package/dist/index237.js +2 -2
- package/dist/index238.js +2 -2
- package/dist/index238.js.map +1 -1
- package/dist/index239.js +9 -2
- package/dist/index239.js.map +1 -1
- package/dist/index24.js +1 -1
- package/dist/index24.js.map +1 -1
- package/dist/index240.js +6 -2
- package/dist/index240.js.map +1 -1
- package/dist/index241.js +162 -2
- package/dist/index241.js.map +1 -1
- package/dist/index242.js +2 -2
- package/dist/index243.js +2 -224
- package/dist/index243.js.map +1 -1
- package/dist/index244.js +68 -257
- package/dist/index244.js.map +1 -1
- package/dist/index245.js +2 -38
- package/dist/index245.js.map +1 -1
- package/dist/index246.js +38 -2
- package/dist/index246.js.map +1 -1
- package/dist/index247.js +2 -2
- package/dist/index247.js.map +1 -1
- package/dist/index248.js +2 -2
- package/dist/index248.js.map +1 -1
- package/dist/index249.js +2 -2
- package/dist/index250.js +2 -2
- package/dist/index251.js +2 -2
- package/dist/index251.js.map +1 -1
- package/dist/index252.js +5 -0
- package/dist/index252.js.map +1 -0
- package/dist/index26.js +3 -3
- package/dist/index26.js.map +1 -1
- package/dist/index28.js +172 -155
- package/dist/index28.js.map +1 -1
- package/dist/index30.js +2 -2
- package/dist/index32.js +2 -2
- package/dist/index34.js +2 -2
- package/dist/index34.js.map +1 -1
- package/dist/index36.js +21 -19
- package/dist/index36.js.map +1 -1
- package/dist/index38.js.map +1 -1
- package/dist/index44.js +1 -1
- package/dist/index44.js.map +1 -1
- package/dist/index46.js +1 -1
- package/dist/index46.js.map +1 -1
- package/dist/index6.js.map +1 -1
- package/dist/index62.js +168 -137
- package/dist/index62.js.map +1 -1
- package/dist/index64.js +38 -30
- package/dist/index64.js.map +1 -1
- package/dist/index66.js.map +1 -1
- package/dist/index69.js +1 -1
- package/dist/index72.js +1 -1
- package/dist/index74.js.map +1 -1
- package/dist/index76.js +96 -66
- package/dist/index76.js.map +1 -1
- package/dist/index78.js +1 -1
- package/dist/index8.js +2 -2
- package/dist/index82.js +2 -2
- package/dist/index82.js.map +1 -1
- package/dist/index84.js.map +1 -1
- package/dist/index88.js +7 -4
- package/dist/index88.js.map +1 -1
- package/dist/index96.js +2 -2
- package/dist/index96.js.map +1 -1
- package/dist/index98.js +35 -30
- package/dist/index98.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/CommonProps.d.ts +15 -8
- package/package.json +1 -1
package/dist/index224.js
CHANGED
@@ -1,92 +1,438 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
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
|
-
|
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(
|
53
|
-
var
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
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
|
63
|
-
|
64
|
-
|
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
|
67
|
-
|
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
|
70
|
-
|
47
|
+
function ie(u) {
|
48
|
+
var a = re(u, "string");
|
49
|
+
return typeof a == "symbol" ? a : String(a);
|
71
50
|
}
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
var
|
79
|
-
|
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
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
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
|
-
|
436
|
+
de as createFocusTrap
|
91
437
|
};
|
92
438
|
//# sourceMappingURL=index224.js.map
|