@vonage/vivid 5.11.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 +2505 -2445
- 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 +5 -5
- 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,34 +1,35 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { Appearance, Shape, Size } from '../enums';
|
|
2
|
+
import { ExtractFromEnum } from '../../shared/utils/enums';
|
|
3
3
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
4
4
|
export type NumberFieldAppearance = ExtractFromEnum<Appearance, Appearance.Fieldset | Appearance.Ghost>;
|
|
5
5
|
export type NumberFieldShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
6
6
|
export type NumberFieldSize = ExtractFromEnum<Size, Size.Condensed | Size.Normal>;
|
|
7
7
|
declare const NumberField_base: {
|
|
8
8
|
new (...args: any[]): {
|
|
9
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
10
|
-
|
|
9
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
10
|
+
get _hasContextualHelp(): boolean;
|
|
11
11
|
_isFromContextualHelp(e: Event): boolean;
|
|
12
|
-
label?: string
|
|
12
|
+
label?: string;
|
|
13
13
|
errorValidationMessage: string;
|
|
14
14
|
forceErrorDisplay: boolean;
|
|
15
15
|
hasBeenTouched: boolean;
|
|
16
16
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
17
|
-
"__#
|
|
17
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
18
18
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
19
19
|
formResetCallback: (() => void) & (() => void);
|
|
20
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
21
|
-
proxy: import(
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
21
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
22
|
+
get validity(): ValidityState;
|
|
23
|
+
get form(): HTMLFormElement | null;
|
|
24
|
+
get validationMessage(): string;
|
|
25
|
+
get willValidate(): boolean;
|
|
26
|
+
get labels(): ReadonlyArray<Node>;
|
|
27
27
|
dirtyValue: boolean;
|
|
28
|
-
proxySlot?: HTMLSlotElement
|
|
28
|
+
proxySlot?: HTMLSlotElement;
|
|
29
29
|
value: string;
|
|
30
30
|
valueChanged(_previous: string, _next: string): void;
|
|
31
|
-
currentValue: string;
|
|
31
|
+
get currentValue(): string;
|
|
32
|
+
set currentValue(value: string);
|
|
32
33
|
initialValue: string;
|
|
33
34
|
initialValueChanged(_previous: string, _next: string): void;
|
|
34
35
|
disabled: boolean;
|
|
@@ -37,25 +38,26 @@ declare const NumberField_base: {
|
|
|
37
38
|
nameChanged(_previous: string, _next: string): void;
|
|
38
39
|
required: boolean;
|
|
39
40
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
40
|
-
|
|
41
|
+
get elementInternals(): ElementInternals | null;
|
|
41
42
|
proxyEventsToBlock: string[];
|
|
42
43
|
checkValidity(): boolean;
|
|
43
44
|
reportValidity(): boolean;
|
|
44
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
45
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
45
46
|
formDisabledCallback(disabled: boolean): void;
|
|
46
47
|
proxyInitialized: boolean;
|
|
47
48
|
attachProxy(): void;
|
|
48
49
|
detachProxy(): void;
|
|
49
|
-
setFormValue(value:
|
|
50
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
50
51
|
_keypressHandler(e: KeyboardEvent): void;
|
|
51
52
|
stopPropagation(e: Event): void;
|
|
52
|
-
_vividAriaBehaviour: import(
|
|
53
|
-
readonly $fastController: import(
|
|
54
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
53
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
54
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
55
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
55
56
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
56
57
|
accessKey: string;
|
|
57
58
|
readonly accessKeyLabel: string;
|
|
58
59
|
autocapitalize: string;
|
|
60
|
+
autocorrect: boolean;
|
|
59
61
|
dir: string;
|
|
60
62
|
draggable: boolean;
|
|
61
63
|
hidden: boolean;
|
|
@@ -68,30 +70,39 @@ declare const NumberField_base: {
|
|
|
68
70
|
readonly offsetTop: number;
|
|
69
71
|
readonly offsetWidth: number;
|
|
70
72
|
outerText: string;
|
|
73
|
+
popover: string | null;
|
|
71
74
|
spellcheck: boolean;
|
|
72
75
|
title: string;
|
|
73
76
|
translate: boolean;
|
|
77
|
+
writingSuggestions: string;
|
|
74
78
|
attachInternals(): ElementInternals;
|
|
75
79
|
click(): void;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
+
hidePopover(): void;
|
|
81
|
+
showPopover(): void;
|
|
82
|
+
togglePopover(options?: boolean): boolean;
|
|
83
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
84
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
85
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
86
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
80
87
|
readonly attributes: NamedNodeMap;
|
|
81
|
-
|
|
88
|
+
get classList(): DOMTokenList;
|
|
89
|
+
set classList(value: string);
|
|
82
90
|
className: string;
|
|
83
91
|
readonly clientHeight: number;
|
|
84
92
|
readonly clientLeft: number;
|
|
85
93
|
readonly clientTop: number;
|
|
86
94
|
readonly clientWidth: number;
|
|
95
|
+
readonly currentCSSZoom: number;
|
|
87
96
|
id: string;
|
|
97
|
+
innerHTML: string;
|
|
88
98
|
readonly localName: string;
|
|
89
99
|
readonly namespaceURI: string | null;
|
|
90
100
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
91
101
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
92
102
|
outerHTML: string;
|
|
93
103
|
readonly ownerDocument: Document;
|
|
94
|
-
|
|
104
|
+
get part(): DOMTokenList;
|
|
105
|
+
set part(value: string);
|
|
95
106
|
readonly prefix: string | null;
|
|
96
107
|
readonly scrollHeight: number;
|
|
97
108
|
scrollLeft: number;
|
|
@@ -101,11 +112,12 @@ declare const NumberField_base: {
|
|
|
101
112
|
slot: string;
|
|
102
113
|
readonly tagName: string;
|
|
103
114
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
104
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
105
|
-
closest<
|
|
106
|
-
closest<
|
|
107
|
-
closest<
|
|
115
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
116
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
117
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
118
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
108
119
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
120
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
109
121
|
getAttribute(qualifiedName: string): string | null;
|
|
110
122
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
111
123
|
getAttributeNames(): string[];
|
|
@@ -114,43 +126,47 @@ declare const NumberField_base: {
|
|
|
114
126
|
getBoundingClientRect(): DOMRect;
|
|
115
127
|
getClientRects(): DOMRectList;
|
|
116
128
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
117
|
-
getElementsByTagName<
|
|
118
|
-
getElementsByTagName<
|
|
119
|
-
getElementsByTagName<
|
|
120
|
-
getElementsByTagName<
|
|
129
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
130
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
131
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
132
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
121
133
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
122
134
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
123
135
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
124
136
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
125
137
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
138
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
126
139
|
hasAttribute(qualifiedName: string): boolean;
|
|
127
140
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
128
141
|
hasAttributes(): boolean;
|
|
129
142
|
hasPointerCapture(pointerId: number): boolean;
|
|
130
143
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
131
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
144
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
132
145
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
133
146
|
matches(selectors: string): boolean;
|
|
134
147
|
releasePointerCapture(pointerId: number): void;
|
|
135
148
|
removeAttribute(qualifiedName: string): void;
|
|
136
149
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
137
150
|
removeAttributeNode(attr: Attr): Attr;
|
|
138
|
-
requestFullscreen(options?: FullscreenOptions
|
|
139
|
-
requestPointerLock(): void
|
|
140
|
-
scroll(options?: ScrollToOptions
|
|
151
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
152
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
153
|
+
scroll(options?: ScrollToOptions): void;
|
|
141
154
|
scroll(x: number, y: number): void;
|
|
142
|
-
scrollBy(options?: ScrollToOptions
|
|
155
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
143
156
|
scrollBy(x: number, y: number): void;
|
|
144
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
145
|
-
scrollTo(options?: ScrollToOptions
|
|
157
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
158
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
146
159
|
scrollTo(x: number, y: number): void;
|
|
147
160
|
setAttribute(qualifiedName: string, value: string): void;
|
|
148
161
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
149
162
|
setAttributeNode(attr: Attr): Attr | null;
|
|
150
163
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
164
|
+
setHTMLUnsafe(html: string): void;
|
|
151
165
|
setPointerCapture(pointerId: number): void;
|
|
152
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
166
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
153
167
|
webkitMatchesSelector(selectors: string): boolean;
|
|
168
|
+
get textContent(): string;
|
|
169
|
+
set textContent(value: string | null);
|
|
154
170
|
readonly baseURI: string;
|
|
155
171
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
156
172
|
readonly firstChild: ChildNode | null;
|
|
@@ -163,22 +179,21 @@ declare const NumberField_base: {
|
|
|
163
179
|
readonly parentElement: HTMLElement | null;
|
|
164
180
|
readonly parentNode: ParentNode | null;
|
|
165
181
|
readonly previousSibling: ChildNode | null;
|
|
166
|
-
textContent: string | null;
|
|
167
182
|
appendChild<T extends Node>(node: T): T;
|
|
168
|
-
cloneNode(
|
|
183
|
+
cloneNode(subtree?: boolean): Node;
|
|
169
184
|
compareDocumentPosition(other: Node): number;
|
|
170
185
|
contains(other: Node | null): boolean;
|
|
171
|
-
getRootNode(options?: GetRootNodeOptions
|
|
186
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
172
187
|
hasChildNodes(): boolean;
|
|
173
|
-
insertBefore<
|
|
188
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
174
189
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
175
190
|
isEqualNode(otherNode: Node | null): boolean;
|
|
176
191
|
isSameNode(otherNode: Node | null): boolean;
|
|
177
192
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
178
193
|
lookupPrefix(namespace: string | null): string | null;
|
|
179
194
|
normalize(): void;
|
|
180
|
-
removeChild<
|
|
181
|
-
replaceChild<
|
|
195
|
+
removeChild<T extends Node>(child: T): T;
|
|
196
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
182
197
|
readonly ELEMENT_NODE: 1;
|
|
183
198
|
readonly ATTRIBUTE_NODE: 2;
|
|
184
199
|
readonly TEXT_NODE: 3;
|
|
@@ -198,35 +213,49 @@ declare const NumberField_base: {
|
|
|
198
213
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
199
214
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
200
215
|
dispatchEvent(event: Event): boolean;
|
|
216
|
+
ariaActiveDescendantElement: Element | null;
|
|
201
217
|
ariaAtomic: string | null;
|
|
202
218
|
ariaAutoComplete: string | null;
|
|
219
|
+
ariaBrailleLabel: string | null;
|
|
220
|
+
ariaBrailleRoleDescription: string | null;
|
|
203
221
|
ariaBusy: string | null;
|
|
204
222
|
ariaChecked: string | null;
|
|
205
223
|
ariaColCount: string | null;
|
|
206
224
|
ariaColIndex: string | null;
|
|
225
|
+
ariaColIndexText: string | null;
|
|
207
226
|
ariaColSpan: string | null;
|
|
227
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
208
228
|
ariaCurrent: string | null;
|
|
229
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
230
|
+
ariaDescription: string | null;
|
|
231
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
209
232
|
ariaDisabled: string | null;
|
|
233
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
210
234
|
ariaExpanded: string | null;
|
|
235
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
211
236
|
ariaHasPopup: string | null;
|
|
212
237
|
ariaHidden: string | null;
|
|
213
238
|
ariaInvalid: string | null;
|
|
214
239
|
ariaKeyShortcuts: string | null;
|
|
215
240
|
ariaLabel: string | null;
|
|
241
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
216
242
|
ariaLevel: string | null;
|
|
217
243
|
ariaLive: string | null;
|
|
218
244
|
ariaModal: string | null;
|
|
219
245
|
ariaMultiLine: string | null;
|
|
220
246
|
ariaMultiSelectable: string | null;
|
|
221
247
|
ariaOrientation: string | null;
|
|
248
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
222
249
|
ariaPlaceholder: string | null;
|
|
223
250
|
ariaPosInSet: string | null;
|
|
224
251
|
ariaPressed: string | null;
|
|
225
252
|
ariaReadOnly: string | null;
|
|
253
|
+
ariaRelevant: string | null;
|
|
226
254
|
ariaRequired: string | null;
|
|
227
255
|
ariaRoleDescription: string | null;
|
|
228
256
|
ariaRowCount: string | null;
|
|
229
257
|
ariaRowIndex: string | null;
|
|
258
|
+
ariaRowIndexText: string | null;
|
|
230
259
|
ariaRowSpan: string | null;
|
|
231
260
|
ariaSelected: string | null;
|
|
232
261
|
ariaSetSize: string | null;
|
|
@@ -236,34 +265,35 @@ declare const NumberField_base: {
|
|
|
236
265
|
ariaValueNow: string | null;
|
|
237
266
|
ariaValueText: string | null;
|
|
238
267
|
role: string | null;
|
|
239
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
240
|
-
getAnimations(options?: GetAnimationsOptions
|
|
241
|
-
after(...nodes: (
|
|
242
|
-
before(...nodes: (
|
|
268
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
269
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
270
|
+
after(...nodes: (Node | string)[]): void;
|
|
271
|
+
before(...nodes: (Node | string)[]): void;
|
|
243
272
|
remove(): void;
|
|
244
|
-
replaceWith(...nodes: (
|
|
245
|
-
innerHTML: string;
|
|
273
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
246
274
|
readonly nextElementSibling: Element | null;
|
|
247
275
|
readonly previousElementSibling: Element | null;
|
|
248
276
|
readonly childElementCount: number;
|
|
249
277
|
readonly children: HTMLCollection;
|
|
250
278
|
readonly firstElementChild: Element | null;
|
|
251
279
|
readonly lastElementChild: Element | null;
|
|
252
|
-
append(...nodes: (
|
|
253
|
-
prepend(...nodes: (
|
|
254
|
-
querySelector<
|
|
255
|
-
querySelector<
|
|
256
|
-
querySelector<
|
|
257
|
-
querySelector<
|
|
258
|
-
querySelector<
|
|
259
|
-
querySelectorAll<
|
|
260
|
-
querySelectorAll<
|
|
261
|
-
querySelectorAll<
|
|
262
|
-
querySelectorAll<
|
|
263
|
-
querySelectorAll<
|
|
264
|
-
replaceChildren(...nodes: (
|
|
280
|
+
append(...nodes: (Node | string)[]): void;
|
|
281
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
282
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
283
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
284
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
285
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
286
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
287
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
288
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
289
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
290
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
291
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
292
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
265
293
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
266
|
-
readonly
|
|
294
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
295
|
+
get style(): CSSStyleDeclaration;
|
|
296
|
+
set style(cssText: string);
|
|
267
297
|
contentEditable: string;
|
|
268
298
|
enterKeyHint: string;
|
|
269
299
|
inputMode: string;
|
|
@@ -273,16 +303,20 @@ declare const NumberField_base: {
|
|
|
273
303
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
274
304
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
275
305
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
276
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
306
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
277
307
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
308
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
278
310
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
279
311
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
312
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
281
313
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
282
314
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
315
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
284
316
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
|
-
|
|
317
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
319
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
320
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
287
321
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
288
322
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -329,12 +363,14 @@ declare const NumberField_base: {
|
|
|
329
363
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
330
364
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
331
365
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
366
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
367
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
333
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
368
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
334
369
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
370
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
371
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
337
372
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
373
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
374
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
339
375
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
376
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -346,7 +382,7 @@ declare const NumberField_base: {
|
|
|
346
382
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
347
383
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
348
384
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
349
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
385
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
350
386
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
351
387
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
352
388
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -364,14 +400,10 @@ declare const NumberField_base: {
|
|
|
364
400
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
365
401
|
autofocus: boolean;
|
|
366
402
|
readonly dataset: DOMStringMap;
|
|
367
|
-
nonce?: string
|
|
403
|
+
nonce?: string;
|
|
368
404
|
tabIndex: number;
|
|
369
405
|
blur(): void;
|
|
370
|
-
focus(options?: FocusOptions
|
|
371
|
-
ariaColIndexText: string | null;
|
|
372
|
-
ariaDescription: string | null;
|
|
373
|
-
ariaRowIndexText: string | null;
|
|
374
|
-
ariaRelevant: string | null;
|
|
406
|
+
focus(options?: FocusOptions): void;
|
|
375
407
|
roleChanged(prev: string | null, next: string | null): void;
|
|
376
408
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
377
409
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -414,7 +446,7 @@ declare const NumberField_base: {
|
|
|
414
446
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
415
447
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
416
448
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
417
|
-
"__#
|
|
449
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
418
450
|
newPropertyName: string;
|
|
419
451
|
deprecatedPropertyName: string;
|
|
420
452
|
fromDeprecated: (v: any) => any;
|
|
@@ -423,24 +455,25 @@ declare const NumberField_base: {
|
|
|
423
455
|
};
|
|
424
456
|
} & {
|
|
425
457
|
new (...args: any[]): {
|
|
426
|
-
helperText?: string
|
|
427
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
428
|
-
|
|
458
|
+
helperText?: string;
|
|
459
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
460
|
+
get _feedbackDescribedBy(): string;
|
|
429
461
|
_internalFeedback(): {
|
|
430
|
-
type: import(
|
|
462
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
431
463
|
message: string;
|
|
432
464
|
};
|
|
433
465
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
434
|
-
_getFeedbackTemplate(ctx: import(
|
|
466
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
435
467
|
connectedCallback(): void;
|
|
436
|
-
_vividAriaBehaviour: import(
|
|
437
|
-
readonly $fastController: import(
|
|
438
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
468
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
469
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
470
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
439
471
|
disconnectedCallback(): void;
|
|
440
472
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
441
473
|
accessKey: string;
|
|
442
474
|
readonly accessKeyLabel: string;
|
|
443
475
|
autocapitalize: string;
|
|
476
|
+
autocorrect: boolean;
|
|
444
477
|
dir: string;
|
|
445
478
|
draggable: boolean;
|
|
446
479
|
hidden: boolean;
|
|
@@ -453,30 +486,39 @@ declare const NumberField_base: {
|
|
|
453
486
|
readonly offsetTop: number;
|
|
454
487
|
readonly offsetWidth: number;
|
|
455
488
|
outerText: string;
|
|
489
|
+
popover: string | null;
|
|
456
490
|
spellcheck: boolean;
|
|
457
491
|
title: string;
|
|
458
492
|
translate: boolean;
|
|
493
|
+
writingSuggestions: string;
|
|
459
494
|
attachInternals(): ElementInternals;
|
|
460
495
|
click(): void;
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
496
|
+
hidePopover(): void;
|
|
497
|
+
showPopover(): void;
|
|
498
|
+
togglePopover(options?: boolean): boolean;
|
|
499
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
500
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
501
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
502
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
465
503
|
readonly attributes: NamedNodeMap;
|
|
466
|
-
|
|
504
|
+
get classList(): DOMTokenList;
|
|
505
|
+
set classList(value: string);
|
|
467
506
|
className: string;
|
|
468
507
|
readonly clientHeight: number;
|
|
469
508
|
readonly clientLeft: number;
|
|
470
509
|
readonly clientTop: number;
|
|
471
510
|
readonly clientWidth: number;
|
|
511
|
+
readonly currentCSSZoom: number;
|
|
472
512
|
id: string;
|
|
513
|
+
innerHTML: string;
|
|
473
514
|
readonly localName: string;
|
|
474
515
|
readonly namespaceURI: string | null;
|
|
475
516
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
476
517
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
477
518
|
outerHTML: string;
|
|
478
519
|
readonly ownerDocument: Document;
|
|
479
|
-
|
|
520
|
+
get part(): DOMTokenList;
|
|
521
|
+
set part(value: string);
|
|
480
522
|
readonly prefix: string | null;
|
|
481
523
|
readonly scrollHeight: number;
|
|
482
524
|
scrollLeft: number;
|
|
@@ -486,11 +528,12 @@ declare const NumberField_base: {
|
|
|
486
528
|
slot: string;
|
|
487
529
|
readonly tagName: string;
|
|
488
530
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
489
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
490
|
-
closest<
|
|
491
|
-
closest<
|
|
492
|
-
closest<
|
|
493
|
-
closest<
|
|
531
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
532
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
533
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
534
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
535
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
536
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
494
537
|
getAttribute(qualifiedName: string): string | null;
|
|
495
538
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
496
539
|
getAttributeNames(): string[];
|
|
@@ -499,43 +542,47 @@ declare const NumberField_base: {
|
|
|
499
542
|
getBoundingClientRect(): DOMRect;
|
|
500
543
|
getClientRects(): DOMRectList;
|
|
501
544
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
502
|
-
getElementsByTagName<
|
|
503
|
-
getElementsByTagName<
|
|
504
|
-
getElementsByTagName<
|
|
505
|
-
getElementsByTagName<
|
|
545
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
546
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
547
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
548
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
506
549
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
507
550
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
508
551
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
509
552
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
510
553
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
554
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
511
555
|
hasAttribute(qualifiedName: string): boolean;
|
|
512
556
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
513
557
|
hasAttributes(): boolean;
|
|
514
558
|
hasPointerCapture(pointerId: number): boolean;
|
|
515
559
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
516
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
560
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
517
561
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
518
562
|
matches(selectors: string): boolean;
|
|
519
563
|
releasePointerCapture(pointerId: number): void;
|
|
520
564
|
removeAttribute(qualifiedName: string): void;
|
|
521
565
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
522
566
|
removeAttributeNode(attr: Attr): Attr;
|
|
523
|
-
requestFullscreen(options?: FullscreenOptions
|
|
524
|
-
requestPointerLock(): void
|
|
525
|
-
scroll(options?: ScrollToOptions
|
|
567
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
568
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
569
|
+
scroll(options?: ScrollToOptions): void;
|
|
526
570
|
scroll(x: number, y: number): void;
|
|
527
|
-
scrollBy(options?: ScrollToOptions
|
|
571
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
528
572
|
scrollBy(x: number, y: number): void;
|
|
529
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
530
|
-
scrollTo(options?: ScrollToOptions
|
|
573
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
574
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
531
575
|
scrollTo(x: number, y: number): void;
|
|
532
576
|
setAttribute(qualifiedName: string, value: string): void;
|
|
533
577
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
534
578
|
setAttributeNode(attr: Attr): Attr | null;
|
|
535
579
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
580
|
+
setHTMLUnsafe(html: string): void;
|
|
536
581
|
setPointerCapture(pointerId: number): void;
|
|
537
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
582
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
538
583
|
webkitMatchesSelector(selectors: string): boolean;
|
|
584
|
+
get textContent(): string;
|
|
585
|
+
set textContent(value: string | null);
|
|
539
586
|
readonly baseURI: string;
|
|
540
587
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
541
588
|
readonly firstChild: ChildNode | null;
|
|
@@ -548,22 +595,21 @@ declare const NumberField_base: {
|
|
|
548
595
|
readonly parentElement: HTMLElement | null;
|
|
549
596
|
readonly parentNode: ParentNode | null;
|
|
550
597
|
readonly previousSibling: ChildNode | null;
|
|
551
|
-
textContent: string | null;
|
|
552
598
|
appendChild<T extends Node>(node: T): T;
|
|
553
|
-
cloneNode(
|
|
599
|
+
cloneNode(subtree?: boolean): Node;
|
|
554
600
|
compareDocumentPosition(other: Node): number;
|
|
555
601
|
contains(other: Node | null): boolean;
|
|
556
|
-
getRootNode(options?: GetRootNodeOptions
|
|
602
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
557
603
|
hasChildNodes(): boolean;
|
|
558
|
-
insertBefore<
|
|
604
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
559
605
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
560
606
|
isEqualNode(otherNode: Node | null): boolean;
|
|
561
607
|
isSameNode(otherNode: Node | null): boolean;
|
|
562
608
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
563
609
|
lookupPrefix(namespace: string | null): string | null;
|
|
564
610
|
normalize(): void;
|
|
565
|
-
removeChild<
|
|
566
|
-
replaceChild<
|
|
611
|
+
removeChild<T extends Node>(child: T): T;
|
|
612
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
567
613
|
readonly ELEMENT_NODE: 1;
|
|
568
614
|
readonly ATTRIBUTE_NODE: 2;
|
|
569
615
|
readonly TEXT_NODE: 3;
|
|
@@ -583,35 +629,49 @@ declare const NumberField_base: {
|
|
|
583
629
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
584
630
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
585
631
|
dispatchEvent(event: Event): boolean;
|
|
632
|
+
ariaActiveDescendantElement: Element | null;
|
|
586
633
|
ariaAtomic: string | null;
|
|
587
634
|
ariaAutoComplete: string | null;
|
|
635
|
+
ariaBrailleLabel: string | null;
|
|
636
|
+
ariaBrailleRoleDescription: string | null;
|
|
588
637
|
ariaBusy: string | null;
|
|
589
638
|
ariaChecked: string | null;
|
|
590
639
|
ariaColCount: string | null;
|
|
591
640
|
ariaColIndex: string | null;
|
|
641
|
+
ariaColIndexText: string | null;
|
|
592
642
|
ariaColSpan: string | null;
|
|
643
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
593
644
|
ariaCurrent: string | null;
|
|
645
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
646
|
+
ariaDescription: string | null;
|
|
647
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
594
648
|
ariaDisabled: string | null;
|
|
649
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
595
650
|
ariaExpanded: string | null;
|
|
651
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
596
652
|
ariaHasPopup: string | null;
|
|
597
653
|
ariaHidden: string | null;
|
|
598
654
|
ariaInvalid: string | null;
|
|
599
655
|
ariaKeyShortcuts: string | null;
|
|
600
656
|
ariaLabel: string | null;
|
|
657
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
601
658
|
ariaLevel: string | null;
|
|
602
659
|
ariaLive: string | null;
|
|
603
660
|
ariaModal: string | null;
|
|
604
661
|
ariaMultiLine: string | null;
|
|
605
662
|
ariaMultiSelectable: string | null;
|
|
606
663
|
ariaOrientation: string | null;
|
|
664
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
607
665
|
ariaPlaceholder: string | null;
|
|
608
666
|
ariaPosInSet: string | null;
|
|
609
667
|
ariaPressed: string | null;
|
|
610
668
|
ariaReadOnly: string | null;
|
|
669
|
+
ariaRelevant: string | null;
|
|
611
670
|
ariaRequired: string | null;
|
|
612
671
|
ariaRoleDescription: string | null;
|
|
613
672
|
ariaRowCount: string | null;
|
|
614
673
|
ariaRowIndex: string | null;
|
|
674
|
+
ariaRowIndexText: string | null;
|
|
615
675
|
ariaRowSpan: string | null;
|
|
616
676
|
ariaSelected: string | null;
|
|
617
677
|
ariaSetSize: string | null;
|
|
@@ -621,34 +681,35 @@ declare const NumberField_base: {
|
|
|
621
681
|
ariaValueNow: string | null;
|
|
622
682
|
ariaValueText: string | null;
|
|
623
683
|
role: string | null;
|
|
624
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
625
|
-
getAnimations(options?: GetAnimationsOptions
|
|
626
|
-
after(...nodes: (
|
|
627
|
-
before(...nodes: (
|
|
684
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
685
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
686
|
+
after(...nodes: (Node | string)[]): void;
|
|
687
|
+
before(...nodes: (Node | string)[]): void;
|
|
628
688
|
remove(): void;
|
|
629
|
-
replaceWith(...nodes: (
|
|
630
|
-
innerHTML: string;
|
|
689
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
631
690
|
readonly nextElementSibling: Element | null;
|
|
632
691
|
readonly previousElementSibling: Element | null;
|
|
633
692
|
readonly childElementCount: number;
|
|
634
693
|
readonly children: HTMLCollection;
|
|
635
694
|
readonly firstElementChild: Element | null;
|
|
636
695
|
readonly lastElementChild: Element | null;
|
|
637
|
-
append(...nodes: (
|
|
638
|
-
prepend(...nodes: (
|
|
639
|
-
querySelector<
|
|
640
|
-
querySelector<
|
|
641
|
-
querySelector<
|
|
642
|
-
querySelector<
|
|
643
|
-
querySelector<
|
|
644
|
-
querySelectorAll<
|
|
645
|
-
querySelectorAll<
|
|
646
|
-
querySelectorAll<
|
|
647
|
-
querySelectorAll<
|
|
648
|
-
querySelectorAll<
|
|
649
|
-
replaceChildren(...nodes: (
|
|
696
|
+
append(...nodes: (Node | string)[]): void;
|
|
697
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
698
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
699
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
700
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
701
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
702
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
703
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
704
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
705
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
706
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
707
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
708
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
650
709
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
651
|
-
readonly
|
|
710
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
711
|
+
get style(): CSSStyleDeclaration;
|
|
712
|
+
set style(cssText: string);
|
|
652
713
|
contentEditable: string;
|
|
653
714
|
enterKeyHint: string;
|
|
654
715
|
inputMode: string;
|
|
@@ -658,16 +719,20 @@ declare const NumberField_base: {
|
|
|
658
719
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
659
720
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
660
721
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
661
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
722
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
662
723
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
724
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
725
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
663
726
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
664
727
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
665
728
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
666
729
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
667
730
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
668
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
731
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
669
732
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
670
|
-
|
|
733
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
734
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
735
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
736
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
672
737
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
673
738
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -714,12 +779,14 @@ declare const NumberField_base: {
|
|
|
714
779
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
715
780
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
716
781
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
782
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
717
783
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
718
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
784
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
719
785
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
720
786
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
721
787
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
722
788
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
789
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
723
790
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
724
791
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
725
792
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -731,7 +798,7 @@ declare const NumberField_base: {
|
|
|
731
798
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
732
799
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
733
800
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
734
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
801
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
735
802
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
736
803
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
737
804
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -749,14 +816,10 @@ declare const NumberField_base: {
|
|
|
749
816
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
750
817
|
autofocus: boolean;
|
|
751
818
|
readonly dataset: DOMStringMap;
|
|
752
|
-
nonce?: string
|
|
819
|
+
nonce?: string;
|
|
753
820
|
tabIndex: number;
|
|
754
821
|
blur(): void;
|
|
755
|
-
focus(options?: FocusOptions
|
|
756
|
-
ariaColIndexText: string | null;
|
|
757
|
-
ariaDescription: string | null;
|
|
758
|
-
ariaRowIndexText: string | null;
|
|
759
|
-
ariaRelevant: string | null;
|
|
822
|
+
focus(options?: FocusOptions): void;
|
|
760
823
|
roleChanged(prev: string | null, next: string | null): void;
|
|
761
824
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
762
825
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -799,7 +862,7 @@ declare const NumberField_base: {
|
|
|
799
862
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
800
863
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
801
864
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
802
|
-
"__#
|
|
865
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
803
866
|
newPropertyName: string;
|
|
804
867
|
deprecatedPropertyName: string;
|
|
805
868
|
fromDeprecated: (v: any) => any;
|
|
@@ -808,32 +871,33 @@ declare const NumberField_base: {
|
|
|
808
871
|
};
|
|
809
872
|
} & {
|
|
810
873
|
new (...args: any[]): {
|
|
811
|
-
errorText?: string
|
|
874
|
+
errorText?: string;
|
|
812
875
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
813
|
-
"__#
|
|
814
|
-
"__#
|
|
815
|
-
"__#
|
|
816
|
-
"__#
|
|
817
|
-
label?: string
|
|
876
|
+
"__#private@#blockValidateCalls": boolean;
|
|
877
|
+
"__#private@#originalValidateFn": () => void;
|
|
878
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
879
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
880
|
+
label?: string;
|
|
818
881
|
errorValidationMessage: string;
|
|
819
882
|
forceErrorDisplay: boolean;
|
|
820
883
|
hasBeenTouched: boolean;
|
|
821
884
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
822
|
-
"__#
|
|
885
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
823
886
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
824
887
|
formResetCallback: (() => void) & (() => void);
|
|
825
|
-
validate: (() => void) & ((anchor?: HTMLElement
|
|
826
|
-
proxy: import(
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
888
|
+
validate: (() => void) & ((anchor?: HTMLElement) => void);
|
|
889
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
890
|
+
get validity(): ValidityState;
|
|
891
|
+
get form(): HTMLFormElement | null;
|
|
892
|
+
get validationMessage(): string;
|
|
893
|
+
get willValidate(): boolean;
|
|
894
|
+
get labels(): ReadonlyArray<Node>;
|
|
832
895
|
dirtyValue: boolean;
|
|
833
|
-
proxySlot?: HTMLSlotElement
|
|
896
|
+
proxySlot?: HTMLSlotElement;
|
|
834
897
|
value: string;
|
|
835
898
|
valueChanged(_previous: string, _next: string): void;
|
|
836
|
-
currentValue: string;
|
|
899
|
+
get currentValue(): string;
|
|
900
|
+
set currentValue(value: string);
|
|
837
901
|
initialValue: string;
|
|
838
902
|
initialValueChanged(_previous: string, _next: string): void;
|
|
839
903
|
disabled: boolean;
|
|
@@ -842,25 +906,26 @@ declare const NumberField_base: {
|
|
|
842
906
|
nameChanged(_previous: string, _next: string): void;
|
|
843
907
|
required: boolean;
|
|
844
908
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
845
|
-
|
|
909
|
+
get elementInternals(): ElementInternals | null;
|
|
846
910
|
proxyEventsToBlock: string[];
|
|
847
911
|
checkValidity(): boolean;
|
|
848
912
|
reportValidity(): boolean;
|
|
849
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
913
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
850
914
|
formDisabledCallback(disabled: boolean): void;
|
|
851
915
|
proxyInitialized: boolean;
|
|
852
916
|
attachProxy(): void;
|
|
853
917
|
detachProxy(): void;
|
|
854
|
-
setFormValue(value:
|
|
918
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
855
919
|
_keypressHandler(e: KeyboardEvent): void;
|
|
856
920
|
stopPropagation(e: Event): void;
|
|
857
|
-
_vividAriaBehaviour: import(
|
|
858
|
-
readonly $fastController: import(
|
|
859
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
921
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
922
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
923
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
860
924
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
861
925
|
accessKey: string;
|
|
862
926
|
readonly accessKeyLabel: string;
|
|
863
927
|
autocapitalize: string;
|
|
928
|
+
autocorrect: boolean;
|
|
864
929
|
dir: string;
|
|
865
930
|
draggable: boolean;
|
|
866
931
|
hidden: boolean;
|
|
@@ -873,30 +938,39 @@ declare const NumberField_base: {
|
|
|
873
938
|
readonly offsetTop: number;
|
|
874
939
|
readonly offsetWidth: number;
|
|
875
940
|
outerText: string;
|
|
941
|
+
popover: string | null;
|
|
876
942
|
spellcheck: boolean;
|
|
877
943
|
title: string;
|
|
878
944
|
translate: boolean;
|
|
945
|
+
writingSuggestions: string;
|
|
879
946
|
attachInternals(): ElementInternals;
|
|
880
947
|
click(): void;
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
948
|
+
hidePopover(): void;
|
|
949
|
+
showPopover(): void;
|
|
950
|
+
togglePopover(options?: boolean): boolean;
|
|
951
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
952
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
953
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
954
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
885
955
|
readonly attributes: NamedNodeMap;
|
|
886
|
-
|
|
956
|
+
get classList(): DOMTokenList;
|
|
957
|
+
set classList(value: string);
|
|
887
958
|
className: string;
|
|
888
959
|
readonly clientHeight: number;
|
|
889
960
|
readonly clientLeft: number;
|
|
890
961
|
readonly clientTop: number;
|
|
891
962
|
readonly clientWidth: number;
|
|
963
|
+
readonly currentCSSZoom: number;
|
|
892
964
|
id: string;
|
|
965
|
+
innerHTML: string;
|
|
893
966
|
readonly localName: string;
|
|
894
967
|
readonly namespaceURI: string | null;
|
|
895
968
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
896
969
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
897
970
|
outerHTML: string;
|
|
898
971
|
readonly ownerDocument: Document;
|
|
899
|
-
|
|
972
|
+
get part(): DOMTokenList;
|
|
973
|
+
set part(value: string);
|
|
900
974
|
readonly prefix: string | null;
|
|
901
975
|
readonly scrollHeight: number;
|
|
902
976
|
scrollLeft: number;
|
|
@@ -906,11 +980,12 @@ declare const NumberField_base: {
|
|
|
906
980
|
slot: string;
|
|
907
981
|
readonly tagName: string;
|
|
908
982
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
909
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
910
|
-
closest<
|
|
911
|
-
closest<
|
|
912
|
-
closest<
|
|
913
|
-
closest<
|
|
983
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
984
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
985
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
986
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
987
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
988
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
914
989
|
getAttribute(qualifiedName: string): string | null;
|
|
915
990
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
916
991
|
getAttributeNames(): string[];
|
|
@@ -919,43 +994,47 @@ declare const NumberField_base: {
|
|
|
919
994
|
getBoundingClientRect(): DOMRect;
|
|
920
995
|
getClientRects(): DOMRectList;
|
|
921
996
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
922
|
-
getElementsByTagName<
|
|
923
|
-
getElementsByTagName<
|
|
924
|
-
getElementsByTagName<
|
|
925
|
-
getElementsByTagName<
|
|
997
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
998
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
999
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1000
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
926
1001
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
927
1002
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
928
1003
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
929
1004
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
930
1005
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1006
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
931
1007
|
hasAttribute(qualifiedName: string): boolean;
|
|
932
1008
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
933
1009
|
hasAttributes(): boolean;
|
|
934
1010
|
hasPointerCapture(pointerId: number): boolean;
|
|
935
1011
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
936
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1012
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
937
1013
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
938
1014
|
matches(selectors: string): boolean;
|
|
939
1015
|
releasePointerCapture(pointerId: number): void;
|
|
940
1016
|
removeAttribute(qualifiedName: string): void;
|
|
941
1017
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
942
1018
|
removeAttributeNode(attr: Attr): Attr;
|
|
943
|
-
requestFullscreen(options?: FullscreenOptions
|
|
944
|
-
requestPointerLock(): void
|
|
945
|
-
scroll(options?: ScrollToOptions
|
|
1019
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1020
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1021
|
+
scroll(options?: ScrollToOptions): void;
|
|
946
1022
|
scroll(x: number, y: number): void;
|
|
947
|
-
scrollBy(options?: ScrollToOptions
|
|
1023
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
948
1024
|
scrollBy(x: number, y: number): void;
|
|
949
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
950
|
-
scrollTo(options?: ScrollToOptions
|
|
1025
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1026
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
951
1027
|
scrollTo(x: number, y: number): void;
|
|
952
1028
|
setAttribute(qualifiedName: string, value: string): void;
|
|
953
1029
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
954
1030
|
setAttributeNode(attr: Attr): Attr | null;
|
|
955
1031
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1032
|
+
setHTMLUnsafe(html: string): void;
|
|
956
1033
|
setPointerCapture(pointerId: number): void;
|
|
957
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1034
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
958
1035
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1036
|
+
get textContent(): string;
|
|
1037
|
+
set textContent(value: string | null);
|
|
959
1038
|
readonly baseURI: string;
|
|
960
1039
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
961
1040
|
readonly firstChild: ChildNode | null;
|
|
@@ -968,22 +1047,21 @@ declare const NumberField_base: {
|
|
|
968
1047
|
readonly parentElement: HTMLElement | null;
|
|
969
1048
|
readonly parentNode: ParentNode | null;
|
|
970
1049
|
readonly previousSibling: ChildNode | null;
|
|
971
|
-
textContent: string | null;
|
|
972
1050
|
appendChild<T extends Node>(node: T): T;
|
|
973
|
-
cloneNode(
|
|
1051
|
+
cloneNode(subtree?: boolean): Node;
|
|
974
1052
|
compareDocumentPosition(other: Node): number;
|
|
975
1053
|
contains(other: Node | null): boolean;
|
|
976
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1054
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
977
1055
|
hasChildNodes(): boolean;
|
|
978
|
-
insertBefore<
|
|
1056
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
979
1057
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
980
1058
|
isEqualNode(otherNode: Node | null): boolean;
|
|
981
1059
|
isSameNode(otherNode: Node | null): boolean;
|
|
982
1060
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
983
1061
|
lookupPrefix(namespace: string | null): string | null;
|
|
984
1062
|
normalize(): void;
|
|
985
|
-
removeChild<
|
|
986
|
-
replaceChild<
|
|
1063
|
+
removeChild<T extends Node>(child: T): T;
|
|
1064
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
987
1065
|
readonly ELEMENT_NODE: 1;
|
|
988
1066
|
readonly ATTRIBUTE_NODE: 2;
|
|
989
1067
|
readonly TEXT_NODE: 3;
|
|
@@ -1003,35 +1081,49 @@ declare const NumberField_base: {
|
|
|
1003
1081
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1004
1082
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1005
1083
|
dispatchEvent(event: Event): boolean;
|
|
1084
|
+
ariaActiveDescendantElement: Element | null;
|
|
1006
1085
|
ariaAtomic: string | null;
|
|
1007
1086
|
ariaAutoComplete: string | null;
|
|
1087
|
+
ariaBrailleLabel: string | null;
|
|
1088
|
+
ariaBrailleRoleDescription: string | null;
|
|
1008
1089
|
ariaBusy: string | null;
|
|
1009
1090
|
ariaChecked: string | null;
|
|
1010
1091
|
ariaColCount: string | null;
|
|
1011
1092
|
ariaColIndex: string | null;
|
|
1093
|
+
ariaColIndexText: string | null;
|
|
1012
1094
|
ariaColSpan: string | null;
|
|
1095
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1013
1096
|
ariaCurrent: string | null;
|
|
1097
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1098
|
+
ariaDescription: string | null;
|
|
1099
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1014
1100
|
ariaDisabled: string | null;
|
|
1101
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1015
1102
|
ariaExpanded: string | null;
|
|
1103
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1016
1104
|
ariaHasPopup: string | null;
|
|
1017
1105
|
ariaHidden: string | null;
|
|
1018
1106
|
ariaInvalid: string | null;
|
|
1019
1107
|
ariaKeyShortcuts: string | null;
|
|
1020
1108
|
ariaLabel: string | null;
|
|
1109
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1021
1110
|
ariaLevel: string | null;
|
|
1022
1111
|
ariaLive: string | null;
|
|
1023
1112
|
ariaModal: string | null;
|
|
1024
1113
|
ariaMultiLine: string | null;
|
|
1025
1114
|
ariaMultiSelectable: string | null;
|
|
1026
1115
|
ariaOrientation: string | null;
|
|
1116
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1027
1117
|
ariaPlaceholder: string | null;
|
|
1028
1118
|
ariaPosInSet: string | null;
|
|
1029
1119
|
ariaPressed: string | null;
|
|
1030
1120
|
ariaReadOnly: string | null;
|
|
1121
|
+
ariaRelevant: string | null;
|
|
1031
1122
|
ariaRequired: string | null;
|
|
1032
1123
|
ariaRoleDescription: string | null;
|
|
1033
1124
|
ariaRowCount: string | null;
|
|
1034
1125
|
ariaRowIndex: string | null;
|
|
1126
|
+
ariaRowIndexText: string | null;
|
|
1035
1127
|
ariaRowSpan: string | null;
|
|
1036
1128
|
ariaSelected: string | null;
|
|
1037
1129
|
ariaSetSize: string | null;
|
|
@@ -1041,34 +1133,35 @@ declare const NumberField_base: {
|
|
|
1041
1133
|
ariaValueNow: string | null;
|
|
1042
1134
|
ariaValueText: string | null;
|
|
1043
1135
|
role: string | null;
|
|
1044
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1045
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1046
|
-
after(...nodes: (
|
|
1047
|
-
before(...nodes: (
|
|
1136
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1137
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1138
|
+
after(...nodes: (Node | string)[]): void;
|
|
1139
|
+
before(...nodes: (Node | string)[]): void;
|
|
1048
1140
|
remove(): void;
|
|
1049
|
-
replaceWith(...nodes: (
|
|
1050
|
-
innerHTML: string;
|
|
1141
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1051
1142
|
readonly nextElementSibling: Element | null;
|
|
1052
1143
|
readonly previousElementSibling: Element | null;
|
|
1053
1144
|
readonly childElementCount: number;
|
|
1054
1145
|
readonly children: HTMLCollection;
|
|
1055
1146
|
readonly firstElementChild: Element | null;
|
|
1056
1147
|
readonly lastElementChild: Element | null;
|
|
1057
|
-
append(...nodes: (
|
|
1058
|
-
prepend(...nodes: (
|
|
1059
|
-
querySelector<
|
|
1060
|
-
querySelector<
|
|
1061
|
-
querySelector<
|
|
1062
|
-
querySelector<
|
|
1063
|
-
querySelector<
|
|
1064
|
-
querySelectorAll<
|
|
1065
|
-
querySelectorAll<
|
|
1066
|
-
querySelectorAll<
|
|
1067
|
-
querySelectorAll<
|
|
1068
|
-
querySelectorAll<
|
|
1069
|
-
replaceChildren(...nodes: (
|
|
1148
|
+
append(...nodes: (Node | string)[]): void;
|
|
1149
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1150
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1151
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1152
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1153
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1154
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1155
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1156
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1157
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1158
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1159
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1160
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1070
1161
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1071
|
-
readonly
|
|
1162
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1163
|
+
get style(): CSSStyleDeclaration;
|
|
1164
|
+
set style(cssText: string);
|
|
1072
1165
|
contentEditable: string;
|
|
1073
1166
|
enterKeyHint: string;
|
|
1074
1167
|
inputMode: string;
|
|
@@ -1078,16 +1171,20 @@ declare const NumberField_base: {
|
|
|
1078
1171
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1079
1172
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1080
1173
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1081
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1174
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1082
1175
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1176
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1177
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1083
1178
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1084
1179
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1085
1180
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1086
1181
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1087
1182
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1088
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1183
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1089
1184
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1090
|
-
|
|
1185
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1186
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1187
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1091
1188
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1092
1189
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1093
1190
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1134,12 +1231,14 @@ declare const NumberField_base: {
|
|
|
1134
1231
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1135
1232
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1136
1233
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1234
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1137
1235
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1138
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1236
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1139
1237
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1140
1238
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1141
1239
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1142
1240
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1241
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1143
1242
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1144
1243
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1145
1244
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1151,7 +1250,7 @@ declare const NumberField_base: {
|
|
|
1151
1250
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1152
1251
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1153
1252
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1154
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1253
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1155
1254
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1156
1255
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1157
1256
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1169,14 +1268,10 @@ declare const NumberField_base: {
|
|
|
1169
1268
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1170
1269
|
autofocus: boolean;
|
|
1171
1270
|
readonly dataset: DOMStringMap;
|
|
1172
|
-
nonce?: string
|
|
1271
|
+
nonce?: string;
|
|
1173
1272
|
tabIndex: number;
|
|
1174
1273
|
blur(): void;
|
|
1175
|
-
focus(options?: FocusOptions
|
|
1176
|
-
ariaColIndexText: string | null;
|
|
1177
|
-
ariaDescription: string | null;
|
|
1178
|
-
ariaRowIndexText: string | null;
|
|
1179
|
-
ariaRelevant: string | null;
|
|
1274
|
+
focus(options?: FocusOptions): void;
|
|
1180
1275
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1181
1276
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1182
1277
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1219,7 +1314,7 @@ declare const NumberField_base: {
|
|
|
1219
1314
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1220
1315
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1221
1316
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1222
|
-
"__#
|
|
1317
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1223
1318
|
newPropertyName: string;
|
|
1224
1319
|
deprecatedPropertyName: string;
|
|
1225
1320
|
fromDeprecated: (v: any) => any;
|
|
@@ -1228,16 +1323,17 @@ declare const NumberField_base: {
|
|
|
1228
1323
|
};
|
|
1229
1324
|
} & {
|
|
1230
1325
|
new (...args: any[]): {
|
|
1231
|
-
successText?: string
|
|
1326
|
+
successText?: string;
|
|
1232
1327
|
connectedCallback(): void;
|
|
1233
|
-
_vividAriaBehaviour: import(
|
|
1234
|
-
readonly $fastController: import(
|
|
1235
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1328
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1329
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1330
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1236
1331
|
disconnectedCallback(): void;
|
|
1237
1332
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1238
1333
|
accessKey: string;
|
|
1239
1334
|
readonly accessKeyLabel: string;
|
|
1240
1335
|
autocapitalize: string;
|
|
1336
|
+
autocorrect: boolean;
|
|
1241
1337
|
dir: string;
|
|
1242
1338
|
draggable: boolean;
|
|
1243
1339
|
hidden: boolean;
|
|
@@ -1250,30 +1346,39 @@ declare const NumberField_base: {
|
|
|
1250
1346
|
readonly offsetTop: number;
|
|
1251
1347
|
readonly offsetWidth: number;
|
|
1252
1348
|
outerText: string;
|
|
1349
|
+
popover: string | null;
|
|
1253
1350
|
spellcheck: boolean;
|
|
1254
1351
|
title: string;
|
|
1255
1352
|
translate: boolean;
|
|
1353
|
+
writingSuggestions: string;
|
|
1256
1354
|
attachInternals(): ElementInternals;
|
|
1257
1355
|
click(): void;
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1356
|
+
hidePopover(): void;
|
|
1357
|
+
showPopover(): void;
|
|
1358
|
+
togglePopover(options?: boolean): boolean;
|
|
1359
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1360
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1361
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1362
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1262
1363
|
readonly attributes: NamedNodeMap;
|
|
1263
|
-
|
|
1364
|
+
get classList(): DOMTokenList;
|
|
1365
|
+
set classList(value: string);
|
|
1264
1366
|
className: string;
|
|
1265
1367
|
readonly clientHeight: number;
|
|
1266
1368
|
readonly clientLeft: number;
|
|
1267
1369
|
readonly clientTop: number;
|
|
1268
1370
|
readonly clientWidth: number;
|
|
1371
|
+
readonly currentCSSZoom: number;
|
|
1269
1372
|
id: string;
|
|
1373
|
+
innerHTML: string;
|
|
1270
1374
|
readonly localName: string;
|
|
1271
1375
|
readonly namespaceURI: string | null;
|
|
1272
1376
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1273
1377
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1274
1378
|
outerHTML: string;
|
|
1275
1379
|
readonly ownerDocument: Document;
|
|
1276
|
-
|
|
1380
|
+
get part(): DOMTokenList;
|
|
1381
|
+
set part(value: string);
|
|
1277
1382
|
readonly prefix: string | null;
|
|
1278
1383
|
readonly scrollHeight: number;
|
|
1279
1384
|
scrollLeft: number;
|
|
@@ -1283,11 +1388,12 @@ declare const NumberField_base: {
|
|
|
1283
1388
|
slot: string;
|
|
1284
1389
|
readonly tagName: string;
|
|
1285
1390
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1286
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1287
|
-
closest<
|
|
1288
|
-
closest<
|
|
1289
|
-
closest<
|
|
1290
|
-
closest<
|
|
1391
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1392
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1393
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1394
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1395
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1396
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1291
1397
|
getAttribute(qualifiedName: string): string | null;
|
|
1292
1398
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1293
1399
|
getAttributeNames(): string[];
|
|
@@ -1296,43 +1402,47 @@ declare const NumberField_base: {
|
|
|
1296
1402
|
getBoundingClientRect(): DOMRect;
|
|
1297
1403
|
getClientRects(): DOMRectList;
|
|
1298
1404
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1299
|
-
getElementsByTagName<
|
|
1300
|
-
getElementsByTagName<
|
|
1301
|
-
getElementsByTagName<
|
|
1302
|
-
getElementsByTagName<
|
|
1405
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1406
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1407
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1408
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1303
1409
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1304
1410
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1305
1411
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1306
1412
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1307
1413
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1414
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1308
1415
|
hasAttribute(qualifiedName: string): boolean;
|
|
1309
1416
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1310
1417
|
hasAttributes(): boolean;
|
|
1311
1418
|
hasPointerCapture(pointerId: number): boolean;
|
|
1312
1419
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1313
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1420
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1314
1421
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1315
1422
|
matches(selectors: string): boolean;
|
|
1316
1423
|
releasePointerCapture(pointerId: number): void;
|
|
1317
1424
|
removeAttribute(qualifiedName: string): void;
|
|
1318
1425
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1319
1426
|
removeAttributeNode(attr: Attr): Attr;
|
|
1320
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1321
|
-
requestPointerLock(): void
|
|
1322
|
-
scroll(options?: ScrollToOptions
|
|
1427
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1428
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1429
|
+
scroll(options?: ScrollToOptions): void;
|
|
1323
1430
|
scroll(x: number, y: number): void;
|
|
1324
|
-
scrollBy(options?: ScrollToOptions
|
|
1431
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1325
1432
|
scrollBy(x: number, y: number): void;
|
|
1326
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1327
|
-
scrollTo(options?: ScrollToOptions
|
|
1433
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1434
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1328
1435
|
scrollTo(x: number, y: number): void;
|
|
1329
1436
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1330
1437
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1331
1438
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1332
1439
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1440
|
+
setHTMLUnsafe(html: string): void;
|
|
1333
1441
|
setPointerCapture(pointerId: number): void;
|
|
1334
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1442
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1335
1443
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1444
|
+
get textContent(): string;
|
|
1445
|
+
set textContent(value: string | null);
|
|
1336
1446
|
readonly baseURI: string;
|
|
1337
1447
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1338
1448
|
readonly firstChild: ChildNode | null;
|
|
@@ -1345,22 +1455,21 @@ declare const NumberField_base: {
|
|
|
1345
1455
|
readonly parentElement: HTMLElement | null;
|
|
1346
1456
|
readonly parentNode: ParentNode | null;
|
|
1347
1457
|
readonly previousSibling: ChildNode | null;
|
|
1348
|
-
textContent: string | null;
|
|
1349
1458
|
appendChild<T extends Node>(node: T): T;
|
|
1350
|
-
cloneNode(
|
|
1459
|
+
cloneNode(subtree?: boolean): Node;
|
|
1351
1460
|
compareDocumentPosition(other: Node): number;
|
|
1352
1461
|
contains(other: Node | null): boolean;
|
|
1353
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1462
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1354
1463
|
hasChildNodes(): boolean;
|
|
1355
|
-
insertBefore<
|
|
1464
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1356
1465
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1357
1466
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1358
1467
|
isSameNode(otherNode: Node | null): boolean;
|
|
1359
1468
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1360
1469
|
lookupPrefix(namespace: string | null): string | null;
|
|
1361
1470
|
normalize(): void;
|
|
1362
|
-
removeChild<
|
|
1363
|
-
replaceChild<
|
|
1471
|
+
removeChild<T extends Node>(child: T): T;
|
|
1472
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1364
1473
|
readonly ELEMENT_NODE: 1;
|
|
1365
1474
|
readonly ATTRIBUTE_NODE: 2;
|
|
1366
1475
|
readonly TEXT_NODE: 3;
|
|
@@ -1380,35 +1489,49 @@ declare const NumberField_base: {
|
|
|
1380
1489
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1381
1490
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1382
1491
|
dispatchEvent(event: Event): boolean;
|
|
1492
|
+
ariaActiveDescendantElement: Element | null;
|
|
1383
1493
|
ariaAtomic: string | null;
|
|
1384
1494
|
ariaAutoComplete: string | null;
|
|
1495
|
+
ariaBrailleLabel: string | null;
|
|
1496
|
+
ariaBrailleRoleDescription: string | null;
|
|
1385
1497
|
ariaBusy: string | null;
|
|
1386
1498
|
ariaChecked: string | null;
|
|
1387
1499
|
ariaColCount: string | null;
|
|
1388
1500
|
ariaColIndex: string | null;
|
|
1501
|
+
ariaColIndexText: string | null;
|
|
1389
1502
|
ariaColSpan: string | null;
|
|
1503
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1390
1504
|
ariaCurrent: string | null;
|
|
1505
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1506
|
+
ariaDescription: string | null;
|
|
1507
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1391
1508
|
ariaDisabled: string | null;
|
|
1509
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1392
1510
|
ariaExpanded: string | null;
|
|
1511
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1393
1512
|
ariaHasPopup: string | null;
|
|
1394
1513
|
ariaHidden: string | null;
|
|
1395
1514
|
ariaInvalid: string | null;
|
|
1396
1515
|
ariaKeyShortcuts: string | null;
|
|
1397
1516
|
ariaLabel: string | null;
|
|
1517
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1398
1518
|
ariaLevel: string | null;
|
|
1399
1519
|
ariaLive: string | null;
|
|
1400
1520
|
ariaModal: string | null;
|
|
1401
1521
|
ariaMultiLine: string | null;
|
|
1402
1522
|
ariaMultiSelectable: string | null;
|
|
1403
1523
|
ariaOrientation: string | null;
|
|
1524
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1404
1525
|
ariaPlaceholder: string | null;
|
|
1405
1526
|
ariaPosInSet: string | null;
|
|
1406
1527
|
ariaPressed: string | null;
|
|
1407
1528
|
ariaReadOnly: string | null;
|
|
1529
|
+
ariaRelevant: string | null;
|
|
1408
1530
|
ariaRequired: string | null;
|
|
1409
1531
|
ariaRoleDescription: string | null;
|
|
1410
1532
|
ariaRowCount: string | null;
|
|
1411
1533
|
ariaRowIndex: string | null;
|
|
1534
|
+
ariaRowIndexText: string | null;
|
|
1412
1535
|
ariaRowSpan: string | null;
|
|
1413
1536
|
ariaSelected: string | null;
|
|
1414
1537
|
ariaSetSize: string | null;
|
|
@@ -1418,34 +1541,35 @@ declare const NumberField_base: {
|
|
|
1418
1541
|
ariaValueNow: string | null;
|
|
1419
1542
|
ariaValueText: string | null;
|
|
1420
1543
|
role: string | null;
|
|
1421
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1422
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1423
|
-
after(...nodes: (
|
|
1424
|
-
before(...nodes: (
|
|
1544
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1545
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1546
|
+
after(...nodes: (Node | string)[]): void;
|
|
1547
|
+
before(...nodes: (Node | string)[]): void;
|
|
1425
1548
|
remove(): void;
|
|
1426
|
-
replaceWith(...nodes: (
|
|
1427
|
-
innerHTML: string;
|
|
1549
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1428
1550
|
readonly nextElementSibling: Element | null;
|
|
1429
1551
|
readonly previousElementSibling: Element | null;
|
|
1430
1552
|
readonly childElementCount: number;
|
|
1431
1553
|
readonly children: HTMLCollection;
|
|
1432
1554
|
readonly firstElementChild: Element | null;
|
|
1433
1555
|
readonly lastElementChild: Element | null;
|
|
1434
|
-
append(...nodes: (
|
|
1435
|
-
prepend(...nodes: (
|
|
1436
|
-
querySelector<
|
|
1437
|
-
querySelector<
|
|
1438
|
-
querySelector<
|
|
1439
|
-
querySelector<
|
|
1440
|
-
querySelector<
|
|
1441
|
-
querySelectorAll<
|
|
1442
|
-
querySelectorAll<
|
|
1443
|
-
querySelectorAll<
|
|
1444
|
-
querySelectorAll<
|
|
1445
|
-
querySelectorAll<
|
|
1446
|
-
replaceChildren(...nodes: (
|
|
1556
|
+
append(...nodes: (Node | string)[]): void;
|
|
1557
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1558
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1559
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1560
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1561
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1562
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1563
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1564
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1565
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1566
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1567
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1568
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1447
1569
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1448
|
-
readonly
|
|
1570
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1571
|
+
get style(): CSSStyleDeclaration;
|
|
1572
|
+
set style(cssText: string);
|
|
1449
1573
|
contentEditable: string;
|
|
1450
1574
|
enterKeyHint: string;
|
|
1451
1575
|
inputMode: string;
|
|
@@ -1455,16 +1579,20 @@ declare const NumberField_base: {
|
|
|
1455
1579
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1456
1580
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1457
1581
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1458
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1582
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1459
1583
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1584
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1585
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1460
1586
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1461
1587
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1462
1588
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1463
1589
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1464
1590
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1465
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1591
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1466
1592
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1467
|
-
|
|
1593
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1594
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1595
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1468
1596
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1469
1597
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1470
1598
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1511,12 +1639,14 @@ declare const NumberField_base: {
|
|
|
1511
1639
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1512
1640
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1513
1641
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1642
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1514
1643
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1515
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1644
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1516
1645
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1517
1646
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1518
1647
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1519
1648
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1649
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1520
1650
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1521
1651
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1522
1652
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1528,7 +1658,7 @@ declare const NumberField_base: {
|
|
|
1528
1658
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1529
1659
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1530
1660
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1531
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1661
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1532
1662
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1533
1663
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1534
1664
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1546,14 +1676,10 @@ declare const NumberField_base: {
|
|
|
1546
1676
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1547
1677
|
autofocus: boolean;
|
|
1548
1678
|
readonly dataset: DOMStringMap;
|
|
1549
|
-
nonce?: string
|
|
1679
|
+
nonce?: string;
|
|
1550
1680
|
tabIndex: number;
|
|
1551
1681
|
blur(): void;
|
|
1552
|
-
focus(options?: FocusOptions
|
|
1553
|
-
ariaColIndexText: string | null;
|
|
1554
|
-
ariaDescription: string | null;
|
|
1555
|
-
ariaRowIndexText: string | null;
|
|
1556
|
-
ariaRelevant: string | null;
|
|
1682
|
+
focus(options?: FocusOptions): void;
|
|
1557
1683
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1558
1684
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1559
1685
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1596,7 +1722,7 @@ declare const NumberField_base: {
|
|
|
1596
1722
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1597
1723
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1598
1724
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1599
|
-
"__#
|
|
1725
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1600
1726
|
newPropertyName: string;
|
|
1601
1727
|
deprecatedPropertyName: string;
|
|
1602
1728
|
fromDeprecated: (v: any) => any;
|
|
@@ -1605,26 +1731,27 @@ declare const NumberField_base: {
|
|
|
1605
1731
|
};
|
|
1606
1732
|
} & {
|
|
1607
1733
|
new (...args: any[]): {
|
|
1608
|
-
label?: string
|
|
1734
|
+
label?: string;
|
|
1609
1735
|
errorValidationMessage: string;
|
|
1610
1736
|
forceErrorDisplay: boolean;
|
|
1611
1737
|
hasBeenTouched: boolean;
|
|
1612
1738
|
connectedCallback(): void;
|
|
1613
|
-
"__#
|
|
1739
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
1614
1740
|
disconnectedCallback(): void;
|
|
1615
1741
|
formResetCallback(): void;
|
|
1616
1742
|
validate(): void;
|
|
1617
|
-
proxy: import(
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1743
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
1744
|
+
get validity(): ValidityState;
|
|
1745
|
+
get form(): HTMLFormElement | null;
|
|
1746
|
+
get validationMessage(): string;
|
|
1747
|
+
get willValidate(): boolean;
|
|
1748
|
+
get labels(): ReadonlyArray<Node>;
|
|
1623
1749
|
dirtyValue: boolean;
|
|
1624
|
-
proxySlot?: HTMLSlotElement
|
|
1750
|
+
proxySlot?: HTMLSlotElement;
|
|
1625
1751
|
value: string;
|
|
1626
1752
|
valueChanged(_previous: string, _next: string): void;
|
|
1627
|
-
currentValue: string;
|
|
1753
|
+
get currentValue(): string;
|
|
1754
|
+
set currentValue(value: string);
|
|
1628
1755
|
initialValue: string;
|
|
1629
1756
|
initialValueChanged(_previous: string, _next: string): void;
|
|
1630
1757
|
disabled: boolean;
|
|
@@ -1633,25 +1760,26 @@ declare const NumberField_base: {
|
|
|
1633
1760
|
nameChanged(_previous: string, _next: string): void;
|
|
1634
1761
|
required: boolean;
|
|
1635
1762
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1636
|
-
|
|
1763
|
+
get elementInternals(): ElementInternals | null;
|
|
1637
1764
|
proxyEventsToBlock: string[];
|
|
1638
1765
|
checkValidity(): boolean;
|
|
1639
1766
|
reportValidity(): boolean;
|
|
1640
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
1767
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
1641
1768
|
formDisabledCallback(disabled: boolean): void;
|
|
1642
1769
|
proxyInitialized: boolean;
|
|
1643
1770
|
attachProxy(): void;
|
|
1644
1771
|
detachProxy(): void;
|
|
1645
|
-
setFormValue(value:
|
|
1772
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
1646
1773
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1647
1774
|
stopPropagation(e: Event): void;
|
|
1648
|
-
_vividAriaBehaviour: import(
|
|
1649
|
-
readonly $fastController: import(
|
|
1650
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1775
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1776
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1777
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1651
1778
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1652
1779
|
accessKey: string;
|
|
1653
1780
|
readonly accessKeyLabel: string;
|
|
1654
1781
|
autocapitalize: string;
|
|
1782
|
+
autocorrect: boolean;
|
|
1655
1783
|
dir: string;
|
|
1656
1784
|
draggable: boolean;
|
|
1657
1785
|
hidden: boolean;
|
|
@@ -1664,30 +1792,39 @@ declare const NumberField_base: {
|
|
|
1664
1792
|
readonly offsetTop: number;
|
|
1665
1793
|
readonly offsetWidth: number;
|
|
1666
1794
|
outerText: string;
|
|
1795
|
+
popover: string | null;
|
|
1667
1796
|
spellcheck: boolean;
|
|
1668
1797
|
title: string;
|
|
1669
1798
|
translate: boolean;
|
|
1799
|
+
writingSuggestions: string;
|
|
1670
1800
|
attachInternals(): ElementInternals;
|
|
1671
1801
|
click(): void;
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1802
|
+
hidePopover(): void;
|
|
1803
|
+
showPopover(): void;
|
|
1804
|
+
togglePopover(options?: boolean): boolean;
|
|
1805
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1806
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1807
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1808
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1676
1809
|
readonly attributes: NamedNodeMap;
|
|
1677
|
-
|
|
1810
|
+
get classList(): DOMTokenList;
|
|
1811
|
+
set classList(value: string);
|
|
1678
1812
|
className: string;
|
|
1679
1813
|
readonly clientHeight: number;
|
|
1680
1814
|
readonly clientLeft: number;
|
|
1681
1815
|
readonly clientTop: number;
|
|
1682
1816
|
readonly clientWidth: number;
|
|
1817
|
+
readonly currentCSSZoom: number;
|
|
1683
1818
|
id: string;
|
|
1819
|
+
innerHTML: string;
|
|
1684
1820
|
readonly localName: string;
|
|
1685
1821
|
readonly namespaceURI: string | null;
|
|
1686
1822
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1687
1823
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1688
1824
|
outerHTML: string;
|
|
1689
1825
|
readonly ownerDocument: Document;
|
|
1690
|
-
|
|
1826
|
+
get part(): DOMTokenList;
|
|
1827
|
+
set part(value: string);
|
|
1691
1828
|
readonly prefix: string | null;
|
|
1692
1829
|
readonly scrollHeight: number;
|
|
1693
1830
|
scrollLeft: number;
|
|
@@ -1697,11 +1834,12 @@ declare const NumberField_base: {
|
|
|
1697
1834
|
slot: string;
|
|
1698
1835
|
readonly tagName: string;
|
|
1699
1836
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1700
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1701
|
-
closest<
|
|
1702
|
-
closest<
|
|
1703
|
-
closest<
|
|
1704
|
-
closest<
|
|
1837
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1838
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1839
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1840
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1841
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1842
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1705
1843
|
getAttribute(qualifiedName: string): string | null;
|
|
1706
1844
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1707
1845
|
getAttributeNames(): string[];
|
|
@@ -1710,43 +1848,47 @@ declare const NumberField_base: {
|
|
|
1710
1848
|
getBoundingClientRect(): DOMRect;
|
|
1711
1849
|
getClientRects(): DOMRectList;
|
|
1712
1850
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1713
|
-
getElementsByTagName<
|
|
1714
|
-
getElementsByTagName<
|
|
1715
|
-
getElementsByTagName<
|
|
1716
|
-
getElementsByTagName<
|
|
1851
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1852
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1853
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1854
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1717
1855
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1718
1856
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1719
1857
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1720
1858
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1721
1859
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1860
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1722
1861
|
hasAttribute(qualifiedName: string): boolean;
|
|
1723
1862
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1724
1863
|
hasAttributes(): boolean;
|
|
1725
1864
|
hasPointerCapture(pointerId: number): boolean;
|
|
1726
1865
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1727
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1866
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1728
1867
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1729
1868
|
matches(selectors: string): boolean;
|
|
1730
1869
|
releasePointerCapture(pointerId: number): void;
|
|
1731
1870
|
removeAttribute(qualifiedName: string): void;
|
|
1732
1871
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1733
1872
|
removeAttributeNode(attr: Attr): Attr;
|
|
1734
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1735
|
-
requestPointerLock(): void
|
|
1736
|
-
scroll(options?: ScrollToOptions
|
|
1873
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1874
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1875
|
+
scroll(options?: ScrollToOptions): void;
|
|
1737
1876
|
scroll(x: number, y: number): void;
|
|
1738
|
-
scrollBy(options?: ScrollToOptions
|
|
1877
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1739
1878
|
scrollBy(x: number, y: number): void;
|
|
1740
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1741
|
-
scrollTo(options?: ScrollToOptions
|
|
1879
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1880
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1742
1881
|
scrollTo(x: number, y: number): void;
|
|
1743
1882
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1744
1883
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1745
1884
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1746
1885
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1886
|
+
setHTMLUnsafe(html: string): void;
|
|
1747
1887
|
setPointerCapture(pointerId: number): void;
|
|
1748
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1888
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1749
1889
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1890
|
+
get textContent(): string;
|
|
1891
|
+
set textContent(value: string | null);
|
|
1750
1892
|
readonly baseURI: string;
|
|
1751
1893
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1752
1894
|
readonly firstChild: ChildNode | null;
|
|
@@ -1759,22 +1901,21 @@ declare const NumberField_base: {
|
|
|
1759
1901
|
readonly parentElement: HTMLElement | null;
|
|
1760
1902
|
readonly parentNode: ParentNode | null;
|
|
1761
1903
|
readonly previousSibling: ChildNode | null;
|
|
1762
|
-
textContent: string | null;
|
|
1763
1904
|
appendChild<T extends Node>(node: T): T;
|
|
1764
|
-
cloneNode(
|
|
1905
|
+
cloneNode(subtree?: boolean): Node;
|
|
1765
1906
|
compareDocumentPosition(other: Node): number;
|
|
1766
1907
|
contains(other: Node | null): boolean;
|
|
1767
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1908
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1768
1909
|
hasChildNodes(): boolean;
|
|
1769
|
-
insertBefore<
|
|
1910
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1770
1911
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1771
1912
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1772
1913
|
isSameNode(otherNode: Node | null): boolean;
|
|
1773
1914
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1774
1915
|
lookupPrefix(namespace: string | null): string | null;
|
|
1775
1916
|
normalize(): void;
|
|
1776
|
-
removeChild<
|
|
1777
|
-
replaceChild<
|
|
1917
|
+
removeChild<T extends Node>(child: T): T;
|
|
1918
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1778
1919
|
readonly ELEMENT_NODE: 1;
|
|
1779
1920
|
readonly ATTRIBUTE_NODE: 2;
|
|
1780
1921
|
readonly TEXT_NODE: 3;
|
|
@@ -1794,35 +1935,49 @@ declare const NumberField_base: {
|
|
|
1794
1935
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1795
1936
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1796
1937
|
dispatchEvent(event: Event): boolean;
|
|
1938
|
+
ariaActiveDescendantElement: Element | null;
|
|
1797
1939
|
ariaAtomic: string | null;
|
|
1798
1940
|
ariaAutoComplete: string | null;
|
|
1941
|
+
ariaBrailleLabel: string | null;
|
|
1942
|
+
ariaBrailleRoleDescription: string | null;
|
|
1799
1943
|
ariaBusy: string | null;
|
|
1800
1944
|
ariaChecked: string | null;
|
|
1801
1945
|
ariaColCount: string | null;
|
|
1802
1946
|
ariaColIndex: string | null;
|
|
1947
|
+
ariaColIndexText: string | null;
|
|
1803
1948
|
ariaColSpan: string | null;
|
|
1949
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1804
1950
|
ariaCurrent: string | null;
|
|
1951
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1952
|
+
ariaDescription: string | null;
|
|
1953
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1805
1954
|
ariaDisabled: string | null;
|
|
1955
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1806
1956
|
ariaExpanded: string | null;
|
|
1957
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1807
1958
|
ariaHasPopup: string | null;
|
|
1808
1959
|
ariaHidden: string | null;
|
|
1809
1960
|
ariaInvalid: string | null;
|
|
1810
1961
|
ariaKeyShortcuts: string | null;
|
|
1811
1962
|
ariaLabel: string | null;
|
|
1963
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1812
1964
|
ariaLevel: string | null;
|
|
1813
1965
|
ariaLive: string | null;
|
|
1814
1966
|
ariaModal: string | null;
|
|
1815
1967
|
ariaMultiLine: string | null;
|
|
1816
1968
|
ariaMultiSelectable: string | null;
|
|
1817
1969
|
ariaOrientation: string | null;
|
|
1970
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1818
1971
|
ariaPlaceholder: string | null;
|
|
1819
1972
|
ariaPosInSet: string | null;
|
|
1820
1973
|
ariaPressed: string | null;
|
|
1821
1974
|
ariaReadOnly: string | null;
|
|
1975
|
+
ariaRelevant: string | null;
|
|
1822
1976
|
ariaRequired: string | null;
|
|
1823
1977
|
ariaRoleDescription: string | null;
|
|
1824
1978
|
ariaRowCount: string | null;
|
|
1825
1979
|
ariaRowIndex: string | null;
|
|
1980
|
+
ariaRowIndexText: string | null;
|
|
1826
1981
|
ariaRowSpan: string | null;
|
|
1827
1982
|
ariaSelected: string | null;
|
|
1828
1983
|
ariaSetSize: string | null;
|
|
@@ -1832,34 +1987,35 @@ declare const NumberField_base: {
|
|
|
1832
1987
|
ariaValueNow: string | null;
|
|
1833
1988
|
ariaValueText: string | null;
|
|
1834
1989
|
role: string | null;
|
|
1835
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1836
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1837
|
-
after(...nodes: (
|
|
1838
|
-
before(...nodes: (
|
|
1990
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1991
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1992
|
+
after(...nodes: (Node | string)[]): void;
|
|
1993
|
+
before(...nodes: (Node | string)[]): void;
|
|
1839
1994
|
remove(): void;
|
|
1840
|
-
replaceWith(...nodes: (
|
|
1841
|
-
innerHTML: string;
|
|
1995
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1842
1996
|
readonly nextElementSibling: Element | null;
|
|
1843
1997
|
readonly previousElementSibling: Element | null;
|
|
1844
1998
|
readonly childElementCount: number;
|
|
1845
1999
|
readonly children: HTMLCollection;
|
|
1846
2000
|
readonly firstElementChild: Element | null;
|
|
1847
2001
|
readonly lastElementChild: Element | null;
|
|
1848
|
-
append(...nodes: (
|
|
1849
|
-
prepend(...nodes: (
|
|
1850
|
-
querySelector<
|
|
1851
|
-
querySelector<
|
|
1852
|
-
querySelector<
|
|
1853
|
-
querySelector<
|
|
1854
|
-
querySelector<
|
|
1855
|
-
querySelectorAll<
|
|
1856
|
-
querySelectorAll<
|
|
1857
|
-
querySelectorAll<
|
|
1858
|
-
querySelectorAll<
|
|
1859
|
-
querySelectorAll<
|
|
1860
|
-
replaceChildren(...nodes: (
|
|
2002
|
+
append(...nodes: (Node | string)[]): void;
|
|
2003
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2004
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2005
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2006
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2007
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2008
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2009
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2010
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2011
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2012
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2013
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2014
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1861
2015
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1862
|
-
readonly
|
|
2016
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2017
|
+
get style(): CSSStyleDeclaration;
|
|
2018
|
+
set style(cssText: string);
|
|
1863
2019
|
contentEditable: string;
|
|
1864
2020
|
enterKeyHint: string;
|
|
1865
2021
|
inputMode: string;
|
|
@@ -1869,16 +2025,20 @@ declare const NumberField_base: {
|
|
|
1869
2025
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1870
2026
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1871
2027
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1872
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2028
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1873
2029
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2030
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2031
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1874
2032
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1875
2033
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1876
2034
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1877
2035
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1878
2036
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1879
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2037
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1880
2038
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1881
|
-
|
|
2039
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2040
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2041
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1882
2042
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1883
2043
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1884
2044
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1925,12 +2085,14 @@ declare const NumberField_base: {
|
|
|
1925
2085
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1926
2086
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1927
2087
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2088
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1928
2089
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1929
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2090
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1930
2091
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1931
2092
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1932
2093
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1933
2094
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2095
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1934
2096
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1935
2097
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1936
2098
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1942,7 +2104,7 @@ declare const NumberField_base: {
|
|
|
1942
2104
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1943
2105
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1944
2106
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1945
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2107
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1946
2108
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1947
2109
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1948
2110
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1960,14 +2122,10 @@ declare const NumberField_base: {
|
|
|
1960
2122
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1961
2123
|
autofocus: boolean;
|
|
1962
2124
|
readonly dataset: DOMStringMap;
|
|
1963
|
-
nonce?: string
|
|
2125
|
+
nonce?: string;
|
|
1964
2126
|
tabIndex: number;
|
|
1965
2127
|
blur(): void;
|
|
1966
|
-
focus(options?: FocusOptions
|
|
1967
|
-
ariaColIndexText: string | null;
|
|
1968
|
-
ariaDescription: string | null;
|
|
1969
|
-
ariaRowIndexText: string | null;
|
|
1970
|
-
ariaRelevant: string | null;
|
|
2128
|
+
focus(options?: FocusOptions): void;
|
|
1971
2129
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1972
2130
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1973
2131
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2010,7 +2168,7 @@ declare const NumberField_base: {
|
|
|
2010
2168
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2011
2169
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2012
2170
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2013
|
-
"__#
|
|
2171
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2014
2172
|
newPropertyName: string;
|
|
2015
2173
|
deprecatedPropertyName: string;
|
|
2016
2174
|
fromDeprecated: (v: any) => any;
|
|
@@ -2019,17 +2177,18 @@ declare const NumberField_base: {
|
|
|
2019
2177
|
};
|
|
2020
2178
|
} & {
|
|
2021
2179
|
new (...args: any[]): {
|
|
2022
|
-
icon?: string
|
|
2023
|
-
iconSlottedContent?: HTMLElement[]
|
|
2180
|
+
icon?: string;
|
|
2181
|
+
iconSlottedContent?: HTMLElement[];
|
|
2024
2182
|
connectedCallback(): void;
|
|
2025
|
-
_vividAriaBehaviour: import(
|
|
2026
|
-
readonly $fastController: import(
|
|
2027
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2183
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2184
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2185
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2028
2186
|
disconnectedCallback(): void;
|
|
2029
2187
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2030
2188
|
accessKey: string;
|
|
2031
2189
|
readonly accessKeyLabel: string;
|
|
2032
2190
|
autocapitalize: string;
|
|
2191
|
+
autocorrect: boolean;
|
|
2033
2192
|
dir: string;
|
|
2034
2193
|
draggable: boolean;
|
|
2035
2194
|
hidden: boolean;
|
|
@@ -2042,30 +2201,39 @@ declare const NumberField_base: {
|
|
|
2042
2201
|
readonly offsetTop: number;
|
|
2043
2202
|
readonly offsetWidth: number;
|
|
2044
2203
|
outerText: string;
|
|
2204
|
+
popover: string | null;
|
|
2045
2205
|
spellcheck: boolean;
|
|
2046
2206
|
title: string;
|
|
2047
2207
|
translate: boolean;
|
|
2208
|
+
writingSuggestions: string;
|
|
2048
2209
|
attachInternals(): ElementInternals;
|
|
2049
2210
|
click(): void;
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2211
|
+
hidePopover(): void;
|
|
2212
|
+
showPopover(): void;
|
|
2213
|
+
togglePopover(options?: boolean): boolean;
|
|
2214
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2215
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2216
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2217
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2054
2218
|
readonly attributes: NamedNodeMap;
|
|
2055
|
-
|
|
2219
|
+
get classList(): DOMTokenList;
|
|
2220
|
+
set classList(value: string);
|
|
2056
2221
|
className: string;
|
|
2057
2222
|
readonly clientHeight: number;
|
|
2058
2223
|
readonly clientLeft: number;
|
|
2059
2224
|
readonly clientTop: number;
|
|
2060
2225
|
readonly clientWidth: number;
|
|
2226
|
+
readonly currentCSSZoom: number;
|
|
2061
2227
|
id: string;
|
|
2228
|
+
innerHTML: string;
|
|
2062
2229
|
readonly localName: string;
|
|
2063
2230
|
readonly namespaceURI: string | null;
|
|
2064
2231
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2065
2232
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2066
2233
|
outerHTML: string;
|
|
2067
2234
|
readonly ownerDocument: Document;
|
|
2068
|
-
|
|
2235
|
+
get part(): DOMTokenList;
|
|
2236
|
+
set part(value: string);
|
|
2069
2237
|
readonly prefix: string | null;
|
|
2070
2238
|
readonly scrollHeight: number;
|
|
2071
2239
|
scrollLeft: number;
|
|
@@ -2075,11 +2243,12 @@ declare const NumberField_base: {
|
|
|
2075
2243
|
slot: string;
|
|
2076
2244
|
readonly tagName: string;
|
|
2077
2245
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2078
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2079
|
-
closest<
|
|
2080
|
-
closest<
|
|
2081
|
-
closest<
|
|
2082
|
-
closest<
|
|
2246
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2247
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2248
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2249
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2250
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2251
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2083
2252
|
getAttribute(qualifiedName: string): string | null;
|
|
2084
2253
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2085
2254
|
getAttributeNames(): string[];
|
|
@@ -2088,43 +2257,47 @@ declare const NumberField_base: {
|
|
|
2088
2257
|
getBoundingClientRect(): DOMRect;
|
|
2089
2258
|
getClientRects(): DOMRectList;
|
|
2090
2259
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2091
|
-
getElementsByTagName<
|
|
2092
|
-
getElementsByTagName<
|
|
2093
|
-
getElementsByTagName<
|
|
2094
|
-
getElementsByTagName<
|
|
2260
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2261
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2262
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2263
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2095
2264
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2096
2265
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2097
2266
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2098
2267
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2099
2268
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2269
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2100
2270
|
hasAttribute(qualifiedName: string): boolean;
|
|
2101
2271
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2102
2272
|
hasAttributes(): boolean;
|
|
2103
2273
|
hasPointerCapture(pointerId: number): boolean;
|
|
2104
2274
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2105
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2275
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2106
2276
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2107
2277
|
matches(selectors: string): boolean;
|
|
2108
2278
|
releasePointerCapture(pointerId: number): void;
|
|
2109
2279
|
removeAttribute(qualifiedName: string): void;
|
|
2110
2280
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2111
2281
|
removeAttributeNode(attr: Attr): Attr;
|
|
2112
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2113
|
-
requestPointerLock(): void
|
|
2114
|
-
scroll(options?: ScrollToOptions
|
|
2282
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2283
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2284
|
+
scroll(options?: ScrollToOptions): void;
|
|
2115
2285
|
scroll(x: number, y: number): void;
|
|
2116
|
-
scrollBy(options?: ScrollToOptions
|
|
2286
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2117
2287
|
scrollBy(x: number, y: number): void;
|
|
2118
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2119
|
-
scrollTo(options?: ScrollToOptions
|
|
2288
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2289
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2120
2290
|
scrollTo(x: number, y: number): void;
|
|
2121
2291
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2122
2292
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2123
2293
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2124
2294
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2295
|
+
setHTMLUnsafe(html: string): void;
|
|
2125
2296
|
setPointerCapture(pointerId: number): void;
|
|
2126
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2297
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2127
2298
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2299
|
+
get textContent(): string;
|
|
2300
|
+
set textContent(value: string | null);
|
|
2128
2301
|
readonly baseURI: string;
|
|
2129
2302
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2130
2303
|
readonly firstChild: ChildNode | null;
|
|
@@ -2137,22 +2310,21 @@ declare const NumberField_base: {
|
|
|
2137
2310
|
readonly parentElement: HTMLElement | null;
|
|
2138
2311
|
readonly parentNode: ParentNode | null;
|
|
2139
2312
|
readonly previousSibling: ChildNode | null;
|
|
2140
|
-
textContent: string | null;
|
|
2141
2313
|
appendChild<T extends Node>(node: T): T;
|
|
2142
|
-
cloneNode(
|
|
2314
|
+
cloneNode(subtree?: boolean): Node;
|
|
2143
2315
|
compareDocumentPosition(other: Node): number;
|
|
2144
2316
|
contains(other: Node | null): boolean;
|
|
2145
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2317
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2146
2318
|
hasChildNodes(): boolean;
|
|
2147
|
-
insertBefore<
|
|
2319
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2148
2320
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2149
2321
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2150
2322
|
isSameNode(otherNode: Node | null): boolean;
|
|
2151
2323
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2152
2324
|
lookupPrefix(namespace: string | null): string | null;
|
|
2153
2325
|
normalize(): void;
|
|
2154
|
-
removeChild<
|
|
2155
|
-
replaceChild<
|
|
2326
|
+
removeChild<T extends Node>(child: T): T;
|
|
2327
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2156
2328
|
readonly ELEMENT_NODE: 1;
|
|
2157
2329
|
readonly ATTRIBUTE_NODE: 2;
|
|
2158
2330
|
readonly TEXT_NODE: 3;
|
|
@@ -2172,35 +2344,49 @@ declare const NumberField_base: {
|
|
|
2172
2344
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2173
2345
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2174
2346
|
dispatchEvent(event: Event): boolean;
|
|
2347
|
+
ariaActiveDescendantElement: Element | null;
|
|
2175
2348
|
ariaAtomic: string | null;
|
|
2176
2349
|
ariaAutoComplete: string | null;
|
|
2350
|
+
ariaBrailleLabel: string | null;
|
|
2351
|
+
ariaBrailleRoleDescription: string | null;
|
|
2177
2352
|
ariaBusy: string | null;
|
|
2178
2353
|
ariaChecked: string | null;
|
|
2179
2354
|
ariaColCount: string | null;
|
|
2180
2355
|
ariaColIndex: string | null;
|
|
2356
|
+
ariaColIndexText: string | null;
|
|
2181
2357
|
ariaColSpan: string | null;
|
|
2358
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2182
2359
|
ariaCurrent: string | null;
|
|
2360
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2361
|
+
ariaDescription: string | null;
|
|
2362
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2183
2363
|
ariaDisabled: string | null;
|
|
2364
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2184
2365
|
ariaExpanded: string | null;
|
|
2366
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2185
2367
|
ariaHasPopup: string | null;
|
|
2186
2368
|
ariaHidden: string | null;
|
|
2187
2369
|
ariaInvalid: string | null;
|
|
2188
2370
|
ariaKeyShortcuts: string | null;
|
|
2189
2371
|
ariaLabel: string | null;
|
|
2372
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2190
2373
|
ariaLevel: string | null;
|
|
2191
2374
|
ariaLive: string | null;
|
|
2192
2375
|
ariaModal: string | null;
|
|
2193
2376
|
ariaMultiLine: string | null;
|
|
2194
2377
|
ariaMultiSelectable: string | null;
|
|
2195
2378
|
ariaOrientation: string | null;
|
|
2379
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2196
2380
|
ariaPlaceholder: string | null;
|
|
2197
2381
|
ariaPosInSet: string | null;
|
|
2198
2382
|
ariaPressed: string | null;
|
|
2199
2383
|
ariaReadOnly: string | null;
|
|
2384
|
+
ariaRelevant: string | null;
|
|
2200
2385
|
ariaRequired: string | null;
|
|
2201
2386
|
ariaRoleDescription: string | null;
|
|
2202
2387
|
ariaRowCount: string | null;
|
|
2203
2388
|
ariaRowIndex: string | null;
|
|
2389
|
+
ariaRowIndexText: string | null;
|
|
2204
2390
|
ariaRowSpan: string | null;
|
|
2205
2391
|
ariaSelected: string | null;
|
|
2206
2392
|
ariaSetSize: string | null;
|
|
@@ -2210,34 +2396,35 @@ declare const NumberField_base: {
|
|
|
2210
2396
|
ariaValueNow: string | null;
|
|
2211
2397
|
ariaValueText: string | null;
|
|
2212
2398
|
role: string | null;
|
|
2213
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2214
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2215
|
-
after(...nodes: (
|
|
2216
|
-
before(...nodes: (
|
|
2399
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2400
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2401
|
+
after(...nodes: (Node | string)[]): void;
|
|
2402
|
+
before(...nodes: (Node | string)[]): void;
|
|
2217
2403
|
remove(): void;
|
|
2218
|
-
replaceWith(...nodes: (
|
|
2219
|
-
innerHTML: string;
|
|
2404
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2220
2405
|
readonly nextElementSibling: Element | null;
|
|
2221
2406
|
readonly previousElementSibling: Element | null;
|
|
2222
2407
|
readonly childElementCount: number;
|
|
2223
2408
|
readonly children: HTMLCollection;
|
|
2224
2409
|
readonly firstElementChild: Element | null;
|
|
2225
2410
|
readonly lastElementChild: Element | null;
|
|
2226
|
-
append(...nodes: (
|
|
2227
|
-
prepend(...nodes: (
|
|
2228
|
-
querySelector<
|
|
2229
|
-
querySelector<
|
|
2230
|
-
querySelector<
|
|
2231
|
-
querySelector<
|
|
2232
|
-
querySelector<
|
|
2233
|
-
querySelectorAll<
|
|
2234
|
-
querySelectorAll<
|
|
2235
|
-
querySelectorAll<
|
|
2236
|
-
querySelectorAll<
|
|
2237
|
-
querySelectorAll<
|
|
2238
|
-
replaceChildren(...nodes: (
|
|
2411
|
+
append(...nodes: (Node | string)[]): void;
|
|
2412
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2413
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2414
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2415
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2416
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2417
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2418
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2419
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2420
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2421
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2422
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2423
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2239
2424
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2240
|
-
readonly
|
|
2425
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2426
|
+
get style(): CSSStyleDeclaration;
|
|
2427
|
+
set style(cssText: string);
|
|
2241
2428
|
contentEditable: string;
|
|
2242
2429
|
enterKeyHint: string;
|
|
2243
2430
|
inputMode: string;
|
|
@@ -2247,16 +2434,20 @@ declare const NumberField_base: {
|
|
|
2247
2434
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2248
2435
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2249
2436
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2250
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2437
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2251
2438
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2439
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2440
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2252
2441
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2253
2442
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2254
2443
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2255
2444
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2256
2445
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2257
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2446
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2258
2447
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2259
|
-
|
|
2448
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2449
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2450
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2260
2451
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2261
2452
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2262
2453
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2303,12 +2494,14 @@ declare const NumberField_base: {
|
|
|
2303
2494
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2304
2495
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2305
2496
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2497
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2306
2498
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2307
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2499
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2308
2500
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2309
2501
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2310
2502
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2311
2503
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2504
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2312
2505
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2313
2506
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2314
2507
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2320,7 +2513,7 @@ declare const NumberField_base: {
|
|
|
2320
2513
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2321
2514
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2322
2515
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2323
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2516
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2324
2517
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2325
2518
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2326
2519
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2338,14 +2531,10 @@ declare const NumberField_base: {
|
|
|
2338
2531
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2339
2532
|
autofocus: boolean;
|
|
2340
2533
|
readonly dataset: DOMStringMap;
|
|
2341
|
-
nonce?: string
|
|
2534
|
+
nonce?: string;
|
|
2342
2535
|
tabIndex: number;
|
|
2343
2536
|
blur(): void;
|
|
2344
|
-
focus(options?: FocusOptions
|
|
2345
|
-
ariaColIndexText: string | null;
|
|
2346
|
-
ariaDescription: string | null;
|
|
2347
|
-
ariaRowIndexText: string | null;
|
|
2348
|
-
ariaRelevant: string | null;
|
|
2537
|
+
focus(options?: FocusOptions): void;
|
|
2349
2538
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2350
2539
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2351
2540
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2388,7 +2577,7 @@ declare const NumberField_base: {
|
|
|
2388
2577
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2389
2578
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2390
2579
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2391
|
-
"__#
|
|
2580
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2392
2581
|
newPropertyName: string;
|
|
2393
2582
|
deprecatedPropertyName: string;
|
|
2394
2583
|
fromDeprecated: (v: any) => any;
|
|
@@ -2397,16 +2586,17 @@ declare const NumberField_base: {
|
|
|
2397
2586
|
};
|
|
2398
2587
|
} & {
|
|
2399
2588
|
new (...args: any[]): {
|
|
2400
|
-
|
|
2589
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
2401
2590
|
connectedCallback(): void;
|
|
2402
|
-
_vividAriaBehaviour: import(
|
|
2403
|
-
readonly $fastController: import(
|
|
2404
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2591
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2592
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2593
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2405
2594
|
disconnectedCallback(): void;
|
|
2406
2595
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2407
2596
|
accessKey: string;
|
|
2408
2597
|
readonly accessKeyLabel: string;
|
|
2409
2598
|
autocapitalize: string;
|
|
2599
|
+
autocorrect: boolean;
|
|
2410
2600
|
dir: string;
|
|
2411
2601
|
draggable: boolean;
|
|
2412
2602
|
hidden: boolean;
|
|
@@ -2419,30 +2609,39 @@ declare const NumberField_base: {
|
|
|
2419
2609
|
readonly offsetTop: number;
|
|
2420
2610
|
readonly offsetWidth: number;
|
|
2421
2611
|
outerText: string;
|
|
2612
|
+
popover: string | null;
|
|
2422
2613
|
spellcheck: boolean;
|
|
2423
2614
|
title: string;
|
|
2424
2615
|
translate: boolean;
|
|
2616
|
+
writingSuggestions: string;
|
|
2425
2617
|
attachInternals(): ElementInternals;
|
|
2426
2618
|
click(): void;
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2619
|
+
hidePopover(): void;
|
|
2620
|
+
showPopover(): void;
|
|
2621
|
+
togglePopover(options?: boolean): boolean;
|
|
2622
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2623
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2624
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2625
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2431
2626
|
readonly attributes: NamedNodeMap;
|
|
2432
|
-
|
|
2627
|
+
get classList(): DOMTokenList;
|
|
2628
|
+
set classList(value: string);
|
|
2433
2629
|
className: string;
|
|
2434
2630
|
readonly clientHeight: number;
|
|
2435
2631
|
readonly clientLeft: number;
|
|
2436
2632
|
readonly clientTop: number;
|
|
2437
2633
|
readonly clientWidth: number;
|
|
2634
|
+
readonly currentCSSZoom: number;
|
|
2438
2635
|
id: string;
|
|
2636
|
+
innerHTML: string;
|
|
2439
2637
|
readonly localName: string;
|
|
2440
2638
|
readonly namespaceURI: string | null;
|
|
2441
2639
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2442
2640
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2443
2641
|
outerHTML: string;
|
|
2444
2642
|
readonly ownerDocument: Document;
|
|
2445
|
-
|
|
2643
|
+
get part(): DOMTokenList;
|
|
2644
|
+
set part(value: string);
|
|
2446
2645
|
readonly prefix: string | null;
|
|
2447
2646
|
readonly scrollHeight: number;
|
|
2448
2647
|
scrollLeft: number;
|
|
@@ -2452,11 +2651,12 @@ declare const NumberField_base: {
|
|
|
2452
2651
|
slot: string;
|
|
2453
2652
|
readonly tagName: string;
|
|
2454
2653
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2455
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2456
|
-
closest<
|
|
2457
|
-
closest<
|
|
2458
|
-
closest<
|
|
2459
|
-
closest<
|
|
2654
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2655
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2656
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2657
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2658
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2659
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2460
2660
|
getAttribute(qualifiedName: string): string | null;
|
|
2461
2661
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2462
2662
|
getAttributeNames(): string[];
|
|
@@ -2465,43 +2665,47 @@ declare const NumberField_base: {
|
|
|
2465
2665
|
getBoundingClientRect(): DOMRect;
|
|
2466
2666
|
getClientRects(): DOMRectList;
|
|
2467
2667
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2468
|
-
getElementsByTagName<
|
|
2469
|
-
getElementsByTagName<
|
|
2470
|
-
getElementsByTagName<
|
|
2471
|
-
getElementsByTagName<
|
|
2668
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2669
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2670
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2671
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2472
2672
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2473
2673
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2474
2674
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2475
2675
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2476
2676
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2677
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2477
2678
|
hasAttribute(qualifiedName: string): boolean;
|
|
2478
2679
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2479
2680
|
hasAttributes(): boolean;
|
|
2480
2681
|
hasPointerCapture(pointerId: number): boolean;
|
|
2481
2682
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2482
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2683
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2483
2684
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2484
2685
|
matches(selectors: string): boolean;
|
|
2485
2686
|
releasePointerCapture(pointerId: number): void;
|
|
2486
2687
|
removeAttribute(qualifiedName: string): void;
|
|
2487
2688
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2488
2689
|
removeAttributeNode(attr: Attr): Attr;
|
|
2489
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2490
|
-
requestPointerLock(): void
|
|
2491
|
-
scroll(options?: ScrollToOptions
|
|
2690
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2691
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2692
|
+
scroll(options?: ScrollToOptions): void;
|
|
2492
2693
|
scroll(x: number, y: number): void;
|
|
2493
|
-
scrollBy(options?: ScrollToOptions
|
|
2694
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2494
2695
|
scrollBy(x: number, y: number): void;
|
|
2495
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2496
|
-
scrollTo(options?: ScrollToOptions
|
|
2696
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2697
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2497
2698
|
scrollTo(x: number, y: number): void;
|
|
2498
2699
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2499
2700
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2500
2701
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2501
2702
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2703
|
+
setHTMLUnsafe(html: string): void;
|
|
2502
2704
|
setPointerCapture(pointerId: number): void;
|
|
2503
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2705
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2504
2706
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2707
|
+
get textContent(): string;
|
|
2708
|
+
set textContent(value: string | null);
|
|
2505
2709
|
readonly baseURI: string;
|
|
2506
2710
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2507
2711
|
readonly firstChild: ChildNode | null;
|
|
@@ -2514,22 +2718,21 @@ declare const NumberField_base: {
|
|
|
2514
2718
|
readonly parentElement: HTMLElement | null;
|
|
2515
2719
|
readonly parentNode: ParentNode | null;
|
|
2516
2720
|
readonly previousSibling: ChildNode | null;
|
|
2517
|
-
textContent: string | null;
|
|
2518
2721
|
appendChild<T extends Node>(node: T): T;
|
|
2519
|
-
cloneNode(
|
|
2722
|
+
cloneNode(subtree?: boolean): Node;
|
|
2520
2723
|
compareDocumentPosition(other: Node): number;
|
|
2521
2724
|
contains(other: Node | null): boolean;
|
|
2522
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2725
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2523
2726
|
hasChildNodes(): boolean;
|
|
2524
|
-
insertBefore<
|
|
2727
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2525
2728
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2526
2729
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2527
2730
|
isSameNode(otherNode: Node | null): boolean;
|
|
2528
2731
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2529
2732
|
lookupPrefix(namespace: string | null): string | null;
|
|
2530
2733
|
normalize(): void;
|
|
2531
|
-
removeChild<
|
|
2532
|
-
replaceChild<
|
|
2734
|
+
removeChild<T extends Node>(child: T): T;
|
|
2735
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2533
2736
|
readonly ELEMENT_NODE: 1;
|
|
2534
2737
|
readonly ATTRIBUTE_NODE: 2;
|
|
2535
2738
|
readonly TEXT_NODE: 3;
|
|
@@ -2549,35 +2752,49 @@ declare const NumberField_base: {
|
|
|
2549
2752
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2550
2753
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2551
2754
|
dispatchEvent(event: Event): boolean;
|
|
2755
|
+
ariaActiveDescendantElement: Element | null;
|
|
2552
2756
|
ariaAtomic: string | null;
|
|
2553
2757
|
ariaAutoComplete: string | null;
|
|
2758
|
+
ariaBrailleLabel: string | null;
|
|
2759
|
+
ariaBrailleRoleDescription: string | null;
|
|
2554
2760
|
ariaBusy: string | null;
|
|
2555
2761
|
ariaChecked: string | null;
|
|
2556
2762
|
ariaColCount: string | null;
|
|
2557
2763
|
ariaColIndex: string | null;
|
|
2764
|
+
ariaColIndexText: string | null;
|
|
2558
2765
|
ariaColSpan: string | null;
|
|
2766
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2559
2767
|
ariaCurrent: string | null;
|
|
2768
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2769
|
+
ariaDescription: string | null;
|
|
2770
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2560
2771
|
ariaDisabled: string | null;
|
|
2772
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2561
2773
|
ariaExpanded: string | null;
|
|
2774
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2562
2775
|
ariaHasPopup: string | null;
|
|
2563
2776
|
ariaHidden: string | null;
|
|
2564
2777
|
ariaInvalid: string | null;
|
|
2565
2778
|
ariaKeyShortcuts: string | null;
|
|
2566
2779
|
ariaLabel: string | null;
|
|
2780
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2567
2781
|
ariaLevel: string | null;
|
|
2568
2782
|
ariaLive: string | null;
|
|
2569
2783
|
ariaModal: string | null;
|
|
2570
2784
|
ariaMultiLine: string | null;
|
|
2571
2785
|
ariaMultiSelectable: string | null;
|
|
2572
2786
|
ariaOrientation: string | null;
|
|
2787
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2573
2788
|
ariaPlaceholder: string | null;
|
|
2574
2789
|
ariaPosInSet: string | null;
|
|
2575
2790
|
ariaPressed: string | null;
|
|
2576
2791
|
ariaReadOnly: string | null;
|
|
2792
|
+
ariaRelevant: string | null;
|
|
2577
2793
|
ariaRequired: string | null;
|
|
2578
2794
|
ariaRoleDescription: string | null;
|
|
2579
2795
|
ariaRowCount: string | null;
|
|
2580
2796
|
ariaRowIndex: string | null;
|
|
2797
|
+
ariaRowIndexText: string | null;
|
|
2581
2798
|
ariaRowSpan: string | null;
|
|
2582
2799
|
ariaSelected: string | null;
|
|
2583
2800
|
ariaSetSize: string | null;
|
|
@@ -2587,34 +2804,35 @@ declare const NumberField_base: {
|
|
|
2587
2804
|
ariaValueNow: string | null;
|
|
2588
2805
|
ariaValueText: string | null;
|
|
2589
2806
|
role: string | null;
|
|
2590
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2591
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2592
|
-
after(...nodes: (
|
|
2593
|
-
before(...nodes: (
|
|
2807
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2808
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2809
|
+
after(...nodes: (Node | string)[]): void;
|
|
2810
|
+
before(...nodes: (Node | string)[]): void;
|
|
2594
2811
|
remove(): void;
|
|
2595
|
-
replaceWith(...nodes: (
|
|
2596
|
-
innerHTML: string;
|
|
2812
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2597
2813
|
readonly nextElementSibling: Element | null;
|
|
2598
2814
|
readonly previousElementSibling: Element | null;
|
|
2599
2815
|
readonly childElementCount: number;
|
|
2600
2816
|
readonly children: HTMLCollection;
|
|
2601
2817
|
readonly firstElementChild: Element | null;
|
|
2602
2818
|
readonly lastElementChild: Element | null;
|
|
2603
|
-
append(...nodes: (
|
|
2604
|
-
prepend(...nodes: (
|
|
2605
|
-
querySelector<
|
|
2606
|
-
querySelector<
|
|
2607
|
-
querySelector<
|
|
2608
|
-
querySelector<
|
|
2609
|
-
querySelector<
|
|
2610
|
-
querySelectorAll<
|
|
2611
|
-
querySelectorAll<
|
|
2612
|
-
querySelectorAll<
|
|
2613
|
-
querySelectorAll<
|
|
2614
|
-
querySelectorAll<
|
|
2615
|
-
replaceChildren(...nodes: (
|
|
2819
|
+
append(...nodes: (Node | string)[]): void;
|
|
2820
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2821
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2822
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2823
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2824
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2825
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2826
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2827
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2828
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2829
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2830
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2831
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2616
2832
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2617
|
-
readonly
|
|
2833
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2834
|
+
get style(): CSSStyleDeclaration;
|
|
2835
|
+
set style(cssText: string);
|
|
2618
2836
|
contentEditable: string;
|
|
2619
2837
|
enterKeyHint: string;
|
|
2620
2838
|
inputMode: string;
|
|
@@ -2624,16 +2842,20 @@ declare const NumberField_base: {
|
|
|
2624
2842
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2625
2843
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2626
2844
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2627
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2845
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2628
2846
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2847
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2848
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2629
2849
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2630
2850
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2631
2851
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2632
2852
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2633
2853
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2634
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2854
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2635
2855
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2636
|
-
|
|
2856
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2857
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2858
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2637
2859
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2638
2860
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2639
2861
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2680,12 +2902,14 @@ declare const NumberField_base: {
|
|
|
2680
2902
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2681
2903
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2682
2904
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2905
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2683
2906
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2684
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2907
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2685
2908
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2686
2909
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2687
2910
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2688
2911
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2912
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2689
2913
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2690
2914
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2691
2915
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2697,7 +2921,7 @@ declare const NumberField_base: {
|
|
|
2697
2921
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2698
2922
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2699
2923
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2700
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2924
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2701
2925
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2702
2926
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2703
2927
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2715,14 +2939,10 @@ declare const NumberField_base: {
|
|
|
2715
2939
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2716
2940
|
autofocus: boolean;
|
|
2717
2941
|
readonly dataset: DOMStringMap;
|
|
2718
|
-
nonce?: string
|
|
2942
|
+
nonce?: string;
|
|
2719
2943
|
tabIndex: number;
|
|
2720
2944
|
blur(): void;
|
|
2721
|
-
focus(options?: FocusOptions
|
|
2722
|
-
ariaColIndexText: string | null;
|
|
2723
|
-
ariaDescription: string | null;
|
|
2724
|
-
ariaRowIndexText: string | null;
|
|
2725
|
-
ariaRelevant: string | null;
|
|
2945
|
+
focus(options?: FocusOptions): void;
|
|
2726
2946
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2727
2947
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2728
2948
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2765,7 +2985,7 @@ declare const NumberField_base: {
|
|
|
2765
2985
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2766
2986
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2767
2987
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2768
|
-
"__#
|
|
2988
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2769
2989
|
newPropertyName: string;
|
|
2770
2990
|
deprecatedPropertyName: string;
|
|
2771
2991
|
fromDeprecated: (v: any) => any;
|
|
@@ -2776,13 +2996,14 @@ declare const NumberField_base: {
|
|
|
2776
2996
|
new (...args: any[]): {
|
|
2777
2997
|
_vividAriaBehaviour: "delegate";
|
|
2778
2998
|
connectedCallback(): void;
|
|
2779
|
-
readonly $fastController: import(
|
|
2780
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2999
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3000
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2781
3001
|
disconnectedCallback(): void;
|
|
2782
3002
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2783
3003
|
accessKey: string;
|
|
2784
3004
|
readonly accessKeyLabel: string;
|
|
2785
3005
|
autocapitalize: string;
|
|
3006
|
+
autocorrect: boolean;
|
|
2786
3007
|
dir: string;
|
|
2787
3008
|
draggable: boolean;
|
|
2788
3009
|
hidden: boolean;
|
|
@@ -2795,30 +3016,39 @@ declare const NumberField_base: {
|
|
|
2795
3016
|
readonly offsetTop: number;
|
|
2796
3017
|
readonly offsetWidth: number;
|
|
2797
3018
|
outerText: string;
|
|
3019
|
+
popover: string | null;
|
|
2798
3020
|
spellcheck: boolean;
|
|
2799
3021
|
title: string;
|
|
2800
3022
|
translate: boolean;
|
|
3023
|
+
writingSuggestions: string;
|
|
2801
3024
|
attachInternals(): ElementInternals;
|
|
2802
3025
|
click(): void;
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
3026
|
+
hidePopover(): void;
|
|
3027
|
+
showPopover(): void;
|
|
3028
|
+
togglePopover(options?: boolean): boolean;
|
|
3029
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3030
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3031
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3032
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2807
3033
|
readonly attributes: NamedNodeMap;
|
|
2808
|
-
|
|
3034
|
+
get classList(): DOMTokenList;
|
|
3035
|
+
set classList(value: string);
|
|
2809
3036
|
className: string;
|
|
2810
3037
|
readonly clientHeight: number;
|
|
2811
3038
|
readonly clientLeft: number;
|
|
2812
3039
|
readonly clientTop: number;
|
|
2813
3040
|
readonly clientWidth: number;
|
|
3041
|
+
readonly currentCSSZoom: number;
|
|
2814
3042
|
id: string;
|
|
3043
|
+
innerHTML: string;
|
|
2815
3044
|
readonly localName: string;
|
|
2816
3045
|
readonly namespaceURI: string | null;
|
|
2817
3046
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2818
3047
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2819
3048
|
outerHTML: string;
|
|
2820
3049
|
readonly ownerDocument: Document;
|
|
2821
|
-
|
|
3050
|
+
get part(): DOMTokenList;
|
|
3051
|
+
set part(value: string);
|
|
2822
3052
|
readonly prefix: string | null;
|
|
2823
3053
|
readonly scrollHeight: number;
|
|
2824
3054
|
scrollLeft: number;
|
|
@@ -2828,11 +3058,12 @@ declare const NumberField_base: {
|
|
|
2828
3058
|
slot: string;
|
|
2829
3059
|
readonly tagName: string;
|
|
2830
3060
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2831
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2832
|
-
closest<
|
|
2833
|
-
closest<
|
|
2834
|
-
closest<
|
|
2835
|
-
closest<
|
|
3061
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3062
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
3063
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
3064
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
3065
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
3066
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2836
3067
|
getAttribute(qualifiedName: string): string | null;
|
|
2837
3068
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2838
3069
|
getAttributeNames(): string[];
|
|
@@ -2841,43 +3072,47 @@ declare const NumberField_base: {
|
|
|
2841
3072
|
getBoundingClientRect(): DOMRect;
|
|
2842
3073
|
getClientRects(): DOMRectList;
|
|
2843
3074
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2844
|
-
getElementsByTagName<
|
|
2845
|
-
getElementsByTagName<
|
|
2846
|
-
getElementsByTagName<
|
|
2847
|
-
getElementsByTagName<
|
|
3075
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
3076
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
3077
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
3078
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2848
3079
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2849
3080
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2850
3081
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2851
3082
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2852
3083
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3084
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2853
3085
|
hasAttribute(qualifiedName: string): boolean;
|
|
2854
3086
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2855
3087
|
hasAttributes(): boolean;
|
|
2856
3088
|
hasPointerCapture(pointerId: number): boolean;
|
|
2857
3089
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2858
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
3090
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2859
3091
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2860
3092
|
matches(selectors: string): boolean;
|
|
2861
3093
|
releasePointerCapture(pointerId: number): void;
|
|
2862
3094
|
removeAttribute(qualifiedName: string): void;
|
|
2863
3095
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2864
3096
|
removeAttributeNode(attr: Attr): Attr;
|
|
2865
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2866
|
-
requestPointerLock(): void
|
|
2867
|
-
scroll(options?: ScrollToOptions
|
|
3097
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
3098
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
3099
|
+
scroll(options?: ScrollToOptions): void;
|
|
2868
3100
|
scroll(x: number, y: number): void;
|
|
2869
|
-
scrollBy(options?: ScrollToOptions
|
|
3101
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2870
3102
|
scrollBy(x: number, y: number): void;
|
|
2871
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2872
|
-
scrollTo(options?: ScrollToOptions
|
|
3103
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
3104
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2873
3105
|
scrollTo(x: number, y: number): void;
|
|
2874
3106
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2875
3107
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2876
3108
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2877
3109
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3110
|
+
setHTMLUnsafe(html: string): void;
|
|
2878
3111
|
setPointerCapture(pointerId: number): void;
|
|
2879
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
3112
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2880
3113
|
webkitMatchesSelector(selectors: string): boolean;
|
|
3114
|
+
get textContent(): string;
|
|
3115
|
+
set textContent(value: string | null);
|
|
2881
3116
|
readonly baseURI: string;
|
|
2882
3117
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2883
3118
|
readonly firstChild: ChildNode | null;
|
|
@@ -2890,22 +3125,21 @@ declare const NumberField_base: {
|
|
|
2890
3125
|
readonly parentElement: HTMLElement | null;
|
|
2891
3126
|
readonly parentNode: ParentNode | null;
|
|
2892
3127
|
readonly previousSibling: ChildNode | null;
|
|
2893
|
-
textContent: string | null;
|
|
2894
3128
|
appendChild<T extends Node>(node: T): T;
|
|
2895
|
-
cloneNode(
|
|
3129
|
+
cloneNode(subtree?: boolean): Node;
|
|
2896
3130
|
compareDocumentPosition(other: Node): number;
|
|
2897
3131
|
contains(other: Node | null): boolean;
|
|
2898
|
-
getRootNode(options?: GetRootNodeOptions
|
|
3132
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2899
3133
|
hasChildNodes(): boolean;
|
|
2900
|
-
insertBefore<
|
|
3134
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2901
3135
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2902
3136
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2903
3137
|
isSameNode(otherNode: Node | null): boolean;
|
|
2904
3138
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2905
3139
|
lookupPrefix(namespace: string | null): string | null;
|
|
2906
3140
|
normalize(): void;
|
|
2907
|
-
removeChild<
|
|
2908
|
-
replaceChild<
|
|
3141
|
+
removeChild<T extends Node>(child: T): T;
|
|
3142
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2909
3143
|
readonly ELEMENT_NODE: 1;
|
|
2910
3144
|
readonly ATTRIBUTE_NODE: 2;
|
|
2911
3145
|
readonly TEXT_NODE: 3;
|
|
@@ -2925,35 +3159,49 @@ declare const NumberField_base: {
|
|
|
2925
3159
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2926
3160
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2927
3161
|
dispatchEvent(event: Event): boolean;
|
|
3162
|
+
ariaActiveDescendantElement: Element | null;
|
|
2928
3163
|
ariaAtomic: string | null;
|
|
2929
3164
|
ariaAutoComplete: string | null;
|
|
3165
|
+
ariaBrailleLabel: string | null;
|
|
3166
|
+
ariaBrailleRoleDescription: string | null;
|
|
2930
3167
|
ariaBusy: string | null;
|
|
2931
3168
|
ariaChecked: string | null;
|
|
2932
3169
|
ariaColCount: string | null;
|
|
2933
3170
|
ariaColIndex: string | null;
|
|
3171
|
+
ariaColIndexText: string | null;
|
|
2934
3172
|
ariaColSpan: string | null;
|
|
3173
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2935
3174
|
ariaCurrent: string | null;
|
|
3175
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
3176
|
+
ariaDescription: string | null;
|
|
3177
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2936
3178
|
ariaDisabled: string | null;
|
|
3179
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2937
3180
|
ariaExpanded: string | null;
|
|
3181
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2938
3182
|
ariaHasPopup: string | null;
|
|
2939
3183
|
ariaHidden: string | null;
|
|
2940
3184
|
ariaInvalid: string | null;
|
|
2941
3185
|
ariaKeyShortcuts: string | null;
|
|
2942
3186
|
ariaLabel: string | null;
|
|
3187
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2943
3188
|
ariaLevel: string | null;
|
|
2944
3189
|
ariaLive: string | null;
|
|
2945
3190
|
ariaModal: string | null;
|
|
2946
3191
|
ariaMultiLine: string | null;
|
|
2947
3192
|
ariaMultiSelectable: string | null;
|
|
2948
3193
|
ariaOrientation: string | null;
|
|
3194
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2949
3195
|
ariaPlaceholder: string | null;
|
|
2950
3196
|
ariaPosInSet: string | null;
|
|
2951
3197
|
ariaPressed: string | null;
|
|
2952
3198
|
ariaReadOnly: string | null;
|
|
3199
|
+
ariaRelevant: string | null;
|
|
2953
3200
|
ariaRequired: string | null;
|
|
2954
3201
|
ariaRoleDescription: string | null;
|
|
2955
3202
|
ariaRowCount: string | null;
|
|
2956
3203
|
ariaRowIndex: string | null;
|
|
3204
|
+
ariaRowIndexText: string | null;
|
|
2957
3205
|
ariaRowSpan: string | null;
|
|
2958
3206
|
ariaSelected: string | null;
|
|
2959
3207
|
ariaSetSize: string | null;
|
|
@@ -2963,34 +3211,35 @@ declare const NumberField_base: {
|
|
|
2963
3211
|
ariaValueNow: string | null;
|
|
2964
3212
|
ariaValueText: string | null;
|
|
2965
3213
|
role: string | null;
|
|
2966
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2967
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2968
|
-
after(...nodes: (
|
|
2969
|
-
before(...nodes: (
|
|
3214
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
3215
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
3216
|
+
after(...nodes: (Node | string)[]): void;
|
|
3217
|
+
before(...nodes: (Node | string)[]): void;
|
|
2970
3218
|
remove(): void;
|
|
2971
|
-
replaceWith(...nodes: (
|
|
2972
|
-
innerHTML: string;
|
|
3219
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2973
3220
|
readonly nextElementSibling: Element | null;
|
|
2974
3221
|
readonly previousElementSibling: Element | null;
|
|
2975
3222
|
readonly childElementCount: number;
|
|
2976
3223
|
readonly children: HTMLCollection;
|
|
2977
3224
|
readonly firstElementChild: Element | null;
|
|
2978
3225
|
readonly lastElementChild: Element | null;
|
|
2979
|
-
append(...nodes: (
|
|
2980
|
-
prepend(...nodes: (
|
|
2981
|
-
querySelector<
|
|
2982
|
-
querySelector<
|
|
2983
|
-
querySelector<
|
|
2984
|
-
querySelector<
|
|
2985
|
-
querySelector<
|
|
2986
|
-
querySelectorAll<
|
|
2987
|
-
querySelectorAll<
|
|
2988
|
-
querySelectorAll<
|
|
2989
|
-
querySelectorAll<
|
|
2990
|
-
querySelectorAll<
|
|
2991
|
-
replaceChildren(...nodes: (
|
|
3226
|
+
append(...nodes: (Node | string)[]): void;
|
|
3227
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
3228
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
3229
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
3230
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
3231
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
3232
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
3233
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
3234
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
3235
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
3236
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3237
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
3238
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2992
3239
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2993
|
-
readonly
|
|
3240
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
3241
|
+
get style(): CSSStyleDeclaration;
|
|
3242
|
+
set style(cssText: string);
|
|
2994
3243
|
contentEditable: string;
|
|
2995
3244
|
enterKeyHint: string;
|
|
2996
3245
|
inputMode: string;
|
|
@@ -3000,16 +3249,20 @@ declare const NumberField_base: {
|
|
|
3000
3249
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3001
3250
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3002
3251
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3003
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
3252
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3004
3253
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3254
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3255
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3005
3256
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3006
3257
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3007
3258
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3008
3259
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3009
3260
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3010
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
3261
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3011
3262
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3012
|
-
|
|
3263
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3264
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3265
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3013
3266
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3014
3267
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3015
3268
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -3056,12 +3309,14 @@ declare const NumberField_base: {
|
|
|
3056
3309
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3057
3310
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3058
3311
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3312
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3059
3313
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3060
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
3314
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
3061
3315
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3062
3316
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3063
3317
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3064
3318
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3319
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3065
3320
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3066
3321
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3067
3322
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -3073,7 +3328,7 @@ declare const NumberField_base: {
|
|
|
3073
3328
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3074
3329
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3075
3330
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3076
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
3331
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3077
3332
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3078
3333
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3079
3334
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -3091,14 +3346,10 @@ declare const NumberField_base: {
|
|
|
3091
3346
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3092
3347
|
autofocus: boolean;
|
|
3093
3348
|
readonly dataset: DOMStringMap;
|
|
3094
|
-
nonce?: string
|
|
3349
|
+
nonce?: string;
|
|
3095
3350
|
tabIndex: number;
|
|
3096
3351
|
blur(): void;
|
|
3097
|
-
focus(options?: FocusOptions
|
|
3098
|
-
ariaColIndexText: string | null;
|
|
3099
|
-
ariaDescription: string | null;
|
|
3100
|
-
ariaRowIndexText: string | null;
|
|
3101
|
-
ariaRelevant: string | null;
|
|
3352
|
+
focus(options?: FocusOptions): void;
|
|
3102
3353
|
roleChanged(prev: string | null, next: string | null): void;
|
|
3103
3354
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3104
3355
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -3141,7 +3392,7 @@ declare const NumberField_base: {
|
|
|
3141
3392
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3142
3393
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3143
3394
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
3144
|
-
"__#
|
|
3395
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
3145
3396
|
newPropertyName: string;
|
|
3146
3397
|
deprecatedPropertyName: string;
|
|
3147
3398
|
fromDeprecated: (v: any) => any;
|
|
@@ -3150,17 +3401,18 @@ declare const NumberField_base: {
|
|
|
3150
3401
|
};
|
|
3151
3402
|
} & {
|
|
3152
3403
|
new (...args: any[]): {
|
|
3153
|
-
proxy: import(
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3404
|
+
proxy: import('../../shared/foundation/form-associated/form-associated').ProxyElement;
|
|
3405
|
+
get validity(): ValidityState;
|
|
3406
|
+
get form(): HTMLFormElement | null;
|
|
3407
|
+
get validationMessage(): string;
|
|
3408
|
+
get willValidate(): boolean;
|
|
3409
|
+
get labels(): ReadonlyArray<Node>;
|
|
3159
3410
|
dirtyValue: boolean;
|
|
3160
|
-
proxySlot?: HTMLSlotElement
|
|
3411
|
+
proxySlot?: HTMLSlotElement;
|
|
3161
3412
|
value: string;
|
|
3162
3413
|
valueChanged(_previous: string, _next: string): void;
|
|
3163
|
-
currentValue: string;
|
|
3414
|
+
get currentValue(): string;
|
|
3415
|
+
set currentValue(value: string);
|
|
3164
3416
|
initialValue: string;
|
|
3165
3417
|
initialValueChanged(_previous: string, _next: string): void;
|
|
3166
3418
|
disabled: boolean;
|
|
@@ -3169,29 +3421,30 @@ declare const NumberField_base: {
|
|
|
3169
3421
|
nameChanged(_previous: string, _next: string): void;
|
|
3170
3422
|
required: boolean;
|
|
3171
3423
|
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
3172
|
-
|
|
3424
|
+
get elementInternals(): ElementInternals | null;
|
|
3173
3425
|
proxyEventsToBlock: string[];
|
|
3174
3426
|
connectedCallback(): void;
|
|
3175
3427
|
disconnectedCallback(): void;
|
|
3176
3428
|
checkValidity(): boolean;
|
|
3177
3429
|
reportValidity(): boolean;
|
|
3178
|
-
setValidity(flags: ValidityStateFlags, message?: string
|
|
3430
|
+
setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
|
|
3179
3431
|
formDisabledCallback(disabled: boolean): void;
|
|
3180
3432
|
formResetCallback(): void;
|
|
3181
3433
|
proxyInitialized: boolean;
|
|
3182
3434
|
attachProxy(): void;
|
|
3183
3435
|
detachProxy(): void;
|
|
3184
|
-
validate(anchor?: HTMLElement
|
|
3185
|
-
setFormValue(value:
|
|
3436
|
+
validate(anchor?: HTMLElement): void;
|
|
3437
|
+
setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
|
|
3186
3438
|
_keypressHandler(e: KeyboardEvent): void;
|
|
3187
3439
|
stopPropagation(e: Event): void;
|
|
3188
|
-
_vividAriaBehaviour: import(
|
|
3189
|
-
readonly $fastController: import(
|
|
3190
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
3440
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
3441
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3442
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
3191
3443
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
3192
3444
|
accessKey: string;
|
|
3193
3445
|
readonly accessKeyLabel: string;
|
|
3194
3446
|
autocapitalize: string;
|
|
3447
|
+
autocorrect: boolean;
|
|
3195
3448
|
dir: string;
|
|
3196
3449
|
draggable: boolean;
|
|
3197
3450
|
hidden: boolean;
|
|
@@ -3204,30 +3457,39 @@ declare const NumberField_base: {
|
|
|
3204
3457
|
readonly offsetTop: number;
|
|
3205
3458
|
readonly offsetWidth: number;
|
|
3206
3459
|
outerText: string;
|
|
3460
|
+
popover: string | null;
|
|
3207
3461
|
spellcheck: boolean;
|
|
3208
3462
|
title: string;
|
|
3209
3463
|
translate: boolean;
|
|
3464
|
+
writingSuggestions: string;
|
|
3210
3465
|
attachInternals(): ElementInternals;
|
|
3211
3466
|
click(): void;
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3467
|
+
hidePopover(): void;
|
|
3468
|
+
showPopover(): void;
|
|
3469
|
+
togglePopover(options?: boolean): boolean;
|
|
3470
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3471
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3472
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3473
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3216
3474
|
readonly attributes: NamedNodeMap;
|
|
3217
|
-
|
|
3475
|
+
get classList(): DOMTokenList;
|
|
3476
|
+
set classList(value: string);
|
|
3218
3477
|
className: string;
|
|
3219
3478
|
readonly clientHeight: number;
|
|
3220
3479
|
readonly clientLeft: number;
|
|
3221
3480
|
readonly clientTop: number;
|
|
3222
3481
|
readonly clientWidth: number;
|
|
3482
|
+
readonly currentCSSZoom: number;
|
|
3223
3483
|
id: string;
|
|
3484
|
+
innerHTML: string;
|
|
3224
3485
|
readonly localName: string;
|
|
3225
3486
|
readonly namespaceURI: string | null;
|
|
3226
3487
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
3227
3488
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
3228
3489
|
outerHTML: string;
|
|
3229
3490
|
readonly ownerDocument: Document;
|
|
3230
|
-
|
|
3491
|
+
get part(): DOMTokenList;
|
|
3492
|
+
set part(value: string);
|
|
3231
3493
|
readonly prefix: string | null;
|
|
3232
3494
|
readonly scrollHeight: number;
|
|
3233
3495
|
scrollLeft: number;
|
|
@@ -3237,11 +3499,12 @@ declare const NumberField_base: {
|
|
|
3237
3499
|
slot: string;
|
|
3238
3500
|
readonly tagName: string;
|
|
3239
3501
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
3240
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
3241
|
-
closest<
|
|
3242
|
-
closest<
|
|
3243
|
-
closest<
|
|
3244
|
-
closest<
|
|
3502
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3503
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
3504
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
3505
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
3506
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
3507
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
3245
3508
|
getAttribute(qualifiedName: string): string | null;
|
|
3246
3509
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
3247
3510
|
getAttributeNames(): string[];
|
|
@@ -3250,43 +3513,47 @@ declare const NumberField_base: {
|
|
|
3250
3513
|
getBoundingClientRect(): DOMRect;
|
|
3251
3514
|
getClientRects(): DOMRectList;
|
|
3252
3515
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
3253
|
-
getElementsByTagName<
|
|
3254
|
-
getElementsByTagName<
|
|
3255
|
-
getElementsByTagName<
|
|
3256
|
-
getElementsByTagName<
|
|
3516
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
3517
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
3518
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
3519
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3257
3520
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
3258
3521
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
3259
3522
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
3260
3523
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
3261
3524
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3525
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
3262
3526
|
hasAttribute(qualifiedName: string): boolean;
|
|
3263
3527
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
3264
3528
|
hasAttributes(): boolean;
|
|
3265
3529
|
hasPointerCapture(pointerId: number): boolean;
|
|
3266
3530
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
3267
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
3531
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
3268
3532
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
3269
3533
|
matches(selectors: string): boolean;
|
|
3270
3534
|
releasePointerCapture(pointerId: number): void;
|
|
3271
3535
|
removeAttribute(qualifiedName: string): void;
|
|
3272
3536
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
3273
3537
|
removeAttributeNode(attr: Attr): Attr;
|
|
3274
|
-
requestFullscreen(options?: FullscreenOptions
|
|
3275
|
-
requestPointerLock(): void
|
|
3276
|
-
scroll(options?: ScrollToOptions
|
|
3538
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
3539
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
3540
|
+
scroll(options?: ScrollToOptions): void;
|
|
3277
3541
|
scroll(x: number, y: number): void;
|
|
3278
|
-
scrollBy(options?: ScrollToOptions
|
|
3542
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
3279
3543
|
scrollBy(x: number, y: number): void;
|
|
3280
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
3281
|
-
scrollTo(options?: ScrollToOptions
|
|
3544
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
3545
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
3282
3546
|
scrollTo(x: number, y: number): void;
|
|
3283
3547
|
setAttribute(qualifiedName: string, value: string): void;
|
|
3284
3548
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
3285
3549
|
setAttributeNode(attr: Attr): Attr | null;
|
|
3286
3550
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3551
|
+
setHTMLUnsafe(html: string): void;
|
|
3287
3552
|
setPointerCapture(pointerId: number): void;
|
|
3288
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
3553
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
3289
3554
|
webkitMatchesSelector(selectors: string): boolean;
|
|
3555
|
+
get textContent(): string;
|
|
3556
|
+
set textContent(value: string | null);
|
|
3290
3557
|
readonly baseURI: string;
|
|
3291
3558
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
3292
3559
|
readonly firstChild: ChildNode | null;
|
|
@@ -3299,22 +3566,21 @@ declare const NumberField_base: {
|
|
|
3299
3566
|
readonly parentElement: HTMLElement | null;
|
|
3300
3567
|
readonly parentNode: ParentNode | null;
|
|
3301
3568
|
readonly previousSibling: ChildNode | null;
|
|
3302
|
-
textContent: string | null;
|
|
3303
3569
|
appendChild<T extends Node>(node: T): T;
|
|
3304
|
-
cloneNode(
|
|
3570
|
+
cloneNode(subtree?: boolean): Node;
|
|
3305
3571
|
compareDocumentPosition(other: Node): number;
|
|
3306
3572
|
contains(other: Node | null): boolean;
|
|
3307
|
-
getRootNode(options?: GetRootNodeOptions
|
|
3573
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
3308
3574
|
hasChildNodes(): boolean;
|
|
3309
|
-
insertBefore<
|
|
3575
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
3310
3576
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
3311
3577
|
isEqualNode(otherNode: Node | null): boolean;
|
|
3312
3578
|
isSameNode(otherNode: Node | null): boolean;
|
|
3313
3579
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
3314
3580
|
lookupPrefix(namespace: string | null): string | null;
|
|
3315
3581
|
normalize(): void;
|
|
3316
|
-
removeChild<
|
|
3317
|
-
replaceChild<
|
|
3582
|
+
removeChild<T extends Node>(child: T): T;
|
|
3583
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
3318
3584
|
readonly ELEMENT_NODE: 1;
|
|
3319
3585
|
readonly ATTRIBUTE_NODE: 2;
|
|
3320
3586
|
readonly TEXT_NODE: 3;
|
|
@@ -3334,35 +3600,49 @@ declare const NumberField_base: {
|
|
|
3334
3600
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
3335
3601
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
3336
3602
|
dispatchEvent(event: Event): boolean;
|
|
3603
|
+
ariaActiveDescendantElement: Element | null;
|
|
3337
3604
|
ariaAtomic: string | null;
|
|
3338
3605
|
ariaAutoComplete: string | null;
|
|
3606
|
+
ariaBrailleLabel: string | null;
|
|
3607
|
+
ariaBrailleRoleDescription: string | null;
|
|
3339
3608
|
ariaBusy: string | null;
|
|
3340
3609
|
ariaChecked: string | null;
|
|
3341
3610
|
ariaColCount: string | null;
|
|
3342
3611
|
ariaColIndex: string | null;
|
|
3612
|
+
ariaColIndexText: string | null;
|
|
3343
3613
|
ariaColSpan: string | null;
|
|
3614
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
3344
3615
|
ariaCurrent: string | null;
|
|
3616
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
3617
|
+
ariaDescription: string | null;
|
|
3618
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
3345
3619
|
ariaDisabled: string | null;
|
|
3620
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
3346
3621
|
ariaExpanded: string | null;
|
|
3622
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
3347
3623
|
ariaHasPopup: string | null;
|
|
3348
3624
|
ariaHidden: string | null;
|
|
3349
3625
|
ariaInvalid: string | null;
|
|
3350
3626
|
ariaKeyShortcuts: string | null;
|
|
3351
3627
|
ariaLabel: string | null;
|
|
3628
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
3352
3629
|
ariaLevel: string | null;
|
|
3353
3630
|
ariaLive: string | null;
|
|
3354
3631
|
ariaModal: string | null;
|
|
3355
3632
|
ariaMultiLine: string | null;
|
|
3356
3633
|
ariaMultiSelectable: string | null;
|
|
3357
3634
|
ariaOrientation: string | null;
|
|
3635
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
3358
3636
|
ariaPlaceholder: string | null;
|
|
3359
3637
|
ariaPosInSet: string | null;
|
|
3360
3638
|
ariaPressed: string | null;
|
|
3361
3639
|
ariaReadOnly: string | null;
|
|
3640
|
+
ariaRelevant: string | null;
|
|
3362
3641
|
ariaRequired: string | null;
|
|
3363
3642
|
ariaRoleDescription: string | null;
|
|
3364
3643
|
ariaRowCount: string | null;
|
|
3365
3644
|
ariaRowIndex: string | null;
|
|
3645
|
+
ariaRowIndexText: string | null;
|
|
3366
3646
|
ariaRowSpan: string | null;
|
|
3367
3647
|
ariaSelected: string | null;
|
|
3368
3648
|
ariaSetSize: string | null;
|
|
@@ -3372,34 +3652,35 @@ declare const NumberField_base: {
|
|
|
3372
3652
|
ariaValueNow: string | null;
|
|
3373
3653
|
ariaValueText: string | null;
|
|
3374
3654
|
role: string | null;
|
|
3375
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
3376
|
-
getAnimations(options?: GetAnimationsOptions
|
|
3377
|
-
after(...nodes: (
|
|
3378
|
-
before(...nodes: (
|
|
3655
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
3656
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
3657
|
+
after(...nodes: (Node | string)[]): void;
|
|
3658
|
+
before(...nodes: (Node | string)[]): void;
|
|
3379
3659
|
remove(): void;
|
|
3380
|
-
replaceWith(...nodes: (
|
|
3381
|
-
innerHTML: string;
|
|
3660
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
3382
3661
|
readonly nextElementSibling: Element | null;
|
|
3383
3662
|
readonly previousElementSibling: Element | null;
|
|
3384
3663
|
readonly childElementCount: number;
|
|
3385
3664
|
readonly children: HTMLCollection;
|
|
3386
3665
|
readonly firstElementChild: Element | null;
|
|
3387
3666
|
readonly lastElementChild: Element | null;
|
|
3388
|
-
append(...nodes: (
|
|
3389
|
-
prepend(...nodes: (
|
|
3390
|
-
querySelector<
|
|
3391
|
-
querySelector<
|
|
3392
|
-
querySelector<
|
|
3393
|
-
querySelector<
|
|
3394
|
-
querySelector<
|
|
3395
|
-
querySelectorAll<
|
|
3396
|
-
querySelectorAll<
|
|
3397
|
-
querySelectorAll<
|
|
3398
|
-
querySelectorAll<
|
|
3399
|
-
querySelectorAll<
|
|
3400
|
-
replaceChildren(...nodes: (
|
|
3667
|
+
append(...nodes: (Node | string)[]): void;
|
|
3668
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
3669
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
3670
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
3671
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
3672
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
3673
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
3674
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
3675
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
3676
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
3677
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3678
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
3679
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
3401
3680
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
3402
|
-
readonly
|
|
3681
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
3682
|
+
get style(): CSSStyleDeclaration;
|
|
3683
|
+
set style(cssText: string);
|
|
3403
3684
|
contentEditable: string;
|
|
3404
3685
|
enterKeyHint: string;
|
|
3405
3686
|
inputMode: string;
|
|
@@ -3409,16 +3690,20 @@ declare const NumberField_base: {
|
|
|
3409
3690
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3410
3691
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3411
3692
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3412
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
3693
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3413
3694
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3695
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3696
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3414
3697
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3415
3698
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3416
3699
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3417
3700
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3418
3701
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3419
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
3702
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3420
3703
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3421
|
-
|
|
3704
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3705
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3706
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3422
3707
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3423
3708
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3424
3709
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -3465,12 +3750,14 @@ declare const NumberField_base: {
|
|
|
3465
3750
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3466
3751
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3467
3752
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3753
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3468
3754
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3469
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
3755
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
3470
3756
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3471
3757
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3472
3758
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3473
3759
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3760
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3474
3761
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3475
3762
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3476
3763
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -3482,7 +3769,7 @@ declare const NumberField_base: {
|
|
|
3482
3769
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3483
3770
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3484
3771
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3485
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
3772
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3486
3773
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3487
3774
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3488
3775
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -3500,14 +3787,10 @@ declare const NumberField_base: {
|
|
|
3500
3787
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3501
3788
|
autofocus: boolean;
|
|
3502
3789
|
readonly dataset: DOMStringMap;
|
|
3503
|
-
nonce?: string
|
|
3790
|
+
nonce?: string;
|
|
3504
3791
|
tabIndex: number;
|
|
3505
3792
|
blur(): void;
|
|
3506
|
-
focus(options?: FocusOptions
|
|
3507
|
-
ariaColIndexText: string | null;
|
|
3508
|
-
ariaDescription: string | null;
|
|
3509
|
-
ariaRowIndexText: string | null;
|
|
3510
|
-
ariaRelevant: string | null;
|
|
3793
|
+
focus(options?: FocusOptions): void;
|
|
3511
3794
|
roleChanged(prev: string | null, next: string | null): void;
|
|
3512
3795
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3513
3796
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -3550,14 +3833,14 @@ declare const NumberField_base: {
|
|
|
3550
3833
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3551
3834
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3552
3835
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
3553
|
-
"__#
|
|
3836
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
3554
3837
|
newPropertyName: string;
|
|
3555
3838
|
deprecatedPropertyName: string;
|
|
3556
3839
|
fromDeprecated: (v: any) => any;
|
|
3557
3840
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3558
3841
|
}): void;
|
|
3559
3842
|
};
|
|
3560
|
-
|
|
3843
|
+
get formAssociated(): boolean;
|
|
3561
3844
|
} & typeof VividElement;
|
|
3562
3845
|
export declare class NumberField extends NumberField_base {
|
|
3563
3846
|
#private;
|