@vonage/vivid 4.25.0 → 4.27.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 +3371 -1999
- package/lib/accordion-item/accordion-item.d.ts +2 -2
- package/lib/action-group/action-group.d.ts +1 -1
- package/lib/alert/alert.d.ts +5 -5
- package/lib/audio-player/audio-player.d.ts +3 -3
- package/lib/avatar/avatar.d.ts +393 -1
- package/lib/avatar/avatar.template.d.ts +2 -2
- package/lib/badge/badge.d.ts +2 -2
- package/lib/banner/banner.d.ts +6 -6
- package/lib/breadcrumb/breadcrumb.d.ts +1 -1
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +1 -1
- package/lib/button/button.d.ts +6 -6
- package/lib/calendar/calendar.d.ts +2 -0
- package/lib/calendar-event/calendar-event.d.ts +1 -1
- package/lib/card/card.d.ts +1 -1
- package/lib/checkbox/checkbox.d.ts +10 -10
- package/lib/combobox/combobox.d.ts +11 -11
- package/lib/data-grid/data-grid-cell.d.ts +6 -4
- package/lib/data-grid/data-grid-row.d.ts +1 -0
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +75 -75
- package/lib/date-picker/date-picker.template.d.ts +1 -1
- package/lib/date-range-picker/date-range-picker.d.ts +44 -44
- package/lib/date-range-picker/date-range-picker.template.d.ts +1 -1
- package/lib/date-time-picker/date-time-picker.d.ts +64 -64
- package/lib/date-time-picker/date-time-picker.template.d.ts +1 -1
- package/lib/dial-pad/dial-pad.d.ts +3 -3
- package/lib/dialog/dialog.d.ts +5 -4
- package/lib/divider/divider.d.ts +1 -1
- package/lib/fab/fab.d.ts +2 -2
- package/lib/file-picker/file-picker.d.ts +10 -10
- package/lib/header/header.d.ts +1 -1
- package/lib/menu/menu.d.ts +2 -2
- package/lib/menu-item/menu-item.d.ts +3 -3
- package/lib/nav/nav.d.ts +1 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +3 -3
- package/lib/nav-item/nav-item.d.ts +3 -3
- package/lib/note/note.d.ts +2 -2
- package/lib/number-field/locale.d.ts +3 -2
- package/lib/number-field/number-field.d.ts +15 -15
- package/lib/option/option.d.ts +3 -3
- package/lib/pagination/locale.d.ts +5 -0
- package/lib/pagination/pagination.d.ts +341 -2
- package/lib/popup/popup.d.ts +1 -0
- package/lib/progress/progress.d.ts +1 -1
- package/lib/progress-ring/progress-ring.d.ts +1 -1
- package/lib/radio/radio.d.ts +3 -3
- package/lib/radio-group/radio-group.d.ts +4 -4
- package/lib/range-slider/range-slider.d.ts +5 -5
- package/lib/rich-text-editor/menubar/menubar.d.ts +3 -3
- package/lib/rich-text-editor/rich-text-editor.d.ts +3 -3
- package/lib/searchable-select/locale.d.ts +1 -1
- package/lib/searchable-select/option-tag.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +15 -15
- package/lib/select/select.d.ts +12 -12
- package/lib/selectable-box/selectable-box.d.ts +1 -1
- package/lib/slider/slider.d.ts +5 -5
- package/lib/split-button/split-button.d.ts +6 -6
- package/lib/switch/switch.d.ts +2 -2
- package/lib/tab/tab.d.ts +6 -6
- package/lib/tab-panel/tab-panel.d.ts +1 -1
- package/lib/tag/locale.d.ts +3 -0
- package/lib/tag/tag.d.ts +343 -6
- package/lib/tag-group/tag-group.d.ts +1 -1
- package/lib/text-area/text-area.d.ts +14 -14
- package/lib/text-field/text-field.d.ts +16 -16
- package/lib/time-picker/time-picker.d.ts +21 -21
- package/lib/toggletip/toggletip.d.ts +1 -1
- package/lib/tooltip/tooltip.d.ts +1 -1
- package/lib/tree-item/tree-item.d.ts +3 -3
- package/lib/tree-view/tree-view.d.ts +1 -1
- package/lib/video-player/video-player.d.ts +3 -3
- package/locales/de-DE.cjs +40 -5
- package/locales/de-DE.js +40 -5
- package/locales/en-GB.cjs +40 -5
- package/locales/en-GB.js +40 -5
- package/locales/en-US.cjs +40 -5
- package/locales/en-US.js +40 -5
- package/locales/ja-JP.cjs +40 -5
- package/locales/ja-JP.js +40 -5
- package/locales/zh-CN.cjs +40 -5
- package/locales/zh-CN.js +40 -5
- package/package.json +73 -45
- package/shared/aria/delegates-aria.d.ts +1 -1
- package/shared/aria/host-semantics.d.ts +1 -1
- package/shared/calendar-picker.template.cjs +40 -13
- package/shared/calendar-picker.template.js +40 -13
- package/shared/definition.cjs +19 -3
- package/shared/definition.js +20 -4
- package/shared/definition11.cjs +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition13.cjs +25 -0
- package/shared/definition13.js +26 -1
- package/shared/definition15.cjs +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.cjs +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.cjs +602 -522
- package/shared/definition17.js +600 -520
- package/shared/definition18.cjs +8 -1
- package/shared/definition18.js +8 -1
- package/shared/definition19.cjs +9 -2
- package/shared/definition19.js +9 -2
- package/shared/definition2.cjs +1 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.cjs +3 -1
- package/shared/definition20.js +3 -1
- package/shared/definition21.cjs +2 -2
- package/shared/definition21.js +2 -2
- package/shared/definition22.cjs +9 -3
- package/shared/definition22.js +9 -3
- package/shared/definition28.cjs +2 -2
- package/shared/definition28.js +2 -2
- package/shared/definition3.cjs +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition30.cjs +1 -1
- package/shared/definition30.js +1 -1
- package/shared/definition31.cjs +1 -1
- package/shared/definition31.js +1 -1
- package/shared/definition32.cjs +1 -1
- package/shared/definition32.js +1 -1
- package/shared/definition36.cjs +41 -30
- package/shared/definition36.js +34 -23
- package/shared/definition38.cjs +30 -23
- package/shared/definition38.js +30 -23
- package/shared/definition4.cjs +1 -1
- package/shared/definition4.js +1 -1
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.cjs +2 -2
- package/shared/definition42.js +2 -2
- package/shared/definition44.cjs +129 -117
- package/shared/definition44.js +130 -118
- package/shared/definition45.cjs +17 -7
- package/shared/definition45.js +17 -7
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition49.cjs +6 -6
- package/shared/definition49.js +6 -6
- package/shared/definition54.cjs +2 -2
- package/shared/definition54.js +2 -2
- package/shared/definition56.cjs +5 -4
- package/shared/definition56.js +5 -4
- package/shared/definition57.cjs +1 -1
- package/shared/definition57.js +1 -1
- package/shared/definition58.cjs +1 -1
- package/shared/definition58.js +1 -1
- package/shared/definition59.cjs +3 -1
- package/shared/definition59.js +3 -1
- package/shared/definition6.cjs +45 -12
- package/shared/definition6.js +45 -12
- package/shared/definition63.cjs +2 -2
- package/shared/definition63.js +2 -2
- package/shared/definition64.cjs +136 -38
- package/shared/definition64.js +136 -38
- package/shared/definition67.cjs +36 -15
- package/shared/definition67.js +37 -16
- package/shared/feedback/feedback-message.d.ts +1 -1
- package/shared/feedback/mixins.d.ts +2 -2
- package/shared/form-associated.cjs +4 -0
- package/shared/form-associated.js +4 -0
- package/shared/foundation/button/button.d.ts +1 -1
- package/shared/foundation/vivid-element/vivid-element.d.ts +2 -0
- package/shared/key-codes.js +1 -1
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/mixins.cjs +4 -1
- package/shared/mixins.js +4 -1
- package/shared/patterns/affix.d.ts +2 -2
- package/shared/patterns/char-count/char-count.d.ts +1 -1
- package/shared/patterns/form-elements/with-success-text.d.ts +1 -1
- package/shared/patterns/linkable.d.ts +1 -1
- package/shared/patterns/localized.d.ts +1 -1
- package/shared/patterns/trapped-focus.d.ts +1 -1
- package/shared/picker-field/mixins/calendar-picker.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-picker.locale.d.ts +5 -0
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +4 -4
- package/shared/picker-field/mixins/single-date-picker.d.ts +4 -4
- package/shared/picker-field/mixins/single-value-picker.d.ts +1 -1
- package/shared/picker-field/mixins/time-selection-picker.d.ts +2 -2
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +2 -2
- package/shared/picker-field/picker-field.d.ts +3 -3
- package/shared/picker-field.template.cjs +13 -13
- package/shared/picker-field.template.js +13 -13
- package/shared/vivid-element.cjs +11 -1
- package/shared/vivid-element.js +11 -1
- package/styles/core/all.css +5 -5
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +4 -4
- package/styles/fonts/spezia-variable.css +15 -15
- 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/vivid.api.json +395 -277
package/lib/select/select.d.ts
CHANGED
|
@@ -10,19 +10,19 @@ declare const Select_base: {
|
|
|
10
10
|
_helperTextSlottedContentChanged(_: HTMLElement[], newContent: HTMLElement[]): void;
|
|
11
11
|
readonly _feedbackDescribedBy: string;
|
|
12
12
|
_feedbackId: string;
|
|
13
|
-
_getFeedbackTemplate(ctx: import("
|
|
13
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
14
14
|
helperText?: string | undefined;
|
|
15
15
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
16
16
|
_internalFeedback(): {
|
|
17
|
-
type: import("
|
|
17
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
18
18
|
message: string;
|
|
19
19
|
};
|
|
20
20
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
21
|
+
connectedCallback(): void;
|
|
21
22
|
specialHandling: boolean;
|
|
22
|
-
_vividAriaBehaviour: import("
|
|
23
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
23
24
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
24
25
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
25
|
-
connectedCallback(): void;
|
|
26
26
|
disconnectedCallback(): void;
|
|
27
27
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
28
28
|
accessKey: string;
|
|
@@ -401,7 +401,7 @@ declare const Select_base: {
|
|
|
401
401
|
_keypressHandler(e: KeyboardEvent): void;
|
|
402
402
|
stopPropagation(e: Event): void;
|
|
403
403
|
specialHandling: boolean;
|
|
404
|
-
_vividAriaBehaviour: import("
|
|
404
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
405
405
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
406
406
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
407
407
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -735,11 +735,11 @@ declare const Select_base: {
|
|
|
735
735
|
} & {
|
|
736
736
|
new (...args: any[]): {
|
|
737
737
|
successText?: string | undefined;
|
|
738
|
+
connectedCallback(): void;
|
|
738
739
|
specialHandling: boolean;
|
|
739
|
-
_vividAriaBehaviour: import("
|
|
740
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
740
741
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
741
742
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
742
|
-
connectedCallback(): void;
|
|
743
743
|
disconnectedCallback(): void;
|
|
744
744
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
745
745
|
accessKey: string;
|
|
@@ -1112,7 +1112,7 @@ declare const Select_base: {
|
|
|
1112
1112
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1113
1113
|
stopPropagation(e: Event): void;
|
|
1114
1114
|
specialHandling: boolean;
|
|
1115
|
-
_vividAriaBehaviour: import("
|
|
1115
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1116
1116
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1117
1117
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1118
1118
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1446,10 +1446,10 @@ declare const Select_base: {
|
|
|
1446
1446
|
} & {
|
|
1447
1447
|
new (...args: any[]): {
|
|
1448
1448
|
_vividAriaBehaviour: "host";
|
|
1449
|
+
connectedCallback(): void;
|
|
1449
1450
|
specialHandling: boolean;
|
|
1450
1451
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1451
1452
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1452
|
-
connectedCallback(): void;
|
|
1453
1453
|
disconnectedCallback(): void;
|
|
1454
1454
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1455
1455
|
accessKey: string;
|
|
@@ -1784,11 +1784,11 @@ declare const Select_base: {
|
|
|
1784
1784
|
iconTrailing: boolean;
|
|
1785
1785
|
icon?: string | undefined;
|
|
1786
1786
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
1787
|
+
connectedCallback(): void;
|
|
1787
1788
|
specialHandling: boolean;
|
|
1788
|
-
_vividAriaBehaviour: import("
|
|
1789
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1789
1790
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1790
1791
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1791
|
-
connectedCallback(): void;
|
|
1792
1792
|
disconnectedCallback(): void;
|
|
1793
1793
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1794
1794
|
accessKey: string;
|
|
@@ -2156,7 +2156,7 @@ declare const Select_base: {
|
|
|
2156
2156
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2157
2157
|
stopPropagation(e: Event): void;
|
|
2158
2158
|
specialHandling: boolean;
|
|
2159
|
-
_vividAriaBehaviour: import("
|
|
2159
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2160
2160
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2161
2161
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2162
2162
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -5,10 +5,10 @@ export type SelectableBoxControlType = 'checkbox' | 'radio';
|
|
|
5
5
|
declare const SelectableBox_base: {
|
|
6
6
|
new (...args: any[]): {
|
|
7
7
|
_vividAriaBehaviour: "delegate";
|
|
8
|
+
connectedCallback(): void;
|
|
8
9
|
specialHandling: boolean;
|
|
9
10
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
10
11
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
11
|
-
connectedCallback(): void;
|
|
12
12
|
disconnectedCallback(): void;
|
|
13
13
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
14
14
|
accessKey: string;
|
package/lib/slider/slider.d.ts
CHANGED
|
@@ -8,12 +8,12 @@ export declare const SliderMode: {
|
|
|
8
8
|
export type SliderMode = typeof SliderMode[keyof typeof SliderMode];
|
|
9
9
|
declare const Slider_base: {
|
|
10
10
|
new (...args: any[]): {
|
|
11
|
-
readonly locale: import("
|
|
11
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
12
|
+
connectedCallback(): void;
|
|
12
13
|
specialHandling: boolean;
|
|
13
|
-
_vividAriaBehaviour: import("
|
|
14
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
14
15
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
15
16
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
16
|
-
connectedCallback(): void;
|
|
17
17
|
disconnectedCallback(): void;
|
|
18
18
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
19
19
|
accessKey: string;
|
|
@@ -346,10 +346,10 @@ declare const Slider_base: {
|
|
|
346
346
|
} & {
|
|
347
347
|
new (...args: any[]): {
|
|
348
348
|
_vividAriaBehaviour: "delegate";
|
|
349
|
+
connectedCallback(): void;
|
|
349
350
|
specialHandling: boolean;
|
|
350
351
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
351
352
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
352
|
-
connectedCallback(): void;
|
|
353
353
|
disconnectedCallback(): void;
|
|
354
354
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
355
355
|
accessKey: string;
|
|
@@ -717,7 +717,7 @@ declare const Slider_base: {
|
|
|
717
717
|
_keypressHandler(e: KeyboardEvent): void;
|
|
718
718
|
stopPropagation(e: Event): void;
|
|
719
719
|
specialHandling: boolean;
|
|
720
|
-
_vividAriaBehaviour: import("
|
|
720
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
721
721
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
722
722
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
723
723
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -9,11 +9,11 @@ declare const SplitButton_base: {
|
|
|
9
9
|
new (...args: any[]): {
|
|
10
10
|
icon?: string | undefined;
|
|
11
11
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
12
|
+
connectedCallback(): void;
|
|
12
13
|
specialHandling: boolean;
|
|
13
|
-
_vividAriaBehaviour: import("
|
|
14
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
14
15
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
15
16
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
16
|
-
connectedCallback(): void;
|
|
17
17
|
disconnectedCallback(): void;
|
|
18
18
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
19
19
|
accessKey: string;
|
|
@@ -345,12 +345,12 @@ declare const SplitButton_base: {
|
|
|
345
345
|
};
|
|
346
346
|
} & {
|
|
347
347
|
new (...args: any[]): {
|
|
348
|
-
readonly locale: import("
|
|
348
|
+
readonly locale: import("../../shared/localization/Locale.js").Locale;
|
|
349
|
+
connectedCallback(): void;
|
|
349
350
|
specialHandling: boolean;
|
|
350
|
-
_vividAriaBehaviour: import("
|
|
351
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
351
352
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
352
353
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
353
|
-
connectedCallback(): void;
|
|
354
354
|
disconnectedCallback(): void;
|
|
355
355
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
356
356
|
accessKey: string;
|
|
@@ -683,10 +683,10 @@ declare const SplitButton_base: {
|
|
|
683
683
|
} & {
|
|
684
684
|
new (...args: any[]): {
|
|
685
685
|
_vividAriaBehaviour: "delegate";
|
|
686
|
+
connectedCallback(): void;
|
|
686
687
|
specialHandling: boolean;
|
|
687
688
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
688
689
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
689
|
-
connectedCallback(): void;
|
|
690
690
|
disconnectedCallback(): void;
|
|
691
691
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
692
692
|
accessKey: string;
|
package/lib/switch/switch.d.ts
CHANGED
|
@@ -4,10 +4,10 @@ export type SwitchConnotation = Connotation.Accent | Connotation.Alert | Connota
|
|
|
4
4
|
declare const Switch_base: {
|
|
5
5
|
new (...args: any[]): {
|
|
6
6
|
_vividAriaBehaviour: "delegate";
|
|
7
|
+
connectedCallback(): void;
|
|
7
8
|
specialHandling: boolean;
|
|
8
9
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
9
10
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
10
|
-
connectedCallback(): void;
|
|
11
11
|
disconnectedCallback(): void;
|
|
12
12
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
13
13
|
accessKey: string;
|
|
@@ -383,7 +383,7 @@ declare const Switch_base: {
|
|
|
383
383
|
_keypressHandler(e: KeyboardEvent): void;
|
|
384
384
|
stopPropagation(e: Event): void;
|
|
385
385
|
specialHandling: boolean;
|
|
386
|
-
_vividAriaBehaviour: import("
|
|
386
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
387
387
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
388
388
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
389
389
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
package/lib/tab/tab.d.ts
CHANGED
|
@@ -6,10 +6,10 @@ export type TabShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Sharp>;
|
|
|
6
6
|
declare const Tab_base: {
|
|
7
7
|
new (...args: any[]): {
|
|
8
8
|
_vividAriaBehaviour: "host";
|
|
9
|
+
connectedCallback(): void;
|
|
9
10
|
specialHandling: boolean;
|
|
10
11
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
11
12
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
12
|
-
connectedCallback(): void;
|
|
13
13
|
disconnectedCallback(): void;
|
|
14
14
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
15
15
|
accessKey: string;
|
|
@@ -344,11 +344,11 @@ declare const Tab_base: {
|
|
|
344
344
|
iconTrailing: boolean;
|
|
345
345
|
icon?: string | undefined;
|
|
346
346
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
347
|
+
connectedCallback(): void;
|
|
347
348
|
specialHandling: boolean;
|
|
348
|
-
_vividAriaBehaviour: import("
|
|
349
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
349
350
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
350
351
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
351
|
-
connectedCallback(): void;
|
|
352
352
|
disconnectedCallback(): void;
|
|
353
353
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
354
354
|
accessKey: string;
|
|
@@ -680,12 +680,12 @@ declare const Tab_base: {
|
|
|
680
680
|
};
|
|
681
681
|
} & {
|
|
682
682
|
new (...args: any[]): {
|
|
683
|
-
readonly locale: import("
|
|
683
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
684
|
+
connectedCallback(): void;
|
|
684
685
|
specialHandling: boolean;
|
|
685
|
-
_vividAriaBehaviour: import("
|
|
686
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
686
687
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
687
688
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
688
|
-
connectedCallback(): void;
|
|
689
689
|
disconnectedCallback(): void;
|
|
690
690
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
691
691
|
accessKey: string;
|
|
@@ -2,10 +2,10 @@ import { VividElement } from '../../shared/foundation/vivid-element/vivid-elemen
|
|
|
2
2
|
declare const TabPanel_base: {
|
|
3
3
|
new (...args: any[]): {
|
|
4
4
|
_vividAriaBehaviour: "host";
|
|
5
|
+
connectedCallback(): void;
|
|
5
6
|
specialHandling: boolean;
|
|
6
7
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
7
8
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
8
|
-
connectedCallback(): void;
|
|
9
9
|
disconnectedCallback(): void;
|
|
10
10
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
11
11
|
accessKey: string;
|
package/lib/tag/tag.d.ts
CHANGED
|
@@ -6,11 +6,12 @@ export type TagAppearance = ExtractFromEnum<Appearance, Appearance.Subtle | Appe
|
|
|
6
6
|
export type TagShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
7
7
|
declare const Tag_base: {
|
|
8
8
|
new (...args: any[]): {
|
|
9
|
-
|
|
9
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
10
|
+
connectedCallback(): void;
|
|
10
11
|
specialHandling: boolean;
|
|
12
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
11
13
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
12
14
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
13
|
-
connectedCallback(): void;
|
|
14
15
|
disconnectedCallback(): void;
|
|
15
16
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
16
17
|
accessKey: string;
|
|
@@ -342,13 +343,11 @@ declare const Tag_base: {
|
|
|
342
343
|
};
|
|
343
344
|
} & {
|
|
344
345
|
new (...args: any[]): {
|
|
345
|
-
|
|
346
|
-
|
|
346
|
+
_vividAriaBehaviour: "delegate";
|
|
347
|
+
connectedCallback(): void;
|
|
347
348
|
specialHandling: boolean;
|
|
348
|
-
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
349
349
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
350
350
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
351
|
-
connectedCallback(): void;
|
|
352
351
|
disconnectedCallback(): void;
|
|
353
352
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
354
353
|
accessKey: string;
|
|
@@ -678,6 +677,344 @@ declare const Tag_base: {
|
|
|
678
677
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
679
678
|
}): void;
|
|
680
679
|
};
|
|
680
|
+
} & {
|
|
681
|
+
new (...args: any[]): {
|
|
682
|
+
icon?: string | undefined;
|
|
683
|
+
iconSlottedContent?: HTMLElement[] | undefined;
|
|
684
|
+
connectedCallback(): void;
|
|
685
|
+
specialHandling: boolean;
|
|
686
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
687
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
688
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
689
|
+
disconnectedCallback(): void;
|
|
690
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
691
|
+
accessKey: string;
|
|
692
|
+
readonly accessKeyLabel: string;
|
|
693
|
+
autocapitalize: string;
|
|
694
|
+
dir: string;
|
|
695
|
+
draggable: boolean;
|
|
696
|
+
hidden: boolean;
|
|
697
|
+
inert: boolean;
|
|
698
|
+
innerText: string;
|
|
699
|
+
lang: string;
|
|
700
|
+
readonly offsetHeight: number;
|
|
701
|
+
readonly offsetLeft: number;
|
|
702
|
+
readonly offsetParent: Element | null;
|
|
703
|
+
readonly offsetTop: number;
|
|
704
|
+
readonly offsetWidth: number;
|
|
705
|
+
outerText: string;
|
|
706
|
+
spellcheck: boolean;
|
|
707
|
+
title: string;
|
|
708
|
+
translate: boolean;
|
|
709
|
+
attachInternals(): ElementInternals;
|
|
710
|
+
click(): void;
|
|
711
|
+
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
712
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
713
|
+
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
714
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
715
|
+
dropzone: import("dropzone");
|
|
716
|
+
readonly attributes: NamedNodeMap;
|
|
717
|
+
readonly classList: DOMTokenList;
|
|
718
|
+
className: string;
|
|
719
|
+
readonly clientHeight: number;
|
|
720
|
+
readonly clientLeft: number;
|
|
721
|
+
readonly clientTop: number;
|
|
722
|
+
readonly clientWidth: number;
|
|
723
|
+
id: string;
|
|
724
|
+
readonly localName: string;
|
|
725
|
+
readonly namespaceURI: string | null;
|
|
726
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
727
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
728
|
+
outerHTML: string;
|
|
729
|
+
readonly ownerDocument: Document;
|
|
730
|
+
readonly part: DOMTokenList;
|
|
731
|
+
readonly prefix: string | null;
|
|
732
|
+
readonly scrollHeight: number;
|
|
733
|
+
scrollLeft: number;
|
|
734
|
+
scrollTop: number;
|
|
735
|
+
readonly scrollWidth: number;
|
|
736
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
737
|
+
slot: string;
|
|
738
|
+
readonly tagName: string;
|
|
739
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
740
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
741
|
+
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
742
|
+
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
743
|
+
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
744
|
+
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
745
|
+
getAttribute(qualifiedName: string): string | null;
|
|
746
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
747
|
+
getAttributeNames(): string[];
|
|
748
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
749
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
750
|
+
getBoundingClientRect(): DOMRect;
|
|
751
|
+
getClientRects(): DOMRectList;
|
|
752
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
753
|
+
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
754
|
+
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
755
|
+
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
756
|
+
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
757
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
758
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
759
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
760
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
761
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
762
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
763
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
764
|
+
hasAttributes(): boolean;
|
|
765
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
766
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
767
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
768
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
769
|
+
matches(selectors: string): boolean;
|
|
770
|
+
releasePointerCapture(pointerId: number): void;
|
|
771
|
+
removeAttribute(qualifiedName: string): void;
|
|
772
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
773
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
774
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
775
|
+
requestPointerLock(): void;
|
|
776
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
777
|
+
scroll(x: number, y: number): void;
|
|
778
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
779
|
+
scrollBy(x: number, y: number): void;
|
|
780
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
781
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
782
|
+
scrollTo(x: number, y: number): void;
|
|
783
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
784
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
785
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
786
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
787
|
+
setPointerCapture(pointerId: number): void;
|
|
788
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
789
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
790
|
+
readonly baseURI: string;
|
|
791
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
792
|
+
readonly firstChild: ChildNode | null;
|
|
793
|
+
readonly isConnected: boolean;
|
|
794
|
+
readonly lastChild: ChildNode | null;
|
|
795
|
+
readonly nextSibling: ChildNode | null;
|
|
796
|
+
readonly nodeName: string;
|
|
797
|
+
readonly nodeType: number;
|
|
798
|
+
nodeValue: string | null;
|
|
799
|
+
readonly parentElement: HTMLElement | null;
|
|
800
|
+
readonly parentNode: ParentNode | null;
|
|
801
|
+
readonly previousSibling: ChildNode | null;
|
|
802
|
+
textContent: string | null;
|
|
803
|
+
appendChild<T extends Node>(node: T): T;
|
|
804
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
805
|
+
compareDocumentPosition(other: Node): number;
|
|
806
|
+
contains(other: Node | null): boolean;
|
|
807
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
808
|
+
hasChildNodes(): boolean;
|
|
809
|
+
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
810
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
811
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
812
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
813
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
814
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
815
|
+
normalize(): void;
|
|
816
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
817
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
818
|
+
readonly ELEMENT_NODE: 1;
|
|
819
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
820
|
+
readonly TEXT_NODE: 3;
|
|
821
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
822
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
823
|
+
readonly ENTITY_NODE: 6;
|
|
824
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
825
|
+
readonly COMMENT_NODE: 8;
|
|
826
|
+
readonly DOCUMENT_NODE: 9;
|
|
827
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
828
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
829
|
+
readonly NOTATION_NODE: 12;
|
|
830
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
831
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
832
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
833
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
834
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
835
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
836
|
+
dispatchEvent(event: Event): boolean;
|
|
837
|
+
ariaAtomic: string | null;
|
|
838
|
+
ariaAutoComplete: string | null;
|
|
839
|
+
ariaBusy: string | null;
|
|
840
|
+
ariaChecked: string | null;
|
|
841
|
+
ariaColCount: string | null;
|
|
842
|
+
ariaColIndex: string | null;
|
|
843
|
+
ariaColSpan: string | null;
|
|
844
|
+
ariaCurrent: string | null;
|
|
845
|
+
ariaDisabled: string | null;
|
|
846
|
+
ariaExpanded: string | null;
|
|
847
|
+
ariaHasPopup: string | null;
|
|
848
|
+
ariaHidden: string | null;
|
|
849
|
+
ariaInvalid: string | null;
|
|
850
|
+
ariaKeyShortcuts: string | null;
|
|
851
|
+
ariaLabel: string | null;
|
|
852
|
+
ariaLevel: string | null;
|
|
853
|
+
ariaLive: string | null;
|
|
854
|
+
ariaModal: string | null;
|
|
855
|
+
ariaMultiLine: string | null;
|
|
856
|
+
ariaMultiSelectable: string | null;
|
|
857
|
+
ariaOrientation: string | null;
|
|
858
|
+
ariaPlaceholder: string | null;
|
|
859
|
+
ariaPosInSet: string | null;
|
|
860
|
+
ariaPressed: string | null;
|
|
861
|
+
ariaReadOnly: string | null;
|
|
862
|
+
ariaRequired: string | null;
|
|
863
|
+
ariaRoleDescription: string | null;
|
|
864
|
+
ariaRowCount: string | null;
|
|
865
|
+
ariaRowIndex: string | null;
|
|
866
|
+
ariaRowSpan: string | null;
|
|
867
|
+
ariaSelected: string | null;
|
|
868
|
+
ariaSetSize: string | null;
|
|
869
|
+
ariaSort: string | null;
|
|
870
|
+
ariaValueMax: string | null;
|
|
871
|
+
ariaValueMin: string | null;
|
|
872
|
+
ariaValueNow: string | null;
|
|
873
|
+
ariaValueText: string | null;
|
|
874
|
+
role: string | null;
|
|
875
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
876
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
877
|
+
after(...nodes: (string | Node)[]): void;
|
|
878
|
+
before(...nodes: (string | Node)[]): void;
|
|
879
|
+
remove(): void;
|
|
880
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
881
|
+
innerHTML: string;
|
|
882
|
+
readonly nextElementSibling: Element | null;
|
|
883
|
+
readonly previousElementSibling: Element | null;
|
|
884
|
+
readonly childElementCount: number;
|
|
885
|
+
readonly children: HTMLCollection;
|
|
886
|
+
readonly firstElementChild: Element | null;
|
|
887
|
+
readonly lastElementChild: Element | null;
|
|
888
|
+
append(...nodes: (string | Node)[]): void;
|
|
889
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
890
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
891
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
892
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
893
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
894
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
895
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
896
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
897
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
898
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
899
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
900
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
901
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
902
|
+
readonly style: CSSStyleDeclaration;
|
|
903
|
+
contentEditable: string;
|
|
904
|
+
enterKeyHint: string;
|
|
905
|
+
inputMode: string;
|
|
906
|
+
readonly isContentEditable: boolean;
|
|
907
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
908
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
909
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
910
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
911
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
912
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
913
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
914
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
915
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
916
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
917
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
918
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
919
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
920
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
921
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
922
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
923
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
924
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
925
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
926
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
927
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
928
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
929
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
930
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
931
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
932
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
933
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
934
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
935
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
936
|
+
onerror: OnErrorEventHandler;
|
|
937
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
938
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
939
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
940
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
941
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
942
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
943
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
944
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
945
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
946
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
947
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
948
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
949
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
950
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
951
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
952
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
953
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
954
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
955
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
956
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
957
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
958
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
959
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
960
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
961
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
962
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
963
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
964
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
965
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
966
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
967
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
968
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
969
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
970
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
971
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
972
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
973
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
974
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
975
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
976
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
977
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
978
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
979
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
980
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
981
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
982
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
983
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
984
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
985
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
986
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
987
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
988
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
989
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
990
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
991
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
992
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
993
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
994
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
995
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
996
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
997
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
998
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
999
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1000
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1001
|
+
autofocus: boolean;
|
|
1002
|
+
readonly dataset: DOMStringMap;
|
|
1003
|
+
nonce?: string | undefined;
|
|
1004
|
+
tabIndex: number;
|
|
1005
|
+
blur(): void;
|
|
1006
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1007
|
+
ariaColIndexText: string | null;
|
|
1008
|
+
ariaDescription: string | null;
|
|
1009
|
+
ariaRowIndexText: string | null;
|
|
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;
|
|
1017
|
+
};
|
|
681
1018
|
} & typeof VividElement;
|
|
682
1019
|
export declare class Tag extends Tag_base {
|
|
683
1020
|
#private;
|