@vonage/vivid 4.25.0 → 4.26.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 +1496 -386
- package/lib/accordion-item/accordion-item.d.ts +1 -1
- package/lib/action-group/action-group.d.ts +1 -1
- package/lib/alert/alert.d.ts +2 -2
- package/lib/audio-player/audio-player.d.ts +1 -1
- package/lib/badge/badge.d.ts +1 -1
- package/lib/banner/banner.d.ts +3 -3
- package/lib/breadcrumb/breadcrumb.d.ts +1 -1
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +1 -1
- package/lib/button/button.d.ts +3 -3
- 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 +3 -3
- package/lib/combobox/combobox.d.ts +3 -3
- package/lib/data-grid/data-grid-cell.d.ts +4 -2
- 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 +4 -4
- package/lib/date-range-picker/date-range-picker.d.ts +2 -2
- package/lib/date-time-picker/date-time-picker.d.ts +4 -4
- package/lib/dial-pad/dial-pad.d.ts +1 -1
- package/lib/dialog/dialog.d.ts +3 -2
- package/lib/divider/divider.d.ts +1 -1
- package/lib/fab/fab.d.ts +1 -1
- package/lib/file-picker/file-picker.d.ts +3 -3
- package/lib/header/header.d.ts +1 -1
- package/lib/menu/menu.d.ts +1 -1
- package/lib/menu-item/menu-item.d.ts +2 -2
- package/lib/nav/nav.d.ts +1 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +2 -2
- package/lib/nav-item/nav-item.d.ts +2 -2
- package/lib/note/note.d.ts +1 -1
- package/lib/number-field/locale.d.ts +3 -2
- package/lib/number-field/number-field.d.ts +5 -5
- package/lib/option/option.d.ts +2 -2
- 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-group/radio-group.d.ts +1 -1
- package/lib/range-slider/range-slider.d.ts +1 -1
- package/lib/rich-text-editor/menubar/menubar.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +1 -1
- package/lib/searchable-select/option-tag.d.ts +1 -1
- package/lib/searchable-select/searchable-select.d.ts +5 -5
- package/lib/select/select.d.ts +4 -4
- package/lib/selectable-box/selectable-box.d.ts +1 -1
- package/lib/slider/slider.d.ts +2 -2
- package/lib/split-button/split-button.d.ts +3 -3
- package/lib/switch/switch.d.ts +1 -1
- package/lib/tab/tab.d.ts +3 -3
- package/lib/tab-panel/tab-panel.d.ts +1 -1
- package/lib/tag/tag.d.ts +2 -2
- package/lib/tag-group/tag-group.d.ts +1 -1
- package/lib/text-area/text-area.d.ts +4 -4
- package/lib/text-field/text-field.d.ts +5 -5
- package/lib/time-picker/time-picker.d.ts +2 -2
- package/lib/tree-item/tree-item.d.ts +2 -2
- package/lib/tree-view/tree-view.d.ts +1 -1
- package/lib/video-player/video-player.d.ts +1 -1
- package/locales/de-DE.cjs +21 -3
- package/locales/de-DE.js +21 -3
- package/locales/en-GB.cjs +21 -3
- package/locales/en-GB.js +21 -3
- package/locales/en-US.cjs +21 -3
- package/locales/en-US.js +21 -3
- package/locales/ja-JP.cjs +21 -3
- package/locales/ja-JP.js +21 -3
- package/locales/zh-CN.cjs +21 -3
- package/locales/zh-CN.js +21 -3
- package/package.json +1 -1
- package/shared/aria/delegates-aria.d.ts +1 -1
- package/shared/aria/host-semantics.d.ts +1 -1
- 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 +601 -521
- package/shared/definition17.js +599 -519
- 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 +1 -1
- package/shared/definition28.js +1 -1
- package/shared/definition3.cjs +1 -1
- package/shared/definition3.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 +40 -29
- package/shared/definition36.js +33 -22
- package/shared/definition38.cjs +30 -23
- package/shared/definition38.js +30 -23
- package/shared/definition42.cjs +2 -2
- package/shared/definition42.js +2 -2
- package/shared/definition45.cjs +2 -2
- package/shared/definition45.js +2 -2
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition49.cjs +2 -2
- package/shared/definition49.js +2 -2
- package/shared/definition63.cjs +2 -2
- package/shared/definition63.js +2 -2
- package/shared/definition67.cjs +9 -1
- package/shared/definition67.js +10 -2
- package/shared/feedback/feedback-message.d.ts +1 -1
- package/shared/feedback/mixins.d.ts +2 -2
- 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 +2 -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 +1 -1
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +1 -1
- 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 +2 -2
- package/shared/picker-field/mixins/single-date-picker.d.ts +3 -3
- 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 +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/vivid.api.json +154 -66
|
@@ -23,11 +23,11 @@ export type RichTextEditorTextBlocks = keyof typeof RichTextEditorTextBlocks;
|
|
|
23
23
|
declare const RichTextEditor_base: {
|
|
24
24
|
new (...args: any[]): {
|
|
25
25
|
readonly locale: import("../shared/localization/Locale").Locale;
|
|
26
|
+
connectedCallback(): void;
|
|
26
27
|
specialHandling: boolean;
|
|
27
28
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
28
29
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
29
30
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
30
|
-
connectedCallback(): void;
|
|
31
31
|
disconnectedCallback(): void;
|
|
32
32
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
33
33
|
accessKey: string;
|
|
@@ -6,11 +6,11 @@ export type OptionTagConnotation = ExtractFromEnum<Connotation, Connotation.Acce
|
|
|
6
6
|
declare const OptionTag_base: {
|
|
7
7
|
new (...args: any[]): {
|
|
8
8
|
readonly locale: import("../shared/localization/Locale").Locale;
|
|
9
|
+
connectedCallback(): void;
|
|
9
10
|
specialHandling: boolean;
|
|
10
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;
|
|
@@ -15,11 +15,11 @@ declare const SearchableSelect_base: {
|
|
|
15
15
|
};
|
|
16
16
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
17
17
|
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
18
|
+
connectedCallback(): void;
|
|
18
19
|
specialHandling: boolean;
|
|
19
20
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
20
21
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
21
22
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
22
|
-
connectedCallback(): void;
|
|
23
23
|
disconnectedCallback(): void;
|
|
24
24
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
25
25
|
accessKey: string;
|
|
@@ -732,11 +732,11 @@ declare const SearchableSelect_base: {
|
|
|
732
732
|
} & {
|
|
733
733
|
new (...args: any[]): {
|
|
734
734
|
successText?: string | undefined;
|
|
735
|
+
connectedCallback(): void;
|
|
735
736
|
specialHandling: boolean;
|
|
736
737
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
737
738
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
738
739
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
739
|
-
connectedCallback(): void;
|
|
740
740
|
disconnectedCallback(): void;
|
|
741
741
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
742
742
|
accessKey: string;
|
|
@@ -1443,10 +1443,10 @@ declare const SearchableSelect_base: {
|
|
|
1443
1443
|
} & {
|
|
1444
1444
|
new (...args: any[]): {
|
|
1445
1445
|
_vividAriaBehaviour: "delegate";
|
|
1446
|
+
connectedCallback(): void;
|
|
1446
1447
|
specialHandling: boolean;
|
|
1447
1448
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1448
1449
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1449
|
-
connectedCallback(): void;
|
|
1450
1450
|
disconnectedCallback(): void;
|
|
1451
1451
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1452
1452
|
accessKey: string;
|
|
@@ -1781,11 +1781,11 @@ declare const SearchableSelect_base: {
|
|
|
1781
1781
|
iconTrailing: boolean;
|
|
1782
1782
|
icon?: string | undefined;
|
|
1783
1783
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
1784
|
+
connectedCallback(): void;
|
|
1784
1785
|
specialHandling: boolean;
|
|
1785
1786
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1786
1787
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1787
1788
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1788
|
-
connectedCallback(): void;
|
|
1789
1789
|
disconnectedCallback(): void;
|
|
1790
1790
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1791
1791
|
accessKey: string;
|
|
@@ -2118,11 +2118,11 @@ declare const SearchableSelect_base: {
|
|
|
2118
2118
|
} & {
|
|
2119
2119
|
new (...args: any[]): {
|
|
2120
2120
|
readonly locale: import("../shared/localization/Locale").Locale;
|
|
2121
|
+
connectedCallback(): void;
|
|
2121
2122
|
specialHandling: boolean;
|
|
2122
2123
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2123
2124
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2124
2125
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2125
|
-
connectedCallback(): void;
|
|
2126
2126
|
disconnectedCallback(): void;
|
|
2127
2127
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2128
2128
|
accessKey: string;
|
package/lib/select/select.d.ts
CHANGED
|
@@ -18,11 +18,11 @@ declare const Select_base: {
|
|
|
18
18
|
message: string;
|
|
19
19
|
};
|
|
20
20
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
21
|
+
connectedCallback(): void;
|
|
21
22
|
specialHandling: boolean;
|
|
22
23
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
23
24
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
24
25
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
25
|
-
connectedCallback(): void;
|
|
26
26
|
disconnectedCallback(): void;
|
|
27
27
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
28
28
|
accessKey: string;
|
|
@@ -735,11 +735,11 @@ declare const Select_base: {
|
|
|
735
735
|
} & {
|
|
736
736
|
new (...args: any[]): {
|
|
737
737
|
successText?: string | undefined;
|
|
738
|
+
connectedCallback(): void;
|
|
738
739
|
specialHandling: boolean;
|
|
739
740
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
740
741
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
741
742
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
742
|
-
connectedCallback(): void;
|
|
743
743
|
disconnectedCallback(): void;
|
|
744
744
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
745
745
|
accessKey: string;
|
|
@@ -1446,10 +1446,10 @@ declare const Select_base: {
|
|
|
1446
1446
|
} & {
|
|
1447
1447
|
new (...args: any[]): {
|
|
1448
1448
|
_vividAriaBehaviour: "host";
|
|
1449
|
+
connectedCallback(): void;
|
|
1449
1450
|
specialHandling: boolean;
|
|
1450
1451
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1451
1452
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1452
|
-
connectedCallback(): void;
|
|
1453
1453
|
disconnectedCallback(): void;
|
|
1454
1454
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1455
1455
|
accessKey: string;
|
|
@@ -1784,11 +1784,11 @@ declare const Select_base: {
|
|
|
1784
1784
|
iconTrailing: boolean;
|
|
1785
1785
|
icon?: string | undefined;
|
|
1786
1786
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
1787
|
+
connectedCallback(): void;
|
|
1787
1788
|
specialHandling: boolean;
|
|
1788
1789
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1789
1790
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1790
1791
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1791
|
-
connectedCallback(): void;
|
|
1792
1792
|
disconnectedCallback(): void;
|
|
1793
1793
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1794
1794
|
accessKey: string;
|
|
@@ -5,10 +5,10 @@ export type SelectableBoxControlType = 'checkbox' | 'radio';
|
|
|
5
5
|
declare const SelectableBox_base: {
|
|
6
6
|
new (...args: any[]): {
|
|
7
7
|
_vividAriaBehaviour: "delegate";
|
|
8
|
+
connectedCallback(): void;
|
|
8
9
|
specialHandling: boolean;
|
|
9
10
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
10
11
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
11
|
-
connectedCallback(): void;
|
|
12
12
|
disconnectedCallback(): void;
|
|
13
13
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
14
14
|
accessKey: string;
|
package/lib/slider/slider.d.ts
CHANGED
|
@@ -9,11 +9,11 @@ export type SliderMode = typeof SliderMode[keyof typeof SliderMode];
|
|
|
9
9
|
declare const Slider_base: {
|
|
10
10
|
new (...args: any[]): {
|
|
11
11
|
readonly locale: import("../shared/localization/Locale").Locale;
|
|
12
|
+
connectedCallback(): void;
|
|
12
13
|
specialHandling: boolean;
|
|
13
14
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
14
15
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
15
16
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
16
|
-
connectedCallback(): void;
|
|
17
17
|
disconnectedCallback(): void;
|
|
18
18
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
19
19
|
accessKey: string;
|
|
@@ -346,10 +346,10 @@ declare const Slider_base: {
|
|
|
346
346
|
} & {
|
|
347
347
|
new (...args: any[]): {
|
|
348
348
|
_vividAriaBehaviour: "delegate";
|
|
349
|
+
connectedCallback(): void;
|
|
349
350
|
specialHandling: boolean;
|
|
350
351
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
351
352
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
352
|
-
connectedCallback(): void;
|
|
353
353
|
disconnectedCallback(): void;
|
|
354
354
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
355
355
|
accessKey: string;
|
|
@@ -9,11 +9,11 @@ declare const SplitButton_base: {
|
|
|
9
9
|
new (...args: any[]): {
|
|
10
10
|
icon?: string | undefined;
|
|
11
11
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
12
|
+
connectedCallback(): void;
|
|
12
13
|
specialHandling: boolean;
|
|
13
14
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
14
15
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
15
16
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
16
|
-
connectedCallback(): void;
|
|
17
17
|
disconnectedCallback(): void;
|
|
18
18
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
19
19
|
accessKey: string;
|
|
@@ -346,11 +346,11 @@ declare const SplitButton_base: {
|
|
|
346
346
|
} & {
|
|
347
347
|
new (...args: any[]): {
|
|
348
348
|
readonly locale: import("../shared/localization/Locale.js").Locale;
|
|
349
|
+
connectedCallback(): void;
|
|
349
350
|
specialHandling: boolean;
|
|
350
351
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
351
352
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
352
353
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
353
|
-
connectedCallback(): void;
|
|
354
354
|
disconnectedCallback(): void;
|
|
355
355
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
356
356
|
accessKey: string;
|
|
@@ -683,10 +683,10 @@ declare const SplitButton_base: {
|
|
|
683
683
|
} & {
|
|
684
684
|
new (...args: any[]): {
|
|
685
685
|
_vividAriaBehaviour: "delegate";
|
|
686
|
+
connectedCallback(): void;
|
|
686
687
|
specialHandling: boolean;
|
|
687
688
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
688
689
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
689
|
-
connectedCallback(): void;
|
|
690
690
|
disconnectedCallback(): void;
|
|
691
691
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
692
692
|
accessKey: string;
|
package/lib/switch/switch.d.ts
CHANGED
|
@@ -4,10 +4,10 @@ export type SwitchConnotation = Connotation.Accent | Connotation.Alert | Connota
|
|
|
4
4
|
declare const Switch_base: {
|
|
5
5
|
new (...args: any[]): {
|
|
6
6
|
_vividAriaBehaviour: "delegate";
|
|
7
|
+
connectedCallback(): void;
|
|
7
8
|
specialHandling: boolean;
|
|
8
9
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
9
10
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
10
|
-
connectedCallback(): void;
|
|
11
11
|
disconnectedCallback(): void;
|
|
12
12
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
13
13
|
accessKey: string;
|
package/lib/tab/tab.d.ts
CHANGED
|
@@ -6,10 +6,10 @@ export type TabShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Sharp>;
|
|
|
6
6
|
declare const Tab_base: {
|
|
7
7
|
new (...args: any[]): {
|
|
8
8
|
_vividAriaBehaviour: "host";
|
|
9
|
+
connectedCallback(): void;
|
|
9
10
|
specialHandling: boolean;
|
|
10
11
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
11
12
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
12
|
-
connectedCallback(): void;
|
|
13
13
|
disconnectedCallback(): void;
|
|
14
14
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
15
15
|
accessKey: string;
|
|
@@ -344,11 +344,11 @@ declare const Tab_base: {
|
|
|
344
344
|
iconTrailing: boolean;
|
|
345
345
|
icon?: string | undefined;
|
|
346
346
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
347
|
+
connectedCallback(): void;
|
|
347
348
|
specialHandling: boolean;
|
|
348
349
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
349
350
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
350
351
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
351
|
-
connectedCallback(): void;
|
|
352
352
|
disconnectedCallback(): void;
|
|
353
353
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
354
354
|
accessKey: string;
|
|
@@ -681,11 +681,11 @@ declare const Tab_base: {
|
|
|
681
681
|
} & {
|
|
682
682
|
new (...args: any[]): {
|
|
683
683
|
readonly locale: import("../shared/localization/Locale").Locale;
|
|
684
|
+
connectedCallback(): void;
|
|
684
685
|
specialHandling: boolean;
|
|
685
686
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
686
687
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
687
688
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
688
|
-
connectedCallback(): void;
|
|
689
689
|
disconnectedCallback(): void;
|
|
690
690
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
691
691
|
accessKey: string;
|
|
@@ -2,10 +2,10 @@ import { VividElement } from '../../shared/foundation/vivid-element/vivid-elemen
|
|
|
2
2
|
declare const TabPanel_base: {
|
|
3
3
|
new (...args: any[]): {
|
|
4
4
|
_vividAriaBehaviour: "host";
|
|
5
|
+
connectedCallback(): void;
|
|
5
6
|
specialHandling: boolean;
|
|
6
7
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
7
8
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
8
|
-
connectedCallback(): void;
|
|
9
9
|
disconnectedCallback(): void;
|
|
10
10
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
11
11
|
accessKey: string;
|
package/lib/tag/tag.d.ts
CHANGED
|
@@ -7,10 +7,10 @@ export type TagShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
|
7
7
|
declare const Tag_base: {
|
|
8
8
|
new (...args: any[]): {
|
|
9
9
|
_vividAriaBehaviour: "delegate";
|
|
10
|
+
connectedCallback(): void;
|
|
10
11
|
specialHandling: boolean;
|
|
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;
|
|
@@ -344,11 +344,11 @@ declare const Tag_base: {
|
|
|
344
344
|
new (...args: any[]): {
|
|
345
345
|
icon?: string | undefined;
|
|
346
346
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
347
|
+
connectedCallback(): void;
|
|
347
348
|
specialHandling: boolean;
|
|
348
349
|
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
349
350
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
350
351
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
351
|
-
connectedCallback(): void;
|
|
352
352
|
disconnectedCallback(): void;
|
|
353
353
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
354
354
|
accessKey: string;
|
|
@@ -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;
|
|
@@ -19,11 +19,11 @@ declare const TextArea_base: {
|
|
|
19
19
|
};
|
|
20
20
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
21
21
|
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
22
|
+
connectedCallback(): void;
|
|
22
23
|
specialHandling: boolean;
|
|
23
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;
|
|
@@ -365,11 +365,11 @@ declare const TextArea_base: {
|
|
|
365
365
|
_updateCharCountRemaining: () => void;
|
|
366
366
|
_getCharCountTemplate: (context: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
367
367
|
readonly locale: import("../shared/localization/Locale").Locale;
|
|
368
|
+
connectedCallback(): void;
|
|
368
369
|
specialHandling: boolean;
|
|
369
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;
|
|
@@ -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
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;
|
|
@@ -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;
|
|
@@ -27,11 +27,11 @@ declare const TextField_base: {
|
|
|
27
27
|
message: string;
|
|
28
28
|
};
|
|
29
29
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
30
|
+
connectedCallback(): void;
|
|
30
31
|
specialHandling: boolean;
|
|
31
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;
|
|
@@ -373,11 +373,11 @@ declare const TextField_base: {
|
|
|
373
373
|
_updateCharCountRemaining: () => void;
|
|
374
374
|
_getCharCountTemplate: (context: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
375
375
|
readonly locale: import("../shared/localization/Locale").Locale;
|
|
376
|
+
connectedCallback(): void;
|
|
376
377
|
specialHandling: boolean;
|
|
377
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;
|
|
@@ -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
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;
|
|
@@ -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
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;
|
|
@@ -82,11 +82,11 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
82
82
|
};
|
|
83
83
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
84
84
|
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
85
|
+
connectedCallback(): void;
|
|
85
86
|
specialHandling: boolean;
|
|
86
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;
|
|
@@ -852,11 +852,11 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
852
852
|
};
|
|
853
853
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
854
854
|
_getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
855
|
+
connectedCallback(): void;
|
|
855
856
|
specialHandling: boolean;
|
|
856
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;
|
|
@@ -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
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;
|
|
@@ -6,11 +6,11 @@ export declare const DEFAULT_PLAYBACK_RATES = "0.5, 1, 1.5, 2";
|
|
|
6
6
|
declare const VideoPlayer_base: {
|
|
7
7
|
new (...args: any[]): {
|
|
8
8
|
readonly locale: import("../shared/localization/Locale").Locale;
|
|
9
|
+
connectedCallback(): void;
|
|
9
10
|
specialHandling: boolean;
|
|
10
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
|
@@ -320,8 +320,18 @@ const deDE = {
|
|
|
320
320
|
dismissButtonLabel: "Schließen"
|
|
321
321
|
},
|
|
322
322
|
numberField: {
|
|
323
|
-
incrementButtonLabel:
|
|
324
|
-
|
|
323
|
+
incrementButtonLabel: (
|
|
324
|
+
/* istanbul ignore next */
|
|
325
|
+
(step) => step === 1 ? "Wert erhöhen" : `Wert um ${step} erhöhen`
|
|
326
|
+
),
|
|
327
|
+
decrementButtonLabel: (
|
|
328
|
+
/* istanbul ignore next */
|
|
329
|
+
(step) => step === 1 ? "Wert verringern" : `Wert um ${step} verringern`
|
|
330
|
+
),
|
|
331
|
+
updatedValueAnnouncement: (
|
|
332
|
+
/* istanbul ignore next */
|
|
333
|
+
(value) => `Aktualisierter Wert: ${value}`
|
|
334
|
+
)
|
|
325
335
|
},
|
|
326
336
|
splitButton: {
|
|
327
337
|
showMoreActionsLabel: "Weitere Aktionen anzeigen"
|
|
@@ -333,7 +343,7 @@ const deDE = {
|
|
|
333
343
|
},
|
|
334
344
|
dialPad: {
|
|
335
345
|
inputLabel: "Telefonnummer",
|
|
336
|
-
deleteButtonLabel: "
|
|
346
|
+
deleteButtonLabel: "Letzte Ziffer löschen",
|
|
337
347
|
callButtonLabel: "Anrufen",
|
|
338
348
|
endCallButtonLabel: "Anruf beenden",
|
|
339
349
|
digitOneLabel: "1",
|
|
@@ -418,6 +428,14 @@ const deDE = {
|
|
|
418
428
|
cell: {
|
|
419
429
|
selected: "Ausgewählt"
|
|
420
430
|
}
|
|
431
|
+
},
|
|
432
|
+
pagination: {
|
|
433
|
+
previousPageLabel: "Zur vorherigen Seite",
|
|
434
|
+
nextPageLabel: "Zur nächsten Seite",
|
|
435
|
+
goToPageLabel: (
|
|
436
|
+
/* istanbul ignore next */
|
|
437
|
+
(index) => `Weiter zu Seite ${index}`
|
|
438
|
+
)
|
|
421
439
|
}
|
|
422
440
|
};
|
|
423
441
|
|
package/locales/de-DE.js
CHANGED
|
@@ -318,8 +318,18 @@ const deDE = {
|
|
|
318
318
|
dismissButtonLabel: "Schließen"
|
|
319
319
|
},
|
|
320
320
|
numberField: {
|
|
321
|
-
incrementButtonLabel:
|
|
322
|
-
|
|
321
|
+
incrementButtonLabel: (
|
|
322
|
+
/* istanbul ignore next */
|
|
323
|
+
(step) => step === 1 ? "Wert erhöhen" : `Wert um ${step} erhöhen`
|
|
324
|
+
),
|
|
325
|
+
decrementButtonLabel: (
|
|
326
|
+
/* istanbul ignore next */
|
|
327
|
+
(step) => step === 1 ? "Wert verringern" : `Wert um ${step} verringern`
|
|
328
|
+
),
|
|
329
|
+
updatedValueAnnouncement: (
|
|
330
|
+
/* istanbul ignore next */
|
|
331
|
+
(value) => `Aktualisierter Wert: ${value}`
|
|
332
|
+
)
|
|
323
333
|
},
|
|
324
334
|
splitButton: {
|
|
325
335
|
showMoreActionsLabel: "Weitere Aktionen anzeigen"
|
|
@@ -331,7 +341,7 @@ const deDE = {
|
|
|
331
341
|
},
|
|
332
342
|
dialPad: {
|
|
333
343
|
inputLabel: "Telefonnummer",
|
|
334
|
-
deleteButtonLabel: "
|
|
344
|
+
deleteButtonLabel: "Letzte Ziffer löschen",
|
|
335
345
|
callButtonLabel: "Anrufen",
|
|
336
346
|
endCallButtonLabel: "Anruf beenden",
|
|
337
347
|
digitOneLabel: "1",
|
|
@@ -416,6 +426,14 @@ const deDE = {
|
|
|
416
426
|
cell: {
|
|
417
427
|
selected: "Ausgewählt"
|
|
418
428
|
}
|
|
429
|
+
},
|
|
430
|
+
pagination: {
|
|
431
|
+
previousPageLabel: "Zur vorherigen Seite",
|
|
432
|
+
nextPageLabel: "Zur nächsten Seite",
|
|
433
|
+
goToPageLabel: (
|
|
434
|
+
/* istanbul ignore next */
|
|
435
|
+
(index) => `Weiter zu Seite ${index}`
|
|
436
|
+
)
|
|
419
437
|
}
|
|
420
438
|
};
|
|
421
439
|
|
package/locales/en-GB.cjs
CHANGED
|
@@ -152,8 +152,18 @@ const enGB = {
|
|
|
152
152
|
dismissButtonLabel: "Close"
|
|
153
153
|
},
|
|
154
154
|
numberField: {
|
|
155
|
-
incrementButtonLabel:
|
|
156
|
-
|
|
155
|
+
incrementButtonLabel: (
|
|
156
|
+
/* istanbul ignore next */
|
|
157
|
+
(step) => step === 1 ? "Increase value" : `Increase value by ${step}`
|
|
158
|
+
),
|
|
159
|
+
decrementButtonLabel: (
|
|
160
|
+
/* istanbul ignore next */
|
|
161
|
+
(step) => step === 1 ? "Decrease value" : `Decrease value by ${step}`
|
|
162
|
+
),
|
|
163
|
+
updatedValueAnnouncement: (
|
|
164
|
+
/* istanbul ignore next */
|
|
165
|
+
(value) => `Updated value: ${value}`
|
|
166
|
+
)
|
|
157
167
|
},
|
|
158
168
|
splitButton: {
|
|
159
169
|
showMoreActionsLabel: "Show more actions"
|
|
@@ -165,7 +175,7 @@ const enGB = {
|
|
|
165
175
|
},
|
|
166
176
|
dialPad: {
|
|
167
177
|
inputLabel: "Phone number",
|
|
168
|
-
deleteButtonLabel: "Delete",
|
|
178
|
+
deleteButtonLabel: "Delete last digit",
|
|
169
179
|
callButtonLabel: "Call",
|
|
170
180
|
endCallButtonLabel: "End call",
|
|
171
181
|
digitOneLabel: "1",
|
|
@@ -250,6 +260,14 @@ const enGB = {
|
|
|
250
260
|
cell: {
|
|
251
261
|
selected: "Selected"
|
|
252
262
|
}
|
|
263
|
+
},
|
|
264
|
+
pagination: {
|
|
265
|
+
previousPageLabel: "Go to previous page",
|
|
266
|
+
nextPageLabel: "Go to next page",
|
|
267
|
+
goToPageLabel: (
|
|
268
|
+
/* istanbul ignore next */
|
|
269
|
+
(index) => `Go to page ${index}`
|
|
270
|
+
)
|
|
253
271
|
}
|
|
254
272
|
};
|
|
255
273
|
|