@vonage/vivid 4.24.0 → 4.25.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/custom-elements.json +12314 -4711
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/index.cjs +112 -150
- package/index.js +37 -35
- package/lib/accordion-item/accordion-item.d.ts +6 -0
- package/lib/action-group/action-group.d.ts +6 -0
- package/lib/alert/alert.d.ts +20 -0
- package/lib/audio-player/audio-player.d.ts +6 -0
- package/lib/badge/badge.d.ts +9 -1
- package/lib/banner/banner.d.ts +25 -0
- package/lib/breadcrumb/breadcrumb.d.ts +6 -0
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +63 -7
- package/lib/button/button.d.ts +732 -7
- package/lib/button/locale.d.ts +3 -0
- package/lib/calendar-event/calendar-event.d.ts +6 -0
- package/lib/card/card.d.ts +394 -2
- package/lib/card/card.template.d.ts +2 -1
- package/lib/checkbox/checkbox.d.ts +1822 -5
- package/lib/combobox/combobox.d.ts +1827 -20
- package/lib/data-grid/data-grid-cell.d.ts +339 -1
- package/lib/data-grid/locale.d.ts +5 -0
- package/lib/date-picker/date-picker.d.ts +1676 -207
- package/lib/date-range-picker/date-range-picker.d.ts +840 -107
- package/lib/date-time-picker/date-time-picker.d.ts +1678 -209
- package/lib/dial-pad/dial-pad.d.ts +8 -0
- package/lib/dialog/dialog.d.ts +12 -0
- package/lib/divider/divider.d.ts +6 -0
- package/lib/fab/fab.d.ts +6 -0
- package/lib/file-picker/file-picker.d.ts +1508 -30
- package/lib/header/header.d.ts +6 -0
- package/lib/icon/icon.d.ts +1 -0
- package/lib/icon/icon.template.d.ts +2 -1
- package/lib/menu/menu.d.ts +16 -7
- package/lib/menu/name.d.ts +1 -0
- package/lib/menu-item/menu-item.d.ts +14 -2
- package/lib/nav/nav.d.ts +6 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +13 -0
- package/lib/nav-item/nav-item.d.ts +405 -3
- package/lib/note/note.d.ts +6 -0
- package/lib/number-field/number-field.d.ts +1857 -36
- package/lib/option/option.d.ts +12 -0
- package/lib/progress/progress.d.ts +6 -0
- package/lib/progress-ring/progress-ring.d.ts +6 -0
- package/lib/radio/radio.d.ts +1137 -4
- package/lib/radio-group/radio-group.d.ts +20 -2
- package/lib/range-slider/range-slider.d.ts +752 -5
- package/lib/rich-text-editor/definition.d.ts +2 -2
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +3 -1
- package/lib/rich-text-editor/locale.d.ts +1 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +6 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +352 -2
- package/lib/searchable-select/option-tag.d.ts +6 -0
- package/lib/searchable-select/searchable-select.d.ts +1857 -36
- package/lib/select/select.d.ts +1843 -28
- package/lib/selectable-box/selectable-box.d.ts +6 -0
- package/lib/slider/slider.d.ts +384 -2
- package/lib/split-button/split-button.d.ts +18 -0
- package/lib/switch/switch.d.ts +386 -3
- package/lib/tab/tab.d.ts +18 -1
- package/lib/tab-panel/tab-panel.d.ts +6 -0
- package/lib/tag/tag.d.ts +12 -0
- package/lib/tag-group/tag-group.d.ts +6 -0
- package/lib/text-area/text-area.d.ts +2174 -19
- package/lib/text-field/text-field.d.ts +2195 -31
- package/lib/time-picker/time-picker.d.ts +839 -106
- package/lib/toggletip/toggletip.d.ts +10 -4
- package/lib/tooltip/tooltip.d.ts +10 -4
- package/lib/tree-item/tree-item.d.ts +12 -0
- package/lib/tree-view/tree-view.d.ts +6 -0
- package/lib/video-player/video-player.d.ts +6 -0
- package/lib/visually-hidden/definition.d.ts +4 -0
- package/lib/visually-hidden/visually-hidden.d.ts +3 -0
- package/lib/visually-hidden/visually-hidden.template.d.ts +3 -0
- package/locales/de-DE.cjs +33 -1
- package/locales/de-DE.js +33 -1
- package/locales/en-GB.cjs +33 -1
- package/locales/en-GB.js +33 -1
- package/locales/en-US.cjs +33 -1
- package/locales/en-US.js +33 -1
- package/locales/ja-JP.cjs +33 -1
- package/locales/ja-JP.js +33 -1
- package/locales/zh-CN.cjs +33 -1
- package/locales/zh-CN.js +33 -1
- package/menu/index.cjs +1 -1
- package/menu/index.js +1 -1
- package/nav/index.cjs +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.cjs +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.cjs +1 -1
- package/nav-item/index.js +1 -1
- package/note/index.cjs +1 -1
- package/note/index.js +1 -1
- package/number-field/index.cjs +1 -1
- package/number-field/index.js +1 -1
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +1 -1
- package/pagination/index.cjs +1 -1
- package/pagination/index.js +1 -1
- package/popup/index.cjs +1 -1
- package/popup/index.js +1 -1
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/index.cjs +1 -1
- package/rich-text-editor/index.js +1 -1
- package/searchable-select/index.cjs +1 -1
- package/searchable-select/index.js +1 -1
- package/select/index.cjs +1 -1
- package/select/index.js +1 -1
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +1 -1
- package/shared/affix.cjs +13 -7
- package/shared/affix.js +13 -8
- package/shared/aria/delegates-aria.d.ts +6 -0
- package/shared/aria/host-semantics.d.ts +6 -0
- package/shared/breadcrumb-item.cjs +2 -5
- package/shared/breadcrumb-item.js +2 -5
- package/shared/button.cjs +13 -11
- package/shared/button.js +13 -11
- package/shared/calendar-picker.template.cjs +3 -3
- package/shared/calendar-picker.template.js +1 -1
- package/shared/char-count.cjs +92 -0
- package/shared/char-count.js +90 -0
- package/shared/definition.js +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.cjs +27 -44
- package/shared/definition11.js +28 -45
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +1 -1
- package/shared/definition14.cjs +53 -22
- package/shared/definition14.js +54 -23
- package/shared/definition15.cjs +31 -36
- package/shared/definition15.js +30 -36
- package/shared/definition16.cjs +43 -63
- package/shared/definition16.js +42 -63
- package/shared/definition17.cjs +8 -4
- package/shared/definition17.js +8 -4
- package/shared/definition18.cjs +10 -14
- package/shared/definition18.js +9 -14
- package/shared/definition19.cjs +85 -100
- package/shared/definition19.js +75 -91
- package/shared/definition2.js +1 -1
- package/shared/definition20.cjs +15 -20
- package/shared/definition20.js +14 -20
- package/shared/definition21.cjs +22 -3
- package/shared/definition21.js +23 -4
- package/shared/definition22.cjs +4 -4
- package/shared/definition22.js +5 -5
- package/shared/definition23.cjs +5 -38
- package/shared/definition23.js +5 -37
- package/shared/definition24.cjs +2 -7
- package/shared/definition24.js +3 -8
- package/shared/definition25.js +1 -1
- package/shared/definition26.cjs +157 -171
- package/shared/definition26.js +156 -171
- package/shared/definition27.cjs +1 -1
- package/shared/definition27.js +2 -2
- package/shared/definition28.cjs +32 -17
- package/shared/definition28.js +33 -18
- package/shared/definition29.js +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition30.cjs +96 -482
- package/shared/definition30.js +99 -482
- package/shared/definition31.cjs +334 -57
- package/shared/definition31.js +333 -56
- package/shared/definition32.cjs +104 -19
- package/shared/definition32.js +105 -20
- package/shared/definition33.cjs +67 -15
- package/shared/definition33.js +66 -14
- package/shared/definition34.cjs +15 -50
- package/shared/definition34.js +14 -49
- package/shared/definition35.cjs +28 -397
- package/shared/definition35.js +27 -397
- package/shared/definition36.cjs +404 -54
- package/shared/definition36.js +404 -55
- package/shared/definition37.cjs +57 -234
- package/shared/definition37.js +57 -233
- package/shared/definition38.cjs +221 -66
- package/shared/definition38.js +220 -65
- package/shared/definition39.cjs +52 -44
- package/shared/definition39.js +51 -43
- package/shared/definition4.cjs +31 -24
- package/shared/definition4.js +33 -26
- package/shared/definition40.cjs +56 -266
- package/shared/definition40.js +55 -265
- package/shared/definition41.cjs +285 -142
- package/shared/definition41.js +285 -142
- package/shared/definition42.cjs +156 -564
- package/shared/definition42.js +156 -565
- package/shared/definition43.cjs +554 -14378
- package/shared/definition43.js +553 -14377
- package/shared/definition44.cjs +14418 -1155
- package/shared/definition44.js +14417 -1156
- package/shared/definition45.cjs +1049 -677
- package/shared/definition45.js +1050 -678
- package/shared/definition46.cjs +848 -113
- package/shared/definition46.js +847 -112
- package/shared/definition47.cjs +125 -90
- package/shared/definition47.js +124 -89
- package/shared/definition48.cjs +88 -455
- package/shared/definition48.js +87 -454
- package/shared/definition49.cjs +466 -109
- package/shared/definition49.js +466 -109
- package/shared/definition5.cjs +8 -7
- package/shared/definition5.js +6 -5
- package/shared/definition50.cjs +106 -106
- package/shared/definition50.js +105 -105
- package/shared/definition51.cjs +136 -15
- package/shared/definition51.js +135 -14
- package/shared/definition52.cjs +16 -115
- package/shared/definition52.js +15 -114
- package/shared/definition53.cjs +78 -412
- package/shared/definition53.js +77 -410
- package/shared/definition54.cjs +445 -23
- package/shared/definition54.js +443 -22
- package/shared/definition55.cjs +22 -136
- package/shared/definition55.js +21 -135
- package/shared/definition56.cjs +95 -291
- package/shared/definition56.js +95 -292
- package/shared/definition57.cjs +192 -480
- package/shared/definition57.js +190 -479
- package/shared/definition58.cjs +411 -24
- package/shared/definition58.js +410 -24
- package/shared/definition59.cjs +27 -144
- package/shared/definition59.js +27 -143
- package/shared/definition6.js +1 -1
- package/shared/definition60.cjs +83 -54
- package/shared/definition60.js +82 -53
- package/shared/definition61.cjs +78 -166
- package/shared/definition61.js +77 -164
- package/shared/definition62.cjs +143 -232
- package/shared/definition62.js +141 -231
- package/shared/definition63.cjs +234 -69417
- package/shared/definition63.js +233 -69416
- package/shared/definition64.cjs +69454 -28
- package/shared/definition64.js +69453 -27
- package/shared/definition65.cjs +28 -2168
- package/shared/definition65.js +27 -2166
- package/shared/definition66.cjs +27 -0
- package/shared/definition66.js +23 -0
- package/shared/definition67.cjs +2195 -0
- package/shared/definition67.js +2190 -0
- package/shared/definition7.cjs +11 -2
- package/shared/definition7.js +12 -3
- package/shared/definition8.cjs +24 -11
- package/shared/definition8.js +26 -13
- package/shared/definition9.cjs +1 -2
- package/shared/definition9.js +2 -3
- package/shared/delegates-aria.js +1 -1
- package/shared/deprecation/replaced-props.d.ts +20 -0
- package/shared/divider.cjs +41 -0
- package/shared/divider.js +38 -0
- package/shared/feedback/feedback-message.d.ts +345 -0
- package/shared/feedback/locale.d.ts +4 -0
- package/{lib/text-anchor/text-anchor.d.ts → shared/feedback/mixins.d.ts} +62 -39
- package/shared/form-associated.cjs +124 -100
- package/shared/form-associated.js +125 -101
- package/shared/form-element.cjs +84 -0
- package/shared/form-element.js +82 -0
- package/shared/foundation/button/button.d.ts +378 -2
- package/shared/foundation/form-associated/form-associated.d.ts +753 -49
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/foundation/vivid-element/vivid-element.d.ts +14 -0
- package/shared/host-semantics.js +1 -1
- package/shared/key-codes.js +1 -1
- package/shared/linkable.cjs +70 -0
- package/shared/linkable.js +68 -0
- package/shared/localization/Locale.d.ts +14 -0
- package/shared/mixins.cjs +306 -0
- package/shared/mixins.js +300 -0
- package/shared/patterns/affix.d.ts +16 -1
- package/shared/patterns/anchored.d.ts +20 -8
- package/shared/patterns/char-count/char-count.d.ts +351 -0
- package/shared/patterns/char-count/index.d.ts +1 -0
- package/shared/patterns/char-count/locale.d.ts +4 -0
- package/shared/patterns/form-elements/form-element.d.ts +744 -0
- package/shared/patterns/form-elements/index.d.ts +3 -1
- package/shared/patterns/form-elements/with-error-text.d.ts +1122 -0
- package/shared/patterns/form-elements/with-success-text.d.ts +341 -0
- package/shared/patterns/index.d.ts +2 -0
- package/shared/patterns/linkable.d.ts +394 -0
- package/shared/patterns/localized.d.ts +6 -0
- package/shared/patterns/trapped-focus.d.ts +6 -0
- package/shared/picker-field/mixins/calendar-picker.d.ts +420 -52
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +420 -52
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +6 -0
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +843 -107
- package/shared/picker-field/mixins/single-date-picker.d.ts +1259 -155
- package/shared/picker-field/mixins/single-value-picker.d.ts +417 -49
- package/shared/picker-field/mixins/time-selection-picker.d.ts +842 -106
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +839 -103
- package/shared/picker-field/picker-field.d.ts +1491 -15
- package/shared/picker-field.template.cjs +13 -22
- package/shared/picker-field.template.js +14 -23
- package/shared/repeat.js +1 -1
- package/shared/slider.template.cjs +1 -1
- package/shared/slider.template.js +1 -1
- package/shared/time-selection-picker.template.cjs +10 -15
- package/shared/time-selection-picker.template.js +10 -16
- package/shared/vivid-element.cjs +53 -4
- package/shared/vivid-element.js +53 -3
- package/shared/with-error-text.cjs +56 -0
- package/shared/with-error-text.js +54 -0
- package/shared/with-success-text.cjs +23 -0
- package/shared/with-success-text.js +21 -0
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.cjs +1 -1
- package/split-button/index.js +1 -1
- 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/switch/index.cjs +1 -1
- package/switch/index.js +1 -1
- package/tab/index.cjs +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +1 -1
- package/tabs/index.js +1 -1
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +1 -1
- package/text-area/index.js +1 -1
- package/text-field/index.cjs +1 -1
- package/text-field/index.js +1 -1
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +1 -1
- package/toggletip/index.cjs +1 -1
- package/toggletip/index.js +1 -1
- package/tooltip/index.cjs +1 -1
- package/tooltip/index.js +1 -1
- package/tree-item/index.cjs +1 -1
- package/tree-item/index.js +1 -1
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +1 -1
- package/video-player/index.js +1 -1
- package/visually-hidden/index.cjs +5 -0
- package/visually-hidden/index.js +3 -0
- package/vivid.api.json +744 -1490
- package/lib/checkbox/checkbox.form-associated.d.ts +0 -11
- package/lib/file-picker/file-picker.form-associated.d.ts +0 -11
- package/lib/number-field/number-field.form-associated.d.ts +0 -11
- package/lib/radio/radio.form-associated.d.ts +0 -13
- package/lib/range-slider/range-slider.form-associated.d.ts +0 -11
- package/lib/searchable-select/searchable-select.form-associated.d.ts +0 -11
- package/lib/select/select.form-associated.d.ts +0 -11
- package/lib/slider/slider.form-associated.d.ts +0 -11
- package/lib/switch/switch.form-associated.d.ts +0 -11
- package/lib/text-anchor/definition.d.ts +0 -2
- package/lib/text-anchor/text-anchor.template.d.ts +0 -3
- package/lib/text-area/text-area.form-associated.d.ts +0 -11
- package/lib/text-field/text-field.form-associated.d.ts +0 -11
- package/shared/anchor.cjs +0 -49
- package/shared/anchor.js +0 -47
- package/shared/apply-mixins.cjs +0 -23
- package/shared/apply-mixins.js +0 -21
- package/shared/applyMixinsWithObservables.cjs +0 -15
- package/shared/applyMixinsWithObservables.js +0 -13
- package/shared/direction.cjs +0 -17
- package/shared/direction.js +0 -15
- package/shared/form-elements.cjs +0 -209
- package/shared/form-elements.js +0 -202
- package/shared/foundation/anchor/anchor.d.ts +0 -11
- package/shared/foundation/utilities/apply-mixins.d.ts +0 -1
- package/shared/patterns/form-elements/form-elements.d.ts +0 -58
- package/shared/picker-field/picker-field.form-associated.d.ts +0 -11
- package/shared/text-anchor.cjs +0 -38
- package/shared/text-anchor.js +0 -36
- package/shared/text-anchor.template.cjs +0 -35
- package/shared/text-anchor.template.js +0 -33
- package/shared/utils/applyMixinsWithObservables.d.ts +0 -1
- package/text-anchor/index.cjs +0 -17
- package/text-anchor/index.js +0 -15
package/lib/switch/switch.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Connotation } from '../enums';
|
|
2
|
-
import {
|
|
2
|
+
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
3
3
|
export type SwitchConnotation = Connotation.Accent | Connotation.Alert | Connotation.Announcement | Connotation.Success | Connotation.CTA;
|
|
4
4
|
declare const Switch_base: {
|
|
5
5
|
new (...args: any[]): {
|
|
@@ -330,13 +330,396 @@ declare const Switch_base: {
|
|
|
330
330
|
ariaDescription: string | null;
|
|
331
331
|
ariaRowIndexText: string | null;
|
|
332
332
|
ariaRelevant: string | null;
|
|
333
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
334
|
+
newPropertyName: string;
|
|
335
|
+
deprecatedPropertyName: string;
|
|
336
|
+
fromDeprecated: (v: any) => any;
|
|
337
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
338
|
+
}): void;
|
|
333
339
|
};
|
|
334
|
-
} &
|
|
340
|
+
} & {
|
|
341
|
+
new (...args: any[]): {
|
|
342
|
+
dirtyChecked: boolean;
|
|
343
|
+
defaultChecked: boolean;
|
|
344
|
+
defaultCheckedChanged(): void;
|
|
345
|
+
checked: boolean;
|
|
346
|
+
checkedChanged(prev: boolean | undefined, _next: boolean): void;
|
|
347
|
+
checkedAttribute: boolean;
|
|
348
|
+
currentChecked: boolean;
|
|
349
|
+
updateForm(): void;
|
|
350
|
+
connectedCallback(): void;
|
|
351
|
+
formResetCallback(): void;
|
|
352
|
+
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
353
|
+
readonly validity: ValidityState;
|
|
354
|
+
readonly form: HTMLFormElement | null;
|
|
355
|
+
readonly validationMessage: string;
|
|
356
|
+
readonly willValidate: boolean;
|
|
357
|
+
readonly labels: readonly Node[];
|
|
358
|
+
dirtyValue: boolean;
|
|
359
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
360
|
+
value: string;
|
|
361
|
+
valueChanged(_previous: string, _next: string): void;
|
|
362
|
+
currentValue: string;
|
|
363
|
+
initialValue: string;
|
|
364
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
365
|
+
disabled: boolean;
|
|
366
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
367
|
+
name: string;
|
|
368
|
+
nameChanged(_previous: string, _next: string): void;
|
|
369
|
+
required: boolean;
|
|
370
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
371
|
+
readonly elementInternals: ElementInternals | null;
|
|
372
|
+
proxyEventsToBlock: string[];
|
|
373
|
+
disconnectedCallback: (() => void) & (() => void);
|
|
374
|
+
checkValidity(): boolean;
|
|
375
|
+
reportValidity(): boolean;
|
|
376
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
377
|
+
formDisabledCallback(disabled: boolean): void;
|
|
378
|
+
proxyInitialized: boolean;
|
|
379
|
+
attachProxy(): void;
|
|
380
|
+
detachProxy(): void;
|
|
381
|
+
validate(anchor?: HTMLElement | undefined): void;
|
|
382
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
383
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
384
|
+
stopPropagation(e: Event): void;
|
|
385
|
+
specialHandling: boolean;
|
|
386
|
+
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
387
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
388
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
389
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
390
|
+
accessKey: string;
|
|
391
|
+
readonly accessKeyLabel: string;
|
|
392
|
+
autocapitalize: string;
|
|
393
|
+
dir: string;
|
|
394
|
+
draggable: boolean;
|
|
395
|
+
hidden: boolean;
|
|
396
|
+
inert: boolean;
|
|
397
|
+
innerText: string;
|
|
398
|
+
lang: string;
|
|
399
|
+
readonly offsetHeight: number;
|
|
400
|
+
readonly offsetLeft: number;
|
|
401
|
+
readonly offsetParent: Element | null;
|
|
402
|
+
readonly offsetTop: number;
|
|
403
|
+
readonly offsetWidth: number;
|
|
404
|
+
outerText: string;
|
|
405
|
+
spellcheck: boolean;
|
|
406
|
+
title: string;
|
|
407
|
+
translate: boolean;
|
|
408
|
+
attachInternals(): ElementInternals;
|
|
409
|
+
click(): void;
|
|
410
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
411
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
412
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
413
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
414
|
+
dropzone: import("dropzone");
|
|
415
|
+
readonly attributes: NamedNodeMap;
|
|
416
|
+
readonly classList: DOMTokenList;
|
|
417
|
+
className: string;
|
|
418
|
+
readonly clientHeight: number;
|
|
419
|
+
readonly clientLeft: number;
|
|
420
|
+
readonly clientTop: number;
|
|
421
|
+
readonly clientWidth: number;
|
|
422
|
+
id: string;
|
|
423
|
+
readonly localName: string;
|
|
424
|
+
readonly namespaceURI: string | null;
|
|
425
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
426
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
427
|
+
outerHTML: string;
|
|
428
|
+
readonly ownerDocument: Document;
|
|
429
|
+
readonly part: DOMTokenList;
|
|
430
|
+
readonly prefix: string | null;
|
|
431
|
+
readonly scrollHeight: number;
|
|
432
|
+
scrollLeft: number;
|
|
433
|
+
scrollTop: number;
|
|
434
|
+
readonly scrollWidth: number;
|
|
435
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
436
|
+
slot: string;
|
|
437
|
+
readonly tagName: string;
|
|
438
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
439
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
440
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
441
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
442
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
443
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
444
|
+
getAttribute(qualifiedName: string): string | null;
|
|
445
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
446
|
+
getAttributeNames(): string[];
|
|
447
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
448
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
449
|
+
getBoundingClientRect(): DOMRect;
|
|
450
|
+
getClientRects(): DOMRectList;
|
|
451
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
452
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
453
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
454
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
455
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
456
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
457
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
458
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
459
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
460
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
461
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
462
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
463
|
+
hasAttributes(): boolean;
|
|
464
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
465
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
466
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
467
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
468
|
+
matches(selectors: string): boolean;
|
|
469
|
+
releasePointerCapture(pointerId: number): void;
|
|
470
|
+
removeAttribute(qualifiedName: string): void;
|
|
471
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
472
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
473
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
474
|
+
requestPointerLock(): void;
|
|
475
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
476
|
+
scroll(x: number, y: number): void;
|
|
477
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
478
|
+
scrollBy(x: number, y: number): void;
|
|
479
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
480
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
481
|
+
scrollTo(x: number, y: number): void;
|
|
482
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
483
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
484
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
485
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
486
|
+
setPointerCapture(pointerId: number): void;
|
|
487
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
488
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
489
|
+
readonly baseURI: string;
|
|
490
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
491
|
+
readonly firstChild: ChildNode | null;
|
|
492
|
+
readonly isConnected: boolean;
|
|
493
|
+
readonly lastChild: ChildNode | null;
|
|
494
|
+
readonly nextSibling: ChildNode | null;
|
|
495
|
+
readonly nodeName: string;
|
|
496
|
+
readonly nodeType: number;
|
|
497
|
+
nodeValue: string | null;
|
|
498
|
+
readonly parentElement: HTMLElement | null;
|
|
499
|
+
readonly parentNode: ParentNode | null;
|
|
500
|
+
readonly previousSibling: ChildNode | null;
|
|
501
|
+
textContent: string | null;
|
|
502
|
+
appendChild<T extends Node>(node: T): T;
|
|
503
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
504
|
+
compareDocumentPosition(other: Node): number;
|
|
505
|
+
contains(other: Node | null): boolean;
|
|
506
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
507
|
+
hasChildNodes(): boolean;
|
|
508
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
509
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
510
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
511
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
512
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
513
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
514
|
+
normalize(): void;
|
|
515
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
516
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
517
|
+
readonly ELEMENT_NODE: 1;
|
|
518
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
519
|
+
readonly TEXT_NODE: 3;
|
|
520
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
521
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
522
|
+
readonly ENTITY_NODE: 6;
|
|
523
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
524
|
+
readonly COMMENT_NODE: 8;
|
|
525
|
+
readonly DOCUMENT_NODE: 9;
|
|
526
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
527
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
528
|
+
readonly NOTATION_NODE: 12;
|
|
529
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
530
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
531
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
532
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
533
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
534
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
535
|
+
dispatchEvent(event: Event): boolean;
|
|
536
|
+
ariaAtomic: string | null;
|
|
537
|
+
ariaAutoComplete: string | null;
|
|
538
|
+
ariaBusy: string | null;
|
|
539
|
+
ariaChecked: string | null;
|
|
540
|
+
ariaColCount: string | null;
|
|
541
|
+
ariaColIndex: string | null;
|
|
542
|
+
ariaColSpan: string | null;
|
|
543
|
+
ariaCurrent: string | null;
|
|
544
|
+
ariaDisabled: string | null;
|
|
545
|
+
ariaExpanded: string | null;
|
|
546
|
+
ariaHasPopup: string | null;
|
|
547
|
+
ariaHidden: string | null;
|
|
548
|
+
ariaInvalid: string | null;
|
|
549
|
+
ariaKeyShortcuts: string | null;
|
|
550
|
+
ariaLabel: string | null;
|
|
551
|
+
ariaLevel: string | null;
|
|
552
|
+
ariaLive: string | null;
|
|
553
|
+
ariaModal: string | null;
|
|
554
|
+
ariaMultiLine: string | null;
|
|
555
|
+
ariaMultiSelectable: string | null;
|
|
556
|
+
ariaOrientation: string | null;
|
|
557
|
+
ariaPlaceholder: string | null;
|
|
558
|
+
ariaPosInSet: string | null;
|
|
559
|
+
ariaPressed: string | null;
|
|
560
|
+
ariaReadOnly: string | null;
|
|
561
|
+
ariaRequired: string | null;
|
|
562
|
+
ariaRoleDescription: string | null;
|
|
563
|
+
ariaRowCount: string | null;
|
|
564
|
+
ariaRowIndex: string | null;
|
|
565
|
+
ariaRowSpan: string | null;
|
|
566
|
+
ariaSelected: string | null;
|
|
567
|
+
ariaSetSize: string | null;
|
|
568
|
+
ariaSort: string | null;
|
|
569
|
+
ariaValueMax: string | null;
|
|
570
|
+
ariaValueMin: string | null;
|
|
571
|
+
ariaValueNow: string | null;
|
|
572
|
+
ariaValueText: string | null;
|
|
573
|
+
role: string | null;
|
|
574
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
575
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
576
|
+
after(...nodes: (string | Node)[]): void;
|
|
577
|
+
before(...nodes: (string | Node)[]): void;
|
|
578
|
+
remove(): void;
|
|
579
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
580
|
+
innerHTML: string;
|
|
581
|
+
readonly nextElementSibling: Element | null;
|
|
582
|
+
readonly previousElementSibling: Element | null;
|
|
583
|
+
readonly childElementCount: number;
|
|
584
|
+
readonly children: HTMLCollection;
|
|
585
|
+
readonly firstElementChild: Element | null;
|
|
586
|
+
readonly lastElementChild: Element | null;
|
|
587
|
+
append(...nodes: (string | Node)[]): void;
|
|
588
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
589
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
590
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
591
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
592
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
593
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
594
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
595
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
596
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
597
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
598
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
599
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
600
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
601
|
+
readonly style: CSSStyleDeclaration;
|
|
602
|
+
contentEditable: string;
|
|
603
|
+
enterKeyHint: string;
|
|
604
|
+
inputMode: string;
|
|
605
|
+
readonly isContentEditable: boolean;
|
|
606
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
607
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
608
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
609
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
610
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
611
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
612
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
613
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
614
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
615
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
616
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
617
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
618
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
619
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
620
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
621
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
622
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
623
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
624
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
625
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
626
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
627
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
628
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
629
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
630
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
631
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
632
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
633
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
634
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
635
|
+
onerror: OnErrorEventHandler;
|
|
636
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
637
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
638
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
639
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
640
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
641
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
642
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
643
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
644
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
645
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
646
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
647
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
648
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
649
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
650
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
651
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
652
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
653
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
654
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
655
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
656
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
657
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
658
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
659
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
660
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
661
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
662
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
663
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
664
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
665
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
666
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
667
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
668
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
669
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
670
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
672
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
673
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
674
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
675
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
676
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
677
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
678
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
679
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
680
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
681
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
682
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
683
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
684
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
685
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
686
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
687
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
688
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
689
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
690
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
691
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
692
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
693
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
694
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
695
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
696
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
697
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
698
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
699
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
700
|
+
autofocus: boolean;
|
|
701
|
+
readonly dataset: DOMStringMap;
|
|
702
|
+
nonce?: string | undefined;
|
|
703
|
+
tabIndex: number;
|
|
704
|
+
blur(): void;
|
|
705
|
+
focus(options?: FocusOptions | undefined): void;
|
|
706
|
+
ariaColIndexText: string | null;
|
|
707
|
+
ariaDescription: string | null;
|
|
708
|
+
ariaRowIndexText: string | null;
|
|
709
|
+
ariaRelevant: string | null;
|
|
710
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
711
|
+
newPropertyName: string;
|
|
712
|
+
deprecatedPropertyName: string;
|
|
713
|
+
fromDeprecated: (v: any) => any;
|
|
714
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
715
|
+
}): void;
|
|
716
|
+
};
|
|
717
|
+
readonly formAssociated: boolean;
|
|
718
|
+
} & typeof VividElement;
|
|
335
719
|
export declare class Switch extends Switch_base {
|
|
336
720
|
label?: string;
|
|
337
721
|
connotation?: SwitchConnotation;
|
|
338
722
|
readOnly: boolean;
|
|
339
723
|
constructor();
|
|
340
|
-
private updateForm;
|
|
341
724
|
}
|
|
342
725
|
export {};
|
package/lib/tab/tab.d.ts
CHANGED
|
@@ -332,6 +332,12 @@ declare const Tab_base: {
|
|
|
332
332
|
ariaDescription: string | null;
|
|
333
333
|
ariaRowIndexText: string | null;
|
|
334
334
|
ariaRelevant: string | null;
|
|
335
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
336
|
+
newPropertyName: string;
|
|
337
|
+
deprecatedPropertyName: string;
|
|
338
|
+
fromDeprecated: (v: any) => any;
|
|
339
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
340
|
+
}): void;
|
|
335
341
|
};
|
|
336
342
|
} & {
|
|
337
343
|
new (...args: any[]): {
|
|
@@ -665,6 +671,12 @@ declare const Tab_base: {
|
|
|
665
671
|
ariaDescription: string | null;
|
|
666
672
|
ariaRowIndexText: string | null;
|
|
667
673
|
ariaRelevant: string | null;
|
|
674
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
675
|
+
newPropertyName: string;
|
|
676
|
+
deprecatedPropertyName: string;
|
|
677
|
+
fromDeprecated: (v: any) => any;
|
|
678
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
679
|
+
}): void;
|
|
668
680
|
};
|
|
669
681
|
} & {
|
|
670
682
|
new (...args: any[]): {
|
|
@@ -996,6 +1008,12 @@ declare const Tab_base: {
|
|
|
996
1008
|
ariaDescription: string | null;
|
|
997
1009
|
ariaRowIndexText: string | null;
|
|
998
1010
|
ariaRelevant: string | null;
|
|
1011
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1012
|
+
newPropertyName: string;
|
|
1013
|
+
deprecatedPropertyName: string;
|
|
1014
|
+
fromDeprecated: (v: any) => any;
|
|
1015
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1016
|
+
}): void;
|
|
999
1017
|
};
|
|
1000
1018
|
} & typeof VividElement;
|
|
1001
1019
|
export declare class Tab extends Tab_base {
|
|
@@ -1005,7 +1023,6 @@ export declare class Tab extends Tab_base {
|
|
|
1005
1023
|
label?: string;
|
|
1006
1024
|
removable: boolean;
|
|
1007
1025
|
tabIndex: number;
|
|
1008
|
-
ariaSelected: string | null;
|
|
1009
1026
|
_handleCloseClick(e: Event): void;
|
|
1010
1027
|
_onKeyDown(e: KeyboardEvent): boolean;
|
|
1011
1028
|
}
|
|
@@ -328,6 +328,12 @@ declare const TabPanel_base: {
|
|
|
328
328
|
ariaDescription: string | null;
|
|
329
329
|
ariaRowIndexText: string | null;
|
|
330
330
|
ariaRelevant: string | null;
|
|
331
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
332
|
+
newPropertyName: string;
|
|
333
|
+
deprecatedPropertyName: string;
|
|
334
|
+
fromDeprecated: (v: any) => any;
|
|
335
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
336
|
+
}): void;
|
|
331
337
|
};
|
|
332
338
|
} & typeof VividElement;
|
|
333
339
|
export declare class TabPanel extends TabPanel_base {
|
package/lib/tag/tag.d.ts
CHANGED
|
@@ -333,6 +333,12 @@ declare const Tag_base: {
|
|
|
333
333
|
ariaDescription: string | null;
|
|
334
334
|
ariaRowIndexText: string | null;
|
|
335
335
|
ariaRelevant: string | null;
|
|
336
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
337
|
+
newPropertyName: string;
|
|
338
|
+
deprecatedPropertyName: string;
|
|
339
|
+
fromDeprecated: (v: any) => any;
|
|
340
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
341
|
+
}): void;
|
|
336
342
|
};
|
|
337
343
|
} & {
|
|
338
344
|
new (...args: any[]): {
|
|
@@ -665,6 +671,12 @@ declare const Tag_base: {
|
|
|
665
671
|
ariaDescription: string | null;
|
|
666
672
|
ariaRowIndexText: string | null;
|
|
667
673
|
ariaRelevant: string | null;
|
|
674
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
675
|
+
newPropertyName: string;
|
|
676
|
+
deprecatedPropertyName: string;
|
|
677
|
+
fromDeprecated: (v: any) => any;
|
|
678
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
679
|
+
}): void;
|
|
668
680
|
};
|
|
669
681
|
} & typeof VividElement;
|
|
670
682
|
export declare class Tag extends Tag_base {
|
|
@@ -328,6 +328,12 @@ declare const TagGroup_base: {
|
|
|
328
328
|
ariaDescription: string | null;
|
|
329
329
|
ariaRowIndexText: string | null;
|
|
330
330
|
ariaRelevant: string | null;
|
|
331
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
332
|
+
newPropertyName: string;
|
|
333
|
+
deprecatedPropertyName: string;
|
|
334
|
+
fromDeprecated: (v: any) => any;
|
|
335
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
336
|
+
}): void;
|
|
331
337
|
};
|
|
332
338
|
} & typeof VividElement;
|
|
333
339
|
export declare class TagGroup extends TagGroup_base {
|