| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 | 
							- /*!
 
-  * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
 
-  * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
 
-  * v1.0.0-beta.82
 
-  */
 
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-8ece2564.js';
 
- import { a as getElementDir, d as getElementProp, t as toAriaBoolean } from './dom-da697a3f.js';
 
- import { c as connectLabel, d as disconnectLabel } from './label-50132b90.js';
 
- import { c as connectForm, d as disconnectForm, H as HiddenFormInputSlot } from './form-bca481e1.js';
 
- import { u as updateHostInteraction } from './interactive-cb5bf285.js';
 
- import './guid-b4461004.js';
 
- const radioGroupCss = "@-webkit-keyframes in{0%{opacity:0}100%{opacity:1}}@keyframes in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes in-down{0%{opacity:0;-webkit-transform:translate3D(0, -5px, 0);transform:translate3D(0, -5px, 0)}100%{opacity:1;-webkit-transform:translate3D(0, 0, 0);transform:translate3D(0, 0, 0)}}@keyframes in-down{0%{opacity:0;-webkit-transform:translate3D(0, -5px, 0);transform:translate3D(0, -5px, 0)}100%{opacity:1;-webkit-transform:translate3D(0, 0, 0);transform:translate3D(0, 0, 0)}}@-webkit-keyframes in-up{0%{opacity:0;-webkit-transform:translate3D(0, 5px, 0);transform:translate3D(0, 5px, 0)}100%{opacity:1;-webkit-transform:translate3D(0, 0, 0);transform:translate3D(0, 0, 0)}}@keyframes in-up{0%{opacity:0;-webkit-transform:translate3D(0, 5px, 0);transform:translate3D(0, 5px, 0)}100%{opacity:1;-webkit-transform:translate3D(0, 0, 0);transform:translate3D(0, 0, 0)}}@-webkit-keyframes in-scale{0%{opacity:0;-webkit-transform:scale3D(0.95, 0.95, 1);transform:scale3D(0.95, 0.95, 1)}100%{opacity:1;-webkit-transform:scale3D(1, 1, 1);transform:scale3D(1, 1, 1)}}@keyframes in-scale{0%{opacity:0;-webkit-transform:scale3D(0.95, 0.95, 1);transform:scale3D(0.95, 0.95, 1)}100%{opacity:1;-webkit-transform:scale3D(1, 1, 1);transform:scale3D(1, 1, 1)}}:root{--calcite-animation-timing:calc(150ms * var(--calcite-internal-duration-factor));--calcite-internal-duration-factor:var(--calcite-duration-factor, 1);--calcite-internal-animation-timing-fast:calc(100ms * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-medium:calc(200ms * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-slow:calc(300ms * var(--calcite-internal-duration-factor))}.calcite-animate{opacity:0;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:var(--calcite-animation-timing);animation-duration:var(--calcite-animation-timing)}.calcite-animate__in{-webkit-animation-name:in;animation-name:in}.calcite-animate__in-down{-webkit-animation-name:in-down;animation-name:in-down}.calcite-animate__in-up{-webkit-animation-name:in-up;animation-name:in-up}.calcite-animate__in-scale{-webkit-animation-name:in-scale;animation-name:in-scale}:root{--calcite-popper-transition:var(--calcite-animation-timing)}:host([hidden]){display:none}:host{display:-ms-flexbox;display:flex;background-color:var(--calcite-ui-foreground-1);width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;outline:1px solid var(--calcite-ui-border-input);outline-offset:-1px}:host([disabled]){pointer-events:none;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:var(--calcite-ui-opacity-disabled)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}:host([layout=vertical]){-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:start;align-self:flex-start}:host([width=full]){width:100%;min-width:-moz-fit-content;min-width:-webkit-fit-content;min-width:fit-content}:host([width=full]) ::slotted(calcite-radio-group-item){-ms-flex:1 1 auto;flex:1 1 auto}:host([width=full][layout=vertical]) ::slotted(calcite-radio-group-item){-ms-flex-pack:start;justify-content:flex-start}::slotted(calcite-radio-group-item[checked]),::slotted(calcite-radio-group-item:focus){z-index:0}::slotted(input[slot=hidden-form-input]){bottom:0 !important;left:0 !important;margin:0 !important;opacity:0 !important;outline:none !important;padding:0 !important;position:absolute !important;right:0 !important;top:0 !important;-webkit-transform:none !important;transform:none !important;-webkit-appearance:none !important;z-index:-1 !important}";
 
