@fluentui/web-components 3.0.0-rc.14 → 3.0.0-rc.16
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 +26 -2
- package/custom-elements.json +10963 -11559
- package/dist/esm/accordion/accordion.d.ts +4 -7
- package/dist/esm/accordion/accordion.definition.js +2 -2
- package/dist/esm/accordion/accordion.definition.js.map +1 -1
- package/dist/esm/accordion/accordion.js +4 -7
- package/dist/esm/accordion/accordion.js.map +1 -1
- package/dist/esm/accordion/accordion.options.d.ts +7 -1
- package/dist/esm/accordion/accordion.options.js +7 -0
- package/dist/esm/accordion/accordion.options.js.map +1 -1
- package/dist/esm/accordion/accordion.styles.js +1 -1
- package/dist/esm/accordion/accordion.styles.js.map +1 -1
- package/dist/esm/accordion/index.d.ts +1 -0
- package/dist/esm/accordion/index.js +1 -0
- package/dist/esm/accordion/index.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.base.d.ts +0 -8
- package/dist/esm/accordion-item/accordion-item.base.js +3 -12
- package/dist/esm/accordion-item/accordion-item.base.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.d.ts +2 -4
- package/dist/esm/accordion-item/accordion-item.definition.js +2 -2
- package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.js +1 -1
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.options.d.ts +6 -0
- package/dist/esm/accordion-item/accordion-item.options.js +7 -0
- package/dist/esm/accordion-item/accordion-item.options.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.template.js +7 -7
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
- package/dist/esm/accordion-item/index.d.ts +1 -0
- package/dist/esm/accordion-item/index.js +1 -0
- package/dist/esm/accordion-item/index.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.base.d.ts +1 -1
- package/dist/esm/anchor-button/anchor-button.base.js +7 -7
- package/dist/esm/anchor-button/anchor-button.base.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.d.ts +1 -2
- package/dist/esm/anchor-button/anchor-button.definition.js +2 -2
- package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.js +1 -1
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.options.d.ts +7 -1
- package/dist/esm/anchor-button/anchor-button.options.js +7 -0
- package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.styles.js +4 -3
- package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.template.js +1 -1
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
- package/dist/esm/anchor-button/index.d.ts +1 -0
- package/dist/esm/anchor-button/index.js +1 -0
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/avatar/avatar.definition.js +2 -2
- package/dist/esm/avatar/avatar.definition.js.map +1 -1
- package/dist/esm/avatar/avatar.options.d.ts +7 -1
- package/dist/esm/avatar/avatar.options.js +7 -0
- package/dist/esm/avatar/avatar.options.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +1 -1
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/avatar/index.d.ts +1 -0
- package/dist/esm/avatar/index.js +1 -0
- package/dist/esm/avatar/index.js.map +1 -1
- package/dist/esm/badge/badge.d.ts +1 -1
- package/dist/esm/badge/badge.definition.js +2 -2
- 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.options.d.ts +9 -2
- package/dist/esm/badge/badge.options.js +7 -0
- package/dist/esm/badge/badge.options.js.map +1 -1
- package/dist/esm/badge/badge.styles.js +5 -4
- package/dist/esm/badge/badge.styles.js.map +1 -1
- package/dist/esm/badge/badge.template.js +1 -1
- package/dist/esm/badge/badge.template.js.map +1 -1
- package/dist/esm/badge/index.d.ts +1 -0
- package/dist/esm/badge/index.js +1 -0
- package/dist/esm/badge/index.js.map +1 -1
- package/dist/esm/button/button.d.ts +1 -1
- package/dist/esm/button/button.definition.js +2 -2
- package/dist/esm/button/button.definition.js.map +1 -1
- package/dist/esm/button/button.js +1 -1
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.d.ts +8 -2
- package/dist/esm/button/button.options.js +7 -0
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.styles.js +5 -3
- package/dist/esm/button/button.styles.js.map +1 -1
- package/dist/esm/button/button.template.js +1 -1
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/button/index.d.ts +1 -0
- package/dist/esm/button/index.js +1 -0
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/checkbox.definition.js +2 -2
- package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
- package/dist/esm/checkbox/checkbox.options.d.ts +6 -0
- package/dist/esm/checkbox/checkbox.options.js +7 -0
- package/dist/esm/checkbox/checkbox.options.js.map +1 -1
- package/dist/esm/checkbox/checkbox.styles.js +4 -3
- package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
- package/dist/esm/checkbox/index.d.ts +1 -0
- package/dist/esm/checkbox/index.js +1 -0
- package/dist/esm/checkbox/index.js.map +1 -1
- package/dist/esm/compound-button/compound-button.definition.js +2 -2
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
- package/dist/esm/compound-button/compound-button.options.d.ts +7 -1
- package/dist/esm/compound-button/compound-button.options.js +7 -0
- package/dist/esm/compound-button/compound-button.options.js.map +1 -1
- package/dist/esm/compound-button/compound-button.styles.js +4 -3
- 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/compound-button/index.d.ts +1 -0
- package/dist/esm/compound-button/index.js +1 -0
- package/dist/esm/compound-button/index.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.d.ts +1 -1
- package/dist/esm/counter-badge/counter-badge.definition.js +2 -2
- 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.options.d.ts +7 -1
- package/dist/esm/counter-badge/counter-badge.options.js +7 -0
- package/dist/esm/counter-badge/counter-badge.options.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.styles.js +1 -1
- package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -1
- package/dist/esm/counter-badge/index.d.ts +1 -0
- package/dist/esm/counter-badge/index.js +1 -0
- package/dist/esm/counter-badge/index.js.map +1 -1
- package/dist/esm/dialog/dialog.definition.js +2 -2
- package/dist/esm/dialog/dialog.definition.js.map +1 -1
- package/dist/esm/dialog/dialog.options.d.ts +7 -1
- package/dist/esm/dialog/dialog.options.js +7 -0
- package/dist/esm/dialog/dialog.options.js.map +1 -1
- package/dist/esm/dialog/dialog.styles.js +4 -3
- package/dist/esm/dialog/dialog.styles.js.map +1 -1
- package/dist/esm/dialog/index.d.ts +1 -0
- package/dist/esm/dialog/index.js +1 -0
- package/dist/esm/dialog/index.js.map +1 -1
- package/dist/esm/dialog-body/dialog-body.definition.js +2 -2
- package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -1
- package/dist/esm/dialog-body/dialog-body.options.d.ts +6 -0
- package/dist/esm/dialog-body/dialog-body.options.js +8 -0
- package/dist/esm/dialog-body/dialog-body.options.js.map +1 -0
- package/dist/esm/dialog-body/dialog-body.styles.js +1 -1
- package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -1
- package/dist/esm/dialog-body/index.d.ts +1 -0
- package/dist/esm/dialog-body/index.js +1 -0
- package/dist/esm/dialog-body/index.js.map +1 -1
- package/dist/esm/divider/divider.definition.js +2 -2
- package/dist/esm/divider/divider.definition.js.map +1 -1
- package/dist/esm/divider/divider.options.d.ts +7 -1
- package/dist/esm/divider/divider.options.js +7 -0
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.styles.js +5 -3
- package/dist/esm/divider/divider.styles.js.map +1 -1
- package/dist/esm/divider/index.d.ts +1 -0
- package/dist/esm/divider/index.js +1 -0
- package/dist/esm/divider/index.js.map +1 -1
- package/dist/esm/drawer/drawer.d.ts +8 -7
- package/dist/esm/drawer/drawer.definition.js +2 -2
- package/dist/esm/drawer/drawer.definition.js.map +1 -1
- package/dist/esm/drawer/drawer.js +8 -8
- package/dist/esm/drawer/drawer.js.map +1 -1
- package/dist/esm/drawer/drawer.options.d.ts +7 -1
- package/dist/esm/drawer/drawer.options.js +7 -0
- package/dist/esm/drawer/drawer.options.js.map +1 -1
- package/dist/esm/drawer/drawer.styles.js +1 -1
- package/dist/esm/drawer/drawer.styles.js.map +1 -1
- package/dist/esm/drawer/index.d.ts +1 -0
- package/dist/esm/drawer/index.js +1 -0
- package/dist/esm/drawer/index.js.map +1 -1
- package/dist/esm/drawer-body/drawer-body.definition.js +2 -2
- package/dist/esm/drawer-body/drawer-body.definition.js.map +1 -1
- package/dist/esm/drawer-body/drawer-body.options.d.ts +6 -0
- package/dist/esm/drawer-body/drawer-body.options.js +8 -0
- package/dist/esm/drawer-body/drawer-body.options.js.map +1 -0
- package/dist/esm/drawer-body/drawer-body.styles.js +1 -1
- package/dist/esm/drawer-body/drawer-body.styles.js.map +1 -1
- package/dist/esm/drawer-body/index.d.ts +1 -0
- package/dist/esm/drawer-body/index.js +1 -0
- package/dist/esm/drawer-body/index.js.map +1 -1
- package/dist/esm/dropdown/dropdown.definition.js +2 -2
- package/dist/esm/dropdown/dropdown.definition.js.map +1 -1
- package/dist/esm/dropdown/dropdown.options.d.ts +6 -0
- package/dist/esm/dropdown/dropdown.options.js +7 -0
- package/dist/esm/dropdown/dropdown.options.js.map +1 -1
- package/dist/esm/dropdown/index.d.ts +1 -0
- package/dist/esm/dropdown/index.js +1 -0
- package/dist/esm/dropdown/index.js.map +1 -1
- package/dist/esm/field/field.definition.js +2 -2
- package/dist/esm/field/field.definition.js.map +1 -1
- package/dist/esm/field/field.options.d.ts +6 -0
- package/dist/esm/field/field.options.js +7 -0
- package/dist/esm/field/field.options.js.map +1 -1
- package/dist/esm/field/index.d.ts +1 -0
- package/dist/esm/field/index.js +1 -0
- package/dist/esm/field/index.js.map +1 -1
- package/dist/esm/fluent-design-system.js +1 -1
- package/dist/esm/fluent-design-system.js.map +1 -1
- package/dist/esm/image/image.definition.js +2 -2
- package/dist/esm/image/image.definition.js.map +1 -1
- package/dist/esm/image/image.options.d.ts +7 -1
- package/dist/esm/image/image.options.js +7 -0
- package/dist/esm/image/image.options.js.map +1 -1
- package/dist/esm/image/index.d.ts +1 -0
- package/dist/esm/image/index.js +1 -0
- package/dist/esm/image/index.js.map +1 -1
- package/dist/esm/index.d.ts +0 -2
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/label/index.d.ts +1 -0
- package/dist/esm/label/index.js +1 -0
- package/dist/esm/label/index.js.map +1 -1
- package/dist/esm/label/label.definition.js +2 -2
- package/dist/esm/label/label.definition.js.map +1 -1
- package/dist/esm/label/label.options.d.ts +7 -1
- package/dist/esm/label/label.options.js +7 -0
- package/dist/esm/label/label.options.js.map +1 -1
- package/dist/esm/label/label.styles.js +1 -1
- package/dist/esm/label/label.styles.js.map +1 -1
- package/dist/esm/link/index.d.ts +1 -0
- package/dist/esm/link/index.js +1 -0
- package/dist/esm/link/index.js.map +1 -1
- package/dist/esm/link/link.definition.js +2 -2
- package/dist/esm/link/link.definition.js.map +1 -1
- package/dist/esm/link/link.options.d.ts +7 -1
- package/dist/esm/link/link.options.js +7 -0
- package/dist/esm/link/link.options.js.map +1 -1
- package/dist/esm/link/link.styles.js +5 -3
- package/dist/esm/link/link.styles.js.map +1 -1
- package/dist/esm/listbox/index.d.ts +1 -0
- package/dist/esm/listbox/index.js +1 -0
- package/dist/esm/listbox/index.js.map +1 -1
- package/dist/esm/listbox/listbox.definition.js +2 -2
- package/dist/esm/listbox/listbox.definition.js.map +1 -1
- package/dist/esm/listbox/listbox.options.d.ts +6 -0
- package/dist/esm/listbox/listbox.options.js +7 -0
- package/dist/esm/listbox/listbox.options.js.map +1 -1
- package/dist/esm/menu/index.d.ts +1 -0
- package/dist/esm/menu/index.js +1 -0
- package/dist/esm/menu/index.js.map +1 -1
- package/dist/esm/menu/menu.definition.js +2 -2
- package/dist/esm/menu/menu.definition.js.map +1 -1
- package/dist/esm/menu/menu.js +4 -3
- package/dist/esm/menu/menu.js.map +1 -1
- package/dist/esm/menu/menu.options.d.ts +6 -0
- package/dist/esm/menu/menu.options.js +8 -0
- package/dist/esm/menu/menu.options.js.map +1 -0
- package/dist/esm/menu/menu.styles.js +1 -1
- package/dist/esm/menu/menu.styles.js.map +1 -1
- package/dist/esm/menu-button/index.d.ts +1 -0
- package/dist/esm/menu-button/index.js +1 -0
- package/dist/esm/menu-button/index.js.map +1 -1
- package/dist/esm/menu-button/menu-button.definition.js +2 -2
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
- package/dist/esm/menu-button/menu-button.options.d.ts +7 -1
- package/dist/esm/menu-button/menu-button.options.js +7 -0
- package/dist/esm/menu-button/menu-button.options.js.map +1 -1
- package/dist/esm/menu-item/index.d.ts +1 -0
- package/dist/esm/menu-item/index.js +1 -0
- package/dist/esm/menu-item/index.js.map +1 -1
- package/dist/esm/menu-item/menu-item.d.ts +3 -1
- package/dist/esm/menu-item/menu-item.definition.js +2 -2
- package/dist/esm/menu-item/menu-item.definition.js.map +1 -1
- package/dist/esm/menu-item/menu-item.js +19 -7
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.options.d.ts +7 -1
- package/dist/esm/menu-item/menu-item.options.js +7 -0
- package/dist/esm/menu-item/menu-item.options.js.map +1 -1
- package/dist/esm/menu-item/menu-item.styles.js +5 -3
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
- package/dist/esm/menu-item/menu-item.template.js +3 -2
- package/dist/esm/menu-item/menu-item.template.js.map +1 -1
- package/dist/esm/menu-list/index.d.ts +1 -0
- package/dist/esm/menu-list/index.js +1 -0
- package/dist/esm/menu-list/index.js.map +1 -1
- package/dist/esm/menu-list/menu-list.base.d.ts +5 -24
- package/dist/esm/menu-list/menu-list.base.js +20 -125
- package/dist/esm/menu-list/menu-list.base.js.map +1 -1
- package/dist/esm/menu-list/menu-list.d.ts +5 -1
- package/dist/esm/menu-list/menu-list.definition.js +2 -2
- package/dist/esm/menu-list/menu-list.definition.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js +23 -1
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.options.d.ts +6 -0
- package/dist/esm/menu-list/menu-list.options.js +8 -0
- package/dist/esm/menu-list/menu-list.options.js.map +1 -0
- package/dist/esm/menu-list/menu-list.styles.js +1 -1
- package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +1 -5
- package/dist/esm/menu-list/menu-list.template.js.map +1 -1
- package/dist/esm/message-bar/index.d.ts +1 -0
- package/dist/esm/message-bar/index.js +1 -0
- package/dist/esm/message-bar/index.js.map +1 -1
- package/dist/esm/message-bar/message-bar.definition.js +2 -1
- package/dist/esm/message-bar/message-bar.definition.js.map +1 -1
- package/dist/esm/message-bar/message-bar.options.d.ts +6 -0
- package/dist/esm/message-bar/message-bar.options.js +7 -0
- package/dist/esm/message-bar/message-bar.options.js.map +1 -1
- package/dist/esm/message-bar/message-bar.template.d.ts +3 -3
- package/dist/esm/message-bar/message-bar.template.js +3 -3
- package/dist/esm/option/index.d.ts +1 -0
- package/dist/esm/option/index.js +1 -0
- package/dist/esm/option/index.js.map +1 -1
- package/dist/esm/option/option.definition.js +2 -2
- package/dist/esm/option/option.definition.js.map +1 -1
- package/dist/esm/option/option.options.d.ts +6 -0
- package/dist/esm/option/option.options.js +7 -0
- package/dist/esm/option/option.options.js.map +1 -1
- package/dist/esm/patterns/start-end.d.ts +1 -1
- package/dist/esm/patterns/start-end.js +1 -1
- package/dist/esm/patterns/start-end.js.map +1 -1
- package/dist/esm/progress-bar/index.d.ts +1 -0
- package/dist/esm/progress-bar/index.js +1 -0
- package/dist/esm/progress-bar/index.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.definition.js +2 -2
- package/dist/esm/progress-bar/progress-bar.definition.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.options.d.ts +7 -1
- package/dist/esm/progress-bar/progress-bar.options.js +7 -0
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js +5 -3
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
- package/dist/esm/radio/index.d.ts +1 -0
- package/dist/esm/radio/index.js +1 -0
- package/dist/esm/radio/index.js.map +1 -1
- package/dist/esm/radio/radio.d.ts +1 -1
- package/dist/esm/radio/radio.definition.js +2 -2
- package/dist/esm/radio/radio.definition.js.map +1 -1
- package/dist/esm/radio/radio.js +1 -1
- package/dist/esm/radio/radio.options.d.ts +6 -0
- package/dist/esm/radio/radio.options.js +7 -0
- package/dist/esm/radio/radio.options.js.map +1 -1
- package/dist/esm/radio/radio.styles.js +4 -3
- package/dist/esm/radio/radio.styles.js.map +1 -1
- package/dist/esm/radio/radio.template.js +1 -1
- package/dist/esm/radio/radio.template.js.map +1 -1
- package/dist/esm/radio-group/index.d.ts +1 -0
- package/dist/esm/radio-group/index.js +1 -0
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/radio-group/radio-group.base.d.ts +3 -16
- package/dist/esm/radio-group/radio-group.base.js +30 -88
- package/dist/esm/radio-group/radio-group.base.js.map +1 -1
- package/dist/esm/radio-group/radio-group.d.ts +5 -0
- package/dist/esm/radio-group/radio-group.definition.js +2 -2
- package/dist/esm/radio-group/radio-group.definition.js.map +1 -1
- package/dist/esm/radio-group/radio-group.js +22 -0
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.options.d.ts +7 -1
- package/dist/esm/radio-group/radio-group.options.js +7 -0
- package/dist/esm/radio-group/radio-group.options.js.map +1 -1
- package/dist/esm/radio-group/radio-group.styles.js +1 -1
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
- package/dist/esm/radio-group/radio-group.template.js +1 -1
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/rating-display/index.d.ts +1 -0
- package/dist/esm/rating-display/index.js +1 -0
- package/dist/esm/rating-display/index.js.map +1 -1
- package/dist/esm/rating-display/rating-display.definition.js +2 -2
- package/dist/esm/rating-display/rating-display.definition.js.map +1 -1
- package/dist/esm/rating-display/rating-display.options.d.ts +7 -1
- package/dist/esm/rating-display/rating-display.options.js +7 -0
- package/dist/esm/rating-display/rating-display.options.js.map +1 -1
- package/dist/esm/rating-display/rating-display.styles.js +5 -3
- package/dist/esm/rating-display/rating-display.styles.js.map +1 -1
- package/dist/esm/slider/index.d.ts +1 -0
- package/dist/esm/slider/index.js +1 -0
- package/dist/esm/slider/index.js.map +1 -1
- package/dist/esm/slider/slider.definition.js +2 -2
- package/dist/esm/slider/slider.definition.js.map +1 -1
- package/dist/esm/slider/slider.options.d.ts +8 -1
- package/dist/esm/slider/slider.options.js +7 -0
- package/dist/esm/slider/slider.options.js.map +1 -1
- package/dist/esm/slider/slider.styles.js +5 -3
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/spinner/index.d.ts +1 -0
- package/dist/esm/spinner/index.js +1 -0
- package/dist/esm/spinner/index.js.map +1 -1
- package/dist/esm/spinner/spinner.definition.js +2 -2
- package/dist/esm/spinner/spinner.definition.js.map +1 -1
- package/dist/esm/spinner/spinner.options.d.ts +7 -1
- package/dist/esm/spinner/spinner.options.js +7 -0
- package/dist/esm/spinner/spinner.options.js.map +1 -1
- package/dist/esm/spinner/spinner.styles.js +5 -3
- package/dist/esm/spinner/spinner.styles.js.map +1 -1
- package/dist/esm/styles/index.d.ts +2 -1
- package/dist/esm/styles/index.js +2 -1
- package/dist/esm/styles/index.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.js +1 -1
- package/dist/esm/styles/partials/badge.partials.js.map +1 -1
- package/dist/esm/switch/index.d.ts +1 -0
- package/dist/esm/switch/index.js +1 -0
- package/dist/esm/switch/index.js.map +1 -1
- package/dist/esm/switch/switch.d.ts +1 -1
- package/dist/esm/switch/switch.definition.js +2 -2
- package/dist/esm/switch/switch.definition.js.map +1 -1
- package/dist/esm/switch/switch.options.d.ts +7 -1
- package/dist/esm/switch/switch.options.js +7 -0
- package/dist/esm/switch/switch.options.js.map +1 -1
- package/dist/esm/switch/switch.styles.js +4 -3
- package/dist/esm/switch/switch.styles.js.map +1 -1
- package/dist/esm/switch/switch.template.js +1 -1
- package/dist/esm/switch/switch.template.js.map +1 -1
- package/dist/esm/tab/index.d.ts +1 -0
- package/dist/esm/tab/index.js +1 -0
- package/dist/esm/tab/index.js.map +1 -1
- package/dist/esm/tab/tab.d.ts +2 -0
- package/dist/esm/tab/tab.definition.js +2 -2
- package/dist/esm/tab/tab.definition.js.map +1 -1
- package/dist/esm/tab/tab.js +13 -3
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.options.d.ts +6 -0
- package/dist/esm/tab/tab.options.js +7 -0
- package/dist/esm/tab/tab.options.js.map +1 -1
- package/dist/esm/tab/tab.styles.js +23 -3
- package/dist/esm/tab/tab.styles.js.map +1 -1
- package/dist/esm/tab/tab.template.js +2 -2
- package/dist/esm/tab/tab.template.js.map +1 -1
- package/dist/esm/tablist/index.d.ts +1 -0
- package/dist/esm/tablist/index.js +1 -0
- package/dist/esm/tablist/index.js.map +1 -1
- package/dist/esm/tablist/tablist.base.d.ts +13 -45
- package/dist/esm/tablist/tablist.base.js +76 -185
- package/dist/esm/tablist/tablist.base.js.map +1 -1
- package/dist/esm/tablist/tablist.d.ts +5 -73
- package/dist/esm/tablist/tablist.definition.js +2 -2
- package/dist/esm/tablist/tablist.definition.js.map +1 -1
- package/dist/esm/tablist/tablist.js +20 -130
- package/dist/esm/tablist/tablist.js.map +1 -1
- package/dist/esm/tablist/tablist.options.d.ts +7 -1
- package/dist/esm/tablist/tablist.options.js +7 -0
- package/dist/esm/tablist/tablist.options.js.map +1 -1
- package/dist/esm/tablist/tablist.styles.js +83 -65
- package/dist/esm/tablist/tablist.styles.js.map +1 -1
- package/dist/esm/tablist/tablist.template.js +5 -1
- package/dist/esm/tablist/tablist.template.js.map +1 -1
- package/dist/esm/text/index.d.ts +1 -0
- package/dist/esm/text/index.js +1 -0
- package/dist/esm/text/index.js.map +1 -1
- package/dist/esm/text/text.definition.js +2 -2
- package/dist/esm/text/text.definition.js.map +1 -1
- package/dist/esm/text/text.options.d.ts +7 -1
- package/dist/esm/text/text.options.js +7 -0
- package/dist/esm/text/text.options.js.map +1 -1
- package/dist/esm/text/text.styles.js +1 -1
- package/dist/esm/text/text.styles.js.map +1 -1
- package/dist/esm/text-input/index.d.ts +1 -0
- package/dist/esm/text-input/index.js +1 -0
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.definition.js +2 -2
- package/dist/esm/text-input/text-input.definition.js.map +1 -1
- package/dist/esm/text-input/text-input.options.d.ts +6 -0
- package/dist/esm/text-input/text-input.options.js +7 -0
- package/dist/esm/text-input/text-input.options.js.map +1 -1
- package/dist/esm/textarea/index.d.ts +1 -0
- package/dist/esm/textarea/index.js +1 -0
- package/dist/esm/textarea/index.js.map +1 -1
- package/dist/esm/textarea/textarea.base.js +1 -1
- package/dist/esm/textarea/textarea.base.js.map +1 -1
- package/dist/esm/textarea/textarea.definition.js +2 -2
- package/dist/esm/textarea/textarea.definition.js.map +1 -1
- package/dist/esm/textarea/textarea.options.d.ts +6 -0
- package/dist/esm/textarea/textarea.options.js +7 -0
- package/dist/esm/textarea/textarea.options.js.map +1 -1
- package/dist/esm/textarea/textarea.styles.js +4 -3
- package/dist/esm/textarea/textarea.styles.js.map +1 -1
- package/dist/esm/toggle-button/index.d.ts +1 -0
- package/dist/esm/toggle-button/index.js +1 -0
- package/dist/esm/toggle-button/index.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.definition.js +2 -2
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.options.d.ts +8 -2
- package/dist/esm/toggle-button/toggle-button.options.js +7 -0
- package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.styles.js +4 -3
- package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/esm/tooltip/index.d.ts +1 -0
- package/dist/esm/tooltip/index.js +1 -0
- package/dist/esm/tooltip/index.js.map +1 -1
- package/dist/esm/tooltip/tooltip.d.ts +2 -2
- package/dist/esm/tooltip/tooltip.definition.js +2 -2
- package/dist/esm/tooltip/tooltip.definition.js.map +1 -1
- package/dist/esm/tooltip/tooltip.js +2 -2
- package/dist/esm/tooltip/tooltip.options.d.ts +6 -0
- package/dist/esm/tooltip/tooltip.options.js +7 -0
- package/dist/esm/tooltip/tooltip.options.js.map +1 -1
- package/dist/esm/tree/index.d.ts +1 -0
- package/dist/esm/tree/index.js +1 -0
- package/dist/esm/tree/index.js.map +1 -1
- package/dist/esm/tree/tree.base.d.ts +5 -28
- package/dist/esm/tree/tree.base.js +20 -105
- package/dist/esm/tree/tree.base.js.map +1 -1
- package/dist/esm/tree/tree.d.ts +5 -0
- package/dist/esm/tree/tree.definition.js +2 -2
- package/dist/esm/tree/tree.definition.js.map +1 -1
- package/dist/esm/tree/tree.js +23 -0
- package/dist/esm/tree/tree.js.map +1 -1
- package/dist/esm/tree/tree.options.d.ts +6 -0
- package/dist/esm/tree/tree.options.js +8 -0
- package/dist/esm/tree/tree.options.js.map +1 -0
- package/dist/esm/tree/tree.template.js +2 -3
- package/dist/esm/tree/tree.template.js.map +1 -1
- package/dist/esm/tree-item/index.d.ts +1 -0
- package/dist/esm/tree-item/index.js +1 -0
- package/dist/esm/tree-item/index.js.map +1 -1
- package/dist/esm/tree-item/tree-item.base.d.ts +6 -3
- package/dist/esm/tree-item/tree-item.base.js +31 -11
- package/dist/esm/tree-item/tree-item.base.js.map +1 -1
- package/dist/esm/tree-item/tree-item.definition.js +2 -2
- package/dist/esm/tree-item/tree-item.definition.js.map +1 -1
- package/dist/esm/tree-item/tree-item.options.d.ts +6 -0
- package/dist/esm/tree-item/tree-item.options.js +7 -0
- package/dist/esm/tree-item/tree-item.options.js.map +1 -1
- package/dist/esm/tree-item/tree-item.template.js +1 -1
- package/dist/esm/tree-item/tree-item.template.js.map +1 -1
- package/dist/esm/utils/focusgroup.d.ts +22 -0
- package/dist/esm/utils/focusgroup.js +42 -0
- package/dist/esm/utils/focusgroup.js.map +1 -0
- package/dist/esm/utils/index.d.ts +0 -1
- package/dist/esm/utils/index.js +0 -1
- package/dist/esm/utils/index.js.map +1 -1
- package/dist/web-components.d.ts +70 -347
- package/dist/web-components.js +1279 -1321
- package/dist/web-components.min.js +242 -259
- package/package.json +4 -2
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.d.ts +0 -124
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js +0 -142
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +0 -1
package/dist/web-components.d.ts
CHANGED
|
@@ -5,8 +5,6 @@ import { ElementStyles } from '@microsoft/fast-element';
|
|
|
5
5
|
import { ElementViewTemplate } from '@microsoft/fast-element';
|
|
6
6
|
import { FASTElement } from '@microsoft/fast-element';
|
|
7
7
|
import { FASTElementDefinition } from '@microsoft/fast-element';
|
|
8
|
-
import type { HostBehavior } from '@microsoft/fast-element';
|
|
9
|
-
import type { HostController } from '@microsoft/fast-element';
|
|
10
8
|
import { HTMLDirective } from '@microsoft/fast-element';
|
|
11
9
|
import { Orientation } from '@microsoft/fast-web-utilities';
|
|
12
10
|
import { SyntheticViewTemplate } from '@microsoft/fast-element';
|
|
@@ -59,34 +57,31 @@ export declare class Accordion extends FASTElement {
|
|
|
59
57
|
private activeItemIndex;
|
|
60
58
|
/**
|
|
61
59
|
* Find the first expanded item in the accordion
|
|
62
|
-
* @returns {void}
|
|
63
60
|
*/
|
|
64
61
|
private findExpandedItem;
|
|
65
62
|
/**
|
|
66
63
|
* Resets event listeners and sets the `accordionItems` property
|
|
67
64
|
* then rebinds event listeners to each non-disabled item
|
|
68
|
-
* @returns {void}
|
|
69
65
|
*/
|
|
70
66
|
private setItems;
|
|
71
67
|
/**
|
|
72
68
|
* Checks if the accordion is in single expand mode
|
|
73
|
-
* @returns
|
|
69
|
+
* @returns true if the accordion is in single expand mode.
|
|
74
70
|
*/
|
|
75
71
|
private isSingleExpandMode;
|
|
76
72
|
/**
|
|
77
73
|
* Controls the behavior of the accordion in single expand mode
|
|
78
|
-
* @param expandedItem The item to expand in single expand mode
|
|
79
|
-
* @returns {void}
|
|
74
|
+
* @param expandedItem - The item to expand in single expand mode
|
|
80
75
|
*/
|
|
81
76
|
private setSingleExpandMode;
|
|
82
77
|
/**
|
|
83
78
|
* Removes event listeners from the previous accordion items
|
|
84
|
-
* @param oldValue An array of the previous accordion items
|
|
79
|
+
* @param oldValue - An array of the previous accordion items
|
|
85
80
|
*/
|
|
86
81
|
private removeItemListeners;
|
|
87
82
|
/**
|
|
88
83
|
* Changes the expanded state of the accordion item
|
|
89
|
-
* @param evt Click event
|
|
84
|
+
* @param evt - Click event
|
|
90
85
|
* @returns
|
|
91
86
|
*/
|
|
92
87
|
private expandedChangedHandler;
|
|
@@ -823,14 +818,6 @@ export declare class BaseAccordionItem extends FASTElement {
|
|
|
823
818
|
* HTML attribute: disabled
|
|
824
819
|
*/
|
|
825
820
|
disabled: boolean;
|
|
826
|
-
/**
|
|
827
|
-
* The item ID
|
|
828
|
-
*
|
|
829
|
-
* @public
|
|
830
|
-
* @remarks
|
|
831
|
-
* HTML Attribute: id
|
|
832
|
-
*/
|
|
833
|
-
id: string;
|
|
834
821
|
/**
|
|
835
822
|
* @internal
|
|
836
823
|
*/
|
|
@@ -966,7 +953,7 @@ export declare class BaseAnchor extends FASTElement {
|
|
|
966
953
|
keydownHandler(e: KeyboardEvent): boolean | void;
|
|
967
954
|
/**
|
|
968
955
|
* Handles navigation based on input
|
|
969
|
-
* If
|
|
956
|
+
* If a modified activation requests a new tab, opens the href in a new window.
|
|
970
957
|
* @internal
|
|
971
958
|
*/
|
|
972
959
|
private handleNavigation;
|
|
@@ -2296,7 +2283,7 @@ export declare class BaseField extends FASTElement {
|
|
|
2296
2283
|
}
|
|
2297
2284
|
|
|
2298
2285
|
/**
|
|
2299
|
-
* A Base
|
|
2286
|
+
* A Base MenuList Custom HTML Element.
|
|
2300
2287
|
* Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#menu | ARIA menu }.
|
|
2301
2288
|
*
|
|
2302
2289
|
* @public
|
|
@@ -2313,12 +2300,8 @@ export declare class BaseMenuList extends FASTElement {
|
|
|
2313
2300
|
*/
|
|
2314
2301
|
items: HTMLElement[];
|
|
2315
2302
|
protected itemsChanged(oldValue: HTMLElement[], newValue: HTMLElement[]): void;
|
|
2316
|
-
protected
|
|
2317
|
-
|
|
2318
|
-
* The index of the focusable element in the items array
|
|
2319
|
-
* defaults to -1
|
|
2320
|
-
*/
|
|
2321
|
-
private focusIndex;
|
|
2303
|
+
protected menuChildren: HTMLElement[] | undefined;
|
|
2304
|
+
protected menuItems: MenuItem[] | undefined;
|
|
2322
2305
|
private static focusableElementRoles;
|
|
2323
2306
|
constructor();
|
|
2324
2307
|
/**
|
|
@@ -2339,17 +2322,6 @@ export declare class BaseMenuList extends FASTElement {
|
|
|
2339
2322
|
* @public
|
|
2340
2323
|
*/
|
|
2341
2324
|
focus(): void;
|
|
2342
|
-
/**
|
|
2343
|
-
* @internal
|
|
2344
|
-
*/
|
|
2345
|
-
handleMenuKeyDown(e: KeyboardEvent): void | boolean;
|
|
2346
|
-
/**
|
|
2347
|
-
* if focus is moving out of the menu, reset to a stable initial state
|
|
2348
|
-
* @internal
|
|
2349
|
-
*/
|
|
2350
|
-
handleFocusOut: (e: FocusEvent) => void;
|
|
2351
|
-
private handleItemFocus;
|
|
2352
|
-
private removeItemListeners;
|
|
2353
2325
|
private static elementIndent;
|
|
2354
2326
|
protected setItems(): void;
|
|
2355
2327
|
/**
|
|
@@ -2363,12 +2335,7 @@ export declare class BaseMenuList extends FASTElement {
|
|
|
2363
2335
|
/**
|
|
2364
2336
|
* check if the item is a menu item
|
|
2365
2337
|
*/
|
|
2366
|
-
protected isMenuItemElement
|
|
2367
|
-
/**
|
|
2368
|
-
* check if the item is focusable
|
|
2369
|
-
*/
|
|
2370
|
-
private isFocusableElement;
|
|
2371
|
-
private setFocus;
|
|
2338
|
+
protected isMenuItemElement(el: Element): el is MenuItem;
|
|
2372
2339
|
}
|
|
2373
2340
|
|
|
2374
2341
|
/**
|
|
@@ -2476,6 +2443,7 @@ export declare class BaseProgressBar extends FASTElement {
|
|
|
2476
2443
|
* @public
|
|
2477
2444
|
*/
|
|
2478
2445
|
export declare class BaseRadioGroup extends FASTElement {
|
|
2446
|
+
private isNavigating;
|
|
2479
2447
|
/**
|
|
2480
2448
|
* The index of the checked radio, scoped to the enabled radios.
|
|
2481
2449
|
*
|
|
@@ -2677,6 +2645,7 @@ export declare class BaseRadioGroup extends FASTElement {
|
|
|
2677
2645
|
* @internal
|
|
2678
2646
|
*/
|
|
2679
2647
|
focus(): void;
|
|
2648
|
+
formResetCallback(): void;
|
|
2680
2649
|
/**
|
|
2681
2650
|
* Enables tabbing through the radio group when the group receives focus.
|
|
2682
2651
|
*
|
|
@@ -2684,15 +2653,6 @@ export declare class BaseRadioGroup extends FASTElement {
|
|
|
2684
2653
|
* @internal
|
|
2685
2654
|
*/
|
|
2686
2655
|
focusinHandler(e: FocusEvent): boolean | void;
|
|
2687
|
-
/**
|
|
2688
|
-
* Sets the tabindex of the radios based on the checked state when the radio group loses focus.
|
|
2689
|
-
*
|
|
2690
|
-
* @param e - the focusout event
|
|
2691
|
-
* @internal
|
|
2692
|
-
*/
|
|
2693
|
-
focusoutHandler(e: FocusEvent): boolean | void;
|
|
2694
|
-
formResetCallback(): void;
|
|
2695
|
-
private getEnabledIndexInBounds;
|
|
2696
2656
|
/**
|
|
2697
2657
|
* Handles keydown events for the radio group.
|
|
2698
2658
|
*
|
|
@@ -2713,12 +2673,6 @@ export declare class BaseRadioGroup extends FASTElement {
|
|
|
2713
2673
|
* Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/reportValidity | `HTMLInputElement.reportValidity()`} method.
|
|
2714
2674
|
*/
|
|
2715
2675
|
reportValidity(): boolean;
|
|
2716
|
-
/**
|
|
2717
|
-
* Resets the `tabIndex` for all child radios when the radio group loses focus.
|
|
2718
|
-
*
|
|
2719
|
-
* @internal
|
|
2720
|
-
*/
|
|
2721
|
-
private restrictFocus;
|
|
2722
2676
|
/**
|
|
2723
2677
|
* Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/setFormValue | `ElementInternals.setFormValue()`} method.
|
|
2724
2678
|
*
|
|
@@ -2868,13 +2822,7 @@ export declare class BaseTablist extends FASTElement {
|
|
|
2868
2822
|
* HTML Attribute: disabled.
|
|
2869
2823
|
*/
|
|
2870
2824
|
disabled: boolean;
|
|
2871
|
-
/**
|
|
2872
|
-
* Handles disabled changes
|
|
2873
|
-
* @param prev - previous value
|
|
2874
|
-
* @param next - next value
|
|
2875
|
-
*
|
|
2876
|
-
* @internal
|
|
2877
|
-
*/
|
|
2825
|
+
/** @internal */
|
|
2878
2826
|
protected disabledChanged(prev: boolean, next: boolean): void;
|
|
2879
2827
|
/**
|
|
2880
2828
|
* The orientation
|
|
@@ -2883,9 +2831,6 @@ export declare class BaseTablist extends FASTElement {
|
|
|
2883
2831
|
* HTML Attribute: orientation
|
|
2884
2832
|
*/
|
|
2885
2833
|
orientation: TablistOrientation;
|
|
2886
|
-
/**
|
|
2887
|
-
* @internal
|
|
2888
|
-
*/
|
|
2889
2834
|
protected orientationChanged(prev: TablistOrientation, next: TablistOrientation): void;
|
|
2890
2835
|
/**
|
|
2891
2836
|
* The id of the active tab
|
|
@@ -2895,59 +2840,36 @@ export declare class BaseTablist extends FASTElement {
|
|
|
2895
2840
|
* HTML Attribute: activeid
|
|
2896
2841
|
*/
|
|
2897
2842
|
activeid: string;
|
|
2898
|
-
/**
|
|
2899
|
-
* @internal
|
|
2900
|
-
*/
|
|
2843
|
+
/** @internal */
|
|
2901
2844
|
protected activeidChanged(oldValue: string, newValue: string): void;
|
|
2902
2845
|
/**
|
|
2903
2846
|
* Content slotted in the tab slot.
|
|
2904
2847
|
* @internal
|
|
2905
2848
|
*/
|
|
2906
2849
|
slottedTabs: Node[];
|
|
2907
|
-
/**
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
*/
|
|
2911
|
-
slottedTabsChanged(prev: Node[] | undefined, next: Node[] | undefined): void;
|
|
2912
|
-
/**
|
|
2913
|
-
* @internal
|
|
2914
|
-
*/
|
|
2850
|
+
/** @internal */
|
|
2851
|
+
protected slottedTabsChanged(prev: Node[] | undefined, next: Node[] | undefined): void;
|
|
2852
|
+
/** @internal */
|
|
2915
2853
|
tabs: Tab[];
|
|
2916
|
-
/**
|
|
2917
|
-
* @internal
|
|
2918
|
-
*/
|
|
2854
|
+
/** @internal */
|
|
2919
2855
|
protected tabsChanged(prev: Tab[] | undefined, next: Tab[] | undefined): void;
|
|
2920
2856
|
/**
|
|
2921
2857
|
* A reference to the active tab
|
|
2922
2858
|
* @public
|
|
2923
2859
|
*/
|
|
2924
2860
|
activetab: Tab;
|
|
2925
|
-
private prevActiveTabIndex;
|
|
2926
|
-
private activeTabIndex;
|
|
2927
|
-
private tabIds;
|
|
2928
2861
|
private tabPanelMap;
|
|
2929
2862
|
private change;
|
|
2930
|
-
private getActiveIndex;
|
|
2931
2863
|
/**
|
|
2932
2864
|
* Function that is invoked whenever the selected tab or the tab collection changes.
|
|
2933
|
-
*
|
|
2934
|
-
* @public
|
|
2935
|
-
*/
|
|
2936
|
-
protected setTabs(): void;
|
|
2937
|
-
private getTabIds;
|
|
2938
|
-
private setComponent;
|
|
2939
|
-
private handleTabClick;
|
|
2940
|
-
private isHorizontal;
|
|
2941
|
-
private handleTabKeyDown;
|
|
2942
|
-
/**
|
|
2943
|
-
* The adjust method for FASTTabs
|
|
2944
|
-
* @public
|
|
2945
|
-
* @remarks
|
|
2946
|
-
* This method allows the active index to be adjusted by numerical increments
|
|
2947
2865
|
*/
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2866
|
+
protected setTabs({ connectToPanel, forceDisabled }?: {
|
|
2867
|
+
connectToPanel?: boolean | undefined;
|
|
2868
|
+
forceDisabled?: boolean | undefined;
|
|
2869
|
+
}): void;
|
|
2870
|
+
/** @internal */
|
|
2871
|
+
handleFocusIn(event: FocusEvent): void;
|
|
2872
|
+
private changeTab;
|
|
2951
2873
|
constructor();
|
|
2952
2874
|
/**
|
|
2953
2875
|
* @internal
|
|
@@ -3717,12 +3639,6 @@ export declare class BaseTree extends FASTElement {
|
|
|
3717
3639
|
* @public
|
|
3718
3640
|
*/
|
|
3719
3641
|
currentSelected: HTMLElement | null;
|
|
3720
|
-
/**
|
|
3721
|
-
* The tree item that is designated to be in the tab queue.
|
|
3722
|
-
*
|
|
3723
|
-
* @internal
|
|
3724
|
-
*/
|
|
3725
|
-
private currentFocused;
|
|
3726
3642
|
/**
|
|
3727
3643
|
* The internal {@link https://developer.mozilla.org/docs/Web/API/ElementInternals | `ElementInternals`} instance for the component.
|
|
3728
3644
|
*
|
|
@@ -3739,7 +3655,6 @@ export declare class BaseTree extends FASTElement {
|
|
|
3739
3655
|
*/
|
|
3740
3656
|
defaultSlotChanged(): void;
|
|
3741
3657
|
constructor();
|
|
3742
|
-
connectedCallback(): void;
|
|
3743
3658
|
/** @internal */
|
|
3744
3659
|
childTreeItems: BaseTreeItem[];
|
|
3745
3660
|
/** @internal */
|
|
@@ -3754,18 +3669,6 @@ export declare class BaseTree extends FASTElement {
|
|
|
3754
3669
|
* @internal
|
|
3755
3670
|
*/
|
|
3756
3671
|
keydownHandler(e: KeyboardEvent): boolean | void;
|
|
3757
|
-
/**
|
|
3758
|
-
* Handle focus events
|
|
3759
|
-
*
|
|
3760
|
-
* @internal
|
|
3761
|
-
*/
|
|
3762
|
-
focusHandler(e: FocusEvent): void;
|
|
3763
|
-
/**
|
|
3764
|
-
* Handle blur events
|
|
3765
|
-
*
|
|
3766
|
-
* @internal
|
|
3767
|
-
*/
|
|
3768
|
-
blurHandler(e: FocusEvent): void;
|
|
3769
3672
|
/**
|
|
3770
3673
|
* Handles click events bubbling up
|
|
3771
3674
|
*
|
|
@@ -3779,17 +3682,13 @@ export declare class BaseTree extends FASTElement {
|
|
|
3779
3682
|
* @internal
|
|
3780
3683
|
*/
|
|
3781
3684
|
changeHandler(e: Event): boolean | void;
|
|
3782
|
-
/**
|
|
3783
|
-
* checks if there are any nested tree items
|
|
3784
|
-
*/
|
|
3785
|
-
private getValidFocusableItem;
|
|
3786
|
-
private getVisibleNodes;
|
|
3787
|
-
/**
|
|
3788
|
-
* Move focus to a tree item based on its offset from the provided item
|
|
3789
|
-
*/
|
|
3790
|
-
private focusNextNode;
|
|
3791
3685
|
/** @internal */
|
|
3792
3686
|
handleDefaultSlotChange(): void;
|
|
3687
|
+
/**
|
|
3688
|
+
* All descendant tree items in DOM order, recursively flattened from
|
|
3689
|
+
* `childTreeItems`.
|
|
3690
|
+
*/
|
|
3691
|
+
protected get descendantTreeItems(): BaseTreeItem[];
|
|
3793
3692
|
}
|
|
3794
3693
|
|
|
3795
3694
|
declare class BaseTreeItem extends FASTElement {
|
|
@@ -3866,7 +3765,6 @@ declare class BaseTreeItem extends FASTElement {
|
|
|
3866
3765
|
* @public
|
|
3867
3766
|
*/
|
|
3868
3767
|
childTreeItemsChanged(): void;
|
|
3869
|
-
connectedCallback(): void;
|
|
3870
3768
|
/**
|
|
3871
3769
|
* Updates the childrens indent
|
|
3872
3770
|
*
|
|
@@ -3884,11 +3782,15 @@ declare class BaseTreeItem extends FASTElement {
|
|
|
3884
3782
|
*/
|
|
3885
3783
|
toggleExpansion(): void;
|
|
3886
3784
|
/**
|
|
3887
|
-
* Whether the tree is nested
|
|
3785
|
+
* Whether the tree item is nested
|
|
3888
3786
|
* @internal
|
|
3889
3787
|
*/
|
|
3890
3788
|
get isNestedItem(): boolean;
|
|
3891
|
-
|
|
3789
|
+
/**
|
|
3790
|
+
* Whether the tree item is nested in a collapsed tree item.
|
|
3791
|
+
* @internal
|
|
3792
|
+
*/
|
|
3793
|
+
get isHidden(): boolean;
|
|
3892
3794
|
/** @internal */
|
|
3893
3795
|
handleItemSlotChange(): void;
|
|
3894
3796
|
}
|
|
@@ -6752,12 +6654,6 @@ export declare const curveEasyEaseMax = "var(--curveEasyEaseMax)";
|
|
|
6752
6654
|
*/
|
|
6753
6655
|
export declare const curveLinear = "var(--curveLinear)";
|
|
6754
6656
|
|
|
6755
|
-
/**
|
|
6756
|
-
* This can be used to construct a behavior to apply a prefers color scheme: dark only stylesheet.
|
|
6757
|
-
* @public
|
|
6758
|
-
*/
|
|
6759
|
-
export declare const darkModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
|
|
6760
|
-
|
|
6761
6657
|
/**
|
|
6762
6658
|
* A Dialog Custom HTML Element.
|
|
6763
6659
|
*
|
|
@@ -7042,11 +6938,11 @@ export declare const DividerTemplate: ElementViewTemplate<Divider>;
|
|
|
7042
6938
|
*
|
|
7043
6939
|
* @extends FASTElement
|
|
7044
6940
|
*
|
|
7045
|
-
* @attr
|
|
7046
|
-
* @attr
|
|
7047
|
-
* @attr
|
|
7048
|
-
* @attr
|
|
7049
|
-
* @attr
|
|
6941
|
+
* @attr type - Determines whether the drawer should be displayed as modal, non-modal, or alert.
|
|
6942
|
+
* @attr position - Sets the position of the drawer (start/end).
|
|
6943
|
+
* @attr size - Sets the size of the drawer (small/medium/large).
|
|
6944
|
+
* @attr ariaDescribedby - The ID of the element that describes the drawer.
|
|
6945
|
+
* @attr ariaLabelledby - The ID of the element that labels the drawer.
|
|
7050
6946
|
*
|
|
7051
6947
|
* @csspart dialog - The dialog element of the drawer.
|
|
7052
6948
|
*
|
|
@@ -7088,10 +6984,11 @@ export declare class Drawer extends FASTElement {
|
|
|
7088
6984
|
* @public
|
|
7089
6985
|
*/
|
|
7090
6986
|
ariaDescribedby?: string;
|
|
7091
|
-
/**
|
|
6987
|
+
/**
|
|
6988
|
+
* Sets the position of the drawer (start/end).
|
|
6989
|
+
*
|
|
7092
6990
|
* @public
|
|
7093
6991
|
* @defaultValue start
|
|
7094
|
-
* Sets the position of the drawer (start/end).
|
|
7095
6992
|
*/
|
|
7096
6993
|
position: DrawerPosition;
|
|
7097
6994
|
/**
|
|
@@ -7906,12 +7803,6 @@ export declare const fontWeightRegular = "var(--fontWeightRegular)";
|
|
|
7906
7803
|
*/
|
|
7907
7804
|
export declare const fontWeightSemibold = "var(--fontWeightSemibold)";
|
|
7908
7805
|
|
|
7909
|
-
/**
|
|
7910
|
-
* This can be used to construct a behavior to apply a forced-colors only stylesheet.
|
|
7911
|
-
* @public
|
|
7912
|
-
*/
|
|
7913
|
-
export declare const forcedColorsStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
|
|
7914
|
-
|
|
7915
7806
|
/**
|
|
7916
7807
|
* Determines the current localization direction of an element.
|
|
7917
7808
|
*
|
|
@@ -8171,12 +8062,6 @@ export declare const LabelWeight: {
|
|
|
8171
8062
|
*/
|
|
8172
8063
|
export declare type LabelWeight = ValuesOf<typeof LabelWeight>;
|
|
8173
8064
|
|
|
8174
|
-
/**
|
|
8175
|
-
* This can be used to construct a behavior to apply a prefers color scheme: light only stylesheet.
|
|
8176
|
-
* @public
|
|
8177
|
-
*/
|
|
8178
|
-
export declare const lightModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
|
|
8179
|
-
|
|
8180
8065
|
/**
|
|
8181
8066
|
* CSS custom property value for the {@link @fluentui/tokens#lineHeightBase100 | `lineHeightBase100`} design token.
|
|
8182
8067
|
* @public
|
|
@@ -8478,117 +8363,6 @@ export declare const ListboxTemplate: ElementViewTemplate<Listbox>;
|
|
|
8478
8363
|
*/
|
|
8479
8364
|
export declare function listboxTemplate<T extends Listbox>(): ElementViewTemplate<T>;
|
|
8480
8365
|
|
|
8481
|
-
/**
|
|
8482
|
-
* An abstract behavior to react to media queries. Implementations should implement
|
|
8483
|
-
* the `constructListener` method to perform some action based on media query changes.
|
|
8484
|
-
*
|
|
8485
|
-
* @public
|
|
8486
|
-
*/
|
|
8487
|
-
export declare abstract class MatchMediaBehavior implements HostBehavior {
|
|
8488
|
-
/**
|
|
8489
|
-
* The behavior needs to operate on element instances but elements might share a behavior instance.
|
|
8490
|
-
* To ensure proper attachment / detachment per instance, we construct a listener for
|
|
8491
|
-
* each bind invocation and cache the listeners by element reference.
|
|
8492
|
-
*/
|
|
8493
|
-
private listenerCache;
|
|
8494
|
-
/**
|
|
8495
|
-
* The media query that the behavior operates on.
|
|
8496
|
-
*/
|
|
8497
|
-
readonly query: MediaQueryList;
|
|
8498
|
-
/**
|
|
8499
|
-
*
|
|
8500
|
-
* @param query - The media query to operate from.
|
|
8501
|
-
*/
|
|
8502
|
-
constructor(query: MediaQueryList);
|
|
8503
|
-
/**
|
|
8504
|
-
* Constructs a function that will be invoked with the MediaQueryList context
|
|
8505
|
-
* @param controller - The host controller orchestrating this behavior.
|
|
8506
|
-
*/
|
|
8507
|
-
protected abstract constructListener(controller: HostController): MediaQueryListListener;
|
|
8508
|
-
/**
|
|
8509
|
-
* Binds the behavior to the element.
|
|
8510
|
-
* @param controller - The host controller orchestrating this behavior.
|
|
8511
|
-
*/
|
|
8512
|
-
connectedCallback(controller: HostController): void;
|
|
8513
|
-
/**
|
|
8514
|
-
* Unbinds the behavior from the element.
|
|
8515
|
-
* @param controller - The host controller orchestrating this behavior.
|
|
8516
|
-
*/
|
|
8517
|
-
disconnectedCallback(controller: HostController): void;
|
|
8518
|
-
}
|
|
8519
|
-
|
|
8520
|
-
/**
|
|
8521
|
-
* A behavior to add or remove a stylesheet from an element based on a media query. The behavior ensures that
|
|
8522
|
-
* styles are applied while the a query matches the environment and that styles are not applied if the query does
|
|
8523
|
-
* not match the environment.
|
|
8524
|
-
*
|
|
8525
|
-
* @public
|
|
8526
|
-
*/
|
|
8527
|
-
export declare class MatchMediaStyleSheetBehavior extends MatchMediaBehavior {
|
|
8528
|
-
/**
|
|
8529
|
-
* The media query that the behavior operates on.
|
|
8530
|
-
*/
|
|
8531
|
-
readonly query: MediaQueryList;
|
|
8532
|
-
/**
|
|
8533
|
-
* The styles object to be managed by the behavior.
|
|
8534
|
-
*/
|
|
8535
|
-
readonly styles: ElementStyles;
|
|
8536
|
-
/**
|
|
8537
|
-
* Constructs a {@link MatchMediaStyleSheetBehavior} instance.
|
|
8538
|
-
* @param query - The media query to operate from.
|
|
8539
|
-
* @param styles - The styles to coordinate with the query.
|
|
8540
|
-
*/
|
|
8541
|
-
constructor(query: MediaQueryList, styles: ElementStyles);
|
|
8542
|
-
/**
|
|
8543
|
-
* Defines a function to construct {@link MatchMediaStyleSheetBehavior | MatchMediaStyleSheetBehaviors} for
|
|
8544
|
-
* a provided query.
|
|
8545
|
-
* @param query - The media query to operate from.
|
|
8546
|
-
*
|
|
8547
|
-
* @public
|
|
8548
|
-
* @example
|
|
8549
|
-
*
|
|
8550
|
-
* ```ts
|
|
8551
|
-
* import { css } from "@microsoft/fast-element";
|
|
8552
|
-
* import { MatchMediaStyleSheetBehavior } from "@fluentui/web-components";
|
|
8553
|
-
*
|
|
8554
|
-
* const landscapeBehavior = MatchMediaStyleSheetBehavior.with(
|
|
8555
|
-
* window.matchMedia("(orientation: landscape)")
|
|
8556
|
-
* );
|
|
8557
|
-
*
|
|
8558
|
-
* const styles = css`
|
|
8559
|
-
* :host {
|
|
8560
|
-
* width: 200px;
|
|
8561
|
-
* height: 400px;
|
|
8562
|
-
* }
|
|
8563
|
-
* `
|
|
8564
|
-
* .withBehaviors(landscapeBehavior(css`
|
|
8565
|
-
* :host {
|
|
8566
|
-
* width: 400px;
|
|
8567
|
-
* height: 200px;
|
|
8568
|
-
* }
|
|
8569
|
-
* `))
|
|
8570
|
-
* ```
|
|
8571
|
-
*/
|
|
8572
|
-
static with(query: MediaQueryList): (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
|
|
8573
|
-
/**
|
|
8574
|
-
* Constructs a match-media listener for a provided element.
|
|
8575
|
-
* @param source - the element for which to attach or detach styles.
|
|
8576
|
-
*/
|
|
8577
|
-
protected constructListener(controller: HostController): MediaQueryListListener;
|
|
8578
|
-
/**
|
|
8579
|
-
* Unbinds the behavior from the element.
|
|
8580
|
-
* @param controller - The host controller orchestrating this behavior.
|
|
8581
|
-
* @internal
|
|
8582
|
-
*/
|
|
8583
|
-
removedCallback(controller: HostController<any>): void;
|
|
8584
|
-
}
|
|
8585
|
-
|
|
8586
|
-
/**
|
|
8587
|
-
* An event listener fired by a {@link https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList | MediaQueryList }.
|
|
8588
|
-
* @public
|
|
8589
|
-
*/
|
|
8590
|
-
export declare type MediaQueryListListener = (this: MediaQueryList, ev?: MediaQueryListEvent) => void;
|
|
8591
|
-
|
|
8592
8366
|
/**
|
|
8593
8367
|
* A Menu component that provides a customizable menu element.
|
|
8594
8368
|
*
|
|
@@ -9023,7 +8797,9 @@ export declare class MenuItem extends FASTElement {
|
|
|
9023
8797
|
* Setup required ARIA on open/close
|
|
9024
8798
|
* @internal
|
|
9025
8799
|
*/
|
|
9026
|
-
|
|
8800
|
+
handleToggle: (e: Event) => void;
|
|
8801
|
+
/** @internal */
|
|
8802
|
+
handleSubmenuFocusOut: (e: FocusEvent) => void;
|
|
9027
8803
|
/**
|
|
9028
8804
|
* @internal
|
|
9029
8805
|
*/
|
|
@@ -9095,7 +8871,7 @@ export declare const MenuItemStyles: ElementStyles;
|
|
|
9095
8871
|
export declare const MenuItemTemplate: ElementViewTemplate<MenuItem>;
|
|
9096
8872
|
|
|
9097
8873
|
/**
|
|
9098
|
-
* A
|
|
8874
|
+
* A MenuList Custom HTML Element.
|
|
9099
8875
|
* Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#menu | ARIA menu }.
|
|
9100
8876
|
*
|
|
9101
8877
|
* @tag fluent-menu-list
|
|
@@ -9105,6 +8881,10 @@ export declare const MenuItemTemplate: ElementViewTemplate<MenuItem>;
|
|
|
9105
8881
|
* @public
|
|
9106
8882
|
*/
|
|
9107
8883
|
export declare class MenuList extends BaseMenuList {
|
|
8884
|
+
private fg?;
|
|
8885
|
+
private fgItems?;
|
|
8886
|
+
disconnectedCallback(): void;
|
|
8887
|
+
setItems(): void;
|
|
9108
8888
|
}
|
|
9109
8889
|
|
|
9110
8890
|
/**
|
|
@@ -9234,7 +9014,7 @@ export declare const MessageBarStyles: ElementStyles;
|
|
|
9234
9014
|
|
|
9235
9015
|
/**
|
|
9236
9016
|
* The template for the MessageBar component.
|
|
9237
|
-
* @type
|
|
9017
|
+
* @type ElementViewTemplate
|
|
9238
9018
|
*/
|
|
9239
9019
|
export declare const MessageBarTemplate: ElementViewTemplate<MessageBar>;
|
|
9240
9020
|
|
|
@@ -9362,7 +9142,7 @@ export declare class Radio extends BaseCheckbox {
|
|
|
9362
9142
|
* @internal
|
|
9363
9143
|
* @override
|
|
9364
9144
|
* @remarks
|
|
9365
|
-
* To make a group of radio controls required, see
|
|
9145
|
+
* To make a group of radio controls required, see `RadioGroup.required`.
|
|
9366
9146
|
*/
|
|
9367
9147
|
protected requiredChanged(): void;
|
|
9368
9148
|
/**
|
|
@@ -9421,6 +9201,10 @@ export declare const RadioDefinition: FASTElementDefinition<typeof Radio>;
|
|
|
9421
9201
|
* @public
|
|
9422
9202
|
*/
|
|
9423
9203
|
export declare class RadioGroup extends BaseRadioGroup {
|
|
9204
|
+
private fg;
|
|
9205
|
+
private fgItems;
|
|
9206
|
+
disconnectedCallback(): void;
|
|
9207
|
+
radiosChanged(prev: Radio[] | undefined, next: Radio[] | undefined): void;
|
|
9424
9208
|
}
|
|
9425
9209
|
|
|
9426
9210
|
/**
|
|
@@ -10468,6 +10252,7 @@ export declare class Tab extends FASTElement {
|
|
|
10468
10252
|
* HTML Attribute: disabled
|
|
10469
10253
|
*/
|
|
10470
10254
|
disabled: boolean;
|
|
10255
|
+
protected disabledChanged(prev: boolean, next: boolean): void;
|
|
10471
10256
|
/**
|
|
10472
10257
|
* Internal text content stylesheet, used to set the content of the `::after`
|
|
10473
10258
|
* pseudo element to prevent layout shift when the font weight changes on selection.
|
|
@@ -10482,6 +10267,7 @@ export declare class Tab extends FASTElement {
|
|
|
10482
10267
|
elementInternals: ElementInternals;
|
|
10483
10268
|
constructor();
|
|
10484
10269
|
connectedCallback(): void;
|
|
10270
|
+
private setDisabledSideEffect;
|
|
10485
10271
|
}
|
|
10486
10272
|
|
|
10487
10273
|
export declare interface Tab extends StartEnd {
|
|
@@ -10490,33 +10276,13 @@ export declare interface Tab extends StartEnd {
|
|
|
10490
10276
|
export declare const TabDefinition: FASTElementDefinition<typeof Tab>;
|
|
10491
10277
|
|
|
10492
10278
|
/**
|
|
10493
|
-
* A
|
|
10279
|
+
* A Tablist component.
|
|
10494
10280
|
*
|
|
10495
10281
|
* @tag fluent-tablist
|
|
10496
10282
|
*
|
|
10497
10283
|
* @public
|
|
10498
10284
|
*/
|
|
10499
10285
|
export declare class Tablist extends BaseTablist {
|
|
10500
|
-
/**
|
|
10501
|
-
* activeTabData
|
|
10502
|
-
* The positional coordinates and size dimensions of the active tab. Used for calculating the offset and scale of the tab active indicator.
|
|
10503
|
-
*/
|
|
10504
|
-
private activeTabData;
|
|
10505
|
-
/**
|
|
10506
|
-
* previousActiveTabData
|
|
10507
|
-
* The positional coordinates and size dimensions of the active tab. Used for calculating the offset and scale of the tab active indicator.
|
|
10508
|
-
*/
|
|
10509
|
-
private previousActiveTabData;
|
|
10510
|
-
/**
|
|
10511
|
-
* activeTabOffset
|
|
10512
|
-
* Used to position the active indicator for animations of the active indicator on active tab changes.
|
|
10513
|
-
*/
|
|
10514
|
-
private activeTabOffset;
|
|
10515
|
-
/**
|
|
10516
|
-
* activeTabScale
|
|
10517
|
-
* Used to scale the tab active indicator up or down as animations of the active indicator occur.
|
|
10518
|
-
*/
|
|
10519
|
-
private activeTabScale;
|
|
10520
10286
|
/**
|
|
10521
10287
|
* appearance
|
|
10522
10288
|
* There are two modes of appearance: transparent and subtle.
|
|
@@ -10528,57 +10294,9 @@ export declare class Tablist extends BaseTablist {
|
|
|
10528
10294
|
* Used to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large.
|
|
10529
10295
|
*/
|
|
10530
10296
|
size?: TablistSize;
|
|
10531
|
-
|
|
10532
|
-
|
|
10533
|
-
|
|
10534
|
-
* Recalculates the active tab offset and scale.
|
|
10535
|
-
* These values will be applied to css variables that control the tab active indicator position animations
|
|
10536
|
-
*/
|
|
10537
|
-
private calculateAnimationProperties;
|
|
10538
|
-
/**
|
|
10539
|
-
* getSelectedTabPosition - gets the x or y coordinates of the tab
|
|
10540
|
-
*/
|
|
10541
|
-
private getTabPosition;
|
|
10542
|
-
/**
|
|
10543
|
-
* getSelectedTabScale - gets the scale of the tab
|
|
10544
|
-
*/
|
|
10545
|
-
private getTabScale;
|
|
10546
|
-
/**
|
|
10547
|
-
* Calculates and applies updated values to CSS variables.
|
|
10548
|
-
*
|
|
10549
|
-
* @param tab - the tab element to apply the updated values to
|
|
10550
|
-
* @internal
|
|
10551
|
-
*/
|
|
10552
|
-
private applyUpdatedCSSValues;
|
|
10553
|
-
/**
|
|
10554
|
-
* Runs through all the operations required for setting the tab active indicator to its starting location, ending
|
|
10555
|
-
* location, and applying the animated css class to the tab.
|
|
10556
|
-
*
|
|
10557
|
-
* @param tab - the tab element to apply the updated values to
|
|
10558
|
-
* @internal
|
|
10559
|
-
*/
|
|
10560
|
-
private animationLoop;
|
|
10561
|
-
/**
|
|
10562
|
-
* Sets the data from the active tab onto the class. used for making all the animation calculations for the active
|
|
10563
|
-
* tab indicator.
|
|
10564
|
-
*
|
|
10565
|
-
* @internal
|
|
10566
|
-
*/
|
|
10567
|
-
private setTabData;
|
|
10568
|
-
/**
|
|
10569
|
-
* Sets the css variables for the active tab indicator.
|
|
10570
|
-
* @internal
|
|
10571
|
-
*/
|
|
10572
|
-
private setAnimationVars;
|
|
10573
|
-
/**
|
|
10574
|
-
* Initiates the active tab indicator animation loop when activeid changes.
|
|
10575
|
-
* @param oldValue - the previous tabId
|
|
10576
|
-
* @param newValue - the new tabId
|
|
10577
|
-
*/
|
|
10578
|
-
activeidChanged(oldValue: string, newValue: string): void;
|
|
10579
|
-
/**
|
|
10580
|
-
* Initiates the active tab indicator animation loop when tabs change.
|
|
10581
|
-
*/
|
|
10297
|
+
private fg?;
|
|
10298
|
+
private fgItems?;
|
|
10299
|
+
disconnectedCallback(): void;
|
|
10582
10300
|
tabsChanged(prev: Tab[] | undefined, next: Tab[] | undefined): void;
|
|
10583
10301
|
}
|
|
10584
10302
|
|
|
@@ -11271,13 +10989,13 @@ export declare class Tooltip extends FASTElement {
|
|
|
11271
10989
|
disconnectedCallback(): void;
|
|
11272
10990
|
/**
|
|
11273
10991
|
* Shows the tooltip
|
|
11274
|
-
* @param delay Number of milliseconds to delay showing the tooltip
|
|
10992
|
+
* @param delay - Number of milliseconds to delay showing the tooltip
|
|
11275
10993
|
* @internal
|
|
11276
10994
|
*/
|
|
11277
10995
|
showTooltip(delay?: number): void;
|
|
11278
10996
|
/**
|
|
11279
10997
|
* Hide the tooltip
|
|
11280
|
-
* @param delay Number of milliseconds to delay hiding the tooltip
|
|
10998
|
+
* @param delay - Number of milliseconds to delay hiding the tooltip
|
|
11281
10999
|
* @internal
|
|
11282
11000
|
*/
|
|
11283
11001
|
hideTooltip(delay?: number): void;
|
|
@@ -11373,16 +11091,21 @@ export declare class Tree extends BaseTree {
|
|
|
11373
11091
|
*/
|
|
11374
11092
|
appearance: TreeItemAppearance;
|
|
11375
11093
|
protected appearanceChanged(): void;
|
|
11094
|
+
private fg?;
|
|
11095
|
+
private fgItems?;
|
|
11376
11096
|
/**
|
|
11377
11097
|
* child tree items supered change event
|
|
11378
11098
|
* @internal
|
|
11379
11099
|
*/
|
|
11380
11100
|
childTreeItemsChanged(): void;
|
|
11101
|
+
disconnectedCallback(): void;
|
|
11381
11102
|
/**
|
|
11382
11103
|
* 1. Update the child items' size based on the tree's size
|
|
11383
11104
|
* 2. Update the child items' appearance based on the tree's appearance
|
|
11384
11105
|
*/
|
|
11385
11106
|
updateSizeAndAppearance(): void;
|
|
11107
|
+
/** @internal */
|
|
11108
|
+
itemToggleHandler(): void;
|
|
11386
11109
|
}
|
|
11387
11110
|
|
|
11388
11111
|
/**
|