@fluentui/web-components 3.0.0-beta.7 → 3.0.0-beta.8
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 +11 -2
- package/dist/dts/accordion/accordion.d.ts +47 -3
- package/dist/dts/accordion/accordion.definition.d.ts +0 -4
- package/dist/dts/accordion/accordion.options.d.ts +14 -0
- package/dist/dts/accordion/accordion.template.d.ts +4 -0
- package/dist/dts/accordion-item/accordion-item.d.ts +78 -3
- package/dist/dts/accordion-item/accordion-item.definition.d.ts +0 -3
- package/dist/dts/accordion-item/accordion-item.options.d.ts +1 -1
- package/dist/dts/accordion-item/accordion-item.template.d.ts +2 -1
- package/dist/dts/anchor-button/anchor-button.d.ts +116 -4
- package/dist/dts/anchor-button/anchor-button.definition.d.ts +0 -3
- package/dist/dts/anchor-button/anchor-button.options.d.ts +19 -2
- package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -2
- package/dist/dts/avatar/avatar.options.d.ts +1 -1
- package/dist/dts/badge/badge.d.ts +1 -1
- package/dist/dts/badge/badge.definition.d.ts +0 -3
- package/dist/dts/badge/badge.options.d.ts +2 -2
- package/dist/dts/button/button.d.ts +142 -4
- package/dist/dts/button/button.definition.d.ts +0 -3
- package/dist/dts/button/button.form-associated.d.ts +14 -0
- package/dist/dts/button/button.options.d.ts +24 -3
- package/dist/dts/button/button.template.d.ts +2 -0
- package/dist/dts/checkbox/checkbox.d.ts +46 -3
- package/dist/dts/checkbox/checkbox.form-associated.d.ts +14 -0
- package/dist/dts/checkbox/checkbox.options.d.ts +1 -1
- package/dist/dts/checkbox/checkbox.template.d.ts +6 -1
- package/dist/dts/compound-button/compound-button.definition.d.ts +0 -3
- package/dist/dts/compound-button/compound-button.options.d.ts +6 -6
- package/dist/dts/counter-badge/counter-badge.d.ts +1 -1
- package/dist/dts/counter-badge/counter-badge.definition.d.ts +0 -4
- package/dist/dts/counter-badge/counter-badge.options.d.ts +1 -1
- package/dist/dts/dialog/dialog.options.d.ts +1 -1
- package/dist/dts/divider/divider.d.ts +20 -4
- package/dist/dts/divider/divider.options.d.ts +30 -6
- package/dist/dts/divider/divider.template.d.ts +1 -0
- package/dist/dts/form-associated/form-associated.d.ts +178 -0
- package/dist/dts/image/image.options.d.ts +1 -1
- package/dist/dts/label/label.options.d.ts +1 -1
- package/dist/dts/menu-button/menu-button.definition.d.ts +0 -3
- package/dist/dts/menu-button/menu-button.options.d.ts +2 -2
- package/dist/dts/menu-item/menu-item.d.ts +161 -4
- package/dist/dts/menu-item/menu-item.definition.d.ts +0 -4
- package/dist/dts/menu-item/menu-item.options.d.ts +30 -0
- package/dist/dts/menu-item/menu-item.template.d.ts +2 -1
- package/dist/dts/menu-list/menu-list.d.ts +71 -4
- package/dist/dts/menu-list/menu-list.definition.d.ts +0 -4
- package/dist/dts/menu-list/menu-list.template.d.ts +1 -0
- package/dist/dts/patterns/aria-globals.d.ts +189 -0
- package/dist/dts/patterns/index.d.ts +2 -0
- package/dist/dts/patterns/start-end.d.ts +44 -0
- package/dist/dts/progress-bar/base-progress.d.ts +41 -0
- package/dist/dts/progress-bar/progress-bar.d.ts +11 -4
- package/dist/dts/progress-bar/progress-bar.options.d.ts +10 -1
- package/dist/dts/progress-bar/progress-bar.template.d.ts +2 -0
- package/dist/dts/progress-ring/progress-ring.d.ts +15 -0
- package/dist/dts/progress-ring/progress-ring.options.d.ts +9 -0
- package/dist/dts/radio/radio.d.ts +54 -3
- package/dist/dts/radio/radio.form-associated.d.ts +14 -0
- package/dist/dts/radio/radio.template.d.ts +2 -1
- package/dist/dts/radio-group/index.d.ts +0 -1
- package/dist/dts/radio-group/radio-group.d.ts +91 -2
- package/dist/dts/radio-group/radio-group.options.d.ts +17 -0
- package/dist/dts/radio-group/radio-group.template.d.ts +1 -0
- package/dist/dts/slider/slider-utilities.d.ts +5 -0
- package/dist/dts/slider/slider.d.ts +195 -5
- package/dist/dts/slider/slider.form-associated.d.ts +14 -0
- package/dist/dts/slider/slider.options.d.ts +43 -2
- package/dist/dts/slider/slider.template.d.ts +4 -2
- package/dist/dts/spinner/spinner.d.ts +2 -2
- package/dist/dts/spinner/spinner.definition.d.ts +0 -4
- package/dist/dts/spinner/spinner.options.d.ts +1 -1
- package/dist/dts/spinner/spinner.template.d.ts +2 -0
- package/dist/dts/switch/switch.d.ts +34 -2
- package/dist/dts/switch/switch.form-associated.d.ts +14 -0
- package/dist/dts/switch/switch.options.d.ts +1 -1
- package/dist/dts/switch/switch.template.d.ts +2 -1
- package/dist/dts/tab/tab.d.ts +17 -2
- package/dist/dts/tab/tab.template.d.ts +3 -3
- package/dist/dts/tab-panel/tab-panel.d.ts +2 -2
- package/dist/dts/tab-panel/tab-panel.template.d.ts +4 -1
- package/dist/dts/tabs/tabs.d.ts +89 -4
- package/dist/dts/tabs/tabs.options.d.ts +21 -3
- package/dist/dts/tabs/tabs.template.d.ts +5 -1
- package/dist/dts/text/text.options.d.ts +1 -1
- package/dist/dts/text-input/index.d.ts +0 -1
- package/dist/dts/text-input/text-field.form-associated.d.ts +14 -0
- package/dist/dts/text-input/text-input.d.ts +134 -6
- package/dist/dts/text-input/text-input.options.d.ts +32 -1
- package/dist/dts/text-input/text-input.template.d.ts +2 -1
- package/dist/dts/toggle-button/toggle-button.definition.d.ts +0 -2
- package/dist/dts/toggle-button/toggle-button.options.d.ts +2 -2
- package/dist/dts/utils/direction.d.ts +10 -0
- package/dist/dts/utils/index.d.ts +4 -0
- package/dist/dts/utils/template-helpers.d.ts +16 -0
- package/dist/dts/utils/typings.d.ts +6 -0
- package/dist/dts/utils/whitespace-filter.d.ts +12 -0
- package/dist/esm/accordion/accordion.definition.js +0 -4
- package/dist/esm/accordion/accordion.definition.js.map +1 -1
- package/dist/esm/accordion/accordion.js +216 -3
- package/dist/esm/accordion/accordion.js.map +1 -1
- package/dist/esm/accordion/accordion.options.js +9 -0
- package/dist/esm/accordion/accordion.options.js.map +1 -0
- package/dist/esm/accordion/accordion.template.js +11 -1
- package/dist/esm/accordion/accordion.template.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.definition.js +0 -3
- package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.js +80 -4
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.template.js +47 -2
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.definition.js +0 -3
- package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.js +52 -4
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.options.js +11 -0
- package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.template.js +49 -1
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
- package/dist/esm/badge/badge.definition.js +0 -3
- package/dist/esm/badge/badge.definition.js.map +1 -1
- package/dist/esm/badge/badge.js +1 -1
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.template.js +2 -2
- package/dist/esm/badge/badge.template.js.map +1 -1
- package/dist/esm/button/button.definition.js +0 -3
- package/dist/esm/button/button.definition.js.map +1 -1
- package/dist/esm/button/button.form-associated.js +14 -0
- package/dist/esm/button/button.form-associated.js.map +1 -0
- package/dist/esm/button/button.js +124 -4
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.js +10 -0
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.template.js +49 -1
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/checkbox/checkbox.form-associated.js +14 -0
- package/dist/esm/checkbox/checkbox.form-associated.js.map +1 -0
- package/dist/esm/checkbox/checkbox.js +62 -4
- package/dist/esm/checkbox/checkbox.js.map +1 -1
- package/dist/esm/checkbox/checkbox.template.js +35 -7
- package/dist/esm/checkbox/checkbox.template.js.map +1 -1
- package/dist/esm/compound-button/compound-button.definition.js +0 -3
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
- package/dist/esm/compound-button/compound-button.options.js.map +1 -1
- package/dist/esm/compound-button/compound-button.template.js +1 -1
- package/dist/esm/compound-button/compound-button.template.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.definition.js +0 -4
- package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.js +1 -1
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/divider/divider.js +29 -4
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.options.js +14 -5
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.template.js +12 -1
- package/dist/esm/divider/divider.template.js.map +1 -1
- package/dist/esm/form-associated/form-associated.js +458 -0
- package/dist/esm/form-associated/form-associated.js.map +1 -0
- package/dist/esm/menu-button/menu-button.definition.js +0 -3
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
- package/dist/esm/menu-button/menu-button.options.js.map +1 -1
- package/dist/esm/menu-button/menu-button.template.js +1 -1
- package/dist/esm/menu-button/menu-button.template.js.map +1 -1
- package/dist/esm/menu-item/menu-item.definition.js +0 -4
- package/dist/esm/menu-item/menu-item.definition.js.map +1 -1
- package/dist/esm/menu-item/menu-item.js +270 -4
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.options.js +27 -0
- package/dist/esm/menu-item/menu-item.options.js.map +1 -0
- package/dist/esm/menu-item/menu-item.template.js +57 -2
- package/dist/esm/menu-item/menu-item.template.js.map +1 -1
- package/dist/esm/menu-list/menu-list.definition.js +0 -4
- package/dist/esm/menu-list/menu-list.definition.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js +265 -10
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +13 -1
- package/dist/esm/menu-list/menu-list.template.js.map +1 -1
- package/dist/esm/patterns/aria-globals.js +77 -0
- package/dist/esm/patterns/aria-globals.js.map +1 -0
- package/dist/esm/patterns/index.js +3 -0
- package/dist/esm/patterns/index.js.map +1 -0
- package/dist/esm/patterns/start-end.js +29 -0
- package/dist/esm/patterns/start-end.js.map +1 -0
- package/dist/esm/progress-bar/base-progress.js +61 -0
- package/dist/esm/progress-bar/base-progress.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.js +10 -3
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.template.js +25 -1
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
- package/dist/esm/progress-ring/progress-ring.js +16 -0
- package/dist/esm/progress-ring/progress-ring.js.map +1 -0
- package/dist/esm/progress-ring/progress-ring.options.js +2 -0
- package/dist/esm/progress-ring/progress-ring.options.js.map +1 -0
- package/dist/esm/radio/radio.form-associated.js +14 -0
- package/dist/esm/radio/radio.form-associated.js.map +1 -0
- package/dist/esm/radio/radio.js +96 -3
- package/dist/esm/radio/radio.js.map +1 -1
- package/dist/esm/radio/radio.template.js +28 -2
- package/dist/esm/radio/radio.template.js.map +1 -1
- package/dist/esm/radio-group/index.js +0 -1
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/radio-group/radio-group.js +346 -3
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.options.js +7 -0
- package/dist/esm/radio-group/radio-group.options.js.map +1 -0
- package/dist/esm/radio-group/radio-group.template.js +30 -1
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/slider/slider-utilities.js +12 -0
- package/dist/esm/slider/slider-utilities.js.map +1 -0
- package/dist/esm/slider/slider.form-associated.js +14 -0
- package/dist/esm/slider/slider.form-associated.js.map +1 -0
- package/dist/esm/slider/slider.js +432 -16
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.options.js +11 -1
- package/dist/esm/slider/slider.options.js.map +1 -1
- package/dist/esm/slider/slider.template.js +38 -1
- package/dist/esm/slider/slider.template.js.map +1 -1
- package/dist/esm/spinner/spinner.definition.js +0 -4
- package/dist/esm/spinner/spinner.definition.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 +27 -1
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/switch/switch.form-associated.js +14 -0
- package/dist/esm/switch/switch.form-associated.js.map +1 -0
- package/dist/esm/switch/switch.js +48 -3
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/switch/switch.template.js +25 -1
- package/dist/esm/switch/switch.template.js.map +1 -1
- package/dist/esm/tab/tab.js +14 -3
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.template.js +1 -1
- package/dist/esm/tab/tab.template.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.js +2 -2
- package/dist/esm/tab-panel/tab-panel.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.template.js +8 -1
- package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
- package/dist/esm/tabs/tabs.js +278 -5
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/tabs/tabs.options.js +6 -2
- package/dist/esm/tabs/tabs.options.js.map +1 -1
- package/dist/esm/tabs/tabs.template.js +14 -1
- package/dist/esm/tabs/tabs.template.js.map +1 -1
- package/dist/esm/text-input/index.js +0 -1
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-field.form-associated.js +14 -0
- package/dist/esm/text-input/text-field.form-associated.js.map +1 -0
- package/dist/esm/text-input/text-input.js +167 -7
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.options.js +26 -0
- package/dist/esm/text-input/text-input.options.js.map +1 -1
- package/dist/esm/text-input/text-input.template.js +64 -1
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.definition.js +0 -2
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
- package/dist/esm/utils/direction.js +15 -0
- package/dist/esm/utils/direction.js.map +1 -0
- package/dist/esm/utils/index.js +5 -0
- package/dist/esm/utils/index.js.map +1 -0
- package/dist/esm/utils/template-helpers.js +19 -0
- package/dist/esm/utils/template-helpers.js.map +1 -0
- package/dist/esm/utils/typings.js +3 -0
- package/dist/esm/utils/typings.js.map +1 -0
- package/dist/esm/utils/whitespace-filter.js +13 -0
- package/dist/esm/utils/whitespace-filter.js.map +1 -0
- package/dist/fluent-web-components.api.json +9315 -3940
- package/dist/storybook/711.b5d63aa3.iframe.bundle.js +2 -0
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/main.588112e6.iframe.bundle.js +2 -0
- package/dist/storybook/project.json +1 -1
- package/dist/web-components.d.ts +2194 -241
- package/dist/web-components.js +1964 -3195
- package/dist/web-components.min.js +123 -123
- package/docs/api-report.md +600 -90
- package/package.json +1 -1
- package/dist/storybook/350.e4be85c2.iframe.bundle.js +0 -462
- package/dist/storybook/350.e4be85c2.iframe.bundle.js.map +0 -1
- package/dist/storybook/main.b095c2e8.iframe.bundle.js +0 -2
- /package/dist/storybook/{350.e4be85c2.iframe.bundle.js.LICENSE.txt → 711.b5d63aa3.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/dist/storybook/{main.b095c2e8.iframe.bundle.js.LICENSE.txt → main.588112e6.iframe.bundle.js.LICENSE.txt} +0 -0
package/docs/api-report.md
CHANGED
|
@@ -4,65 +4,60 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type {
|
|
8
|
-
import
|
|
9
|
-
import { DividerOrientation } from '@microsoft/fast-foundation/divider.js';
|
|
10
|
-
import { DividerRole } from '@microsoft/fast-foundation/divider.js';
|
|
7
|
+
import type { Constructable } from '@microsoft/fast-element';
|
|
8
|
+
import { Direction } from '@microsoft/fast-web-utilities';
|
|
11
9
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
12
10
|
import { ElementViewTemplate } from '@microsoft/fast-element';
|
|
13
|
-
import { FASTAccordion } from '@microsoft/fast-foundation/accordion.js';
|
|
14
|
-
import { FASTAccordionItem } from '@microsoft/fast-foundation/accordion-item.js';
|
|
15
|
-
import { FASTAnchor } from '@microsoft/fast-foundation/anchor.js';
|
|
16
|
-
import { FASTButton } from '@microsoft/fast-foundation/button.js';
|
|
17
|
-
import { FASTCheckbox } from '@microsoft/fast-foundation/checkbox.js';
|
|
18
|
-
import { FASTDivider } from '@microsoft/fast-foundation/divider.js';
|
|
19
11
|
import { FASTElement } from '@microsoft/fast-element';
|
|
20
12
|
import { FASTElementDefinition } from '@microsoft/fast-element';
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import { FASTProgressRing } from '@microsoft/fast-foundation/progress-ring.js';
|
|
25
|
-
import { FASTRadio } from '@microsoft/fast-foundation/radio.js';
|
|
26
|
-
import { FASTRadioGroup } from '@microsoft/fast-foundation/radio-group.js';
|
|
27
|
-
import { FASTSlider } from '@microsoft/fast-foundation/slider.js';
|
|
28
|
-
import { FASTSwitch } from '@microsoft/fast-foundation/switch.js';
|
|
29
|
-
import { FASTTab } from '@microsoft/fast-foundation/tab.js';
|
|
30
|
-
import { FASTTabPanel } from '@microsoft/fast-foundation/tab-panel.js';
|
|
31
|
-
import { FASTTabs } from '@microsoft/fast-foundation/tabs.js';
|
|
32
|
-
import { FASTTextField } from '@microsoft/fast-foundation/text-field.js';
|
|
33
|
-
import { MenuItemRole } from '@microsoft/fast-foundation/menu-item.js';
|
|
34
|
-
import { RadioGroupOrientation } from '@microsoft/fast-foundation/radio-group.js';
|
|
35
|
-
import { SliderOrientation } from '@microsoft/fast-foundation/slider.js';
|
|
36
|
-
import { StartEnd } from '@microsoft/fast-foundation/patterns.js';
|
|
37
|
-
import { StartEndOptions } from '@microsoft/fast-foundation/patterns.js';
|
|
38
|
-
import type { StaticallyComposableHTML } from '@microsoft/fast-foundation/utilities.js';
|
|
39
|
-
import { TabsOrientation } from '@microsoft/fast-foundation/tabs.js';
|
|
40
|
-
import { TextFieldType as TextInputType } from '@microsoft/fast-foundation/text-field.js';
|
|
13
|
+
import { HTMLDirective } from '@microsoft/fast-element';
|
|
14
|
+
import { Orientation } from '@microsoft/fast-web-utilities';
|
|
15
|
+
import type { SyntheticViewTemplate } from '@microsoft/fast-element';
|
|
41
16
|
import type { Theme } from '@fluentui/tokens';
|
|
42
|
-
import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
43
17
|
|
|
44
18
|
// @public
|
|
45
|
-
export class Accordion extends
|
|
19
|
+
export class Accordion extends FASTElement {
|
|
20
|
+
// (undocumented)
|
|
21
|
+
protected accordionItems: Element[];
|
|
22
|
+
// Warning: (ae-forgotten-export) The symbol "AccordionExpandMode" needs to be exported by the entry point index.d.ts
|
|
23
|
+
expandmode: AccordionExpandMode;
|
|
24
|
+
// (undocumented)
|
|
25
|
+
expandmodeChanged(prev: AccordionExpandMode, next: AccordionExpandMode): void;
|
|
26
|
+
// @internal (undocumented)
|
|
27
|
+
handleChange(source: any, propertyName: string): void;
|
|
28
|
+
// @internal (undocumented)
|
|
29
|
+
slottedAccordionItems: HTMLElement[];
|
|
30
|
+
// @internal (undocumented)
|
|
31
|
+
slottedAccordionItemsChanged(oldValue: HTMLElement[], newValue: HTMLElement[]): void;
|
|
46
32
|
}
|
|
47
33
|
|
|
48
|
-
// @public
|
|
34
|
+
// @public (undocumented)
|
|
49
35
|
export const accordionDefinition: FASTElementDefinition<typeof Accordion>;
|
|
50
36
|
|
|
51
|
-
// Warning: (ae-internal-
|
|
37
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AccordionItem" because one of its declarations is marked as @internal
|
|
52
38
|
//
|
|
53
|
-
// @
|
|
54
|
-
export class AccordionItem extends
|
|
55
|
-
// @public
|
|
39
|
+
// @public
|
|
40
|
+
export class AccordionItem extends FASTElement {
|
|
56
41
|
block: boolean;
|
|
57
|
-
// @
|
|
42
|
+
// @internal (undocumented)
|
|
43
|
+
clickHandler: (e: MouseEvent) => void;
|
|
44
|
+
disabled: boolean;
|
|
45
|
+
// @internal (undocumented)
|
|
46
|
+
expandbutton: HTMLElement;
|
|
47
|
+
expanded: boolean;
|
|
58
48
|
expandIconPosition?: AccordionItemExpandIconPosition;
|
|
59
|
-
|
|
49
|
+
headinglevel: 1 | 2 | 3 | 4 | 5 | 6;
|
|
50
|
+
id: string;
|
|
60
51
|
size?: AccordionItemSize;
|
|
61
52
|
}
|
|
62
53
|
|
|
63
|
-
// Warning: (ae-
|
|
54
|
+
// Warning: (ae-forgotten-export) The symbol "StartEnd" needs to be exported by the entry point index.d.ts
|
|
64
55
|
//
|
|
65
|
-
// @
|
|
56
|
+
// @internal
|
|
57
|
+
export interface AccordionItem extends StartEnd {
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public (undocumented)
|
|
66
61
|
export const accordionItemDefinition: FASTElementDefinition<typeof AccordionItem>;
|
|
67
62
|
|
|
68
63
|
// @public
|
|
@@ -71,9 +66,19 @@ export const AccordionItemExpandIconPosition: {
|
|
|
71
66
|
readonly end: "end";
|
|
72
67
|
};
|
|
73
68
|
|
|
69
|
+
// Warning: (ae-forgotten-export) The symbol "ValuesOf" needs to be exported by the entry point index.d.ts
|
|
70
|
+
//
|
|
74
71
|
// @public
|
|
75
72
|
export type AccordionItemExpandIconPosition = ValuesOf<typeof AccordionItemExpandIconPosition>;
|
|
76
73
|
|
|
74
|
+
// Warning: (ae-forgotten-export) The symbol "StartEndOptions" needs to be exported by the entry point index.d.ts
|
|
75
|
+
//
|
|
76
|
+
// @public
|
|
77
|
+
export type AccordionItemOptions = StartEndOptions<AccordionItem> & {
|
|
78
|
+
expandedIcon?: StaticallyComposableHTML<AccordionItem>;
|
|
79
|
+
collapsedIcon?: StaticallyComposableHTML<AccordionItem>;
|
|
80
|
+
};
|
|
81
|
+
|
|
77
82
|
// @public
|
|
78
83
|
export const AccordionItemSize: {
|
|
79
84
|
readonly small: "small";
|
|
@@ -88,8 +93,6 @@ export type AccordionItemSize = ValuesOf<typeof AccordionItemSize>;
|
|
|
88
93
|
// @public (undocumented)
|
|
89
94
|
export const accordionItemStyles: ElementStyles;
|
|
90
95
|
|
|
91
|
-
// Warning: (ae-incompatible-release-tags) The symbol "template" is marked as @public, but its signature references "AccordionItem" which is marked as @internal
|
|
92
|
-
//
|
|
93
96
|
// @public
|
|
94
97
|
export const accordionItemTemplate: ElementViewTemplate<AccordionItem>;
|
|
95
98
|
|
|
@@ -99,11 +102,16 @@ export const accordionStyles: ElementStyles;
|
|
|
99
102
|
// @public (undocumented)
|
|
100
103
|
export const accordionTemplate: ElementViewTemplate<Accordion>;
|
|
101
104
|
|
|
105
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AnchorButton" because one of its declarations is marked as @internal
|
|
106
|
+
//
|
|
102
107
|
// @public
|
|
103
|
-
export class AnchorButton extends
|
|
108
|
+
export class AnchorButton extends FASTElement {
|
|
104
109
|
appearance?: AnchorButtonAppearance | undefined;
|
|
105
110
|
// (undocumented)
|
|
106
111
|
connectedCallback(): void;
|
|
112
|
+
control: HTMLAnchorElement;
|
|
113
|
+
// @internal
|
|
114
|
+
defaultSlottedContent: HTMLElement[];
|
|
107
115
|
disabled?: boolean;
|
|
108
116
|
// (undocumented)
|
|
109
117
|
protected disabledChanged(prev: boolean, next: boolean): void;
|
|
@@ -112,9 +120,21 @@ export class AnchorButton extends FASTAnchor {
|
|
|
112
120
|
protected disabledFocusableChanged(prev: boolean, next: boolean): void;
|
|
113
121
|
// (undocumented)
|
|
114
122
|
disconnectedCallback(): void;
|
|
123
|
+
download: string;
|
|
124
|
+
href: string;
|
|
125
|
+
hreflang: string;
|
|
115
126
|
iconOnly: boolean;
|
|
127
|
+
ping: string;
|
|
128
|
+
referrerpolicy: string;
|
|
129
|
+
rel: string;
|
|
116
130
|
shape?: AnchorButtonShape | undefined;
|
|
117
131
|
size?: AnchorButtonSize;
|
|
132
|
+
target: AnchorTarget;
|
|
133
|
+
type: string;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// @internal
|
|
137
|
+
export interface AnchorButton extends StartEnd, DelegatesARIALink {
|
|
118
138
|
}
|
|
119
139
|
|
|
120
140
|
// @public
|
|
@@ -129,11 +149,9 @@ export const AnchorButtonAppearance: {
|
|
|
129
149
|
// @public
|
|
130
150
|
export type AnchorButtonAppearance = ValuesOf<typeof AnchorButtonAppearance>;
|
|
131
151
|
|
|
132
|
-
// @public
|
|
152
|
+
// @public (undocumented)
|
|
133
153
|
export const AnchorButtonDefinition: FASTElementDefinition<typeof AnchorButton>;
|
|
134
154
|
|
|
135
|
-
export { AnchorButtonOptions }
|
|
136
|
-
|
|
137
155
|
// @public
|
|
138
156
|
export const AnchorButtonShape: {
|
|
139
157
|
readonly circular: "circular";
|
|
@@ -157,6 +175,22 @@ export type AnchorButtonSize = ValuesOf<typeof AnchorButtonSize>;
|
|
|
157
175
|
// @public
|
|
158
176
|
export const AnchorButtonTemplate: ElementViewTemplate<AnchorButton>;
|
|
159
177
|
|
|
178
|
+
// @public
|
|
179
|
+
type AnchorOptions = StartEndOptions<AnchorButton>;
|
|
180
|
+
export { AnchorOptions as AnchorButtonOptions }
|
|
181
|
+
export { AnchorOptions }
|
|
182
|
+
|
|
183
|
+
// @public
|
|
184
|
+
export const AnchorTarget: {
|
|
185
|
+
readonly _self: "_self";
|
|
186
|
+
readonly _blank: "_blank";
|
|
187
|
+
readonly _parent: "_parent";
|
|
188
|
+
readonly _top: "_top";
|
|
189
|
+
};
|
|
190
|
+
|
|
191
|
+
// @public
|
|
192
|
+
export type AnchorTarget = ValuesOf<typeof AnchorTarget>;
|
|
193
|
+
|
|
160
194
|
// @public
|
|
161
195
|
export class Avatar extends FASTElement {
|
|
162
196
|
active?: AvatarActive | undefined;
|
|
@@ -349,7 +383,7 @@ export const BadgeColor: {
|
|
|
349
383
|
// @public
|
|
350
384
|
export type BadgeColor = ValuesOf<typeof BadgeColor>;
|
|
351
385
|
|
|
352
|
-
// @public
|
|
386
|
+
// @public (undocumented)
|
|
353
387
|
export const BadgeDefinition: FASTElementDefinition<typeof Badge>;
|
|
354
388
|
|
|
355
389
|
// Warning: (ae-internal-missing-underscore) The name "BadgeOptions" should be prefixed with an underscore because the declaration is marked as @internal
|
|
@@ -388,6 +422,29 @@ export const BadgeStyles: ElementStyles;
|
|
|
388
422
|
// @public (undocumented)
|
|
389
423
|
export const BadgeTemplate: ElementViewTemplate<Badge>;
|
|
390
424
|
|
|
425
|
+
// @public
|
|
426
|
+
export class BaseTabs extends FASTElement {
|
|
427
|
+
activeid: string;
|
|
428
|
+
// @internal (undocumented)
|
|
429
|
+
activeidChanged(oldValue: string, newValue: string): void;
|
|
430
|
+
activetab: HTMLElement;
|
|
431
|
+
adjust(adjustment: number): void;
|
|
432
|
+
// @internal (undocumented)
|
|
433
|
+
connectedCallback(): void;
|
|
434
|
+
orientation: TabsOrientation;
|
|
435
|
+
// @internal (undocumented)
|
|
436
|
+
orientationChanged(): void;
|
|
437
|
+
protected setTabs(): void;
|
|
438
|
+
// @internal (undocumented)
|
|
439
|
+
tabpanels: HTMLElement[];
|
|
440
|
+
// @internal (undocumented)
|
|
441
|
+
tabpanelsChanged(): void;
|
|
442
|
+
// @internal (undocumented)
|
|
443
|
+
tabs: HTMLElement[];
|
|
444
|
+
// @internal (undocumented)
|
|
445
|
+
tabsChanged(): void;
|
|
446
|
+
}
|
|
447
|
+
|
|
391
448
|
// @public (undocumented)
|
|
392
449
|
export const borderRadiusCircular = "--borderRadiusCircular";
|
|
393
450
|
|
|
@@ -406,19 +463,53 @@ export const borderRadiusSmall = "--borderRadiusSmall";
|
|
|
406
463
|
// @public (undocumented)
|
|
407
464
|
export const borderRadiusXLarge = "--borderRadiusXLarge";
|
|
408
465
|
|
|
466
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedButton" needs to be exported by the entry point index.d.ts
|
|
467
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "Button" because one of its declarations is marked as @internal
|
|
468
|
+
//
|
|
409
469
|
// @public
|
|
410
|
-
export class Button extends
|
|
470
|
+
export class Button extends FormAssociatedButton {
|
|
411
471
|
appearance?: ButtonAppearance | undefined;
|
|
412
|
-
|
|
472
|
+
autofocus: boolean;
|
|
473
|
+
// @internal (undocumented)
|
|
413
474
|
connectedCallback(): void;
|
|
475
|
+
// (undocumented)
|
|
476
|
+
control: HTMLButtonElement;
|
|
477
|
+
defaultSlottedContent: HTMLElement[];
|
|
414
478
|
disabledFocusable?: boolean;
|
|
415
479
|
// (undocumented)
|
|
416
480
|
protected disabledFocusableChanged(prev: boolean, next: boolean): void;
|
|
417
481
|
// (undocumented)
|
|
418
482
|
disconnectedCallback(): void;
|
|
483
|
+
formaction: string;
|
|
484
|
+
// (undocumented)
|
|
485
|
+
protected formactionChanged(): void;
|
|
486
|
+
formenctype: string;
|
|
487
|
+
// (undocumented)
|
|
488
|
+
protected formenctypeChanged(): void;
|
|
489
|
+
formId: string;
|
|
490
|
+
formmethod: string;
|
|
491
|
+
// (undocumented)
|
|
492
|
+
protected formmethodChanged(): void;
|
|
493
|
+
formnovalidate: boolean;
|
|
494
|
+
// (undocumented)
|
|
495
|
+
protected formnovalidateChanged(): void;
|
|
496
|
+
formtarget: '_self' | '_blank' | '_parent' | '_top';
|
|
497
|
+
// (undocumented)
|
|
498
|
+
protected formtargetChanged(): void;
|
|
419
499
|
iconOnly: boolean;
|
|
420
500
|
shape?: ButtonShape | undefined;
|
|
421
501
|
size?: ButtonSize;
|
|
502
|
+
type: ButtonType;
|
|
503
|
+
// (undocumented)
|
|
504
|
+
protected typeChanged(previous: ButtonType | undefined, next: ButtonType): void;
|
|
505
|
+
// Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@fluentui/web-components" does not have an export "FormAssociated"
|
|
506
|
+
//
|
|
507
|
+
// (undocumented)
|
|
508
|
+
validate(): void;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
// @internal
|
|
512
|
+
export interface Button extends StartEnd, DelegatesARIAButton {
|
|
422
513
|
}
|
|
423
514
|
|
|
424
515
|
// @public
|
|
@@ -433,9 +524,11 @@ export const ButtonAppearance: {
|
|
|
433
524
|
// @public
|
|
434
525
|
export type ButtonAppearance = ValuesOf<typeof ButtonAppearance>;
|
|
435
526
|
|
|
436
|
-
// @public
|
|
527
|
+
// @public (undocumented)
|
|
437
528
|
export const ButtonDefinition: FASTElementDefinition<typeof Button>;
|
|
438
529
|
|
|
530
|
+
// @public
|
|
531
|
+
type ButtonOptions = StartEndOptions<Button>;
|
|
439
532
|
export { ButtonOptions }
|
|
440
533
|
export { ButtonOptions as CompoundButtonOptions }
|
|
441
534
|
export { ButtonOptions as MenuButtonOptions }
|
|
@@ -461,11 +554,33 @@ export const ButtonSize: {
|
|
|
461
554
|
// @public
|
|
462
555
|
export type ButtonSize = ValuesOf<typeof ButtonSize>;
|
|
463
556
|
|
|
464
|
-
// @public
|
|
557
|
+
// @public (undocumented)
|
|
465
558
|
export const ButtonTemplate: ElementViewTemplate<Button>;
|
|
466
559
|
|
|
467
560
|
// @public
|
|
468
|
-
export
|
|
561
|
+
export const ButtonType: {
|
|
562
|
+
readonly submit: "submit";
|
|
563
|
+
readonly reset: "reset";
|
|
564
|
+
readonly button: "button";
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
// @public
|
|
568
|
+
export type ButtonType = ValuesOf<typeof ButtonType>;
|
|
569
|
+
|
|
570
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedCheckbox" needs to be exported by the entry point index.d.ts
|
|
571
|
+
//
|
|
572
|
+
// @public
|
|
573
|
+
export class Checkbox extends FormAssociatedCheckbox {
|
|
574
|
+
constructor();
|
|
575
|
+
// @internal (undocumented)
|
|
576
|
+
clickHandler: (e: MouseEvent) => void;
|
|
577
|
+
// @internal (undocumented)
|
|
578
|
+
defaultSlottedNodes: Node[];
|
|
579
|
+
indeterminate: boolean;
|
|
580
|
+
// @internal
|
|
581
|
+
initialValue: string;
|
|
582
|
+
// @internal (undocumented)
|
|
583
|
+
keypressHandler: (e: KeyboardEvent) => void;
|
|
469
584
|
labelPosition?: CheckboxLabelPosition;
|
|
470
585
|
shape?: CheckboxShape;
|
|
471
586
|
size?: CheckboxSize;
|
|
@@ -483,6 +598,12 @@ export const CheckboxLabelPosition: {
|
|
|
483
598
|
// @public (undocumented)
|
|
484
599
|
export type CheckboxLabelPosition = ValuesOf<typeof CheckboxLabelPosition>;
|
|
485
600
|
|
|
601
|
+
// @public
|
|
602
|
+
export type CheckboxOptions = {
|
|
603
|
+
checkedIndicator?: StaticallyComposableHTML<Checkbox>;
|
|
604
|
+
indeterminateIndicator?: StaticallyComposableHTML<Checkbox>;
|
|
605
|
+
};
|
|
606
|
+
|
|
486
607
|
// @public
|
|
487
608
|
export const CheckboxShape: {
|
|
488
609
|
readonly circular: "circular";
|
|
@@ -1414,7 +1535,7 @@ export const CompoundButtonAppearance: {
|
|
|
1414
1535
|
// @public
|
|
1415
1536
|
export type CompoundButtonAppearance = ValuesOf<typeof CompoundButtonAppearance>;
|
|
1416
1537
|
|
|
1417
|
-
// @public
|
|
1538
|
+
// @public (undocumented)
|
|
1418
1539
|
export const CompoundButtonDefinition: FASTElementDefinition<typeof CompoundButton>;
|
|
1419
1540
|
|
|
1420
1541
|
// @public
|
|
@@ -1491,7 +1612,7 @@ export const CounterBadgeColor: {
|
|
|
1491
1612
|
// @public
|
|
1492
1613
|
export type CounterBadgeColor = ValuesOf<typeof CounterBadgeColor>;
|
|
1493
1614
|
|
|
1494
|
-
// @public
|
|
1615
|
+
// @public (undocumented)
|
|
1495
1616
|
export const CounterBadgeDefinition: FASTElementDefinition<typeof CounterBadge>;
|
|
1496
1617
|
|
|
1497
1618
|
// Warning: (ae-incompatible-release-tags) The symbol "CounterBadgeOptions" is marked as @public, but its signature references "BadgeOptions" which is marked as @internal
|
|
@@ -1554,6 +1675,39 @@ export const curveEasyEaseMax = "--curveEasyEaseMax";
|
|
|
1554
1675
|
// @public (undocumented)
|
|
1555
1676
|
export const curveLinear = "--curveLinear";
|
|
1556
1677
|
|
|
1678
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "DelegatesARIAButton" because one of its declarations is marked as @internal
|
|
1679
|
+
//
|
|
1680
|
+
// @public
|
|
1681
|
+
export class DelegatesARIAButton {
|
|
1682
|
+
ariaExpanded: 'true' | 'false' | string | null;
|
|
1683
|
+
ariaPressed: 'true' | 'false' | 'mixed' | string | null;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
// Warning: (ae-forgotten-export) The symbol "ARIAGlobalStatesAndProperties" needs to be exported by the entry point index.d.ts
|
|
1687
|
+
//
|
|
1688
|
+
// @internal
|
|
1689
|
+
export interface DelegatesARIAButton extends ARIAGlobalStatesAndProperties {
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "DelegatesARIALink" because one of its declarations is marked as @internal
|
|
1693
|
+
//
|
|
1694
|
+
// @public
|
|
1695
|
+
export class DelegatesARIALink {
|
|
1696
|
+
ariaExpanded: 'true' | 'false' | string | null;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
// @internal
|
|
1700
|
+
export interface DelegatesARIALink extends ARIAGlobalStatesAndProperties {
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
// @public
|
|
1704
|
+
export class DelegatesARIATextbox {
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
// @public (undocumented)
|
|
1708
|
+
export interface DelegatesARIATextbox extends ARIAGlobalStatesAndProperties {
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1557
1711
|
// @public
|
|
1558
1712
|
export class Dialog extends FASTElement {
|
|
1559
1713
|
ariaDescribedby?: string;
|
|
@@ -1588,10 +1742,12 @@ export const DialogStyles: ElementStyles;
|
|
|
1588
1742
|
export const DialogTemplate: ElementViewTemplate<Dialog>;
|
|
1589
1743
|
|
|
1590
1744
|
// @public
|
|
1591
|
-
export class Divider extends
|
|
1745
|
+
export class Divider extends FASTElement {
|
|
1592
1746
|
alignContent?: DividerAlignContent;
|
|
1593
1747
|
appearance?: DividerAppearance;
|
|
1594
1748
|
inset?: boolean;
|
|
1749
|
+
orientation: DividerOrientation;
|
|
1750
|
+
role: DividerRole;
|
|
1595
1751
|
}
|
|
1596
1752
|
|
|
1597
1753
|
// @public
|
|
@@ -1618,9 +1774,26 @@ export type DividerAppearance = ValuesOf<typeof DividerAppearance>;
|
|
|
1618
1774
|
// @public
|
|
1619
1775
|
export const DividerDefinition: FASTElementDefinition<typeof Divider>;
|
|
1620
1776
|
|
|
1621
|
-
|
|
1777
|
+
// @public
|
|
1778
|
+
export const DividerOrientation: {
|
|
1779
|
+
readonly horizontal: "horizontal"; /**
|
|
1780
|
+
* Divider roles
|
|
1781
|
+
* @public
|
|
1782
|
+
*/
|
|
1783
|
+
readonly vertical: "vertical";
|
|
1784
|
+
};
|
|
1785
|
+
|
|
1786
|
+
// @public
|
|
1787
|
+
export type DividerOrientation = ValuesOf<typeof DividerOrientation>;
|
|
1788
|
+
|
|
1789
|
+
// @public
|
|
1790
|
+
export const DividerRole: {
|
|
1791
|
+
readonly separator: "separator";
|
|
1792
|
+
readonly presentation: "presentation";
|
|
1793
|
+
};
|
|
1622
1794
|
|
|
1623
|
-
|
|
1795
|
+
// @public
|
|
1796
|
+
export type DividerRole = ValuesOf<typeof DividerRole>;
|
|
1624
1797
|
|
|
1625
1798
|
// @public
|
|
1626
1799
|
export const DividerStyles: ElementStyles;
|
|
@@ -1844,7 +2017,7 @@ export const MenuButtonAppearance: {
|
|
|
1844
2017
|
// @public
|
|
1845
2018
|
export type MenuButtonAppearance = ValuesOf<typeof MenuButtonAppearance>;
|
|
1846
2019
|
|
|
1847
|
-
// @public
|
|
2020
|
+
// @public (undocumented)
|
|
1848
2021
|
export const MenuButtonDefinition: FASTElementDefinition<typeof MenuButton>;
|
|
1849
2022
|
|
|
1850
2023
|
// @public
|
|
@@ -1873,17 +2046,71 @@ export const MenuButtonTemplate: ElementViewTemplate<MenuButton>;
|
|
|
1873
2046
|
// @public
|
|
1874
2047
|
export const MenuDefinition: FASTElementDefinition<typeof Menu>;
|
|
1875
2048
|
|
|
2049
|
+
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "MenuItem" because one of its declarations is marked as @internal
|
|
2050
|
+
//
|
|
1876
2051
|
// @public
|
|
1877
|
-
export class MenuItem extends
|
|
2052
|
+
export class MenuItem extends FASTElement {
|
|
2053
|
+
checked: boolean;
|
|
2054
|
+
// (undocumented)
|
|
2055
|
+
protected checkedChanged(oldValue: boolean, newValue: boolean): void;
|
|
2056
|
+
cleanup: () => void;
|
|
2057
|
+
disabled: boolean;
|
|
2058
|
+
// @internal (undocumented)
|
|
2059
|
+
disconnectedCallback(): void;
|
|
2060
|
+
expanded: boolean;
|
|
2061
|
+
// (undocumented)
|
|
2062
|
+
protected expandedChanged(prev: boolean | undefined, next: boolean): void;
|
|
2063
|
+
// @internal (undocumented)
|
|
2064
|
+
handleMenuItemClick: (e: MouseEvent) => boolean;
|
|
2065
|
+
// @internal (undocumented)
|
|
2066
|
+
handleMenuItemKeyDown: (e: KeyboardEvent) => boolean;
|
|
2067
|
+
// @internal (undocumented)
|
|
2068
|
+
handleMouseOut: (e: MouseEvent) => boolean;
|
|
2069
|
+
// @internal (undocumented)
|
|
2070
|
+
handleMouseOver: (e: MouseEvent) => boolean;
|
|
2071
|
+
// @internal (undocumented)
|
|
2072
|
+
get hasSubmenu(): boolean;
|
|
2073
|
+
hidden: boolean;
|
|
2074
|
+
role: MenuItemRole;
|
|
2075
|
+
// @internal
|
|
2076
|
+
slottedSubmenu: HTMLElement[];
|
|
2077
|
+
// @internal
|
|
2078
|
+
protected slottedSubmenuChanged(prev: HTMLElement[] | undefined, next: HTMLElement[]): void;
|
|
2079
|
+
// @internal (undocumented)
|
|
2080
|
+
submenu: HTMLElement | undefined;
|
|
2081
|
+
// @internal
|
|
2082
|
+
submenuContainer: HTMLDivElement;
|
|
2083
|
+
// @internal (undocumented)
|
|
2084
|
+
submenuLoaded: () => void;
|
|
2085
|
+
updateSubmenu(): void;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
// @internal
|
|
2089
|
+
export interface MenuItem extends StartEnd {
|
|
1878
2090
|
}
|
|
1879
2091
|
|
|
1880
2092
|
// @public (undocumented)
|
|
1881
2093
|
export type MenuItemColumnCount = 0 | 1 | 2;
|
|
1882
2094
|
|
|
1883
|
-
// @public
|
|
2095
|
+
// @public (undocumented)
|
|
1884
2096
|
export const MenuItemDefinition: FASTElementDefinition<typeof MenuItem>;
|
|
1885
2097
|
|
|
1886
|
-
|
|
2098
|
+
// @public
|
|
2099
|
+
export type MenuItemOptions = StartEndOptions<MenuItem> & {
|
|
2100
|
+
checkboxIndicator?: StaticallyComposableHTML<MenuItem>;
|
|
2101
|
+
expandCollapseGlyph?: StaticallyComposableHTML<MenuItem>;
|
|
2102
|
+
radioIndicator?: StaticallyComposableHTML<MenuItem>;
|
|
2103
|
+
};
|
|
2104
|
+
|
|
2105
|
+
// @public
|
|
2106
|
+
export const MenuItemRole: {
|
|
2107
|
+
readonly menuitem: "menuitem";
|
|
2108
|
+
readonly menuitemcheckbox: "menuitemcheckbox";
|
|
2109
|
+
readonly menuitemradio: "menuitemradio";
|
|
2110
|
+
};
|
|
2111
|
+
|
|
2112
|
+
// @public
|
|
2113
|
+
export type MenuItemRole = ValuesOf<typeof MenuItemRole>;
|
|
1887
2114
|
|
|
1888
2115
|
// @public
|
|
1889
2116
|
export const MenuItemStyles: ElementStyles;
|
|
@@ -1892,12 +2119,33 @@ export const MenuItemStyles: ElementStyles;
|
|
|
1892
2119
|
export const MenuItemTemplate: ElementViewTemplate<MenuItem>;
|
|
1893
2120
|
|
|
1894
2121
|
// @public
|
|
1895
|
-
export class MenuList extends
|
|
2122
|
+
export class MenuList extends FASTElement {
|
|
2123
|
+
collapseExpandedItem(): void;
|
|
2124
|
+
// @internal (undocumented)
|
|
2125
|
+
connectedCallback(): void;
|
|
2126
|
+
// @internal (undocumented)
|
|
2127
|
+
disconnectedCallback(): void;
|
|
2128
|
+
focus(): void;
|
|
2129
|
+
// (undocumented)
|
|
2130
|
+
handleChange(source: any, propertyName: string): void;
|
|
2131
|
+
// @internal
|
|
2132
|
+
handleFocusOut: (e: FocusEvent) => void;
|
|
2133
|
+
// @internal (undocumented)
|
|
2134
|
+
handleMenuKeyDown(e: KeyboardEvent): void | boolean;
|
|
2135
|
+
protected isMenuItemElement: (el: Element) => el is HTMLElement;
|
|
2136
|
+
// @internal (undocumented)
|
|
2137
|
+
readonly isNestedMenu: () => boolean;
|
|
2138
|
+
// @internal (undocumented)
|
|
2139
|
+
items: HTMLElement[];
|
|
2140
|
+
// (undocumented)
|
|
2141
|
+
protected itemsChanged(oldValue: HTMLElement[], newValue: HTMLElement[]): void;
|
|
2142
|
+
// (undocumented)
|
|
2143
|
+
protected menuItems: Element[] | undefined;
|
|
1896
2144
|
// (undocumented)
|
|
1897
2145
|
protected setItems(): void;
|
|
1898
2146
|
}
|
|
1899
2147
|
|
|
1900
|
-
// @public
|
|
2148
|
+
// @public (undocumented)
|
|
1901
2149
|
export const MenuListDefinition: FASTElementDefinition<typeof MenuList>;
|
|
1902
2150
|
|
|
1903
2151
|
// @public
|
|
@@ -1912,8 +2160,10 @@ export const MenuStyles: ElementStyles;
|
|
|
1912
2160
|
// @public (undocumented)
|
|
1913
2161
|
export const MenuTemplate: ElementViewTemplate<Menu>;
|
|
1914
2162
|
|
|
2163
|
+
// Warning: (ae-forgotten-export) The symbol "BaseProgress" needs to be exported by the entry point index.d.ts
|
|
2164
|
+
//
|
|
1915
2165
|
// @public
|
|
1916
|
-
class ProgressBar_2 extends
|
|
2166
|
+
class ProgressBar_2 extends BaseProgress {
|
|
1917
2167
|
shape?: ProgressBarShape;
|
|
1918
2168
|
thickness?: ProgressBarThickness;
|
|
1919
2169
|
validationState: ProgressBarValidationState | null;
|
|
@@ -1958,34 +2208,95 @@ export const ProgressBarValidationState: {
|
|
|
1958
2208
|
export type ProgressBarValidationState = ValuesOf<typeof ProgressBarValidationState>;
|
|
1959
2209
|
|
|
1960
2210
|
// @public
|
|
1961
|
-
export
|
|
2211
|
+
export type ProgressOptions = {
|
|
2212
|
+
indeterminateIndicator1?: StaticallyComposableHTML<ProgressBar_2>;
|
|
2213
|
+
indeterminateIndicator2?: StaticallyComposableHTML<ProgressBar_2>;
|
|
2214
|
+
};
|
|
2215
|
+
|
|
2216
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedRadio" needs to be exported by the entry point index.d.ts
|
|
2217
|
+
//
|
|
2218
|
+
// @public
|
|
2219
|
+
export class Radio extends FormAssociatedRadio implements RadioControl {
|
|
2220
|
+
constructor();
|
|
2221
|
+
// @internal (undocumented)
|
|
2222
|
+
connectedCallback(): void;
|
|
2223
|
+
// @internal (undocumented)
|
|
2224
|
+
defaultCheckedChanged(): void;
|
|
2225
|
+
// @internal (undocumented)
|
|
2226
|
+
defaultSlottedNodes: Node[];
|
|
2227
|
+
// @internal
|
|
2228
|
+
initialValue: string;
|
|
2229
|
+
// @beta
|
|
2230
|
+
keypressHandler(e: KeyboardEvent): boolean | void;
|
|
2231
|
+
name: string;
|
|
1962
2232
|
}
|
|
1963
2233
|
|
|
2234
|
+
// @public (undocumented)
|
|
2235
|
+
export type RadioControl = Pick<HTMLInputElement, 'checked' | 'disabled' | 'focus' | 'setAttribute' | 'getAttribute'>;
|
|
2236
|
+
|
|
1964
2237
|
// @public
|
|
1965
2238
|
export const RadioDefinition: FASTElementDefinition<typeof Radio>;
|
|
1966
2239
|
|
|
1967
2240
|
// @public
|
|
1968
|
-
export class RadioGroup extends
|
|
2241
|
+
export class RadioGroup extends FASTElement {
|
|
2242
|
+
// (undocumented)
|
|
2243
|
+
childItems: HTMLElement[];
|
|
2244
|
+
// @internal (undocumented)
|
|
2245
|
+
clickHandler: (e: MouseEvent) => void | boolean;
|
|
2246
|
+
// @internal (undocumented)
|
|
2247
|
+
connectedCallback(): void;
|
|
2248
|
+
disabled: boolean;
|
|
2249
|
+
// (undocumented)
|
|
2250
|
+
disconnectedCallback(): void;
|
|
2251
|
+
// @internal (undocumented)
|
|
2252
|
+
focusOutHandler: (e: FocusEvent) => boolean | void;
|
|
2253
|
+
// @internal (undocumented)
|
|
2254
|
+
handleDisabledClick: (e: MouseEvent) => void | boolean;
|
|
2255
|
+
// @internal
|
|
2256
|
+
keydownHandler: (e: KeyboardEvent) => boolean | void;
|
|
2257
|
+
name: string;
|
|
2258
|
+
// (undocumented)
|
|
2259
|
+
protected nameChanged(): void;
|
|
2260
|
+
// Warning: (ae-forgotten-export) The symbol "RadioGroupOrientation" needs to be exported by the entry point index.d.ts
|
|
2261
|
+
orientation: RadioGroupOrientation;
|
|
2262
|
+
readOnly: boolean;
|
|
2263
|
+
// @internal (undocumented)
|
|
2264
|
+
slottedRadioButtons: HTMLElement[];
|
|
2265
|
+
// (undocumented)
|
|
2266
|
+
protected slottedRadioButtonsChanged(oldValue: unknown, newValue: HTMLElement[]): void;
|
|
1969
2267
|
stacked: boolean;
|
|
2268
|
+
value: string;
|
|
2269
|
+
// (undocumented)
|
|
2270
|
+
protected valueChanged(): void;
|
|
1970
2271
|
}
|
|
1971
2272
|
|
|
1972
2273
|
// @public
|
|
1973
2274
|
export const RadioGroupDefinition: FASTElementDefinition<typeof RadioGroup>;
|
|
1974
2275
|
|
|
1975
|
-
export { RadioGroupOrientation }
|
|
1976
|
-
|
|
1977
2276
|
// @public
|
|
1978
2277
|
export const RadioGroupStyles: ElementStyles;
|
|
1979
2278
|
|
|
1980
2279
|
// @public (undocumented)
|
|
1981
2280
|
export const RadioGroupTemplate: ElementViewTemplate<RadioGroup>;
|
|
1982
2281
|
|
|
2282
|
+
// @public
|
|
2283
|
+
export type RadioOptions = {
|
|
2284
|
+
checkedIndicator?: StaticallyComposableHTML<Radio>;
|
|
2285
|
+
};
|
|
2286
|
+
|
|
1983
2287
|
// @public
|
|
1984
2288
|
export const RadioStyles: ElementStyles;
|
|
1985
2289
|
|
|
1986
2290
|
// @public (undocumented)
|
|
1987
2291
|
export const RadioTemplate: ElementViewTemplate<Radio>;
|
|
1988
2292
|
|
|
2293
|
+
// Warning: (ae-internal-missing-underscore) The name "roleForMenuItem" should be prefixed with an underscore because the declaration is marked as @internal
|
|
2294
|
+
//
|
|
2295
|
+
// @internal (undocumented)
|
|
2296
|
+
export const roleForMenuItem: {
|
|
2297
|
+
[value in keyof typeof MenuItemRole]: typeof MenuItemRole[value];
|
|
2298
|
+
};
|
|
2299
|
+
|
|
1989
2300
|
// @public
|
|
1990
2301
|
export const setTheme: (theme: Theme) => void;
|
|
1991
2302
|
|
|
@@ -2028,21 +2339,111 @@ export const shadow8 = "--shadow8";
|
|
|
2028
2339
|
// @public (undocumented)
|
|
2029
2340
|
export const shadow8Brand = "--shadow8Brand";
|
|
2030
2341
|
|
|
2342
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedSlider" needs to be exported by the entry point index.d.ts
|
|
2343
|
+
//
|
|
2031
2344
|
// @public
|
|
2032
|
-
export class Slider extends
|
|
2033
|
-
//
|
|
2345
|
+
export class Slider extends FormAssociatedSlider implements SliderConfiguration {
|
|
2346
|
+
// @internal
|
|
2347
|
+
calculateNewValue(rawValue: number): number;
|
|
2348
|
+
// @internal (undocumented)
|
|
2034
2349
|
connectedCallback(): void;
|
|
2035
|
-
|
|
2350
|
+
decrement(): void;
|
|
2351
|
+
// @internal (undocumented)
|
|
2352
|
+
direction: Direction;
|
|
2353
|
+
// @internal (undocumented)
|
|
2036
2354
|
disconnectedCallback(): void;
|
|
2037
2355
|
// (undocumented)
|
|
2038
2356
|
handleChange(source: any, propertyName: string): void;
|
|
2357
|
+
// (undocumented)
|
|
2358
|
+
handleMouseDown: (e: MouseEvent | null) => void;
|
|
2359
|
+
handleThumbMouseDown: (event: MouseEvent | null) => void;
|
|
2360
|
+
increment(): void;
|
|
2361
|
+
// @internal (undocumented)
|
|
2362
|
+
initialValue: string;
|
|
2363
|
+
// @internal (undocumented)
|
|
2364
|
+
isDragging: boolean;
|
|
2365
|
+
// (undocumented)
|
|
2366
|
+
keypressHandler: (e: KeyboardEvent) => void;
|
|
2367
|
+
max: number;
|
|
2368
|
+
// (undocumented)
|
|
2369
|
+
protected maxChanged(): void;
|
|
2370
|
+
min: number;
|
|
2371
|
+
// (undocumented)
|
|
2372
|
+
protected minChanged(): void;
|
|
2373
|
+
mode: SliderMode;
|
|
2374
|
+
orientation: Orientation;
|
|
2375
|
+
// (undocumented)
|
|
2376
|
+
protected orientationChanged(): void;
|
|
2377
|
+
// @internal (undocumented)
|
|
2378
|
+
position: string;
|
|
2379
|
+
readOnly: boolean;
|
|
2380
|
+
// (undocumented)
|
|
2381
|
+
protected readOnlyChanged(): void;
|
|
2039
2382
|
size?: SliderSize;
|
|
2383
|
+
step: number | undefined;
|
|
2384
|
+
// (undocumented)
|
|
2385
|
+
protected stepChanged(): void;
|
|
2386
|
+
// @internal (undocumented)
|
|
2387
|
+
stepMultiplier: number;
|
|
2388
|
+
// @internal (undocumented)
|
|
2389
|
+
thumb: HTMLDivElement;
|
|
2390
|
+
// @internal (undocumented)
|
|
2391
|
+
track: HTMLDivElement;
|
|
2392
|
+
// @internal (undocumented)
|
|
2393
|
+
trackHeight: number;
|
|
2394
|
+
// @internal (undocumented)
|
|
2395
|
+
trackLeft: number;
|
|
2396
|
+
// @internal (undocumented)
|
|
2397
|
+
trackMinHeight: number;
|
|
2398
|
+
// @internal (undocumented)
|
|
2399
|
+
trackMinWidth: number;
|
|
2400
|
+
// @internal (undocumented)
|
|
2401
|
+
trackWidth: number;
|
|
2402
|
+
get valueAsNumber(): number;
|
|
2403
|
+
set valueAsNumber(next: number);
|
|
2404
|
+
// @internal (undocumented)
|
|
2405
|
+
valueChanged(previous: string, next: string): void;
|
|
2406
|
+
valueTextFormatter: (value: string) => string | null;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
// @public (undocumented)
|
|
2410
|
+
export interface SliderConfiguration {
|
|
2411
|
+
// (undocumented)
|
|
2412
|
+
direction?: Direction;
|
|
2413
|
+
// (undocumented)
|
|
2414
|
+
disabled?: boolean;
|
|
2415
|
+
// (undocumented)
|
|
2416
|
+
max: number;
|
|
2417
|
+
// (undocumented)
|
|
2418
|
+
min: number;
|
|
2419
|
+
// (undocumented)
|
|
2420
|
+
orientation?: SliderOrientation;
|
|
2040
2421
|
}
|
|
2041
2422
|
|
|
2042
2423
|
// @public
|
|
2043
2424
|
export const SliderDefinition: FASTElementDefinition<typeof Slider>;
|
|
2044
2425
|
|
|
2045
|
-
|
|
2426
|
+
// @public (undocumented)
|
|
2427
|
+
export const SliderMode: {
|
|
2428
|
+
readonly singleValue: "single-value";
|
|
2429
|
+
};
|
|
2430
|
+
|
|
2431
|
+
// @public
|
|
2432
|
+
export type SliderMode = ValuesOf<typeof SliderMode>;
|
|
2433
|
+
|
|
2434
|
+
// @public
|
|
2435
|
+
export type SliderOptions = {
|
|
2436
|
+
thumb?: StaticallyComposableHTML<Slider>;
|
|
2437
|
+
};
|
|
2438
|
+
|
|
2439
|
+
// @public (undocumented)
|
|
2440
|
+
export const SliderOrientation: {
|
|
2441
|
+
readonly horizontal: "horizontal";
|
|
2442
|
+
readonly vertical: "vertical";
|
|
2443
|
+
};
|
|
2444
|
+
|
|
2445
|
+
// @public
|
|
2446
|
+
export type SliderOrientation = ValuesOf<typeof SliderOrientation>;
|
|
2046
2447
|
|
|
2047
2448
|
// @public
|
|
2048
2449
|
export const SliderSize: {
|
|
@@ -2057,7 +2458,7 @@ export type SliderSize = ValuesOf<typeof SliderSize>;
|
|
|
2057
2458
|
export const SliderStyles: ElementStyles;
|
|
2058
2459
|
|
|
2059
2460
|
// @public (undocumented)
|
|
2060
|
-
export const SliderTemplate: ElementViewTemplate<
|
|
2461
|
+
export const SliderTemplate: ElementViewTemplate<Slider>;
|
|
2061
2462
|
|
|
2062
2463
|
// @public (undocumented)
|
|
2063
2464
|
export const spacingHorizontalL = "--spacingHorizontalL";
|
|
@@ -2125,8 +2526,10 @@ export const spacingVerticalXXS = "--spacingVerticalXXS";
|
|
|
2125
2526
|
// @public (undocumented)
|
|
2126
2527
|
export const spacingVerticalXXXL = "--spacingVerticalXXXL";
|
|
2127
2528
|
|
|
2529
|
+
// Warning: (ae-forgotten-export) The symbol "ProgressRing" needs to be exported by the entry point index.d.ts
|
|
2530
|
+
//
|
|
2128
2531
|
// @public
|
|
2129
|
-
export class Spinner extends
|
|
2532
|
+
export class Spinner extends ProgressRing {
|
|
2130
2533
|
appearance?: SpinnerAppearance;
|
|
2131
2534
|
size?: SpinnerSize;
|
|
2132
2535
|
}
|
|
@@ -2140,7 +2543,7 @@ export const SpinnerAppearance: {
|
|
|
2140
2543
|
// @public
|
|
2141
2544
|
export type SpinnerAppearance = ValuesOf<typeof SpinnerAppearance>;
|
|
2142
2545
|
|
|
2143
|
-
// @public
|
|
2546
|
+
// @public (undocumented)
|
|
2144
2547
|
export const SpinnerDefinition: FASTElementDefinition<typeof Spinner>;
|
|
2145
2548
|
|
|
2146
2549
|
// @public
|
|
@@ -2180,9 +2583,23 @@ const styles: ElementStyles;
|
|
|
2180
2583
|
export { styles as ButtonStyles }
|
|
2181
2584
|
export { styles as MenuButtonStyles }
|
|
2182
2585
|
|
|
2586
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedSwitch" needs to be exported by the entry point index.d.ts
|
|
2587
|
+
//
|
|
2183
2588
|
// @public (undocumented)
|
|
2184
|
-
export class Switch extends
|
|
2589
|
+
export class Switch extends FormAssociatedSwitch {
|
|
2590
|
+
constructor();
|
|
2591
|
+
// @internal (undocumented)
|
|
2592
|
+
clickHandler: (e: MouseEvent) => void;
|
|
2593
|
+
// @internal (undocumented)
|
|
2594
|
+
defaultSlottedNodes: Node[];
|
|
2595
|
+
// @internal
|
|
2596
|
+
initialValue: string;
|
|
2597
|
+
// @internal (undocumented)
|
|
2598
|
+
keypressHandler: (e: KeyboardEvent) => void;
|
|
2185
2599
|
labelPosition: SwitchLabelPosition | undefined;
|
|
2600
|
+
readOnly: boolean;
|
|
2601
|
+
// (undocumented)
|
|
2602
|
+
protected readOnlyChanged(): void;
|
|
2186
2603
|
}
|
|
2187
2604
|
|
|
2188
2605
|
// @public
|
|
@@ -2198,6 +2615,11 @@ export const SwitchLabelPosition: {
|
|
|
2198
2615
|
// @public
|
|
2199
2616
|
export type SwitchLabelPosition = ValuesOf<typeof SwitchLabelPosition>;
|
|
2200
2617
|
|
|
2618
|
+
// @public (undocumented)
|
|
2619
|
+
export type SwitchOptions = {
|
|
2620
|
+
switch?: StaticallyComposableHTML<Switch>;
|
|
2621
|
+
};
|
|
2622
|
+
|
|
2201
2623
|
// @public (undocumented)
|
|
2202
2624
|
export const SwitchStyles: ElementStyles;
|
|
2203
2625
|
|
|
@@ -2205,16 +2627,24 @@ export const SwitchStyles: ElementStyles;
|
|
|
2205
2627
|
export const SwitchTemplate: ElementViewTemplate<Switch>;
|
|
2206
2628
|
|
|
2207
2629
|
// @public
|
|
2208
|
-
export class Tab extends
|
|
2630
|
+
export class Tab extends FASTElement {
|
|
2209
2631
|
// (undocumented)
|
|
2210
2632
|
connectedCallback(): void;
|
|
2633
|
+
disabled: boolean;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
// @public (undocumented)
|
|
2637
|
+
export interface Tab extends StartEnd {
|
|
2211
2638
|
}
|
|
2212
2639
|
|
|
2213
2640
|
// @public (undocumented)
|
|
2214
2641
|
export const TabDefinition: FASTElementDefinition<typeof Tab>;
|
|
2215
2642
|
|
|
2643
|
+
// @public
|
|
2644
|
+
export type TabOptions = StartEndOptions<Tab>;
|
|
2645
|
+
|
|
2216
2646
|
// @public (undocumented)
|
|
2217
|
-
export class TabPanel extends
|
|
2647
|
+
export class TabPanel extends FASTElement {
|
|
2218
2648
|
}
|
|
2219
2649
|
|
|
2220
2650
|
// @public (undocumented)
|
|
@@ -2224,10 +2654,10 @@ export const TabPanelDefinition: FASTElementDefinition<typeof TabPanel>;
|
|
|
2224
2654
|
export const TabPanelStyles: ElementStyles;
|
|
2225
2655
|
|
|
2226
2656
|
// @public (undocumented)
|
|
2227
|
-
export const TabPanelTemplate: ElementViewTemplate<
|
|
2657
|
+
export const TabPanelTemplate: ElementViewTemplate<TabPanel, any>;
|
|
2228
2658
|
|
|
2229
|
-
// @public
|
|
2230
|
-
export class Tabs extends
|
|
2659
|
+
// @public (undocumented)
|
|
2660
|
+
export class Tabs extends BaseTabs {
|
|
2231
2661
|
// (undocumented)
|
|
2232
2662
|
activeidChanged(oldValue: string, newValue: string): void;
|
|
2233
2663
|
appearance?: TabsAppearance;
|
|
@@ -2237,6 +2667,10 @@ export class Tabs extends FASTTabs {
|
|
|
2237
2667
|
tabsChanged(): void;
|
|
2238
2668
|
}
|
|
2239
2669
|
|
|
2670
|
+
// @public (undocumented)
|
|
2671
|
+
export interface Tabs extends StartEnd {
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2240
2674
|
// @public (undocumented)
|
|
2241
2675
|
export const TabsAppearance: {
|
|
2242
2676
|
readonly subtle: "subtle";
|
|
@@ -2249,7 +2683,17 @@ export type TabsAppearance = ValuesOf<typeof TabsAppearance>;
|
|
|
2249
2683
|
// @public (undocumented)
|
|
2250
2684
|
export const TabsDefinition: FASTElementDefinition<typeof Tabs>;
|
|
2251
2685
|
|
|
2252
|
-
|
|
2686
|
+
// @public
|
|
2687
|
+
export type TabsOptions = StartEndOptions<Tabs>;
|
|
2688
|
+
|
|
2689
|
+
// @public
|
|
2690
|
+
export const TabsOrientation: {
|
|
2691
|
+
readonly horizontal: "horizontal";
|
|
2692
|
+
readonly vertical: "vertical";
|
|
2693
|
+
};
|
|
2694
|
+
|
|
2695
|
+
// @public
|
|
2696
|
+
export type TabsOrientation = ValuesOf<typeof TabsOrientation>;
|
|
2253
2697
|
|
|
2254
2698
|
// @public (undocumented)
|
|
2255
2699
|
export const TabsSize: {
|
|
@@ -2265,13 +2709,13 @@ export type TabsSize = ValuesOf<typeof TabsSize>;
|
|
|
2265
2709
|
export const TabsStyles: ElementStyles;
|
|
2266
2710
|
|
|
2267
2711
|
// @public (undocumented)
|
|
2268
|
-
export const TabsTemplate: ElementViewTemplate<
|
|
2712
|
+
export const TabsTemplate: ElementViewTemplate<Tabs, any>;
|
|
2269
2713
|
|
|
2270
2714
|
// @public (undocumented)
|
|
2271
2715
|
export const TabStyles: ElementStyles;
|
|
2272
2716
|
|
|
2273
2717
|
// @public (undocumented)
|
|
2274
|
-
export const TabTemplate: ElementViewTemplate<
|
|
2718
|
+
export const TabTemplate: ElementViewTemplate<Tab, any>;
|
|
2275
2719
|
|
|
2276
2720
|
// @public
|
|
2277
2721
|
class Text_2 extends FASTElement {
|
|
@@ -2302,6 +2746,21 @@ export type TextAlign = ValuesOf<typeof TextAlign>;
|
|
|
2302
2746
|
// @public
|
|
2303
2747
|
export const TextDefinition: FASTElementDefinition<typeof Text_2>;
|
|
2304
2748
|
|
|
2749
|
+
// @public (undocumented)
|
|
2750
|
+
export type TextFieldOptions = StartEndOptions<TextInput>;
|
|
2751
|
+
|
|
2752
|
+
// @public
|
|
2753
|
+
export const TextFieldType: {
|
|
2754
|
+
readonly email: "email";
|
|
2755
|
+
readonly password: "password";
|
|
2756
|
+
readonly tel: "tel";
|
|
2757
|
+
readonly text: "text";
|
|
2758
|
+
readonly url: "url";
|
|
2759
|
+
};
|
|
2760
|
+
|
|
2761
|
+
// @public
|
|
2762
|
+
export type TextFieldType = ValuesOf<typeof TextFieldType>;
|
|
2763
|
+
|
|
2305
2764
|
// @public
|
|
2306
2765
|
export const TextFont: {
|
|
2307
2766
|
readonly base: "base";
|
|
@@ -2312,10 +2771,59 @@ export const TextFont: {
|
|
|
2312
2771
|
// @public
|
|
2313
2772
|
export type TextFont = ValuesOf<typeof TextFont>;
|
|
2314
2773
|
|
|
2315
|
-
//
|
|
2316
|
-
|
|
2774
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedTextField" needs to be exported by the entry point index.d.ts
|
|
2775
|
+
//
|
|
2776
|
+
// @public (undocumented)
|
|
2777
|
+
export class TextInput extends FormAssociatedTextField {
|
|
2317
2778
|
appearance?: TextInputAppearance;
|
|
2779
|
+
autofocus: boolean;
|
|
2780
|
+
// (undocumented)
|
|
2781
|
+
protected autofocusChanged(): void;
|
|
2782
|
+
// @internal (undocumented)
|
|
2783
|
+
connectedCallback(): void;
|
|
2784
|
+
// @internal
|
|
2785
|
+
control: HTMLInputElement;
|
|
2318
2786
|
controlSize?: TextInputControlSize;
|
|
2787
|
+
// @internal (undocumented)
|
|
2788
|
+
defaultSlottedNodes: Node[];
|
|
2789
|
+
// @internal
|
|
2790
|
+
handleChange(): void;
|
|
2791
|
+
// @internal
|
|
2792
|
+
handleTextInput(): void;
|
|
2793
|
+
list: string;
|
|
2794
|
+
// (undocumented)
|
|
2795
|
+
protected listChanged(): void;
|
|
2796
|
+
maxlength: number;
|
|
2797
|
+
// (undocumented)
|
|
2798
|
+
protected maxlengthChanged(): void;
|
|
2799
|
+
minlength: number;
|
|
2800
|
+
// (undocumented)
|
|
2801
|
+
protected minlengthChanged(): void;
|
|
2802
|
+
pattern: string;
|
|
2803
|
+
// (undocumented)
|
|
2804
|
+
protected patternChanged(): void;
|
|
2805
|
+
placeholder: string;
|
|
2806
|
+
// (undocumented)
|
|
2807
|
+
protected placeholderChanged(): void;
|
|
2808
|
+
readOnly: boolean;
|
|
2809
|
+
// (undocumented)
|
|
2810
|
+
protected readOnlyChanged(): void;
|
|
2811
|
+
select(): void;
|
|
2812
|
+
size: number;
|
|
2813
|
+
// (undocumented)
|
|
2814
|
+
protected sizeChanged(): void;
|
|
2815
|
+
spellcheck: boolean;
|
|
2816
|
+
// (undocumented)
|
|
2817
|
+
protected spellcheckChanged(): void;
|
|
2818
|
+
type: TextFieldType;
|
|
2819
|
+
// Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@fluentui/web-components" does not have an export "FormAssociated"
|
|
2820
|
+
//
|
|
2821
|
+
// (undocumented)
|
|
2822
|
+
validate(): void;
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
// @public (undocumented)
|
|
2826
|
+
export interface TextInput extends StartEnd, DelegatesARIATextbox {
|
|
2319
2827
|
}
|
|
2320
2828
|
|
|
2321
2829
|
// @public
|
|
@@ -2350,8 +2858,6 @@ export const TextInputStyles: ElementStyles;
|
|
|
2350
2858
|
// @internal (undocumented)
|
|
2351
2859
|
export const TextInputTemplate: ElementViewTemplate<TextInput>;
|
|
2352
2860
|
|
|
2353
|
-
export { TextInputType }
|
|
2354
|
-
|
|
2355
2861
|
// @public
|
|
2356
2862
|
export const TextSize: {
|
|
2357
2863
|
readonly _100: "100";
|
|
@@ -2425,7 +2931,7 @@ export const ToggleButtonAppearance: {
|
|
|
2425
2931
|
// @public
|
|
2426
2932
|
export type ToggleButtonAppearance = ValuesOf<typeof ToggleButtonAppearance>;
|
|
2427
2933
|
|
|
2428
|
-
// @public
|
|
2934
|
+
// @public (undocumented)
|
|
2429
2935
|
export const ToggleButtonDefinition: FASTElementDefinition<typeof ToggleButton>;
|
|
2430
2936
|
|
|
2431
2937
|
// @public
|
|
@@ -2454,6 +2960,10 @@ export const ToggleButtonStyles: ElementStyles;
|
|
|
2454
2960
|
// @public
|
|
2455
2961
|
export const ToggleButtonTemplate: ElementViewTemplate<ToggleButton>;
|
|
2456
2962
|
|
|
2963
|
+
// Warnings were encountered during analysis:
|
|
2964
|
+
//
|
|
2965
|
+
// 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
|
|
2966
|
+
|
|
2457
2967
|
// (No @packageDocumentation comment for this package)
|
|
2458
2968
|
|
|
2459
2969
|
```
|