- const RadioGroup = class {
 
-   constructor(hostRef) {
 
-     registerInstance(this, hostRef);
 
-     this.calciteRadioGroupChange = createEvent(this, "calciteRadioGroupChange", 7);
 
-     //--------------------------------------------------------------------------
 
-     //
 
-     //  Properties
 
-     //
 
-     //--------------------------------------------------------------------------
 
-     /** specify the appearance style of the radio group, defaults to solid. */
 
-     this.appearance = "solid";
 
-     /** is the radio group disabled  */
 
-     this.disabled = false;
 
-     /**
 
-      * When true, makes the component required for form-submission.
 
-      *
 
-      * @internal
 
-      */
 
-     this.required = false;
 
-     /** specify the layout of the radio group, defaults to horizontal */
 
-     this.layout = "horizontal";
 
-     /** The scale of the radio group */
 
-     this.scale = "m";
 
-     /** The value of the selectedItem */
 
-     this.value = null;
 
-     /** specify the width of the group, defaults to auto */
 
-     this.width = "auto";
 
-     //--------------------------------------------------------------------------
 
-     //
 
-     //  Event Listeners
 
-     //
 
-     //--------------------------------------------------------------------------
 
-     this.handleClick = (event) => {
 
-       if (event.target.localName === "calcite-radio-group-item") {
 
-         this.selectItem(event.target, true);
 
-       }
 
-     };
 
-   }
 
-   valueHandler(value) {
 
-     const items = this.getItems();
 
-     items.forEach((item) => (item.checked = item.value === value));
 
-   }
 
-   handleSelectedItemChange(newItem, oldItem) {
 
-     this.value = newItem === null || newItem === void 0 ? void 0 : newItem.value;
 
-     if (newItem === oldItem) {
 
-       return;
 
-     }
 
-     const items = this.getItems();
 
-     const match = Array.from(items)
 
-       .filter((item) => item === newItem)
 
-       .pop();
 
-     if (match) {
 
-       this.selectItem(match);
 
-     }
 
-     else if (items[0]) {
 
-       items[0].tabIndex = 0;
 
-     }
 
-   }
 
-   //--------------------------------------------------------------------------
 
-   //
 
-   //  Lifecycle
 
-   //
 
-   //--------------------------------------------------------------------------
 
-   componentWillLoad() {
 
-     const items = this.getItems();
 
-     const lastChecked = Array.from(items)
 
-       .filter((item) => item.checked)
 
-       .pop();
 
-     if (lastChecked) {
 
-       this.selectItem(lastChecked);
 
-     }
 
-     else if (items[0]) {
 
-       items[0].tabIndex = 0;
 
-     }
 
-   }
 
-   connectedCallback() {
 
-     connectLabel(this);
 
-     connectForm(this);
 
-   }
 
-   disconnectedCallback() {
 
-     disconnectLabel(this);
 
-     disconnectForm(this);
 
-   }
 
-   componentDidRender() {
 
-     updateHostInteraction(this);
 
-   }
 
-   render() {
 
-     return (h(Host, { onClick: this.handleClick, role: "radiogroup" }, h("slot", null), h(HiddenFormInputSlot, { component: this })));
 
-   }
 
-   handleSelected(event) {
 
-     event.stopPropagation();
 
-     event.preventDefault();
 
-     this.selectItem(event.target);
 
-   }
 
-   handleKeyDown(event) {
 
-     const keys = ["ArrowLeft", "ArrowUp", "ArrowRight", "ArrowDown", " "];
 
-     const key = event.key;
 
-     const { el, selectedItem } = this;
 
-     if (keys.indexOf(key) === -1) {
 
-       return;
 
-     }
 
-     let adjustedKey = key;
 
-     if (getElementDir(el) === "rtl") {
 
-       if (key === "ArrowRight") {
 
-         adjustedKey = "ArrowLeft";
 
-       }
 
-       if (key === "ArrowLeft") {
 
-         adjustedKey = "ArrowRight";
 
-       }
 
-     }
 
-     const items = this.getItems();
 
-     let selectedIndex = -1;
 
-     items.forEach((item, index) => {
 
-       if (item === selectedItem) {
 
-         selectedIndex = index;
 
-       }
 
-     });
 
-     switch (adjustedKey) {
 
-       case "ArrowLeft":
 
-       case "ArrowUp":
 
-         event.preventDefault();
 
-         const previous = selectedIndex < 1 ? items.item(items.length - 1) : items.item(selectedIndex - 1);
 
-         this.selectItem(previous, true);
 
-         return;
 
-       case "ArrowRight":
 
-       case "ArrowDown":
 
-         event.preventDefault();
 
-         const next = selectedIndex === -1 ? items.item(1) : items.item(selectedIndex + 1) || items.item(0);
 
-         this.selectItem(next, true);
 
-         return;
 
-       case " ":
 
-         event.preventDefault();
 
-         this.selectItem(event.target, true);
 
-         return;
 
-       default:
 
-         return;
 
-     }
 
-   }
 
-   // --------------------------------------------------------------------------
 
-   //
 
-   //  Methods
 
-   //
 
-   // --------------------------------------------------------------------------
 
-   /** Sets focus on the component. */
 
-   async setFocus() {
 
-     var _a;
 
-     (_a = (this.selectedItem || this.getItems()[0])) === null || _a === void 0 ? void 0 : _a.focus();
 
-   }
 
-   //--------------------------------------------------------------------------
 
-   //
 
-   //  Private Methods
 
-   //
 
-   //--------------------------------------------------------------------------
 
-   onLabelClick() {
 
-     this.setFocus();
 
-   }
 
-   getItems() {
 
-     return this.el.querySelectorAll("calcite-radio-group-item");
 
-   }
 
-   selectItem(selected, emit = false) {
 
-     if (selected === this.selectedItem) {
 
-       return;
 
-     }
 
-     const items = this.getItems();
 
-     let match = null;
 
-     items.forEach((item) => {
 
-       const matches = item.value === selected.value;
 
-       if ((matches && !item.checked) || (!matches && item.checked)) {
 
-         item.checked = matches;
 
-       }
 
-       item.tabIndex = matches ? 0 : -1;
 
-       if (matches) {
 
-         match = item;
 
-         if (emit) {
 
-           this.calciteRadioGroupChange.emit(match.value);
 
-         }
 
-       }
 
-     });
 
-     this.selectedItem = match;
 
-     if (match) {
 
-       match.focus();
 
-     }
 
-   }
 
-   get el() { return getElement(this); }
 
-   static get watchers() { return {
 
-     "value": ["valueHandler"],
 
-     "selectedItem": ["handleSelectedItemChange"]
 
-   }; }
 
- };
 
