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