@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
|
@@ -6,14 +6,14 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
6
6
|
max: string;
|
|
7
7
|
maxChanged(_: string, newMax: string): void;
|
|
8
8
|
readonly _resolvedMaxDate: string;
|
|
9
|
-
_selectedMonth: import("
|
|
9
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
10
10
|
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
11
11
|
_currentDate: string;
|
|
12
|
-
_currentMonth: import("
|
|
12
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
13
13
|
_isDateInValidRange(date: string): boolean;
|
|
14
|
-
"__#19@#isMonthAfterValidRange"(month: import("
|
|
15
|
-
"__#19@#isMonthBeforeValidRange"(month: import("
|
|
16
|
-
_isMonthInValidRange(month: import("
|
|
14
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
15
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
16
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
17
17
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
18
18
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
19
19
|
_onTitleActionClick(): void;
|
|
@@ -26,11 +26,11 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
26
26
|
readonly _isNextMonthDisabled: boolean | "";
|
|
27
27
|
_onNextMonthClick(): void;
|
|
28
28
|
_numCalendars: number;
|
|
29
|
-
readonly _segments: import("
|
|
29
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
30
30
|
_hideDatesOutsideMonth: boolean;
|
|
31
31
|
_lastFocussedDate: string | null;
|
|
32
32
|
_isDateSelected(_: string): boolean;
|
|
33
|
-
_isDateAriaSelected(date: string):
|
|
33
|
+
_isDateAriaSelected(date: string): boolean;
|
|
34
34
|
_isDateInSelectedRange(_: string): boolean;
|
|
35
35
|
_isDateRangeStart(_: string): boolean;
|
|
36
36
|
_isDateRangeEnd(_: string): boolean;
|
|
@@ -43,16 +43,16 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
43
43
|
readonly _tabbableDate: string | null;
|
|
44
44
|
_monthPickerYear: number | null;
|
|
45
45
|
readonly _inMonthPicker: boolean;
|
|
46
|
-
_lastFocussedMonth: import("
|
|
47
|
-
_onMonthClick(month: import("
|
|
48
|
-
_onMonthKeydown(month: import("
|
|
49
|
-
_onMonthFocus(month: import("
|
|
50
|
-
readonly _tabbableMonth: import("
|
|
46
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
47
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
48
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
49
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
50
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
51
51
|
readOnly: boolean;
|
|
52
52
|
readOnlyChanged(): void;
|
|
53
|
-
_textFieldEl: import("
|
|
53
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
54
54
|
_dialogEl: HTMLElement;
|
|
55
|
-
_pickerButtonEl: import("
|
|
55
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
56
56
|
connectedCallback(): void;
|
|
57
57
|
disconnectedCallback(): void;
|
|
58
58
|
"__#18@#onFocusIn": () => void;
|
|
@@ -87,25 +87,25 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
87
87
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
88
88
|
readonly _feedbackDescribedBy: string;
|
|
89
89
|
_internalFeedback(): {
|
|
90
|
-
type: import("
|
|
90
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
91
91
|
message: string;
|
|
92
92
|
};
|
|
93
93
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
94
|
-
_getFeedbackTemplate(ctx: import("
|
|
94
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
95
95
|
helperText?: string | undefined;
|
|
96
96
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
97
97
|
readonly _feedbackDescribedBy: string;
|
|
98
98
|
_internalFeedback(): {
|
|
99
|
-
type: import("
|
|
99
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
100
100
|
message: string;
|
|
101
101
|
};
|
|
102
102
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
103
|
-
_getFeedbackTemplate(ctx: import("
|
|
103
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
104
|
+
connectedCallback(): void;
|
|
104
105
|
specialHandling: boolean;
|
|
105
|
-
_vividAriaBehaviour: import("
|
|
106
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
106
107
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
107
108
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
108
|
-
connectedCallback(): void;
|
|
109
109
|
disconnectedCallback(): void;
|
|
110
110
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
111
111
|
accessKey: string;
|
|
@@ -436,7 +436,7 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
436
436
|
}): void;
|
|
437
437
|
}, any>;
|
|
438
438
|
specialHandling: boolean;
|
|
439
|
-
_vividAriaBehaviour: import("
|
|
439
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
440
440
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
441
441
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
442
442
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -809,18 +809,18 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
809
809
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
810
810
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
811
811
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
812
|
-
readonly locale: import("
|
|
812
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
813
813
|
}) & (abstract new (...args: any[]) => {
|
|
814
|
-
_selectedMonth: import("
|
|
814
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
815
815
|
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
816
816
|
_currentDate: string;
|
|
817
|
-
_currentMonth: import("
|
|
817
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
818
818
|
readonly _resolvedMinDate: string;
|
|
819
819
|
readonly _resolvedMaxDate: string;
|
|
820
820
|
_isDateInValidRange(date: string): boolean;
|
|
821
|
-
"__#19@#isMonthAfterValidRange"(month: import("
|
|
822
|
-
"__#19@#isMonthBeforeValidRange"(month: import("
|
|
823
|
-
_isMonthInValidRange(month: import("
|
|
821
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
822
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
823
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
824
824
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
825
825
|
_onPickerButtonClick(): void;
|
|
826
826
|
_onTitleActionClick(): void;
|
|
@@ -833,11 +833,11 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
833
833
|
readonly _isNextMonthDisabled: boolean | "";
|
|
834
834
|
_onNextMonthClick(): void;
|
|
835
835
|
_numCalendars: number;
|
|
836
|
-
readonly _segments: import("
|
|
836
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
837
837
|
_hideDatesOutsideMonth: boolean;
|
|
838
838
|
_lastFocussedDate: string | null;
|
|
839
839
|
_isDateSelected(_: string): boolean;
|
|
840
|
-
_isDateAriaSelected(date: string):
|
|
840
|
+
_isDateAriaSelected(date: string): boolean;
|
|
841
841
|
_isDateInSelectedRange(_: string): boolean;
|
|
842
842
|
_isDateRangeStart(_: string): boolean;
|
|
843
843
|
_isDateRangeEnd(_: string): boolean;
|
|
@@ -850,16 +850,16 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
850
850
|
readonly _tabbableDate: string | null;
|
|
851
851
|
_monthPickerYear: number | null;
|
|
852
852
|
readonly _inMonthPicker: boolean;
|
|
853
|
-
_lastFocussedMonth: import("
|
|
854
|
-
_onMonthClick(month: import("
|
|
855
|
-
_onMonthKeydown(month: import("
|
|
856
|
-
_onMonthFocus(month: import("
|
|
857
|
-
readonly _tabbableMonth: import("
|
|
853
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
854
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
855
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
856
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
857
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
858
858
|
readOnly: boolean;
|
|
859
859
|
readOnlyChanged(): void;
|
|
860
|
-
_textFieldEl: import("
|
|
860
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
861
861
|
_dialogEl: HTMLElement;
|
|
862
|
-
_pickerButtonEl: import("
|
|
862
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
863
863
|
connectedCallback(): void;
|
|
864
864
|
disconnectedCallback(): void;
|
|
865
865
|
"__#18@#onFocusIn": () => void;
|
|
@@ -894,25 +894,25 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
894
894
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
895
895
|
readonly _feedbackDescribedBy: string;
|
|
896
896
|
_internalFeedback(): {
|
|
897
|
-
type: import("
|
|
897
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
898
898
|
message: string;
|
|
899
899
|
};
|
|
900
900
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
901
|
-
_getFeedbackTemplate(ctx: import("
|
|
901
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
902
902
|
helperText?: string | undefined;
|
|
903
903
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
904
904
|
readonly _feedbackDescribedBy: string;
|
|
905
905
|
_internalFeedback(): {
|
|
906
|
-
type: import("
|
|
906
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
907
907
|
message: string;
|
|
908
908
|
};
|
|
909
909
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
910
|
-
_getFeedbackTemplate(ctx: import("
|
|
910
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
911
|
+
connectedCallback(): void;
|
|
911
912
|
specialHandling: boolean;
|
|
912
|
-
_vividAriaBehaviour: import("
|
|
913
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
913
914
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
914
915
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
915
|
-
connectedCallback(): void;
|
|
916
916
|
disconnectedCallback(): void;
|
|
917
917
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
918
918
|
accessKey: string;
|
|
@@ -1243,7 +1243,7 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
1243
1243
|
}): void;
|
|
1244
1244
|
}, any>;
|
|
1245
1245
|
specialHandling: boolean;
|
|
1246
|
-
_vividAriaBehaviour: import("
|
|
1246
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1247
1247
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1248
1248
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1249
1249
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1616,7 +1616,7 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
|
|
|
1616
1616
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1617
1617
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1618
1618
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1619
|
-
readonly locale: import("
|
|
1619
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
1620
1620
|
}) & typeof PickerField;
|
|
1621
1621
|
export declare class DateRangePicker extends DateRangePicker_base {
|
|
1622
1622
|
#private;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
|
-
export declare const DateRangePickerTemplate: (context: VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<import("
|
|
2
|
+
export declare const DateRangePickerTemplate: (context: VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<import("../../shared/picker-field/picker-field").PickerField, any>;
|
|
@@ -7,7 +7,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
7
7
|
minutesStep: number | null;
|
|
8
8
|
secondsStep: number | null;
|
|
9
9
|
clock?: "12h" | "24h" | undefined;
|
|
10
|
-
_inlineTimePickerEl: import("
|
|
10
|
+
_inlineTimePickerEl: import("../../shared/picker-field/mixins/inline-time-picker/inline-time-picker").InlineTimePicker;
|
|
11
11
|
readonly _displaySeconds: boolean;
|
|
12
12
|
readonly _use12hClock: boolean;
|
|
13
13
|
readonly _timePlaceholder: string;
|
|
@@ -33,9 +33,9 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
33
33
|
_onClearClick: (() => void) & (() => void);
|
|
34
34
|
readOnly: boolean;
|
|
35
35
|
readOnlyChanged(): void;
|
|
36
|
-
_textFieldEl: import("
|
|
36
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
37
37
|
_dialogEl: HTMLElement;
|
|
38
|
-
_pickerButtonEl: import("
|
|
38
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
39
39
|
"__#18@#onFocusIn": () => void;
|
|
40
40
|
"__#18@#onFocusOut": () => void;
|
|
41
41
|
proxy: HTMLInputElement;
|
|
@@ -66,25 +66,25 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
66
66
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
67
67
|
readonly _feedbackDescribedBy: string;
|
|
68
68
|
_internalFeedback(): {
|
|
69
|
-
type: import("
|
|
69
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
70
70
|
message: string;
|
|
71
71
|
};
|
|
72
72
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
73
|
-
_getFeedbackTemplate(ctx: import("
|
|
73
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
74
74
|
helperText?: string | undefined;
|
|
75
75
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
76
76
|
readonly _feedbackDescribedBy: string;
|
|
77
77
|
_internalFeedback(): {
|
|
78
|
-
type: import("
|
|
78
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
79
79
|
message: string;
|
|
80
80
|
};
|
|
81
81
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
82
|
-
_getFeedbackTemplate(ctx: import("
|
|
82
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
83
|
+
connectedCallback(): void;
|
|
83
84
|
specialHandling: boolean;
|
|
84
|
-
_vividAriaBehaviour: import("
|
|
85
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
85
86
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
86
87
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
87
|
-
connectedCallback(): void;
|
|
88
88
|
disconnectedCallback(): void;
|
|
89
89
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
90
90
|
accessKey: string;
|
|
@@ -415,7 +415,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
415
415
|
}): void;
|
|
416
416
|
}, any>;
|
|
417
417
|
specialHandling: boolean;
|
|
418
|
-
_vividAriaBehaviour: import("
|
|
418
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
419
419
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
420
420
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
421
421
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -787,7 +787,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
787
787
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
788
788
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
789
789
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
790
|
-
readonly locale: import("
|
|
790
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
791
791
|
}) & (abstract new (...args: any[]) => {
|
|
792
792
|
_dateValue(): string;
|
|
793
793
|
_withUpdatedDate(dateStr: string): string;
|
|
@@ -796,16 +796,16 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
796
796
|
_isDateSelected(date: string): boolean;
|
|
797
797
|
_isDateAriaSelected(date: string): boolean;
|
|
798
798
|
_getSelectedDates(): string[];
|
|
799
|
-
_selectedMonth: import("
|
|
799
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
800
800
|
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
801
801
|
_currentDate: string;
|
|
802
|
-
_currentMonth: import("
|
|
802
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
803
803
|
readonly _resolvedMinDate: string;
|
|
804
804
|
readonly _resolvedMaxDate: string;
|
|
805
805
|
_isDateInValidRange(date: string): boolean;
|
|
806
|
-
"__#19@#isMonthAfterValidRange"(month: import("
|
|
807
|
-
"__#19@#isMonthBeforeValidRange"(month: import("
|
|
808
|
-
_isMonthInValidRange(month: import("
|
|
806
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
807
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
808
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
809
809
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
810
810
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
811
811
|
_onTitleActionClick(): void;
|
|
@@ -818,7 +818,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
818
818
|
readonly _isNextMonthDisabled: boolean | "";
|
|
819
819
|
_onNextMonthClick(): void;
|
|
820
820
|
_numCalendars: number;
|
|
821
|
-
readonly _segments: import("
|
|
821
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
822
822
|
_hideDatesOutsideMonth: boolean;
|
|
823
823
|
_lastFocussedDate: string | null;
|
|
824
824
|
_isDateInSelectedRange(_: string): boolean;
|
|
@@ -831,16 +831,16 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
831
831
|
readonly _tabbableDate: string | null;
|
|
832
832
|
_monthPickerYear: number | null;
|
|
833
833
|
readonly _inMonthPicker: boolean;
|
|
834
|
-
_lastFocussedMonth: import("
|
|
835
|
-
_onMonthClick(month: import("
|
|
836
|
-
_onMonthKeydown(month: import("
|
|
837
|
-
_onMonthFocus(month: import("
|
|
838
|
-
readonly _tabbableMonth: import("
|
|
834
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
835
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
836
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
837
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
838
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
839
839
|
readOnly: boolean;
|
|
840
840
|
readOnlyChanged(): void;
|
|
841
|
-
_textFieldEl: import("
|
|
841
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
842
842
|
_dialogEl: HTMLElement;
|
|
843
|
-
_pickerButtonEl: import("
|
|
843
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
844
844
|
connectedCallback(): void;
|
|
845
845
|
disconnectedCallback(): void;
|
|
846
846
|
"__#18@#onFocusIn": () => void;
|
|
@@ -875,25 +875,25 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
875
875
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
876
876
|
readonly _feedbackDescribedBy: string;
|
|
877
877
|
_internalFeedback(): {
|
|
878
|
-
type: import("
|
|
878
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
879
879
|
message: string;
|
|
880
880
|
};
|
|
881
881
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
882
|
-
_getFeedbackTemplate(ctx: import("
|
|
882
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
883
883
|
helperText?: string | undefined;
|
|
884
884
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
885
885
|
readonly _feedbackDescribedBy: string;
|
|
886
886
|
_internalFeedback(): {
|
|
887
|
-
type: import("
|
|
887
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
888
888
|
message: string;
|
|
889
889
|
};
|
|
890
890
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
891
|
-
_getFeedbackTemplate(ctx: import("
|
|
891
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
892
|
+
connectedCallback(): void;
|
|
892
893
|
specialHandling: boolean;
|
|
893
|
-
_vividAriaBehaviour: import("
|
|
894
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
894
895
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
895
896
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
896
|
-
connectedCallback(): void;
|
|
897
897
|
disconnectedCallback(): void;
|
|
898
898
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
899
899
|
accessKey: string;
|
|
@@ -1224,7 +1224,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1224
1224
|
}): void;
|
|
1225
1225
|
}, any>;
|
|
1226
1226
|
specialHandling: boolean;
|
|
1227
|
-
_vividAriaBehaviour: import("
|
|
1227
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1228
1228
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1229
1229
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1230
1230
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1596,7 +1596,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1596
1596
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1597
1597
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1598
1598
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1599
|
-
readonly locale: import("
|
|
1599
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
1600
1600
|
_isValidValue(value: string): boolean;
|
|
1601
1601
|
_toPresentationValue(value: string): string;
|
|
1602
1602
|
_parsePresentationValue(presentationValue: string): string;
|
|
@@ -1614,9 +1614,9 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1614
1614
|
_onClearClick(): void;
|
|
1615
1615
|
readOnly: boolean;
|
|
1616
1616
|
readOnlyChanged(): void;
|
|
1617
|
-
_textFieldEl: import("
|
|
1617
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
1618
1618
|
_dialogEl: HTMLElement;
|
|
1619
|
-
_pickerButtonEl: import("
|
|
1619
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
1620
1620
|
connectedCallback(): void;
|
|
1621
1621
|
disconnectedCallback(): void;
|
|
1622
1622
|
"__#18@#onFocusIn": () => void;
|
|
@@ -1650,25 +1650,25 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1650
1650
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1651
1651
|
readonly _feedbackDescribedBy: string;
|
|
1652
1652
|
_internalFeedback(): {
|
|
1653
|
-
type: import("
|
|
1653
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
1654
1654
|
message: string;
|
|
1655
1655
|
};
|
|
1656
1656
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1657
|
-
_getFeedbackTemplate(ctx: import("
|
|
1657
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
1658
1658
|
helperText?: string | undefined;
|
|
1659
1659
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1660
1660
|
readonly _feedbackDescribedBy: string;
|
|
1661
1661
|
_internalFeedback(): {
|
|
1662
|
-
type: import("
|
|
1662
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
1663
1663
|
message: string;
|
|
1664
1664
|
};
|
|
1665
1665
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1666
|
-
_getFeedbackTemplate(ctx: import("
|
|
1666
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
1667
|
+
connectedCallback(): void;
|
|
1667
1668
|
specialHandling: boolean;
|
|
1668
|
-
_vividAriaBehaviour: import("
|
|
1669
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1669
1670
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1670
1671
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1671
|
-
connectedCallback(): void;
|
|
1672
1672
|
disconnectedCallback(): void;
|
|
1673
1673
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1674
1674
|
accessKey: string;
|
|
@@ -1999,7 +1999,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1999
1999
|
}): void;
|
|
2000
2000
|
}, any>;
|
|
2001
2001
|
specialHandling: boolean;
|
|
2002
|
-
_vividAriaBehaviour: import("
|
|
2002
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2003
2003
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2004
2004
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2005
2005
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -2371,18 +2371,18 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2371
2371
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2372
2372
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2373
2373
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2374
|
-
readonly locale: import("
|
|
2374
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
2375
2375
|
}) & (abstract new (...args: any[]) => {
|
|
2376
|
-
_selectedMonth: import("
|
|
2376
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
2377
2377
|
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
2378
2378
|
_currentDate: string;
|
|
2379
|
-
_currentMonth: import("
|
|
2379
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
2380
2380
|
readonly _resolvedMinDate: string;
|
|
2381
2381
|
readonly _resolvedMaxDate: string;
|
|
2382
2382
|
_isDateInValidRange(date: string): boolean;
|
|
2383
|
-
"__#19@#isMonthAfterValidRange"(month: import("
|
|
2384
|
-
"__#19@#isMonthBeforeValidRange"(month: import("
|
|
2385
|
-
_isMonthInValidRange(month: import("
|
|
2383
|
+
"__#19@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2384
|
+
"__#19@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2385
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
2386
2386
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
2387
2387
|
_onPickerButtonClick(): void;
|
|
2388
2388
|
_onTitleActionClick(): void;
|
|
@@ -2395,11 +2395,11 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2395
2395
|
readonly _isNextMonthDisabled: boolean | "";
|
|
2396
2396
|
_onNextMonthClick(): void;
|
|
2397
2397
|
_numCalendars: number;
|
|
2398
|
-
readonly _segments: import("
|
|
2398
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
2399
2399
|
_hideDatesOutsideMonth: boolean;
|
|
2400
2400
|
_lastFocussedDate: string | null;
|
|
2401
2401
|
_isDateSelected(_: string): boolean;
|
|
2402
|
-
_isDateAriaSelected(date: string):
|
|
2402
|
+
_isDateAriaSelected(date: string): boolean;
|
|
2403
2403
|
_isDateInSelectedRange(_: string): boolean;
|
|
2404
2404
|
_isDateRangeStart(_: string): boolean;
|
|
2405
2405
|
_isDateRangeEnd(_: string): boolean;
|
|
@@ -2412,16 +2412,16 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2412
2412
|
readonly _tabbableDate: string | null;
|
|
2413
2413
|
_monthPickerYear: number | null;
|
|
2414
2414
|
readonly _inMonthPicker: boolean;
|
|
2415
|
-
_lastFocussedMonth: import("
|
|
2416
|
-
_onMonthClick(month: import("
|
|
2417
|
-
_onMonthKeydown(month: import("
|
|
2418
|
-
_onMonthFocus(month: import("
|
|
2419
|
-
readonly _tabbableMonth: import("
|
|
2415
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
2416
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
2417
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
2418
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
2419
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
2420
2420
|
readOnly: boolean;
|
|
2421
2421
|
readOnlyChanged(): void;
|
|
2422
|
-
_textFieldEl: import("
|
|
2422
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
2423
2423
|
_dialogEl: HTMLElement;
|
|
2424
|
-
_pickerButtonEl: import("
|
|
2424
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
2425
2425
|
connectedCallback(): void;
|
|
2426
2426
|
disconnectedCallback(): void;
|
|
2427
2427
|
"__#18@#onFocusIn": () => void;
|
|
@@ -2456,25 +2456,25 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2456
2456
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2457
2457
|
readonly _feedbackDescribedBy: string;
|
|
2458
2458
|
_internalFeedback(): {
|
|
2459
|
-
type: import("
|
|
2459
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
2460
2460
|
message: string;
|
|
2461
2461
|
};
|
|
2462
2462
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2463
|
-
_getFeedbackTemplate(ctx: import("
|
|
2463
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
2464
2464
|
helperText?: string | undefined;
|
|
2465
2465
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2466
2466
|
readonly _feedbackDescribedBy: string;
|
|
2467
2467
|
_internalFeedback(): {
|
|
2468
|
-
type: import("
|
|
2468
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
2469
2469
|
message: string;
|
|
2470
2470
|
};
|
|
2471
2471
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2472
|
-
_getFeedbackTemplate(ctx: import("
|
|
2472
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
2473
|
+
connectedCallback(): void;
|
|
2473
2474
|
specialHandling: boolean;
|
|
2474
|
-
_vividAriaBehaviour: import("
|
|
2475
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2475
2476
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2476
2477
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2477
|
-
connectedCallback(): void;
|
|
2478
2478
|
disconnectedCallback(): void;
|
|
2479
2479
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2480
2480
|
accessKey: string;
|
|
@@ -2805,7 +2805,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2805
2805
|
}): void;
|
|
2806
2806
|
}, any>;
|
|
2807
2807
|
specialHandling: boolean;
|
|
2808
|
-
_vividAriaBehaviour: import("
|
|
2808
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2809
2809
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2810
2810
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2811
2811
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -3178,7 +3178,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
3178
3178
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
3179
3179
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
3180
3180
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
3181
|
-
readonly locale: import("
|
|
3181
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
3182
3182
|
}) & typeof PickerField;
|
|
3183
3183
|
export declare class DateTimePicker extends DateTimePicker_base {
|
|
3184
3184
|
min: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
|
-
export declare const DateTimePickerTemplate: (context: VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<import("
|
|
2
|
+
export declare const DateTimePickerTemplate: (context: VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<import("../../shared/picker-field/picker-field").PickerField, any>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
2
2
|
declare const DialPad_base: {
|
|
3
3
|
new (...args: any[]): {
|
|
4
|
-
readonly locale: import("
|
|
4
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
5
|
+
connectedCallback(): void;
|
|
5
6
|
specialHandling: boolean;
|
|
6
|
-
_vividAriaBehaviour: import("
|
|
7
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
7
8
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
8
9
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
9
|
-
connectedCallback(): void;
|
|
10
10
|
disconnectedCallback(): void;
|
|
11
11
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
12
12
|
accessKey: string;
|
package/lib/dialog/dialog.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ import { VividElement } from '../../shared/foundation/vivid-element/vivid-elemen
|
|
|
2
2
|
export type IconPlacement = 'top' | 'side';
|
|
3
3
|
declare const Dialog_base: {
|
|
4
4
|
new (...args: any[]): {
|
|
5
|
-
readonly locale: import("
|
|
5
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
6
|
+
connectedCallback(): void;
|
|
6
7
|
specialHandling: boolean;
|
|
7
|
-
_vividAriaBehaviour: import("
|
|
8
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
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;
|
|
@@ -340,10 +340,10 @@ declare const Dialog_base: {
|
|
|
340
340
|
} & {
|
|
341
341
|
new (...args: any[]): {
|
|
342
342
|
_vividAriaBehaviour: "delegate";
|
|
343
|
+
connectedCallback(): void;
|
|
343
344
|
specialHandling: boolean;
|
|
344
345
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
345
346
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
346
|
-
connectedCallback(): void;
|
|
347
347
|
disconnectedCallback(): void;
|
|
348
348
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
349
349
|
accessKey: string;
|
|
@@ -688,6 +688,7 @@ export declare class Dialog extends Dialog_base {
|
|
|
688
688
|
noDismissButton: boolean;
|
|
689
689
|
nonDismissible: boolean;
|
|
690
690
|
modal: boolean;
|
|
691
|
+
scrollableBody: boolean;
|
|
691
692
|
set returnValue(value: string);
|
|
692
693
|
get returnValue(): string;
|
|
693
694
|
get _showDismissButton(): boolean;
|