@vonage/vivid 5.20.1 → 5.22.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/accordion/index.cjs +1 -1
- package/accordion/index.js +2 -2
- package/alert/index.cjs +1 -1
- package/alert/index.js +2 -2
- package/audio-player/index.cjs +3 -5
- package/audio-player/index.js +30 -32
- package/avatar/index.cjs +1 -1
- package/avatar/index.js +1 -1
- package/banner/index.cjs +1 -1
- package/banner/index.js +2 -2
- package/bundled/affix.cjs +4 -4
- package/bundled/affix.js +4 -4
- package/bundled/base-color-picker.cjs +2 -2
- package/bundled/base-color-picker.js +2 -2
- package/bundled/button.cjs +1 -1
- package/bundled/button.js +1 -1
- package/bundled/definition10.cjs +1 -1
- package/bundled/definition10.js +1 -1
- package/bundled/definition13.cjs +1 -1
- package/bundled/definition13.js +1 -1
- package/bundled/definition15.cjs +1 -1
- package/bundled/definition15.js +2 -2
- package/bundled/definition16.cjs +2 -2
- package/bundled/definition16.js +2 -2
- package/bundled/definition17.cjs +1 -1
- package/bundled/definition17.js +1 -1
- package/bundled/definition18.cjs +2 -2
- package/bundled/definition18.js +15 -6
- package/bundled/definition19.cjs +1 -1
- package/bundled/definition19.js +1 -1
- package/bundled/definition20.cjs +1 -1
- package/bundled/definition20.js +1 -1
- package/bundled/definition21.cjs +1 -1
- package/bundled/definition21.js +2 -2
- package/bundled/definition24.cjs +1 -1
- package/bundled/definition24.js +1 -1
- package/bundled/definition3.cjs +1 -1
- package/bundled/definition3.js +3 -3
- package/bundled/definition4.cjs +1 -1
- package/bundled/definition4.js +1 -1
- package/bundled/definition5.cjs +1 -1
- package/bundled/definition5.js +1 -1
- package/bundled/definition6.cjs +1 -1
- package/bundled/definition6.js +2 -2
- package/bundled/definition8.cjs +1 -1
- package/bundled/definition8.js +12 -6
- package/bundled/definition9.cjs +1 -1
- package/bundled/definition9.js +1 -1
- package/bundled/form-associated.cjs +1 -1
- package/bundled/form-associated.js +2 -2
- package/bundled/listbox.cjs +1 -1
- package/bundled/listbox.js +5 -5
- package/bundled/numberConverter.cjs +1 -1
- package/bundled/numberConverter.js +1 -1
- package/bundled/slider.template.cjs +1 -1
- package/bundled/slider.template.js +1 -1
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/bundled/with-contextual-help.cjs +1 -1
- package/bundled/with-contextual-help.js +1 -1
- package/calendar/index.cjs +1 -1
- package/calendar/index.js +3 -3
- package/color-picker/index.cjs +20 -20
- package/color-picker/index.js +22 -22
- package/combobox/index.cjs +1 -1
- package/combobox/index.js +7 -7
- package/country-group/index.cjs +1 -1
- package/country-group/index.js +1 -1
- package/custom-elements.json +227 -185
- package/data-grid/index.cjs +2 -2
- package/data-grid/index.js +12 -10
- package/dial-pad/index.cjs +1 -1
- package/dial-pad/index.js +2 -2
- package/dialog/index.cjs +1 -1
- package/dialog/index.js +1 -1
- package/file-picker/index.cjs +1 -1
- package/file-picker/index.js +1 -1
- package/header/index.cjs +1 -1
- package/header/index.js +1 -1
- package/lib/audio-player/audio-player.d.ts +0 -1
- package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
- package/lib/checkbox/checkbox.d.ts +16 -16
- package/lib/color-picker/color-picker.d.ts +16 -16
- package/lib/combobox/combobox.d.ts +21 -21
- package/lib/date-picker/date-picker.d.ts +26 -26
- package/lib/date-range-picker/date-range-picker.d.ts +14 -14
- package/lib/date-time-picker/date-time-picker.d.ts +24 -24
- package/lib/dial-pad/dial-pad.d.ts +1 -1
- package/lib/file-picker/file-picker.d.ts +21 -21
- package/lib/menu/menu.d.ts +1 -1
- package/lib/number-field/number-field.d.ts +22 -22
- package/lib/popup/popup.d.ts +2 -1
- package/lib/radio/radio.d.ts +16 -16
- package/lib/range-slider/range-slider.d.ts +10 -10
- package/lib/rich-text-editor/popover.d.ts +1 -1
- package/lib/rich-text-editor/rte/exports.d.ts +1 -0
- package/lib/rich-text-editor/rte/feature.d.ts +5 -5
- package/lib/rich-text-editor/rte/features/base.d.ts +1 -0
- package/lib/rich-text-editor/rte/features/drop-handler.d.ts +1 -2
- package/lib/rich-text-editor/rte/features/internal/core.d.ts +8 -0
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +6 -0
- package/lib/rich-text-editor/rte/features/keyboard-shortcuts.d.ts +1 -1
- package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +1 -1
- package/lib/rich-text-editor/rte/instance.d.ts +1 -0
- package/lib/rich-text-editor/rte/public-interface.d.ts +3 -0
- package/lib/rich-text-editor/rte/utils/ui.d.ts +1 -1
- package/lib/searchable-select/searchable-select.d.ts +21 -21
- package/lib/select/select.d.ts +22 -22
- package/lib/simple-color-picker/simple-color-picker.d.ts +5 -5
- package/lib/slider/slider.d.ts +5 -5
- package/lib/switch/switch.d.ts +5 -5
- package/lib/table/table-body.template.d.ts +1 -2
- package/lib/table/table-cell.template.d.ts +1 -2
- package/lib/table/table-head.template.d.ts +1 -2
- package/lib/table/table-row.template.d.ts +1 -2
- package/lib/table/table.template.d.ts +1 -2
- package/lib/text-area/text-area.d.ts +21 -21
- package/lib/text-field/text-field.d.ts +22 -22
- package/lib/time-picker/time-picker.d.ts +12 -12
- package/locales/de-DE.cjs +178 -4
- package/locales/de-DE.js +179 -2
- package/locales/en-GB.cjs +9 -4
- package/locales/en-GB.js +10 -2
- package/locales/en-US.cjs +2 -270
- package/locales/en-US.js +1 -267
- package/locales/ja-JP.cjs +171 -4
- package/locales/ja-JP.js +172 -2
- package/locales/zh-CN.cjs +172 -4
- package/locales/zh-CN.js +173 -2
- package/nav-disclosure/index.cjs +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.cjs +1 -1
- package/nav-item/index.js +1 -1
- package/package.json +7 -4
- package/pagination/index.cjs +1 -1
- package/pagination/index.js +9 -2
- package/popover/index.cjs +1 -1
- package/popover/index.js +1 -1
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +21 -19
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/index.cjs +13 -12
- package/rich-text-editor/index.js +1085 -1057
- package/searchable-select/index.cjs +1 -1
- package/searchable-select/index.js +1 -1
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +6 -1
- package/shared/color-picker/base-color-picker.d.ts +5 -5
- package/shared/feedback/mixins.d.ts +1 -1
- package/shared/foundation/button/button.d.ts +5 -5
- package/shared/foundation/form-associated/form-associated.d.ts +10 -10
- package/shared/foundation/listbox/listbox.d.ts +1 -1
- package/shared/patterns/form-elements/form-element.d.ts +5 -5
- package/shared/patterns/form-elements/with-contextual-help.d.ts +5 -5
- package/shared/patterns/form-elements/with-error-text.d.ts +6 -6
- package/shared/picker-field/mixins/calendar-picker.d.ts +6 -6
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +6 -6
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +8 -8
- package/shared/picker-field/mixins/single-date-picker.d.ts +6 -6
- package/shared/picker-field/mixins/single-value-picker.d.ts +6 -6
- package/shared/picker-field/mixins/time-selection-picker.d.ts +6 -6
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +12 -12
- package/shared/picker-field/picker-field.d.ts +21 -21
- package/shared/utils/slottable-request.d.ts +1 -1
- package/switch/index.cjs +2 -2
- package/switch/index.js +2 -2
- package/table/index.cjs +5 -5
- package/table/index.js +5 -5
- package/tabs/index.cjs +1 -1
- package/tabs/index.js +3 -3
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +0 -2
- package/unbundled/affix.cjs +4 -4
- package/unbundled/affix.js +4 -4
- package/unbundled/base-color-picker.cjs +3 -3
- package/unbundled/base-color-picker.js +3 -3
- package/unbundled/button.cjs +5 -5
- package/unbundled/button.js +5 -5
- package/unbundled/chunk.cjs +15 -0
- package/unbundled/chunk.js +13 -0
- package/unbundled/definition10.cjs +15 -4
- package/unbundled/definition10.js +15 -4
- package/unbundled/definition11.cjs +3 -3
- package/unbundled/definition11.js +3 -3
- package/unbundled/definition12.cjs +1 -1
- package/unbundled/definition12.js +1 -1
- package/unbundled/definition13.cjs +2 -2
- package/unbundled/definition13.js +2 -2
- package/unbundled/definition14.cjs +73 -76
- package/unbundled/definition14.js +73 -76
- package/unbundled/definition15.cjs +1 -1
- package/unbundled/definition15.js +1 -1
- package/unbundled/definition17.cjs +2 -2
- package/unbundled/definition17.js +2 -2
- package/unbundled/definition19.cjs +2 -1
- package/unbundled/definition19.js +2 -1
- package/unbundled/definition2.cjs +1 -1
- package/unbundled/definition2.js +1 -1
- package/unbundled/definition21.cjs +3 -3
- package/unbundled/definition21.js +3 -3
- package/unbundled/definition23.cjs +2 -2
- package/unbundled/definition23.js +2 -2
- package/unbundled/definition24.cjs +1 -1
- package/unbundled/definition24.js +1 -1
- package/unbundled/definition27.cjs +1 -1
- package/unbundled/definition27.js +1 -1
- package/unbundled/definition28.cjs +23 -23
- package/unbundled/definition28.js +23 -23
- package/unbundled/definition29.cjs +1 -1
- package/unbundled/definition29.js +1 -1
- package/unbundled/definition3.cjs +2 -2
- package/unbundled/definition3.js +2 -2
- package/unbundled/definition30.cjs +8 -8
- package/unbundled/definition30.js +8 -8
- package/unbundled/definition32.cjs +1 -1
- package/unbundled/definition32.js +1 -1
- package/unbundled/definition34.cjs +9 -8
- package/unbundled/definition34.js +9 -8
- package/unbundled/definition35.cjs +1 -1
- package/unbundled/definition35.js +1 -1
- package/unbundled/definition39.cjs +2 -2
- package/unbundled/definition39.js +2 -2
- package/unbundled/definition40.cjs +1 -1
- package/unbundled/definition40.js +1 -1
- package/unbundled/definition43.cjs +1 -1
- package/unbundled/definition43.js +1 -1
- package/unbundled/definition44.cjs +1 -1
- package/unbundled/definition44.js +1 -1
- package/unbundled/definition48.cjs +1 -1
- package/unbundled/definition48.js +1 -1
- package/unbundled/definition49.cjs +1 -1
- package/unbundled/definition49.js +1 -1
- package/unbundled/definition5.cjs +1 -1
- package/unbundled/definition5.js +1 -1
- package/unbundled/definition53.cjs +10 -3
- package/unbundled/definition53.js +10 -3
- package/unbundled/definition55.cjs +1 -1
- package/unbundled/definition55.js +1 -1
- package/unbundled/definition56.cjs +1 -1
- package/unbundled/definition56.js +1 -1
- package/unbundled/definition57.cjs +4 -5
- package/unbundled/definition57.js +4 -5
- package/unbundled/definition58.cjs +20 -19
- package/unbundled/definition58.js +20 -19
- package/unbundled/definition59.cjs +1 -1
- package/unbundled/definition59.js +1 -1
- package/unbundled/definition60.cjs +890 -851
- package/unbundled/definition60.js +890 -851
- package/unbundled/definition61.cjs +13 -7
- package/unbundled/definition61.js +13 -7
- package/unbundled/definition63.cjs +1 -1
- package/unbundled/definition63.js +1 -1
- package/unbundled/definition64.cjs +4 -1
- package/unbundled/definition64.js +4 -1
- package/unbundled/definition65.cjs +2 -1
- package/unbundled/definition65.js +2 -1
- package/unbundled/definition69.cjs +4 -3
- package/unbundled/definition69.js +4 -3
- package/unbundled/definition7.cjs +2 -2
- package/unbundled/definition7.js +2 -2
- package/unbundled/definition71.cjs +1 -1
- package/unbundled/definition71.js +1 -1
- package/unbundled/definition72.cjs +5 -5
- package/unbundled/definition72.js +5 -5
- package/unbundled/definition73.cjs +3 -3
- package/unbundled/definition73.js +3 -3
- package/unbundled/definition75.cjs +1 -1
- package/unbundled/definition75.js +1 -1
- package/unbundled/definition78.cjs +1 -1
- package/unbundled/definition78.js +1 -1
- package/unbundled/definition79.cjs +0 -2
- package/unbundled/definition79.js +0 -2
- package/unbundled/definition80.cjs +1 -1
- package/unbundled/definition80.js +1 -1
- package/unbundled/definition9.cjs +2 -2
- package/unbundled/definition9.js +2 -2
- package/unbundled/en-US.cjs +449 -0
- package/unbundled/en-US.js +445 -0
- package/unbundled/form-associated.cjs +2 -2
- package/unbundled/form-associated.js +2 -2
- package/unbundled/listbox.cjs +7 -7
- package/unbundled/listbox.js +7 -7
- package/unbundled/localized.cjs +2 -2
- package/unbundled/localized.js +1 -1
- package/unbundled/numberConverter.cjs +1 -1
- package/unbundled/numberConverter.js +1 -1
- package/unbundled/slider.template.cjs +1 -1
- package/unbundled/slider.template.js +1 -1
- package/unbundled/slottable-request.cjs +5 -5
- package/unbundled/slottable-request.js +5 -5
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/unbundled/with-contextual-help.cjs +4 -1
- package/unbundled/with-contextual-help.js +4 -1
- package/video-player/index.cjs +1 -1
- package/video-player/index.js +1 -1
- package/vivid.api.json +60 -18
package/lib/slider/slider.d.ts
CHANGED
|
@@ -866,17 +866,17 @@ declare const Slider_base: {
|
|
|
866
866
|
dirtyValue: boolean;
|
|
867
867
|
proxySlot?: HTMLSlotElement;
|
|
868
868
|
value: string;
|
|
869
|
-
valueChanged(_previous: string, _next: string): void;
|
|
869
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
870
870
|
get currentValue(): string;
|
|
871
871
|
set currentValue(value: string);
|
|
872
872
|
initialValue: string;
|
|
873
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
873
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
874
874
|
disabled: boolean;
|
|
875
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
875
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
876
876
|
name: string;
|
|
877
|
-
nameChanged(_previous: string, _next: string): void;
|
|
877
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
878
878
|
required: boolean;
|
|
879
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
879
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
880
880
|
get elementInternals(): ElementInternals | null;
|
|
881
881
|
proxyEventsToBlock: string[];
|
|
882
882
|
connectedCallback(): void;
|
package/lib/switch/switch.d.ts
CHANGED
|
@@ -448,17 +448,17 @@ declare const Switch_base: {
|
|
|
448
448
|
dirtyValue: boolean;
|
|
449
449
|
proxySlot?: HTMLSlotElement;
|
|
450
450
|
value: string;
|
|
451
|
-
valueChanged(_previous: string, _next: string): void;
|
|
451
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
452
452
|
get currentValue(): string;
|
|
453
453
|
set currentValue(value: string);
|
|
454
454
|
initialValue: string;
|
|
455
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
455
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
456
456
|
disabled: boolean;
|
|
457
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
457
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
458
458
|
name: string;
|
|
459
|
-
nameChanged(_previous: string, _next: string): void;
|
|
459
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
460
460
|
required: boolean;
|
|
461
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
461
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
462
462
|
get elementInternals(): ElementInternals | null;
|
|
463
463
|
proxyEventsToBlock: string[];
|
|
464
464
|
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
1
|
import { TableBody } from './table-body';
|
|
3
|
-
export declare const TableBodyTemplate: (
|
|
2
|
+
export declare const TableBodyTemplate: () => import('@microsoft/fast-element').ViewTemplate<TableBody, any>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
1
|
import { TableCell } from './table-cell';
|
|
3
|
-
export declare const TableCellTemplate: (
|
|
2
|
+
export declare const TableCellTemplate: () => import('@microsoft/fast-element').ViewTemplate<TableCell, any>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
1
|
import { TableHead } from './table-head';
|
|
3
|
-
export declare const TableHeadTemplate: (
|
|
2
|
+
export declare const TableHeadTemplate: () => import('@microsoft/fast-element').ViewTemplate<TableHead, any>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
1
|
import { TableRow } from './table-row';
|
|
3
|
-
export declare const TableRowTemplate: (
|
|
2
|
+
export declare const TableRowTemplate: () => import('@microsoft/fast-element').ViewTemplate<TableRow, any>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { VividElementDefinitionContext } from '../../shared/design-system/defineVividComponent';
|
|
2
1
|
import { Table } from './table';
|
|
3
|
-
export declare const TableTemplate: (
|
|
2
|
+
export declare const TableTemplate: () => import('@microsoft/fast-element').ViewTemplate<Table, any>;
|
|
@@ -30,17 +30,17 @@ declare const TextArea_base: {
|
|
|
30
30
|
dirtyValue: boolean;
|
|
31
31
|
proxySlot?: HTMLSlotElement;
|
|
32
32
|
value: string;
|
|
33
|
-
valueChanged(_previous: string, _next: string): void;
|
|
33
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
34
34
|
get currentValue(): string;
|
|
35
35
|
set currentValue(value: string);
|
|
36
36
|
initialValue: string;
|
|
37
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
37
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
38
38
|
disabled: boolean;
|
|
39
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
39
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
40
40
|
name: string;
|
|
41
|
-
nameChanged(_previous: string, _next: string): void;
|
|
41
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
42
42
|
required: boolean;
|
|
43
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
43
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
44
44
|
get elementInternals(): ElementInternals | null;
|
|
45
45
|
proxyEventsToBlock: string[];
|
|
46
46
|
checkValidity(): boolean;
|
|
@@ -1343,7 +1343,7 @@ declare const TextArea_base: {
|
|
|
1343
1343
|
} & {
|
|
1344
1344
|
new (...args: any[]): {
|
|
1345
1345
|
errorText?: string;
|
|
1346
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1346
|
+
errorTextChanged(_: string | undefined, newErrorText: string | undefined): void;
|
|
1347
1347
|
"__#private@#blockValidateCalls": boolean;
|
|
1348
1348
|
"__#private@#originalValidateFn": () => void;
|
|
1349
1349
|
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
@@ -1366,17 +1366,17 @@ declare const TextArea_base: {
|
|
|
1366
1366
|
dirtyValue: boolean;
|
|
1367
1367
|
proxySlot?: HTMLSlotElement;
|
|
1368
1368
|
value: string;
|
|
1369
|
-
valueChanged(_previous: string, _next: string): void;
|
|
1369
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
1370
1370
|
get currentValue(): string;
|
|
1371
1371
|
set currentValue(value: string);
|
|
1372
1372
|
initialValue: string;
|
|
1373
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
1373
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
1374
1374
|
disabled: boolean;
|
|
1375
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
1375
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
1376
1376
|
name: string;
|
|
1377
|
-
nameChanged(_previous: string, _next: string): void;
|
|
1377
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
1378
1378
|
required: boolean;
|
|
1379
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1379
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
1380
1380
|
get elementInternals(): ElementInternals | null;
|
|
1381
1381
|
proxyEventsToBlock: string[];
|
|
1382
1382
|
checkValidity(): boolean;
|
|
@@ -2254,17 +2254,17 @@ declare const TextArea_base: {
|
|
|
2254
2254
|
dirtyValue: boolean;
|
|
2255
2255
|
proxySlot?: HTMLSlotElement;
|
|
2256
2256
|
value: string;
|
|
2257
|
-
valueChanged(_previous: string, _next: string): void;
|
|
2257
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
2258
2258
|
get currentValue(): string;
|
|
2259
2259
|
set currentValue(value: string);
|
|
2260
2260
|
initialValue: string;
|
|
2261
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
2261
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
2262
2262
|
disabled: boolean;
|
|
2263
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
2263
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
2264
2264
|
name: string;
|
|
2265
|
-
nameChanged(_previous: string, _next: string): void;
|
|
2265
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
2266
2266
|
required: boolean;
|
|
2267
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2267
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
2268
2268
|
get elementInternals(): ElementInternals | null;
|
|
2269
2269
|
proxyEventsToBlock: string[];
|
|
2270
2270
|
checkValidity(): boolean;
|
|
@@ -3132,17 +3132,17 @@ declare const TextArea_base: {
|
|
|
3132
3132
|
dirtyValue: boolean;
|
|
3133
3133
|
proxySlot?: HTMLSlotElement;
|
|
3134
3134
|
value: string;
|
|
3135
|
-
valueChanged(_previous: string, _next: string): void;
|
|
3135
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
3136
3136
|
get currentValue(): string;
|
|
3137
3137
|
set currentValue(value: string);
|
|
3138
3138
|
initialValue: string;
|
|
3139
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
3139
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
3140
3140
|
disabled: boolean;
|
|
3141
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
3141
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
3142
3142
|
name: string;
|
|
3143
|
-
nameChanged(_previous: string, _next: string): void;
|
|
3143
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
3144
3144
|
required: boolean;
|
|
3145
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
3145
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
3146
3146
|
get elementInternals(): ElementInternals | null;
|
|
3147
3147
|
proxyEventsToBlock: string[];
|
|
3148
3148
|
connectedCallback(): void;
|
|
@@ -35,17 +35,17 @@ declare const TextField_base: {
|
|
|
35
35
|
dirtyValue: boolean;
|
|
36
36
|
proxySlot?: HTMLSlotElement;
|
|
37
37
|
value: string;
|
|
38
|
-
valueChanged(_previous: string, _next: string): void;
|
|
38
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
39
39
|
get currentValue(): string;
|
|
40
40
|
set currentValue(value: string);
|
|
41
41
|
initialValue: string;
|
|
42
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
42
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
43
43
|
disabled: boolean;
|
|
44
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
44
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
45
45
|
name: string;
|
|
46
|
-
nameChanged(_previous: string, _next: string): void;
|
|
46
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
47
47
|
required: boolean;
|
|
48
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
48
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
49
49
|
get elementInternals(): ElementInternals | null;
|
|
50
50
|
proxyEventsToBlock: string[];
|
|
51
51
|
checkValidity(): boolean;
|
|
@@ -481,7 +481,7 @@ declare const TextField_base: {
|
|
|
481
481
|
} & {
|
|
482
482
|
new (...args: any[]): {
|
|
483
483
|
_slottedHelperTextIds: string[];
|
|
484
|
-
_helperTextSlottedContentChanged(_: HTMLElement[], newContent: HTMLElement[]): void;
|
|
484
|
+
_helperTextSlottedContentChanged(_: HTMLElement[] | undefined, newContent: HTMLElement[]): void;
|
|
485
485
|
get _feedbackDescribedBy(): string;
|
|
486
486
|
_feedbackId: string;
|
|
487
487
|
_getFeedbackTemplate(ctx: import('../../shared/design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
|
|
@@ -1351,7 +1351,7 @@ declare const TextField_base: {
|
|
|
1351
1351
|
} & {
|
|
1352
1352
|
new (...args: any[]): {
|
|
1353
1353
|
errorText?: string;
|
|
1354
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1354
|
+
errorTextChanged(_: string | undefined, newErrorText: string | undefined): void;
|
|
1355
1355
|
"__#private@#blockValidateCalls": boolean;
|
|
1356
1356
|
"__#private@#originalValidateFn": () => void;
|
|
1357
1357
|
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
@@ -1374,17 +1374,17 @@ declare const TextField_base: {
|
|
|
1374
1374
|
dirtyValue: boolean;
|
|
1375
1375
|
proxySlot?: HTMLSlotElement;
|
|
1376
1376
|
value: string;
|
|
1377
|
-
valueChanged(_previous: string, _next: string): void;
|
|
1377
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
1378
1378
|
get currentValue(): string;
|
|
1379
1379
|
set currentValue(value: string);
|
|
1380
1380
|
initialValue: string;
|
|
1381
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
1381
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
1382
1382
|
disabled: boolean;
|
|
1383
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
1383
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
1384
1384
|
name: string;
|
|
1385
|
-
nameChanged(_previous: string, _next: string): void;
|
|
1385
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
1386
1386
|
required: boolean;
|
|
1387
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
1387
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
1388
1388
|
get elementInternals(): ElementInternals | null;
|
|
1389
1389
|
proxyEventsToBlock: string[];
|
|
1390
1390
|
checkValidity(): boolean;
|
|
@@ -2262,17 +2262,17 @@ declare const TextField_base: {
|
|
|
2262
2262
|
dirtyValue: boolean;
|
|
2263
2263
|
proxySlot?: HTMLSlotElement;
|
|
2264
2264
|
value: string;
|
|
2265
|
-
valueChanged(_previous: string, _next: string): void;
|
|
2265
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
2266
2266
|
get currentValue(): string;
|
|
2267
2267
|
set currentValue(value: string);
|
|
2268
2268
|
initialValue: string;
|
|
2269
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
2269
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
2270
2270
|
disabled: boolean;
|
|
2271
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
2271
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
2272
2272
|
name: string;
|
|
2273
|
-
nameChanged(_previous: string, _next: string): void;
|
|
2273
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
2274
2274
|
required: boolean;
|
|
2275
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
2275
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
2276
2276
|
get elementInternals(): ElementInternals | null;
|
|
2277
2277
|
proxyEventsToBlock: string[];
|
|
2278
2278
|
checkValidity(): boolean;
|
|
@@ -3566,17 +3566,17 @@ declare const TextField_base: {
|
|
|
3566
3566
|
dirtyValue: boolean;
|
|
3567
3567
|
proxySlot?: HTMLSlotElement;
|
|
3568
3568
|
value: string;
|
|
3569
|
-
valueChanged(_previous: string, _next: string): void;
|
|
3569
|
+
valueChanged(_previous: string | undefined, _next: string): void;
|
|
3570
3570
|
get currentValue(): string;
|
|
3571
3571
|
set currentValue(value: string);
|
|
3572
3572
|
initialValue: string;
|
|
3573
|
-
initialValueChanged(_previous: string, _next: string): void;
|
|
3573
|
+
initialValueChanged(_previous: string | undefined, _next: string): void;
|
|
3574
3574
|
disabled: boolean;
|
|
3575
|
-
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
3575
|
+
disabledChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
3576
3576
|
name: string;
|
|
3577
|
-
nameChanged(_previous: string, _next: string): void;
|
|
3577
|
+
nameChanged(_previous: string | undefined, _next: string): void;
|
|
3578
3578
|
required: boolean;
|
|
3579
|
-
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
3579
|
+
requiredChanged(_previous: boolean | undefined, _next: boolean): void;
|
|
3580
3580
|
get elementInternals(): ElementInternals | null;
|
|
3581
3581
|
proxyEventsToBlock: string[];
|
|
3582
3582
|
connectedCallback(): void;
|
|
@@ -29,7 +29,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
29
29
|
_toPresentationValue(value: string): string;
|
|
30
30
|
_parsePresentationValue(presentationValue: string): string;
|
|
31
31
|
_isInternalValueUpdate: boolean;
|
|
32
|
-
valueChanged: ((previous: string, next: string) => void) & ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
32
|
+
valueChanged: ((previous: string | undefined, next: string) => void) & ((_previous: string | undefined, _next: string) => void) & ((_previous: string | undefined, _next: string) => void);
|
|
33
33
|
_updatePresentationValue: (() => void) & (() => void);
|
|
34
34
|
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
35
35
|
_onTextFieldChange: (() => void) & (() => void);
|
|
@@ -87,13 +87,13 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
87
87
|
get currentValue(): string;
|
|
88
88
|
set currentValue(value: string);
|
|
89
89
|
initialValue: string;
|
|
90
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
90
|
+
initialValueChanged: ((_previous: string | undefined, _next: string) => void) & ((_previous: string | undefined, _next: string) => void);
|
|
91
91
|
disabled: boolean;
|
|
92
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
92
|
+
disabledChanged: ((_previous: boolean | undefined, _next: boolean) => void) & ((_previous: boolean | undefined, _next: boolean) => void);
|
|
93
93
|
name: string;
|
|
94
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
94
|
+
nameChanged: ((_previous: string | undefined, _next: string) => void) & ((_previous: string | undefined, _next: string) => void);
|
|
95
95
|
required: boolean;
|
|
96
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
96
|
+
requiredChanged: ((_previous: boolean | undefined, _next: boolean) => void) & ((_previous: boolean | undefined, _next: boolean) => void);
|
|
97
97
|
get elementInternals(): ElementInternals | null;
|
|
98
98
|
proxyEventsToBlock: string[];
|
|
99
99
|
checkValidity: (() => boolean) & (() => boolean);
|
|
@@ -966,7 +966,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
966
966
|
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
967
967
|
}, any>;
|
|
968
968
|
errorText?: string;
|
|
969
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
969
|
+
errorTextChanged(_: string | undefined, newErrorText: string | undefined): void;
|
|
970
970
|
"__#private@#blockValidateCalls": boolean;
|
|
971
971
|
"__#private@#originalValidateFn": () => void;
|
|
972
972
|
"__#private@#forceCustomError"(errorMessage: string): void;
|
|
@@ -978,7 +978,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
978
978
|
_toPresentationValue(value: string): string;
|
|
979
979
|
_parsePresentationValue(presentationValue: string): string;
|
|
980
980
|
_isInternalValueUpdate: boolean;
|
|
981
|
-
valueChanged(previous: string, next: string): void;
|
|
981
|
+
valueChanged(previous: string | undefined, next: string): void;
|
|
982
982
|
_updatePresentationValue(): void;
|
|
983
983
|
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
984
984
|
_onTextFieldChange(): void;
|
|
@@ -1039,13 +1039,13 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1039
1039
|
get currentValue(): string;
|
|
1040
1040
|
set currentValue(value: string);
|
|
1041
1041
|
initialValue: string;
|
|
1042
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1042
|
+
initialValueChanged: ((_previous: string | undefined, _next: string) => void) & ((_previous: string | undefined, _next: string) => void);
|
|
1043
1043
|
disabled: boolean;
|
|
1044
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1044
|
+
disabledChanged: ((_previous: boolean | undefined, _next: boolean) => void) & ((_previous: boolean | undefined, _next: boolean) => void);
|
|
1045
1045
|
name: string;
|
|
1046
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1046
|
+
nameChanged: ((_previous: string | undefined, _next: string) => void) & ((_previous: string | undefined, _next: string) => void);
|
|
1047
1047
|
required: boolean;
|
|
1048
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1048
|
+
requiredChanged: ((_previous: boolean | undefined, _next: boolean) => void) & ((_previous: boolean | undefined, _next: boolean) => void);
|
|
1049
1049
|
get elementInternals(): ElementInternals | null;
|
|
1050
1050
|
proxyEventsToBlock: string[];
|
|
1051
1051
|
checkValidity: (() => boolean) & (() => boolean);
|
|
@@ -1918,7 +1918,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1918
1918
|
_removeController(controller: import('../../shared/framework/reactive-controller').ReactiveController): void;
|
|
1919
1919
|
}, any>;
|
|
1920
1920
|
errorText?: string;
|
|
1921
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1921
|
+
errorTextChanged(_: string | undefined, newErrorText: string | undefined): void;
|
|
1922
1922
|
"__#private@#blockValidateCalls": boolean;
|
|
1923
1923
|
"__#private@#originalValidateFn": () => void;
|
|
1924
1924
|
"__#private@#forceCustomError"(errorMessage: string): void;
|
package/locales/de-DE.cjs
CHANGED
|
@@ -1,6 +1,180 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
//#region ../../node_modules/.pnpm/video.js@8.23.7/node_modules/video.js/dist/lang/de.json
|
|
2
|
+
var de_exports = /* @__PURE__ */ require("../unbundled/chunk.cjs").__exportAll({
|
|
3
|
+
Background: () => Background,
|
|
4
|
+
Black: () => Black,
|
|
5
|
+
Blue: () => Blue,
|
|
6
|
+
Captions: () => Captions,
|
|
7
|
+
Casual: () => Casual,
|
|
8
|
+
Chapters: () => Chapters,
|
|
9
|
+
Close: () => Close,
|
|
10
|
+
Color: () => Color,
|
|
11
|
+
Cyan: () => Cyan,
|
|
12
|
+
Depressed: () => Depressed,
|
|
13
|
+
Descriptions: () => Descriptions,
|
|
14
|
+
Done: () => Done,
|
|
15
|
+
Duration: () => Duration,
|
|
16
|
+
Fullscreen: () => Fullscreen,
|
|
17
|
+
Green: () => Green,
|
|
18
|
+
LIVE: () => LIVE,
|
|
19
|
+
Loaded: () => Loaded,
|
|
20
|
+
Magenta: () => Magenta,
|
|
21
|
+
Mute: () => Mute,
|
|
22
|
+
None: () => None,
|
|
23
|
+
Opacity: () => Opacity,
|
|
24
|
+
Opaque: () => Opaque,
|
|
25
|
+
Pause: () => Pause,
|
|
26
|
+
Play: () => Play,
|
|
27
|
+
Progress: () => Progress,
|
|
28
|
+
Raised: () => Raised,
|
|
29
|
+
Red: () => "Rot",
|
|
30
|
+
Replay: () => Replay,
|
|
31
|
+
Reset: () => Reset,
|
|
32
|
+
Script: () => Script,
|
|
33
|
+
Subtitles: () => Subtitles,
|
|
34
|
+
Text: () => Text,
|
|
35
|
+
Transparent: () => Transparent,
|
|
36
|
+
Uniform: () => Uniform,
|
|
37
|
+
Unmute: () => Unmute,
|
|
38
|
+
White: () => White,
|
|
39
|
+
Window: () => Window,
|
|
40
|
+
Yellow: () => Yellow,
|
|
41
|
+
default: () => de_default
|
|
42
|
+
});
|
|
43
|
+
var Play = "Wiedergabe";
|
|
44
|
+
var Pause = "Pause";
|
|
45
|
+
var Replay = "Erneut abspielen";
|
|
46
|
+
var Duration = "Dauer";
|
|
47
|
+
var LIVE = "LIVE";
|
|
48
|
+
var Loaded = "Geladen";
|
|
49
|
+
var Progress = "Status";
|
|
50
|
+
var Fullscreen = "Vollbild";
|
|
51
|
+
var Mute = "Stumm schalten";
|
|
52
|
+
var Unmute = "Ton einschalten";
|
|
53
|
+
var Subtitles = "Untertitel";
|
|
54
|
+
var Captions = "Untertitel";
|
|
55
|
+
var Chapters = "Kapitel";
|
|
56
|
+
var Close = "Schließen";
|
|
57
|
+
var Descriptions = "Beschreibungen";
|
|
58
|
+
var Text = "Schrift";
|
|
59
|
+
var White = "Weiß";
|
|
60
|
+
var Black = "Schwarz";
|
|
61
|
+
var Green = "Grün";
|
|
62
|
+
var Blue = "Blau";
|
|
63
|
+
var Yellow = "Gelb";
|
|
64
|
+
var Magenta = "Magenta";
|
|
65
|
+
var Cyan = "Türkis";
|
|
66
|
+
var Background = "Hintergrund";
|
|
67
|
+
var Window = "Fenster";
|
|
68
|
+
var Transparent = "Durchsichtig";
|
|
69
|
+
var Opaque = "Undurchsichtig";
|
|
70
|
+
var None = "Kein";
|
|
71
|
+
var Raised = "Erhoben";
|
|
72
|
+
var Depressed = "Gedrückt";
|
|
73
|
+
var Uniform = "Uniform";
|
|
74
|
+
var Casual = "Zwanglos";
|
|
75
|
+
var Script = "Schreibschrift";
|
|
76
|
+
var Reset = "Zurücksetzen";
|
|
77
|
+
var Done = "Fertig";
|
|
78
|
+
var Color = "Farbe";
|
|
79
|
+
var Opacity = "Deckkraft";
|
|
80
|
+
var de_default = {
|
|
81
|
+
Play,
|
|
82
|
+
Pause,
|
|
83
|
+
Replay,
|
|
84
|
+
"Current Time": "Aktueller Zeitpunkt",
|
|
85
|
+
Duration,
|
|
86
|
+
"Remaining Time": "Verbleibende Zeit",
|
|
87
|
+
"Stream Type": "Streamtyp",
|
|
88
|
+
LIVE,
|
|
89
|
+
Loaded,
|
|
90
|
+
Progress,
|
|
91
|
+
Fullscreen,
|
|
92
|
+
"Exit Fullscreen": "Vollbildmodus beenden",
|
|
93
|
+
Mute,
|
|
94
|
+
Unmute,
|
|
95
|
+
"Playback Rate": "Wiedergabegeschwindigkeit",
|
|
96
|
+
Subtitles,
|
|
97
|
+
"subtitles off": "Untertitel aus",
|
|
98
|
+
Captions,
|
|
99
|
+
"captions off": "Untertitel aus",
|
|
100
|
+
Chapters,
|
|
101
|
+
"You aborted the media playback": "Sie haben die Videowiedergabe abgebrochen.",
|
|
102
|
+
"A network error caused the media download to fail part-way.": "Der Videodownload ist aufgrund eines Netzwerkfehlers fehlgeschlagen.",
|
|
103
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Das Video konnte nicht geladen werden, da entweder ein Server- oder Netzwerkfehler auftrat oder das Format nicht unterstützt wird.",
|
|
104
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Die Videowiedergabe wurde entweder wegen eines Problems mit einem beschädigten Video oder wegen verwendeten Funktionen, die vom Browser nicht unterstützt werden, abgebrochen.",
|
|
105
|
+
"No compatible source was found for this media.": "Für dieses Video wurde keine kompatible Quelle gefunden.",
|
|
106
|
+
"Play Video": "Video abspielen",
|
|
107
|
+
Close,
|
|
108
|
+
"Modal Window": "Modales Fenster",
|
|
109
|
+
"This is a modal window": "Dies ist ein modales Fenster",
|
|
110
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "Durch Drücken der Esc-Taste bzw. Betätigung der Schaltfläche \"Schließen\" wird dieses modale Fenster geschlossen.",
|
|
111
|
+
", opens captions settings dialog": ", öffnet Einstellungen für Untertitel",
|
|
112
|
+
", opens subtitles settings dialog": ", öffnet Einstellungen für Untertitel",
|
|
113
|
+
", selected": ", ausgewählt",
|
|
114
|
+
"captions settings": "Untertiteleinstellungen",
|
|
115
|
+
"subtitles settings": "Untertiteleinstellungen",
|
|
116
|
+
"descriptions settings": "Einstellungen für Beschreibungen",
|
|
117
|
+
"Close Modal Dialog": "Modales Fenster schließen",
|
|
118
|
+
Descriptions,
|
|
119
|
+
"descriptions off": "Beschreibungen aus",
|
|
120
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "Die Entschlüsselungsschlüssel für den verschlüsselten Medieninhalt sind nicht verfügbar.",
|
|
121
|
+
", opens descriptions settings dialog": ", öffnet Einstellungen für Beschreibungen",
|
|
122
|
+
"Audio Track": "Tonspur",
|
|
123
|
+
Text,
|
|
124
|
+
White,
|
|
125
|
+
Black,
|
|
126
|
+
Red: "Rot",
|
|
127
|
+
Green,
|
|
128
|
+
Blue,
|
|
129
|
+
Yellow,
|
|
130
|
+
Magenta,
|
|
131
|
+
Cyan,
|
|
132
|
+
Background,
|
|
133
|
+
Window,
|
|
134
|
+
Transparent,
|
|
135
|
+
"Semi-Transparent": "Halbdurchsichtig",
|
|
136
|
+
Opaque,
|
|
137
|
+
"Font Size": "Schriftgröße",
|
|
138
|
+
"Text Edge Style": "Textkantenstil",
|
|
139
|
+
None,
|
|
140
|
+
Raised,
|
|
141
|
+
Depressed,
|
|
142
|
+
Uniform,
|
|
143
|
+
"Drop shadow": "Schlagschatten",
|
|
144
|
+
"Font Family": "Schriftfamilie",
|
|
145
|
+
"Proportional Sans-Serif": "Proportionale Sans-Serif",
|
|
146
|
+
"Monospace Sans-Serif": "Monospace Sans-Serif",
|
|
147
|
+
"Proportional Serif": "Proportionale Serif",
|
|
148
|
+
"Monospace Serif": "Monospace Serif",
|
|
149
|
+
Casual,
|
|
150
|
+
Script,
|
|
151
|
+
"Small Caps": "Small-Caps",
|
|
152
|
+
Reset,
|
|
153
|
+
"restore all settings to the default values": "Alle Einstellungen auf die Standardwerte zurücksetzen",
|
|
154
|
+
Done,
|
|
155
|
+
"Caption Settings Dialog": "Einstellungsdialog für Untertitel",
|
|
156
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "Anfang des Dialogfensters. Esc bricht ab und schließt das Fenster.",
|
|
157
|
+
"End of dialog window.": "Ende des Dialogfensters.",
|
|
158
|
+
"Audio Player": "Audio-Player",
|
|
159
|
+
"Video Player": "Video-Player",
|
|
160
|
+
"Progress Bar": "Fortschrittsbalken",
|
|
161
|
+
"progress bar timing: currentTime={1} duration={2}": "{1} von {2}",
|
|
162
|
+
"Volume Level": "Lautstärke",
|
|
163
|
+
"{1} is loading.": "{1} wird geladen.",
|
|
164
|
+
"Seek to live, currently behind live": "Zur Live-Übertragung wechseln. Aktuell wird es nicht live abgespielt.",
|
|
165
|
+
"Seek to live, currently playing live": "Zur Live-Übertragung wechseln. Es wird aktuell live abgespielt.",
|
|
166
|
+
"Exit Picture-in-Picture": "Bild-im-Bild-Modus beenden",
|
|
167
|
+
"Picture-in-Picture": "Bild-im-Bild-Modus",
|
|
168
|
+
"No content": "Kein Inhalt",
|
|
169
|
+
Color,
|
|
170
|
+
Opacity,
|
|
171
|
+
"Text Background": "Texthintergrund",
|
|
172
|
+
"Caption Area Background": "Hintergrund des Untertitelbereichs",
|
|
173
|
+
"Playing in Picture-in-Picture": "Wird im Bild-im-Bild-Modus wiedergegeben",
|
|
174
|
+
"Skip forward {1} seconds": "{1} Sekunden vorwärts",
|
|
175
|
+
"Skip backward {1} seconds": "{1} Sekunden zurück"
|
|
176
|
+
};
|
|
177
|
+
//#endregion
|
|
4
178
|
//#region src/locales/de-DE.ts
|
|
5
179
|
var deDE = {
|
|
6
180
|
lang: "de-DE",
|
|
@@ -125,7 +299,7 @@ var deDE = {
|
|
|
125
299
|
updatedValueAnnouncement: (value) => `Aktualisierter Wert: ${value}`
|
|
126
300
|
},
|
|
127
301
|
splitButton: { showMoreActionsLabel: "Weitere Aktionen anzeigen" },
|
|
128
|
-
videoPlayer:
|
|
302
|
+
videoPlayer: de_exports,
|
|
129
303
|
rangeSlider: {
|
|
130
304
|
startThumbLabel: "min",
|
|
131
305
|
endThumbLabel: "max"
|