@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
package/dist/web-components.d.ts
CHANGED
|
@@ -122,12 +122,6 @@ export declare class AccordionItem extends BaseAccordionItem {
|
|
|
122
122
|
* HTML Attribute: size
|
|
123
123
|
*/
|
|
124
124
|
size?: AccordionItemSize;
|
|
125
|
-
/**
|
|
126
|
-
* Handles changes to size attribute
|
|
127
|
-
* @param prev - previous value
|
|
128
|
-
* @param next - next value
|
|
129
|
-
*/
|
|
130
|
-
sizeChanged(prev: AccordionItemSize | undefined, next: AccordionItemSize | undefined): void;
|
|
131
125
|
/**
|
|
132
126
|
* Sets expand and collapsed icon position.
|
|
133
127
|
*
|
|
@@ -136,12 +130,6 @@ export declare class AccordionItem extends BaseAccordionItem {
|
|
|
136
130
|
* HTML Attribute: marker-position
|
|
137
131
|
*/
|
|
138
132
|
markerPosition?: AccordionItemMarkerPosition;
|
|
139
|
-
/**
|
|
140
|
-
* Handles changes to marker-position attribute
|
|
141
|
-
* @param prev - previous value
|
|
142
|
-
* @param next - next value
|
|
143
|
-
*/
|
|
144
|
-
markerPositionChanged(prev: AccordionItemMarkerPosition | undefined, next: AccordionItemMarkerPosition | undefined): void;
|
|
145
133
|
/**
|
|
146
134
|
* Sets the width of the focus state.
|
|
147
135
|
*
|
|
@@ -150,12 +138,6 @@ export declare class AccordionItem extends BaseAccordionItem {
|
|
|
150
138
|
* HTML Attribute: block
|
|
151
139
|
*/
|
|
152
140
|
block: boolean;
|
|
153
|
-
/**
|
|
154
|
-
* Handles changes to block attribute
|
|
155
|
-
* @param prev - previous value
|
|
156
|
-
* @param next - next value
|
|
157
|
-
*/
|
|
158
|
-
blockChanged(prev: boolean, next: boolean): void;
|
|
159
141
|
}
|
|
160
142
|
|
|
161
143
|
/**
|
|
@@ -388,6 +370,17 @@ export declare type AnchorTarget = ValuesOf<typeof AnchorTarget>;
|
|
|
388
370
|
* @public
|
|
389
371
|
*/
|
|
390
372
|
export declare class Avatar extends BaseAvatar {
|
|
373
|
+
/**
|
|
374
|
+
* Optional activity indicator
|
|
375
|
+
* * active: the avatar will be decorated according to activeAppearance
|
|
376
|
+
* * inactive: the avatar will be reduced in size and partially transparent
|
|
377
|
+
* * undefined: normal display
|
|
378
|
+
*
|
|
379
|
+
* @public
|
|
380
|
+
* @remarks
|
|
381
|
+
* HTML Attribute: active
|
|
382
|
+
*/
|
|
383
|
+
active?: AvatarActive | undefined;
|
|
391
384
|
/**
|
|
392
385
|
* The avatar can have a circular or square shape.
|
|
393
386
|
*
|
|
@@ -460,7 +453,7 @@ export declare class Avatar extends BaseAvatar {
|
|
|
460
453
|
/**
|
|
461
454
|
* An array of the available Avatar named colors
|
|
462
455
|
*/
|
|
463
|
-
static colors: ("anchor" | "
|
|
456
|
+
static colors: ("anchor" | "dark-red" | "cranberry" | "red" | "pumpkin" | "peach" | "marigold" | "gold" | "brass" | "brown" | "forest" | "seafoam" | "dark-green" | "light-teal" | "teal" | "steel" | "blue" | "royal-blue" | "cornflower" | "navy" | "lavender" | "purple" | "grape" | "lilac" | "pink" | "magenta" | "plum" | "beige" | "mink" | "platinum")[];
|
|
464
457
|
connectedCallback(): void;
|
|
465
458
|
disconnectedCallback(): void;
|
|
466
459
|
}
|
|
@@ -639,12 +632,6 @@ export declare const AvatarTemplate: ElementViewTemplate<Avatar>;
|
|
|
639
632
|
* @public
|
|
640
633
|
*/
|
|
641
634
|
export declare class Badge extends FASTElement {
|
|
642
|
-
/**
|
|
643
|
-
* The internal {@link https://developer.mozilla.org/docs/Web/API/ElementInternals | `ElementInternals`} instance for the component.
|
|
644
|
-
*
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
|
-
elementInternals: ElementInternals;
|
|
648
635
|
/**
|
|
649
636
|
* The appearance the badge should have.
|
|
650
637
|
*
|
|
@@ -653,12 +640,6 @@ export declare class Badge extends FASTElement {
|
|
|
653
640
|
* HTML Attribute: appearance
|
|
654
641
|
*/
|
|
655
642
|
appearance: BadgeAppearance;
|
|
656
|
-
/**
|
|
657
|
-
* Handles changes to appearance attribute custom states
|
|
658
|
-
* @param prev - the previous state
|
|
659
|
-
* @param next - the next state
|
|
660
|
-
*/
|
|
661
|
-
appearanceChanged(prev: BadgeAppearance | undefined, next: BadgeAppearance | undefined): void;
|
|
662
643
|
/**
|
|
663
644
|
* The color the badge should have.
|
|
664
645
|
*
|
|
@@ -667,12 +648,6 @@ export declare class Badge extends FASTElement {
|
|
|
667
648
|
* HTML Attribute: color
|
|
668
649
|
*/
|
|
669
650
|
color: BadgeColor;
|
|
670
|
-
/**
|
|
671
|
-
* Handles changes to color attribute custom states
|
|
672
|
-
* @param prev - the previous state
|
|
673
|
-
* @param next - the next state
|
|
674
|
-
*/
|
|
675
|
-
colorChanged(prev: BadgeColor | undefined, next: BadgeColor | undefined): void;
|
|
676
651
|
/**
|
|
677
652
|
* The shape the badge should have.
|
|
678
653
|
*
|
|
@@ -681,12 +656,6 @@ export declare class Badge extends FASTElement {
|
|
|
681
656
|
* HTML Attribute: shape
|
|
682
657
|
*/
|
|
683
658
|
shape?: BadgeShape;
|
|
684
|
-
/**
|
|
685
|
-
* Handles changes to shape attribute custom states
|
|
686
|
-
* @param prev - the previous state
|
|
687
|
-
* @param next - the next state
|
|
688
|
-
*/
|
|
689
|
-
shapeChanged(prev: BadgeShape | undefined, next: BadgeShape | undefined): void;
|
|
690
659
|
/**
|
|
691
660
|
* The size the badge should have.
|
|
692
661
|
*
|
|
@@ -695,12 +664,6 @@ export declare class Badge extends FASTElement {
|
|
|
695
664
|
* HTML Attribute: size
|
|
696
665
|
*/
|
|
697
666
|
size?: BadgeSize;
|
|
698
|
-
/**
|
|
699
|
-
* Handles changes to size attribute custom states
|
|
700
|
-
* @param prev - the previous state
|
|
701
|
-
* @param next - the next state
|
|
702
|
-
*/
|
|
703
|
-
sizeChanged(prev: BadgeSize | undefined, next: BadgeSize | undefined): void;
|
|
704
667
|
}
|
|
705
668
|
|
|
706
669
|
/**
|
|
@@ -837,12 +800,6 @@ export declare class BaseAccordionItem extends FASTElement {
|
|
|
837
800
|
* HTML attribute: expanded
|
|
838
801
|
*/
|
|
839
802
|
expanded: boolean;
|
|
840
|
-
/**
|
|
841
|
-
* Handles expanded changes
|
|
842
|
-
* @param prev - previous value
|
|
843
|
-
* @param next - next value
|
|
844
|
-
*/
|
|
845
|
-
expandedChanged(prev: boolean, next: boolean): void;
|
|
846
803
|
/**
|
|
847
804
|
* Disables an accordion item
|
|
848
805
|
*
|
|
@@ -851,12 +808,6 @@ export declare class BaseAccordionItem extends FASTElement {
|
|
|
851
808
|
* HTML attribute: disabled
|
|
852
809
|
*/
|
|
853
810
|
disabled: boolean;
|
|
854
|
-
/**
|
|
855
|
-
* Handles disabled changes
|
|
856
|
-
* @param prev - previous value
|
|
857
|
-
* @param next - next value
|
|
858
|
-
*/
|
|
859
|
-
disabledChanged(prev: boolean, next: boolean): void;
|
|
860
811
|
/**
|
|
861
812
|
* The item ID
|
|
862
813
|
*
|
|
@@ -1041,17 +992,6 @@ export declare class BaseAvatar extends FASTElement {
|
|
|
1041
992
|
* HTML Attribute: name
|
|
1042
993
|
*/
|
|
1043
994
|
initials?: string | undefined;
|
|
1044
|
-
/**
|
|
1045
|
-
* Optional activity indicator
|
|
1046
|
-
* * active: the avatar will be decorated according to activeAppearance
|
|
1047
|
-
* * inactive: the avatar will be reduced in size and partially transparent
|
|
1048
|
-
* * undefined: normal display
|
|
1049
|
-
*
|
|
1050
|
-
* @public
|
|
1051
|
-
* @remarks
|
|
1052
|
-
* HTML Attribute: active
|
|
1053
|
-
*/
|
|
1054
|
-
active?: AvatarActive | undefined;
|
|
1055
995
|
constructor();
|
|
1056
996
|
}
|
|
1057
997
|
|
|
@@ -3434,12 +3374,6 @@ export declare class Button extends BaseButton {
|
|
|
3434
3374
|
* HTML Attribute: `appearance`
|
|
3435
3375
|
*/
|
|
3436
3376
|
appearance?: ButtonAppearance;
|
|
3437
|
-
/**
|
|
3438
|
-
* Handles changes to appearance attribute custom states
|
|
3439
|
-
* @param prev - the previous state
|
|
3440
|
-
* @param next - the next state
|
|
3441
|
-
*/
|
|
3442
|
-
appearanceChanged(prev: ButtonAppearance | undefined, next: ButtonAppearance | undefined): void;
|
|
3443
3377
|
/**
|
|
3444
3378
|
* The shape of the button.
|
|
3445
3379
|
*
|
|
@@ -3448,12 +3382,6 @@ export declare class Button extends BaseButton {
|
|
|
3448
3382
|
* HTML Attribute: `shape`
|
|
3449
3383
|
*/
|
|
3450
3384
|
shape?: ButtonShape;
|
|
3451
|
-
/**
|
|
3452
|
-
* Handles changes to shape attribute custom states
|
|
3453
|
-
* @param prev - the previous state
|
|
3454
|
-
* @param next - the next state
|
|
3455
|
-
*/
|
|
3456
|
-
shapeChanged(prev: ButtonShape | undefined, next: ButtonShape | undefined): void;
|
|
3457
3385
|
/**
|
|
3458
3386
|
* The size of the button.
|
|
3459
3387
|
*
|
|
@@ -3462,12 +3390,6 @@ export declare class Button extends BaseButton {
|
|
|
3462
3390
|
* HTML Attribute: `size`
|
|
3463
3391
|
*/
|
|
3464
3392
|
size?: ButtonSize;
|
|
3465
|
-
/**
|
|
3466
|
-
* Handles changes to size attribute custom states
|
|
3467
|
-
* @param prev - the previous state
|
|
3468
|
-
* @param next - the next state
|
|
3469
|
-
*/
|
|
3470
|
-
sizeChanged(prev: ButtonSize | undefined, next: ButtonSize | undefined): void;
|
|
3471
3393
|
/**
|
|
3472
3394
|
* Indicates that the button should only display as an icon with no text content.
|
|
3473
3395
|
*
|
|
@@ -3476,12 +3398,6 @@ export declare class Button extends BaseButton {
|
|
|
3476
3398
|
* HTML Attribute: `icon-only`
|
|
3477
3399
|
*/
|
|
3478
3400
|
iconOnly: boolean;
|
|
3479
|
-
/**
|
|
3480
|
-
* Handles changes to icon only custom states
|
|
3481
|
-
* @param prev - the previous state
|
|
3482
|
-
* @param next - the next state
|
|
3483
|
-
*/
|
|
3484
|
-
iconOnlyChanged(prev: boolean, next: boolean): void;
|
|
3485
3401
|
}
|
|
3486
3402
|
|
|
3487
3403
|
/**
|
|
@@ -3636,14 +3552,6 @@ export declare class Checkbox extends BaseCheckbox {
|
|
|
3636
3552
|
* HTML Attribute: `shape`
|
|
3637
3553
|
*/
|
|
3638
3554
|
shape?: CheckboxShape;
|
|
3639
|
-
/**
|
|
3640
|
-
* Applies shape states when the `shape` property changes.
|
|
3641
|
-
*
|
|
3642
|
-
* @param prev - the previous shape value
|
|
3643
|
-
* @param next - the next shape value
|
|
3644
|
-
* @internal
|
|
3645
|
-
*/
|
|
3646
|
-
protected shapeChanged(prev: CheckboxShape | undefined, next: CheckboxShape | undefined): void;
|
|
3647
3555
|
/**
|
|
3648
3556
|
* Indicates the size of the control.
|
|
3649
3557
|
*
|
|
@@ -3652,14 +3560,6 @@ export declare class Checkbox extends BaseCheckbox {
|
|
|
3652
3560
|
* HTML Attribute: `size`
|
|
3653
3561
|
*/
|
|
3654
3562
|
size?: CheckboxSize;
|
|
3655
|
-
/**
|
|
3656
|
-
* Applies size states when the `size` property changes.
|
|
3657
|
-
*
|
|
3658
|
-
* @param prev - the previous state
|
|
3659
|
-
* @param next - the next state
|
|
3660
|
-
* @internal
|
|
3661
|
-
*/
|
|
3662
|
-
protected sizeChanged(prev: CheckboxSize | undefined, next: CheckboxSize | undefined): void;
|
|
3663
3563
|
constructor();
|
|
3664
3564
|
/**
|
|
3665
3565
|
* Sets the ARIA checked state. If the `indeterminate` flag is true, the value will be 'mixed'.
|
|
@@ -5909,12 +5809,6 @@ export declare class CounterBadge extends FASTElement {
|
|
|
5909
5809
|
* HTML Attribute: appearance
|
|
5910
5810
|
*/
|
|
5911
5811
|
appearance?: CounterBadgeAppearance;
|
|
5912
|
-
/**
|
|
5913
|
-
* Handles changes to appearance attribute custom states
|
|
5914
|
-
* @param prev - the previous state
|
|
5915
|
-
* @param next - the next state
|
|
5916
|
-
*/
|
|
5917
|
-
appearanceChanged(prev: CounterBadgeAppearance | undefined, next: CounterBadgeAppearance | undefined): void;
|
|
5918
5812
|
/**
|
|
5919
5813
|
* The color the badge should have.
|
|
5920
5814
|
*
|
|
@@ -5923,12 +5817,6 @@ export declare class CounterBadge extends FASTElement {
|
|
|
5923
5817
|
* HTML Attribute: color
|
|
5924
5818
|
*/
|
|
5925
5819
|
color?: CounterBadgeColor;
|
|
5926
|
-
/**
|
|
5927
|
-
* Handles changes to color attribute custom states
|
|
5928
|
-
* @param prev - the previous state
|
|
5929
|
-
* @param next - the next state
|
|
5930
|
-
*/
|
|
5931
|
-
colorChanged(prev: CounterBadgeColor | undefined, next: CounterBadgeColor | undefined): void;
|
|
5932
5820
|
/**
|
|
5933
5821
|
* The shape the badge should have.
|
|
5934
5822
|
*
|
|
@@ -5937,12 +5825,6 @@ export declare class CounterBadge extends FASTElement {
|
|
|
5937
5825
|
* HTML Attribute: shape
|
|
5938
5826
|
*/
|
|
5939
5827
|
shape?: CounterBadgeShape;
|
|
5940
|
-
/**
|
|
5941
|
-
* Handles changes to shape attribute custom states
|
|
5942
|
-
* @param prev - the previous state
|
|
5943
|
-
* @param next - the next state
|
|
5944
|
-
*/
|
|
5945
|
-
shapeChanged(prev: CounterBadgeShape | undefined, next: CounterBadgeShape | undefined): void;
|
|
5946
5828
|
/**
|
|
5947
5829
|
* The size the badge should have.
|
|
5948
5830
|
*
|
|
@@ -5951,12 +5833,6 @@ export declare class CounterBadge extends FASTElement {
|
|
|
5951
5833
|
* HTML Attribute: size
|
|
5952
5834
|
*/
|
|
5953
5835
|
size?: CounterBadgeSize;
|
|
5954
|
-
/**
|
|
5955
|
-
* Handles changes to size attribute custom states
|
|
5956
|
-
* @param prev - the previous state
|
|
5957
|
-
* @param next - the next state
|
|
5958
|
-
*/
|
|
5959
|
-
sizeChanged(prev: CounterBadgeSize | undefined, next: CounterBadgeSize | undefined): void;
|
|
5960
5836
|
/**
|
|
5961
5837
|
* The count the badge should have.
|
|
5962
5838
|
*
|
|
@@ -5991,12 +5867,6 @@ export declare class CounterBadge extends FASTElement {
|
|
|
5991
5867
|
* HTML Attribute: dot
|
|
5992
5868
|
*/
|
|
5993
5869
|
dot: boolean;
|
|
5994
|
-
/**
|
|
5995
|
-
* Handles changes to dot attribute custom states
|
|
5996
|
-
* @param prev - the previous state
|
|
5997
|
-
* @param next - the next state
|
|
5998
|
-
*/
|
|
5999
|
-
dotChanged(prev: boolean | undefined, next: boolean | undefined): void;
|
|
6000
5870
|
/**
|
|
6001
5871
|
* @internal
|
|
6002
5872
|
* Function to set the count
|
|
@@ -6313,36 +6183,18 @@ export declare class Divider extends BaseDivider {
|
|
|
6313
6183
|
* Determines the alignment of the content within the divider. Select from start or end. When not specified, the content will be aligned to the center.
|
|
6314
6184
|
*/
|
|
6315
6185
|
alignContent?: DividerAlignContent;
|
|
6316
|
-
/**
|
|
6317
|
-
* Handles changes to align-content attribute custom states
|
|
6318
|
-
* @param prev - the previous state
|
|
6319
|
-
* @param next - the next state
|
|
6320
|
-
*/
|
|
6321
|
-
alignContentChanged(prev: DividerAlignContent | undefined, next: DividerAlignContent | undefined): void;
|
|
6322
6186
|
/**
|
|
6323
6187
|
* @public
|
|
6324
6188
|
* @remarks
|
|
6325
6189
|
* A divider can have one of the preset appearances. Select from strong, brand, subtle. When not specified, the divider has its default appearance.
|
|
6326
6190
|
*/
|
|
6327
6191
|
appearance?: DividerAppearance;
|
|
6328
|
-
/**
|
|
6329
|
-
* Handles changes to appearance attribute custom states
|
|
6330
|
-
* @param prev - the previous state
|
|
6331
|
-
* @param next - the next state
|
|
6332
|
-
*/
|
|
6333
|
-
appearanceChanged(prev: DividerAppearance | undefined, next: DividerAppearance | undefined): void;
|
|
6334
6192
|
/**
|
|
6335
6193
|
* @public
|
|
6336
6194
|
* @remarks
|
|
6337
6195
|
* Adds padding to the beginning and end of the divider.
|
|
6338
6196
|
*/
|
|
6339
6197
|
inset?: boolean;
|
|
6340
|
-
/**
|
|
6341
|
-
* Handles changes to inset custom states
|
|
6342
|
-
* @param prev - the previous state
|
|
6343
|
-
* @param next - the next state
|
|
6344
|
-
*/
|
|
6345
|
-
insetChanged(prev: boolean, next: boolean): void;
|
|
6346
6198
|
}
|
|
6347
6199
|
|
|
6348
6200
|
/**
|
|
@@ -6641,14 +6493,6 @@ export declare class Dropdown extends BaseDropdown {
|
|
|
6641
6493
|
* HTML Attribute: `appearance`
|
|
6642
6494
|
*/
|
|
6643
6495
|
appearance: DropdownAppearance;
|
|
6644
|
-
/**
|
|
6645
|
-
* Swaps appearance states when the appearance property changes.
|
|
6646
|
-
*
|
|
6647
|
-
* @param prev - the previous appearance state
|
|
6648
|
-
* @param next - the current appearance state
|
|
6649
|
-
* @internal
|
|
6650
|
-
*/
|
|
6651
|
-
appearanceChanged(prev: DropdownAppearance | undefined, next: DropdownAppearance | undefined): void;
|
|
6652
6496
|
/**
|
|
6653
6497
|
* The size of the dropdown.
|
|
6654
6498
|
* @public
|
|
@@ -6656,14 +6500,6 @@ export declare class Dropdown extends BaseDropdown {
|
|
|
6656
6500
|
* HTML Attribute: `size`
|
|
6657
6501
|
*/
|
|
6658
6502
|
size?: DropdownSize;
|
|
6659
|
-
/**
|
|
6660
|
-
* Swaps size states when the size property changes.
|
|
6661
|
-
*
|
|
6662
|
-
* @param prev - the previous size state
|
|
6663
|
-
* @param next - the current size state
|
|
6664
|
-
* @internal
|
|
6665
|
-
*/
|
|
6666
|
-
sizeChanged(prev: DropdownSize | undefined, next: DropdownSize | undefined): void;
|
|
6667
6503
|
}
|
|
6668
6504
|
|
|
6669
6505
|
/**
|
|
@@ -7302,12 +7138,6 @@ export declare const getDirection: (rootNode: HTMLElement) => Direction;
|
|
|
7302
7138
|
* @public
|
|
7303
7139
|
*/
|
|
7304
7140
|
declare class Image_2 extends FASTElement {
|
|
7305
|
-
/**
|
|
7306
|
-
* The internal {@link https://developer.mozilla.org/docs/Web/API/ElementInternals | `ElementInternals`} instance for the component.
|
|
7307
|
-
*
|
|
7308
|
-
* @internal
|
|
7309
|
-
*/
|
|
7310
|
-
elementInternals: ElementInternals;
|
|
7311
7141
|
/**
|
|
7312
7142
|
* Image layout
|
|
7313
7143
|
*
|
|
@@ -7316,12 +7146,6 @@ declare class Image_2 extends FASTElement {
|
|
|
7316
7146
|
* HTML attribute: block.
|
|
7317
7147
|
*/
|
|
7318
7148
|
block?: boolean;
|
|
7319
|
-
/**
|
|
7320
|
-
* Handles changes to block custom states
|
|
7321
|
-
* @param prev - the previous state
|
|
7322
|
-
* @param next - the next state
|
|
7323
|
-
*/
|
|
7324
|
-
blockChanged(prev: boolean, next: boolean): void;
|
|
7325
7149
|
/**
|
|
7326
7150
|
* Image border
|
|
7327
7151
|
*
|
|
@@ -7330,12 +7154,6 @@ declare class Image_2 extends FASTElement {
|
|
|
7330
7154
|
* HTML attribute: border.
|
|
7331
7155
|
*/
|
|
7332
7156
|
bordered?: boolean;
|
|
7333
|
-
/**
|
|
7334
|
-
* Handles changes to bordered custom states
|
|
7335
|
-
* @param prev - the previous state
|
|
7336
|
-
* @param next - the next state
|
|
7337
|
-
*/
|
|
7338
|
-
borderedChanged(prev: boolean, next: boolean): void;
|
|
7339
7157
|
/**
|
|
7340
7158
|
* Image shadow
|
|
7341
7159
|
*
|
|
@@ -7344,12 +7162,6 @@ declare class Image_2 extends FASTElement {
|
|
|
7344
7162
|
* HTML attribute: shadow.
|
|
7345
7163
|
*/
|
|
7346
7164
|
shadow?: boolean;
|
|
7347
|
-
/**
|
|
7348
|
-
* Handles changes to shadow custom states
|
|
7349
|
-
* @param prev - the previous state
|
|
7350
|
-
* @param next - the next state
|
|
7351
|
-
*/
|
|
7352
|
-
shadowChanged(prev: boolean, next: boolean): void;
|
|
7353
7165
|
/**
|
|
7354
7166
|
* Image fit
|
|
7355
7167
|
*
|
|
@@ -7358,12 +7170,6 @@ declare class Image_2 extends FASTElement {
|
|
|
7358
7170
|
* HTML attribute: fit.
|
|
7359
7171
|
*/
|
|
7360
7172
|
fit?: ImageFit;
|
|
7361
|
-
/**
|
|
7362
|
-
* Handles changes to fit attribute custom states
|
|
7363
|
-
* @param prev - the previous state
|
|
7364
|
-
* @param next - the next state
|
|
7365
|
-
*/
|
|
7366
|
-
fitChanged(prev: ImageFit | undefined, next: ImageFit | undefined): void;
|
|
7367
7173
|
/**
|
|
7368
7174
|
* Image shape
|
|
7369
7175
|
*
|
|
@@ -7372,12 +7178,6 @@ declare class Image_2 extends FASTElement {
|
|
|
7372
7178
|
* HTML attribute: shape.
|
|
7373
7179
|
*/
|
|
7374
7180
|
shape?: ImageShape;
|
|
7375
|
-
/**
|
|
7376
|
-
* Handles changes to shape attribute custom states
|
|
7377
|
-
* @param prev - the previous state
|
|
7378
|
-
* @param next - the next state
|
|
7379
|
-
*/
|
|
7380
|
-
shapeChanged(prev: ImageShape | undefined, next: ImageShape | undefined): void;
|
|
7381
7181
|
}
|
|
7382
7182
|
export { Image_2 as Image }
|
|
7383
7183
|
|
|
@@ -7476,12 +7276,6 @@ export declare function isTreeItem(element?: Node | null, tagName?: string): ele
|
|
|
7476
7276
|
* @public
|
|
7477
7277
|
*/
|
|
7478
7278
|
export declare class Label extends FASTElement {
|
|
7479
|
-
/**
|
|
7480
|
-
* The internal {@link https://developer.mozilla.org/docs/Web/API/ElementInternals | `ElementInternals`} instance for the component.
|
|
7481
|
-
*
|
|
7482
|
-
* @internal
|
|
7483
|
-
*/
|
|
7484
|
-
elementInternals: ElementInternals;
|
|
7485
7279
|
/**
|
|
7486
7280
|
* Specifies font size of a label
|
|
7487
7281
|
*
|
|
@@ -7490,12 +7284,6 @@ export declare class Label extends FASTElement {
|
|
|
7490
7284
|
* HTML Attribute: size
|
|
7491
7285
|
*/
|
|
7492
7286
|
size?: LabelSize;
|
|
7493
|
-
/**
|
|
7494
|
-
* Handles changes to size attribute custom states
|
|
7495
|
-
* @param prev - the previous state
|
|
7496
|
-
* @param next - the next state
|
|
7497
|
-
*/
|
|
7498
|
-
sizeChanged(prev: LabelSize | undefined, next: LabelSize | undefined): void;
|
|
7499
7287
|
/**
|
|
7500
7288
|
* Specifies font weight of a label
|
|
7501
7289
|
*
|
|
@@ -7504,12 +7292,6 @@ export declare class Label extends FASTElement {
|
|
|
7504
7292
|
* HTML Attribute: weight
|
|
7505
7293
|
*/
|
|
7506
7294
|
weight?: LabelWeight;
|
|
7507
|
-
/**
|
|
7508
|
-
* Handles changes to weight attribute custom states
|
|
7509
|
-
* @param prev - the previous state
|
|
7510
|
-
* @param next - the next state
|
|
7511
|
-
*/
|
|
7512
|
-
weightChanged(prev: LabelWeight | undefined, next: LabelWeight | undefined): void;
|
|
7513
7295
|
/**
|
|
7514
7296
|
* Specifies styles for label when associated input is disabled
|
|
7515
7297
|
*
|
|
@@ -7518,12 +7300,6 @@ export declare class Label extends FASTElement {
|
|
|
7518
7300
|
* HTML Attribute: disabled
|
|
7519
7301
|
*/
|
|
7520
7302
|
disabled: boolean;
|
|
7521
|
-
/**
|
|
7522
|
-
* Handles changes to disabled attribute custom states
|
|
7523
|
-
* @param prev - the previous state
|
|
7524
|
-
* @param next - the next state
|
|
7525
|
-
*/
|
|
7526
|
-
disabledChanged(prev: boolean | undefined, next: boolean | undefined): void;
|
|
7527
7303
|
/**
|
|
7528
7304
|
* Specifies styles for label when associated input is a required field
|
|
7529
7305
|
*
|
|
@@ -7665,12 +7441,6 @@ export declare class Link extends BaseAnchor {
|
|
|
7665
7441
|
* HTML Attribute: `appearance`
|
|
7666
7442
|
*/
|
|
7667
7443
|
appearance?: LinkAppearance | undefined;
|
|
7668
|
-
/**
|
|
7669
|
-
* Handles changes to appearance attribute custom states
|
|
7670
|
-
* @param prev - the previous state
|
|
7671
|
-
* @param next - the next state
|
|
7672
|
-
*/
|
|
7673
|
-
appearanceChanged(prev: LinkAppearance | undefined, next: LinkAppearance | undefined): void;
|
|
7674
7444
|
/**
|
|
7675
7445
|
* The link is inline with text
|
|
7676
7446
|
* In chromium browsers, if the link is contained within a semantic
|
|
@@ -7682,12 +7452,6 @@ export declare class Link extends BaseAnchor {
|
|
|
7682
7452
|
* HTML Attribute: `inline`
|
|
7683
7453
|
*/
|
|
7684
7454
|
inline: boolean;
|
|
7685
|
-
/**
|
|
7686
|
-
* Handles changes to inline attribute custom states
|
|
7687
|
-
* @param prev - the previous state
|
|
7688
|
-
* @param next - the next state
|
|
7689
|
-
*/
|
|
7690
|
-
inlineChanged(prev: boolean, next: boolean): void;
|
|
7691
7455
|
}
|
|
7692
7456
|
|
|
7693
7457
|
/**
|
|
@@ -8599,12 +8363,6 @@ export declare class MessageBar extends FASTElement {
|
|
|
8599
8363
|
* HTML Attribute: `shape`
|
|
8600
8364
|
*/
|
|
8601
8365
|
shape?: MessageBarShape;
|
|
8602
|
-
/**
|
|
8603
|
-
* Handles changes to shape attribute custom states
|
|
8604
|
-
* @param prev - the previous state
|
|
8605
|
-
* @param next - the next state
|
|
8606
|
-
*/
|
|
8607
|
-
shapeChanged(prev: MessageBarShape | undefined, next: MessageBarShape | undefined): void;
|
|
8608
8366
|
/**
|
|
8609
8367
|
* Sets the layout of the control.
|
|
8610
8368
|
*
|
|
@@ -8613,12 +8371,6 @@ export declare class MessageBar extends FASTElement {
|
|
|
8613
8371
|
* HTML Attribute: `layout`
|
|
8614
8372
|
*/
|
|
8615
8373
|
layout?: MessageBarLayout;
|
|
8616
|
-
/**
|
|
8617
|
-
* Handles changes to the layout attribute custom states
|
|
8618
|
-
* @param prev - the previous state
|
|
8619
|
-
* @param next - the next state
|
|
8620
|
-
*/
|
|
8621
|
-
layoutChanged(prev: MessageBarLayout | undefined, next: MessageBarLayout | undefined): void;
|
|
8622
8374
|
/**
|
|
8623
8375
|
* Sets the intent of the control.
|
|
8624
8376
|
*
|
|
@@ -8627,12 +8379,6 @@ export declare class MessageBar extends FASTElement {
|
|
|
8627
8379
|
* HTML Attribute: `intent`
|
|
8628
8380
|
*/
|
|
8629
8381
|
intent?: MessageBarIntent;
|
|
8630
|
-
/**
|
|
8631
|
-
* Handles changes to the intent attribute custom states
|
|
8632
|
-
* @param prev - the previous state
|
|
8633
|
-
* @param next - the next state
|
|
8634
|
-
*/
|
|
8635
|
-
intentChanged(prev: MessageBarIntent | undefined, next: MessageBarIntent | undefined): void;
|
|
8636
8382
|
/**
|
|
8637
8383
|
* @public
|
|
8638
8384
|
* Method to emit a `dismiss` event when the message bar is dismissed
|
|
@@ -8711,24 +8457,12 @@ declare class ProgressBar_2 extends BaseProgressBar {
|
|
|
8711
8457
|
* HTML Attribute: `thickness`
|
|
8712
8458
|
*/
|
|
8713
8459
|
thickness?: ProgressBarThickness;
|
|
8714
|
-
/**
|
|
8715
|
-
* Handles changes to thickness attribute custom states
|
|
8716
|
-
* @param prev - the previous state
|
|
8717
|
-
* @param next - the next state
|
|
8718
|
-
*/
|
|
8719
|
-
thicknessChanged(prev: ProgressBarThickness | undefined, next: ProgressBarThickness | undefined): void;
|
|
8720
8460
|
/**
|
|
8721
8461
|
* The shape of the progress bar
|
|
8722
8462
|
* @public
|
|
8723
8463
|
* HTML Attribute: `shape`
|
|
8724
8464
|
*/
|
|
8725
8465
|
shape?: ProgressBarShape;
|
|
8726
|
-
/**
|
|
8727
|
-
* Handles changes to shape attribute custom states
|
|
8728
|
-
* @param prev - the previous state
|
|
8729
|
-
* @param next - the next state
|
|
8730
|
-
*/
|
|
8731
|
-
shapeChanged(prev: ProgressBarShape | undefined, next: ProgressBarShape | undefined): void;
|
|
8732
8466
|
}
|
|
8733
8467
|
export { ProgressBar_2 as ProgressBar }
|
|
8734
8468
|
|
|
@@ -9208,13 +8942,6 @@ export declare class RatingDisplay extends BaseRatingDisplay {
|
|
|
9208
8942
|
* HTML Attribute: `color`
|
|
9209
8943
|
*/
|
|
9210
8944
|
color?: RatingDisplayColor;
|
|
9211
|
-
/**
|
|
9212
|
-
* Handles changes to the color attribute.
|
|
9213
|
-
*
|
|
9214
|
-
* @param prev - The previous state
|
|
9215
|
-
* @param next - The next state
|
|
9216
|
-
*/
|
|
9217
|
-
colorChanged(prev: RatingDisplayColor | undefined, next: RatingDisplayColor | undefined): void;
|
|
9218
8945
|
/**
|
|
9219
8946
|
* The size of the component.
|
|
9220
8947
|
*
|
|
@@ -9224,13 +8951,6 @@ export declare class RatingDisplay extends BaseRatingDisplay {
|
|
|
9224
8951
|
* HTML Attribute: `size`
|
|
9225
8952
|
*/
|
|
9226
8953
|
size?: RatingDisplaySize;
|
|
9227
|
-
/**
|
|
9228
|
-
* Handles changes to the size attribute.
|
|
9229
|
-
*
|
|
9230
|
-
* @param prev - The previous state
|
|
9231
|
-
* @param next - The next state
|
|
9232
|
-
*/
|
|
9233
|
-
sizeChanged(prev: RatingDisplaySize | undefined, next: RatingDisplaySize | undefined): void;
|
|
9234
8954
|
/**
|
|
9235
8955
|
* Renders a single filled icon with a label next to it.
|
|
9236
8956
|
*
|
|
@@ -9449,7 +9169,6 @@ export declare class Slider extends FASTElement implements SliderConfiguration {
|
|
|
9449
9169
|
* HTML Attribute: size
|
|
9450
9170
|
*/
|
|
9451
9171
|
size?: SliderSize;
|
|
9452
|
-
protected sizeChanged(prev: SliderSize | undefined, next: SliderSize | undefined): void;
|
|
9453
9172
|
handleChange(_: any, propertyName: string): void;
|
|
9454
9173
|
private stepStyles?;
|
|
9455
9174
|
/**
|
|
@@ -10005,12 +9724,6 @@ export declare class Spinner extends BaseSpinner {
|
|
|
10005
9724
|
* HTML Attribute: size
|
|
10006
9725
|
*/
|
|
10007
9726
|
size?: SpinnerSize;
|
|
10008
|
-
/**
|
|
10009
|
-
* Handles changes to size attribute custom states
|
|
10010
|
-
* @param prev - the previous state
|
|
10011
|
-
* @param next - the next state
|
|
10012
|
-
*/
|
|
10013
|
-
sizeChanged(prev: SpinnerSize | undefined, next: SpinnerSize | undefined): void;
|
|
10014
9727
|
/**
|
|
10015
9728
|
* The appearance of the spinner
|
|
10016
9729
|
* @public
|
|
@@ -10018,12 +9731,6 @@ export declare class Spinner extends BaseSpinner {
|
|
|
10018
9731
|
* HTML Attribute: appearance
|
|
10019
9732
|
*/
|
|
10020
9733
|
appearance?: SpinnerAppearance;
|
|
10021
|
-
/**
|
|
10022
|
-
* Handles changes to appearance attribute custom states
|
|
10023
|
-
* @param prev - the previous state
|
|
10024
|
-
* @param next - the next state
|
|
10025
|
-
*/
|
|
10026
|
-
appearanceChanged(prev: SpinnerAppearance | undefined, next: SpinnerAppearance | undefined): void;
|
|
10027
9734
|
}
|
|
10028
9735
|
|
|
10029
9736
|
/**
|
|
@@ -10242,20 +9949,12 @@ export declare class Tablist extends BaseTablist {
|
|
|
10242
9949
|
* There are two modes of appearance: transparent and subtle.
|
|
10243
9950
|
*/
|
|
10244
9951
|
appearance?: TablistAppearance;
|
|
10245
|
-
/**
|
|
10246
|
-
* @internal
|
|
10247
|
-
*/
|
|
10248
|
-
protected appearanceChanged(prev: TablistAppearance, next: TablistAppearance): void;
|
|
10249
9952
|
/**
|
|
10250
9953
|
* size
|
|
10251
9954
|
* defaults to medium.
|
|
10252
9955
|
* Used to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large.
|
|
10253
9956
|
*/
|
|
10254
9957
|
size?: TablistSize;
|
|
10255
|
-
/**
|
|
10256
|
-
* @internal
|
|
10257
|
-
*/
|
|
10258
|
-
protected sizeChanged(prev: TablistSize, next: TablistSize): void;
|
|
10259
9958
|
/**
|
|
10260
9959
|
* calculateAnimationProperties
|
|
10261
9960
|
*
|
|
@@ -10607,12 +10306,6 @@ declare class Text_2 extends FASTElement {
|
|
|
10607
10306
|
*
|
|
10608
10307
|
*/
|
|
10609
10308
|
size?: TextSize;
|
|
10610
|
-
/**
|
|
10611
|
-
* Handles changes to size attribute custom states
|
|
10612
|
-
* @param prev - the previous state
|
|
10613
|
-
* @param next - the next state
|
|
10614
|
-
*/
|
|
10615
|
-
sizeChanged(prev: TextSize | undefined, next: TextSize | undefined): void;
|
|
10616
10309
|
/**
|
|
10617
10310
|
* THe Text font
|
|
10618
10311
|
*
|
|
@@ -10621,12 +10314,6 @@ declare class Text_2 extends FASTElement {
|
|
|
10621
10314
|
* HTML Attribute: font
|
|
10622
10315
|
*/
|
|
10623
10316
|
font?: TextFont;
|
|
10624
|
-
/**
|
|
10625
|
-
* Handles changes to font attribute custom states
|
|
10626
|
-
* @param prev - the previous state
|
|
10627
|
-
* @param next - the next state
|
|
10628
|
-
*/
|
|
10629
|
-
fontChanged(prev: TextFont | undefined, next: TextFont | undefined): void;
|
|
10630
10317
|
/**
|
|
10631
10318
|
* The Text weight
|
|
10632
10319
|
*
|
|
@@ -10636,34 +10323,13 @@ declare class Text_2 extends FASTElement {
|
|
|
10636
10323
|
*/
|
|
10637
10324
|
weight?: TextWeight;
|
|
10638
10325
|
/**
|
|
10639
|
-
*
|
|
10640
|
-
* @param prev - the previous state
|
|
10641
|
-
* @param next - the next state
|
|
10642
|
-
*/
|
|
10643
|
-
weightChanged(prev: TextWeight | undefined, next: TextWeight | undefined): void;
|
|
10644
|
-
/**
|
|
10645
|
-
* THe Text align
|
|
10326
|
+
* The Text alignment
|
|
10646
10327
|
*
|
|
10647
10328
|
* @public
|
|
10648
10329
|
* @remarks
|
|
10649
10330
|
* HTML Attribute: align
|
|
10650
10331
|
*/
|
|
10651
10332
|
align?: TextAlign;
|
|
10652
|
-
/**
|
|
10653
|
-
* Handles changes to align attribute custom states
|
|
10654
|
-
* @param prev - the previous state
|
|
10655
|
-
* @param next - the next state
|
|
10656
|
-
*/
|
|
10657
|
-
alignChanged(prev: TextAlign | undefined, next: TextAlign | undefined): void;
|
|
10658
|
-
connectedCallback(): void;
|
|
10659
|
-
disconnectedCallback(): void;
|
|
10660
|
-
/**
|
|
10661
|
-
* Handles changes to observable properties
|
|
10662
|
-
* @internal
|
|
10663
|
-
* @param source - the source of the change
|
|
10664
|
-
* @param propertyName - the property name being changed
|
|
10665
|
-
*/
|
|
10666
|
-
handleChange(source: any, propertyName: string): void;
|
|
10667
10333
|
}
|
|
10668
10334
|
export { Text_2 as Text }
|
|
10669
10335
|
|
|
@@ -10694,7 +10360,6 @@ export declare class TextArea extends BaseTextArea {
|
|
|
10694
10360
|
* HTML Attribute: `appearance`
|
|
10695
10361
|
*/
|
|
10696
10362
|
appearance: TextAreaAppearance;
|
|
10697
|
-
protected appearanceChanged(prev: TextAreaAppearance | undefined, next: TextAreaAppearance | undefined): void;
|
|
10698
10363
|
/**
|
|
10699
10364
|
* Indicates whether the textarea should be a block-level element.
|
|
10700
10365
|
*
|
|
@@ -10703,7 +10368,6 @@ export declare class TextArea extends BaseTextArea {
|
|
|
10703
10368
|
* HTML Attribute: `block`
|
|
10704
10369
|
*/
|
|
10705
10370
|
block: boolean;
|
|
10706
|
-
protected blockChanged(): void;
|
|
10707
10371
|
/**
|
|
10708
10372
|
* Sets the size of the control.
|
|
10709
10373
|
*
|
|
@@ -10712,7 +10376,6 @@ export declare class TextArea extends BaseTextArea {
|
|
|
10712
10376
|
* HTML Attribute: `size`
|
|
10713
10377
|
*/
|
|
10714
10378
|
size?: TextAreaSize;
|
|
10715
|
-
protected sizeChanged(prev: TextAreaSize | undefined, next: TextAreaSize | undefined): void;
|
|
10716
10379
|
/**
|
|
10717
10380
|
* @internal
|
|
10718
10381
|
*/
|
|
@@ -10725,7 +10388,6 @@ export declare class TextArea extends BaseTextArea {
|
|
|
10725
10388
|
* @internal
|
|
10726
10389
|
*/
|
|
10727
10390
|
disconnectedCallback(): void;
|
|
10728
|
-
private maybeDisplayShadow;
|
|
10729
10391
|
}
|
|
10730
10392
|
|
|
10731
10393
|
/**
|
|
@@ -10847,12 +10509,6 @@ export declare class TextInput extends BaseTextInput {
|
|
|
10847
10509
|
* HTML Attribute: `appearance`
|
|
10848
10510
|
*/
|
|
10849
10511
|
appearance?: TextInputAppearance;
|
|
10850
|
-
/**
|
|
10851
|
-
* Handles changes to appearance attribute custom states
|
|
10852
|
-
* @param prev - the previous state
|
|
10853
|
-
* @param next - the next state
|
|
10854
|
-
*/
|
|
10855
|
-
appearanceChanged(prev: TextInputAppearance | undefined, next: TextInputAppearance | undefined): void;
|
|
10856
10512
|
/**
|
|
10857
10513
|
* Sets the size of the control.
|
|
10858
10514
|
*
|
|
@@ -10861,12 +10517,6 @@ export declare class TextInput extends BaseTextInput {
|
|
|
10861
10517
|
* HTML Attribute: `control-size`
|
|
10862
10518
|
*/
|
|
10863
10519
|
controlSize?: TextInputControlSize;
|
|
10864
|
-
/**
|
|
10865
|
-
* Handles changes to `control-size` attribute custom states
|
|
10866
|
-
* @param prev - the previous state
|
|
10867
|
-
* @param next - the next state
|
|
10868
|
-
*/
|
|
10869
|
-
controlSizeChanged(prev: TextInputControlSize | undefined, next: TextInputControlSize | undefined): void;
|
|
10870
10520
|
}
|
|
10871
10521
|
|
|
10872
10522
|
/**
|