@fluentui/react-tabster 0.0.0-nightly0e0cf06c3420211029.1 → 0.0.0-nightly3082edf34720220208.1
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/CHANGELOG.json +166 -12
- package/CHANGELOG.md +41 -9
- package/dist/react-tabster.d.ts +10 -27
- package/lib/hooks/useArrowNavigationGroup.js +2 -2
- package/lib/hooks/useArrowNavigationGroup.js.map +1 -1
- package/lib/hooks/useFocusFinders.d.ts +3 -2
- package/lib/hooks/useFocusFinders.js +25 -33
- package/lib/hooks/useFocusFinders.js.map +1 -1
- package/lib/hooks/useFocusIndicatorStyle.d.ts +6 -7
- package/lib/hooks/useFocusIndicatorStyle.js +40 -52
- package/lib/hooks/useFocusIndicatorStyle.js.map +1 -1
- package/lib/hooks/useFocusableGroup.d.ts +2 -16
- package/lib/hooks/useFocusableGroup.js +19 -22
- package/lib/hooks/useFocusableGroup.js.map +1 -1
- package/lib/hooks/useKeyboardNavAttribute.js +9 -11
- package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
- package/lib/hooks/useModalAttributes.js +12 -14
- package/lib/hooks/useModalAttributes.js.map +1 -1
- package/lib/hooks/useTabster.js +8 -5
- package/lib/hooks/useTabster.js.map +1 -1
- package/lib/hooks/useTabsterAttributes.js +1 -1
- package/lib/hooks/useTabsterAttributes.js.map +1 -1
- package/lib/symbols.js +2 -2
- package/lib/symbols.js.map +1 -1
- package/lib-commonjs/hooks/index.js +1 -1
- package/lib-commonjs/hooks/useArrowNavigationGroup.js +5 -5
- package/lib-commonjs/hooks/useArrowNavigationGroup.js.map +1 -1
- package/lib-commonjs/hooks/useFocusFinders.d.ts +3 -2
- package/lib-commonjs/hooks/useFocusFinders.js +27 -35
- package/lib-commonjs/hooks/useFocusFinders.js.map +1 -1
- package/lib-commonjs/hooks/useFocusIndicatorStyle.d.ts +6 -7
- package/lib-commonjs/hooks/useFocusIndicatorStyle.js +41 -53
- package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +1 -1
- package/lib-commonjs/hooks/useFocusableGroup.d.ts +2 -16
- package/lib-commonjs/hooks/useFocusableGroup.js +23 -26
- package/lib-commonjs/hooks/useFocusableGroup.js.map +1 -1
- package/lib-commonjs/hooks/useKeyboardNavAttribute.js +13 -15
- package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
- package/lib-commonjs/hooks/useModalAttributes.js +16 -18
- package/lib-commonjs/hooks/useModalAttributes.js.map +1 -1
- package/lib-commonjs/hooks/useTabster.js +10 -7
- package/lib-commonjs/hooks/useTabster.js.map +1 -1
- package/lib-commonjs/hooks/useTabsterAttributes.js +3 -3
- package/lib-commonjs/hooks/useTabsterAttributes.js.map +1 -1
- package/lib-commonjs/index.js +1 -1
- package/lib-commonjs/symbols.js +1 -1
- package/lib-commonjs/symbols.js.map +1 -1
- package/package.json +10 -11
package/CHANGELOG.json
CHANGED
@@ -2,40 +2,194 @@
|
|
2
2
|
"name": "@fluentui/react-tabster",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-tabster_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Tue, 08 Feb 2022 04:14:27 GMT",
|
6
|
+
"tag": "@fluentui/react-tabster_v0.0.0-nightly3082edf34720220208.1",
|
7
|
+
"version": "0.0.0-nightly3082edf34720220208.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-tabster",
|
13
|
-
"commit": "
|
13
|
+
"commit": "2995e3262243608331236b8d12b1652c84d313bc",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
|
+
{
|
17
|
+
"author": "lingfangao@hotmail.com",
|
18
|
+
"package": "@fluentui/react-tabster",
|
19
|
+
"commit": "95a6a32cbffa9d86d6017cf8e0204d4b459ef370",
|
20
|
+
"comment": "feat: Support `options` for `findNextFocusable` and `findPrevFocusable` focus finders"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "lingfangao@hotmail.com",
|
24
|
+
"package": "@fluentui/react-tabster",
|
25
|
+
"commit": "f4274932701c7210e191a2982c2d2410f8657fe6",
|
26
|
+
"comment": "chore: Bump tabster and keyborg versions"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "olfedias@microsoft.com",
|
30
|
+
"package": "@fluentui/react-tabster",
|
31
|
+
"commit": "ebc62b16de199691794df12080d89b77979d1131",
|
32
|
+
"comment": "use Griffel packages"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "olfedias@microsoft.com",
|
36
|
+
"package": "@fluentui/react-tabster",
|
37
|
+
"commit": "a76afe26daad901ff5458ffdda7e66e600d5bcac",
|
38
|
+
"comment": "use new types from makeStyles core"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
42
|
+
"package": "@fluentui/react-tabster",
|
43
|
+
"commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
|
44
|
+
"comment": "react-tabster: Replacing use of functions in makeStyles with direct use of tokens."
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "lingfangao@hotmail.com",
|
48
|
+
"package": "@fluentui/react-tabster",
|
49
|
+
"commit": "ff9ad1d4fe5682173c497f6ddf0ee1d7bddd6800",
|
50
|
+
"comment": "chore: bump tabster to 1.1.1 - removes IE11 support"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "olfedias@microsoft.com",
|
54
|
+
"package": "@fluentui/react-tabster",
|
55
|
+
"commit": "967d6b74cf0507685a24e0cfaa8c7b9d52a351e1",
|
56
|
+
"comment": "update styles to not use CSS shorthands"
|
57
|
+
},
|
16
58
|
{
|
17
59
|
"author": "beachball",
|
18
60
|
"package": "@fluentui/react-tabster",
|
19
|
-
"comment": "Bump @fluentui/
|
20
|
-
"commit": "
|
61
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly3082edf34720220208.1",
|
62
|
+
"commit": "2995e3262243608331236b8d12b1652c84d313bc"
|
21
63
|
},
|
22
64
|
{
|
23
65
|
"author": "beachball",
|
24
66
|
"package": "@fluentui/react-tabster",
|
25
|
-
"comment": "Bump @fluentui/react-
|
26
|
-
"commit": "
|
67
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly3082edf34720220208.1",
|
68
|
+
"commit": "2995e3262243608331236b8d12b1652c84d313bc"
|
69
|
+
}
|
70
|
+
],
|
71
|
+
"none": [
|
72
|
+
{
|
73
|
+
"author": "martinhochel@microsoft.com",
|
74
|
+
"package": "@fluentui/react-tabster",
|
75
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
76
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"author": "email not defined",
|
80
|
+
"package": "@fluentui/react-tabster",
|
81
|
+
"commit": "97752a0e494875c4dc22b268030d7d5e51b19211",
|
82
|
+
"comment": "Add workaround for cypress bug"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"author": "olfedias@microsoft.com",
|
86
|
+
"package": "@fluentui/react-tabster",
|
87
|
+
"commit": "71ff89870b52cd0e2319a5d568603a710c3ad367",
|
88
|
+
"comment": "update tooling configs"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"author": "lingfangao@hotmail.com",
|
92
|
+
"package": "@fluentui/react-tabster",
|
93
|
+
"commit": "989c43132491b61ed7c6da70100ca4f9aac8173a",
|
94
|
+
"comment": "Fix version mismatches"
|
27
95
|
},
|
96
|
+
{
|
97
|
+
"author": "olfedias@microsoft.com",
|
98
|
+
"package": "@fluentui/react-tabster",
|
99
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
100
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
101
|
+
}
|
102
|
+
]
|
103
|
+
}
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"date": "Thu, 25 Nov 2021 08:34:17 GMT",
|
107
|
+
"tag": "@fluentui/react-tabster_v9.0.0-beta.5",
|
108
|
+
"version": "9.0.0-beta.5",
|
109
|
+
"comments": {
|
110
|
+
"prerelease": [
|
28
111
|
{
|
29
112
|
"author": "beachball",
|
30
113
|
"package": "@fluentui/react-tabster",
|
31
|
-
"comment": "Bump @fluentui/
|
32
|
-
"commit": "
|
114
|
+
"comment": "Bump @fluentui/make-styles to v9.0.0-beta.3",
|
115
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
33
116
|
},
|
34
117
|
{
|
35
118
|
"author": "beachball",
|
36
119
|
"package": "@fluentui/react-tabster",
|
37
|
-
"comment": "Bump @fluentui/react-
|
38
|
-
"commit": "
|
120
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
121
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"author": "beachball",
|
125
|
+
"package": "@fluentui/react-tabster",
|
126
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
|
127
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"author": "beachball",
|
131
|
+
"package": "@fluentui/react-tabster",
|
132
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
133
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
134
|
+
}
|
135
|
+
]
|
136
|
+
}
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"date": "Fri, 12 Nov 2021 13:25:07 GMT",
|
140
|
+
"tag": "@fluentui/react-tabster_v9.0.0-beta.4",
|
141
|
+
"version": "9.0.0-beta.4",
|
142
|
+
"comments": {
|
143
|
+
"prerelease": [
|
144
|
+
{
|
145
|
+
"author": "andredias@microsoft.com",
|
146
|
+
"package": "@fluentui/react-tabster",
|
147
|
+
"commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358",
|
148
|
+
"comment": "Add useFocusableGroup hook"
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"author": "lingfangao@hotmail.com",
|
152
|
+
"package": "@fluentui/react-tabster",
|
153
|
+
"commit": "ed2d7c8d638535c89e24e3c3de3534c4fae30172",
|
154
|
+
"comment": "Use uncontrolled tabbing by default"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"author": "gcox@microsoft.com",
|
158
|
+
"package": "@fluentui/react-tabster",
|
159
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
160
|
+
"comment": "Updated beta and RC components to ES2019"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "lingfangao@hotmail.com",
|
164
|
+
"package": "@fluentui/react-tabster",
|
165
|
+
"commit": "da10ba8b6cca0c4cf921dc176bb9b7ea57fde9fa",
|
166
|
+
"comment": "Bump tabster and keyborg to 1.0.7"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"author": "beachball",
|
170
|
+
"package": "@fluentui/react-tabster",
|
171
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
172
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"author": "beachball",
|
176
|
+
"package": "@fluentui/react-tabster",
|
177
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
|
178
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"author": "beachball",
|
182
|
+
"package": "@fluentui/react-tabster",
|
183
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
184
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
185
|
+
}
|
186
|
+
],
|
187
|
+
"none": [
|
188
|
+
{
|
189
|
+
"author": "lingfangao@hotmail.com",
|
190
|
+
"package": "@fluentui/react-tabster",
|
191
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
192
|
+
"comment": "Remove beta release tag"
|
39
193
|
}
|
40
194
|
]
|
41
195
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,53 @@
|
|
1
1
|
# Change Log - @fluentui/react-tabster
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 08 Feb 2022 04:14:27 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightly3082edf34720220208.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v0.0.0-nightly3082edf34720220208.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.
|
9
|
+
Tue, 08 Feb 2022 04:14:27 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.5..@fluentui/react-tabster_v0.0.0-nightly3082edf34720220208.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/
|
15
|
-
-
|
16
|
-
- Bump
|
17
|
-
-
|
18
|
-
-
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/2995e3262243608331236b8d12b1652c84d313bc) by email not defined)
|
15
|
+
- feat: Support `options` for `findNextFocusable` and `findPrevFocusable` focus finders ([PR #21095](https://github.com/microsoft/fluentui/pull/21095) by lingfangao@hotmail.com)
|
16
|
+
- chore: Bump tabster and keyborg versions ([PR #20889](https://github.com/microsoft/fluentui/pull/20889) by lingfangao@hotmail.com)
|
17
|
+
- use Griffel packages ([PR #21419](https://github.com/microsoft/fluentui/pull/21419) by olfedias@microsoft.com)
|
18
|
+
- use new types from makeStyles core ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
|
19
|
+
- react-tabster: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
|
20
|
+
- chore: bump tabster to 1.1.1 - removes IE11 support ([PR #21319](https://github.com/microsoft/fluentui/pull/21319) by lingfangao@hotmail.com)
|
21
|
+
- update styles to not use CSS shorthands ([PR #20842](https://github.com/microsoft/fluentui/pull/20842) by olfedias@microsoft.com)
|
22
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly3082edf34720220208.1 ([commit](https://github.com/microsoft/fluentui/commit/2995e3262243608331236b8d12b1652c84d313bc) by beachball)
|
23
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly3082edf34720220208.1 ([commit](https://github.com/microsoft/fluentui/commit/2995e3262243608331236b8d12b1652c84d313bc) by beachball)
|
24
|
+
|
25
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.5)
|
26
|
+
|
27
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.4..@fluentui/react-tabster_v9.0.0-beta.5)
|
29
|
+
|
30
|
+
### Changes
|
31
|
+
|
32
|
+
- Bump @fluentui/make-styles to v9.0.0-beta.3 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
33
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
34
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
35
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
36
|
+
|
37
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.4)
|
38
|
+
|
39
|
+
Fri, 12 Nov 2021 13:25:07 GMT
|
40
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.0.0-beta.3..@fluentui/react-tabster_v9.0.0-beta.4)
|
41
|
+
|
42
|
+
### Changes
|
43
|
+
|
44
|
+
- Add useFocusableGroup hook ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by andredias@microsoft.com)
|
45
|
+
- Use uncontrolled tabbing by default ([PR #20571](https://github.com/microsoft/fluentui/pull/20571) by lingfangao@hotmail.com)
|
46
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
47
|
+
- Bump tabster and keyborg to 1.0.7 ([PR #20593](https://github.com/microsoft/fluentui/pull/20593) by lingfangao@hotmail.com)
|
48
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
49
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
50
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
19
51
|
|
20
52
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.0.0-beta.3)
|
21
53
|
|
package/dist/react-tabster.d.ts
CHANGED
@@ -1,16 +1,14 @@
|
|
1
|
-
import type {
|
2
|
-
import type { MakeStylesStyleRule } from '@fluentui/make-styles';
|
1
|
+
import type { GriffelStyle } from '@griffel/react';
|
3
2
|
import type { RefObject } from 'react';
|
4
|
-
import type { Theme } from '@fluentui/react-theme';
|
5
3
|
import { Types } from 'tabster';
|
6
4
|
|
7
5
|
/**
|
8
|
-
* Creates a style
|
6
|
+
* Creates a style for @see makeStyles that includes the necessary selectors for focus.
|
9
7
|
* Should be used only when @see createFocusOutlineStyle does not fit requirements
|
10
8
|
*
|
11
|
-
* @param
|
9
|
+
* @param style - styling applied on focus, defaults to @see getDefaultFocusOutlineStyes
|
12
10
|
*/
|
13
|
-
export declare const createCustomFocusIndicatorStyle: (
|
11
|
+
export declare const createCustomFocusIndicatorStyle: (style: GriffelStyle, options?: CreateFocusIndicatorStyleRuleOptions) => GriffelStyle;
|
14
12
|
|
15
13
|
export declare interface CreateFocusIndicatorStyleRuleOptions {
|
16
14
|
selector?: 'focus' | 'focus-within';
|
@@ -24,24 +22,9 @@ export declare interface CreateFocusIndicatorStyleRuleOptions {
|
|
24
22
|
* @param options - Configure the style of the focus outline
|
25
23
|
* @returns focus outline styles object for @see makeStyles
|
26
24
|
*/
|
27
|
-
export declare const createFocusOutlineStyle: (
|
25
|
+
export declare const createFocusOutlineStyle: (options?: {
|
28
26
|
style: Partial<FocusOutlineStyleOptions>;
|
29
|
-
} & CreateFocusIndicatorStyleRuleOptions) =>
|
30
|
-
|
31
|
-
export declare enum FocusableGroupTabBehavior {
|
32
|
-
/**
|
33
|
-
* Tab will cycle into and out of the groupper content.
|
34
|
-
*/
|
35
|
-
Unlimited,
|
36
|
-
/**
|
37
|
-
* Tab will cycle out of the container, but not into it.
|
38
|
-
*/
|
39
|
-
Limited,
|
40
|
-
/**
|
41
|
-
* Tab only cycles the inner elements.
|
42
|
-
*/
|
43
|
-
LimitedTrapFocus
|
44
|
-
}
|
27
|
+
} & CreateFocusIndicatorStyleRuleOptions) => GriffelStyle;
|
45
28
|
|
46
29
|
export declare type FocusOutlineOffset = Record<'top' | 'bottom' | 'left' | 'right', string>;
|
47
30
|
|
@@ -87,9 +70,9 @@ export declare const useFocusableGroup: (options?: UseFocusableGroupOptions | un
|
|
87
70
|
|
88
71
|
export declare interface UseFocusableGroupOptions {
|
89
72
|
/**
|
90
|
-
*
|
73
|
+
* Behavior for the Tab key.
|
91
74
|
*/
|
92
|
-
tabBehavior?:
|
75
|
+
tabBehavior?: 'unlimited' | 'limited' | 'limitedTrapFocus';
|
93
76
|
}
|
94
77
|
|
95
78
|
/**
|
@@ -99,8 +82,8 @@ export declare const useFocusFinders: () => {
|
|
99
82
|
findAllFocusable: (container: HTMLElement, acceptCondition: (el: HTMLElement) => boolean) => HTMLElement[];
|
100
83
|
findFirstFocusable: (container: HTMLElement) => HTMLElement | null | undefined;
|
101
84
|
findLastFocusable: (container: HTMLElement) => HTMLElement | null | undefined;
|
102
|
-
findNextFocusable: (currentElement: HTMLElement) => HTMLElement | null | undefined;
|
103
|
-
findPrevFocusable: (currentElement: HTMLElement) => HTMLElement | null | undefined;
|
85
|
+
findNextFocusable: (currentElement: HTMLElement, options?: Pick<Types.FindNextProps, 'container'>) => HTMLElement | null | undefined;
|
86
|
+
findPrevFocusable: (currentElement: HTMLElement, options?: Pick<Types.FindNextProps, 'container'>) => HTMLElement | null | undefined;
|
104
87
|
};
|
105
88
|
|
106
89
|
/**
|
@@ -6,10 +6,10 @@ import { useTabster } from './useTabster';
|
|
6
6
|
* @param options - Options to configure keyboard navigation
|
7
7
|
*/
|
8
8
|
|
9
|
-
export
|
9
|
+
export const useArrowNavigationGroup = options => {
|
10
10
|
var _a;
|
11
11
|
|
12
|
-
|
12
|
+
const tabster = useTabster();
|
13
13
|
|
14
14
|
if (tabster) {
|
15
15
|
getMover(tabster);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/hooks/useArrowNavigationGroup.ts"],"names":[],"mappings":"AAAA,SAAS,KAAT,EAAgB,QAAhB,QAAgC,SAAhC;AACA,SAAS,oBAAT,QAAqC,wBAArC;AACA,SAAS,UAAT,QAA2B,cAA3B;AAmBA;;;AAGG;;AACH,OAAO,
|
1
|
+
{"version":3,"sources":["../../src/hooks/useArrowNavigationGroup.ts"],"names":[],"mappings":"AAAA,SAAS,KAAT,EAAgB,QAAhB,QAAgC,SAAhC;AACA,SAAS,oBAAT,QAAqC,wBAArC;AACA,SAAS,UAAT,QAA2B,cAA3B;AAmBA;;;AAGG;;AACH,OAAO,MAAM,uBAAuB,GAAI,OAAD,IAA6C;;;AAClF,QAAM,OAAO,GAAG,UAAU,EAA1B;;AAEA,MAAI,OAAJ,EAAa;AACX,IAAA,QAAQ,CAAC,OAAD,CAAR;AACD;;AAED,SAAO,oBAAoB,CAAC;AAC1B,IAAA,KAAK,EAAE;AACL,MAAA,MAAM,EAAE,CAAC,EAAC,OAAO,KAAA,IAAP,IAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAA,OAAO,CAAE,QAAV,CADJ;AAEL,MAAA,SAAS,EAAE,oBAAoB,CAAC,CAAA,EAAA,GAAA,OAAO,KAAA,IAAP,IAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAA,OAAO,CAAE,IAAT,MAAa,IAAb,IAAa,EAAA,KAAA,KAAA,CAAb,GAAa,EAAb,GAAiB,UAAlB,CAF1B;AAGL,MAAA,eAAe,EAAE,OAAO,KAAA,IAAP,IAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAA,OAAO,CAAE;AAHrB;AADmB,GAAD,CAA3B;AAOD,CAdM;;AAgBP,SAAS,oBAAT,CAA8B,IAA9B,EAA0E;AACxE,UAAQ,IAAR;AACE,SAAK,YAAL;AACE,aAAO,KAAK,CAAC,eAAN,CAAsB,UAA7B;;AAEF,SAAK,UAAL;AACA;AACE,aAAO,KAAK,CAAC,eAAN,CAAsB,QAA7B;AANJ;AAQD","sourceRoot":""}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { Types as TabsterTypes } from 'tabster';
|
1
2
|
/**
|
2
3
|
* Returns a set of helper functions that will traverse focusable elements in the context of a root DOM element
|
3
4
|
*/
|
@@ -5,6 +6,6 @@ export declare const useFocusFinders: () => {
|
|
5
6
|
findAllFocusable: (container: HTMLElement, acceptCondition: (el: HTMLElement) => boolean) => HTMLElement[];
|
6
7
|
findFirstFocusable: (container: HTMLElement) => HTMLElement | null | undefined;
|
7
8
|
findLastFocusable: (container: HTMLElement) => HTMLElement | null | undefined;
|
8
|
-
findNextFocusable: (currentElement: HTMLElement) => HTMLElement | null | undefined;
|
9
|
-
findPrevFocusable: (currentElement: HTMLElement) => HTMLElement | null | undefined;
|
9
|
+
findNextFocusable: (currentElement: HTMLElement, options?: Pick<TabsterTypes.FindNextProps, 'container'>) => HTMLElement | null | undefined;
|
10
|
+
findPrevFocusable: (currentElement: HTMLElement, options?: Pick<TabsterTypes.FindNextProps, 'container'>) => HTMLElement | null | undefined;
|
10
11
|
};
|
@@ -4,41 +4,33 @@ import { useTabster } from './useTabster';
|
|
4
4
|
* Returns a set of helper functions that will traverse focusable elements in the context of a root DOM element
|
5
5
|
*/
|
6
6
|
|
7
|
-
export
|
8
|
-
|
7
|
+
export const useFocusFinders = () => {
|
8
|
+
const tabster = useTabster(); // Narrow props for now and let need dictate additional props in the future
|
9
9
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
currentElement: currentElement
|
29
|
-
});
|
30
|
-
}, [tabster]);
|
31
|
-
var findPrevFocusable = React.useCallback(function (currentElement) {
|
32
|
-
return tabster === null || tabster === void 0 ? void 0 : tabster.focusable.findPrev({
|
33
|
-
currentElement: currentElement
|
34
|
-
});
|
35
|
-
}, [tabster]);
|
10
|
+
const findAllFocusable = React.useCallback((container, acceptCondition) => (tabster === null || tabster === void 0 ? void 0 : tabster.focusable.findAll({
|
11
|
+
container,
|
12
|
+
acceptCondition
|
13
|
+
})) || [], [tabster]);
|
14
|
+
const findFirstFocusable = React.useCallback(container => tabster === null || tabster === void 0 ? void 0 : tabster.focusable.findFirst({
|
15
|
+
container
|
16
|
+
}), [tabster]);
|
17
|
+
const findLastFocusable = React.useCallback(container => tabster === null || tabster === void 0 ? void 0 : tabster.focusable.findLast({
|
18
|
+
container
|
19
|
+
}), [tabster]);
|
20
|
+
const findNextFocusable = React.useCallback((currentElement, options = {}) => tabster === null || tabster === void 0 ? void 0 : tabster.focusable.findNext({
|
21
|
+
currentElement,
|
22
|
+
...options
|
23
|
+
}), [tabster]);
|
24
|
+
const findPrevFocusable = React.useCallback((currentElement, options = {}) => tabster === null || tabster === void 0 ? void 0 : tabster.focusable.findPrev({
|
25
|
+
currentElement,
|
26
|
+
...options
|
27
|
+
}), [tabster]);
|
36
28
|
return {
|
37
|
-
findAllFocusable
|
38
|
-
findFirstFocusable
|
39
|
-
findLastFocusable
|
40
|
-
findNextFocusable
|
41
|
-
findPrevFocusable
|
29
|
+
findAllFocusable,
|
30
|
+
findFirstFocusable,
|
31
|
+
findLastFocusable,
|
32
|
+
findNextFocusable,
|
33
|
+
findPrevFocusable
|
42
34
|
};
|
43
35
|
};
|
44
36
|
//# sourceMappingURL=useFocusFinders.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/hooks/useFocusFinders.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;
|
1
|
+
{"version":3,"sources":["../../src/hooks/useFocusFinders.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAEA,SAAS,UAAT,QAA2B,cAA3B;AAEA;;AAEG;;AACH,OAAO,MAAM,eAAe,GAAG,MAAK;AAClC,QAAM,OAAO,GAAG,UAAU,EAA1B,CADkC,CAGlC;;AACA,QAAM,gBAAgB,GAAG,KAAK,CAAC,WAAN,CACvB,CAAC,SAAD,EAAyB,eAAzB,KACE,CAAA,OAAO,KAAA,IAAP,IAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAA,OAAO,CAAE,SAAT,CAAmB,OAAnB,CAA2B;AAAE,IAAA,SAAF;AAAa,IAAA;AAAb,GAA3B,CAAA,KAA8D,EAFzC,EAGvB,CAAC,OAAD,CAHuB,CAAzB;AAMA,QAAM,kBAAkB,GAAG,KAAK,CAAC,WAAN,CACxB,SAAD,IAA4B,OAAO,KAAA,IAAP,IAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAA,OAAO,CAAE,SAAT,CAAmB,SAAnB,CAA6B;AAAE,IAAA;AAAF,GAA7B,CADH,EAEzB,CAAC,OAAD,CAFyB,CAA3B;AAKA,QAAM,iBAAiB,GAAG,KAAK,CAAC,WAAN,CAAmB,SAAD,IAA4B,OAAO,KAAA,IAAP,IAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAA,OAAO,CAAE,SAAT,CAAmB,QAAnB,CAA4B;AAAE,IAAA;AAAF,GAA5B,CAA9C,EAA0F,CAClH,OADkH,CAA1F,CAA1B;AAIA,QAAM,iBAAiB,GAAG,KAAK,CAAC,WAAN,CACxB,CAAC,cAAD,EAA8B,OAAA,GAAyD,EAAvF,KACE,OAAO,KAAA,IAAP,IAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAA,OAAO,CAAE,SAAT,CAAmB,QAAnB,CAA4B;AAAE,IAAA,cAAF;AAAkB,OAAG;AAArB,GAA5B,CAFsB,EAGxB,CAAC,OAAD,CAHwB,CAA1B;AAMA,QAAM,iBAAiB,GAAG,KAAK,CAAC,WAAN,CACxB,CAAC,cAAD,EAA8B,OAAA,GAAyD,EAAvF,KACE,OAAO,KAAA,IAAP,IAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAA,OAAO,CAAE,SAAT,CAAmB,QAAnB,CAA4B;AAAE,IAAA,cAAF;AAAkB,OAAG;AAArB,GAA5B,CAFsB,EAGxB,CAAC,OAAD,CAHwB,CAA1B;AAMA,SAAO;AACL,IAAA,gBADK;AAEL,IAAA,kBAFK;AAGL,IAAA,iBAHK;AAIL,IAAA,iBAJK;AAKL,IAAA;AALK,GAAP;AAOD,CAtCM","sourceRoot":""}
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import type {
|
2
|
-
import type { MakeStyles, MakeStylesStyleRule } from '@fluentui/make-styles';
|
1
|
+
import type { GriffelStyle } from '@griffel/react';
|
3
2
|
export declare type FocusOutlineOffset = Record<'top' | 'bottom' | 'left' | 'right', string>;
|
4
3
|
export declare type FocusOutlineStyleOptions = {
|
5
4
|
/**
|
@@ -22,13 +21,13 @@ export interface CreateFocusIndicatorStyleRuleOptions {
|
|
22
21
|
* @param options - Configure the style of the focus outline
|
23
22
|
* @returns focus outline styles object for @see makeStyles
|
24
23
|
*/
|
25
|
-
export declare const createFocusOutlineStyle: (
|
24
|
+
export declare const createFocusOutlineStyle: (options?: {
|
26
25
|
style: Partial<FocusOutlineStyleOptions>;
|
27
|
-
} & CreateFocusIndicatorStyleRuleOptions) =>
|
26
|
+
} & CreateFocusIndicatorStyleRuleOptions) => GriffelStyle;
|
28
27
|
/**
|
29
|
-
* Creates a style
|
28
|
+
* Creates a style for @see makeStyles that includes the necessary selectors for focus.
|
30
29
|
* Should be used only when @see createFocusOutlineStyle does not fit requirements
|
31
30
|
*
|
32
|
-
* @param
|
31
|
+
* @param style - styling applied on focus, defaults to @see getDefaultFocusOutlineStyes
|
33
32
|
*/
|
34
|
-
export declare const createCustomFocusIndicatorStyle: (
|
33
|
+
export declare const createCustomFocusIndicatorStyle: (style: GriffelStyle, options?: CreateFocusIndicatorStyleRuleOptions) => GriffelStyle;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { tokens } from '@fluentui/react-theme';
|
2
2
|
import { KEYBOARD_NAV_SELECTOR } from '../symbols';
|
3
3
|
/**
|
4
4
|
* NOTE: the element with the focus outline needs to have `position: relative` so that the
|
@@ -8,17 +8,19 @@ import { KEYBOARD_NAV_SELECTOR } from '../symbols';
|
|
8
8
|
* @returns focus outline styles object
|
9
9
|
*/
|
10
10
|
|
11
|
-
|
11
|
+
const getFocusOutlineStyles = options => {
|
12
12
|
var _a, _b, _c, _d;
|
13
13
|
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
14
|
+
const {
|
15
|
+
outlineRadius,
|
16
|
+
outlineColor,
|
17
|
+
outlineOffset,
|
18
|
+
outlineWidth
|
19
|
+
} = options;
|
20
|
+
const outlineOffsetTop = ((_a = outlineOffset) === null || _a === void 0 ? void 0 : _a.top) || outlineOffset;
|
21
|
+
const outlineOffsetBottom = ((_b = outlineOffset) === null || _b === void 0 ? void 0 : _b.bottom) || outlineOffset;
|
22
|
+
const outlineOffsetLeft = ((_c = outlineOffset) === null || _c === void 0 ? void 0 : _c.left) || outlineOffset;
|
23
|
+
const outlineOffsetRight = ((_d = outlineOffset) === null || _d === void 0 ? void 0 : _d.right) || outlineOffset;
|
22
24
|
return {
|
23
25
|
borderColor: 'transparent',
|
24
26
|
':after': {
|
@@ -31,15 +33,15 @@ var getFocusOutlineStyles = function (options) {
|
|
31
33
|
borderWidth: outlineWidth,
|
32
34
|
borderRadius: outlineRadius,
|
33
35
|
borderColor: outlineColor,
|
34
|
-
top: !outlineOffset ?
|
35
|
-
bottom: !outlineOffset ?
|
36
|
-
left: !outlineOffset ?
|
37
|
-
right: !outlineOffset ?
|
36
|
+
top: !outlineOffset ? `-${outlineWidth}` : `calc(0px - ${outlineWidth} - ${outlineOffsetTop})`,
|
37
|
+
bottom: !outlineOffset ? `-${outlineWidth}` : `calc(0px - ${outlineWidth} - ${outlineOffsetBottom})`,
|
38
|
+
left: !outlineOffset ? `-${outlineWidth}` : `calc(0px - ${outlineWidth} - ${outlineOffsetLeft})`,
|
39
|
+
right: !outlineOffset ? `-${outlineWidth}` : `calc(0px - ${outlineWidth} - ${outlineOffsetRight})`
|
38
40
|
}
|
39
41
|
};
|
40
42
|
};
|
41
43
|
|
42
|
-
|
44
|
+
const defaultOptions = {
|
43
45
|
selector: 'focus'
|
44
46
|
};
|
45
47
|
/**
|
@@ -51,46 +53,32 @@ var defaultOptions = {
|
|
51
53
|
* @returns focus outline styles object for @see makeStyles
|
52
54
|
*/
|
53
55
|
|
54
|
-
export
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
}
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
}
|
68
|
-
|
69
|
-
outlineRadius: theme.borderRadiusMedium,
|
70
|
-
// FIXME: theme.global.strokeWidth.thick causes some weird bugs
|
71
|
-
outlineWidth: '2px'
|
72
|
-
}, options.style)), _a;
|
73
|
-
};
|
56
|
+
export const createFocusOutlineStyle = (options = {
|
57
|
+
style: {},
|
58
|
+
...defaultOptions
|
59
|
+
}) => ({
|
60
|
+
':focus-visible': {
|
61
|
+
outlineStyle: 'none'
|
62
|
+
},
|
63
|
+
[`${KEYBOARD_NAV_SELECTOR} :${options.selector || defaultOptions.selector}`]: getFocusOutlineStyles({
|
64
|
+
outlineColor: tokens.colorStrokeFocus2,
|
65
|
+
outlineRadius: tokens.borderRadiusMedium,
|
66
|
+
// FIXME: tokens.strokeWidthThick causes some weird bugs
|
67
|
+
outlineWidth: '2px',
|
68
|
+
...options.style
|
69
|
+
})
|
70
|
+
});
|
74
71
|
/**
|
75
|
-
* Creates a style
|
72
|
+
* Creates a style for @see makeStyles that includes the necessary selectors for focus.
|
76
73
|
* Should be used only when @see createFocusOutlineStyle does not fit requirements
|
77
74
|
*
|
78
|
-
* @param
|
75
|
+
* @param style - styling applied on focus, defaults to @see getDefaultFocusOutlineStyes
|
79
76
|
*/
|
80
77
|
|
81
|
-
export
|
82
|
-
|
83
|
-
|
84
|
-
}
|
85
|
-
|
86
|
-
|
87
|
-
var _a;
|
88
|
-
|
89
|
-
return _a = {
|
90
|
-
':focus-visible': {
|
91
|
-
outline: 'none'
|
92
|
-
}
|
93
|
-
}, _a[KEYBOARD_NAV_SELECTOR + " :" + (options.selector || defaultOptions.selector)] = typeof rule === 'function' ? rule(theme) : rule, _a;
|
94
|
-
};
|
95
|
-
};
|
78
|
+
export const createCustomFocusIndicatorStyle = (style, options = defaultOptions) => ({
|
79
|
+
':focus-visible': {
|
80
|
+
outlineStyle: 'none'
|
81
|
+
},
|
82
|
+
[`${KEYBOARD_NAV_SELECTOR} :${options.selector || defaultOptions.selector}`]: style
|
83
|
+
});
|
96
84
|
//# sourceMappingURL=useFocusIndicatorStyle.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/hooks/useFocusIndicatorStyle.ts"],"names":[],"mappings":";
|
1
|
+
{"version":3,"sources":["../../src/hooks/useFocusIndicatorStyle.ts"],"names":[],"mappings":"AAAA,SAAS,MAAT,QAAuB,uBAAvB;AACA,SAAS,qBAAT,QAAsC,YAAtC;AAeA;;;;;;AAMG;;AACH,MAAM,qBAAqB,GAAI,OAAD,IAAsC;;;AAClE,QAAM;AAAE,IAAA,aAAF;AAAiB,IAAA,YAAjB;AAA+B,IAAA,aAA/B;AAA8C,IAAA;AAA9C,MAA+D,OAArE;AAEA,QAAM,gBAAgB,GAAG,CAAA,CAAA,EAAA,GAAC,aAAD,MAAqC,IAArC,IAAqC,EAAA,KAAA,KAAA,CAArC,GAAqC,KAAA,CAArC,GAAqC,EAAA,CAAE,GAAvC,KAA8C,aAAvE;AACA,QAAM,mBAAmB,GAAG,CAAA,CAAA,EAAA,GAAC,aAAD,MAAqC,IAArC,IAAqC,EAAA,KAAA,KAAA,CAArC,GAAqC,KAAA,CAArC,GAAqC,EAAA,CAAE,MAAvC,KAAiD,aAA7E;AACA,QAAM,iBAAiB,GAAG,CAAA,CAAA,EAAA,GAAC,aAAD,MAAqC,IAArC,IAAqC,EAAA,KAAA,KAAA,CAArC,GAAqC,KAAA,CAArC,GAAqC,EAAA,CAAE,IAAvC,KAA+C,aAAzE;AACA,QAAM,kBAAkB,GAAG,CAAA,CAAA,EAAA,GAAC,aAAD,MAAqC,IAArC,IAAqC,EAAA,KAAA,KAAA,CAArC,GAAqC,KAAA,CAArC,GAAqC,EAAA,CAAE,KAAvC,KAAgD,aAA3E;AAEA,SAAO;AACL,IAAA,WAAW,EAAE,aADR;AAEL,cAAU;AACR,MAAA,OAAO,EAAE,IADD;AAER,MAAA,QAAQ,EAAE,UAFF;AAGR,MAAA,aAAa,EAAE,MAHP;AAIR,MAAA,SAAS,EAAE,aAJH;AAKR,MAAA,MAAM,EAAE,CALA;AAOR,MAAA,WAAW,EAAE,OAPL;AAQR,MAAA,WAAW,EAAE,YARL;AASR,MAAA,YAAY,EAAE,aATN;AAUR,MAAA,WAAW,EAAE,YAVL;AAYR,MAAA,GAAG,EAAE,CAAC,aAAD,GAAiB,IAAI,YAAY,EAAjC,GAAsC,cAAc,YAAY,MAAM,gBAAgB,GAZnF;AAaR,MAAA,MAAM,EAAE,CAAC,aAAD,GAAiB,IAAI,YAAY,EAAjC,GAAsC,cAAc,YAAY,MAAM,mBAAmB,GAbzF;AAcR,MAAA,IAAI,EAAE,CAAC,aAAD,GAAiB,IAAI,YAAY,EAAjC,GAAsC,cAAc,YAAY,MAAM,iBAAiB,GAdrF;AAeR,MAAA,KAAK,EAAE,CAAC,aAAD,GAAiB,IAAI,YAAY,EAAjC,GAAsC,cAAc,YAAY,MAAM,kBAAkB;AAfvF;AAFL,GAAP;AAoBD,CA5BD;;AAkCA,MAAM,cAAc,GAAyC;AAC3D,EAAA,QAAQ,EAAE;AADiD,CAA7D;AAIA;;;;;;;AAOG;;AACH,OAAO,MAAM,uBAAuB,GAAG,CACrC,OAAA,GAE2C;AAAE,EAAA,KAAK,EAAE,EAAT;AAAa,KAAG;AAAhB,CAHN,MAInB;AAClB,oBAAkB;AAChB,IAAA,YAAY,EAAE;AADE,GADA;AAIlB,GAAC,GAAG,qBAAqB,KAAK,OAAO,CAAC,QAAR,IAAoB,cAAc,CAAC,QAAQ,EAAzE,GAA8E,qBAAqB,CAAC;AAClG,IAAA,YAAY,EAAE,MAAM,CAAC,iBAD6E;AAElG,IAAA,aAAa,EAAE,MAAM,CAAC,kBAF4E;AAGlG;AACA,IAAA,YAAY,EAAE,KAJoF;AAKlG,OAAG,OAAO,CAAC;AALuF,GAAD;AAJjF,CAJmB,CAAhC;AAiBP;;;;;AAKG;;AACH,OAAO,MAAM,+BAA+B,GAAG,CAC7C,KAD6C,EAE7C,OAAA,GAAgD,cAFH,MAG3B;AAClB,oBAAkB;AAChB,IAAA,YAAY,EAAE;AADE,GADA;AAIlB,GAAC,GAAG,qBAAqB,KAAK,OAAO,CAAC,QAAR,IAAoB,cAAc,CAAC,QAAQ,EAAzE,GAA8E;AAJ5D,CAH2B,CAAxC","sourceRoot":""}
|