@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,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { Connotation } from '../enums.js';
|
|
2
|
+
import { ExtractFromEnum } from '../../shared/utils/enums';
|
|
3
3
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
4
4
|
export declare const keySpace: ' ';
|
|
5
5
|
export type CheckboxConnotation = ExtractFromEnum<Connotation, Connotation.Accent | Connotation.CTA>;
|
|
@@ -7,13 +7,14 @@ declare const Checkbox_base: {
|
|
|
7
7
|
new (...args: any[]): {
|
|
8
8
|
_vividAriaBehaviour: "delegate";
|
|
9
9
|
connectedCallback(): void;
|
|
10
|
-
readonly $fastController: import(
|
|
11
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
10
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
11
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
12
12
|
disconnectedCallback(): void;
|
|
13
13
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
14
14
|
accessKey: string;
|
|
15
15
|
readonly accessKeyLabel: string;
|
|
16
16
|
autocapitalize: string;
|
|
17
|
+
autocorrect: boolean;
|
|
17
18
|
dir: string;
|
|
18
19
|
draggable: boolean;
|
|
19
20
|
hidden: boolean;
|
|
@@ -26,30 +27,39 @@ declare const Checkbox_base: {
|
|
|
26
27
|
readonly offsetTop: number;
|
|
27
28
|
readonly offsetWidth: number;
|
|
28
29
|
outerText: string;
|
|
30
|
+
popover: string | null;
|
|
29
31
|
spellcheck: boolean;
|
|
30
32
|
title: string;
|
|
31
33
|
translate: boolean;
|
|
34
|
+
writingSuggestions: string;
|
|
32
35
|
attachInternals(): ElementInternals;
|
|
33
36
|
click(): void;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
37
|
+
hidePopover(): void;
|
|
38
|
+
showPopover(): void;
|
|
39
|
+
togglePopover(options?: boolean): boolean;
|
|
40
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
41
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
42
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
43
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
38
44
|
readonly attributes: NamedNodeMap;
|
|
39
|
-
|
|
45
|
+
get classList(): DOMTokenList;
|
|
46
|
+
set classList(value: string);
|
|
40
47
|
className: string;
|
|
41
48
|
readonly clientHeight: number;
|
|
42
49
|
readonly clientLeft: number;
|
|
43
50
|
readonly clientTop: number;
|
|
44
51
|
readonly clientWidth: number;
|
|
52
|
+
readonly currentCSSZoom: number;
|
|
45
53
|
id: string;
|
|
54
|
+
innerHTML: string;
|
|
46
55
|
readonly localName: string;
|
|
47
56
|
readonly namespaceURI: string | null;
|
|
48
57
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
49
58
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
50
59
|
outerHTML: string;
|
|
51
60
|
readonly ownerDocument: Document;
|
|
52
|
-
|
|
61
|
+
get part(): DOMTokenList;
|
|
62
|
+
set part(value: string);
|
|
53
63
|
readonly prefix: string | null;
|
|
54
64
|
readonly scrollHeight: number;
|
|
55
65
|
scrollLeft: number;
|
|
@@ -59,11 +69,12 @@ declare const Checkbox_base: {
|
|
|
59
69
|
slot: string;
|
|
60
70
|
readonly tagName: string;
|
|
61
71
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
62
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
63
|
-
closest<
|
|
64
|
-
closest<
|
|
65
|
-
closest<
|
|
72
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
73
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
74
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
75
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
66
76
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
77
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
67
78
|
getAttribute(qualifiedName: string): string | null;
|
|
68
79
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
69
80
|
getAttributeNames(): string[];
|
|
@@ -72,43 +83,47 @@ declare const Checkbox_base: {
|
|
|
72
83
|
getBoundingClientRect(): DOMRect;
|
|
73
84
|
getClientRects(): DOMRectList;
|
|
74
85
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
75
|
-
getElementsByTagName<
|
|
76
|
-
getElementsByTagName<
|
|
77
|
-
getElementsByTagName<
|
|
78
|
-
getElementsByTagName<
|
|
86
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
87
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
88
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
89
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
79
90
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
80
91
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
81
92
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
82
93
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
83
94
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
95
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
84
96
|
hasAttribute(qualifiedName: string): boolean;
|
|
85
97
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
86
98
|
hasAttributes(): boolean;
|
|
87
99
|
hasPointerCapture(pointerId: number): boolean;
|
|
88
100
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
89
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
101
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
90
102
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
91
103
|
matches(selectors: string): boolean;
|
|
92
104
|
releasePointerCapture(pointerId: number): void;
|
|
93
105
|
removeAttribute(qualifiedName: string): void;
|
|
94
106
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
95
107
|
removeAttributeNode(attr: Attr): Attr;
|
|
96
|
-
requestFullscreen(options?: FullscreenOptions
|
|
97
|
-
requestPointerLock(): void
|
|
98
|
-
scroll(options?: ScrollToOptions
|
|
108
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
109
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
110
|
+
scroll(options?: ScrollToOptions): void;
|
|
99
111
|
scroll(x: number, y: number): void;
|
|
100
|
-
scrollBy(options?: ScrollToOptions
|
|
112
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
101
113
|
scrollBy(x: number, y: number): void;
|
|
102
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
103
|
-
scrollTo(options?: ScrollToOptions
|
|
114
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
115
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
104
116
|
scrollTo(x: number, y: number): void;
|
|
105
117
|
setAttribute(qualifiedName: string, value: string): void;
|
|
106
118
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
107
119
|
setAttributeNode(attr: Attr): Attr | null;
|
|
108
120
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
121
|
+
setHTMLUnsafe(html: string): void;
|
|
109
122
|
setPointerCapture(pointerId: number): void;
|
|
110
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
123
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
111
124
|
webkitMatchesSelector(selectors: string): boolean;
|
|
125
|
+
get textContent(): string;
|
|
126
|
+
set textContent(value: string | null);
|
|
112
127
|
readonly baseURI: string;
|
|
113
128
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
114
129
|
readonly firstChild: ChildNode | null;
|
|
@@ -121,22 +136,21 @@ declare const Checkbox_base: {
|
|
|
121
136
|
readonly parentElement: HTMLElement | null;
|
|
122
137
|
readonly parentNode: ParentNode | null;
|
|
123
138
|
readonly previousSibling: ChildNode | null;
|
|
124
|
-
textContent: string | null;
|
|
125
139
|
appendChild<T extends Node>(node: T): T;
|
|
126
|
-
cloneNode(
|
|
140
|
+
cloneNode(subtree?: boolean): Node;
|
|
127
141
|
compareDocumentPosition(other: Node): number;
|
|
128
142
|
contains(other: Node | null): boolean;
|
|
129
|
-
getRootNode(options?: GetRootNodeOptions
|
|
143
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
130
144
|
hasChildNodes(): boolean;
|
|
131
|
-
insertBefore<
|
|
145
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
132
146
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
133
147
|
isEqualNode(otherNode: Node | null): boolean;
|
|
134
148
|
isSameNode(otherNode: Node | null): boolean;
|
|
135
149
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
136
150
|
lookupPrefix(namespace: string | null): string | null;
|
|
137
151
|
normalize(): void;
|
|
138
|
-
removeChild<
|
|
139
|
-
replaceChild<
|
|
152
|
+
removeChild<T extends Node>(child: T): T;
|
|
153
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
140
154
|
readonly ELEMENT_NODE: 1;
|
|
141
155
|
readonly ATTRIBUTE_NODE: 2;
|
|
142
156
|
readonly TEXT_NODE: 3;
|
|
@@ -156,35 +170,49 @@ declare const Checkbox_base: {
|
|
|
156
170
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
157
171
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
158
172
|
dispatchEvent(event: Event): boolean;
|
|
173
|
+
ariaActiveDescendantElement: Element | null;
|
|
159
174
|
ariaAtomic: string | null;
|
|
160
175
|
ariaAutoComplete: string | null;
|
|
176
|
+
ariaBrailleLabel: string | null;
|
|
177
|
+
ariaBrailleRoleDescription: string | null;
|
|
161
178
|
ariaBusy: string | null;
|
|
162
179
|
ariaChecked: string | null;
|
|
163
180
|
ariaColCount: string | null;
|
|
164
181
|
ariaColIndex: string | null;
|
|
182
|
+
ariaColIndexText: string | null;
|
|
165
183
|
ariaColSpan: string | null;
|
|
184
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
166
185
|
ariaCurrent: string | null;
|
|
186
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
187
|
+
ariaDescription: string | null;
|
|
188
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
167
189
|
ariaDisabled: string | null;
|
|
190
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
168
191
|
ariaExpanded: string | null;
|
|
192
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
169
193
|
ariaHasPopup: string | null;
|
|
170
194
|
ariaHidden: string | null;
|
|
171
195
|
ariaInvalid: string | null;
|
|
172
196
|
ariaKeyShortcuts: string | null;
|
|
173
197
|
ariaLabel: string | null;
|
|
198
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
174
199
|
ariaLevel: string | null;
|
|
175
200
|
ariaLive: string | null;
|
|
176
201
|
ariaModal: string | null;
|
|
177
202
|
ariaMultiLine: string | null;
|
|
178
203
|
ariaMultiSelectable: string | null;
|
|
179
204
|
ariaOrientation: string | null;
|
|
205
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
180
206
|
ariaPlaceholder: string | null;
|
|
181
207
|
ariaPosInSet: string | null;
|
|
182
208
|
ariaPressed: string | null;
|
|
183
209
|
ariaReadOnly: string | null;
|
|
210
|
+
ariaRelevant: string | null;
|
|
184
211
|
ariaRequired: string | null;
|
|
185
212
|
ariaRoleDescription: string | null;
|
|
186
213
|
ariaRowCount: string | null;
|
|
187
214
|
ariaRowIndex: string | null;
|
|
215
|
+
ariaRowIndexText: string | null;
|
|
188
216
|
ariaRowSpan: string | null;
|
|
189
217
|
ariaSelected: string | null;
|
|
190
218
|
ariaSetSize: string | null;
|
|
@@ -194,34 +222,35 @@ declare const Checkbox_base: {
|
|
|
194
222
|
ariaValueNow: string | null;
|
|
195
223
|
ariaValueText: string | null;
|
|
196
224
|
role: string | null;
|
|
197
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
198
|
-
getAnimations(options?: GetAnimationsOptions
|
|
199
|
-
after(...nodes: (
|
|
200
|
-
before(...nodes: (
|
|
225
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
226
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
227
|
+
after(...nodes: (Node | string)[]): void;
|
|
228
|
+
before(...nodes: (Node | string)[]): void;
|
|
201
229
|
remove(): void;
|
|
202
|
-
replaceWith(...nodes: (
|
|
203
|
-
innerHTML: string;
|
|
230
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
204
231
|
readonly nextElementSibling: Element | null;
|
|
205
232
|
readonly previousElementSibling: Element | null;
|
|
206
233
|
readonly childElementCount: number;
|
|
207
234
|
readonly children: HTMLCollection;
|
|
208
235
|
readonly firstElementChild: Element | null;
|
|
209
236
|
readonly lastElementChild: Element | null;
|
|
210
|
-
append(...nodes: (
|
|
211
|
-
prepend(...nodes: (
|
|
212
|
-
querySelector<
|
|
213
|
-
querySelector<
|
|
214
|
-
querySelector<
|
|
215
|
-
querySelector<
|
|
216
|
-
querySelector<
|
|
217
|
-
querySelectorAll<
|
|
218
|
-
querySelectorAll<
|
|
219
|
-
querySelectorAll<
|
|
220
|
-
querySelectorAll<
|
|
221
|
-
querySelectorAll<
|
|
222
|
-
replaceChildren(...nodes: (
|
|
237
|
+
append(...nodes: (Node | string)[]): void;
|
|
238
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
239
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
240
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
241
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
242
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
243
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
244
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
245
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
246
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
247
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
248
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
249
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
223
250
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
224
|
-
readonly
|
|
251
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
252
|
+
get style(): CSSStyleDeclaration;
|
|
253
|
+
set style(cssText: string);
|
|
225
254
|
contentEditable: string;
|
|
226
255
|
enterKeyHint: string;
|
|
227
256
|
inputMode: string;
|
|
@@ -231,16 +260,20 @@ declare const Checkbox_base: {
|
|
|
231
260
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
232
261
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
233
262
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
234
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
263
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
235
264
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
265
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
266
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
236
267
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
237
268
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
238
269
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
239
270
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
240
271
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
241
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
272
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
242
273
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
243
|
-
|
|
274
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
275
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
276
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
244
277
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
245
278
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
246
279
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -287,12 +320,14 @@ declare const Checkbox_base: {
|
|
|
287
320
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
288
321
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
289
322
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
323
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
324
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
291
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
325
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
292
326
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
293
327
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
294
328
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
295
329
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
296
331
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
297
332
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
298
333
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -304,7 +339,7 @@ declare const Checkbox_base: {
|
|
|
304
339
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
305
340
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
341
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
342
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
308
343
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
309
344
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
310
345
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -322,14 +357,10 @@ declare const Checkbox_base: {
|
|
|
322
357
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
323
358
|
autofocus: boolean;
|
|
324
359
|
readonly dataset: DOMStringMap;
|
|
325
|
-
nonce?: string
|
|
360
|
+
nonce?: string;
|
|
326
361
|
tabIndex: number;
|
|
327
362
|
blur(): void;
|
|
328
|
-
focus(options?: FocusOptions
|
|
329
|
-
ariaColIndexText: string | null;
|
|
330
|
-
ariaDescription: string | null;
|
|
331
|
-
ariaRowIndexText: string | null;
|
|
332
|
-
ariaRelevant: string | null;
|
|
363
|
+
focus(options?: FocusOptions): void;
|
|
333
364
|
roleChanged(prev: string | null, next: string | null): void;
|
|
334
365
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
335
366
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -372,7 +403,7 @@ declare const Checkbox_base: {
|
|
|
372
403
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
373
404
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
374
405
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
375
|
-
"__#
|
|
406
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
376
407
|
newPropertyName: string;
|
|
377
408
|
deprecatedPropertyName: string;
|
|
378
409
|
fromDeprecated: (v: any) => any;
|
|
@@ -381,24 +412,25 @@ declare const Checkbox_base: {
|
|
|
381
412
|
};
|
|
382
413
|
} & {
|
|
383
414
|
new (...args: any[]): {
|
|
384
|
-
helperText?: string
|
|
385
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
386
|
-
|
|
415
|
+
helperText?: string;
|
|
416
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
417
|
+
get _feedbackDescribedBy(): string;
|
|
387
418
|
_internalFeedback(): {
|
|
388
|
-
type: import(
|
|
419
|
+
type: import('../../shared/feedback/feedback-message.js').FeedbackType;
|
|
389
420
|
message: string;
|
|
390
421
|
};
|
|
391
422
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
392
|
-
_getFeedbackTemplate(ctx: import(
|
|
423
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent.js').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
393
424
|
connectedCallback(): void;
|
|
394
|
-
_vividAriaBehaviour: import(
|
|
395
|
-
readonly $fastController: import(
|
|
396
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
425
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.js').VividAriaBehaviour;
|
|
426
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
427
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
397
428
|
disconnectedCallback(): void;
|
|
398
429
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
399
430
|
accessKey: string;
|
|
400
431
|
readonly accessKeyLabel: string;
|
|
401
432
|
autocapitalize: string;
|
|
433
|
+
autocorrect: boolean;
|
|
402
434
|
dir: string;
|
|
403
435
|
draggable: boolean;
|
|
404
436
|
hidden: boolean;
|
|
@@ -411,30 +443,39 @@ declare const Checkbox_base: {
|
|
|
411
443
|
readonly offsetTop: number;
|
|
412
444
|
readonly offsetWidth: number;
|
|
413
445
|
outerText: string;
|
|
446
|
+
popover: string | null;
|
|
414
447
|
spellcheck: boolean;
|
|
415
448
|
title: string;
|
|
416
449
|
translate: boolean;
|
|
450
|
+
writingSuggestions: string;
|
|
417
451
|
attachInternals(): ElementInternals;
|
|
418
452
|
click(): void;
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
453
|
+
hidePopover(): void;
|
|
454
|
+
showPopover(): void;
|
|
455
|
+
togglePopover(options?: boolean): boolean;
|
|
456
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
457
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
458
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
459
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
423
460
|
readonly attributes: NamedNodeMap;
|
|
424
|
-
|
|
461
|
+
get classList(): DOMTokenList;
|
|
462
|
+
set classList(value: string);
|
|
425
463
|
className: string;
|
|
426
464
|
readonly clientHeight: number;
|
|
427
465
|
readonly clientLeft: number;
|
|
428
466
|
readonly clientTop: number;
|
|
429
467
|
readonly clientWidth: number;
|
|
468
|
+
readonly currentCSSZoom: number;
|
|
430
469
|
id: string;
|
|
470
|
+
innerHTML: string;
|
|
431
471
|
readonly localName: string;
|
|
432
472
|
readonly namespaceURI: string | null;
|
|
433
473
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
434
474
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
435
475
|
outerHTML: string;
|
|
436
476
|
readonly ownerDocument: Document;
|
|
437
|
-
|
|
477
|
+
get part(): DOMTokenList;
|
|
478
|
+
set part(value: string);
|
|
438
479
|
readonly prefix: string | null;
|
|
439
480
|
readonly scrollHeight: number;
|
|
440
481
|
scrollLeft: number;
|
|
@@ -444,11 +485,12 @@ declare const Checkbox_base: {
|
|
|
444
485
|
slot: string;
|
|
445
486
|
readonly tagName: string;
|
|
446
487
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
447
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
448
|
-
closest<
|
|
449
|
-
closest<
|
|
450
|
-
closest<
|
|
451
|
-
closest<
|
|
488
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
489
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
490
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
491
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
492
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
493
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
452
494
|
getAttribute(qualifiedName: string): string | null;
|
|
453
495
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
454
496
|
getAttributeNames(): string[];
|
|
@@ -457,43 +499,47 @@ declare const Checkbox_base: {
|
|
|
457
499
|
getBoundingClientRect(): DOMRect;
|
|
458
500
|
getClientRects(): DOMRectList;
|
|
459
501
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
460
|
-
getElementsByTagName<
|
|
461
|
-
getElementsByTagName<
|
|
462
|
-
getElementsByTagName<
|
|
463
|
-
getElementsByTagName<
|
|
502
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
503
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
504
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
505
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
464
506
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
465
507
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
466
508
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
467
509
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
468
510
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
511
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
469
512
|
hasAttribute(qualifiedName: string): boolean;
|
|
470
513
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
471
514
|
hasAttributes(): boolean;
|
|
472
515
|
hasPointerCapture(pointerId: number): boolean;
|
|
473
516
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
474
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
517
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
475
518
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
476
519
|
matches(selectors: string): boolean;
|
|
477
520
|
releasePointerCapture(pointerId: number): void;
|
|
478
521
|
removeAttribute(qualifiedName: string): void;
|
|
479
522
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
480
523
|
removeAttributeNode(attr: Attr): Attr;
|
|
481
|
-
requestFullscreen(options?: FullscreenOptions
|
|
482
|
-
requestPointerLock(): void
|
|
483
|
-
scroll(options?: ScrollToOptions
|
|
524
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
525
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
526
|
+
scroll(options?: ScrollToOptions): void;
|
|
484
527
|
scroll(x: number, y: number): void;
|
|
485
|
-
scrollBy(options?: ScrollToOptions
|
|
528
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
486
529
|
scrollBy(x: number, y: number): void;
|
|
487
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
488
|
-
scrollTo(options?: ScrollToOptions
|
|
530
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
531
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
489
532
|
scrollTo(x: number, y: number): void;
|
|
490
533
|
setAttribute(qualifiedName: string, value: string): void;
|
|
491
534
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
492
535
|
setAttributeNode(attr: Attr): Attr | null;
|
|
493
536
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
537
|
+
setHTMLUnsafe(html: string): void;
|
|
494
538
|
setPointerCapture(pointerId: number): void;
|
|
495
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
539
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
496
540
|
webkitMatchesSelector(selectors: string): boolean;
|
|
541
|
+
get textContent(): string;
|
|
542
|
+
set textContent(value: string | null);
|
|
497
543
|
readonly baseURI: string;
|
|
498
544
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
499
545
|
readonly firstChild: ChildNode | null;
|
|
@@ -506,22 +552,21 @@ declare const Checkbox_base: {
|
|
|
506
552
|
readonly parentElement: HTMLElement | null;
|
|
507
553
|
readonly parentNode: ParentNode | null;
|
|
508
554
|
readonly previousSibling: ChildNode | null;
|
|
509
|
-
textContent: string | null;
|
|
510
555
|
appendChild<T extends Node>(node: T): T;
|
|
511
|
-
cloneNode(
|
|
556
|
+
cloneNode(subtree?: boolean): Node;
|
|
512
557
|
compareDocumentPosition(other: Node): number;
|
|
513
558
|
contains(other: Node | null): boolean;
|
|
514
|
-
getRootNode(options?: GetRootNodeOptions
|
|
559
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
515
560
|
hasChildNodes(): boolean;
|
|
516
|
-
insertBefore<
|
|
561
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
517
562
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
518
563
|
isEqualNode(otherNode: Node | null): boolean;
|
|
519
564
|
isSameNode(otherNode: Node | null): boolean;
|
|
520
565
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
521
566
|
lookupPrefix(namespace: string | null): string | null;
|
|
522
567
|
normalize(): void;
|
|
523
|
-
removeChild<
|
|
524
|
-
replaceChild<
|
|
568
|
+
removeChild<T extends Node>(child: T): T;
|
|
569
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
525
570
|
readonly ELEMENT_NODE: 1;
|
|
526
571
|
readonly ATTRIBUTE_NODE: 2;
|
|
527
572
|
readonly TEXT_NODE: 3;
|
|
@@ -541,35 +586,49 @@ declare const Checkbox_base: {
|
|
|
541
586
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
542
587
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
543
588
|
dispatchEvent(event: Event): boolean;
|
|
589
|
+
ariaActiveDescendantElement: Element | null;
|
|
544
590
|
ariaAtomic: string | null;
|
|
545
591
|
ariaAutoComplete: string | null;
|
|
592
|
+
ariaBrailleLabel: string | null;
|
|
593
|
+
ariaBrailleRoleDescription: string | null;
|
|
546
594
|
ariaBusy: string | null;
|
|
547
595
|
ariaChecked: string | null;
|
|
548
596
|
ariaColCount: string | null;
|
|
549
597
|
ariaColIndex: string | null;
|
|
598
|
+
ariaColIndexText: string | null;
|
|
550
599
|
ariaColSpan: string | null;
|
|
600
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
551
601
|
ariaCurrent: string | null;
|
|
602
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
603
|
+
ariaDescription: string | null;
|
|
604
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
552
605
|
ariaDisabled: string | null;
|
|
606
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
553
607
|
ariaExpanded: string | null;
|
|
608
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
554
609
|
ariaHasPopup: string | null;
|
|
555
610
|
ariaHidden: string | null;
|
|
556
611
|
ariaInvalid: string | null;
|
|
557
612
|
ariaKeyShortcuts: string | null;
|
|
558
613
|
ariaLabel: string | null;
|
|
614
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
559
615
|
ariaLevel: string | null;
|
|
560
616
|
ariaLive: string | null;
|
|
561
617
|
ariaModal: string | null;
|
|
562
618
|
ariaMultiLine: string | null;
|
|
563
619
|
ariaMultiSelectable: string | null;
|
|
564
620
|
ariaOrientation: string | null;
|
|
621
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
565
622
|
ariaPlaceholder: string | null;
|
|
566
623
|
ariaPosInSet: string | null;
|
|
567
624
|
ariaPressed: string | null;
|
|
568
625
|
ariaReadOnly: string | null;
|
|
626
|
+
ariaRelevant: string | null;
|
|
569
627
|
ariaRequired: string | null;
|
|
570
628
|
ariaRoleDescription: string | null;
|
|
571
629
|
ariaRowCount: string | null;
|
|
572
630
|
ariaRowIndex: string | null;
|
|
631
|
+
ariaRowIndexText: string | null;
|
|
573
632
|
ariaRowSpan: string | null;
|
|
574
633
|
ariaSelected: string | null;
|
|
575
634
|
ariaSetSize: string | null;
|
|
@@ -579,34 +638,35 @@ declare const Checkbox_base: {
|
|
|
579
638
|
ariaValueNow: string | null;
|
|
580
639
|
ariaValueText: string | null;
|
|
581
640
|
role: string | null;
|
|
582
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
583
|
-
getAnimations(options?: GetAnimationsOptions
|
|
584
|
-
after(...nodes: (
|
|
585
|
-
before(...nodes: (
|
|
641
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
642
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
643
|
+
after(...nodes: (Node | string)[]): void;
|
|
644
|
+
before(...nodes: (Node | string)[]): void;
|
|
586
645
|
remove(): void;
|
|
587
|
-
replaceWith(...nodes: (
|
|
588
|
-
innerHTML: string;
|
|
646
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
589
647
|
readonly nextElementSibling: Element | null;
|
|
590
648
|
readonly previousElementSibling: Element | null;
|
|
591
649
|
readonly childElementCount: number;
|
|
592
650
|
readonly children: HTMLCollection;
|
|
593
651
|
readonly firstElementChild: Element | null;
|
|
594
652
|
readonly lastElementChild: Element | null;
|
|
595
|
-
append(...nodes: (
|
|
596
|
-
prepend(...nodes: (
|
|
597
|
-
querySelector<
|
|
598
|
-
querySelector<
|
|
599
|
-
querySelector<
|
|
600
|
-
querySelector<
|
|
601
|
-
querySelector<
|
|
602
|
-
querySelectorAll<
|
|
603
|
-
querySelectorAll<
|
|
604
|
-
querySelectorAll<
|
|
605
|
-
querySelectorAll<
|
|
606
|
-
querySelectorAll<
|
|
607
|
-
replaceChildren(...nodes: (
|
|
653
|
+
append(...nodes: (Node | string)[]): void;
|
|
654
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
655
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
656
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
657
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
658
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
659
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
660
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
661
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
662
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
663
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
664
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
665
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
608
666
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
609
|
-
readonly
|
|
667
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
668
|
+
get style(): CSSStyleDeclaration;
|
|
669
|
+
set style(cssText: string);
|
|
610
670
|
contentEditable: string;
|
|
611
671
|
enterKeyHint: string;
|
|
612
672
|
inputMode: string;
|
|
@@ -616,16 +676,20 @@ declare const Checkbox_base: {
|
|
|
616
676
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
617
677
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
618
678
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
619
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
679
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
620
680
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
681
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
682
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
621
683
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
622
684
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
623
685
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
624
686
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
625
687
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
626
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
688
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
627
689
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
628
|
-
|
|
690
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
691
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
692
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
629
693
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
630
694
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
631
695
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -672,12 +736,14 @@ declare const Checkbox_base: {
|
|
|
672
736
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
673
737
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
674
738
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
739
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
675
740
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
676
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
741
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
677
742
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
678
743
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
679
744
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
680
745
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
746
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
681
747
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
682
748
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
683
749
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -689,7 +755,7 @@ declare const Checkbox_base: {
|
|
|
689
755
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
690
756
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
691
757
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
692
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
758
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
693
759
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
694
760
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
695
761
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -707,14 +773,10 @@ declare const Checkbox_base: {
|
|
|
707
773
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
708
774
|
autofocus: boolean;
|
|
709
775
|
readonly dataset: DOMStringMap;
|
|
710
|
-
nonce?: string
|
|
776
|
+
nonce?: string;
|
|
711
777
|
tabIndex: number;
|
|
712
778
|
blur(): void;
|
|
713
|
-
focus(options?: FocusOptions
|
|
714
|
-
ariaColIndexText: string | null;
|
|
715
|
-
ariaDescription: string | null;
|
|
716
|
-
ariaRowIndexText: string | null;
|
|
717
|
-
ariaRelevant: string | null;
|
|
779
|
+
focus(options?: FocusOptions): void;
|
|
718
780
|
roleChanged(prev: string | null, next: string | null): void;
|
|
719
781
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
720
782
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -757,7 +819,7 @@ declare const Checkbox_base: {
|
|
|
757
819
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
758
820
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
759
821
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
760
|
-
"__#
|
|
822
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
761
823
|
newPropertyName: string;
|
|
762
824
|
deprecatedPropertyName: string;
|
|
763
825
|
fromDeprecated: (v: any) => any;
|
|
@@ -766,32 +828,33 @@ declare const Checkbox_base: {
|
|
|
766
828
|
};
|
|
767
829
|
} & {
|
|
768
830
|
new (...args: any[]): {
|
|
769
|
-
errorText?: string
|
|
831
|
+
errorText?: string;
|
|
770
832
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
771
|
-
"__#
|
|
772
|
-
"__#
|
|
773
|
-
"__#
|
|
774
|
-
"__#
|
|
775
|
-
label?: string
|
|
833
|
+
"__#private@#blockValidateCalls": boolean;
|
|
834
|
+
"__#private@#originalValidateFn": () => void;
|
|
835
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
836
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
837
|
+
label?: string;
|
|
776
838
|
errorValidationMessage: string;
|
|
777
839
|
forceErrorDisplay: boolean;
|
|
778
840
|
hasBeenTouched: boolean;
|
|
779
841
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
780
|
-
"__#
|
|
842
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
781
843
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
782
844
|
formResetCallback: (() => void) & (() => void);
|
|
783
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
784
|
-
proxy: import(
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
845
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
846
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
847
|
+
get validity(): ValidityState;
|
|
848
|
+
get form(): HTMLFormElement | null;
|
|
849
|
+
get validationMessage(): string;
|
|
850
|
+
get willValidate(): boolean;
|
|
851
|
+
get labels(): ReadonlyArray<Node>;
|
|
790
852
|
dirtyValue: boolean;
|
|
791
|
-
proxySlot?: HTMLSlotElement
|
|
853
|
+
proxySlot?: HTMLSlotElement;
|
|
792
854
|
value: string;
|
|
793
855
|
valueChanged(_previous: string, _next: string): void;
|
|
794
|
-
currentValue: string;
|
|
856
|
+
get currentValue(): string;
|
|
857
|
+
set currentValue(value: string);
|
|
795
858
|
initialValue: string;
|
|
796
859
|
initialValueChanged(_previous: string, _next: string): void;
|
|
797
860
|
disabled: boolean;
|
|
@@ -800,25 +863,26 @@ declare const Checkbox_base: {
|
|
|
800
863
|
nameChanged(_previous: string, _next: string): void;
|
|
801
864
|
required: boolean;
|
|
802
865
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
803
|
-
|
|
866
|
+
get elementInternals(): ElementInternals | null;
|
|
804
867
|
proxyEventsToBlock: string[];
|
|
805
868
|
checkValidity(): boolean;
|
|
806
869
|
reportValidity(): boolean;
|
|
807
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
870
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
808
871
|
formDisabledCallback(disabled: boolean): void;
|
|
809
872
|
proxyInitialized: boolean;
|
|
810
873
|
attachProxy(): void;
|
|
811
874
|
detachProxy(): void;
|
|
812
|
-
setFormValue(value:
|
|
875
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
813
876
|
_keypressHandler(e: KeyboardEvent): void;
|
|
814
877
|
stopPropagation(e: Event): void;
|
|
815
|
-
_vividAriaBehaviour: import(
|
|
816
|
-
readonly $fastController: import(
|
|
817
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
878
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.js').VividAriaBehaviour;
|
|
879
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
880
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
818
881
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
819
882
|
accessKey: string;
|
|
820
883
|
readonly accessKeyLabel: string;
|
|
821
884
|
autocapitalize: string;
|
|
885
|
+
autocorrect: boolean;
|
|
822
886
|
dir: string;
|
|
823
887
|
draggable: boolean;
|
|
824
888
|
hidden: boolean;
|
|
@@ -831,30 +895,39 @@ declare const Checkbox_base: {
|
|
|
831
895
|
readonly offsetTop: number;
|
|
832
896
|
readonly offsetWidth: number;
|
|
833
897
|
outerText: string;
|
|
898
|
+
popover: string | null;
|
|
834
899
|
spellcheck: boolean;
|
|
835
900
|
title: string;
|
|
836
901
|
translate: boolean;
|
|
902
|
+
writingSuggestions: string;
|
|
837
903
|
attachInternals(): ElementInternals;
|
|
838
904
|
click(): void;
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
905
|
+
hidePopover(): void;
|
|
906
|
+
showPopover(): void;
|
|
907
|
+
togglePopover(options?: boolean): boolean;
|
|
908
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
909
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
910
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
911
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
843
912
|
readonly attributes: NamedNodeMap;
|
|
844
|
-
|
|
913
|
+
get classList(): DOMTokenList;
|
|
914
|
+
set classList(value: string);
|
|
845
915
|
className: string;
|
|
846
916
|
readonly clientHeight: number;
|
|
847
917
|
readonly clientLeft: number;
|
|
848
918
|
readonly clientTop: number;
|
|
849
919
|
readonly clientWidth: number;
|
|
920
|
+
readonly currentCSSZoom: number;
|
|
850
921
|
id: string;
|
|
922
|
+
innerHTML: string;
|
|
851
923
|
readonly localName: string;
|
|
852
924
|
readonly namespaceURI: string | null;
|
|
853
925
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
854
926
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
855
927
|
outerHTML: string;
|
|
856
928
|
readonly ownerDocument: Document;
|
|
857
|
-
|
|
929
|
+
get part(): DOMTokenList;
|
|
930
|
+
set part(value: string);
|
|
858
931
|
readonly prefix: string | null;
|
|
859
932
|
readonly scrollHeight: number;
|
|
860
933
|
scrollLeft: number;
|
|
@@ -864,11 +937,12 @@ declare const Checkbox_base: {
|
|
|
864
937
|
slot: string;
|
|
865
938
|
readonly tagName: string;
|
|
866
939
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
867
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
868
|
-
closest<
|
|
869
|
-
closest<
|
|
870
|
-
closest<
|
|
871
|
-
closest<
|
|
940
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
941
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
942
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
943
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
944
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
945
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
872
946
|
getAttribute(qualifiedName: string): string | null;
|
|
873
947
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
874
948
|
getAttributeNames(): string[];
|
|
@@ -877,43 +951,47 @@ declare const Checkbox_base: {
|
|
|
877
951
|
getBoundingClientRect(): DOMRect;
|
|
878
952
|
getClientRects(): DOMRectList;
|
|
879
953
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
880
|
-
getElementsByTagName<
|
|
881
|
-
getElementsByTagName<
|
|
882
|
-
getElementsByTagName<
|
|
883
|
-
getElementsByTagName<
|
|
954
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
955
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
956
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
957
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
884
958
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
885
959
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
886
960
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
887
961
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
888
962
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
963
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
889
964
|
hasAttribute(qualifiedName: string): boolean;
|
|
890
965
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
891
966
|
hasAttributes(): boolean;
|
|
892
967
|
hasPointerCapture(pointerId: number): boolean;
|
|
893
968
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
894
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
969
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
895
970
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
896
971
|
matches(selectors: string): boolean;
|
|
897
972
|
releasePointerCapture(pointerId: number): void;
|
|
898
973
|
removeAttribute(qualifiedName: string): void;
|
|
899
974
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
900
975
|
removeAttributeNode(attr: Attr): Attr;
|
|
901
|
-
requestFullscreen(options?: FullscreenOptions
|
|
902
|
-
requestPointerLock(): void
|
|
903
|
-
scroll(options?: ScrollToOptions
|
|
976
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
977
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
978
|
+
scroll(options?: ScrollToOptions): void;
|
|
904
979
|
scroll(x: number, y: number): void;
|
|
905
|
-
scrollBy(options?: ScrollToOptions
|
|
980
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
906
981
|
scrollBy(x: number, y: number): void;
|
|
907
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
908
|
-
scrollTo(options?: ScrollToOptions
|
|
982
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
983
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
909
984
|
scrollTo(x: number, y: number): void;
|
|
910
985
|
setAttribute(qualifiedName: string, value: string): void;
|
|
911
986
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
912
987
|
setAttributeNode(attr: Attr): Attr | null;
|
|
913
988
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
989
|
+
setHTMLUnsafe(html: string): void;
|
|
914
990
|
setPointerCapture(pointerId: number): void;
|
|
915
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
991
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
916
992
|
webkitMatchesSelector(selectors: string): boolean;
|
|
993
|
+
get textContent(): string;
|
|
994
|
+
set textContent(value: string | null);
|
|
917
995
|
readonly baseURI: string;
|
|
918
996
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
919
997
|
readonly firstChild: ChildNode | null;
|
|
@@ -926,22 +1004,21 @@ declare const Checkbox_base: {
|
|
|
926
1004
|
readonly parentElement: HTMLElement | null;
|
|
927
1005
|
readonly parentNode: ParentNode | null;
|
|
928
1006
|
readonly previousSibling: ChildNode | null;
|
|
929
|
-
textContent: string | null;
|
|
930
1007
|
appendChild<T extends Node>(node: T): T;
|
|
931
|
-
cloneNode(
|
|
1008
|
+
cloneNode(subtree?: boolean): Node;
|
|
932
1009
|
compareDocumentPosition(other: Node): number;
|
|
933
1010
|
contains(other: Node | null): boolean;
|
|
934
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1011
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
935
1012
|
hasChildNodes(): boolean;
|
|
936
|
-
insertBefore<
|
|
1013
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
937
1014
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
938
1015
|
isEqualNode(otherNode: Node | null): boolean;
|
|
939
1016
|
isSameNode(otherNode: Node | null): boolean;
|
|
940
1017
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
941
1018
|
lookupPrefix(namespace: string | null): string | null;
|
|
942
1019
|
normalize(): void;
|
|
943
|
-
removeChild<
|
|
944
|
-
replaceChild<
|
|
1020
|
+
removeChild<T extends Node>(child: T): T;
|
|
1021
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
945
1022
|
readonly ELEMENT_NODE: 1;
|
|
946
1023
|
readonly ATTRIBUTE_NODE: 2;
|
|
947
1024
|
readonly TEXT_NODE: 3;
|
|
@@ -961,35 +1038,49 @@ declare const Checkbox_base: {
|
|
|
961
1038
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
962
1039
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
963
1040
|
dispatchEvent(event: Event): boolean;
|
|
1041
|
+
ariaActiveDescendantElement: Element | null;
|
|
964
1042
|
ariaAtomic: string | null;
|
|
965
1043
|
ariaAutoComplete: string | null;
|
|
1044
|
+
ariaBrailleLabel: string | null;
|
|
1045
|
+
ariaBrailleRoleDescription: string | null;
|
|
966
1046
|
ariaBusy: string | null;
|
|
967
1047
|
ariaChecked: string | null;
|
|
968
1048
|
ariaColCount: string | null;
|
|
969
1049
|
ariaColIndex: string | null;
|
|
1050
|
+
ariaColIndexText: string | null;
|
|
970
1051
|
ariaColSpan: string | null;
|
|
1052
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
971
1053
|
ariaCurrent: string | null;
|
|
1054
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1055
|
+
ariaDescription: string | null;
|
|
1056
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
972
1057
|
ariaDisabled: string | null;
|
|
1058
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
973
1059
|
ariaExpanded: string | null;
|
|
1060
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
974
1061
|
ariaHasPopup: string | null;
|
|
975
1062
|
ariaHidden: string | null;
|
|
976
1063
|
ariaInvalid: string | null;
|
|
977
1064
|
ariaKeyShortcuts: string | null;
|
|
978
1065
|
ariaLabel: string | null;
|
|
1066
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
979
1067
|
ariaLevel: string | null;
|
|
980
1068
|
ariaLive: string | null;
|
|
981
1069
|
ariaModal: string | null;
|
|
982
1070
|
ariaMultiLine: string | null;
|
|
983
1071
|
ariaMultiSelectable: string | null;
|
|
984
1072
|
ariaOrientation: string | null;
|
|
1073
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
985
1074
|
ariaPlaceholder: string | null;
|
|
986
1075
|
ariaPosInSet: string | null;
|
|
987
1076
|
ariaPressed: string | null;
|
|
988
1077
|
ariaReadOnly: string | null;
|
|
1078
|
+
ariaRelevant: string | null;
|
|
989
1079
|
ariaRequired: string | null;
|
|
990
1080
|
ariaRoleDescription: string | null;
|
|
991
1081
|
ariaRowCount: string | null;
|
|
992
1082
|
ariaRowIndex: string | null;
|
|
1083
|
+
ariaRowIndexText: string | null;
|
|
993
1084
|
ariaRowSpan: string | null;
|
|
994
1085
|
ariaSelected: string | null;
|
|
995
1086
|
ariaSetSize: string | null;
|
|
@@ -999,34 +1090,35 @@ declare const Checkbox_base: {
|
|
|
999
1090
|
ariaValueNow: string | null;
|
|
1000
1091
|
ariaValueText: string | null;
|
|
1001
1092
|
role: string | null;
|
|
1002
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1003
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1004
|
-
after(...nodes: (
|
|
1005
|
-
before(...nodes: (
|
|
1093
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1094
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1095
|
+
after(...nodes: (Node | string)[]): void;
|
|
1096
|
+
before(...nodes: (Node | string)[]): void;
|
|
1006
1097
|
remove(): void;
|
|
1007
|
-
replaceWith(...nodes: (
|
|
1008
|
-
innerHTML: string;
|
|
1098
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1009
1099
|
readonly nextElementSibling: Element | null;
|
|
1010
1100
|
readonly previousElementSibling: Element | null;
|
|
1011
1101
|
readonly childElementCount: number;
|
|
1012
1102
|
readonly children: HTMLCollection;
|
|
1013
1103
|
readonly firstElementChild: Element | null;
|
|
1014
1104
|
readonly lastElementChild: Element | null;
|
|
1015
|
-
append(...nodes: (
|
|
1016
|
-
prepend(...nodes: (
|
|
1017
|
-
querySelector<
|
|
1018
|
-
querySelector<
|
|
1019
|
-
querySelector<
|
|
1020
|
-
querySelector<
|
|
1021
|
-
querySelector<
|
|
1022
|
-
querySelectorAll<
|
|
1023
|
-
querySelectorAll<
|
|
1024
|
-
querySelectorAll<
|
|
1025
|
-
querySelectorAll<
|
|
1026
|
-
querySelectorAll<
|
|
1027
|
-
replaceChildren(...nodes: (
|
|
1105
|
+
append(...nodes: (Node | string)[]): void;
|
|
1106
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1107
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1108
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1109
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1110
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1111
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1112
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1113
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1114
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1115
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1116
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1117
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1028
1118
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1029
|
-
readonly
|
|
1119
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1120
|
+
get style(): CSSStyleDeclaration;
|
|
1121
|
+
set style(cssText: string);
|
|
1030
1122
|
contentEditable: string;
|
|
1031
1123
|
enterKeyHint: string;
|
|
1032
1124
|
inputMode: string;
|
|
@@ -1036,16 +1128,20 @@ declare const Checkbox_base: {
|
|
|
1036
1128
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1037
1129
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1038
1130
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1039
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1131
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1040
1132
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1133
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1134
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1041
1135
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1042
1136
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1043
1137
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1044
1138
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1045
1139
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1046
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1140
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1047
1141
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1048
|
-
|
|
1142
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1143
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1144
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1049
1145
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1050
1146
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1051
1147
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1092,12 +1188,14 @@ declare const Checkbox_base: {
|
|
|
1092
1188
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1093
1189
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1094
1190
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1191
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1095
1192
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1096
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1193
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1097
1194
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1098
1195
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1099
1196
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1100
1197
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1198
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1101
1199
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1102
1200
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1103
1201
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1109,7 +1207,7 @@ declare const Checkbox_base: {
|
|
|
1109
1207
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1110
1208
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1111
1209
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1112
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1210
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1113
1211
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1114
1212
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1115
1213
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1127,14 +1225,10 @@ declare const Checkbox_base: {
|
|
|
1127
1225
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1128
1226
|
autofocus: boolean;
|
|
1129
1227
|
readonly dataset: DOMStringMap;
|
|
1130
|
-
nonce?: string
|
|
1228
|
+
nonce?: string;
|
|
1131
1229
|
tabIndex: number;
|
|
1132
1230
|
blur(): void;
|
|
1133
|
-
focus(options?: FocusOptions
|
|
1134
|
-
ariaColIndexText: string | null;
|
|
1135
|
-
ariaDescription: string | null;
|
|
1136
|
-
ariaRowIndexText: string | null;
|
|
1137
|
-
ariaRelevant: string | null;
|
|
1231
|
+
focus(options?: FocusOptions): void;
|
|
1138
1232
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1139
1233
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1140
1234
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1177,7 +1271,7 @@ declare const Checkbox_base: {
|
|
|
1177
1271
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1178
1272
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1179
1273
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1180
|
-
"__#
|
|
1274
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1181
1275
|
newPropertyName: string;
|
|
1182
1276
|
deprecatedPropertyName: string;
|
|
1183
1277
|
fromDeprecated: (v: any) => any;
|
|
@@ -1186,16 +1280,17 @@ declare const Checkbox_base: {
|
|
|
1186
1280
|
};
|
|
1187
1281
|
} & {
|
|
1188
1282
|
new (...args: any[]): {
|
|
1189
|
-
successText?: string
|
|
1283
|
+
successText?: string;
|
|
1190
1284
|
connectedCallback(): void;
|
|
1191
|
-
_vividAriaBehaviour: import(
|
|
1192
|
-
readonly $fastController: import(
|
|
1193
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1285
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.js').VividAriaBehaviour;
|
|
1286
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1287
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1194
1288
|
disconnectedCallback(): void;
|
|
1195
1289
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1196
1290
|
accessKey: string;
|
|
1197
1291
|
readonly accessKeyLabel: string;
|
|
1198
1292
|
autocapitalize: string;
|
|
1293
|
+
autocorrect: boolean;
|
|
1199
1294
|
dir: string;
|
|
1200
1295
|
draggable: boolean;
|
|
1201
1296
|
hidden: boolean;
|
|
@@ -1208,30 +1303,39 @@ declare const Checkbox_base: {
|
|
|
1208
1303
|
readonly offsetTop: number;
|
|
1209
1304
|
readonly offsetWidth: number;
|
|
1210
1305
|
outerText: string;
|
|
1306
|
+
popover: string | null;
|
|
1211
1307
|
spellcheck: boolean;
|
|
1212
1308
|
title: string;
|
|
1213
1309
|
translate: boolean;
|
|
1310
|
+
writingSuggestions: string;
|
|
1214
1311
|
attachInternals(): ElementInternals;
|
|
1215
1312
|
click(): void;
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1313
|
+
hidePopover(): void;
|
|
1314
|
+
showPopover(): void;
|
|
1315
|
+
togglePopover(options?: boolean): boolean;
|
|
1316
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1317
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1318
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1319
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1220
1320
|
readonly attributes: NamedNodeMap;
|
|
1221
|
-
|
|
1321
|
+
get classList(): DOMTokenList;
|
|
1322
|
+
set classList(value: string);
|
|
1222
1323
|
className: string;
|
|
1223
1324
|
readonly clientHeight: number;
|
|
1224
1325
|
readonly clientLeft: number;
|
|
1225
1326
|
readonly clientTop: number;
|
|
1226
1327
|
readonly clientWidth: number;
|
|
1328
|
+
readonly currentCSSZoom: number;
|
|
1227
1329
|
id: string;
|
|
1330
|
+
innerHTML: string;
|
|
1228
1331
|
readonly localName: string;
|
|
1229
1332
|
readonly namespaceURI: string | null;
|
|
1230
1333
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1231
1334
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1232
1335
|
outerHTML: string;
|
|
1233
1336
|
readonly ownerDocument: Document;
|
|
1234
|
-
|
|
1337
|
+
get part(): DOMTokenList;
|
|
1338
|
+
set part(value: string);
|
|
1235
1339
|
readonly prefix: string | null;
|
|
1236
1340
|
readonly scrollHeight: number;
|
|
1237
1341
|
scrollLeft: number;
|
|
@@ -1241,11 +1345,12 @@ declare const Checkbox_base: {
|
|
|
1241
1345
|
slot: string;
|
|
1242
1346
|
readonly tagName: string;
|
|
1243
1347
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1244
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1245
|
-
closest<
|
|
1246
|
-
closest<
|
|
1247
|
-
closest<
|
|
1248
|
-
closest<
|
|
1348
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1349
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1350
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1351
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1352
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1353
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1249
1354
|
getAttribute(qualifiedName: string): string | null;
|
|
1250
1355
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1251
1356
|
getAttributeNames(): string[];
|
|
@@ -1254,43 +1359,47 @@ declare const Checkbox_base: {
|
|
|
1254
1359
|
getBoundingClientRect(): DOMRect;
|
|
1255
1360
|
getClientRects(): DOMRectList;
|
|
1256
1361
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1257
|
-
getElementsByTagName<
|
|
1258
|
-
getElementsByTagName<
|
|
1259
|
-
getElementsByTagName<
|
|
1260
|
-
getElementsByTagName<
|
|
1362
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1363
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1364
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1365
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1261
1366
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1262
1367
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1263
1368
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1264
1369
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1265
1370
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1371
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1266
1372
|
hasAttribute(qualifiedName: string): boolean;
|
|
1267
1373
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1268
1374
|
hasAttributes(): boolean;
|
|
1269
1375
|
hasPointerCapture(pointerId: number): boolean;
|
|
1270
1376
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1271
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1377
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1272
1378
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1273
1379
|
matches(selectors: string): boolean;
|
|
1274
1380
|
releasePointerCapture(pointerId: number): void;
|
|
1275
1381
|
removeAttribute(qualifiedName: string): void;
|
|
1276
1382
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1277
1383
|
removeAttributeNode(attr: Attr): Attr;
|
|
1278
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1279
|
-
requestPointerLock(): void
|
|
1280
|
-
scroll(options?: ScrollToOptions
|
|
1384
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1385
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1386
|
+
scroll(options?: ScrollToOptions): void;
|
|
1281
1387
|
scroll(x: number, y: number): void;
|
|
1282
|
-
scrollBy(options?: ScrollToOptions
|
|
1388
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1283
1389
|
scrollBy(x: number, y: number): void;
|
|
1284
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1285
|
-
scrollTo(options?: ScrollToOptions
|
|
1390
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1391
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1286
1392
|
scrollTo(x: number, y: number): void;
|
|
1287
1393
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1288
1394
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1289
1395
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1290
1396
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1397
|
+
setHTMLUnsafe(html: string): void;
|
|
1291
1398
|
setPointerCapture(pointerId: number): void;
|
|
1292
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1399
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1293
1400
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1401
|
+
get textContent(): string;
|
|
1402
|
+
set textContent(value: string | null);
|
|
1294
1403
|
readonly baseURI: string;
|
|
1295
1404
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1296
1405
|
readonly firstChild: ChildNode | null;
|
|
@@ -1303,22 +1412,21 @@ declare const Checkbox_base: {
|
|
|
1303
1412
|
readonly parentElement: HTMLElement | null;
|
|
1304
1413
|
readonly parentNode: ParentNode | null;
|
|
1305
1414
|
readonly previousSibling: ChildNode | null;
|
|
1306
|
-
textContent: string | null;
|
|
1307
1415
|
appendChild<T extends Node>(node: T): T;
|
|
1308
|
-
cloneNode(
|
|
1416
|
+
cloneNode(subtree?: boolean): Node;
|
|
1309
1417
|
compareDocumentPosition(other: Node): number;
|
|
1310
1418
|
contains(other: Node | null): boolean;
|
|
1311
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1419
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1312
1420
|
hasChildNodes(): boolean;
|
|
1313
|
-
insertBefore<
|
|
1421
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1314
1422
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1315
1423
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1316
1424
|
isSameNode(otherNode: Node | null): boolean;
|
|
1317
1425
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1318
1426
|
lookupPrefix(namespace: string | null): string | null;
|
|
1319
1427
|
normalize(): void;
|
|
1320
|
-
removeChild<
|
|
1321
|
-
replaceChild<
|
|
1428
|
+
removeChild<T extends Node>(child: T): T;
|
|
1429
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1322
1430
|
readonly ELEMENT_NODE: 1;
|
|
1323
1431
|
readonly ATTRIBUTE_NODE: 2;
|
|
1324
1432
|
readonly TEXT_NODE: 3;
|
|
@@ -1338,35 +1446,49 @@ declare const Checkbox_base: {
|
|
|
1338
1446
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1339
1447
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1340
1448
|
dispatchEvent(event: Event): boolean;
|
|
1449
|
+
ariaActiveDescendantElement: Element | null;
|
|
1341
1450
|
ariaAtomic: string | null;
|
|
1342
1451
|
ariaAutoComplete: string | null;
|
|
1452
|
+
ariaBrailleLabel: string | null;
|
|
1453
|
+
ariaBrailleRoleDescription: string | null;
|
|
1343
1454
|
ariaBusy: string | null;
|
|
1344
1455
|
ariaChecked: string | null;
|
|
1345
1456
|
ariaColCount: string | null;
|
|
1346
1457
|
ariaColIndex: string | null;
|
|
1458
|
+
ariaColIndexText: string | null;
|
|
1347
1459
|
ariaColSpan: string | null;
|
|
1460
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1348
1461
|
ariaCurrent: string | null;
|
|
1462
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1463
|
+
ariaDescription: string | null;
|
|
1464
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1349
1465
|
ariaDisabled: string | null;
|
|
1466
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1350
1467
|
ariaExpanded: string | null;
|
|
1468
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1351
1469
|
ariaHasPopup: string | null;
|
|
1352
1470
|
ariaHidden: string | null;
|
|
1353
1471
|
ariaInvalid: string | null;
|
|
1354
1472
|
ariaKeyShortcuts: string | null;
|
|
1355
1473
|
ariaLabel: string | null;
|
|
1474
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1356
1475
|
ariaLevel: string | null;
|
|
1357
1476
|
ariaLive: string | null;
|
|
1358
1477
|
ariaModal: string | null;
|
|
1359
1478
|
ariaMultiLine: string | null;
|
|
1360
1479
|
ariaMultiSelectable: string | null;
|
|
1361
1480
|
ariaOrientation: string | null;
|
|
1481
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1362
1482
|
ariaPlaceholder: string | null;
|
|
1363
1483
|
ariaPosInSet: string | null;
|
|
1364
1484
|
ariaPressed: string | null;
|
|
1365
1485
|
ariaReadOnly: string | null;
|
|
1486
|
+
ariaRelevant: string | null;
|
|
1366
1487
|
ariaRequired: string | null;
|
|
1367
1488
|
ariaRoleDescription: string | null;
|
|
1368
1489
|
ariaRowCount: string | null;
|
|
1369
1490
|
ariaRowIndex: string | null;
|
|
1491
|
+
ariaRowIndexText: string | null;
|
|
1370
1492
|
ariaRowSpan: string | null;
|
|
1371
1493
|
ariaSelected: string | null;
|
|
1372
1494
|
ariaSetSize: string | null;
|
|
@@ -1376,34 +1498,35 @@ declare const Checkbox_base: {
|
|
|
1376
1498
|
ariaValueNow: string | null;
|
|
1377
1499
|
ariaValueText: string | null;
|
|
1378
1500
|
role: string | null;
|
|
1379
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1380
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1381
|
-
after(...nodes: (
|
|
1382
|
-
before(...nodes: (
|
|
1501
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1502
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1503
|
+
after(...nodes: (Node | string)[]): void;
|
|
1504
|
+
before(...nodes: (Node | string)[]): void;
|
|
1383
1505
|
remove(): void;
|
|
1384
|
-
replaceWith(...nodes: (
|
|
1385
|
-
innerHTML: string;
|
|
1506
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1386
1507
|
readonly nextElementSibling: Element | null;
|
|
1387
1508
|
readonly previousElementSibling: Element | null;
|
|
1388
1509
|
readonly childElementCount: number;
|
|
1389
1510
|
readonly children: HTMLCollection;
|
|
1390
1511
|
readonly firstElementChild: Element | null;
|
|
1391
1512
|
readonly lastElementChild: Element | null;
|
|
1392
|
-
append(...nodes: (
|
|
1393
|
-
prepend(...nodes: (
|
|
1394
|
-
querySelector<
|
|
1395
|
-
querySelector<
|
|
1396
|
-
querySelector<
|
|
1397
|
-
querySelector<
|
|
1398
|
-
querySelector<
|
|
1399
|
-
querySelectorAll<
|
|
1400
|
-
querySelectorAll<
|
|
1401
|
-
querySelectorAll<
|
|
1402
|
-
querySelectorAll<
|
|
1403
|
-
querySelectorAll<
|
|
1404
|
-
replaceChildren(...nodes: (
|
|
1513
|
+
append(...nodes: (Node | string)[]): void;
|
|
1514
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1515
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1516
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1517
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1518
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1519
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1520
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1521
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1522
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1523
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1524
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1525
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1405
1526
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1406
|
-
readonly
|
|
1527
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1528
|
+
get style(): CSSStyleDeclaration;
|
|
1529
|
+
set style(cssText: string);
|
|
1407
1530
|
contentEditable: string;
|
|
1408
1531
|
enterKeyHint: string;
|
|
1409
1532
|
inputMode: string;
|
|
@@ -1413,16 +1536,20 @@ declare const Checkbox_base: {
|
|
|
1413
1536
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1414
1537
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1415
1538
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1416
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1539
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1417
1540
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1541
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1542
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1418
1543
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1419
1544
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1420
1545
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1421
1546
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1422
1547
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1423
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1548
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1424
1549
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1425
|
-
|
|
1550
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1551
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1552
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1426
1553
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1427
1554
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1428
1555
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1469,12 +1596,14 @@ declare const Checkbox_base: {
|
|
|
1469
1596
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1470
1597
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1471
1598
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1599
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1472
1600
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1473
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1601
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1474
1602
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1475
1603
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1476
1604
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1477
1605
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1606
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1478
1607
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1479
1608
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1480
1609
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1486,7 +1615,7 @@ declare const Checkbox_base: {
|
|
|
1486
1615
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1487
1616
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1488
1617
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1489
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1618
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1490
1619
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1491
1620
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1492
1621
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1504,14 +1633,10 @@ declare const Checkbox_base: {
|
|
|
1504
1633
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1505
1634
|
autofocus: boolean;
|
|
1506
1635
|
readonly dataset: DOMStringMap;
|
|
1507
|
-
nonce?: string
|
|
1636
|
+
nonce?: string;
|
|
1508
1637
|
tabIndex: number;
|
|
1509
1638
|
blur(): void;
|
|
1510
|
-
focus(options?: FocusOptions
|
|
1511
|
-
ariaColIndexText: string | null;
|
|
1512
|
-
ariaDescription: string | null;
|
|
1513
|
-
ariaRowIndexText: string | null;
|
|
1514
|
-
ariaRelevant: string | null;
|
|
1639
|
+
focus(options?: FocusOptions): void;
|
|
1515
1640
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1516
1641
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1517
1642
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1554,7 +1679,7 @@ declare const Checkbox_base: {
|
|
|
1554
1679
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1555
1680
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1556
1681
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1557
|
-
"__#
|
|
1682
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1558
1683
|
newPropertyName: string;
|
|
1559
1684
|
deprecatedPropertyName: string;
|
|
1560
1685
|
fromDeprecated: (v: any) => any;
|
|
@@ -1563,26 +1688,27 @@ declare const Checkbox_base: {
|
|
|
1563
1688
|
};
|
|
1564
1689
|
} & {
|
|
1565
1690
|
new (...args: any[]): {
|
|
1566
|
-
label?: string
|
|
1691
|
+
label?: string;
|
|
1567
1692
|
errorValidationMessage: string;
|
|
1568
1693
|
forceErrorDisplay: boolean;
|
|
1569
1694
|
hasBeenTouched: boolean;
|
|
1570
1695
|
connectedCallback(): void;
|
|
1571
|
-
"__#
|
|
1696
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
1572
1697
|
disconnectedCallback(): void;
|
|
1573
1698
|
formResetCallback(): void;
|
|
1574
1699
|
validate(): void;
|
|
1575
|
-
proxy: import(
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1700
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
1701
|
+
get validity(): ValidityState;
|
|
1702
|
+
get form(): HTMLFormElement | null;
|
|
1703
|
+
get validationMessage(): string;
|
|
1704
|
+
get willValidate(): boolean;
|
|
1705
|
+
get labels(): ReadonlyArray<Node>;
|
|
1581
1706
|
dirtyValue: boolean;
|
|
1582
|
-
proxySlot?: HTMLSlotElement
|
|
1707
|
+
proxySlot?: HTMLSlotElement;
|
|
1583
1708
|
value: string;
|
|
1584
1709
|
valueChanged(_previous: string, _next: string): void;
|
|
1585
|
-
currentValue: string;
|
|
1710
|
+
get currentValue(): string;
|
|
1711
|
+
set currentValue(value: string);
|
|
1586
1712
|
initialValue: string;
|
|
1587
1713
|
initialValueChanged(_previous: string, _next: string): void;
|
|
1588
1714
|
disabled: boolean;
|
|
@@ -1591,25 +1717,26 @@ declare const Checkbox_base: {
|
|
|
1591
1717
|
nameChanged(_previous: string, _next: string): void;
|
|
1592
1718
|
required: boolean;
|
|
1593
1719
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1594
|
-
|
|
1720
|
+
get elementInternals(): ElementInternals | null;
|
|
1595
1721
|
proxyEventsToBlock: string[];
|
|
1596
1722
|
checkValidity(): boolean;
|
|
1597
1723
|
reportValidity(): boolean;
|
|
1598
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
1724
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
1599
1725
|
formDisabledCallback(disabled: boolean): void;
|
|
1600
1726
|
proxyInitialized: boolean;
|
|
1601
1727
|
attachProxy(): void;
|
|
1602
1728
|
detachProxy(): void;
|
|
1603
|
-
setFormValue(value:
|
|
1729
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
1604
1730
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1605
1731
|
stopPropagation(e: Event): void;
|
|
1606
|
-
_vividAriaBehaviour: import(
|
|
1607
|
-
readonly $fastController: import(
|
|
1608
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1732
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.js').VividAriaBehaviour;
|
|
1733
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1734
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1609
1735
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1610
1736
|
accessKey: string;
|
|
1611
1737
|
readonly accessKeyLabel: string;
|
|
1612
1738
|
autocapitalize: string;
|
|
1739
|
+
autocorrect: boolean;
|
|
1613
1740
|
dir: string;
|
|
1614
1741
|
draggable: boolean;
|
|
1615
1742
|
hidden: boolean;
|
|
@@ -1622,30 +1749,39 @@ declare const Checkbox_base: {
|
|
|
1622
1749
|
readonly offsetTop: number;
|
|
1623
1750
|
readonly offsetWidth: number;
|
|
1624
1751
|
outerText: string;
|
|
1752
|
+
popover: string | null;
|
|
1625
1753
|
spellcheck: boolean;
|
|
1626
1754
|
title: string;
|
|
1627
1755
|
translate: boolean;
|
|
1756
|
+
writingSuggestions: string;
|
|
1628
1757
|
attachInternals(): ElementInternals;
|
|
1629
1758
|
click(): void;
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1759
|
+
hidePopover(): void;
|
|
1760
|
+
showPopover(): void;
|
|
1761
|
+
togglePopover(options?: boolean): boolean;
|
|
1762
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1763
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1764
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1765
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1634
1766
|
readonly attributes: NamedNodeMap;
|
|
1635
|
-
|
|
1767
|
+
get classList(): DOMTokenList;
|
|
1768
|
+
set classList(value: string);
|
|
1636
1769
|
className: string;
|
|
1637
1770
|
readonly clientHeight: number;
|
|
1638
1771
|
readonly clientLeft: number;
|
|
1639
1772
|
readonly clientTop: number;
|
|
1640
1773
|
readonly clientWidth: number;
|
|
1774
|
+
readonly currentCSSZoom: number;
|
|
1641
1775
|
id: string;
|
|
1776
|
+
innerHTML: string;
|
|
1642
1777
|
readonly localName: string;
|
|
1643
1778
|
readonly namespaceURI: string | null;
|
|
1644
1779
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1645
1780
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1646
1781
|
outerHTML: string;
|
|
1647
1782
|
readonly ownerDocument: Document;
|
|
1648
|
-
|
|
1783
|
+
get part(): DOMTokenList;
|
|
1784
|
+
set part(value: string);
|
|
1649
1785
|
readonly prefix: string | null;
|
|
1650
1786
|
readonly scrollHeight: number;
|
|
1651
1787
|
scrollLeft: number;
|
|
@@ -1655,11 +1791,12 @@ declare const Checkbox_base: {
|
|
|
1655
1791
|
slot: string;
|
|
1656
1792
|
readonly tagName: string;
|
|
1657
1793
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1658
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1659
|
-
closest<
|
|
1660
|
-
closest<
|
|
1661
|
-
closest<
|
|
1662
|
-
closest<
|
|
1794
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1795
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1796
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1797
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1798
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1799
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1663
1800
|
getAttribute(qualifiedName: string): string | null;
|
|
1664
1801
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1665
1802
|
getAttributeNames(): string[];
|
|
@@ -1668,43 +1805,47 @@ declare const Checkbox_base: {
|
|
|
1668
1805
|
getBoundingClientRect(): DOMRect;
|
|
1669
1806
|
getClientRects(): DOMRectList;
|
|
1670
1807
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1671
|
-
getElementsByTagName<
|
|
1672
|
-
getElementsByTagName<
|
|
1673
|
-
getElementsByTagName<
|
|
1674
|
-
getElementsByTagName<
|
|
1808
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1809
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1810
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1811
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1675
1812
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1676
1813
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1677
1814
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1678
1815
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1679
1816
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1817
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1680
1818
|
hasAttribute(qualifiedName: string): boolean;
|
|
1681
1819
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1682
1820
|
hasAttributes(): boolean;
|
|
1683
1821
|
hasPointerCapture(pointerId: number): boolean;
|
|
1684
1822
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1685
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1823
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1686
1824
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1687
1825
|
matches(selectors: string): boolean;
|
|
1688
1826
|
releasePointerCapture(pointerId: number): void;
|
|
1689
1827
|
removeAttribute(qualifiedName: string): void;
|
|
1690
1828
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1691
1829
|
removeAttributeNode(attr: Attr): Attr;
|
|
1692
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1693
|
-
requestPointerLock(): void
|
|
1694
|
-
scroll(options?: ScrollToOptions
|
|
1830
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1831
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1832
|
+
scroll(options?: ScrollToOptions): void;
|
|
1695
1833
|
scroll(x: number, y: number): void;
|
|
1696
|
-
scrollBy(options?: ScrollToOptions
|
|
1834
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1697
1835
|
scrollBy(x: number, y: number): void;
|
|
1698
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1699
|
-
scrollTo(options?: ScrollToOptions
|
|
1836
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1837
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1700
1838
|
scrollTo(x: number, y: number): void;
|
|
1701
1839
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1702
1840
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1703
1841
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1704
1842
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1843
|
+
setHTMLUnsafe(html: string): void;
|
|
1705
1844
|
setPointerCapture(pointerId: number): void;
|
|
1706
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1845
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1707
1846
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1847
|
+
get textContent(): string;
|
|
1848
|
+
set textContent(value: string | null);
|
|
1708
1849
|
readonly baseURI: string;
|
|
1709
1850
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1710
1851
|
readonly firstChild: ChildNode | null;
|
|
@@ -1717,22 +1858,21 @@ declare const Checkbox_base: {
|
|
|
1717
1858
|
readonly parentElement: HTMLElement | null;
|
|
1718
1859
|
readonly parentNode: ParentNode | null;
|
|
1719
1860
|
readonly previousSibling: ChildNode | null;
|
|
1720
|
-
textContent: string | null;
|
|
1721
1861
|
appendChild<T extends Node>(node: T): T;
|
|
1722
|
-
cloneNode(
|
|
1862
|
+
cloneNode(subtree?: boolean): Node;
|
|
1723
1863
|
compareDocumentPosition(other: Node): number;
|
|
1724
1864
|
contains(other: Node | null): boolean;
|
|
1725
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1865
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1726
1866
|
hasChildNodes(): boolean;
|
|
1727
|
-
insertBefore<
|
|
1867
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1728
1868
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1729
1869
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1730
1870
|
isSameNode(otherNode: Node | null): boolean;
|
|
1731
1871
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1732
1872
|
lookupPrefix(namespace: string | null): string | null;
|
|
1733
1873
|
normalize(): void;
|
|
1734
|
-
removeChild<
|
|
1735
|
-
replaceChild<
|
|
1874
|
+
removeChild<T extends Node>(child: T): T;
|
|
1875
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1736
1876
|
readonly ELEMENT_NODE: 1;
|
|
1737
1877
|
readonly ATTRIBUTE_NODE: 2;
|
|
1738
1878
|
readonly TEXT_NODE: 3;
|
|
@@ -1752,35 +1892,49 @@ declare const Checkbox_base: {
|
|
|
1752
1892
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1753
1893
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1754
1894
|
dispatchEvent(event: Event): boolean;
|
|
1895
|
+
ariaActiveDescendantElement: Element | null;
|
|
1755
1896
|
ariaAtomic: string | null;
|
|
1756
1897
|
ariaAutoComplete: string | null;
|
|
1898
|
+
ariaBrailleLabel: string | null;
|
|
1899
|
+
ariaBrailleRoleDescription: string | null;
|
|
1757
1900
|
ariaBusy: string | null;
|
|
1758
1901
|
ariaChecked: string | null;
|
|
1759
1902
|
ariaColCount: string | null;
|
|
1760
1903
|
ariaColIndex: string | null;
|
|
1904
|
+
ariaColIndexText: string | null;
|
|
1761
1905
|
ariaColSpan: string | null;
|
|
1906
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1762
1907
|
ariaCurrent: string | null;
|
|
1908
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1909
|
+
ariaDescription: string | null;
|
|
1910
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1763
1911
|
ariaDisabled: string | null;
|
|
1912
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1764
1913
|
ariaExpanded: string | null;
|
|
1914
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1765
1915
|
ariaHasPopup: string | null;
|
|
1766
1916
|
ariaHidden: string | null;
|
|
1767
1917
|
ariaInvalid: string | null;
|
|
1768
1918
|
ariaKeyShortcuts: string | null;
|
|
1769
1919
|
ariaLabel: string | null;
|
|
1920
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1770
1921
|
ariaLevel: string | null;
|
|
1771
1922
|
ariaLive: string | null;
|
|
1772
1923
|
ariaModal: string | null;
|
|
1773
1924
|
ariaMultiLine: string | null;
|
|
1774
1925
|
ariaMultiSelectable: string | null;
|
|
1775
1926
|
ariaOrientation: string | null;
|
|
1927
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1776
1928
|
ariaPlaceholder: string | null;
|
|
1777
1929
|
ariaPosInSet: string | null;
|
|
1778
1930
|
ariaPressed: string | null;
|
|
1779
1931
|
ariaReadOnly: string | null;
|
|
1932
|
+
ariaRelevant: string | null;
|
|
1780
1933
|
ariaRequired: string | null;
|
|
1781
1934
|
ariaRoleDescription: string | null;
|
|
1782
1935
|
ariaRowCount: string | null;
|
|
1783
1936
|
ariaRowIndex: string | null;
|
|
1937
|
+
ariaRowIndexText: string | null;
|
|
1784
1938
|
ariaRowSpan: string | null;
|
|
1785
1939
|
ariaSelected: string | null;
|
|
1786
1940
|
ariaSetSize: string | null;
|
|
@@ -1790,34 +1944,35 @@ declare const Checkbox_base: {
|
|
|
1790
1944
|
ariaValueNow: string | null;
|
|
1791
1945
|
ariaValueText: string | null;
|
|
1792
1946
|
role: string | null;
|
|
1793
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1794
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1795
|
-
after(...nodes: (
|
|
1796
|
-
before(...nodes: (
|
|
1947
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1948
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1949
|
+
after(...nodes: (Node | string)[]): void;
|
|
1950
|
+
before(...nodes: (Node | string)[]): void;
|
|
1797
1951
|
remove(): void;
|
|
1798
|
-
replaceWith(...nodes: (
|
|
1799
|
-
innerHTML: string;
|
|
1952
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1800
1953
|
readonly nextElementSibling: Element | null;
|
|
1801
1954
|
readonly previousElementSibling: Element | null;
|
|
1802
1955
|
readonly childElementCount: number;
|
|
1803
1956
|
readonly children: HTMLCollection;
|
|
1804
1957
|
readonly firstElementChild: Element | null;
|
|
1805
1958
|
readonly lastElementChild: Element | null;
|
|
1806
|
-
append(...nodes: (
|
|
1807
|
-
prepend(...nodes: (
|
|
1808
|
-
querySelector<
|
|
1809
|
-
querySelector<
|
|
1810
|
-
querySelector<
|
|
1811
|
-
querySelector<
|
|
1812
|
-
querySelector<
|
|
1813
|
-
querySelectorAll<
|
|
1814
|
-
querySelectorAll<
|
|
1815
|
-
querySelectorAll<
|
|
1816
|
-
querySelectorAll<
|
|
1817
|
-
querySelectorAll<
|
|
1818
|
-
replaceChildren(...nodes: (
|
|
1959
|
+
append(...nodes: (Node | string)[]): void;
|
|
1960
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1961
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1962
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1963
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1964
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1965
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1966
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1967
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1968
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1969
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1970
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1971
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1819
1972
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1820
|
-
readonly
|
|
1973
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1974
|
+
get style(): CSSStyleDeclaration;
|
|
1975
|
+
set style(cssText: string);
|
|
1821
1976
|
contentEditable: string;
|
|
1822
1977
|
enterKeyHint: string;
|
|
1823
1978
|
inputMode: string;
|
|
@@ -1827,16 +1982,20 @@ declare const Checkbox_base: {
|
|
|
1827
1982
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1828
1983
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1829
1984
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1830
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1985
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1831
1986
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1987
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1988
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1832
1989
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1833
1990
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1834
1991
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1835
1992
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1836
1993
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1837
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1994
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1838
1995
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1839
|
-
|
|
1996
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1997
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1998
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1840
1999
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1841
2000
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1842
2001
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1883,12 +2042,14 @@ declare const Checkbox_base: {
|
|
|
1883
2042
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1884
2043
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1885
2044
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2045
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1886
2046
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1887
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2047
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1888
2048
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1889
2049
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1890
2050
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1891
2051
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2052
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1892
2053
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1893
2054
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1894
2055
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1900,7 +2061,7 @@ declare const Checkbox_base: {
|
|
|
1900
2061
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1901
2062
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1902
2063
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1903
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2064
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1904
2065
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1905
2066
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1906
2067
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1918,14 +2079,10 @@ declare const Checkbox_base: {
|
|
|
1918
2079
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1919
2080
|
autofocus: boolean;
|
|
1920
2081
|
readonly dataset: DOMStringMap;
|
|
1921
|
-
nonce?: string
|
|
2082
|
+
nonce?: string;
|
|
1922
2083
|
tabIndex: number;
|
|
1923
2084
|
blur(): void;
|
|
1924
|
-
focus(options?: FocusOptions
|
|
1925
|
-
ariaColIndexText: string | null;
|
|
1926
|
-
ariaDescription: string | null;
|
|
1927
|
-
ariaRowIndexText: string | null;
|
|
1928
|
-
ariaRelevant: string | null;
|
|
2085
|
+
focus(options?: FocusOptions): void;
|
|
1929
2086
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1930
2087
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1931
2088
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1968,7 +2125,7 @@ declare const Checkbox_base: {
|
|
|
1968
2125
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1969
2126
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1970
2127
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1971
|
-
"__#
|
|
2128
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1972
2129
|
newPropertyName: string;
|
|
1973
2130
|
deprecatedPropertyName: string;
|
|
1974
2131
|
fromDeprecated: (v: any) => any;
|
|
@@ -1982,22 +2139,25 @@ declare const Checkbox_base: {
|
|
|
1982
2139
|
defaultCheckedChanged(): void;
|
|
1983
2140
|
checked: boolean;
|
|
1984
2141
|
checkedChanged(prev: boolean | undefined, _next: boolean): void;
|
|
1985
|
-
checkedAttribute: boolean;
|
|
1986
|
-
|
|
2142
|
+
get checkedAttribute(): boolean;
|
|
2143
|
+
set checkedAttribute(value: boolean);
|
|
2144
|
+
get currentChecked(): boolean;
|
|
2145
|
+
set currentChecked(value: boolean);
|
|
1987
2146
|
updateForm(): void;
|
|
1988
2147
|
connectedCallback(): void;
|
|
1989
2148
|
formResetCallback(): void;
|
|
1990
|
-
proxy: import(
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
2149
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
2150
|
+
get validity(): ValidityState;
|
|
2151
|
+
get form(): HTMLFormElement | null;
|
|
2152
|
+
get validationMessage(): string;
|
|
2153
|
+
get willValidate(): boolean;
|
|
2154
|
+
get labels(): ReadonlyArray<Node>;
|
|
1996
2155
|
dirtyValue: boolean;
|
|
1997
|
-
proxySlot?: HTMLSlotElement
|
|
2156
|
+
proxySlot?: HTMLSlotElement;
|
|
1998
2157
|
value: string;
|
|
1999
2158
|
valueChanged(_previous: string, _next: string): void;
|
|
2000
|
-
currentValue: string;
|
|
2159
|
+
get currentValue(): string;
|
|
2160
|
+
set currentValue(value: string);
|
|
2001
2161
|
initialValue: string;
|
|
2002
2162
|
initialValueChanged(_previous: string, _next: string): void;
|
|
2003
2163
|
disabled: boolean;
|
|
@@ -2006,27 +2166,28 @@ declare const Checkbox_base: {
|
|
|
2006
2166
|
nameChanged(_previous: string, _next: string): void;
|
|
2007
2167
|
required: boolean;
|
|
2008
2168
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2009
|
-
|
|
2169
|
+
get elementInternals(): ElementInternals | null;
|
|
2010
2170
|
proxyEventsToBlock: string[];
|
|
2011
2171
|
disconnectedCallback: (() => void) & (() => void);
|
|
2012
2172
|
checkValidity(): boolean;
|
|
2013
2173
|
reportValidity(): boolean;
|
|
2014
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
2174
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
2015
2175
|
formDisabledCallback(disabled: boolean): void;
|
|
2016
2176
|
proxyInitialized: boolean;
|
|
2017
2177
|
attachProxy(): void;
|
|
2018
2178
|
detachProxy(): void;
|
|
2019
|
-
validate(anchor?: HTMLElement
|
|
2020
|
-
setFormValue(value:
|
|
2179
|
+
validate(anchor?: HTMLElement): void;
|
|
2180
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
2021
2181
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2022
2182
|
stopPropagation(e: Event): void;
|
|
2023
|
-
_vividAriaBehaviour: import(
|
|
2024
|
-
readonly $fastController: import(
|
|
2025
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2183
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin.js').VividAriaBehaviour;
|
|
2184
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2185
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2026
2186
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2027
2187
|
accessKey: string;
|
|
2028
2188
|
readonly accessKeyLabel: string;
|
|
2029
2189
|
autocapitalize: string;
|
|
2190
|
+
autocorrect: boolean;
|
|
2030
2191
|
dir: string;
|
|
2031
2192
|
draggable: boolean;
|
|
2032
2193
|
hidden: boolean;
|
|
@@ -2039,30 +2200,39 @@ declare const Checkbox_base: {
|
|
|
2039
2200
|
readonly offsetTop: number;
|
|
2040
2201
|
readonly offsetWidth: number;
|
|
2041
2202
|
outerText: string;
|
|
2203
|
+
popover: string | null;
|
|
2042
2204
|
spellcheck: boolean;
|
|
2043
2205
|
title: string;
|
|
2044
2206
|
translate: boolean;
|
|
2207
|
+
writingSuggestions: string;
|
|
2045
2208
|
attachInternals(): ElementInternals;
|
|
2046
2209
|
click(): void;
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2210
|
+
hidePopover(): void;
|
|
2211
|
+
showPopover(): void;
|
|
2212
|
+
togglePopover(options?: boolean): boolean;
|
|
2213
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2214
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2215
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2216
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2051
2217
|
readonly attributes: NamedNodeMap;
|
|
2052
|
-
|
|
2218
|
+
get classList(): DOMTokenList;
|
|
2219
|
+
set classList(value: string);
|
|
2053
2220
|
className: string;
|
|
2054
2221
|
readonly clientHeight: number;
|
|
2055
2222
|
readonly clientLeft: number;
|
|
2056
2223
|
readonly clientTop: number;
|
|
2057
2224
|
readonly clientWidth: number;
|
|
2225
|
+
readonly currentCSSZoom: number;
|
|
2058
2226
|
id: string;
|
|
2227
|
+
innerHTML: string;
|
|
2059
2228
|
readonly localName: string;
|
|
2060
2229
|
readonly namespaceURI: string | null;
|
|
2061
2230
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2062
2231
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2063
2232
|
outerHTML: string;
|
|
2064
2233
|
readonly ownerDocument: Document;
|
|
2065
|
-
|
|
2234
|
+
get part(): DOMTokenList;
|
|
2235
|
+
set part(value: string);
|
|
2066
2236
|
readonly prefix: string | null;
|
|
2067
2237
|
readonly scrollHeight: number;
|
|
2068
2238
|
scrollLeft: number;
|
|
@@ -2072,11 +2242,12 @@ declare const Checkbox_base: {
|
|
|
2072
2242
|
slot: string;
|
|
2073
2243
|
readonly tagName: string;
|
|
2074
2244
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2075
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2076
|
-
closest<
|
|
2077
|
-
closest<
|
|
2078
|
-
closest<
|
|
2079
|
-
closest<
|
|
2245
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2246
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2247
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2248
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2249
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2250
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2080
2251
|
getAttribute(qualifiedName: string): string | null;
|
|
2081
2252
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2082
2253
|
getAttributeNames(): string[];
|
|
@@ -2085,43 +2256,47 @@ declare const Checkbox_base: {
|
|
|
2085
2256
|
getBoundingClientRect(): DOMRect;
|
|
2086
2257
|
getClientRects(): DOMRectList;
|
|
2087
2258
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2088
|
-
getElementsByTagName<
|
|
2089
|
-
getElementsByTagName<
|
|
2090
|
-
getElementsByTagName<
|
|
2091
|
-
getElementsByTagName<
|
|
2259
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2260
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2261
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2262
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2092
2263
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2093
2264
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2094
2265
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2095
2266
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2096
2267
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2268
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2097
2269
|
hasAttribute(qualifiedName: string): boolean;
|
|
2098
2270
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2099
2271
|
hasAttributes(): boolean;
|
|
2100
2272
|
hasPointerCapture(pointerId: number): boolean;
|
|
2101
2273
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2102
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2274
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2103
2275
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2104
2276
|
matches(selectors: string): boolean;
|
|
2105
2277
|
releasePointerCapture(pointerId: number): void;
|
|
2106
2278
|
removeAttribute(qualifiedName: string): void;
|
|
2107
2279
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2108
2280
|
removeAttributeNode(attr: Attr): Attr;
|
|
2109
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2110
|
-
requestPointerLock(): void
|
|
2111
|
-
scroll(options?: ScrollToOptions
|
|
2281
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2282
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2283
|
+
scroll(options?: ScrollToOptions): void;
|
|
2112
2284
|
scroll(x: number, y: number): void;
|
|
2113
|
-
scrollBy(options?: ScrollToOptions
|
|
2285
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2114
2286
|
scrollBy(x: number, y: number): void;
|
|
2115
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2116
|
-
scrollTo(options?: ScrollToOptions
|
|
2287
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2288
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2117
2289
|
scrollTo(x: number, y: number): void;
|
|
2118
2290
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2119
2291
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2120
2292
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2121
2293
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2294
|
+
setHTMLUnsafe(html: string): void;
|
|
2122
2295
|
setPointerCapture(pointerId: number): void;
|
|
2123
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2296
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2124
2297
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2298
|
+
get textContent(): string;
|
|
2299
|
+
set textContent(value: string | null);
|
|
2125
2300
|
readonly baseURI: string;
|
|
2126
2301
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2127
2302
|
readonly firstChild: ChildNode | null;
|
|
@@ -2134,22 +2309,21 @@ declare const Checkbox_base: {
|
|
|
2134
2309
|
readonly parentElement: HTMLElement | null;
|
|
2135
2310
|
readonly parentNode: ParentNode | null;
|
|
2136
2311
|
readonly previousSibling: ChildNode | null;
|
|
2137
|
-
textContent: string | null;
|
|
2138
2312
|
appendChild<T extends Node>(node: T): T;
|
|
2139
|
-
cloneNode(
|
|
2313
|
+
cloneNode(subtree?: boolean): Node;
|
|
2140
2314
|
compareDocumentPosition(other: Node): number;
|
|
2141
2315
|
contains(other: Node | null): boolean;
|
|
2142
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2316
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2143
2317
|
hasChildNodes(): boolean;
|
|
2144
|
-
insertBefore<
|
|
2318
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2145
2319
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2146
2320
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2147
2321
|
isSameNode(otherNode: Node | null): boolean;
|
|
2148
2322
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2149
2323
|
lookupPrefix(namespace: string | null): string | null;
|
|
2150
2324
|
normalize(): void;
|
|
2151
|
-
removeChild<
|
|
2152
|
-
replaceChild<
|
|
2325
|
+
removeChild<T extends Node>(child: T): T;
|
|
2326
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2153
2327
|
readonly ELEMENT_NODE: 1;
|
|
2154
2328
|
readonly ATTRIBUTE_NODE: 2;
|
|
2155
2329
|
readonly TEXT_NODE: 3;
|
|
@@ -2169,35 +2343,49 @@ declare const Checkbox_base: {
|
|
|
2169
2343
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2170
2344
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2171
2345
|
dispatchEvent(event: Event): boolean;
|
|
2346
|
+
ariaActiveDescendantElement: Element | null;
|
|
2172
2347
|
ariaAtomic: string | null;
|
|
2173
2348
|
ariaAutoComplete: string | null;
|
|
2349
|
+
ariaBrailleLabel: string | null;
|
|
2350
|
+
ariaBrailleRoleDescription: string | null;
|
|
2174
2351
|
ariaBusy: string | null;
|
|
2175
2352
|
ariaChecked: string | null;
|
|
2176
2353
|
ariaColCount: string | null;
|
|
2177
2354
|
ariaColIndex: string | null;
|
|
2355
|
+
ariaColIndexText: string | null;
|
|
2178
2356
|
ariaColSpan: string | null;
|
|
2357
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2179
2358
|
ariaCurrent: string | null;
|
|
2359
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2360
|
+
ariaDescription: string | null;
|
|
2361
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2180
2362
|
ariaDisabled: string | null;
|
|
2363
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2181
2364
|
ariaExpanded: string | null;
|
|
2365
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2182
2366
|
ariaHasPopup: string | null;
|
|
2183
2367
|
ariaHidden: string | null;
|
|
2184
2368
|
ariaInvalid: string | null;
|
|
2185
2369
|
ariaKeyShortcuts: string | null;
|
|
2186
2370
|
ariaLabel: string | null;
|
|
2371
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2187
2372
|
ariaLevel: string | null;
|
|
2188
2373
|
ariaLive: string | null;
|
|
2189
2374
|
ariaModal: string | null;
|
|
2190
2375
|
ariaMultiLine: string | null;
|
|
2191
2376
|
ariaMultiSelectable: string | null;
|
|
2192
2377
|
ariaOrientation: string | null;
|
|
2378
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2193
2379
|
ariaPlaceholder: string | null;
|
|
2194
2380
|
ariaPosInSet: string | null;
|
|
2195
2381
|
ariaPressed: string | null;
|
|
2196
2382
|
ariaReadOnly: string | null;
|
|
2383
|
+
ariaRelevant: string | null;
|
|
2197
2384
|
ariaRequired: string | null;
|
|
2198
2385
|
ariaRoleDescription: string | null;
|
|
2199
2386
|
ariaRowCount: string | null;
|
|
2200
2387
|
ariaRowIndex: string | null;
|
|
2388
|
+
ariaRowIndexText: string | null;
|
|
2201
2389
|
ariaRowSpan: string | null;
|
|
2202
2390
|
ariaSelected: string | null;
|
|
2203
2391
|
ariaSetSize: string | null;
|
|
@@ -2207,34 +2395,35 @@ declare const Checkbox_base: {
|
|
|
2207
2395
|
ariaValueNow: string | null;
|
|
2208
2396
|
ariaValueText: string | null;
|
|
2209
2397
|
role: string | null;
|
|
2210
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2211
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2212
|
-
after(...nodes: (
|
|
2213
|
-
before(...nodes: (
|
|
2398
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2399
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2400
|
+
after(...nodes: (Node | string)[]): void;
|
|
2401
|
+
before(...nodes: (Node | string)[]): void;
|
|
2214
2402
|
remove(): void;
|
|
2215
|
-
replaceWith(...nodes: (
|
|
2216
|
-
innerHTML: string;
|
|
2403
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2217
2404
|
readonly nextElementSibling: Element | null;
|
|
2218
2405
|
readonly previousElementSibling: Element | null;
|
|
2219
2406
|
readonly childElementCount: number;
|
|
2220
2407
|
readonly children: HTMLCollection;
|
|
2221
2408
|
readonly firstElementChild: Element | null;
|
|
2222
2409
|
readonly lastElementChild: Element | null;
|
|
2223
|
-
append(...nodes: (
|
|
2224
|
-
prepend(...nodes: (
|
|
2225
|
-
querySelector<
|
|
2226
|
-
querySelector<
|
|
2227
|
-
querySelector<
|
|
2228
|
-
querySelector<
|
|
2229
|
-
querySelector<
|
|
2230
|
-
querySelectorAll<
|
|
2231
|
-
querySelectorAll<
|
|
2232
|
-
querySelectorAll<
|
|
2233
|
-
querySelectorAll<
|
|
2234
|
-
querySelectorAll<
|
|
2235
|
-
replaceChildren(...nodes: (
|
|
2410
|
+
append(...nodes: (Node | string)[]): void;
|
|
2411
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2412
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2413
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2414
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2415
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2416
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2417
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2418
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2419
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2420
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2421
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2422
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2236
2423
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2237
|
-
readonly
|
|
2424
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2425
|
+
get style(): CSSStyleDeclaration;
|
|
2426
|
+
set style(cssText: string);
|
|
2238
2427
|
contentEditable: string;
|
|
2239
2428
|
enterKeyHint: string;
|
|
2240
2429
|
inputMode: string;
|
|
@@ -2244,16 +2433,20 @@ declare const Checkbox_base: {
|
|
|
2244
2433
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2245
2434
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2246
2435
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2247
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2436
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2248
2437
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2438
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2439
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2249
2440
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2250
2441
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2251
2442
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2252
2443
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2253
2444
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2254
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2445
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2255
2446
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2256
|
-
|
|
2447
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2448
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2449
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2257
2450
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2258
2451
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2259
2452
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2300,12 +2493,14 @@ declare const Checkbox_base: {
|
|
|
2300
2493
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2301
2494
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2302
2495
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2496
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2303
2497
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2304
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2498
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2305
2499
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2306
2500
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2307
2501
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2308
2502
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2503
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2309
2504
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2310
2505
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2311
2506
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2317,7 +2512,7 @@ declare const Checkbox_base: {
|
|
|
2317
2512
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2318
2513
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2319
2514
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2320
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2515
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2321
2516
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2322
2517
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2323
2518
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2335,14 +2530,10 @@ declare const Checkbox_base: {
|
|
|
2335
2530
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2336
2531
|
autofocus: boolean;
|
|
2337
2532
|
readonly dataset: DOMStringMap;
|
|
2338
|
-
nonce?: string
|
|
2533
|
+
nonce?: string;
|
|
2339
2534
|
tabIndex: number;
|
|
2340
2535
|
blur(): void;
|
|
2341
|
-
focus(options?: FocusOptions
|
|
2342
|
-
ariaColIndexText: string | null;
|
|
2343
|
-
ariaDescription: string | null;
|
|
2344
|
-
ariaRowIndexText: string | null;
|
|
2345
|
-
ariaRelevant: string | null;
|
|
2536
|
+
focus(options?: FocusOptions): void;
|
|
2346
2537
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2347
2538
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2348
2539
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2385,14 +2576,14 @@ declare const Checkbox_base: {
|
|
|
2385
2576
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2386
2577
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2387
2578
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2388
|
-
"__#
|
|
2579
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2389
2580
|
newPropertyName: string;
|
|
2390
2581
|
deprecatedPropertyName: string;
|
|
2391
2582
|
fromDeprecated: (v: any) => any;
|
|
2392
2583
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2393
2584
|
}): void;
|
|
2394
2585
|
};
|
|
2395
|
-
|
|
2586
|
+
get formAssociated(): boolean;
|
|
2396
2587
|
} & typeof VividElement;
|
|
2397
2588
|
export declare class Checkbox extends Checkbox_base {
|
|
2398
2589
|
tabindex: string | null;
|