@fluentui/web-components 3.0.0-beta.13 → 3.0.0-beta.15
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 +20 -2
- package/dist/dts/accordion/index.d.ts +2 -1
- package/dist/dts/accordion-item/index.d.ts +2 -2
- package/dist/dts/anchor-button/index.d.ts +2 -2
- package/dist/dts/avatar/index.d.ts +2 -2
- package/dist/dts/badge/index.d.ts +2 -2
- package/dist/dts/button/index.d.ts +2 -2
- package/dist/dts/checkbox/index.d.ts +2 -2
- package/dist/dts/compound-button/index.d.ts +2 -2
- package/dist/dts/counter-badge/index.d.ts +2 -2
- package/dist/dts/dialog/index.d.ts +2 -1
- package/dist/dts/divider/index.d.ts +2 -2
- package/dist/dts/image/index.d.ts +2 -2
- package/dist/dts/index-rollup.d.ts +35 -1
- package/dist/dts/index.d.ts +36 -34
- package/dist/dts/label/index.d.ts +2 -1
- package/dist/dts/menu/index.d.ts +1 -1
- package/dist/dts/menu-button/index.d.ts +2 -2
- package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
- package/dist/dts/menu-item/index.d.ts +2 -1
- package/dist/dts/menu-list/index.d.ts +1 -1
- package/dist/dts/progress-bar/index.d.ts +2 -2
- package/dist/dts/radio/index.d.ts +1 -1
- package/dist/dts/radio-group/index.d.ts +2 -1
- package/dist/dts/slider/index.d.ts +2 -2
- package/dist/dts/spinner/index.d.ts +2 -2
- package/dist/dts/spinner/spinner.d.ts +10 -2
- package/dist/dts/spinner/spinner.template.d.ts +2 -3
- package/dist/dts/styles/partials/index.d.ts +1 -0
- package/dist/dts/styles/partials/typography.partials.d.ts +18 -0
- package/dist/dts/switch/index.d.ts +2 -2
- package/dist/dts/tab/index.d.ts +1 -1
- package/dist/dts/tab-panel/index.d.ts +1 -1
- package/dist/dts/tabs/index.d.ts +2 -2
- package/dist/dts/text/index.d.ts +2 -2
- package/dist/dts/text-input/index.d.ts +2 -2
- package/dist/dts/text-input/text-input.d.ts +4 -4
- package/dist/dts/text-input/text-input.options.d.ts +7 -7
- package/dist/dts/text-input/text-input.template.d.ts +2 -2
- package/dist/dts/toggle-button/index.d.ts +2 -2
- package/dist/esm/accordion/index.js +2 -1
- package/dist/esm/accordion/index.js.map +1 -1
- package/dist/esm/accordion-item/index.js +2 -2
- package/dist/esm/accordion-item/index.js.map +1 -1
- package/dist/esm/anchor-button/index.js +2 -2
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/avatar/index.js +2 -2
- package/dist/esm/avatar/index.js.map +1 -1
- package/dist/esm/badge/index.js +2 -2
- package/dist/esm/badge/index.js.map +1 -1
- package/dist/esm/button/index.js +2 -2
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/index.js +2 -2
- package/dist/esm/checkbox/index.js.map +1 -1
- package/dist/esm/compound-button/index.js +2 -2
- package/dist/esm/compound-button/index.js.map +1 -1
- package/dist/esm/counter-badge/index.js +2 -2
- package/dist/esm/counter-badge/index.js.map +1 -1
- package/dist/esm/dialog/index.js +2 -1
- package/dist/esm/dialog/index.js.map +1 -1
- package/dist/esm/divider/index.js +2 -2
- package/dist/esm/divider/index.js.map +1 -1
- package/dist/esm/image/index.js +2 -2
- package/dist/esm/image/index.js.map +1 -1
- package/dist/esm/index-rollup.js +35 -1
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.js +36 -34
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/label/index.js +2 -1
- package/dist/esm/label/index.js.map +1 -1
- package/dist/esm/menu/index.js +1 -1
- package/dist/esm/menu/index.js.map +1 -1
- package/dist/esm/menu-button/index.js +2 -2
- package/dist/esm/menu-button/index.js.map +1 -1
- package/dist/esm/menu-item/index.js +2 -1
- package/dist/esm/menu-item/index.js.map +1 -1
- package/dist/esm/menu-list/index.js +1 -1
- package/dist/esm/menu-list/index.js.map +1 -1
- package/dist/esm/progress-bar/index.js +2 -2
- package/dist/esm/progress-bar/index.js.map +1 -1
- package/dist/esm/radio/index.js +1 -1
- package/dist/esm/radio/index.js.map +1 -1
- package/dist/esm/radio-group/index.js +2 -1
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/slider/index.js +2 -2
- package/dist/esm/slider/index.js.map +1 -1
- package/dist/esm/spinner/index.js +2 -2
- package/dist/esm/spinner/index.js.map +1 -1
- package/dist/esm/spinner/spinner.js +2 -2
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/styles/partials/index.js +1 -0
- package/dist/esm/styles/partials/index.js.map +1 -1
- package/dist/esm/styles/partials/typography.partials.js +105 -0
- package/dist/esm/styles/partials/typography.partials.js.map +1 -0
- package/dist/esm/switch/index.js +2 -2
- package/dist/esm/switch/index.js.map +1 -1
- package/dist/esm/tab/index.js +1 -1
- package/dist/esm/tab/index.js.map +1 -1
- package/dist/esm/tab-panel/index.js +1 -1
- package/dist/esm/tab-panel/index.js.map +1 -1
- package/dist/esm/tabs/index.js +2 -2
- package/dist/esm/tabs/index.js.map +1 -1
- package/dist/esm/text/index.js +2 -2
- package/dist/esm/text/index.js.map +1 -1
- package/dist/esm/text-input/index.js +2 -2
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.js +3 -3
- package/dist/esm/text-input/text-input.options.js +6 -6
- package/dist/esm/toggle-button/index.js +2 -2
- package/dist/esm/toggle-button/index.js.map +1 -1
- package/dist/fluent-web-components.api.json +1013 -639
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/main.6c75b8cb.iframe.bundle.js +2 -0
- package/dist/storybook/project.json +1 -1
- package/dist/web-components.d.ts +102 -96
- package/dist/web-components.js +191 -86
- package/dist/web-components.min.js +227 -142
- package/docs/api-report.md +137 -94
- package/package.json +1 -1
- package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
- package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
- package/dist/esm/progress-ring/progress-ring.js +0 -16
- package/dist/esm/progress-ring/progress-ring.js.map +0 -1
- package/dist/esm/progress-ring/progress-ring.options.js +0 -2
- package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
- package/dist/storybook/main.e73a6496.iframe.bundle.js +0 -2
- /package/dist/storybook/{main.e73a6496.iframe.bundle.js.LICENSE.txt → main.6c75b8cb.iframe.bundle.js.LICENSE.txt} +0 -0
package/docs/api-report.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
7
|
import type { Constructable } from '@microsoft/fast-element';
|
|
8
|
+
import { CSSDirective } from '@microsoft/fast-element';
|
|
8
9
|
import { Direction } from '@microsoft/fast-web-utilities';
|
|
9
10
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
10
11
|
import { ElementViewTemplate } from '@microsoft/fast-element';
|
|
@@ -21,7 +22,6 @@ import type { Theme } from '@fluentui/tokens';
|
|
|
21
22
|
export class Accordion extends FASTElement {
|
|
22
23
|
// (undocumented)
|
|
23
24
|
protected accordionItems: Element[];
|
|
24
|
-
// Warning: (ae-forgotten-export) The symbol "AccordionExpandMode" needs to be exported by the entry point index.d.ts
|
|
25
25
|
expandmode: AccordionExpandMode;
|
|
26
26
|
// (undocumented)
|
|
27
27
|
expandmodeChanged(prev: AccordionExpandMode, next: AccordionExpandMode): void;
|
|
@@ -36,6 +36,17 @@ export class Accordion extends FASTElement {
|
|
|
36
36
|
// @public (undocumented)
|
|
37
37
|
export const accordionDefinition: FASTElementDefinition<typeof Accordion>;
|
|
38
38
|
|
|
39
|
+
// @public
|
|
40
|
+
export const AccordionExpandMode: {
|
|
41
|
+
readonly single: "single";
|
|
42
|
+
readonly multi: "multi";
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
// Warning: (ae-forgotten-export) The symbol "ValuesOf" needs to be exported by the entry point index.d.ts
|
|
46
|
+
//
|
|
47
|
+
// @public
|
|
48
|
+
export type AccordionExpandMode = ValuesOf<typeof AccordionExpandMode>;
|
|
49
|
+
|
|
39
50
|
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AccordionItem" because one of its declarations is marked as @internal
|
|
40
51
|
//
|
|
41
52
|
// @public
|
|
@@ -68,8 +79,6 @@ export const AccordionItemExpandIconPosition: {
|
|
|
68
79
|
readonly end: "end";
|
|
69
80
|
};
|
|
70
81
|
|
|
71
|
-
// Warning: (ae-forgotten-export) The symbol "ValuesOf" needs to be exported by the entry point index.d.ts
|
|
72
|
-
//
|
|
73
82
|
// @public
|
|
74
83
|
export type AccordionItemExpandIconPosition = ValuesOf<typeof AccordionItemExpandIconPosition>;
|
|
75
84
|
|
|
@@ -135,6 +144,8 @@ export class AnchorButton extends FASTElement {
|
|
|
135
144
|
type: string;
|
|
136
145
|
}
|
|
137
146
|
|
|
147
|
+
// Warning: (ae-forgotten-export) The symbol "DelegatesARIALink" needs to be exported by the entry point index.d.ts
|
|
148
|
+
//
|
|
138
149
|
// @internal
|
|
139
150
|
export interface AnchorButton extends StartEnd, DelegatesARIALink {
|
|
140
151
|
}
|
|
@@ -154,6 +165,9 @@ export type AnchorButtonAppearance = ValuesOf<typeof AnchorButtonAppearance>;
|
|
|
154
165
|
// @public (undocumented)
|
|
155
166
|
export const AnchorButtonDefinition: FASTElementDefinition<typeof AnchorButton>;
|
|
156
167
|
|
|
168
|
+
// @public
|
|
169
|
+
export type AnchorButtonOptions = StartEndOptions<AnchorButton>;
|
|
170
|
+
|
|
157
171
|
// @public
|
|
158
172
|
export const AnchorButtonShape: {
|
|
159
173
|
readonly circular: "circular";
|
|
@@ -177,11 +191,6 @@ export type AnchorButtonSize = ValuesOf<typeof AnchorButtonSize>;
|
|
|
177
191
|
// @public
|
|
178
192
|
export const AnchorButtonTemplate: ElementViewTemplate<AnchorButton>;
|
|
179
193
|
|
|
180
|
-
// @public
|
|
181
|
-
type AnchorOptions = StartEndOptions<AnchorButton>;
|
|
182
|
-
export { AnchorOptions as AnchorButtonOptions }
|
|
183
|
-
export { AnchorOptions }
|
|
184
|
-
|
|
185
194
|
// @public
|
|
186
195
|
export const AnchorTarget: {
|
|
187
196
|
readonly _self: "_self";
|
|
@@ -388,13 +397,6 @@ export type BadgeColor = ValuesOf<typeof BadgeColor>;
|
|
|
388
397
|
// @public (undocumented)
|
|
389
398
|
export const BadgeDefinition: FASTElementDefinition<typeof Badge>;
|
|
390
399
|
|
|
391
|
-
// Warning: (ae-internal-missing-underscore) The name "BadgeOptions" should be prefixed with an underscore because the declaration is marked as @internal
|
|
392
|
-
//
|
|
393
|
-
// @internal
|
|
394
|
-
export type BadgeOptions = StartEndOptions<Badge> & {
|
|
395
|
-
defaultContent?: StaticallyComposableHTML;
|
|
396
|
-
};
|
|
397
|
-
|
|
398
400
|
// @public
|
|
399
401
|
export const BadgeShape: {
|
|
400
402
|
readonly circular: "circular";
|
|
@@ -424,29 +426,6 @@ export const BadgeStyles: ElementStyles;
|
|
|
424
426
|
// @public (undocumented)
|
|
425
427
|
export const BadgeTemplate: ElementViewTemplate<Badge>;
|
|
426
428
|
|
|
427
|
-
// @public
|
|
428
|
-
export class BaseTabs extends FASTElement {
|
|
429
|
-
activeid: string;
|
|
430
|
-
// @internal (undocumented)
|
|
431
|
-
activeidChanged(oldValue: string, newValue: string): void;
|
|
432
|
-
activetab: HTMLElement;
|
|
433
|
-
adjust(adjustment: number): void;
|
|
434
|
-
// @internal (undocumented)
|
|
435
|
-
connectedCallback(): void;
|
|
436
|
-
orientation: TabsOrientation;
|
|
437
|
-
// @internal (undocumented)
|
|
438
|
-
orientationChanged(): void;
|
|
439
|
-
protected setTabs(): void;
|
|
440
|
-
// @internal (undocumented)
|
|
441
|
-
tabpanels: HTMLElement[];
|
|
442
|
-
// @internal (undocumented)
|
|
443
|
-
tabpanelsChanged(): void;
|
|
444
|
-
// @internal (undocumented)
|
|
445
|
-
tabs: HTMLElement[];
|
|
446
|
-
// @internal (undocumented)
|
|
447
|
-
tabsChanged(): void;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
429
|
// @public (undocumented)
|
|
451
430
|
export const borderRadiusCircular = "var(--borderRadiusCircular)";
|
|
452
431
|
|
|
@@ -540,7 +519,6 @@ export type ButtonFormTarget = ValuesOf<typeof ButtonFormTarget>;
|
|
|
540
519
|
// @public
|
|
541
520
|
type ButtonOptions = StartEndOptions<Button>;
|
|
542
521
|
export { ButtonOptions }
|
|
543
|
-
export { ButtonOptions as CompoundButtonOptions }
|
|
544
522
|
export { ButtonOptions as MenuButtonOptions }
|
|
545
523
|
export { ButtonOptions as ToggleButtonOptions }
|
|
546
524
|
|
|
@@ -1625,11 +1603,6 @@ export type CounterBadgeColor = ValuesOf<typeof CounterBadgeColor>;
|
|
|
1625
1603
|
// @public (undocumented)
|
|
1626
1604
|
export const CounterBadgeDefinition: FASTElementDefinition<typeof CounterBadge>;
|
|
1627
1605
|
|
|
1628
|
-
// Warning: (ae-incompatible-release-tags) The symbol "CounterBadgeOptions" is marked as @public, but its signature references "BadgeOptions" which is marked as @internal
|
|
1629
|
-
//
|
|
1630
|
-
// @public
|
|
1631
|
-
export type CounterBadgeOptions = BadgeOptions;
|
|
1632
|
-
|
|
1633
1606
|
// @public
|
|
1634
1607
|
export const CounterBadgeShape: {
|
|
1635
1608
|
readonly circular: "circular";
|
|
@@ -1658,9 +1631,6 @@ export const CounterBadgeStyles: ElementStyles;
|
|
|
1658
1631
|
// @public
|
|
1659
1632
|
export const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
|
|
1660
1633
|
|
|
1661
|
-
// @public
|
|
1662
|
-
export type CSSDisplayPropertyValue = 'block' | 'contents' | 'flex' | 'grid' | 'inherit' | 'initial' | 'inline' | 'inline-block' | 'inline-flex' | 'inline-grid' | 'inline-table' | 'list-item' | 'none' | 'run-in' | 'table' | 'table-caption' | 'table-cell' | 'table-column' | 'table-column-group' | 'table-footer-group' | 'table-header-group' | 'table-row' | 'table-row-group';
|
|
1663
|
-
|
|
1664
1634
|
// @public (undocumented)
|
|
1665
1635
|
export const curveAccelerateMax = "var(--curveAccelerateMax)";
|
|
1666
1636
|
|
|
@@ -1691,27 +1661,6 @@ export const curveLinear = "var(--curveLinear)";
|
|
|
1691
1661
|
// @public
|
|
1692
1662
|
export const darkModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
|
|
1693
1663
|
|
|
1694
|
-
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "DelegatesARIALink" because one of its declarations is marked as @internal
|
|
1695
|
-
//
|
|
1696
|
-
// @public
|
|
1697
|
-
export class DelegatesARIALink {
|
|
1698
|
-
ariaExpanded: 'true' | 'false' | string | null;
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
// Warning: (ae-forgotten-export) The symbol "ARIAGlobalStatesAndProperties" needs to be exported by the entry point index.d.ts
|
|
1702
|
-
//
|
|
1703
|
-
// @internal
|
|
1704
|
-
export interface DelegatesARIALink extends ARIAGlobalStatesAndProperties {
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
// @public
|
|
1708
|
-
export class DelegatesARIATextbox {
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
// @public (undocumented)
|
|
1712
|
-
export interface DelegatesARIATextbox extends ARIAGlobalStatesAndProperties {
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
1664
|
// @public
|
|
1716
1665
|
export class Dialog extends FASTElement {
|
|
1717
1666
|
ariaDescribedby?: string;
|
|
@@ -1724,7 +1673,6 @@ export class Dialog extends FASTElement {
|
|
|
1724
1673
|
handleClick(event: Event): boolean;
|
|
1725
1674
|
handleKeydown: (e: KeyboardEvent) => boolean | void;
|
|
1726
1675
|
hide(dismissed?: boolean): void;
|
|
1727
|
-
// Warning: (ae-forgotten-export) The symbol "DialogModalType" needs to be exported by the entry point index.d.ts
|
|
1728
1676
|
modalType: DialogModalType;
|
|
1729
1677
|
modalTypeChanged(oldValue: DialogModalType, newValue: DialogModalType): void;
|
|
1730
1678
|
noTitleAction: boolean;
|
|
@@ -1739,12 +1687,24 @@ export class Dialog extends FASTElement {
|
|
|
1739
1687
|
// @public
|
|
1740
1688
|
export const DialogDefinition: FASTElementDefinition<typeof Dialog>;
|
|
1741
1689
|
|
|
1690
|
+
// @public
|
|
1691
|
+
export const DialogModalType: {
|
|
1692
|
+
readonly modal: "modal";
|
|
1693
|
+
readonly nonModal: "non-modal";
|
|
1694
|
+
readonly alert: "alert";
|
|
1695
|
+
};
|
|
1696
|
+
|
|
1697
|
+
// @public (undocumented)
|
|
1698
|
+
export type DialogModalType = ValuesOf<typeof DialogModalType>;
|
|
1699
|
+
|
|
1742
1700
|
// @public
|
|
1743
1701
|
export const DialogStyles: ElementStyles;
|
|
1744
1702
|
|
|
1745
1703
|
// @public
|
|
1746
1704
|
export const DialogTemplate: ElementViewTemplate<Dialog>;
|
|
1747
1705
|
|
|
1706
|
+
// Warning: (ae-forgotten-export) The symbol "CSSDisplayPropertyValue" needs to be exported by the entry point index.d.ts
|
|
1707
|
+
//
|
|
1748
1708
|
// @public
|
|
1749
1709
|
export function display(displayValue: CSSDisplayPropertyValue): string;
|
|
1750
1710
|
|
|
@@ -1893,9 +1853,6 @@ export const forcedColorsStylesheetBehavior: (styles: ElementStyles) => MatchMed
|
|
|
1893
1853
|
// @public
|
|
1894
1854
|
export const getDirection: (rootNode: HTMLElement) => Direction;
|
|
1895
1855
|
|
|
1896
|
-
// @public
|
|
1897
|
-
export const hidden = ":host([hidden]){display:none}";
|
|
1898
|
-
|
|
1899
1856
|
// @public
|
|
1900
1857
|
class Image_2 extends FASTElement {
|
|
1901
1858
|
block?: boolean;
|
|
@@ -1941,21 +1898,38 @@ export const ImageTemplate: ElementViewTemplate<Image_2>;
|
|
|
1941
1898
|
export class Label extends FASTElement {
|
|
1942
1899
|
disabled: boolean;
|
|
1943
1900
|
required: boolean;
|
|
1944
|
-
// Warning: (ae-forgotten-export) The symbol "LabelSize" needs to be exported by the entry point index.d.ts
|
|
1945
1901
|
size?: LabelSize;
|
|
1946
|
-
// Warning: (ae-forgotten-export) The symbol "LabelWeight" needs to be exported by the entry point index.d.ts
|
|
1947
1902
|
weight?: LabelWeight;
|
|
1948
1903
|
}
|
|
1949
1904
|
|
|
1950
1905
|
// @public
|
|
1951
1906
|
export const LabelDefinition: FASTElementDefinition<typeof Label>;
|
|
1952
1907
|
|
|
1908
|
+
// @public
|
|
1909
|
+
export const LabelSize: {
|
|
1910
|
+
readonly small: "small";
|
|
1911
|
+
readonly medium: "medium";
|
|
1912
|
+
readonly large: "large";
|
|
1913
|
+
};
|
|
1914
|
+
|
|
1915
|
+
// @public
|
|
1916
|
+
export type LabelSize = ValuesOf<typeof LabelSize>;
|
|
1917
|
+
|
|
1953
1918
|
// @public
|
|
1954
1919
|
export const LabelStyles: ElementStyles;
|
|
1955
1920
|
|
|
1956
1921
|
// @public (undocumented)
|
|
1957
1922
|
export const LabelTemplate: ElementViewTemplate<Label>;
|
|
1958
1923
|
|
|
1924
|
+
// @public
|
|
1925
|
+
export const LabelWeight: {
|
|
1926
|
+
readonly regular: "regular";
|
|
1927
|
+
readonly semibold: "semibold";
|
|
1928
|
+
};
|
|
1929
|
+
|
|
1930
|
+
// @public
|
|
1931
|
+
export type LabelWeight = ValuesOf<typeof LabelWeight>;
|
|
1932
|
+
|
|
1959
1933
|
// @public
|
|
1960
1934
|
export const lightModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
|
|
1961
1935
|
|
|
@@ -2298,7 +2272,6 @@ export class RadioGroup extends FASTElement {
|
|
|
2298
2272
|
name: string;
|
|
2299
2273
|
// (undocumented)
|
|
2300
2274
|
protected nameChanged(): void;
|
|
2301
|
-
// Warning: (ae-forgotten-export) The symbol "RadioGroupOrientation" needs to be exported by the entry point index.d.ts
|
|
2302
2275
|
orientation: RadioGroupOrientation;
|
|
2303
2276
|
readOnly: boolean;
|
|
2304
2277
|
// @internal (undocumented)
|
|
@@ -2314,6 +2287,18 @@ export class RadioGroup extends FASTElement {
|
|
|
2314
2287
|
// @public
|
|
2315
2288
|
export const RadioGroupDefinition: FASTElementDefinition<typeof RadioGroup>;
|
|
2316
2289
|
|
|
2290
|
+
// @public
|
|
2291
|
+
export const RadioGroupOrientation: {
|
|
2292
|
+
readonly horizontal: "horizontal"; /**
|
|
2293
|
+
* Radio Group orientation
|
|
2294
|
+
* @public
|
|
2295
|
+
*/
|
|
2296
|
+
readonly vertical: "vertical";
|
|
2297
|
+
};
|
|
2298
|
+
|
|
2299
|
+
// @public
|
|
2300
|
+
export type RadioGroupOrientation = ValuesOf<typeof RadioGroupOrientation>;
|
|
2301
|
+
|
|
2317
2302
|
// @public
|
|
2318
2303
|
export const RadioGroupStyles: ElementStyles;
|
|
2319
2304
|
|
|
@@ -2567,10 +2552,8 @@ export const spacingVerticalXXS = "var(--spacingVerticalXXS)";
|
|
|
2567
2552
|
// @public (undocumented)
|
|
2568
2553
|
export const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
|
|
2569
2554
|
|
|
2570
|
-
// Warning: (ae-forgotten-export) The symbol "ProgressRing" needs to be exported by the entry point index.d.ts
|
|
2571
|
-
//
|
|
2572
2555
|
// @public
|
|
2573
|
-
export class Spinner extends
|
|
2556
|
+
export class Spinner extends BaseProgress {
|
|
2574
2557
|
appearance?: SpinnerAppearance;
|
|
2575
2558
|
size?: SpinnerSize;
|
|
2576
2559
|
}
|
|
@@ -2587,6 +2570,11 @@ export type SpinnerAppearance = ValuesOf<typeof SpinnerAppearance>;
|
|
|
2587
2570
|
// @public (undocumented)
|
|
2588
2571
|
export const SpinnerDefinition: FASTElementDefinition<typeof Spinner>;
|
|
2589
2572
|
|
|
2573
|
+
// @public
|
|
2574
|
+
export type SpinnerOptions = {
|
|
2575
|
+
indeterminateIndicator?: StaticallyComposableHTML<Spinner>;
|
|
2576
|
+
};
|
|
2577
|
+
|
|
2590
2578
|
// @public
|
|
2591
2579
|
export const SpinnerSize: {
|
|
2592
2580
|
readonly tiny: "tiny";
|
|
@@ -2697,6 +2685,8 @@ export const TabPanelStyles: ElementStyles;
|
|
|
2697
2685
|
// @public (undocumented)
|
|
2698
2686
|
export const TabPanelTemplate: ElementViewTemplate<TabPanel, any>;
|
|
2699
2687
|
|
|
2688
|
+
// Warning: (ae-forgotten-export) The symbol "BaseTabs" needs to be exported by the entry point index.d.ts
|
|
2689
|
+
//
|
|
2700
2690
|
// @public (undocumented)
|
|
2701
2691
|
export class Tabs extends BaseTabs {
|
|
2702
2692
|
// (undocumented)
|
|
@@ -2787,21 +2777,6 @@ export type TextAlign = ValuesOf<typeof TextAlign>;
|
|
|
2787
2777
|
// @public
|
|
2788
2778
|
export const TextDefinition: FASTElementDefinition<typeof Text_2>;
|
|
2789
2779
|
|
|
2790
|
-
// @public (undocumented)
|
|
2791
|
-
export type TextFieldOptions = StartEndOptions<TextInput>;
|
|
2792
|
-
|
|
2793
|
-
// @public
|
|
2794
|
-
export const TextFieldType: {
|
|
2795
|
-
readonly email: "email";
|
|
2796
|
-
readonly password: "password";
|
|
2797
|
-
readonly tel: "tel";
|
|
2798
|
-
readonly text: "text";
|
|
2799
|
-
readonly url: "url";
|
|
2800
|
-
};
|
|
2801
|
-
|
|
2802
|
-
// @public
|
|
2803
|
-
export type TextFieldType = ValuesOf<typeof TextFieldType>;
|
|
2804
|
-
|
|
2805
2780
|
// @public
|
|
2806
2781
|
export const TextFont: {
|
|
2807
2782
|
readonly base: "base";
|
|
@@ -2856,13 +2831,15 @@ export class TextInput extends FormAssociatedTextField {
|
|
|
2856
2831
|
spellcheck: boolean;
|
|
2857
2832
|
// (undocumented)
|
|
2858
2833
|
protected spellcheckChanged(): void;
|
|
2859
|
-
type:
|
|
2834
|
+
type: TextInputType;
|
|
2860
2835
|
// Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@fluentui/web-components" does not have an export "FormAssociated"
|
|
2861
2836
|
//
|
|
2862
2837
|
// (undocumented)
|
|
2863
2838
|
validate(): void;
|
|
2864
2839
|
}
|
|
2865
2840
|
|
|
2841
|
+
// Warning: (ae-forgotten-export) The symbol "DelegatesARIATextbox" needs to be exported by the entry point index.d.ts
|
|
2842
|
+
//
|
|
2866
2843
|
// @public (undocumented)
|
|
2867
2844
|
export interface TextInput extends StartEnd, DelegatesARIATextbox {
|
|
2868
2845
|
}
|
|
@@ -2891,6 +2868,9 @@ export type TextInputControlSize = ValuesOf<typeof TextInputControlSize>;
|
|
|
2891
2868
|
// @public
|
|
2892
2869
|
export const TextInputDefinition: FASTElementDefinition<typeof TextInput>;
|
|
2893
2870
|
|
|
2871
|
+
// @public (undocumented)
|
|
2872
|
+
export type TextInputOptions = StartEndOptions<TextInput>;
|
|
2873
|
+
|
|
2894
2874
|
// @public
|
|
2895
2875
|
export const TextInputStyles: ElementStyles;
|
|
2896
2876
|
|
|
@@ -2899,6 +2879,18 @@ export const TextInputStyles: ElementStyles;
|
|
|
2899
2879
|
// @internal (undocumented)
|
|
2900
2880
|
export const TextInputTemplate: ElementViewTemplate<TextInput>;
|
|
2901
2881
|
|
|
2882
|
+
// @public
|
|
2883
|
+
export const TextInputType: {
|
|
2884
|
+
readonly email: "email";
|
|
2885
|
+
readonly password: "password";
|
|
2886
|
+
readonly tel: "tel";
|
|
2887
|
+
readonly text: "text";
|
|
2888
|
+
readonly url: "url";
|
|
2889
|
+
};
|
|
2890
|
+
|
|
2891
|
+
// @public
|
|
2892
|
+
export type TextInputType = ValuesOf<typeof TextInputType>;
|
|
2893
|
+
|
|
2902
2894
|
// @public
|
|
2903
2895
|
export const TextSize: {
|
|
2904
2896
|
readonly _100: "100";
|
|
@@ -2990,6 +2982,57 @@ export const ToggleButtonStyles: ElementStyles;
|
|
|
2990
2982
|
// @public
|
|
2991
2983
|
export const ToggleButtonTemplate: ElementViewTemplate<ToggleButton>;
|
|
2992
2984
|
|
|
2985
|
+
// @public (undocumented)
|
|
2986
|
+
export const typographyBody1StrongerStyles: CSSDirective;
|
|
2987
|
+
|
|
2988
|
+
// @public (undocumented)
|
|
2989
|
+
export const typographyBody1StrongStyles: CSSDirective;
|
|
2990
|
+
|
|
2991
|
+
// @public (undocumented)
|
|
2992
|
+
export const typographyBody1Styles: CSSDirective;
|
|
2993
|
+
|
|
2994
|
+
// @public (undocumented)
|
|
2995
|
+
export const typographyBody2Styles: CSSDirective;
|
|
2996
|
+
|
|
2997
|
+
// @public (undocumented)
|
|
2998
|
+
export const typographyCaption1StrongerStyles: CSSDirective;
|
|
2999
|
+
|
|
3000
|
+
// @public (undocumented)
|
|
3001
|
+
export const typographyCaption1StrongStyles: CSSDirective;
|
|
3002
|
+
|
|
3003
|
+
// @public (undocumented)
|
|
3004
|
+
export const typographyCaption1Styles: CSSDirective;
|
|
3005
|
+
|
|
3006
|
+
// @public (undocumented)
|
|
3007
|
+
export const typographyCaption2StrongStyles: CSSDirective;
|
|
3008
|
+
|
|
3009
|
+
// @public (undocumented)
|
|
3010
|
+
export const typographyCaption2Styles: CSSDirective;
|
|
3011
|
+
|
|
3012
|
+
// @public (undocumented)
|
|
3013
|
+
export const typographyDisplayStyles: CSSDirective;
|
|
3014
|
+
|
|
3015
|
+
// @public (undocumented)
|
|
3016
|
+
export const typographyLargeTitleStyles: CSSDirective;
|
|
3017
|
+
|
|
3018
|
+
// @public (undocumented)
|
|
3019
|
+
export const typographySubtitle1Styles: CSSDirective;
|
|
3020
|
+
|
|
3021
|
+
// @public (undocumented)
|
|
3022
|
+
export const typographySubtitle2StrongerStyles: CSSDirective;
|
|
3023
|
+
|
|
3024
|
+
// @public (undocumented)
|
|
3025
|
+
export const typographySubtitle2Styles: CSSDirective;
|
|
3026
|
+
|
|
3027
|
+
// @public (undocumented)
|
|
3028
|
+
export const typographyTitle1Styles: CSSDirective;
|
|
3029
|
+
|
|
3030
|
+
// @public (undocumented)
|
|
3031
|
+
export const typographyTitle2Styles: CSSDirective;
|
|
3032
|
+
|
|
3033
|
+
// @public (undocumented)
|
|
3034
|
+
export const typographyTitle3Styles: CSSDirective;
|
|
3035
|
+
|
|
2993
3036
|
// Warnings were encountered during analysis:
|
|
2994
3037
|
//
|
|
2995
3038
|
// dist/dts/accordion-item/accordion-item.d.ts:11:5 - (ae-forgotten-export) The symbol "StaticallyComposableHTML" needs to be exported by the entry point index.d.ts
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { BaseProgress } from '../progress-bar/base-progress.js';
|
|
2
|
-
/**
|
|
3
|
-
* An circular Progress HTML Element.
|
|
4
|
-
* Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#progressbar | ARIA progressbar }.
|
|
5
|
-
*
|
|
6
|
-
* @slot indeterminate - The slot for a custom indeterminate indicator
|
|
7
|
-
* @slot determinate - The slot for a custom determinate indicator
|
|
8
|
-
* @csspart progress - Represents the progress element
|
|
9
|
-
* @csspart determinate - The determinate indicator
|
|
10
|
-
* @csspart background - The background
|
|
11
|
-
*
|
|
12
|
-
* @public
|
|
13
|
-
*/
|
|
14
|
-
export declare class ProgressRing extends BaseProgress {
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { StaticallyComposableHTML } from '../utils/template-helpers.js';
|
|
2
|
-
import type { ProgressRing } from './progress-ring.js';
|
|
3
|
-
/**
|
|
4
|
-
* ProgressRing configuration options
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export declare type ProgressRingOptions = {
|
|
8
|
-
indeterminateIndicator?: StaticallyComposableHTML<ProgressRing>;
|
|
9
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { BaseProgress } from '../progress-bar/base-progress.js';
|
|
2
|
-
/**
|
|
3
|
-
* An circular Progress HTML Element.
|
|
4
|
-
* Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#progressbar | ARIA progressbar }.
|
|
5
|
-
*
|
|
6
|
-
* @slot indeterminate - The slot for a custom indeterminate indicator
|
|
7
|
-
* @slot determinate - The slot for a custom determinate indicator
|
|
8
|
-
* @csspart progress - Represents the progress element
|
|
9
|
-
* @csspart determinate - The determinate indicator
|
|
10
|
-
* @csspart background - The background
|
|
11
|
-
*
|
|
12
|
-
* @public
|
|
13
|
-
*/
|
|
14
|
-
export class ProgressRing extends BaseProgress {
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=progress-ring.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"progress-ring.js","sourceRoot":"","sources":["../../../src/progress-ring/progress-ring.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAEhE;;;;;;;;;;;GAWG;AACH,MAAM,OAAO,YAAa,SAAQ,YAAY;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"progress-ring.options.js","sourceRoot":"","sources":["../../../src/progress-ring/progress-ring.options.ts"],"names":[],"mappings":""}
|