- RadioGroup.style = radioGroupCss;
 
- const SLOTS = {
 
-   input: "input"
 
- };
 
- const CSS = {
 
-   radioGroupItemIcon: "radio-group-item-icon"
 
- };
 
- const radioGroupItemCss = "@-webkit-keyframes in{0%{opacity:0}100%{opacity:1}}@keyframes in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes in-down{0%{opacity:0;-webkit-transform:translate3D(0, -5px, 0);transform:translate3D(0, -5px, 0)}100%{opacity:1;-webkit-transform:translate3D(0, 0, 0);transform:translate3D(0, 0, 0)}}@keyframes in-down{0%{opacity:0;-webkit-transform:translate3D(0, -5px, 0);transform:translate3D(0, -5px, 0)}100%{opacity:1;-webkit-transform:translate3D(0, 0, 0);transform:translate3D(0, 0, 0)}}@-webkit-keyframes in-up{0%{opacity:0;-webkit-transform:translate3D(0, 5px, 0);transform:translate3D(0, 5px, 0)}100%{opacity:1;-webkit-transform:translate3D(0, 0, 0);transform:translate3D(0, 0, 0)}}@keyframes in-up{0%{opacity:0;-webkit-transform:translate3D(0, 5px, 0);transform:translate3D(0, 5px, 0)}100%{opacity:1;-webkit-transform:translate3D(0, 0, 0);transform:translate3D(0, 0, 0)}}@-webkit-keyframes in-scale{0%{opacity:0;-webkit-transform:scale3D(0.95, 0.95, 1);transform:scale3D(0.95, 0.95, 1)}100%{opacity:1;-webkit-transform:scale3D(1, 1, 1);transform:scale3D(1, 1, 1)}}@keyframes in-scale{0%{opacity:0;-webkit-transform:scale3D(0.95, 0.95, 1);transform:scale3D(0.95, 0.95, 1)}100%{opacity:1;-webkit-transform:scale3D(1, 1, 1);transform:scale3D(1, 1, 1)}}:root{--calcite-animation-timing:calc(150ms * var(--calcite-internal-duration-factor));--calcite-internal-duration-factor:var(--calcite-duration-factor, 1);--calcite-internal-animation-timing-fast:calc(100ms * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-medium:calc(200ms * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-slow:calc(300ms * var(--calcite-internal-duration-factor))}.calcite-animate{opacity:0;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:var(--calcite-animation-timing);animation-duration:var(--calcite-animation-timing)}.calcite-animate__in{-webkit-animation-name:in;animation-name:in}.calcite-animate__in-down{-webkit-animation-name:in-down;animation-name:in-down}.calcite-animate__in-up{-webkit-animation-name:in-up;animation-name:in-up}.calcite-animate__in-scale{-webkit-animation-name:in-scale;animation-name:in-scale}:root{--calcite-popper-transition:var(--calcite-animation-timing)}:host([hidden]){display:none}:host{display:-ms-flexbox;display:flex;cursor:pointer;-ms-flex-item-align:stretch;align-self:stretch;font-weight:var(--calcite-font-weight-normal);-webkit-transition:background-color var(--calcite-internal-animation-timing-fast) ease-in-out, border-color var(--calcite-animation-timing) ease-in-out;transition:background-color var(--calcite-internal-animation-timing-fast) ease-in-out, border-color var(--calcite-animation-timing) ease-in-out}:host label{pointer-events:none;margin:0.125rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 0%;flex:1 1 0%;-ms-flex-align:center;align-items:center;color:var(--calcite-ui-text-3);-webkit-transition:background-color var(--calcite-internal-animation-timing-fast) ease-in-out, border-color var(--calcite-internal-animation-timing-fast) ease-in-out, color var(--calcite-internal-animation-timing-fast) ease-in-out;transition:background-color var(--calcite-internal-animation-timing-fast) ease-in-out, border-color var(--calcite-internal-animation-timing-fast) ease-in-out, color var(--calcite-internal-animation-timing-fast) ease-in-out}.label--horizontal{-ms-flex-pack:center;justify-content:center}:host{outline-offset:0;outline-color:transparent;-webkit-transition:outline-offset 100ms ease-in-out, outline-color 100ms ease-in-out;transition:outline-offset 100ms ease-in-out, outline-color 100ms ease-in-out}:host(:focus){outline:2px solid var(--calcite-ui-brand);outline-offset:-1px}.label--scale-s{padding-left:0.5rem;padding-right:0.5rem;font-size:var(--calcite-font-size--2);line-height:1rem;padding-top:0.125rem;padding-bottom:0.125rem}.label--scale-m{padding-left:0.75rem;padding-right:0.75rem;font-size:var(--calcite-font-size--1);line-height:1rem;padding-top:0.375rem;padding-bottom:0.375rem}.label--scale-l{padding-left:1rem;padding-right:1rem;padding-top:0.625rem;padding-bottom:0.625rem;font-size:var(--calcite-font-size-0);line-height:1.25rem}:host(:hover) label{background-color:var(--calcite-ui-foreground-2);color:var(--calcite-ui-text-1)}:host(:active) label{background-color:var(--calcite-ui-foreground-3)}:host([checked]) label{cursor:default;border-color:var(--calcite-ui-brand);background-color:var(--calcite-ui-brand);color:var(--calcite-ui-background)}:host([checked]) .label--outline{border-color:var(--calcite-ui-brand);background-color:var(--calcite-ui-foreground-1);-webkit-box-shadow:inset 0 0 0 1px var(--calcite-ui-brand);box-shadow:inset 0 0 0 1px var(--calcite-ui-brand);color:var(--calcite-ui-brand)}::slotted(input){display:none}.radio-group-item-icon{position:relative;margin:0px;display:-ms-inline-flexbox;display:inline-flex;line-height:inherit}:host([icon-position=start]) .label--scale-s .radio-group-item-icon{-webkit-margin-end:0.5rem;margin-inline-end:0.5rem}:host([icon-position=end]) .label--scale-s .radio-group-item-icon{-webkit-margin-end:unset;margin-inline-end:unset;-webkit-margin-start:0.5rem;margin-inline-start:0.5rem}:host([icon-position=start]) .label--scale-m .radio-group-item-icon{-webkit-margin-end:0.75rem;margin-inline-end:0.75rem}:host([icon-position=end]) .label--scale-m .radio-group-item-icon{-webkit-margin-end:unset;margin-inline-end:unset;-webkit-margin-start:0.75rem;margin-inline-start:0.75rem}:host([icon-position=start]) .label--scale-l .radio-group-item-icon{-webkit-margin-end:1rem;margin-inline-end:1rem}:host([icon-position=end]) .label--scale-l .radio-group-item-icon{-webkit-margin-end:unset;margin-inline-end:unset;-webkit-margin-start:1rem;margin-inline-start:1rem}";
 
