@vonage/vivid 5.12.0 → 5.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled/definition19.cjs +63 -44
- package/bundled/definition19.js +322 -246
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +16 -13
- package/bundled/slottable-request.cjs +4 -4
- package/bundled/slottable-request.js +70 -70
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +2640 -2580
- package/data-grid/definition.cjs +37 -13
- package/data-grid/definition.js +37 -13
- package/data-grid/index.cjs +38 -32
- package/data-grid/index.js +201 -178
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/lib/accordion/accordion.template.d.ts +2 -2
- package/lib/accordion/index.d.ts +1 -0
- package/lib/accordion-item/accordion-item.d.ts +98 -67
- package/lib/accordion-item/accordion-item.template.d.ts +3 -3
- package/lib/accordion-item/index.d.ts +1 -0
- package/lib/action-group/action-group.d.ts +95 -64
- package/lib/action-group/action-group.template.d.ts +2 -2
- package/lib/action-group/index.d.ts +1 -0
- package/lib/alert/alert.d.ts +192 -130
- package/lib/alert/alert.template.d.ts +3 -3
- package/lib/alert/index.d.ts +1 -0
- package/lib/audio-player/audio-player.d.ts +97 -67
- package/lib/audio-player/audio-player.template.d.ts +2 -2
- package/lib/audio-player/index.d.ts +1 -0
- package/lib/avatar/avatar.d.ts +105 -117
- package/lib/avatar/avatar.template.d.ts +1 -1
- package/lib/avatar/index.d.ts +1 -0
- package/lib/badge/badge.d.ts +98 -67
- package/lib/badge/badge.template.d.ts +3 -3
- package/lib/badge/index.d.ts +1 -0
- package/lib/banner/banner.d.ts +286 -193
- package/lib/banner/banner.template.d.ts +3 -3
- package/lib/banner/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.d.ts +93 -62
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -2
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +103 -115
- package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +3 -3
- package/lib/breadcrumb-item/index.d.ts +1 -0
- package/lib/button/button.d.ts +297 -247
- package/lib/button/button.template.d.ts +3 -3
- package/lib/button/index.d.ts +1 -0
- package/lib/calendar/calendar.d.ts +2 -2
- package/lib/calendar/calendar.template.d.ts +2 -2
- package/lib/calendar/helpers/calendar.event-context.d.ts +1 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/calendar/index.d.ts +1 -0
- package/lib/calendar-event/calendar-event.d.ts +95 -64
- package/lib/calendar-event/calendar-event.template.d.ts +2 -2
- package/lib/calendar-event/index.d.ts +1 -0
- package/lib/card/card.d.ts +105 -117
- package/lib/card/card.template.d.ts +2 -2
- package/lib/card/index.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +628 -437
- package/lib/checkbox/checkbox.template.d.ts +3 -3
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/color-picker/color-picker.d.ts +726 -506
- package/lib/color-picker/color-picker.template.d.ts +2 -2
- package/lib/color-picker/definition.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +741 -520
- package/lib/combobox/combobox.template.d.ts +3 -3
- package/lib/combobox/index.d.ts +1 -0
- package/lib/contextual-help/contextual-help.d.ts +1 -1
- package/lib/contextual-help/contextual-help.template.d.ts +3 -3
- package/lib/contextual-help/index.d.ts +1 -0
- package/lib/country/country-code-to-flag-icon.d.ts +1 -1
- package/lib/country/country.template.d.ts +3 -3
- package/lib/country/index.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +190 -128
- package/lib/data-grid/data-grid-cell.template.d.ts +3 -3
- package/lib/data-grid/data-grid-row.d.ts +95 -64
- package/lib/data-grid/data-grid-row.template.d.ts +3 -3
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/data-grid/data-grid.template.d.ts +3 -3
- package/lib/data-grid/index.d.ts +1 -0
- package/lib/data-grid/locale.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1045 -792
- package/lib/date-picker/date-picker.template.d.ts +2 -2
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-range-picker/date-range-picker.d.ts +538 -411
- package/lib/date-range-picker/date-range-picker.template.d.ts +2 -2
- package/lib/date-range-picker/index.d.ts +1 -0
- package/lib/date-time-picker/date-time-picker.d.ts +1026 -772
- package/lib/date-time-picker/date-time-picker.template.d.ts +2 -2
- package/lib/date-time-picker/index.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +95 -64
- package/lib/dial-pad/dial-pad.template.d.ts +2 -2
- package/lib/dial-pad/index.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +189 -127
- package/lib/dialog/dialog.template.d.ts +3 -3
- package/lib/dialog/index.d.ts +1 -0
- package/lib/divider/divider.d.ts +94 -63
- package/lib/divider/divider.template.d.ts +2 -2
- package/lib/divider/index.d.ts +1 -0
- package/lib/elevation/elevation.template.d.ts +2 -2
- package/lib/elevation/index.d.ts +1 -0
- package/lib/empty-state/empty-state.d.ts +2 -2
- package/lib/empty-state/empty-state.template.d.ts +3 -3
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/fab/fab.d.ts +98 -67
- package/lib/fab/fab.template.d.ts +3 -3
- package/lib/fab/index.d.ts +1 -0
- package/lib/file-picker/__mocks__/data-transfer.d.ts +21 -0
- package/lib/file-picker/file-picker.d.ts +736 -515
- package/lib/file-picker/file-picker.template.d.ts +3 -3
- package/lib/file-picker/index.d.ts +1 -0
- package/lib/header/header.d.ts +93 -62
- package/lib/header/header.template.d.ts +3 -3
- package/lib/header/index.d.ts +1 -0
- package/lib/icon/icon.d.ts +2 -2
- package/lib/icon/icon.template.d.ts +3 -3
- package/lib/icon/index.d.ts +1 -0
- package/lib/layout/index.d.ts +1 -0
- package/lib/layout/layout.d.ts +2 -2
- package/lib/layout/layout.template.d.ts +2 -2
- package/lib/menu/index.d.ts +1 -0
- package/lib/menu/menu.d.ts +195 -133
- package/lib/menu/menu.template.d.ts +3 -3
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +191 -129
- package/lib/menu-item/menu-item.template.d.ts +2 -2
- package/lib/nav/index.d.ts +1 -0
- package/lib/nav/nav.d.ts +93 -62
- package/lib/nav/nav.template.d.ts +2 -2
- package/lib/nav-disclosure/index.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +191 -129
- package/lib/nav-disclosure/nav-disclosure.template.d.ts +3 -3
- package/lib/nav-item/index.d.ts +1 -0
- package/lib/nav-item/nav-item.d.ts +200 -181
- package/lib/nav-item/nav-item.template.d.ts +3 -3
- package/lib/note/index.d.ts +1 -0
- package/lib/note/note.d.ts +97 -66
- package/lib/note/note.template.d.ts +3 -3
- package/lib/number-field/index.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +929 -646
- package/lib/number-field/number-field.template.d.ts +3 -3
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.d.ts +191 -129
- package/lib/option/option.template.d.ts +3 -3
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +98 -67
- package/lib/pagination/pagination.template.d.ts +3 -3
- package/lib/popover/definition.d.ts +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/popover.d.ts +190 -128
- package/lib/popover/popover.template.d.ts +2 -2
- package/lib/popup/index.d.ts +1 -0
- package/lib/popup/popup.d.ts +1 -1
- package/lib/popup/popup.template.d.ts +3 -3
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/progress.d.ts +94 -63
- package/lib/progress/progress.template.d.ts +2 -2
- package/lib/progress-ring/index.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +94 -63
- package/lib/progress-ring/progress-ring.template.d.ts +2 -2
- package/lib/radio/index.d.ts +1 -0
- package/lib/radio/radio.d.ts +340 -242
- package/lib/radio/radio.template.d.ts +2 -2
- package/lib/radio-group/index.d.ts +1 -0
- package/lib/radio-group/radio-group.d.ts +99 -68
- package/lib/radio-group/radio-group.template.d.ts +3 -3
- package/lib/range-slider/index.d.ts +1 -0
- package/lib/range-slider/range-slider.d.ts +313 -218
- package/lib/range-slider/range-slider.template.d.ts +3 -3
- package/lib/rich-text-editor/definition.d.ts +1 -1
- package/lib/rich-text-editor/index.d.ts +1 -0
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +99 -68
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/doc-factories.d.ts +106 -0
- package/lib/rich-text-editor/rte/__tests__/font-sizes.d.ts +2 -0
- package/lib/rich-text-editor/rte/__tests__/promise.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/test-utils.d.ts +68 -0
- package/lib/rich-text-editor/rte/config.d.ts +4 -4
- package/lib/rich-text-editor/rte/feature.d.ts +10 -12
- package/lib/rich-text-editor/rte/features/alignment.d.ts +19 -0
- package/lib/rich-text-editor/rte/features/atom.d.ts +9 -0
- package/lib/rich-text-editor/rte/features/base.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/bold.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +21 -0
- package/lib/rich-text-editor/rte/features/file-handler.d.ts +25 -0
- package/lib/rich-text-editor/rte/features/font-size-picker.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/hard-break.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/inline-image.d.ts +43 -0
- package/lib/rich-text-editor/rte/features/input-rule.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +6 -6
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/internal/cursor-fix.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +2 -2
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +4 -4
- package/lib/rich-text-editor/rte/features/italic.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/link.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/list.d.ts +24 -0
- package/lib/rich-text-editor/rte/features/monospace.d.ts +22 -0
- package/lib/rich-text-editor/rte/features/placeholder.d.ts +23 -0
- package/lib/rich-text-editor/rte/features/strikethrough.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/suggest.d.ts +14 -0
- package/lib/rich-text-editor/rte/features/text-block-picker.d.ts +18 -0
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +31 -0
- package/lib/rich-text-editor/rte/features/toolbar-button.d.ts +13 -0
- package/lib/rich-text-editor/rte/features/toolbar.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/underline.d.ts +17 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +3 -3
- package/lib/rich-text-editor/rte/html-serializer.d.ts +3 -3
- package/lib/rich-text-editor/rte/instance.d.ts +8 -7
- package/lib/rich-text-editor/rte/public-interface.d.ts +13 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/ui.d.ts +8 -8
- package/lib/rich-text-editor/rte/view.d.ts +3 -6
- package/lib/rich-text-view/definition.d.ts +1 -1
- package/lib/rich-text-view/index.d.ts +2 -0
- package/lib/rich-text-view/rich-text-view.d.ts +1 -1
- package/lib/rich-text-view/rich-text-view.template.d.ts +2 -2
- package/lib/searchable-select/index.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +96 -65
- package/lib/searchable-select/option-tag.template.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +929 -646
- package/lib/searchable-select/searchable-select.template.d.ts +3 -3
- package/lib/select/index.d.ts +1 -0
- package/lib/select/locale.d.ts +3 -0
- package/lib/select/select.d.ts +1240 -579
- package/lib/select/select.template.d.ts +3 -3
- package/lib/selectable-box/index.d.ts +1 -0
- package/lib/selectable-box/selectable-box.d.ts +94 -63
- package/lib/selectable-box/selectable-box.template.d.ts +2 -2
- package/lib/side-drawer/index.d.ts +1 -0
- package/lib/side-drawer/side-drawer.template.d.ts +2 -2
- package/lib/simple-color-picker/definition.d.ts +1 -1
- package/lib/simple-color-picker/index.d.ts +1 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +216 -153
- package/lib/simple-color-picker/simple-color-picker.template.d.ts +2 -2
- package/lib/slider/index.d.ts +1 -0
- package/lib/slider/slider.d.ts +299 -205
- package/lib/slider/slider.template.d.ts +4 -4
- package/lib/split-button/index.d.ts +1 -0
- package/lib/split-button/split-button.d.ts +288 -195
- package/lib/split-button/split-button.template.d.ts +3 -3
- package/lib/status/index.d.ts +1 -0
- package/lib/status/status.d.ts +98 -67
- package/lib/status/status.template.d.ts +3 -3
- package/lib/switch/index.d.ts +1 -0
- package/lib/switch/switch.d.ts +207 -142
- package/lib/switch/switch.template.d.ts +2 -2
- package/lib/tab/index.d.ts +1 -0
- package/lib/tab/tab.d.ts +288 -195
- package/lib/tab/tab.template.d.ts +3 -3
- package/lib/tab-panel/index.d.ts +1 -0
- package/lib/tab-panel/tab-panel.d.ts +93 -62
- package/lib/tab-panel/tab-panel.template.d.ts +2 -2
- package/lib/table/index.d.ts +1 -0
- package/lib/table/table-body.template.d.ts +3 -3
- package/lib/table/table-cell.d.ts +93 -62
- package/lib/table/table-cell.template.d.ts +3 -3
- package/lib/table/table-head.template.d.ts +3 -3
- package/lib/table/table-header-cell.d.ts +93 -62
- package/lib/table/table-header-cell.template.d.ts +3 -3
- package/lib/table/table-row.d.ts +93 -62
- package/lib/table/table-row.template.d.ts +3 -3
- package/lib/table/table.template.d.ts +3 -3
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tabs/tabs.template.d.ts +2 -2
- package/lib/tag/index.d.ts +1 -0
- package/lib/tag/tag.d.ts +288 -195
- package/lib/tag/tag.template.d.ts +3 -3
- package/lib/tag-group/index.d.ts +1 -0
- package/lib/tag-group/tag-group.d.ts +93 -62
- package/lib/tag-group/tag-group.template.d.ts +2 -2
- package/lib/tag-name-map.d.ts +1 -1
- package/lib/text-area/index.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +832 -581
- package/lib/text-area/text-area.template.d.ts +3 -3
- package/lib/text-field/index.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +931 -649
- package/lib/text-field/text-field.template.d.ts +3 -3
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +486 -359
- package/lib/time-picker/time-picker.template.d.ts +3 -3
- package/lib/toggletip/index.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +197 -135
- package/lib/toggletip/toggletip.template.d.ts +3 -3
- package/lib/tooltip/index.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +101 -70
- package/lib/tooltip/tooltip.template.d.ts +3 -3
- package/lib/tree-item/index.d.ts +1 -0
- package/lib/tree-item/tree-item.d.ts +190 -128
- package/lib/tree-item/tree-item.template.d.ts +3 -3
- package/lib/tree-view/index.d.ts +1 -0
- package/lib/tree-view/tree-view.d.ts +93 -62
- package/lib/tree-view/tree-view.template.d.ts +2 -2
- package/lib/video-player/index.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +96 -65
- package/lib/video-player/video-player.template.d.ts +1 -1
- package/lib/video-player/vivid-video-svg.d.ts +1 -1
- package/lib/visually-hidden/definition.d.ts +1 -1
- package/lib/visually-hidden/index.d.ts +1 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +1 -1
- package/locales/de-DE.cjs +3 -0
- package/locales/de-DE.d.ts +1 -1
- package/locales/de-DE.js +3 -0
- package/locales/en-GB.cjs +3 -0
- package/locales/en-GB.d.ts +1 -1
- package/locales/en-GB.js +3 -0
- package/locales/en-US.cjs +3 -0
- package/locales/en-US.d.ts +1 -1
- package/locales/en-US.js +3 -0
- package/locales/ja-JP.cjs +3 -0
- package/locales/ja-JP.d.ts +1 -1
- package/locales/ja-JP.js +3 -0
- package/locales/zh-CN.cjs +3 -0
- package/locales/zh-CN.d.ts +1 -1
- package/locales/zh-CN.js +3 -0
- package/package.json +6 -6
- package/rich-text-editor/definition.cjs +2 -4
- package/rich-text-editor/definition.js +3 -5
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +975 -977
- package/rich-text-view/index.js +1 -1
- package/select/definition.cjs +104 -5
- package/select/definition.js +104 -5
- package/shared/aria/aria-change-subscription.d.ts +1 -1
- package/shared/aria/aria-mixin.d.ts +94 -63
- package/shared/aria/attribute-removal.d.ts +1 -1
- package/shared/aria/delegate-aria-behavior.d.ts +2 -2
- package/shared/aria/delegates-aria.d.ts +96 -65
- package/shared/aria/host-semantics-behavior.d.ts +2 -2
- package/shared/aria/host-semantics.d.ts +97 -66
- package/shared/color-picker/base-color-picker.d.ts +114 -82
- package/shared/datetime/dateRange.d.ts +1 -1
- package/shared/datetime/dateTimeStr.d.ts +4 -4
- package/shared/datetime/month.d.ts +1 -1
- package/shared/datetime/presentationDate.d.ts +2 -2
- package/shared/datetime/presentationDateRange.d.ts +2 -2
- package/shared/datetime/presentationDateTime.d.ts +2 -2
- package/shared/datetime/presentationTime.d.ts +1 -1
- package/shared/datetime/year.d.ts +1 -1
- package/shared/deprecation/replaced-props.d.ts +95 -60
- package/shared/design-system/createRegisterFunction.d.ts +1 -1
- package/shared/design-system/defineVividComponent.d.ts +1 -1
- package/shared/feedback/feedback-message.d.ts +96 -65
- package/shared/feedback/mixins.d.ts +200 -138
- package/shared/foundation/button/button.d.ts +202 -139
- package/shared/foundation/button/button.template.d.ts +2 -2
- package/shared/foundation/form-associated/form-associated.d.ts +213 -147
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/test-utilities/fixture.d.ts +18 -0
- package/shared/foundation/vivid-element/vivid-element.d.ts +194 -131
- package/shared/localization/Locale.d.ts +31 -29
- package/shared/localization/index.d.ts +1 -1
- package/shared/patterns/affix.d.ts +195 -133
- package/shared/patterns/anchored.d.ts +202 -140
- package/shared/patterns/char-count/char-count.d.ts +99 -68
- package/shared/patterns/chevron.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +114 -488
- package/shared/patterns/form-elements/with-contextual-help.d.ts +117 -903
- package/shared/patterns/form-elements/with-error-text.d.ts +120 -906
- package/shared/patterns/form-elements/with-success-text.d.ts +97 -66
- package/shared/patterns/linkable.d.ts +106 -117
- package/shared/patterns/localized.d.ts +197 -135
- package/shared/patterns/trapped-focus.d.ts +95 -64
- package/shared/picker-field/mixins/calendar-picker.d.ts +251 -188
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +271 -208
- package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +3 -3
- package/shared/picker-field/mixins/calendar-segments/monthPickerGrid.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/columns.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/index.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +95 -64
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.template.d.ts +3 -3
- package/shared/picker-field/mixins/inline-time-picker/picker-option.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +277 -1102
- package/shared/picker-field/mixins/single-date-picker.d.ts +274 -1953
- package/shared/picker-field/mixins/single-value-picker.d.ts +236 -173
- package/shared/picker-field/mixins/time-selection-picker.d.ts +257 -1046
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +486 -360
- package/shared/picker-field/picker-field.d.ts +735 -514
- package/shared/picker-field/picker-field.template.d.ts +2 -2
- package/shared/templating/attribute-binding-behaviour.d.ts +1 -1
- package/shared/templating/render-in-light-dom.d.ts +2 -2
- package/shared/utils/closest-of-type.d.ts +2 -0
- package/shared/utils/direct-children-of-type.d.ts +2 -0
- package/shared/utils/dom-traversal-types.d.ts +3 -0
- package/shared/utils/first-of-type.d.ts +2 -0
- package/shared/utils/last-of-type.d.ts +2 -0
- package/shared/utils/nested-children-of-type.d.ts +2 -0
- package/shared/utils/next-of-type.d.ts +2 -0
- package/shared/utils/numberConverter.d.ts +1 -1
- package/shared/utils/prev-of-type.d.ts +2 -0
- package/shared/utils/promise.d.ts +2 -2
- package/shared/utils/siblings-of-type.d.ts +2 -0
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/slottable-request.cjs +7 -5
- package/unbundled/slottable-request.js +7 -6
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +727 -38
|
@@ -1,105 +1,107 @@
|
|
|
1
|
+
import { DateStr } from '../../shared/datetime/dateStr';
|
|
1
2
|
import { PickerField } from '../../shared/picker-field/picker-field';
|
|
2
3
|
declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
3
|
-
_dateValue():
|
|
4
|
-
_withUpdatedDate(dateStr:
|
|
4
|
+
_dateValue(): DateStr | "";
|
|
5
|
+
_withUpdatedDate(dateStr: DateStr): string;
|
|
5
6
|
valueChanged(previous: string, next: string): void;
|
|
6
|
-
_onDateClick(date:
|
|
7
|
-
_isDateSelected(date:
|
|
8
|
-
_isDateAriaSelected(date:
|
|
9
|
-
_getSelectedDates():
|
|
10
|
-
_selectedMonth: import(
|
|
11
|
-
_adjustSelectedMonthToEnsureVisibilityOf(date:
|
|
7
|
+
_onDateClick(date: DateStr): void;
|
|
8
|
+
_isDateSelected(date: DateStr): boolean;
|
|
9
|
+
_isDateAriaSelected(date: DateStr): boolean;
|
|
10
|
+
_getSelectedDates(): DateStr[];
|
|
11
|
+
_selectedMonth: import('../../shared/datetime/month').Month;
|
|
12
|
+
_adjustSelectedMonthToEnsureVisibilityOf(date: DateStr): boolean;
|
|
12
13
|
_currentDate: string;
|
|
13
|
-
_currentMonth: import(
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
_isDateInValidRange(date:
|
|
17
|
-
"__#
|
|
18
|
-
"__#
|
|
19
|
-
_isMonthInValidRange(month: import(
|
|
14
|
+
_currentMonth: import('../../shared/datetime/month').Month;
|
|
15
|
+
get _resolvedMinDate(): DateStr | "";
|
|
16
|
+
get _resolvedMaxDate(): DateStr | "";
|
|
17
|
+
_isDateInValidRange(date: DateStr): boolean;
|
|
18
|
+
"__#private@#isMonthAfterValidRange"(month: import('../../shared/datetime/month').Month): boolean | "";
|
|
19
|
+
"__#private@#isMonthBeforeValidRange"(month: import('../../shared/datetime/month').Month): boolean | "";
|
|
20
|
+
_isMonthInValidRange(month: import('../../shared/datetime/month').Month): boolean;
|
|
20
21
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
21
22
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
22
23
|
_onTitleActionClick(): void;
|
|
23
|
-
|
|
24
|
+
get _isPrevYearDisabled(): boolean | "";
|
|
24
25
|
_onPrevYearClick(): void;
|
|
25
|
-
|
|
26
|
+
get _isNextYearDisabled(): boolean | "";
|
|
26
27
|
_onNextYearClick(): void;
|
|
27
|
-
|
|
28
|
+
get _isPrevMonthDisabled(): boolean | "";
|
|
28
29
|
_onPrevMonthClick(): void;
|
|
29
|
-
|
|
30
|
+
get _isNextMonthDisabled(): boolean | "";
|
|
30
31
|
_onNextMonthClick(): void;
|
|
31
32
|
_numCalendars: number;
|
|
32
|
-
|
|
33
|
+
get _segments(): import('../../shared/picker-field/mixins/calendar-segments/segment').Segment[];
|
|
33
34
|
_hideDatesOutsideMonth: boolean;
|
|
34
|
-
_lastFocussedDate:
|
|
35
|
-
_isDateInSelectedRange(_:
|
|
36
|
-
_isDateRangeStart(_:
|
|
37
|
-
_isDateRangeEnd(_:
|
|
38
|
-
_onDateMouseEnter(_:
|
|
39
|
-
_onDateMouseLeave(_:
|
|
40
|
-
_onDateKeydown(date:
|
|
41
|
-
_onDateFocus(date:
|
|
42
|
-
|
|
35
|
+
_lastFocussedDate: DateStr | null;
|
|
36
|
+
_isDateInSelectedRange(_: DateStr): boolean;
|
|
37
|
+
_isDateRangeStart(_: DateStr): boolean;
|
|
38
|
+
_isDateRangeEnd(_: DateStr): boolean;
|
|
39
|
+
_onDateMouseEnter(_: DateStr): void;
|
|
40
|
+
_onDateMouseLeave(_: DateStr): void;
|
|
41
|
+
_onDateKeydown(date: DateStr, event: KeyboardEvent): boolean;
|
|
42
|
+
_onDateFocus(date: DateStr): void;
|
|
43
|
+
get _tabbableDate(): DateStr | null;
|
|
43
44
|
_monthPickerYear: number | null;
|
|
44
|
-
|
|
45
|
-
_lastFocussedMonth: import(
|
|
46
|
-
_onMonthClick(month: import(
|
|
47
|
-
_onMonthKeydown(month: import(
|
|
48
|
-
_onMonthFocus(month: import(
|
|
49
|
-
|
|
45
|
+
get _inMonthPicker(): boolean;
|
|
46
|
+
_lastFocussedMonth: import('../../shared/datetime/month').Month | null;
|
|
47
|
+
_onMonthClick(month: import('../../shared/datetime/month').Month): void;
|
|
48
|
+
_onMonthKeydown(month: import('../../shared/datetime/month').Month, event: KeyboardEvent): boolean;
|
|
49
|
+
_onMonthFocus(month: import('../../shared/datetime/month').Month): void;
|
|
50
|
+
get _tabbableMonth(): import('../../shared/datetime/month').Month | null;
|
|
50
51
|
readOnly: boolean;
|
|
51
52
|
readOnlyChanged(): void;
|
|
52
|
-
_textFieldEl: import(
|
|
53
|
+
_textFieldEl: import('../components').VwcTextFieldElement;
|
|
53
54
|
_dialogEl: HTMLElement;
|
|
54
|
-
_pickerButtonEl: import(
|
|
55
|
+
_pickerButtonEl: import('../components').VwcButtonElement;
|
|
55
56
|
connectedCallback(): void;
|
|
56
57
|
disconnectedCallback(): void;
|
|
57
|
-
"__#
|
|
58
|
-
"__#
|
|
58
|
+
"__#private@#onFocusIn": () => void;
|
|
59
|
+
"__#private@#onFocusOut": () => void;
|
|
59
60
|
proxy: HTMLInputElement;
|
|
60
61
|
validate(): void;
|
|
61
62
|
_getCustomValidationError(): string | null;
|
|
62
|
-
"__#
|
|
63
|
+
"__#private@#localeChangeHandler": {
|
|
63
64
|
handleChange: () => void;
|
|
64
65
|
};
|
|
65
|
-
"__#
|
|
66
|
-
"__#
|
|
67
|
-
"__#
|
|
66
|
+
"__#private@#localeChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
67
|
+
"__#private@#startObservingLocaleChanges"(): void;
|
|
68
|
+
"__#private@#stopObservingLocaleChanges"(): void;
|
|
68
69
|
_popupOpen: boolean;
|
|
69
|
-
"__#
|
|
70
|
-
"__#
|
|
70
|
+
"__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
71
|
+
"__#private@#openPopupIfPossible"(): void;
|
|
71
72
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
72
73
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
73
|
-
|
|
74
|
+
get _dialogLabel(): string;
|
|
74
75
|
_presentationValue: string;
|
|
75
76
|
_presentationValueChanged(): void;
|
|
76
77
|
_updatePresentationValue: (() => void) & (() => void);
|
|
77
|
-
|
|
78
|
-
_textFieldSize?: string
|
|
78
|
+
get _textFieldPlaceholder(): string;
|
|
79
|
+
_textFieldSize?: string;
|
|
79
80
|
_onTextFieldInput: ((event: Event) => void) & ((event: Event) => void);
|
|
80
81
|
_onTextFieldChange: (() => void) & (() => void);
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
get _pickerButtonLabel(): string;
|
|
83
|
+
get _pickerButtonIcon(): string;
|
|
83
84
|
_onOkClick(): void;
|
|
84
85
|
_onClearClick: (() => void) & (() => void);
|
|
85
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
86
|
-
|
|
86
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
87
|
+
get _hasContextualHelp(): boolean;
|
|
87
88
|
_isFromContextualHelp(e: Event): boolean;
|
|
88
|
-
label?: string
|
|
89
|
+
label?: string;
|
|
89
90
|
errorValidationMessage: string;
|
|
90
91
|
forceErrorDisplay: boolean;
|
|
91
92
|
hasBeenTouched: boolean;
|
|
92
|
-
"__#
|
|
93
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
93
94
|
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
95
|
+
get validity(): ValidityState;
|
|
96
|
+
get form(): HTMLFormElement | null;
|
|
97
|
+
get validationMessage(): string;
|
|
98
|
+
get willValidate(): boolean;
|
|
99
|
+
get labels(): ReadonlyArray<Node>;
|
|
99
100
|
dirtyValue: boolean;
|
|
100
|
-
proxySlot?: HTMLSlotElement
|
|
101
|
+
proxySlot?: HTMLSlotElement;
|
|
101
102
|
value: string;
|
|
102
|
-
currentValue: string;
|
|
103
|
+
get currentValue(): string;
|
|
104
|
+
set currentValue(value: string);
|
|
103
105
|
initialValue: string;
|
|
104
106
|
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
105
107
|
disabled: boolean;
|
|
@@ -108,25 +110,26 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
108
110
|
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
109
111
|
required: boolean;
|
|
110
112
|
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
111
|
-
|
|
113
|
+
get elementInternals(): ElementInternals | null;
|
|
112
114
|
proxyEventsToBlock: string[];
|
|
113
115
|
checkValidity: (() => boolean) & (() => boolean);
|
|
114
116
|
reportValidity: (() => boolean) & (() => boolean);
|
|
115
|
-
setValidity: ((flags: ValidityStateFlags, message?: string
|
|
117
|
+
setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
|
|
116
118
|
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
117
119
|
proxyInitialized: boolean;
|
|
118
120
|
attachProxy: (() => void) & (() => void);
|
|
119
121
|
detachProxy: (() => void) & (() => void);
|
|
120
|
-
setFormValue: ((value:
|
|
122
|
+
setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
|
|
121
123
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
122
124
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
123
|
-
_vividAriaBehaviour: import(
|
|
124
|
-
readonly $fastController: import(
|
|
125
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
125
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
126
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
127
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
126
128
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
127
129
|
accessKey: string;
|
|
128
130
|
readonly accessKeyLabel: string;
|
|
129
131
|
autocapitalize: string;
|
|
132
|
+
autocorrect: boolean;
|
|
130
133
|
dir: string;
|
|
131
134
|
draggable: boolean;
|
|
132
135
|
hidden: boolean;
|
|
@@ -139,30 +142,39 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
139
142
|
readonly offsetTop: number;
|
|
140
143
|
readonly offsetWidth: number;
|
|
141
144
|
outerText: string;
|
|
145
|
+
popover: string | null;
|
|
142
146
|
spellcheck: boolean;
|
|
143
147
|
title: string;
|
|
144
148
|
translate: boolean;
|
|
149
|
+
writingSuggestions: string;
|
|
145
150
|
attachInternals(): ElementInternals;
|
|
146
151
|
click(): void;
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
152
|
+
hidePopover(): void;
|
|
153
|
+
showPopover(): void;
|
|
154
|
+
togglePopover(options?: boolean): boolean;
|
|
155
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
156
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
157
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
158
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
151
159
|
readonly attributes: NamedNodeMap;
|
|
152
|
-
|
|
160
|
+
get classList(): DOMTokenList;
|
|
161
|
+
set classList(value: string);
|
|
153
162
|
className: string;
|
|
154
163
|
readonly clientHeight: number;
|
|
155
164
|
readonly clientLeft: number;
|
|
156
165
|
readonly clientTop: number;
|
|
157
166
|
readonly clientWidth: number;
|
|
167
|
+
readonly currentCSSZoom: number;
|
|
158
168
|
id: string;
|
|
169
|
+
innerHTML: string;
|
|
159
170
|
readonly localName: string;
|
|
160
171
|
readonly namespaceURI: string | null;
|
|
161
172
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
162
173
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
163
174
|
outerHTML: string;
|
|
164
175
|
readonly ownerDocument: Document;
|
|
165
|
-
|
|
176
|
+
get part(): DOMTokenList;
|
|
177
|
+
set part(value: string);
|
|
166
178
|
readonly prefix: string | null;
|
|
167
179
|
readonly scrollHeight: number;
|
|
168
180
|
scrollLeft: number;
|
|
@@ -172,11 +184,12 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
172
184
|
slot: string;
|
|
173
185
|
readonly tagName: string;
|
|
174
186
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
175
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
176
|
-
closest<
|
|
177
|
-
closest<
|
|
178
|
-
closest<
|
|
187
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
188
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
189
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
190
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
179
191
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
192
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
180
193
|
getAttribute(qualifiedName: string): string | null;
|
|
181
194
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
182
195
|
getAttributeNames(): string[];
|
|
@@ -185,43 +198,47 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
185
198
|
getBoundingClientRect(): DOMRect;
|
|
186
199
|
getClientRects(): DOMRectList;
|
|
187
200
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
188
|
-
getElementsByTagName<
|
|
189
|
-
getElementsByTagName<
|
|
190
|
-
getElementsByTagName<
|
|
191
|
-
getElementsByTagName<
|
|
201
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
202
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
203
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
204
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
192
205
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
193
206
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
194
207
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
195
208
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
196
209
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
210
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
197
211
|
hasAttribute(qualifiedName: string): boolean;
|
|
198
212
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
199
213
|
hasAttributes(): boolean;
|
|
200
214
|
hasPointerCapture(pointerId: number): boolean;
|
|
201
215
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
202
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
216
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
203
217
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
204
218
|
matches(selectors: string): boolean;
|
|
205
219
|
releasePointerCapture(pointerId: number): void;
|
|
206
220
|
removeAttribute(qualifiedName: string): void;
|
|
207
221
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
208
222
|
removeAttributeNode(attr: Attr): Attr;
|
|
209
|
-
requestFullscreen(options?: FullscreenOptions
|
|
210
|
-
requestPointerLock(): void
|
|
211
|
-
scroll(options?: ScrollToOptions
|
|
223
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
224
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
225
|
+
scroll(options?: ScrollToOptions): void;
|
|
212
226
|
scroll(x: number, y: number): void;
|
|
213
|
-
scrollBy(options?: ScrollToOptions
|
|
227
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
214
228
|
scrollBy(x: number, y: number): void;
|
|
215
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
216
|
-
scrollTo(options?: ScrollToOptions
|
|
229
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
230
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
217
231
|
scrollTo(x: number, y: number): void;
|
|
218
232
|
setAttribute(qualifiedName: string, value: string): void;
|
|
219
233
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
220
234
|
setAttributeNode(attr: Attr): Attr | null;
|
|
221
235
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
236
|
+
setHTMLUnsafe(html: string): void;
|
|
222
237
|
setPointerCapture(pointerId: number): void;
|
|
223
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
238
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
224
239
|
webkitMatchesSelector(selectors: string): boolean;
|
|
240
|
+
get textContent(): string;
|
|
241
|
+
set textContent(value: string | null);
|
|
225
242
|
readonly baseURI: string;
|
|
226
243
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
227
244
|
readonly firstChild: ChildNode | null;
|
|
@@ -234,22 +251,21 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
234
251
|
readonly parentElement: HTMLElement | null;
|
|
235
252
|
readonly parentNode: ParentNode | null;
|
|
236
253
|
readonly previousSibling: ChildNode | null;
|
|
237
|
-
textContent: string | null;
|
|
238
254
|
appendChild<T extends Node>(node: T): T;
|
|
239
|
-
cloneNode(
|
|
255
|
+
cloneNode(subtree?: boolean): Node;
|
|
240
256
|
compareDocumentPosition(other: Node): number;
|
|
241
257
|
contains(other: Node | null): boolean;
|
|
242
|
-
getRootNode(options?: GetRootNodeOptions
|
|
258
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
243
259
|
hasChildNodes(): boolean;
|
|
244
|
-
insertBefore<
|
|
260
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
245
261
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
246
262
|
isEqualNode(otherNode: Node | null): boolean;
|
|
247
263
|
isSameNode(otherNode: Node | null): boolean;
|
|
248
264
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
249
265
|
lookupPrefix(namespace: string | null): string | null;
|
|
250
266
|
normalize(): void;
|
|
251
|
-
removeChild<
|
|
252
|
-
replaceChild<
|
|
267
|
+
removeChild<T extends Node>(child: T): T;
|
|
268
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
253
269
|
readonly ELEMENT_NODE: 1;
|
|
254
270
|
readonly ATTRIBUTE_NODE: 2;
|
|
255
271
|
readonly TEXT_NODE: 3;
|
|
@@ -269,35 +285,49 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
269
285
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
270
286
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
271
287
|
dispatchEvent(event: Event): boolean;
|
|
288
|
+
ariaActiveDescendantElement: Element | null;
|
|
272
289
|
ariaAtomic: string | null;
|
|
273
290
|
ariaAutoComplete: string | null;
|
|
291
|
+
ariaBrailleLabel: string | null;
|
|
292
|
+
ariaBrailleRoleDescription: string | null;
|
|
274
293
|
ariaBusy: string | null;
|
|
275
294
|
ariaChecked: string | null;
|
|
276
295
|
ariaColCount: string | null;
|
|
277
296
|
ariaColIndex: string | null;
|
|
297
|
+
ariaColIndexText: string | null;
|
|
278
298
|
ariaColSpan: string | null;
|
|
299
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
279
300
|
ariaCurrent: string | null;
|
|
301
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
302
|
+
ariaDescription: string | null;
|
|
303
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
280
304
|
ariaDisabled: string | null;
|
|
305
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
281
306
|
ariaExpanded: string | null;
|
|
307
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
282
308
|
ariaHasPopup: string | null;
|
|
283
309
|
ariaHidden: string | null;
|
|
284
310
|
ariaInvalid: string | null;
|
|
285
311
|
ariaKeyShortcuts: string | null;
|
|
286
312
|
ariaLabel: string | null;
|
|
313
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
287
314
|
ariaLevel: string | null;
|
|
288
315
|
ariaLive: string | null;
|
|
289
316
|
ariaModal: string | null;
|
|
290
317
|
ariaMultiLine: string | null;
|
|
291
318
|
ariaMultiSelectable: string | null;
|
|
292
319
|
ariaOrientation: string | null;
|
|
320
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
293
321
|
ariaPlaceholder: string | null;
|
|
294
322
|
ariaPosInSet: string | null;
|
|
295
323
|
ariaPressed: string | null;
|
|
296
324
|
ariaReadOnly: string | null;
|
|
325
|
+
ariaRelevant: string | null;
|
|
297
326
|
ariaRequired: string | null;
|
|
298
327
|
ariaRoleDescription: string | null;
|
|
299
328
|
ariaRowCount: string | null;
|
|
300
329
|
ariaRowIndex: string | null;
|
|
330
|
+
ariaRowIndexText: string | null;
|
|
301
331
|
ariaRowSpan: string | null;
|
|
302
332
|
ariaSelected: string | null;
|
|
303
333
|
ariaSetSize: string | null;
|
|
@@ -307,34 +337,35 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
307
337
|
ariaValueNow: string | null;
|
|
308
338
|
ariaValueText: string | null;
|
|
309
339
|
role: string | null;
|
|
310
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
311
|
-
getAnimations(options?: GetAnimationsOptions
|
|
312
|
-
after(...nodes: (
|
|
313
|
-
before(...nodes: (
|
|
340
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
341
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
342
|
+
after(...nodes: (Node | string)[]): void;
|
|
343
|
+
before(...nodes: (Node | string)[]): void;
|
|
314
344
|
remove(): void;
|
|
315
|
-
replaceWith(...nodes: (
|
|
316
|
-
innerHTML: string;
|
|
345
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
317
346
|
readonly nextElementSibling: Element | null;
|
|
318
347
|
readonly previousElementSibling: Element | null;
|
|
319
348
|
readonly childElementCount: number;
|
|
320
349
|
readonly children: HTMLCollection;
|
|
321
350
|
readonly firstElementChild: Element | null;
|
|
322
351
|
readonly lastElementChild: Element | null;
|
|
323
|
-
append(...nodes: (
|
|
324
|
-
prepend(...nodes: (
|
|
325
|
-
querySelector<
|
|
326
|
-
querySelector<
|
|
327
|
-
querySelector<
|
|
328
|
-
querySelector<
|
|
329
|
-
querySelector<
|
|
330
|
-
querySelectorAll<
|
|
331
|
-
querySelectorAll<
|
|
332
|
-
querySelectorAll<
|
|
333
|
-
querySelectorAll<
|
|
334
|
-
querySelectorAll<
|
|
335
|
-
replaceChildren(...nodes: (
|
|
352
|
+
append(...nodes: (Node | string)[]): void;
|
|
353
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
354
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
355
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
356
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
357
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
358
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
359
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
360
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
361
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
362
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
363
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
364
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
336
365
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
337
|
-
readonly
|
|
366
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
367
|
+
get style(): CSSStyleDeclaration;
|
|
368
|
+
set style(cssText: string);
|
|
338
369
|
contentEditable: string;
|
|
339
370
|
enterKeyHint: string;
|
|
340
371
|
inputMode: string;
|
|
@@ -344,16 +375,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
344
375
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
345
376
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
346
377
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
347
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
378
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
348
379
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
380
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
381
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
349
382
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
350
383
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
384
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
385
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
386
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
354
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
387
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
355
388
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
356
|
-
|
|
389
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
390
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
391
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
392
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
358
393
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
394
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -400,12 +435,14 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
400
435
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
401
436
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
402
437
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
438
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
403
439
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
404
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
440
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
405
441
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
406
442
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
407
443
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
408
444
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
445
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
409
446
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
410
447
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
411
448
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -417,7 +454,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
417
454
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
418
455
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
419
456
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
420
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
457
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
421
458
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
422
459
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
423
460
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -435,14 +472,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
435
472
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
436
473
|
autofocus: boolean;
|
|
437
474
|
readonly dataset: DOMStringMap;
|
|
438
|
-
nonce?: string
|
|
475
|
+
nonce?: string;
|
|
439
476
|
tabIndex: number;
|
|
440
477
|
blur(): void;
|
|
441
|
-
focus(options?: FocusOptions
|
|
442
|
-
ariaColIndexText: string | null;
|
|
443
|
-
ariaDescription: string | null;
|
|
444
|
-
ariaRowIndexText: string | null;
|
|
445
|
-
ariaRelevant: string | null;
|
|
478
|
+
focus(options?: FocusOptions): void;
|
|
446
479
|
roleChanged(prev: string | null, next: string | null): void;
|
|
447
480
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
448
481
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -485,39 +518,40 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
485
518
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
486
519
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
487
520
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
488
|
-
"__#
|
|
521
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
489
522
|
newPropertyName: string;
|
|
490
523
|
deprecatedPropertyName: string;
|
|
491
524
|
fromDeprecated: (v: any) => any;
|
|
492
525
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
493
526
|
}): void;
|
|
494
|
-
helperText?: string
|
|
495
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
496
|
-
|
|
527
|
+
helperText?: string;
|
|
528
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
529
|
+
get _feedbackDescribedBy(): string;
|
|
497
530
|
_internalFeedback(): {
|
|
498
|
-
type: import(
|
|
531
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
499
532
|
message: string;
|
|
500
533
|
};
|
|
501
534
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
502
|
-
_getFeedbackTemplate(ctx: import(
|
|
503
|
-
helperText?: string
|
|
504
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
505
|
-
|
|
535
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
|
|
536
|
+
helperText?: string;
|
|
537
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
538
|
+
get _feedbackDescribedBy(): string;
|
|
506
539
|
_internalFeedback(): {
|
|
507
|
-
type: import(
|
|
540
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
508
541
|
message: string;
|
|
509
542
|
};
|
|
510
543
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
511
|
-
_getFeedbackTemplate(ctx: import(
|
|
544
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
512
545
|
connectedCallback(): void;
|
|
513
|
-
_vividAriaBehaviour: import(
|
|
514
|
-
readonly $fastController: import(
|
|
515
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
546
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
547
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
548
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
516
549
|
disconnectedCallback(): void;
|
|
517
550
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
518
551
|
accessKey: string;
|
|
519
552
|
readonly accessKeyLabel: string;
|
|
520
553
|
autocapitalize: string;
|
|
554
|
+
autocorrect: boolean;
|
|
521
555
|
dir: string;
|
|
522
556
|
draggable: boolean;
|
|
523
557
|
hidden: boolean;
|
|
@@ -530,30 +564,39 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
530
564
|
readonly offsetTop: number;
|
|
531
565
|
readonly offsetWidth: number;
|
|
532
566
|
outerText: string;
|
|
567
|
+
popover: string | null;
|
|
533
568
|
spellcheck: boolean;
|
|
534
569
|
title: string;
|
|
535
570
|
translate: boolean;
|
|
571
|
+
writingSuggestions: string;
|
|
536
572
|
attachInternals(): ElementInternals;
|
|
537
573
|
click(): void;
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
574
|
+
hidePopover(): void;
|
|
575
|
+
showPopover(): void;
|
|
576
|
+
togglePopover(options?: boolean): boolean;
|
|
577
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
578
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
579
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
580
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
542
581
|
readonly attributes: NamedNodeMap;
|
|
543
|
-
|
|
582
|
+
get classList(): DOMTokenList;
|
|
583
|
+
set classList(value: string);
|
|
544
584
|
className: string;
|
|
545
585
|
readonly clientHeight: number;
|
|
546
586
|
readonly clientLeft: number;
|
|
547
587
|
readonly clientTop: number;
|
|
548
588
|
readonly clientWidth: number;
|
|
589
|
+
readonly currentCSSZoom: number;
|
|
549
590
|
id: string;
|
|
591
|
+
innerHTML: string;
|
|
550
592
|
readonly localName: string;
|
|
551
593
|
readonly namespaceURI: string | null;
|
|
552
594
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
553
595
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
554
596
|
outerHTML: string;
|
|
555
597
|
readonly ownerDocument: Document;
|
|
556
|
-
|
|
598
|
+
get part(): DOMTokenList;
|
|
599
|
+
set part(value: string);
|
|
557
600
|
readonly prefix: string | null;
|
|
558
601
|
readonly scrollHeight: number;
|
|
559
602
|
scrollLeft: number;
|
|
@@ -563,11 +606,12 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
563
606
|
slot: string;
|
|
564
607
|
readonly tagName: string;
|
|
565
608
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
566
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
567
|
-
closest<
|
|
568
|
-
closest<
|
|
569
|
-
closest<
|
|
570
|
-
closest<
|
|
609
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
610
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
611
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
612
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
613
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
614
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
571
615
|
getAttribute(qualifiedName: string): string | null;
|
|
572
616
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
573
617
|
getAttributeNames(): string[];
|
|
@@ -576,43 +620,47 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
576
620
|
getBoundingClientRect(): DOMRect;
|
|
577
621
|
getClientRects(): DOMRectList;
|
|
578
622
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
579
|
-
getElementsByTagName<
|
|
580
|
-
getElementsByTagName<
|
|
581
|
-
getElementsByTagName<
|
|
582
|
-
getElementsByTagName<
|
|
623
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
624
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
625
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
626
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
583
627
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
584
628
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
585
629
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
586
630
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
587
631
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
632
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
588
633
|
hasAttribute(qualifiedName: string): boolean;
|
|
589
634
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
590
635
|
hasAttributes(): boolean;
|
|
591
636
|
hasPointerCapture(pointerId: number): boolean;
|
|
592
637
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
593
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
638
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
594
639
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
595
640
|
matches(selectors: string): boolean;
|
|
596
641
|
releasePointerCapture(pointerId: number): void;
|
|
597
642
|
removeAttribute(qualifiedName: string): void;
|
|
598
643
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
599
644
|
removeAttributeNode(attr: Attr): Attr;
|
|
600
|
-
requestFullscreen(options?: FullscreenOptions
|
|
601
|
-
requestPointerLock(): void
|
|
602
|
-
scroll(options?: ScrollToOptions
|
|
645
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
646
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
647
|
+
scroll(options?: ScrollToOptions): void;
|
|
603
648
|
scroll(x: number, y: number): void;
|
|
604
|
-
scrollBy(options?: ScrollToOptions
|
|
649
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
605
650
|
scrollBy(x: number, y: number): void;
|
|
606
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
607
|
-
scrollTo(options?: ScrollToOptions
|
|
651
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
652
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
608
653
|
scrollTo(x: number, y: number): void;
|
|
609
654
|
setAttribute(qualifiedName: string, value: string): void;
|
|
610
655
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
611
656
|
setAttributeNode(attr: Attr): Attr | null;
|
|
612
657
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
658
|
+
setHTMLUnsafe(html: string): void;
|
|
613
659
|
setPointerCapture(pointerId: number): void;
|
|
614
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
660
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
615
661
|
webkitMatchesSelector(selectors: string): boolean;
|
|
662
|
+
get textContent(): string;
|
|
663
|
+
set textContent(value: string | null);
|
|
616
664
|
readonly baseURI: string;
|
|
617
665
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
618
666
|
readonly firstChild: ChildNode | null;
|
|
@@ -625,22 +673,21 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
625
673
|
readonly parentElement: HTMLElement | null;
|
|
626
674
|
readonly parentNode: ParentNode | null;
|
|
627
675
|
readonly previousSibling: ChildNode | null;
|
|
628
|
-
textContent: string | null;
|
|
629
676
|
appendChild<T extends Node>(node: T): T;
|
|
630
|
-
cloneNode(
|
|
677
|
+
cloneNode(subtree?: boolean): Node;
|
|
631
678
|
compareDocumentPosition(other: Node): number;
|
|
632
679
|
contains(other: Node | null): boolean;
|
|
633
|
-
getRootNode(options?: GetRootNodeOptions
|
|
680
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
634
681
|
hasChildNodes(): boolean;
|
|
635
|
-
insertBefore<
|
|
682
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
636
683
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
637
684
|
isEqualNode(otherNode: Node | null): boolean;
|
|
638
685
|
isSameNode(otherNode: Node | null): boolean;
|
|
639
686
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
640
687
|
lookupPrefix(namespace: string | null): string | null;
|
|
641
688
|
normalize(): void;
|
|
642
|
-
removeChild<
|
|
643
|
-
replaceChild<
|
|
689
|
+
removeChild<T extends Node>(child: T): T;
|
|
690
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
644
691
|
readonly ELEMENT_NODE: 1;
|
|
645
692
|
readonly ATTRIBUTE_NODE: 2;
|
|
646
693
|
readonly TEXT_NODE: 3;
|
|
@@ -660,35 +707,49 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
660
707
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
661
708
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
662
709
|
dispatchEvent(event: Event): boolean;
|
|
710
|
+
ariaActiveDescendantElement: Element | null;
|
|
663
711
|
ariaAtomic: string | null;
|
|
664
712
|
ariaAutoComplete: string | null;
|
|
713
|
+
ariaBrailleLabel: string | null;
|
|
714
|
+
ariaBrailleRoleDescription: string | null;
|
|
665
715
|
ariaBusy: string | null;
|
|
666
716
|
ariaChecked: string | null;
|
|
667
717
|
ariaColCount: string | null;
|
|
668
718
|
ariaColIndex: string | null;
|
|
719
|
+
ariaColIndexText: string | null;
|
|
669
720
|
ariaColSpan: string | null;
|
|
721
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
670
722
|
ariaCurrent: string | null;
|
|
723
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
724
|
+
ariaDescription: string | null;
|
|
725
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
671
726
|
ariaDisabled: string | null;
|
|
727
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
672
728
|
ariaExpanded: string | null;
|
|
729
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
673
730
|
ariaHasPopup: string | null;
|
|
674
731
|
ariaHidden: string | null;
|
|
675
732
|
ariaInvalid: string | null;
|
|
676
733
|
ariaKeyShortcuts: string | null;
|
|
677
734
|
ariaLabel: string | null;
|
|
735
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
678
736
|
ariaLevel: string | null;
|
|
679
737
|
ariaLive: string | null;
|
|
680
738
|
ariaModal: string | null;
|
|
681
739
|
ariaMultiLine: string | null;
|
|
682
740
|
ariaMultiSelectable: string | null;
|
|
683
741
|
ariaOrientation: string | null;
|
|
742
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
684
743
|
ariaPlaceholder: string | null;
|
|
685
744
|
ariaPosInSet: string | null;
|
|
686
745
|
ariaPressed: string | null;
|
|
687
746
|
ariaReadOnly: string | null;
|
|
747
|
+
ariaRelevant: string | null;
|
|
688
748
|
ariaRequired: string | null;
|
|
689
749
|
ariaRoleDescription: string | null;
|
|
690
750
|
ariaRowCount: string | null;
|
|
691
751
|
ariaRowIndex: string | null;
|
|
752
|
+
ariaRowIndexText: string | null;
|
|
692
753
|
ariaRowSpan: string | null;
|
|
693
754
|
ariaSelected: string | null;
|
|
694
755
|
ariaSetSize: string | null;
|
|
@@ -698,34 +759,35 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
698
759
|
ariaValueNow: string | null;
|
|
699
760
|
ariaValueText: string | null;
|
|
700
761
|
role: string | null;
|
|
701
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
702
|
-
getAnimations(options?: GetAnimationsOptions
|
|
703
|
-
after(...nodes: (
|
|
704
|
-
before(...nodes: (
|
|
762
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
763
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
764
|
+
after(...nodes: (Node | string)[]): void;
|
|
765
|
+
before(...nodes: (Node | string)[]): void;
|
|
705
766
|
remove(): void;
|
|
706
|
-
replaceWith(...nodes: (
|
|
707
|
-
innerHTML: string;
|
|
767
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
708
768
|
readonly nextElementSibling: Element | null;
|
|
709
769
|
readonly previousElementSibling: Element | null;
|
|
710
770
|
readonly childElementCount: number;
|
|
711
771
|
readonly children: HTMLCollection;
|
|
712
772
|
readonly firstElementChild: Element | null;
|
|
713
773
|
readonly lastElementChild: Element | null;
|
|
714
|
-
append(...nodes: (
|
|
715
|
-
prepend(...nodes: (
|
|
716
|
-
querySelector<
|
|
717
|
-
querySelector<
|
|
718
|
-
querySelector<
|
|
719
|
-
querySelector<
|
|
720
|
-
querySelector<
|
|
721
|
-
querySelectorAll<
|
|
722
|
-
querySelectorAll<
|
|
723
|
-
querySelectorAll<
|
|
724
|
-
querySelectorAll<
|
|
725
|
-
querySelectorAll<
|
|
726
|
-
replaceChildren(...nodes: (
|
|
774
|
+
append(...nodes: (Node | string)[]): void;
|
|
775
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
776
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
777
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
778
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
779
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
780
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
781
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
782
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
783
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
784
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
785
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
786
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
727
787
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
728
|
-
readonly
|
|
788
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
789
|
+
get style(): CSSStyleDeclaration;
|
|
790
|
+
set style(cssText: string);
|
|
729
791
|
contentEditable: string;
|
|
730
792
|
enterKeyHint: string;
|
|
731
793
|
inputMode: string;
|
|
@@ -735,16 +797,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
735
797
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
736
798
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
737
799
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
738
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
800
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
739
801
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
802
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
803
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
740
804
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
741
805
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
742
806
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
743
807
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
744
808
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
745
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
809
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
746
810
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
747
|
-
|
|
811
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
812
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
813
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
748
814
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
749
815
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
750
816
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -791,12 +857,14 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
791
857
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
792
858
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
793
859
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
860
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
794
861
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
795
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
862
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
796
863
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
797
864
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
798
865
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
799
866
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
867
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
800
868
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
801
869
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
802
870
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -808,7 +876,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
808
876
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
809
877
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
810
878
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
811
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
879
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
812
880
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
813
881
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
814
882
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -826,14 +894,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
826
894
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
827
895
|
autofocus: boolean;
|
|
828
896
|
readonly dataset: DOMStringMap;
|
|
829
|
-
nonce?: string
|
|
897
|
+
nonce?: string;
|
|
830
898
|
tabIndex: number;
|
|
831
899
|
blur(): void;
|
|
832
|
-
focus(options?: FocusOptions
|
|
833
|
-
ariaColIndexText: string | null;
|
|
834
|
-
ariaDescription: string | null;
|
|
835
|
-
ariaRowIndexText: string | null;
|
|
836
|
-
ariaRelevant: string | null;
|
|
900
|
+
focus(options?: FocusOptions): void;
|
|
837
901
|
roleChanged(prev: string | null, next: string | null): void;
|
|
838
902
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
839
903
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -876,21 +940,21 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
876
940
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
877
941
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
878
942
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
879
|
-
"__#
|
|
943
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
880
944
|
newPropertyName: string;
|
|
881
945
|
deprecatedPropertyName: string;
|
|
882
946
|
fromDeprecated: (v: any) => any;
|
|
883
947
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
884
948
|
}): void;
|
|
885
949
|
}, any>;
|
|
886
|
-
errorText?: string
|
|
950
|
+
errorText?: string;
|
|
887
951
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
888
|
-
"__#
|
|
889
|
-
"__#
|
|
890
|
-
"__#
|
|
891
|
-
"__#
|
|
952
|
+
"__#private@#blockValidateCalls": boolean;
|
|
953
|
+
"__#private@#originalValidateFn": () => void;
|
|
954
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
955
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
892
956
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
893
|
-
|
|
957
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
894
958
|
_isValidValue(value: string): boolean;
|
|
895
959
|
_toPresentationValue(value: string): string;
|
|
896
960
|
_parsePresentationValue(presentationValue: string): string;
|
|
@@ -911,55 +975,56 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
911
975
|
_onClearClick(): void;
|
|
912
976
|
readOnly: boolean;
|
|
913
977
|
readOnlyChanged(): void;
|
|
914
|
-
_textFieldEl: import(
|
|
978
|
+
_textFieldEl: import('../components').VwcTextFieldElement;
|
|
915
979
|
_dialogEl: HTMLElement;
|
|
916
|
-
_pickerButtonEl: import(
|
|
980
|
+
_pickerButtonEl: import('../components').VwcButtonElement;
|
|
917
981
|
connectedCallback(): void;
|
|
918
982
|
disconnectedCallback(): void;
|
|
919
|
-
"__#
|
|
920
|
-
"__#
|
|
983
|
+
"__#private@#onFocusIn": () => void;
|
|
984
|
+
"__#private@#onFocusOut": () => void;
|
|
921
985
|
proxy: HTMLInputElement;
|
|
922
986
|
validate(): void;
|
|
923
987
|
_getCustomValidationError(): string | null;
|
|
924
|
-
"__#
|
|
988
|
+
"__#private@#localeChangeHandler": {
|
|
925
989
|
handleChange: () => void;
|
|
926
990
|
};
|
|
927
|
-
"__#
|
|
928
|
-
"__#
|
|
929
|
-
"__#
|
|
991
|
+
"__#private@#localeChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
992
|
+
"__#private@#startObservingLocaleChanges"(): void;
|
|
993
|
+
"__#private@#stopObservingLocaleChanges"(): void;
|
|
930
994
|
_popupOpen: boolean;
|
|
931
|
-
"__#
|
|
932
|
-
"__#
|
|
995
|
+
"__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
996
|
+
"__#private@#openPopupIfPossible"(): void;
|
|
933
997
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
934
998
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
935
999
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
936
|
-
|
|
1000
|
+
get _dialogLabel(): string;
|
|
937
1001
|
_presentationValue: string;
|
|
938
1002
|
_presentationValueChanged(): void;
|
|
939
|
-
|
|
940
|
-
_textFieldSize?: string
|
|
941
|
-
|
|
942
|
-
|
|
1003
|
+
get _textFieldPlaceholder(): string;
|
|
1004
|
+
_textFieldSize?: string;
|
|
1005
|
+
get _pickerButtonLabel(): string;
|
|
1006
|
+
get _pickerButtonIcon(): string;
|
|
943
1007
|
_onPickerButtonClick(): void;
|
|
944
1008
|
_onOkClick(): void;
|
|
945
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
946
|
-
|
|
1009
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
1010
|
+
get _hasContextualHelp(): boolean;
|
|
947
1011
|
_isFromContextualHelp(e: Event): boolean;
|
|
948
|
-
label?: string
|
|
1012
|
+
label?: string;
|
|
949
1013
|
errorValidationMessage: string;
|
|
950
1014
|
forceErrorDisplay: boolean;
|
|
951
1015
|
hasBeenTouched: boolean;
|
|
952
|
-
"__#
|
|
1016
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
953
1017
|
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
1018
|
+
get validity(): ValidityState;
|
|
1019
|
+
get form(): HTMLFormElement | null;
|
|
1020
|
+
get validationMessage(): string;
|
|
1021
|
+
get willValidate(): boolean;
|
|
1022
|
+
get labels(): ReadonlyArray<Node>;
|
|
959
1023
|
dirtyValue: boolean;
|
|
960
|
-
proxySlot?: HTMLSlotElement
|
|
1024
|
+
proxySlot?: HTMLSlotElement;
|
|
961
1025
|
value: string;
|
|
962
|
-
currentValue: string;
|
|
1026
|
+
get currentValue(): string;
|
|
1027
|
+
set currentValue(value: string);
|
|
963
1028
|
initialValue: string;
|
|
964
1029
|
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
965
1030
|
disabled: boolean;
|
|
@@ -968,25 +1033,26 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
968
1033
|
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
969
1034
|
required: boolean;
|
|
970
1035
|
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
971
|
-
|
|
1036
|
+
get elementInternals(): ElementInternals | null;
|
|
972
1037
|
proxyEventsToBlock: string[];
|
|
973
1038
|
checkValidity: (() => boolean) & (() => boolean);
|
|
974
1039
|
reportValidity: (() => boolean) & (() => boolean);
|
|
975
|
-
setValidity: ((flags: ValidityStateFlags, message?: string
|
|
1040
|
+
setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
|
|
976
1041
|
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
977
1042
|
proxyInitialized: boolean;
|
|
978
1043
|
attachProxy: (() => void) & (() => void);
|
|
979
1044
|
detachProxy: (() => void) & (() => void);
|
|
980
|
-
setFormValue: ((value:
|
|
1045
|
+
setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
|
|
981
1046
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
982
1047
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
983
|
-
_vividAriaBehaviour: import(
|
|
984
|
-
readonly $fastController: import(
|
|
985
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1048
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1049
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1050
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
986
1051
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
987
1052
|
accessKey: string;
|
|
988
1053
|
readonly accessKeyLabel: string;
|
|
989
1054
|
autocapitalize: string;
|
|
1055
|
+
autocorrect: boolean;
|
|
990
1056
|
dir: string;
|
|
991
1057
|
draggable: boolean;
|
|
992
1058
|
hidden: boolean;
|
|
@@ -999,30 +1065,39 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
999
1065
|
readonly offsetTop: number;
|
|
1000
1066
|
readonly offsetWidth: number;
|
|
1001
1067
|
outerText: string;
|
|
1068
|
+
popover: string | null;
|
|
1002
1069
|
spellcheck: boolean;
|
|
1003
1070
|
title: string;
|
|
1004
1071
|
translate: boolean;
|
|
1072
|
+
writingSuggestions: string;
|
|
1005
1073
|
attachInternals(): ElementInternals;
|
|
1006
1074
|
click(): void;
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1075
|
+
hidePopover(): void;
|
|
1076
|
+
showPopover(): void;
|
|
1077
|
+
togglePopover(options?: boolean): boolean;
|
|
1078
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1079
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1080
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1081
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1011
1082
|
readonly attributes: NamedNodeMap;
|
|
1012
|
-
|
|
1083
|
+
get classList(): DOMTokenList;
|
|
1084
|
+
set classList(value: string);
|
|
1013
1085
|
className: string;
|
|
1014
1086
|
readonly clientHeight: number;
|
|
1015
1087
|
readonly clientLeft: number;
|
|
1016
1088
|
readonly clientTop: number;
|
|
1017
1089
|
readonly clientWidth: number;
|
|
1090
|
+
readonly currentCSSZoom: number;
|
|
1018
1091
|
id: string;
|
|
1092
|
+
innerHTML: string;
|
|
1019
1093
|
readonly localName: string;
|
|
1020
1094
|
readonly namespaceURI: string | null;
|
|
1021
1095
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1022
1096
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1023
1097
|
outerHTML: string;
|
|
1024
1098
|
readonly ownerDocument: Document;
|
|
1025
|
-
|
|
1099
|
+
get part(): DOMTokenList;
|
|
1100
|
+
set part(value: string);
|
|
1026
1101
|
readonly prefix: string | null;
|
|
1027
1102
|
readonly scrollHeight: number;
|
|
1028
1103
|
scrollLeft: number;
|
|
@@ -1032,11 +1107,12 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1032
1107
|
slot: string;
|
|
1033
1108
|
readonly tagName: string;
|
|
1034
1109
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1035
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1036
|
-
closest<
|
|
1037
|
-
closest<
|
|
1038
|
-
closest<
|
|
1039
|
-
closest<
|
|
1110
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1111
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1112
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1113
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1114
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1115
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1040
1116
|
getAttribute(qualifiedName: string): string | null;
|
|
1041
1117
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1042
1118
|
getAttributeNames(): string[];
|
|
@@ -1045,43 +1121,47 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1045
1121
|
getBoundingClientRect(): DOMRect;
|
|
1046
1122
|
getClientRects(): DOMRectList;
|
|
1047
1123
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1048
|
-
getElementsByTagName<
|
|
1049
|
-
getElementsByTagName<
|
|
1050
|
-
getElementsByTagName<
|
|
1051
|
-
getElementsByTagName<
|
|
1124
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1125
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1126
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1127
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1052
1128
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1053
1129
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1054
1130
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1055
1131
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1056
1132
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1133
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1057
1134
|
hasAttribute(qualifiedName: string): boolean;
|
|
1058
1135
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1059
1136
|
hasAttributes(): boolean;
|
|
1060
1137
|
hasPointerCapture(pointerId: number): boolean;
|
|
1061
1138
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1062
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1139
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1063
1140
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1064
1141
|
matches(selectors: string): boolean;
|
|
1065
1142
|
releasePointerCapture(pointerId: number): void;
|
|
1066
1143
|
removeAttribute(qualifiedName: string): void;
|
|
1067
1144
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1068
1145
|
removeAttributeNode(attr: Attr): Attr;
|
|
1069
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1070
|
-
requestPointerLock(): void
|
|
1071
|
-
scroll(options?: ScrollToOptions
|
|
1146
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1147
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1148
|
+
scroll(options?: ScrollToOptions): void;
|
|
1072
1149
|
scroll(x: number, y: number): void;
|
|
1073
|
-
scrollBy(options?: ScrollToOptions
|
|
1150
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1074
1151
|
scrollBy(x: number, y: number): void;
|
|
1075
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1076
|
-
scrollTo(options?: ScrollToOptions
|
|
1152
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1153
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1077
1154
|
scrollTo(x: number, y: number): void;
|
|
1078
1155
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1079
1156
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1080
1157
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1081
1158
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1159
|
+
setHTMLUnsafe(html: string): void;
|
|
1082
1160
|
setPointerCapture(pointerId: number): void;
|
|
1083
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1161
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1084
1162
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1163
|
+
get textContent(): string;
|
|
1164
|
+
set textContent(value: string | null);
|
|
1085
1165
|
readonly baseURI: string;
|
|
1086
1166
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1087
1167
|
readonly firstChild: ChildNode | null;
|
|
@@ -1094,22 +1174,21 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1094
1174
|
readonly parentElement: HTMLElement | null;
|
|
1095
1175
|
readonly parentNode: ParentNode | null;
|
|
1096
1176
|
readonly previousSibling: ChildNode | null;
|
|
1097
|
-
textContent: string | null;
|
|
1098
1177
|
appendChild<T extends Node>(node: T): T;
|
|
1099
|
-
cloneNode(
|
|
1178
|
+
cloneNode(subtree?: boolean): Node;
|
|
1100
1179
|
compareDocumentPosition(other: Node): number;
|
|
1101
1180
|
contains(other: Node | null): boolean;
|
|
1102
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1181
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1103
1182
|
hasChildNodes(): boolean;
|
|
1104
|
-
insertBefore<
|
|
1183
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1105
1184
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1106
1185
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1107
1186
|
isSameNode(otherNode: Node | null): boolean;
|
|
1108
1187
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1109
1188
|
lookupPrefix(namespace: string | null): string | null;
|
|
1110
1189
|
normalize(): void;
|
|
1111
|
-
removeChild<
|
|
1112
|
-
replaceChild<
|
|
1190
|
+
removeChild<T extends Node>(child: T): T;
|
|
1191
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1113
1192
|
readonly ELEMENT_NODE: 1;
|
|
1114
1193
|
readonly ATTRIBUTE_NODE: 2;
|
|
1115
1194
|
readonly TEXT_NODE: 3;
|
|
@@ -1129,35 +1208,49 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1129
1208
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1130
1209
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1131
1210
|
dispatchEvent(event: Event): boolean;
|
|
1211
|
+
ariaActiveDescendantElement: Element | null;
|
|
1132
1212
|
ariaAtomic: string | null;
|
|
1133
1213
|
ariaAutoComplete: string | null;
|
|
1214
|
+
ariaBrailleLabel: string | null;
|
|
1215
|
+
ariaBrailleRoleDescription: string | null;
|
|
1134
1216
|
ariaBusy: string | null;
|
|
1135
1217
|
ariaChecked: string | null;
|
|
1136
1218
|
ariaColCount: string | null;
|
|
1137
1219
|
ariaColIndex: string | null;
|
|
1220
|
+
ariaColIndexText: string | null;
|
|
1138
1221
|
ariaColSpan: string | null;
|
|
1222
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1139
1223
|
ariaCurrent: string | null;
|
|
1224
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1225
|
+
ariaDescription: string | null;
|
|
1226
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1140
1227
|
ariaDisabled: string | null;
|
|
1228
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1141
1229
|
ariaExpanded: string | null;
|
|
1230
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1142
1231
|
ariaHasPopup: string | null;
|
|
1143
1232
|
ariaHidden: string | null;
|
|
1144
1233
|
ariaInvalid: string | null;
|
|
1145
1234
|
ariaKeyShortcuts: string | null;
|
|
1146
1235
|
ariaLabel: string | null;
|
|
1236
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1147
1237
|
ariaLevel: string | null;
|
|
1148
1238
|
ariaLive: string | null;
|
|
1149
1239
|
ariaModal: string | null;
|
|
1150
1240
|
ariaMultiLine: string | null;
|
|
1151
1241
|
ariaMultiSelectable: string | null;
|
|
1152
1242
|
ariaOrientation: string | null;
|
|
1243
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1153
1244
|
ariaPlaceholder: string | null;
|
|
1154
1245
|
ariaPosInSet: string | null;
|
|
1155
1246
|
ariaPressed: string | null;
|
|
1156
1247
|
ariaReadOnly: string | null;
|
|
1248
|
+
ariaRelevant: string | null;
|
|
1157
1249
|
ariaRequired: string | null;
|
|
1158
1250
|
ariaRoleDescription: string | null;
|
|
1159
1251
|
ariaRowCount: string | null;
|
|
1160
1252
|
ariaRowIndex: string | null;
|
|
1253
|
+
ariaRowIndexText: string | null;
|
|
1161
1254
|
ariaRowSpan: string | null;
|
|
1162
1255
|
ariaSelected: string | null;
|
|
1163
1256
|
ariaSetSize: string | null;
|
|
@@ -1167,34 +1260,35 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1167
1260
|
ariaValueNow: string | null;
|
|
1168
1261
|
ariaValueText: string | null;
|
|
1169
1262
|
role: string | null;
|
|
1170
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1171
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1172
|
-
after(...nodes: (
|
|
1173
|
-
before(...nodes: (
|
|
1263
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1264
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1265
|
+
after(...nodes: (Node | string)[]): void;
|
|
1266
|
+
before(...nodes: (Node | string)[]): void;
|
|
1174
1267
|
remove(): void;
|
|
1175
|
-
replaceWith(...nodes: (
|
|
1176
|
-
innerHTML: string;
|
|
1268
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1177
1269
|
readonly nextElementSibling: Element | null;
|
|
1178
1270
|
readonly previousElementSibling: Element | null;
|
|
1179
1271
|
readonly childElementCount: number;
|
|
1180
1272
|
readonly children: HTMLCollection;
|
|
1181
1273
|
readonly firstElementChild: Element | null;
|
|
1182
1274
|
readonly lastElementChild: Element | null;
|
|
1183
|
-
append(...nodes: (
|
|
1184
|
-
prepend(...nodes: (
|
|
1185
|
-
querySelector<
|
|
1186
|
-
querySelector<
|
|
1187
|
-
querySelector<
|
|
1188
|
-
querySelector<
|
|
1189
|
-
querySelector<
|
|
1190
|
-
querySelectorAll<
|
|
1191
|
-
querySelectorAll<
|
|
1192
|
-
querySelectorAll<
|
|
1193
|
-
querySelectorAll<
|
|
1194
|
-
querySelectorAll<
|
|
1195
|
-
replaceChildren(...nodes: (
|
|
1275
|
+
append(...nodes: (Node | string)[]): void;
|
|
1276
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1277
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1278
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1279
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1280
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1281
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1282
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1283
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1284
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1285
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1286
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1287
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1196
1288
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1197
|
-
readonly
|
|
1289
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1290
|
+
get style(): CSSStyleDeclaration;
|
|
1291
|
+
set style(cssText: string);
|
|
1198
1292
|
contentEditable: string;
|
|
1199
1293
|
enterKeyHint: string;
|
|
1200
1294
|
inputMode: string;
|
|
@@ -1204,16 +1298,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1204
1298
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1205
1299
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1206
1300
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1207
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1301
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1208
1302
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1303
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1304
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1209
1305
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1210
1306
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1211
1307
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1212
1308
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1213
1309
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1214
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1310
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1215
1311
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1216
|
-
|
|
1312
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1313
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1314
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1217
1315
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1218
1316
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1219
1317
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1260,12 +1358,14 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1260
1358
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1261
1359
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1262
1360
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1361
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1263
1362
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1264
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1363
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1265
1364
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1266
1365
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1267
1366
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1268
1367
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1368
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1269
1369
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1270
1370
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1271
1371
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1277,7 +1377,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1277
1377
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1278
1378
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1279
1379
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1280
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1380
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1281
1381
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1282
1382
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1283
1383
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1295,14 +1395,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1295
1395
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1296
1396
|
autofocus: boolean;
|
|
1297
1397
|
readonly dataset: DOMStringMap;
|
|
1298
|
-
nonce?: string
|
|
1398
|
+
nonce?: string;
|
|
1299
1399
|
tabIndex: number;
|
|
1300
1400
|
blur(): void;
|
|
1301
|
-
focus(options?: FocusOptions
|
|
1302
|
-
ariaColIndexText: string | null;
|
|
1303
|
-
ariaDescription: string | null;
|
|
1304
|
-
ariaRowIndexText: string | null;
|
|
1305
|
-
ariaRelevant: string | null;
|
|
1401
|
+
focus(options?: FocusOptions): void;
|
|
1306
1402
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1307
1403
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1308
1404
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1345,39 +1441,40 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1345
1441
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1346
1442
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1347
1443
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1348
|
-
"__#
|
|
1444
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1349
1445
|
newPropertyName: string;
|
|
1350
1446
|
deprecatedPropertyName: string;
|
|
1351
1447
|
fromDeprecated: (v: any) => any;
|
|
1352
1448
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1353
1449
|
}): void;
|
|
1354
|
-
helperText?: string
|
|
1355
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
1356
|
-
|
|
1450
|
+
helperText?: string;
|
|
1451
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
1452
|
+
get _feedbackDescribedBy(): string;
|
|
1357
1453
|
_internalFeedback(): {
|
|
1358
|
-
type: import(
|
|
1454
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
1359
1455
|
message: string;
|
|
1360
1456
|
};
|
|
1361
1457
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1362
|
-
_getFeedbackTemplate(ctx: import(
|
|
1363
|
-
helperText?: string
|
|
1364
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
1365
|
-
|
|
1458
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
|
|
1459
|
+
helperText?: string;
|
|
1460
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
1461
|
+
get _feedbackDescribedBy(): string;
|
|
1366
1462
|
_internalFeedback(): {
|
|
1367
|
-
type: import(
|
|
1463
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
1368
1464
|
message: string;
|
|
1369
1465
|
};
|
|
1370
1466
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1371
|
-
_getFeedbackTemplate(ctx: import(
|
|
1467
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
1372
1468
|
connectedCallback(): void;
|
|
1373
|
-
_vividAriaBehaviour: import(
|
|
1374
|
-
readonly $fastController: import(
|
|
1375
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1469
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1470
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1471
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1376
1472
|
disconnectedCallback(): void;
|
|
1377
1473
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1378
1474
|
accessKey: string;
|
|
1379
1475
|
readonly accessKeyLabel: string;
|
|
1380
1476
|
autocapitalize: string;
|
|
1477
|
+
autocorrect: boolean;
|
|
1381
1478
|
dir: string;
|
|
1382
1479
|
draggable: boolean;
|
|
1383
1480
|
hidden: boolean;
|
|
@@ -1390,30 +1487,39 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1390
1487
|
readonly offsetTop: number;
|
|
1391
1488
|
readonly offsetWidth: number;
|
|
1392
1489
|
outerText: string;
|
|
1490
|
+
popover: string | null;
|
|
1393
1491
|
spellcheck: boolean;
|
|
1394
1492
|
title: string;
|
|
1395
1493
|
translate: boolean;
|
|
1494
|
+
writingSuggestions: string;
|
|
1396
1495
|
attachInternals(): ElementInternals;
|
|
1397
1496
|
click(): void;
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1497
|
+
hidePopover(): void;
|
|
1498
|
+
showPopover(): void;
|
|
1499
|
+
togglePopover(options?: boolean): boolean;
|
|
1500
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1501
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1502
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1503
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1402
1504
|
readonly attributes: NamedNodeMap;
|
|
1403
|
-
|
|
1505
|
+
get classList(): DOMTokenList;
|
|
1506
|
+
set classList(value: string);
|
|
1404
1507
|
className: string;
|
|
1405
1508
|
readonly clientHeight: number;
|
|
1406
1509
|
readonly clientLeft: number;
|
|
1407
1510
|
readonly clientTop: number;
|
|
1408
1511
|
readonly clientWidth: number;
|
|
1512
|
+
readonly currentCSSZoom: number;
|
|
1409
1513
|
id: string;
|
|
1514
|
+
innerHTML: string;
|
|
1410
1515
|
readonly localName: string;
|
|
1411
1516
|
readonly namespaceURI: string | null;
|
|
1412
1517
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1413
1518
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1414
1519
|
outerHTML: string;
|
|
1415
1520
|
readonly ownerDocument: Document;
|
|
1416
|
-
|
|
1521
|
+
get part(): DOMTokenList;
|
|
1522
|
+
set part(value: string);
|
|
1417
1523
|
readonly prefix: string | null;
|
|
1418
1524
|
readonly scrollHeight: number;
|
|
1419
1525
|
scrollLeft: number;
|
|
@@ -1423,11 +1529,12 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1423
1529
|
slot: string;
|
|
1424
1530
|
readonly tagName: string;
|
|
1425
1531
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1426
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1427
|
-
closest<
|
|
1428
|
-
closest<
|
|
1429
|
-
closest<
|
|
1430
|
-
closest<
|
|
1532
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1533
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1534
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1535
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1536
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1537
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1431
1538
|
getAttribute(qualifiedName: string): string | null;
|
|
1432
1539
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1433
1540
|
getAttributeNames(): string[];
|
|
@@ -1436,43 +1543,47 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1436
1543
|
getBoundingClientRect(): DOMRect;
|
|
1437
1544
|
getClientRects(): DOMRectList;
|
|
1438
1545
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1439
|
-
getElementsByTagName<
|
|
1440
|
-
getElementsByTagName<
|
|
1441
|
-
getElementsByTagName<
|
|
1442
|
-
getElementsByTagName<
|
|
1546
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1547
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1548
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1549
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1443
1550
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1444
1551
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1445
1552
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1446
1553
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1447
1554
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1555
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1448
1556
|
hasAttribute(qualifiedName: string): boolean;
|
|
1449
1557
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1450
1558
|
hasAttributes(): boolean;
|
|
1451
1559
|
hasPointerCapture(pointerId: number): boolean;
|
|
1452
1560
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1453
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1561
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1454
1562
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1455
1563
|
matches(selectors: string): boolean;
|
|
1456
1564
|
releasePointerCapture(pointerId: number): void;
|
|
1457
1565
|
removeAttribute(qualifiedName: string): void;
|
|
1458
1566
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1459
1567
|
removeAttributeNode(attr: Attr): Attr;
|
|
1460
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1461
|
-
requestPointerLock(): void
|
|
1462
|
-
scroll(options?: ScrollToOptions
|
|
1568
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1569
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1570
|
+
scroll(options?: ScrollToOptions): void;
|
|
1463
1571
|
scroll(x: number, y: number): void;
|
|
1464
|
-
scrollBy(options?: ScrollToOptions
|
|
1572
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1465
1573
|
scrollBy(x: number, y: number): void;
|
|
1466
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1467
|
-
scrollTo(options?: ScrollToOptions
|
|
1574
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1575
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1468
1576
|
scrollTo(x: number, y: number): void;
|
|
1469
1577
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1470
1578
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1471
1579
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1472
1580
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1581
|
+
setHTMLUnsafe(html: string): void;
|
|
1473
1582
|
setPointerCapture(pointerId: number): void;
|
|
1474
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1583
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1475
1584
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1585
|
+
get textContent(): string;
|
|
1586
|
+
set textContent(value: string | null);
|
|
1476
1587
|
readonly baseURI: string;
|
|
1477
1588
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1478
1589
|
readonly firstChild: ChildNode | null;
|
|
@@ -1485,22 +1596,21 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1485
1596
|
readonly parentElement: HTMLElement | null;
|
|
1486
1597
|
readonly parentNode: ParentNode | null;
|
|
1487
1598
|
readonly previousSibling: ChildNode | null;
|
|
1488
|
-
textContent: string | null;
|
|
1489
1599
|
appendChild<T extends Node>(node: T): T;
|
|
1490
|
-
cloneNode(
|
|
1600
|
+
cloneNode(subtree?: boolean): Node;
|
|
1491
1601
|
compareDocumentPosition(other: Node): number;
|
|
1492
1602
|
contains(other: Node | null): boolean;
|
|
1493
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1603
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1494
1604
|
hasChildNodes(): boolean;
|
|
1495
|
-
insertBefore<
|
|
1605
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1496
1606
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1497
1607
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1498
1608
|
isSameNode(otherNode: Node | null): boolean;
|
|
1499
1609
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1500
1610
|
lookupPrefix(namespace: string | null): string | null;
|
|
1501
1611
|
normalize(): void;
|
|
1502
|
-
removeChild<
|
|
1503
|
-
replaceChild<
|
|
1612
|
+
removeChild<T extends Node>(child: T): T;
|
|
1613
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1504
1614
|
readonly ELEMENT_NODE: 1;
|
|
1505
1615
|
readonly ATTRIBUTE_NODE: 2;
|
|
1506
1616
|
readonly TEXT_NODE: 3;
|
|
@@ -1520,35 +1630,49 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1520
1630
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1521
1631
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1522
1632
|
dispatchEvent(event: Event): boolean;
|
|
1633
|
+
ariaActiveDescendantElement: Element | null;
|
|
1523
1634
|
ariaAtomic: string | null;
|
|
1524
1635
|
ariaAutoComplete: string | null;
|
|
1636
|
+
ariaBrailleLabel: string | null;
|
|
1637
|
+
ariaBrailleRoleDescription: string | null;
|
|
1525
1638
|
ariaBusy: string | null;
|
|
1526
1639
|
ariaChecked: string | null;
|
|
1527
1640
|
ariaColCount: string | null;
|
|
1528
1641
|
ariaColIndex: string | null;
|
|
1642
|
+
ariaColIndexText: string | null;
|
|
1529
1643
|
ariaColSpan: string | null;
|
|
1644
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1530
1645
|
ariaCurrent: string | null;
|
|
1646
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1647
|
+
ariaDescription: string | null;
|
|
1648
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1531
1649
|
ariaDisabled: string | null;
|
|
1650
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1532
1651
|
ariaExpanded: string | null;
|
|
1652
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1533
1653
|
ariaHasPopup: string | null;
|
|
1534
1654
|
ariaHidden: string | null;
|
|
1535
1655
|
ariaInvalid: string | null;
|
|
1536
1656
|
ariaKeyShortcuts: string | null;
|
|
1537
1657
|
ariaLabel: string | null;
|
|
1658
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1538
1659
|
ariaLevel: string | null;
|
|
1539
1660
|
ariaLive: string | null;
|
|
1540
1661
|
ariaModal: string | null;
|
|
1541
1662
|
ariaMultiLine: string | null;
|
|
1542
1663
|
ariaMultiSelectable: string | null;
|
|
1543
1664
|
ariaOrientation: string | null;
|
|
1665
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1544
1666
|
ariaPlaceholder: string | null;
|
|
1545
1667
|
ariaPosInSet: string | null;
|
|
1546
1668
|
ariaPressed: string | null;
|
|
1547
1669
|
ariaReadOnly: string | null;
|
|
1670
|
+
ariaRelevant: string | null;
|
|
1548
1671
|
ariaRequired: string | null;
|
|
1549
1672
|
ariaRoleDescription: string | null;
|
|
1550
1673
|
ariaRowCount: string | null;
|
|
1551
1674
|
ariaRowIndex: string | null;
|
|
1675
|
+
ariaRowIndexText: string | null;
|
|
1552
1676
|
ariaRowSpan: string | null;
|
|
1553
1677
|
ariaSelected: string | null;
|
|
1554
1678
|
ariaSetSize: string | null;
|
|
@@ -1558,34 +1682,35 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1558
1682
|
ariaValueNow: string | null;
|
|
1559
1683
|
ariaValueText: string | null;
|
|
1560
1684
|
role: string | null;
|
|
1561
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1562
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1563
|
-
after(...nodes: (
|
|
1564
|
-
before(...nodes: (
|
|
1685
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1686
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1687
|
+
after(...nodes: (Node | string)[]): void;
|
|
1688
|
+
before(...nodes: (Node | string)[]): void;
|
|
1565
1689
|
remove(): void;
|
|
1566
|
-
replaceWith(...nodes: (
|
|
1567
|
-
innerHTML: string;
|
|
1690
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1568
1691
|
readonly nextElementSibling: Element | null;
|
|
1569
1692
|
readonly previousElementSibling: Element | null;
|
|
1570
1693
|
readonly childElementCount: number;
|
|
1571
1694
|
readonly children: HTMLCollection;
|
|
1572
1695
|
readonly firstElementChild: Element | null;
|
|
1573
1696
|
readonly lastElementChild: Element | null;
|
|
1574
|
-
append(...nodes: (
|
|
1575
|
-
prepend(...nodes: (
|
|
1576
|
-
querySelector<
|
|
1577
|
-
querySelector<
|
|
1578
|
-
querySelector<
|
|
1579
|
-
querySelector<
|
|
1580
|
-
querySelector<
|
|
1581
|
-
querySelectorAll<
|
|
1582
|
-
querySelectorAll<
|
|
1583
|
-
querySelectorAll<
|
|
1584
|
-
querySelectorAll<
|
|
1585
|
-
querySelectorAll<
|
|
1586
|
-
replaceChildren(...nodes: (
|
|
1697
|
+
append(...nodes: (Node | string)[]): void;
|
|
1698
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1699
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1700
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1701
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1702
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1703
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1704
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1705
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1706
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1707
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1708
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1709
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1587
1710
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1588
|
-
readonly
|
|
1711
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1712
|
+
get style(): CSSStyleDeclaration;
|
|
1713
|
+
set style(cssText: string);
|
|
1589
1714
|
contentEditable: string;
|
|
1590
1715
|
enterKeyHint: string;
|
|
1591
1716
|
inputMode: string;
|
|
@@ -1595,16 +1720,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1595
1720
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1596
1721
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1597
1722
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1598
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1723
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1599
1724
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1725
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1726
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1600
1727
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1601
1728
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1602
1729
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1603
1730
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1604
1731
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1605
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1732
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1606
1733
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1607
|
-
|
|
1734
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1735
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1736
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1608
1737
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1609
1738
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1610
1739
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1651,12 +1780,14 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1651
1780
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1652
1781
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1653
1782
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1783
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1654
1784
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1655
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1785
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1656
1786
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1657
1787
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1658
1788
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1659
1789
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1790
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1660
1791
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1661
1792
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1662
1793
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1668,7 +1799,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1668
1799
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1669
1800
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1670
1801
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1671
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1802
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1672
1803
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1673
1804
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1674
1805
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1686,14 +1817,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1686
1817
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1687
1818
|
autofocus: boolean;
|
|
1688
1819
|
readonly dataset: DOMStringMap;
|
|
1689
|
-
nonce?: string
|
|
1820
|
+
nonce?: string;
|
|
1690
1821
|
tabIndex: number;
|
|
1691
1822
|
blur(): void;
|
|
1692
|
-
focus(options?: FocusOptions
|
|
1693
|
-
ariaColIndexText: string | null;
|
|
1694
|
-
ariaDescription: string | null;
|
|
1695
|
-
ariaRowIndexText: string | null;
|
|
1696
|
-
ariaRelevant: string | null;
|
|
1823
|
+
focus(options?: FocusOptions): void;
|
|
1697
1824
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1698
1825
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1699
1826
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1736,124 +1863,125 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1736
1863
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1737
1864
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1738
1865
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1739
|
-
"__#
|
|
1866
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1740
1867
|
newPropertyName: string;
|
|
1741
1868
|
deprecatedPropertyName: string;
|
|
1742
1869
|
fromDeprecated: (v: any) => any;
|
|
1743
1870
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1744
1871
|
}): void;
|
|
1745
1872
|
}, any>;
|
|
1746
|
-
errorText?: string
|
|
1873
|
+
errorText?: string;
|
|
1747
1874
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1748
|
-
"__#
|
|
1749
|
-
"__#
|
|
1750
|
-
"__#
|
|
1751
|
-
"__#
|
|
1875
|
+
"__#private@#blockValidateCalls": boolean;
|
|
1876
|
+
"__#private@#originalValidateFn": () => void;
|
|
1877
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
1878
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
1752
1879
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1753
|
-
|
|
1880
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
1754
1881
|
}) & (abstract new (...args: any[]) => {
|
|
1755
1882
|
min: string;
|
|
1756
1883
|
minChanged(_: string, newMin: string): void;
|
|
1757
|
-
|
|
1884
|
+
get _resolvedMinDate(): DateStr | "";
|
|
1758
1885
|
max: string;
|
|
1759
1886
|
maxChanged(_: string, newMax: string): void;
|
|
1760
|
-
|
|
1761
|
-
_selectedMonth: import(
|
|
1762
|
-
_adjustSelectedMonthToEnsureVisibilityOf(date:
|
|
1887
|
+
get _resolvedMaxDate(): DateStr | "";
|
|
1888
|
+
_selectedMonth: import('../../shared/datetime/month').Month;
|
|
1889
|
+
_adjustSelectedMonthToEnsureVisibilityOf(date: DateStr): boolean;
|
|
1763
1890
|
_currentDate: string;
|
|
1764
|
-
_currentMonth: import(
|
|
1765
|
-
_isDateInValidRange(date:
|
|
1766
|
-
"__#
|
|
1767
|
-
"__#
|
|
1768
|
-
_isMonthInValidRange(month: import(
|
|
1891
|
+
_currentMonth: import('../../shared/datetime/month').Month;
|
|
1892
|
+
_isDateInValidRange(date: DateStr): boolean;
|
|
1893
|
+
"__#private@#isMonthAfterValidRange"(month: import('../../shared/datetime/month').Month): boolean | "";
|
|
1894
|
+
"__#private@#isMonthBeforeValidRange"(month: import('../../shared/datetime/month').Month): boolean | "";
|
|
1895
|
+
_isMonthInValidRange(month: import('../../shared/datetime/month').Month): boolean;
|
|
1769
1896
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
1770
1897
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
1771
1898
|
_onTitleActionClick(): void;
|
|
1772
|
-
|
|
1899
|
+
get _isPrevYearDisabled(): boolean | "";
|
|
1773
1900
|
_onPrevYearClick(): void;
|
|
1774
|
-
|
|
1901
|
+
get _isNextYearDisabled(): boolean | "";
|
|
1775
1902
|
_onNextYearClick(): void;
|
|
1776
|
-
|
|
1903
|
+
get _isPrevMonthDisabled(): boolean | "";
|
|
1777
1904
|
_onPrevMonthClick(): void;
|
|
1778
|
-
|
|
1905
|
+
get _isNextMonthDisabled(): boolean | "";
|
|
1779
1906
|
_onNextMonthClick(): void;
|
|
1780
1907
|
_numCalendars: number;
|
|
1781
|
-
|
|
1908
|
+
get _segments(): import('../../shared/picker-field/mixins/calendar-segments/segment').Segment[];
|
|
1782
1909
|
_hideDatesOutsideMonth: boolean;
|
|
1783
|
-
_lastFocussedDate:
|
|
1784
|
-
_isDateSelected(_:
|
|
1785
|
-
_isDateAriaSelected(date:
|
|
1786
|
-
_isDateInSelectedRange(_:
|
|
1787
|
-
_isDateRangeStart(_:
|
|
1788
|
-
_isDateRangeEnd(_:
|
|
1789
|
-
_getSelectedDates():
|
|
1790
|
-
_onDateMouseEnter(_:
|
|
1791
|
-
_onDateMouseLeave(_:
|
|
1792
|
-
_onDateClick(date:
|
|
1793
|
-
_onDateKeydown(date:
|
|
1794
|
-
_onDateFocus(date:
|
|
1795
|
-
|
|
1910
|
+
_lastFocussedDate: DateStr | null;
|
|
1911
|
+
_isDateSelected(_: DateStr): boolean;
|
|
1912
|
+
_isDateAriaSelected(date: DateStr): boolean;
|
|
1913
|
+
_isDateInSelectedRange(_: DateStr): boolean;
|
|
1914
|
+
_isDateRangeStart(_: DateStr): boolean;
|
|
1915
|
+
_isDateRangeEnd(_: DateStr): boolean;
|
|
1916
|
+
_getSelectedDates(): DateStr[];
|
|
1917
|
+
_onDateMouseEnter(_: DateStr): void;
|
|
1918
|
+
_onDateMouseLeave(_: DateStr): void;
|
|
1919
|
+
_onDateClick(date: DateStr): void;
|
|
1920
|
+
_onDateKeydown(date: DateStr, event: KeyboardEvent): boolean;
|
|
1921
|
+
_onDateFocus(date: DateStr): void;
|
|
1922
|
+
get _tabbableDate(): DateStr | null;
|
|
1796
1923
|
_monthPickerYear: number | null;
|
|
1797
|
-
|
|
1798
|
-
_lastFocussedMonth: import(
|
|
1799
|
-
_onMonthClick(month: import(
|
|
1800
|
-
_onMonthKeydown(month: import(
|
|
1801
|
-
_onMonthFocus(month: import(
|
|
1802
|
-
|
|
1924
|
+
get _inMonthPicker(): boolean;
|
|
1925
|
+
_lastFocussedMonth: import('../../shared/datetime/month').Month | null;
|
|
1926
|
+
_onMonthClick(month: import('../../shared/datetime/month').Month): void;
|
|
1927
|
+
_onMonthKeydown(month: import('../../shared/datetime/month').Month, event: KeyboardEvent): boolean;
|
|
1928
|
+
_onMonthFocus(month: import('../../shared/datetime/month').Month): void;
|
|
1929
|
+
get _tabbableMonth(): import('../../shared/datetime/month').Month | null;
|
|
1803
1930
|
readOnly: boolean;
|
|
1804
1931
|
readOnlyChanged(): void;
|
|
1805
|
-
_textFieldEl: import(
|
|
1932
|
+
_textFieldEl: import('../components').VwcTextFieldElement;
|
|
1806
1933
|
_dialogEl: HTMLElement;
|
|
1807
|
-
_pickerButtonEl: import(
|
|
1934
|
+
_pickerButtonEl: import('../components').VwcButtonElement;
|
|
1808
1935
|
connectedCallback(): void;
|
|
1809
1936
|
disconnectedCallback(): void;
|
|
1810
|
-
"__#
|
|
1811
|
-
"__#
|
|
1937
|
+
"__#private@#onFocusIn": () => void;
|
|
1938
|
+
"__#private@#onFocusOut": () => void;
|
|
1812
1939
|
proxy: HTMLInputElement;
|
|
1813
1940
|
validate(): void;
|
|
1814
1941
|
_getCustomValidationError(): string | null;
|
|
1815
|
-
"__#
|
|
1942
|
+
"__#private@#localeChangeHandler": {
|
|
1816
1943
|
handleChange: () => void;
|
|
1817
1944
|
};
|
|
1818
|
-
"__#
|
|
1819
|
-
"__#
|
|
1820
|
-
"__#
|
|
1945
|
+
"__#private@#localeChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
1946
|
+
"__#private@#startObservingLocaleChanges"(): void;
|
|
1947
|
+
"__#private@#stopObservingLocaleChanges"(): void;
|
|
1821
1948
|
_popupOpen: boolean;
|
|
1822
|
-
"__#
|
|
1823
|
-
"__#
|
|
1949
|
+
"__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
1950
|
+
"__#private@#openPopupIfPossible"(): void;
|
|
1824
1951
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
1825
1952
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
1826
|
-
|
|
1953
|
+
get _dialogLabel(): string;
|
|
1827
1954
|
_presentationValue: string;
|
|
1828
1955
|
_presentationValueChanged(): void;
|
|
1829
1956
|
_updatePresentationValue(): void;
|
|
1830
|
-
|
|
1831
|
-
_textFieldSize?: string
|
|
1957
|
+
get _textFieldPlaceholder(): string;
|
|
1958
|
+
_textFieldSize?: string;
|
|
1832
1959
|
_onTextFieldInput(event: Event): void;
|
|
1833
1960
|
_onTextFieldChange(): void;
|
|
1834
|
-
|
|
1835
|
-
|
|
1961
|
+
get _pickerButtonLabel(): string;
|
|
1962
|
+
get _pickerButtonIcon(): string;
|
|
1836
1963
|
_onOkClick(): void;
|
|
1837
1964
|
_onClearClick(): void;
|
|
1838
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
1839
|
-
|
|
1965
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
1966
|
+
get _hasContextualHelp(): boolean;
|
|
1840
1967
|
_isFromContextualHelp(e: Event): boolean;
|
|
1841
|
-
label?: string
|
|
1968
|
+
label?: string;
|
|
1842
1969
|
errorValidationMessage: string;
|
|
1843
1970
|
forceErrorDisplay: boolean;
|
|
1844
1971
|
hasBeenTouched: boolean;
|
|
1845
|
-
"__#
|
|
1972
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
1846
1973
|
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1974
|
+
get validity(): ValidityState;
|
|
1975
|
+
get form(): HTMLFormElement | null;
|
|
1976
|
+
get validationMessage(): string;
|
|
1977
|
+
get willValidate(): boolean;
|
|
1978
|
+
get labels(): ReadonlyArray<Node>;
|
|
1852
1979
|
dirtyValue: boolean;
|
|
1853
|
-
proxySlot?: HTMLSlotElement
|
|
1980
|
+
proxySlot?: HTMLSlotElement;
|
|
1854
1981
|
value: string;
|
|
1855
1982
|
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1856
|
-
currentValue: string;
|
|
1983
|
+
get currentValue(): string;
|
|
1984
|
+
set currentValue(value: string);
|
|
1857
1985
|
initialValue: string;
|
|
1858
1986
|
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1859
1987
|
disabled: boolean;
|
|
@@ -1862,25 +1990,26 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1862
1990
|
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1863
1991
|
required: boolean;
|
|
1864
1992
|
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1865
|
-
|
|
1993
|
+
get elementInternals(): ElementInternals | null;
|
|
1866
1994
|
proxyEventsToBlock: string[];
|
|
1867
1995
|
checkValidity: (() => boolean) & (() => boolean);
|
|
1868
1996
|
reportValidity: (() => boolean) & (() => boolean);
|
|
1869
|
-
setValidity: ((flags: ValidityStateFlags, message?: string
|
|
1997
|
+
setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
|
|
1870
1998
|
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1871
1999
|
proxyInitialized: boolean;
|
|
1872
2000
|
attachProxy: (() => void) & (() => void);
|
|
1873
2001
|
detachProxy: (() => void) & (() => void);
|
|
1874
|
-
setFormValue: ((value:
|
|
2002
|
+
setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
|
|
1875
2003
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1876
2004
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1877
|
-
_vividAriaBehaviour: import(
|
|
1878
|
-
readonly $fastController: import(
|
|
1879
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2005
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2006
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2007
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1880
2008
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1881
2009
|
accessKey: string;
|
|
1882
2010
|
readonly accessKeyLabel: string;
|
|
1883
2011
|
autocapitalize: string;
|
|
2012
|
+
autocorrect: boolean;
|
|
1884
2013
|
dir: string;
|
|
1885
2014
|
draggable: boolean;
|
|
1886
2015
|
hidden: boolean;
|
|
@@ -1893,30 +2022,39 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1893
2022
|
readonly offsetTop: number;
|
|
1894
2023
|
readonly offsetWidth: number;
|
|
1895
2024
|
outerText: string;
|
|
2025
|
+
popover: string | null;
|
|
1896
2026
|
spellcheck: boolean;
|
|
1897
2027
|
title: string;
|
|
1898
2028
|
translate: boolean;
|
|
2029
|
+
writingSuggestions: string;
|
|
1899
2030
|
attachInternals(): ElementInternals;
|
|
1900
2031
|
click(): void;
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
2032
|
+
hidePopover(): void;
|
|
2033
|
+
showPopover(): void;
|
|
2034
|
+
togglePopover(options?: boolean): boolean;
|
|
2035
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2036
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2037
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2038
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1905
2039
|
readonly attributes: NamedNodeMap;
|
|
1906
|
-
|
|
2040
|
+
get classList(): DOMTokenList;
|
|
2041
|
+
set classList(value: string);
|
|
1907
2042
|
className: string;
|
|
1908
2043
|
readonly clientHeight: number;
|
|
1909
2044
|
readonly clientLeft: number;
|
|
1910
2045
|
readonly clientTop: number;
|
|
1911
2046
|
readonly clientWidth: number;
|
|
2047
|
+
readonly currentCSSZoom: number;
|
|
1912
2048
|
id: string;
|
|
2049
|
+
innerHTML: string;
|
|
1913
2050
|
readonly localName: string;
|
|
1914
2051
|
readonly namespaceURI: string | null;
|
|
1915
2052
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1916
2053
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1917
2054
|
outerHTML: string;
|
|
1918
2055
|
readonly ownerDocument: Document;
|
|
1919
|
-
|
|
2056
|
+
get part(): DOMTokenList;
|
|
2057
|
+
set part(value: string);
|
|
1920
2058
|
readonly prefix: string | null;
|
|
1921
2059
|
readonly scrollHeight: number;
|
|
1922
2060
|
scrollLeft: number;
|
|
@@ -1926,11 +2064,12 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1926
2064
|
slot: string;
|
|
1927
2065
|
readonly tagName: string;
|
|
1928
2066
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1929
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1930
|
-
closest<
|
|
1931
|
-
closest<
|
|
1932
|
-
closest<
|
|
1933
|
-
closest<
|
|
2067
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2068
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2069
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2070
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2071
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2072
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1934
2073
|
getAttribute(qualifiedName: string): string | null;
|
|
1935
2074
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1936
2075
|
getAttributeNames(): string[];
|
|
@@ -1939,43 +2078,47 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1939
2078
|
getBoundingClientRect(): DOMRect;
|
|
1940
2079
|
getClientRects(): DOMRectList;
|
|
1941
2080
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1942
|
-
getElementsByTagName<
|
|
1943
|
-
getElementsByTagName<
|
|
1944
|
-
getElementsByTagName<
|
|
1945
|
-
getElementsByTagName<
|
|
2081
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2082
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2083
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2084
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1946
2085
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1947
2086
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1948
2087
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1949
2088
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1950
2089
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2090
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1951
2091
|
hasAttribute(qualifiedName: string): boolean;
|
|
1952
2092
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1953
2093
|
hasAttributes(): boolean;
|
|
1954
2094
|
hasPointerCapture(pointerId: number): boolean;
|
|
1955
2095
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1956
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2096
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1957
2097
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1958
2098
|
matches(selectors: string): boolean;
|
|
1959
2099
|
releasePointerCapture(pointerId: number): void;
|
|
1960
2100
|
removeAttribute(qualifiedName: string): void;
|
|
1961
2101
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1962
2102
|
removeAttributeNode(attr: Attr): Attr;
|
|
1963
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1964
|
-
requestPointerLock(): void
|
|
1965
|
-
scroll(options?: ScrollToOptions
|
|
2103
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2104
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2105
|
+
scroll(options?: ScrollToOptions): void;
|
|
1966
2106
|
scroll(x: number, y: number): void;
|
|
1967
|
-
scrollBy(options?: ScrollToOptions
|
|
2107
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1968
2108
|
scrollBy(x: number, y: number): void;
|
|
1969
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1970
|
-
scrollTo(options?: ScrollToOptions
|
|
2109
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2110
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1971
2111
|
scrollTo(x: number, y: number): void;
|
|
1972
2112
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1973
2113
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1974
2114
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1975
2115
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2116
|
+
setHTMLUnsafe(html: string): void;
|
|
1976
2117
|
setPointerCapture(pointerId: number): void;
|
|
1977
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2118
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1978
2119
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2120
|
+
get textContent(): string;
|
|
2121
|
+
set textContent(value: string | null);
|
|
1979
2122
|
readonly baseURI: string;
|
|
1980
2123
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1981
2124
|
readonly firstChild: ChildNode | null;
|
|
@@ -1988,22 +2131,21 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1988
2131
|
readonly parentElement: HTMLElement | null;
|
|
1989
2132
|
readonly parentNode: ParentNode | null;
|
|
1990
2133
|
readonly previousSibling: ChildNode | null;
|
|
1991
|
-
textContent: string | null;
|
|
1992
2134
|
appendChild<T extends Node>(node: T): T;
|
|
1993
|
-
cloneNode(
|
|
2135
|
+
cloneNode(subtree?: boolean): Node;
|
|
1994
2136
|
compareDocumentPosition(other: Node): number;
|
|
1995
2137
|
contains(other: Node | null): boolean;
|
|
1996
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2138
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1997
2139
|
hasChildNodes(): boolean;
|
|
1998
|
-
insertBefore<
|
|
2140
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1999
2141
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2000
2142
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2001
2143
|
isSameNode(otherNode: Node | null): boolean;
|
|
2002
2144
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2003
2145
|
lookupPrefix(namespace: string | null): string | null;
|
|
2004
2146
|
normalize(): void;
|
|
2005
|
-
removeChild<
|
|
2006
|
-
replaceChild<
|
|
2147
|
+
removeChild<T extends Node>(child: T): T;
|
|
2148
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2007
2149
|
readonly ELEMENT_NODE: 1;
|
|
2008
2150
|
readonly ATTRIBUTE_NODE: 2;
|
|
2009
2151
|
readonly TEXT_NODE: 3;
|
|
@@ -2023,35 +2165,49 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2023
2165
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2024
2166
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2025
2167
|
dispatchEvent(event: Event): boolean;
|
|
2168
|
+
ariaActiveDescendantElement: Element | null;
|
|
2026
2169
|
ariaAtomic: string | null;
|
|
2027
2170
|
ariaAutoComplete: string | null;
|
|
2171
|
+
ariaBrailleLabel: string | null;
|
|
2172
|
+
ariaBrailleRoleDescription: string | null;
|
|
2028
2173
|
ariaBusy: string | null;
|
|
2029
2174
|
ariaChecked: string | null;
|
|
2030
2175
|
ariaColCount: string | null;
|
|
2031
2176
|
ariaColIndex: string | null;
|
|
2177
|
+
ariaColIndexText: string | null;
|
|
2032
2178
|
ariaColSpan: string | null;
|
|
2179
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2033
2180
|
ariaCurrent: string | null;
|
|
2181
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2182
|
+
ariaDescription: string | null;
|
|
2183
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2034
2184
|
ariaDisabled: string | null;
|
|
2185
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2035
2186
|
ariaExpanded: string | null;
|
|
2187
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2036
2188
|
ariaHasPopup: string | null;
|
|
2037
2189
|
ariaHidden: string | null;
|
|
2038
2190
|
ariaInvalid: string | null;
|
|
2039
2191
|
ariaKeyShortcuts: string | null;
|
|
2040
2192
|
ariaLabel: string | null;
|
|
2193
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2041
2194
|
ariaLevel: string | null;
|
|
2042
2195
|
ariaLive: string | null;
|
|
2043
2196
|
ariaModal: string | null;
|
|
2044
2197
|
ariaMultiLine: string | null;
|
|
2045
2198
|
ariaMultiSelectable: string | null;
|
|
2046
2199
|
ariaOrientation: string | null;
|
|
2200
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2047
2201
|
ariaPlaceholder: string | null;
|
|
2048
2202
|
ariaPosInSet: string | null;
|
|
2049
2203
|
ariaPressed: string | null;
|
|
2050
2204
|
ariaReadOnly: string | null;
|
|
2205
|
+
ariaRelevant: string | null;
|
|
2051
2206
|
ariaRequired: string | null;
|
|
2052
2207
|
ariaRoleDescription: string | null;
|
|
2053
2208
|
ariaRowCount: string | null;
|
|
2054
2209
|
ariaRowIndex: string | null;
|
|
2210
|
+
ariaRowIndexText: string | null;
|
|
2055
2211
|
ariaRowSpan: string | null;
|
|
2056
2212
|
ariaSelected: string | null;
|
|
2057
2213
|
ariaSetSize: string | null;
|
|
@@ -2061,34 +2217,35 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2061
2217
|
ariaValueNow: string | null;
|
|
2062
2218
|
ariaValueText: string | null;
|
|
2063
2219
|
role: string | null;
|
|
2064
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2065
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2066
|
-
after(...nodes: (
|
|
2067
|
-
before(...nodes: (
|
|
2220
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2221
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2222
|
+
after(...nodes: (Node | string)[]): void;
|
|
2223
|
+
before(...nodes: (Node | string)[]): void;
|
|
2068
2224
|
remove(): void;
|
|
2069
|
-
replaceWith(...nodes: (
|
|
2070
|
-
innerHTML: string;
|
|
2225
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2071
2226
|
readonly nextElementSibling: Element | null;
|
|
2072
2227
|
readonly previousElementSibling: Element | null;
|
|
2073
2228
|
readonly childElementCount: number;
|
|
2074
2229
|
readonly children: HTMLCollection;
|
|
2075
2230
|
readonly firstElementChild: Element | null;
|
|
2076
2231
|
readonly lastElementChild: Element | null;
|
|
2077
|
-
append(...nodes: (
|
|
2078
|
-
prepend(...nodes: (
|
|
2079
|
-
querySelector<
|
|
2080
|
-
querySelector<
|
|
2081
|
-
querySelector<
|
|
2082
|
-
querySelector<
|
|
2083
|
-
querySelector<
|
|
2084
|
-
querySelectorAll<
|
|
2085
|
-
querySelectorAll<
|
|
2086
|
-
querySelectorAll<
|
|
2087
|
-
querySelectorAll<
|
|
2088
|
-
querySelectorAll<
|
|
2089
|
-
replaceChildren(...nodes: (
|
|
2232
|
+
append(...nodes: (Node | string)[]): void;
|
|
2233
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2234
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2235
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2236
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2237
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2238
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2239
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2240
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2241
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2242
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2243
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2244
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2090
2245
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2091
|
-
readonly
|
|
2246
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2247
|
+
get style(): CSSStyleDeclaration;
|
|
2248
|
+
set style(cssText: string);
|
|
2092
2249
|
contentEditable: string;
|
|
2093
2250
|
enterKeyHint: string;
|
|
2094
2251
|
inputMode: string;
|
|
@@ -2098,16 +2255,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2098
2255
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2099
2256
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2100
2257
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2101
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2258
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2102
2259
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2260
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2261
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2103
2262
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2104
2263
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2105
2264
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2106
2265
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2107
2266
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2108
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2267
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2109
2268
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2110
|
-
|
|
2269
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2270
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2271
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2111
2272
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2112
2273
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2113
2274
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2154,12 +2315,14 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2154
2315
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2155
2316
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2156
2317
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2318
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2157
2319
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2158
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2320
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2159
2321
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2160
2322
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2161
2323
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2162
2324
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2325
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2163
2326
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2164
2327
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2165
2328
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2171,7 +2334,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2171
2334
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2172
2335
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2173
2336
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2174
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2337
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2175
2338
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2176
2339
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2177
2340
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2189,14 +2352,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2189
2352
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2190
2353
|
autofocus: boolean;
|
|
2191
2354
|
readonly dataset: DOMStringMap;
|
|
2192
|
-
nonce?: string
|
|
2355
|
+
nonce?: string;
|
|
2193
2356
|
tabIndex: number;
|
|
2194
2357
|
blur(): void;
|
|
2195
|
-
focus(options?: FocusOptions
|
|
2196
|
-
ariaColIndexText: string | null;
|
|
2197
|
-
ariaDescription: string | null;
|
|
2198
|
-
ariaRowIndexText: string | null;
|
|
2199
|
-
ariaRelevant: string | null;
|
|
2358
|
+
focus(options?: FocusOptions): void;
|
|
2200
2359
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2201
2360
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2202
2361
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2239,39 +2398,40 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2239
2398
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2240
2399
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2241
2400
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2242
|
-
"__#
|
|
2401
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2243
2402
|
newPropertyName: string;
|
|
2244
2403
|
deprecatedPropertyName: string;
|
|
2245
2404
|
fromDeprecated: (v: any) => any;
|
|
2246
2405
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2247
2406
|
}): void;
|
|
2248
|
-
helperText?: string
|
|
2249
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
2250
|
-
|
|
2407
|
+
helperText?: string;
|
|
2408
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
2409
|
+
get _feedbackDescribedBy(): string;
|
|
2251
2410
|
_internalFeedback(): {
|
|
2252
|
-
type: import(
|
|
2411
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
2253
2412
|
message: string;
|
|
2254
2413
|
};
|
|
2255
2414
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2256
|
-
_getFeedbackTemplate(ctx: import(
|
|
2257
|
-
helperText?: string
|
|
2258
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
2259
|
-
|
|
2415
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
|
|
2416
|
+
helperText?: string;
|
|
2417
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
2418
|
+
get _feedbackDescribedBy(): string;
|
|
2260
2419
|
_internalFeedback(): {
|
|
2261
|
-
type: import(
|
|
2420
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
2262
2421
|
message: string;
|
|
2263
2422
|
};
|
|
2264
2423
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2265
|
-
_getFeedbackTemplate(ctx: import(
|
|
2424
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
2266
2425
|
connectedCallback(): void;
|
|
2267
|
-
_vividAriaBehaviour: import(
|
|
2268
|
-
readonly $fastController: import(
|
|
2269
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2426
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2427
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2428
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2270
2429
|
disconnectedCallback(): void;
|
|
2271
2430
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2272
2431
|
accessKey: string;
|
|
2273
2432
|
readonly accessKeyLabel: string;
|
|
2274
2433
|
autocapitalize: string;
|
|
2434
|
+
autocorrect: boolean;
|
|
2275
2435
|
dir: string;
|
|
2276
2436
|
draggable: boolean;
|
|
2277
2437
|
hidden: boolean;
|
|
@@ -2284,30 +2444,39 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2284
2444
|
readonly offsetTop: number;
|
|
2285
2445
|
readonly offsetWidth: number;
|
|
2286
2446
|
outerText: string;
|
|
2447
|
+
popover: string | null;
|
|
2287
2448
|
spellcheck: boolean;
|
|
2288
2449
|
title: string;
|
|
2289
2450
|
translate: boolean;
|
|
2451
|
+
writingSuggestions: string;
|
|
2290
2452
|
attachInternals(): ElementInternals;
|
|
2291
2453
|
click(): void;
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2454
|
+
hidePopover(): void;
|
|
2455
|
+
showPopover(): void;
|
|
2456
|
+
togglePopover(options?: boolean): boolean;
|
|
2457
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2458
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2459
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2460
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2296
2461
|
readonly attributes: NamedNodeMap;
|
|
2297
|
-
|
|
2462
|
+
get classList(): DOMTokenList;
|
|
2463
|
+
set classList(value: string);
|
|
2298
2464
|
className: string;
|
|
2299
2465
|
readonly clientHeight: number;
|
|
2300
2466
|
readonly clientLeft: number;
|
|
2301
2467
|
readonly clientTop: number;
|
|
2302
2468
|
readonly clientWidth: number;
|
|
2469
|
+
readonly currentCSSZoom: number;
|
|
2303
2470
|
id: string;
|
|
2471
|
+
innerHTML: string;
|
|
2304
2472
|
readonly localName: string;
|
|
2305
2473
|
readonly namespaceURI: string | null;
|
|
2306
2474
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2307
2475
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2308
2476
|
outerHTML: string;
|
|
2309
2477
|
readonly ownerDocument: Document;
|
|
2310
|
-
|
|
2478
|
+
get part(): DOMTokenList;
|
|
2479
|
+
set part(value: string);
|
|
2311
2480
|
readonly prefix: string | null;
|
|
2312
2481
|
readonly scrollHeight: number;
|
|
2313
2482
|
scrollLeft: number;
|
|
@@ -2317,11 +2486,12 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2317
2486
|
slot: string;
|
|
2318
2487
|
readonly tagName: string;
|
|
2319
2488
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2320
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2321
|
-
closest<
|
|
2322
|
-
closest<
|
|
2323
|
-
closest<
|
|
2324
|
-
closest<
|
|
2489
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
2490
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
2491
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
2492
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
2493
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
2494
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2325
2495
|
getAttribute(qualifiedName: string): string | null;
|
|
2326
2496
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2327
2497
|
getAttributeNames(): string[];
|
|
@@ -2330,43 +2500,47 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2330
2500
|
getBoundingClientRect(): DOMRect;
|
|
2331
2501
|
getClientRects(): DOMRectList;
|
|
2332
2502
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2333
|
-
getElementsByTagName<
|
|
2334
|
-
getElementsByTagName<
|
|
2335
|
-
getElementsByTagName<
|
|
2336
|
-
getElementsByTagName<
|
|
2503
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
2504
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
2505
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
2506
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2337
2507
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2338
2508
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2339
2509
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2340
2510
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2341
2511
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2512
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2342
2513
|
hasAttribute(qualifiedName: string): boolean;
|
|
2343
2514
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2344
2515
|
hasAttributes(): boolean;
|
|
2345
2516
|
hasPointerCapture(pointerId: number): boolean;
|
|
2346
2517
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2347
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
2518
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2348
2519
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2349
2520
|
matches(selectors: string): boolean;
|
|
2350
2521
|
releasePointerCapture(pointerId: number): void;
|
|
2351
2522
|
removeAttribute(qualifiedName: string): void;
|
|
2352
2523
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2353
2524
|
removeAttributeNode(attr: Attr): Attr;
|
|
2354
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2355
|
-
requestPointerLock(): void
|
|
2356
|
-
scroll(options?: ScrollToOptions
|
|
2525
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
2526
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
2527
|
+
scroll(options?: ScrollToOptions): void;
|
|
2357
2528
|
scroll(x: number, y: number): void;
|
|
2358
|
-
scrollBy(options?: ScrollToOptions
|
|
2529
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2359
2530
|
scrollBy(x: number, y: number): void;
|
|
2360
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2361
|
-
scrollTo(options?: ScrollToOptions
|
|
2531
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
2532
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2362
2533
|
scrollTo(x: number, y: number): void;
|
|
2363
2534
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2364
2535
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2365
2536
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2366
2537
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2538
|
+
setHTMLUnsafe(html: string): void;
|
|
2367
2539
|
setPointerCapture(pointerId: number): void;
|
|
2368
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
2540
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2369
2541
|
webkitMatchesSelector(selectors: string): boolean;
|
|
2542
|
+
get textContent(): string;
|
|
2543
|
+
set textContent(value: string | null);
|
|
2370
2544
|
readonly baseURI: string;
|
|
2371
2545
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2372
2546
|
readonly firstChild: ChildNode | null;
|
|
@@ -2379,22 +2553,21 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2379
2553
|
readonly parentElement: HTMLElement | null;
|
|
2380
2554
|
readonly parentNode: ParentNode | null;
|
|
2381
2555
|
readonly previousSibling: ChildNode | null;
|
|
2382
|
-
textContent: string | null;
|
|
2383
2556
|
appendChild<T extends Node>(node: T): T;
|
|
2384
|
-
cloneNode(
|
|
2557
|
+
cloneNode(subtree?: boolean): Node;
|
|
2385
2558
|
compareDocumentPosition(other: Node): number;
|
|
2386
2559
|
contains(other: Node | null): boolean;
|
|
2387
|
-
getRootNode(options?: GetRootNodeOptions
|
|
2560
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2388
2561
|
hasChildNodes(): boolean;
|
|
2389
|
-
insertBefore<
|
|
2562
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2390
2563
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2391
2564
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2392
2565
|
isSameNode(otherNode: Node | null): boolean;
|
|
2393
2566
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2394
2567
|
lookupPrefix(namespace: string | null): string | null;
|
|
2395
2568
|
normalize(): void;
|
|
2396
|
-
removeChild<
|
|
2397
|
-
replaceChild<
|
|
2569
|
+
removeChild<T extends Node>(child: T): T;
|
|
2570
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2398
2571
|
readonly ELEMENT_NODE: 1;
|
|
2399
2572
|
readonly ATTRIBUTE_NODE: 2;
|
|
2400
2573
|
readonly TEXT_NODE: 3;
|
|
@@ -2414,35 +2587,49 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2414
2587
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2415
2588
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2416
2589
|
dispatchEvent(event: Event): boolean;
|
|
2590
|
+
ariaActiveDescendantElement: Element | null;
|
|
2417
2591
|
ariaAtomic: string | null;
|
|
2418
2592
|
ariaAutoComplete: string | null;
|
|
2593
|
+
ariaBrailleLabel: string | null;
|
|
2594
|
+
ariaBrailleRoleDescription: string | null;
|
|
2419
2595
|
ariaBusy: string | null;
|
|
2420
2596
|
ariaChecked: string | null;
|
|
2421
2597
|
ariaColCount: string | null;
|
|
2422
2598
|
ariaColIndex: string | null;
|
|
2599
|
+
ariaColIndexText: string | null;
|
|
2423
2600
|
ariaColSpan: string | null;
|
|
2601
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2424
2602
|
ariaCurrent: string | null;
|
|
2603
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2604
|
+
ariaDescription: string | null;
|
|
2605
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2425
2606
|
ariaDisabled: string | null;
|
|
2607
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2426
2608
|
ariaExpanded: string | null;
|
|
2609
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2427
2610
|
ariaHasPopup: string | null;
|
|
2428
2611
|
ariaHidden: string | null;
|
|
2429
2612
|
ariaInvalid: string | null;
|
|
2430
2613
|
ariaKeyShortcuts: string | null;
|
|
2431
2614
|
ariaLabel: string | null;
|
|
2615
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2432
2616
|
ariaLevel: string | null;
|
|
2433
2617
|
ariaLive: string | null;
|
|
2434
2618
|
ariaModal: string | null;
|
|
2435
2619
|
ariaMultiLine: string | null;
|
|
2436
2620
|
ariaMultiSelectable: string | null;
|
|
2437
2621
|
ariaOrientation: string | null;
|
|
2622
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2438
2623
|
ariaPlaceholder: string | null;
|
|
2439
2624
|
ariaPosInSet: string | null;
|
|
2440
2625
|
ariaPressed: string | null;
|
|
2441
2626
|
ariaReadOnly: string | null;
|
|
2627
|
+
ariaRelevant: string | null;
|
|
2442
2628
|
ariaRequired: string | null;
|
|
2443
2629
|
ariaRoleDescription: string | null;
|
|
2444
2630
|
ariaRowCount: string | null;
|
|
2445
2631
|
ariaRowIndex: string | null;
|
|
2632
|
+
ariaRowIndexText: string | null;
|
|
2446
2633
|
ariaRowSpan: string | null;
|
|
2447
2634
|
ariaSelected: string | null;
|
|
2448
2635
|
ariaSetSize: string | null;
|
|
@@ -2452,34 +2639,35 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2452
2639
|
ariaValueNow: string | null;
|
|
2453
2640
|
ariaValueText: string | null;
|
|
2454
2641
|
role: string | null;
|
|
2455
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2456
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2457
|
-
after(...nodes: (
|
|
2458
|
-
before(...nodes: (
|
|
2642
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
2643
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
2644
|
+
after(...nodes: (Node | string)[]): void;
|
|
2645
|
+
before(...nodes: (Node | string)[]): void;
|
|
2459
2646
|
remove(): void;
|
|
2460
|
-
replaceWith(...nodes: (
|
|
2461
|
-
innerHTML: string;
|
|
2647
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2462
2648
|
readonly nextElementSibling: Element | null;
|
|
2463
2649
|
readonly previousElementSibling: Element | null;
|
|
2464
2650
|
readonly childElementCount: number;
|
|
2465
2651
|
readonly children: HTMLCollection;
|
|
2466
2652
|
readonly firstElementChild: Element | null;
|
|
2467
2653
|
readonly lastElementChild: Element | null;
|
|
2468
|
-
append(...nodes: (
|
|
2469
|
-
prepend(...nodes: (
|
|
2470
|
-
querySelector<
|
|
2471
|
-
querySelector<
|
|
2472
|
-
querySelector<
|
|
2473
|
-
querySelector<
|
|
2474
|
-
querySelector<
|
|
2475
|
-
querySelectorAll<
|
|
2476
|
-
querySelectorAll<
|
|
2477
|
-
querySelectorAll<
|
|
2478
|
-
querySelectorAll<
|
|
2479
|
-
querySelectorAll<
|
|
2480
|
-
replaceChildren(...nodes: (
|
|
2654
|
+
append(...nodes: (Node | string)[]): void;
|
|
2655
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
2656
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
2657
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
2658
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
2659
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
2660
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
2661
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
2662
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
2663
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
2664
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2665
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
2666
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2481
2667
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2482
|
-
readonly
|
|
2668
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
2669
|
+
get style(): CSSStyleDeclaration;
|
|
2670
|
+
set style(cssText: string);
|
|
2483
2671
|
contentEditable: string;
|
|
2484
2672
|
enterKeyHint: string;
|
|
2485
2673
|
inputMode: string;
|
|
@@ -2489,16 +2677,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2489
2677
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2490
2678
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2491
2679
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2492
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
2680
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2493
2681
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2682
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2683
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2494
2684
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2495
2685
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2496
2686
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2497
2687
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2498
2688
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2499
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
2689
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2500
2690
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2501
|
-
|
|
2691
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2692
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2693
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2502
2694
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2503
2695
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2504
2696
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2545,12 +2737,14 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2545
2737
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2546
2738
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2547
2739
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2740
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2548
2741
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2549
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
2742
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
2550
2743
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2551
2744
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2552
2745
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2553
2746
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2747
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2554
2748
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2555
2749
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2556
2750
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -2562,7 +2756,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2562
2756
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2563
2757
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2564
2758
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2565
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
2759
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2566
2760
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2567
2761
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2568
2762
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -2580,14 +2774,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2580
2774
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2581
2775
|
autofocus: boolean;
|
|
2582
2776
|
readonly dataset: DOMStringMap;
|
|
2583
|
-
nonce?: string
|
|
2777
|
+
nonce?: string;
|
|
2584
2778
|
tabIndex: number;
|
|
2585
2779
|
blur(): void;
|
|
2586
|
-
focus(options?: FocusOptions
|
|
2587
|
-
ariaColIndexText: string | null;
|
|
2588
|
-
ariaDescription: string | null;
|
|
2589
|
-
ariaRowIndexText: string | null;
|
|
2590
|
-
ariaRelevant: string | null;
|
|
2780
|
+
focus(options?: FocusOptions): void;
|
|
2591
2781
|
roleChanged(prev: string | null, next: string | null): void;
|
|
2592
2782
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2593
2783
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -2630,120 +2820,121 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2630
2820
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2631
2821
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2632
2822
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2633
|
-
"__#
|
|
2823
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
2634
2824
|
newPropertyName: string;
|
|
2635
2825
|
deprecatedPropertyName: string;
|
|
2636
2826
|
fromDeprecated: (v: any) => any;
|
|
2637
2827
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2638
2828
|
}): void;
|
|
2639
2829
|
}, any>;
|
|
2640
|
-
errorText?: string
|
|
2830
|
+
errorText?: string;
|
|
2641
2831
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
2642
|
-
"__#
|
|
2643
|
-
"__#
|
|
2644
|
-
"__#
|
|
2645
|
-
"__#
|
|
2832
|
+
"__#private@#blockValidateCalls": boolean;
|
|
2833
|
+
"__#private@#originalValidateFn": () => void;
|
|
2834
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
2835
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
2646
2836
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2647
|
-
|
|
2837
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
2648
2838
|
}) & (abstract new (...args: any[]) => {
|
|
2649
|
-
_selectedMonth: import(
|
|
2650
|
-
_adjustSelectedMonthToEnsureVisibilityOf(date:
|
|
2839
|
+
_selectedMonth: import('../../shared/datetime/month').Month;
|
|
2840
|
+
_adjustSelectedMonthToEnsureVisibilityOf(date: DateStr): boolean;
|
|
2651
2841
|
_currentDate: string;
|
|
2652
|
-
_currentMonth: import(
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
_isDateInValidRange(date:
|
|
2656
|
-
"__#
|
|
2657
|
-
"__#
|
|
2658
|
-
_isMonthInValidRange(month: import(
|
|
2842
|
+
_currentMonth: import('../../shared/datetime/month').Month;
|
|
2843
|
+
get _resolvedMinDate(): DateStr | "";
|
|
2844
|
+
get _resolvedMaxDate(): DateStr | "";
|
|
2845
|
+
_isDateInValidRange(date: DateStr): boolean;
|
|
2846
|
+
"__#private@#isMonthAfterValidRange"(month: import('../../shared/datetime/month').Month): boolean | "";
|
|
2847
|
+
"__#private@#isMonthBeforeValidRange"(month: import('../../shared/datetime/month').Month): boolean | "";
|
|
2848
|
+
_isMonthInValidRange(month: import('../../shared/datetime/month').Month): boolean;
|
|
2659
2849
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
2660
2850
|
_onPickerButtonClick(): void;
|
|
2661
2851
|
_onTitleActionClick(): void;
|
|
2662
|
-
|
|
2852
|
+
get _isPrevYearDisabled(): boolean | "";
|
|
2663
2853
|
_onPrevYearClick(): void;
|
|
2664
|
-
|
|
2854
|
+
get _isNextYearDisabled(): boolean | "";
|
|
2665
2855
|
_onNextYearClick(): void;
|
|
2666
|
-
|
|
2856
|
+
get _isPrevMonthDisabled(): boolean | "";
|
|
2667
2857
|
_onPrevMonthClick(): void;
|
|
2668
|
-
|
|
2858
|
+
get _isNextMonthDisabled(): boolean | "";
|
|
2669
2859
|
_onNextMonthClick(): void;
|
|
2670
2860
|
_numCalendars: number;
|
|
2671
|
-
|
|
2861
|
+
get _segments(): import('../../shared/picker-field/mixins/calendar-segments/segment').Segment[];
|
|
2672
2862
|
_hideDatesOutsideMonth: boolean;
|
|
2673
|
-
_lastFocussedDate:
|
|
2674
|
-
_isDateSelected(_:
|
|
2675
|
-
_isDateAriaSelected(date:
|
|
2676
|
-
_isDateInSelectedRange(_:
|
|
2677
|
-
_isDateRangeStart(_:
|
|
2678
|
-
_isDateRangeEnd(_:
|
|
2679
|
-
_getSelectedDates():
|
|
2680
|
-
_onDateMouseEnter(_:
|
|
2681
|
-
_onDateMouseLeave(_:
|
|
2682
|
-
_onDateClick(date:
|
|
2683
|
-
_onDateKeydown(date:
|
|
2684
|
-
_onDateFocus(date:
|
|
2685
|
-
|
|
2863
|
+
_lastFocussedDate: DateStr | null;
|
|
2864
|
+
_isDateSelected(_: DateStr): boolean;
|
|
2865
|
+
_isDateAriaSelected(date: DateStr): boolean;
|
|
2866
|
+
_isDateInSelectedRange(_: DateStr): boolean;
|
|
2867
|
+
_isDateRangeStart(_: DateStr): boolean;
|
|
2868
|
+
_isDateRangeEnd(_: DateStr): boolean;
|
|
2869
|
+
_getSelectedDates(): DateStr[];
|
|
2870
|
+
_onDateMouseEnter(_: DateStr): void;
|
|
2871
|
+
_onDateMouseLeave(_: DateStr): void;
|
|
2872
|
+
_onDateClick(date: DateStr): void;
|
|
2873
|
+
_onDateKeydown(date: DateStr, event: KeyboardEvent): boolean;
|
|
2874
|
+
_onDateFocus(date: DateStr): void;
|
|
2875
|
+
get _tabbableDate(): DateStr | null;
|
|
2686
2876
|
_monthPickerYear: number | null;
|
|
2687
|
-
|
|
2688
|
-
_lastFocussedMonth: import(
|
|
2689
|
-
_onMonthClick(month: import(
|
|
2690
|
-
_onMonthKeydown(month: import(
|
|
2691
|
-
_onMonthFocus(month: import(
|
|
2692
|
-
|
|
2877
|
+
get _inMonthPicker(): boolean;
|
|
2878
|
+
_lastFocussedMonth: import('../../shared/datetime/month').Month | null;
|
|
2879
|
+
_onMonthClick(month: import('../../shared/datetime/month').Month): void;
|
|
2880
|
+
_onMonthKeydown(month: import('../../shared/datetime/month').Month, event: KeyboardEvent): boolean;
|
|
2881
|
+
_onMonthFocus(month: import('../../shared/datetime/month').Month): void;
|
|
2882
|
+
get _tabbableMonth(): import('../../shared/datetime/month').Month | null;
|
|
2693
2883
|
readOnly: boolean;
|
|
2694
2884
|
readOnlyChanged(): void;
|
|
2695
|
-
_textFieldEl: import(
|
|
2885
|
+
_textFieldEl: import('../components').VwcTextFieldElement;
|
|
2696
2886
|
_dialogEl: HTMLElement;
|
|
2697
|
-
_pickerButtonEl: import(
|
|
2887
|
+
_pickerButtonEl: import('../components').VwcButtonElement;
|
|
2698
2888
|
connectedCallback(): void;
|
|
2699
2889
|
disconnectedCallback(): void;
|
|
2700
|
-
"__#
|
|
2701
|
-
"__#
|
|
2890
|
+
"__#private@#onFocusIn": () => void;
|
|
2891
|
+
"__#private@#onFocusOut": () => void;
|
|
2702
2892
|
proxy: HTMLInputElement;
|
|
2703
2893
|
validate(): void;
|
|
2704
2894
|
_getCustomValidationError(): string | null;
|
|
2705
|
-
"__#
|
|
2895
|
+
"__#private@#localeChangeHandler": {
|
|
2706
2896
|
handleChange: () => void;
|
|
2707
2897
|
};
|
|
2708
|
-
"__#
|
|
2709
|
-
"__#
|
|
2710
|
-
"__#
|
|
2898
|
+
"__#private@#localeChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
2899
|
+
"__#private@#startObservingLocaleChanges"(): void;
|
|
2900
|
+
"__#private@#stopObservingLocaleChanges"(): void;
|
|
2711
2901
|
_popupOpen: boolean;
|
|
2712
|
-
"__#
|
|
2713
|
-
"__#
|
|
2902
|
+
"__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
2903
|
+
"__#private@#openPopupIfPossible"(): void;
|
|
2714
2904
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
2715
2905
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
2716
|
-
|
|
2906
|
+
get _dialogLabel(): string;
|
|
2717
2907
|
_presentationValue: string;
|
|
2718
2908
|
_presentationValueChanged(): void;
|
|
2719
2909
|
_updatePresentationValue(): void;
|
|
2720
|
-
|
|
2721
|
-
_textFieldSize?: string
|
|
2910
|
+
get _textFieldPlaceholder(): string;
|
|
2911
|
+
_textFieldSize?: string;
|
|
2722
2912
|
_onTextFieldInput(event: Event): void;
|
|
2723
2913
|
_onTextFieldChange(): void;
|
|
2724
|
-
|
|
2725
|
-
|
|
2914
|
+
get _pickerButtonLabel(): string;
|
|
2915
|
+
get _pickerButtonIcon(): string;
|
|
2726
2916
|
_onOkClick(): void;
|
|
2727
2917
|
_onClearClick(): void;
|
|
2728
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
2729
|
-
|
|
2918
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
2919
|
+
get _hasContextualHelp(): boolean;
|
|
2730
2920
|
_isFromContextualHelp(e: Event): boolean;
|
|
2731
|
-
label?: string
|
|
2921
|
+
label?: string;
|
|
2732
2922
|
errorValidationMessage: string;
|
|
2733
2923
|
forceErrorDisplay: boolean;
|
|
2734
2924
|
hasBeenTouched: boolean;
|
|
2735
|
-
"__#
|
|
2925
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
2736
2926
|
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2927
|
+
get validity(): ValidityState;
|
|
2928
|
+
get form(): HTMLFormElement | null;
|
|
2929
|
+
get validationMessage(): string;
|
|
2930
|
+
get willValidate(): boolean;
|
|
2931
|
+
get labels(): ReadonlyArray<Node>;
|
|
2742
2932
|
dirtyValue: boolean;
|
|
2743
|
-
proxySlot?: HTMLSlotElement
|
|
2933
|
+
proxySlot?: HTMLSlotElement;
|
|
2744
2934
|
value: string;
|
|
2745
2935
|
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2746
|
-
currentValue: string;
|
|
2936
|
+
get currentValue(): string;
|
|
2937
|
+
set currentValue(value: string);
|
|
2747
2938
|
initialValue: string;
|
|
2748
2939
|
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2749
2940
|
disabled: boolean;
|
|
@@ -2752,25 +2943,26 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2752
2943
|
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2753
2944
|
required: boolean;
|
|
2754
2945
|
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2755
|
-
|
|
2946
|
+
get elementInternals(): ElementInternals | null;
|
|
2756
2947
|
proxyEventsToBlock: string[];
|
|
2757
2948
|
checkValidity: (() => boolean) & (() => boolean);
|
|
2758
2949
|
reportValidity: (() => boolean) & (() => boolean);
|
|
2759
|
-
setValidity: ((flags: ValidityStateFlags, message?: string
|
|
2950
|
+
setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
|
|
2760
2951
|
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
2761
2952
|
proxyInitialized: boolean;
|
|
2762
2953
|
attachProxy: (() => void) & (() => void);
|
|
2763
2954
|
detachProxy: (() => void) & (() => void);
|
|
2764
|
-
setFormValue: ((value:
|
|
2955
|
+
setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
|
|
2765
2956
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2766
2957
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2767
|
-
_vividAriaBehaviour: import(
|
|
2768
|
-
readonly $fastController: import(
|
|
2769
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
2958
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
2959
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
2960
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
2770
2961
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
2771
2962
|
accessKey: string;
|
|
2772
2963
|
readonly accessKeyLabel: string;
|
|
2773
2964
|
autocapitalize: string;
|
|
2965
|
+
autocorrect: boolean;
|
|
2774
2966
|
dir: string;
|
|
2775
2967
|
draggable: boolean;
|
|
2776
2968
|
hidden: boolean;
|
|
@@ -2783,30 +2975,39 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2783
2975
|
readonly offsetTop: number;
|
|
2784
2976
|
readonly offsetWidth: number;
|
|
2785
2977
|
outerText: string;
|
|
2978
|
+
popover: string | null;
|
|
2786
2979
|
spellcheck: boolean;
|
|
2787
2980
|
title: string;
|
|
2788
2981
|
translate: boolean;
|
|
2982
|
+
writingSuggestions: string;
|
|
2789
2983
|
attachInternals(): ElementInternals;
|
|
2790
2984
|
click(): void;
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2985
|
+
hidePopover(): void;
|
|
2986
|
+
showPopover(): void;
|
|
2987
|
+
togglePopover(options?: boolean): boolean;
|
|
2988
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2989
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2990
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2991
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2795
2992
|
readonly attributes: NamedNodeMap;
|
|
2796
|
-
|
|
2993
|
+
get classList(): DOMTokenList;
|
|
2994
|
+
set classList(value: string);
|
|
2797
2995
|
className: string;
|
|
2798
2996
|
readonly clientHeight: number;
|
|
2799
2997
|
readonly clientLeft: number;
|
|
2800
2998
|
readonly clientTop: number;
|
|
2801
2999
|
readonly clientWidth: number;
|
|
3000
|
+
readonly currentCSSZoom: number;
|
|
2802
3001
|
id: string;
|
|
3002
|
+
innerHTML: string;
|
|
2803
3003
|
readonly localName: string;
|
|
2804
3004
|
readonly namespaceURI: string | null;
|
|
2805
3005
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2806
3006
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2807
3007
|
outerHTML: string;
|
|
2808
3008
|
readonly ownerDocument: Document;
|
|
2809
|
-
|
|
3009
|
+
get part(): DOMTokenList;
|
|
3010
|
+
set part(value: string);
|
|
2810
3011
|
readonly prefix: string | null;
|
|
2811
3012
|
readonly scrollHeight: number;
|
|
2812
3013
|
scrollLeft: number;
|
|
@@ -2816,11 +3017,12 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2816
3017
|
slot: string;
|
|
2817
3018
|
readonly tagName: string;
|
|
2818
3019
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2819
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
2820
|
-
closest<
|
|
2821
|
-
closest<
|
|
2822
|
-
closest<
|
|
2823
|
-
closest<
|
|
3020
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3021
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
3022
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
3023
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
3024
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
3025
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
2824
3026
|
getAttribute(qualifiedName: string): string | null;
|
|
2825
3027
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2826
3028
|
getAttributeNames(): string[];
|
|
@@ -2829,43 +3031,47 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2829
3031
|
getBoundingClientRect(): DOMRect;
|
|
2830
3032
|
getClientRects(): DOMRectList;
|
|
2831
3033
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2832
|
-
getElementsByTagName<
|
|
2833
|
-
getElementsByTagName<
|
|
2834
|
-
getElementsByTagName<
|
|
2835
|
-
getElementsByTagName<
|
|
3034
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
3035
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
3036
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
3037
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
2836
3038
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2837
3039
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2838
3040
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2839
3041
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2840
3042
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3043
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
2841
3044
|
hasAttribute(qualifiedName: string): boolean;
|
|
2842
3045
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2843
3046
|
hasAttributes(): boolean;
|
|
2844
3047
|
hasPointerCapture(pointerId: number): boolean;
|
|
2845
3048
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2846
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
3049
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
2847
3050
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2848
3051
|
matches(selectors: string): boolean;
|
|
2849
3052
|
releasePointerCapture(pointerId: number): void;
|
|
2850
3053
|
removeAttribute(qualifiedName: string): void;
|
|
2851
3054
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2852
3055
|
removeAttributeNode(attr: Attr): Attr;
|
|
2853
|
-
requestFullscreen(options?: FullscreenOptions
|
|
2854
|
-
requestPointerLock(): void
|
|
2855
|
-
scroll(options?: ScrollToOptions
|
|
3056
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
3057
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
3058
|
+
scroll(options?: ScrollToOptions): void;
|
|
2856
3059
|
scroll(x: number, y: number): void;
|
|
2857
|
-
scrollBy(options?: ScrollToOptions
|
|
3060
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
2858
3061
|
scrollBy(x: number, y: number): void;
|
|
2859
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
2860
|
-
scrollTo(options?: ScrollToOptions
|
|
3062
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
3063
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
2861
3064
|
scrollTo(x: number, y: number): void;
|
|
2862
3065
|
setAttribute(qualifiedName: string, value: string): void;
|
|
2863
3066
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2864
3067
|
setAttributeNode(attr: Attr): Attr | null;
|
|
2865
3068
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3069
|
+
setHTMLUnsafe(html: string): void;
|
|
2866
3070
|
setPointerCapture(pointerId: number): void;
|
|
2867
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
3071
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
2868
3072
|
webkitMatchesSelector(selectors: string): boolean;
|
|
3073
|
+
get textContent(): string;
|
|
3074
|
+
set textContent(value: string | null);
|
|
2869
3075
|
readonly baseURI: string;
|
|
2870
3076
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
2871
3077
|
readonly firstChild: ChildNode | null;
|
|
@@ -2878,22 +3084,21 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2878
3084
|
readonly parentElement: HTMLElement | null;
|
|
2879
3085
|
readonly parentNode: ParentNode | null;
|
|
2880
3086
|
readonly previousSibling: ChildNode | null;
|
|
2881
|
-
textContent: string | null;
|
|
2882
3087
|
appendChild<T extends Node>(node: T): T;
|
|
2883
|
-
cloneNode(
|
|
3088
|
+
cloneNode(subtree?: boolean): Node;
|
|
2884
3089
|
compareDocumentPosition(other: Node): number;
|
|
2885
3090
|
contains(other: Node | null): boolean;
|
|
2886
|
-
getRootNode(options?: GetRootNodeOptions
|
|
3091
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
2887
3092
|
hasChildNodes(): boolean;
|
|
2888
|
-
insertBefore<
|
|
3093
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
2889
3094
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2890
3095
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2891
3096
|
isSameNode(otherNode: Node | null): boolean;
|
|
2892
3097
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2893
3098
|
lookupPrefix(namespace: string | null): string | null;
|
|
2894
3099
|
normalize(): void;
|
|
2895
|
-
removeChild<
|
|
2896
|
-
replaceChild<
|
|
3100
|
+
removeChild<T extends Node>(child: T): T;
|
|
3101
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
2897
3102
|
readonly ELEMENT_NODE: 1;
|
|
2898
3103
|
readonly ATTRIBUTE_NODE: 2;
|
|
2899
3104
|
readonly TEXT_NODE: 3;
|
|
@@ -2913,35 +3118,49 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2913
3118
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2914
3119
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2915
3120
|
dispatchEvent(event: Event): boolean;
|
|
3121
|
+
ariaActiveDescendantElement: Element | null;
|
|
2916
3122
|
ariaAtomic: string | null;
|
|
2917
3123
|
ariaAutoComplete: string | null;
|
|
3124
|
+
ariaBrailleLabel: string | null;
|
|
3125
|
+
ariaBrailleRoleDescription: string | null;
|
|
2918
3126
|
ariaBusy: string | null;
|
|
2919
3127
|
ariaChecked: string | null;
|
|
2920
3128
|
ariaColCount: string | null;
|
|
2921
3129
|
ariaColIndex: string | null;
|
|
3130
|
+
ariaColIndexText: string | null;
|
|
2922
3131
|
ariaColSpan: string | null;
|
|
3132
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2923
3133
|
ariaCurrent: string | null;
|
|
3134
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
3135
|
+
ariaDescription: string | null;
|
|
3136
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2924
3137
|
ariaDisabled: string | null;
|
|
3138
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2925
3139
|
ariaExpanded: string | null;
|
|
3140
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2926
3141
|
ariaHasPopup: string | null;
|
|
2927
3142
|
ariaHidden: string | null;
|
|
2928
3143
|
ariaInvalid: string | null;
|
|
2929
3144
|
ariaKeyShortcuts: string | null;
|
|
2930
3145
|
ariaLabel: string | null;
|
|
3146
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2931
3147
|
ariaLevel: string | null;
|
|
2932
3148
|
ariaLive: string | null;
|
|
2933
3149
|
ariaModal: string | null;
|
|
2934
3150
|
ariaMultiLine: string | null;
|
|
2935
3151
|
ariaMultiSelectable: string | null;
|
|
2936
3152
|
ariaOrientation: string | null;
|
|
3153
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2937
3154
|
ariaPlaceholder: string | null;
|
|
2938
3155
|
ariaPosInSet: string | null;
|
|
2939
3156
|
ariaPressed: string | null;
|
|
2940
3157
|
ariaReadOnly: string | null;
|
|
3158
|
+
ariaRelevant: string | null;
|
|
2941
3159
|
ariaRequired: string | null;
|
|
2942
3160
|
ariaRoleDescription: string | null;
|
|
2943
3161
|
ariaRowCount: string | null;
|
|
2944
3162
|
ariaRowIndex: string | null;
|
|
3163
|
+
ariaRowIndexText: string | null;
|
|
2945
3164
|
ariaRowSpan: string | null;
|
|
2946
3165
|
ariaSelected: string | null;
|
|
2947
3166
|
ariaSetSize: string | null;
|
|
@@ -2951,34 +3170,35 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2951
3170
|
ariaValueNow: string | null;
|
|
2952
3171
|
ariaValueText: string | null;
|
|
2953
3172
|
role: string | null;
|
|
2954
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
2955
|
-
getAnimations(options?: GetAnimationsOptions
|
|
2956
|
-
after(...nodes: (
|
|
2957
|
-
before(...nodes: (
|
|
3173
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
3174
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
3175
|
+
after(...nodes: (Node | string)[]): void;
|
|
3176
|
+
before(...nodes: (Node | string)[]): void;
|
|
2958
3177
|
remove(): void;
|
|
2959
|
-
replaceWith(...nodes: (
|
|
2960
|
-
innerHTML: string;
|
|
3178
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
2961
3179
|
readonly nextElementSibling: Element | null;
|
|
2962
3180
|
readonly previousElementSibling: Element | null;
|
|
2963
3181
|
readonly childElementCount: number;
|
|
2964
3182
|
readonly children: HTMLCollection;
|
|
2965
3183
|
readonly firstElementChild: Element | null;
|
|
2966
3184
|
readonly lastElementChild: Element | null;
|
|
2967
|
-
append(...nodes: (
|
|
2968
|
-
prepend(...nodes: (
|
|
2969
|
-
querySelector<
|
|
2970
|
-
querySelector<
|
|
2971
|
-
querySelector<
|
|
2972
|
-
querySelector<
|
|
2973
|
-
querySelector<
|
|
2974
|
-
querySelectorAll<
|
|
2975
|
-
querySelectorAll<
|
|
2976
|
-
querySelectorAll<
|
|
2977
|
-
querySelectorAll<
|
|
2978
|
-
querySelectorAll<
|
|
2979
|
-
replaceChildren(...nodes: (
|
|
3185
|
+
append(...nodes: (Node | string)[]): void;
|
|
3186
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
3187
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
3188
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
3189
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
3190
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
3191
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
3192
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
3193
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
3194
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
3195
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3196
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
3197
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
2980
3198
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
2981
|
-
readonly
|
|
3199
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
3200
|
+
get style(): CSSStyleDeclaration;
|
|
3201
|
+
set style(cssText: string);
|
|
2982
3202
|
contentEditable: string;
|
|
2983
3203
|
enterKeyHint: string;
|
|
2984
3204
|
inputMode: string;
|
|
@@ -2988,16 +3208,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2988
3208
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2989
3209
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2990
3210
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2991
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
3211
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2992
3212
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3213
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3214
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
2993
3215
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2994
3216
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2995
3217
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2996
3218
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2997
3219
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2998
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
3220
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2999
3221
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3000
|
-
|
|
3222
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3223
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3224
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3001
3225
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3002
3226
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3003
3227
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -3044,12 +3268,14 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3044
3268
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3045
3269
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3046
3270
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3271
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3047
3272
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3048
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
3273
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
3049
3274
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3050
3275
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3051
3276
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3052
3277
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3278
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3053
3279
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3054
3280
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3055
3281
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -3061,7 +3287,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3061
3287
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3062
3288
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3063
3289
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3064
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
3290
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3065
3291
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3066
3292
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3067
3293
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -3079,14 +3305,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3079
3305
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3080
3306
|
autofocus: boolean;
|
|
3081
3307
|
readonly dataset: DOMStringMap;
|
|
3082
|
-
nonce?: string
|
|
3308
|
+
nonce?: string;
|
|
3083
3309
|
tabIndex: number;
|
|
3084
3310
|
blur(): void;
|
|
3085
|
-
focus(options?: FocusOptions
|
|
3086
|
-
ariaColIndexText: string | null;
|
|
3087
|
-
ariaDescription: string | null;
|
|
3088
|
-
ariaRowIndexText: string | null;
|
|
3089
|
-
ariaRelevant: string | null;
|
|
3311
|
+
focus(options?: FocusOptions): void;
|
|
3090
3312
|
roleChanged(prev: string | null, next: string | null): void;
|
|
3091
3313
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3092
3314
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -3129,39 +3351,40 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3129
3351
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3130
3352
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3131
3353
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
3132
|
-
"__#
|
|
3354
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
3133
3355
|
newPropertyName: string;
|
|
3134
3356
|
deprecatedPropertyName: string;
|
|
3135
3357
|
fromDeprecated: (v: any) => any;
|
|
3136
3358
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3137
3359
|
}): void;
|
|
3138
|
-
helperText?: string
|
|
3139
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
3140
|
-
|
|
3360
|
+
helperText?: string;
|
|
3361
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
3362
|
+
get _feedbackDescribedBy(): string;
|
|
3141
3363
|
_internalFeedback(): {
|
|
3142
|
-
type: import(
|
|
3364
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
3143
3365
|
message: string;
|
|
3144
3366
|
};
|
|
3145
3367
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
3146
|
-
_getFeedbackTemplate(ctx: import(
|
|
3147
|
-
helperText?: string
|
|
3148
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
3149
|
-
|
|
3368
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
|
|
3369
|
+
helperText?: string;
|
|
3370
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
3371
|
+
get _feedbackDescribedBy(): string;
|
|
3150
3372
|
_internalFeedback(): {
|
|
3151
|
-
type: import(
|
|
3373
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
3152
3374
|
message: string;
|
|
3153
3375
|
};
|
|
3154
3376
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
3155
|
-
_getFeedbackTemplate(ctx: import(
|
|
3377
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
3156
3378
|
connectedCallback(): void;
|
|
3157
|
-
_vividAriaBehaviour: import(
|
|
3158
|
-
readonly $fastController: import(
|
|
3159
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
3379
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
3380
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
3381
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
3160
3382
|
disconnectedCallback(): void;
|
|
3161
3383
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
3162
3384
|
accessKey: string;
|
|
3163
3385
|
readonly accessKeyLabel: string;
|
|
3164
3386
|
autocapitalize: string;
|
|
3387
|
+
autocorrect: boolean;
|
|
3165
3388
|
dir: string;
|
|
3166
3389
|
draggable: boolean;
|
|
3167
3390
|
hidden: boolean;
|
|
@@ -3174,30 +3397,39 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3174
3397
|
readonly offsetTop: number;
|
|
3175
3398
|
readonly offsetWidth: number;
|
|
3176
3399
|
outerText: string;
|
|
3400
|
+
popover: string | null;
|
|
3177
3401
|
spellcheck: boolean;
|
|
3178
3402
|
title: string;
|
|
3179
3403
|
translate: boolean;
|
|
3404
|
+
writingSuggestions: string;
|
|
3180
3405
|
attachInternals(): ElementInternals;
|
|
3181
3406
|
click(): void;
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3407
|
+
hidePopover(): void;
|
|
3408
|
+
showPopover(): void;
|
|
3409
|
+
togglePopover(options?: boolean): boolean;
|
|
3410
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3411
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3412
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3413
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3186
3414
|
readonly attributes: NamedNodeMap;
|
|
3187
|
-
|
|
3415
|
+
get classList(): DOMTokenList;
|
|
3416
|
+
set classList(value: string);
|
|
3188
3417
|
className: string;
|
|
3189
3418
|
readonly clientHeight: number;
|
|
3190
3419
|
readonly clientLeft: number;
|
|
3191
3420
|
readonly clientTop: number;
|
|
3192
3421
|
readonly clientWidth: number;
|
|
3422
|
+
readonly currentCSSZoom: number;
|
|
3193
3423
|
id: string;
|
|
3424
|
+
innerHTML: string;
|
|
3194
3425
|
readonly localName: string;
|
|
3195
3426
|
readonly namespaceURI: string | null;
|
|
3196
3427
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
3197
3428
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
3198
3429
|
outerHTML: string;
|
|
3199
3430
|
readonly ownerDocument: Document;
|
|
3200
|
-
|
|
3431
|
+
get part(): DOMTokenList;
|
|
3432
|
+
set part(value: string);
|
|
3201
3433
|
readonly prefix: string | null;
|
|
3202
3434
|
readonly scrollHeight: number;
|
|
3203
3435
|
scrollLeft: number;
|
|
@@ -3207,11 +3439,12 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3207
3439
|
slot: string;
|
|
3208
3440
|
readonly tagName: string;
|
|
3209
3441
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
3210
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
3211
|
-
closest<
|
|
3212
|
-
closest<
|
|
3213
|
-
closest<
|
|
3214
|
-
closest<
|
|
3442
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
3443
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
3444
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
3445
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
3446
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
3447
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
3215
3448
|
getAttribute(qualifiedName: string): string | null;
|
|
3216
3449
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
3217
3450
|
getAttributeNames(): string[];
|
|
@@ -3220,43 +3453,47 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3220
3453
|
getBoundingClientRect(): DOMRect;
|
|
3221
3454
|
getClientRects(): DOMRectList;
|
|
3222
3455
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
3223
|
-
getElementsByTagName<
|
|
3224
|
-
getElementsByTagName<
|
|
3225
|
-
getElementsByTagName<
|
|
3226
|
-
getElementsByTagName<
|
|
3456
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
3457
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
3458
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
3459
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3227
3460
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
3228
3461
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
3229
3462
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
3230
3463
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
3231
3464
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3465
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
3232
3466
|
hasAttribute(qualifiedName: string): boolean;
|
|
3233
3467
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
3234
3468
|
hasAttributes(): boolean;
|
|
3235
3469
|
hasPointerCapture(pointerId: number): boolean;
|
|
3236
3470
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
3237
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
3471
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
3238
3472
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
3239
3473
|
matches(selectors: string): boolean;
|
|
3240
3474
|
releasePointerCapture(pointerId: number): void;
|
|
3241
3475
|
removeAttribute(qualifiedName: string): void;
|
|
3242
3476
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
3243
3477
|
removeAttributeNode(attr: Attr): Attr;
|
|
3244
|
-
requestFullscreen(options?: FullscreenOptions
|
|
3245
|
-
requestPointerLock(): void
|
|
3246
|
-
scroll(options?: ScrollToOptions
|
|
3478
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
3479
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
3480
|
+
scroll(options?: ScrollToOptions): void;
|
|
3247
3481
|
scroll(x: number, y: number): void;
|
|
3248
|
-
scrollBy(options?: ScrollToOptions
|
|
3482
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
3249
3483
|
scrollBy(x: number, y: number): void;
|
|
3250
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
3251
|
-
scrollTo(options?: ScrollToOptions
|
|
3484
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
3485
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
3252
3486
|
scrollTo(x: number, y: number): void;
|
|
3253
3487
|
setAttribute(qualifiedName: string, value: string): void;
|
|
3254
3488
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
3255
3489
|
setAttributeNode(attr: Attr): Attr | null;
|
|
3256
3490
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3491
|
+
setHTMLUnsafe(html: string): void;
|
|
3257
3492
|
setPointerCapture(pointerId: number): void;
|
|
3258
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
3493
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
3259
3494
|
webkitMatchesSelector(selectors: string): boolean;
|
|
3495
|
+
get textContent(): string;
|
|
3496
|
+
set textContent(value: string | null);
|
|
3260
3497
|
readonly baseURI: string;
|
|
3261
3498
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
3262
3499
|
readonly firstChild: ChildNode | null;
|
|
@@ -3269,22 +3506,21 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3269
3506
|
readonly parentElement: HTMLElement | null;
|
|
3270
3507
|
readonly parentNode: ParentNode | null;
|
|
3271
3508
|
readonly previousSibling: ChildNode | null;
|
|
3272
|
-
textContent: string | null;
|
|
3273
3509
|
appendChild<T extends Node>(node: T): T;
|
|
3274
|
-
cloneNode(
|
|
3510
|
+
cloneNode(subtree?: boolean): Node;
|
|
3275
3511
|
compareDocumentPosition(other: Node): number;
|
|
3276
3512
|
contains(other: Node | null): boolean;
|
|
3277
|
-
getRootNode(options?: GetRootNodeOptions
|
|
3513
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
3278
3514
|
hasChildNodes(): boolean;
|
|
3279
|
-
insertBefore<
|
|
3515
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
3280
3516
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
3281
3517
|
isEqualNode(otherNode: Node | null): boolean;
|
|
3282
3518
|
isSameNode(otherNode: Node | null): boolean;
|
|
3283
3519
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
3284
3520
|
lookupPrefix(namespace: string | null): string | null;
|
|
3285
3521
|
normalize(): void;
|
|
3286
|
-
removeChild<
|
|
3287
|
-
replaceChild<
|
|
3522
|
+
removeChild<T extends Node>(child: T): T;
|
|
3523
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
3288
3524
|
readonly ELEMENT_NODE: 1;
|
|
3289
3525
|
readonly ATTRIBUTE_NODE: 2;
|
|
3290
3526
|
readonly TEXT_NODE: 3;
|
|
@@ -3304,35 +3540,49 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3304
3540
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
3305
3541
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
3306
3542
|
dispatchEvent(event: Event): boolean;
|
|
3543
|
+
ariaActiveDescendantElement: Element | null;
|
|
3307
3544
|
ariaAtomic: string | null;
|
|
3308
3545
|
ariaAutoComplete: string | null;
|
|
3546
|
+
ariaBrailleLabel: string | null;
|
|
3547
|
+
ariaBrailleRoleDescription: string | null;
|
|
3309
3548
|
ariaBusy: string | null;
|
|
3310
3549
|
ariaChecked: string | null;
|
|
3311
3550
|
ariaColCount: string | null;
|
|
3312
3551
|
ariaColIndex: string | null;
|
|
3552
|
+
ariaColIndexText: string | null;
|
|
3313
3553
|
ariaColSpan: string | null;
|
|
3554
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
3314
3555
|
ariaCurrent: string | null;
|
|
3556
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
3557
|
+
ariaDescription: string | null;
|
|
3558
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
3315
3559
|
ariaDisabled: string | null;
|
|
3560
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
3316
3561
|
ariaExpanded: string | null;
|
|
3562
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
3317
3563
|
ariaHasPopup: string | null;
|
|
3318
3564
|
ariaHidden: string | null;
|
|
3319
3565
|
ariaInvalid: string | null;
|
|
3320
3566
|
ariaKeyShortcuts: string | null;
|
|
3321
3567
|
ariaLabel: string | null;
|
|
3568
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
3322
3569
|
ariaLevel: string | null;
|
|
3323
3570
|
ariaLive: string | null;
|
|
3324
3571
|
ariaModal: string | null;
|
|
3325
3572
|
ariaMultiLine: string | null;
|
|
3326
3573
|
ariaMultiSelectable: string | null;
|
|
3327
3574
|
ariaOrientation: string | null;
|
|
3575
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
3328
3576
|
ariaPlaceholder: string | null;
|
|
3329
3577
|
ariaPosInSet: string | null;
|
|
3330
3578
|
ariaPressed: string | null;
|
|
3331
3579
|
ariaReadOnly: string | null;
|
|
3580
|
+
ariaRelevant: string | null;
|
|
3332
3581
|
ariaRequired: string | null;
|
|
3333
3582
|
ariaRoleDescription: string | null;
|
|
3334
3583
|
ariaRowCount: string | null;
|
|
3335
3584
|
ariaRowIndex: string | null;
|
|
3585
|
+
ariaRowIndexText: string | null;
|
|
3336
3586
|
ariaRowSpan: string | null;
|
|
3337
3587
|
ariaSelected: string | null;
|
|
3338
3588
|
ariaSetSize: string | null;
|
|
@@ -3342,34 +3592,35 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3342
3592
|
ariaValueNow: string | null;
|
|
3343
3593
|
ariaValueText: string | null;
|
|
3344
3594
|
role: string | null;
|
|
3345
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
3346
|
-
getAnimations(options?: GetAnimationsOptions
|
|
3347
|
-
after(...nodes: (
|
|
3348
|
-
before(...nodes: (
|
|
3595
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
3596
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
3597
|
+
after(...nodes: (Node | string)[]): void;
|
|
3598
|
+
before(...nodes: (Node | string)[]): void;
|
|
3349
3599
|
remove(): void;
|
|
3350
|
-
replaceWith(...nodes: (
|
|
3351
|
-
innerHTML: string;
|
|
3600
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
3352
3601
|
readonly nextElementSibling: Element | null;
|
|
3353
3602
|
readonly previousElementSibling: Element | null;
|
|
3354
3603
|
readonly childElementCount: number;
|
|
3355
3604
|
readonly children: HTMLCollection;
|
|
3356
3605
|
readonly firstElementChild: Element | null;
|
|
3357
3606
|
readonly lastElementChild: Element | null;
|
|
3358
|
-
append(...nodes: (
|
|
3359
|
-
prepend(...nodes: (
|
|
3360
|
-
querySelector<
|
|
3361
|
-
querySelector<
|
|
3362
|
-
querySelector<
|
|
3363
|
-
querySelector<
|
|
3364
|
-
querySelector<
|
|
3365
|
-
querySelectorAll<
|
|
3366
|
-
querySelectorAll<
|
|
3367
|
-
querySelectorAll<
|
|
3368
|
-
querySelectorAll<
|
|
3369
|
-
querySelectorAll<
|
|
3370
|
-
replaceChildren(...nodes: (
|
|
3607
|
+
append(...nodes: (Node | string)[]): void;
|
|
3608
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
3609
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
3610
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
3611
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
3612
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
3613
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
3614
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
3615
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
3616
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
3617
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
3618
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
3619
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
3371
3620
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
3372
|
-
readonly
|
|
3621
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
3622
|
+
get style(): CSSStyleDeclaration;
|
|
3623
|
+
set style(cssText: string);
|
|
3373
3624
|
contentEditable: string;
|
|
3374
3625
|
enterKeyHint: string;
|
|
3375
3626
|
inputMode: string;
|
|
@@ -3379,16 +3630,20 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3379
3630
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3380
3631
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3381
3632
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3382
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
3633
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3383
3634
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3635
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3636
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3384
3637
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3385
3638
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3386
3639
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3387
3640
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3388
3641
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3389
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
3642
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3390
3643
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3391
|
-
|
|
3644
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3645
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3646
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3392
3647
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3393
3648
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3394
3649
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -3435,12 +3690,14 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3435
3690
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3436
3691
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3437
3692
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3693
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3438
3694
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3439
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
3695
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
3440
3696
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3441
3697
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3442
3698
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3443
3699
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3700
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3444
3701
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3445
3702
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3446
3703
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -3452,7 +3709,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3452
3709
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3453
3710
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3454
3711
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3455
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
3712
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
3456
3713
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3457
3714
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3458
3715
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -3470,14 +3727,10 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3470
3727
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3471
3728
|
autofocus: boolean;
|
|
3472
3729
|
readonly dataset: DOMStringMap;
|
|
3473
|
-
nonce?: string
|
|
3730
|
+
nonce?: string;
|
|
3474
3731
|
tabIndex: number;
|
|
3475
3732
|
blur(): void;
|
|
3476
|
-
focus(options?: FocusOptions
|
|
3477
|
-
ariaColIndexText: string | null;
|
|
3478
|
-
ariaDescription: string | null;
|
|
3479
|
-
ariaRowIndexText: string | null;
|
|
3480
|
-
ariaRelevant: string | null;
|
|
3733
|
+
focus(options?: FocusOptions): void;
|
|
3481
3734
|
roleChanged(prev: string | null, next: string | null): void;
|
|
3482
3735
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3483
3736
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -3520,21 +3773,21 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3520
3773
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3521
3774
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3522
3775
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
3523
|
-
"__#
|
|
3776
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
3524
3777
|
newPropertyName: string;
|
|
3525
3778
|
deprecatedPropertyName: string;
|
|
3526
3779
|
fromDeprecated: (v: any) => any;
|
|
3527
3780
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3528
3781
|
}): void;
|
|
3529
3782
|
}, any>;
|
|
3530
|
-
errorText?: string
|
|
3783
|
+
errorText?: string;
|
|
3531
3784
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
3532
|
-
"__#
|
|
3533
|
-
"__#
|
|
3534
|
-
"__#
|
|
3535
|
-
"__#
|
|
3785
|
+
"__#private@#blockValidateCalls": boolean;
|
|
3786
|
+
"__#private@#originalValidateFn": () => void;
|
|
3787
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
3788
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
3536
3789
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
3537
|
-
|
|
3790
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
3538
3791
|
}) & typeof PickerField;
|
|
3539
3792
|
export declare class DatePicker extends DatePicker_base {
|
|
3540
3793
|
constructor();
|