@fluentui/web-components 3.0.0-beta.89 → 3.0.0-beta.90
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.md +12 -2
- package/dist/dts/accordion-item/accordion-item.base.d.ts +0 -12
- package/dist/dts/accordion-item/accordion-item.d.ts +0 -18
- package/dist/dts/avatar/avatar.base.d.ts +0 -12
- package/dist/dts/avatar/avatar.d.ts +13 -2
- package/dist/dts/badge/badge.d.ts +0 -30
- package/dist/dts/button/button.d.ts +0 -24
- package/dist/dts/checkbox/checkbox.d.ts +0 -16
- package/dist/dts/counter-badge/counter-badge.d.ts +0 -30
- package/dist/dts/divider/divider.d.ts +0 -18
- package/dist/dts/dropdown/dropdown.d.ts +0 -16
- package/dist/dts/image/image.d.ts +0 -36
- package/dist/dts/label/label.d.ts +0 -24
- package/dist/dts/link/link.d.ts +0 -12
- package/dist/dts/message-bar/message-bar.d.ts +0 -18
- package/dist/dts/progress-bar/progress-bar.d.ts +0 -12
- package/dist/dts/rating-display/rating-display.d.ts +0 -14
- package/dist/dts/slider/slider.d.ts +0 -1
- package/dist/dts/spinner/spinner.d.ts +0 -12
- package/dist/dts/styles/states/index.d.ts +0 -500
- package/dist/dts/tablist/tablist.d.ts +0 -8
- package/dist/dts/text/text.d.ts +1 -34
- package/dist/dts/text-input/text-input.d.ts +0 -12
- package/dist/dts/textarea/textarea.d.ts +0 -4
- package/dist/dts/tree-item/tree-item.d.ts +1 -1
- package/dist/esm/accordion-item/accordion-item.base.js +0 -17
- package/dist/esm/accordion-item/accordion-item.base.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.js +0 -26
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js +19 -20
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
- package/dist/esm/avatar/avatar.base.js +0 -3
- package/dist/esm/avatar/avatar.base.js.map +1 -1
- package/dist/esm/avatar/avatar.js +4 -2
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +31 -32
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/badge/badge.js +1 -40
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.styles.js +7 -10
- package/dist/esm/badge/badge.styles.js.map +1 -1
- package/dist/esm/button/button.js +0 -34
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.styles.js +34 -35
- package/dist/esm/button/button.styles.js.map +1 -1
- package/dist/esm/checkbox/checkbox.js +1 -22
- package/dist/esm/checkbox/checkbox.js.map +1 -1
- package/dist/esm/checkbox/checkbox.styles.js +6 -6
- package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
- package/dist/esm/compound-button/compound-button.styles.js +12 -13
- package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.js +0 -42
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.styles.js +3 -7
- package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
- package/dist/esm/divider/divider.js +0 -26
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.styles.js +32 -35
- package/dist/esm/divider/divider.styles.js.map +1 -1
- package/dist/esm/dropdown/dropdown.js +1 -22
- package/dist/esm/dropdown/dropdown.js.map +1 -1
- package/dist/esm/dropdown/dropdown.styles.js +18 -18
- package/dist/esm/dropdown/dropdown.styles.js.map +1 -1
- package/dist/esm/image/image.js +0 -51
- package/dist/esm/image/image.js.map +1 -1
- package/dist/esm/image/image.styles.js +9 -10
- package/dist/esm/image/image.styles.js.map +1 -1
- package/dist/esm/label/label.js +0 -32
- package/dist/esm/label/label.js.map +1 -1
- package/dist/esm/label/label.styles.js +5 -6
- package/dist/esm/label/label.styles.js.map +1 -1
- package/dist/esm/link/link.js +0 -18
- package/dist/esm/link/link.js.map +1 -1
- package/dist/esm/link/link.styles.js +4 -5
- package/dist/esm/link/link.styles.js.map +1 -1
- package/dist/esm/message-bar/message-bar.js +0 -26
- package/dist/esm/message-bar/message-bar.js.map +1 -1
- package/dist/esm/message-bar/message-bar.styles.js +9 -10
- package/dist/esm/message-bar/message-bar.styles.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.js +0 -18
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js +6 -7
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
- package/dist/esm/radio-group/radio-group.styles.js +0 -1
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
- package/dist/esm/rating-display/rating-display.js +0 -20
- package/dist/esm/rating-display/rating-display.js.map +1 -1
- package/dist/esm/rating-display/rating-display.styles.js +16 -19
- package/dist/esm/rating-display/rating-display.styles.js.map +1 -1
- package/dist/esm/slider/slider.js +1 -6
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.styles.js +6 -7
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/spinner/spinner.js +0 -18
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.styles.js +8 -9
- package/dist/esm/spinner/spinner.styles.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.js +42 -43
- package/dist/esm/styles/partials/badge.partials.js.map +1 -1
- package/dist/esm/styles/states/index.js +0 -500
- package/dist/esm/styles/states/index.js.map +1 -1
- package/dist/esm/tablist/tablist.js +1 -14
- package/dist/esm/tablist/tablist.js.map +1 -1
- package/dist/esm/tablist/tablist.styles.js +26 -27
- package/dist/esm/tablist/tablist.styles.js.map +1 -1
- package/dist/esm/text/text.js +1 -66
- package/dist/esm/text/text.js.map +1 -1
- package/dist/esm/text/text.styles.js +26 -27
- package/dist/esm/text/text.styles.js.map +1 -1
- package/dist/esm/text-input/text-input.js +0 -18
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.styles.js +22 -23
- package/dist/esm/text-input/text-input.styles.js.map +1 -1
- package/dist/esm/textarea/textarea.js +1 -29
- package/dist/esm/textarea/textarea.js.map +1 -1
- package/dist/esm/textarea/textarea.styles.js +14 -14
- package/dist/esm/textarea/textarea.styles.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.styles.js +19 -20
- package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/esm/tree-item/tree-item.js +1 -1
- package/dist/esm/tree-item/tree-item.js.map +1 -1
- package/dist/esm/tree-item/tree-item.styles.js.map +1 -1
- package/dist/esm/tree-item/tree-item.template.js +1 -1
- package/dist/esm/tree-item/tree-item.template.js.map +1 -1
- package/dist/web-components.d.ts +13 -363
- package/dist/web-components.js +178 -987
- package/dist/web-components.min.js +357 -354
- package/package.json +1 -1
|
@@ -4,116 +4,21 @@ import { stateSelector } from '../../utils/element-internals.js';
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export const activeState = stateSelector('active');
|
|
7
|
-
/**
|
|
8
|
-
* Selector for the `align-end` state.
|
|
9
|
-
* @public
|
|
10
|
-
*/
|
|
11
|
-
export const alignEndState = stateSelector('align-end');
|
|
12
|
-
/**
|
|
13
|
-
* Selector for the `align-start` state.
|
|
14
|
-
* @public
|
|
15
|
-
*/
|
|
16
|
-
export const alignStartState = stateSelector('align-start');
|
|
17
|
-
/**
|
|
18
|
-
* Selector for the `anchor` state.
|
|
19
|
-
* @public
|
|
20
|
-
*/
|
|
21
|
-
export const anchorState = stateSelector('anchor');
|
|
22
|
-
/**
|
|
23
|
-
* Selector for the `auto-resize` state.
|
|
24
|
-
* @public
|
|
25
|
-
*/
|
|
26
|
-
export const autoResizeState = stateSelector('auto-resize');
|
|
27
7
|
/**
|
|
28
8
|
* Selector for the `bad-input` state.
|
|
29
9
|
* @public
|
|
30
10
|
*/
|
|
31
11
|
export const badInputState = stateSelector('bad-input');
|
|
32
|
-
/**
|
|
33
|
-
* Selector for the `beige` state.
|
|
34
|
-
* @public
|
|
35
|
-
*/
|
|
36
|
-
export const beigeState = stateSelector('beige');
|
|
37
|
-
/**
|
|
38
|
-
* Selector for the `block` state.
|
|
39
|
-
* @public
|
|
40
|
-
*/
|
|
41
|
-
export const blockState = stateSelector('block');
|
|
42
|
-
/**
|
|
43
|
-
* Selector for the `blue` state.
|
|
44
|
-
* @public
|
|
45
|
-
*/
|
|
46
|
-
export const blueState = stateSelector('blue');
|
|
47
|
-
/**
|
|
48
|
-
* Selector for the `bold` state.
|
|
49
|
-
* @public
|
|
50
|
-
*/
|
|
51
|
-
export const boldState = stateSelector('bold');
|
|
52
|
-
/**
|
|
53
|
-
* Selector for the `bordered` state.
|
|
54
|
-
* @public
|
|
55
|
-
*/
|
|
56
|
-
export const borderedState = stateSelector('bordered');
|
|
57
|
-
/**
|
|
58
|
-
* Selector for the `brand` state.
|
|
59
|
-
* @public
|
|
60
|
-
*/
|
|
61
|
-
export const brandState = stateSelector('brand');
|
|
62
|
-
/**
|
|
63
|
-
* Selector for the `brass` state.
|
|
64
|
-
* @public
|
|
65
|
-
*/
|
|
66
|
-
export const brassState = stateSelector('brass');
|
|
67
|
-
/**
|
|
68
|
-
* Selector for the `brown` state.
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
export const brownState = stateSelector('brown');
|
|
72
|
-
/**
|
|
73
|
-
* Selector for the `center` state.
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
export const centerState = stateSelector('center');
|
|
77
12
|
/**
|
|
78
13
|
* Selector for the `checked` state.
|
|
79
14
|
* @public
|
|
80
15
|
*/
|
|
81
16
|
export const checkedState = stateSelector('checked');
|
|
82
|
-
/**
|
|
83
|
-
* Selector for the `circular` state.
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
export const circularState = stateSelector('circular');
|
|
87
|
-
/**
|
|
88
|
-
* Selector for the `cornflower` state.
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
export const cornflowerState = stateSelector('cornflower');
|
|
92
|
-
/**
|
|
93
|
-
* Selector for the `cranberry` state.
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
export const cranberryState = stateSelector('cranberry');
|
|
97
17
|
/**
|
|
98
18
|
* Selector for the `custom-error` state.
|
|
99
19
|
* @public
|
|
100
20
|
*/
|
|
101
21
|
export const customErrorState = stateSelector('custom-error');
|
|
102
|
-
/**
|
|
103
|
-
* Selector for the `danger` state.
|
|
104
|
-
* @public
|
|
105
|
-
*/
|
|
106
|
-
export const dangerState = stateSelector('danger');
|
|
107
|
-
/**
|
|
108
|
-
* Selector for the `dark-green` state.
|
|
109
|
-
* @public
|
|
110
|
-
*/
|
|
111
|
-
export const darkGreenState = stateSelector('dark-green');
|
|
112
|
-
/**
|
|
113
|
-
* Selector for the `dark-red` state.
|
|
114
|
-
* @public
|
|
115
|
-
*/
|
|
116
|
-
export const darkRedState = stateSelector('dark-red');
|
|
117
22
|
/**
|
|
118
23
|
* Selector for the `description` state.
|
|
119
24
|
*/
|
|
@@ -123,71 +28,11 @@ export const descriptionState = stateSelector('description');
|
|
|
123
28
|
* @public
|
|
124
29
|
*/
|
|
125
30
|
export const disabledState = stateSelector('disabled');
|
|
126
|
-
/**
|
|
127
|
-
* Selector for the `display-shadow` state.
|
|
128
|
-
* @public
|
|
129
|
-
*/
|
|
130
|
-
export const displayShadowState = stateSelector('display-shadow');
|
|
131
|
-
/**
|
|
132
|
-
* Selector for the `dot` state.
|
|
133
|
-
* @public
|
|
134
|
-
*/
|
|
135
|
-
export const dotState = stateSelector('dot');
|
|
136
|
-
/**
|
|
137
|
-
* Selector for the `end` state.
|
|
138
|
-
* @public
|
|
139
|
-
*/
|
|
140
|
-
export const endState = stateSelector('end');
|
|
141
31
|
/**
|
|
142
32
|
* Selector for the `error` state.
|
|
143
33
|
* @public
|
|
144
34
|
*/
|
|
145
35
|
export const errorState = stateSelector('error');
|
|
146
|
-
/**
|
|
147
|
-
* Selector for the `expanded` state.
|
|
148
|
-
* @public
|
|
149
|
-
*/
|
|
150
|
-
export const expandedState = stateSelector('expanded');
|
|
151
|
-
/**
|
|
152
|
-
* Selector for the `extra-large` state.
|
|
153
|
-
* @public
|
|
154
|
-
*/
|
|
155
|
-
export const extraLargeState = stateSelector('extra-large');
|
|
156
|
-
/**
|
|
157
|
-
* Selector for the `extra-small` state.
|
|
158
|
-
* @public
|
|
159
|
-
*/
|
|
160
|
-
export const extraSmallState = stateSelector('extra-small');
|
|
161
|
-
/**
|
|
162
|
-
* Selector for the `filled-darker` state.
|
|
163
|
-
* @public
|
|
164
|
-
*/
|
|
165
|
-
export const filledDarkerState = stateSelector('filled-darker');
|
|
166
|
-
/**
|
|
167
|
-
* Selector for the `filled-lighter` state.
|
|
168
|
-
* @public
|
|
169
|
-
*/
|
|
170
|
-
export const filledLighterState = stateSelector('filled-lighter');
|
|
171
|
-
/**
|
|
172
|
-
* Selector for the `fit-center` state.
|
|
173
|
-
* @public
|
|
174
|
-
*/
|
|
175
|
-
export const fitCenterState = stateSelector('fit-center');
|
|
176
|
-
/**
|
|
177
|
-
* Selector for the `fit-contain` state.
|
|
178
|
-
* @public
|
|
179
|
-
*/
|
|
180
|
-
export const fitContainState = stateSelector('fit-contain');
|
|
181
|
-
/**
|
|
182
|
-
* Selector for the `fit-cover` state.
|
|
183
|
-
* @public
|
|
184
|
-
*/
|
|
185
|
-
export const fitCoverState = stateSelector('fit-cover');
|
|
186
|
-
/**
|
|
187
|
-
* Selector for the `fit-none` state.
|
|
188
|
-
* @public
|
|
189
|
-
*/
|
|
190
|
-
export const fitNoneState = stateSelector('fit-none');
|
|
191
36
|
/**
|
|
192
37
|
* Selector for the `flip-block` state.
|
|
193
38
|
* @public
|
|
@@ -198,216 +43,41 @@ export const flipBlockState = stateSelector('flip-block');
|
|
|
198
43
|
* @public
|
|
199
44
|
*/
|
|
200
45
|
export const focusVisibleState = stateSelector('focus-visible');
|
|
201
|
-
/**
|
|
202
|
-
* Selector for the `forest` state.
|
|
203
|
-
* @public
|
|
204
|
-
*/
|
|
205
|
-
export const forestState = stateSelector('forest');
|
|
206
|
-
/**
|
|
207
|
-
* Selector for the `ghost` state.
|
|
208
|
-
* @public
|
|
209
|
-
*/
|
|
210
|
-
export const ghostState = stateSelector('ghost');
|
|
211
|
-
/**
|
|
212
|
-
* Selector for the `gold` state.
|
|
213
|
-
* @public
|
|
214
|
-
*/
|
|
215
|
-
export const goldState = stateSelector('gold');
|
|
216
|
-
/**
|
|
217
|
-
* Selector for the `grape` state.
|
|
218
|
-
* @public
|
|
219
|
-
*/
|
|
220
|
-
export const grapeState = stateSelector('grape');
|
|
221
46
|
/**
|
|
222
47
|
* Selector for the `has-message` state.
|
|
223
48
|
* @public
|
|
224
49
|
*/
|
|
225
50
|
export const hasMessageState = stateSelector('has-message');
|
|
226
|
-
/**
|
|
227
|
-
* Selector for the `huge` state.
|
|
228
|
-
* @public
|
|
229
|
-
*/
|
|
230
|
-
export const hugeState = stateSelector('huge');
|
|
231
|
-
/**
|
|
232
|
-
* Selector for the `icon` state.
|
|
233
|
-
* @public
|
|
234
|
-
*/
|
|
235
|
-
export const iconOnlyState = stateSelector('icon');
|
|
236
|
-
/**
|
|
237
|
-
* Selector for the `important` state.
|
|
238
|
-
* @public
|
|
239
|
-
*/
|
|
240
|
-
export const importantState = stateSelector('important');
|
|
241
51
|
/**
|
|
242
52
|
* Selector for the `indeterminate` state.
|
|
243
53
|
* @public
|
|
244
54
|
*/
|
|
245
55
|
export const indeterminateState = stateSelector('indeterminate');
|
|
246
|
-
/**
|
|
247
|
-
* Selector for the `informative` state.
|
|
248
|
-
* @public
|
|
249
|
-
*/
|
|
250
|
-
export const informativeState = stateSelector('informative');
|
|
251
|
-
/**
|
|
252
|
-
* Selector for the `inline` state.
|
|
253
|
-
* @public
|
|
254
|
-
*/
|
|
255
|
-
export const inlineState = stateSelector('inline');
|
|
256
|
-
/**
|
|
257
|
-
* Selector for the `inset` state.
|
|
258
|
-
* @public
|
|
259
|
-
*/
|
|
260
|
-
export const insetState = stateSelector('inset');
|
|
261
|
-
/**
|
|
262
|
-
* Selector for the `inverted` state.
|
|
263
|
-
* @public
|
|
264
|
-
*/
|
|
265
|
-
export const invertedState = stateSelector('inverted');
|
|
266
|
-
/**
|
|
267
|
-
* Selector for the `italic` state.
|
|
268
|
-
* @public
|
|
269
|
-
*/
|
|
270
|
-
export const italicState = stateSelector('italic');
|
|
271
|
-
/**
|
|
272
|
-
* Selector for the `justify` state.
|
|
273
|
-
* @public
|
|
274
|
-
*/
|
|
275
|
-
export const justifyState = stateSelector('justify');
|
|
276
|
-
/**
|
|
277
|
-
* Selector for the `large` state.
|
|
278
|
-
* @public
|
|
279
|
-
*/
|
|
280
|
-
export const largeState = stateSelector('large');
|
|
281
|
-
/**
|
|
282
|
-
* Selector for the `lavender` state.
|
|
283
|
-
* @public
|
|
284
|
-
*/
|
|
285
|
-
export const lavenderState = stateSelector('lavender');
|
|
286
|
-
/**
|
|
287
|
-
* Selector for the `light-teal` state.
|
|
288
|
-
* @public
|
|
289
|
-
*/
|
|
290
|
-
export const lightTealState = stateSelector('light-teal');
|
|
291
|
-
/**
|
|
292
|
-
* Selector for the `lilac` state.
|
|
293
|
-
* @public
|
|
294
|
-
*/
|
|
295
|
-
export const lilacState = stateSelector('lilac');
|
|
296
|
-
/**
|
|
297
|
-
* Selector for the `magenta` state.
|
|
298
|
-
* @public
|
|
299
|
-
*/
|
|
300
|
-
export const magentaState = stateSelector('magenta');
|
|
301
|
-
/**
|
|
302
|
-
* Selector for the `marigold` state.
|
|
303
|
-
* @public
|
|
304
|
-
*/
|
|
305
|
-
export const marigoldState = stateSelector('marigold');
|
|
306
|
-
/**
|
|
307
|
-
* Selector for the `medium` state.
|
|
308
|
-
* @public
|
|
309
|
-
*/
|
|
310
|
-
export const mediumState = stateSelector('medium');
|
|
311
|
-
/**
|
|
312
|
-
* Selector for the `mink` state.
|
|
313
|
-
* @public
|
|
314
|
-
*/
|
|
315
|
-
export const minkState = stateSelector('mink');
|
|
316
|
-
/**
|
|
317
|
-
* Selector for the `monospace` state.
|
|
318
|
-
* @public
|
|
319
|
-
*/
|
|
320
|
-
export const monospaceState = stateSelector('monospace');
|
|
321
|
-
/**
|
|
322
|
-
* Selector for the `multiline` state.
|
|
323
|
-
* @public
|
|
324
|
-
*/
|
|
325
|
-
export const multiLineState = stateSelector('multiline');
|
|
326
56
|
/**
|
|
327
57
|
* Selector for the `multiselect` state.
|
|
328
58
|
* @public
|
|
329
59
|
*/
|
|
330
60
|
export const multipleState = stateSelector('multiple');
|
|
331
|
-
/**
|
|
332
|
-
* Selector for the `navy` state.
|
|
333
|
-
* @public
|
|
334
|
-
*/
|
|
335
|
-
export const navyState = stateSelector('navy');
|
|
336
|
-
/**
|
|
337
|
-
* Selector for the `neutral` state.
|
|
338
|
-
* @public
|
|
339
|
-
*/
|
|
340
|
-
export const neutralState = stateSelector('neutral');
|
|
341
|
-
/**
|
|
342
|
-
* Selector for the `nowrap` state.
|
|
343
|
-
* @public
|
|
344
|
-
*/
|
|
345
|
-
export const nowrapState = stateSelector('nowrap');
|
|
346
|
-
/**
|
|
347
|
-
* Selector for the `numeric` state.
|
|
348
|
-
* @public
|
|
349
|
-
*/
|
|
350
|
-
export const numericState = stateSelector('numeric');
|
|
351
61
|
/**
|
|
352
62
|
* Selector for the `open` state.
|
|
353
63
|
* @public
|
|
354
64
|
*/
|
|
355
65
|
export const openState = stateSelector('open');
|
|
356
|
-
/**
|
|
357
|
-
* Selector for the `outline` state.
|
|
358
|
-
* @public
|
|
359
|
-
*/
|
|
360
|
-
export const outlineState = stateSelector('outline');
|
|
361
66
|
/**
|
|
362
67
|
* Selector for the `pattern-mismatch` state.
|
|
363
68
|
* @public
|
|
364
69
|
*/
|
|
365
70
|
export const patternMismatchState = stateSelector('pattern-mismatch');
|
|
366
|
-
/**
|
|
367
|
-
* Selector for the `peach` state.
|
|
368
|
-
* @public
|
|
369
|
-
*/
|
|
370
|
-
export const peachState = stateSelector('peach');
|
|
371
|
-
/**
|
|
372
|
-
* Selector for the `pink` state.
|
|
373
|
-
* @public
|
|
374
|
-
*/
|
|
375
|
-
export const pinkState = stateSelector('pink');
|
|
376
71
|
/**
|
|
377
72
|
* Selector for the `placeholder-shown` state.
|
|
378
73
|
* @public
|
|
379
74
|
*/
|
|
380
75
|
export const placeholderShownState = stateSelector('placeholder-shown');
|
|
381
|
-
/**
|
|
382
|
-
* Selector for the `platinum` state.
|
|
383
|
-
* @public
|
|
384
|
-
*/
|
|
385
|
-
export const platinumState = stateSelector('platinum');
|
|
386
|
-
/**
|
|
387
|
-
* Selector for the `plum` state.
|
|
388
|
-
* @public
|
|
389
|
-
*/
|
|
390
|
-
export const plumState = stateSelector('plum');
|
|
391
76
|
/**
|
|
392
77
|
* Selector for the `pressed` state.
|
|
393
78
|
* @public
|
|
394
79
|
*/
|
|
395
80
|
export const pressedState = stateSelector('pressed');
|
|
396
|
-
/**
|
|
397
|
-
* Selector for the `primary` state.
|
|
398
|
-
* @public
|
|
399
|
-
*/
|
|
400
|
-
export const primaryState = stateSelector('primary');
|
|
401
|
-
/**
|
|
402
|
-
* Selector for the `pumpkin` state.
|
|
403
|
-
* @public
|
|
404
|
-
*/
|
|
405
|
-
export const pumpkinState = stateSelector('pumpkin');
|
|
406
|
-
/**
|
|
407
|
-
* Selector for the `purple` state.
|
|
408
|
-
* @public
|
|
409
|
-
*/
|
|
410
|
-
export const purpleState = stateSelector('purple');
|
|
411
81
|
/**
|
|
412
82
|
* Selector for the `range-overflow` state.
|
|
413
83
|
* @public
|
|
@@ -418,166 +88,21 @@ export const rangeOverflowState = stateSelector('range-overflow');
|
|
|
418
88
|
* @public
|
|
419
89
|
*/
|
|
420
90
|
export const rangeUnderflowState = stateSelector('range-underflow');
|
|
421
|
-
/**
|
|
422
|
-
* Selector for the `red` state.
|
|
423
|
-
* @public
|
|
424
|
-
*/
|
|
425
|
-
export const redState = stateSelector('red');
|
|
426
|
-
/**
|
|
427
|
-
* Selector for the `resize-both` state.
|
|
428
|
-
* @public
|
|
429
|
-
*/
|
|
430
|
-
export const resizeBothState = stateSelector('resize-both');
|
|
431
|
-
/**
|
|
432
|
-
* Selector for the `resize-horizontal` state.
|
|
433
|
-
* @public
|
|
434
|
-
*/
|
|
435
|
-
export const resizeHorizontalState = stateSelector('resize-horizontal');
|
|
436
|
-
/**
|
|
437
|
-
* Selector for the `resize-vertical` state.
|
|
438
|
-
* @public
|
|
439
|
-
*/
|
|
440
|
-
export const resizeVerticalState = stateSelector('resize-vertical');
|
|
441
|
-
/**
|
|
442
|
-
* Selector for the `rounded` state.
|
|
443
|
-
* @public
|
|
444
|
-
*/
|
|
445
|
-
export const roundedState = stateSelector('rounded');
|
|
446
|
-
/**
|
|
447
|
-
* Selector for the `royal-blue` state.
|
|
448
|
-
* @public
|
|
449
|
-
*/
|
|
450
|
-
export const royalBlueState = stateSelector('royal-blue');
|
|
451
|
-
/**
|
|
452
|
-
* Selector for the `seafoam` state.
|
|
453
|
-
* @public
|
|
454
|
-
*/
|
|
455
|
-
export const seafoamState = stateSelector('seafoam');
|
|
456
91
|
/**
|
|
457
92
|
* Selector for the `selected` state.
|
|
458
93
|
* @public
|
|
459
94
|
*/
|
|
460
95
|
export const selectedState = stateSelector('selected');
|
|
461
|
-
/**
|
|
462
|
-
* Selector for the `semibold` state.
|
|
463
|
-
* @public
|
|
464
|
-
*/
|
|
465
|
-
export const semiboldState = stateSelector('semibold');
|
|
466
|
-
/**
|
|
467
|
-
* Selector for the `severe` state.
|
|
468
|
-
* @public
|
|
469
|
-
*/
|
|
470
|
-
export const severeState = stateSelector('severe');
|
|
471
|
-
/**
|
|
472
|
-
* Selector for the `shadow` state.
|
|
473
|
-
* @public
|
|
474
|
-
*/
|
|
475
|
-
export const shadowState = stateSelector('shadow');
|
|
476
|
-
/**
|
|
477
|
-
* Selector for the `size1000` state.
|
|
478
|
-
* @public
|
|
479
|
-
*/
|
|
480
|
-
export const size1000State = stateSelector('size-1000');
|
|
481
|
-
/**
|
|
482
|
-
* Selector for the `size100` state.
|
|
483
|
-
* @public
|
|
484
|
-
*/
|
|
485
|
-
export const size100State = stateSelector('size-100');
|
|
486
|
-
/**
|
|
487
|
-
* Selector for the `size200` state.
|
|
488
|
-
* @public
|
|
489
|
-
*/
|
|
490
|
-
export const size200State = stateSelector('size-200');
|
|
491
|
-
/**
|
|
492
|
-
* Selector for the `size400` state.
|
|
493
|
-
* @public
|
|
494
|
-
*/
|
|
495
|
-
export const size400State = stateSelector('size-400');
|
|
496
|
-
/**
|
|
497
|
-
* Selector for the `size500` state.
|
|
498
|
-
* @public
|
|
499
|
-
*/
|
|
500
|
-
export const size500State = stateSelector('size-500');
|
|
501
|
-
/**
|
|
502
|
-
* Selector for the `size600` state.
|
|
503
|
-
* @public
|
|
504
|
-
*/
|
|
505
|
-
export const size600State = stateSelector('size-600');
|
|
506
|
-
/**
|
|
507
|
-
* Selector for the `size700` state.
|
|
508
|
-
* @public
|
|
509
|
-
*/
|
|
510
|
-
export const size700State = stateSelector('size-700');
|
|
511
|
-
/**
|
|
512
|
-
* Selector for the `size800` state.
|
|
513
|
-
* @public
|
|
514
|
-
*/
|
|
515
|
-
export const size800State = stateSelector('size-800');
|
|
516
|
-
/**
|
|
517
|
-
* Selector for the `size900` state.
|
|
518
|
-
* @public
|
|
519
|
-
*/
|
|
520
|
-
export const size900State = stateSelector('size-900');
|
|
521
|
-
/**
|
|
522
|
-
* Selector for the `small` state.
|
|
523
|
-
* @public
|
|
524
|
-
*/
|
|
525
|
-
export const smallState = stateSelector('small');
|
|
526
|
-
/**
|
|
527
|
-
* Selector for the `square` state.
|
|
528
|
-
* @public
|
|
529
|
-
*/
|
|
530
|
-
export const squareState = stateSelector('square');
|
|
531
|
-
/**
|
|
532
|
-
* Selector for the `steel` state.
|
|
533
|
-
* @public
|
|
534
|
-
*/
|
|
535
|
-
export const steelState = stateSelector('steel');
|
|
536
96
|
/**
|
|
537
97
|
* Selector for the `step-mismatch` state.
|
|
538
98
|
* @public
|
|
539
99
|
*/
|
|
540
100
|
export const stepMismatchState = stateSelector('step-mismatch');
|
|
541
|
-
/**
|
|
542
|
-
* Selector for the `strikethrough` state.
|
|
543
|
-
* @public
|
|
544
|
-
*/
|
|
545
|
-
export const strikethroughState = stateSelector('strikethrough');
|
|
546
|
-
/**
|
|
547
|
-
* Selector for the `strong` state.
|
|
548
|
-
* @public
|
|
549
|
-
*/
|
|
550
|
-
export const strongState = stateSelector('strong');
|
|
551
101
|
/**
|
|
552
102
|
* Selector for the `submenu` state.
|
|
553
103
|
* @public
|
|
554
104
|
*/
|
|
555
105
|
export const submenuState = stateSelector('submenu');
|
|
556
|
-
/**
|
|
557
|
-
* Selector for the `subtle` state.
|
|
558
|
-
* @public
|
|
559
|
-
*/
|
|
560
|
-
export const subtleState = stateSelector('subtle');
|
|
561
|
-
/**
|
|
562
|
-
* Selector for the `success` state.
|
|
563
|
-
* @public
|
|
564
|
-
*/
|
|
565
|
-
export const successState = stateSelector('success');
|
|
566
|
-
/**
|
|
567
|
-
* Selector for the `teal` state.
|
|
568
|
-
* @public
|
|
569
|
-
*/
|
|
570
|
-
export const tealState = stateSelector('teal');
|
|
571
|
-
/**
|
|
572
|
-
* Selector for the `tint` state.
|
|
573
|
-
* @public
|
|
574
|
-
*/
|
|
575
|
-
export const tintState = stateSelector('tint');
|
|
576
|
-
/**
|
|
577
|
-
* Selector for the `tiny` state.
|
|
578
|
-
* @public
|
|
579
|
-
*/
|
|
580
|
-
export const tinyState = stateSelector('tiny');
|
|
581
106
|
/**
|
|
582
107
|
* Selector for the `too-long` state.
|
|
583
108
|
* @public
|
|
@@ -588,26 +113,11 @@ export const tooLongState = stateSelector('too-long');
|
|
|
588
113
|
* @public
|
|
589
114
|
*/
|
|
590
115
|
export const tooShortState = stateSelector('too-short');
|
|
591
|
-
/**
|
|
592
|
-
* Selector for the `transparent` state.
|
|
593
|
-
* @public
|
|
594
|
-
*/
|
|
595
|
-
export const transparentState = stateSelector('transparent');
|
|
596
|
-
/**
|
|
597
|
-
* Selector for the `truncate` state.
|
|
598
|
-
* @public
|
|
599
|
-
*/
|
|
600
|
-
export const truncateState = stateSelector('truncate');
|
|
601
116
|
/**
|
|
602
117
|
* Selector for the `type-mismatch` state.
|
|
603
118
|
* @public
|
|
604
119
|
*/
|
|
605
120
|
export const typeMismatchState = stateSelector('type-mismatch');
|
|
606
|
-
/**
|
|
607
|
-
* Selector for the `underline` state.
|
|
608
|
-
* @public
|
|
609
|
-
*/
|
|
610
|
-
export const underlineState = stateSelector('underline');
|
|
611
121
|
/**
|
|
612
122
|
* Selector for the `user-invalid` state.
|
|
613
123
|
* @public
|
|
@@ -623,14 +133,4 @@ export const validState = stateSelector('valid');
|
|
|
623
133
|
* @public
|
|
624
134
|
*/
|
|
625
135
|
export const valueMissingState = stateSelector('value-missing');
|
|
626
|
-
/**
|
|
627
|
-
* Selector for the `vertical` state.
|
|
628
|
-
* @public
|
|
629
|
-
*/
|
|
630
|
-
export const verticalState = stateSelector('vertical');
|
|
631
|
-
/**
|
|
632
|
-
* Selector for the `warning` state.
|
|
633
|
-
* @public
|
|
634
|
-
*/
|
|
635
|
-
export const warningState = stateSelector('warning');
|
|
636
136
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/styles/states/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAEjE;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC;AAEnD;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC;AAExD;;;GAGG;AACH,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/styles/states/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAEjE;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC;AAEnD;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC;AAExD;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,SAAS,CAAC,CAAC;AAErD;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC;AAE9D;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC;AAE7D;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,UAAU,CAAC,CAAC;AAEvD;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC;AAEjD;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAC,CAAC;AAEhE;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC;AAE5D;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC,eAAe,CAAC,CAAC;AAEjE;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,UAAU,CAAC,CAAC;AAEvD;;;GAGG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAE/C;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,kBAAkB,CAAC,CAAC;AAEtE;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAExE;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,SAAS,CAAC,CAAC;AAErD;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC,gBAAgB,CAAC,CAAC;AAElE;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC,iBAAiB,CAAC,CAAC;AAEpE;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,UAAU,CAAC,CAAC;AAEvD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAC,CAAC;AAEhE;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,SAAS,CAAC,CAAC;AAErD;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC,UAAU,CAAC,CAAC;AAEtD;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC;AAExD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAC,CAAC;AAEhE;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC;AAE9D;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC;AAEjD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,eAAe,CAAC,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { attr } from '@microsoft/fast-element';
|
|
3
|
-
import { swapStates } from '../utils/element-internals.js';
|
|
4
3
|
import { BaseTablist } from './tablist.base.js';
|
|
5
|
-
import { TablistAppearance, TablistOrientation
|
|
4
|
+
import { TablistAppearance, TablistOrientation } from './tablist.options.js';
|
|
6
5
|
/**
|
|
7
6
|
* A BaseTablist component with extra logic for handling the styled active tab indicator.
|
|
8
7
|
* @public
|
|
@@ -36,18 +35,6 @@ export class Tablist extends BaseTablist {
|
|
|
36
35
|
*/
|
|
37
36
|
this.appearance = TablistAppearance.transparent;
|
|
38
37
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
appearanceChanged(prev, next) {
|
|
43
|
-
swapStates(this.elementInternals, prev, next, TablistAppearance);
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
sizeChanged(prev, next) {
|
|
49
|
-
swapStates(this.elementInternals, prev, next, TablistSize);
|
|
50
|
-
}
|
|
51
38
|
/**
|
|
52
39
|
* calculateAnimationProperties
|
|
53
40
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tablist.js","sourceRoot":"","sources":["../../../src/tablist/tablist.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"tablist.js","sourceRoot":"","sources":["../../../src/tablist/tablist.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAe,MAAM,sBAAsB,CAAC;AAI1F;;;GAGG;AACH,MAAM,OAAO,OAAQ,SAAQ,WAAW;IAAxC;;QACE;;;WAGG;QACK,kBAAa,GAAY,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;QACrE;;;WAGG;QACK,0BAAqB,GAAY,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;QAC7E;;;WAGG;QACK,oBAAe,GAAG,CAAC,CAAC;QAC5B;;;WAGG;QACK,mBAAc,GAAG,CAAC,CAAC;QAE3B;;;WAGG;QAEI,eAAU,GAAuB,iBAAiB,CAAC,WAAW,CAAC;IAqIxE,CAAC;IA3HC;;;;;OAKG;IACK,4BAA4B,CAAC,GAAQ;QAC3C,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;QAChD,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;IAC9C,CAAC;IAED;;OAEG;IACK,cAAc,CAAC,GAAQ;QAC7B,IAAI,IAAI,CAAC,WAAW,KAAK,kBAAkB,CAAC,UAAU,EAAE,CAAC;YACvD,OAAO,IAAI,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC,CAAC;QACzG,CAAC;;YAAM,OAAO,IAAI,CAAC,qBAAqB,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC,CAAC;IAChH,CAAC;IAED;;OAEG;IACK,WAAW,CAAC,GAAQ;QAC1B,IAAI,IAAI,CAAC,WAAW,KAAK,kBAAkB,CAAC,UAAU,EAAE,CAAC;YACvD,OAAO,IAAI,CAAC,qBAAqB,CAAC,KAAK,GAAG,GAAG,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAC;QAC9E,CAAC;;YAAM,OAAO,IAAI,CAAC,qBAAqB,CAAC,MAAM,GAAG,GAAG,CAAC,qBAAqB,EAAE,CAAC,MAAM,CAAC;IACvF,CAAC;IAED;;;;;OAKG;IACK,qBAAqB,CAAC,GAAQ;QACpC,IAAI,CAAC,4BAA4B,CAAC,GAAG,CAAC,CAAC;QACvC,IAAI,CAAC,gBAAgB,EAAE,CAAC;IAC1B,CAAC;IAED;;;;;;OAMG;IACK,aAAa,CAAC,GAAQ;QAC5B,oDAAoD;QACpD,GAAG,CAAC,YAAY,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;QAC1C,wHAAwH;QACxH,IAAI,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC;QAChC,4HAA4H;QAC5H,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,aAAa,CAAC;QAChD,wDAAwD;QACxD,IAAI,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC;QAChC,yGAAyG;QACzG,GAAG,CAAC,YAAY,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC;IAC3C,CAAC;IAED;;;;;OAKG;IACK,UAAU;QAChB,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACtC,MAAM,IAAI,GAAG,IAAI,CAAC,IAAa,CAAC;YAChC,MAAM,SAAS,GAAG,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;YAC5C,MAAM,UAAU,GAAG,SAAS,EAAE,qBAAqB,EAAE,CAAC;YACtD,MAAM,UAAU,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC;YAEhD,IAAI,CAAC,aAAa,GAAG;gBACnB,CAAC,EAAE,UAAU,CAAC,CAAC,GAAG,UAAU,CAAC,CAAC;gBAC9B,CAAC,EAAE,UAAU,CAAC,CAAC,GAAG,UAAU,CAAC,CAAC;gBAC9B,MAAM,EAAE,UAAU,CAAC,MAAM;gBACzB,KAAK,EAAE,UAAU,CAAC,KAAK;aACb,CAAC;YAEb,IACE,IAAI,CAAC,qBAAqB,EAAE,CAAC,KAAK,IAAI,CAAC,aAAa,EAAE,CAAC;gBACvD,IAAI,CAAC,qBAAqB,EAAE,CAAC,KAAK,IAAI,CAAC,aAAa,EAAE,CAAC,EACvD,CAAC;gBACD,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,aAAa,CAAC;YAClD,CAAC;QACH,CAAC;IACH,CAAC;IAED;;;OAGG;IACK,gBAAgB;QACtB,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,EAAE,GAAG,IAAI,CAAC,eAAe,IAAI,CAAC,CAAC;QAC5E,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,qBAAqB,EAAE,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;;;OAIG;IACI,eAAe,CAAC,QAAgB,EAAE,QAAgB;QACvD,KAAK,CAAC,eAAe,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;QAC1C,IAAI,CAAC,UAAU,EAAE,CAAC;QAElB,IAAI,IAAI,CAAC,SAAS,EAAE,CAAC;YACnB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,SAAgB,CAAC,CAAC;QAC5C,CAAC;IACH,CAAC;IAED;;OAEG;IACI,WAAW;QAChB,KAAK,CAAC,WAAW,EAAE,CAAC;QACpB,IAAI,CAAC,UAAU,EAAE,CAAC;QAElB,IAAI,IAAI,CAAC,SAAS,EAAE,CAAC;YACnB,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,SAAgB,CAAC,CAAC;QAC5C,CAAC;IACH,CAAC;CACF;AArIQ;IADN,IAAI;2CACiE;AAQ/D;IADN,IAAI;qCACqB"}
|