@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
|
@@ -2,10 +2,10 @@ import { VividElement } from '../../shared/foundation/vivid-element/vivid-elemen
|
|
|
2
2
|
declare const TagGroup_base: {
|
|
3
3
|
new (...args: any[]): {
|
|
4
4
|
_vividAriaBehaviour: "delegate";
|
|
5
|
+
connectedCallback(): void;
|
|
5
6
|
specialHandling: boolean;
|
|
6
7
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
7
8
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
8
|
-
connectedCallback(): void;
|
|
9
9
|
disconnectedCallback(): void;
|
|
10
10
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
11
11
|
accessKey: string;
|
|
@@ -14,16 +14,16 @@ declare const TextArea_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;
|
|
@@ -363,13 +363,13 @@ declare const TextArea_base: {
|
|
|
363
363
|
_charCountDescribedBy: string;
|
|
364
364
|
_renderCharCountRemaining: () => void;
|
|
365
365
|
_updateCharCountRemaining: () => void;
|
|
366
|
-
_getCharCountTemplate: (context: import("
|
|
367
|
-
readonly locale: import("
|
|
366
|
+
_getCharCountTemplate: (context: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
367
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
368
|
+
connectedCallback(): void;
|
|
368
369
|
specialHandling: boolean;
|
|
369
|
-
_vividAriaBehaviour: import("
|
|
370
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
370
371
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
371
372
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
372
|
-
connectedCallback(): void;
|
|
373
373
|
disconnectedCallback(): void;
|
|
374
374
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
375
375
|
accessKey: string;
|
|
@@ -748,7 +748,7 @@ declare const TextArea_base: {
|
|
|
748
748
|
_keypressHandler(e: KeyboardEvent): void;
|
|
749
749
|
stopPropagation(e: Event): void;
|
|
750
750
|
specialHandling: boolean;
|
|
751
|
-
_vividAriaBehaviour: import("
|
|
751
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
752
752
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
753
753
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
754
754
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1082,11 +1082,11 @@ declare const TextArea_base: {
|
|
|
1082
1082
|
} & {
|
|
1083
1083
|
new (...args: any[]): {
|
|
1084
1084
|
successText?: string | undefined;
|
|
1085
|
+
connectedCallback(): void;
|
|
1085
1086
|
specialHandling: boolean;
|
|
1086
|
-
_vividAriaBehaviour: import("
|
|
1087
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1087
1088
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1088
1089
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1089
|
-
connectedCallback(): void;
|
|
1090
1090
|
disconnectedCallback(): void;
|
|
1091
1091
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1092
1092
|
accessKey: string;
|
|
@@ -1459,7 +1459,7 @@ declare const TextArea_base: {
|
|
|
1459
1459
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1460
1460
|
stopPropagation(e: Event): void;
|
|
1461
1461
|
specialHandling: boolean;
|
|
1462
|
-
_vividAriaBehaviour: import("
|
|
1462
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1463
1463
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1464
1464
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1465
1465
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1793,10 +1793,10 @@ declare const TextArea_base: {
|
|
|
1793
1793
|
} & {
|
|
1794
1794
|
new (...args: any[]): {
|
|
1795
1795
|
_vividAriaBehaviour: "delegate";
|
|
1796
|
+
connectedCallback(): void;
|
|
1796
1797
|
specialHandling: boolean;
|
|
1797
1798
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1798
1799
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1799
|
-
connectedCallback(): void;
|
|
1800
1800
|
disconnectedCallback(): void;
|
|
1801
1801
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1802
1802
|
accessKey: string;
|
|
@@ -2164,7 +2164,7 @@ declare const TextArea_base: {
|
|
|
2164
2164
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2165
2165
|
stopPropagation(e: Event): void;
|
|
2166
2166
|
specialHandling: boolean;
|
|
2167
|
-
_vividAriaBehaviour: import("
|
|
2167
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2168
2168
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2169
2169
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2170
2170
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -19,19 +19,19 @@ declare const TextField_base: {
|
|
|
19
19
|
_helperTextSlottedContentChanged(_: HTMLElement[], newContent: HTMLElement[]): void;
|
|
20
20
|
readonly _feedbackDescribedBy: string;
|
|
21
21
|
_feedbackId: string;
|
|
22
|
-
_getFeedbackTemplate(ctx: import("
|
|
22
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
23
23
|
helperText?: string | undefined;
|
|
24
24
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
25
25
|
_internalFeedback(): {
|
|
26
|
-
type: import("
|
|
26
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
27
27
|
message: string;
|
|
28
28
|
};
|
|
29
29
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
30
|
+
connectedCallback(): void;
|
|
30
31
|
specialHandling: boolean;
|
|
31
|
-
_vividAriaBehaviour: import("
|
|
32
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
32
33
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
33
34
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
34
|
-
connectedCallback(): void;
|
|
35
35
|
disconnectedCallback(): void;
|
|
36
36
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
37
37
|
accessKey: string;
|
|
@@ -371,13 +371,13 @@ declare const TextField_base: {
|
|
|
371
371
|
_charCountDescribedBy: string;
|
|
372
372
|
_renderCharCountRemaining: () => void;
|
|
373
373
|
_updateCharCountRemaining: () => void;
|
|
374
|
-
_getCharCountTemplate: (context: import("
|
|
375
|
-
readonly locale: import("
|
|
374
|
+
_getCharCountTemplate: (context: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
375
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
376
|
+
connectedCallback(): void;
|
|
376
377
|
specialHandling: boolean;
|
|
377
|
-
_vividAriaBehaviour: import("
|
|
378
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
378
379
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
379
380
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
380
|
-
connectedCallback(): void;
|
|
381
381
|
disconnectedCallback(): void;
|
|
382
382
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
383
383
|
accessKey: string;
|
|
@@ -756,7 +756,7 @@ declare const TextField_base: {
|
|
|
756
756
|
_keypressHandler(e: KeyboardEvent): void;
|
|
757
757
|
stopPropagation(e: Event): void;
|
|
758
758
|
specialHandling: boolean;
|
|
759
|
-
_vividAriaBehaviour: import("
|
|
759
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
760
760
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
761
761
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
762
762
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1090,11 +1090,11 @@ declare const TextField_base: {
|
|
|
1090
1090
|
} & {
|
|
1091
1091
|
new (...args: any[]): {
|
|
1092
1092
|
successText?: string | undefined;
|
|
1093
|
+
connectedCallback(): void;
|
|
1093
1094
|
specialHandling: boolean;
|
|
1094
|
-
_vividAriaBehaviour: import("
|
|
1095
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1095
1096
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1096
1097
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1097
|
-
connectedCallback(): void;
|
|
1098
1098
|
disconnectedCallback(): void;
|
|
1099
1099
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1100
1100
|
accessKey: string;
|
|
@@ -1467,7 +1467,7 @@ declare const TextField_base: {
|
|
|
1467
1467
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1468
1468
|
stopPropagation(e: Event): void;
|
|
1469
1469
|
specialHandling: boolean;
|
|
1470
|
-
_vividAriaBehaviour: import("
|
|
1470
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1471
1471
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1472
1472
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1473
1473
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1802,11 +1802,11 @@ declare const TextField_base: {
|
|
|
1802
1802
|
new (...args: any[]): {
|
|
1803
1803
|
icon?: string | undefined;
|
|
1804
1804
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
1805
|
+
connectedCallback(): void;
|
|
1805
1806
|
specialHandling: boolean;
|
|
1806
|
-
_vividAriaBehaviour: import("
|
|
1807
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1807
1808
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1808
1809
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1809
|
-
connectedCallback(): void;
|
|
1810
1810
|
disconnectedCallback(): void;
|
|
1811
1811
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1812
1812
|
accessKey: string;
|
|
@@ -2139,10 +2139,10 @@ declare const TextField_base: {
|
|
|
2139
2139
|
} & {
|
|
2140
2140
|
new (...args: any[]): {
|
|
2141
2141
|
_vividAriaBehaviour: "delegate";
|
|
2142
|
+
connectedCallback(): void;
|
|
2142
2143
|
specialHandling: boolean;
|
|
2143
2144
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2144
2145
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2145
|
-
connectedCallback(): void;
|
|
2146
2146
|
disconnectedCallback(): void;
|
|
2147
2147
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2148
2148
|
accessKey: string;
|
|
@@ -2510,7 +2510,7 @@ declare const TextField_base: {
|
|
|
2510
2510
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2511
2511
|
stopPropagation(e: Event): void;
|
|
2512
2512
|
specialHandling: boolean;
|
|
2513
|
-
_vividAriaBehaviour: import("
|
|
2513
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2514
2514
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2515
2515
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2516
2516
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -9,7 +9,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
9
9
|
minutesStep: number | null;
|
|
10
10
|
secondsStep: number | null;
|
|
11
11
|
clock?: "12h" | "24h" | undefined;
|
|
12
|
-
_inlineTimePickerEl: import("
|
|
12
|
+
_inlineTimePickerEl: import("../../shared/picker-field/mixins/inline-time-picker/inline-time-picker").InlineTimePicker;
|
|
13
13
|
readonly _displaySeconds: boolean;
|
|
14
14
|
readonly _use12hClock: boolean;
|
|
15
15
|
readonly _timePlaceholder: string;
|
|
@@ -35,9 +35,9 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
35
35
|
_onClearClick: (() => void) & (() => void);
|
|
36
36
|
readOnly: boolean;
|
|
37
37
|
readOnlyChanged(): void;
|
|
38
|
-
_textFieldEl: import("
|
|
38
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
39
39
|
_dialogEl: HTMLElement;
|
|
40
|
-
_pickerButtonEl: import("
|
|
40
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
41
41
|
"__#18@#onFocusIn": () => void;
|
|
42
42
|
"__#18@#onFocusOut": () => void;
|
|
43
43
|
proxy: HTMLInputElement;
|
|
@@ -68,25 +68,25 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
68
68
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
69
69
|
readonly _feedbackDescribedBy: string;
|
|
70
70
|
_internalFeedback(): {
|
|
71
|
-
type: import("
|
|
71
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
72
72
|
message: string;
|
|
73
73
|
};
|
|
74
74
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
75
|
-
_getFeedbackTemplate(ctx: import("
|
|
75
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
76
76
|
helperText?: string | undefined;
|
|
77
77
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
78
78
|
readonly _feedbackDescribedBy: string;
|
|
79
79
|
_internalFeedback(): {
|
|
80
|
-
type: import("
|
|
80
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
81
81
|
message: string;
|
|
82
82
|
};
|
|
83
83
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
84
|
-
_getFeedbackTemplate(ctx: import("
|
|
84
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
85
|
+
connectedCallback(): void;
|
|
85
86
|
specialHandling: boolean;
|
|
86
|
-
_vividAriaBehaviour: import("
|
|
87
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
87
88
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
88
89
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
89
|
-
connectedCallback(): void;
|
|
90
90
|
disconnectedCallback(): void;
|
|
91
91
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
92
92
|
accessKey: string;
|
|
@@ -417,7 +417,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
417
417
|
}): void;
|
|
418
418
|
}, any>;
|
|
419
419
|
specialHandling: boolean;
|
|
420
|
-
_vividAriaBehaviour: import("
|
|
420
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
421
421
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
422
422
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
423
423
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -789,7 +789,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
789
789
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
790
790
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
791
791
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
792
|
-
readonly locale: import("
|
|
792
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
793
793
|
}) & (abstract new (...args: any[]) => {
|
|
794
794
|
_isValidValue(value: string): boolean;
|
|
795
795
|
_toPresentationValue(value: string): string;
|
|
@@ -802,9 +802,9 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
802
802
|
_onClearClick(): void;
|
|
803
803
|
readOnly: boolean;
|
|
804
804
|
readOnlyChanged(): void;
|
|
805
|
-
_textFieldEl: import("
|
|
805
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
806
806
|
_dialogEl: HTMLElement;
|
|
807
|
-
_pickerButtonEl: import("
|
|
807
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
808
808
|
connectedCallback(): void;
|
|
809
809
|
disconnectedCallback(): void;
|
|
810
810
|
"__#18@#onFocusIn": () => void;
|
|
@@ -838,25 +838,25 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
838
838
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
839
839
|
readonly _feedbackDescribedBy: string;
|
|
840
840
|
_internalFeedback(): {
|
|
841
|
-
type: import("
|
|
841
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
842
842
|
message: string;
|
|
843
843
|
};
|
|
844
844
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
845
|
-
_getFeedbackTemplate(ctx: import("
|
|
845
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
846
846
|
helperText?: string | undefined;
|
|
847
847
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
848
848
|
readonly _feedbackDescribedBy: string;
|
|
849
849
|
_internalFeedback(): {
|
|
850
|
-
type: import("
|
|
850
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
851
851
|
message: string;
|
|
852
852
|
};
|
|
853
853
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
854
|
-
_getFeedbackTemplate(ctx: import("
|
|
854
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
855
|
+
connectedCallback(): void;
|
|
855
856
|
specialHandling: boolean;
|
|
856
|
-
_vividAriaBehaviour: import("
|
|
857
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
857
858
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
858
859
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
859
|
-
connectedCallback(): void;
|
|
860
860
|
disconnectedCallback(): void;
|
|
861
861
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
862
862
|
accessKey: string;
|
|
@@ -1187,7 +1187,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1187
1187
|
}): void;
|
|
1188
1188
|
}, any>;
|
|
1189
1189
|
specialHandling: boolean;
|
|
1190
|
-
_vividAriaBehaviour: import("
|
|
1190
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1191
1191
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1192
1192
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1193
1193
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1559,7 +1559,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1559
1559
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1560
1560
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1561
1561
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1562
|
-
readonly locale: import("
|
|
1562
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
1563
1563
|
}) & typeof PickerField;
|
|
1564
1564
|
export declare class TimePicker extends TimePicker_base {
|
|
1565
1565
|
min: string;
|
|
@@ -14,7 +14,7 @@ declare const Toggletip_base: {
|
|
|
14
14
|
connectedCallback(): void;
|
|
15
15
|
disconnectedCallback(): void;
|
|
16
16
|
specialHandling: boolean;
|
|
17
|
-
_vividAriaBehaviour: import("
|
|
17
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
18
18
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
19
19
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
20
20
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
package/lib/tooltip/tooltip.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ declare const Tooltip_base: {
|
|
|
14
14
|
connectedCallback(): void;
|
|
15
15
|
disconnectedCallback(): void;
|
|
16
16
|
specialHandling: boolean;
|
|
17
|
-
_vividAriaBehaviour: import("
|
|
17
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
18
18
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
19
19
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
20
20
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -3,10 +3,10 @@ export declare function isTreeItemElement(el: Element): el is HTMLElement;
|
|
|
3
3
|
declare const TreeItem_base: {
|
|
4
4
|
new (...args: any[]): {
|
|
5
5
|
_vividAriaBehaviour: "host";
|
|
6
|
+
connectedCallback(): void;
|
|
6
7
|
specialHandling: boolean;
|
|
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;
|
|
@@ -340,11 +340,11 @@ declare const TreeItem_base: {
|
|
|
340
340
|
new (...args: any[]): {
|
|
341
341
|
icon?: string | undefined;
|
|
342
342
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
343
|
+
connectedCallback(): void;
|
|
343
344
|
specialHandling: boolean;
|
|
344
|
-
_vividAriaBehaviour: import("
|
|
345
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
345
346
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
346
347
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
347
|
-
connectedCallback(): void;
|
|
348
348
|
disconnectedCallback(): void;
|
|
349
349
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
350
350
|
accessKey: string;
|
|
@@ -4,10 +4,10 @@ export declare function getDisplayedNodes(rootNode: HTMLElement, selector: strin
|
|
|
4
4
|
declare const TreeView_base: {
|
|
5
5
|
new (...args: any[]): {
|
|
6
6
|
_vividAriaBehaviour: "host";
|
|
7
|
+
connectedCallback(): void;
|
|
7
8
|
specialHandling: boolean;
|
|
8
9
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
9
10
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
10
|
-
connectedCallback(): void;
|
|
11
11
|
disconnectedCallback(): void;
|
|
12
12
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
13
13
|
accessKey: string;
|
|
@@ -5,12 +5,12 @@ export type VideoPlayerMediaSkipBy = ExtractFromEnum<MediaSkipBy, MediaSkipBy.Ze
|
|
|
5
5
|
export declare const DEFAULT_PLAYBACK_RATES = "0.5, 1, 1.5, 2";
|
|
6
6
|
declare const VideoPlayer_base: {
|
|
7
7
|
new (...args: any[]): {
|
|
8
|
-
readonly locale: import("
|
|
8
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
9
|
+
connectedCallback(): void;
|
|
9
10
|
specialHandling: boolean;
|
|
10
|
-
_vividAriaBehaviour: import("
|
|
11
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
11
12
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
12
13
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
13
|
-
connectedCallback(): void;
|
|
14
14
|
disconnectedCallback(): void;
|
|
15
15
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
16
16
|
accessKey: string;
|
package/locales/de-DE.cjs
CHANGED
|
@@ -248,6 +248,17 @@ const deDE = {
|
|
|
248
248
|
prevMonthLabel: "Vorheriger Monat",
|
|
249
249
|
nextMonthLabel: "Nächster Monat",
|
|
250
250
|
nextYearLabel: "Nächstes Jahr",
|
|
251
|
+
todayLabel: "heute",
|
|
252
|
+
selectedLabel: "ausgewählt",
|
|
253
|
+
currentLabel: "aktuell",
|
|
254
|
+
changeMonthLabel: (
|
|
255
|
+
/* istanbul ignore next */
|
|
256
|
+
(month) => `Monat ändern, ${month} ausgewählt`
|
|
257
|
+
),
|
|
258
|
+
showCalendarForMonthLabel: (
|
|
259
|
+
/* istanbul ignore next */
|
|
260
|
+
(month) => `Kalender für ${month} anzeigen`
|
|
261
|
+
),
|
|
251
262
|
invalidDateError: "Bitte geben Sie ein gültiges Datum ein.",
|
|
252
263
|
invalidDateRangeError: "Bitte geben Sie einen gültigen Datumsbereich ein.",
|
|
253
264
|
startDateAfterMinDateError: (
|
|
@@ -320,8 +331,18 @@ const deDE = {
|
|
|
320
331
|
dismissButtonLabel: "Schließen"
|
|
321
332
|
},
|
|
322
333
|
numberField: {
|
|
323
|
-
incrementButtonLabel:
|
|
324
|
-
|
|
334
|
+
incrementButtonLabel: (
|
|
335
|
+
/* istanbul ignore next */
|
|
336
|
+
(step) => step === 1 ? "Wert erhöhen" : `Wert um ${step} erhöhen`
|
|
337
|
+
),
|
|
338
|
+
decrementButtonLabel: (
|
|
339
|
+
/* istanbul ignore next */
|
|
340
|
+
(step) => step === 1 ? "Wert verringern" : `Wert um ${step} verringern`
|
|
341
|
+
),
|
|
342
|
+
updatedValueAnnouncement: (
|
|
343
|
+
/* istanbul ignore next */
|
|
344
|
+
(value) => `Aktualisierter Wert: ${value}`
|
|
345
|
+
)
|
|
325
346
|
},
|
|
326
347
|
splitButton: {
|
|
327
348
|
showMoreActionsLabel: "Weitere Aktionen anzeigen"
|
|
@@ -333,7 +354,7 @@ const deDE = {
|
|
|
333
354
|
},
|
|
334
355
|
dialPad: {
|
|
335
356
|
inputLabel: "Telefonnummer",
|
|
336
|
-
deleteButtonLabel: "
|
|
357
|
+
deleteButtonLabel: "Letzte Ziffer löschen",
|
|
337
358
|
callButtonLabel: "Anrufen",
|
|
338
359
|
endCallButtonLabel: "Anruf beenden",
|
|
339
360
|
digitOneLabel: "1",
|
|
@@ -353,7 +374,7 @@ const deDE = {
|
|
|
353
374
|
dismissButtonLabel: "Drücken Sie die ENTF-Taste, um diese Registerkarte zu schließen"
|
|
354
375
|
},
|
|
355
376
|
searchableSelect: {
|
|
356
|
-
clearButtonLabel: "
|
|
377
|
+
clearButtonLabel: "Auswahl löschen",
|
|
357
378
|
noOptionsMessage: "Keine Optionen",
|
|
358
379
|
noMatchesMessage: "Keine Optionen gefunden",
|
|
359
380
|
loadingOptionsMessage: "Laden...",
|
|
@@ -371,7 +392,7 @@ const deDE = {
|
|
|
371
392
|
),
|
|
372
393
|
optionFocusedMessage: (
|
|
373
394
|
/* istanbul ignore next */
|
|
374
|
-
(name, position, total) => `Option ${name} fokussiert, ${position} von ${total}.`
|
|
395
|
+
(name, position, total, selected) => `Option ${name} fokussiert, ${selected ? "ausgewählt, " : ""}${position} von ${total}.`
|
|
375
396
|
),
|
|
376
397
|
maxSelectedMessage: (
|
|
377
398
|
/* istanbul ignore next */
|
|
@@ -418,6 +439,20 @@ const deDE = {
|
|
|
418
439
|
cell: {
|
|
419
440
|
selected: "Ausgewählt"
|
|
420
441
|
}
|
|
442
|
+
},
|
|
443
|
+
pagination: {
|
|
444
|
+
previousPageLabel: "Zur vorherigen Seite",
|
|
445
|
+
nextPageLabel: "Zur nächsten Seite",
|
|
446
|
+
goToPageLabel: (
|
|
447
|
+
/* istanbul ignore next */
|
|
448
|
+
(index) => `Weiter zu Seite ${index}`
|
|
449
|
+
)
|
|
450
|
+
},
|
|
451
|
+
tag: {
|
|
452
|
+
remove: (
|
|
453
|
+
/* istanbul ignore next */
|
|
454
|
+
(label) => `Entfernen ${label}`
|
|
455
|
+
)
|
|
421
456
|
}
|
|
422
457
|
};
|
|
423
458
|
|
package/locales/de-DE.js
CHANGED
|
@@ -246,6 +246,17 @@ const deDE = {
|
|
|
246
246
|
prevMonthLabel: "Vorheriger Monat",
|
|
247
247
|
nextMonthLabel: "Nächster Monat",
|
|
248
248
|
nextYearLabel: "Nächstes Jahr",
|
|
249
|
+
todayLabel: "heute",
|
|
250
|
+
selectedLabel: "ausgewählt",
|
|
251
|
+
currentLabel: "aktuell",
|
|
252
|
+
changeMonthLabel: (
|
|
253
|
+
/* istanbul ignore next */
|
|
254
|
+
(month) => `Monat ändern, ${month} ausgewählt`
|
|
255
|
+
),
|
|
256
|
+
showCalendarForMonthLabel: (
|
|
257
|
+
/* istanbul ignore next */
|
|
258
|
+
(month) => `Kalender für ${month} anzeigen`
|
|
259
|
+
),
|
|
249
260
|
invalidDateError: "Bitte geben Sie ein gültiges Datum ein.",
|
|
250
261
|
invalidDateRangeError: "Bitte geben Sie einen gültigen Datumsbereich ein.",
|
|
251
262
|
startDateAfterMinDateError: (
|
|
@@ -318,8 +329,18 @@ const deDE = {
|
|
|
318
329
|
dismissButtonLabel: "Schließen"
|
|
319
330
|
},
|
|
320
331
|
numberField: {
|
|
321
|
-
incrementButtonLabel:
|
|
322
|
-
|
|
332
|
+
incrementButtonLabel: (
|
|
333
|
+
/* istanbul ignore next */
|
|
334
|
+
(step) => step === 1 ? "Wert erhöhen" : `Wert um ${step} erhöhen`
|
|
335
|
+
),
|
|
336
|
+
decrementButtonLabel: (
|
|
337
|
+
/* istanbul ignore next */
|
|
338
|
+
(step) => step === 1 ? "Wert verringern" : `Wert um ${step} verringern`
|
|
339
|
+
),
|
|
340
|
+
updatedValueAnnouncement: (
|
|
341
|
+
/* istanbul ignore next */
|
|
342
|
+
(value) => `Aktualisierter Wert: ${value}`
|
|
343
|
+
)
|
|
323
344
|
},
|
|
324
345
|
splitButton: {
|
|
325
346
|
showMoreActionsLabel: "Weitere Aktionen anzeigen"
|
|
@@ -331,7 +352,7 @@ const deDE = {
|
|
|
331
352
|
},
|
|
332
353
|
dialPad: {
|
|
333
354
|
inputLabel: "Telefonnummer",
|
|
334
|
-
deleteButtonLabel: "
|
|
355
|
+
deleteButtonLabel: "Letzte Ziffer löschen",
|
|
335
356
|
callButtonLabel: "Anrufen",
|
|
336
357
|
endCallButtonLabel: "Anruf beenden",
|
|
337
358
|
digitOneLabel: "1",
|
|
@@ -351,7 +372,7 @@ const deDE = {
|
|
|
351
372
|
dismissButtonLabel: "Drücken Sie die ENTF-Taste, um diese Registerkarte zu schließen"
|
|
352
373
|
},
|
|
353
374
|
searchableSelect: {
|
|
354
|
-
clearButtonLabel: "
|
|
375
|
+
clearButtonLabel: "Auswahl löschen",
|
|
355
376
|
noOptionsMessage: "Keine Optionen",
|
|
356
377
|
noMatchesMessage: "Keine Optionen gefunden",
|
|
357
378
|
loadingOptionsMessage: "Laden...",
|
|
@@ -369,7 +390,7 @@ const deDE = {
|
|
|
369
390
|
),
|
|
370
391
|
optionFocusedMessage: (
|
|
371
392
|
/* istanbul ignore next */
|
|
372
|
-
(name, position, total) => `Option ${name} fokussiert, ${position} von ${total}.`
|
|
393
|
+
(name, position, total, selected) => `Option ${name} fokussiert, ${selected ? "ausgewählt, " : ""}${position} von ${total}.`
|
|
373
394
|
),
|
|
374
395
|
maxSelectedMessage: (
|
|
375
396
|
/* istanbul ignore next */
|
|
@@ -416,6 +437,20 @@ const deDE = {
|
|
|
416
437
|
cell: {
|
|
417
438
|
selected: "Ausgewählt"
|
|
418
439
|
}
|
|
440
|
+
},
|
|
441
|
+
pagination: {
|
|
442
|
+
previousPageLabel: "Zur vorherigen Seite",
|
|
443
|
+
nextPageLabel: "Zur nächsten Seite",
|
|
444
|
+
goToPageLabel: (
|
|
445
|
+
/* istanbul ignore next */
|
|
446
|
+
(index) => `Weiter zu Seite ${index}`
|
|
447
|
+
)
|
|
448
|
+
},
|
|
449
|
+
tag: {
|
|
450
|
+
remove: (
|
|
451
|
+
/* istanbul ignore next */
|
|
452
|
+
(label) => `Entfernen ${label}`
|
|
453
|
+
)
|
|
419
454
|
}
|
|
420
455
|
};
|
|
421
456
|
|