@vonage/vivid 5.24.0 → 5.25.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/README.md +1 -1
- package/avatar/index.cjs +10 -10
- package/avatar/index.js +4 -3
- package/breadcrumb-item/index.cjs +9 -5
- package/breadcrumb-item/index.js +11 -6
- package/bundled/affix.cjs +1 -1
- package/bundled/affix.js +1 -1
- package/bundled/definition10.cjs +2 -1
- package/bundled/definition10.js +3 -2
- package/bundled/definition11.cjs +4 -4
- package/bundled/definition11.js +4 -3
- package/bundled/definition12.cjs +1 -1
- package/bundled/definition12.js +1 -0
- package/bundled/definition15.cjs +5 -5
- package/bundled/definition15.js +4 -3
- package/bundled/definition17.cjs +7 -7
- package/bundled/definition17.js +22 -109
- package/bundled/definition18.cjs +3 -3
- package/bundled/definition18.js +9 -31
- package/bundled/definition19.cjs +19 -19
- package/bundled/definition19.js +3 -2
- package/bundled/definition21.cjs +8 -8
- package/bundled/definition21.js +5 -4
- package/bundled/definition22.cjs +2 -2
- package/bundled/definition22.js +2 -2
- package/bundled/definition24.cjs +4 -4
- package/bundled/definition24.js +4 -3
- package/bundled/definition25.cjs +3 -3
- package/bundled/definition25.js +32 -28
- package/bundled/definition3.cjs +5 -5
- package/bundled/definition3.js +10 -40
- package/bundled/definition4.cjs +6 -6
- package/bundled/definition4.js +4 -3
- package/bundled/definition6.cjs +11 -11
- package/bundled/definition6.js +4 -3
- package/bundled/definition9.cjs +12 -6
- package/bundled/definition9.js +66 -43
- package/bundled/extractOptions.cjs +1 -1
- package/bundled/extractOptions.js +2 -2
- package/bundled/icon.cjs +1 -0
- package/bundled/icon.js +34 -0
- package/bundled/listbox.cjs +1 -1
- package/bundled/listbox.js +5 -2
- package/bundled/mixins.cjs +8 -8
- package/bundled/mixins.js +4 -3
- package/bundled/optgroup.cjs +1 -0
- package/bundled/optgroup.js +27 -0
- package/bundled/option.cjs +1 -0
- package/bundled/option.js +93 -0
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/card/index.cjs +22 -22
- package/card/index.js +4 -3
- package/color-picker/index.cjs +18 -18
- package/color-picker/index.js +4 -3
- package/combobox/index.cjs +7 -7
- package/combobox/index.js +4 -2
- package/custom-elements.json +4159 -3847
- package/data-grid/index.cjs +24 -24
- package/data-grid/index.js +4 -3
- package/dial-pad/index.cjs +21 -21
- package/dial-pad/index.js +4 -3
- package/dialog/index.cjs +14 -14
- package/dialog/index.js +4 -3
- package/empty-state/index.cjs +3 -3
- package/empty-state/index.js +4 -3
- package/file-picker/index.cjs +7 -7
- package/file-picker/index.js +4 -3
- package/icon/definition.cjs +2 -1
- package/icon/definition.js +2 -1
- package/index.cjs +148 -141
- package/index.js +41 -37
- package/lib/accordion-item/accordion-item.d.ts +1 -0
- package/lib/combobox/combobox.d.ts +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/dial-pad/dial-pad.d.ts +0 -1
- package/lib/listbox/definition.d.ts +3 -0
- package/lib/listbox/index.d.ts +1 -0
- package/lib/listbox/listbox.d.ts +1302 -0
- package/lib/listbox/listbox.template.d.ts +3 -0
- package/lib/listbox/variations.browser-spec.d.ts +1 -0
- package/lib/menu/menu.d.ts +0 -1
- package/lib/number-field/number-field.d.ts +0 -1
- package/lib/rich-text-editor/rte/features/base.d.ts +1 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
- package/lib/tag-name-map.d.ts +2 -1
- package/lib/text-field/text-field.d.ts +1 -0
- package/lib/toggletip/toggletip.d.ts +1 -0
- package/lib/tooltip/tooltip.d.ts +1 -0
- package/listbox/definition.cjs +5 -0
- package/listbox/definition.js +2 -0
- package/listbox/index.cjs +11 -0
- package/listbox/index.js +540 -0
- package/nav/definition.cjs +1 -1
- package/nav/definition.js +1 -1
- package/nav-disclosure/definition.cjs +1 -1
- package/nav-disclosure/definition.js +1 -1
- package/nav-disclosure/index.cjs +4 -4
- package/nav-disclosure/index.js +4 -3
- package/nav-item/definition.cjs +1 -1
- package/nav-item/definition.js +1 -1
- package/note/definition.cjs +1 -1
- package/note/definition.js +1 -1
- package/number-field/definition.cjs +1 -1
- package/number-field/definition.js +1 -1
- package/optgroup/definition.cjs +2 -1
- package/optgroup/definition.js +2 -1
- package/option/definition.cjs +2 -1
- package/option/definition.js +2 -1
- package/package.json +8 -7
- package/pagination/definition.cjs +1 -1
- package/pagination/definition.js +1 -1
- package/platform-switch/definition.cjs +1 -1
- package/platform-switch/definition.js +1 -1
- package/popover/definition.cjs +1 -1
- package/popover/definition.js +1 -1
- package/popover/index.cjs +5 -5
- package/popover/index.js +4 -3
- package/progress/definition.cjs +1 -1
- package/progress/definition.js +1 -1
- package/radio/definition.cjs +1 -1
- package/radio/definition.js +1 -1
- package/radio-group/definition.cjs +1 -1
- package/radio-group/definition.js +1 -1
- package/range-slider/definition.cjs +1 -1
- package/range-slider/definition.js +1 -1
- package/rich-text-editor/definition.cjs +1 -1
- package/rich-text-editor/definition.js +1 -1
- package/rich-text-editor/index.cjs +13 -13
- package/rich-text-editor/index.js +22 -19
- package/rich-text-view/definition.cjs +1 -1
- package/rich-text-view/definition.js +1 -1
- package/searchable-select/definition.cjs +1 -1
- package/searchable-select/definition.js +1 -1
- package/searchable-select/index.cjs +23 -23
- package/searchable-select/index.js +10 -7
- package/select/definition.cjs +1 -1
- package/select/definition.js +1 -1
- package/selectable-box/definition.cjs +1 -1
- package/selectable-box/definition.js +1 -1
- package/shared/listbox/commands.d.ts +17 -0
- package/shared/listbox/move.d.ts +6 -0
- package/shared/listbox/options.d.ts +12 -0
- package/shared/listbox/selection.d.ts +28 -0
- package/shared/listbox/state.d.ts +26 -0
- package/shared/listbox/typeahead.d.ts +8 -0
- package/shared/listbox/with-options-filter.d.ts +440 -0
- package/shared/listbox/with-options.d.ts +862 -0
- package/side-drawer/definition.cjs +1 -1
- package/side-drawer/definition.js +1 -1
- package/simple-color-picker/definition.cjs +1 -1
- package/simple-color-picker/definition.js +1 -1
- package/simple-color-picker/index.cjs +6 -6
- package/simple-color-picker/index.js +4 -3
- package/split-button/definition.cjs +1 -1
- package/split-button/definition.js +1 -1
- package/status/definition.cjs +1 -1
- package/status/definition.js +1 -1
- package/switch/definition.cjs +1 -1
- package/switch/definition.js +1 -1
- package/tab/definition.cjs +1 -1
- package/tab/definition.js +1 -1
- package/tab-panel/definition.cjs +1 -1
- package/tab-panel/definition.js +1 -1
- package/table/definition.cjs +1 -1
- package/table/definition.js +1 -1
- package/table/index.cjs +13 -13
- package/table/index.js +4 -3
- package/tabs/definition.cjs +1 -1
- package/tabs/definition.js +1 -1
- package/tag/definition.cjs +1 -1
- package/tag/definition.js +1 -1
- package/tag/index.cjs +11 -11
- package/tag/index.js +4 -3
- package/tag-group/definition.cjs +1 -1
- package/tag-group/definition.js +1 -1
- package/text-area/definition.cjs +1 -1
- package/text-area/definition.js +1 -1
- package/time-picker/definition.cjs +1 -1
- package/time-picker/definition.js +1 -1
- package/tree-item/definition.cjs +1 -1
- package/tree-item/definition.js +1 -1
- package/tree-view/definition.cjs +1 -1
- package/tree-view/definition.js +1 -1
- package/unbundled/affix.cjs +2 -2
- package/unbundled/affix.js +1 -1
- package/unbundled/base-progress.cjs +1 -1
- package/unbundled/base-progress.js +1 -1
- package/unbundled/button.cjs +2 -2
- package/unbundled/button.js +2 -2
- package/unbundled/definition.cjs +2 -65
- package/unbundled/definition.js +4 -61
- package/unbundled/definition11.cjs +4 -3
- package/unbundled/definition11.js +3 -2
- package/unbundled/definition12.cjs +3 -2
- package/unbundled/definition12.js +3 -2
- package/unbundled/definition14.cjs +2 -1
- package/unbundled/definition14.js +2 -1
- package/unbundled/definition17.cjs +9 -4
- package/unbundled/definition17.js +9 -4
- package/unbundled/definition2.cjs +7 -2
- package/unbundled/definition2.js +8 -3
- package/unbundled/definition21.cjs +2 -1
- package/unbundled/definition21.js +2 -1
- package/unbundled/definition23.cjs +2 -1
- package/unbundled/definition23.js +2 -1
- package/unbundled/definition24.cjs +6 -4
- package/unbundled/definition24.js +6 -4
- package/unbundled/definition25.cjs +2 -1
- package/unbundled/definition25.js +2 -1
- package/unbundled/definition26.cjs +7 -4
- package/unbundled/definition26.js +7 -4
- package/unbundled/definition27.cjs +39 -5
- package/unbundled/definition27.js +40 -6
- package/unbundled/definition28.cjs +4 -3
- package/unbundled/definition28.js +4 -3
- package/unbundled/definition29.cjs +5 -168
- package/unbundled/definition29.js +11 -162
- package/unbundled/definition30.cjs +2 -63
- package/unbundled/definition30.js +5 -54
- package/unbundled/definition31.cjs +5 -3
- package/unbundled/definition31.js +5 -3
- package/unbundled/definition32.cjs +2 -1
- package/unbundled/definition32.js +2 -1
- package/unbundled/definition35.cjs +2 -1
- package/unbundled/definition35.js +2 -1
- package/unbundled/definition37.cjs +1 -1
- package/unbundled/definition37.js +1 -1
- package/unbundled/definition39.cjs +1 -1
- package/unbundled/definition39.js +1 -1
- package/unbundled/definition40.cjs +4 -2
- package/unbundled/definition40.js +4 -2
- package/unbundled/definition41.cjs +11 -6
- package/unbundled/definition41.js +11 -6
- package/unbundled/definition42.cjs +5 -4
- package/unbundled/definition42.js +5 -4
- package/unbundled/definition44.cjs +3 -2
- package/unbundled/definition44.js +3 -2
- package/unbundled/definition45.cjs +2 -2
- package/unbundled/definition45.js +2 -2
- package/unbundled/definition49.cjs +583 -79
- package/unbundled/definition49.js +579 -76
- package/unbundled/definition50.cjs +71 -33
- package/unbundled/definition50.js +67 -29
- package/unbundled/definition51.cjs +54 -23
- package/unbundled/definition51.js +52 -18
- package/unbundled/definition52.cjs +23 -39
- package/unbundled/definition52.js +17 -36
- package/unbundled/definition53.cjs +29 -314
- package/unbundled/definition53.js +27 -312
- package/unbundled/definition54.cjs +302 -195
- package/unbundled/definition54.js +298 -191
- package/unbundled/definition55.cjs +210 -40
- package/unbundled/definition55.js +206 -36
- package/unbundled/definition56.cjs +42 -266
- package/unbundled/definition56.js +38 -262
- package/unbundled/definition57.cjs +270 -50
- package/unbundled/definition57.js +267 -46
- package/unbundled/definition58.cjs +48 -146
- package/unbundled/definition58.js +47 -143
- package/unbundled/definition59.cjs +127 -225
- package/unbundled/definition59.js +122 -223
- package/unbundled/definition6.cjs +2 -1
- package/unbundled/definition6.js +2 -1
- package/unbundled/definition60.cjs +199 -418
- package/unbundled/definition60.js +196 -415
- package/unbundled/definition61.cjs +442 -3738
- package/unbundled/definition61.js +432 -3565
- package/unbundled/definition62.cjs +3717 -730
- package/unbundled/definition62.js +3544 -720
- package/unbundled/definition63.cjs +770 -97
- package/unbundled/definition63.js +767 -94
- package/unbundled/definition64.cjs +100 -999
- package/unbundled/definition64.js +98 -994
- package/unbundled/definition65.cjs +991 -93
- package/unbundled/definition65.js +985 -90
- package/unbundled/definition66.cjs +109 -73
- package/unbundled/definition66.js +105 -63
- package/unbundled/definition67.cjs +69 -155
- package/unbundled/definition67.js +60 -152
- package/unbundled/definition68.cjs +155 -119
- package/unbundled/definition68.js +151 -115
- package/unbundled/definition69.cjs +124 -49
- package/unbundled/definition69.js +120 -45
- package/unbundled/definition70.cjs +51 -85
- package/unbundled/definition70.js +50 -81
- package/unbundled/definition71.cjs +91 -19
- package/unbundled/definition71.js +86 -14
- package/unbundled/definition72.cjs +20 -87
- package/unbundled/definition72.js +14 -84
- package/unbundled/definition73.cjs +77 -294
- package/unbundled/definition73.js +72 -217
- package/unbundled/definition74.cjs +289 -311
- package/unbundled/definition74.js +219 -306
- package/unbundled/definition75.cjs +326 -26
- package/unbundled/definition75.js +317 -23
- package/unbundled/definition76.cjs +27 -122
- package/unbundled/definition76.js +22 -118
- package/unbundled/definition77.cjs +105 -232
- package/unbundled/definition77.js +101 -228
- package/unbundled/definition78.cjs +259 -26
- package/unbundled/definition78.js +249 -23
- package/unbundled/definition79.cjs +29 -148
- package/unbundled/definition79.js +27 -133
- package/unbundled/definition80.cjs +118 -173
- package/unbundled/definition80.js +109 -169
- package/unbundled/definition81.cjs +181 -477
- package/unbundled/definition81.js +176 -471
- package/unbundled/definition82.cjs +517 -0
- package/unbundled/definition82.js +497 -0
- package/unbundled/extractOptions.cjs +5 -5
- package/unbundled/extractOptions.js +2 -2
- package/unbundled/icon.cjs +67 -0
- package/unbundled/icon.js +61 -0
- package/unbundled/linkable.cjs +1 -1
- package/unbundled/linkable.js +1 -1
- package/unbundled/listbox.cjs +8 -3
- package/unbundled/listbox.js +7 -2
- package/unbundled/mixins.cjs +2 -1
- package/unbundled/mixins.js +2 -1
- package/unbundled/optgroup.cjs +66 -0
- package/unbundled/optgroup.js +54 -0
- package/unbundled/option.cjs +176 -0
- package/unbundled/option.js +164 -0
- package/unbundled/time-selection-picker.template.cjs +1 -1
- package/unbundled/time-selection-picker.template.js +1 -1
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/video-player/definition.cjs +1 -1
- package/video-player/definition.js +1 -1
- package/vivid.api.json +336 -193
|
@@ -1,498 +1,279 @@
|
|
|
1
1
|
require("./chunk.cjs");
|
|
2
2
|
const require_vivid_element = require("./vivid-element.cjs");
|
|
3
3
|
const require_decorate = require("./decorate.cjs");
|
|
4
|
-
const
|
|
5
|
-
const require_localized = require("./localized.cjs");
|
|
6
|
-
const require_definition = require("./definition9.cjs");
|
|
4
|
+
const require_delegates_aria = require("./delegates-aria.cjs");
|
|
7
5
|
const require_key_codes = require("./key-codes.cjs");
|
|
8
|
-
const
|
|
9
|
-
const
|
|
6
|
+
const require_mixins = require("./mixins.cjs");
|
|
7
|
+
const require_definition = require("./definition59.cjs");
|
|
10
8
|
let _microsoft_fast_element = require("@microsoft/fast-element");
|
|
11
9
|
let _microsoft_fast_web_utilities = require("@microsoft/fast-web-utilities");
|
|
12
|
-
//#region src/lib/
|
|
13
|
-
var
|
|
10
|
+
//#region src/lib/radio-group/radio-group.scss?inline
|
|
11
|
+
var radio_group_default = ".base{--_low-ink-color:var(--vvd-color-neutral-600);flex-direction:column;gap:8px;display:flex}.positioning-region{flex-wrap:wrap;gap:8px;display:flex}.positioning-region.vertical{flex-direction:column}fieldset{border:none;margin:0;padding:0;display:block}legend{color:var(--vvd-color-canvas-text);font:var(--vvd-typography-base);margin-block-end:8px;padding:0}";
|
|
14
12
|
//#endregion
|
|
15
|
-
//#region src/lib/
|
|
16
|
-
var Direction = {
|
|
17
|
-
Increment: 1,
|
|
18
|
-
Decrement: -1
|
|
19
|
-
};
|
|
13
|
+
//#region src/lib/radio-group/radio-group.ts
|
|
20
14
|
/**
|
|
21
|
-
* Base class for range-slider
|
|
22
|
-
*
|
|
23
|
-
* @component range-slider
|
|
24
15
|
* @public
|
|
25
|
-
* @
|
|
26
|
-
* @
|
|
27
|
-
* @
|
|
28
|
-
* @event {CustomEvent<undefined>} change -
|
|
29
|
-
* @vueModel
|
|
30
|
-
* @vueModel end end input:end `event.currentTarget.end`
|
|
31
|
-
* @vueModel startAsNumber startAsNumber input:start `event.currentTarget.startAsNumber`
|
|
32
|
-
* @vueModel endAsNumber endAsNumber input:end `event.currentTarget.endAsNumber`
|
|
33
|
-
* @testSelector byLabel byLabel
|
|
34
|
-
* @testAction slideStartTo slideTo #track #startThumb
|
|
35
|
-
* @testAction slideEndTo slideTo #track #endThumb
|
|
36
|
-
* @testQuery range rangeAsNumber
|
|
37
|
-
* @testRef track shadow .control
|
|
38
|
-
* @testRef startThumb shadow #start-thumb
|
|
39
|
-
* @testRef endThumb shadow #end-thumb
|
|
16
|
+
* @component radio-group
|
|
17
|
+
* @slot - Default slot.
|
|
18
|
+
* @slot helper-text - Describes how to use the Radio Group. Alternative to the `helper-text` attribute.
|
|
19
|
+
* @event {CustomEvent<undefined>} change - Fires a custom 'change' event when the value changes
|
|
20
|
+
* @vueModel modelValue value change `event.currentTarget.value`
|
|
40
21
|
*/
|
|
41
|
-
var
|
|
22
|
+
var RadioGroup = class extends require_mixins.WithFeedback(require_vivid_element.VividElement) {
|
|
42
23
|
constructor(..._args) {
|
|
43
24
|
super(..._args);
|
|
44
|
-
this
|
|
45
|
-
this.start = "";
|
|
46
|
-
this.end = "";
|
|
47
|
-
this.min = 0;
|
|
48
|
-
this.max = 10;
|
|
49
|
-
this.step = 1;
|
|
25
|
+
this.errorValidationMessage = "";
|
|
50
26
|
this.orientation = _microsoft_fast_web_utilities.Orientation.horizontal;
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
this.valueTextFormatter = (value) => parseFloat(value).toLocaleString(this.locale.lang);
|
|
56
|
-
this.proxy = document.createElement("input");
|
|
57
|
-
this._trackEl = null;
|
|
58
|
-
this._startThumbEl = null;
|
|
59
|
-
this._endThumbEl = null;
|
|
60
|
-
this._draggingThumb = false;
|
|
61
|
-
this._visiblyFocusedThumb = null;
|
|
62
|
-
this._hoveredThumb = null;
|
|
63
|
-
this._startThumbCss = "";
|
|
64
|
-
this._endThumbCss = "";
|
|
65
|
-
this._selectedRangeCss = "";
|
|
66
|
-
this.#isNonVisibleFocus = false;
|
|
67
|
-
this.#onThumbFocus = (e) => {
|
|
68
|
-
if (!this.#isNonVisibleFocus) this._visiblyFocusedThumb = this.#getThumbIdFromEvent(e);
|
|
69
|
-
this.#isNonVisibleFocus = false;
|
|
70
|
-
};
|
|
71
|
-
this.#onThumbBlur = () => {
|
|
72
|
-
this._visiblyFocusedThumb = null;
|
|
27
|
+
this.slottedRadioButtons = [];
|
|
28
|
+
this.radioErrorHandler = (e) => {
|
|
29
|
+
const radio = e.target;
|
|
30
|
+
this.errorValidationMessage = radio.errorValidationMessage || "";
|
|
73
31
|
};
|
|
74
|
-
this
|
|
75
|
-
|
|
32
|
+
this.radioChangeHandler = (e) => {
|
|
33
|
+
const changedRadio = e.target;
|
|
34
|
+
if (changedRadio.checked) {
|
|
35
|
+
this.slottedRadioButtons.forEach((radio) => {
|
|
36
|
+
if (radio !== changedRadio) radio.checked = false;
|
|
37
|
+
});
|
|
38
|
+
this.value = changedRadio.value;
|
|
39
|
+
this.#setTabRovingTarget(changedRadio);
|
|
40
|
+
}
|
|
41
|
+
e.stopPropagation();
|
|
76
42
|
};
|
|
77
|
-
this
|
|
78
|
-
|
|
43
|
+
this.moveToRadioByIndex = (group, index) => {
|
|
44
|
+
const radio = group[index];
|
|
45
|
+
if (!this.isInsideToolbar && !radio.readOnly) radio.checked = true;
|
|
46
|
+
radio.focus();
|
|
79
47
|
};
|
|
80
|
-
this
|
|
81
|
-
|
|
48
|
+
this.moveRightOffGroup = () => {
|
|
49
|
+
const next = this.nextElementSibling;
|
|
50
|
+
if (next instanceof HTMLElement) next.focus();
|
|
82
51
|
};
|
|
83
|
-
this
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
if (target === this._endThumbEl && this.startAsNumber === this.max && this.endAsNumber === this.max) target = this._startThumbEl;
|
|
87
|
-
this.#focusThumbNonVisibly(target);
|
|
88
|
-
this._draggingThumb = this.#getThumbId(target);
|
|
89
|
-
this.#registerDragHandlers();
|
|
52
|
+
this.moveLeftOffGroup = () => {
|
|
53
|
+
const prev = this.previousElementSibling;
|
|
54
|
+
if (prev instanceof HTMLElement) prev.focus();
|
|
90
55
|
};
|
|
91
|
-
this
|
|
92
|
-
const
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
this
|
|
97
|
-
|
|
98
|
-
e.preventDefault();
|
|
99
|
-
this.#updateValues({ [thumb]: `${this.#thumbConstraints[thumb].max}` });
|
|
100
|
-
} else {
|
|
101
|
-
if (e.shiftKey) return;
|
|
102
|
-
switch (e.key) {
|
|
103
|
-
case require_key_codes.keyArrowRight:
|
|
104
|
-
case _microsoft_fast_web_utilities.keyArrowDown:
|
|
105
|
-
e.preventDefault();
|
|
106
|
-
this.#applyStep(thumb, Direction.Increment);
|
|
107
|
-
break;
|
|
108
|
-
case require_key_codes.keyArrowLeft:
|
|
109
|
-
case _microsoft_fast_web_utilities.keyArrowUp:
|
|
110
|
-
e.preventDefault();
|
|
111
|
-
this.#applyStep(thumb, Direction.Decrement);
|
|
112
|
-
break;
|
|
113
|
-
}
|
|
56
|
+
this.moveRight = (e) => {
|
|
57
|
+
const radio = e.target;
|
|
58
|
+
const group = this.#focusableRadioButtons;
|
|
59
|
+
let index = group.indexOf(radio) + 1;
|
|
60
|
+
if (index === group.length && this.isInsideToolbar && e.key === "ArrowRight") {
|
|
61
|
+
this.moveRightOffGroup();
|
|
62
|
+
return;
|
|
114
63
|
}
|
|
64
|
+
if (index === group.length) index = 0;
|
|
65
|
+
this.moveToRadioByIndex(group, index);
|
|
115
66
|
};
|
|
116
|
-
this
|
|
117
|
-
|
|
118
|
-
const
|
|
119
|
-
|
|
120
|
-
|
|
67
|
+
this.moveLeft = (e) => {
|
|
68
|
+
const radio = e.target;
|
|
69
|
+
const group = this.#focusableRadioButtons;
|
|
70
|
+
let index = group.indexOf(radio) - 1;
|
|
71
|
+
if (this.isInsideToolbar && e.key === "ArrowLeft" && index < 0) {
|
|
72
|
+
this.moveLeftOffGroup();
|
|
73
|
+
return;
|
|
74
|
+
}
|
|
75
|
+
index = index < 0 ? group.length - 1 : index;
|
|
76
|
+
this.moveToRadioByIndex(group, index);
|
|
121
77
|
};
|
|
122
|
-
this
|
|
123
|
-
|
|
124
|
-
|
|
78
|
+
this.keydownHandler = (e) => {
|
|
79
|
+
switch (e.key) {
|
|
80
|
+
case _microsoft_fast_web_utilities.keyEnter:
|
|
81
|
+
this.checkFocusedRadio(e.target);
|
|
82
|
+
return;
|
|
83
|
+
case require_key_codes.keyArrowRight:
|
|
84
|
+
case _microsoft_fast_web_utilities.keyArrowDown:
|
|
85
|
+
this.moveRight(e);
|
|
86
|
+
return;
|
|
87
|
+
case require_key_codes.keyArrowLeft:
|
|
88
|
+
case _microsoft_fast_web_utilities.keyArrowUp:
|
|
89
|
+
this.moveLeft(e);
|
|
90
|
+
return;
|
|
91
|
+
default: return true;
|
|
92
|
+
}
|
|
125
93
|
};
|
|
126
94
|
}
|
|
127
|
-
#isInternalValueUpdate;
|
|
128
95
|
/** @internal */
|
|
129
|
-
|
|
130
|
-
this.
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}
|
|
135
|
-
if (this.$fastController.isConnected) this.#updateThumbPositions();
|
|
96
|
+
requiredChanged() {
|
|
97
|
+
this.slottedRadioButtons.forEach((radio) => {
|
|
98
|
+
if (this.required) radio.required = true;
|
|
99
|
+
else radio.required = false;
|
|
100
|
+
});
|
|
136
101
|
}
|
|
137
102
|
/** @internal */
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
this.
|
|
141
|
-
|
|
142
|
-
}
|
|
103
|
+
readOnlyChanged() {
|
|
104
|
+
this.slottedRadioButtons.forEach((radio) => {
|
|
105
|
+
if (this.readOnly) radio.readOnly = true;
|
|
106
|
+
else radio.readOnly = false;
|
|
107
|
+
});
|
|
143
108
|
}
|
|
144
109
|
/** @internal */
|
|
145
|
-
|
|
146
|
-
this.
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
return parseFloat(this.start);
|
|
110
|
+
disabledChanged() {
|
|
111
|
+
this.slottedRadioButtons.forEach((radio) => {
|
|
112
|
+
if (this.disabled) radio.disabled = true;
|
|
113
|
+
else radio.disabled = false;
|
|
114
|
+
});
|
|
151
115
|
}
|
|
152
|
-
|
|
153
|
-
this.
|
|
116
|
+
nameChanged() {
|
|
117
|
+
this.slottedRadioButtons.forEach((radio) => {
|
|
118
|
+
radio.setAttribute("name", this.name);
|
|
119
|
+
});
|
|
154
120
|
}
|
|
155
121
|
/** @internal */
|
|
156
|
-
|
|
157
|
-
this.
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
}
|
|
162
|
-
if (this.$fastController.isConnected) this.#updateThumbPositions();
|
|
122
|
+
valueChanged() {
|
|
123
|
+
this.slottedRadioButtons.forEach((radio) => {
|
|
124
|
+
if (radio.value === this.value) radio.checked = true;
|
|
125
|
+
});
|
|
126
|
+
this.$emit("change");
|
|
163
127
|
}
|
|
164
128
|
/** @internal */
|
|
165
|
-
|
|
166
|
-
if (
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
}
|
|
129
|
+
handleSlotChange() {
|
|
130
|
+
if (this.errorText) this.slottedRadioButtons.forEach((radio) => {
|
|
131
|
+
radio.errorText = this.errorText;
|
|
132
|
+
});
|
|
170
133
|
}
|
|
171
134
|
/** @internal */
|
|
172
|
-
|
|
173
|
-
this.
|
|
174
|
-
|
|
175
|
-
/** The end property, typed as a number. */
|
|
176
|
-
get endAsNumber() {
|
|
177
|
-
return parseFloat(this.end);
|
|
178
|
-
}
|
|
179
|
-
set endAsNumber(next) {
|
|
180
|
-
this.end = next.toString();
|
|
181
|
-
}
|
|
182
|
-
#updateValues({ start, end }, emitEvents = true) {
|
|
183
|
-
if (start === this.start) start = void 0;
|
|
184
|
-
if (end === this.end) end = void 0;
|
|
185
|
-
if (start === void 0 && end === void 0) return;
|
|
186
|
-
this.#isInternalValueUpdate = true;
|
|
187
|
-
if (start !== void 0) this.start = start;
|
|
188
|
-
if (end !== void 0) this.end = end;
|
|
189
|
-
this.#isInternalValueUpdate = false;
|
|
190
|
-
if (emitEvents) {
|
|
191
|
-
if (start !== void 0) this.$emit("input:start");
|
|
192
|
-
if (end !== void 0) this.$emit("input:end");
|
|
193
|
-
this.$emit("input");
|
|
194
|
-
this.$emit("change");
|
|
195
|
-
this.dirtyValue = true;
|
|
196
|
-
}
|
|
197
|
-
this.#updateFormValue();
|
|
198
|
-
}
|
|
199
|
-
#applyStep(thumb, direction) {
|
|
200
|
-
this.#updateValues({ [thumb]: this.#roundToNearestStep(thumb, Number(this[thumb]) + direction * this.step).toString() });
|
|
135
|
+
errorTextChanged(_, newErrorText) {
|
|
136
|
+
if (newErrorText) this.errorValidationMessage = newErrorText;
|
|
137
|
+
else this.errorValidationMessage = "";
|
|
201
138
|
}
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
if (this.$fastController.isConnected) this.#updateThumbPositions();
|
|
139
|
+
get #focusableRadioButtons() {
|
|
140
|
+
return this.slottedRadioButtons.filter((radio) => !radio.disabled);
|
|
205
141
|
}
|
|
206
142
|
/** @internal */
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
this.#updateFormValue();
|
|
210
|
-
}
|
|
211
|
-
#updateFormValue() {
|
|
212
|
-
if (!this.name) this.setFormValue(null);
|
|
213
|
-
else {
|
|
214
|
-
const formData = new FormData();
|
|
215
|
-
formData.append(this.name, this.start);
|
|
216
|
-
formData.append(this.name, this.end);
|
|
217
|
-
this.setFormValue(formData);
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
formResetCallback() {
|
|
221
|
-
this.#updateValues({
|
|
222
|
-
start: this.initialStart ?? this.min.toString(),
|
|
223
|
-
end: this.initialEnd ?? this.max.toString()
|
|
224
|
-
});
|
|
225
|
-
super.formResetCallback();
|
|
226
|
-
}
|
|
227
|
-
get #thumbs() {
|
|
228
|
-
return {
|
|
229
|
-
start: this._startThumbEl,
|
|
230
|
-
end: this._endThumbEl
|
|
231
|
-
};
|
|
232
|
-
}
|
|
233
|
-
get #thumbConstraints() {
|
|
234
|
-
return {
|
|
235
|
-
start: {
|
|
236
|
-
min: this.min,
|
|
237
|
-
max: this.endAsNumber
|
|
238
|
-
},
|
|
239
|
-
end: {
|
|
240
|
-
min: this.startAsNumber,
|
|
241
|
-
max: this.max
|
|
242
|
-
}
|
|
243
|
-
};
|
|
244
|
-
}
|
|
245
|
-
#getThumbId(thumb) {
|
|
246
|
-
return thumb === this._startThumbEl ? "start" : "end";
|
|
143
|
+
slottedRadioButtonsChanged() {
|
|
144
|
+
if (this.slottedRadioButtons.length > 0) this.setupRadioButtons();
|
|
247
145
|
}
|
|
248
|
-
|
|
249
|
-
return this
|
|
250
|
-
}
|
|
251
|
-
#updateThumbPositions() {
|
|
252
|
-
const startOffsetPct = this.#thumbTrackEndOffset(this.startAsNumber);
|
|
253
|
-
const endOffsetPct = this.#thumbTrackEndOffset(this.endAsNumber);
|
|
254
|
-
const [dirProp, dimProp] = this.orientation === _microsoft_fast_web_utilities.Orientation.horizontal ? ["right", "width"] : ["bottom", "height"];
|
|
255
|
-
const transition = `transition: ${this._draggingThumb ? "none" : "all 0.2s ease"};`;
|
|
256
|
-
this._startThumbCss = `${dirProp}: ${startOffsetPct}%; ${transition}`;
|
|
257
|
-
this._endThumbCss = `${dirProp}: ${endOffsetPct}%; ${transition}`;
|
|
258
|
-
this._selectedRangeCss = `${dirProp}: ${endOffsetPct}%; ${dimProp}: ${startOffsetPct - endOffsetPct}%; ${transition}`;
|
|
259
|
-
}
|
|
260
|
-
#thumbTrackEndOffset(value) {
|
|
261
|
-
return (1 - require_slider_template.inverseLerp(this.min, this.max, value)) * 100;
|
|
262
|
-
}
|
|
263
|
-
#calculateValueFromMouseEvent(e) {
|
|
264
|
-
const trackClientRect = this._trackEl.getBoundingClientRect();
|
|
265
|
-
const [minPos, maxPos, valuePos] = this.orientation === _microsoft_fast_web_utilities.Orientation.horizontal ? [
|
|
266
|
-
this._trackEl.clientLeft,
|
|
267
|
-
this._trackEl.clientWidth,
|
|
268
|
-
e.pageX - document.documentElement.scrollLeft - this.getBoundingClientRect().left
|
|
269
|
-
] : [
|
|
270
|
-
trackClientRect.top,
|
|
271
|
-
trackClientRect.bottom,
|
|
272
|
-
e.pageY - document.documentElement.scrollTop
|
|
273
|
-
];
|
|
274
|
-
return require_slider_template.lerp(this.min, this.max, require_slider_template.inverseLerp(minPos, maxPos, valuePos));
|
|
275
|
-
}
|
|
276
|
-
#roundToNearestStep(thumb, value) {
|
|
277
|
-
return (0, _microsoft_fast_web_utilities.limit)(this.#thumbConstraints[thumb].min, this.#thumbConstraints[thumb].max, require_slider_template.roundToStepValue(value - this.min, this.step) + this.min);
|
|
278
|
-
}
|
|
279
|
-
#isNonVisibleFocus;
|
|
280
|
-
#focusThumbNonVisibly(thumb) {
|
|
281
|
-
this.#isNonVisibleFocus = true;
|
|
282
|
-
thumb.focus();
|
|
283
|
-
this.#isNonVisibleFocus = false;
|
|
146
|
+
get isInsideToolbar() {
|
|
147
|
+
return !!this.closest("[role=\"toolbar\"]");
|
|
284
148
|
}
|
|
285
149
|
/** @internal */
|
|
286
|
-
_isThumbPopupOpen(thumb) {
|
|
287
|
-
return this._visiblyFocusedThumb === thumb || this._hoveredThumb === thumb || this._draggingThumb === thumb;
|
|
288
|
-
}
|
|
289
150
|
connectedCallback() {
|
|
290
151
|
super.connectedCallback();
|
|
291
|
-
this
|
|
292
|
-
start: this.start || this.initialStart || this.min.toString(),
|
|
293
|
-
end: this.end || this.initialEnd || this.max.toString()
|
|
294
|
-
}, false);
|
|
295
|
-
this.#registerThumbListeners();
|
|
296
|
-
this.#updateThumbPositions();
|
|
297
|
-
document.addEventListener("visibilitychange", this.#onVisibilityChange);
|
|
152
|
+
this.setupRadioButtons();
|
|
298
153
|
}
|
|
299
154
|
disconnectedCallback() {
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
155
|
+
this.slottedRadioButtons.forEach((radio) => {
|
|
156
|
+
radio.removeEventListener("change", this.radioChangeHandler);
|
|
157
|
+
radio.removeEventListener("invalid", this.radioErrorHandler);
|
|
158
|
+
});
|
|
304
159
|
}
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
this
|
|
309
|
-
this
|
|
310
|
-
this
|
|
311
|
-
this
|
|
312
|
-
this
|
|
313
|
-
|
|
160
|
+
setupRadioButtons() {
|
|
161
|
+
let foundMatchingVal = false;
|
|
162
|
+
for (const radio of this.slottedRadioButtons) {
|
|
163
|
+
if (this.name !== void 0) radio.setAttribute("name", this.name);
|
|
164
|
+
if (this.disabled) radio.disabled = true;
|
|
165
|
+
if (this.readOnly) radio.readOnly = true;
|
|
166
|
+
if (this.required) radio.required = true;
|
|
167
|
+
if (this.value && this.value === radio.value) {
|
|
168
|
+
radio.checked = true;
|
|
169
|
+
this.#setTabRovingTarget(radio);
|
|
170
|
+
foundMatchingVal = true;
|
|
171
|
+
} else radio.checked = false;
|
|
172
|
+
radio.addEventListener("change", this.radioChangeHandler);
|
|
173
|
+
radio.addEventListener("invalid", this.radioErrorHandler);
|
|
314
174
|
}
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
this.#
|
|
322
|
-
this.#thumbs[thumb].removeEventListener("mouseout", this.#onMouseOut);
|
|
323
|
-
this.#thumbs[thumb].removeEventListener("focus", this.#onThumbFocus);
|
|
324
|
-
this.#thumbs[thumb].removeEventListener("blur", this.#onThumbBlur);
|
|
175
|
+
if (this.value === void 0 && this.slottedRadioButtons.length > 0) {
|
|
176
|
+
const checkedRadios = this.slottedRadioButtons.filter((radio) => radio.hasAttribute("checked"));
|
|
177
|
+
if (checkedRadios.length > 0 && !foundMatchingVal) {
|
|
178
|
+
const lastCheckedRadio = checkedRadios[checkedRadios.length - 1];
|
|
179
|
+
lastCheckedRadio.checked = true;
|
|
180
|
+
this.#setTabRovingTarget(lastCheckedRadio);
|
|
181
|
+
} else this.#setTabRovingTarget(this.slottedRadioButtons[0]);
|
|
325
182
|
}
|
|
326
183
|
}
|
|
327
184
|
/** @internal */
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
const value = this.#calculateValueFromMouseEvent(e);
|
|
331
|
-
const startDistance = Math.abs(value - Number(this.start));
|
|
332
|
-
const endDistance = Math.abs(value - Number(this.end));
|
|
333
|
-
const thumb = startDistance < endDistance || startDistance === endDistance && value < Number(this.start) ? "start" : "end";
|
|
334
|
-
this.#updateValues({ [thumb]: `${this.#roundToNearestStep(thumb, value)}` });
|
|
335
|
-
this._draggingThumb = thumb;
|
|
336
|
-
this.#focusThumbNonVisibly(this.#thumbs[thumb]);
|
|
337
|
-
this.#registerDragHandlers();
|
|
185
|
+
focusInHandler(e) {
|
|
186
|
+
this.#setTabRovingTarget(e.target);
|
|
338
187
|
}
|
|
339
|
-
#
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
#onMouseOver;
|
|
343
|
-
#onMouseOut;
|
|
344
|
-
#onThumbMousedown;
|
|
345
|
-
#onThumbKeydown;
|
|
346
|
-
#registerDragHandlers() {
|
|
347
|
-
window.addEventListener("mousemove", this.#onDragMove, { passive: true });
|
|
348
|
-
window.addEventListener("touchmove", this.#onDragMove, { passive: true });
|
|
349
|
-
window.addEventListener("mouseup", this.#onDragEnd);
|
|
350
|
-
window.addEventListener("touchend", this.#onDragEnd);
|
|
351
|
-
window.document.addEventListener("mouseleave", this.#onDragEnd);
|
|
188
|
+
#setTabRovingTarget(radio) {
|
|
189
|
+
radio.setAttribute("tabindex", "0");
|
|
190
|
+
for (const slottedRadio of this.slottedRadioButtons) if (slottedRadio !== radio) slottedRadio.setAttribute("tabindex", "-1");
|
|
352
191
|
}
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
window.document.removeEventListener("mouseleave", this.#onDragEnd);
|
|
356
|
-
window.removeEventListener("mousemove", this.#onDragMove);
|
|
357
|
-
window.removeEventListener("touchmove", this.#onDragMove);
|
|
358
|
-
window.removeEventListener("touchend", this.#onDragEnd);
|
|
192
|
+
checkFocusedRadio(target) {
|
|
193
|
+
if (!target.readOnly) target.checked = true;
|
|
359
194
|
}
|
|
360
|
-
#onDragMove;
|
|
361
|
-
#onDragEnd;
|
|
362
195
|
};
|
|
363
|
-
require_decorate.__decorate([_microsoft_fast_element.
|
|
196
|
+
require_decorate.__decorate([_microsoft_fast_element.attr], RadioGroup.prototype, "label", void 0);
|
|
197
|
+
require_decorate.__decorate([(0, _microsoft_fast_element.attr)({
|
|
198
|
+
attribute: "required",
|
|
199
|
+
mode: "boolean"
|
|
200
|
+
})], RadioGroup.prototype, "required", void 0);
|
|
364
201
|
require_decorate.__decorate([(0, _microsoft_fast_element.attr)({
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
})],
|
|
368
|
-
require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ attribute: "current-start" })], RangeSlider.prototype, "currentStart", void 0);
|
|
369
|
-
require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "end", void 0);
|
|
202
|
+
attribute: "readonly",
|
|
203
|
+
mode: "boolean"
|
|
204
|
+
})], RadioGroup.prototype, "readOnly", void 0);
|
|
370
205
|
require_decorate.__decorate([(0, _microsoft_fast_element.attr)({
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
})],
|
|
374
|
-
require_decorate.__decorate([
|
|
375
|
-
require_decorate.__decorate([
|
|
376
|
-
require_decorate.__decorate([
|
|
377
|
-
require_decorate.__decorate([(0, _microsoft_fast_element.attr)({
|
|
378
|
-
require_decorate.__decorate([_microsoft_fast_element.attr],
|
|
379
|
-
require_decorate.__decorate([
|
|
380
|
-
require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ attribute: "aria-end-label" })], RangeSlider.prototype, "ariaEndLabel", void 0);
|
|
381
|
-
require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ mode: "boolean" })], RangeSlider.prototype, "markers", void 0);
|
|
382
|
-
require_decorate.__decorate([_microsoft_fast_element.attr], RangeSlider.prototype, "connotation", void 0);
|
|
383
|
-
require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ mode: "boolean" })], RangeSlider.prototype, "pin", void 0);
|
|
384
|
-
require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "valueTextFormatter", void 0);
|
|
385
|
-
require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_draggingThumb", void 0);
|
|
386
|
-
require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_visiblyFocusedThumb", void 0);
|
|
387
|
-
require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_hoveredThumb", void 0);
|
|
388
|
-
require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_startThumbCss", void 0);
|
|
389
|
-
require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_endThumbCss", void 0);
|
|
390
|
-
require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_selectedRangeCss", void 0);
|
|
206
|
+
attribute: "disabled",
|
|
207
|
+
mode: "boolean"
|
|
208
|
+
})], RadioGroup.prototype, "disabled", void 0);
|
|
209
|
+
require_decorate.__decorate([_microsoft_fast_element.attr], RadioGroup.prototype, "name", void 0);
|
|
210
|
+
require_decorate.__decorate([_microsoft_fast_element.attr], RadioGroup.prototype, "value", void 0);
|
|
211
|
+
require_decorate.__decorate([_microsoft_fast_element.observable], RadioGroup.prototype, "errorValidationMessage", void 0);
|
|
212
|
+
require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ attribute: "error-text" })], RadioGroup.prototype, "errorText", void 0);
|
|
213
|
+
require_decorate.__decorate([_microsoft_fast_element.attr], RadioGroup.prototype, "orientation", void 0);
|
|
214
|
+
require_decorate.__decorate([_microsoft_fast_element.observable], RadioGroup.prototype, "slottedRadioButtons", void 0);
|
|
391
215
|
//#endregion
|
|
392
|
-
//#region src/lib/
|
|
393
|
-
var
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
<div
|
|
400
|
-
class="${(x) => (0, _microsoft_fast_web_utilities.classNames)("control", ["disabled", x.disabled], [`connotation-${x.connotation}`, Boolean(x.connotation)])} ${(x) => x.orientation}"
|
|
216
|
+
//#region src/lib/radio-group/radio-group.template.ts
|
|
217
|
+
var RadioGroupTemplate = (context) => {
|
|
218
|
+
const radioTagName = context.tagFor(require_definition.Radio, true);
|
|
219
|
+
return _microsoft_fast_element.html`
|
|
220
|
+
<template
|
|
221
|
+
@keydown="${(x, c) => x.keydownHandler(c.event)}"
|
|
222
|
+
@focusin="${(x, c) => x.focusInHandler(c.event)}"
|
|
401
223
|
>
|
|
402
|
-
<div class="
|
|
403
|
-
<
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
aria-label="${(x) => x.ariaStartLabel || x.locale.rangeSlider.startThumbLabel}"
|
|
415
|
-
aria-valuetext="${(x) => x.valueTextFormatter(x.start)}"
|
|
416
|
-
aria-valuenow="${(x) => x.start}"
|
|
417
|
-
aria-valuemin="${(x) => x.min}"
|
|
418
|
-
aria-valuemax="${(x) => x.end}"
|
|
419
|
-
aria-disabled="${(x) => x.disabled}"
|
|
420
|
-
aria-orientation="${(x) => x.orientation}"
|
|
421
|
-
></div>
|
|
422
|
-
${(0, _microsoft_fast_element.when)((x) => x.pin, _microsoft_fast_element.html`<${popupTag}
|
|
423
|
-
class="popup"
|
|
424
|
-
arrow
|
|
425
|
-
alternate
|
|
426
|
-
:anchor="${(x) => x._startThumbEl}"
|
|
427
|
-
:open=${(x) => x._isThumbPopupOpen("start")}
|
|
428
|
-
:placementStrategy=${(x) => x.orientation === _microsoft_fast_web_utilities.Orientation.horizontal ? require_definition.PlacementStrategy.AutoPlacementHorizontal : require_definition.PlacementStrategy.AutoPlacementVertical}
|
|
429
|
-
animation-frame
|
|
430
|
-
exportparts="vvd-theme-alternate"
|
|
431
|
-
aria-hidden="true"
|
|
224
|
+
<div class="base">
|
|
225
|
+
<fieldset
|
|
226
|
+
${require_delegates_aria.delegateAria({
|
|
227
|
+
role: "radiogroup",
|
|
228
|
+
ariaDisabled: (x) => x.disabled,
|
|
229
|
+
ariaReadOnly: (x) => x.readOnly,
|
|
230
|
+
ariaOrientation: (x) => x.orientation,
|
|
231
|
+
ariaInvalid: (x) => x.errorText ? "true" : "false",
|
|
232
|
+
ariaLabelledBy: "label",
|
|
233
|
+
ariaDescribedBy: (x) => x._feedbackDescribedBy
|
|
234
|
+
})}
|
|
235
|
+
class="control positioning-region ${(x) => x.orientation === _microsoft_fast_web_utilities.Orientation.horizontal ? "horizontal" : "vertical"}"
|
|
432
236
|
>
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
aria-valuetext="${(x) => x.valueTextFormatter(x.end)}"
|
|
444
|
-
aria-valuenow="${(x) => x.end}"
|
|
445
|
-
aria-valuemin="${(x) => x.start}"
|
|
446
|
-
aria-valuemax="${(x) => x.max}"
|
|
447
|
-
aria-disabled="${(x) => x.disabled}"
|
|
448
|
-
aria-orientation="${(x) => x.orientation}"
|
|
449
|
-
></div>
|
|
450
|
-
${(0, _microsoft_fast_element.when)((x) => x.pin, _microsoft_fast_element.html`<${popupTag}
|
|
451
|
-
class="popup"
|
|
452
|
-
arrow
|
|
453
|
-
alternate
|
|
454
|
-
:anchor="${(x) => x._endThumbEl}"
|
|
455
|
-
:open=${(x) => x._isThumbPopupOpen("end")}
|
|
456
|
-
:placementStrategy=${(x) => x.orientation === _microsoft_fast_web_utilities.Orientation.horizontal ? require_definition.PlacementStrategy.AutoPlacementHorizontal : require_definition.PlacementStrategy.AutoPlacementVertical}
|
|
457
|
-
animation-frame
|
|
458
|
-
exportparts="vvd-theme-alternate"
|
|
459
|
-
aria-hidden="true"
|
|
460
|
-
>
|
|
461
|
-
<div class="tooltip">${(x) => x.valueTextFormatter(x.end)}</div>
|
|
462
|
-
</${popupTag}>`)}
|
|
237
|
+
${(0, _microsoft_fast_element.when)((x) => x.label, _microsoft_fast_element.html`<legend id="label">${(x) => x.label}</legend>`)}
|
|
238
|
+
<slot
|
|
239
|
+
${(0, _microsoft_fast_element.slotted)({
|
|
240
|
+
property: "slottedRadioButtons",
|
|
241
|
+
filter: (0, _microsoft_fast_element.elements)(radioTagName)
|
|
242
|
+
})}
|
|
243
|
+
@slotchange="${(x) => x.handleSlotChange()}"
|
|
244
|
+
></slot>
|
|
245
|
+
</fieldset>
|
|
246
|
+
${(x) => x._getFeedbackTemplate(context)}
|
|
463
247
|
</div>
|
|
464
|
-
</
|
|
465
|
-
|
|
248
|
+
</template>
|
|
249
|
+
`;
|
|
466
250
|
};
|
|
467
251
|
//#endregion
|
|
468
|
-
//#region src/lib/
|
|
252
|
+
//#region src/lib/radio-group/definition.ts
|
|
469
253
|
/** @internal */
|
|
470
|
-
var
|
|
471
|
-
styles: range_slider_default,
|
|
472
|
-
shadowOptions: { delegatesFocus: true }
|
|
473
|
-
});
|
|
254
|
+
var radioGroupDefinition = require_vivid_element.defineVividComponent("radio-group", RadioGroup, RadioGroupTemplate, [require_definition.radioDefinition, require_mixins.feedbackMessageDefinition], { styles: radio_group_default });
|
|
474
255
|
/**
|
|
475
|
-
* Registers the
|
|
256
|
+
* Registers the radio-group elements with the design system.
|
|
476
257
|
*
|
|
477
258
|
* @param prefix - the prefix to use for the component name
|
|
478
259
|
*/
|
|
479
|
-
var
|
|
260
|
+
var registerRadioGroup = require_vivid_element.createRegisterFunction(radioGroupDefinition);
|
|
480
261
|
//#endregion
|
|
481
|
-
Object.defineProperty(exports, "
|
|
262
|
+
Object.defineProperty(exports, "RadioGroup", {
|
|
482
263
|
enumerable: true,
|
|
483
264
|
get: function() {
|
|
484
|
-
return
|
|
265
|
+
return RadioGroup;
|
|
485
266
|
}
|
|
486
267
|
});
|
|
487
|
-
Object.defineProperty(exports, "
|
|
268
|
+
Object.defineProperty(exports, "radioGroupDefinition", {
|
|
488
269
|
enumerable: true,
|
|
489
270
|
get: function() {
|
|
490
|
-
return
|
|
271
|
+
return radioGroupDefinition;
|
|
491
272
|
}
|
|
492
273
|
});
|
|
493
|
-
Object.defineProperty(exports, "
|
|
274
|
+
Object.defineProperty(exports, "registerRadioGroup", {
|
|
494
275
|
enumerable: true,
|
|
495
276
|
get: function() {
|
|
496
|
-
return
|
|
277
|
+
return registerRadioGroup;
|
|
497
278
|
}
|
|
498
279
|
});
|