@vonage/vivid 5.2.0 → 5.4.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-item/definition.cjs +2 -1
- package/accordion-item/definition.js +3 -2
- package/alert/definition.cjs +1 -1
- package/alert/definition.js +2 -2
- package/alert/index.cjs +1 -1
- package/alert/index.js +1 -1
- package/audio-player/definition.cjs +4 -2
- package/audio-player/definition.js +4 -2
- package/audio-player/index.cjs +5 -3
- package/audio-player/index.js +5 -3
- package/badge/definition.js +1 -1
- package/badge/index.cjs +2 -2
- package/badge/index.js +4 -4
- package/banner/definition.js +1 -1
- package/banner/index.cjs +3 -3
- package/banner/index.js +6 -6
- package/breadcrumb-item/index.cjs +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/bundled/affix.cjs +7 -7
- package/bundled/affix.js +5 -5
- package/bundled/anchored.cjs +1 -1
- package/bundled/anchored.js +6 -6
- package/bundled/attribute-binding-behaviour.cjs +1 -1
- package/bundled/attribute-binding-behaviour.js +15 -13
- package/bundled/base-color-picker.cjs +13 -0
- package/bundled/base-color-picker.js +194 -0
- package/bundled/button.cjs +1 -1
- package/bundled/button.js +2 -2
- package/bundled/calendar-picker.template.cjs +7 -7
- package/bundled/calendar-picker.template.js +118 -118
- package/bundled/char-count.cjs +1 -1
- package/bundled/char-count.js +1 -1
- package/bundled/children.cjs +1 -1
- package/bundled/children.js +28 -20
- package/bundled/definition.cjs +3 -3
- package/bundled/definition.js +38 -38
- package/bundled/definition10.cjs +72 -18
- package/bundled/definition10.js +351 -65
- package/bundled/definition11.cjs +19 -10
- package/bundled/definition11.js +217 -36
- package/bundled/definition12.cjs +10 -1
- package/bundled/definition12.js +38 -14
- package/bundled/definition13.cjs +1 -73
- package/bundled/definition13.js +15 -354
- package/bundled/definition15.cjs +1 -1
- package/bundled/definition15.js +1 -1
- package/bundled/definition16.cjs +2 -2
- package/bundled/definition16.js +8 -8
- package/bundled/definition17.cjs +7 -7
- package/bundled/definition17.js +17 -17
- package/bundled/definition19.cjs +23 -24
- package/bundled/definition19.js +151 -163
- package/bundled/definition2.cjs +9 -5
- package/bundled/definition2.js +21 -17
- package/bundled/definition22.cjs +9 -9
- package/bundled/definition22.js +31 -31
- package/bundled/definition3.cjs +1 -1
- package/bundled/definition3.js +1 -1
- package/bundled/definition6.cjs +3 -3
- package/bundled/definition6.js +28 -28
- package/bundled/definition7.cjs +1 -1
- package/bundled/definition7.js +6 -6
- package/bundled/definition8.cjs +2 -2
- package/bundled/definition8.js +4 -4
- package/bundled/definition9.cjs +5 -5
- package/bundled/definition9.js +394 -392
- package/bundled/delegates-aria.cjs +1 -1
- package/bundled/delegates-aria.js +59 -46
- package/bundled/form-associated.cjs +1 -1
- package/bundled/form-associated.js +3 -3
- package/bundled/host-semantics.cjs +1 -1
- package/bundled/host-semantics.js +48 -34
- package/bundled/listbox.cjs +1 -1
- package/bundled/listbox.js +82 -102
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +51 -36
- package/bundled/mixins.cjs +18 -18
- package/bundled/mixins.js +99 -93
- package/bundled/normalize.cjs +1 -0
- package/bundled/normalize.js +7 -0
- package/bundled/picker-field.template.cjs +1 -1
- package/bundled/picker-field.template.js +4 -4
- package/bundled/ref.cjs +1 -1
- package/bundled/ref.js +8 -25
- package/bundled/repeat.cjs +1 -1
- package/bundled/repeat.js +459 -233
- package/bundled/slider.template.cjs +1 -1
- package/bundled/slider.template.js +2 -2
- package/bundled/slotted.cjs +1 -1
- package/bundled/slotted.js +62 -45
- package/bundled/time-selection-picker.template.cjs +1 -1
- package/bundled/time-selection-picker.template.js +5 -5
- package/bundled/vivid-element.cjs +5 -1
- package/bundled/vivid-element.js +2159 -1162
- package/bundled/when.cjs +1 -1
- package/bundled/when.js +8 -7
- package/calendar/definition.cjs +1 -1
- package/calendar/definition.js +2 -2
- package/calendar/index.cjs +1 -1
- package/calendar/index.js +15 -15
- package/calendar-event/index.cjs +1 -1
- package/calendar-event/index.js +1 -1
- package/card/definition.cjs +11 -3
- package/card/definition.js +11 -3
- package/card/index.cjs +19 -11
- package/card/index.js +35 -27
- package/color-picker/definition.cjs +1079 -0
- package/color-picker/definition.js +1073 -0
- package/color-picker/index.cjs +127 -0
- package/color-picker/index.js +726 -0
- package/combobox/definition.cjs +8 -28
- package/combobox/definition.js +10 -30
- package/combobox/index.cjs +7 -7
- package/combobox/index.js +60 -74
- package/contextual-help/index.cjs +1 -1
- package/contextual-help/index.js +1 -1
- package/custom-elements.json +1670 -163
- package/data-grid/definition.cjs +862 -27
- package/data-grid/definition.js +863 -28
- package/data-grid/index.cjs +25 -25
- package/data-grid/index.js +175 -168
- package/date-picker/definition.cjs +1 -1
- package/date-picker/definition.js +1 -1
- package/date-picker/index.cjs +1 -1
- package/date-picker/index.js +2 -2
- package/date-range-picker/definition.cjs +1 -1
- package/date-range-picker/definition.js +1 -1
- package/date-range-picker/index.cjs +1 -1
- package/date-range-picker/index.js +2 -2
- package/date-time-picker/definition.cjs +1 -1
- package/date-time-picker/definition.js +1 -1
- package/date-time-picker/index.cjs +1 -1
- package/date-time-picker/index.js +2 -2
- package/dial-pad/definition.cjs +4 -0
- package/dial-pad/definition.js +4 -0
- package/dial-pad/index.cjs +3 -3
- package/dial-pad/index.js +42 -39
- package/dialog/definition.cjs +6 -3
- package/dialog/definition.js +6 -3
- package/dialog/index.cjs +22 -19
- package/dialog/index.js +48 -45
- package/elevation/definition.cjs +1 -1
- package/elevation/definition.js +1 -1
- package/empty-state/definition.cjs +7 -2
- package/empty-state/definition.js +7 -2
- package/empty-state/index.cjs +10 -5
- package/empty-state/index.js +18 -13
- package/fab/definition.js +1 -1
- package/fab/index.cjs +2 -2
- package/fab/index.js +4 -4
- package/file-picker/definition.cjs +2 -2
- package/file-picker/definition.js +3 -3
- package/file-picker/index.cjs +1 -1
- package/file-picker/index.js +4 -4
- package/header/definition.cjs +1 -1
- package/header/definition.js +1 -1
- package/icon/definition.cjs +10 -6
- package/icon/definition.js +10 -6
- package/index.cjs +7 -4
- package/index.js +3 -3
- package/lib/accordion/accordion.d.ts +1 -1
- package/lib/accordion/definition.d.ts +1 -1
- package/lib/accordion-item/accordion-item.d.ts +2 -2
- package/lib/action-group/action-group.d.ts +2 -2
- package/lib/alert/alert.d.ts +4 -4
- package/lib/audio-player/audio-player.d.ts +3 -3
- package/lib/avatar/avatar.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 +2 -2
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +2 -2
- package/lib/button/button.d.ts +6 -6
- package/lib/button/button.template.d.ts +2 -1
- package/lib/calendar/calendar.d.ts +1 -1
- package/lib/calendar-event/calendar-event.d.ts +2 -2
- package/lib/card/card.d.ts +2 -2
- package/lib/checkbox/checkbox.d.ts +12 -12
- package/lib/color-picker/color-picker.d.ts +2420 -0
- package/lib/color-picker/color-picker.template.d.ts +3 -0
- package/lib/color-picker/definition.d.ts +4 -0
- package/lib/color-picker/locale.d.ts +9 -0
- package/lib/combobox/combobox.d.ts +15 -14
- package/lib/combobox/combobox.options.d.ts +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/data-grid/data-grid-cell.d.ts +4 -4
- package/lib/data-grid/data-grid-row.d.ts +3 -4
- package/lib/data-grid/data-grid.d.ts +1 -2
- package/lib/date-picker/date-picker.d.ts +54 -54
- package/lib/date-range-picker/date-range-picker.d.ts +28 -28
- package/lib/date-time-picker/date-time-picker.d.ts +56 -56
- package/lib/dial-pad/dial-pad.d.ts +3 -2
- package/lib/dialog/dialog.d.ts +4 -4
- package/lib/divider/divider.d.ts +3 -3
- package/lib/fab/fab.d.ts +2 -2
- package/lib/file-picker/file-picker.d.ts +14 -14
- package/lib/header/header.d.ts +2 -2
- package/lib/menu/menu.d.ts +4 -4
- package/lib/menu-item/menu-item-role.d.ts +1 -1
- package/lib/menu-item/menu-item.d.ts +4 -4
- package/lib/nav/nav.d.ts +2 -2
- package/lib/nav-disclosure/nav-disclosure.d.ts +4 -4
- package/lib/nav-item/nav-item.d.ts +4 -4
- package/lib/note/note.d.ts +2 -2
- package/lib/number-field/number-field.d.ts +18 -18
- package/lib/option/option.d.ts +4 -4
- package/lib/pagination/pagination.d.ts +2 -2
- package/lib/popup/popup.d.ts +1 -1
- package/lib/progress/progress.d.ts +2 -2
- package/lib/progress-ring/progress-ring.d.ts +2 -2
- package/lib/radio/radio.d.ts +6 -6
- package/lib/radio-group/radio-group.d.ts +2 -2
- package/lib/range-slider/range-slider.d.ts +6 -6
- package/lib/rich-text-editor/menubar/menubar.d.ts +2 -2
- package/lib/rich-text-editor/rich-text-editor.d.ts +2 -2
- package/lib/searchable-select/locale.d.ts +4 -0
- package/lib/searchable-select/option-tag.d.ts +2 -2
- package/lib/searchable-select/searchable-select.d.ts +21 -18
- package/lib/select/select.d.ts +19 -17
- package/lib/selectable-box/selectable-box.d.ts +2 -2
- package/lib/simple-color-picker/locale.d.ts +0 -1
- package/lib/simple-color-picker/simple-color-picker.d.ts +47 -821
- package/lib/slider/slider.d.ts +7 -7
- package/lib/split-button/split-button.d.ts +6 -6
- package/lib/switch/switch.d.ts +4 -4
- package/lib/tab/tab.d.ts +6 -6
- package/lib/tab-panel/tab-panel.d.ts +2 -2
- package/lib/tabs/tabs.d.ts +2 -2
- package/lib/tag/tag.d.ts +6 -6
- package/lib/tag-group/tag-group.d.ts +2 -2
- package/lib/tag-name-map.d.ts +2 -1
- package/lib/text-area/text-area.d.ts +17 -17
- package/lib/text-field/text-field.d.ts +19 -19
- package/lib/time-picker/time-picker.d.ts +28 -28
- package/lib/toggletip/toggletip.d.ts +4 -4
- package/lib/tooltip/tooltip.d.ts +2 -2
- package/lib/tree-item/tree-item.d.ts +4 -4
- package/lib/tree-view/tree-view.d.ts +2 -2
- package/lib/video-player/video-player.d.ts +2 -2
- package/locales/de-DE.cjs +17 -2
- package/locales/de-DE.js +17 -2
- package/locales/en-GB.cjs +17 -2
- package/locales/en-GB.js +17 -2
- package/locales/en-US.cjs +17 -2
- package/locales/en-US.js +17 -2
- package/locales/ja-JP.cjs +17 -2
- package/locales/ja-JP.js +17 -2
- package/locales/zh-CN.cjs +17 -2
- package/locales/zh-CN.js +17 -2
- package/menu/definition.cjs +6 -6
- package/menu/definition.js +7 -7
- package/nav-disclosure/definition.js +1 -1
- package/nav-item/definition.js +1 -1
- package/note/definition.js +1 -1
- package/note/index.cjs +2 -2
- package/note/index.js +4 -4
- package/number-field/definition.cjs +1 -1
- package/number-field/definition.js +3 -3
- package/number-field/index.cjs +5 -5
- package/number-field/index.js +21 -21
- package/option/definition.cjs +6 -77
- package/option/definition.js +3 -78
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +34 -8
- package/pagination/definition.cjs +2 -1
- package/pagination/definition.js +2 -1
- package/pagination/index.cjs +12 -12
- package/pagination/index.js +59 -59
- package/popup/definition.cjs +2 -2
- package/popup/definition.js +2 -2
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/radio/definition.cjs +9 -9
- package/radio/definition.js +10 -10
- package/radio-group/definition.cjs +2 -1
- package/radio-group/definition.js +2 -1
- package/radio-group/index.cjs +5 -5
- package/radio-group/index.js +80 -77
- package/range-slider/definition.cjs +1 -1
- package/range-slider/definition.js +1 -1
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/definition.cjs +3 -4
- package/rich-text-editor/definition.js +3 -4
- package/rich-text-editor/index.cjs +27 -27
- package/rich-text-editor/index.js +1208 -1198
- package/searchable-select/definition.cjs +106 -14
- package/searchable-select/definition.js +107 -15
- package/searchable-select/index.cjs +81 -69
- package/searchable-select/index.js +362 -276
- package/select/definition.cjs +25 -42
- package/select/definition.js +26 -43
- package/selectable-box/definition.cjs +1 -1
- package/selectable-box/definition.js +1 -1
- package/selectable-box/index.cjs +3 -3
- package/selectable-box/index.js +20 -20
- package/shared/aria/aria-change-subscription.d.ts +0 -1
- package/shared/aria/aria-mixin.d.ts +3 -3
- package/shared/aria/delegate-aria-behavior.d.ts +5 -10
- package/shared/aria/delegates-aria.d.ts +3 -3
- package/shared/aria/host-semantics-behavior.d.ts +5 -8
- package/shared/aria/host-semantics.d.ts +3 -3
- package/shared/color-picker/base-color-picker.d.ts +436 -0
- package/shared/color-picker/index.d.ts +1 -0
- package/shared/color-picker/locale.d.ts +3 -0
- package/shared/color-picker/utils.d.ts +1 -0
- package/shared/deprecation/replaced-props.d.ts +317 -2
- package/shared/design-system/defineVividComponent.d.ts +2 -2
- package/shared/feedback/feedback-message.d.ts +2 -2
- package/shared/feedback/mixins.d.ts +4 -4
- package/shared/foundation/button/button.d.ts +4 -4
- package/shared/foundation/form-associated/form-associated.d.ts +4 -4
- package/shared/foundation/listbox/listbox.d.ts +4 -0
- package/shared/foundation/vivid-element/vivid-element.d.ts +335 -8
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/patterns/affix.d.ts +4 -4
- package/shared/patterns/anchored.d.ts +4 -4
- package/shared/patterns/char-count/char-count.d.ts +2 -2
- package/shared/patterns/form-elements/form-element.d.ts +4 -4
- package/shared/patterns/form-elements/with-contextual-help.d.ts +6 -6
- package/shared/patterns/form-elements/with-error-text.d.ts +6 -6
- package/shared/patterns/form-elements/with-success-text.d.ts +2 -2
- package/shared/patterns/linkable.d.ts +2 -2
- package/shared/patterns/localized.d.ts +2 -2
- package/shared/patterns/trapped-focus.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-picker.d.ts +14 -14
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +14 -14
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +2 -2
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +28 -28
- package/shared/picker-field/mixins/single-date-picker.d.ts +40 -40
- package/shared/picker-field/mixins/single-value-picker.d.ts +12 -12
- package/shared/picker-field/mixins/time-selection-picker.d.ts +29 -29
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +28 -28
- package/shared/picker-field/picker-field.d.ts +14 -14
- package/shared/templating/attribute-binding-behaviour.d.ts +3 -4
- package/shared/templating/render-in-light-dom.d.ts +13 -12
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/simple-color-picker/definition.cjs +29 -216
- package/simple-color-picker/definition.js +30 -217
- package/simple-color-picker/index.cjs +9 -21
- package/simple-color-picker/index.js +71 -185
- package/slider/definition.cjs +1 -1
- package/slider/definition.js +1 -1
- package/split-button/definition.js +1 -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/switch/index.cjs +2 -2
- package/switch/index.js +4 -4
- package/tab/definition.js +1 -1
- package/tabs/definition.cjs +1 -1
- package/tabs/definition.js +2 -2
- package/tabs/index.cjs +2 -2
- package/tabs/index.js +16 -16
- package/tag/definition.js +1 -1
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/text-area/index.cjs +3 -3
- package/text-area/index.js +8 -8
- package/text-field/definition.cjs +2 -2
- package/text-field/definition.js +4 -4
- package/text-field/index.cjs +1 -1
- package/text-field/index.js +1 -1
- package/time-picker/definition.cjs +1 -1
- package/time-picker/definition.js +1 -1
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +2 -2
- package/toggletip/definition.cjs +2 -2
- package/toggletip/definition.js +3 -3
- package/tooltip/definition.cjs +1 -1
- package/tooltip/definition.js +1 -1
- package/tree-item/definition.cjs +1 -1
- package/tree-item/definition.js +1 -1
- package/tree-view/definition.cjs +2 -2
- package/tree-view/definition.js +3 -3
- package/tree-view/index.cjs +2 -2
- package/tree-view/index.js +6 -6
- package/unbundled/_commonjsHelpers.cjs +36 -0
- package/unbundled/_commonjsHelpers.js +32 -0
- package/unbundled/affix.cjs +1 -1
- package/unbundled/affix.js +2 -2
- package/unbundled/attribute-binding-behaviour.cjs +11 -10
- package/unbundled/attribute-binding-behaviour.js +11 -10
- package/unbundled/base-color-picker.cjs +278 -0
- package/unbundled/base-color-picker.js +275 -0
- package/unbundled/button.cjs +1 -1
- package/unbundled/button.js +2 -2
- package/unbundled/calendar-picker.template.cjs +4 -4
- package/unbundled/calendar-picker.template.js +5 -5
- package/unbundled/definition.js +1 -1
- package/unbundled/definition2.cjs +1 -1
- package/unbundled/definition2.js +3 -3
- package/unbundled/definition3.cjs +222 -140
- package/unbundled/definition3.js +220 -138
- package/unbundled/definition4.cjs +145 -235
- package/unbundled/definition4.js +143 -233
- package/unbundled/definition5.cjs +269 -27
- package/unbundled/definition5.js +267 -26
- package/unbundled/definition6.cjs +56 -0
- package/unbundled/definition6.js +52 -0
- package/unbundled/delegates-aria.cjs +67 -33
- package/unbundled/delegates-aria.js +69 -35
- package/unbundled/form-associated.cjs +2 -2
- package/unbundled/form-associated.js +3 -3
- package/unbundled/host-semantics.cjs +47 -22
- package/unbundled/host-semantics.js +48 -23
- package/unbundled/listbox.cjs +41 -63
- package/unbundled/listbox.js +39 -61
- package/unbundled/mixins.cjs +34 -27
- package/unbundled/mixins.js +35 -28
- package/unbundled/picker-field.template.cjs +3 -3
- package/unbundled/picker-field.template.js +4 -4
- package/unbundled/slider.template.cjs +1 -1
- package/unbundled/slider.template.js +1 -1
- package/unbundled/time-selection-picker.template.cjs +4 -4
- package/unbundled/time-selection-picker.template.js +5 -5
- package/unbundled/vivid-element.cjs +22 -15
- package/unbundled/vivid-element.js +23 -15
- package/video-player/definition.cjs +69047 -1
- package/video-player/definition.js +69047 -1
- package/video-player/index.cjs +36 -36
- package/video-player/index.js +1895 -1905
- package/visually-hidden/index.cjs +1 -1
- package/visually-hidden/index.js +1 -1
- package/vivid.api.json +719 -224
- package/bundled/option.cjs +0 -1
- package/bundled/option.js +0 -158
- package/unbundled/option.cjs +0 -217
- package/unbundled/option.js +0 -214
|
@@ -5,10 +5,10 @@ declare const Toggletip_base: {
|
|
|
5
5
|
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
6
6
|
connectedCallback(): void;
|
|
7
7
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
8
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
8
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
9
9
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
10
10
|
disconnectedCallback(): void;
|
|
11
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
11
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
12
12
|
accessKey: string;
|
|
13
13
|
readonly accessKeyLabel: string;
|
|
14
14
|
autocapitalize: string;
|
|
@@ -391,9 +391,9 @@ declare const Toggletip_base: {
|
|
|
391
391
|
connectedCallback(): void;
|
|
392
392
|
disconnectedCallback(): void;
|
|
393
393
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
394
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
394
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
395
395
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
396
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
396
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
397
397
|
accessKey: string;
|
|
398
398
|
readonly accessKeyLabel: string;
|
|
399
399
|
autocapitalize: string;
|
package/lib/tooltip/tooltip.d.ts
CHANGED
|
@@ -14,9 +14,9 @@ declare const Tooltip_base: {
|
|
|
14
14
|
connectedCallback(): void;
|
|
15
15
|
disconnectedCallback(): void;
|
|
16
16
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
17
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
17
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
18
18
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
19
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
19
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
20
20
|
accessKey: string;
|
|
21
21
|
readonly accessKeyLabel: string;
|
|
22
22
|
autocapitalize: string;
|
|
@@ -4,10 +4,10 @@ declare const TreeItem_base: {
|
|
|
4
4
|
new (...args: any[]): {
|
|
5
5
|
_vividAriaBehaviour: "host";
|
|
6
6
|
connectedCallback(): void;
|
|
7
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
7
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
8
8
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
9
9
|
disconnectedCallback(): void;
|
|
10
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
10
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
11
11
|
accessKey: string;
|
|
12
12
|
readonly accessKeyLabel: string;
|
|
13
13
|
autocapitalize: string;
|
|
@@ -382,10 +382,10 @@ declare const TreeItem_base: {
|
|
|
382
382
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
383
383
|
connectedCallback(): void;
|
|
384
384
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
385
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
385
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
386
386
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
387
387
|
disconnectedCallback(): void;
|
|
388
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
388
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
389
389
|
accessKey: string;
|
|
390
390
|
readonly accessKeyLabel: string;
|
|
391
391
|
autocapitalize: string;
|
|
@@ -5,10 +5,10 @@ declare const TreeView_base: {
|
|
|
5
5
|
new (...args: any[]): {
|
|
6
6
|
_vividAriaBehaviour: "host";
|
|
7
7
|
connectedCallback(): void;
|
|
8
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
8
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
9
9
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
10
10
|
disconnectedCallback(): void;
|
|
11
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
11
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
12
12
|
accessKey: string;
|
|
13
13
|
readonly accessKeyLabel: string;
|
|
14
14
|
autocapitalize: string;
|
|
@@ -8,10 +8,10 @@ declare const VideoPlayer_base: {
|
|
|
8
8
|
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
9
9
|
connectedCallback(): void;
|
|
10
10
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
11
|
-
readonly $fastController: import("@microsoft/fast-element").
|
|
11
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
12
12
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
13
13
|
disconnectedCallback(): void;
|
|
14
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
14
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
15
15
|
accessKey: string;
|
|
16
16
|
readonly accessKeyLabel: string;
|
|
17
17
|
autocapitalize: string;
|
package/locales/de-DE.cjs
CHANGED
|
@@ -379,6 +379,10 @@ const deDE = {
|
|
|
379
379
|
clearButtonLabel: "Auswahl löschen",
|
|
380
380
|
noOptionsMessage: "Keine Optionen",
|
|
381
381
|
noMatchesMessage: "Keine Optionen gefunden",
|
|
382
|
+
selectAllLabel: "Alles auswählen",
|
|
383
|
+
deselectAllLabel: "Auswahl aufheben",
|
|
384
|
+
selectedAllMessage: "Alle Optionen ausgewählt",
|
|
385
|
+
deselectedAllMessage: "Alle Optionen abgewählt",
|
|
382
386
|
loadingOptionsMessage: "Laden...",
|
|
383
387
|
removeTagButtonLabel: (
|
|
384
388
|
/* istanbul ignore next */
|
|
@@ -463,8 +467,7 @@ const deDE = {
|
|
|
463
467
|
(ariaLabel) => ariaLabel ? `Weitere Informationen zu ${ariaLabel} anzeigen` : `Weitere Informationen anzeigen`
|
|
464
468
|
)
|
|
465
469
|
},
|
|
466
|
-
|
|
467
|
-
colorPaletteLabel: "Farbpalette",
|
|
470
|
+
baseColorPicker: {
|
|
468
471
|
colorSwatchLabel: (
|
|
469
472
|
/* istanbul ignore next */
|
|
470
473
|
(value, label, selected) => {
|
|
@@ -473,6 +476,18 @@ const deDE = {
|
|
|
473
476
|
return swatchLabel;
|
|
474
477
|
}
|
|
475
478
|
)
|
|
479
|
+
},
|
|
480
|
+
simpleColorPicker: {
|
|
481
|
+
colorPaletteLabel: "Farbpalette"
|
|
482
|
+
},
|
|
483
|
+
colorPicker: {
|
|
484
|
+
popupLabel: "Farbwähler",
|
|
485
|
+
swatchesLabel: "Gespeicherte Farben:",
|
|
486
|
+
pickerButtonLabel: "Farbwähler öffnen",
|
|
487
|
+
saveButtonLabel: "Aktuelle Farbe speichern",
|
|
488
|
+
closeButtonLabel: "Farbwähler schließen",
|
|
489
|
+
copyButtonLabel: "Farbe in die Zwischenablage kopieren",
|
|
490
|
+
copyErrorText: "Kopieren fehlgeschlagen. Zugriff auf die Zwischenablage wurde blockiert. Versuchen Sie es erneut."
|
|
476
491
|
}
|
|
477
492
|
};
|
|
478
493
|
|
package/locales/de-DE.js
CHANGED
|
@@ -377,6 +377,10 @@ const deDE = {
|
|
|
377
377
|
clearButtonLabel: "Auswahl löschen",
|
|
378
378
|
noOptionsMessage: "Keine Optionen",
|
|
379
379
|
noMatchesMessage: "Keine Optionen gefunden",
|
|
380
|
+
selectAllLabel: "Alles auswählen",
|
|
381
|
+
deselectAllLabel: "Auswahl aufheben",
|
|
382
|
+
selectedAllMessage: "Alle Optionen ausgewählt",
|
|
383
|
+
deselectedAllMessage: "Alle Optionen abgewählt",
|
|
380
384
|
loadingOptionsMessage: "Laden...",
|
|
381
385
|
removeTagButtonLabel: (
|
|
382
386
|
/* istanbul ignore next */
|
|
@@ -461,8 +465,7 @@ const deDE = {
|
|
|
461
465
|
(ariaLabel) => ariaLabel ? `Weitere Informationen zu ${ariaLabel} anzeigen` : `Weitere Informationen anzeigen`
|
|
462
466
|
)
|
|
463
467
|
},
|
|
464
|
-
|
|
465
|
-
colorPaletteLabel: "Farbpalette",
|
|
468
|
+
baseColorPicker: {
|
|
466
469
|
colorSwatchLabel: (
|
|
467
470
|
/* istanbul ignore next */
|
|
468
471
|
(value, label, selected) => {
|
|
@@ -471,6 +474,18 @@ const deDE = {
|
|
|
471
474
|
return swatchLabel;
|
|
472
475
|
}
|
|
473
476
|
)
|
|
477
|
+
},
|
|
478
|
+
simpleColorPicker: {
|
|
479
|
+
colorPaletteLabel: "Farbpalette"
|
|
480
|
+
},
|
|
481
|
+
colorPicker: {
|
|
482
|
+
popupLabel: "Farbwähler",
|
|
483
|
+
swatchesLabel: "Gespeicherte Farben:",
|
|
484
|
+
pickerButtonLabel: "Farbwähler öffnen",
|
|
485
|
+
saveButtonLabel: "Aktuelle Farbe speichern",
|
|
486
|
+
closeButtonLabel: "Farbwähler schließen",
|
|
487
|
+
copyButtonLabel: "Farbe in die Zwischenablage kopieren",
|
|
488
|
+
copyErrorText: "Kopieren fehlgeschlagen. Zugriff auf die Zwischenablage wurde blockiert. Versuchen Sie es erneut."
|
|
474
489
|
}
|
|
475
490
|
};
|
|
476
491
|
|
package/locales/en-GB.cjs
CHANGED
|
@@ -211,6 +211,10 @@ const enGB = {
|
|
|
211
211
|
clearButtonLabel: "Clear selection",
|
|
212
212
|
noOptionsMessage: "No options",
|
|
213
213
|
noMatchesMessage: "No options found",
|
|
214
|
+
selectAllLabel: "Select All",
|
|
215
|
+
deselectAllLabel: "Deselect All",
|
|
216
|
+
selectedAllMessage: "All options selected",
|
|
217
|
+
deselectedAllMessage: "All options deselected",
|
|
214
218
|
loadingOptionsMessage: "Loading...",
|
|
215
219
|
removeTagButtonLabel: (
|
|
216
220
|
/* istanbul ignore next */
|
|
@@ -295,8 +299,7 @@ const enGB = {
|
|
|
295
299
|
(ariaLabel) => ariaLabel ? `Show more information about ${ariaLabel}` : `Show more information`
|
|
296
300
|
)
|
|
297
301
|
},
|
|
298
|
-
|
|
299
|
-
colorPaletteLabel: "Color palette",
|
|
302
|
+
baseColorPicker: {
|
|
300
303
|
colorSwatchLabel: (
|
|
301
304
|
/* istanbul ignore next */
|
|
302
305
|
(value, label, selected) => {
|
|
@@ -305,6 +308,18 @@ const enGB = {
|
|
|
305
308
|
return swatchLabel;
|
|
306
309
|
}
|
|
307
310
|
)
|
|
311
|
+
},
|
|
312
|
+
simpleColorPicker: {
|
|
313
|
+
colorPaletteLabel: "Colour palette"
|
|
314
|
+
},
|
|
315
|
+
colorPicker: {
|
|
316
|
+
popupLabel: "Colour Picker",
|
|
317
|
+
swatchesLabel: "Saved colours:",
|
|
318
|
+
pickerButtonLabel: "Open Colour Picker",
|
|
319
|
+
saveButtonLabel: "Save current colour",
|
|
320
|
+
closeButtonLabel: "Close Colour Picker",
|
|
321
|
+
copyButtonLabel: "Copy Colour to Clipboard",
|
|
322
|
+
copyErrorText: "Copy failed. Clipboard access was blocked. Try again."
|
|
308
323
|
}
|
|
309
324
|
};
|
|
310
325
|
|
package/locales/en-GB.js
CHANGED
|
@@ -209,6 +209,10 @@ const enGB = {
|
|
|
209
209
|
clearButtonLabel: "Clear selection",
|
|
210
210
|
noOptionsMessage: "No options",
|
|
211
211
|
noMatchesMessage: "No options found",
|
|
212
|
+
selectAllLabel: "Select All",
|
|
213
|
+
deselectAllLabel: "Deselect All",
|
|
214
|
+
selectedAllMessage: "All options selected",
|
|
215
|
+
deselectedAllMessage: "All options deselected",
|
|
212
216
|
loadingOptionsMessage: "Loading...",
|
|
213
217
|
removeTagButtonLabel: (
|
|
214
218
|
/* istanbul ignore next */
|
|
@@ -293,8 +297,7 @@ const enGB = {
|
|
|
293
297
|
(ariaLabel) => ariaLabel ? `Show more information about ${ariaLabel}` : `Show more information`
|
|
294
298
|
)
|
|
295
299
|
},
|
|
296
|
-
|
|
297
|
-
colorPaletteLabel: "Color palette",
|
|
300
|
+
baseColorPicker: {
|
|
298
301
|
colorSwatchLabel: (
|
|
299
302
|
/* istanbul ignore next */
|
|
300
303
|
(value, label, selected) => {
|
|
@@ -303,6 +306,18 @@ const enGB = {
|
|
|
303
306
|
return swatchLabel;
|
|
304
307
|
}
|
|
305
308
|
)
|
|
309
|
+
},
|
|
310
|
+
simpleColorPicker: {
|
|
311
|
+
colorPaletteLabel: "Colour palette"
|
|
312
|
+
},
|
|
313
|
+
colorPicker: {
|
|
314
|
+
popupLabel: "Colour Picker",
|
|
315
|
+
swatchesLabel: "Saved colours:",
|
|
316
|
+
pickerButtonLabel: "Open Colour Picker",
|
|
317
|
+
saveButtonLabel: "Save current colour",
|
|
318
|
+
closeButtonLabel: "Close Colour Picker",
|
|
319
|
+
copyButtonLabel: "Copy Colour to Clipboard",
|
|
320
|
+
copyErrorText: "Copy failed. Clipboard access was blocked. Try again."
|
|
306
321
|
}
|
|
307
322
|
};
|
|
308
323
|
|
package/locales/en-US.cjs
CHANGED
|
@@ -379,6 +379,10 @@ const enUS = {
|
|
|
379
379
|
clearButtonLabel: "Clear selection",
|
|
380
380
|
noOptionsMessage: "No options",
|
|
381
381
|
noMatchesMessage: "No options found",
|
|
382
|
+
selectAllLabel: "Select All",
|
|
383
|
+
deselectAllLabel: "Deselect All",
|
|
384
|
+
selectedAllMessage: "All options selected",
|
|
385
|
+
deselectedAllMessage: "All options deselected",
|
|
382
386
|
loadingOptionsMessage: "Loading...",
|
|
383
387
|
removeTagButtonLabel: (
|
|
384
388
|
/* istanbul ignore next */
|
|
@@ -463,8 +467,7 @@ const enUS = {
|
|
|
463
467
|
(ariaLabel) => ariaLabel ? `Show more information about ${ariaLabel}` : `Show more information`
|
|
464
468
|
)
|
|
465
469
|
},
|
|
466
|
-
|
|
467
|
-
colorPaletteLabel: "Color palette",
|
|
470
|
+
baseColorPicker: {
|
|
468
471
|
colorSwatchLabel: (
|
|
469
472
|
/* istanbul ignore next */
|
|
470
473
|
(value, label, selected) => {
|
|
@@ -473,6 +476,18 @@ const enUS = {
|
|
|
473
476
|
return swatchLabel;
|
|
474
477
|
}
|
|
475
478
|
)
|
|
479
|
+
},
|
|
480
|
+
simpleColorPicker: {
|
|
481
|
+
colorPaletteLabel: "Color palette"
|
|
482
|
+
},
|
|
483
|
+
colorPicker: {
|
|
484
|
+
popupLabel: "Color Picker",
|
|
485
|
+
swatchesLabel: "Saved colors:",
|
|
486
|
+
pickerButtonLabel: "Open Color Picker",
|
|
487
|
+
saveButtonLabel: "Save current color",
|
|
488
|
+
closeButtonLabel: "Close Color Picker",
|
|
489
|
+
copyButtonLabel: "Copy Color to Clipboard",
|
|
490
|
+
copyErrorText: "Copy failed. Clipboard access was blocked. Try again."
|
|
476
491
|
}
|
|
477
492
|
};
|
|
478
493
|
|
package/locales/en-US.js
CHANGED
|
@@ -377,6 +377,10 @@ const enUS = {
|
|
|
377
377
|
clearButtonLabel: "Clear selection",
|
|
378
378
|
noOptionsMessage: "No options",
|
|
379
379
|
noMatchesMessage: "No options found",
|
|
380
|
+
selectAllLabel: "Select All",
|
|
381
|
+
deselectAllLabel: "Deselect All",
|
|
382
|
+
selectedAllMessage: "All options selected",
|
|
383
|
+
deselectedAllMessage: "All options deselected",
|
|
380
384
|
loadingOptionsMessage: "Loading...",
|
|
381
385
|
removeTagButtonLabel: (
|
|
382
386
|
/* istanbul ignore next */
|
|
@@ -461,8 +465,7 @@ const enUS = {
|
|
|
461
465
|
(ariaLabel) => ariaLabel ? `Show more information about ${ariaLabel}` : `Show more information`
|
|
462
466
|
)
|
|
463
467
|
},
|
|
464
|
-
|
|
465
|
-
colorPaletteLabel: "Color palette",
|
|
468
|
+
baseColorPicker: {
|
|
466
469
|
colorSwatchLabel: (
|
|
467
470
|
/* istanbul ignore next */
|
|
468
471
|
(value, label, selected) => {
|
|
@@ -471,6 +474,18 @@ const enUS = {
|
|
|
471
474
|
return swatchLabel;
|
|
472
475
|
}
|
|
473
476
|
)
|
|
477
|
+
},
|
|
478
|
+
simpleColorPicker: {
|
|
479
|
+
colorPaletteLabel: "Color palette"
|
|
480
|
+
},
|
|
481
|
+
colorPicker: {
|
|
482
|
+
popupLabel: "Color Picker",
|
|
483
|
+
swatchesLabel: "Saved colors:",
|
|
484
|
+
pickerButtonLabel: "Open Color Picker",
|
|
485
|
+
saveButtonLabel: "Save current color",
|
|
486
|
+
closeButtonLabel: "Close Color Picker",
|
|
487
|
+
copyButtonLabel: "Copy Color to Clipboard",
|
|
488
|
+
copyErrorText: "Copy failed. Clipboard access was blocked. Try again."
|
|
474
489
|
}
|
|
475
490
|
};
|
|
476
491
|
|
package/locales/ja-JP.cjs
CHANGED
|
@@ -378,7 +378,11 @@ const jaJP = {
|
|
|
378
378
|
clearButtonLabel: "選択をクリア",
|
|
379
379
|
noOptionsMessage: "オプションがありません",
|
|
380
380
|
noMatchesMessage: "オプションが見つかりません",
|
|
381
|
+
selectAllLabel: "すべて選択",
|
|
382
|
+
deselectAllLabel: "すべて選択解除",
|
|
381
383
|
loadingOptionsMessage: "読み込み中...",
|
|
384
|
+
selectedAllMessage: "すべてのオプションが選択されました",
|
|
385
|
+
deselectedAllMessage: "すべてのオプションの選択を解除",
|
|
382
386
|
removeTagButtonLabel: (
|
|
383
387
|
/* istanbul ignore next */
|
|
384
388
|
(label) => `${label}を削除`
|
|
@@ -462,8 +466,7 @@ const jaJP = {
|
|
|
462
466
|
(ariaLabel) => ariaLabel ? `さらに情報を表示 ${ariaLabel}` : `さらに情報を表示`
|
|
463
467
|
)
|
|
464
468
|
},
|
|
465
|
-
|
|
466
|
-
colorPaletteLabel: "カラーパレット",
|
|
469
|
+
baseColorPicker: {
|
|
467
470
|
colorSwatchLabel: (
|
|
468
471
|
/* istanbul ignore next */
|
|
469
472
|
(value, label, selected) => {
|
|
@@ -472,6 +475,18 @@ const jaJP = {
|
|
|
472
475
|
return swatchLabel;
|
|
473
476
|
}
|
|
474
477
|
)
|
|
478
|
+
},
|
|
479
|
+
simpleColorPicker: {
|
|
480
|
+
colorPaletteLabel: "カラーパレット"
|
|
481
|
+
},
|
|
482
|
+
colorPicker: {
|
|
483
|
+
popupLabel: "カラーピッカー",
|
|
484
|
+
swatchesLabel: "保存された色:",
|
|
485
|
+
pickerButtonLabel: "カラーピッカーを開く",
|
|
486
|
+
saveButtonLabel: "現在の色を保存",
|
|
487
|
+
closeButtonLabel: "カラーピッカーを閉じる",
|
|
488
|
+
copyButtonLabel: "色をクリップボードにコピー",
|
|
489
|
+
copyErrorText: "コピーに失敗しました。クリップボードへのアクセスがブロックされました。もう一度お試しください。"
|
|
475
490
|
}
|
|
476
491
|
};
|
|
477
492
|
|
package/locales/ja-JP.js
CHANGED
|
@@ -376,7 +376,11 @@ const jaJP = {
|
|
|
376
376
|
clearButtonLabel: "選択をクリア",
|
|
377
377
|
noOptionsMessage: "オプションがありません",
|
|
378
378
|
noMatchesMessage: "オプションが見つかりません",
|
|
379
|
+
selectAllLabel: "すべて選択",
|
|
380
|
+
deselectAllLabel: "すべて選択解除",
|
|
379
381
|
loadingOptionsMessage: "読み込み中...",
|
|
382
|
+
selectedAllMessage: "すべてのオプションが選択されました",
|
|
383
|
+
deselectedAllMessage: "すべてのオプションの選択を解除",
|
|
380
384
|
removeTagButtonLabel: (
|
|
381
385
|
/* istanbul ignore next */
|
|
382
386
|
(label) => `${label}を削除`
|
|
@@ -460,8 +464,7 @@ const jaJP = {
|
|
|
460
464
|
(ariaLabel) => ariaLabel ? `さらに情報を表示 ${ariaLabel}` : `さらに情報を表示`
|
|
461
465
|
)
|
|
462
466
|
},
|
|
463
|
-
|
|
464
|
-
colorPaletteLabel: "カラーパレット",
|
|
467
|
+
baseColorPicker: {
|
|
465
468
|
colorSwatchLabel: (
|
|
466
469
|
/* istanbul ignore next */
|
|
467
470
|
(value, label, selected) => {
|
|
@@ -470,6 +473,18 @@ const jaJP = {
|
|
|
470
473
|
return swatchLabel;
|
|
471
474
|
}
|
|
472
475
|
)
|
|
476
|
+
},
|
|
477
|
+
simpleColorPicker: {
|
|
478
|
+
colorPaletteLabel: "カラーパレット"
|
|
479
|
+
},
|
|
480
|
+
colorPicker: {
|
|
481
|
+
popupLabel: "カラーピッカー",
|
|
482
|
+
swatchesLabel: "保存された色:",
|
|
483
|
+
pickerButtonLabel: "カラーピッカーを開く",
|
|
484
|
+
saveButtonLabel: "現在の色を保存",
|
|
485
|
+
closeButtonLabel: "カラーピッカーを閉じる",
|
|
486
|
+
copyButtonLabel: "色をクリップボードにコピー",
|
|
487
|
+
copyErrorText: "コピーに失敗しました。クリップボードへのアクセスがブロックされました。もう一度お試しください。"
|
|
473
488
|
}
|
|
474
489
|
};
|
|
475
490
|
|
package/locales/zh-CN.cjs
CHANGED
|
@@ -380,7 +380,11 @@ const zhCN = {
|
|
|
380
380
|
clearButtonLabel: "清除选择",
|
|
381
381
|
noOptionsMessage: "没有选项",
|
|
382
382
|
noMatchesMessage: "未找到选项",
|
|
383
|
+
selectAllLabel: "选择全部",
|
|
384
|
+
deselectAllLabel: "取消全选",
|
|
383
385
|
loadingOptionsMessage: "加载中...",
|
|
386
|
+
selectedAllMessage: "已选择所有选项",
|
|
387
|
+
deselectedAllMessage: "取消选择所有选项",
|
|
384
388
|
removeTagButtonLabel: (
|
|
385
389
|
/* istanbul ignore next */
|
|
386
390
|
(label) => `${label} 删除`
|
|
@@ -464,8 +468,7 @@ const zhCN = {
|
|
|
464
468
|
(ariaLabel) => ariaLabel ? `关于 ${ariaLabel} 的更多信息` : `显示更多信息`
|
|
465
469
|
)
|
|
466
470
|
},
|
|
467
|
-
|
|
468
|
-
colorPaletteLabel: "调色板",
|
|
471
|
+
baseColorPicker: {
|
|
469
472
|
colorSwatchLabel: (
|
|
470
473
|
/* istanbul ignore next */
|
|
471
474
|
(value, label, selected) => {
|
|
@@ -474,6 +477,18 @@ const zhCN = {
|
|
|
474
477
|
return swatchLabel;
|
|
475
478
|
}
|
|
476
479
|
)
|
|
480
|
+
},
|
|
481
|
+
simpleColorPicker: {
|
|
482
|
+
colorPaletteLabel: "调色板"
|
|
483
|
+
},
|
|
484
|
+
colorPicker: {
|
|
485
|
+
popupLabel: "颜色选择器",
|
|
486
|
+
swatchesLabel: "已保存的颜色",
|
|
487
|
+
pickerButtonLabel: "打开颜色选择器",
|
|
488
|
+
saveButtonLabel: "保存当前颜色",
|
|
489
|
+
closeButtonLabel: "关闭颜色选择器",
|
|
490
|
+
copyButtonLabel: "将颜色复制到剪贴板",
|
|
491
|
+
copyErrorText: "复制失败。剪贴板访问已被阻止。请重试。"
|
|
477
492
|
}
|
|
478
493
|
};
|
|
479
494
|
|
package/locales/zh-CN.js
CHANGED
|
@@ -378,7 +378,11 @@ const zhCN = {
|
|
|
378
378
|
clearButtonLabel: "清除选择",
|
|
379
379
|
noOptionsMessage: "没有选项",
|
|
380
380
|
noMatchesMessage: "未找到选项",
|
|
381
|
+
selectAllLabel: "选择全部",
|
|
382
|
+
deselectAllLabel: "取消全选",
|
|
381
383
|
loadingOptionsMessage: "加载中...",
|
|
384
|
+
selectedAllMessage: "已选择所有选项",
|
|
385
|
+
deselectedAllMessage: "取消选择所有选项",
|
|
382
386
|
removeTagButtonLabel: (
|
|
383
387
|
/* istanbul ignore next */
|
|
384
388
|
(label) => `${label} 删除`
|
|
@@ -462,8 +466,7 @@ const zhCN = {
|
|
|
462
466
|
(ariaLabel) => ariaLabel ? `关于 ${ariaLabel} 的更多信息` : `显示更多信息`
|
|
463
467
|
)
|
|
464
468
|
},
|
|
465
|
-
|
|
466
|
-
colorPaletteLabel: "调色板",
|
|
469
|
+
baseColorPicker: {
|
|
467
470
|
colorSwatchLabel: (
|
|
468
471
|
/* istanbul ignore next */
|
|
469
472
|
(value, label, selected) => {
|
|
@@ -472,6 +475,18 @@ const zhCN = {
|
|
|
472
475
|
return swatchLabel;
|
|
473
476
|
}
|
|
474
477
|
)
|
|
478
|
+
},
|
|
479
|
+
simpleColorPicker: {
|
|
480
|
+
colorPaletteLabel: "调色板"
|
|
481
|
+
},
|
|
482
|
+
colorPicker: {
|
|
483
|
+
popupLabel: "颜色选择器",
|
|
484
|
+
swatchesLabel: "已保存的颜色",
|
|
485
|
+
pickerButtonLabel: "打开颜色选择器",
|
|
486
|
+
saveButtonLabel: "保存当前颜色",
|
|
487
|
+
closeButtonLabel: "关闭颜色选择器",
|
|
488
|
+
copyButtonLabel: "将颜色复制到剪贴板",
|
|
489
|
+
copyErrorText: "复制失败。剪贴板访问已被阻止。请重试。"
|
|
475
490
|
}
|
|
476
491
|
};
|
|
477
492
|
|
package/menu/definition.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const popup_definition = require('../unbundled/
|
|
5
|
+
const popup_definition = require('../unbundled/definition5.cjs');
|
|
6
6
|
const menuItem_definition = require('../unbundled/definition2.cjs');
|
|
7
7
|
const vividElement = require('../unbundled/vivid-element.cjs');
|
|
8
8
|
const fastElement = require('@microsoft/fast-element');
|
|
@@ -105,7 +105,7 @@ class Menu extends anchored.Anchored(delegatesAria.DelegatesAria(vividElement.Vi
|
|
|
105
105
|
return;
|
|
106
106
|
}
|
|
107
107
|
const newValue = !this.open;
|
|
108
|
-
fastElement.
|
|
108
|
+
fastElement.Updates.enqueue(() => this.open = newValue);
|
|
109
109
|
};
|
|
110
110
|
this._onFocusout = (e) => {
|
|
111
111
|
const focusTarget = e.relatedTarget;
|
|
@@ -128,7 +128,7 @@ class Menu extends anchored.Anchored(delegatesAria.DelegatesAria(vividElement.Vi
|
|
|
128
128
|
*/
|
|
129
129
|
connectedCallback() {
|
|
130
130
|
super.connectedCallback();
|
|
131
|
-
fastElement.
|
|
131
|
+
fastElement.Updates.enqueue(() => {
|
|
132
132
|
this.setItems();
|
|
133
133
|
});
|
|
134
134
|
}
|
|
@@ -251,7 +251,7 @@ class Menu extends anchored.Anchored(delegatesAria.DelegatesAria(vividElement.Vi
|
|
|
251
251
|
/**
|
|
252
252
|
* @internal
|
|
253
253
|
*/
|
|
254
|
-
|
|
254
|
+
_onBodyChange(e) {
|
|
255
255
|
if (this.menuItems === void 0 || !(e.target instanceof Element)) {
|
|
256
256
|
return;
|
|
257
257
|
}
|
|
@@ -341,8 +341,7 @@ const MenuTemplate = (context) => {
|
|
|
341
341
|
x.open = state;
|
|
342
342
|
}
|
|
343
343
|
return fastElement.html`
|
|
344
|
-
<template @
|
|
345
|
-
@focusout="${(x, c) => x._onFocusout(c.event)}">
|
|
344
|
+
<template @focusout="${(x, c) => x._onFocusout(c.event)}">
|
|
346
345
|
${anchorSlotTemplate}
|
|
347
346
|
<${popupTag}
|
|
348
347
|
${fastElement.ref("_popupEl")}
|
|
@@ -364,6 +363,7 @@ const MenuTemplate = (context) => {
|
|
|
364
363
|
${delegatesAria.delegateAria({
|
|
365
364
|
role: "menu"
|
|
366
365
|
})}
|
|
366
|
+
@change="${(x, c) => x._onBodyChange(c.event)}"
|
|
367
367
|
@keydown="${(x, c) => x.handleMenuKeyDown(c.event)}"
|
|
368
368
|
@focusout="${(x, c) => x.handleFocusOut(c.event)}"
|
|
369
369
|
>
|
package/menu/definition.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { P as Popup, p as popupDefinition } from '../unbundled/
|
|
1
|
+
import { P as Popup, p as popupDefinition } from '../unbundled/definition5.js';
|
|
2
2
|
import { M as MenuItem, a as MenuItemRole, m as menuItemDefinition, b as menuName } from '../unbundled/definition2.js';
|
|
3
3
|
import { V as VividElement, d as defineVividComponent, c as createRegisterFunction } from '../unbundled/vivid-element.js';
|
|
4
|
-
import {
|
|
4
|
+
import { Updates, attr, nullableNumberConverter, observable, ref, slotted, html } from '@microsoft/fast-element';
|
|
5
5
|
import { keyHome, keyEnd, keyArrowUp, keyArrowDown, classNames } from '@microsoft/fast-web-utilities';
|
|
6
6
|
import { A as Anchored, a as anchorSlotTemplateFactory } from '../unbundled/anchored.js';
|
|
7
7
|
import { D as DelegatesAria, d as delegateAria } from '../unbundled/delegates-aria.js';
|
|
@@ -101,7 +101,7 @@ class Menu extends Anchored(DelegatesAria(VividElement)) {
|
|
|
101
101
|
return;
|
|
102
102
|
}
|
|
103
103
|
const newValue = !this.open;
|
|
104
|
-
|
|
104
|
+
Updates.enqueue(() => this.open = newValue);
|
|
105
105
|
};
|
|
106
106
|
this._onFocusout = (e) => {
|
|
107
107
|
const focusTarget = e.relatedTarget;
|
|
@@ -124,7 +124,7 @@ class Menu extends Anchored(DelegatesAria(VividElement)) {
|
|
|
124
124
|
*/
|
|
125
125
|
connectedCallback() {
|
|
126
126
|
super.connectedCallback();
|
|
127
|
-
|
|
127
|
+
Updates.enqueue(() => {
|
|
128
128
|
this.setItems();
|
|
129
129
|
});
|
|
130
130
|
}
|
|
@@ -247,7 +247,7 @@ class Menu extends Anchored(DelegatesAria(VividElement)) {
|
|
|
247
247
|
/**
|
|
248
248
|
* @internal
|
|
249
249
|
*/
|
|
250
|
-
|
|
250
|
+
_onBodyChange(e) {
|
|
251
251
|
if (this.menuItems === void 0 || !(e.target instanceof Element)) {
|
|
252
252
|
return;
|
|
253
253
|
}
|
|
@@ -337,8 +337,7 @@ const MenuTemplate = (context) => {
|
|
|
337
337
|
x.open = state;
|
|
338
338
|
}
|
|
339
339
|
return html`
|
|
340
|
-
<template @
|
|
341
|
-
@focusout="${(x, c) => x._onFocusout(c.event)}">
|
|
340
|
+
<template @focusout="${(x, c) => x._onFocusout(c.event)}">
|
|
342
341
|
${anchorSlotTemplate}
|
|
343
342
|
<${popupTag}
|
|
344
343
|
${ref("_popupEl")}
|
|
@@ -360,6 +359,7 @@ const MenuTemplate = (context) => {
|
|
|
360
359
|
${delegateAria({
|
|
361
360
|
role: "menu"
|
|
362
361
|
})}
|
|
362
|
+
@change="${(x, c) => x._onBodyChange(c.event)}"
|
|
363
363
|
@keydown="${(x, c) => x.handleMenuKeyDown(c.event)}"
|
|
364
364
|
@focusout="${(x, c) => x.handleFocusOut(c.event)}"
|
|
365
365
|
>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VwcIconElement as Icon, iconDefinition } from '../icon/definition.js';
|
|
2
2
|
import { V as VividElement, r as replaces, d as defineVividComponent, c as createRegisterFunction } from '../unbundled/vivid-element.js';
|
|
3
3
|
import { attr, ref, html } from '@microsoft/fast-element';
|
|
4
|
-
import {
|
|
4
|
+
import { A as AffixIcon, a as affixIconTemplateFactory, I as IconWrapper } from '../unbundled/affix.js';
|
|
5
5
|
import { D as DelegatesAria, d as delegateAria } from '../unbundled/delegates-aria.js';
|
|
6
6
|
import { classNames } from '@microsoft/fast-web-utilities';
|
|
7
7
|
|
package/nav-item/definition.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { iconDefinition } from '../icon/definition.js';
|
|
2
2
|
import { V as VividElement, r as replaces, d as defineVividComponent, c as createRegisterFunction } from '../unbundled/vivid-element.js';
|
|
3
3
|
import { attr, html } from '@microsoft/fast-element';
|
|
4
|
-
import {
|
|
4
|
+
import { A as AffixIcon, a as affixIconTemplateFactory, I as IconWrapper } from '../unbundled/affix.js';
|
|
5
5
|
import { L as Linkable } from '../unbundled/linkable.js';
|
|
6
6
|
import { classNames } from '@microsoft/fast-web-utilities';
|
|
7
7
|
|
package/note/definition.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { iconDefinition } from '../icon/definition.js';
|
|
2
2
|
import { V as VividElement, d as defineVividComponent, c as createRegisterFunction } from '../unbundled/vivid-element.js';
|
|
3
3
|
import { attr, when, html } from '@microsoft/fast-element';
|
|
4
|
-
import {
|
|
4
|
+
import { A as AffixIcon, a as affixIconTemplateFactory, I as IconWrapper } from '../unbundled/affix.js';
|
|
5
5
|
import { classNames } from '@microsoft/fast-web-utilities';
|
|
6
6
|
|
|
7
7
|
const styles = ".base.connotation-success{--_connotation-color-intermediate: var(--vvd-note-success-intermediate, var(--vvd-color-success-500));--_connotation-color-faint: var(--vvd-note-success-faint, var(--vvd-color-success-50));--_connotation-color-fierce: var(--vvd-note-success-fierce, var(--vvd-color-success-700))}.base.connotation-information{--_connotation-color-intermediate: var(--vvd-note-information-intermediate, var(--vvd-color-information-500));--_connotation-color-faint: var(--vvd-note-information-faint, var(--vvd-color-information-50));--_connotation-color-fierce: var(--vvd-note-information-fierce, var(--vvd-color-information-700))}.base.connotation-alert{--_connotation-color-intermediate: var(--vvd-note-alert-intermediate, var(--vvd-color-alert-500));--_connotation-color-faint: var(--vvd-note-alert-faint, var(--vvd-color-alert-50));--_connotation-color-fierce: var(--vvd-note-alert-fierce, var(--vvd-color-alert-700))}.base.connotation-warning{--_connotation-color-intermediate: var(--vvd-note-warning-intermediate, var(--vvd-color-warning-300));--_connotation-color-faint: var(--vvd-note-warning-faint, var(--vvd-color-warning-50));--_connotation-color-fierce: var(--vvd-note-warning-fierce, var(--vvd-color-warning-700))}.base.connotation-announcement{--_connotation-color-intermediate: var(--vvd-note-announcement-intermediate, var(--vvd-color-announcement-500));--_connotation-color-faint: var(--vvd-note-announcement-faint, var(--vvd-color-announcement-50));--_connotation-color-fierce: var(--vvd-note-announcement-fierce, var(--vvd-color-announcement-700))}.base:not(.connotation-success,.connotation-information,.connotation-alert,.connotation-warning,.connotation-announcement){--_connotation-color-intermediate: var(--vvd-note-accent-intermediate, var(--vvd-color-neutral-500));--_connotation-color-faint: var(--vvd-note-accent-faint, var(--vvd-color-neutral-50));--_connotation-color-fierce: var(--vvd-note-accent-fierce, var(--vvd-color-neutral-700))}.base{--_appearance-color-text: var(--_connotation-color-fierce);--_appearance-color-fill: var(--_connotation-color-faint);--_appearance-color-outline: var(--_connotation-color-intermediate)}.base{display:flex;align-items:flex-start;padding:calc(1px*(20 + 4*clamp(-1,var(--vvd-size-density, 0),2)));border-radius:8px;background-color:var(--_appearance-color-fill);box-shadow:inset 0 0 0 1px var(--_appearance-color-outline);color:var(--vvd-color-canvas-text);column-gap:16px}@supports (contain: content){.base{contain:content}}@supports not (contain: content){.base{overflow:hidden}}slot[name=icon]{color:var(--_appearance-color-outline);font-size:calc(1px*(24 + 4*clamp(-1,var(--vvd-size-density, 0),2)))}.text{display:flex;min-height:24px;flex-direction:column;flex-grow:1;align-items:flex-start;justify-content:center;gap:4px;text-align:start}.text .headline{font:var(--vvd-typography-base-bold)}.text .message{font:var(--vvd-typography-base)}";
|