@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
|
@@ -15,12 +15,6 @@ export declare class Spinner extends BaseSpinner {
|
|
|
15
15
|
* HTML Attribute: size
|
|
16
16
|
*/
|
|
17
17
|
size?: SpinnerSize;
|
|
18
|
-
/**
|
|
19
|
-
* Handles changes to size attribute custom states
|
|
20
|
-
* @param prev - the previous state
|
|
21
|
-
* @param next - the next state
|
|
22
|
-
*/
|
|
23
|
-
sizeChanged(prev: SpinnerSize | undefined, next: SpinnerSize | undefined): void;
|
|
24
18
|
/**
|
|
25
19
|
* The appearance of the spinner
|
|
26
20
|
* @public
|
|
@@ -28,10 +22,4 @@ export declare class Spinner extends BaseSpinner {
|
|
|
28
22
|
* HTML Attribute: appearance
|
|
29
23
|
*/
|
|
30
24
|
appearance?: SpinnerAppearance;
|
|
31
|
-
/**
|
|
32
|
-
* Handles changes to appearance attribute custom states
|
|
33
|
-
* @param prev - the previous state
|
|
34
|
-
* @param next - the next state
|
|
35
|
-
*/
|
|
36
|
-
appearanceChanged(prev: SpinnerAppearance | undefined, next: SpinnerAppearance | undefined): void;
|
|
37
25
|
}
|
|
@@ -3,116 +3,21 @@
|
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export declare const activeState: ":state(active)" | "[state--active]";
|
|
6
|
-
/**
|
|
7
|
-
* Selector for the `align-end` state.
|
|
8
|
-
* @public
|
|
9
|
-
*/
|
|
10
|
-
export declare const alignEndState: ":state(align-end)" | "[state--align-end]";
|
|
11
|
-
/**
|
|
12
|
-
* Selector for the `align-start` state.
|
|
13
|
-
* @public
|
|
14
|
-
*/
|
|
15
|
-
export declare const alignStartState: ":state(align-start)" | "[state--align-start]";
|
|
16
|
-
/**
|
|
17
|
-
* Selector for the `anchor` state.
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export declare const anchorState: ":state(anchor)" | "[state--anchor]";
|
|
21
|
-
/**
|
|
22
|
-
* Selector for the `auto-resize` state.
|
|
23
|
-
* @public
|
|
24
|
-
*/
|
|
25
|
-
export declare const autoResizeState: ":state(auto-resize)" | "[state--auto-resize]";
|
|
26
6
|
/**
|
|
27
7
|
* Selector for the `bad-input` state.
|
|
28
8
|
* @public
|
|
29
9
|
*/
|
|
30
10
|
export declare const badInputState: ":state(bad-input)" | "[state--bad-input]";
|
|
31
|
-
/**
|
|
32
|
-
* Selector for the `beige` state.
|
|
33
|
-
* @public
|
|
34
|
-
*/
|
|
35
|
-
export declare const beigeState: ":state(beige)" | "[state--beige]";
|
|
36
|
-
/**
|
|
37
|
-
* Selector for the `block` state.
|
|
38
|
-
* @public
|
|
39
|
-
*/
|
|
40
|
-
export declare const blockState: ":state(block)" | "[state--block]";
|
|
41
|
-
/**
|
|
42
|
-
* Selector for the `blue` state.
|
|
43
|
-
* @public
|
|
44
|
-
*/
|
|
45
|
-
export declare const blueState: ":state(blue)" | "[state--blue]";
|
|
46
|
-
/**
|
|
47
|
-
* Selector for the `bold` state.
|
|
48
|
-
* @public
|
|
49
|
-
*/
|
|
50
|
-
export declare const boldState: ":state(bold)" | "[state--bold]";
|
|
51
|
-
/**
|
|
52
|
-
* Selector for the `bordered` state.
|
|
53
|
-
* @public
|
|
54
|
-
*/
|
|
55
|
-
export declare const borderedState: ":state(bordered)" | "[state--bordered]";
|
|
56
|
-
/**
|
|
57
|
-
* Selector for the `brand` state.
|
|
58
|
-
* @public
|
|
59
|
-
*/
|
|
60
|
-
export declare const brandState: ":state(brand)" | "[state--brand]";
|
|
61
|
-
/**
|
|
62
|
-
* Selector for the `brass` state.
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
export declare const brassState: ":state(brass)" | "[state--brass]";
|
|
66
|
-
/**
|
|
67
|
-
* Selector for the `brown` state.
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
export declare const brownState: ":state(brown)" | "[state--brown]";
|
|
71
|
-
/**
|
|
72
|
-
* Selector for the `center` state.
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
export declare const centerState: ":state(center)" | "[state--center]";
|
|
76
11
|
/**
|
|
77
12
|
* Selector for the `checked` state.
|
|
78
13
|
* @public
|
|
79
14
|
*/
|
|
80
15
|
export declare const checkedState: ":state(checked)" | "[state--checked]";
|
|
81
|
-
/**
|
|
82
|
-
* Selector for the `circular` state.
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
export declare const circularState: ":state(circular)" | "[state--circular]";
|
|
86
|
-
/**
|
|
87
|
-
* Selector for the `cornflower` state.
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
export declare const cornflowerState: ":state(cornflower)" | "[state--cornflower]";
|
|
91
|
-
/**
|
|
92
|
-
* Selector for the `cranberry` state.
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
export declare const cranberryState: ":state(cranberry)" | "[state--cranberry]";
|
|
96
16
|
/**
|
|
97
17
|
* Selector for the `custom-error` state.
|
|
98
18
|
* @public
|
|
99
19
|
*/
|
|
100
20
|
export declare const customErrorState: ":state(custom-error)" | "[state--custom-error]";
|
|
101
|
-
/**
|
|
102
|
-
* Selector for the `danger` state.
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
export declare const dangerState: ":state(danger)" | "[state--danger]";
|
|
106
|
-
/**
|
|
107
|
-
* Selector for the `dark-green` state.
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
export declare const darkGreenState: ":state(dark-green)" | "[state--dark-green]";
|
|
111
|
-
/**
|
|
112
|
-
* Selector for the `dark-red` state.
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
export declare const darkRedState: ":state(dark-red)" | "[state--dark-red]";
|
|
116
21
|
/**
|
|
117
22
|
* Selector for the `description` state.
|
|
118
23
|
*/
|
|
@@ -122,71 +27,11 @@ export declare const descriptionState: ":state(description)" | "[state--descript
|
|
|
122
27
|
* @public
|
|
123
28
|
*/
|
|
124
29
|
export declare const disabledState: ":state(disabled)" | "[state--disabled]";
|
|
125
|
-
/**
|
|
126
|
-
* Selector for the `display-shadow` state.
|
|
127
|
-
* @public
|
|
128
|
-
*/
|
|
129
|
-
export declare const displayShadowState: ":state(display-shadow)" | "[state--display-shadow]";
|
|
130
|
-
/**
|
|
131
|
-
* Selector for the `dot` state.
|
|
132
|
-
* @public
|
|
133
|
-
*/
|
|
134
|
-
export declare const dotState: ":state(dot)" | "[state--dot]";
|
|
135
|
-
/**
|
|
136
|
-
* Selector for the `end` state.
|
|
137
|
-
* @public
|
|
138
|
-
*/
|
|
139
|
-
export declare const endState: ":state(end)" | "[state--end]";
|
|
140
30
|
/**
|
|
141
31
|
* Selector for the `error` state.
|
|
142
32
|
* @public
|
|
143
33
|
*/
|
|
144
34
|
export declare const errorState: ":state(error)" | "[state--error]";
|
|
145
|
-
/**
|
|
146
|
-
* Selector for the `expanded` state.
|
|
147
|
-
* @public
|
|
148
|
-
*/
|
|
149
|
-
export declare const expandedState: ":state(expanded)" | "[state--expanded]";
|
|
150
|
-
/**
|
|
151
|
-
* Selector for the `extra-large` state.
|
|
152
|
-
* @public
|
|
153
|
-
*/
|
|
154
|
-
export declare const extraLargeState: ":state(extra-large)" | "[state--extra-large]";
|
|
155
|
-
/**
|
|
156
|
-
* Selector for the `extra-small` state.
|
|
157
|
-
* @public
|
|
158
|
-
*/
|
|
159
|
-
export declare const extraSmallState: ":state(extra-small)" | "[state--extra-small]";
|
|
160
|
-
/**
|
|
161
|
-
* Selector for the `filled-darker` state.
|
|
162
|
-
* @public
|
|
163
|
-
*/
|
|
164
|
-
export declare const filledDarkerState: ":state(filled-darker)" | "[state--filled-darker]";
|
|
165
|
-
/**
|
|
166
|
-
* Selector for the `filled-lighter` state.
|
|
167
|
-
* @public
|
|
168
|
-
*/
|
|
169
|
-
export declare const filledLighterState: ":state(filled-lighter)" | "[state--filled-lighter]";
|
|
170
|
-
/**
|
|
171
|
-
* Selector for the `fit-center` state.
|
|
172
|
-
* @public
|
|
173
|
-
*/
|
|
174
|
-
export declare const fitCenterState: ":state(fit-center)" | "[state--fit-center]";
|
|
175
|
-
/**
|
|
176
|
-
* Selector for the `fit-contain` state.
|
|
177
|
-
* @public
|
|
178
|
-
*/
|
|
179
|
-
export declare const fitContainState: ":state(fit-contain)" | "[state--fit-contain]";
|
|
180
|
-
/**
|
|
181
|
-
* Selector for the `fit-cover` state.
|
|
182
|
-
* @public
|
|
183
|
-
*/
|
|
184
|
-
export declare const fitCoverState: ":state(fit-cover)" | "[state--fit-cover]";
|
|
185
|
-
/**
|
|
186
|
-
* Selector for the `fit-none` state.
|
|
187
|
-
* @public
|
|
188
|
-
*/
|
|
189
|
-
export declare const fitNoneState: ":state(fit-none)" | "[state--fit-none]";
|
|
190
35
|
/**
|
|
191
36
|
* Selector for the `flip-block` state.
|
|
192
37
|
* @public
|
|
@@ -197,216 +42,41 @@ export declare const flipBlockState: ":state(flip-block)" | "[state--flip-block]
|
|
|
197
42
|
* @public
|
|
198
43
|
*/
|
|
199
44
|
export declare const focusVisibleState: ":state(focus-visible)" | "[state--focus-visible]";
|
|
200
|
-
/**
|
|
201
|
-
* Selector for the `forest` state.
|
|
202
|
-
* @public
|
|
203
|
-
*/
|
|
204
|
-
export declare const forestState: ":state(forest)" | "[state--forest]";
|
|
205
|
-
/**
|
|
206
|
-
* Selector for the `ghost` state.
|
|
207
|
-
* @public
|
|
208
|
-
*/
|
|
209
|
-
export declare const ghostState: ":state(ghost)" | "[state--ghost]";
|
|
210
|
-
/**
|
|
211
|
-
* Selector for the `gold` state.
|
|
212
|
-
* @public
|
|
213
|
-
*/
|
|
214
|
-
export declare const goldState: ":state(gold)" | "[state--gold]";
|
|
215
|
-
/**
|
|
216
|
-
* Selector for the `grape` state.
|
|
217
|
-
* @public
|
|
218
|
-
*/
|
|
219
|
-
export declare const grapeState: ":state(grape)" | "[state--grape]";
|
|
220
45
|
/**
|
|
221
46
|
* Selector for the `has-message` state.
|
|
222
47
|
* @public
|
|
223
48
|
*/
|
|
224
49
|
export declare const hasMessageState: ":state(has-message)" | "[state--has-message]";
|
|
225
|
-
/**
|
|
226
|
-
* Selector for the `huge` state.
|
|
227
|
-
* @public
|
|
228
|
-
*/
|
|
229
|
-
export declare const hugeState: ":state(huge)" | "[state--huge]";
|
|
230
|
-
/**
|
|
231
|
-
* Selector for the `icon` state.
|
|
232
|
-
* @public
|
|
233
|
-
*/
|
|
234
|
-
export declare const iconOnlyState: ":state(icon)" | "[state--icon]";
|
|
235
|
-
/**
|
|
236
|
-
* Selector for the `important` state.
|
|
237
|
-
* @public
|
|
238
|
-
*/
|
|
239
|
-
export declare const importantState: ":state(important)" | "[state--important]";
|
|
240
50
|
/**
|
|
241
51
|
* Selector for the `indeterminate` state.
|
|
242
52
|
* @public
|
|
243
53
|
*/
|
|
244
54
|
export declare const indeterminateState: ":state(indeterminate)" | "[state--indeterminate]";
|
|
245
|
-
/**
|
|
246
|
-
* Selector for the `informative` state.
|
|
247
|
-
* @public
|
|
248
|
-
*/
|
|
249
|
-
export declare const informativeState: ":state(informative)" | "[state--informative]";
|
|
250
|
-
/**
|
|
251
|
-
* Selector for the `inline` state.
|
|
252
|
-
* @public
|
|
253
|
-
*/
|
|
254
|
-
export declare const inlineState: ":state(inline)" | "[state--inline]";
|
|
255
|
-
/**
|
|
256
|
-
* Selector for the `inset` state.
|
|
257
|
-
* @public
|
|
258
|
-
*/
|
|
259
|
-
export declare const insetState: ":state(inset)" | "[state--inset]";
|
|
260
|
-
/**
|
|
261
|
-
* Selector for the `inverted` state.
|
|
262
|
-
* @public
|
|
263
|
-
*/
|
|
264
|
-
export declare const invertedState: ":state(inverted)" | "[state--inverted]";
|
|
265
|
-
/**
|
|
266
|
-
* Selector for the `italic` state.
|
|
267
|
-
* @public
|
|
268
|
-
*/
|
|
269
|
-
export declare const italicState: ":state(italic)" | "[state--italic]";
|
|
270
|
-
/**
|
|
271
|
-
* Selector for the `justify` state.
|
|
272
|
-
* @public
|
|
273
|
-
*/
|
|
274
|
-
export declare const justifyState: ":state(justify)" | "[state--justify]";
|
|
275
|
-
/**
|
|
276
|
-
* Selector for the `large` state.
|
|
277
|
-
* @public
|
|
278
|
-
*/
|
|
279
|
-
export declare const largeState: ":state(large)" | "[state--large]";
|
|
280
|
-
/**
|
|
281
|
-
* Selector for the `lavender` state.
|
|
282
|
-
* @public
|
|
283
|
-
*/
|
|
284
|
-
export declare const lavenderState: ":state(lavender)" | "[state--lavender]";
|
|
285
|
-
/**
|
|
286
|
-
* Selector for the `light-teal` state.
|
|
287
|
-
* @public
|
|
288
|
-
*/
|
|
289
|
-
export declare const lightTealState: ":state(light-teal)" | "[state--light-teal]";
|
|
290
|
-
/**
|
|
291
|
-
* Selector for the `lilac` state.
|
|
292
|
-
* @public
|
|
293
|
-
*/
|
|
294
|
-
export declare const lilacState: ":state(lilac)" | "[state--lilac]";
|
|
295
|
-
/**
|
|
296
|
-
* Selector for the `magenta` state.
|
|
297
|
-
* @public
|
|
298
|
-
*/
|
|
299
|
-
export declare const magentaState: ":state(magenta)" | "[state--magenta]";
|
|
300
|
-
/**
|
|
301
|
-
* Selector for the `marigold` state.
|
|
302
|
-
* @public
|
|
303
|
-
*/
|
|
304
|
-
export declare const marigoldState: ":state(marigold)" | "[state--marigold]";
|
|
305
|
-
/**
|
|
306
|
-
* Selector for the `medium` state.
|
|
307
|
-
* @public
|
|
308
|
-
*/
|
|
309
|
-
export declare const mediumState: ":state(medium)" | "[state--medium]";
|
|
310
|
-
/**
|
|
311
|
-
* Selector for the `mink` state.
|
|
312
|
-
* @public
|
|
313
|
-
*/
|
|
314
|
-
export declare const minkState: ":state(mink)" | "[state--mink]";
|
|
315
|
-
/**
|
|
316
|
-
* Selector for the `monospace` state.
|
|
317
|
-
* @public
|
|
318
|
-
*/
|
|
319
|
-
export declare const monospaceState: ":state(monospace)" | "[state--monospace]";
|
|
320
|
-
/**
|
|
321
|
-
* Selector for the `multiline` state.
|
|
322
|
-
* @public
|
|
323
|
-
*/
|
|
324
|
-
export declare const multiLineState: ":state(multiline)" | "[state--multiline]";
|
|
325
55
|
/**
|
|
326
56
|
* Selector for the `multiselect` state.
|
|
327
57
|
* @public
|
|
328
58
|
*/
|
|
329
59
|
export declare const multipleState: ":state(multiple)" | "[state--multiple]";
|
|
330
|
-
/**
|
|
331
|
-
* Selector for the `navy` state.
|
|
332
|
-
* @public
|
|
333
|
-
*/
|
|
334
|
-
export declare const navyState: ":state(navy)" | "[state--navy]";
|
|
335
|
-
/**
|
|
336
|
-
* Selector for the `neutral` state.
|
|
337
|
-
* @public
|
|
338
|
-
*/
|
|
339
|
-
export declare const neutralState: ":state(neutral)" | "[state--neutral]";
|
|
340
|
-
/**
|
|
341
|
-
* Selector for the `nowrap` state.
|
|
342
|
-
* @public
|
|
343
|
-
*/
|
|
344
|
-
export declare const nowrapState: ":state(nowrap)" | "[state--nowrap]";
|
|
345
|
-
/**
|
|
346
|
-
* Selector for the `numeric` state.
|
|
347
|
-
* @public
|
|
348
|
-
*/
|
|
349
|
-
export declare const numericState: ":state(numeric)" | "[state--numeric]";
|
|
350
60
|
/**
|
|
351
61
|
* Selector for the `open` state.
|
|
352
62
|
* @public
|
|
353
63
|
*/
|
|
354
64
|
export declare const openState: ":state(open)" | "[state--open]";
|
|
355
|
-
/**
|
|
356
|
-
* Selector for the `outline` state.
|
|
357
|
-
* @public
|
|
358
|
-
*/
|
|
359
|
-
export declare const outlineState: ":state(outline)" | "[state--outline]";
|
|
360
65
|
/**
|
|
361
66
|
* Selector for the `pattern-mismatch` state.
|
|
362
67
|
* @public
|
|
363
68
|
*/
|
|
364
69
|
export declare const patternMismatchState: ":state(pattern-mismatch)" | "[state--pattern-mismatch]";
|
|
365
|
-
/**
|
|
366
|
-
* Selector for the `peach` state.
|
|
367
|
-
* @public
|
|
368
|
-
*/
|
|
369
|
-
export declare const peachState: ":state(peach)" | "[state--peach]";
|
|
370
|
-
/**
|
|
371
|
-
* Selector for the `pink` state.
|
|
372
|
-
* @public
|
|
373
|
-
*/
|
|
374
|
-
export declare const pinkState: ":state(pink)" | "[state--pink]";
|
|
375
70
|
/**
|
|
376
71
|
* Selector for the `placeholder-shown` state.
|
|
377
72
|
* @public
|
|
378
73
|
*/
|
|
379
74
|
export declare const placeholderShownState: ":state(placeholder-shown)" | "[state--placeholder-shown]";
|
|
380
|
-
/**
|
|
381
|
-
* Selector for the `platinum` state.
|
|
382
|
-
* @public
|
|
383
|
-
*/
|
|
384
|
-
export declare const platinumState: ":state(platinum)" | "[state--platinum]";
|
|
385
|
-
/**
|
|
386
|
-
* Selector for the `plum` state.
|
|
387
|
-
* @public
|
|
388
|
-
*/
|
|
389
|
-
export declare const plumState: ":state(plum)" | "[state--plum]";
|
|
390
75
|
/**
|
|
391
76
|
* Selector for the `pressed` state.
|
|
392
77
|
* @public
|
|
393
78
|
*/
|
|
394
79
|
export declare const pressedState: ":state(pressed)" | "[state--pressed]";
|
|
395
|
-
/**
|
|
396
|
-
* Selector for the `primary` state.
|
|
397
|
-
* @public
|
|
398
|
-
*/
|
|
399
|
-
export declare const primaryState: ":state(primary)" | "[state--primary]";
|
|
400
|
-
/**
|
|
401
|
-
* Selector for the `pumpkin` state.
|
|
402
|
-
* @public
|
|
403
|
-
*/
|
|
404
|
-
export declare const pumpkinState: ":state(pumpkin)" | "[state--pumpkin]";
|
|
405
|
-
/**
|
|
406
|
-
* Selector for the `purple` state.
|
|
407
|
-
* @public
|
|
408
|
-
*/
|
|
409
|
-
export declare const purpleState: ":state(purple)" | "[state--purple]";
|
|
410
80
|
/**
|
|
411
81
|
* Selector for the `range-overflow` state.
|
|
412
82
|
* @public
|
|
@@ -417,166 +87,21 @@ export declare const rangeOverflowState: ":state(range-overflow)" | "[state--ran
|
|
|
417
87
|
* @public
|
|
418
88
|
*/
|
|
419
89
|
export declare const rangeUnderflowState: ":state(range-underflow)" | "[state--range-underflow]";
|
|
420
|
-
/**
|
|
421
|
-
* Selector for the `red` state.
|
|
422
|
-
* @public
|
|
423
|
-
*/
|
|
424
|
-
export declare const redState: ":state(red)" | "[state--red]";
|
|
425
|
-
/**
|
|
426
|
-
* Selector for the `resize-both` state.
|
|
427
|
-
* @public
|
|
428
|
-
*/
|
|
429
|
-
export declare const resizeBothState: ":state(resize-both)" | "[state--resize-both]";
|
|
430
|
-
/**
|
|
431
|
-
* Selector for the `resize-horizontal` state.
|
|
432
|
-
* @public
|
|
433
|
-
*/
|
|
434
|
-
export declare const resizeHorizontalState: ":state(resize-horizontal)" | "[state--resize-horizontal]";
|
|
435
|
-
/**
|
|
436
|
-
* Selector for the `resize-vertical` state.
|
|
437
|
-
* @public
|
|
438
|
-
*/
|
|
439
|
-
export declare const resizeVerticalState: ":state(resize-vertical)" | "[state--resize-vertical]";
|
|
440
|
-
/**
|
|
441
|
-
* Selector for the `rounded` state.
|
|
442
|
-
* @public
|
|
443
|
-
*/
|
|
444
|
-
export declare const roundedState: ":state(rounded)" | "[state--rounded]";
|
|
445
|
-
/**
|
|
446
|
-
* Selector for the `royal-blue` state.
|
|
447
|
-
* @public
|
|
448
|
-
*/
|
|
449
|
-
export declare const royalBlueState: ":state(royal-blue)" | "[state--royal-blue]";
|
|
450
|
-
/**
|
|
451
|
-
* Selector for the `seafoam` state.
|
|
452
|
-
* @public
|
|
453
|
-
*/
|
|
454
|
-
export declare const seafoamState: ":state(seafoam)" | "[state--seafoam]";
|
|
455
90
|
/**
|
|
456
91
|
* Selector for the `selected` state.
|
|
457
92
|
* @public
|
|
458
93
|
*/
|
|
459
94
|
export declare const selectedState: ":state(selected)" | "[state--selected]";
|
|
460
|
-
/**
|
|
461
|
-
* Selector for the `semibold` state.
|
|
462
|
-
* @public
|
|
463
|
-
*/
|
|
464
|
-
export declare const semiboldState: ":state(semibold)" | "[state--semibold]";
|
|
465
|
-
/**
|
|
466
|
-
* Selector for the `severe` state.
|
|
467
|
-
* @public
|
|
468
|
-
*/
|
|
469
|
-
export declare const severeState: ":state(severe)" | "[state--severe]";
|
|
470
|
-
/**
|
|
471
|
-
* Selector for the `shadow` state.
|
|
472
|
-
* @public
|
|
473
|
-
*/
|
|
474
|
-
export declare const shadowState: ":state(shadow)" | "[state--shadow]";
|
|
475
|
-
/**
|
|
476
|
-
* Selector for the `size1000` state.
|
|
477
|
-
* @public
|
|
478
|
-
*/
|
|
479
|
-
export declare const size1000State: ":state(size-1000)" | "[state--size-1000]";
|
|
480
|
-
/**
|
|
481
|
-
* Selector for the `size100` state.
|
|
482
|
-
* @public
|
|
483
|
-
*/
|
|
484
|
-
export declare const size100State: ":state(size-100)" | "[state--size-100]";
|
|
485
|
-
/**
|
|
486
|
-
* Selector for the `size200` state.
|
|
487
|
-
* @public
|
|
488
|
-
*/
|
|
489
|
-
export declare const size200State: ":state(size-200)" | "[state--size-200]";
|
|
490
|
-
/**
|
|
491
|
-
* Selector for the `size400` state.
|
|
492
|
-
* @public
|
|
493
|
-
*/
|
|
494
|
-
export declare const size400State: ":state(size-400)" | "[state--size-400]";
|
|
495
|
-
/**
|
|
496
|
-
* Selector for the `size500` state.
|
|
497
|
-
* @public
|
|
498
|
-
*/
|
|
499
|
-
export declare const size500State: ":state(size-500)" | "[state--size-500]";
|
|
500
|
-
/**
|
|
501
|
-
* Selector for the `size600` state.
|
|
502
|
-
* @public
|
|
503
|
-
*/
|
|
504
|
-
export declare const size600State: ":state(size-600)" | "[state--size-600]";
|
|
505
|
-
/**
|
|
506
|
-
* Selector for the `size700` state.
|
|
507
|
-
* @public
|
|
508
|
-
*/
|
|
509
|
-
export declare const size700State: ":state(size-700)" | "[state--size-700]";
|
|
510
|
-
/**
|
|
511
|
-
* Selector for the `size800` state.
|
|
512
|
-
* @public
|
|
513
|
-
*/
|
|
514
|
-
export declare const size800State: ":state(size-800)" | "[state--size-800]";
|
|
515
|
-
/**
|
|
516
|
-
* Selector for the `size900` state.
|
|
517
|
-
* @public
|
|
518
|
-
*/
|
|
519
|
-
export declare const size900State: ":state(size-900)" | "[state--size-900]";
|
|
520
|
-
/**
|
|
521
|
-
* Selector for the `small` state.
|
|
522
|
-
* @public
|
|
523
|
-
*/
|
|
524
|
-
export declare const smallState: ":state(small)" | "[state--small]";
|
|
525
|
-
/**
|
|
526
|
-
* Selector for the `square` state.
|
|
527
|
-
* @public
|
|
528
|
-
*/
|
|
529
|
-
export declare const squareState: ":state(square)" | "[state--square]";
|
|
530
|
-
/**
|
|
531
|
-
* Selector for the `steel` state.
|
|
532
|
-
* @public
|
|
533
|
-
*/
|
|
534
|
-
export declare const steelState: ":state(steel)" | "[state--steel]";
|
|
535
95
|
/**
|
|
536
96
|
* Selector for the `step-mismatch` state.
|
|
537
97
|
* @public
|
|
538
98
|
*/
|
|
539
99
|
export declare const stepMismatchState: ":state(step-mismatch)" | "[state--step-mismatch]";
|
|
540
|
-
/**
|
|
541
|
-
* Selector for the `strikethrough` state.
|
|
542
|
-
* @public
|
|
543
|
-
*/
|
|
544
|
-
export declare const strikethroughState: ":state(strikethrough)" | "[state--strikethrough]";
|
|
545
|
-
/**
|
|
546
|
-
* Selector for the `strong` state.
|
|
547
|
-
* @public
|
|
548
|
-
*/
|
|
549
|
-
export declare const strongState: ":state(strong)" | "[state--strong]";
|
|
550
100
|
/**
|
|
551
101
|
* Selector for the `submenu` state.
|
|
552
102
|
* @public
|
|
553
103
|
*/
|
|
554
104
|
export declare const submenuState: ":state(submenu)" | "[state--submenu]";
|
|
555
|
-
/**
|
|
556
|
-
* Selector for the `subtle` state.
|
|
557
|
-
* @public
|
|
558
|
-
*/
|
|
559
|
-
export declare const subtleState: ":state(subtle)" | "[state--subtle]";
|
|
560
|
-
/**
|
|
561
|
-
* Selector for the `success` state.
|
|
562
|
-
* @public
|
|
563
|
-
*/
|
|
564
|
-
export declare const successState: ":state(success)" | "[state--success]";
|
|
565
|
-
/**
|
|
566
|
-
* Selector for the `teal` state.
|
|
567
|
-
* @public
|
|
568
|
-
*/
|
|
569
|
-
export declare const tealState: ":state(teal)" | "[state--teal]";
|
|
570
|
-
/**
|
|
571
|
-
* Selector for the `tint` state.
|
|
572
|
-
* @public
|
|
573
|
-
*/
|
|
574
|
-
export declare const tintState: ":state(tint)" | "[state--tint]";
|
|
575
|
-
/**
|
|
576
|
-
* Selector for the `tiny` state.
|
|
577
|
-
* @public
|
|
578
|
-
*/
|
|
579
|
-
export declare const tinyState: ":state(tiny)" | "[state--tiny]";
|
|
580
105
|
/**
|
|
581
106
|
* Selector for the `too-long` state.
|
|
582
107
|
* @public
|
|
@@ -587,26 +112,11 @@ export declare const tooLongState: ":state(too-long)" | "[state--too-long]";
|
|
|
587
112
|
* @public
|
|
588
113
|
*/
|
|
589
114
|
export declare const tooShortState: ":state(too-short)" | "[state--too-short]";
|
|
590
|
-
/**
|
|
591
|
-
* Selector for the `transparent` state.
|
|
592
|
-
* @public
|
|
593
|
-
*/
|
|
594
|
-
export declare const transparentState: ":state(transparent)" | "[state--transparent]";
|
|
595
|
-
/**
|
|
596
|
-
* Selector for the `truncate` state.
|
|
597
|
-
* @public
|
|
598
|
-
*/
|
|
599
|
-
export declare const truncateState: ":state(truncate)" | "[state--truncate]";
|
|
600
115
|
/**
|
|
601
116
|
* Selector for the `type-mismatch` state.
|
|
602
117
|
* @public
|
|
603
118
|
*/
|
|
604
119
|
export declare const typeMismatchState: ":state(type-mismatch)" | "[state--type-mismatch]";
|
|
605
|
-
/**
|
|
606
|
-
* Selector for the `underline` state.
|
|
607
|
-
* @public
|
|
608
|
-
*/
|
|
609
|
-
export declare const underlineState: ":state(underline)" | "[state--underline]";
|
|
610
120
|
/**
|
|
611
121
|
* Selector for the `user-invalid` state.
|
|
612
122
|
* @public
|
|
@@ -622,13 +132,3 @@ export declare const validState: ":state(valid)" | "[state--valid]";
|
|
|
622
132
|
* @public
|
|
623
133
|
*/
|
|
624
134
|
export declare const valueMissingState: ":state(value-missing)" | "[state--value-missing]";
|
|
625
|
-
/**
|
|
626
|
-
* Selector for the `vertical` state.
|
|
627
|
-
* @public
|
|
628
|
-
*/
|
|
629
|
-
export declare const verticalState: ":state(vertical)" | "[state--vertical]";
|
|
630
|
-
/**
|
|
631
|
-
* Selector for the `warning` state.
|
|
632
|
-
* @public
|
|
633
|
-
*/
|
|
634
|
-
export declare const warningState: ":state(warning)" | "[state--warning]";
|
|
@@ -30,20 +30,12 @@ export declare class Tablist extends BaseTablist {
|
|
|
30
30
|
* There are two modes of appearance: transparent and subtle.
|
|
31
31
|
*/
|
|
32
32
|
appearance?: TablistAppearance;
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
protected appearanceChanged(prev: TablistAppearance, next: TablistAppearance): void;
|
|
37
33
|
/**
|
|
38
34
|
* size
|
|
39
35
|
* defaults to medium.
|
|
40
36
|
* Used to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large.
|
|
41
37
|
*/
|
|
42
38
|
size?: TablistSize;
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
protected sizeChanged(prev: TablistSize, next: TablistSize): void;
|
|
47
39
|
/**
|
|
48
40
|
* calculateAnimationProperties
|
|
49
41
|
*
|
package/dist/dts/text/text.d.ts
CHANGED
|
@@ -70,12 +70,6 @@ export declare class Text extends FASTElement {
|
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
size?: TextSize;
|
|
73
|
-
/**
|
|
74
|
-
* Handles changes to size attribute custom states
|
|
75
|
-
* @param prev - the previous state
|
|
76
|
-
* @param next - the next state
|
|
77
|
-
*/
|
|
78
|
-
sizeChanged(prev: TextSize | undefined, next: TextSize | undefined): void;
|
|
79
73
|
/**
|
|
80
74
|
* THe Text font
|
|
81
75
|
*
|
|
@@ -84,12 +78,6 @@ export declare class Text extends FASTElement {
|
|
|
84
78
|
* HTML Attribute: font
|
|
85
79
|
*/
|
|
86
80
|
font?: TextFont;
|
|
87
|
-
/**
|
|
88
|
-
* Handles changes to font attribute custom states
|
|
89
|
-
* @param prev - the previous state
|
|
90
|
-
* @param next - the next state
|
|
91
|
-
*/
|
|
92
|
-
fontChanged(prev: TextFont | undefined, next: TextFont | undefined): void;
|
|
93
81
|
/**
|
|
94
82
|
* The Text weight
|
|
95
83
|
*
|
|
@@ -99,32 +87,11 @@ export declare class Text extends FASTElement {
|
|
|
99
87
|
*/
|
|
100
88
|
weight?: TextWeight;
|
|
101
89
|
/**
|
|
102
|
-
*
|
|
103
|
-
* @param prev - the previous state
|
|
104
|
-
* @param next - the next state
|
|
105
|
-
*/
|
|
106
|
-
weightChanged(prev: TextWeight | undefined, next: TextWeight | undefined): void;
|
|
107
|
-
/**
|
|
108
|
-
* THe Text align
|
|
90
|
+
* The Text alignment
|
|
109
91
|
*
|
|
110
92
|
* @public
|
|
111
93
|
* @remarks
|
|
112
94
|
* HTML Attribute: align
|
|
113
95
|
*/
|
|
114
96
|
align?: TextAlign;
|
|
115
|
-
/**
|
|
116
|
-
* Handles changes to align attribute custom states
|
|
117
|
-
* @param prev - the previous state
|
|
118
|
-
* @param next - the next state
|
|
119
|
-
*/
|
|
120
|
-
alignChanged(prev: TextAlign | undefined, next: TextAlign | undefined): void;
|
|
121
|
-
connectedCallback(): void;
|
|
122
|
-
disconnectedCallback(): void;
|
|
123
|
-
/**
|
|
124
|
-
* Handles changes to observable properties
|
|
125
|
-
* @internal
|
|
126
|
-
* @param source - the source of the change
|
|
127
|
-
* @param propertyName - the property name being changed
|
|
128
|
-
*/
|
|
129
|
-
handleChange(source: any, propertyName: string): void;
|
|
130
97
|
}
|