@vonage/vivid 5.11.0 → 5.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled/definition19.cjs +63 -44
- package/bundled/definition19.js +322 -246
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +16 -13
- package/bundled/slottable-request.cjs +4 -4
- package/bundled/slottable-request.js +70 -70
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +2505 -2445
- package/data-grid/definition.cjs +37 -13
- package/data-grid/definition.js +37 -13
- package/data-grid/index.cjs +38 -32
- package/data-grid/index.js +201 -178
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/lib/accordion/accordion.template.d.ts +2 -2
- package/lib/accordion/index.d.ts +1 -0
- package/lib/accordion-item/accordion-item.d.ts +98 -67
- package/lib/accordion-item/accordion-item.template.d.ts +3 -3
- package/lib/accordion-item/index.d.ts +1 -0
- package/lib/action-group/action-group.d.ts +95 -64
- package/lib/action-group/action-group.template.d.ts +2 -2
- package/lib/action-group/index.d.ts +1 -0
- package/lib/alert/alert.d.ts +192 -130
- package/lib/alert/alert.template.d.ts +3 -3
- package/lib/alert/index.d.ts +1 -0
- package/lib/audio-player/audio-player.d.ts +97 -67
- package/lib/audio-player/audio-player.template.d.ts +2 -2
- package/lib/audio-player/index.d.ts +1 -0
- package/lib/avatar/avatar.d.ts +105 -117
- package/lib/avatar/avatar.template.d.ts +1 -1
- package/lib/avatar/index.d.ts +1 -0
- package/lib/badge/badge.d.ts +98 -67
- package/lib/badge/badge.template.d.ts +3 -3
- package/lib/badge/index.d.ts +1 -0
- package/lib/banner/banner.d.ts +286 -193
- package/lib/banner/banner.template.d.ts +3 -3
- package/lib/banner/index.d.ts +1 -0
- package/lib/breadcrumb/breadcrumb.d.ts +93 -62
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -2
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +103 -115
- package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +3 -3
- package/lib/breadcrumb-item/index.d.ts +1 -0
- package/lib/button/button.d.ts +297 -247
- package/lib/button/button.template.d.ts +3 -3
- package/lib/button/index.d.ts +1 -0
- package/lib/calendar/calendar.d.ts +2 -2
- package/lib/calendar/calendar.template.d.ts +2 -2
- package/lib/calendar/helpers/calendar.event-context.d.ts +1 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/calendar/index.d.ts +1 -0
- package/lib/calendar-event/calendar-event.d.ts +95 -64
- package/lib/calendar-event/calendar-event.template.d.ts +2 -2
- package/lib/calendar-event/index.d.ts +1 -0
- package/lib/card/card.d.ts +105 -117
- package/lib/card/card.template.d.ts +2 -2
- package/lib/card/index.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +628 -437
- package/lib/checkbox/checkbox.template.d.ts +3 -3
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/color-picker/color-picker.d.ts +726 -506
- package/lib/color-picker/color-picker.template.d.ts +2 -2
- package/lib/color-picker/definition.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +741 -520
- package/lib/combobox/combobox.template.d.ts +3 -3
- package/lib/combobox/index.d.ts +1 -0
- package/lib/contextual-help/contextual-help.d.ts +1 -1
- package/lib/contextual-help/contextual-help.template.d.ts +3 -3
- package/lib/contextual-help/index.d.ts +1 -0
- package/lib/country/country-code-to-flag-icon.d.ts +1 -1
- package/lib/country/country.template.d.ts +3 -3
- package/lib/country/index.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +190 -128
- package/lib/data-grid/data-grid-cell.template.d.ts +3 -3
- package/lib/data-grid/data-grid-row.d.ts +95 -64
- package/lib/data-grid/data-grid-row.template.d.ts +3 -3
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/data-grid/data-grid.template.d.ts +3 -3
- package/lib/data-grid/index.d.ts +1 -0
- package/lib/data-grid/locale.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1045 -792
- package/lib/date-picker/date-picker.template.d.ts +2 -2
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-range-picker/date-range-picker.d.ts +538 -411
- package/lib/date-range-picker/date-range-picker.template.d.ts +2 -2
- package/lib/date-range-picker/index.d.ts +1 -0
- package/lib/date-time-picker/date-time-picker.d.ts +1026 -772
- package/lib/date-time-picker/date-time-picker.template.d.ts +2 -2
- package/lib/date-time-picker/index.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +95 -64
- package/lib/dial-pad/dial-pad.template.d.ts +2 -2
- package/lib/dial-pad/index.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +189 -127
- package/lib/dialog/dialog.template.d.ts +3 -3
- package/lib/dialog/index.d.ts +1 -0
- package/lib/divider/divider.d.ts +94 -63
- package/lib/divider/divider.template.d.ts +2 -2
- package/lib/divider/index.d.ts +1 -0
- package/lib/elevation/elevation.template.d.ts +2 -2
- package/lib/elevation/index.d.ts +1 -0
- package/lib/empty-state/empty-state.d.ts +2 -2
- package/lib/empty-state/empty-state.template.d.ts +3 -3
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/fab/fab.d.ts +98 -67
- package/lib/fab/fab.template.d.ts +3 -3
- package/lib/fab/index.d.ts +1 -0
- package/lib/file-picker/__mocks__/data-transfer.d.ts +21 -0
- package/lib/file-picker/file-picker.d.ts +736 -515
- package/lib/file-picker/file-picker.template.d.ts +3 -3
- package/lib/file-picker/index.d.ts +1 -0
- package/lib/header/header.d.ts +93 -62
- package/lib/header/header.template.d.ts +3 -3
- package/lib/header/index.d.ts +1 -0
- package/lib/icon/icon.d.ts +2 -2
- package/lib/icon/icon.template.d.ts +3 -3
- package/lib/icon/index.d.ts +1 -0
- package/lib/layout/index.d.ts +1 -0
- package/lib/layout/layout.d.ts +2 -2
- package/lib/layout/layout.template.d.ts +2 -2
- package/lib/menu/index.d.ts +1 -0
- package/lib/menu/menu.d.ts +195 -133
- package/lib/menu/menu.template.d.ts +3 -3
- package/lib/menu-item/index.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +191 -129
- package/lib/menu-item/menu-item.template.d.ts +2 -2
- package/lib/nav/index.d.ts +1 -0
- package/lib/nav/nav.d.ts +93 -62
- package/lib/nav/nav.template.d.ts +2 -2
- package/lib/nav-disclosure/index.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +191 -129
- package/lib/nav-disclosure/nav-disclosure.template.d.ts +3 -3
- package/lib/nav-item/index.d.ts +1 -0
- package/lib/nav-item/nav-item.d.ts +200 -181
- package/lib/nav-item/nav-item.template.d.ts +3 -3
- package/lib/note/index.d.ts +1 -0
- package/lib/note/note.d.ts +97 -66
- package/lib/note/note.template.d.ts +3 -3
- package/lib/number-field/index.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +929 -646
- package/lib/number-field/number-field.template.d.ts +3 -3
- package/lib/option/index.d.ts +1 -0
- package/lib/option/option.d.ts +191 -129
- package/lib/option/option.template.d.ts +3 -3
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +98 -67
- package/lib/pagination/pagination.template.d.ts +3 -3
- package/lib/popover/definition.d.ts +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/popover.d.ts +190 -128
- package/lib/popover/popover.template.d.ts +2 -2
- package/lib/popup/index.d.ts +1 -0
- package/lib/popup/popup.d.ts +1 -1
- package/lib/popup/popup.template.d.ts +3 -3
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/progress.d.ts +94 -63
- package/lib/progress/progress.template.d.ts +2 -2
- package/lib/progress-ring/index.d.ts +1 -0
- package/lib/progress-ring/progress-ring.d.ts +94 -63
- package/lib/progress-ring/progress-ring.template.d.ts +2 -2
- package/lib/radio/index.d.ts +1 -0
- package/lib/radio/radio.d.ts +340 -242
- package/lib/radio/radio.template.d.ts +2 -2
- package/lib/radio-group/index.d.ts +1 -0
- package/lib/radio-group/radio-group.d.ts +99 -68
- package/lib/radio-group/radio-group.template.d.ts +3 -3
- package/lib/range-slider/index.d.ts +1 -0
- package/lib/range-slider/range-slider.d.ts +313 -218
- package/lib/range-slider/range-slider.template.d.ts +3 -3
- package/lib/rich-text-editor/definition.d.ts +1 -1
- package/lib/rich-text-editor/index.d.ts +1 -0
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +99 -68
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/doc-factories.d.ts +106 -0
- package/lib/rich-text-editor/rte/__tests__/font-sizes.d.ts +2 -0
- package/lib/rich-text-editor/rte/__tests__/promise.d.ts +5 -0
- package/lib/rich-text-editor/rte/__tests__/test-utils.d.ts +68 -0
- package/lib/rich-text-editor/rte/config.d.ts +4 -4
- package/lib/rich-text-editor/rte/feature.d.ts +10 -12
- package/lib/rich-text-editor/rte/features/alignment.d.ts +19 -0
- package/lib/rich-text-editor/rte/features/atom.d.ts +9 -0
- package/lib/rich-text-editor/rte/features/base.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/bold.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +21 -0
- package/lib/rich-text-editor/rte/features/file-handler.d.ts +25 -0
- package/lib/rich-text-editor/rte/features/font-size-picker.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/hard-break.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/inline-image.d.ts +43 -0
- package/lib/rich-text-editor/rte/features/input-rule.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +6 -6
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/internal/cursor-fix.d.ts +16 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +2 -2
- package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +4 -4
- package/lib/rich-text-editor/rte/features/italic.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/link.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/list.d.ts +24 -0
- package/lib/rich-text-editor/rte/features/monospace.d.ts +22 -0
- package/lib/rich-text-editor/rte/features/placeholder.d.ts +23 -0
- package/lib/rich-text-editor/rte/features/strikethrough.d.ts +17 -0
- package/lib/rich-text-editor/rte/features/suggest.d.ts +14 -0
- package/lib/rich-text-editor/rte/features/text-block-picker.d.ts +18 -0
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +31 -0
- package/lib/rich-text-editor/rte/features/toolbar-button.d.ts +13 -0
- package/lib/rich-text-editor/rte/features/toolbar.d.ts +37 -0
- package/lib/rich-text-editor/rte/features/underline.d.ts +17 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +3 -3
- package/lib/rich-text-editor/rte/html-serializer.d.ts +3 -3
- package/lib/rich-text-editor/rte/instance.d.ts +8 -7
- package/lib/rich-text-editor/rte/public-interface.d.ts +13 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/rich-text-editor/rte/utils/feature-state.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +1 -1
- package/lib/rich-text-editor/rte/utils/ui.d.ts +8 -8
- package/lib/rich-text-editor/rte/view.d.ts +3 -6
- package/lib/rich-text-view/definition.d.ts +1 -1
- package/lib/rich-text-view/index.d.ts +2 -0
- package/lib/rich-text-view/rich-text-view.d.ts +1 -1
- package/lib/rich-text-view/rich-text-view.template.d.ts +2 -2
- package/lib/searchable-select/index.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +96 -65
- package/lib/searchable-select/option-tag.template.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +929 -646
- package/lib/searchable-select/searchable-select.template.d.ts +3 -3
- package/lib/select/index.d.ts +1 -0
- package/lib/select/locale.d.ts +3 -0
- package/lib/select/select.d.ts +1240 -579
- package/lib/select/select.template.d.ts +3 -3
- package/lib/selectable-box/index.d.ts +1 -0
- package/lib/selectable-box/selectable-box.d.ts +94 -63
- package/lib/selectable-box/selectable-box.template.d.ts +2 -2
- package/lib/side-drawer/index.d.ts +1 -0
- package/lib/side-drawer/side-drawer.template.d.ts +2 -2
- package/lib/simple-color-picker/definition.d.ts +1 -1
- package/lib/simple-color-picker/index.d.ts +1 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +216 -153
- package/lib/simple-color-picker/simple-color-picker.template.d.ts +2 -2
- package/lib/slider/index.d.ts +1 -0
- package/lib/slider/slider.d.ts +299 -205
- package/lib/slider/slider.template.d.ts +4 -4
- package/lib/split-button/index.d.ts +1 -0
- package/lib/split-button/split-button.d.ts +288 -195
- package/lib/split-button/split-button.template.d.ts +3 -3
- package/lib/status/index.d.ts +1 -0
- package/lib/status/status.d.ts +98 -67
- package/lib/status/status.template.d.ts +3 -3
- package/lib/switch/index.d.ts +1 -0
- package/lib/switch/switch.d.ts +207 -142
- package/lib/switch/switch.template.d.ts +2 -2
- package/lib/tab/index.d.ts +1 -0
- package/lib/tab/tab.d.ts +288 -195
- package/lib/tab/tab.template.d.ts +3 -3
- package/lib/tab-panel/index.d.ts +1 -0
- package/lib/tab-panel/tab-panel.d.ts +93 -62
- package/lib/tab-panel/tab-panel.template.d.ts +2 -2
- package/lib/table/index.d.ts +1 -0
- package/lib/table/table-body.template.d.ts +3 -3
- package/lib/table/table-cell.d.ts +93 -62
- package/lib/table/table-cell.template.d.ts +3 -3
- package/lib/table/table-head.template.d.ts +3 -3
- package/lib/table/table-header-cell.d.ts +93 -62
- package/lib/table/table-header-cell.template.d.ts +3 -3
- package/lib/table/table-row.d.ts +93 -62
- package/lib/table/table-row.template.d.ts +3 -3
- package/lib/table/table.template.d.ts +3 -3
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tabs/tabs.template.d.ts +2 -2
- package/lib/tag/index.d.ts +1 -0
- package/lib/tag/tag.d.ts +288 -195
- package/lib/tag/tag.template.d.ts +3 -3
- package/lib/tag-group/index.d.ts +1 -0
- package/lib/tag-group/tag-group.d.ts +93 -62
- package/lib/tag-group/tag-group.template.d.ts +2 -2
- package/lib/tag-name-map.d.ts +1 -1
- package/lib/text-area/index.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +832 -581
- package/lib/text-area/text-area.template.d.ts +3 -3
- package/lib/text-field/index.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +931 -649
- package/lib/text-field/text-field.template.d.ts +3 -3
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +486 -359
- package/lib/time-picker/time-picker.template.d.ts +3 -3
- package/lib/toggletip/index.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +197 -135
- package/lib/toggletip/toggletip.template.d.ts +3 -3
- package/lib/tooltip/index.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +101 -70
- package/lib/tooltip/tooltip.template.d.ts +3 -3
- package/lib/tree-item/index.d.ts +1 -0
- package/lib/tree-item/tree-item.d.ts +190 -128
- package/lib/tree-item/tree-item.template.d.ts +3 -3
- package/lib/tree-view/index.d.ts +1 -0
- package/lib/tree-view/tree-view.d.ts +93 -62
- package/lib/tree-view/tree-view.template.d.ts +2 -2
- package/lib/video-player/index.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +96 -65
- package/lib/video-player/video-player.template.d.ts +1 -1
- package/lib/video-player/vivid-video-svg.d.ts +1 -1
- package/lib/visually-hidden/definition.d.ts +1 -1
- package/lib/visually-hidden/index.d.ts +1 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +1 -1
- package/locales/de-DE.cjs +3 -0
- package/locales/de-DE.d.ts +1 -1
- package/locales/de-DE.js +3 -0
- package/locales/en-GB.cjs +3 -0
- package/locales/en-GB.d.ts +1 -1
- package/locales/en-GB.js +3 -0
- package/locales/en-US.cjs +3 -0
- package/locales/en-US.d.ts +1 -1
- package/locales/en-US.js +3 -0
- package/locales/ja-JP.cjs +3 -0
- package/locales/ja-JP.d.ts +1 -1
- package/locales/ja-JP.js +3 -0
- package/locales/zh-CN.cjs +3 -0
- package/locales/zh-CN.d.ts +1 -1
- package/locales/zh-CN.js +3 -0
- package/package.json +5 -5
- package/rich-text-editor/definition.cjs +2 -4
- package/rich-text-editor/definition.js +3 -5
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +975 -977
- package/rich-text-view/index.js +1 -1
- package/select/definition.cjs +104 -5
- package/select/definition.js +104 -5
- package/shared/aria/aria-change-subscription.d.ts +1 -1
- package/shared/aria/aria-mixin.d.ts +94 -63
- package/shared/aria/attribute-removal.d.ts +1 -1
- package/shared/aria/delegate-aria-behavior.d.ts +2 -2
- package/shared/aria/delegates-aria.d.ts +96 -65
- package/shared/aria/host-semantics-behavior.d.ts +2 -2
- package/shared/aria/host-semantics.d.ts +97 -66
- package/shared/color-picker/base-color-picker.d.ts +114 -82
- package/shared/datetime/dateRange.d.ts +1 -1
- package/shared/datetime/dateTimeStr.d.ts +4 -4
- package/shared/datetime/month.d.ts +1 -1
- package/shared/datetime/presentationDate.d.ts +2 -2
- package/shared/datetime/presentationDateRange.d.ts +2 -2
- package/shared/datetime/presentationDateTime.d.ts +2 -2
- package/shared/datetime/presentationTime.d.ts +1 -1
- package/shared/datetime/year.d.ts +1 -1
- package/shared/deprecation/replaced-props.d.ts +95 -60
- package/shared/design-system/createRegisterFunction.d.ts +1 -1
- package/shared/design-system/defineVividComponent.d.ts +1 -1
- package/shared/feedback/feedback-message.d.ts +96 -65
- package/shared/feedback/mixins.d.ts +200 -138
- package/shared/foundation/button/button.d.ts +202 -139
- package/shared/foundation/button/button.template.d.ts +2 -2
- package/shared/foundation/form-associated/form-associated.d.ts +213 -147
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/test-utilities/fixture.d.ts +18 -0
- package/shared/foundation/vivid-element/vivid-element.d.ts +194 -131
- package/shared/localization/Locale.d.ts +31 -29
- package/shared/localization/index.d.ts +1 -1
- package/shared/patterns/affix.d.ts +195 -133
- package/shared/patterns/anchored.d.ts +202 -140
- package/shared/patterns/char-count/char-count.d.ts +99 -68
- package/shared/patterns/chevron.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +114 -488
- package/shared/patterns/form-elements/with-contextual-help.d.ts +117 -903
- package/shared/patterns/form-elements/with-error-text.d.ts +120 -906
- package/shared/patterns/form-elements/with-success-text.d.ts +97 -66
- package/shared/patterns/linkable.d.ts +106 -117
- package/shared/patterns/localized.d.ts +197 -135
- package/shared/patterns/trapped-focus.d.ts +95 -64
- package/shared/picker-field/mixins/calendar-picker.d.ts +251 -188
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +271 -208
- package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +3 -3
- package/shared/picker-field/mixins/calendar-segments/monthPickerGrid.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/columns.d.ts +2 -2
- package/shared/picker-field/mixins/inline-time-picker/index.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +95 -64
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.template.d.ts +3 -3
- package/shared/picker-field/mixins/inline-time-picker/picker-option.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +277 -1102
- package/shared/picker-field/mixins/single-date-picker.d.ts +274 -1953
- package/shared/picker-field/mixins/single-value-picker.d.ts +236 -173
- package/shared/picker-field/mixins/time-selection-picker.d.ts +257 -1046
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +486 -360
- package/shared/picker-field/picker-field.d.ts +735 -514
- package/shared/picker-field/picker-field.template.d.ts +2 -2
- package/shared/templating/attribute-binding-behaviour.d.ts +1 -1
- package/shared/templating/render-in-light-dom.d.ts +2 -2
- package/shared/utils/closest-of-type.d.ts +2 -0
- package/shared/utils/direct-children-of-type.d.ts +2 -0
- package/shared/utils/dom-traversal-types.d.ts +3 -0
- package/shared/utils/first-of-type.d.ts +2 -0
- package/shared/utils/last-of-type.d.ts +2 -0
- package/shared/utils/nested-children-of-type.d.ts +2 -0
- package/shared/utils/next-of-type.d.ts +2 -0
- package/shared/utils/numberConverter.d.ts +1 -1
- package/shared/utils/prev-of-type.d.ts +2 -0
- package/shared/utils/promise.d.ts +2 -2
- package/shared/utils/siblings-of-type.d.ts +2 -0
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/slottable-request.cjs +7 -5
- package/unbundled/slottable-request.js +7 -6
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +727 -38
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
2
2
|
import { DataGridCellSortStates, DataGridCellTypes } from './data-grid.options';
|
|
3
|
-
import
|
|
3
|
+
import { ColumnDefinition } from './data-grid';
|
|
4
4
|
declare interface ColumnDefinitionExtended extends ColumnDefinition {
|
|
5
5
|
sortDirection?: DataGridCellSortStates | null;
|
|
6
6
|
sortable?: boolean | undefined;
|
|
7
7
|
}
|
|
8
8
|
declare const DataGridCell_base: {
|
|
9
9
|
new (...args: any[]): {
|
|
10
|
-
|
|
10
|
+
get locale(): import('../../shared/localization/Locale').Locale;
|
|
11
11
|
connectedCallback(): void;
|
|
12
|
-
_vividAriaBehaviour: import(
|
|
13
|
-
readonly $fastController: import(
|
|
14
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
12
|
+
_vividAriaBehaviour: import('../../shared/aria/aria-mixin').VividAriaBehaviour;
|
|
13
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
14
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
15
15
|
disconnectedCallback(): void;
|
|
16
16
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
17
17
|
accessKey: string;
|
|
18
18
|
readonly accessKeyLabel: string;
|
|
19
19
|
autocapitalize: string;
|
|
20
|
+
autocorrect: boolean;
|
|
20
21
|
dir: string;
|
|
21
22
|
draggable: boolean;
|
|
22
23
|
hidden: boolean;
|
|
@@ -29,30 +30,39 @@ declare const DataGridCell_base: {
|
|
|
29
30
|
readonly offsetTop: number;
|
|
30
31
|
readonly offsetWidth: number;
|
|
31
32
|
outerText: string;
|
|
33
|
+
popover: string | null;
|
|
32
34
|
spellcheck: boolean;
|
|
33
35
|
title: string;
|
|
34
36
|
translate: boolean;
|
|
37
|
+
writingSuggestions: string;
|
|
35
38
|
attachInternals(): ElementInternals;
|
|
36
39
|
click(): void;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
hidePopover(): void;
|
|
41
|
+
showPopover(): void;
|
|
42
|
+
togglePopover(options?: boolean): boolean;
|
|
43
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
44
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
45
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
46
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
41
47
|
readonly attributes: NamedNodeMap;
|
|
42
|
-
|
|
48
|
+
get classList(): DOMTokenList;
|
|
49
|
+
set classList(value: string);
|
|
43
50
|
className: string;
|
|
44
51
|
readonly clientHeight: number;
|
|
45
52
|
readonly clientLeft: number;
|
|
46
53
|
readonly clientTop: number;
|
|
47
54
|
readonly clientWidth: number;
|
|
55
|
+
readonly currentCSSZoom: number;
|
|
48
56
|
id: string;
|
|
57
|
+
innerHTML: string;
|
|
49
58
|
readonly localName: string;
|
|
50
59
|
readonly namespaceURI: string | null;
|
|
51
60
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
52
61
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
53
62
|
outerHTML: string;
|
|
54
63
|
readonly ownerDocument: Document;
|
|
55
|
-
|
|
64
|
+
get part(): DOMTokenList;
|
|
65
|
+
set part(value: string);
|
|
56
66
|
readonly prefix: string | null;
|
|
57
67
|
readonly scrollHeight: number;
|
|
58
68
|
scrollLeft: number;
|
|
@@ -62,11 +72,12 @@ declare const DataGridCell_base: {
|
|
|
62
72
|
slot: string;
|
|
63
73
|
readonly tagName: string;
|
|
64
74
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
65
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
66
|
-
closest<
|
|
67
|
-
closest<
|
|
68
|
-
closest<
|
|
75
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
76
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
77
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
78
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
69
79
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
80
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
70
81
|
getAttribute(qualifiedName: string): string | null;
|
|
71
82
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
72
83
|
getAttributeNames(): string[];
|
|
@@ -75,43 +86,47 @@ declare const DataGridCell_base: {
|
|
|
75
86
|
getBoundingClientRect(): DOMRect;
|
|
76
87
|
getClientRects(): DOMRectList;
|
|
77
88
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
78
|
-
getElementsByTagName<
|
|
79
|
-
getElementsByTagName<
|
|
80
|
-
getElementsByTagName<
|
|
81
|
-
getElementsByTagName<
|
|
89
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
90
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
91
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
92
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
82
93
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
83
94
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
84
95
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
85
96
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
86
97
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
98
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
87
99
|
hasAttribute(qualifiedName: string): boolean;
|
|
88
100
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
89
101
|
hasAttributes(): boolean;
|
|
90
102
|
hasPointerCapture(pointerId: number): boolean;
|
|
91
103
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
92
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
104
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
93
105
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
94
106
|
matches(selectors: string): boolean;
|
|
95
107
|
releasePointerCapture(pointerId: number): void;
|
|
96
108
|
removeAttribute(qualifiedName: string): void;
|
|
97
109
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
98
110
|
removeAttributeNode(attr: Attr): Attr;
|
|
99
|
-
requestFullscreen(options?: FullscreenOptions
|
|
100
|
-
requestPointerLock(): void
|
|
101
|
-
scroll(options?: ScrollToOptions
|
|
111
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
112
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
113
|
+
scroll(options?: ScrollToOptions): void;
|
|
102
114
|
scroll(x: number, y: number): void;
|
|
103
|
-
scrollBy(options?: ScrollToOptions
|
|
115
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
104
116
|
scrollBy(x: number, y: number): void;
|
|
105
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
106
|
-
scrollTo(options?: ScrollToOptions
|
|
117
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
118
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
107
119
|
scrollTo(x: number, y: number): void;
|
|
108
120
|
setAttribute(qualifiedName: string, value: string): void;
|
|
109
121
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
110
122
|
setAttributeNode(attr: Attr): Attr | null;
|
|
111
123
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
124
|
+
setHTMLUnsafe(html: string): void;
|
|
112
125
|
setPointerCapture(pointerId: number): void;
|
|
113
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
126
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
114
127
|
webkitMatchesSelector(selectors: string): boolean;
|
|
128
|
+
get textContent(): string;
|
|
129
|
+
set textContent(value: string | null);
|
|
115
130
|
readonly baseURI: string;
|
|
116
131
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
117
132
|
readonly firstChild: ChildNode | null;
|
|
@@ -124,22 +139,21 @@ declare const DataGridCell_base: {
|
|
|
124
139
|
readonly parentElement: HTMLElement | null;
|
|
125
140
|
readonly parentNode: ParentNode | null;
|
|
126
141
|
readonly previousSibling: ChildNode | null;
|
|
127
|
-
textContent: string | null;
|
|
128
142
|
appendChild<T extends Node>(node: T): T;
|
|
129
|
-
cloneNode(
|
|
143
|
+
cloneNode(subtree?: boolean): Node;
|
|
130
144
|
compareDocumentPosition(other: Node): number;
|
|
131
145
|
contains(other: Node | null): boolean;
|
|
132
|
-
getRootNode(options?: GetRootNodeOptions
|
|
146
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
133
147
|
hasChildNodes(): boolean;
|
|
134
|
-
insertBefore<
|
|
148
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
135
149
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
136
150
|
isEqualNode(otherNode: Node | null): boolean;
|
|
137
151
|
isSameNode(otherNode: Node | null): boolean;
|
|
138
152
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
139
153
|
lookupPrefix(namespace: string | null): string | null;
|
|
140
154
|
normalize(): void;
|
|
141
|
-
removeChild<
|
|
142
|
-
replaceChild<
|
|
155
|
+
removeChild<T extends Node>(child: T): T;
|
|
156
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
143
157
|
readonly ELEMENT_NODE: 1;
|
|
144
158
|
readonly ATTRIBUTE_NODE: 2;
|
|
145
159
|
readonly TEXT_NODE: 3;
|
|
@@ -159,35 +173,49 @@ declare const DataGridCell_base: {
|
|
|
159
173
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
160
174
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
161
175
|
dispatchEvent(event: Event): boolean;
|
|
176
|
+
ariaActiveDescendantElement: Element | null;
|
|
162
177
|
ariaAtomic: string | null;
|
|
163
178
|
ariaAutoComplete: string | null;
|
|
179
|
+
ariaBrailleLabel: string | null;
|
|
180
|
+
ariaBrailleRoleDescription: string | null;
|
|
164
181
|
ariaBusy: string | null;
|
|
165
182
|
ariaChecked: string | null;
|
|
166
183
|
ariaColCount: string | null;
|
|
167
184
|
ariaColIndex: string | null;
|
|
185
|
+
ariaColIndexText: string | null;
|
|
168
186
|
ariaColSpan: string | null;
|
|
187
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
169
188
|
ariaCurrent: string | null;
|
|
189
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
190
|
+
ariaDescription: string | null;
|
|
191
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
170
192
|
ariaDisabled: string | null;
|
|
193
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
171
194
|
ariaExpanded: string | null;
|
|
195
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
172
196
|
ariaHasPopup: string | null;
|
|
173
197
|
ariaHidden: string | null;
|
|
174
198
|
ariaInvalid: string | null;
|
|
175
199
|
ariaKeyShortcuts: string | null;
|
|
176
200
|
ariaLabel: string | null;
|
|
201
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
177
202
|
ariaLevel: string | null;
|
|
178
203
|
ariaLive: string | null;
|
|
179
204
|
ariaModal: string | null;
|
|
180
205
|
ariaMultiLine: string | null;
|
|
181
206
|
ariaMultiSelectable: string | null;
|
|
182
207
|
ariaOrientation: string | null;
|
|
208
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
183
209
|
ariaPlaceholder: string | null;
|
|
184
210
|
ariaPosInSet: string | null;
|
|
185
211
|
ariaPressed: string | null;
|
|
186
212
|
ariaReadOnly: string | null;
|
|
213
|
+
ariaRelevant: string | null;
|
|
187
214
|
ariaRequired: string | null;
|
|
188
215
|
ariaRoleDescription: string | null;
|
|
189
216
|
ariaRowCount: string | null;
|
|
190
217
|
ariaRowIndex: string | null;
|
|
218
|
+
ariaRowIndexText: string | null;
|
|
191
219
|
ariaRowSpan: string | null;
|
|
192
220
|
ariaSelected: string | null;
|
|
193
221
|
ariaSetSize: string | null;
|
|
@@ -197,34 +225,35 @@ declare const DataGridCell_base: {
|
|
|
197
225
|
ariaValueNow: string | null;
|
|
198
226
|
ariaValueText: string | null;
|
|
199
227
|
role: string | null;
|
|
200
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
201
|
-
getAnimations(options?: GetAnimationsOptions
|
|
202
|
-
after(...nodes: (
|
|
203
|
-
before(...nodes: (
|
|
228
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
229
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
230
|
+
after(...nodes: (Node | string)[]): void;
|
|
231
|
+
before(...nodes: (Node | string)[]): void;
|
|
204
232
|
remove(): void;
|
|
205
|
-
replaceWith(...nodes: (
|
|
206
|
-
innerHTML: string;
|
|
233
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
207
234
|
readonly nextElementSibling: Element | null;
|
|
208
235
|
readonly previousElementSibling: Element | null;
|
|
209
236
|
readonly childElementCount: number;
|
|
210
237
|
readonly children: HTMLCollection;
|
|
211
238
|
readonly firstElementChild: Element | null;
|
|
212
239
|
readonly lastElementChild: Element | null;
|
|
213
|
-
append(...nodes: (
|
|
214
|
-
prepend(...nodes: (
|
|
215
|
-
querySelector<
|
|
216
|
-
querySelector<
|
|
217
|
-
querySelector<
|
|
218
|
-
querySelector<
|
|
219
|
-
querySelector<
|
|
220
|
-
querySelectorAll<
|
|
221
|
-
querySelectorAll<
|
|
222
|
-
querySelectorAll<
|
|
223
|
-
querySelectorAll<
|
|
224
|
-
querySelectorAll<
|
|
225
|
-
replaceChildren(...nodes: (
|
|
240
|
+
append(...nodes: (Node | string)[]): void;
|
|
241
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
242
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
243
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
244
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
245
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
246
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
247
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
248
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
249
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
250
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
251
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
252
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
226
253
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
227
|
-
readonly
|
|
254
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
255
|
+
get style(): CSSStyleDeclaration;
|
|
256
|
+
set style(cssText: string);
|
|
228
257
|
contentEditable: string;
|
|
229
258
|
enterKeyHint: string;
|
|
230
259
|
inputMode: string;
|
|
@@ -234,16 +263,20 @@ declare const DataGridCell_base: {
|
|
|
234
263
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
235
264
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
236
265
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
237
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
266
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
238
267
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
268
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
269
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
239
270
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
240
271
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
241
272
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
242
273
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
243
274
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
244
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
275
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
245
276
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
246
|
-
|
|
277
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
278
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
279
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
247
280
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
248
281
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
249
282
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -290,12 +323,14 @@ declare const DataGridCell_base: {
|
|
|
290
323
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
291
324
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
292
325
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
326
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
293
327
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
294
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
328
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
295
329
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
296
330
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
297
331
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
298
332
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
299
334
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
300
335
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
301
336
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -307,7 +342,7 @@ declare const DataGridCell_base: {
|
|
|
307
342
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
308
343
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
344
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
345
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
311
346
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
312
347
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
313
348
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -325,14 +360,10 @@ declare const DataGridCell_base: {
|
|
|
325
360
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
326
361
|
autofocus: boolean;
|
|
327
362
|
readonly dataset: DOMStringMap;
|
|
328
|
-
nonce?: string
|
|
363
|
+
nonce?: string;
|
|
329
364
|
tabIndex: number;
|
|
330
365
|
blur(): void;
|
|
331
|
-
focus(options?: FocusOptions
|
|
332
|
-
ariaColIndexText: string | null;
|
|
333
|
-
ariaDescription: string | null;
|
|
334
|
-
ariaRowIndexText: string | null;
|
|
335
|
-
ariaRelevant: string | null;
|
|
366
|
+
focus(options?: FocusOptions): void;
|
|
336
367
|
roleChanged(prev: string | null, next: string | null): void;
|
|
337
368
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
338
369
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -375,7 +406,7 @@ declare const DataGridCell_base: {
|
|
|
375
406
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
376
407
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
377
408
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
378
|
-
"__#
|
|
409
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
379
410
|
newPropertyName: string;
|
|
380
411
|
deprecatedPropertyName: string;
|
|
381
412
|
fromDeprecated: (v: any) => any;
|
|
@@ -386,13 +417,14 @@ declare const DataGridCell_base: {
|
|
|
386
417
|
new (...args: any[]): {
|
|
387
418
|
_vividAriaBehaviour: "host";
|
|
388
419
|
connectedCallback(): void;
|
|
389
|
-
readonly $fastController: import(
|
|
390
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
420
|
+
readonly $fastController: import('@microsoft/fast-element').ElementController;
|
|
421
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
391
422
|
disconnectedCallback(): void;
|
|
392
423
|
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
393
424
|
accessKey: string;
|
|
394
425
|
readonly accessKeyLabel: string;
|
|
395
426
|
autocapitalize: string;
|
|
427
|
+
autocorrect: boolean;
|
|
396
428
|
dir: string;
|
|
397
429
|
draggable: boolean;
|
|
398
430
|
hidden: boolean;
|
|
@@ -405,30 +437,39 @@ declare const DataGridCell_base: {
|
|
|
405
437
|
readonly offsetTop: number;
|
|
406
438
|
readonly offsetWidth: number;
|
|
407
439
|
outerText: string;
|
|
440
|
+
popover: string | null;
|
|
408
441
|
spellcheck: boolean;
|
|
409
442
|
title: string;
|
|
410
443
|
translate: boolean;
|
|
444
|
+
writingSuggestions: string;
|
|
411
445
|
attachInternals(): ElementInternals;
|
|
412
446
|
click(): void;
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
447
|
+
hidePopover(): void;
|
|
448
|
+
showPopover(): void;
|
|
449
|
+
togglePopover(options?: boolean): boolean;
|
|
450
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
451
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
452
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
453
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
417
454
|
readonly attributes: NamedNodeMap;
|
|
418
|
-
|
|
455
|
+
get classList(): DOMTokenList;
|
|
456
|
+
set classList(value: string);
|
|
419
457
|
className: string;
|
|
420
458
|
readonly clientHeight: number;
|
|
421
459
|
readonly clientLeft: number;
|
|
422
460
|
readonly clientTop: number;
|
|
423
461
|
readonly clientWidth: number;
|
|
462
|
+
readonly currentCSSZoom: number;
|
|
424
463
|
id: string;
|
|
464
|
+
innerHTML: string;
|
|
425
465
|
readonly localName: string;
|
|
426
466
|
readonly namespaceURI: string | null;
|
|
427
467
|
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
428
468
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
429
469
|
outerHTML: string;
|
|
430
470
|
readonly ownerDocument: Document;
|
|
431
|
-
|
|
471
|
+
get part(): DOMTokenList;
|
|
472
|
+
set part(value: string);
|
|
432
473
|
readonly prefix: string | null;
|
|
433
474
|
readonly scrollHeight: number;
|
|
434
475
|
scrollLeft: number;
|
|
@@ -438,11 +479,12 @@ declare const DataGridCell_base: {
|
|
|
438
479
|
slot: string;
|
|
439
480
|
readonly tagName: string;
|
|
440
481
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
441
|
-
checkVisibility(options?: CheckVisibilityOptions
|
|
442
|
-
closest<
|
|
443
|
-
closest<
|
|
444
|
-
closest<
|
|
445
|
-
closest<
|
|
482
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
483
|
+
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
484
|
+
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
485
|
+
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
486
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
487
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
446
488
|
getAttribute(qualifiedName: string): string | null;
|
|
447
489
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
448
490
|
getAttributeNames(): string[];
|
|
@@ -451,43 +493,47 @@ declare const DataGridCell_base: {
|
|
|
451
493
|
getBoundingClientRect(): DOMRect;
|
|
452
494
|
getClientRects(): DOMRectList;
|
|
453
495
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
454
|
-
getElementsByTagName<
|
|
455
|
-
getElementsByTagName<
|
|
456
|
-
getElementsByTagName<
|
|
457
|
-
getElementsByTagName<
|
|
496
|
+
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
497
|
+
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
498
|
+
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
499
|
+
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
458
500
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
459
501
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
460
502
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
461
503
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
462
504
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
505
|
+
getHTML(options?: GetHTMLOptions): string;
|
|
463
506
|
hasAttribute(qualifiedName: string): boolean;
|
|
464
507
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
465
508
|
hasAttributes(): boolean;
|
|
466
509
|
hasPointerCapture(pointerId: number): boolean;
|
|
467
510
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
468
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
511
|
+
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
469
512
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
470
513
|
matches(selectors: string): boolean;
|
|
471
514
|
releasePointerCapture(pointerId: number): void;
|
|
472
515
|
removeAttribute(qualifiedName: string): void;
|
|
473
516
|
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
474
517
|
removeAttributeNode(attr: Attr): Attr;
|
|
475
|
-
requestFullscreen(options?: FullscreenOptions
|
|
476
|
-
requestPointerLock(): void
|
|
477
|
-
scroll(options?: ScrollToOptions
|
|
518
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
519
|
+
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
520
|
+
scroll(options?: ScrollToOptions): void;
|
|
478
521
|
scroll(x: number, y: number): void;
|
|
479
|
-
scrollBy(options?: ScrollToOptions
|
|
522
|
+
scrollBy(options?: ScrollToOptions): void;
|
|
480
523
|
scrollBy(x: number, y: number): void;
|
|
481
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions
|
|
482
|
-
scrollTo(options?: ScrollToOptions
|
|
524
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
525
|
+
scrollTo(options?: ScrollToOptions): void;
|
|
483
526
|
scrollTo(x: number, y: number): void;
|
|
484
527
|
setAttribute(qualifiedName: string, value: string): void;
|
|
485
528
|
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
486
529
|
setAttributeNode(attr: Attr): Attr | null;
|
|
487
530
|
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
531
|
+
setHTMLUnsafe(html: string): void;
|
|
488
532
|
setPointerCapture(pointerId: number): void;
|
|
489
|
-
toggleAttribute(qualifiedName: string, force?: boolean
|
|
533
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
490
534
|
webkitMatchesSelector(selectors: string): boolean;
|
|
535
|
+
get textContent(): string;
|
|
536
|
+
set textContent(value: string | null);
|
|
491
537
|
readonly baseURI: string;
|
|
492
538
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
493
539
|
readonly firstChild: ChildNode | null;
|
|
@@ -500,22 +546,21 @@ declare const DataGridCell_base: {
|
|
|
500
546
|
readonly parentElement: HTMLElement | null;
|
|
501
547
|
readonly parentNode: ParentNode | null;
|
|
502
548
|
readonly previousSibling: ChildNode | null;
|
|
503
|
-
textContent: string | null;
|
|
504
549
|
appendChild<T extends Node>(node: T): T;
|
|
505
|
-
cloneNode(
|
|
550
|
+
cloneNode(subtree?: boolean): Node;
|
|
506
551
|
compareDocumentPosition(other: Node): number;
|
|
507
552
|
contains(other: Node | null): boolean;
|
|
508
|
-
getRootNode(options?: GetRootNodeOptions
|
|
553
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
509
554
|
hasChildNodes(): boolean;
|
|
510
|
-
insertBefore<
|
|
555
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
511
556
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
512
557
|
isEqualNode(otherNode: Node | null): boolean;
|
|
513
558
|
isSameNode(otherNode: Node | null): boolean;
|
|
514
559
|
lookupNamespaceURI(prefix: string | null): string | null;
|
|
515
560
|
lookupPrefix(namespace: string | null): string | null;
|
|
516
561
|
normalize(): void;
|
|
517
|
-
removeChild<
|
|
518
|
-
replaceChild<
|
|
562
|
+
removeChild<T extends Node>(child: T): T;
|
|
563
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
519
564
|
readonly ELEMENT_NODE: 1;
|
|
520
565
|
readonly ATTRIBUTE_NODE: 2;
|
|
521
566
|
readonly TEXT_NODE: 3;
|
|
@@ -535,35 +580,49 @@ declare const DataGridCell_base: {
|
|
|
535
580
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
536
581
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
537
582
|
dispatchEvent(event: Event): boolean;
|
|
583
|
+
ariaActiveDescendantElement: Element | null;
|
|
538
584
|
ariaAtomic: string | null;
|
|
539
585
|
ariaAutoComplete: string | null;
|
|
586
|
+
ariaBrailleLabel: string | null;
|
|
587
|
+
ariaBrailleRoleDescription: string | null;
|
|
540
588
|
ariaBusy: string | null;
|
|
541
589
|
ariaChecked: string | null;
|
|
542
590
|
ariaColCount: string | null;
|
|
543
591
|
ariaColIndex: string | null;
|
|
592
|
+
ariaColIndexText: string | null;
|
|
544
593
|
ariaColSpan: string | null;
|
|
594
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
545
595
|
ariaCurrent: string | null;
|
|
596
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
597
|
+
ariaDescription: string | null;
|
|
598
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
546
599
|
ariaDisabled: string | null;
|
|
600
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
547
601
|
ariaExpanded: string | null;
|
|
602
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
548
603
|
ariaHasPopup: string | null;
|
|
549
604
|
ariaHidden: string | null;
|
|
550
605
|
ariaInvalid: string | null;
|
|
551
606
|
ariaKeyShortcuts: string | null;
|
|
552
607
|
ariaLabel: string | null;
|
|
608
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
553
609
|
ariaLevel: string | null;
|
|
554
610
|
ariaLive: string | null;
|
|
555
611
|
ariaModal: string | null;
|
|
556
612
|
ariaMultiLine: string | null;
|
|
557
613
|
ariaMultiSelectable: string | null;
|
|
558
614
|
ariaOrientation: string | null;
|
|
615
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
559
616
|
ariaPlaceholder: string | null;
|
|
560
617
|
ariaPosInSet: string | null;
|
|
561
618
|
ariaPressed: string | null;
|
|
562
619
|
ariaReadOnly: string | null;
|
|
620
|
+
ariaRelevant: string | null;
|
|
563
621
|
ariaRequired: string | null;
|
|
564
622
|
ariaRoleDescription: string | null;
|
|
565
623
|
ariaRowCount: string | null;
|
|
566
624
|
ariaRowIndex: string | null;
|
|
625
|
+
ariaRowIndexText: string | null;
|
|
567
626
|
ariaRowSpan: string | null;
|
|
568
627
|
ariaSelected: string | null;
|
|
569
628
|
ariaSetSize: string | null;
|
|
@@ -573,34 +632,35 @@ declare const DataGridCell_base: {
|
|
|
573
632
|
ariaValueNow: string | null;
|
|
574
633
|
ariaValueText: string | null;
|
|
575
634
|
role: string | null;
|
|
576
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions
|
|
577
|
-
getAnimations(options?: GetAnimationsOptions
|
|
578
|
-
after(...nodes: (
|
|
579
|
-
before(...nodes: (
|
|
635
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
636
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
637
|
+
after(...nodes: (Node | string)[]): void;
|
|
638
|
+
before(...nodes: (Node | string)[]): void;
|
|
580
639
|
remove(): void;
|
|
581
|
-
replaceWith(...nodes: (
|
|
582
|
-
innerHTML: string;
|
|
640
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
583
641
|
readonly nextElementSibling: Element | null;
|
|
584
642
|
readonly previousElementSibling: Element | null;
|
|
585
643
|
readonly childElementCount: number;
|
|
586
644
|
readonly children: HTMLCollection;
|
|
587
645
|
readonly firstElementChild: Element | null;
|
|
588
646
|
readonly lastElementChild: Element | null;
|
|
589
|
-
append(...nodes: (
|
|
590
|
-
prepend(...nodes: (
|
|
591
|
-
querySelector<
|
|
592
|
-
querySelector<
|
|
593
|
-
querySelector<
|
|
594
|
-
querySelector<
|
|
595
|
-
querySelector<
|
|
596
|
-
querySelectorAll<
|
|
597
|
-
querySelectorAll<
|
|
598
|
-
querySelectorAll<
|
|
599
|
-
querySelectorAll<
|
|
600
|
-
querySelectorAll<
|
|
601
|
-
replaceChildren(...nodes: (
|
|
647
|
+
append(...nodes: (Node | string)[]): void;
|
|
648
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
649
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
650
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
651
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
652
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
653
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
654
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
655
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
656
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
657
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
658
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
659
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
602
660
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
603
|
-
readonly
|
|
661
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
662
|
+
get style(): CSSStyleDeclaration;
|
|
663
|
+
set style(cssText: string);
|
|
604
664
|
contentEditable: string;
|
|
605
665
|
enterKeyHint: string;
|
|
606
666
|
inputMode: string;
|
|
@@ -610,16 +670,20 @@ declare const DataGridCell_base: {
|
|
|
610
670
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
611
671
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
612
672
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
613
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
673
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
614
674
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
675
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
676
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
615
677
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
616
678
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
617
679
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
618
680
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
619
681
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
620
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
682
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
621
683
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
622
|
-
|
|
684
|
+
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
685
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
686
|
+
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
623
687
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
624
688
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
625
689
|
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -666,12 +730,14 @@ declare const DataGridCell_base: {
|
|
|
666
730
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
667
731
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
668
732
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
733
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
669
734
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
670
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent
|
|
735
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
671
736
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
672
737
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
673
738
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
674
739
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
740
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
675
741
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
676
742
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
677
743
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -683,7 +749,7 @@ declare const DataGridCell_base: {
|
|
|
683
749
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
684
750
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
685
751
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
686
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
752
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
687
753
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
688
754
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
689
755
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -701,14 +767,10 @@ declare const DataGridCell_base: {
|
|
|
701
767
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
702
768
|
autofocus: boolean;
|
|
703
769
|
readonly dataset: DOMStringMap;
|
|
704
|
-
nonce?: string
|
|
770
|
+
nonce?: string;
|
|
705
771
|
tabIndex: number;
|
|
706
772
|
blur(): void;
|
|
707
|
-
focus(options?: FocusOptions
|
|
708
|
-
ariaColIndexText: string | null;
|
|
709
|
-
ariaDescription: string | null;
|
|
710
|
-
ariaRowIndexText: string | null;
|
|
711
|
-
ariaRelevant: string | null;
|
|
773
|
+
focus(options?: FocusOptions): void;
|
|
712
774
|
roleChanged(prev: string | null, next: string | null): void;
|
|
713
775
|
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
714
776
|
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
@@ -751,7 +813,7 @@ declare const DataGridCell_base: {
|
|
|
751
813
|
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
752
814
|
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
753
815
|
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
754
|
-
"__#
|
|
816
|
+
"__#private@#handleReplacedProp"(replacedProp: {
|
|
755
817
|
newPropertyName: string;
|
|
756
818
|
deprecatedPropertyName: string;
|
|
757
819
|
fromDeprecated: (v: any) => any;
|