@fluentui/web-components 3.0.0-beta.6 → 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 +20 -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/theme/design-tokens.d.ts +384 -384
- package/dist/dts/theme/set-theme.d.ts +1 -2
- 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.styles.js +25 -25
- package/dist/esm/accordion-item/accordion-item.styles.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/avatar/avatar.styles.js +100 -100
- package/dist/esm/avatar/avatar.styles.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.styles.js +3 -3
- package/dist/esm/badge/badge.styles.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.styles.js +63 -63
- package/dist/esm/button/button.styles.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.styles.js +37 -37
- package/dist/esm/checkbox/checkbox.styles.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.styles.js +18 -18
- package/dist/esm/compound-button/compound-button.styles.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/counter-badge/counter-badge.styles.js +2 -2
- package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
- package/dist/esm/dialog/dialog.styles.js +21 -21
- package/dist/esm/dialog/dialog.styles.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.styles.js +13 -13
- package/dist/esm/divider/divider.styles.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/image/image.styles.js +4 -4
- package/dist/esm/image/image.styles.js.map +1 -1
- package/dist/esm/label/label.styles.js +14 -14
- package/dist/esm/label/label.styles.js.map +1 -1
- 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.styles.js +16 -16
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
- 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.styles.js +4 -4
- package/dist/esm/menu-list/menu-list.styles.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.styles.js +25 -25
- package/dist/esm/progress-bar/progress-bar.styles.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.styles.js +32 -32
- package/dist/esm/radio/radio.styles.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.styles.js +9 -9
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
- 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.styles.js +23 -22
- package/dist/esm/slider/slider.styles.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.styles.js +5 -5
- package/dist/esm/spinner/spinner.styles.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/styles/partials/badge.partials.js +75 -75
- package/dist/esm/styles/partials/badge.partials.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.styles.js +34 -34
- package/dist/esm/switch/switch.styles.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.styles.js +20 -20
- package/dist/esm/tab/tab.styles.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.styles.js +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.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.styles.js +49 -49
- package/dist/esm/tabs/tabs.styles.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/text.styles.js +27 -27
- package/dist/esm/text/text.styles.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.styles.js +67 -67
- package/dist/esm/text-input/text-input.styles.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/theme/design-tokens.js +385 -386
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/set-theme.js +2 -2
- package/dist/esm/theme/set-theme.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.styles.js +24 -24
- package/dist/esm/toggle-button/toggle-button.styles.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 +14729 -7818
- 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 +2575 -623
- package/dist/web-components.js +5281 -7534
- package/dist/web-components.min.js +191 -191
- package/docs/api-report.md +985 -476
- 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.c651bad5.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.c651bad5.iframe.bundle.js.LICENSE.txt → main.588112e6.iframe.bundle.js.LICENSE.txt} +0 -0
package/docs/api-report.md
CHANGED
|
@@ -4,66 +4,60 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type {
|
|
8
|
-
import
|
|
9
|
-
import { CSSDesignToken } from '@microsoft/fast-foundation/design-token.js';
|
|
10
|
-
import { DividerOrientation } from '@microsoft/fast-foundation/divider.js';
|
|
11
|
-
import { DividerRole } from '@microsoft/fast-foundation/divider.js';
|
|
7
|
+
import type { Constructable } from '@microsoft/fast-element';
|
|
8
|
+
import { Direction } from '@microsoft/fast-web-utilities';
|
|
12
9
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
13
10
|
import { ElementViewTemplate } from '@microsoft/fast-element';
|
|
14
|
-
import { FASTAccordion } from '@microsoft/fast-foundation/accordion.js';
|
|
15
|
-
import { FASTAccordionItem } from '@microsoft/fast-foundation/accordion-item.js';
|
|
16
|
-
import { FASTAnchor } from '@microsoft/fast-foundation/anchor.js';
|
|
17
|
-
import { FASTButton } from '@microsoft/fast-foundation/button.js';
|
|
18
|
-
import { FASTCheckbox } from '@microsoft/fast-foundation/checkbox.js';
|
|
19
|
-
import { FASTDivider } from '@microsoft/fast-foundation/divider.js';
|
|
20
11
|
import { FASTElement } from '@microsoft/fast-element';
|
|
21
12
|
import { FASTElementDefinition } from '@microsoft/fast-element';
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import { FASTProgressRing } from '@microsoft/fast-foundation/progress-ring.js';
|
|
26
|
-
import { FASTRadio } from '@microsoft/fast-foundation/radio.js';
|
|
27
|
-
import { FASTRadioGroup } from '@microsoft/fast-foundation/radio-group.js';
|
|
28
|
-
import { FASTSlider } from '@microsoft/fast-foundation/slider.js';
|
|
29
|
-
import { FASTSwitch } from '@microsoft/fast-foundation/switch.js';
|
|
30
|
-
import { FASTTab } from '@microsoft/fast-foundation/tab.js';
|
|
31
|
-
import { FASTTabPanel } from '@microsoft/fast-foundation/tab-panel.js';
|
|
32
|
-
import { FASTTabs } from '@microsoft/fast-foundation/tabs.js';
|
|
33
|
-
import { FASTTextField } from '@microsoft/fast-foundation/text-field.js';
|
|
34
|
-
import { MenuItemRole } from '@microsoft/fast-foundation/menu-item.js';
|
|
35
|
-
import { RadioGroupOrientation } from '@microsoft/fast-foundation/radio-group.js';
|
|
36
|
-
import { SliderOrientation } from '@microsoft/fast-foundation/slider.js';
|
|
37
|
-
import { StartEnd } from '@microsoft/fast-foundation/patterns.js';
|
|
38
|
-
import { StartEndOptions } from '@microsoft/fast-foundation/patterns.js';
|
|
39
|
-
import type { StaticallyComposableHTML } from '@microsoft/fast-foundation/utilities.js';
|
|
40
|
-
import { TabsOrientation } from '@microsoft/fast-foundation/tabs.js';
|
|
41
|
-
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';
|
|
42
16
|
import type { Theme } from '@fluentui/tokens';
|
|
43
|
-
import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
44
17
|
|
|
45
18
|
// @public
|
|
46
|
-
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;
|
|
47
32
|
}
|
|
48
33
|
|
|
49
|
-
// @public
|
|
34
|
+
// @public (undocumented)
|
|
50
35
|
export const accordionDefinition: FASTElementDefinition<typeof Accordion>;
|
|
51
36
|
|
|
52
|
-
// 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
|
|
53
38
|
//
|
|
54
|
-
// @
|
|
55
|
-
export class AccordionItem extends
|
|
56
|
-
// @public
|
|
39
|
+
// @public
|
|
40
|
+
export class AccordionItem extends FASTElement {
|
|
57
41
|
block: boolean;
|
|
58
|
-
// @
|
|
42
|
+
// @internal (undocumented)
|
|
43
|
+
clickHandler: (e: MouseEvent) => void;
|
|
44
|
+
disabled: boolean;
|
|
45
|
+
// @internal (undocumented)
|
|
46
|
+
expandbutton: HTMLElement;
|
|
47
|
+
expanded: boolean;
|
|
59
48
|
expandIconPosition?: AccordionItemExpandIconPosition;
|
|
60
|
-
|
|
49
|
+
headinglevel: 1 | 2 | 3 | 4 | 5 | 6;
|
|
50
|
+
id: string;
|
|
61
51
|
size?: AccordionItemSize;
|
|
62
52
|
}
|
|
63
53
|
|
|
64
|
-
// Warning: (ae-
|
|
54
|
+
// Warning: (ae-forgotten-export) The symbol "StartEnd" needs to be exported by the entry point index.d.ts
|
|
65
55
|
//
|
|
66
|
-
// @
|
|
56
|
+
// @internal
|
|
57
|
+
export interface AccordionItem extends StartEnd {
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public (undocumented)
|
|
67
61
|
export const accordionItemDefinition: FASTElementDefinition<typeof AccordionItem>;
|
|
68
62
|
|
|
69
63
|
// @public
|
|
@@ -72,9 +66,19 @@ export const AccordionItemExpandIconPosition: {
|
|
|
72
66
|
readonly end: "end";
|
|
73
67
|
};
|
|
74
68
|
|
|
69
|
+
// Warning: (ae-forgotten-export) The symbol "ValuesOf" needs to be exported by the entry point index.d.ts
|
|
70
|
+
//
|
|
75
71
|
// @public
|
|
76
72
|
export type AccordionItemExpandIconPosition = ValuesOf<typeof AccordionItemExpandIconPosition>;
|
|
77
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
|
+
|
|
78
82
|
// @public
|
|
79
83
|
export const AccordionItemSize: {
|
|
80
84
|
readonly small: "small";
|
|
@@ -89,8 +93,6 @@ export type AccordionItemSize = ValuesOf<typeof AccordionItemSize>;
|
|
|
89
93
|
// @public (undocumented)
|
|
90
94
|
export const accordionItemStyles: ElementStyles;
|
|
91
95
|
|
|
92
|
-
// Warning: (ae-incompatible-release-tags) The symbol "template" is marked as @public, but its signature references "AccordionItem" which is marked as @internal
|
|
93
|
-
//
|
|
94
96
|
// @public
|
|
95
97
|
export const accordionItemTemplate: ElementViewTemplate<AccordionItem>;
|
|
96
98
|
|
|
@@ -100,11 +102,16 @@ export const accordionStyles: ElementStyles;
|
|
|
100
102
|
// @public (undocumented)
|
|
101
103
|
export const accordionTemplate: ElementViewTemplate<Accordion>;
|
|
102
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
|
+
//
|
|
103
107
|
// @public
|
|
104
|
-
export class AnchorButton extends
|
|
108
|
+
export class AnchorButton extends FASTElement {
|
|
105
109
|
appearance?: AnchorButtonAppearance | undefined;
|
|
106
110
|
// (undocumented)
|
|
107
111
|
connectedCallback(): void;
|
|
112
|
+
control: HTMLAnchorElement;
|
|
113
|
+
// @internal
|
|
114
|
+
defaultSlottedContent: HTMLElement[];
|
|
108
115
|
disabled?: boolean;
|
|
109
116
|
// (undocumented)
|
|
110
117
|
protected disabledChanged(prev: boolean, next: boolean): void;
|
|
@@ -113,9 +120,21 @@ export class AnchorButton extends FASTAnchor {
|
|
|
113
120
|
protected disabledFocusableChanged(prev: boolean, next: boolean): void;
|
|
114
121
|
// (undocumented)
|
|
115
122
|
disconnectedCallback(): void;
|
|
123
|
+
download: string;
|
|
124
|
+
href: string;
|
|
125
|
+
hreflang: string;
|
|
116
126
|
iconOnly: boolean;
|
|
127
|
+
ping: string;
|
|
128
|
+
referrerpolicy: string;
|
|
129
|
+
rel: string;
|
|
117
130
|
shape?: AnchorButtonShape | undefined;
|
|
118
131
|
size?: AnchorButtonSize;
|
|
132
|
+
target: AnchorTarget;
|
|
133
|
+
type: string;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// @internal
|
|
137
|
+
export interface AnchorButton extends StartEnd, DelegatesARIALink {
|
|
119
138
|
}
|
|
120
139
|
|
|
121
140
|
// @public
|
|
@@ -130,11 +149,9 @@ export const AnchorButtonAppearance: {
|
|
|
130
149
|
// @public
|
|
131
150
|
export type AnchorButtonAppearance = ValuesOf<typeof AnchorButtonAppearance>;
|
|
132
151
|
|
|
133
|
-
// @public
|
|
152
|
+
// @public (undocumented)
|
|
134
153
|
export const AnchorButtonDefinition: FASTElementDefinition<typeof AnchorButton>;
|
|
135
154
|
|
|
136
|
-
export { AnchorButtonOptions }
|
|
137
|
-
|
|
138
155
|
// @public
|
|
139
156
|
export const AnchorButtonShape: {
|
|
140
157
|
readonly circular: "circular";
|
|
@@ -158,6 +175,22 @@ export type AnchorButtonSize = ValuesOf<typeof AnchorButtonSize>;
|
|
|
158
175
|
// @public
|
|
159
176
|
export const AnchorButtonTemplate: ElementViewTemplate<AnchorButton>;
|
|
160
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
|
+
|
|
161
194
|
// @public
|
|
162
195
|
export class Avatar extends FASTElement {
|
|
163
196
|
active?: AvatarActive | undefined;
|
|
@@ -350,7 +383,7 @@ export const BadgeColor: {
|
|
|
350
383
|
// @public
|
|
351
384
|
export type BadgeColor = ValuesOf<typeof BadgeColor>;
|
|
352
385
|
|
|
353
|
-
// @public
|
|
386
|
+
// @public (undocumented)
|
|
354
387
|
export const BadgeDefinition: FASTElementDefinition<typeof Badge>;
|
|
355
388
|
|
|
356
389
|
// Warning: (ae-internal-missing-underscore) The name "BadgeOptions" should be prefixed with an underscore because the declaration is marked as @internal
|
|
@@ -389,37 +422,94 @@ export const BadgeStyles: ElementStyles;
|
|
|
389
422
|
// @public (undocumented)
|
|
390
423
|
export const BadgeTemplate: ElementViewTemplate<Badge>;
|
|
391
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
|
+
|
|
392
448
|
// @public (undocumented)
|
|
393
|
-
export const borderRadiusCircular
|
|
449
|
+
export const borderRadiusCircular = "--borderRadiusCircular";
|
|
394
450
|
|
|
395
451
|
// @public (undocumented)
|
|
396
|
-
export const borderRadiusLarge
|
|
452
|
+
export const borderRadiusLarge = "--borderRadiusLarge";
|
|
397
453
|
|
|
398
454
|
// @public (undocumented)
|
|
399
|
-
export const borderRadiusMedium
|
|
455
|
+
export const borderRadiusMedium = "--borderRadiusMedium";
|
|
400
456
|
|
|
401
457
|
// @public (undocumented)
|
|
402
|
-
export const borderRadiusNone
|
|
458
|
+
export const borderRadiusNone = "--borderRadiusNone";
|
|
403
459
|
|
|
404
460
|
// @public (undocumented)
|
|
405
|
-
export const borderRadiusSmall
|
|
461
|
+
export const borderRadiusSmall = "--borderRadiusSmall";
|
|
406
462
|
|
|
407
463
|
// @public (undocumented)
|
|
408
|
-
export const borderRadiusXLarge
|
|
464
|
+
export const borderRadiusXLarge = "--borderRadiusXLarge";
|
|
409
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
|
+
//
|
|
410
469
|
// @public
|
|
411
|
-
export class Button extends
|
|
470
|
+
export class Button extends FormAssociatedButton {
|
|
412
471
|
appearance?: ButtonAppearance | undefined;
|
|
413
|
-
|
|
472
|
+
autofocus: boolean;
|
|
473
|
+
// @internal (undocumented)
|
|
414
474
|
connectedCallback(): void;
|
|
475
|
+
// (undocumented)
|
|
476
|
+
control: HTMLButtonElement;
|
|
477
|
+
defaultSlottedContent: HTMLElement[];
|
|
415
478
|
disabledFocusable?: boolean;
|
|
416
479
|
// (undocumented)
|
|
417
480
|
protected disabledFocusableChanged(prev: boolean, next: boolean): void;
|
|
418
481
|
// (undocumented)
|
|
419
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;
|
|
420
499
|
iconOnly: boolean;
|
|
421
500
|
shape?: ButtonShape | undefined;
|
|
422
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 {
|
|
423
513
|
}
|
|
424
514
|
|
|
425
515
|
// @public
|
|
@@ -434,9 +524,11 @@ export const ButtonAppearance: {
|
|
|
434
524
|
// @public
|
|
435
525
|
export type ButtonAppearance = ValuesOf<typeof ButtonAppearance>;
|
|
436
526
|
|
|
437
|
-
// @public
|
|
527
|
+
// @public (undocumented)
|
|
438
528
|
export const ButtonDefinition: FASTElementDefinition<typeof Button>;
|
|
439
529
|
|
|
530
|
+
// @public
|
|
531
|
+
type ButtonOptions = StartEndOptions<Button>;
|
|
440
532
|
export { ButtonOptions }
|
|
441
533
|
export { ButtonOptions as CompoundButtonOptions }
|
|
442
534
|
export { ButtonOptions as MenuButtonOptions }
|
|
@@ -462,11 +554,33 @@ export const ButtonSize: {
|
|
|
462
554
|
// @public
|
|
463
555
|
export type ButtonSize = ValuesOf<typeof ButtonSize>;
|
|
464
556
|
|
|
465
|
-
// @public
|
|
557
|
+
// @public (undocumented)
|
|
466
558
|
export const ButtonTemplate: ElementViewTemplate<Button>;
|
|
467
559
|
|
|
468
560
|
// @public
|
|
469
|
-
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;
|
|
470
584
|
labelPosition?: CheckboxLabelPosition;
|
|
471
585
|
shape?: CheckboxShape;
|
|
472
586
|
size?: CheckboxSize;
|
|
@@ -484,6 +598,12 @@ export const CheckboxLabelPosition: {
|
|
|
484
598
|
// @public (undocumented)
|
|
485
599
|
export type CheckboxLabelPosition = ValuesOf<typeof CheckboxLabelPosition>;
|
|
486
600
|
|
|
601
|
+
// @public
|
|
602
|
+
export type CheckboxOptions = {
|
|
603
|
+
checkedIndicator?: StaticallyComposableHTML<Checkbox>;
|
|
604
|
+
indeterminateIndicator?: StaticallyComposableHTML<Checkbox>;
|
|
605
|
+
};
|
|
606
|
+
|
|
487
607
|
// @public
|
|
488
608
|
export const CheckboxShape: {
|
|
489
609
|
readonly circular: "circular";
|
|
@@ -509,895 +629,895 @@ export const CheckboxStyles: ElementStyles;
|
|
|
509
629
|
export const CheckboxTemplate: ElementViewTemplate<Checkbox>;
|
|
510
630
|
|
|
511
631
|
// @public (undocumented)
|
|
512
|
-
export const colorBackgroundOverlay
|
|
632
|
+
export const colorBackgroundOverlay = "--colorBackgroundOverlay";
|
|
513
633
|
|
|
514
634
|
// @public (undocumented)
|
|
515
|
-
export const colorBrandBackground
|
|
635
|
+
export const colorBrandBackground = "--colorBrandBackground";
|
|
516
636
|
|
|
517
637
|
// @public (undocumented)
|
|
518
|
-
export const colorBrandBackground2
|
|
638
|
+
export const colorBrandBackground2 = "--colorBrandBackground2";
|
|
519
639
|
|
|
520
640
|
// @public (undocumented)
|
|
521
|
-
export const colorBrandBackgroundHover
|
|
641
|
+
export const colorBrandBackgroundHover = "--colorBrandBackgroundHover";
|
|
522
642
|
|
|
523
643
|
// @public (undocumented)
|
|
524
|
-
export const colorBrandBackgroundInverted
|
|
644
|
+
export const colorBrandBackgroundInverted = "--colorBrandBackgroundInverted";
|
|
525
645
|
|
|
526
646
|
// @public (undocumented)
|
|
527
|
-
export const colorBrandBackgroundInvertedHover
|
|
647
|
+
export const colorBrandBackgroundInvertedHover = "--colorBrandBackgroundInvertedHover";
|
|
528
648
|
|
|
529
649
|
// @public (undocumented)
|
|
530
|
-
export const colorBrandBackgroundInvertedPressed
|
|
650
|
+
export const colorBrandBackgroundInvertedPressed = "--colorBrandBackgroundInvertedPressed";
|
|
531
651
|
|
|
532
652
|
// @public (undocumented)
|
|
533
|
-
export const colorBrandBackgroundInvertedSelected
|
|
653
|
+
export const colorBrandBackgroundInvertedSelected = "--colorBrandBackgroundInvertedSelected";
|
|
534
654
|
|
|
535
655
|
// @public (undocumented)
|
|
536
|
-
export const colorBrandBackgroundPressed
|
|
656
|
+
export const colorBrandBackgroundPressed = "--colorBrandBackgroundPressed";
|
|
537
657
|
|
|
538
658
|
// @public (undocumented)
|
|
539
|
-
export const colorBrandBackgroundSelected
|
|
659
|
+
export const colorBrandBackgroundSelected = "--colorBrandBackgroundSelected";
|
|
540
660
|
|
|
541
661
|
// @public (undocumented)
|
|
542
|
-
export const colorBrandBackgroundStatic
|
|
662
|
+
export const colorBrandBackgroundStatic = "--colorBrandBackgroundStatic";
|
|
543
663
|
|
|
544
664
|
// @public (undocumented)
|
|
545
|
-
export const colorBrandForeground1
|
|
665
|
+
export const colorBrandForeground1 = "--colorBrandForeground1";
|
|
546
666
|
|
|
547
667
|
// @public (undocumented)
|
|
548
|
-
export const colorBrandForeground2
|
|
668
|
+
export const colorBrandForeground2 = "--colorBrandForeground2";
|
|
549
669
|
|
|
550
670
|
// @public (undocumented)
|
|
551
|
-
export const colorBrandForegroundInverted
|
|
671
|
+
export const colorBrandForegroundInverted = "--colorBrandForegroundInverted";
|
|
552
672
|
|
|
553
673
|
// @public (undocumented)
|
|
554
|
-
export const colorBrandForegroundInvertedHover
|
|
674
|
+
export const colorBrandForegroundInvertedHover = "--colorBrandForegroundInvertedHover";
|
|
555
675
|
|
|
556
676
|
// @public (undocumented)
|
|
557
|
-
export const colorBrandForegroundInvertedPressed
|
|
677
|
+
export const colorBrandForegroundInvertedPressed = "--colorBrandForegroundInvertedPressed";
|
|
558
678
|
|
|
559
679
|
// @public (undocumented)
|
|
560
|
-
export const colorBrandForegroundLink
|
|
680
|
+
export const colorBrandForegroundLink = "--colorBrandForegroundLink";
|
|
561
681
|
|
|
562
682
|
// @public (undocumented)
|
|
563
|
-
export const colorBrandForegroundLinkHover
|
|
683
|
+
export const colorBrandForegroundLinkHover = "--colorBrandForegroundLinkHover";
|
|
564
684
|
|
|
565
685
|
// @public (undocumented)
|
|
566
|
-
export const colorBrandForegroundLinkPressed
|
|
686
|
+
export const colorBrandForegroundLinkPressed = "--colorBrandForegroundLinkPressed";
|
|
567
687
|
|
|
568
688
|
// @public (undocumented)
|
|
569
|
-
export const colorBrandForegroundLinkSelected
|
|
689
|
+
export const colorBrandForegroundLinkSelected = "--colorBrandForegroundLinkSelected";
|
|
570
690
|
|
|
571
691
|
// @public (undocumented)
|
|
572
|
-
export const colorBrandForegroundOnLight
|
|
692
|
+
export const colorBrandForegroundOnLight = "--colorBrandForegroundOnLight";
|
|
573
693
|
|
|
574
694
|
// @public (undocumented)
|
|
575
|
-
export const colorBrandForegroundOnLightHover
|
|
695
|
+
export const colorBrandForegroundOnLightHover = "--colorBrandForegroundOnLightHover";
|
|
576
696
|
|
|
577
697
|
// @public (undocumented)
|
|
578
|
-
export const colorBrandForegroundOnLightPressed
|
|
698
|
+
export const colorBrandForegroundOnLightPressed = "--colorBrandForegroundOnLightPressed";
|
|
579
699
|
|
|
580
700
|
// @public (undocumented)
|
|
581
|
-
export const colorBrandForegroundOnLightSelected
|
|
701
|
+
export const colorBrandForegroundOnLightSelected = "--colorBrandForegroundOnLightSelected";
|
|
582
702
|
|
|
583
703
|
// @public (undocumented)
|
|
584
|
-
export const colorBrandShadowAmbient
|
|
704
|
+
export const colorBrandShadowAmbient = "--colorBrandShadowAmbient";
|
|
585
705
|
|
|
586
706
|
// @public (undocumented)
|
|
587
|
-
export const colorBrandShadowKey
|
|
707
|
+
export const colorBrandShadowKey = "--colorBrandShadowKey";
|
|
588
708
|
|
|
589
709
|
// @public (undocumented)
|
|
590
|
-
export const colorBrandStroke1
|
|
710
|
+
export const colorBrandStroke1 = "--colorBrandStroke1";
|
|
591
711
|
|
|
592
712
|
// @public (undocumented)
|
|
593
|
-
export const colorBrandStroke2
|
|
713
|
+
export const colorBrandStroke2 = "--colorBrandStroke2";
|
|
594
714
|
|
|
595
715
|
// @public (undocumented)
|
|
596
|
-
export const colorCompoundBrandBackground
|
|
716
|
+
export const colorCompoundBrandBackground = "--colorCompoundBrandBackground";
|
|
597
717
|
|
|
598
718
|
// @public (undocumented)
|
|
599
|
-
export const colorCompoundBrandBackgroundHover
|
|
719
|
+
export const colorCompoundBrandBackgroundHover = "--colorCompoundBrandBackgroundHover";
|
|
600
720
|
|
|
601
721
|
// @public (undocumented)
|
|
602
|
-
export const colorCompoundBrandBackgroundPressed
|
|
722
|
+
export const colorCompoundBrandBackgroundPressed = "--colorCompoundBrandBackgroundPressed";
|
|
603
723
|
|
|
604
724
|
// @public (undocumented)
|
|
605
|
-
export const colorCompoundBrandForeground1
|
|
725
|
+
export const colorCompoundBrandForeground1 = "--colorCompoundBrandForeground1";
|
|
606
726
|
|
|
607
727
|
// @public (undocumented)
|
|
608
|
-
export const colorCompoundBrandForeground1Hover
|
|
728
|
+
export const colorCompoundBrandForeground1Hover = "--colorCompoundBrandForeground1Hover";
|
|
609
729
|
|
|
610
730
|
// @public (undocumented)
|
|
611
|
-
export const colorCompoundBrandForeground1Pressed
|
|
731
|
+
export const colorCompoundBrandForeground1Pressed = "--colorCompoundBrandForeground1Pressed";
|
|
612
732
|
|
|
613
733
|
// @public (undocumented)
|
|
614
|
-
export const colorCompoundBrandStroke
|
|
734
|
+
export const colorCompoundBrandStroke = "--colorCompoundBrandStroke";
|
|
615
735
|
|
|
616
736
|
// @public (undocumented)
|
|
617
|
-
export const colorCompoundBrandStrokeHover
|
|
737
|
+
export const colorCompoundBrandStrokeHover = "--colorCompoundBrandStrokeHover";
|
|
618
738
|
|
|
619
739
|
// @public (undocumented)
|
|
620
|
-
export const colorCompoundBrandStrokePressed
|
|
740
|
+
export const colorCompoundBrandStrokePressed = "--colorCompoundBrandStrokePressed";
|
|
621
741
|
|
|
622
742
|
// @public (undocumented)
|
|
623
|
-
export const colorNeutralBackground1
|
|
743
|
+
export const colorNeutralBackground1 = "--colorNeutralBackground1";
|
|
624
744
|
|
|
625
745
|
// @public (undocumented)
|
|
626
|
-
export const colorNeutralBackground1Hover
|
|
746
|
+
export const colorNeutralBackground1Hover = "--colorNeutralBackground1Hover";
|
|
627
747
|
|
|
628
748
|
// @public (undocumented)
|
|
629
|
-
export const colorNeutralBackground1Pressed
|
|
749
|
+
export const colorNeutralBackground1Pressed = "--colorNeutralBackground1Pressed";
|
|
630
750
|
|
|
631
751
|
// @public (undocumented)
|
|
632
|
-
export const colorNeutralBackground1Selected
|
|
752
|
+
export const colorNeutralBackground1Selected = "--colorNeutralBackground1Selected";
|
|
633
753
|
|
|
634
754
|
// @public (undocumented)
|
|
635
|
-
export const colorNeutralBackground2
|
|
755
|
+
export const colorNeutralBackground2 = "--colorNeutralBackground2";
|
|
636
756
|
|
|
637
757
|
// @public (undocumented)
|
|
638
|
-
export const colorNeutralBackground2Hover
|
|
758
|
+
export const colorNeutralBackground2Hover = "--colorNeutralBackground2Hover";
|
|
639
759
|
|
|
640
760
|
// @public (undocumented)
|
|
641
|
-
export const colorNeutralBackground2Pressed
|
|
761
|
+
export const colorNeutralBackground2Pressed = "--colorNeutralBackground2Pressed";
|
|
642
762
|
|
|
643
763
|
// @public (undocumented)
|
|
644
|
-
export const colorNeutralBackground2Selected
|
|
764
|
+
export const colorNeutralBackground2Selected = "--colorNeutralBackground2Selected";
|
|
645
765
|
|
|
646
766
|
// @public (undocumented)
|
|
647
|
-
export const colorNeutralBackground3
|
|
767
|
+
export const colorNeutralBackground3 = "--colorNeutralBackground3";
|
|
648
768
|
|
|
649
769
|
// @public (undocumented)
|
|
650
|
-
export const colorNeutralBackground3Hover
|
|
770
|
+
export const colorNeutralBackground3Hover = "--colorNeutralBackground3Hover";
|
|
651
771
|
|
|
652
772
|
// @public (undocumented)
|
|
653
|
-
export const colorNeutralBackground3Pressed
|
|
773
|
+
export const colorNeutralBackground3Pressed = "--colorNeutralBackground3Pressed";
|
|
654
774
|
|
|
655
775
|
// @public (undocumented)
|
|
656
|
-
export const colorNeutralBackground3Selected
|
|
776
|
+
export const colorNeutralBackground3Selected = "--colorNeutralBackground3Selected";
|
|
657
777
|
|
|
658
778
|
// @public (undocumented)
|
|
659
|
-
export const colorNeutralBackground4
|
|
779
|
+
export const colorNeutralBackground4 = "--colorNeutralBackground4";
|
|
660
780
|
|
|
661
781
|
// @public (undocumented)
|
|
662
|
-
export const colorNeutralBackground4Hover
|
|
782
|
+
export const colorNeutralBackground4Hover = "--colorNeutralBackground4Hover";
|
|
663
783
|
|
|
664
784
|
// @public (undocumented)
|
|
665
|
-
export const colorNeutralBackground4Pressed
|
|
785
|
+
export const colorNeutralBackground4Pressed = "--colorNeutralBackground4Pressed";
|
|
666
786
|
|
|
667
787
|
// @public (undocumented)
|
|
668
|
-
export const colorNeutralBackground4Selected
|
|
788
|
+
export const colorNeutralBackground4Selected = "--colorNeutralBackground4Selected";
|
|
669
789
|
|
|
670
790
|
// @public (undocumented)
|
|
671
|
-
export const colorNeutralBackground5
|
|
791
|
+
export const colorNeutralBackground5 = "--colorNeutralBackground5";
|
|
672
792
|
|
|
673
793
|
// @public (undocumented)
|
|
674
|
-
export const colorNeutralBackground5Hover
|
|
794
|
+
export const colorNeutralBackground5Hover = "--colorNeutralBackground5Hover";
|
|
675
795
|
|
|
676
796
|
// @public (undocumented)
|
|
677
|
-
export const colorNeutralBackground5Pressed
|
|
797
|
+
export const colorNeutralBackground5Pressed = "--colorNeutralBackground5Pressed";
|
|
678
798
|
|
|
679
799
|
// @public (undocumented)
|
|
680
|
-
export const colorNeutralBackground5Selected
|
|
800
|
+
export const colorNeutralBackground5Selected = "--colorNeutralBackground5Selected";
|
|
681
801
|
|
|
682
802
|
// @public (undocumented)
|
|
683
|
-
export const colorNeutralBackground6
|
|
803
|
+
export const colorNeutralBackground6 = "--colorNeutralBackground6";
|
|
684
804
|
|
|
685
805
|
// @public (undocumented)
|
|
686
|
-
export const colorNeutralBackgroundDisabled
|
|
806
|
+
export const colorNeutralBackgroundDisabled = "--colorNeutralBackgroundDisabled";
|
|
687
807
|
|
|
688
808
|
// @public (undocumented)
|
|
689
|
-
export const colorNeutralBackgroundInverted
|
|
809
|
+
export const colorNeutralBackgroundInverted = "--colorNeutralBackgroundInverted";
|
|
690
810
|
|
|
691
811
|
// @public (undocumented)
|
|
692
|
-
export const colorNeutralBackgroundInvertedDisabled
|
|
812
|
+
export const colorNeutralBackgroundInvertedDisabled = "--colorNeutralBackgroundInvertedDisabled";
|
|
693
813
|
|
|
694
814
|
// @public (undocumented)
|
|
695
|
-
export const colorNeutralBackgroundStatic
|
|
815
|
+
export const colorNeutralBackgroundStatic = "--colorNeutralBackgroundStatic";
|
|
696
816
|
|
|
697
817
|
// @public (undocumented)
|
|
698
|
-
export const colorNeutralForeground1
|
|
818
|
+
export const colorNeutralForeground1 = "--colorNeutralForeground1";
|
|
699
819
|
|
|
700
820
|
// @public (undocumented)
|
|
701
|
-
export const colorNeutralForeground1Hover
|
|
821
|
+
export const colorNeutralForeground1Hover = "--colorNeutralForeground1Hover";
|
|
702
822
|
|
|
703
823
|
// @public (undocumented)
|
|
704
|
-
export const colorNeutralForeground1Pressed
|
|
824
|
+
export const colorNeutralForeground1Pressed = "--colorNeutralForeground1Pressed";
|
|
705
825
|
|
|
706
826
|
// @public (undocumented)
|
|
707
|
-
export const colorNeutralForeground1Selected
|
|
827
|
+
export const colorNeutralForeground1Selected = "--colorNeutralForeground1Selected";
|
|
708
828
|
|
|
709
829
|
// @public (undocumented)
|
|
710
|
-
export const colorNeutralForeground1Static
|
|
830
|
+
export const colorNeutralForeground1Static = "--colorNeutralForeground1Static";
|
|
711
831
|
|
|
712
832
|
// @public (undocumented)
|
|
713
|
-
export const colorNeutralForeground2
|
|
833
|
+
export const colorNeutralForeground2 = "--colorNeutralForeground2";
|
|
714
834
|
|
|
715
835
|
// @public (undocumented)
|
|
716
|
-
export const colorNeutralForeground2BrandHover
|
|
836
|
+
export const colorNeutralForeground2BrandHover = "--colorNeutralForeground2BrandHover";
|
|
717
837
|
|
|
718
838
|
// @public (undocumented)
|
|
719
|
-
export const colorNeutralForeground2BrandPressed
|
|
839
|
+
export const colorNeutralForeground2BrandPressed = "--colorNeutralForeground2BrandPressed";
|
|
720
840
|
|
|
721
841
|
// @public (undocumented)
|
|
722
|
-
export const colorNeutralForeground2BrandSelected
|
|
842
|
+
export const colorNeutralForeground2BrandSelected = "--colorNeutralForeground2BrandSelected";
|
|
723
843
|
|
|
724
844
|
// @public (undocumented)
|
|
725
|
-
export const colorNeutralForeground2Hover
|
|
845
|
+
export const colorNeutralForeground2Hover = "--colorNeutralForeground2Hover";
|
|
726
846
|
|
|
727
847
|
// @public (undocumented)
|
|
728
|
-
export const colorNeutralForeground2Link
|
|
848
|
+
export const colorNeutralForeground2Link = "--colorNeutralForeground2Link";
|
|
729
849
|
|
|
730
850
|
// @public (undocumented)
|
|
731
|
-
export const colorNeutralForeground2LinkHover
|
|
851
|
+
export const colorNeutralForeground2LinkHover = "--colorNeutralForeground2LinkHover";
|
|
732
852
|
|
|
733
853
|
// @public (undocumented)
|
|
734
|
-
export const colorNeutralForeground2LinkPressed
|
|
854
|
+
export const colorNeutralForeground2LinkPressed = "--colorNeutralForeground2LinkPressed";
|
|
735
855
|
|
|
736
856
|
// @public (undocumented)
|
|
737
|
-
export const colorNeutralForeground2LinkSelected
|
|
857
|
+
export const colorNeutralForeground2LinkSelected = "--colorNeutralForeground2LinkSelected";
|
|
738
858
|
|
|
739
859
|
// @public (undocumented)
|
|
740
|
-
export const colorNeutralForeground2Pressed
|
|
860
|
+
export const colorNeutralForeground2Pressed = "--colorNeutralForeground2Pressed";
|
|
741
861
|
|
|
742
862
|
// @public (undocumented)
|
|
743
|
-
export const colorNeutralForeground2Selected
|
|
863
|
+
export const colorNeutralForeground2Selected = "--colorNeutralForeground2Selected";
|
|
744
864
|
|
|
745
865
|
// @public (undocumented)
|
|
746
|
-
export const colorNeutralForeground3
|
|
866
|
+
export const colorNeutralForeground3 = "--colorNeutralForeground3";
|
|
747
867
|
|
|
748
868
|
// @public (undocumented)
|
|
749
|
-
export const colorNeutralForeground3BrandHover
|
|
869
|
+
export const colorNeutralForeground3BrandHover = "--colorNeutralForeground3BrandHover";
|
|
750
870
|
|
|
751
871
|
// @public (undocumented)
|
|
752
|
-
export const colorNeutralForeground3BrandPressed
|
|
872
|
+
export const colorNeutralForeground3BrandPressed = "--colorNeutralForeground3BrandPressed";
|
|
753
873
|
|
|
754
874
|
// @public (undocumented)
|
|
755
|
-
export const colorNeutralForeground3BrandSelected
|
|
875
|
+
export const colorNeutralForeground3BrandSelected = "--colorNeutralForeground3BrandSelected";
|
|
756
876
|
|
|
757
877
|
// @public (undocumented)
|
|
758
|
-
export const colorNeutralForeground3Hover
|
|
878
|
+
export const colorNeutralForeground3Hover = "--colorNeutralForeground3Hover";
|
|
759
879
|
|
|
760
880
|
// @public (undocumented)
|
|
761
|
-
export const colorNeutralForeground3Pressed
|
|
881
|
+
export const colorNeutralForeground3Pressed = "--colorNeutralForeground3Pressed";
|
|
762
882
|
|
|
763
883
|
// @public (undocumented)
|
|
764
|
-
export const colorNeutralForeground3Selected
|
|
884
|
+
export const colorNeutralForeground3Selected = "--colorNeutralForeground3Selected";
|
|
765
885
|
|
|
766
886
|
// @public (undocumented)
|
|
767
|
-
export const colorNeutralForeground4
|
|
887
|
+
export const colorNeutralForeground4 = "--colorNeutralForeground4";
|
|
768
888
|
|
|
769
889
|
// @public (undocumented)
|
|
770
|
-
export const colorNeutralForegroundDisabled
|
|
890
|
+
export const colorNeutralForegroundDisabled = "--colorNeutralForegroundDisabled";
|
|
771
891
|
|
|
772
892
|
// @public (undocumented)
|
|
773
|
-
export const colorNeutralForegroundInverted
|
|
893
|
+
export const colorNeutralForegroundInverted = "--colorNeutralForegroundInverted";
|
|
774
894
|
|
|
775
895
|
// @public (undocumented)
|
|
776
|
-
export const colorNeutralForegroundInverted2
|
|
896
|
+
export const colorNeutralForegroundInverted2 = "--colorNeutralForegroundInverted2";
|
|
777
897
|
|
|
778
898
|
// @public (undocumented)
|
|
779
|
-
export const colorNeutralForegroundInvertedDisabled
|
|
899
|
+
export const colorNeutralForegroundInvertedDisabled = "--colorNeutralForegroundInvertedDisabled";
|
|
780
900
|
|
|
781
901
|
// @public (undocumented)
|
|
782
|
-
export const colorNeutralForegroundInvertedHover
|
|
902
|
+
export const colorNeutralForegroundInvertedHover = "--colorNeutralForegroundInvertedHover";
|
|
783
903
|
|
|
784
904
|
// @public (undocumented)
|
|
785
|
-
export const colorNeutralForegroundInvertedLink
|
|
905
|
+
export const colorNeutralForegroundInvertedLink = "--colorNeutralForegroundInvertedLink";
|
|
786
906
|
|
|
787
907
|
// @public (undocumented)
|
|
788
|
-
export const colorNeutralForegroundInvertedLinkHover
|
|
908
|
+
export const colorNeutralForegroundInvertedLinkHover = "--colorNeutralForegroundInvertedLinkHover";
|
|
789
909
|
|
|
790
910
|
// @public (undocumented)
|
|
791
|
-
export const colorNeutralForegroundInvertedLinkPressed
|
|
911
|
+
export const colorNeutralForegroundInvertedLinkPressed = "--colorNeutralForegroundInvertedLinkPressed";
|
|
792
912
|
|
|
793
913
|
// @public (undocumented)
|
|
794
|
-
export const colorNeutralForegroundInvertedLinkSelected
|
|
914
|
+
export const colorNeutralForegroundInvertedLinkSelected = "--colorNeutralForegroundInvertedLinkSelected";
|
|
795
915
|
|
|
796
916
|
// @public (undocumented)
|
|
797
|
-
export const colorNeutralForegroundInvertedPressed
|
|
917
|
+
export const colorNeutralForegroundInvertedPressed = "--colorNeutralForegroundInvertedPressed";
|
|
798
918
|
|
|
799
919
|
// @public (undocumented)
|
|
800
|
-
export const colorNeutralForegroundInvertedSelected
|
|
920
|
+
export const colorNeutralForegroundInvertedSelected = "--colorNeutralForegroundInvertedSelected";
|
|
801
921
|
|
|
802
922
|
// @public (undocumented)
|
|
803
|
-
export const colorNeutralForegroundOnBrand
|
|
923
|
+
export const colorNeutralForegroundOnBrand = "--colorNeutralForegroundOnBrand";
|
|
804
924
|
|
|
805
925
|
// @public (undocumented)
|
|
806
|
-
export const colorNeutralForegroundStaticInverted
|
|
926
|
+
export const colorNeutralForegroundStaticInverted = "--colorNeutralForegroundStaticInverted";
|
|
807
927
|
|
|
808
928
|
// @public (undocumented)
|
|
809
|
-
export const colorNeutralShadowAmbient
|
|
929
|
+
export const colorNeutralShadowAmbient = "--colorNeutralShadowAmbient";
|
|
810
930
|
|
|
811
931
|
// @public (undocumented)
|
|
812
|
-
export const colorNeutralShadowAmbientDarker
|
|
932
|
+
export const colorNeutralShadowAmbientDarker = "--colorNeutralShadowAmbientDarker";
|
|
813
933
|
|
|
814
934
|
// @public (undocumented)
|
|
815
|
-
export const colorNeutralShadowAmbientLighter
|
|
935
|
+
export const colorNeutralShadowAmbientLighter = "--colorNeutralShadowAmbientLighter";
|
|
816
936
|
|
|
817
937
|
// @public (undocumented)
|
|
818
|
-
export const colorNeutralShadowKey
|
|
938
|
+
export const colorNeutralShadowKey = "--colorNeutralShadowKey";
|
|
819
939
|
|
|
820
940
|
// @public (undocumented)
|
|
821
|
-
export const colorNeutralShadowKeyDarker
|
|
941
|
+
export const colorNeutralShadowKeyDarker = "--colorNeutralShadowKeyDarker";
|
|
822
942
|
|
|
823
943
|
// @public (undocumented)
|
|
824
|
-
export const colorNeutralShadowKeyLighter
|
|
944
|
+
export const colorNeutralShadowKeyLighter = "--colorNeutralShadowKeyLighter";
|
|
825
945
|
|
|
826
946
|
// @public (undocumented)
|
|
827
|
-
export const colorNeutralStencil1
|
|
947
|
+
export const colorNeutralStencil1 = "--colorNeutralStencil1";
|
|
828
948
|
|
|
829
949
|
// @public (undocumented)
|
|
830
|
-
export const colorNeutralStencil1Alpha
|
|
950
|
+
export const colorNeutralStencil1Alpha = "--colorNeutralStencil1Alpha";
|
|
831
951
|
|
|
832
952
|
// @public (undocumented)
|
|
833
|
-
export const colorNeutralStencil2
|
|
953
|
+
export const colorNeutralStencil2 = "--colorNeutralStencil2";
|
|
834
954
|
|
|
835
955
|
// @public (undocumented)
|
|
836
|
-
export const colorNeutralStencil2Alpha
|
|
956
|
+
export const colorNeutralStencil2Alpha = "--colorNeutralStencil2Alpha";
|
|
837
957
|
|
|
838
958
|
// @public (undocumented)
|
|
839
|
-
export const colorNeutralStroke1
|
|
959
|
+
export const colorNeutralStroke1 = "--colorNeutralStroke1";
|
|
840
960
|
|
|
841
961
|
// @public (undocumented)
|
|
842
|
-
export const colorNeutralStroke1Hover
|
|
962
|
+
export const colorNeutralStroke1Hover = "--colorNeutralStroke1Hover";
|
|
843
963
|
|
|
844
964
|
// @public (undocumented)
|
|
845
|
-
export const colorNeutralStroke1Pressed
|
|
965
|
+
export const colorNeutralStroke1Pressed = "--colorNeutralStroke1Pressed";
|
|
846
966
|
|
|
847
967
|
// @public (undocumented)
|
|
848
|
-
export const colorNeutralStroke1Selected
|
|
968
|
+
export const colorNeutralStroke1Selected = "--colorNeutralStroke1Selected";
|
|
849
969
|
|
|
850
970
|
// @public (undocumented)
|
|
851
|
-
export const colorNeutralStroke2
|
|
971
|
+
export const colorNeutralStroke2 = "--colorNeutralStroke2";
|
|
852
972
|
|
|
853
973
|
// @public (undocumented)
|
|
854
|
-
export const colorNeutralStroke3
|
|
974
|
+
export const colorNeutralStroke3 = "--colorNeutralStroke3";
|
|
855
975
|
|
|
856
976
|
// @public (undocumented)
|
|
857
|
-
export const colorNeutralStrokeAccessible
|
|
977
|
+
export const colorNeutralStrokeAccessible = "--colorNeutralStrokeAccessible";
|
|
858
978
|
|
|
859
979
|
// @public (undocumented)
|
|
860
|
-
export const colorNeutralStrokeAccessibleHover
|
|
980
|
+
export const colorNeutralStrokeAccessibleHover = "--colorNeutralStrokeAccessibleHover";
|
|
861
981
|
|
|
862
982
|
// @public (undocumented)
|
|
863
|
-
export const colorNeutralStrokeAccessiblePressed
|
|
983
|
+
export const colorNeutralStrokeAccessiblePressed = "--colorNeutralStrokeAccessiblePressed";
|
|
864
984
|
|
|
865
985
|
// @public (undocumented)
|
|
866
|
-
export const colorNeutralStrokeAccessibleSelected
|
|
986
|
+
export const colorNeutralStrokeAccessibleSelected = "--colorNeutralStrokeAccessibleSelected";
|
|
867
987
|
|
|
868
988
|
// @public (undocumented)
|
|
869
|
-
export const colorNeutralStrokeDisabled
|
|
989
|
+
export const colorNeutralStrokeDisabled = "--colorNeutralStrokeDisabled";
|
|
870
990
|
|
|
871
991
|
// @public (undocumented)
|
|
872
|
-
export const colorNeutralStrokeInvertedDisabled
|
|
992
|
+
export const colorNeutralStrokeInvertedDisabled = "--colorNeutralStrokeInvertedDisabled";
|
|
873
993
|
|
|
874
994
|
// @public (undocumented)
|
|
875
|
-
export const colorNeutralStrokeOnBrand
|
|
995
|
+
export const colorNeutralStrokeOnBrand = "--colorNeutralStrokeOnBrand";
|
|
876
996
|
|
|
877
997
|
// @public (undocumented)
|
|
878
|
-
export const colorNeutralStrokeOnBrand2
|
|
998
|
+
export const colorNeutralStrokeOnBrand2 = "--colorNeutralStrokeOnBrand2";
|
|
879
999
|
|
|
880
1000
|
// @public (undocumented)
|
|
881
|
-
export const colorNeutralStrokeOnBrand2Hover
|
|
1001
|
+
export const colorNeutralStrokeOnBrand2Hover = "--colorNeutralStrokeOnBrand2Hover";
|
|
882
1002
|
|
|
883
1003
|
// @public (undocumented)
|
|
884
|
-
export const colorNeutralStrokeOnBrand2Pressed
|
|
1004
|
+
export const colorNeutralStrokeOnBrand2Pressed = "--colorNeutralStrokeOnBrand2Pressed";
|
|
885
1005
|
|
|
886
1006
|
// @public (undocumented)
|
|
887
|
-
export const colorNeutralStrokeOnBrand2Selected
|
|
1007
|
+
export const colorNeutralStrokeOnBrand2Selected = "--colorNeutralStrokeOnBrand2Selected";
|
|
888
1008
|
|
|
889
1009
|
// @public (undocumented)
|
|
890
|
-
export const colorPaletteAnchorBackground2
|
|
1010
|
+
export const colorPaletteAnchorBackground2 = "--colorPaletteAnchorBackground2";
|
|
891
1011
|
|
|
892
1012
|
// @public (undocumented)
|
|
893
|
-
export const colorPaletteAnchorBorderActive
|
|
1013
|
+
export const colorPaletteAnchorBorderActive = "--colorPaletteAnchorBorderActive";
|
|
894
1014
|
|
|
895
1015
|
// @public (undocumented)
|
|
896
|
-
export const colorPaletteAnchorForeground2
|
|
1016
|
+
export const colorPaletteAnchorForeground2 = "--colorPaletteAnchorForeground2";
|
|
897
1017
|
|
|
898
1018
|
// @public (undocumented)
|
|
899
|
-
export const colorPaletteBeigeBackground2
|
|
1019
|
+
export const colorPaletteBeigeBackground2 = "--colorPaletteBeigeBackground2";
|
|
900
1020
|
|
|
901
1021
|
// @public (undocumented)
|
|
902
|
-
export const colorPaletteBeigeBorderActive
|
|
1022
|
+
export const colorPaletteBeigeBorderActive = "--colorPaletteBeigeBorderActive";
|
|
903
1023
|
|
|
904
1024
|
// @public (undocumented)
|
|
905
|
-
export const colorPaletteBeigeForeground2
|
|
1025
|
+
export const colorPaletteBeigeForeground2 = "--colorPaletteBeigeForeground2";
|
|
906
1026
|
|
|
907
1027
|
// @public (undocumented)
|
|
908
|
-
export const colorPaletteBerryBackground1
|
|
1028
|
+
export const colorPaletteBerryBackground1 = "--colorPaletteBerryBackground1";
|
|
909
1029
|
|
|
910
1030
|
// @public (undocumented)
|
|
911
|
-
export const colorPaletteBerryBackground2
|
|
1031
|
+
export const colorPaletteBerryBackground2 = "--colorPaletteBerryBackground2";
|
|
912
1032
|
|
|
913
1033
|
// @public (undocumented)
|
|
914
|
-
export const colorPaletteBerryBackground3
|
|
1034
|
+
export const colorPaletteBerryBackground3 = "--colorPaletteBerryBackground3";
|
|
915
1035
|
|
|
916
1036
|
// @public (undocumented)
|
|
917
|
-
export const colorPaletteBerryBorder1
|
|
1037
|
+
export const colorPaletteBerryBorder1 = "--colorPaletteBerryBorder1";
|
|
918
1038
|
|
|
919
1039
|
// @public (undocumented)
|
|
920
|
-
export const colorPaletteBerryBorder2
|
|
1040
|
+
export const colorPaletteBerryBorder2 = "--colorPaletteBerryBorder2";
|
|
921
1041
|
|
|
922
1042
|
// @public (undocumented)
|
|
923
|
-
export const colorPaletteBerryBorderActive
|
|
1043
|
+
export const colorPaletteBerryBorderActive = "--colorPaletteBerryBorderActive";
|
|
924
1044
|
|
|
925
1045
|
// @public (undocumented)
|
|
926
|
-
export const colorPaletteBerryForeground1
|
|
1046
|
+
export const colorPaletteBerryForeground1 = "--colorPaletteBerryForeground1";
|
|
927
1047
|
|
|
928
1048
|
// @public (undocumented)
|
|
929
|
-
export const colorPaletteBerryForeground2
|
|
1049
|
+
export const colorPaletteBerryForeground2 = "--colorPaletteBerryForeground2";
|
|
930
1050
|
|
|
931
1051
|
// @public (undocumented)
|
|
932
|
-
export const colorPaletteBerryForeground3
|
|
1052
|
+
export const colorPaletteBerryForeground3 = "--colorPaletteBerryForeground3";
|
|
933
1053
|
|
|
934
1054
|
// @public (undocumented)
|
|
935
|
-
export const colorPaletteBlueBackground2
|
|
1055
|
+
export const colorPaletteBlueBackground2 = "--colorPaletteBlueBackground2";
|
|
936
1056
|
|
|
937
1057
|
// @public (undocumented)
|
|
938
|
-
export const colorPaletteBlueBorderActive
|
|
1058
|
+
export const colorPaletteBlueBorderActive = "--colorPaletteBlueBorderActive";
|
|
939
1059
|
|
|
940
1060
|
// @public (undocumented)
|
|
941
|
-
export const colorPaletteBlueForeground2
|
|
1061
|
+
export const colorPaletteBlueForeground2 = "--colorPaletteBlueForeground2";
|
|
942
1062
|
|
|
943
1063
|
// @public (undocumented)
|
|
944
|
-
export const colorPaletteBrassBackground2
|
|
1064
|
+
export const colorPaletteBrassBackground2 = "--colorPaletteBrassBackground2";
|
|
945
1065
|
|
|
946
1066
|
// @public (undocumented)
|
|
947
|
-
export const colorPaletteBrassBorderActive
|
|
1067
|
+
export const colorPaletteBrassBorderActive = "--colorPaletteBrassBorderActive";
|
|
948
1068
|
|
|
949
1069
|
// @public (undocumented)
|
|
950
|
-
export const colorPaletteBrassForeground2
|
|
1070
|
+
export const colorPaletteBrassForeground2 = "--colorPaletteBrassForeground2";
|
|
951
1071
|
|
|
952
1072
|
// @public (undocumented)
|
|
953
|
-
export const colorPaletteBrownBackground2
|
|
1073
|
+
export const colorPaletteBrownBackground2 = "--colorPaletteBrownBackground2";
|
|
954
1074
|
|
|
955
1075
|
// @public (undocumented)
|
|
956
|
-
export const colorPaletteBrownBorderActive
|
|
1076
|
+
export const colorPaletteBrownBorderActive = "--colorPaletteBrownBorderActive";
|
|
957
1077
|
|
|
958
1078
|
// @public (undocumented)
|
|
959
|
-
export const colorPaletteBrownForeground2
|
|
1079
|
+
export const colorPaletteBrownForeground2 = "--colorPaletteBrownForeground2";
|
|
960
1080
|
|
|
961
1081
|
// @public (undocumented)
|
|
962
|
-
export const colorPaletteCornflowerBackground2
|
|
1082
|
+
export const colorPaletteCornflowerBackground2 = "--colorPaletteCornflowerBackground2";
|
|
963
1083
|
|
|
964
1084
|
// @public (undocumented)
|
|
965
|
-
export const colorPaletteCornflowerBorderActive
|
|
1085
|
+
export const colorPaletteCornflowerBorderActive = "--colorPaletteCornflowerBorderActive";
|
|
966
1086
|
|
|
967
1087
|
// @public (undocumented)
|
|
968
|
-
export const colorPaletteCornflowerForeground2
|
|
1088
|
+
export const colorPaletteCornflowerForeground2 = "--colorPaletteCornflowerForeground2";
|
|
969
1089
|
|
|
970
1090
|
// @public (undocumented)
|
|
971
|
-
export const colorPaletteCranberryBackground2
|
|
1091
|
+
export const colorPaletteCranberryBackground2 = "--colorPaletteCranberryBackground2";
|
|
972
1092
|
|
|
973
1093
|
// @public (undocumented)
|
|
974
|
-
export const colorPaletteCranberryBorderActive
|
|
1094
|
+
export const colorPaletteCranberryBorderActive = "--colorPaletteCranberryBorderActive";
|
|
975
1095
|
|
|
976
1096
|
// @public (undocumented)
|
|
977
|
-
export const colorPaletteCranberryForeground2
|
|
1097
|
+
export const colorPaletteCranberryForeground2 = "--colorPaletteCranberryForeground2";
|
|
978
1098
|
|
|
979
1099
|
// @public (undocumented)
|
|
980
|
-
export const colorPaletteDarkGreenBackground2
|
|
1100
|
+
export const colorPaletteDarkGreenBackground2 = "--colorPaletteDarkGreenBackground2";
|
|
981
1101
|
|
|
982
1102
|
// @public (undocumented)
|
|
983
|
-
export const colorPaletteDarkGreenBorderActive
|
|
1103
|
+
export const colorPaletteDarkGreenBorderActive = "--colorPaletteDarkGreenBorderActive";
|
|
984
1104
|
|
|
985
1105
|
// @public (undocumented)
|
|
986
|
-
export const colorPaletteDarkGreenForeground2
|
|
1106
|
+
export const colorPaletteDarkGreenForeground2 = "--colorPaletteDarkGreenForeground2";
|
|
987
1107
|
|
|
988
1108
|
// @public (undocumented)
|
|
989
|
-
export const colorPaletteDarkOrangeBackground1
|
|
1109
|
+
export const colorPaletteDarkOrangeBackground1 = "--colorPaletteDarkOrangeBackground1";
|
|
990
1110
|
|
|
991
1111
|
// @public (undocumented)
|
|
992
|
-
export const colorPaletteDarkOrangeBackground2
|
|
1112
|
+
export const colorPaletteDarkOrangeBackground2 = "--colorPaletteDarkOrangeBackground2";
|
|
993
1113
|
|
|
994
1114
|
// @public (undocumented)
|
|
995
|
-
export const colorPaletteDarkOrangeBackground3
|
|
1115
|
+
export const colorPaletteDarkOrangeBackground3 = "--colorPaletteDarkOrangeBackground3";
|
|
996
1116
|
|
|
997
1117
|
// @public (undocumented)
|
|
998
|
-
export const colorPaletteDarkOrangeBorder1
|
|
1118
|
+
export const colorPaletteDarkOrangeBorder1 = "--colorPaletteDarkOrangeBorder1";
|
|
999
1119
|
|
|
1000
1120
|
// @public (undocumented)
|
|
1001
|
-
export const colorPaletteDarkOrangeBorder2
|
|
1121
|
+
export const colorPaletteDarkOrangeBorder2 = "--colorPaletteDarkOrangeBorder2";
|
|
1002
1122
|
|
|
1003
1123
|
// @public (undocumented)
|
|
1004
|
-
export const colorPaletteDarkOrangeBorderActive
|
|
1124
|
+
export const colorPaletteDarkOrangeBorderActive = "--colorPaletteDarkOrangeBorderActive";
|
|
1005
1125
|
|
|
1006
1126
|
// @public (undocumented)
|
|
1007
|
-
export const colorPaletteDarkOrangeForeground1
|
|
1127
|
+
export const colorPaletteDarkOrangeForeground1 = "--colorPaletteDarkOrangeForeground1";
|
|
1008
1128
|
|
|
1009
1129
|
// @public (undocumented)
|
|
1010
|
-
export const colorPaletteDarkOrangeForeground2
|
|
1130
|
+
export const colorPaletteDarkOrangeForeground2 = "--colorPaletteDarkOrangeForeground2";
|
|
1011
1131
|
|
|
1012
1132
|
// @public (undocumented)
|
|
1013
|
-
export const colorPaletteDarkOrangeForeground3
|
|
1133
|
+
export const colorPaletteDarkOrangeForeground3 = "--colorPaletteDarkOrangeForeground3";
|
|
1014
1134
|
|
|
1015
1135
|
// @public (undocumented)
|
|
1016
|
-
export const colorPaletteDarkRedBackground2
|
|
1136
|
+
export const colorPaletteDarkRedBackground2 = "--colorPaletteDarkRedBackground2";
|
|
1017
1137
|
|
|
1018
1138
|
// @public (undocumented)
|
|
1019
|
-
export const colorPaletteDarkRedBorderActive
|
|
1139
|
+
export const colorPaletteDarkRedBorderActive = "--colorPaletteDarkRedBorderActive";
|
|
1020
1140
|
|
|
1021
1141
|
// @public (undocumented)
|
|
1022
|
-
export const colorPaletteDarkRedForeground2
|
|
1142
|
+
export const colorPaletteDarkRedForeground2 = "--colorPaletteDarkRedForeground2";
|
|
1023
1143
|
|
|
1024
1144
|
// @public (undocumented)
|
|
1025
|
-
export const colorPaletteForestBackground2
|
|
1145
|
+
export const colorPaletteForestBackground2 = "--colorPaletteForestBackground2";
|
|
1026
1146
|
|
|
1027
1147
|
// @public (undocumented)
|
|
1028
|
-
export const colorPaletteForestBorderActive
|
|
1148
|
+
export const colorPaletteForestBorderActive = "--colorPaletteForestBorderActive";
|
|
1029
1149
|
|
|
1030
1150
|
// @public (undocumented)
|
|
1031
|
-
export const colorPaletteForestForeground2
|
|
1151
|
+
export const colorPaletteForestForeground2 = "--colorPaletteForestForeground2";
|
|
1032
1152
|
|
|
1033
1153
|
// @public (undocumented)
|
|
1034
|
-
export const colorPaletteGoldBackground2
|
|
1154
|
+
export const colorPaletteGoldBackground2 = "--colorPaletteGoldBackground2";
|
|
1035
1155
|
|
|
1036
1156
|
// @public (undocumented)
|
|
1037
|
-
export const colorPaletteGoldBorderActive
|
|
1157
|
+
export const colorPaletteGoldBorderActive = "--colorPaletteGoldBorderActive";
|
|
1038
1158
|
|
|
1039
1159
|
// @public (undocumented)
|
|
1040
|
-
export const colorPaletteGoldForeground2
|
|
1160
|
+
export const colorPaletteGoldForeground2 = "--colorPaletteGoldForeground2";
|
|
1041
1161
|
|
|
1042
1162
|
// @public (undocumented)
|
|
1043
|
-
export const colorPaletteGrapeBackground2
|
|
1163
|
+
export const colorPaletteGrapeBackground2 = "--colorPaletteGrapeBackground2";
|
|
1044
1164
|
|
|
1045
1165
|
// @public (undocumented)
|
|
1046
|
-
export const colorPaletteGrapeBorderActive
|
|
1166
|
+
export const colorPaletteGrapeBorderActive = "--colorPaletteGrapeBorderActive";
|
|
1047
1167
|
|
|
1048
1168
|
// @public (undocumented)
|
|
1049
|
-
export const colorPaletteGrapeForeground2
|
|
1169
|
+
export const colorPaletteGrapeForeground2 = "--colorPaletteGrapeForeground2";
|
|
1050
1170
|
|
|
1051
1171
|
// @public (undocumented)
|
|
1052
|
-
export const colorPaletteGreenBackground1
|
|
1172
|
+
export const colorPaletteGreenBackground1 = "--colorPaletteGreenBackground1";
|
|
1053
1173
|
|
|
1054
1174
|
// @public (undocumented)
|
|
1055
|
-
export const colorPaletteGreenBackground2
|
|
1175
|
+
export const colorPaletteGreenBackground2 = "--colorPaletteGreenBackground2";
|
|
1056
1176
|
|
|
1057
1177
|
// @public (undocumented)
|
|
1058
|
-
export const colorPaletteGreenBackground3
|
|
1178
|
+
export const colorPaletteGreenBackground3 = "--colorPaletteGreenBackground3";
|
|
1059
1179
|
|
|
1060
1180
|
// @public (undocumented)
|
|
1061
|
-
export const colorPaletteGreenBorder1
|
|
1181
|
+
export const colorPaletteGreenBorder1 = "--colorPaletteGreenBorder1";
|
|
1062
1182
|
|
|
1063
1183
|
// @public (undocumented)
|
|
1064
|
-
export const colorPaletteGreenBorder2
|
|
1184
|
+
export const colorPaletteGreenBorder2 = "--colorPaletteGreenBorder2";
|
|
1065
1185
|
|
|
1066
1186
|
// @public (undocumented)
|
|
1067
|
-
export const colorPaletteGreenBorderActive
|
|
1187
|
+
export const colorPaletteGreenBorderActive = "--colorPaletteGreenBorderActive";
|
|
1068
1188
|
|
|
1069
1189
|
// @public (undocumented)
|
|
1070
|
-
export const colorPaletteGreenForeground1
|
|
1190
|
+
export const colorPaletteGreenForeground1 = "--colorPaletteGreenForeground1";
|
|
1071
1191
|
|
|
1072
1192
|
// @public (undocumented)
|
|
1073
|
-
export const colorPaletteGreenForeground2
|
|
1193
|
+
export const colorPaletteGreenForeground2 = "--colorPaletteGreenForeground2";
|
|
1074
1194
|
|
|
1075
1195
|
// @public (undocumented)
|
|
1076
|
-
export const colorPaletteGreenForeground3
|
|
1196
|
+
export const colorPaletteGreenForeground3 = "--colorPaletteGreenForeground3";
|
|
1077
1197
|
|
|
1078
1198
|
// @public (undocumented)
|
|
1079
|
-
export const colorPaletteGreenForegroundInverted
|
|
1199
|
+
export const colorPaletteGreenForegroundInverted = "--colorPaletteGreenForegroundInverted";
|
|
1080
1200
|
|
|
1081
1201
|
// @public (undocumented)
|
|
1082
|
-
export const colorPaletteLavenderBackground2
|
|
1202
|
+
export const colorPaletteLavenderBackground2 = "--colorPaletteLavenderBackground2";
|
|
1083
1203
|
|
|
1084
1204
|
// @public (undocumented)
|
|
1085
|
-
export const colorPaletteLavenderBorderActive
|
|
1205
|
+
export const colorPaletteLavenderBorderActive = "--colorPaletteLavenderBorderActive";
|
|
1086
1206
|
|
|
1087
1207
|
// @public (undocumented)
|
|
1088
|
-
export const colorPaletteLavenderForeground2
|
|
1208
|
+
export const colorPaletteLavenderForeground2 = "--colorPaletteLavenderForeground2";
|
|
1089
1209
|
|
|
1090
1210
|
// @public (undocumented)
|
|
1091
|
-
export const colorPaletteLightGreenBackground1
|
|
1211
|
+
export const colorPaletteLightGreenBackground1 = "--colorPaletteLightGreenBackground1";
|
|
1092
1212
|
|
|
1093
1213
|
// @public (undocumented)
|
|
1094
|
-
export const colorPaletteLightGreenBackground2
|
|
1214
|
+
export const colorPaletteLightGreenBackground2 = "--colorPaletteLightGreenBackground2";
|
|
1095
1215
|
|
|
1096
1216
|
// @public (undocumented)
|
|
1097
|
-
export const colorPaletteLightGreenBackground3
|
|
1217
|
+
export const colorPaletteLightGreenBackground3 = "--colorPaletteLightGreenBackground3";
|
|
1098
1218
|
|
|
1099
1219
|
// @public (undocumented)
|
|
1100
|
-
export const colorPaletteLightGreenBorder1
|
|
1220
|
+
export const colorPaletteLightGreenBorder1 = "--colorPaletteLightGreenBorder1";
|
|
1101
1221
|
|
|
1102
1222
|
// @public (undocumented)
|
|
1103
|
-
export const colorPaletteLightGreenBorder2
|
|
1223
|
+
export const colorPaletteLightGreenBorder2 = "--colorPaletteLightGreenBorder2";
|
|
1104
1224
|
|
|
1105
1225
|
// @public (undocumented)
|
|
1106
|
-
export const colorPaletteLightGreenBorderActive
|
|
1226
|
+
export const colorPaletteLightGreenBorderActive = "--colorPaletteLightGreenBorderActive";
|
|
1107
1227
|
|
|
1108
1228
|
// @public (undocumented)
|
|
1109
|
-
export const colorPaletteLightGreenForeground1
|
|
1229
|
+
export const colorPaletteLightGreenForeground1 = "--colorPaletteLightGreenForeground1";
|
|
1110
1230
|
|
|
1111
1231
|
// @public (undocumented)
|
|
1112
|
-
export const colorPaletteLightGreenForeground2
|
|
1232
|
+
export const colorPaletteLightGreenForeground2 = "--colorPaletteLightGreenForeground2";
|
|
1113
1233
|
|
|
1114
1234
|
// @public (undocumented)
|
|
1115
|
-
export const colorPaletteLightGreenForeground3
|
|
1235
|
+
export const colorPaletteLightGreenForeground3 = "--colorPaletteLightGreenForeground3";
|
|
1116
1236
|
|
|
1117
1237
|
// @public (undocumented)
|
|
1118
|
-
export const colorPaletteLightTealBackground2
|
|
1238
|
+
export const colorPaletteLightTealBackground2 = "--colorPaletteLightTealBackground2";
|
|
1119
1239
|
|
|
1120
1240
|
// @public (undocumented)
|
|
1121
|
-
export const colorPaletteLightTealBorderActive
|
|
1241
|
+
export const colorPaletteLightTealBorderActive = "--colorPaletteLightTealBorderActive";
|
|
1122
1242
|
|
|
1123
1243
|
// @public (undocumented)
|
|
1124
|
-
export const colorPaletteLightTealForeground2
|
|
1244
|
+
export const colorPaletteLightTealForeground2 = "--colorPaletteLightTealForeground2";
|
|
1125
1245
|
|
|
1126
1246
|
// @public (undocumented)
|
|
1127
|
-
export const colorPaletteLilacBackground2
|
|
1247
|
+
export const colorPaletteLilacBackground2 = "--colorPaletteLilacBackground2";
|
|
1128
1248
|
|
|
1129
1249
|
// @public (undocumented)
|
|
1130
|
-
export const colorPaletteLilacBorderActive
|
|
1250
|
+
export const colorPaletteLilacBorderActive = "--colorPaletteLilacBorderActive";
|
|
1131
1251
|
|
|
1132
1252
|
// @public (undocumented)
|
|
1133
|
-
export const colorPaletteLilacForeground2
|
|
1253
|
+
export const colorPaletteLilacForeground2 = "--colorPaletteLilacForeground2";
|
|
1134
1254
|
|
|
1135
1255
|
// @public (undocumented)
|
|
1136
|
-
export const colorPaletteMagentaBackground2
|
|
1256
|
+
export const colorPaletteMagentaBackground2 = "--colorPaletteMagentaBackground2";
|
|
1137
1257
|
|
|
1138
1258
|
// @public (undocumented)
|
|
1139
|
-
export const colorPaletteMagentaBorderActive
|
|
1259
|
+
export const colorPaletteMagentaBorderActive = "--colorPaletteMagentaBorderActive";
|
|
1140
1260
|
|
|
1141
1261
|
// @public (undocumented)
|
|
1142
|
-
export const colorPaletteMagentaForeground2
|
|
1262
|
+
export const colorPaletteMagentaForeground2 = "--colorPaletteMagentaForeground2";
|
|
1143
1263
|
|
|
1144
1264
|
// @public (undocumented)
|
|
1145
|
-
export const colorPaletteMarigoldBackground1
|
|
1265
|
+
export const colorPaletteMarigoldBackground1 = "--colorPaletteMarigoldBackground1";
|
|
1146
1266
|
|
|
1147
1267
|
// @public (undocumented)
|
|
1148
|
-
export const colorPaletteMarigoldBackground2
|
|
1268
|
+
export const colorPaletteMarigoldBackground2 = "--colorPaletteMarigoldBackground2";
|
|
1149
1269
|
|
|
1150
1270
|
// @public (undocumented)
|
|
1151
|
-
export const colorPaletteMarigoldBackground3
|
|
1271
|
+
export const colorPaletteMarigoldBackground3 = "--colorPaletteMarigoldBackground3";
|
|
1152
1272
|
|
|
1153
1273
|
// @public (undocumented)
|
|
1154
|
-
export const colorPaletteMarigoldBorder1
|
|
1274
|
+
export const colorPaletteMarigoldBorder1 = "--colorPaletteMarigoldBorder1";
|
|
1155
1275
|
|
|
1156
1276
|
// @public (undocumented)
|
|
1157
|
-
export const colorPaletteMarigoldBorder2
|
|
1277
|
+
export const colorPaletteMarigoldBorder2 = "--colorPaletteMarigoldBorder2";
|
|
1158
1278
|
|
|
1159
1279
|
// @public (undocumented)
|
|
1160
|
-
export const colorPaletteMarigoldBorderActive
|
|
1280
|
+
export const colorPaletteMarigoldBorderActive = "--colorPaletteMarigoldBorderActive";
|
|
1161
1281
|
|
|
1162
1282
|
// @public (undocumented)
|
|
1163
|
-
export const colorPaletteMarigoldForeground1
|
|
1283
|
+
export const colorPaletteMarigoldForeground1 = "--colorPaletteMarigoldForeground1";
|
|
1164
1284
|
|
|
1165
1285
|
// @public (undocumented)
|
|
1166
|
-
export const colorPaletteMarigoldForeground2
|
|
1286
|
+
export const colorPaletteMarigoldForeground2 = "--colorPaletteMarigoldForeground2";
|
|
1167
1287
|
|
|
1168
1288
|
// @public (undocumented)
|
|
1169
|
-
export const colorPaletteMarigoldForeground3
|
|
1289
|
+
export const colorPaletteMarigoldForeground3 = "--colorPaletteMarigoldForeground3";
|
|
1170
1290
|
|
|
1171
1291
|
// @public (undocumented)
|
|
1172
|
-
export const colorPaletteMinkBackground2
|
|
1292
|
+
export const colorPaletteMinkBackground2 = "--colorPaletteMinkBackground2";
|
|
1173
1293
|
|
|
1174
1294
|
// @public (undocumented)
|
|
1175
|
-
export const colorPaletteMinkBorderActive
|
|
1295
|
+
export const colorPaletteMinkBorderActive = "--colorPaletteMinkBorderActive";
|
|
1176
1296
|
|
|
1177
1297
|
// @public (undocumented)
|
|
1178
|
-
export const colorPaletteMinkForeground2
|
|
1298
|
+
export const colorPaletteMinkForeground2 = "--colorPaletteMinkForeground2";
|
|
1179
1299
|
|
|
1180
1300
|
// @public (undocumented)
|
|
1181
|
-
export const colorPaletteNavyBackground2
|
|
1301
|
+
export const colorPaletteNavyBackground2 = "--colorPaletteNavyBackground2";
|
|
1182
1302
|
|
|
1183
1303
|
// @public (undocumented)
|
|
1184
|
-
export const colorPaletteNavyBorderActive
|
|
1304
|
+
export const colorPaletteNavyBorderActive = "--colorPaletteNavyBorderActive";
|
|
1185
1305
|
|
|
1186
1306
|
// @public (undocumented)
|
|
1187
|
-
export const colorPaletteNavyForeground2
|
|
1307
|
+
export const colorPaletteNavyForeground2 = "--colorPaletteNavyForeground2";
|
|
1188
1308
|
|
|
1189
1309
|
// @public (undocumented)
|
|
1190
|
-
export const colorPalettePeachBackground2
|
|
1310
|
+
export const colorPalettePeachBackground2 = "--colorPalettePeachBackground2";
|
|
1191
1311
|
|
|
1192
1312
|
// @public (undocumented)
|
|
1193
|
-
export const colorPalettePeachBorderActive
|
|
1313
|
+
export const colorPalettePeachBorderActive = "--colorPalettePeachBorderActive";
|
|
1194
1314
|
|
|
1195
1315
|
// @public (undocumented)
|
|
1196
|
-
export const colorPalettePeachForeground2
|
|
1316
|
+
export const colorPalettePeachForeground2 = "--colorPalettePeachForeground2";
|
|
1197
1317
|
|
|
1198
1318
|
// @public (undocumented)
|
|
1199
|
-
export const colorPalettePinkBackground2
|
|
1319
|
+
export const colorPalettePinkBackground2 = "--colorPalettePinkBackground2";
|
|
1200
1320
|
|
|
1201
1321
|
// @public (undocumented)
|
|
1202
|
-
export const colorPalettePinkBorderActive
|
|
1322
|
+
export const colorPalettePinkBorderActive = "--colorPalettePinkBorderActive";
|
|
1203
1323
|
|
|
1204
1324
|
// @public (undocumented)
|
|
1205
|
-
export const colorPalettePinkForeground2
|
|
1325
|
+
export const colorPalettePinkForeground2 = "--colorPalettePinkForeground2";
|
|
1206
1326
|
|
|
1207
1327
|
// @public (undocumented)
|
|
1208
|
-
export const colorPalettePlatinumBackground2
|
|
1328
|
+
export const colorPalettePlatinumBackground2 = "--colorPalettePlatinumBackground2";
|
|
1209
1329
|
|
|
1210
1330
|
// @public (undocumented)
|
|
1211
|
-
export const colorPalettePlatinumBorderActive
|
|
1331
|
+
export const colorPalettePlatinumBorderActive = "--colorPalettePlatinumBorderActive";
|
|
1212
1332
|
|
|
1213
1333
|
// @public (undocumented)
|
|
1214
|
-
export const colorPalettePlatinumForeground2
|
|
1334
|
+
export const colorPalettePlatinumForeground2 = "--colorPalettePlatinumForeground2";
|
|
1215
1335
|
|
|
1216
1336
|
// @public (undocumented)
|
|
1217
|
-
export const colorPalettePlumBackground2
|
|
1337
|
+
export const colorPalettePlumBackground2 = "--colorPalettePlumBackground2";
|
|
1218
1338
|
|
|
1219
1339
|
// @public (undocumented)
|
|
1220
|
-
export const colorPalettePlumBorderActive
|
|
1340
|
+
export const colorPalettePlumBorderActive = "--colorPalettePlumBorderActive";
|
|
1221
1341
|
|
|
1222
1342
|
// @public (undocumented)
|
|
1223
|
-
export const colorPalettePlumForeground2
|
|
1343
|
+
export const colorPalettePlumForeground2 = "--colorPalettePlumForeground2";
|
|
1224
1344
|
|
|
1225
1345
|
// @public (undocumented)
|
|
1226
|
-
export const colorPalettePumpkinBackground2
|
|
1346
|
+
export const colorPalettePumpkinBackground2 = "--colorPalettePumpkinBackground2";
|
|
1227
1347
|
|
|
1228
1348
|
// @public (undocumented)
|
|
1229
|
-
export const colorPalettePumpkinBorderActive
|
|
1349
|
+
export const colorPalettePumpkinBorderActive = "--colorPalettePumpkinBorderActive";
|
|
1230
1350
|
|
|
1231
1351
|
// @public (undocumented)
|
|
1232
|
-
export const colorPalettePumpkinForeground2
|
|
1352
|
+
export const colorPalettePumpkinForeground2 = "--colorPalettePumpkinForeground2";
|
|
1233
1353
|
|
|
1234
1354
|
// @public (undocumented)
|
|
1235
|
-
export const colorPalettePurpleBackground2
|
|
1355
|
+
export const colorPalettePurpleBackground2 = "--colorPalettePurpleBackground2";
|
|
1236
1356
|
|
|
1237
1357
|
// @public (undocumented)
|
|
1238
|
-
export const colorPalettePurpleBorderActive
|
|
1358
|
+
export const colorPalettePurpleBorderActive = "--colorPalettePurpleBorderActive";
|
|
1239
1359
|
|
|
1240
1360
|
// @public (undocumented)
|
|
1241
|
-
export const colorPalettePurpleForeground2
|
|
1361
|
+
export const colorPalettePurpleForeground2 = "--colorPalettePurpleForeground2";
|
|
1242
1362
|
|
|
1243
1363
|
// @public (undocumented)
|
|
1244
|
-
export const colorPaletteRedBackground1
|
|
1364
|
+
export const colorPaletteRedBackground1 = "--colorPaletteRedBackground1";
|
|
1245
1365
|
|
|
1246
1366
|
// @public (undocumented)
|
|
1247
|
-
export const colorPaletteRedBackground2
|
|
1367
|
+
export const colorPaletteRedBackground2 = "--colorPaletteRedBackground2";
|
|
1248
1368
|
|
|
1249
1369
|
// @public (undocumented)
|
|
1250
|
-
export const colorPaletteRedBackground3
|
|
1370
|
+
export const colorPaletteRedBackground3 = "--colorPaletteRedBackground3";
|
|
1251
1371
|
|
|
1252
1372
|
// @public (undocumented)
|
|
1253
|
-
export const colorPaletteRedBorder1
|
|
1373
|
+
export const colorPaletteRedBorder1 = "--colorPaletteRedBorder1";
|
|
1254
1374
|
|
|
1255
1375
|
// @public (undocumented)
|
|
1256
|
-
export const colorPaletteRedBorder2
|
|
1376
|
+
export const colorPaletteRedBorder2 = "--colorPaletteRedBorder2";
|
|
1257
1377
|
|
|
1258
1378
|
// @public (undocumented)
|
|
1259
|
-
export const colorPaletteRedBorderActive
|
|
1379
|
+
export const colorPaletteRedBorderActive = "--colorPaletteRedBorderActive";
|
|
1260
1380
|
|
|
1261
1381
|
// @public (undocumented)
|
|
1262
|
-
export const colorPaletteRedForeground1
|
|
1382
|
+
export const colorPaletteRedForeground1 = "--colorPaletteRedForeground1";
|
|
1263
1383
|
|
|
1264
1384
|
// @public (undocumented)
|
|
1265
|
-
export const colorPaletteRedForeground2
|
|
1385
|
+
export const colorPaletteRedForeground2 = "--colorPaletteRedForeground2";
|
|
1266
1386
|
|
|
1267
1387
|
// @public (undocumented)
|
|
1268
|
-
export const colorPaletteRedForeground3
|
|
1388
|
+
export const colorPaletteRedForeground3 = "--colorPaletteRedForeground3";
|
|
1269
1389
|
|
|
1270
1390
|
// @public (undocumented)
|
|
1271
|
-
export const colorPaletteRedForegroundInverted
|
|
1391
|
+
export const colorPaletteRedForegroundInverted = "--colorPaletteRedForegroundInverted";
|
|
1272
1392
|
|
|
1273
1393
|
// @public (undocumented)
|
|
1274
|
-
export const colorPaletteRoyalBlueBackground2
|
|
1394
|
+
export const colorPaletteRoyalBlueBackground2 = "--colorPaletteRoyalBlueBackground2";
|
|
1275
1395
|
|
|
1276
1396
|
// @public (undocumented)
|
|
1277
|
-
export const colorPaletteRoyalBlueBorderActive
|
|
1397
|
+
export const colorPaletteRoyalBlueBorderActive = "--colorPaletteRoyalBlueBorderActive";
|
|
1278
1398
|
|
|
1279
1399
|
// @public (undocumented)
|
|
1280
|
-
export const colorPaletteRoyalBlueForeground2
|
|
1400
|
+
export const colorPaletteRoyalBlueForeground2 = "--colorPaletteRoyalBlueForeground2";
|
|
1281
1401
|
|
|
1282
1402
|
// @public (undocumented)
|
|
1283
|
-
export const colorPaletteSeafoamBackground2
|
|
1403
|
+
export const colorPaletteSeafoamBackground2 = "--colorPaletteSeafoamBackground2";
|
|
1284
1404
|
|
|
1285
1405
|
// @public (undocumented)
|
|
1286
|
-
export const colorPaletteSeafoamBorderActive
|
|
1406
|
+
export const colorPaletteSeafoamBorderActive = "--colorPaletteSeafoamBorderActive";
|
|
1287
1407
|
|
|
1288
1408
|
// @public (undocumented)
|
|
1289
|
-
export const colorPaletteSeafoamForeground2
|
|
1409
|
+
export const colorPaletteSeafoamForeground2 = "--colorPaletteSeafoamForeground2";
|
|
1290
1410
|
|
|
1291
1411
|
// @public (undocumented)
|
|
1292
|
-
export const colorPaletteSteelBackground2
|
|
1412
|
+
export const colorPaletteSteelBackground2 = "--colorPaletteSteelBackground2";
|
|
1293
1413
|
|
|
1294
1414
|
// @public (undocumented)
|
|
1295
|
-
export const colorPaletteSteelBorderActive
|
|
1415
|
+
export const colorPaletteSteelBorderActive = "--colorPaletteSteelBorderActive";
|
|
1296
1416
|
|
|
1297
1417
|
// @public (undocumented)
|
|
1298
|
-
export const colorPaletteSteelForeground2
|
|
1418
|
+
export const colorPaletteSteelForeground2 = "--colorPaletteSteelForeground2";
|
|
1299
1419
|
|
|
1300
1420
|
// @public (undocumented)
|
|
1301
|
-
export const colorPaletteTealBackground2
|
|
1421
|
+
export const colorPaletteTealBackground2 = "--colorPaletteTealBackground2";
|
|
1302
1422
|
|
|
1303
1423
|
// @public (undocumented)
|
|
1304
|
-
export const colorPaletteTealBorderActive
|
|
1424
|
+
export const colorPaletteTealBorderActive = "--colorPaletteTealBorderActive";
|
|
1305
1425
|
|
|
1306
1426
|
// @public (undocumented)
|
|
1307
|
-
export const colorPaletteTealForeground2
|
|
1427
|
+
export const colorPaletteTealForeground2 = "--colorPaletteTealForeground2";
|
|
1308
1428
|
|
|
1309
1429
|
// @public (undocumented)
|
|
1310
|
-
export const colorPaletteYellowBackground1
|
|
1430
|
+
export const colorPaletteYellowBackground1 = "--colorPaletteYellowBackground1";
|
|
1311
1431
|
|
|
1312
1432
|
// @public (undocumented)
|
|
1313
|
-
export const colorPaletteYellowBackground2
|
|
1433
|
+
export const colorPaletteYellowBackground2 = "--colorPaletteYellowBackground2";
|
|
1314
1434
|
|
|
1315
1435
|
// @public (undocumented)
|
|
1316
|
-
export const colorPaletteYellowBackground3
|
|
1436
|
+
export const colorPaletteYellowBackground3 = "--colorPaletteYellowBackground3";
|
|
1317
1437
|
|
|
1318
1438
|
// @public (undocumented)
|
|
1319
|
-
export const colorPaletteYellowBorder1
|
|
1439
|
+
export const colorPaletteYellowBorder1 = "--colorPaletteYellowBorder1";
|
|
1320
1440
|
|
|
1321
1441
|
// @public (undocumented)
|
|
1322
|
-
export const colorPaletteYellowBorder2
|
|
1442
|
+
export const colorPaletteYellowBorder2 = "--colorPaletteYellowBorder2";
|
|
1323
1443
|
|
|
1324
1444
|
// @public (undocumented)
|
|
1325
|
-
export const colorPaletteYellowBorderActive
|
|
1445
|
+
export const colorPaletteYellowBorderActive = "--colorPaletteYellowBorderActive";
|
|
1326
1446
|
|
|
1327
1447
|
// @public (undocumented)
|
|
1328
|
-
export const colorPaletteYellowForeground1
|
|
1448
|
+
export const colorPaletteYellowForeground1 = "--colorPaletteYellowForeground1";
|
|
1329
1449
|
|
|
1330
1450
|
// @public (undocumented)
|
|
1331
|
-
export const colorPaletteYellowForeground2
|
|
1451
|
+
export const colorPaletteYellowForeground2 = "--colorPaletteYellowForeground2";
|
|
1332
1452
|
|
|
1333
1453
|
// @public (undocumented)
|
|
1334
|
-
export const colorPaletteYellowForeground3
|
|
1454
|
+
export const colorPaletteYellowForeground3 = "--colorPaletteYellowForeground3";
|
|
1335
1455
|
|
|
1336
1456
|
// @public (undocumented)
|
|
1337
|
-
export const colorPaletteYellowForegroundInverted
|
|
1457
|
+
export const colorPaletteYellowForegroundInverted = "--colorPaletteYellowForegroundInverted";
|
|
1338
1458
|
|
|
1339
1459
|
// @public (undocumented)
|
|
1340
|
-
export const colorScrollbarOverlay
|
|
1460
|
+
export const colorScrollbarOverlay = "--colorScrollbarOverlay";
|
|
1341
1461
|
|
|
1342
1462
|
// @public (undocumented)
|
|
1343
|
-
export const colorStrokeFocus1
|
|
1463
|
+
export const colorStrokeFocus1 = "--colorStrokeFocus1";
|
|
1344
1464
|
|
|
1345
1465
|
// @public (undocumented)
|
|
1346
|
-
export const colorStrokeFocus2
|
|
1466
|
+
export const colorStrokeFocus2 = "--colorStrokeFocus2";
|
|
1347
1467
|
|
|
1348
1468
|
// @public (undocumented)
|
|
1349
|
-
export const colorSubtleBackground
|
|
1469
|
+
export const colorSubtleBackground = "--colorSubtleBackground";
|
|
1350
1470
|
|
|
1351
1471
|
// @public (undocumented)
|
|
1352
|
-
export const colorSubtleBackgroundHover
|
|
1472
|
+
export const colorSubtleBackgroundHover = "--colorSubtleBackgroundHover";
|
|
1353
1473
|
|
|
1354
1474
|
// @public (undocumented)
|
|
1355
|
-
export const colorSubtleBackgroundInverted
|
|
1475
|
+
export const colorSubtleBackgroundInverted = "--colorSubtleBackgroundInverted";
|
|
1356
1476
|
|
|
1357
1477
|
// @public (undocumented)
|
|
1358
|
-
export const colorSubtleBackgroundInvertedHover
|
|
1478
|
+
export const colorSubtleBackgroundInvertedHover = "--colorSubtleBackgroundInvertedHover";
|
|
1359
1479
|
|
|
1360
1480
|
// @public (undocumented)
|
|
1361
|
-
export const colorSubtleBackgroundInvertedPressed
|
|
1481
|
+
export const colorSubtleBackgroundInvertedPressed = "--colorSubtleBackgroundInvertedPressed";
|
|
1362
1482
|
|
|
1363
1483
|
// @public (undocumented)
|
|
1364
|
-
export const colorSubtleBackgroundInvertedSelected
|
|
1484
|
+
export const colorSubtleBackgroundInvertedSelected = "--colorSubtleBackgroundInvertedSelected";
|
|
1365
1485
|
|
|
1366
1486
|
// @public (undocumented)
|
|
1367
|
-
export const colorSubtleBackgroundLightAlphaHover
|
|
1487
|
+
export const colorSubtleBackgroundLightAlphaHover = "--colorSubtleBackgroundLightAlphaHover";
|
|
1368
1488
|
|
|
1369
1489
|
// @public (undocumented)
|
|
1370
|
-
export const colorSubtleBackgroundLightAlphaPressed
|
|
1490
|
+
export const colorSubtleBackgroundLightAlphaPressed = "--colorSubtleBackgroundLightAlphaPressed";
|
|
1371
1491
|
|
|
1372
1492
|
// @public (undocumented)
|
|
1373
|
-
export const colorSubtleBackgroundLightAlphaSelected
|
|
1493
|
+
export const colorSubtleBackgroundLightAlphaSelected = "--colorSubtleBackgroundLightAlphaSelected";
|
|
1374
1494
|
|
|
1375
1495
|
// @public (undocumented)
|
|
1376
|
-
export const colorSubtleBackgroundPressed
|
|
1496
|
+
export const colorSubtleBackgroundPressed = "--colorSubtleBackgroundPressed";
|
|
1377
1497
|
|
|
1378
1498
|
// @public (undocumented)
|
|
1379
|
-
export const colorSubtleBackgroundSelected
|
|
1499
|
+
export const colorSubtleBackgroundSelected = "--colorSubtleBackgroundSelected";
|
|
1380
1500
|
|
|
1381
1501
|
// @public (undocumented)
|
|
1382
|
-
export const colorTransparentBackground
|
|
1502
|
+
export const colorTransparentBackground = "--colorTransparentBackground";
|
|
1383
1503
|
|
|
1384
1504
|
// @public (undocumented)
|
|
1385
|
-
export const colorTransparentBackgroundHover
|
|
1505
|
+
export const colorTransparentBackgroundHover = "--colorTransparentBackgroundHover";
|
|
1386
1506
|
|
|
1387
1507
|
// @public (undocumented)
|
|
1388
|
-
export const colorTransparentBackgroundPressed
|
|
1508
|
+
export const colorTransparentBackgroundPressed = "--colorTransparentBackgroundPressed";
|
|
1389
1509
|
|
|
1390
1510
|
// @public (undocumented)
|
|
1391
|
-
export const colorTransparentBackgroundSelected
|
|
1511
|
+
export const colorTransparentBackgroundSelected = "--colorTransparentBackgroundSelected";
|
|
1392
1512
|
|
|
1393
1513
|
// @public (undocumented)
|
|
1394
|
-
export const colorTransparentStroke
|
|
1514
|
+
export const colorTransparentStroke = "--colorTransparentStroke";
|
|
1395
1515
|
|
|
1396
1516
|
// @public (undocumented)
|
|
1397
|
-
export const colorTransparentStrokeDisabled
|
|
1517
|
+
export const colorTransparentStrokeDisabled = "--colorTransparentStrokeDisabled";
|
|
1398
1518
|
|
|
1399
1519
|
// @public (undocumented)
|
|
1400
|
-
export const colorTransparentStrokeInteractive
|
|
1520
|
+
export const colorTransparentStrokeInteractive = "--colorTransparentStrokeInteractive";
|
|
1401
1521
|
|
|
1402
1522
|
// @public
|
|
1403
1523
|
export class CompoundButton extends Button {
|
|
@@ -1415,7 +1535,7 @@ export const CompoundButtonAppearance: {
|
|
|
1415
1535
|
// @public
|
|
1416
1536
|
export type CompoundButtonAppearance = ValuesOf<typeof CompoundButtonAppearance>;
|
|
1417
1537
|
|
|
1418
|
-
// @public
|
|
1538
|
+
// @public (undocumented)
|
|
1419
1539
|
export const CompoundButtonDefinition: FASTElementDefinition<typeof CompoundButton>;
|
|
1420
1540
|
|
|
1421
1541
|
// @public
|
|
@@ -1492,7 +1612,7 @@ export const CounterBadgeColor: {
|
|
|
1492
1612
|
// @public
|
|
1493
1613
|
export type CounterBadgeColor = ValuesOf<typeof CounterBadgeColor>;
|
|
1494
1614
|
|
|
1495
|
-
// @public
|
|
1615
|
+
// @public (undocumented)
|
|
1496
1616
|
export const CounterBadgeDefinition: FASTElementDefinition<typeof CounterBadge>;
|
|
1497
1617
|
|
|
1498
1618
|
// Warning: (ae-incompatible-release-tags) The symbol "CounterBadgeOptions" is marked as @public, but its signature references "BadgeOptions" which is marked as @internal
|
|
@@ -1529,31 +1649,64 @@ export const CounterBadgeStyles: ElementStyles;
|
|
|
1529
1649
|
export const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
|
|
1530
1650
|
|
|
1531
1651
|
// @public (undocumented)
|
|
1532
|
-
export const curveAccelerateMax
|
|
1652
|
+
export const curveAccelerateMax = "--curveAccelerateMax";
|
|
1533
1653
|
|
|
1534
1654
|
// @public (undocumented)
|
|
1535
|
-
export const curveAccelerateMid
|
|
1655
|
+
export const curveAccelerateMid = "--curveAccelerateMid";
|
|
1536
1656
|
|
|
1537
1657
|
// @public (undocumented)
|
|
1538
|
-
export const curveAccelerateMin
|
|
1658
|
+
export const curveAccelerateMin = "--curveAccelerateMin";
|
|
1539
1659
|
|
|
1540
1660
|
// @public (undocumented)
|
|
1541
|
-
export const curveDecelerateMax
|
|
1661
|
+
export const curveDecelerateMax = "--curveDecelerateMax";
|
|
1542
1662
|
|
|
1543
1663
|
// @public (undocumented)
|
|
1544
|
-
export const curveDecelerateMid
|
|
1664
|
+
export const curveDecelerateMid = "--curveDecelerateMid";
|
|
1545
1665
|
|
|
1546
1666
|
// @public (undocumented)
|
|
1547
|
-
export const curveDecelerateMin
|
|
1667
|
+
export const curveDecelerateMin = "--curveDecelerateMin";
|
|
1548
1668
|
|
|
1549
1669
|
// @public (undocumented)
|
|
1550
|
-
export const curveEasyEase
|
|
1670
|
+
export const curveEasyEase = "--curveEasyEase";
|
|
1551
1671
|
|
|
1552
1672
|
// @public (undocumented)
|
|
1553
|
-
export const curveEasyEaseMax
|
|
1673
|
+
export const curveEasyEaseMax = "--curveEasyEaseMax";
|
|
1554
1674
|
|
|
1555
1675
|
// @public (undocumented)
|
|
1556
|
-
export const curveLinear
|
|
1676
|
+
export const curveLinear = "--curveLinear";
|
|
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
|
+
}
|
|
1557
1710
|
|
|
1558
1711
|
// @public
|
|
1559
1712
|
export class Dialog extends FASTElement {
|
|
@@ -1589,10 +1742,12 @@ export const DialogStyles: ElementStyles;
|
|
|
1589
1742
|
export const DialogTemplate: ElementViewTemplate<Dialog>;
|
|
1590
1743
|
|
|
1591
1744
|
// @public
|
|
1592
|
-
export class Divider extends
|
|
1745
|
+
export class Divider extends FASTElement {
|
|
1593
1746
|
alignContent?: DividerAlignContent;
|
|
1594
1747
|
appearance?: DividerAppearance;
|
|
1595
1748
|
inset?: boolean;
|
|
1749
|
+
orientation: DividerOrientation;
|
|
1750
|
+
role: DividerRole;
|
|
1596
1751
|
}
|
|
1597
1752
|
|
|
1598
1753
|
// @public
|
|
@@ -1619,9 +1774,26 @@ export type DividerAppearance = ValuesOf<typeof DividerAppearance>;
|
|
|
1619
1774
|
// @public
|
|
1620
1775
|
export const DividerDefinition: FASTElementDefinition<typeof Divider>;
|
|
1621
1776
|
|
|
1622
|
-
|
|
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
|
+
};
|
|
1623
1794
|
|
|
1624
|
-
|
|
1795
|
+
// @public
|
|
1796
|
+
export type DividerRole = ValuesOf<typeof DividerRole>;
|
|
1625
1797
|
|
|
1626
1798
|
// @public
|
|
1627
1799
|
export const DividerStyles: ElementStyles;
|
|
@@ -1630,25 +1802,25 @@ export const DividerStyles: ElementStyles;
|
|
|
1630
1802
|
export const DividerTemplate: ElementViewTemplate<Divider>;
|
|
1631
1803
|
|
|
1632
1804
|
// @public (undocumented)
|
|
1633
|
-
export const durationFast
|
|
1805
|
+
export const durationFast = "--durationFast";
|
|
1634
1806
|
|
|
1635
1807
|
// @public (undocumented)
|
|
1636
|
-
export const durationFaster
|
|
1808
|
+
export const durationFaster = "--durationFaster";
|
|
1637
1809
|
|
|
1638
1810
|
// @public (undocumented)
|
|
1639
|
-
export const durationNormal
|
|
1811
|
+
export const durationNormal = "--durationNormal";
|
|
1640
1812
|
|
|
1641
1813
|
// @public (undocumented)
|
|
1642
|
-
export const durationSlow
|
|
1814
|
+
export const durationSlow = "--durationSlow";
|
|
1643
1815
|
|
|
1644
1816
|
// @public (undocumented)
|
|
1645
|
-
export const durationSlower
|
|
1817
|
+
export const durationSlower = "--durationSlower";
|
|
1646
1818
|
|
|
1647
1819
|
// @public (undocumented)
|
|
1648
|
-
export const durationUltraFast
|
|
1820
|
+
export const durationUltraFast = "--durationUltraFast";
|
|
1649
1821
|
|
|
1650
1822
|
// @public (undocumented)
|
|
1651
|
-
export const durationUltraSlow
|
|
1823
|
+
export const durationUltraSlow = "--durationUltraSlow";
|
|
1652
1824
|
|
|
1653
1825
|
// @public (undocumented)
|
|
1654
1826
|
export const FluentDesignSystem: Readonly<{
|
|
@@ -1658,55 +1830,55 @@ export const FluentDesignSystem: Readonly<{
|
|
|
1658
1830
|
}>;
|
|
1659
1831
|
|
|
1660
1832
|
// @public (undocumented)
|
|
1661
|
-
export const fontFamilyBase
|
|
1833
|
+
export const fontFamilyBase = "--fontFamilyBase";
|
|
1662
1834
|
|
|
1663
1835
|
// @public (undocumented)
|
|
1664
|
-
export const fontFamilyMonospace
|
|
1836
|
+
export const fontFamilyMonospace = "--fontFamilyMonospace";
|
|
1665
1837
|
|
|
1666
1838
|
// @public (undocumented)
|
|
1667
|
-
export const fontFamilyNumeric
|
|
1839
|
+
export const fontFamilyNumeric = "--fontFamilyNumeric";
|
|
1668
1840
|
|
|
1669
1841
|
// @public (undocumented)
|
|
1670
|
-
export const fontSizeBase100
|
|
1842
|
+
export const fontSizeBase100 = "--fontSizeBase100";
|
|
1671
1843
|
|
|
1672
1844
|
// @public (undocumented)
|
|
1673
|
-
export const fontSizeBase200
|
|
1845
|
+
export const fontSizeBase200 = "--fontSizeBase200";
|
|
1674
1846
|
|
|
1675
1847
|
// @public (undocumented)
|
|
1676
|
-
export const fontSizeBase300
|
|
1848
|
+
export const fontSizeBase300 = "--fontSizeBase300";
|
|
1677
1849
|
|
|
1678
1850
|
// @public (undocumented)
|
|
1679
|
-
export const fontSizeBase400
|
|
1851
|
+
export const fontSizeBase400 = "--fontSizeBase400";
|
|
1680
1852
|
|
|
1681
1853
|
// @public (undocumented)
|
|
1682
|
-
export const fontSizeBase500
|
|
1854
|
+
export const fontSizeBase500 = "--fontSizeBase500";
|
|
1683
1855
|
|
|
1684
1856
|
// @public (undocumented)
|
|
1685
|
-
export const fontSizeBase600
|
|
1857
|
+
export const fontSizeBase600 = "--fontSizeBase600";
|
|
1686
1858
|
|
|
1687
1859
|
// @public (undocumented)
|
|
1688
|
-
export const fontSizeHero1000
|
|
1860
|
+
export const fontSizeHero1000 = "--fontSizeHero1000";
|
|
1689
1861
|
|
|
1690
1862
|
// @public (undocumented)
|
|
1691
|
-
export const fontSizeHero700
|
|
1863
|
+
export const fontSizeHero700 = "--fontSizeHero700";
|
|
1692
1864
|
|
|
1693
1865
|
// @public (undocumented)
|
|
1694
|
-
export const fontSizeHero800
|
|
1866
|
+
export const fontSizeHero800 = "--fontSizeHero800";
|
|
1695
1867
|
|
|
1696
1868
|
// @public (undocumented)
|
|
1697
|
-
export const fontSizeHero900
|
|
1869
|
+
export const fontSizeHero900 = "--fontSizeHero900";
|
|
1698
1870
|
|
|
1699
1871
|
// @public (undocumented)
|
|
1700
|
-
export const fontWeightBold
|
|
1872
|
+
export const fontWeightBold = "--fontWeightBold";
|
|
1701
1873
|
|
|
1702
1874
|
// @public (undocumented)
|
|
1703
|
-
export const fontWeightMedium
|
|
1875
|
+
export const fontWeightMedium = "--fontWeightMedium";
|
|
1704
1876
|
|
|
1705
1877
|
// @public (undocumented)
|
|
1706
|
-
export const fontWeightRegular
|
|
1878
|
+
export const fontWeightRegular = "--fontWeightRegular";
|
|
1707
1879
|
|
|
1708
1880
|
// @public (undocumented)
|
|
1709
|
-
export const fontWeightSemibold
|
|
1881
|
+
export const fontWeightSemibold = "--fontWeightSemibold";
|
|
1710
1882
|
|
|
1711
1883
|
// @public
|
|
1712
1884
|
class Image_2 extends FASTElement {
|
|
@@ -1769,34 +1941,34 @@ export const LabelStyles: ElementStyles;
|
|
|
1769
1941
|
export const LabelTemplate: ElementViewTemplate<Label>;
|
|
1770
1942
|
|
|
1771
1943
|
// @public (undocumented)
|
|
1772
|
-
export const lineHeightBase100
|
|
1944
|
+
export const lineHeightBase100 = "--lineHeightBase100";
|
|
1773
1945
|
|
|
1774
1946
|
// @public (undocumented)
|
|
1775
|
-
export const lineHeightBase200
|
|
1947
|
+
export const lineHeightBase200 = "--lineHeightBase200";
|
|
1776
1948
|
|
|
1777
1949
|
// @public (undocumented)
|
|
1778
|
-
export const lineHeightBase300
|
|
1950
|
+
export const lineHeightBase300 = "--lineHeightBase300";
|
|
1779
1951
|
|
|
1780
1952
|
// @public (undocumented)
|
|
1781
|
-
export const lineHeightBase400
|
|
1953
|
+
export const lineHeightBase400 = "--lineHeightBase400";
|
|
1782
1954
|
|
|
1783
1955
|
// @public (undocumented)
|
|
1784
|
-
export const lineHeightBase500
|
|
1956
|
+
export const lineHeightBase500 = "--lineHeightBase500";
|
|
1785
1957
|
|
|
1786
1958
|
// @public (undocumented)
|
|
1787
|
-
export const lineHeightBase600
|
|
1959
|
+
export const lineHeightBase600 = "--lineHeightBase600";
|
|
1788
1960
|
|
|
1789
1961
|
// @public (undocumented)
|
|
1790
|
-
export const lineHeightHero1000
|
|
1962
|
+
export const lineHeightHero1000 = "--lineHeightHero1000";
|
|
1791
1963
|
|
|
1792
1964
|
// @public (undocumented)
|
|
1793
|
-
export const lineHeightHero700
|
|
1965
|
+
export const lineHeightHero700 = "--lineHeightHero700";
|
|
1794
1966
|
|
|
1795
1967
|
// @public (undocumented)
|
|
1796
|
-
export const lineHeightHero800
|
|
1968
|
+
export const lineHeightHero800 = "--lineHeightHero800";
|
|
1797
1969
|
|
|
1798
1970
|
// @public (undocumented)
|
|
1799
|
-
export const lineHeightHero900
|
|
1971
|
+
export const lineHeightHero900 = "--lineHeightHero900";
|
|
1800
1972
|
|
|
1801
1973
|
// @public
|
|
1802
1974
|
export class Menu extends FASTElement {
|
|
@@ -1845,7 +2017,7 @@ export const MenuButtonAppearance: {
|
|
|
1845
2017
|
// @public
|
|
1846
2018
|
export type MenuButtonAppearance = ValuesOf<typeof MenuButtonAppearance>;
|
|
1847
2019
|
|
|
1848
|
-
// @public
|
|
2020
|
+
// @public (undocumented)
|
|
1849
2021
|
export const MenuButtonDefinition: FASTElementDefinition<typeof MenuButton>;
|
|
1850
2022
|
|
|
1851
2023
|
// @public
|
|
@@ -1874,17 +2046,71 @@ export const MenuButtonTemplate: ElementViewTemplate<MenuButton>;
|
|
|
1874
2046
|
// @public
|
|
1875
2047
|
export const MenuDefinition: FASTElementDefinition<typeof Menu>;
|
|
1876
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
|
+
//
|
|
1877
2051
|
// @public
|
|
1878
|
-
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 {
|
|
1879
2090
|
}
|
|
1880
2091
|
|
|
1881
2092
|
// @public (undocumented)
|
|
1882
2093
|
export type MenuItemColumnCount = 0 | 1 | 2;
|
|
1883
2094
|
|
|
1884
|
-
// @public
|
|
2095
|
+
// @public (undocumented)
|
|
1885
2096
|
export const MenuItemDefinition: FASTElementDefinition<typeof MenuItem>;
|
|
1886
2097
|
|
|
1887
|
-
|
|
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>;
|
|
1888
2114
|
|
|
1889
2115
|
// @public
|
|
1890
2116
|
export const MenuItemStyles: ElementStyles;
|
|
@@ -1893,12 +2119,33 @@ export const MenuItemStyles: ElementStyles;
|
|
|
1893
2119
|
export const MenuItemTemplate: ElementViewTemplate<MenuItem>;
|
|
1894
2120
|
|
|
1895
2121
|
// @public
|
|
1896
|
-
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;
|
|
1897
2144
|
// (undocumented)
|
|
1898
2145
|
protected setItems(): void;
|
|
1899
2146
|
}
|
|
1900
2147
|
|
|
1901
|
-
// @public
|
|
2148
|
+
// @public (undocumented)
|
|
1902
2149
|
export const MenuListDefinition: FASTElementDefinition<typeof MenuList>;
|
|
1903
2150
|
|
|
1904
2151
|
// @public
|
|
@@ -1913,8 +2160,10 @@ export const MenuStyles: ElementStyles;
|
|
|
1913
2160
|
// @public (undocumented)
|
|
1914
2161
|
export const MenuTemplate: ElementViewTemplate<Menu>;
|
|
1915
2162
|
|
|
2163
|
+
// Warning: (ae-forgotten-export) The symbol "BaseProgress" needs to be exported by the entry point index.d.ts
|
|
2164
|
+
//
|
|
1916
2165
|
// @public
|
|
1917
|
-
class ProgressBar_2 extends
|
|
2166
|
+
class ProgressBar_2 extends BaseProgress {
|
|
1918
2167
|
shape?: ProgressBarShape;
|
|
1919
2168
|
thickness?: ProgressBarThickness;
|
|
1920
2169
|
validationState: ProgressBarValidationState | null;
|
|
@@ -1959,91 +2208,242 @@ export const ProgressBarValidationState: {
|
|
|
1959
2208
|
export type ProgressBarValidationState = ValuesOf<typeof ProgressBarValidationState>;
|
|
1960
2209
|
|
|
1961
2210
|
// @public
|
|
1962
|
-
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;
|
|
1963
2232
|
}
|
|
1964
2233
|
|
|
2234
|
+
// @public (undocumented)
|
|
2235
|
+
export type RadioControl = Pick<HTMLInputElement, 'checked' | 'disabled' | 'focus' | 'setAttribute' | 'getAttribute'>;
|
|
2236
|
+
|
|
1965
2237
|
// @public
|
|
1966
2238
|
export const RadioDefinition: FASTElementDefinition<typeof Radio>;
|
|
1967
2239
|
|
|
1968
2240
|
// @public
|
|
1969
|
-
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;
|
|
1970
2267
|
stacked: boolean;
|
|
2268
|
+
value: string;
|
|
2269
|
+
// (undocumented)
|
|
2270
|
+
protected valueChanged(): void;
|
|
1971
2271
|
}
|
|
1972
2272
|
|
|
1973
2273
|
// @public
|
|
1974
2274
|
export const RadioGroupDefinition: FASTElementDefinition<typeof RadioGroup>;
|
|
1975
2275
|
|
|
1976
|
-
export { RadioGroupOrientation }
|
|
1977
|
-
|
|
1978
2276
|
// @public
|
|
1979
2277
|
export const RadioGroupStyles: ElementStyles;
|
|
1980
2278
|
|
|
1981
2279
|
// @public (undocumented)
|
|
1982
2280
|
export const RadioGroupTemplate: ElementViewTemplate<RadioGroup>;
|
|
1983
2281
|
|
|
2282
|
+
// @public
|
|
2283
|
+
export type RadioOptions = {
|
|
2284
|
+
checkedIndicator?: StaticallyComposableHTML<Radio>;
|
|
2285
|
+
};
|
|
2286
|
+
|
|
1984
2287
|
// @public
|
|
1985
2288
|
export const RadioStyles: ElementStyles;
|
|
1986
2289
|
|
|
1987
2290
|
// @public (undocumented)
|
|
1988
2291
|
export const RadioTemplate: ElementViewTemplate<Radio>;
|
|
1989
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
|
+
|
|
1990
2300
|
// @public
|
|
1991
2301
|
export const setTheme: (theme: Theme) => void;
|
|
1992
2302
|
|
|
1993
2303
|
// @public (undocumented)
|
|
1994
|
-
export const setThemeFor: (element:
|
|
2304
|
+
export const setThemeFor: (element: HTMLElement, theme: Theme) => void;
|
|
1995
2305
|
|
|
1996
2306
|
// @public (undocumented)
|
|
1997
|
-
export const shadow16
|
|
2307
|
+
export const shadow16 = "--shadow16";
|
|
1998
2308
|
|
|
1999
2309
|
// @public (undocumented)
|
|
2000
|
-
export const shadow16Brand
|
|
2310
|
+
export const shadow16Brand = "--shadow16Brand";
|
|
2001
2311
|
|
|
2002
2312
|
// @public (undocumented)
|
|
2003
|
-
export const shadow2
|
|
2313
|
+
export const shadow2 = "--shadow2";
|
|
2004
2314
|
|
|
2005
2315
|
// @public (undocumented)
|
|
2006
|
-
export const shadow28
|
|
2316
|
+
export const shadow28 = "--shadow28";
|
|
2007
2317
|
|
|
2008
2318
|
// @public (undocumented)
|
|
2009
|
-
export const shadow28Brand
|
|
2319
|
+
export const shadow28Brand = "--shadow28Brand";
|
|
2010
2320
|
|
|
2011
2321
|
// @public (undocumented)
|
|
2012
|
-
export const shadow2Brand
|
|
2322
|
+
export const shadow2Brand = "--shadow2Brand";
|
|
2013
2323
|
|
|
2014
2324
|
// @public (undocumented)
|
|
2015
|
-
export const shadow4
|
|
2325
|
+
export const shadow4 = "--shadow4";
|
|
2016
2326
|
|
|
2017
2327
|
// @public (undocumented)
|
|
2018
|
-
export const shadow4Brand
|
|
2328
|
+
export const shadow4Brand = "--shadow4Brand";
|
|
2019
2329
|
|
|
2020
2330
|
// @public (undocumented)
|
|
2021
|
-
export const shadow64
|
|
2331
|
+
export const shadow64 = "--shadow64";
|
|
2022
2332
|
|
|
2023
2333
|
// @public (undocumented)
|
|
2024
|
-
export const shadow64Brand
|
|
2334
|
+
export const shadow64Brand = "--shadow64Brand";
|
|
2025
2335
|
|
|
2026
2336
|
// @public (undocumented)
|
|
2027
|
-
export const shadow8
|
|
2337
|
+
export const shadow8 = "--shadow8";
|
|
2028
2338
|
|
|
2029
2339
|
// @public (undocumented)
|
|
2030
|
-
export const shadow8Brand
|
|
2340
|
+
export const shadow8Brand = "--shadow8Brand";
|
|
2031
2341
|
|
|
2342
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedSlider" needs to be exported by the entry point index.d.ts
|
|
2343
|
+
//
|
|
2032
2344
|
// @public
|
|
2033
|
-
export class Slider extends
|
|
2034
|
-
//
|
|
2345
|
+
export class Slider extends FormAssociatedSlider implements SliderConfiguration {
|
|
2346
|
+
// @internal
|
|
2347
|
+
calculateNewValue(rawValue: number): number;
|
|
2348
|
+
// @internal (undocumented)
|
|
2035
2349
|
connectedCallback(): void;
|
|
2036
|
-
|
|
2350
|
+
decrement(): void;
|
|
2351
|
+
// @internal (undocumented)
|
|
2352
|
+
direction: Direction;
|
|
2353
|
+
// @internal (undocumented)
|
|
2037
2354
|
disconnectedCallback(): void;
|
|
2038
2355
|
// (undocumented)
|
|
2039
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;
|
|
2040
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;
|
|
2041
2421
|
}
|
|
2042
2422
|
|
|
2043
2423
|
// @public
|
|
2044
2424
|
export const SliderDefinition: FASTElementDefinition<typeof Slider>;
|
|
2045
2425
|
|
|
2046
|
-
|
|
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>;
|
|
2047
2447
|
|
|
2048
2448
|
// @public
|
|
2049
2449
|
export const SliderSize: {
|
|
@@ -2058,76 +2458,78 @@ export type SliderSize = ValuesOf<typeof SliderSize>;
|
|
|
2058
2458
|
export const SliderStyles: ElementStyles;
|
|
2059
2459
|
|
|
2060
2460
|
// @public (undocumented)
|
|
2061
|
-
export const SliderTemplate: ElementViewTemplate<
|
|
2461
|
+
export const SliderTemplate: ElementViewTemplate<Slider>;
|
|
2062
2462
|
|
|
2063
2463
|
// @public (undocumented)
|
|
2064
|
-
export const spacingHorizontalL
|
|
2464
|
+
export const spacingHorizontalL = "--spacingHorizontalL";
|
|
2065
2465
|
|
|
2066
2466
|
// @public (undocumented)
|
|
2067
|
-
export const spacingHorizontalM
|
|
2467
|
+
export const spacingHorizontalM = "--spacingHorizontalM";
|
|
2068
2468
|
|
|
2069
2469
|
// @public (undocumented)
|
|
2070
|
-
export const spacingHorizontalMNudge
|
|
2470
|
+
export const spacingHorizontalMNudge = "--spacingHorizontalMNudge";
|
|
2071
2471
|
|
|
2072
2472
|
// @public (undocumented)
|
|
2073
|
-
export const spacingHorizontalNone
|
|
2473
|
+
export const spacingHorizontalNone = "--spacingHorizontalNone";
|
|
2074
2474
|
|
|
2075
2475
|
// @public (undocumented)
|
|
2076
|
-
export const spacingHorizontalS
|
|
2476
|
+
export const spacingHorizontalS = "--spacingHorizontalS";
|
|
2077
2477
|
|
|
2078
2478
|
// @public (undocumented)
|
|
2079
|
-
export const spacingHorizontalSNudge
|
|
2479
|
+
export const spacingHorizontalSNudge = "--spacingHorizontalSNudge";
|
|
2080
2480
|
|
|
2081
2481
|
// @public (undocumented)
|
|
2082
|
-
export const spacingHorizontalXL
|
|
2482
|
+
export const spacingHorizontalXL = "--spacingHorizontalXL";
|
|
2083
2483
|
|
|
2084
2484
|
// @public (undocumented)
|
|
2085
|
-
export const spacingHorizontalXS
|
|
2485
|
+
export const spacingHorizontalXS = "--spacingHorizontalXS";
|
|
2086
2486
|
|
|
2087
2487
|
// @public (undocumented)
|
|
2088
|
-
export const spacingHorizontalXXL
|
|
2488
|
+
export const spacingHorizontalXXL = "--spacingHorizontalXXL";
|
|
2089
2489
|
|
|
2090
2490
|
// @public (undocumented)
|
|
2091
|
-
export const spacingHorizontalXXS
|
|
2491
|
+
export const spacingHorizontalXXS = "--spacingHorizontalXXS";
|
|
2092
2492
|
|
|
2093
2493
|
// @public (undocumented)
|
|
2094
|
-
export const spacingHorizontalXXXL
|
|
2494
|
+
export const spacingHorizontalXXXL = "--spacingHorizontalXXXL";
|
|
2095
2495
|
|
|
2096
2496
|
// @public (undocumented)
|
|
2097
|
-
export const spacingVerticalL
|
|
2497
|
+
export const spacingVerticalL = "--spacingVerticalL";
|
|
2098
2498
|
|
|
2099
2499
|
// @public (undocumented)
|
|
2100
|
-
export const spacingVerticalM
|
|
2500
|
+
export const spacingVerticalM = "--spacingVerticalM";
|
|
2101
2501
|
|
|
2102
2502
|
// @public (undocumented)
|
|
2103
|
-
export const spacingVerticalMNudge
|
|
2503
|
+
export const spacingVerticalMNudge = "--spacingVerticalMNudge";
|
|
2104
2504
|
|
|
2105
2505
|
// @public (undocumented)
|
|
2106
|
-
export const spacingVerticalNone
|
|
2506
|
+
export const spacingVerticalNone = "--spacingVerticalNone";
|
|
2107
2507
|
|
|
2108
2508
|
// @public (undocumented)
|
|
2109
|
-
export const spacingVerticalS
|
|
2509
|
+
export const spacingVerticalS = "--spacingVerticalS";
|
|
2110
2510
|
|
|
2111
2511
|
// @public (undocumented)
|
|
2112
|
-
export const spacingVerticalSNudge
|
|
2512
|
+
export const spacingVerticalSNudge = "--spacingVerticalSNudge";
|
|
2113
2513
|
|
|
2114
2514
|
// @public (undocumented)
|
|
2115
|
-
export const spacingVerticalXL
|
|
2515
|
+
export const spacingVerticalXL = "--spacingVerticalXL";
|
|
2116
2516
|
|
|
2117
2517
|
// @public (undocumented)
|
|
2118
|
-
export const spacingVerticalXS
|
|
2518
|
+
export const spacingVerticalXS = "--spacingVerticalXS";
|
|
2119
2519
|
|
|
2120
2520
|
// @public (undocumented)
|
|
2121
|
-
export const spacingVerticalXXL
|
|
2521
|
+
export const spacingVerticalXXL = "--spacingVerticalXXL";
|
|
2122
2522
|
|
|
2123
2523
|
// @public (undocumented)
|
|
2124
|
-
export const spacingVerticalXXS
|
|
2524
|
+
export const spacingVerticalXXS = "--spacingVerticalXXS";
|
|
2125
2525
|
|
|
2126
2526
|
// @public (undocumented)
|
|
2127
|
-
export const spacingVerticalXXXL
|
|
2527
|
+
export const spacingVerticalXXXL = "--spacingVerticalXXXL";
|
|
2128
2528
|
|
|
2529
|
+
// Warning: (ae-forgotten-export) The symbol "ProgressRing" needs to be exported by the entry point index.d.ts
|
|
2530
|
+
//
|
|
2129
2531
|
// @public
|
|
2130
|
-
export class Spinner extends
|
|
2532
|
+
export class Spinner extends ProgressRing {
|
|
2131
2533
|
appearance?: SpinnerAppearance;
|
|
2132
2534
|
size?: SpinnerSize;
|
|
2133
2535
|
}
|
|
@@ -2141,7 +2543,7 @@ export const SpinnerAppearance: {
|
|
|
2141
2543
|
// @public
|
|
2142
2544
|
export type SpinnerAppearance = ValuesOf<typeof SpinnerAppearance>;
|
|
2143
2545
|
|
|
2144
|
-
// @public
|
|
2546
|
+
// @public (undocumented)
|
|
2145
2547
|
export const SpinnerDefinition: FASTElementDefinition<typeof Spinner>;
|
|
2146
2548
|
|
|
2147
2549
|
// @public
|
|
@@ -2165,25 +2567,39 @@ export const SpinnerStyles: ElementStyles;
|
|
|
2165
2567
|
export const SpinnerTemplate: ElementViewTemplate<Spinner>;
|
|
2166
2568
|
|
|
2167
2569
|
// @public (undocumented)
|
|
2168
|
-
export const strokeWidthThick
|
|
2570
|
+
export const strokeWidthThick = "--strokeWidthThick";
|
|
2169
2571
|
|
|
2170
2572
|
// @public (undocumented)
|
|
2171
|
-
export const strokeWidthThicker
|
|
2573
|
+
export const strokeWidthThicker = "--strokeWidthThicker";
|
|
2172
2574
|
|
|
2173
2575
|
// @public (undocumented)
|
|
2174
|
-
export const strokeWidthThickest
|
|
2576
|
+
export const strokeWidthThickest = "--strokeWidthThickest";
|
|
2175
2577
|
|
|
2176
2578
|
// @public (undocumented)
|
|
2177
|
-
export const strokeWidthThin
|
|
2579
|
+
export const strokeWidthThin = "--strokeWidthThin";
|
|
2178
2580
|
|
|
2179
2581
|
// @public (undocumented)
|
|
2180
2582
|
const styles: ElementStyles;
|
|
2181
2583
|
export { styles as ButtonStyles }
|
|
2182
2584
|
export { styles as MenuButtonStyles }
|
|
2183
2585
|
|
|
2586
|
+
// Warning: (ae-forgotten-export) The symbol "FormAssociatedSwitch" needs to be exported by the entry point index.d.ts
|
|
2587
|
+
//
|
|
2184
2588
|
// @public (undocumented)
|
|
2185
|
-
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;
|
|
2186
2599
|
labelPosition: SwitchLabelPosition | undefined;
|
|
2600
|
+
readOnly: boolean;
|
|
2601
|
+
// (undocumented)
|
|
2602
|
+
protected readOnlyChanged(): void;
|
|
2187
2603
|
}
|
|
2188
2604
|
|
|
2189
2605
|
// @public
|
|
@@ -2199,6 +2615,11 @@ export const SwitchLabelPosition: {
|
|
|
2199
2615
|
// @public
|
|
2200
2616
|
export type SwitchLabelPosition = ValuesOf<typeof SwitchLabelPosition>;
|
|
2201
2617
|
|
|
2618
|
+
// @public (undocumented)
|
|
2619
|
+
export type SwitchOptions = {
|
|
2620
|
+
switch?: StaticallyComposableHTML<Switch>;
|
|
2621
|
+
};
|
|
2622
|
+
|
|
2202
2623
|
// @public (undocumented)
|
|
2203
2624
|
export const SwitchStyles: ElementStyles;
|
|
2204
2625
|
|
|
@@ -2206,16 +2627,24 @@ export const SwitchStyles: ElementStyles;
|
|
|
2206
2627
|
export const SwitchTemplate: ElementViewTemplate<Switch>;
|
|
2207
2628
|
|
|
2208
2629
|
// @public
|
|
2209
|
-
export class Tab extends
|
|
2630
|
+
export class Tab extends FASTElement {
|
|
2210
2631
|
// (undocumented)
|
|
2211
2632
|
connectedCallback(): void;
|
|
2633
|
+
disabled: boolean;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
// @public (undocumented)
|
|
2637
|
+
export interface Tab extends StartEnd {
|
|
2212
2638
|
}
|
|
2213
2639
|
|
|
2214
2640
|
// @public (undocumented)
|
|
2215
2641
|
export const TabDefinition: FASTElementDefinition<typeof Tab>;
|
|
2216
2642
|
|
|
2643
|
+
// @public
|
|
2644
|
+
export type TabOptions = StartEndOptions<Tab>;
|
|
2645
|
+
|
|
2217
2646
|
// @public (undocumented)
|
|
2218
|
-
export class TabPanel extends
|
|
2647
|
+
export class TabPanel extends FASTElement {
|
|
2219
2648
|
}
|
|
2220
2649
|
|
|
2221
2650
|
// @public (undocumented)
|
|
@@ -2225,10 +2654,10 @@ export const TabPanelDefinition: FASTElementDefinition<typeof TabPanel>;
|
|
|
2225
2654
|
export const TabPanelStyles: ElementStyles;
|
|
2226
2655
|
|
|
2227
2656
|
// @public (undocumented)
|
|
2228
|
-
export const TabPanelTemplate: ElementViewTemplate<
|
|
2657
|
+
export const TabPanelTemplate: ElementViewTemplate<TabPanel, any>;
|
|
2229
2658
|
|
|
2230
|
-
// @public
|
|
2231
|
-
export class Tabs extends
|
|
2659
|
+
// @public (undocumented)
|
|
2660
|
+
export class Tabs extends BaseTabs {
|
|
2232
2661
|
// (undocumented)
|
|
2233
2662
|
activeidChanged(oldValue: string, newValue: string): void;
|
|
2234
2663
|
appearance?: TabsAppearance;
|
|
@@ -2238,6 +2667,10 @@ export class Tabs extends FASTTabs {
|
|
|
2238
2667
|
tabsChanged(): void;
|
|
2239
2668
|
}
|
|
2240
2669
|
|
|
2670
|
+
// @public (undocumented)
|
|
2671
|
+
export interface Tabs extends StartEnd {
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2241
2674
|
// @public (undocumented)
|
|
2242
2675
|
export const TabsAppearance: {
|
|
2243
2676
|
readonly subtle: "subtle";
|
|
@@ -2250,7 +2683,17 @@ export type TabsAppearance = ValuesOf<typeof TabsAppearance>;
|
|
|
2250
2683
|
// @public (undocumented)
|
|
2251
2684
|
export const TabsDefinition: FASTElementDefinition<typeof Tabs>;
|
|
2252
2685
|
|
|
2253
|
-
|
|
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>;
|
|
2254
2697
|
|
|
2255
2698
|
// @public (undocumented)
|
|
2256
2699
|
export const TabsSize: {
|
|
@@ -2266,13 +2709,13 @@ export type TabsSize = ValuesOf<typeof TabsSize>;
|
|
|
2266
2709
|
export const TabsStyles: ElementStyles;
|
|
2267
2710
|
|
|
2268
2711
|
// @public (undocumented)
|
|
2269
|
-
export const TabsTemplate: ElementViewTemplate<
|
|
2712
|
+
export const TabsTemplate: ElementViewTemplate<Tabs, any>;
|
|
2270
2713
|
|
|
2271
2714
|
// @public (undocumented)
|
|
2272
2715
|
export const TabStyles: ElementStyles;
|
|
2273
2716
|
|
|
2274
2717
|
// @public (undocumented)
|
|
2275
|
-
export const TabTemplate: ElementViewTemplate<
|
|
2718
|
+
export const TabTemplate: ElementViewTemplate<Tab, any>;
|
|
2276
2719
|
|
|
2277
2720
|
// @public
|
|
2278
2721
|
class Text_2 extends FASTElement {
|
|
@@ -2303,6 +2746,21 @@ export type TextAlign = ValuesOf<typeof TextAlign>;
|
|
|
2303
2746
|
// @public
|
|
2304
2747
|
export const TextDefinition: FASTElementDefinition<typeof Text_2>;
|
|
2305
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
|
+
|
|
2306
2764
|
// @public
|
|
2307
2765
|
export const TextFont: {
|
|
2308
2766
|
readonly base: "base";
|
|
@@ -2313,10 +2771,59 @@ export const TextFont: {
|
|
|
2313
2771
|
// @public
|
|
2314
2772
|
export type TextFont = ValuesOf<typeof TextFont>;
|
|
2315
2773
|
|
|
2316
|
-
//
|
|
2317
|
-
|
|
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 {
|
|
2318
2778
|
appearance?: TextInputAppearance;
|
|
2779
|
+
autofocus: boolean;
|
|
2780
|
+
// (undocumented)
|
|
2781
|
+
protected autofocusChanged(): void;
|
|
2782
|
+
// @internal (undocumented)
|
|
2783
|
+
connectedCallback(): void;
|
|
2784
|
+
// @internal
|
|
2785
|
+
control: HTMLInputElement;
|
|
2319
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 {
|
|
2320
2827
|
}
|
|
2321
2828
|
|
|
2322
2829
|
// @public
|
|
@@ -2351,8 +2858,6 @@ export const TextInputStyles: ElementStyles;
|
|
|
2351
2858
|
// @internal (undocumented)
|
|
2352
2859
|
export const TextInputTemplate: ElementViewTemplate<TextInput>;
|
|
2353
2860
|
|
|
2354
|
-
export { TextInputType }
|
|
2355
|
-
|
|
2356
2861
|
// @public
|
|
2357
2862
|
export const TextSize: {
|
|
2358
2863
|
readonly _100: "100";
|
|
@@ -2426,7 +2931,7 @@ export const ToggleButtonAppearance: {
|
|
|
2426
2931
|
// @public
|
|
2427
2932
|
export type ToggleButtonAppearance = ValuesOf<typeof ToggleButtonAppearance>;
|
|
2428
2933
|
|
|
2429
|
-
// @public
|
|
2934
|
+
// @public (undocumented)
|
|
2430
2935
|
export const ToggleButtonDefinition: FASTElementDefinition<typeof ToggleButton>;
|
|
2431
2936
|
|
|
2432
2937
|
// @public
|
|
@@ -2455,6 +2960,10 @@ export const ToggleButtonStyles: ElementStyles;
|
|
|
2455
2960
|
// @public
|
|
2456
2961
|
export const ToggleButtonTemplate: ElementViewTemplate<ToggleButton>;
|
|
2457
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
|
+
|
|
2458
2967
|
// (No @packageDocumentation comment for this package)
|
|
2459
2968
|
|
|
2460
2969
|
```
|