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