@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,24 +1,25 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ValueConverter } from '@microsoft/fast-element';
|
|
2
2
|
import { PickerField } from '../../shared/picker-field/picker-field';
|
|
3
|
+
import { TimeStr } from '../../shared/datetime/time';
|
|
3
4
|
export declare const ValidTimeFilter: ValueConverter;
|
|
4
5
|
declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
5
|
-
|
|
6
|
-
_withUpdatedTime(timeStr:
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
get _timeValue(): string;
|
|
7
|
+
_withUpdatedTime(timeStr: import('../../shared/datetime/dateStr').DateStr): string;
|
|
8
|
+
get _resolvedMinTime(): TimeStr | null;
|
|
9
|
+
get _resolvedMaxTime(): TimeStr | null;
|
|
9
10
|
minutesStep: number | null;
|
|
10
11
|
secondsStep: number | null;
|
|
11
|
-
clock?: "12h" | "24h"
|
|
12
|
-
_inlineTimePickerEl: import(
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"__#
|
|
12
|
+
clock?: "12h" | "24h";
|
|
13
|
+
_inlineTimePickerEl: import('../../shared/picker-field/mixins/inline-time-picker/inline-time-picker').InlineTimePicker;
|
|
14
|
+
get _displaySeconds(): boolean;
|
|
15
|
+
get _use12hClock(): boolean;
|
|
16
|
+
get _timePlaceholder(): string;
|
|
17
|
+
"__#private@#clockChangeHandler": {
|
|
17
18
|
handleChange: () => void;
|
|
18
19
|
};
|
|
19
|
-
"__#
|
|
20
|
-
"__#
|
|
21
|
-
"__#
|
|
20
|
+
"__#private@#clockChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
21
|
+
"__#private@#startObservingClockChanges"(): void;
|
|
22
|
+
"__#private@#stopObservingClockChanges"(): void;
|
|
22
23
|
connectedCallback(): void;
|
|
23
24
|
disconnectedCallback(): void;
|
|
24
25
|
_onPickerButtonClick(): void;
|
|
@@ -37,52 +38,53 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
37
38
|
_onClearClick: (() => void) & (() => void);
|
|
38
39
|
readOnly: boolean;
|
|
39
40
|
readOnlyChanged(): void;
|
|
40
|
-
_textFieldEl: import(
|
|
41
|
+
_textFieldEl: import('../components').VwcTextFieldElement;
|
|
41
42
|
_dialogEl: HTMLElement;
|
|
42
|
-
_pickerButtonEl: import(
|
|
43
|
-
"__#
|
|
44
|
-
"__#
|
|
43
|
+
_pickerButtonEl: import('../components').VwcButtonElement;
|
|
44
|
+
"__#private@#onFocusIn": () => void;
|
|
45
|
+
"__#private@#onFocusOut": () => void;
|
|
45
46
|
proxy: HTMLInputElement;
|
|
46
47
|
validate(): void;
|
|
47
48
|
_getCustomValidationError(): string | null;
|
|
48
|
-
"__#
|
|
49
|
+
"__#private@#localeChangeHandler": {
|
|
49
50
|
handleChange: () => void;
|
|
50
51
|
};
|
|
51
|
-
"__#
|
|
52
|
-
"__#
|
|
53
|
-
"__#
|
|
52
|
+
"__#private@#localeChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
53
|
+
"__#private@#startObservingLocaleChanges"(): void;
|
|
54
|
+
"__#private@#stopObservingLocaleChanges"(): void;
|
|
54
55
|
_popupOpen: boolean;
|
|
55
|
-
"__#
|
|
56
|
-
"__#
|
|
56
|
+
"__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
57
|
+
"__#private@#openPopupIfPossible"(): void;
|
|
57
58
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
58
59
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
59
60
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
60
|
-
|
|
61
|
+
get _dialogLabel(): string;
|
|
61
62
|
_presentationValue: string;
|
|
62
63
|
_presentationValueChanged(): void;
|
|
63
|
-
|
|
64
|
-
_textFieldSize?: string
|
|
65
|
-
|
|
66
|
-
|
|
64
|
+
get _textFieldPlaceholder(): string;
|
|
65
|
+
_textFieldSize?: string;
|
|
66
|
+
get _pickerButtonLabel(): string;
|
|
67
|
+
get _pickerButtonIcon(): string;
|
|
67
68
|
_onOkClick(): void;
|
|
68
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
69
|
-
|
|
69
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
70
|
+
get _hasContextualHelp(): boolean;
|
|
70
71
|
_isFromContextualHelp(e: Event): boolean;
|
|
71
|
-
label?: string
|
|
72
|
+
label?: string;
|
|
72
73
|
errorValidationMessage: string;
|
|
73
74
|
forceErrorDisplay: boolean;
|
|
74
75
|
hasBeenTouched: boolean;
|
|
75
|
-
"__#
|
|
76
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
76
77
|
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
get validity(): ValidityState;
|
|
79
|
+
get form(): HTMLFormElement | null;
|
|
80
|
+
get validationMessage(): string;
|
|
81
|
+
get willValidate(): boolean;
|
|
82
|
+
get labels(): ReadonlyArray<Node>;
|
|
82
83
|
dirtyValue: boolean;
|
|
83
|
-
proxySlot?: HTMLSlotElement
|
|
84
|
+
proxySlot?: HTMLSlotElement;
|
|
84
85
|
value: string;
|
|
85
|
-
currentValue: string;
|
|
86
|
+
get currentValue(): string;
|
|
87
|
+
set currentValue(value: string);
|
|
86
88
|
initialValue: string;
|
|
87
89
|
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
88
90
|
disabled: boolean;
|
|
@@ -91,25 +93,26 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
91
93
|
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
92
94
|
required: boolean;
|
|
93
95
|
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
94
|
-
|
|
96
|
+
get elementInternals(): ElementInternals | null;
|
|
95
97
|
proxyEventsToBlock: string[];
|
|
96
98
|
checkValidity: (() => boolean) & (() => boolean);
|
|
97
99
|
reportValidity: (() => boolean) & (() => boolean);
|
|
98
|
-
setValidity: ((flags: ValidityStateFlags, message?: string
|
|
100
|
+
setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
|
|
99
101
|
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
100
102
|
proxyInitialized: boolean;
|
|
101
103
|
attachProxy: (() => void) & (() => void);
|
|
102
104
|
detachProxy: (() => void) & (() => void);
|
|
103
|
-
setFormValue: ((value:
|
|
105
|
+
setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
|
|
104
106
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
105
107
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
106
|
-
_vividAriaBehaviour: import(
|
|
107
|
-
readonly $fastController: import(
|
|
108
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
108
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
109
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
110
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
109
111
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
110
112
|
accessKey: string;
|
|
111
113
|
readonly accessKeyLabel: string;
|
|
112
114
|
autocapitalize: string;
|
|
115
|
+
autocorrect: boolean;
|
|
113
116
|
dir: string;
|
|
114
117
|
draggable: boolean;
|
|
115
118
|
hidden: boolean;
|
|
@@ -122,30 +125,39 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
122
125
|
readonly offsetTop: number;
|
|
123
126
|
readonly offsetWidth: number;
|
|
124
127
|
outerText: string;
|
|
128
|
+
popover: string | null;
|
|
125
129
|
spellcheck: boolean;
|
|
126
130
|
title: string;
|
|
127
131
|
translate: boolean;
|
|
132
|
+
writingSuggestions: string;
|
|
128
133
|
attachInternals(): ElementInternals;
|
|
129
134
|
click(): void;
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
135
|
+
hidePopover(): void;
|
|
136
|
+
showPopover(): void;
|
|
137
|
+
togglePopover(options?: boolean): boolean;
|
|
138
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
139
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
140
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
141
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
134
142
|
readonly attributes: NamedNodeMap;
|
|
135
|
-
|
|
143
|
+
get classList(): DOMTokenList;
|
|
144
|
+
set classList(value: string);
|
|
136
145
|
className: string;
|
|
137
146
|
readonly clientHeight: number;
|
|
138
147
|
readonly clientLeft: number;
|
|
139
148
|
readonly clientTop: number;
|
|
140
149
|
readonly clientWidth: number;
|
|
150
|
+
readonly currentCSSZoom: number;
|
|
141
151
|
id: string;
|
|
152
|
+
innerHTML: string;
|
|
142
153
|
readonly localName: string;
|
|
143
154
|
readonly namespaceURI: string | null;
|
|
144
155
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
145
156
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
146
157
|
outerHTML: string;
|
|
147
158
|
readonly ownerDocument: Document;
|
|
148
|
-
|
|
159
|
+
get part(): DOMTokenList;
|
|
160
|
+
set part(value: string);
|
|
149
161
|
readonly prefix: string | null;
|
|
150
162
|
readonly scrollHeight: number;
|
|
151
163
|
scrollLeft: number;
|
|
@@ -155,11 +167,12 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
155
167
|
slot: string;
|
|
156
168
|
readonly tagName: string;
|
|
157
169
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
158
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
159
|
-
closest<
|
|
160
|
-
closest<
|
|
161
|
-
closest<
|
|
170
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
171
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
172
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
173
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
162
174
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
175
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
163
176
|
getAttribute(qualifiedName: string): string | null;
|
|
164
177
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
165
178
|
getAttributeNames(): string[];
|
|
@@ -168,43 +181,47 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
168
181
|
getBoundingClientRect(): DOMRect;
|
|
169
182
|
getClientRects(): DOMRectList;
|
|
170
183
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
171
|
-
getElementsByTagName<
|
|
172
|
-
getElementsByTagName<
|
|
173
|
-
getElementsByTagName<
|
|
174
|
-
getElementsByTagName<
|
|
184
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
185
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
186
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
187
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
175
188
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
176
189
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
177
190
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
178
191
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
179
192
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
193
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
180
194
|
hasAttribute(qualifiedName: string): boolean;
|
|
181
195
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
182
196
|
hasAttributes(): boolean;
|
|
183
197
|
hasPointerCapture(pointerId: number): boolean;
|
|
184
198
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
185
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
199
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
186
200
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
187
201
|
matches(selectors: string): boolean;
|
|
188
202
|
releasePointerCapture(pointerId: number): void;
|
|
189
203
|
removeAttribute(qualifiedName: string): void;
|
|
190
204
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
191
205
|
removeAttributeNode(attr: Attr): Attr;
|
|
192
|
-
requestFullscreen(options?: FullscreenOptions
|
|
193
|
-
requestPointerLock(): void
|
|
194
|
-
scroll(options?: ScrollToOptions
|
|
206
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
207
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
208
|
+
scroll(options?: ScrollToOptions): void;
|
|
195
209
|
scroll(x: number, y: number): void;
|
|
196
|
-
scrollBy(options?: ScrollToOptions
|
|
210
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
197
211
|
scrollBy(x: number, y: number): void;
|
|
198
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
199
|
-
scrollTo(options?: ScrollToOptions
|
|
212
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
213
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
200
214
|
scrollTo(x: number, y: number): void;
|
|
201
215
|
setAttribute(qualifiedName: string, value: string): void;
|
|
202
216
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
203
217
|
setAttributeNode(attr: Attr): Attr | null;
|
|
204
218
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
219
|
+
setHTMLUnsafe(html: string): void;
|
|
205
220
|
setPointerCapture(pointerId: number): void;
|
|
206
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
221
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
207
222
|
webkitMatchesSelector(selectors: string): boolean;
|
|
223
|
+
get textContent(): string;
|
|
224
|
+
set textContent(value: string | null);
|
|
208
225
|
readonly baseURI: string;
|
|
209
226
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
210
227
|
readonly firstChild: ChildNode | null;
|
|
@@ -217,22 +234,21 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
217
234
|
readonly parentElement: HTMLElement | null;
|
|
218
235
|
readonly parentNode: ParentNode | null;
|
|
219
236
|
readonly previousSibling: ChildNode | null;
|
|
220
|
-
textContent: string | null;
|
|
221
237
|
appendChild<T extends Node>(node: T): T;
|
|
222
|
-
cloneNode(
|
|
238
|
+
cloneNode(subtree?: boolean): Node;
|
|
223
239
|
compareDocumentPosition(other: Node): number;
|
|
224
240
|
contains(other: Node | null): boolean;
|
|
225
|
-
getRootNode(options?: GetRootNodeOptions
|
|
241
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
226
242
|
hasChildNodes(): boolean;
|
|
227
|
-
insertBefore<
|
|
243
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
228
244
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
229
245
|
isEqualNode(otherNode: Node | null): boolean;
|
|
230
246
|
isSameNode(otherNode: Node | null): boolean;
|
|
231
247
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
232
248
|
lookupPrefix(namespace: string | null): string | null;
|
|
233
249
|
normalize(): void;
|
|
234
|
-
removeChild<
|
|
235
|
-
replaceChild<
|
|
250
|
+
removeChild<T extends Node>(child: T): T;
|
|
251
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
236
252
|
readonly ELEMENT_NODE: 1;
|
|
237
253
|
readonly ATTRIBUTE_NODE: 2;
|
|
238
254
|
readonly TEXT_NODE: 3;
|
|
@@ -252,35 +268,49 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
252
268
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
253
269
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
254
270
|
dispatchEvent(event: Event): boolean;
|
|
271
|
+
ariaActiveDescendantElement: Element | null;
|
|
255
272
|
ariaAtomic: string | null;
|
|
256
273
|
ariaAutoComplete: string | null;
|
|
274
|
+
ariaBrailleLabel: string | null;
|
|
275
|
+
ariaBrailleRoleDescription: string | null;
|
|
257
276
|
ariaBusy: string | null;
|
|
258
277
|
ariaChecked: string | null;
|
|
259
278
|
ariaColCount: string | null;
|
|
260
279
|
ariaColIndex: string | null;
|
|
280
|
+
ariaColIndexText: string | null;
|
|
261
281
|
ariaColSpan: string | null;
|
|
282
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
262
283
|
ariaCurrent: string | null;
|
|
284
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
285
|
+
ariaDescription: string | null;
|
|
286
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
263
287
|
ariaDisabled: string | null;
|
|
288
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
264
289
|
ariaExpanded: string | null;
|
|
290
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
265
291
|
ariaHasPopup: string | null;
|
|
266
292
|
ariaHidden: string | null;
|
|
267
293
|
ariaInvalid: string | null;
|
|
268
294
|
ariaKeyShortcuts: string | null;
|
|
269
295
|
ariaLabel: string | null;
|
|
296
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
270
297
|
ariaLevel: string | null;
|
|
271
298
|
ariaLive: string | null;
|
|
272
299
|
ariaModal: string | null;
|
|
273
300
|
ariaMultiLine: string | null;
|
|
274
301
|
ariaMultiSelectable: string | null;
|
|
275
302
|
ariaOrientation: string | null;
|
|
303
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
276
304
|
ariaPlaceholder: string | null;
|
|
277
305
|
ariaPosInSet: string | null;
|
|
278
306
|
ariaPressed: string | null;
|
|
279
307
|
ariaReadOnly: string | null;
|
|
308
|
+
ariaRelevant: string | null;
|
|
280
309
|
ariaRequired: string | null;
|
|
281
310
|
ariaRoleDescription: string | null;
|
|
282
311
|
ariaRowCount: string | null;
|
|
283
312
|
ariaRowIndex: string | null;
|
|
313
|
+
ariaRowIndexText: string | null;
|
|
284
314
|
ariaRowSpan: string | null;
|
|
285
315
|
ariaSelected: string | null;
|
|
286
316
|
ariaSetSize: string | null;
|
|
@@ -290,34 +320,35 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
290
320
|
ariaValueNow: string | null;
|
|
291
321
|
ariaValueText: string | null;
|
|
292
322
|
role: string | null;
|
|
293
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
294
|
-
getAnimations(options?: GetAnimationsOptions
|
|
295
|
-
after(...nodes: (
|
|
296
|
-
before(...nodes: (
|
|
323
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
324
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
325
|
+
after(...nodes: (Node | string)[]): void;
|
|
326
|
+
before(...nodes: (Node | string)[]): void;
|
|
297
327
|
remove(): void;
|
|
298
|
-
replaceWith(...nodes: (
|
|
299
|
-
innerHTML: string;
|
|
328
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
300
329
|
readonly nextElementSibling: Element | null;
|
|
301
330
|
readonly previousElementSibling: Element | null;
|
|
302
331
|
readonly childElementCount: number;
|
|
303
332
|
readonly children: HTMLCollection;
|
|
304
333
|
readonly firstElementChild: Element | null;
|
|
305
334
|
readonly lastElementChild: Element | null;
|
|
306
|
-
append(...nodes: (
|
|
307
|
-
prepend(...nodes: (
|
|
308
|
-
querySelector<
|
|
309
|
-
querySelector<
|
|
310
|
-
querySelector<
|
|
311
|
-
querySelector<
|
|
312
|
-
querySelector<
|
|
313
|
-
querySelectorAll<
|
|
314
|
-
querySelectorAll<
|
|
315
|
-
querySelectorAll<
|
|
316
|
-
querySelectorAll<
|
|
317
|
-
querySelectorAll<
|
|
318
|
-
replaceChildren(...nodes: (
|
|
335
|
+
append(...nodes: (Node | string)[]): void;
|
|
336
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
337
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
338
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
339
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
340
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
341
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
342
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
343
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
344
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
345
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
346
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
347
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
319
348
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
320
|
-
readonly
|
|
349
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
350
|
+
get style(): CSSStyleDeclaration;
|
|
351
|
+
set style(cssText: string);
|
|
321
352
|
contentEditable: string;
|
|
322
353
|
enterKeyHint: string;
|
|
323
354
|
inputMode: string;
|
|
@@ -327,16 +358,20 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
327
358
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
328
359
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
329
360
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
330
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
361
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
331
362
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
363
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
332
365
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
333
366
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
367
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
368
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
369
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
370
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
338
371
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
|
-
|
|
372
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
373
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
374
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
375
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
341
376
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
377
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -383,12 +418,14 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
383
418
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
384
419
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
385
420
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
421
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
386
422
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
387
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
423
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
388
424
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
389
425
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
390
426
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
391
427
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
428
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
392
429
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
393
430
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
394
431
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -400,7 +437,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
400
437
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
401
438
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
402
439
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
403
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
440
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
404
441
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
405
442
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
406
443
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -418,14 +455,10 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
418
455
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
419
456
|
autofocus: boolean;
|
|
420
457
|
readonly dataset: DOMStringMap;
|
|
421
|
-
nonce?: string
|
|
458
|
+
nonce?: string;
|
|
422
459
|
tabIndex: number;
|
|
423
460
|
blur(): void;
|
|
424
|
-
focus(options?: FocusOptions
|
|
425
|
-
ariaColIndexText: string | null;
|
|
426
|
-
ariaDescription: string | null;
|
|
427
|
-
ariaRowIndexText: string | null;
|
|
428
|
-
ariaRelevant: string | null;
|
|
461
|
+
focus(options?: FocusOptions): void;
|
|
429
462
|
roleChanged(prev: string | null, next: string | null): void;
|
|
430
463
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
431
464
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -468,39 +501,40 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
468
501
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
469
502
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
470
503
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
471
|
-
"__#
|
|
504
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
472
505
|
newPropertyName: string;
|
|
473
506
|
deprecatedPropertyName: string;
|
|
474
507
|
fromDeprecated: (v: any) => any;
|
|
475
508
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
476
509
|
}): void;
|
|
477
|
-
helperText?: string
|
|
478
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
479
|
-
|
|
510
|
+
helperText?: string;
|
|
511
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
512
|
+
get _feedbackDescribedBy(): string;
|
|
480
513
|
_internalFeedback(): {
|
|
481
|
-
type: import(
|
|
514
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
482
515
|
message: string;
|
|
483
516
|
};
|
|
484
517
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
485
|
-
_getFeedbackTemplate(ctx: import(
|
|
486
|
-
helperText?: string
|
|
487
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
488
|
-
|
|
518
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
|
|
519
|
+
helperText?: string;
|
|
520
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
521
|
+
get _feedbackDescribedBy(): string;
|
|
489
522
|
_internalFeedback(): {
|
|
490
|
-
type: import(
|
|
523
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
491
524
|
message: string;
|
|
492
525
|
};
|
|
493
526
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
494
|
-
_getFeedbackTemplate(ctx: import(
|
|
527
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
495
528
|
connectedCallback(): void;
|
|
496
|
-
_vividAriaBehaviour: import(
|
|
497
|
-
readonly $fastController: import(
|
|
498
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
529
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
530
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
531
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
499
532
|
disconnectedCallback(): void;
|
|
500
533
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
501
534
|
accessKey: string;
|
|
502
535
|
readonly accessKeyLabel: string;
|
|
503
536
|
autocapitalize: string;
|
|
537
|
+
autocorrect: boolean;
|
|
504
538
|
dir: string;
|
|
505
539
|
draggable: boolean;
|
|
506
540
|
hidden: boolean;
|
|
@@ -513,30 +547,39 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
513
547
|
readonly offsetTop: number;
|
|
514
548
|
readonly offsetWidth: number;
|
|
515
549
|
outerText: string;
|
|
550
|
+
popover: string | null;
|
|
516
551
|
spellcheck: boolean;
|
|
517
552
|
title: string;
|
|
518
553
|
translate: boolean;
|
|
554
|
+
writingSuggestions: string;
|
|
519
555
|
attachInternals(): ElementInternals;
|
|
520
556
|
click(): void;
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
557
|
+
hidePopover(): void;
|
|
558
|
+
showPopover(): void;
|
|
559
|
+
togglePopover(options?: boolean): boolean;
|
|
560
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
561
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
562
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
563
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
525
564
|
readonly attributes: NamedNodeMap;
|
|
526
|
-
|
|
565
|
+
get classList(): DOMTokenList;
|
|
566
|
+
set classList(value: string);
|
|
527
567
|
className: string;
|
|
528
568
|
readonly clientHeight: number;
|
|
529
569
|
readonly clientLeft: number;
|
|
530
570
|
readonly clientTop: number;
|
|
531
571
|
readonly clientWidth: number;
|
|
572
|
+
readonly currentCSSZoom: number;
|
|
532
573
|
id: string;
|
|
574
|
+
innerHTML: string;
|
|
533
575
|
readonly localName: string;
|
|
534
576
|
readonly namespaceURI: string | null;
|
|
535
577
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
536
578
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
537
579
|
outerHTML: string;
|
|
538
580
|
readonly ownerDocument: Document;
|
|
539
|
-
|
|
581
|
+
get part(): DOMTokenList;
|
|
582
|
+
set part(value: string);
|
|
540
583
|
readonly prefix: string | null;
|
|
541
584
|
readonly scrollHeight: number;
|
|
542
585
|
scrollLeft: number;
|
|
@@ -546,11 +589,12 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
546
589
|
slot: string;
|
|
547
590
|
readonly tagName: string;
|
|
548
591
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
549
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
550
|
-
closest<
|
|
551
|
-
closest<
|
|
552
|
-
closest<
|
|
553
|
-
closest<
|
|
592
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
593
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
594
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
595
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
596
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
597
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
554
598
|
getAttribute(qualifiedName: string): string | null;
|
|
555
599
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
556
600
|
getAttributeNames(): string[];
|
|
@@ -559,43 +603,47 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
559
603
|
getBoundingClientRect(): DOMRect;
|
|
560
604
|
getClientRects(): DOMRectList;
|
|
561
605
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
562
|
-
getElementsByTagName<
|
|
563
|
-
getElementsByTagName<
|
|
564
|
-
getElementsByTagName<
|
|
565
|
-
getElementsByTagName<
|
|
606
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
607
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
608
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
609
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
566
610
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
567
611
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
568
612
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
569
613
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
570
614
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
615
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
571
616
|
hasAttribute(qualifiedName: string): boolean;
|
|
572
617
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
573
618
|
hasAttributes(): boolean;
|
|
574
619
|
hasPointerCapture(pointerId: number): boolean;
|
|
575
620
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
576
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
621
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
577
622
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
578
623
|
matches(selectors: string): boolean;
|
|
579
624
|
releasePointerCapture(pointerId: number): void;
|
|
580
625
|
removeAttribute(qualifiedName: string): void;
|
|
581
626
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
582
627
|
removeAttributeNode(attr: Attr): Attr;
|
|
583
|
-
requestFullscreen(options?: FullscreenOptions
|
|
584
|
-
requestPointerLock(): void
|
|
585
|
-
scroll(options?: ScrollToOptions
|
|
628
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
629
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
630
|
+
scroll(options?: ScrollToOptions): void;
|
|
586
631
|
scroll(x: number, y: number): void;
|
|
587
|
-
scrollBy(options?: ScrollToOptions
|
|
632
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
588
633
|
scrollBy(x: number, y: number): void;
|
|
589
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
590
|
-
scrollTo(options?: ScrollToOptions
|
|
634
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
635
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
591
636
|
scrollTo(x: number, y: number): void;
|
|
592
637
|
setAttribute(qualifiedName: string, value: string): void;
|
|
593
638
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
594
639
|
setAttributeNode(attr: Attr): Attr | null;
|
|
595
640
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
641
|
+
setHTMLUnsafe(html: string): void;
|
|
596
642
|
setPointerCapture(pointerId: number): void;
|
|
597
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
643
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
598
644
|
webkitMatchesSelector(selectors: string): boolean;
|
|
645
|
+
get textContent(): string;
|
|
646
|
+
set textContent(value: string | null);
|
|
599
647
|
readonly baseURI: string;
|
|
600
648
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
601
649
|
readonly firstChild: ChildNode | null;
|
|
@@ -608,22 +656,21 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
608
656
|
readonly parentElement: HTMLElement | null;
|
|
609
657
|
readonly parentNode: ParentNode | null;
|
|
610
658
|
readonly previousSibling: ChildNode | null;
|
|
611
|
-
textContent: string | null;
|
|
612
659
|
appendChild<T extends Node>(node: T): T;
|
|
613
|
-
cloneNode(
|
|
660
|
+
cloneNode(subtree?: boolean): Node;
|
|
614
661
|
compareDocumentPosition(other: Node): number;
|
|
615
662
|
contains(other: Node | null): boolean;
|
|
616
|
-
getRootNode(options?: GetRootNodeOptions
|
|
663
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
617
664
|
hasChildNodes(): boolean;
|
|
618
|
-
insertBefore<
|
|
665
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
619
666
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
620
667
|
isEqualNode(otherNode: Node | null): boolean;
|
|
621
668
|
isSameNode(otherNode: Node | null): boolean;
|
|
622
669
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
623
670
|
lookupPrefix(namespace: string | null): string | null;
|
|
624
671
|
normalize(): void;
|
|
625
|
-
removeChild<
|
|
626
|
-
replaceChild<
|
|
672
|
+
removeChild<T extends Node>(child: T): T;
|
|
673
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
627
674
|
readonly ELEMENT_NODE: 1;
|
|
628
675
|
readonly ATTRIBUTE_NODE: 2;
|
|
629
676
|
readonly TEXT_NODE: 3;
|
|
@@ -643,35 +690,49 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
643
690
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
644
691
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
645
692
|
dispatchEvent(event: Event): boolean;
|
|
693
|
+
ariaActiveDescendantElement: Element | null;
|
|
646
694
|
ariaAtomic: string | null;
|
|
647
695
|
ariaAutoComplete: string | null;
|
|
696
|
+
ariaBrailleLabel: string | null;
|
|
697
|
+
ariaBrailleRoleDescription: string | null;
|
|
648
698
|
ariaBusy: string | null;
|
|
649
699
|
ariaChecked: string | null;
|
|
650
700
|
ariaColCount: string | null;
|
|
651
701
|
ariaColIndex: string | null;
|
|
702
|
+
ariaColIndexText: string | null;
|
|
652
703
|
ariaColSpan: string | null;
|
|
704
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
653
705
|
ariaCurrent: string | null;
|
|
706
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
707
|
+
ariaDescription: string | null;
|
|
708
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
654
709
|
ariaDisabled: string | null;
|
|
710
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
655
711
|
ariaExpanded: string | null;
|
|
712
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
656
713
|
ariaHasPopup: string | null;
|
|
657
714
|
ariaHidden: string | null;
|
|
658
715
|
ariaInvalid: string | null;
|
|
659
716
|
ariaKeyShortcuts: string | null;
|
|
660
717
|
ariaLabel: string | null;
|
|
718
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
661
719
|
ariaLevel: string | null;
|
|
662
720
|
ariaLive: string | null;
|
|
663
721
|
ariaModal: string | null;
|
|
664
722
|
ariaMultiLine: string | null;
|
|
665
723
|
ariaMultiSelectable: string | null;
|
|
666
724
|
ariaOrientation: string | null;
|
|
725
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
667
726
|
ariaPlaceholder: string | null;
|
|
668
727
|
ariaPosInSet: string | null;
|
|
669
728
|
ariaPressed: string | null;
|
|
670
729
|
ariaReadOnly: string | null;
|
|
730
|
+
ariaRelevant: string | null;
|
|
671
731
|
ariaRequired: string | null;
|
|
672
732
|
ariaRoleDescription: string | null;
|
|
673
733
|
ariaRowCount: string | null;
|
|
674
734
|
ariaRowIndex: string | null;
|
|
735
|
+
ariaRowIndexText: string | null;
|
|
675
736
|
ariaRowSpan: string | null;
|
|
676
737
|
ariaSelected: string | null;
|
|
677
738
|
ariaSetSize: string | null;
|
|
@@ -681,34 +742,35 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
681
742
|
ariaValueNow: string | null;
|
|
682
743
|
ariaValueText: string | null;
|
|
683
744
|
role: string | null;
|
|
684
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
685
|
-
getAnimations(options?: GetAnimationsOptions
|
|
686
|
-
after(...nodes: (
|
|
687
|
-
before(...nodes: (
|
|
745
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
746
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
747
|
+
after(...nodes: (Node | string)[]): void;
|
|
748
|
+
before(...nodes: (Node | string)[]): void;
|
|
688
749
|
remove(): void;
|
|
689
|
-
replaceWith(...nodes: (
|
|
690
|
-
innerHTML: string;
|
|
750
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
691
751
|
readonly nextElementSibling: Element | null;
|
|
692
752
|
readonly previousElementSibling: Element | null;
|
|
693
753
|
readonly childElementCount: number;
|
|
694
754
|
readonly children: HTMLCollection;
|
|
695
755
|
readonly firstElementChild: Element | null;
|
|
696
756
|
readonly lastElementChild: Element | null;
|
|
697
|
-
append(...nodes: (
|
|
698
|
-
prepend(...nodes: (
|
|
699
|
-
querySelector<
|
|
700
|
-
querySelector<
|
|
701
|
-
querySelector<
|
|
702
|
-
querySelector<
|
|
703
|
-
querySelector<
|
|
704
|
-
querySelectorAll<
|
|
705
|
-
querySelectorAll<
|
|
706
|
-
querySelectorAll<
|
|
707
|
-
querySelectorAll<
|
|
708
|
-
querySelectorAll<
|
|
709
|
-
replaceChildren(...nodes: (
|
|
757
|
+
append(...nodes: (Node | string)[]): void;
|
|
758
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
759
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
760
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
761
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
762
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
763
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
764
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
765
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
766
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
767
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
768
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
769
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
710
770
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
711
|
-
readonly
|
|
771
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
772
|
+
get style(): CSSStyleDeclaration;
|
|
773
|
+
set style(cssText: string);
|
|
712
774
|
contentEditable: string;
|
|
713
775
|
enterKeyHint: string;
|
|
714
776
|
inputMode: string;
|
|
@@ -718,16 +780,20 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
718
780
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
719
781
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
720
782
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
721
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
783
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
722
784
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
785
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
786
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
723
787
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
724
788
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
725
789
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
726
790
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
727
791
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
728
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
792
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
729
793
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
730
|
-
|
|
794
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
795
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
796
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
731
797
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
732
798
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
733
799
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -774,12 +840,14 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
774
840
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
775
841
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
776
842
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
843
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
777
844
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
778
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
845
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
779
846
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
780
847
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
781
848
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
782
849
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
850
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
783
851
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
784
852
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
785
853
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -791,7 +859,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
791
859
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
792
860
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
793
861
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
794
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
862
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
795
863
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
796
864
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
797
865
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -809,14 +877,10 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
809
877
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
810
878
|
autofocus: boolean;
|
|
811
879
|
readonly dataset: DOMStringMap;
|
|
812
|
-
nonce?: string
|
|
880
|
+
nonce?: string;
|
|
813
881
|
tabIndex: number;
|
|
814
882
|
blur(): void;
|
|
815
|
-
focus(options?: FocusOptions
|
|
816
|
-
ariaColIndexText: string | null;
|
|
817
|
-
ariaDescription: string | null;
|
|
818
|
-
ariaRowIndexText: string | null;
|
|
819
|
-
ariaRelevant: string | null;
|
|
883
|
+
focus(options?: FocusOptions): void;
|
|
820
884
|
roleChanged(prev: string | null, next: string | null): void;
|
|
821
885
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
822
886
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -859,21 +923,21 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
859
923
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
860
924
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
861
925
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
862
|
-
"__#
|
|
926
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
863
927
|
newPropertyName: string;
|
|
864
928
|
deprecatedPropertyName: string;
|
|
865
929
|
fromDeprecated: (v: any) => any;
|
|
866
930
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
867
931
|
}): void;
|
|
868
932
|
}, any>;
|
|
869
|
-
errorText?: string
|
|
933
|
+
errorText?: string;
|
|
870
934
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
871
|
-
"__#
|
|
872
|
-
"__#
|
|
873
|
-
"__#
|
|
874
|
-
"__#
|
|
935
|
+
"__#private@#blockValidateCalls": boolean;
|
|
936
|
+
"__#private@#originalValidateFn": () => void;
|
|
937
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
938
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
875
939
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
876
|
-
|
|
940
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
877
941
|
}) & (abstract new (...args: any[]) => {
|
|
878
942
|
_isValidValue(value: string): boolean;
|
|
879
943
|
_toPresentationValue(value: string): string;
|
|
@@ -888,55 +952,56 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
888
952
|
_onClearClick(): void;
|
|
889
953
|
readOnly: boolean;
|
|
890
954
|
readOnlyChanged(): void;
|
|
891
|
-
_textFieldEl: import(
|
|
955
|
+
_textFieldEl: import('../components').VwcTextFieldElement;
|
|
892
956
|
_dialogEl: HTMLElement;
|
|
893
|
-
_pickerButtonEl: import(
|
|
957
|
+
_pickerButtonEl: import('../components').VwcButtonElement;
|
|
894
958
|
connectedCallback(): void;
|
|
895
959
|
disconnectedCallback(): void;
|
|
896
|
-
"__#
|
|
897
|
-
"__#
|
|
960
|
+
"__#private@#onFocusIn": () => void;
|
|
961
|
+
"__#private@#onFocusOut": () => void;
|
|
898
962
|
proxy: HTMLInputElement;
|
|
899
963
|
validate(): void;
|
|
900
964
|
_getCustomValidationError(): string | null;
|
|
901
|
-
"__#
|
|
965
|
+
"__#private@#localeChangeHandler": {
|
|
902
966
|
handleChange: () => void;
|
|
903
967
|
};
|
|
904
|
-
"__#
|
|
905
|
-
"__#
|
|
906
|
-
"__#
|
|
968
|
+
"__#private@#localeChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
|
|
969
|
+
"__#private@#startObservingLocaleChanges"(): void;
|
|
970
|
+
"__#private@#stopObservingLocaleChanges"(): void;
|
|
907
971
|
_popupOpen: boolean;
|
|
908
|
-
"__#
|
|
909
|
-
"__#
|
|
972
|
+
"__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
973
|
+
"__#private@#openPopupIfPossible"(): void;
|
|
910
974
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
911
975
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
912
976
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
913
|
-
|
|
977
|
+
get _dialogLabel(): string;
|
|
914
978
|
_presentationValue: string;
|
|
915
979
|
_presentationValueChanged(): void;
|
|
916
|
-
|
|
917
|
-
_textFieldSize?: string
|
|
918
|
-
|
|
919
|
-
|
|
980
|
+
get _textFieldPlaceholder(): string;
|
|
981
|
+
_textFieldSize?: string;
|
|
982
|
+
get _pickerButtonLabel(): string;
|
|
983
|
+
get _pickerButtonIcon(): string;
|
|
920
984
|
_onPickerButtonClick(): void;
|
|
921
985
|
_onOkClick(): void;
|
|
922
|
-
_contextualHelpSlottedContent?: HTMLElement[]
|
|
923
|
-
|
|
986
|
+
_contextualHelpSlottedContent?: HTMLElement[];
|
|
987
|
+
get _hasContextualHelp(): boolean;
|
|
924
988
|
_isFromContextualHelp(e: Event): boolean;
|
|
925
|
-
label?: string
|
|
989
|
+
label?: string;
|
|
926
990
|
errorValidationMessage: string;
|
|
927
991
|
forceErrorDisplay: boolean;
|
|
928
992
|
hasBeenTouched: boolean;
|
|
929
|
-
"__#
|
|
993
|
+
"__#private@#handleInvalidEvent": () => void;
|
|
930
994
|
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
995
|
+
get validity(): ValidityState;
|
|
996
|
+
get form(): HTMLFormElement | null;
|
|
997
|
+
get validationMessage(): string;
|
|
998
|
+
get willValidate(): boolean;
|
|
999
|
+
get labels(): ReadonlyArray<Node>;
|
|
936
1000
|
dirtyValue: boolean;
|
|
937
|
-
proxySlot?: HTMLSlotElement
|
|
1001
|
+
proxySlot?: HTMLSlotElement;
|
|
938
1002
|
value: string;
|
|
939
|
-
currentValue: string;
|
|
1003
|
+
get currentValue(): string;
|
|
1004
|
+
set currentValue(value: string);
|
|
940
1005
|
initialValue: string;
|
|
941
1006
|
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
942
1007
|
disabled: boolean;
|
|
@@ -945,25 +1010,26 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
945
1010
|
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
946
1011
|
required: boolean;
|
|
947
1012
|
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
948
|
-
|
|
1013
|
+
get elementInternals(): ElementInternals | null;
|
|
949
1014
|
proxyEventsToBlock: string[];
|
|
950
1015
|
checkValidity: (() => boolean) & (() => boolean);
|
|
951
1016
|
reportValidity: (() => boolean) & (() => boolean);
|
|
952
|
-
setValidity: ((flags: ValidityStateFlags, message?: string
|
|
1017
|
+
setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
|
|
953
1018
|
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
954
1019
|
proxyInitialized: boolean;
|
|
955
1020
|
attachProxy: (() => void) & (() => void);
|
|
956
1021
|
detachProxy: (() => void) & (() => void);
|
|
957
|
-
setFormValue: ((value:
|
|
1022
|
+
setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
|
|
958
1023
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
959
1024
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
960
|
-
_vividAriaBehaviour: import(
|
|
961
|
-
readonly $fastController: import(
|
|
962
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1025
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1026
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1027
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
963
1028
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
964
1029
|
accessKey: string;
|
|
965
1030
|
readonly accessKeyLabel: string;
|
|
966
1031
|
autocapitalize: string;
|
|
1032
|
+
autocorrect: boolean;
|
|
967
1033
|
dir: string;
|
|
968
1034
|
draggable: boolean;
|
|
969
1035
|
hidden: boolean;
|
|
@@ -976,30 +1042,39 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
976
1042
|
readonly offsetTop: number;
|
|
977
1043
|
readonly offsetWidth: number;
|
|
978
1044
|
outerText: string;
|
|
1045
|
+
popover: string | null;
|
|
979
1046
|
spellcheck: boolean;
|
|
980
1047
|
title: string;
|
|
981
1048
|
translate: boolean;
|
|
1049
|
+
writingSuggestions: string;
|
|
982
1050
|
attachInternals(): ElementInternals;
|
|
983
1051
|
click(): void;
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
1052
|
+
hidePopover(): void;
|
|
1053
|
+
showPopover(): void;
|
|
1054
|
+
togglePopover(options?: boolean): boolean;
|
|
1055
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1056
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1057
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1058
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
988
1059
|
readonly attributes: NamedNodeMap;
|
|
989
|
-
|
|
1060
|
+
get classList(): DOMTokenList;
|
|
1061
|
+
set classList(value: string);
|
|
990
1062
|
className: string;
|
|
991
1063
|
readonly clientHeight: number;
|
|
992
1064
|
readonly clientLeft: number;
|
|
993
1065
|
readonly clientTop: number;
|
|
994
1066
|
readonly clientWidth: number;
|
|
1067
|
+
readonly currentCSSZoom: number;
|
|
995
1068
|
id: string;
|
|
1069
|
+
innerHTML: string;
|
|
996
1070
|
readonly localName: string;
|
|
997
1071
|
readonly namespaceURI: string | null;
|
|
998
1072
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
999
1073
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1000
1074
|
outerHTML: string;
|
|
1001
1075
|
readonly ownerDocument: Document;
|
|
1002
|
-
|
|
1076
|
+
get part(): DOMTokenList;
|
|
1077
|
+
set part(value: string);
|
|
1003
1078
|
readonly prefix: string | null;
|
|
1004
1079
|
readonly scrollHeight: number;
|
|
1005
1080
|
scrollLeft: number;
|
|
@@ -1009,11 +1084,12 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1009
1084
|
slot: string;
|
|
1010
1085
|
readonly tagName: string;
|
|
1011
1086
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1012
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1013
|
-
closest<
|
|
1014
|
-
closest<
|
|
1015
|
-
closest<
|
|
1016
|
-
closest<
|
|
1087
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1088
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1089
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1090
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1091
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1092
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1017
1093
|
getAttribute(qualifiedName: string): string | null;
|
|
1018
1094
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1019
1095
|
getAttributeNames(): string[];
|
|
@@ -1022,43 +1098,47 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1022
1098
|
getBoundingClientRect(): DOMRect;
|
|
1023
1099
|
getClientRects(): DOMRectList;
|
|
1024
1100
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1025
|
-
getElementsByTagName<
|
|
1026
|
-
getElementsByTagName<
|
|
1027
|
-
getElementsByTagName<
|
|
1028
|
-
getElementsByTagName<
|
|
1101
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1102
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1103
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1104
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1029
1105
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1030
1106
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1031
1107
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1032
1108
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1033
1109
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1110
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1034
1111
|
hasAttribute(qualifiedName: string): boolean;
|
|
1035
1112
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1036
1113
|
hasAttributes(): boolean;
|
|
1037
1114
|
hasPointerCapture(pointerId: number): boolean;
|
|
1038
1115
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1039
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1116
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1040
1117
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1041
1118
|
matches(selectors: string): boolean;
|
|
1042
1119
|
releasePointerCapture(pointerId: number): void;
|
|
1043
1120
|
removeAttribute(qualifiedName: string): void;
|
|
1044
1121
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1045
1122
|
removeAttributeNode(attr: Attr): Attr;
|
|
1046
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1047
|
-
requestPointerLock(): void
|
|
1048
|
-
scroll(options?: ScrollToOptions
|
|
1123
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1124
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1125
|
+
scroll(options?: ScrollToOptions): void;
|
|
1049
1126
|
scroll(x: number, y: number): void;
|
|
1050
|
-
scrollBy(options?: ScrollToOptions
|
|
1127
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1051
1128
|
scrollBy(x: number, y: number): void;
|
|
1052
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1053
|
-
scrollTo(options?: ScrollToOptions
|
|
1129
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1130
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1054
1131
|
scrollTo(x: number, y: number): void;
|
|
1055
1132
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1056
1133
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1057
1134
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1058
1135
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1136
|
+
setHTMLUnsafe(html: string): void;
|
|
1059
1137
|
setPointerCapture(pointerId: number): void;
|
|
1060
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1138
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1061
1139
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1140
|
+
get textContent(): string;
|
|
1141
|
+
set textContent(value: string | null);
|
|
1062
1142
|
readonly baseURI: string;
|
|
1063
1143
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1064
1144
|
readonly firstChild: ChildNode | null;
|
|
@@ -1071,22 +1151,21 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1071
1151
|
readonly parentElement: HTMLElement | null;
|
|
1072
1152
|
readonly parentNode: ParentNode | null;
|
|
1073
1153
|
readonly previousSibling: ChildNode | null;
|
|
1074
|
-
textContent: string | null;
|
|
1075
1154
|
appendChild<T extends Node>(node: T): T;
|
|
1076
|
-
cloneNode(
|
|
1155
|
+
cloneNode(subtree?: boolean): Node;
|
|
1077
1156
|
compareDocumentPosition(other: Node): number;
|
|
1078
1157
|
contains(other: Node | null): boolean;
|
|
1079
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1158
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1080
1159
|
hasChildNodes(): boolean;
|
|
1081
|
-
insertBefore<
|
|
1160
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1082
1161
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1083
1162
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1084
1163
|
isSameNode(otherNode: Node | null): boolean;
|
|
1085
1164
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1086
1165
|
lookupPrefix(namespace: string | null): string | null;
|
|
1087
1166
|
normalize(): void;
|
|
1088
|
-
removeChild<
|
|
1089
|
-
replaceChild<
|
|
1167
|
+
removeChild<T extends Node>(child: T): T;
|
|
1168
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1090
1169
|
readonly ELEMENT_NODE: 1;
|
|
1091
1170
|
readonly ATTRIBUTE_NODE: 2;
|
|
1092
1171
|
readonly TEXT_NODE: 3;
|
|
@@ -1106,35 +1185,49 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1106
1185
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1107
1186
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1108
1187
|
dispatchEvent(event: Event): boolean;
|
|
1188
|
+
ariaActiveDescendantElement: Element | null;
|
|
1109
1189
|
ariaAtomic: string | null;
|
|
1110
1190
|
ariaAutoComplete: string | null;
|
|
1191
|
+
ariaBrailleLabel: string | null;
|
|
1192
|
+
ariaBrailleRoleDescription: string | null;
|
|
1111
1193
|
ariaBusy: string | null;
|
|
1112
1194
|
ariaChecked: string | null;
|
|
1113
1195
|
ariaColCount: string | null;
|
|
1114
1196
|
ariaColIndex: string | null;
|
|
1197
|
+
ariaColIndexText: string | null;
|
|
1115
1198
|
ariaColSpan: string | null;
|
|
1199
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1116
1200
|
ariaCurrent: string | null;
|
|
1201
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1202
|
+
ariaDescription: string | null;
|
|
1203
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1117
1204
|
ariaDisabled: string | null;
|
|
1205
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1118
1206
|
ariaExpanded: string | null;
|
|
1207
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1119
1208
|
ariaHasPopup: string | null;
|
|
1120
1209
|
ariaHidden: string | null;
|
|
1121
1210
|
ariaInvalid: string | null;
|
|
1122
1211
|
ariaKeyShortcuts: string | null;
|
|
1123
1212
|
ariaLabel: string | null;
|
|
1213
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1124
1214
|
ariaLevel: string | null;
|
|
1125
1215
|
ariaLive: string | null;
|
|
1126
1216
|
ariaModal: string | null;
|
|
1127
1217
|
ariaMultiLine: string | null;
|
|
1128
1218
|
ariaMultiSelectable: string | null;
|
|
1129
1219
|
ariaOrientation: string | null;
|
|
1220
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1130
1221
|
ariaPlaceholder: string | null;
|
|
1131
1222
|
ariaPosInSet: string | null;
|
|
1132
1223
|
ariaPressed: string | null;
|
|
1133
1224
|
ariaReadOnly: string | null;
|
|
1225
|
+
ariaRelevant: string | null;
|
|
1134
1226
|
ariaRequired: string | null;
|
|
1135
1227
|
ariaRoleDescription: string | null;
|
|
1136
1228
|
ariaRowCount: string | null;
|
|
1137
1229
|
ariaRowIndex: string | null;
|
|
1230
|
+
ariaRowIndexText: string | null;
|
|
1138
1231
|
ariaRowSpan: string | null;
|
|
1139
1232
|
ariaSelected: string | null;
|
|
1140
1233
|
ariaSetSize: string | null;
|
|
@@ -1144,34 +1237,35 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1144
1237
|
ariaValueNow: string | null;
|
|
1145
1238
|
ariaValueText: string | null;
|
|
1146
1239
|
role: string | null;
|
|
1147
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1148
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1149
|
-
after(...nodes: (
|
|
1150
|
-
before(...nodes: (
|
|
1240
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1241
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1242
|
+
after(...nodes: (Node | string)[]): void;
|
|
1243
|
+
before(...nodes: (Node | string)[]): void;
|
|
1151
1244
|
remove(): void;
|
|
1152
|
-
replaceWith(...nodes: (
|
|
1153
|
-
innerHTML: string;
|
|
1245
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1154
1246
|
readonly nextElementSibling: Element | null;
|
|
1155
1247
|
readonly previousElementSibling: Element | null;
|
|
1156
1248
|
readonly childElementCount: number;
|
|
1157
1249
|
readonly children: HTMLCollection;
|
|
1158
1250
|
readonly firstElementChild: Element | null;
|
|
1159
1251
|
readonly lastElementChild: Element | null;
|
|
1160
|
-
append(...nodes: (
|
|
1161
|
-
prepend(...nodes: (
|
|
1162
|
-
querySelector<
|
|
1163
|
-
querySelector<
|
|
1164
|
-
querySelector<
|
|
1165
|
-
querySelector<
|
|
1166
|
-
querySelector<
|
|
1167
|
-
querySelectorAll<
|
|
1168
|
-
querySelectorAll<
|
|
1169
|
-
querySelectorAll<
|
|
1170
|
-
querySelectorAll<
|
|
1171
|
-
querySelectorAll<
|
|
1172
|
-
replaceChildren(...nodes: (
|
|
1252
|
+
append(...nodes: (Node | string)[]): void;
|
|
1253
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1254
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1255
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1256
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1257
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1258
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1259
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1260
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1261
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1262
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1263
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1264
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1173
1265
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1174
|
-
readonly
|
|
1266
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1267
|
+
get style(): CSSStyleDeclaration;
|
|
1268
|
+
set style(cssText: string);
|
|
1175
1269
|
contentEditable: string;
|
|
1176
1270
|
enterKeyHint: string;
|
|
1177
1271
|
inputMode: string;
|
|
@@ -1181,16 +1275,20 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1181
1275
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1182
1276
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1183
1277
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1184
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1278
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1185
1279
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1280
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1281
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1186
1282
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1187
1283
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1188
1284
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1189
1285
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1190
1286
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1191
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1287
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1192
1288
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1193
|
-
|
|
1289
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1290
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1291
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1194
1292
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1195
1293
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1196
1294
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1237,12 +1335,14 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1237
1335
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1238
1336
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1239
1337
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1338
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1240
1339
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1241
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1340
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1242
1341
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1243
1342
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1244
1343
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1245
1344
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1345
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1246
1346
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1247
1347
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1248
1348
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1254,7 +1354,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1254
1354
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1255
1355
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1256
1356
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1257
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1357
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1258
1358
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1259
1359
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1260
1360
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1272,14 +1372,10 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1272
1372
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1273
1373
|
autofocus: boolean;
|
|
1274
1374
|
readonly dataset: DOMStringMap;
|
|
1275
|
-
nonce?: string
|
|
1375
|
+
nonce?: string;
|
|
1276
1376
|
tabIndex: number;
|
|
1277
1377
|
blur(): void;
|
|
1278
|
-
focus(options?: FocusOptions
|
|
1279
|
-
ariaColIndexText: string | null;
|
|
1280
|
-
ariaDescription: string | null;
|
|
1281
|
-
ariaRowIndexText: string | null;
|
|
1282
|
-
ariaRelevant: string | null;
|
|
1378
|
+
focus(options?: FocusOptions): void;
|
|
1283
1379
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1284
1380
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1285
1381
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1322,39 +1418,40 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1322
1418
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1323
1419
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1324
1420
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1325
|
-
"__#
|
|
1421
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1326
1422
|
newPropertyName: string;
|
|
1327
1423
|
deprecatedPropertyName: string;
|
|
1328
1424
|
fromDeprecated: (v: any) => any;
|
|
1329
1425
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1330
1426
|
}): void;
|
|
1331
|
-
helperText?: string
|
|
1332
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
1333
|
-
|
|
1427
|
+
helperText?: string;
|
|
1428
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
1429
|
+
get _feedbackDescribedBy(): string;
|
|
1334
1430
|
_internalFeedback(): {
|
|
1335
|
-
type: import(
|
|
1431
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
1336
1432
|
message: string;
|
|
1337
1433
|
};
|
|
1338
1434
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1339
|
-
_getFeedbackTemplate(ctx: import(
|
|
1340
|
-
helperText?: string
|
|
1341
|
-
_helperTextSlottedContent?: HTMLElement[]
|
|
1342
|
-
|
|
1435
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
|
|
1436
|
+
helperText?: string;
|
|
1437
|
+
_helperTextSlottedContent?: HTMLElement[];
|
|
1438
|
+
get _feedbackDescribedBy(): string;
|
|
1343
1439
|
_internalFeedback(): {
|
|
1344
|
-
type: import(
|
|
1440
|
+
type: import('../../shared/feedback/feedback-message').FeedbackType;
|
|
1345
1441
|
message: string;
|
|
1346
1442
|
};
|
|
1347
1443
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1348
|
-
_getFeedbackTemplate(ctx: import(
|
|
1444
|
+
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
1349
1445
|
connectedCallback(): void;
|
|
1350
|
-
_vividAriaBehaviour: import(
|
|
1351
|
-
readonly $fastController: import(
|
|
1352
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
1446
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
1447
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
1448
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
1353
1449
|
disconnectedCallback(): void;
|
|
1354
1450
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
1355
1451
|
accessKey: string;
|
|
1356
1452
|
readonly accessKeyLabel: string;
|
|
1357
1453
|
autocapitalize: string;
|
|
1454
|
+
autocorrect: boolean;
|
|
1358
1455
|
dir: string;
|
|
1359
1456
|
draggable: boolean;
|
|
1360
1457
|
hidden: boolean;
|
|
@@ -1367,30 +1464,39 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1367
1464
|
readonly offsetTop: number;
|
|
1368
1465
|
readonly offsetWidth: number;
|
|
1369
1466
|
outerText: string;
|
|
1467
|
+
popover: string | null;
|
|
1370
1468
|
spellcheck: boolean;
|
|
1371
1469
|
title: string;
|
|
1372
1470
|
translate: boolean;
|
|
1471
|
+
writingSuggestions: string;
|
|
1373
1472
|
attachInternals(): ElementInternals;
|
|
1374
1473
|
click(): void;
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1474
|
+
hidePopover(): void;
|
|
1475
|
+
showPopover(): void;
|
|
1476
|
+
togglePopover(options?: boolean): boolean;
|
|
1477
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1478
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1479
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1480
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1379
1481
|
readonly attributes: NamedNodeMap;
|
|
1380
|
-
|
|
1482
|
+
get classList(): DOMTokenList;
|
|
1483
|
+
set classList(value: string);
|
|
1381
1484
|
className: string;
|
|
1382
1485
|
readonly clientHeight: number;
|
|
1383
1486
|
readonly clientLeft: number;
|
|
1384
1487
|
readonly clientTop: number;
|
|
1385
1488
|
readonly clientWidth: number;
|
|
1489
|
+
readonly currentCSSZoom: number;
|
|
1386
1490
|
id: string;
|
|
1491
|
+
innerHTML: string;
|
|
1387
1492
|
readonly localName: string;
|
|
1388
1493
|
readonly namespaceURI: string | null;
|
|
1389
1494
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1390
1495
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1391
1496
|
outerHTML: string;
|
|
1392
1497
|
readonly ownerDocument: Document;
|
|
1393
|
-
|
|
1498
|
+
get part(): DOMTokenList;
|
|
1499
|
+
set part(value: string);
|
|
1394
1500
|
readonly prefix: string | null;
|
|
1395
1501
|
readonly scrollHeight: number;
|
|
1396
1502
|
scrollLeft: number;
|
|
@@ -1400,11 +1506,12 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1400
1506
|
slot: string;
|
|
1401
1507
|
readonly tagName: string;
|
|
1402
1508
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1403
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
1404
|
-
closest<
|
|
1405
|
-
closest<
|
|
1406
|
-
closest<
|
|
1407
|
-
closest<
|
|
1509
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
1510
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
1511
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
1512
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
1513
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
1514
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
1408
1515
|
getAttribute(qualifiedName: string): string | null;
|
|
1409
1516
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1410
1517
|
getAttributeNames(): string[];
|
|
@@ -1413,43 +1520,47 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1413
1520
|
getBoundingClientRect(): DOMRect;
|
|
1414
1521
|
getClientRects(): DOMRectList;
|
|
1415
1522
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1416
|
-
getElementsByTagName<
|
|
1417
|
-
getElementsByTagName<
|
|
1418
|
-
getElementsByTagName<
|
|
1419
|
-
getElementsByTagName<
|
|
1523
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
1524
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
1525
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
1526
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1420
1527
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1421
1528
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1422
1529
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1423
1530
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1424
1531
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1532
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
1425
1533
|
hasAttribute(qualifiedName: string): boolean;
|
|
1426
1534
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1427
1535
|
hasAttributes(): boolean;
|
|
1428
1536
|
hasPointerCapture(pointerId: number): boolean;
|
|
1429
1537
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1430
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
1538
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
1431
1539
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1432
1540
|
matches(selectors: string): boolean;
|
|
1433
1541
|
releasePointerCapture(pointerId: number): void;
|
|
1434
1542
|
removeAttribute(qualifiedName: string): void;
|
|
1435
1543
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1436
1544
|
removeAttributeNode(attr: Attr): Attr;
|
|
1437
|
-
requestFullscreen(options?: FullscreenOptions
|
|
1438
|
-
requestPointerLock(): void
|
|
1439
|
-
scroll(options?: ScrollToOptions
|
|
1545
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
1546
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
1547
|
+
scroll(options?: ScrollToOptions): void;
|
|
1440
1548
|
scroll(x: number, y: number): void;
|
|
1441
|
-
scrollBy(options?: ScrollToOptions
|
|
1549
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
1442
1550
|
scrollBy(x: number, y: number): void;
|
|
1443
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
1444
|
-
scrollTo(options?: ScrollToOptions
|
|
1551
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1552
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
1445
1553
|
scrollTo(x: number, y: number): void;
|
|
1446
1554
|
setAttribute(qualifiedName: string, value: string): void;
|
|
1447
1555
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1448
1556
|
setAttributeNode(attr: Attr): Attr | null;
|
|
1449
1557
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1558
|
+
setHTMLUnsafe(html: string): void;
|
|
1450
1559
|
setPointerCapture(pointerId: number): void;
|
|
1451
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
1560
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1452
1561
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1562
|
+
get textContent(): string;
|
|
1563
|
+
set textContent(value: string | null);
|
|
1453
1564
|
readonly baseURI: string;
|
|
1454
1565
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1455
1566
|
readonly firstChild: ChildNode | null;
|
|
@@ -1462,22 +1573,21 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1462
1573
|
readonly parentElement: HTMLElement | null;
|
|
1463
1574
|
readonly parentNode: ParentNode | null;
|
|
1464
1575
|
readonly previousSibling: ChildNode | null;
|
|
1465
|
-
textContent: string | null;
|
|
1466
1576
|
appendChild<T extends Node>(node: T): T;
|
|
1467
|
-
cloneNode(
|
|
1577
|
+
cloneNode(subtree?: boolean): Node;
|
|
1468
1578
|
compareDocumentPosition(other: Node): number;
|
|
1469
1579
|
contains(other: Node | null): boolean;
|
|
1470
|
-
getRootNode(options?: GetRootNodeOptions
|
|
1580
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1471
1581
|
hasChildNodes(): boolean;
|
|
1472
|
-
insertBefore<
|
|
1582
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1473
1583
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1474
1584
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1475
1585
|
isSameNode(otherNode: Node | null): boolean;
|
|
1476
1586
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1477
1587
|
lookupPrefix(namespace: string | null): string | null;
|
|
1478
1588
|
normalize(): void;
|
|
1479
|
-
removeChild<
|
|
1480
|
-
replaceChild<
|
|
1589
|
+
removeChild<T extends Node>(child: T): T;
|
|
1590
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1481
1591
|
readonly ELEMENT_NODE: 1;
|
|
1482
1592
|
readonly ATTRIBUTE_NODE: 2;
|
|
1483
1593
|
readonly TEXT_NODE: 3;
|
|
@@ -1497,35 +1607,49 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1497
1607
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1498
1608
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1499
1609
|
dispatchEvent(event: Event): boolean;
|
|
1610
|
+
ariaActiveDescendantElement: Element | null;
|
|
1500
1611
|
ariaAtomic: string | null;
|
|
1501
1612
|
ariaAutoComplete: string | null;
|
|
1613
|
+
ariaBrailleLabel: string | null;
|
|
1614
|
+
ariaBrailleRoleDescription: string | null;
|
|
1502
1615
|
ariaBusy: string | null;
|
|
1503
1616
|
ariaChecked: string | null;
|
|
1504
1617
|
ariaColCount: string | null;
|
|
1505
1618
|
ariaColIndex: string | null;
|
|
1619
|
+
ariaColIndexText: string | null;
|
|
1506
1620
|
ariaColSpan: string | null;
|
|
1621
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1507
1622
|
ariaCurrent: string | null;
|
|
1623
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1624
|
+
ariaDescription: string | null;
|
|
1625
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1508
1626
|
ariaDisabled: string | null;
|
|
1627
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1509
1628
|
ariaExpanded: string | null;
|
|
1629
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1510
1630
|
ariaHasPopup: string | null;
|
|
1511
1631
|
ariaHidden: string | null;
|
|
1512
1632
|
ariaInvalid: string | null;
|
|
1513
1633
|
ariaKeyShortcuts: string | null;
|
|
1514
1634
|
ariaLabel: string | null;
|
|
1635
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1515
1636
|
ariaLevel: string | null;
|
|
1516
1637
|
ariaLive: string | null;
|
|
1517
1638
|
ariaModal: string | null;
|
|
1518
1639
|
ariaMultiLine: string | null;
|
|
1519
1640
|
ariaMultiSelectable: string | null;
|
|
1520
1641
|
ariaOrientation: string | null;
|
|
1642
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1521
1643
|
ariaPlaceholder: string | null;
|
|
1522
1644
|
ariaPosInSet: string | null;
|
|
1523
1645
|
ariaPressed: string | null;
|
|
1524
1646
|
ariaReadOnly: string | null;
|
|
1647
|
+
ariaRelevant: string | null;
|
|
1525
1648
|
ariaRequired: string | null;
|
|
1526
1649
|
ariaRoleDescription: string | null;
|
|
1527
1650
|
ariaRowCount: string | null;
|
|
1528
1651
|
ariaRowIndex: string | null;
|
|
1652
|
+
ariaRowIndexText: string | null;
|
|
1529
1653
|
ariaRowSpan: string | null;
|
|
1530
1654
|
ariaSelected: string | null;
|
|
1531
1655
|
ariaSetSize: string | null;
|
|
@@ -1535,34 +1659,35 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1535
1659
|
ariaValueNow: string | null;
|
|
1536
1660
|
ariaValueText: string | null;
|
|
1537
1661
|
role: string | null;
|
|
1538
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
1539
|
-
getAnimations(options?: GetAnimationsOptions
|
|
1540
|
-
after(...nodes: (
|
|
1541
|
-
before(...nodes: (
|
|
1662
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1663
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1664
|
+
after(...nodes: (Node | string)[]): void;
|
|
1665
|
+
before(...nodes: (Node | string)[]): void;
|
|
1542
1666
|
remove(): void;
|
|
1543
|
-
replaceWith(...nodes: (
|
|
1544
|
-
innerHTML: string;
|
|
1667
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
1545
1668
|
readonly nextElementSibling: Element | null;
|
|
1546
1669
|
readonly previousElementSibling: Element | null;
|
|
1547
1670
|
readonly childElementCount: number;
|
|
1548
1671
|
readonly children: HTMLCollection;
|
|
1549
1672
|
readonly firstElementChild: Element | null;
|
|
1550
1673
|
readonly lastElementChild: Element | null;
|
|
1551
|
-
append(...nodes: (
|
|
1552
|
-
prepend(...nodes: (
|
|
1553
|
-
querySelector<
|
|
1554
|
-
querySelector<
|
|
1555
|
-
querySelector<
|
|
1556
|
-
querySelector<
|
|
1557
|
-
querySelector<
|
|
1558
|
-
querySelectorAll<
|
|
1559
|
-
querySelectorAll<
|
|
1560
|
-
querySelectorAll<
|
|
1561
|
-
querySelectorAll<
|
|
1562
|
-
querySelectorAll<
|
|
1563
|
-
replaceChildren(...nodes: (
|
|
1674
|
+
append(...nodes: (Node | string)[]): void;
|
|
1675
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1676
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1677
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1678
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1679
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1680
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1681
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1682
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1683
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1684
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1685
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1686
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1564
1687
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1565
|
-
readonly
|
|
1688
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
1689
|
+
get style(): CSSStyleDeclaration;
|
|
1690
|
+
set style(cssText: string);
|
|
1566
1691
|
contentEditable: string;
|
|
1567
1692
|
enterKeyHint: string;
|
|
1568
1693
|
inputMode: string;
|
|
@@ -1572,16 +1697,20 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1572
1697
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1573
1698
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1574
1699
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1575
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1700
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1576
1701
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1702
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1703
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1577
1704
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1578
1705
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1579
1706
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1580
1707
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1581
1708
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1582
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1709
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1583
1710
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1584
|
-
|
|
1711
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1712
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1713
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1585
1714
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1586
1715
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1587
1716
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1628,12 +1757,14 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1628
1757
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1629
1758
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1630
1759
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1760
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1631
1761
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1632
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
1762
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1633
1763
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1634
1764
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1635
1765
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1636
1766
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1767
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1637
1768
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1638
1769
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1639
1770
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1645,7 +1776,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1645
1776
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1646
1777
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1647
1778
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1648
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1779
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1649
1780
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1650
1781
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1651
1782
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1663,14 +1794,10 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1663
1794
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1664
1795
|
autofocus: boolean;
|
|
1665
1796
|
readonly dataset: DOMStringMap;
|
|
1666
|
-
nonce?: string
|
|
1797
|
+
nonce?: string;
|
|
1667
1798
|
tabIndex: number;
|
|
1668
1799
|
blur(): void;
|
|
1669
|
-
focus(options?: FocusOptions
|
|
1670
|
-
ariaColIndexText: string | null;
|
|
1671
|
-
ariaDescription: string | null;
|
|
1672
|
-
ariaRowIndexText: string | null;
|
|
1673
|
-
ariaRelevant: string | null;
|
|
1800
|
+
focus(options?: FocusOptions): void;
|
|
1674
1801
|
roleChanged(prev: string | null, next: string | null): void;
|
|
1675
1802
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1676
1803
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -1713,21 +1840,21 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1713
1840
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1714
1841
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1715
1842
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1716
|
-
"__#
|
|
1843
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
1717
1844
|
newPropertyName: string;
|
|
1718
1845
|
deprecatedPropertyName: string;
|
|
1719
1846
|
fromDeprecated: (v: any) => any;
|
|
1720
1847
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1721
1848
|
}): void;
|
|
1722
1849
|
}, any>;
|
|
1723
|
-
errorText?: string
|
|
1850
|
+
errorText?: string;
|
|
1724
1851
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1725
|
-
"__#
|
|
1726
|
-
"__#
|
|
1727
|
-
"__#
|
|
1728
|
-
"__#
|
|
1852
|
+
"__#private@#blockValidateCalls": boolean;
|
|
1853
|
+
"__#private@#originalValidateFn": () => void;
|
|
1854
|
+
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
1855
|
+
"__#private@#clearCustomErrorAndRevalidate"(): void;
|
|
1729
1856
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1730
|
-
|
|
1857
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
1731
1858
|
}) & typeof PickerField;
|
|
1732
1859
|
export declare class TimePicker extends TimePicker_base {
|
|
1733
1860
|
min: string;
|