@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/card/card.d.ts
CHANGED
|
@@ -58,10 +58,10 @@ declare const Card_base: {
|
|
|
58
58
|
ariaRelevant: (string | number | boolean | null | undefined) | ((x: unknown) => string | number | boolean | null | undefined);
|
|
59
59
|
}> | undefined) => import("@microsoft/fast-element").ViewTemplate<T, any>;
|
|
60
60
|
_vividAriaBehaviour: "delegate";
|
|
61
|
+
connectedCallback(): void;
|
|
61
62
|
specialHandling: boolean;
|
|
62
63
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
63
64
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
64
|
-
connectedCallback(): void;
|
|
65
65
|
disconnectedCallback(): void;
|
|
66
66
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
67
67
|
accessKey: string;
|
|
@@ -6,10 +6,10 @@ export type CheckboxConnotation = ExtractFromEnum<Connotation, Connotation.Accen
|
|
|
6
6
|
declare const Checkbox_base: {
|
|
7
7
|
new (...args: any[]): {
|
|
8
8
|
_vividAriaBehaviour: "delegate";
|
|
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;
|
|
@@ -345,16 +345,16 @@ declare const Checkbox_base: {
|
|
|
345
345
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
346
346
|
readonly _feedbackDescribedBy: string;
|
|
347
347
|
_internalFeedback(): {
|
|
348
|
-
type: import("
|
|
348
|
+
type: import("../../shared/feedback/feedback-message.js").FeedbackType;
|
|
349
349
|
message: string;
|
|
350
350
|
};
|
|
351
351
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
352
|
-
_getFeedbackTemplate(ctx: import("
|
|
352
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent.js").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
353
|
+
connectedCallback(): void;
|
|
353
354
|
specialHandling: boolean;
|
|
354
|
-
_vividAriaBehaviour: import("
|
|
355
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
355
356
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
356
357
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
357
|
-
connectedCallback(): void;
|
|
358
358
|
disconnectedCallback(): void;
|
|
359
359
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
360
360
|
accessKey: string;
|
|
@@ -733,7 +733,7 @@ declare const Checkbox_base: {
|
|
|
733
733
|
_keypressHandler(e: KeyboardEvent): void;
|
|
734
734
|
stopPropagation(e: Event): void;
|
|
735
735
|
specialHandling: boolean;
|
|
736
|
-
_vividAriaBehaviour: import("
|
|
736
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
737
737
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
738
738
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
739
739
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1067,11 +1067,11 @@ declare const Checkbox_base: {
|
|
|
1067
1067
|
} & {
|
|
1068
1068
|
new (...args: any[]): {
|
|
1069
1069
|
successText?: string | undefined;
|
|
1070
|
+
connectedCallback(): void;
|
|
1070
1071
|
specialHandling: boolean;
|
|
1071
|
-
_vividAriaBehaviour: import("
|
|
1072
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
1072
1073
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1073
1074
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1074
|
-
connectedCallback(): void;
|
|
1075
1075
|
disconnectedCallback(): void;
|
|
1076
1076
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1077
1077
|
accessKey: string;
|
|
@@ -1444,7 +1444,7 @@ declare const Checkbox_base: {
|
|
|
1444
1444
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1445
1445
|
stopPropagation(e: Event): void;
|
|
1446
1446
|
specialHandling: boolean;
|
|
1447
|
-
_vividAriaBehaviour: import("
|
|
1447
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
1448
1448
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1449
1449
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1450
1450
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1821,7 +1821,7 @@ declare const Checkbox_base: {
|
|
|
1821
1821
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1822
1822
|
stopPropagation(e: Event): void;
|
|
1823
1823
|
specialHandling: boolean;
|
|
1824
|
-
_vividAriaBehaviour: import("
|
|
1824
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
1825
1825
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1826
1826
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1827
1827
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -14,16 +14,16 @@ declare const Combobox_base: {
|
|
|
14
14
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
15
15
|
readonly _feedbackDescribedBy: string;
|
|
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
|
-
_getFeedbackTemplate(ctx: import("
|
|
21
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
22
|
+
connectedCallback(): void;
|
|
22
23
|
specialHandling: boolean;
|
|
23
|
-
_vividAriaBehaviour: import("
|
|
24
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
24
25
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
25
26
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
26
|
-
connectedCallback(): void;
|
|
27
27
|
disconnectedCallback(): void;
|
|
28
28
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
29
29
|
accessKey: string;
|
|
@@ -402,7 +402,7 @@ declare const Combobox_base: {
|
|
|
402
402
|
_keypressHandler(e: KeyboardEvent): void;
|
|
403
403
|
stopPropagation(e: Event): void;
|
|
404
404
|
specialHandling: boolean;
|
|
405
|
-
_vividAriaBehaviour: import("
|
|
405
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
406
406
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
407
407
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
408
408
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -736,11 +736,11 @@ declare const Combobox_base: {
|
|
|
736
736
|
} & {
|
|
737
737
|
new (...args: any[]): {
|
|
738
738
|
successText?: string | undefined;
|
|
739
|
+
connectedCallback(): void;
|
|
739
740
|
specialHandling: boolean;
|
|
740
|
-
_vividAriaBehaviour: import("
|
|
741
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
741
742
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
742
743
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
743
|
-
connectedCallback(): void;
|
|
744
744
|
disconnectedCallback(): void;
|
|
745
745
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
746
746
|
accessKey: string;
|
|
@@ -1113,7 +1113,7 @@ declare const Combobox_base: {
|
|
|
1113
1113
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1114
1114
|
stopPropagation(e: Event): void;
|
|
1115
1115
|
specialHandling: boolean;
|
|
1116
|
-
_vividAriaBehaviour: import("
|
|
1116
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1117
1117
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1118
1118
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1119
1119
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1448,11 +1448,11 @@ declare const Combobox_base: {
|
|
|
1448
1448
|
new (...args: any[]): {
|
|
1449
1449
|
icon?: string | undefined;
|
|
1450
1450
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
1451
|
+
connectedCallback(): void;
|
|
1451
1452
|
specialHandling: boolean;
|
|
1452
|
-
_vividAriaBehaviour: import("
|
|
1453
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1453
1454
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1454
1455
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1455
|
-
connectedCallback(): void;
|
|
1456
1456
|
disconnectedCallback(): void;
|
|
1457
1457
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1458
1458
|
accessKey: string;
|
|
@@ -1820,7 +1820,7 @@ declare const Combobox_base: {
|
|
|
1820
1820
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1821
1821
|
stopPropagation(e: Event): void;
|
|
1822
1822
|
specialHandling: boolean;
|
|
1823
|
-
_vividAriaBehaviour: import("
|
|
1823
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1824
1824
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1825
1825
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1826
1826
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -7,12 +7,12 @@ declare interface ColumnDefinitionExtended extends ColumnDefinition {
|
|
|
7
7
|
}
|
|
8
8
|
declare const DataGridCell_base: {
|
|
9
9
|
new (...args: any[]): {
|
|
10
|
-
readonly locale: import("
|
|
10
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
11
|
+
connectedCallback(): void;
|
|
11
12
|
specialHandling: boolean;
|
|
12
|
-
_vividAriaBehaviour: import("
|
|
13
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
13
14
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
14
15
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
15
|
-
connectedCallback(): void;
|
|
16
16
|
disconnectedCallback(): void;
|
|
17
17
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
18
18
|
accessKey: string;
|
|
@@ -357,8 +357,10 @@ export declare class DataGridCell extends DataGridCell_base {
|
|
|
357
357
|
private updateCellView;
|
|
358
358
|
private disconnectCellView;
|
|
359
359
|
private updateCellStyle;
|
|
360
|
+
private calculateAriaSelectedValue;
|
|
361
|
+
selected: boolean;
|
|
360
362
|
ariaSelected: string | null;
|
|
361
363
|
ariaSort: string | null;
|
|
362
|
-
|
|
364
|
+
sortDirection?: DataGridCellSortStates;
|
|
363
365
|
}
|
|
364
366
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type ViewTemplate } from '@microsoft/fast-element';
|
|
2
2
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
3
|
-
import
|
|
3
|
+
import { DataGridCell } from './data-grid-cell';
|
|
4
4
|
import { GenerateHeaderOptions } from './data-grid.options';
|
|
5
5
|
export declare const DataGridSelectionMode: {
|
|
6
6
|
readonly none: "none";
|
|
@@ -7,16 +7,16 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
7
7
|
_isDateSelected(date: string): boolean;
|
|
8
8
|
_isDateAriaSelected(date: string): boolean;
|
|
9
9
|
_getSelectedDates(): string[];
|
|
10
|
-
_selectedMonth: import("
|
|
10
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
11
11
|
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
12
12
|
_currentDate: string;
|
|
13
|
-
_currentMonth: import("
|
|
13
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
14
14
|
readonly _resolvedMinDate: string;
|
|
15
15
|
readonly _resolvedMaxDate: string;
|
|
16
16
|
_isDateInValidRange(date: string): boolean;
|
|
17
|
-
"__#19@#isMonthAfterValidRange"(month: import("
|
|
18
|
-
"__#19@#isMonthBeforeValidRange"(month: import("
|
|
19
|
-
_isMonthInValidRange(month: import("
|
|
17
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
18
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
19
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
20
20
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
21
21
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
22
22
|
_onTitleActionClick(): void;
|
|
@@ -29,7 +29,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
29
29
|
readonly _isNextMonthDisabled: boolean | "";
|
|
30
30
|
_onNextMonthClick(): void;
|
|
31
31
|
_numCalendars: number;
|
|
32
|
-
readonly _segments: import("
|
|
32
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
33
33
|
_hideDatesOutsideMonth: boolean;
|
|
34
34
|
_lastFocussedDate: string | null;
|
|
35
35
|
_isDateInSelectedRange(_: string): boolean;
|
|
@@ -42,16 +42,16 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
42
42
|
readonly _tabbableDate: string | null;
|
|
43
43
|
_monthPickerYear: number | null;
|
|
44
44
|
readonly _inMonthPicker: boolean;
|
|
45
|
-
_lastFocussedMonth: import("
|
|
46
|
-
_onMonthClick(month: import("
|
|
47
|
-
_onMonthKeydown(month: import("
|
|
48
|
-
_onMonthFocus(month: import("
|
|
49
|
-
readonly _tabbableMonth: import("
|
|
45
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
46
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
47
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
48
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
49
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
50
50
|
readOnly: boolean;
|
|
51
51
|
readOnlyChanged(): void;
|
|
52
|
-
_textFieldEl: import("
|
|
52
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
53
53
|
_dialogEl: HTMLElement;
|
|
54
|
-
_pickerButtonEl: import("
|
|
54
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
55
55
|
connectedCallback(): void;
|
|
56
56
|
disconnectedCallback(): void;
|
|
57
57
|
"__#18@#onFocusIn": () => void;
|
|
@@ -86,25 +86,25 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
86
86
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
87
87
|
readonly _feedbackDescribedBy: string;
|
|
88
88
|
_internalFeedback(): {
|
|
89
|
-
type: import("
|
|
89
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
90
90
|
message: string;
|
|
91
91
|
};
|
|
92
92
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
93
|
-
_getFeedbackTemplate(ctx: import("
|
|
93
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
94
94
|
helperText?: string | undefined;
|
|
95
95
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
96
96
|
readonly _feedbackDescribedBy: string;
|
|
97
97
|
_internalFeedback(): {
|
|
98
|
-
type: import("
|
|
98
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
99
99
|
message: string;
|
|
100
100
|
};
|
|
101
101
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
102
|
-
_getFeedbackTemplate(ctx: import("
|
|
102
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
103
|
+
connectedCallback(): void;
|
|
103
104
|
specialHandling: boolean;
|
|
104
|
-
_vividAriaBehaviour: import("
|
|
105
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
105
106
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
106
107
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
107
|
-
connectedCallback(): void;
|
|
108
108
|
disconnectedCallback(): void;
|
|
109
109
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
110
110
|
accessKey: string;
|
|
@@ -435,7 +435,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
435
435
|
}): void;
|
|
436
436
|
}, any>;
|
|
437
437
|
specialHandling: boolean;
|
|
438
|
-
_vividAriaBehaviour: import("
|
|
438
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
439
439
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
440
440
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
441
441
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -807,7 +807,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
807
807
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
808
808
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
809
809
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
810
|
-
readonly locale: import("
|
|
810
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
811
811
|
_isValidValue(value: string): boolean;
|
|
812
812
|
_toPresentationValue(value: string): string;
|
|
813
813
|
_parsePresentationValue(presentationValue: string): string;
|
|
@@ -825,9 +825,9 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
825
825
|
_onClearClick(): void;
|
|
826
826
|
readOnly: boolean;
|
|
827
827
|
readOnlyChanged(): void;
|
|
828
|
-
_textFieldEl: import("
|
|
828
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
829
829
|
_dialogEl: HTMLElement;
|
|
830
|
-
_pickerButtonEl: import("
|
|
830
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
831
831
|
connectedCallback(): void;
|
|
832
832
|
disconnectedCallback(): void;
|
|
833
833
|
"__#18@#onFocusIn": () => void;
|
|
@@ -861,25 +861,25 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
861
861
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
862
862
|
readonly _feedbackDescribedBy: string;
|
|
863
863
|
_internalFeedback(): {
|
|
864
|
-
type: import("
|
|
864
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
865
865
|
message: string;
|
|
866
866
|
};
|
|
867
867
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
868
|
-
_getFeedbackTemplate(ctx: import("
|
|
868
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
869
869
|
helperText?: string | undefined;
|
|
870
870
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
871
871
|
readonly _feedbackDescribedBy: string;
|
|
872
872
|
_internalFeedback(): {
|
|
873
|
-
type: import("
|
|
873
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
874
874
|
message: string;
|
|
875
875
|
};
|
|
876
876
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
877
|
-
_getFeedbackTemplate(ctx: import("
|
|
877
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
878
|
+
connectedCallback(): void;
|
|
878
879
|
specialHandling: boolean;
|
|
879
|
-
_vividAriaBehaviour: import("
|
|
880
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
880
881
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
881
882
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
882
|
-
connectedCallback(): void;
|
|
883
883
|
disconnectedCallback(): void;
|
|
884
884
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
885
885
|
accessKey: string;
|
|
@@ -1210,7 +1210,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1210
1210
|
}): void;
|
|
1211
1211
|
}, any>;
|
|
1212
1212
|
specialHandling: boolean;
|
|
1213
|
-
_vividAriaBehaviour: import("
|
|
1213
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1214
1214
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1215
1215
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1216
1216
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1582,7 +1582,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1582
1582
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1583
1583
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1584
1584
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1585
|
-
readonly locale: import("
|
|
1585
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
1586
1586
|
}) & (abstract new (...args: any[]) => {
|
|
1587
1587
|
min: string;
|
|
1588
1588
|
minChanged(_: string, newMin: string): void;
|
|
@@ -1590,14 +1590,14 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1590
1590
|
max: string;
|
|
1591
1591
|
maxChanged(_: string, newMax: string): void;
|
|
1592
1592
|
readonly _resolvedMaxDate: string;
|
|
1593
|
-
_selectedMonth: import("
|
|
1593
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
1594
1594
|
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
1595
1595
|
_currentDate: string;
|
|
1596
|
-
_currentMonth: import("
|
|
1596
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
1597
1597
|
_isDateInValidRange(date: string): boolean;
|
|
1598
|
-
"__#19@#isMonthAfterValidRange"(month: import("
|
|
1599
|
-
"__#19@#isMonthBeforeValidRange"(month: import("
|
|
1600
|
-
_isMonthInValidRange(month: import("
|
|
1598
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
1599
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
1600
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
1601
1601
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
1602
1602
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
1603
1603
|
_onTitleActionClick(): void;
|
|
@@ -1610,11 +1610,11 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1610
1610
|
readonly _isNextMonthDisabled: boolean | "";
|
|
1611
1611
|
_onNextMonthClick(): void;
|
|
1612
1612
|
_numCalendars: number;
|
|
1613
|
-
readonly _segments: import("
|
|
1613
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
1614
1614
|
_hideDatesOutsideMonth: boolean;
|
|
1615
1615
|
_lastFocussedDate: string | null;
|
|
1616
1616
|
_isDateSelected(_: string): boolean;
|
|
1617
|
-
_isDateAriaSelected(date: string):
|
|
1617
|
+
_isDateAriaSelected(date: string): boolean;
|
|
1618
1618
|
_isDateInSelectedRange(_: string): boolean;
|
|
1619
1619
|
_isDateRangeStart(_: string): boolean;
|
|
1620
1620
|
_isDateRangeEnd(_: string): boolean;
|
|
@@ -1627,16 +1627,16 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1627
1627
|
readonly _tabbableDate: string | null;
|
|
1628
1628
|
_monthPickerYear: number | null;
|
|
1629
1629
|
readonly _inMonthPicker: boolean;
|
|
1630
|
-
_lastFocussedMonth: import("
|
|
1631
|
-
_onMonthClick(month: import("
|
|
1632
|
-
_onMonthKeydown(month: import("
|
|
1633
|
-
_onMonthFocus(month: import("
|
|
1634
|
-
readonly _tabbableMonth: import("
|
|
1630
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
1631
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
1632
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
1633
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
1634
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
1635
1635
|
readOnly: boolean;
|
|
1636
1636
|
readOnlyChanged(): void;
|
|
1637
|
-
_textFieldEl: import("
|
|
1637
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
1638
1638
|
_dialogEl: HTMLElement;
|
|
1639
|
-
_pickerButtonEl: import("
|
|
1639
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
1640
1640
|
connectedCallback(): void;
|
|
1641
1641
|
disconnectedCallback(): void;
|
|
1642
1642
|
"__#18@#onFocusIn": () => void;
|
|
@@ -1671,25 +1671,25 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
1671
1671
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1672
1672
|
readonly _feedbackDescribedBy: string;
|
|
1673
1673
|
_internalFeedback(): {
|
|
1674
|
-
type: import("
|
|
1674
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
1675
1675
|
message: string;
|
|
1676
1676
|
};
|
|
1677
1677
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1678
|
-
_getFeedbackTemplate(ctx: import("
|
|
1678
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
1679
1679
|
helperText?: string | undefined;
|
|
1680
1680
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1681
1681
|
readonly _feedbackDescribedBy: string;
|
|
1682
1682
|
_internalFeedback(): {
|
|
1683
|
-
type: import("
|
|
1683
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
1684
1684
|
message: string;
|
|
1685
1685
|
};
|
|
1686
1686
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1687
|
-
_getFeedbackTemplate(ctx: import("
|
|
1687
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
1688
|
+
connectedCallback(): void;
|
|
1688
1689
|
specialHandling: boolean;
|
|
1689
|
-
_vividAriaBehaviour: import("
|
|
1690
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1690
1691
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1691
1692
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1692
|
-
connectedCallback(): void;
|
|
1693
1693
|
disconnectedCallback(): void;
|
|
1694
1694
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1695
1695
|
accessKey: string;
|
|
@@ -2020,7 +2020,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2020
2020
|
}): void;
|
|
2021
2021
|
}, any>;
|
|
2022
2022
|
specialHandling: boolean;
|
|
2023
|
-
_vividAriaBehaviour: import("
|
|
2023
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2024
2024
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2025
2025
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2026
2026
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -2393,18 +2393,18 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2393
2393
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2394
2394
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2395
2395
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2396
|
-
readonly locale: import("
|
|
2396
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
2397
2397
|
}) & (abstract new (...args: any[]) => {
|
|
2398
|
-
_selectedMonth: import("
|
|
2398
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
2399
2399
|
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
2400
2400
|
_currentDate: string;
|
|
2401
|
-
_currentMonth: import("
|
|
2401
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
2402
2402
|
readonly _resolvedMinDate: string;
|
|
2403
2403
|
readonly _resolvedMaxDate: string;
|
|
2404
2404
|
_isDateInValidRange(date: string): boolean;
|
|
2405
|
-
"__#19@#isMonthAfterValidRange"(month: import("
|
|
2406
|
-
"__#19@#isMonthBeforeValidRange"(month: import("
|
|
2407
|
-
_isMonthInValidRange(month: import("
|
|
2405
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2406
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2407
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
2408
2408
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
2409
2409
|
_onPickerButtonClick(): void;
|
|
2410
2410
|
_onTitleActionClick(): void;
|
|
@@ -2417,11 +2417,11 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2417
2417
|
readonly _isNextMonthDisabled: boolean | "";
|
|
2418
2418
|
_onNextMonthClick(): void;
|
|
2419
2419
|
_numCalendars: number;
|
|
2420
|
-
readonly _segments: import("
|
|
2420
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
2421
2421
|
_hideDatesOutsideMonth: boolean;
|
|
2422
2422
|
_lastFocussedDate: string | null;
|
|
2423
2423
|
_isDateSelected(_: string): boolean;
|
|
2424
|
-
_isDateAriaSelected(date: string):
|
|
2424
|
+
_isDateAriaSelected(date: string): boolean;
|
|
2425
2425
|
_isDateInSelectedRange(_: string): boolean;
|
|
2426
2426
|
_isDateRangeStart(_: string): boolean;
|
|
2427
2427
|
_isDateRangeEnd(_: string): boolean;
|
|
@@ -2434,16 +2434,16 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2434
2434
|
readonly _tabbableDate: string | null;
|
|
2435
2435
|
_monthPickerYear: number | null;
|
|
2436
2436
|
readonly _inMonthPicker: boolean;
|
|
2437
|
-
_lastFocussedMonth: import("
|
|
2438
|
-
_onMonthClick(month: import("
|
|
2439
|
-
_onMonthKeydown(month: import("
|
|
2440
|
-
_onMonthFocus(month: import("
|
|
2441
|
-
readonly _tabbableMonth: import("
|
|
2437
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
2438
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
2439
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
2440
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
2441
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
2442
2442
|
readOnly: boolean;
|
|
2443
2443
|
readOnlyChanged(): void;
|
|
2444
|
-
_textFieldEl: import("
|
|
2444
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
2445
2445
|
_dialogEl: HTMLElement;
|
|
2446
|
-
_pickerButtonEl: import("
|
|
2446
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
2447
2447
|
connectedCallback(): void;
|
|
2448
2448
|
disconnectedCallback(): void;
|
|
2449
2449
|
"__#18@#onFocusIn": () => void;
|
|
@@ -2478,25 +2478,25 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2478
2478
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2479
2479
|
readonly _feedbackDescribedBy: string;
|
|
2480
2480
|
_internalFeedback(): {
|
|
2481
|
-
type: import("
|
|
2481
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
2482
2482
|
message: string;
|
|
2483
2483
|
};
|
|
2484
2484
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2485
|
-
_getFeedbackTemplate(ctx: import("
|
|
2485
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
2486
2486
|
helperText?: string | undefined;
|
|
2487
2487
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2488
2488
|
readonly _feedbackDescribedBy: string;
|
|
2489
2489
|
_internalFeedback(): {
|
|
2490
|
-
type: import("
|
|
2490
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
2491
2491
|
message: string;
|
|
2492
2492
|
};
|
|
2493
2493
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2494
|
-
_getFeedbackTemplate(ctx: import("
|
|
2494
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
2495
|
+
connectedCallback(): void;
|
|
2495
2496
|
specialHandling: boolean;
|
|
2496
|
-
_vividAriaBehaviour: import("
|
|
2497
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2497
2498
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2498
2499
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2499
|
-
connectedCallback(): void;
|
|
2500
2500
|
disconnectedCallback(): void;
|
|
2501
2501
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2502
2502
|
accessKey: string;
|
|
@@ -2827,7 +2827,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
2827
2827
|
}): void;
|
|
2828
2828
|
}, any>;
|
|
2829
2829
|
specialHandling: boolean;
|
|
2830
|
-
_vividAriaBehaviour: import("
|
|
2830
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2831
2831
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2832
2832
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2833
2833
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -3200,7 +3200,7 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
|
|
|
3200
3200
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
3201
3201
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
3202
3202
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
3203
|
-
readonly locale: import("
|
|
3203
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
3204
3204
|
}) & typeof PickerField;
|
|
3205
3205
|
export declare class DatePicker extends DatePicker_base {
|
|
3206
3206
|
constructor();
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
|
-
export declare const DatePickerTemplate: (context: VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<import("
|
|
2
|
+
export declare const DatePickerTemplate: (context: VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<import("../../shared/picker-field/picker-field").PickerField, any>;
|