@vonage/vivid 5.12.0 → 5.14.0
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/bundled/definition19.cjs +63 -44
- package/bundled/definition19.js +322 -246
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +16 -13
- package/bundled/slottable-request.cjs +4 -4
- package/bundled/slottable-request.js +70 -70
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +2640 -2580
- package/data-grid/definition.cjs +37 -13
- package/data-grid/definition.js +37 -13
- package/data-grid/index.cjs +38 -32
- package/data-grid/index.js +201 -178
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/lib/accordion/accordion.template.d.ts +2 -2
- package/lib/accordion/index.d.ts +1 -0
- package/lib/accordion-item/accordion-item.d.ts +98 -67
- package/lib/accordion-item/accordion-item.template.d.ts +3 -3
- package/lib/accordion-item/index.d.ts +1 -0
- package/lib/action-group/action-group.d.ts +95 -64
- package/lib/action-group/action-group.template.d.ts +2 -2
- package/lib/action-group/index.d.ts +1 -0
- package/lib/alert/alert.d.ts +192 -130
- package/lib/alert/alert.template.d.ts +3 -3
- package/lib/alert/index.d.ts +1 -0
- package/lib/audio-player/audio-player.d.ts +97 -67
- package/lib/audio-player/audio-player.template.d.ts +2 -2
- package/lib/audio-player/index.d.ts +1 -0
- package/lib/avatar/avatar.d.ts +105 -117
- package/lib/avatar/avatar.template.d.ts +1 -1
- package/lib/avatar/index.d.ts +1 -0
- package/lib/badge/badge.d.ts +98 -67
- package/lib/badge/badge.template.d.ts +3 -3
- package/lib/badge/index.d.ts +1 -0
- package/lib/banner/banner.d.ts +286 -193
- package/lib/banner/banner.template.d.ts +3 -3
- package/lib/banner/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.d.ts +93 -62
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -2
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +103 -115
- package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +3 -3
- package/lib/breadcrumb-item/index.d.ts +1 -0
- package/lib/button/button.d.ts +297 -247
- package/lib/button/button.template.d.ts +3 -3
- package/lib/button/index.d.ts +1 -0
- package/lib/calendar/calendar.d.ts +2 -2
- package/lib/calendar/calendar.template.d.ts +2 -2
- package/lib/calendar/helpers/calendar.event-context.d.ts +1 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/calendar/index.d.ts +1 -0
- package/lib/calendar-event/calendar-event.d.ts +95 -64
- package/lib/calendar-event/calendar-event.template.d.ts +2 -2
- package/lib/calendar-event/index.d.ts +1 -0
- package/lib/card/card.d.ts +105 -117
- package/lib/card/card.template.d.ts +2 -2
- package/lib/card/index.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +628 -437
- package/lib/checkbox/checkbox.template.d.ts +3 -3
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/color-picker/color-picker.d.ts +726 -506
- package/lib/color-picker/color-picker.template.d.ts +2 -2
- package/lib/color-picker/definition.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +741 -520
- package/lib/combobox/combobox.template.d.ts +3 -3
- package/lib/combobox/index.d.ts +1 -0
- package/lib/contextual-help/contextual-help.d.ts +1 -1
- package/lib/contextual-help/contextual-help.template.d.ts +3 -3
- package/lib/contextual-help/index.d.ts +1 -0
- package/lib/country/country-code-to-flag-icon.d.ts +1 -1
- package/lib/country/country.template.d.ts +3 -3
- package/lib/country/index.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +190 -128
- package/lib/data-grid/data-grid-cell.template.d.ts +3 -3
- package/lib/data-grid/data-grid-row.d.ts +95 -64
- package/lib/data-grid/data-grid-row.template.d.ts +3 -3
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/data-grid/data-grid.template.d.ts +3 -3
- package/lib/data-grid/index.d.ts +1 -0
- package/lib/data-grid/locale.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1045 -792
- package/lib/date-picker/date-picker.template.d.ts +2 -2
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-range-picker/date-range-picker.d.ts +538 -411
- package/lib/date-range-picker/date-range-picker.template.d.ts +2 -2
- package/lib/date-range-picker/index.d.ts +1 -0
- package/lib/date-time-picker/date-time-picker.d.ts +1026 -772
- package/lib/date-time-picker/date-time-picker.template.d.ts +2 -2
- package/lib/date-time-picker/index.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +95 -64
- package/lib/dial-pad/dial-pad.template.d.ts +2 -2
- package/lib/dial-pad/index.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +189 -127
- package/lib/dialog/dialog.template.d.ts +3 -3
- package/lib/dialog/index.d.ts +1 -0
- package/lib/divider/divider.d.ts +94 -63
- package/lib/divider/divider.template.d.ts +2 -2
- package/lib/divider/index.d.ts +1 -0
- package/lib/elevation/elevation.template.d.ts +2 -2
- package/lib/elevation/index.d.ts +1 -0
- package/lib/empty-state/empty-state.d.ts +2 -2
- package/lib/empty-state/empty-state.template.d.ts +3 -3
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/fab/fab.d.ts +98 -67
- package/lib/fab/fab.template.d.ts +3 -3
- package/lib/fab/index.d.ts +1 -0
- package/lib/file-picker/__mocks__/data-transfer.d.ts +21 -0
- package/lib/file-picker/file-picker.d.ts +736 -515
- package/lib/file-picker/file-picker.template.d.ts +3 -3
- package/lib/file-picker/index.d.ts +1 -0
- package/lib/header/header.d.ts +93 -62
- package/lib/header/header.template.d.ts +3 -3
- package/lib/header/index.d.ts +1 -0
- package/lib/icon/icon.d.ts +2 -2
- package/lib/icon/icon.template.d.ts +3 -3
- package/lib/icon/index.d.ts +1 -0
- package/lib/layout/index.d.ts +1 -0
- package/lib/layout/layout.d.ts +2 -2
- package/lib/layout/layout.template.d.ts +2 -2
- package/lib/menu/index.d.ts +1 -0
- package/lib/menu/menu.d.ts +195 -133
- package/lib/menu/menu.template.d.ts +3 -3
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +191 -129
- package/lib/menu-item/menu-item.template.d.ts +2 -2
- package/lib/nav/index.d.ts +1 -0
- package/lib/nav/nav.d.ts +93 -62
- package/lib/nav/nav.template.d.ts +2 -2
- package/lib/nav-disclosure/index.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +191 -129
- package/lib/nav-disclosure/nav-disclosure.template.d.ts +3 -3
- package/lib/nav-item/index.d.ts +1 -0
- package/lib/nav-item/nav-item.d.ts +200 -181
- package/lib/nav-item/nav-item.template.d.ts +3 -3
- package/lib/note/index.d.ts +1 -0
- package/lib/note/note.d.ts +97 -66
- package/lib/note/note.template.d.ts +3 -3
- package/lib/number-field/index.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +929 -646
- package/lib/number-field/number-field.template.d.ts +3 -3
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.d.ts +191 -129
- package/lib/option/option.template.d.ts +3 -3
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +98 -67
- package/lib/pagination/pagination.template.d.ts +3 -3
- package/lib/popover/definition.d.ts +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/popover.d.ts +190 -128
- package/lib/popover/popover.template.d.ts +2 -2
- package/lib/popup/index.d.ts +1 -0
- package/lib/popup/popup.d.ts +1 -1
- package/lib/popup/popup.template.d.ts +3 -3
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/progress.d.ts +94 -63
- package/lib/progress/progress.template.d.ts +2 -2
- package/lib/progress-ring/index.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +94 -63
- package/lib/progress-ring/progress-ring.template.d.ts +2 -2
- package/lib/radio/index.d.ts +1 -0
- package/lib/radio/radio.d.ts +340 -242
- package/lib/radio/radio.template.d.ts +2 -2
- package/lib/radio-group/index.d.ts +1 -0
- package/lib/radio-group/radio-group.d.ts +99 -68
- package/lib/radio-group/radio-group.template.d.ts +3 -3
- package/lib/range-slider/index.d.ts +1 -0
- package/lib/range-slider/range-slider.d.ts +313 -218
- package/lib/range-slider/range-slider.template.d.ts +3 -3
- package/lib/rich-text-editor/definition.d.ts +1 -1
- package/lib/rich-text-editor/index.d.ts +1 -0
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +99 -68
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/doc-factories.d.ts +106 -0
- package/lib/rich-text-editor/rte/__tests__/font-sizes.d.ts +2 -0
- package/lib/rich-text-editor/rte/__tests__/promise.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/test-utils.d.ts +68 -0
- package/lib/rich-text-editor/rte/config.d.ts +4 -4
- package/lib/rich-text-editor/rte/feature.d.ts +10 -12
- package/lib/rich-text-editor/rte/features/alignment.d.ts +19 -0
- package/lib/rich-text-editor/rte/features/atom.d.ts +9 -0
- package/lib/rich-text-editor/rte/features/base.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/bold.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +21 -0
- package/lib/rich-text-editor/rte/features/file-handler.d.ts +25 -0
- package/lib/rich-text-editor/rte/features/font-size-picker.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/hard-break.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/inline-image.d.ts +43 -0
- package/lib/rich-text-editor/rte/features/input-rule.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +6 -6
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/internal/cursor-fix.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +2 -2
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +4 -4
- package/lib/rich-text-editor/rte/features/italic.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/link.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/list.d.ts +24 -0
- package/lib/rich-text-editor/rte/features/monospace.d.ts +22 -0
- package/lib/rich-text-editor/rte/features/placeholder.d.ts +23 -0
- package/lib/rich-text-editor/rte/features/strikethrough.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/suggest.d.ts +14 -0
- package/lib/rich-text-editor/rte/features/text-block-picker.d.ts +18 -0
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +31 -0
- package/lib/rich-text-editor/rte/features/toolbar-button.d.ts +13 -0
- package/lib/rich-text-editor/rte/features/toolbar.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/underline.d.ts +17 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +3 -3
- package/lib/rich-text-editor/rte/html-serializer.d.ts +3 -3
- package/lib/rich-text-editor/rte/instance.d.ts +8 -7
- package/lib/rich-text-editor/rte/public-interface.d.ts +13 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/ui.d.ts +8 -8
- package/lib/rich-text-editor/rte/view.d.ts +3 -6
- package/lib/rich-text-view/definition.d.ts +1 -1
- package/lib/rich-text-view/index.d.ts +2 -0
- package/lib/rich-text-view/rich-text-view.d.ts +1 -1
- package/lib/rich-text-view/rich-text-view.template.d.ts +2 -2
- package/lib/searchable-select/index.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +96 -65
- package/lib/searchable-select/option-tag.template.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +929 -646
- package/lib/searchable-select/searchable-select.template.d.ts +3 -3
- package/lib/select/index.d.ts +1 -0
- package/lib/select/locale.d.ts +3 -0
- package/lib/select/select.d.ts +1240 -579
- package/lib/select/select.template.d.ts +3 -3
- package/lib/selectable-box/index.d.ts +1 -0
- package/lib/selectable-box/selectable-box.d.ts +94 -63
- package/lib/selectable-box/selectable-box.template.d.ts +2 -2
- package/lib/side-drawer/index.d.ts +1 -0
- package/lib/side-drawer/side-drawer.template.d.ts +2 -2
- package/lib/simple-color-picker/definition.d.ts +1 -1
- package/lib/simple-color-picker/index.d.ts +1 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +216 -153
- package/lib/simple-color-picker/simple-color-picker.template.d.ts +2 -2
- package/lib/slider/index.d.ts +1 -0
- package/lib/slider/slider.d.ts +299 -205
- package/lib/slider/slider.template.d.ts +4 -4
- package/lib/split-button/index.d.ts +1 -0
- package/lib/split-button/split-button.d.ts +288 -195
- package/lib/split-button/split-button.template.d.ts +3 -3
- package/lib/status/index.d.ts +1 -0
- package/lib/status/status.d.ts +98 -67
- package/lib/status/status.template.d.ts +3 -3
- package/lib/switch/index.d.ts +1 -0
- package/lib/switch/switch.d.ts +207 -142
- package/lib/switch/switch.template.d.ts +2 -2
- package/lib/tab/index.d.ts +1 -0
- package/lib/tab/tab.d.ts +288 -195
- package/lib/tab/tab.template.d.ts +3 -3
- package/lib/tab-panel/index.d.ts +1 -0
- package/lib/tab-panel/tab-panel.d.ts +93 -62
- package/lib/tab-panel/tab-panel.template.d.ts +2 -2
- package/lib/table/index.d.ts +1 -0
- package/lib/table/table-body.template.d.ts +3 -3
- package/lib/table/table-cell.d.ts +93 -62
- package/lib/table/table-cell.template.d.ts +3 -3
- package/lib/table/table-head.template.d.ts +3 -3
- package/lib/table/table-header-cell.d.ts +93 -62
- package/lib/table/table-header-cell.template.d.ts +3 -3
- package/lib/table/table-row.d.ts +93 -62
- package/lib/table/table-row.template.d.ts +3 -3
- package/lib/table/table.template.d.ts +3 -3
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tabs/tabs.template.d.ts +2 -2
- package/lib/tag/index.d.ts +1 -0
- package/lib/tag/tag.d.ts +288 -195
- package/lib/tag/tag.template.d.ts +3 -3
- package/lib/tag-group/index.d.ts +1 -0
- package/lib/tag-group/tag-group.d.ts +93 -62
- package/lib/tag-group/tag-group.template.d.ts +2 -2
- package/lib/tag-name-map.d.ts +1 -1
- package/lib/text-area/index.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +832 -581
- package/lib/text-area/text-area.template.d.ts +3 -3
- package/lib/text-field/index.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +931 -649
- package/lib/text-field/text-field.template.d.ts +3 -3
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +486 -359
- package/lib/time-picker/time-picker.template.d.ts +3 -3
- package/lib/toggletip/index.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +197 -135
- package/lib/toggletip/toggletip.template.d.ts +3 -3
- package/lib/tooltip/index.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +101 -70
- package/lib/tooltip/tooltip.template.d.ts +3 -3
- package/lib/tree-item/index.d.ts +1 -0
- package/lib/tree-item/tree-item.d.ts +190 -128
- package/lib/tree-item/tree-item.template.d.ts +3 -3
- package/lib/tree-view/index.d.ts +1 -0
- package/lib/tree-view/tree-view.d.ts +93 -62
- package/lib/tree-view/tree-view.template.d.ts +2 -2
- package/lib/video-player/index.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +96 -65
- package/lib/video-player/video-player.template.d.ts +1 -1
- package/lib/video-player/vivid-video-svg.d.ts +1 -1
- package/lib/visually-hidden/definition.d.ts +1 -1
- package/lib/visually-hidden/index.d.ts +1 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +1 -1
- package/locales/de-DE.cjs +3 -0
- package/locales/de-DE.d.ts +1 -1
- package/locales/de-DE.js +3 -0
- package/locales/en-GB.cjs +3 -0
- package/locales/en-GB.d.ts +1 -1
- package/locales/en-GB.js +3 -0
- package/locales/en-US.cjs +3 -0
- package/locales/en-US.d.ts +1 -1
- package/locales/en-US.js +3 -0
- package/locales/ja-JP.cjs +3 -0
- package/locales/ja-JP.d.ts +1 -1
- package/locales/ja-JP.js +3 -0
- package/locales/zh-CN.cjs +3 -0
- package/locales/zh-CN.d.ts +1 -1
- package/locales/zh-CN.js +3 -0
- package/package.json +6 -6
- package/rich-text-editor/definition.cjs +2 -4
- package/rich-text-editor/definition.js +3 -5
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +975 -977
- package/rich-text-view/index.js +1 -1
- package/select/definition.cjs +104 -5
- package/select/definition.js +104 -5
- package/shared/aria/aria-change-subscription.d.ts +1 -1
- package/shared/aria/aria-mixin.d.ts +94 -63
- package/shared/aria/attribute-removal.d.ts +1 -1
- package/shared/aria/delegate-aria-behavior.d.ts +2 -2
- package/shared/aria/delegates-aria.d.ts +96 -65
- package/shared/aria/host-semantics-behavior.d.ts +2 -2
- package/shared/aria/host-semantics.d.ts +97 -66
- package/shared/color-picker/base-color-picker.d.ts +114 -82
- package/shared/datetime/dateRange.d.ts +1 -1
- package/shared/datetime/dateTimeStr.d.ts +4 -4
- package/shared/datetime/month.d.ts +1 -1
- package/shared/datetime/presentationDate.d.ts +2 -2
- package/shared/datetime/presentationDateRange.d.ts +2 -2
- package/shared/datetime/presentationDateTime.d.ts +2 -2
- package/shared/datetime/presentationTime.d.ts +1 -1
- package/shared/datetime/year.d.ts +1 -1
- package/shared/deprecation/replaced-props.d.ts +95 -60
- package/shared/design-system/createRegisterFunction.d.ts +1 -1
- package/shared/design-system/defineVividComponent.d.ts +1 -1
- package/shared/feedback/feedback-message.d.ts +96 -65
- package/shared/feedback/mixins.d.ts +200 -138
- package/shared/foundation/button/button.d.ts +202 -139
- package/shared/foundation/button/button.template.d.ts +2 -2
- package/shared/foundation/form-associated/form-associated.d.ts +213 -147
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/test-utilities/fixture.d.ts +18 -0
- package/shared/foundation/vivid-element/vivid-element.d.ts +194 -131
- package/shared/localization/Locale.d.ts +31 -29
- package/shared/localization/index.d.ts +1 -1
- package/shared/patterns/affix.d.ts +195 -133
- package/shared/patterns/anchored.d.ts +202 -140
- package/shared/patterns/char-count/char-count.d.ts +99 -68
- package/shared/patterns/chevron.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +114 -488
- package/shared/patterns/form-elements/with-contextual-help.d.ts +117 -903
- package/shared/patterns/form-elements/with-error-text.d.ts +120 -906
- package/shared/patterns/form-elements/with-success-text.d.ts +97 -66
- package/shared/patterns/linkable.d.ts +106 -117
- package/shared/patterns/localized.d.ts +197 -135
- package/shared/patterns/trapped-focus.d.ts +95 -64
- package/shared/picker-field/mixins/calendar-picker.d.ts +251 -188
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +271 -208
- package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +3 -3
- package/shared/picker-field/mixins/calendar-segments/monthPickerGrid.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/columns.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/index.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +95 -64
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.template.d.ts +3 -3
- package/shared/picker-field/mixins/inline-time-picker/picker-option.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +277 -1102
- package/shared/picker-field/mixins/single-date-picker.d.ts +274 -1953
- package/shared/picker-field/mixins/single-value-picker.d.ts +236 -173
- package/shared/picker-field/mixins/time-selection-picker.d.ts +257 -1046
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +486 -360
- package/shared/picker-field/picker-field.d.ts +735 -514
- package/shared/picker-field/picker-field.template.d.ts +2 -2
- package/shared/templating/attribute-binding-behaviour.d.ts +1 -1
- package/shared/templating/render-in-light-dom.d.ts +2 -2
- package/shared/utils/closest-of-type.d.ts +2 -0
- package/shared/utils/direct-children-of-type.d.ts +2 -0
- package/shared/utils/dom-traversal-types.d.ts +3 -0
- package/shared/utils/first-of-type.d.ts +2 -0
- package/shared/utils/last-of-type.d.ts +2 -0
- package/shared/utils/nested-children-of-type.d.ts +2 -0
- package/shared/utils/next-of-type.d.ts +2 -0
- package/shared/utils/numberConverter.d.ts +1 -1
- package/shared/utils/prev-of-type.d.ts +2 -0
- package/shared/utils/promise.d.ts +2 -2
- package/shared/utils/siblings-of-type.d.ts +2 -0
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/slottable-request.cjs +7 -5
- package/unbundled/slottable-request.js +7 -6
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +727 -38
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Appearance, Connotation, Shape, Size } from '../enums.js';
|
|
2
2
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
3
|
-
import
|
|
3
|
+
import { ExtractFromEnum } from '../../shared/utils/enums';
|
|
4
4
|
export type SplitButtonConnotation = ExtractFromEnum<Connotation, Connotation.Accent | Connotation.Announcement | Connotation.CTA | Connotation.Success | Connotation.Alert>;
|
|
5
5
|
export type SplitButtonAppearance = ExtractFromEnum<Appearance, Appearance.Filled | Appearance.Outlined | Appearance.Ghost | Appearance.OutlinedLight>;
|
|
6
6
|
export type SplitButtonShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
7
7
|
export type SplitButtonSize = ExtractFromEnum<Size, Size.SuperCondensed | Size.Condensed | Size.Normal | Size.Expanded>;
|
|
8
8
|
declare const SplitButton_base: {
|
|
9
9
|
new (...args: any[]): {
|
|
10
|
-
icon?: string
|
|
11
|
-
iconSlottedContent?: HTMLElement[]
|
|
10
|
+
icon?: string;
|
|
11
|
+
iconSlottedContent?: HTMLElement[];
|
|
12
12
|
connectedCallback(): void;
|
|
13
|
-
_vividAriaBehaviour: import(
|
|
14
|
-
readonly $fastController: import(
|
|
15
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
13
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.js').VividAriaBehaviour;
|
|
14
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
15
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
16
16
|
disconnectedCallback(): void;
|
|
17
17
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
18
18
|
accessKey: string;
|
|
19
19
|
readonly accessKeyLabel: string;
|
|
20
20
|
autocapitalize: string;
|
|
21
|
+
autocorrect: boolean;
|
|
21
22
|
dir: string;
|
|
22
23
|
draggable: boolean;
|
|
23
24
|
hidden: boolean;
|
|
@@ -30,30 +31,39 @@ declare const SplitButton_base: {
|
|
|
30
31
|
readonly offsetTop: number;
|
|
31
32
|
readonly offsetWidth: number;
|
|
32
33
|
outerText: string;
|
|
34
|
+
popover: string | null;
|
|
33
35
|
spellcheck: boolean;
|
|
34
36
|
title: string;
|
|
35
37
|
translate: boolean;
|
|
38
|
+
writingSuggestions: string;
|
|
36
39
|
attachInternals(): ElementInternals;
|
|
37
40
|
click(): void;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
hidePopover(): void;
|
|
42
|
+
showPopover(): void;
|
|
43
|
+
togglePopover(options?: boolean): boolean;
|
|
44
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
45
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
46
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
47
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
42
48
|
readonly attributes: NamedNodeMap;
|
|
43
|
-
|
|
49
|
+
get classList(): DOMTokenList;
|
|
50
|
+
set classList(value: string);
|
|
44
51
|
className: string;
|
|
45
52
|
readonly clientHeight: number;
|
|
46
53
|
readonly clientLeft: number;
|
|
47
54
|
readonly clientTop: number;
|
|
48
55
|
readonly clientWidth: number;
|
|
56
|
+
readonly currentCSSZoom: number;
|
|
49
57
|
id: string;
|
|
58
|
+
innerHTML: string;
|
|
50
59
|
readonly localName: string;
|
|
51
60
|
readonly namespaceURI: string | null;
|
|
52
61
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
53
62
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
54
63
|
outerHTML: string;
|
|
55
64
|
readonly ownerDocument: Document;
|
|
56
|
-
|
|
65
|
+
get part(): DOMTokenList;
|
|
66
|
+
set part(value: string);
|
|
57
67
|
readonly prefix: string | null;
|
|
58
68
|
readonly scrollHeight: number;
|
|
59
69
|
scrollLeft: number;
|
|
@@ -63,11 +73,12 @@ declare const SplitButton_base: {
|
|
|
63
73
|
slot: string;
|
|
64
74
|
readonly tagName: string;
|
|
65
75
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
66
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
67
|
-
closest<
|
|
68
|
-
closest<
|
|
69
|
-
closest<
|
|
76
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
77
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
78
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
79
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
70
80
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
81
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
71
82
|
getAttribute(qualifiedName: string): string | null;
|
|
72
83
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
73
84
|
getAttributeNames(): string[];
|
|
@@ -76,43 +87,47 @@ declare const SplitButton_base: {
|
|
|
76
87
|
getBoundingClientRect(): DOMRect;
|
|
77
88
|
getClientRects(): DOMRectList;
|
|
78
89
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
79
|
-
getElementsByTagName<
|
|
80
|
-
getElementsByTagName<
|
|
81
|
-
getElementsByTagName<
|
|
82
|
-
getElementsByTagName<
|
|
90
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
91
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
92
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
93
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
83
94
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
84
95
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
85
96
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
86
97
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
87
98
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
99
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
88
100
|
hasAttribute(qualifiedName: string): boolean;
|
|
89
101
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
90
102
|
hasAttributes(): boolean;
|
|
91
103
|
hasPointerCapture(pointerId: number): boolean;
|
|
92
104
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
93
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
105
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
94
106
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
95
107
|
matches(selectors: string): boolean;
|
|
96
108
|
releasePointerCapture(pointerId: number): void;
|
|
97
109
|
removeAttribute(qualifiedName: string): void;
|
|
98
110
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
99
111
|
removeAttributeNode(attr: Attr): Attr;
|
|
100
|
-
requestFullscreen(options?: FullscreenOptions
|
|
101
|
-
requestPointerLock(): void
|
|
102
|
-
scroll(options?: ScrollToOptions
|
|
112
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
113
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
114
|
+
scroll(options?: ScrollToOptions): void;
|
|
103
115
|
scroll(x: number, y: number): void;
|
|
104
|
-
scrollBy(options?: ScrollToOptions
|
|
116
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
105
117
|
scrollBy(x: number, y: number): void;
|
|
106
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
107
|
-
scrollTo(options?: ScrollToOptions
|
|
118
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
119
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
108
120
|
scrollTo(x: number, y: number): void;
|
|
109
121
|
setAttribute(qualifiedName: string, value: string): void;
|
|
110
122
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
111
123
|
setAttributeNode(attr: Attr): Attr | null;
|
|
112
124
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
125
|
+
setHTMLUnsafe(html: string): void;
|
|
113
126
|
setPointerCapture(pointerId: number): void;
|
|
114
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
127
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
115
128
|
webkitMatchesSelector(selectors: string): boolean;
|
|
129
|
+
get textContent(): string;
|
|
130
|
+
set textContent(value: string | null);
|
|
116
131
|
readonly baseURI: string;
|
|
117
132
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
118
133
|
readonly firstChild: ChildNode | null;
|
|
@@ -125,22 +140,21 @@ declare const SplitButton_base: {
|
|
|
125
140
|
readonly parentElement: HTMLElement | null;
|
|
126
141
|
readonly parentNode: ParentNode | null;
|
|
127
142
|
readonly previousSibling: ChildNode | null;
|
|
128
|
-
textContent: string | null;
|
|
129
143
|
appendChild<T extends Node>(node: T): T;
|
|
130
|
-
cloneNode(
|
|
144
|
+
cloneNode(subtree?: boolean): Node;
|
|
131
145
|
compareDocumentPosition(other: Node): number;
|
|
132
146
|
contains(other: Node | null): boolean;
|
|
133
|
-
getRootNode(options?: GetRootNodeOptions
|
|
147
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
134
148
|
hasChildNodes(): boolean;
|
|
135
|
-
insertBefore<
|
|
149
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
136
150
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
137
151
|
isEqualNode(otherNode: Node | null): boolean;
|
|
138
152
|
isSameNode(otherNode: Node | null): boolean;
|
|
139
153
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
140
154
|
lookupPrefix(namespace: string | null): string | null;
|
|
141
155
|
normalize(): void;
|
|
142
|
-
removeChild<
|
|
143
|
-
replaceChild<
|
|
156
|
+
removeChild<T extends Node>(child: T): T;
|
|
157
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
144
158
|
readonly ELEMENT_NODE: 1;
|
|
145
159
|
readonly ATTRIBUTE_NODE: 2;
|
|
146
160
|
readonly TEXT_NODE: 3;
|
|
@@ -160,35 +174,49 @@ declare const SplitButton_base: {
|
|
|
160
174
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
161
175
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
162
176
|
dispatchEvent(event: Event): boolean;
|
|
177
|
+
ariaActiveDescendantElement: Element | null;
|
|
163
178
|
ariaAtomic: string | null;
|
|
164
179
|
ariaAutoComplete: string | null;
|
|
180
|
+
ariaBrailleLabel: string | null;
|
|
181
|
+
ariaBrailleRoleDescription: string | null;
|
|
165
182
|
ariaBusy: string | null;
|
|
166
183
|
ariaChecked: string | null;
|
|
167
184
|
ariaColCount: string | null;
|
|
168
185
|
ariaColIndex: string | null;
|
|
186
|
+
ariaColIndexText: string | null;
|
|
169
187
|
ariaColSpan: string | null;
|
|
188
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
170
189
|
ariaCurrent: string | null;
|
|
190
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
191
|
+
ariaDescription: string | null;
|
|
192
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
171
193
|
ariaDisabled: string | null;
|
|
194
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
172
195
|
ariaExpanded: string | null;
|
|
196
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
173
197
|
ariaHasPopup: string | null;
|
|
174
198
|
ariaHidden: string | null;
|
|
175
199
|
ariaInvalid: string | null;
|
|
176
200
|
ariaKeyShortcuts: string | null;
|
|
177
201
|
ariaLabel: string | null;
|
|
202
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
178
203
|
ariaLevel: string | null;
|
|
179
204
|
ariaLive: string | null;
|
|
180
205
|
ariaModal: string | null;
|
|
181
206
|
ariaMultiLine: string | null;
|
|
182
207
|
ariaMultiSelectable: string | null;
|
|
183
208
|
ariaOrientation: string | null;
|
|
209
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
184
210
|
ariaPlaceholder: string | null;
|
|
185
211
|
ariaPosInSet: string | null;
|
|
186
212
|
ariaPressed: string | null;
|
|
187
213
|
ariaReadOnly: string | null;
|
|
214
|
+
ariaRelevant: string | null;
|
|
188
215
|
ariaRequired: string | null;
|
|
189
216
|
ariaRoleDescription: string | null;
|
|
190
217
|
ariaRowCount: string | null;
|
|
191
218
|
ariaRowIndex: string | null;
|
|
219
|
+
ariaRowIndexText: string | null;
|
|
192
220
|
ariaRowSpan: string | null;
|
|
193
221
|
ariaSelected: string | null;
|
|
194
222
|
ariaSetSize: string | null;
|
|
@@ -198,34 +226,35 @@ declare const SplitButton_base: {
|
|
|
198
226
|
ariaValueNow: string | null;
|
|
199
227
|
ariaValueText: string | null;
|
|
200
228
|
role: string | null;
|
|
201
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
202
|
-
getAnimations(options?: GetAnimationsOptions
|
|
203
|
-
after(...nodes: (
|
|
204
|
-
before(...nodes: (
|
|
229
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
230
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
231
|
+
after(...nodes: (Node | string)[]): void;
|
|
232
|
+
before(...nodes: (Node | string)[]): void;
|
|
205
233
|
remove(): void;
|
|
206
|
-
replaceWith(...nodes: (
|
|
207
|
-
innerHTML: string;
|
|
234
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
208
235
|
readonly nextElementSibling: Element | null;
|
|
209
236
|
readonly previousElementSibling: Element | null;
|
|
210
237
|
readonly childElementCount: number;
|
|
211
238
|
readonly children: HTMLCollection;
|
|
212
239
|
readonly firstElementChild: Element | null;
|
|
213
240
|
readonly lastElementChild: Element | null;
|
|
214
|
-
append(...nodes: (
|
|
215
|
-
prepend(...nodes: (
|
|
216
|
-
querySelector<
|
|
217
|
-
querySelector<
|
|
218
|
-
querySelector<
|
|
219
|
-
querySelector<
|
|
220
|
-
querySelector<
|
|
221
|
-
querySelectorAll<
|
|
222
|
-
querySelectorAll<
|
|
223
|
-
querySelectorAll<
|
|
224
|
-
querySelectorAll<
|
|
225
|
-
querySelectorAll<
|
|
226
|
-
replaceChildren(...nodes: (
|
|
241
|
+
append(...nodes: (Node | string)[]): void;
|
|
242
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
243
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
244
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
245
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
246
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
247
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
248
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
249
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
250
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
251
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
252
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
253
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
227
254
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
228
|
-
readonly
|
|
255
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
256
|
+
get style(): CSSStyleDeclaration;
|
|
257
|
+
set style(cssText: string);
|
|
229
258
|
contentEditable: string;
|
|
230
259
|
enterKeyHint: string;
|
|
231
260
|
inputMode: string;
|
|
@@ -235,16 +264,20 @@ declare const SplitButton_base: {
|
|
|
235
264
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
236
265
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
237
266
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
238
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
267
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
239
268
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
269
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
270
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
240
271
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
241
272
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
242
273
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
243
274
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
244
275
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
245
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
276
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
246
277
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
247
|
-
|
|
278
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
280
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
248
281
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
249
282
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
250
283
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -291,12 +324,14 @@ declare const SplitButton_base: {
|
|
|
291
324
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
292
325
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
293
326
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
327
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
294
328
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
295
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
329
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
296
330
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
297
331
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
298
332
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
299
333
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
335
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
301
336
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
302
337
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -308,7 +343,7 @@ declare const SplitButton_base: {
|
|
|
308
343
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
309
344
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
345
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
311
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
346
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
312
347
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
313
348
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
314
349
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -326,14 +361,10 @@ declare const SplitButton_base: {
|
|
|
326
361
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
327
362
|
autofocus: boolean;
|
|
328
363
|
readonly dataset: DOMStringMap;
|
|
329
|
-
nonce?: string
|
|
364
|
+
nonce?: string;
|
|
330
365
|
tabIndex: number;
|
|
331
366
|
blur(): void;
|
|
332
|
-
focus(options?: FocusOptions
|
|
333
|
-
ariaColIndexText: string | null;
|
|
334
|
-
ariaDescription: string | null;
|
|
335
|
-
ariaRowIndexText: string | null;
|
|
336
|
-
ariaRelevant: string | null;
|
|
367
|
+
focus(options?: FocusOptions): void;
|
|
337
368
|
roleChanged(prev: string | null, next: string | null): void;
|
|
338
369
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
339
370
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -376,7 +407,7 @@ declare const SplitButton_base: {
|
|
|
376
407
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
377
408
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
378
409
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
379
|
-
"__#
|
|
410
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
380
411
|
newPropertyName: string;
|
|
381
412
|
deprecatedPropertyName: string;
|
|
382
413
|
fromDeprecated: (v: any) => any;
|
|
@@ -385,16 +416,17 @@ declare const SplitButton_base: {
|
|
|
385
416
|
};
|
|
386
417
|
} & {
|
|
387
418
|
new (...args: any[]): {
|
|
388
|
-
|
|
419
|
+
get locale(): import('../../shared/localization/Locale.js').Locale;
|
|
389
420
|
connectedCallback(): void;
|
|
390
|
-
_vividAriaBehaviour: import(
|
|
391
|
-
readonly $fastController: import(
|
|
392
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
421
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.js').VividAriaBehaviour;
|
|
422
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
423
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
393
424
|
disconnectedCallback(): void;
|
|
394
425
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
395
426
|
accessKey: string;
|
|
396
427
|
readonly accessKeyLabel: string;
|
|
397
428
|
autocapitalize: string;
|
|
429
|
+
autocorrect: boolean;
|
|
398
430
|
dir: string;
|
|
399
431
|
draggable: boolean;
|
|
400
432
|
hidden: boolean;
|
|
@@ -407,30 +439,39 @@ declare const SplitButton_base: {
|
|
|
407
439
|
readonly offsetTop: number;
|
|
408
440
|
readonly offsetWidth: number;
|
|
409
441
|
outerText: string;
|
|
442
|
+
popover: string | null;
|
|
410
443
|
spellcheck: boolean;
|
|
411
444
|
title: string;
|
|
412
445
|
translate: boolean;
|
|
446
|
+
writingSuggestions: string;
|
|
413
447
|
attachInternals(): ElementInternals;
|
|
414
448
|
click(): void;
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
449
|
+
hidePopover(): void;
|
|
450
|
+
showPopover(): void;
|
|
451
|
+
togglePopover(options?: boolean): boolean;
|
|
452
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
453
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
454
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
455
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
419
456
|
readonly attributes: NamedNodeMap;
|
|
420
|
-
|
|
457
|
+
get classList(): DOMTokenList;
|
|
458
|
+
set classList(value: string);
|
|
421
459
|
className: string;
|
|
422
460
|
readonly clientHeight: number;
|
|
423
461
|
readonly clientLeft: number;
|
|
424
462
|
readonly clientTop: number;
|
|
425
463
|
readonly clientWidth: number;
|
|
464
|
+
readonly currentCSSZoom: number;
|
|
426
465
|
id: string;
|
|
466
|
+
innerHTML: string;
|
|
427
467
|
readonly localName: string;
|
|
428
468
|
readonly namespaceURI: string | null;
|
|
429
469
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
430
470
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
431
471
|
outerHTML: string;
|
|
432
472
|
readonly ownerDocument: Document;
|
|
433
|
-
|
|
473
|
+
get part(): DOMTokenList;
|
|
474
|
+
set part(value: string);
|
|
434
475
|
readonly prefix: string | null;
|
|
435
476
|
readonly scrollHeight: number;
|
|
436
477
|
scrollLeft: number;
|
|
@@ -440,11 +481,12 @@ declare const SplitButton_base: {
|
|
|
440
481
|
slot: string;
|
|
441
482
|
readonly tagName: string;
|
|
442
483
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
443
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
444
|
-
closest<
|
|
445
|
-
closest<
|
|
446
|
-
closest<
|
|
447
|
-
closest<
|
|
484
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
485
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
486
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
487
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
488
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
489
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
448
490
|
getAttribute(qualifiedName: string): string | null;
|
|
449
491
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
450
492
|
getAttributeNames(): string[];
|
|
@@ -453,43 +495,47 @@ declare const SplitButton_base: {
|
|
|
453
495
|
getBoundingClientRect(): DOMRect;
|
|
454
496
|
getClientRects(): DOMRectList;
|
|
455
497
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
456
|
-
getElementsByTagName<
|
|
457
|
-
getElementsByTagName<
|
|
458
|
-
getElementsByTagName<
|
|
459
|
-
getElementsByTagName<
|
|
498
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
499
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
500
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
501
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
460
502
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
461
503
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
462
504
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
463
505
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
464
506
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
507
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
465
508
|
hasAttribute(qualifiedName: string): boolean;
|
|
466
509
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
467
510
|
hasAttributes(): boolean;
|
|
468
511
|
hasPointerCapture(pointerId: number): boolean;
|
|
469
512
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
470
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
513
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
471
514
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
472
515
|
matches(selectors: string): boolean;
|
|
473
516
|
releasePointerCapture(pointerId: number): void;
|
|
474
517
|
removeAttribute(qualifiedName: string): void;
|
|
475
518
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
476
519
|
removeAttributeNode(attr: Attr): Attr;
|
|
477
|
-
requestFullscreen(options?: FullscreenOptions
|
|
478
|
-
requestPointerLock(): void
|
|
479
|
-
scroll(options?: ScrollToOptions
|
|
520
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
521
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
522
|
+
scroll(options?: ScrollToOptions): void;
|
|
480
523
|
scroll(x: number, y: number): void;
|
|
481
|
-
scrollBy(options?: ScrollToOptions
|
|
524
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
482
525
|
scrollBy(x: number, y: number): void;
|
|
483
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
484
|
-
scrollTo(options?: ScrollToOptions
|
|
526
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
527
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
485
528
|
scrollTo(x: number, y: number): void;
|
|
486
529
|
setAttribute(qualifiedName: string, value: string): void;
|
|
487
530
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
488
531
|
setAttributeNode(attr: Attr): Attr | null;
|
|
489
532
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
533
|
+
setHTMLUnsafe(html: string): void;
|
|
490
534
|
setPointerCapture(pointerId: number): void;
|
|
491
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
535
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
492
536
|
webkitMatchesSelector(selectors: string): boolean;
|
|
537
|
+
get textContent(): string;
|
|
538
|
+
set textContent(value: string | null);
|
|
493
539
|
readonly baseURI: string;
|
|
494
540
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
495
541
|
readonly firstChild: ChildNode | null;
|
|
@@ -502,22 +548,21 @@ declare const SplitButton_base: {
|
|
|
502
548
|
readonly parentElement: HTMLElement | null;
|
|
503
549
|
readonly parentNode: ParentNode | null;
|
|
504
550
|
readonly previousSibling: ChildNode | null;
|
|
505
|
-
textContent: string | null;
|
|
506
551
|
appendChild<T extends Node>(node: T): T;
|
|
507
|
-
cloneNode(
|
|
552
|
+
cloneNode(subtree?: boolean): Node;
|
|
508
553
|
compareDocumentPosition(other: Node): number;
|
|
509
554
|
contains(other: Node | null): boolean;
|
|
510
|
-
getRootNode(options?: GetRootNodeOptions
|
|
555
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
511
556
|
hasChildNodes(): boolean;
|
|
512
|
-
insertBefore<
|
|
557
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
513
558
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
514
559
|
isEqualNode(otherNode: Node | null): boolean;
|
|
515
560
|
isSameNode(otherNode: Node | null): boolean;
|
|
516
561
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
517
562
|
lookupPrefix(namespace: string | null): string | null;
|
|
518
563
|
normalize(): void;
|
|
519
|
-
removeChild<
|
|
520
|
-
replaceChild<
|
|
564
|
+
removeChild<T extends Node>(child: T): T;
|
|
565
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
521
566
|
readonly ELEMENT_NODE: 1;
|
|
522
567
|
readonly ATTRIBUTE_NODE: 2;
|
|
523
568
|
readonly TEXT_NODE: 3;
|
|
@@ -537,35 +582,49 @@ declare const SplitButton_base: {
|
|
|
537
582
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
538
583
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
539
584
|
dispatchEvent(event: Event): boolean;
|
|
585
|
+
ariaActiveDescendantElement: Element | null;
|
|
540
586
|
ariaAtomic: string | null;
|
|
541
587
|
ariaAutoComplete: string | null;
|
|
588
|
+
ariaBrailleLabel: string | null;
|
|
589
|
+
ariaBrailleRoleDescription: string | null;
|
|
542
590
|
ariaBusy: string | null;
|
|
543
591
|
ariaChecked: string | null;
|
|
544
592
|
ariaColCount: string | null;
|
|
545
593
|
ariaColIndex: string | null;
|
|
594
|
+
ariaColIndexText: string | null;
|
|
546
595
|
ariaColSpan: string | null;
|
|
596
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
547
597
|
ariaCurrent: string | null;
|
|
598
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
599
|
+
ariaDescription: string | null;
|
|
600
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
548
601
|
ariaDisabled: string | null;
|
|
602
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
549
603
|
ariaExpanded: string | null;
|
|
604
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
550
605
|
ariaHasPopup: string | null;
|
|
551
606
|
ariaHidden: string | null;
|
|
552
607
|
ariaInvalid: string | null;
|
|
553
608
|
ariaKeyShortcuts: string | null;
|
|
554
609
|
ariaLabel: string | null;
|
|
610
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
555
611
|
ariaLevel: string | null;
|
|
556
612
|
ariaLive: string | null;
|
|
557
613
|
ariaModal: string | null;
|
|
558
614
|
ariaMultiLine: string | null;
|
|
559
615
|
ariaMultiSelectable: string | null;
|
|
560
616
|
ariaOrientation: string | null;
|
|
617
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
561
618
|
ariaPlaceholder: string | null;
|
|
562
619
|
ariaPosInSet: string | null;
|
|
563
620
|
ariaPressed: string | null;
|
|
564
621
|
ariaReadOnly: string | null;
|
|
622
|
+
ariaRelevant: string | null;
|
|
565
623
|
ariaRequired: string | null;
|
|
566
624
|
ariaRoleDescription: string | null;
|
|
567
625
|
ariaRowCount: string | null;
|
|
568
626
|
ariaRowIndex: string | null;
|
|
627
|
+
ariaRowIndexText: string | null;
|
|
569
628
|
ariaRowSpan: string | null;
|
|
570
629
|
ariaSelected: string | null;
|
|
571
630
|
ariaSetSize: string | null;
|
|
@@ -575,34 +634,35 @@ declare const SplitButton_base: {
|
|
|
575
634
|
ariaValueNow: string | null;
|
|
576
635
|
ariaValueText: string | null;
|
|
577
636
|
role: string | null;
|
|
578
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
579
|
-
getAnimations(options?: GetAnimationsOptions
|
|
580
|
-
after(...nodes: (
|
|
581
|
-
before(...nodes: (
|
|
637
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
638
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
639
|
+
after(...nodes: (Node | string)[]): void;
|
|
640
|
+
before(...nodes: (Node | string)[]): void;
|
|
582
641
|
remove(): void;
|
|
583
|
-
replaceWith(...nodes: (
|
|
584
|
-
innerHTML: string;
|
|
642
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
585
643
|
readonly nextElementSibling: Element | null;
|
|
586
644
|
readonly previousElementSibling: Element | null;
|
|
587
645
|
readonly childElementCount: number;
|
|
588
646
|
readonly children: HTMLCollection;
|
|
589
647
|
readonly firstElementChild: Element | null;
|
|
590
648
|
readonly lastElementChild: Element | null;
|
|
591
|
-
append(...nodes: (
|
|
592
|
-
prepend(...nodes: (
|
|
593
|
-
querySelector<
|
|
594
|
-
querySelector<
|
|
595
|
-
querySelector<
|
|
596
|
-
querySelector<
|
|
597
|
-
querySelector<
|
|
598
|
-
querySelectorAll<
|
|
599
|
-
querySelectorAll<
|
|
600
|
-
querySelectorAll<
|
|
601
|
-
querySelectorAll<
|
|
602
|
-
querySelectorAll<
|
|
603
|
-
replaceChildren(...nodes: (
|
|
649
|
+
append(...nodes: (Node | string)[]): void;
|
|
650
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
651
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
652
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
653
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
654
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
655
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
656
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
657
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
658
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
659
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
660
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
661
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
604
662
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
605
|
-
readonly
|
|
663
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
664
|
+
get style(): CSSStyleDeclaration;
|
|
665
|
+
set style(cssText: string);
|
|
606
666
|
contentEditable: string;
|
|
607
667
|
enterKeyHint: string;
|
|
608
668
|
inputMode: string;
|
|
@@ -612,16 +672,20 @@ declare const SplitButton_base: {
|
|
|
612
672
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
613
673
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
614
674
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
615
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
675
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
616
676
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
677
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
678
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
617
679
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
618
680
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
619
681
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
620
682
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
621
683
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
622
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
684
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
623
685
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
624
|
-
|
|
686
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
687
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
688
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
625
689
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
626
690
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
627
691
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -668,12 +732,14 @@ declare const SplitButton_base: {
|
|
|
668
732
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
669
733
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
670
734
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
735
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
736
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
672
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
737
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
673
738
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
674
739
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
675
740
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
676
741
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
742
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
677
743
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
678
744
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
679
745
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -685,7 +751,7 @@ declare const SplitButton_base: {
|
|
|
685
751
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
686
752
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
687
753
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
688
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
754
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
689
755
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
690
756
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
691
757
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -703,14 +769,10 @@ declare const SplitButton_base: {
|
|
|
703
769
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
704
770
|
autofocus: boolean;
|
|
705
771
|
readonly dataset: DOMStringMap;
|
|
706
|
-
nonce?: string
|
|
772
|
+
nonce?: string;
|
|
707
773
|
tabIndex: number;
|
|
708
774
|
blur(): void;
|
|
709
|
-
focus(options?: FocusOptions
|
|
710
|
-
ariaColIndexText: string | null;
|
|
711
|
-
ariaDescription: string | null;
|
|
712
|
-
ariaRowIndexText: string | null;
|
|
713
|
-
ariaRelevant: string | null;
|
|
775
|
+
focus(options?: FocusOptions): void;
|
|
714
776
|
roleChanged(prev: string | null, next: string | null): void;
|
|
715
777
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
716
778
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -753,7 +815,7 @@ declare const SplitButton_base: {
|
|
|
753
815
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
754
816
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
755
817
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
756
|
-
"__#
|
|
818
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
757
819
|
newPropertyName: string;
|
|
758
820
|
deprecatedPropertyName: string;
|
|
759
821
|
fromDeprecated: (v: any) => any;
|
|
@@ -764,13 +826,14 @@ declare const SplitButton_base: {
|
|
|
764
826
|
new (...args: any[]): {
|
|
765
827
|
_vividAriaBehaviour: "delegate";
|
|
766
828
|
connectedCallback(): void;
|
|
767
|
-
readonly $fastController: import(
|
|
768
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
829
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
830
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
769
831
|
disconnectedCallback(): void;
|
|
770
832
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
771
833
|
accessKey: string;
|
|
772
834
|
readonly accessKeyLabel: string;
|
|
773
835
|
autocapitalize: string;
|
|
836
|
+
autocorrect: boolean;
|
|
774
837
|
dir: string;
|
|
775
838
|
draggable: boolean;
|
|
776
839
|
hidden: boolean;
|
|
@@ -783,30 +846,39 @@ declare const SplitButton_base: {
|
|
|
783
846
|
readonly offsetTop: number;
|
|
784
847
|
readonly offsetWidth: number;
|
|
785
848
|
outerText: string;
|
|
849
|
+
popover: string | null;
|
|
786
850
|
spellcheck: boolean;
|
|
787
851
|
title: string;
|
|
788
852
|
translate: boolean;
|
|
853
|
+
writingSuggestions: string;
|
|
789
854
|
attachInternals(): ElementInternals;
|
|
790
855
|
click(): void;
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
856
|
+
hidePopover(): void;
|
|
857
|
+
showPopover(): void;
|
|
858
|
+
togglePopover(options?: boolean): boolean;
|
|
859
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
860
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
861
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
862
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
795
863
|
readonly attributes: NamedNodeMap;
|
|
796
|
-
|
|
864
|
+
get classList(): DOMTokenList;
|
|
865
|
+
set classList(value: string);
|
|
797
866
|
className: string;
|
|
798
867
|
readonly clientHeight: number;
|
|
799
868
|
readonly clientLeft: number;
|
|
800
869
|
readonly clientTop: number;
|
|
801
870
|
readonly clientWidth: number;
|
|
871
|
+
readonly currentCSSZoom: number;
|
|
802
872
|
id: string;
|
|
873
|
+
innerHTML: string;
|
|
803
874
|
readonly localName: string;
|
|
804
875
|
readonly namespaceURI: string | null;
|
|
805
876
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
806
877
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
807
878
|
outerHTML: string;
|
|
808
879
|
readonly ownerDocument: Document;
|
|
809
|
-
|
|
880
|
+
get part(): DOMTokenList;
|
|
881
|
+
set part(value: string);
|
|
810
882
|
readonly prefix: string | null;
|
|
811
883
|
readonly scrollHeight: number;
|
|
812
884
|
scrollLeft: number;
|
|
@@ -816,11 +888,12 @@ declare const SplitButton_base: {
|
|
|
816
888
|
slot: string;
|
|
817
889
|
readonly tagName: string;
|
|
818
890
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
819
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
820
|
-
closest<
|
|
821
|
-
closest<
|
|
822
|
-
closest<
|
|
823
|
-
closest<
|
|
891
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
892
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
893
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
894
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
895
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
896
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
824
897
|
getAttribute(qualifiedName: string): string | null;
|
|
825
898
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
826
899
|
getAttributeNames(): string[];
|
|
@@ -829,43 +902,47 @@ declare const SplitButton_base: {
|
|
|
829
902
|
getBoundingClientRect(): DOMRect;
|
|
830
903
|
getClientRects(): DOMRectList;
|
|
831
904
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
832
|
-
getElementsByTagName<
|
|
833
|
-
getElementsByTagName<
|
|
834
|
-
getElementsByTagName<
|
|
835
|
-
getElementsByTagName<
|
|
905
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
906
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
907
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
908
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
836
909
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
837
910
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
838
911
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
839
912
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
840
913
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
914
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
841
915
|
hasAttribute(qualifiedName: string): boolean;
|
|
842
916
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
843
917
|
hasAttributes(): boolean;
|
|
844
918
|
hasPointerCapture(pointerId: number): boolean;
|
|
845
919
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
846
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
920
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
847
921
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
848
922
|
matches(selectors: string): boolean;
|
|
849
923
|
releasePointerCapture(pointerId: number): void;
|
|
850
924
|
removeAttribute(qualifiedName: string): void;
|
|
851
925
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
852
926
|
removeAttributeNode(attr: Attr): Attr;
|
|
853
|
-
requestFullscreen(options?: FullscreenOptions
|
|
854
|
-
requestPointerLock(): void
|
|
855
|
-
scroll(options?: ScrollToOptions
|
|
927
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
928
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
929
|
+
scroll(options?: ScrollToOptions): void;
|
|
856
930
|
scroll(x: number, y: number): void;
|
|
857
|
-
scrollBy(options?: ScrollToOptions
|
|
931
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
858
932
|
scrollBy(x: number, y: number): void;
|
|
859
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
860
|
-
scrollTo(options?: ScrollToOptions
|
|
933
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
934
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
861
935
|
scrollTo(x: number, y: number): void;
|
|
862
936
|
setAttribute(qualifiedName: string, value: string): void;
|
|
863
937
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
864
938
|
setAttributeNode(attr: Attr): Attr | null;
|
|
865
939
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
940
|
+
setHTMLUnsafe(html: string): void;
|
|
866
941
|
setPointerCapture(pointerId: number): void;
|
|
867
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
942
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
868
943
|
webkitMatchesSelector(selectors: string): boolean;
|
|
944
|
+
get textContent(): string;
|
|
945
|
+
set textContent(value: string | null);
|
|
869
946
|
readonly baseURI: string;
|
|
870
947
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
871
948
|
readonly firstChild: ChildNode | null;
|
|
@@ -878,22 +955,21 @@ declare const SplitButton_base: {
|
|
|
878
955
|
readonly parentElement: HTMLElement | null;
|
|
879
956
|
readonly parentNode: ParentNode | null;
|
|
880
957
|
readonly previousSibling: ChildNode | null;
|
|
881
|
-
textContent: string | null;
|
|
882
958
|
appendChild<T extends Node>(node: T): T;
|
|
883
|
-
cloneNode(
|
|
959
|
+
cloneNode(subtree?: boolean): Node;
|
|
884
960
|
compareDocumentPosition(other: Node): number;
|
|
885
961
|
contains(other: Node | null): boolean;
|
|
886
|
-
getRootNode(options?: GetRootNodeOptions
|
|
962
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
887
963
|
hasChildNodes(): boolean;
|
|
888
|
-
insertBefore<
|
|
964
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
889
965
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
890
966
|
isEqualNode(otherNode: Node | null): boolean;
|
|
891
967
|
isSameNode(otherNode: Node | null): boolean;
|
|
892
968
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
893
969
|
lookupPrefix(namespace: string | null): string | null;
|
|
894
970
|
normalize(): void;
|
|
895
|
-
removeChild<
|
|
896
|
-
replaceChild<
|
|
971
|
+
removeChild<T extends Node>(child: T): T;
|
|
972
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
897
973
|
readonly ELEMENT_NODE: 1;
|
|
898
974
|
readonly ATTRIBUTE_NODE: 2;
|
|
899
975
|
readonly TEXT_NODE: 3;
|
|
@@ -913,35 +989,49 @@ declare const SplitButton_base: {
|
|
|
913
989
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
914
990
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
915
991
|
dispatchEvent(event: Event): boolean;
|
|
992
|
+
ariaActiveDescendantElement: Element | null;
|
|
916
993
|
ariaAtomic: string | null;
|
|
917
994
|
ariaAutoComplete: string | null;
|
|
995
|
+
ariaBrailleLabel: string | null;
|
|
996
|
+
ariaBrailleRoleDescription: string | null;
|
|
918
997
|
ariaBusy: string | null;
|
|
919
998
|
ariaChecked: string | null;
|
|
920
999
|
ariaColCount: string | null;
|
|
921
1000
|
ariaColIndex: string | null;
|
|
1001
|
+
ariaColIndexText: string | null;
|
|
922
1002
|
ariaColSpan: string | null;
|
|
1003
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
923
1004
|
ariaCurrent: string | null;
|
|
1005
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1006
|
+
ariaDescription: string | null;
|
|
1007
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
924
1008
|
ariaDisabled: string | null;
|
|
1009
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
925
1010
|
ariaExpanded: string | null;
|
|
1011
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
926
1012
|
ariaHasPopup: string | null;
|
|
927
1013
|
ariaHidden: string | null;
|
|
928
1014
|
ariaInvalid: string | null;
|
|
929
1015
|
ariaKeyShortcuts: string | null;
|
|
930
1016
|
ariaLabel: string | null;
|
|
1017
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
931
1018
|
ariaLevel: string | null;
|
|
932
1019
|
ariaLive: string | null;
|
|
933
1020
|
ariaModal: string | null;
|
|
934
1021
|
ariaMultiLine: string | null;
|
|
935
1022
|
ariaMultiSelectable: string | null;
|
|
936
1023
|
ariaOrientation: string | null;
|
|
1024
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
937
1025
|
ariaPlaceholder: string | null;
|
|
938
1026
|
ariaPosInSet: string | null;
|
|
939
1027
|
ariaPressed: string | null;
|
|
940
1028
|
ariaReadOnly: string | null;
|
|
1029
|
+
ariaRelevant: string | null;
|
|
941
1030
|
ariaRequired: string | null;
|
|
942
1031
|
ariaRoleDescription: string | null;
|
|
943
1032
|
ariaRowCount: string | null;
|
|
944
1033
|
ariaRowIndex: string | null;
|
|
1034
|
+
ariaRowIndexText: string | null;
|
|
945
1035
|
ariaRowSpan: string | null;
|
|
946
1036
|
ariaSelected: string | null;
|
|
947
1037
|
ariaSetSize: string | null;
|
|
@@ -951,34 +1041,35 @@ declare const SplitButton_base: {
|
|
|
951
1041
|
ariaValueNow: string | null;
|
|
952
1042
|
ariaValueText: string | null;
|
|
953
1043
|
role: string | null;
|
|
954
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
955
|
-
getAnimations(options?: GetAnimationsOptions
|
|
956
|
-
after(...nodes: (
|
|
957
|
-
before(...nodes: (
|
|
1044
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1045
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1046
|
+
after(...nodes: (Node | string)[]): void;
|
|
1047
|
+
before(...nodes: (Node | string)[]): void;
|
|
958
1048
|
remove(): void;
|
|
959
|
-
replaceWith(...nodes: (
|
|
960
|
-
innerHTML: string;
|
|
1049
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
961
1050
|
readonly nextElementSibling: Element | null;
|
|
962
1051
|
readonly previousElementSibling: Element | null;
|
|
963
1052
|
readonly childElementCount: number;
|
|
964
1053
|
readonly children: HTMLCollection;
|
|
965
1054
|
readonly firstElementChild: Element | null;
|
|
966
1055
|
readonly lastElementChild: Element | null;
|
|
967
|
-
append(...nodes: (
|
|
968
|
-
prepend(...nodes: (
|
|
969
|
-
querySelector<
|
|
970
|
-
querySelector<
|
|
971
|
-
querySelector<
|
|
972
|
-
querySelector<
|
|
973
|
-
querySelector<
|
|
974
|
-
querySelectorAll<
|
|
975
|
-
querySelectorAll<
|
|
976
|
-
querySelectorAll<
|
|
977
|
-
querySelectorAll<
|
|
978
|
-
querySelectorAll<
|
|
979
|
-
replaceChildren(...nodes: (
|
|
1056
|
+
append(...nodes: (Node | string)[]): void;
|
|
1057
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1058
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1059
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1060
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1061
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1062
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1063
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1064
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1065
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1066
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1067
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1068
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
980
1069
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
981
|
-
readonly
|
|
1070
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1071
|
+
get style(): CSSStyleDeclaration;
|
|
1072
|
+
set style(cssText: string);
|
|
982
1073
|
contentEditable: string;
|
|
983
1074
|
enterKeyHint: string;
|
|
984
1075
|
inputMode: string;
|
|
@@ -988,16 +1079,20 @@ declare const SplitButton_base: {
|
|
|
988
1079
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
989
1080
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
990
1081
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
991
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1082
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
992
1083
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1084
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1085
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
993
1086
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
994
1087
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
995
1088
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
996
1089
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
997
1090
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
998
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1091
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
999
1092
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1000
|
-
|
|
1093
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1094
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1095
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1001
1096
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1002
1097
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1003
1098
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1044,12 +1139,14 @@ declare const SplitButton_base: {
|
|
|
1044
1139
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1045
1140
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1046
1141
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1142
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1047
1143
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1048
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1144
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1049
1145
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1050
1146
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1051
1147
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1052
1148
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1149
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1053
1150
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1054
1151
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1055
1152
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1061,7 +1158,7 @@ declare const SplitButton_base: {
|
|
|
1061
1158
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1062
1159
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1063
1160
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1064
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1161
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1065
1162
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1066
1163
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1067
1164
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1079,14 +1176,10 @@ declare const SplitButton_base: {
|
|
|
1079
1176
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1080
1177
|
autofocus: boolean;
|
|
1081
1178
|
readonly dataset: DOMStringMap;
|
|
1082
|
-
nonce?: string
|
|
1179
|
+
nonce?: string;
|
|
1083
1180
|
tabIndex: number;
|
|
1084
1181
|
blur(): void;
|
|
1085
|
-
focus(options?: FocusOptions
|
|
1086
|
-
ariaColIndexText: string | null;
|
|
1087
|
-
ariaDescription: string | null;
|
|
1088
|
-
ariaRowIndexText: string | null;
|
|
1089
|
-
ariaRelevant: string | null;
|
|
1182
|
+
focus(options?: FocusOptions): void;
|
|
1090
1183
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1091
1184
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1092
1185
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1129,7 +1222,7 @@ declare const SplitButton_base: {
|
|
|
1129
1222
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1130
1223
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1131
1224
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1132
|
-
"__#
|
|
1225
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1133
1226
|
newPropertyName: string;
|
|
1134
1227
|
deprecatedPropertyName: string;
|
|
1135
1228
|
fromDeprecated: (v: any) => any;
|