- const RadioGroupItem = class {
 
-   constructor(hostRef) {
 
-     registerInstance(this, hostRef);
 
-     this.calciteRadioGroupItemChange = createEvent(this, "calciteRadioGroupItemChange", 7);
 
-     //--------------------------------------------------------------------------
 
-     //
 
-     //  Properties
 
-     //
 
-     //--------------------------------------------------------------------------
 
-     /** Indicates whether the control is checked. */
 
-     this.checked = false;
 
-     /** flip the icon in rtl */
 
-     this.iconFlipRtl = false;
 
-     /** optionally used with icon, select where to position the icon */
 
-     this.iconPosition = "start";
 
-   }
 
-   handleCheckedChange() {
 
-     this.calciteRadioGroupItemChange.emit();
 
-   }
 
-   render() {
 
-     const { checked, value } = this;
 
-     const scale = getElementProp(this.el, "scale", "m");
 
-     const appearance = getElementProp(this.el, "appearance", "solid");
 
-     const layout = getElementProp(this.el, "layout", "horizontal");
 
-     const iconEl = (h("calcite-icon", { class: CSS.radioGroupItemIcon, flipRtl: this.iconFlipRtl, icon: this.icon, scale: "s" }));
 
-     return (h(Host, { "aria-checked": toAriaBoolean(checked), role: "radio" }, h("label", { class: {
 
-         "label--scale-s": scale === "s",
 
-         "label--scale-m": scale === "m",
 
-         "label--scale-l": scale === "l",
 
-         "label--horizontal": layout === "horizontal",
 
-         "label--outline": appearance === "outline"
 
-       } }, this.icon && this.iconPosition === "start" ? iconEl : null, h("slot", null, value), h("slot", { name: SLOTS.input }), this.icon && this.iconPosition === "end" ? iconEl : null)));
 
-   }
 
-   get el() { return getElement(this); }
 
-   static get watchers() { return {
 
-     "checked": ["handleCheckedChange"]
 
-   }; }
 
- };
 
- RadioGroupItem.style = radioGroupItemCss;
 
- export { RadioGroup as calcite_radio_group, RadioGroupItem as calcite_radio_group_item };
 
 
  |