@vonage/vivid 4.31.0 → 5.1.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/{shared/definition2.cjs → accordion/definition.cjs} +20 -20
- package/{shared/definition2.js → accordion/definition.js} +5 -7
- package/accordion/index.cjs +5 -5
- package/accordion/index.js +129 -3
- package/accordion-item/definition.cjs +145 -0
- package/accordion-item/definition.js +139 -0
- package/accordion-item/index.cjs +1 -5
- package/accordion-item/index.js +2 -3
- package/{shared/definition3.cjs → action-group/definition.cjs} +12 -9
- package/{shared/definition3.js → action-group/definition.js} +5 -4
- package/action-group/index.cjs +6 -5
- package/action-group/index.js +49 -3
- package/{shared/definition4.cjs → alert/definition.cjs} +33 -31
- package/{shared/definition4.js → alert/definition.js} +11 -11
- package/alert/index.cjs +30 -5
- package/alert/index.js +158 -3
- package/{shared/definition5.cjs → audio-player/definition.cjs} +58 -57
- package/{shared/definition5.js → audio-player/definition.js} +11 -12
- package/audio-player/index.cjs +68 -4
- package/audio-player/index.js +309 -2
- package/{shared/definition6.cjs → avatar/definition.cjs} +28 -26
- package/{shared/definition6.js → avatar/definition.js} +7 -7
- package/avatar/index.cjs +18 -5
- package/avatar/index.js +93 -3
- package/{shared/definition7.cjs → badge/definition.cjs} +18 -16
- package/{shared/definition7.js → badge/definition.js} +6 -6
- package/badge/index.cjs +4 -5
- package/badge/index.js +66 -3
- package/{shared/definition8.cjs → banner/definition.cjs} +26 -25
- package/{shared/definition8.js → banner/definition.js} +10 -11
- package/banner/index.cjs +29 -4
- package/banner/index.js +128 -2
- package/{shared/definition10.cjs → breadcrumb/definition.cjs} +11 -9
- package/{shared/definition10.js → breadcrumb/definition.js} +5 -5
- package/breadcrumb/index.cjs +12 -5
- package/breadcrumb/index.js +69 -3
- package/{shared/definition9.cjs → breadcrumb-item/definition.cjs} +18 -15
- package/{shared/definition9.js → breadcrumb-item/definition.js} +7 -7
- package/breadcrumb-item/index.cjs +5 -5
- package/breadcrumb-item/index.js +33 -3
- package/bundled/_has.cjs +1 -0
- package/bundled/_has.js +34 -0
- package/bundled/affix.cjs +13 -0
- package/bundled/affix.js +63 -0
- package/bundled/anchored.cjs +4 -0
- package/bundled/anchored.js +67 -0
- package/bundled/aria.cjs +1 -0
- package/bundled/aria.js +7 -0
- package/bundled/attribute-binding-behaviour.cjs +1 -0
- package/bundled/attribute-binding-behaviour.js +27 -0
- package/bundled/base-progress.cjs +1 -0
- package/bundled/base-progress.js +57 -0
- package/bundled/breadcrumb-item.cjs +1 -0
- package/bundled/breadcrumb-item.js +21 -0
- package/bundled/button.cjs +1 -0
- package/bundled/button.js +106 -0
- package/bundled/calendar-event.cjs +1 -0
- package/bundled/calendar-event.js +34 -0
- package/bundled/calendar-picker.template.cjs +148 -0
- package/bundled/calendar-picker.template.js +3371 -0
- package/bundled/char-count.cjs +13 -0
- package/bundled/char-count.js +54 -0
- package/bundled/children.cjs +1 -0
- package/bundled/children.js +38 -0
- package/bundled/class-names.cjs +1 -0
- package/bundled/class-names.js +9 -0
- package/bundled/definition.cjs +39 -0
- package/bundled/definition.js +122 -0
- package/bundled/definition10.cjs +19 -0
- package/bundled/definition10.js +73 -0
- package/bundled/definition11.cjs +10 -0
- package/bundled/definition11.js +44 -0
- package/bundled/definition12.cjs +1 -0
- package/bundled/definition12.js +20 -0
- package/bundled/definition13.cjs +73 -0
- package/bundled/definition13.js +359 -0
- package/bundled/definition14.cjs +5 -0
- package/bundled/definition14.js +29 -0
- package/bundled/definition15.cjs +30 -0
- package/bundled/definition15.js +80 -0
- package/bundled/definition16.cjs +19 -0
- package/bundled/definition16.js +103 -0
- package/bundled/definition17.cjs +13 -0
- package/bundled/definition17.js +137 -0
- package/bundled/definition18.cjs +12 -0
- package/bundled/definition18.js +94 -0
- package/bundled/definition19.cjs +67 -0
- package/bundled/definition19.js +666 -0
- package/bundled/definition2.cjs +20 -0
- package/bundled/definition2.js +180 -0
- package/bundled/definition20.cjs +20 -0
- package/bundled/definition20.js +106 -0
- package/bundled/definition21.cjs +5 -0
- package/bundled/definition21.js +19 -0
- package/bundled/definition22.cjs +24 -0
- package/bundled/definition22.js +151 -0
- package/bundled/definition3.cjs +29 -0
- package/bundled/definition3.js +195 -0
- package/bundled/definition4.cjs +6 -0
- package/bundled/definition4.js +42 -0
- package/bundled/definition5.cjs +1 -0
- package/bundled/definition5.js +345 -0
- package/bundled/definition6.cjs +31 -0
- package/bundled/definition6.js +265 -0
- package/bundled/definition7.cjs +30 -0
- package/bundled/definition7.js +288 -0
- package/bundled/definition8.cjs +19 -0
- package/bundled/definition8.js +145 -0
- package/bundled/definition9.cjs +14 -0
- package/bundled/definition9.js +1406 -0
- package/bundled/delegates-aria.cjs +1 -0
- package/bundled/delegates-aria.js +77 -0
- package/bundled/divider.cjs +1 -0
- package/bundled/divider.js +34 -0
- package/bundled/dom.cjs +1 -0
- package/bundled/dom.js +6 -0
- package/bundled/enums.cjs +1 -0
- package/bundled/enums.js +9 -0
- package/bundled/form-associated.cjs +1 -0
- package/bundled/form-associated.js +320 -0
- package/bundled/form-element.cjs +1 -0
- package/bundled/form-element.js +56 -0
- package/bundled/host-semantics.cjs +1 -0
- package/bundled/host-semantics.js +57 -0
- package/bundled/index.cjs +1 -0
- package/bundled/index.js +6 -0
- package/bundled/key-codes.cjs +1 -0
- package/bundled/key-codes.js +16 -0
- package/bundled/linkable.cjs +15 -0
- package/bundled/linkable.js +49 -0
- package/bundled/listbox.cjs +1 -0
- package/bundled/listbox.js +345 -0
- package/bundled/localized.cjs +1 -0
- package/bundled/localized.js +459 -0
- package/bundled/mixins.cjs +33 -0
- package/bundled/mixins.js +226 -0
- package/bundled/numbers.cjs +1 -0
- package/bundled/numbers.js +14 -0
- package/bundled/option.cjs +1 -0
- package/bundled/option.js +158 -0
- package/bundled/picker-field.template.cjs +62 -0
- package/bundled/picker-field.template.js +234 -0
- package/bundled/playbackRates.cjs +1 -0
- package/bundled/playbackRates.js +11 -0
- package/bundled/ref.cjs +1 -0
- package/bundled/ref.js +32 -0
- package/bundled/repeat.cjs +1 -0
- package/bundled/repeat.js +341 -0
- package/bundled/scrollIntoView.cjs +1 -0
- package/bundled/scrollIntoView.js +33 -0
- package/bundled/single-date-picker.cjs +1 -0
- package/bundled/single-date-picker.js +39 -0
- package/bundled/single-value-picker.cjs +1 -0
- package/bundled/single-value-picker.js +87 -0
- package/bundled/slider.template.cjs +41 -0
- package/bundled/slider.template.js +100 -0
- package/bundled/slotted.cjs +1 -0
- package/bundled/slotted.js +81 -0
- package/bundled/strings.cjs +1 -0
- package/bundled/strings.js +7 -0
- package/bundled/text-field.cjs +1 -0
- package/bundled/text-field.js +4 -0
- package/bundled/time-selection-picker.template.cjs +46 -0
- package/bundled/time-selection-picker.template.js +575 -0
- package/bundled/vivid-element.cjs +1 -0
- package/bundled/vivid-element.js +1761 -0
- package/bundled/when.cjs +1 -0
- package/bundled/when.js +11 -0
- package/bundled/with-contextual-help.cjs +1 -0
- package/bundled/with-contextual-help.js +22 -0
- package/bundled/with-error-text.cjs +1 -0
- package/bundled/with-error-text.js +39 -0
- package/bundled/with-success-text.cjs +1 -0
- package/bundled/with-success-text.js +16 -0
- package/button/definition.cjs +14 -0
- package/button/definition.js +4 -0
- package/button/index.cjs +1 -5
- package/button/index.js +2 -3
- package/{shared/definition13.cjs → calendar/definition.cjs} +27 -449
- package/{shared/definition13.js → calendar/definition.js} +7 -431
- package/calendar/index.cjs +53 -5
- package/calendar/index.js +431 -3
- package/{shared/definition12.cjs → calendar-event/definition.cjs} +12 -9
- package/{shared/definition12.js → calendar-event/definition.js} +6 -6
- package/calendar-event/index.cjs +9 -5
- package/calendar-event/index.js +43 -3
- package/card/definition.cjs +186 -0
- package/{shared/definition14.js → card/definition.js} +10 -11
- package/card/index.cjs +47 -5
- package/card/index.js +163 -3
- package/{shared/definition15.cjs → checkbox/definition.cjs} +35 -30
- package/{shared/definition15.js → checkbox/definition.js} +17 -14
- package/checkbox/index.cjs +1 -5
- package/checkbox/index.js +2 -3
- package/{shared/definition16.cjs → combobox/definition.cjs} +50 -52
- package/{shared/definition16.js → combobox/definition.js} +19 -23
- package/combobox/index.cjs +65 -5
- package/combobox/index.js +512 -3
- package/contextual-help/definition.cjs +62 -0
- package/contextual-help/definition.js +57 -0
- package/contextual-help/index.cjs +1 -0
- package/contextual-help/index.js +2 -0
- package/custom-elements.json +2735 -711
- package/{shared/definition17.cjs → data-grid/definition.cjs} +169 -196
- package/{shared/definition17.js → data-grid/definition.js} +71 -100
- package/data-grid/index.cjs +81 -5
- package/data-grid/index.js +1011 -3
- package/{shared/definition18.cjs → date-picker/definition.cjs} +20 -17
- package/{shared/definition18.js → date-picker/definition.js} +12 -11
- package/date-picker/index.cjs +1 -5
- package/date-picker/index.js +115 -3
- package/{shared/definition19.cjs → date-range-picker/definition.cjs} +26 -23
- package/{shared/definition19.js → date-range-picker/definition.js} +10 -9
- package/date-range-picker/index.cjs +1 -5
- package/date-range-picker/index.js +335 -3
- package/{shared/definition20.cjs → date-time-picker/definition.cjs} +27 -24
- package/{shared/definition20.js → date-time-picker/definition.js} +13 -12
- package/date-time-picker/index.cjs +8 -5
- package/date-time-picker/index.js +216 -3
- package/{shared/definition21.cjs → dial-pad/definition.cjs} +39 -40
- package/{shared/definition21.js → dial-pad/definition.js} +9 -12
- package/dial-pad/index.cjs +54 -5
- package/dial-pad/index.js +214 -3
- package/{shared/definition22.cjs → dialog/definition.cjs} +48 -47
- package/{shared/definition22.js → dialog/definition.js} +10 -11
- package/dialog/index.cjs +44 -5
- package/dialog/index.js +257 -3
- package/{shared/definition23.cjs → divider/definition.cjs} +10 -6
- package/{shared/definition23.js → divider/definition.js} +6 -5
- package/divider/index.cjs +1 -5
- package/divider/index.js +2 -3
- package/elevation/definition.cjs +11 -0
- package/elevation/definition.js +2 -0
- package/elevation/index.cjs +1 -5
- package/elevation/index.js +2 -3
- package/empty-state/definition.cjs +81 -0
- package/empty-state/definition.js +75 -0
- package/empty-state/index.cjs +14 -5
- package/empty-state/index.js +64 -3
- package/fab/definition.cjs +105 -0
- package/fab/definition.js +99 -0
- package/fab/index.cjs +20 -5
- package/fab/index.js +86 -3
- package/file-picker/definition.cjs +510 -0
- package/file-picker/definition.js +504 -0
- package/file-picker/index.cjs +58 -5
- package/file-picker/index.js +381 -3
- package/{shared/definition27.cjs → header/definition.cjs} +14 -11
- package/{shared/definition27.js → header/definition.js} +6 -5
- package/header/index.cjs +19 -5
- package/header/index.js +57 -3
- package/{shared/definition28.cjs → icon/definition.cjs} +25 -149
- package/{shared/definition28.js → icon/definition.js} +6 -132
- package/icon/index.cjs +1 -5
- package/icon/index.js +2 -3
- package/index.cjs +268 -264
- package/index.js +72 -71
- package/{shared/definition29.cjs → layout/definition.cjs} +13 -10
- package/{shared/definition29.js → layout/definition.js} +4 -3
- package/layout/index.cjs +3 -5
- package/layout/index.js +52 -3
- package/lib/accordion-item/accordion-item.d.ts +42 -2
- package/lib/action-group/action-group.d.ts +42 -2
- package/lib/alert/alert.d.ts +84 -4
- package/lib/audio-player/audio-player.d.ts +42 -2
- package/lib/avatar/avatar.d.ts +42 -2
- package/lib/badge/badge.d.ts +42 -2
- package/lib/banner/banner.d.ts +126 -6
- package/lib/breadcrumb/breadcrumb.d.ts +42 -2
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +42 -2
- package/lib/button/button.d.ts +127 -6
- package/lib/calendar-event/calendar-event.d.ts +42 -2
- package/lib/card/card.d.ts +42 -2
- package/lib/checkbox/checkbox.d.ts +252 -13
- package/lib/combobox/combobox.d.ts +252 -12
- package/lib/components.d.ts +1 -0
- package/lib/contextual-help/contextual-help.d.ts +5 -0
- package/lib/contextual-help/contextual-help.template.d.ts +3 -0
- package/lib/contextual-help/definition.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +418 -3
- package/lib/data-grid/data-grid-row.d.ts +379 -1
- package/lib/date-picker/date-picker.d.ts +374 -54
- package/lib/date-range-picker/date-range-picker.d.ts +188 -28
- package/lib/date-time-picker/date-time-picker.d.ts +376 -56
- package/lib/dial-pad/dial-pad.d.ts +42 -2
- package/lib/dialog/dialog.d.ts +84 -4
- package/lib/divider/divider.d.ts +42 -2
- package/lib/fab/fab.d.ts +43 -2
- package/lib/file-picker/accept.d.ts +1 -0
- package/lib/file-picker/data-transfer.d.ts +1 -0
- package/lib/file-picker/file-picker.d.ts +259 -31
- package/lib/file-picker/locale.d.ts +1 -0
- package/lib/header/header.d.ts +42 -2
- package/lib/menu/menu.d.ts +84 -4
- package/lib/menu-item/menu-item.d.ts +84 -4
- package/lib/nav/nav.d.ts +42 -2
- package/lib/nav-disclosure/nav-disclosure.d.ts +84 -4
- package/lib/nav-item/nav-item.d.ts +84 -4
- package/lib/note/note.d.ts +42 -2
- package/lib/number-field/number-field.d.ts +840 -104
- package/lib/option/option.d.ts +85 -4
- package/lib/pagination/pagination.d.ts +42 -2
- package/lib/progress/progress.d.ts +42 -2
- package/lib/progress-ring/progress-ring.d.ts +42 -2
- package/lib/radio/radio.d.ts +126 -7
- package/lib/radio-group/radio-group.d.ts +42 -2
- package/lib/range-slider/range-slider.d.ts +126 -6
- package/lib/rich-text-editor/menubar/menubar.d.ts +42 -2
- package/lib/rich-text-editor/rich-text-editor.d.ts +42 -2
- package/lib/searchable-select/option-tag.d.ts +42 -2
- package/lib/searchable-select/searchable-select.d.ts +336 -16
- package/lib/select/select.d.ts +294 -14
- package/lib/selectable-box/selectable-box.d.ts +42 -3
- package/lib/simple-color-picker/definition.d.ts +4 -0
- package/lib/simple-color-picker/locale.d.ts +4 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +1600 -0
- package/lib/simple-color-picker/simple-color-picker.template.d.ts +3 -0
- package/lib/slider/slider.d.ts +126 -6
- package/lib/split-button/split-button.d.ts +128 -6
- package/lib/switch/switch.d.ts +84 -4
- package/lib/tab/tab.d.ts +126 -6
- package/lib/tab-panel/tab-panel.d.ts +42 -2
- package/lib/tag/tag.d.ts +126 -6
- package/lib/tag-group/tag-group.d.ts +42 -2
- package/lib/tag-name-map.d.ts +2 -1
- package/lib/text-area/text-area.d.ts +787 -91
- package/lib/text-field/text-field.d.ts +840 -104
- package/lib/time-picker/time-picker.d.ts +188 -28
- package/lib/toggletip/toggletip.d.ts +84 -4
- package/lib/tooltip/tooltip.d.ts +42 -2
- package/lib/tree-item/tree-item.d.ts +84 -4
- package/lib/tree-view/tree-view.d.ts +42 -2
- package/lib/video-player/video-player.d.ts +42 -2
- package/locales/de-DE.cjs +13 -1
- package/locales/de-DE.js +13 -1
- package/locales/en-GB.cjs +13 -1
- package/locales/en-GB.js +13 -1
- package/locales/en-US.cjs +13 -1
- package/locales/en-US.js +13 -1
- package/locales/ja-JP.cjs +13 -1
- package/locales/ja-JP.js +13 -1
- package/locales/zh-CN.cjs +13 -1
- package/locales/zh-CN.js +13 -1
- package/{shared/definition31.cjs → menu/definition.cjs} +46 -46
- package/{shared/definition31.js → menu/definition.js} +16 -18
- package/menu/index.cjs +1 -5
- package/menu/index.js +2 -3
- package/menu-item/definition.cjs +14 -0
- package/menu-item/definition.js +3 -0
- package/menu-item/index.cjs +1 -5
- package/menu-item/index.js +2 -3
- package/{shared/definition34.cjs → nav/definition.cjs} +7 -4
- package/{shared/definition34.js → nav/definition.js} +4 -3
- package/nav/index.cjs +5 -5
- package/nav/index.js +13 -3
- package/nav-disclosure/definition.cjs +122 -0
- package/nav-disclosure/definition.js +116 -0
- package/nav-disclosure/index.cjs +16 -5
- package/nav-disclosure/index.js +96 -3
- package/{shared/definition33.cjs → nav-item/definition.cjs} +19 -16
- package/{shared/definition33.js → nav-item/definition.js} +9 -8
- package/nav-item/index.cjs +2 -5
- package/nav-item/index.js +59 -3
- package/{shared/definition35.cjs → note/definition.cjs} +15 -13
- package/{shared/definition35.js → note/definition.js} +6 -6
- package/note/index.cjs +9 -5
- package/note/index.js +44 -3
- package/number-field/definition.cjs +438 -0
- package/{shared/definition36.js → number-field/definition.js} +31 -27
- package/number-field/index.cjs +60 -5
- package/number-field/index.js +369 -3
- package/option/definition.cjs +84 -0
- package/option/definition.js +78 -0
- package/option/index.cjs +1 -5
- package/option/index.js +2 -3
- package/package.json +15 -4
- package/{shared/definition38.cjs → pagination/definition.cjs} +31 -33
- package/{shared/definition38.js → pagination/definition.js} +7 -11
- package/pagination/index.cjs +43 -5
- package/pagination/index.js +194 -3
- package/popup/definition.cjs +13 -0
- package/popup/definition.js +4 -0
- package/popup/index.cjs +1 -5
- package/popup/index.js +2 -3
- package/{shared/definition40.cjs → progress/definition.cjs} +17 -15
- package/{shared/definition40.js → progress/definition.js} +6 -6
- package/progress/index.cjs +17 -5
- package/progress/index.js +69 -3
- package/{shared/definition39.cjs → progress-ring/definition.cjs} +17 -15
- package/{shared/definition39.js → progress-ring/definition.js} +7 -7
- package/progress-ring/index.cjs +1 -5
- package/progress-ring/index.js +2 -3
- package/{shared/definition42.cjs → radio/definition.cjs} +20 -23
- package/{shared/definition42.js → radio/definition.js} +8 -13
- package/radio/index.cjs +1 -5
- package/radio/index.js +2 -3
- package/{shared/definition41.cjs → radio-group/definition.cjs} +31 -30
- package/{shared/definition41.js → radio-group/definition.js} +8 -9
- package/radio-group/index.cjs +23 -5
- package/radio-group/index.js +255 -3
- package/{shared/definition43.cjs → range-slider/definition.cjs} +62 -61
- package/{shared/definition43.js → range-slider/definition.js} +13 -14
- package/range-slider/index.cjs +68 -5
- package/range-slider/index.js +456 -3
- package/rich-text-editor/definition.cjs +1206 -0
- package/rich-text-editor/definition.js +1200 -0
- package/rich-text-editor/index.cjs +133 -4
- package/rich-text-editor/index.js +10386 -2
- package/{shared/definition45.cjs → searchable-select/definition.cjs} +119 -116
- package/{shared/definition45.js → searchable-select/definition.js} +25 -24
- package/searchable-select/index.cjs +164 -5
- package/searchable-select/index.js +1025 -3
- package/{shared/definition46.cjs → select/definition.cjs} +80 -83
- package/{shared/definition46.js → select/definition.js} +19 -24
- package/select/index.cjs +1 -5
- package/select/index.js +2 -3
- package/{shared/definition47.cjs → selectable-box/definition.cjs} +26 -32
- package/{shared/definition47.js → selectable-box/definition.js} +9 -17
- package/selectable-box/index.cjs +28 -5
- package/selectable-box/index.js +136 -3
- package/shared/aria/aria-mixin.d.ts +43 -3
- package/shared/aria/attribute-removal.d.ts +3 -0
- package/shared/aria/delegate-aria-behavior.d.ts +0 -3
- package/shared/aria/delegates-aria.d.ts +42 -2
- package/shared/aria/host-semantics.d.ts +42 -2
- package/shared/color-picker/index.d.ts +2 -0
- package/shared/color-picker/types.d.ts +4 -0
- package/shared/color-picker/utils.d.ts +3 -0
- package/shared/feedback/feedback-message.d.ts +42 -2
- package/shared/feedback/mixins.d.ts +84 -4
- package/shared/foundation/button/button.d.ts +84 -4
- package/shared/foundation/form-associated/form-associated.d.ts +84 -4
- package/shared/foundation/vivid-element/vivid-element.d.ts +43 -3
- package/shared/localization/Locale.d.ts +2 -0
- package/shared/patterns/affix.d.ts +84 -4
- package/shared/patterns/anchored.d.ts +84 -4
- package/shared/patterns/char-count/char-count.d.ts +42 -2
- package/shared/patterns/form-elements/form-element.d.ts +84 -4
- package/shared/patterns/form-elements/with-contextual-help.d.ts +1238 -0
- package/shared/patterns/form-elements/with-error-text.d.ts +126 -6
- package/shared/patterns/form-elements/with-success-text.d.ts +42 -2
- package/shared/patterns/linkable.d.ts +42 -2
- package/shared/patterns/localized.d.ts +42 -2
- package/shared/patterns/trapped-focus.d.ts +42 -2
- package/shared/picker-field/mixins/calendar-picker.d.ts +94 -14
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +94 -14
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +42 -2
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +188 -28
- package/shared/picker-field/mixins/single-date-picker.d.ts +280 -40
- package/shared/picker-field/mixins/single-value-picker.d.ts +92 -12
- package/shared/picker-field/mixins/time-selection-picker.d.ts +188 -28
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +188 -28
- package/shared/picker-field/picker-field.d.ts +252 -12
- package/{shared/definition48.cjs → side-drawer/definition.cjs} +16 -14
- package/{shared/definition48.js → side-drawer/definition.js} +5 -5
- package/side-drawer/index.cjs +17 -3
- package/side-drawer/index.js +100 -2
- package/simple-color-picker/definition.cjs +398 -0
- package/simple-color-picker/definition.js +392 -0
- package/simple-color-picker/index.cjs +31 -0
- package/simple-color-picker/index.js +250 -0
- package/{shared/definition49.cjs → slider/definition.cjs} +46 -53
- package/{shared/definition49.js → slider/definition.js} +11 -20
- package/slider/index.cjs +1 -5
- package/slider/index.js +2 -3
- package/split-button/definition.cjs +176 -0
- package/split-button/definition.js +170 -0
- package/split-button/index.cjs +26 -5
- package/split-button/index.js +149 -3
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- 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/{shared/definition51.cjs → switch/definition.cjs} +20 -19
- package/{shared/definition51.js → switch/definition.js} +8 -9
- package/switch/index.cjs +16 -5
- package/switch/index.js +102 -3
- package/tab/definition.cjs +127 -0
- package/tab/definition.js +121 -0
- package/tab/index.cjs +1 -5
- package/tab/index.js +2 -3
- package/{shared/definition52.cjs → tab-panel/definition.cjs} +7 -4
- package/{shared/definition52.js → tab-panel/definition.js} +4 -3
- package/tab-panel/index.cjs +1 -5
- package/tab-panel/index.js +2 -3
- package/{shared/definition54.cjs → tabs/definition.cjs} +47 -40
- package/{shared/definition54.js → tabs/definition.js} +19 -14
- package/tabs/index.cjs +31 -5
- package/tabs/index.js +321 -3
- package/tag/definition.cjs +156 -0
- package/tag/definition.js +150 -0
- package/tag/index.cjs +19 -5
- package/tag/index.js +118 -3
- package/{shared/definition55.cjs → tag-group/definition.cjs} +9 -6
- package/{shared/definition55.js → tag-group/definition.js} +5 -4
- package/tag-group/index.cjs +8 -5
- package/tag-group/index.js +26 -3
- package/text-area/definition.cjs +355 -0
- package/text-area/definition.js +349 -0
- package/text-area/index.cjs +41 -5
- package/text-area/index.js +293 -3
- package/{shared/definition58.cjs → text-field/definition.cjs} +70 -52
- package/{shared/definition58.js → text-field/definition.js} +40 -24
- package/text-field/index.cjs +1 -5
- package/text-field/index.js +2 -3
- package/time-picker/definition.cjs +43 -0
- package/{shared/definition59.js → time-picker/definition.js} +9 -8
- package/time-picker/index.cjs +1 -5
- package/time-picker/index.js +29 -3
- package/{shared/definition60.cjs → toggletip/definition.cjs} +20 -18
- package/{shared/definition60.js → toggletip/definition.js} +8 -8
- package/toggletip/index.cjs +1 -5
- package/toggletip/index.js +2 -3
- package/{shared/definition61.cjs → tooltip/definition.cjs} +16 -13
- package/{shared/definition61.js → tooltip/definition.js} +7 -6
- package/tooltip/index.cjs +1 -5
- package/tooltip/index.js +2 -3
- package/tree-item/definition.cjs +13 -0
- package/tree-item/definition.js +3 -0
- package/tree-item/index.cjs +1 -5
- package/tree-item/index.js +2 -3
- package/{shared/definition63.cjs → tree-view/definition.cjs} +42 -44
- package/{shared/definition63.js → tree-view/definition.js} +7 -11
- package/tree-view/index.cjs +13 -5
- package/tree-view/index.js +171 -3
- package/{shared → unbundled}/affix.cjs +10 -11
- package/{shared → unbundled}/affix.js +2 -3
- package/{shared → unbundled}/anchored.cjs +7 -8
- package/{shared → unbundled}/anchored.js +1 -2
- package/{shared → unbundled}/attribute-binding-behaviour.cjs +3 -3
- package/{shared → unbundled}/attribute-binding-behaviour.js +1 -1
- package/{shared → unbundled}/base-progress.cjs +6 -5
- package/{shared → unbundled}/base-progress.js +2 -1
- package/{shared → unbundled}/breadcrumb-item.cjs +3 -2
- package/{shared → unbundled}/breadcrumb-item.js +2 -1
- package/{shared → unbundled}/button.cjs +10 -9
- package/{shared → unbundled}/button.js +2 -1
- package/{shared → unbundled}/calendar-event.cjs +8 -7
- package/{shared → unbundled}/calendar-event.js +2 -1
- package/unbundled/calendar-picker.template.cjs +917 -0
- package/unbundled/calendar-picker.template.js +906 -0
- package/{shared → unbundled}/char-count.cjs +6 -7
- package/{shared → unbundled}/char-count.js +2 -3
- package/unbundled/definition.cjs +225 -0
- package/unbundled/definition.js +220 -0
- package/{shared/definition30.cjs → unbundled/definition2.cjs} +49 -46
- package/{shared/definition30.js → unbundled/definition2.js} +14 -11
- package/unbundled/definition3.cjs +207 -0
- package/{shared/definition62.js → unbundled/definition3.js} +6 -10
- package/unbundled/definition4.cjs +298 -0
- package/unbundled/definition4.js +293 -0
- package/{shared/definition65.cjs → unbundled/definition5.cjs} +7 -6
- package/{shared/definition65.js → unbundled/definition5.js} +3 -2
- package/{shared → unbundled}/delegates-aria.cjs +8 -28
- package/{shared → unbundled}/delegates-aria.js +6 -26
- package/{shared → unbundled}/divider.cjs +13 -7
- package/{shared → unbundled}/divider.js +11 -5
- package/{shared → unbundled}/form-associated.cjs +13 -13
- package/{shared → unbundled}/form-associated.js +2 -2
- package/{shared → unbundled}/form-element.cjs +3 -3
- package/{shared → unbundled}/form-element.js +1 -1
- package/{shared → unbundled}/host-semantics.cjs +2 -1
- package/{shared → unbundled}/host-semantics.js +2 -1
- package/unbundled/key-codes.cjs +10 -0
- package/unbundled/key-codes.js +7 -0
- package/{shared → unbundled}/linkable.cjs +11 -12
- package/{shared → unbundled}/linkable.js +1 -2
- package/{shared → unbundled}/listbox.cjs +22 -38
- package/{shared → unbundled}/listbox.js +4 -20
- package/{shared → unbundled}/localized.cjs +2 -2
- package/{shared → unbundled}/localized.js +1 -1
- package/{shared → unbundled}/mixins.cjs +27 -83
- package/{shared → unbundled}/mixins.js +6 -62
- package/{shared → unbundled}/option.cjs +42 -17
- package/{shared → unbundled}/option.js +29 -4
- package/{shared → unbundled}/picker-field.template.cjs +21 -21
- package/{shared → unbundled}/picker-field.template.js +7 -7
- package/{shared → unbundled}/slider.template.cjs +15 -19
- package/{shared → unbundled}/slider.template.js +3 -7
- package/unbundled/text-field.cjs +5 -0
- package/unbundled/text-field.js +3 -0
- package/{shared → unbundled}/time-selection-picker.template.cjs +28 -30
- package/{shared → unbundled}/time-selection-picker.template.js +4 -6
- package/unbundled/vivid-element.cjs +283 -0
- package/unbundled/vivid-element.js +274 -0
- package/unbundled/with-contextual-help.cjs +29 -0
- package/unbundled/with-contextual-help.js +27 -0
- package/{shared → unbundled}/with-error-text.cjs +2 -2
- package/{shared → unbundled}/with-error-text.js +1 -1
- package/{shared → unbundled}/with-success-text.cjs +2 -2
- package/{shared → unbundled}/with-success-text.js +1 -1
- package/video-player/definition.cjs +536 -0
- package/video-player/definition.js +530 -0
- package/video-player/index.cjs +536 -3
- package/video-player/index.js +35912 -2
- package/{shared/definition66.cjs → visually-hidden/definition.cjs} +6 -3
- package/{shared/definition66.js → visually-hidden/definition.js} +3 -2
- package/visually-hidden/index.cjs +1 -5
- package/visually-hidden/index.js +2 -3
- package/vivid.api.json +716 -914
- package/shared/_has.cjs +0 -58
- package/shared/_has.js +0 -54
- package/shared/aria.cjs +0 -11
- package/shared/aria.js +0 -9
- package/shared/calendar-picker.template.cjs +0 -6377
- package/shared/calendar-picker.template.js +0 -6366
- package/shared/children.cjs +0 -61
- package/shared/children.js +0 -59
- package/shared/class-names.cjs +0 -17
- package/shared/class-names.js +0 -15
- package/shared/definition.cjs +0 -145
- package/shared/definition.js +0 -141
- package/shared/definition11.cjs +0 -220
- package/shared/definition11.js +0 -215
- package/shared/definition14.cjs +0 -185
- package/shared/definition24.cjs +0 -80
- package/shared/definition24.js +0 -76
- package/shared/definition25.cjs +0 -90
- package/shared/definition25.js +0 -86
- package/shared/definition26.cjs +0 -2514
- package/shared/definition26.js +0 -2510
- package/shared/definition32.cjs +0 -120
- package/shared/definition32.js +0 -116
- package/shared/definition36.cjs +0 -432
- package/shared/definition37.cjs +0 -71
- package/shared/definition37.js +0 -68
- package/shared/definition44.cjs +0 -14666
- package/shared/definition44.js +0 -14662
- package/shared/definition50.cjs +0 -148
- package/shared/definition50.js +0 -144
- package/shared/definition53.cjs +0 -124
- package/shared/definition53.js +0 -120
- package/shared/definition56.cjs +0 -154
- package/shared/definition56.js +0 -150
- package/shared/definition57.cjs +0 -335
- package/shared/definition57.js +0 -331
- package/shared/definition59.cjs +0 -39
- package/shared/definition62.cjs +0 -211
- package/shared/definition64.cjs +0 -69579
- package/shared/definition64.js +0 -69575
- package/shared/definition67.cjs +0 -2227
- package/shared/definition67.js +0 -2222
- package/shared/dom.cjs +0 -10
- package/shared/dom.js +0 -8
- package/shared/key-codes.cjs +0 -32
- package/shared/key-codes.js +0 -18
- package/shared/numbers.cjs +0 -38
- package/shared/numbers.js +0 -34
- package/shared/ref.cjs +0 -43
- package/shared/ref.js +0 -41
- package/shared/repeat.cjs +0 -767
- package/shared/repeat.js +0 -764
- package/shared/slotted.cjs +0 -123
- package/shared/slotted.js +0 -119
- package/shared/strings.cjs +0 -11
- package/shared/strings.js +0 -9
- package/shared/text-field.cjs +0 -5
- package/shared/text-field.js +0 -3
- package/shared/vivid-element.cjs +0 -2771
- package/shared/vivid-element.js +0 -2748
- package/shared/when.cjs +0 -31
- package/shared/when.js +0 -29
- /package/{shared → unbundled}/enums.cjs +0 -0
- /package/{shared → unbundled}/enums.js +0 -0
- /package/{shared → unbundled}/index.cjs +0 -0
- /package/{shared → unbundled}/index.js +0 -0
- /package/{shared → unbundled}/playbackRates.cjs +0 -0
- /package/{shared → unbundled}/playbackRates.js +0 -0
- /package/{shared → unbundled}/scrollIntoView.cjs +0 -0
- /package/{shared → unbundled}/scrollIntoView.js +0 -0
- /package/{shared → unbundled}/single-date-picker.cjs +0 -0
- /package/{shared → unbundled}/single-date-picker.js +0 -0
- /package/{shared → unbundled}/single-value-picker.cjs +0 -0
- /package/{shared → unbundled}/single-value-picker.js +0 -0
|
@@ -14,6 +14,422 @@ export declare const TextFieldType: {
|
|
|
14
14
|
};
|
|
15
15
|
export type TextFieldType = typeof TextFieldType[keyof typeof TextFieldType];
|
|
16
16
|
declare const TextField_base: {
|
|
17
|
+
new (...args: any[]): {
|
|
18
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
19
|
+
readonly _hasContextualHelp: boolean;
|
|
20
|
+
label?: string | undefined;
|
|
21
|
+
errorValidationMessage: string;
|
|
22
|
+
forceErrorDisplay: boolean;
|
|
23
|
+
hasBeenTouched: boolean;
|
|
24
|
+
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
25
|
+
"__#3@#handleInvalidEvent": () => void;
|
|
26
|
+
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
27
|
+
formResetCallback: (() => void) & (() => void);
|
|
28
|
+
validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
|
|
29
|
+
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
30
|
+
readonly validity: ValidityState;
|
|
31
|
+
readonly form: HTMLFormElement | null;
|
|
32
|
+
readonly validationMessage: string;
|
|
33
|
+
readonly willValidate: boolean;
|
|
34
|
+
readonly labels: readonly Node[];
|
|
35
|
+
dirtyValue: boolean;
|
|
36
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
37
|
+
value: string;
|
|
38
|
+
valueChanged(_previous: string, _next: string): void;
|
|
39
|
+
currentValue: string;
|
|
40
|
+
initialValue: string;
|
|
41
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
42
|
+
disabled: boolean;
|
|
43
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
44
|
+
name: string;
|
|
45
|
+
nameChanged(_previous: string, _next: string): void;
|
|
46
|
+
required: boolean;
|
|
47
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
48
|
+
readonly elementInternals: ElementInternals | null;
|
|
49
|
+
proxyEventsToBlock: string[];
|
|
50
|
+
checkValidity(): boolean;
|
|
51
|
+
reportValidity(): boolean;
|
|
52
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
53
|
+
formDisabledCallback(disabled: boolean): void;
|
|
54
|
+
proxyInitialized: boolean;
|
|
55
|
+
attachProxy(): void;
|
|
56
|
+
detachProxy(): void;
|
|
57
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
58
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
59
|
+
stopPropagation(e: Event): void;
|
|
60
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
61
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
62
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
63
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
64
|
+
accessKey: string;
|
|
65
|
+
readonly accessKeyLabel: string;
|
|
66
|
+
autocapitalize: string;
|
|
67
|
+
dir: string;
|
|
68
|
+
draggable: boolean;
|
|
69
|
+
hidden: boolean;
|
|
70
|
+
inert: boolean;
|
|
71
|
+
innerText: string;
|
|
72
|
+
lang: string;
|
|
73
|
+
readonly offsetHeight: number;
|
|
74
|
+
readonly offsetLeft: number;
|
|
75
|
+
readonly offsetParent: Element | null;
|
|
76
|
+
readonly offsetTop: number;
|
|
77
|
+
readonly offsetWidth: number;
|
|
78
|
+
outerText: string;
|
|
79
|
+
spellcheck: boolean;
|
|
80
|
+
title: string;
|
|
81
|
+
translate: boolean;
|
|
82
|
+
attachInternals(): ElementInternals;
|
|
83
|
+
click(): void;
|
|
84
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
85
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
86
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
87
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
88
|
+
readonly attributes: NamedNodeMap;
|
|
89
|
+
readonly classList: DOMTokenList;
|
|
90
|
+
className: string;
|
|
91
|
+
readonly clientHeight: number;
|
|
92
|
+
readonly clientLeft: number;
|
|
93
|
+
readonly clientTop: number;
|
|
94
|
+
readonly clientWidth: number;
|
|
95
|
+
id: string;
|
|
96
|
+
readonly localName: string;
|
|
97
|
+
readonly namespaceURI: string | null;
|
|
98
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
99
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
100
|
+
outerHTML: string;
|
|
101
|
+
readonly ownerDocument: Document;
|
|
102
|
+
readonly part: DOMTokenList;
|
|
103
|
+
readonly prefix: string | null;
|
|
104
|
+
readonly scrollHeight: number;
|
|
105
|
+
scrollLeft: number;
|
|
106
|
+
scrollTop: number;
|
|
107
|
+
readonly scrollWidth: number;
|
|
108
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
109
|
+
slot: string;
|
|
110
|
+
readonly tagName: string;
|
|
111
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
112
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
113
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
114
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
115
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
116
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
117
|
+
getAttribute(qualifiedName: string): string | null;
|
|
118
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
119
|
+
getAttributeNames(): string[];
|
|
120
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
121
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
122
|
+
getBoundingClientRect(): DOMRect;
|
|
123
|
+
getClientRects(): DOMRectList;
|
|
124
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
125
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
126
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
127
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
128
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
129
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
130
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
131
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
132
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
133
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
134
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
135
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
136
|
+
hasAttributes(): boolean;
|
|
137
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
138
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
139
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
140
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
141
|
+
matches(selectors: string): boolean;
|
|
142
|
+
releasePointerCapture(pointerId: number): void;
|
|
143
|
+
removeAttribute(qualifiedName: string): void;
|
|
144
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
145
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
146
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
147
|
+
requestPointerLock(): void;
|
|
148
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
149
|
+
scroll(x: number, y: number): void;
|
|
150
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
151
|
+
scrollBy(x: number, y: number): void;
|
|
152
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
153
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
154
|
+
scrollTo(x: number, y: number): void;
|
|
155
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
156
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
157
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
158
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
159
|
+
setPointerCapture(pointerId: number): void;
|
|
160
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
161
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
162
|
+
readonly baseURI: string;
|
|
163
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
164
|
+
readonly firstChild: ChildNode | null;
|
|
165
|
+
readonly isConnected: boolean;
|
|
166
|
+
readonly lastChild: ChildNode | null;
|
|
167
|
+
readonly nextSibling: ChildNode | null;
|
|
168
|
+
readonly nodeName: string;
|
|
169
|
+
readonly nodeType: number;
|
|
170
|
+
nodeValue: string | null;
|
|
171
|
+
readonly parentElement: HTMLElement | null;
|
|
172
|
+
readonly parentNode: ParentNode | null;
|
|
173
|
+
readonly previousSibling: ChildNode | null;
|
|
174
|
+
textContent: string | null;
|
|
175
|
+
appendChild<T extends Node>(node: T): T;
|
|
176
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
177
|
+
compareDocumentPosition(other: Node): number;
|
|
178
|
+
contains(other: Node | null): boolean;
|
|
179
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
180
|
+
hasChildNodes(): boolean;
|
|
181
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
182
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
183
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
184
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
185
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
186
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
187
|
+
normalize(): void;
|
|
188
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
189
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
190
|
+
readonly ELEMENT_NODE: 1;
|
|
191
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
192
|
+
readonly TEXT_NODE: 3;
|
|
193
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
194
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
195
|
+
readonly ENTITY_NODE: 6;
|
|
196
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
197
|
+
readonly COMMENT_NODE: 8;
|
|
198
|
+
readonly DOCUMENT_NODE: 9;
|
|
199
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
200
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
201
|
+
readonly NOTATION_NODE: 12;
|
|
202
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
203
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
204
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
205
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
206
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
207
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
208
|
+
dispatchEvent(event: Event): boolean;
|
|
209
|
+
ariaAtomic: string | null;
|
|
210
|
+
ariaAutoComplete: string | null;
|
|
211
|
+
ariaBusy: string | null;
|
|
212
|
+
ariaChecked: string | null;
|
|
213
|
+
ariaColCount: string | null;
|
|
214
|
+
ariaColIndex: string | null;
|
|
215
|
+
ariaColSpan: string | null;
|
|
216
|
+
ariaCurrent: string | null;
|
|
217
|
+
ariaDisabled: string | null;
|
|
218
|
+
ariaExpanded: string | null;
|
|
219
|
+
ariaHasPopup: string | null;
|
|
220
|
+
ariaHidden: string | null;
|
|
221
|
+
ariaInvalid: string | null;
|
|
222
|
+
ariaKeyShortcuts: string | null;
|
|
223
|
+
ariaLabel: string | null;
|
|
224
|
+
ariaLevel: string | null;
|
|
225
|
+
ariaLive: string | null;
|
|
226
|
+
ariaModal: string | null;
|
|
227
|
+
ariaMultiLine: string | null;
|
|
228
|
+
ariaMultiSelectable: string | null;
|
|
229
|
+
ariaOrientation: string | null;
|
|
230
|
+
ariaPlaceholder: string | null;
|
|
231
|
+
ariaPosInSet: string | null;
|
|
232
|
+
ariaPressed: string | null;
|
|
233
|
+
ariaReadOnly: string | null;
|
|
234
|
+
ariaRequired: string | null;
|
|
235
|
+
ariaRoleDescription: string | null;
|
|
236
|
+
ariaRowCount: string | null;
|
|
237
|
+
ariaRowIndex: string | null;
|
|
238
|
+
ariaRowSpan: string | null;
|
|
239
|
+
ariaSelected: string | null;
|
|
240
|
+
ariaSetSize: string | null;
|
|
241
|
+
ariaSort: string | null;
|
|
242
|
+
ariaValueMax: string | null;
|
|
243
|
+
ariaValueMin: string | null;
|
|
244
|
+
ariaValueNow: string | null;
|
|
245
|
+
ariaValueText: string | null;
|
|
246
|
+
role: string | null;
|
|
247
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
248
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
249
|
+
after(...nodes: (string | Node)[]): void;
|
|
250
|
+
before(...nodes: (string | Node)[]): void;
|
|
251
|
+
remove(): void;
|
|
252
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
253
|
+
innerHTML: string;
|
|
254
|
+
readonly nextElementSibling: Element | null;
|
|
255
|
+
readonly previousElementSibling: Element | null;
|
|
256
|
+
readonly childElementCount: number;
|
|
257
|
+
readonly children: HTMLCollection;
|
|
258
|
+
readonly firstElementChild: Element | null;
|
|
259
|
+
readonly lastElementChild: Element | null;
|
|
260
|
+
append(...nodes: (string | Node)[]): void;
|
|
261
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
262
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
263
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
264
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
265
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
266
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
267
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
268
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
269
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
270
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
271
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
272
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
273
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
274
|
+
readonly style: CSSStyleDeclaration;
|
|
275
|
+
contentEditable: string;
|
|
276
|
+
enterKeyHint: string;
|
|
277
|
+
inputMode: string;
|
|
278
|
+
readonly isContentEditable: boolean;
|
|
279
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
280
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
281
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
282
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
283
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
284
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
285
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
286
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
287
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
288
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
289
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
291
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
292
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
293
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
294
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
295
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
296
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
297
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
298
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
299
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
300
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
301
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
302
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
303
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
304
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
305
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
308
|
+
onerror: OnErrorEventHandler;
|
|
309
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
310
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
311
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
312
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
313
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
315
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
316
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
317
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
320
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
321
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
322
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
323
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
324
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
325
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
326
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
327
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
328
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
329
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
330
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
334
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
335
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
336
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
337
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
338
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
339
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
340
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
341
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
342
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
345
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
347
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
348
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
349
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
350
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
354
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
355
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
356
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
359
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
360
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
361
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
362
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
363
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
364
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
365
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
366
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
367
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
368
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
369
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
370
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
371
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
372
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
373
|
+
autofocus: boolean;
|
|
374
|
+
readonly dataset: DOMStringMap;
|
|
375
|
+
nonce?: string | undefined;
|
|
376
|
+
tabIndex: number;
|
|
377
|
+
blur(): void;
|
|
378
|
+
focus(options?: FocusOptions | undefined): void;
|
|
379
|
+
ariaColIndexText: string | null;
|
|
380
|
+
ariaDescription: string | null;
|
|
381
|
+
ariaRowIndexText: string | null;
|
|
382
|
+
ariaRelevant: string | null;
|
|
383
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
384
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
385
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
386
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
387
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
388
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
389
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
390
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
391
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
392
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
393
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
394
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
395
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
396
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
397
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
398
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
399
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
400
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
401
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
402
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
403
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
404
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
405
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
406
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
407
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
408
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
409
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
410
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
411
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
412
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
413
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
414
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
415
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
416
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
417
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
418
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
419
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
420
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
421
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
422
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
423
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
424
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
425
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
426
|
+
newPropertyName: string;
|
|
427
|
+
deprecatedPropertyName: string;
|
|
428
|
+
fromDeprecated: (v: any) => any;
|
|
429
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
430
|
+
}): void;
|
|
431
|
+
};
|
|
432
|
+
} & {
|
|
17
433
|
new (...args: any[]): {
|
|
18
434
|
_slottedHelperTextIds: string[];
|
|
19
435
|
_helperTextSlottedContentChanged(_: HTMLElement[], newContent: HTMLElement[]): void;
|
|
@@ -28,7 +444,6 @@ declare const TextField_base: {
|
|
|
28
444
|
};
|
|
29
445
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
30
446
|
connectedCallback(): void;
|
|
31
|
-
specialHandling: boolean;
|
|
32
447
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
33
448
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
34
449
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -54,11 +469,10 @@ declare const TextField_base: {
|
|
|
54
469
|
translate: boolean;
|
|
55
470
|
attachInternals(): ElementInternals;
|
|
56
471
|
click(): void;
|
|
57
|
-
addEventListener<
|
|
472
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
58
473
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
59
|
-
removeEventListener<
|
|
474
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
60
475
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
61
|
-
dropzone: import("dropzone");
|
|
62
476
|
readonly attributes: NamedNodeMap;
|
|
63
477
|
readonly classList: DOMTokenList;
|
|
64
478
|
className: string;
|
|
@@ -84,10 +498,10 @@ declare const TextField_base: {
|
|
|
84
498
|
readonly tagName: string;
|
|
85
499
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
86
500
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
87
|
-
closest<
|
|
88
|
-
closest<
|
|
89
|
-
closest<
|
|
90
|
-
closest<
|
|
501
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
502
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
503
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
504
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
91
505
|
getAttribute(qualifiedName: string): string | null;
|
|
92
506
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
93
507
|
getAttributeNames(): string[];
|
|
@@ -96,10 +510,10 @@ declare const TextField_base: {
|
|
|
96
510
|
getBoundingClientRect(): DOMRect;
|
|
97
511
|
getClientRects(): DOMRectList;
|
|
98
512
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
99
|
-
getElementsByTagName<
|
|
100
|
-
getElementsByTagName<
|
|
101
|
-
getElementsByTagName<
|
|
102
|
-
getElementsByTagName<
|
|
513
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
514
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
515
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
516
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
103
517
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
104
518
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
105
519
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -152,7 +566,7 @@ declare const TextField_base: {
|
|
|
152
566
|
contains(other: Node | null): boolean;
|
|
153
567
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
154
568
|
hasChildNodes(): boolean;
|
|
155
|
-
insertBefore<
|
|
569
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
156
570
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
157
571
|
isEqualNode(otherNode: Node | null): boolean;
|
|
158
572
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -354,6 +768,48 @@ declare const TextField_base: {
|
|
|
354
768
|
ariaDescription: string | null;
|
|
355
769
|
ariaRowIndexText: string | null;
|
|
356
770
|
ariaRelevant: string | null;
|
|
771
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
772
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
773
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
774
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
775
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
776
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
777
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
778
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
779
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
780
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
781
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
782
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
783
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
784
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
785
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
786
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
787
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
788
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
789
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
790
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
791
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
792
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
793
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
794
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
795
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
796
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
797
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
798
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
799
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
800
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
801
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
802
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
803
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
804
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
805
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
806
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
807
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
808
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
809
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
810
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
811
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
812
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
357
813
|
"__#1@#handleReplacedProp"(replacedProp: {
|
|
358
814
|
newPropertyName: string;
|
|
359
815
|
deprecatedPropertyName: string;
|
|
@@ -374,7 +830,6 @@ declare const TextField_base: {
|
|
|
374
830
|
_getCharCountTemplate: (context: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
375
831
|
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
376
832
|
connectedCallback(): void;
|
|
377
|
-
specialHandling: boolean;
|
|
378
833
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
379
834
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
380
835
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -400,11 +855,10 @@ declare const TextField_base: {
|
|
|
400
855
|
translate: boolean;
|
|
401
856
|
attachInternals(): ElementInternals;
|
|
402
857
|
click(): void;
|
|
403
|
-
addEventListener<
|
|
858
|
+
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
404
859
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
405
|
-
removeEventListener<
|
|
860
|
+
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
406
861
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
407
|
-
dropzone: import("dropzone");
|
|
408
862
|
readonly attributes: NamedNodeMap;
|
|
409
863
|
readonly classList: DOMTokenList;
|
|
410
864
|
className: string;
|
|
@@ -430,10 +884,10 @@ declare const TextField_base: {
|
|
|
430
884
|
readonly tagName: string;
|
|
431
885
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
432
886
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
433
|
-
closest<
|
|
434
|
-
closest<
|
|
435
|
-
closest<
|
|
436
|
-
closest<
|
|
887
|
+
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
888
|
+
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
889
|
+
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
890
|
+
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
437
891
|
getAttribute(qualifiedName: string): string | null;
|
|
438
892
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
439
893
|
getAttributeNames(): string[];
|
|
@@ -442,10 +896,10 @@ declare const TextField_base: {
|
|
|
442
896
|
getBoundingClientRect(): DOMRect;
|
|
443
897
|
getClientRects(): DOMRectList;
|
|
444
898
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
445
|
-
getElementsByTagName<
|
|
446
|
-
getElementsByTagName<
|
|
447
|
-
getElementsByTagName<
|
|
448
|
-
getElementsByTagName<
|
|
899
|
+
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
900
|
+
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
901
|
+
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
902
|
+
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
449
903
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
450
904
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
451
905
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -498,7 +952,7 @@ declare const TextField_base: {
|
|
|
498
952
|
contains(other: Node | null): boolean;
|
|
499
953
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
500
954
|
hasChildNodes(): boolean;
|
|
501
|
-
insertBefore<
|
|
955
|
+
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
502
956
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
503
957
|
isEqualNode(otherNode: Node | null): boolean;
|
|
504
958
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -700,6 +1154,48 @@ declare const TextField_base: {
|
|
|
700
1154
|
ariaDescription: string | null;
|
|
701
1155
|
ariaRowIndexText: string | null;
|
|
702
1156
|
ariaRelevant: string | null;
|
|
1157
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
1158
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1159
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1160
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1161
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1162
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1163
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1164
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1165
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1166
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1167
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1168
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1169
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1170
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1171
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1172
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1173
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1174
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1175
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1176
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1177
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1178
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1179
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1180
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1181
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1182
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1183
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1184
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1185
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1186
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1187
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1188
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1189
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1190
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1191
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1192
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1193
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1194
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1195
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1196
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1197
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1198
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
703
1199
|
"__#1@#handleReplacedProp"(replacedProp: {
|
|
704
1200
|
newPropertyName: string;
|
|
705
1201
|
deprecatedPropertyName: string;
|
|
@@ -755,7 +1251,6 @@ declare const TextField_base: {
|
|
|
755
1251
|
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
756
1252
|
_keypressHandler(e: KeyboardEvent): void;
|
|
757
1253
|
stopPropagation(e: Event): void;
|
|
758
|
-
specialHandling: boolean;
|
|
759
1254
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
760
1255
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
761
1256
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -780,11 +1275,10 @@ declare const TextField_base: {
|
|
|
780
1275
|
translate: boolean;
|
|
781
1276
|
attachInternals(): ElementInternals;
|
|
782
1277
|
click(): void;
|
|
783
|
-
addEventListener<
|
|
1278
|
+
addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
784
1279
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
785
|
-
removeEventListener<
|
|
1280
|
+
removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
786
1281
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
787
|
-
dropzone: import("dropzone");
|
|
788
1282
|
readonly attributes: NamedNodeMap;
|
|
789
1283
|
readonly classList: DOMTokenList;
|
|
790
1284
|
className: string;
|
|
@@ -810,10 +1304,10 @@ declare const TextField_base: {
|
|
|
810
1304
|
readonly tagName: string;
|
|
811
1305
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
812
1306
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
813
|
-
closest<
|
|
814
|
-
closest<
|
|
815
|
-
closest<
|
|
816
|
-
closest<
|
|
1307
|
+
closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
|
|
1308
|
+
closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
|
|
1309
|
+
closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
|
|
1310
|
+
closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
|
|
817
1311
|
getAttribute(qualifiedName: string): string | null;
|
|
818
1312
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
819
1313
|
getAttributeNames(): string[];
|
|
@@ -822,10 +1316,10 @@ declare const TextField_base: {
|
|
|
822
1316
|
getBoundingClientRect(): DOMRect;
|
|
823
1317
|
getClientRects(): DOMRectList;
|
|
824
1318
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
825
|
-
getElementsByTagName<
|
|
826
|
-
getElementsByTagName<
|
|
827
|
-
getElementsByTagName<
|
|
828
|
-
getElementsByTagName<
|
|
1319
|
+
getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
|
|
1320
|
+
getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
|
|
1321
|
+
getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
|
|
1322
|
+
getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
|
|
829
1323
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
830
1324
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
831
1325
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -878,7 +1372,7 @@ declare const TextField_base: {
|
|
|
878
1372
|
contains(other: Node | null): boolean;
|
|
879
1373
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
880
1374
|
hasChildNodes(): boolean;
|
|
881
|
-
insertBefore<
|
|
1375
|
+
insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
|
|
882
1376
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
883
1377
|
isEqualNode(otherNode: Node | null): boolean;
|
|
884
1378
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1080,6 +1574,48 @@ declare const TextField_base: {
|
|
|
1080
1574
|
ariaDescription: string | null;
|
|
1081
1575
|
ariaRowIndexText: string | null;
|
|
1082
1576
|
ariaRelevant: string | null;
|
|
1577
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
1578
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1579
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1580
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1581
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1582
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1583
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1584
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1585
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1586
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1587
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1588
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1589
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1590
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1591
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1592
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1593
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1594
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1595
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1596
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1597
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1598
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1599
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1600
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1601
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1602
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1603
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1604
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1605
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1606
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1607
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1608
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1609
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1610
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1611
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1612
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1613
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1614
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1615
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1616
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1617
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1618
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1083
1619
|
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1084
1620
|
newPropertyName: string;
|
|
1085
1621
|
deprecatedPropertyName: string;
|
|
@@ -1091,7 +1627,6 @@ declare const TextField_base: {
|
|
|
1091
1627
|
new (...args: any[]): {
|
|
1092
1628
|
successText?: string | undefined;
|
|
1093
1629
|
connectedCallback(): void;
|
|
1094
|
-
specialHandling: boolean;
|
|
1095
1630
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1096
1631
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1097
1632
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -1117,11 +1652,10 @@ declare const TextField_base: {
|
|
|
1117
1652
|
translate: boolean;
|
|
1118
1653
|
attachInternals(): ElementInternals;
|
|
1119
1654
|
click(): void;
|
|
1120
|
-
addEventListener<
|
|
1655
|
+
addEventListener<K_44 extends keyof HTMLElementEventMap>(type: K_44, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_44]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1121
1656
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1122
|
-
removeEventListener<
|
|
1657
|
+
removeEventListener<K_45 extends keyof HTMLElementEventMap>(type: K_45, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_45]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1123
1658
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1124
|
-
dropzone: import("dropzone");
|
|
1125
1659
|
readonly attributes: NamedNodeMap;
|
|
1126
1660
|
readonly classList: DOMTokenList;
|
|
1127
1661
|
className: string;
|
|
@@ -1147,10 +1681,10 @@ declare const TextField_base: {
|
|
|
1147
1681
|
readonly tagName: string;
|
|
1148
1682
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1149
1683
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1150
|
-
closest<
|
|
1151
|
-
closest<
|
|
1152
|
-
closest<
|
|
1153
|
-
closest<
|
|
1684
|
+
closest<K_46 extends keyof HTMLElementTagNameMap>(selector: K_46): HTMLElementTagNameMap[K_46] | null;
|
|
1685
|
+
closest<K_47 extends keyof SVGElementTagNameMap>(selector: K_47): SVGElementTagNameMap[K_47] | null;
|
|
1686
|
+
closest<K_48 extends keyof MathMLElementTagNameMap>(selector: K_48): MathMLElementTagNameMap[K_48] | null;
|
|
1687
|
+
closest<E_6 extends Element = Element>(selectors: string): E_6 | null;
|
|
1154
1688
|
getAttribute(qualifiedName: string): string | null;
|
|
1155
1689
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1156
1690
|
getAttributeNames(): string[];
|
|
@@ -1159,10 +1693,10 @@ declare const TextField_base: {
|
|
|
1159
1693
|
getBoundingClientRect(): DOMRect;
|
|
1160
1694
|
getClientRects(): DOMRectList;
|
|
1161
1695
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1162
|
-
getElementsByTagName<
|
|
1163
|
-
getElementsByTagName<
|
|
1164
|
-
getElementsByTagName<
|
|
1165
|
-
getElementsByTagName<
|
|
1696
|
+
getElementsByTagName<K_49 extends keyof HTMLElementTagNameMap>(qualifiedName: K_49): HTMLCollectionOf<HTMLElementTagNameMap[K_49]>;
|
|
1697
|
+
getElementsByTagName<K_50 extends keyof SVGElementTagNameMap>(qualifiedName: K_50): HTMLCollectionOf<SVGElementTagNameMap[K_50]>;
|
|
1698
|
+
getElementsByTagName<K_51 extends keyof MathMLElementTagNameMap>(qualifiedName: K_51): HTMLCollectionOf<MathMLElementTagNameMap[K_51]>;
|
|
1699
|
+
getElementsByTagName<K_52 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_52): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_52]>;
|
|
1166
1700
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1167
1701
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1168
1702
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1215,7 +1749,7 @@ declare const TextField_base: {
|
|
|
1215
1749
|
contains(other: Node | null): boolean;
|
|
1216
1750
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1217
1751
|
hasChildNodes(): boolean;
|
|
1218
|
-
insertBefore<
|
|
1752
|
+
insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
|
|
1219
1753
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1220
1754
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1221
1755
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1417,6 +1951,48 @@ declare const TextField_base: {
|
|
|
1417
1951
|
ariaDescription: string | null;
|
|
1418
1952
|
ariaRowIndexText: string | null;
|
|
1419
1953
|
ariaRelevant: string | null;
|
|
1954
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
1955
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1956
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1957
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1958
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1959
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1960
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1961
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1962
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1963
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1964
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1965
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1966
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1967
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1968
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1969
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1970
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1971
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1972
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1973
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1974
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1975
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1976
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1977
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1978
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1979
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1980
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1981
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1982
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1983
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1984
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1985
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1986
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1987
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1988
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1989
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1990
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1991
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1992
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1993
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1994
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1995
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1420
1996
|
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1421
1997
|
newPropertyName: string;
|
|
1422
1998
|
deprecatedPropertyName: string;
|
|
@@ -1466,7 +2042,6 @@ declare const TextField_base: {
|
|
|
1466
2042
|
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
1467
2043
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1468
2044
|
stopPropagation(e: Event): void;
|
|
1469
|
-
specialHandling: boolean;
|
|
1470
2045
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1471
2046
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1472
2047
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -1491,11 +2066,10 @@ declare const TextField_base: {
|
|
|
1491
2066
|
translate: boolean;
|
|
1492
2067
|
attachInternals(): ElementInternals;
|
|
1493
2068
|
click(): void;
|
|
1494
|
-
addEventListener<
|
|
2069
|
+
addEventListener<K_53 extends keyof HTMLElementEventMap>(type: K_53, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_53]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1495
2070
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1496
|
-
removeEventListener<
|
|
2071
|
+
removeEventListener<K_54 extends keyof HTMLElementEventMap>(type: K_54, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_54]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1497
2072
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1498
|
-
dropzone: import("dropzone");
|
|
1499
2073
|
readonly attributes: NamedNodeMap;
|
|
1500
2074
|
readonly classList: DOMTokenList;
|
|
1501
2075
|
className: string;
|
|
@@ -1521,10 +2095,10 @@ declare const TextField_base: {
|
|
|
1521
2095
|
readonly tagName: string;
|
|
1522
2096
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1523
2097
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1524
|
-
closest<
|
|
1525
|
-
closest<
|
|
1526
|
-
closest<
|
|
1527
|
-
closest<
|
|
2098
|
+
closest<K_55 extends keyof HTMLElementTagNameMap>(selector: K_55): HTMLElementTagNameMap[K_55] | null;
|
|
2099
|
+
closest<K_56 extends keyof SVGElementTagNameMap>(selector: K_56): SVGElementTagNameMap[K_56] | null;
|
|
2100
|
+
closest<K_57 extends keyof MathMLElementTagNameMap>(selector: K_57): MathMLElementTagNameMap[K_57] | null;
|
|
2101
|
+
closest<E_7 extends Element = Element>(selectors: string): E_7 | null;
|
|
1528
2102
|
getAttribute(qualifiedName: string): string | null;
|
|
1529
2103
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1530
2104
|
getAttributeNames(): string[];
|
|
@@ -1533,10 +2107,10 @@ declare const TextField_base: {
|
|
|
1533
2107
|
getBoundingClientRect(): DOMRect;
|
|
1534
2108
|
getClientRects(): DOMRectList;
|
|
1535
2109
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1536
|
-
getElementsByTagName<
|
|
1537
|
-
getElementsByTagName<
|
|
1538
|
-
getElementsByTagName<
|
|
1539
|
-
getElementsByTagName<
|
|
2110
|
+
getElementsByTagName<K_58 extends keyof HTMLElementTagNameMap>(qualifiedName: K_58): HTMLCollectionOf<HTMLElementTagNameMap[K_58]>;
|
|
2111
|
+
getElementsByTagName<K_59 extends keyof SVGElementTagNameMap>(qualifiedName: K_59): HTMLCollectionOf<SVGElementTagNameMap[K_59]>;
|
|
2112
|
+
getElementsByTagName<K_60 extends keyof MathMLElementTagNameMap>(qualifiedName: K_60): HTMLCollectionOf<MathMLElementTagNameMap[K_60]>;
|
|
2113
|
+
getElementsByTagName<K_61 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_61): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_61]>;
|
|
1540
2114
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1541
2115
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1542
2116
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1589,7 +2163,7 @@ declare const TextField_base: {
|
|
|
1589
2163
|
contains(other: Node | null): boolean;
|
|
1590
2164
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1591
2165
|
hasChildNodes(): boolean;
|
|
1592
|
-
insertBefore<
|
|
2166
|
+
insertBefore<T_8 extends Node>(node: T_8, child: Node | null): T_8;
|
|
1593
2167
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1594
2168
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1595
2169
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1791,6 +2365,48 @@ declare const TextField_base: {
|
|
|
1791
2365
|
ariaDescription: string | null;
|
|
1792
2366
|
ariaRowIndexText: string | null;
|
|
1793
2367
|
ariaRelevant: string | null;
|
|
2368
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
2369
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2370
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
2371
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
2372
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
2373
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
2374
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
2375
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
2376
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
2377
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
2378
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
2379
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
2380
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
2381
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
2382
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
2383
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
2384
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
2385
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
2386
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
2387
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
2388
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
2389
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
2390
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
2391
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
2392
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
2393
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
2394
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
2395
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
2396
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
2397
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
2398
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
2399
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
2400
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
2401
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
2402
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
2403
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
2404
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
2405
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
2406
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
2407
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2408
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2409
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1794
2410
|
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1795
2411
|
newPropertyName: string;
|
|
1796
2412
|
deprecatedPropertyName: string;
|
|
@@ -1803,7 +2419,6 @@ declare const TextField_base: {
|
|
|
1803
2419
|
icon?: string | undefined;
|
|
1804
2420
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
1805
2421
|
connectedCallback(): void;
|
|
1806
|
-
specialHandling: boolean;
|
|
1807
2422
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1808
2423
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1809
2424
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -1829,11 +2444,10 @@ declare const TextField_base: {
|
|
|
1829
2444
|
translate: boolean;
|
|
1830
2445
|
attachInternals(): ElementInternals;
|
|
1831
2446
|
click(): void;
|
|
1832
|
-
addEventListener<
|
|
2447
|
+
addEventListener<K_62 extends keyof HTMLElementEventMap>(type: K_62, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_62]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1833
2448
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1834
|
-
removeEventListener<
|
|
2449
|
+
removeEventListener<K_63 extends keyof HTMLElementEventMap>(type: K_63, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_63]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1835
2450
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1836
|
-
dropzone: import("dropzone");
|
|
1837
2451
|
readonly attributes: NamedNodeMap;
|
|
1838
2452
|
readonly classList: DOMTokenList;
|
|
1839
2453
|
className: string;
|
|
@@ -1859,10 +2473,10 @@ declare const TextField_base: {
|
|
|
1859
2473
|
readonly tagName: string;
|
|
1860
2474
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1861
2475
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1862
|
-
closest<
|
|
1863
|
-
closest<
|
|
1864
|
-
closest<
|
|
1865
|
-
closest<
|
|
2476
|
+
closest<K_64 extends keyof HTMLElementTagNameMap>(selector: K_64): HTMLElementTagNameMap[K_64] | null;
|
|
2477
|
+
closest<K_65 extends keyof SVGElementTagNameMap>(selector: K_65): SVGElementTagNameMap[K_65] | null;
|
|
2478
|
+
closest<K_66 extends keyof MathMLElementTagNameMap>(selector: K_66): MathMLElementTagNameMap[K_66] | null;
|
|
2479
|
+
closest<E_8 extends Element = Element>(selectors: string): E_8 | null;
|
|
1866
2480
|
getAttribute(qualifiedName: string): string | null;
|
|
1867
2481
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1868
2482
|
getAttributeNames(): string[];
|
|
@@ -1871,10 +2485,10 @@ declare const TextField_base: {
|
|
|
1871
2485
|
getBoundingClientRect(): DOMRect;
|
|
1872
2486
|
getClientRects(): DOMRectList;
|
|
1873
2487
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1874
|
-
getElementsByTagName<
|
|
1875
|
-
getElementsByTagName<
|
|
1876
|
-
getElementsByTagName<
|
|
1877
|
-
getElementsByTagName<
|
|
2488
|
+
getElementsByTagName<K_67 extends keyof HTMLElementTagNameMap>(qualifiedName: K_67): HTMLCollectionOf<HTMLElementTagNameMap[K_67]>;
|
|
2489
|
+
getElementsByTagName<K_68 extends keyof SVGElementTagNameMap>(qualifiedName: K_68): HTMLCollectionOf<SVGElementTagNameMap[K_68]>;
|
|
2490
|
+
getElementsByTagName<K_69 extends keyof MathMLElementTagNameMap>(qualifiedName: K_69): HTMLCollectionOf<MathMLElementTagNameMap[K_69]>;
|
|
2491
|
+
getElementsByTagName<K_70 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_70): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_70]>;
|
|
1878
2492
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1879
2493
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1880
2494
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1927,7 +2541,7 @@ declare const TextField_base: {
|
|
|
1927
2541
|
contains(other: Node | null): boolean;
|
|
1928
2542
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1929
2543
|
hasChildNodes(): boolean;
|
|
1930
|
-
insertBefore<
|
|
2544
|
+
insertBefore<T_9 extends Node>(node: T_9, child: Node | null): T_9;
|
|
1931
2545
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1932
2546
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1933
2547
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -2129,6 +2743,48 @@ declare const TextField_base: {
|
|
|
2129
2743
|
ariaDescription: string | null;
|
|
2130
2744
|
ariaRowIndexText: string | null;
|
|
2131
2745
|
ariaRelevant: string | null;
|
|
2746
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
2747
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2748
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
2749
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
2750
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
2751
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
2752
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
2753
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
2754
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
2755
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
2756
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
2757
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
2758
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
2759
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
2760
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
2761
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
2762
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
2763
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
2764
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
2765
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
2766
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
2767
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
2768
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
2769
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
2770
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
2771
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
2772
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
2773
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
2774
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
2775
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
2776
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
2777
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
2778
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
2779
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
2780
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
2781
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
2782
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
2783
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
2784
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
2785
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2786
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2787
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2132
2788
|
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2133
2789
|
newPropertyName: string;
|
|
2134
2790
|
deprecatedPropertyName: string;
|
|
@@ -2140,7 +2796,6 @@ declare const TextField_base: {
|
|
|
2140
2796
|
new (...args: any[]): {
|
|
2141
2797
|
_vividAriaBehaviour: "delegate";
|
|
2142
2798
|
connectedCallback(): void;
|
|
2143
|
-
specialHandling: boolean;
|
|
2144
2799
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2145
2800
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2146
2801
|
disconnectedCallback(): void;
|
|
@@ -2165,11 +2820,10 @@ declare const TextField_base: {
|
|
|
2165
2820
|
translate: boolean;
|
|
2166
2821
|
attachInternals(): ElementInternals;
|
|
2167
2822
|
click(): void;
|
|
2168
|
-
addEventListener<
|
|
2823
|
+
addEventListener<K_71 extends keyof HTMLElementEventMap>(type: K_71, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_71]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2169
2824
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2170
|
-
removeEventListener<
|
|
2825
|
+
removeEventListener<K_72 extends keyof HTMLElementEventMap>(type: K_72, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_72]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2171
2826
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2172
|
-
dropzone: import("dropzone");
|
|
2173
2827
|
readonly attributes: NamedNodeMap;
|
|
2174
2828
|
readonly classList: DOMTokenList;
|
|
2175
2829
|
className: string;
|
|
@@ -2195,10 +2849,10 @@ declare const TextField_base: {
|
|
|
2195
2849
|
readonly tagName: string;
|
|
2196
2850
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2197
2851
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2198
|
-
closest<
|
|
2199
|
-
closest<
|
|
2200
|
-
closest<
|
|
2201
|
-
closest<
|
|
2852
|
+
closest<K_73 extends keyof HTMLElementTagNameMap>(selector: K_73): HTMLElementTagNameMap[K_73] | null;
|
|
2853
|
+
closest<K_74 extends keyof SVGElementTagNameMap>(selector: K_74): SVGElementTagNameMap[K_74] | null;
|
|
2854
|
+
closest<K_75 extends keyof MathMLElementTagNameMap>(selector: K_75): MathMLElementTagNameMap[K_75] | null;
|
|
2855
|
+
closest<E_9 extends Element = Element>(selectors: string): E_9 | null;
|
|
2202
2856
|
getAttribute(qualifiedName: string): string | null;
|
|
2203
2857
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2204
2858
|
getAttributeNames(): string[];
|
|
@@ -2207,10 +2861,10 @@ declare const TextField_base: {
|
|
|
2207
2861
|
getBoundingClientRect(): DOMRect;
|
|
2208
2862
|
getClientRects(): DOMRectList;
|
|
2209
2863
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2210
|
-
getElementsByTagName<
|
|
2211
|
-
getElementsByTagName<
|
|
2212
|
-
getElementsByTagName<
|
|
2213
|
-
getElementsByTagName<
|
|
2864
|
+
getElementsByTagName<K_76 extends keyof HTMLElementTagNameMap>(qualifiedName: K_76): HTMLCollectionOf<HTMLElementTagNameMap[K_76]>;
|
|
2865
|
+
getElementsByTagName<K_77 extends keyof SVGElementTagNameMap>(qualifiedName: K_77): HTMLCollectionOf<SVGElementTagNameMap[K_77]>;
|
|
2866
|
+
getElementsByTagName<K_78 extends keyof MathMLElementTagNameMap>(qualifiedName: K_78): HTMLCollectionOf<MathMLElementTagNameMap[K_78]>;
|
|
2867
|
+
getElementsByTagName<K_79 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_79): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_79]>;
|
|
2214
2868
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2215
2869
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2216
2870
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -2263,7 +2917,7 @@ declare const TextField_base: {
|
|
|
2263
2917
|
contains(other: Node | null): boolean;
|
|
2264
2918
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2265
2919
|
hasChildNodes(): boolean;
|
|
2266
|
-
insertBefore<
|
|
2920
|
+
insertBefore<T_10 extends Node>(node: T_10, child: Node | null): T_10;
|
|
2267
2921
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2268
2922
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2269
2923
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -2465,6 +3119,48 @@ declare const TextField_base: {
|
|
|
2465
3119
|
ariaDescription: string | null;
|
|
2466
3120
|
ariaRowIndexText: string | null;
|
|
2467
3121
|
ariaRelevant: string | null;
|
|
3122
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
3123
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3124
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
3125
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
3126
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
3127
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
3128
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
3129
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
3130
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
3131
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
3132
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
3133
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
3134
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
3135
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
3136
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
3137
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
3138
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
3139
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
3140
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
3141
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
3142
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
3143
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
3144
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
3145
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
3146
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
3147
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
3148
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
3149
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
3150
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
3151
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
3152
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
3153
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
3154
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
3155
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
3156
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
3157
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
3158
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
3159
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
3160
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
3161
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3162
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3163
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2468
3164
|
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2469
3165
|
newPropertyName: string;
|
|
2470
3166
|
deprecatedPropertyName: string;
|
|
@@ -2509,7 +3205,6 @@ declare const TextField_base: {
|
|
|
2509
3205
|
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
2510
3206
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2511
3207
|
stopPropagation(e: Event): void;
|
|
2512
|
-
specialHandling: boolean;
|
|
2513
3208
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2514
3209
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2515
3210
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -2534,11 +3229,10 @@ declare const TextField_base: {
|
|
|
2534
3229
|
translate: boolean;
|
|
2535
3230
|
attachInternals(): ElementInternals;
|
|
2536
3231
|
click(): void;
|
|
2537
|
-
addEventListener<
|
|
3232
|
+
addEventListener<K_80 extends keyof HTMLElementEventMap>(type: K_80, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_80]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2538
3233
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2539
|
-
removeEventListener<
|
|
3234
|
+
removeEventListener<K_81 extends keyof HTMLElementEventMap>(type: K_81, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_81]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2540
3235
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2541
|
-
dropzone: import("dropzone");
|
|
2542
3236
|
readonly attributes: NamedNodeMap;
|
|
2543
3237
|
readonly classList: DOMTokenList;
|
|
2544
3238
|
className: string;
|
|
@@ -2564,10 +3258,10 @@ declare const TextField_base: {
|
|
|
2564
3258
|
readonly tagName: string;
|
|
2565
3259
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2566
3260
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2567
|
-
closest<
|
|
2568
|
-
closest<
|
|
2569
|
-
closest<
|
|
2570
|
-
closest<
|
|
3261
|
+
closest<K_82 extends keyof HTMLElementTagNameMap>(selector: K_82): HTMLElementTagNameMap[K_82] | null;
|
|
3262
|
+
closest<K_83 extends keyof SVGElementTagNameMap>(selector: K_83): SVGElementTagNameMap[K_83] | null;
|
|
3263
|
+
closest<K_84 extends keyof MathMLElementTagNameMap>(selector: K_84): MathMLElementTagNameMap[K_84] | null;
|
|
3264
|
+
closest<E_10 extends Element = Element>(selectors: string): E_10 | null;
|
|
2571
3265
|
getAttribute(qualifiedName: string): string | null;
|
|
2572
3266
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2573
3267
|
getAttributeNames(): string[];
|
|
@@ -2576,10 +3270,10 @@ declare const TextField_base: {
|
|
|
2576
3270
|
getBoundingClientRect(): DOMRect;
|
|
2577
3271
|
getClientRects(): DOMRectList;
|
|
2578
3272
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2579
|
-
getElementsByTagName<
|
|
2580
|
-
getElementsByTagName<
|
|
2581
|
-
getElementsByTagName<
|
|
2582
|
-
getElementsByTagName<
|
|
3273
|
+
getElementsByTagName<K_85 extends keyof HTMLElementTagNameMap>(qualifiedName: K_85): HTMLCollectionOf<HTMLElementTagNameMap[K_85]>;
|
|
3274
|
+
getElementsByTagName<K_86 extends keyof SVGElementTagNameMap>(qualifiedName: K_86): HTMLCollectionOf<SVGElementTagNameMap[K_86]>;
|
|
3275
|
+
getElementsByTagName<K_87 extends keyof MathMLElementTagNameMap>(qualifiedName: K_87): HTMLCollectionOf<MathMLElementTagNameMap[K_87]>;
|
|
3276
|
+
getElementsByTagName<K_88 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_88): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_88]>;
|
|
2583
3277
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2584
3278
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2585
3279
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -2632,7 +3326,7 @@ declare const TextField_base: {
|
|
|
2632
3326
|
contains(other: Node | null): boolean;
|
|
2633
3327
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2634
3328
|
hasChildNodes(): boolean;
|
|
2635
|
-
insertBefore<
|
|
3329
|
+
insertBefore<T_11 extends Node>(node: T_11, child: Node | null): T_11;
|
|
2636
3330
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2637
3331
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2638
3332
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -2834,6 +3528,48 @@ declare const TextField_base: {
|
|
|
2834
3528
|
ariaDescription: string | null;
|
|
2835
3529
|
ariaRowIndexText: string | null;
|
|
2836
3530
|
ariaRelevant: string | null;
|
|
3531
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
3532
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3533
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
3534
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
3535
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
3536
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
3537
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
3538
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
3539
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
3540
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
3541
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
3542
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
3543
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
3544
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
3545
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
3546
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
3547
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
3548
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
3549
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
3550
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
3551
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
3552
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
3553
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
3554
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
3555
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
3556
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
3557
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
3558
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
3559
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
3560
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
3561
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
3562
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
3563
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
3564
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
3565
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
3566
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
3567
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
3568
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
3569
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
3570
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3571
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3572
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2837
3573
|
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2838
3574
|
newPropertyName: string;
|
|
2839
3575
|
deprecatedPropertyName: string;
|