calcite-combobox-item.js 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /*!
  2. * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
  4. * v1.0.0-beta.82
  5. */
  6. import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
  7. import { g as getElementProp, b as getSlotted } from './dom.js';
  8. import { g as guid } from './guid.js';
  9. import { d as getAncestors, e as getDepth } from './utils2.js';
  10. import { c as connectConditionalSlotComponent, d as disconnectConditionalSlotComponent } from './conditionalSlot.js';
  11. import { u as updateHostInteraction } from './interactive.js';
  12. import { d as defineCustomElement$2 } from './icon.js';
  13. const CSS = {
  14. icon: "icon",
  15. iconActive: "icon--active",
  16. custom: "icon--custom",
  17. dot: "icon--dot",
  18. single: "label--single",
  19. label: "label",
  20. active: "label--active",
  21. selected: "label--selected",
  22. title: "title",
  23. textContainer: "text-container"
  24. };
  25. const comboboxItemCss = "@charset \"UTF-8\";@-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}.scale--s{font-size:var(--calcite-font-size--2);line-height:1rem;--calcite-combobox-item-spacing-unit-l:0.5rem;--calcite-combobox-item-spacing-unit-s:0.25rem;--calcite-combobox-item-spacing-indent:0.5rem}.scale--m{font-size:var(--calcite-font-size--1);line-height:1rem;--calcite-combobox-item-spacing-unit-l:0.75rem;--calcite-combobox-item-spacing-unit-s:0.5rem;--calcite-combobox-item-spacing-indent:0.75rem}.scale--l{font-size:var(--calcite-font-size-0);line-height:1.25rem;--calcite-combobox-item-spacing-unit-l:1rem;--calcite-combobox-item-spacing-unit-s:0.75rem;--calcite-combobox-item-spacing-indent:1rem}.container{--calcite-combobox-item-indent-value:calc(\n var(--calcite-combobox-item-spacing-indent) * var(--calcite-combobox-item-spacing-indent-multiplier)\n )}:host(:focus){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}: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,ul{margin:0px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0px;outline:2px solid transparent;outline-offset:2px}.label{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;cursor:pointer;-ms-flex-align:center;align-items:center;color:var(--calcite-ui-text-3);-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);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;padding:var(--calcite-combobox-item-spacing-unit-s) var(--calcite-combobox-item-spacing-unit-l)}:host([disabled]) .label{cursor:default}.label--selected{font-weight:var(--calcite-font-weight-medium);color:var(--calcite-ui-text-1)}.label--active{outline:2px solid var(--calcite-ui-brand);outline-offset:-2px}.label:hover,.label:active{background-color:var(--calcite-ui-foreground-2);color:var(--calcite-ui-text-1);-webkit-text-decoration-line:none;text-decoration-line:none;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.title{padding:0 var(--calcite-combobox-item-spacing-unit-l)}.icon{display:-ms-inline-flexbox;display:inline-flex;opacity:0;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);color:var(--calcite-ui-border-1)}.icon--indent{-webkit-padding-start:var(--calcite-combobox-item-indent-value);padding-inline-start:var(--calcite-combobox-item-indent-value)}.icon--custom{margin-top:-1px;color:var(--calcite-ui-text-3)}.icon--active{color:var(--calcite-ui-text-1)}.icon--dot{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;min-width:var(--calcite-combobox-item-spacing-unit-l)}.icon--dot:before{text-align:start;content:\"•\"}.label--active .icon{opacity:1}.label--selected .icon{opacity:1;color:var(--calcite-ui-brand)}:host(:hover[disabled]) .icon{opacity:1}";
  26. const ComboboxItem = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
  27. constructor() {
  28. super();
  29. this.__registerHost();
  30. this.__attachShadow();
  31. this.calciteComboboxItemChange = createEvent(this, "calciteComboboxItemChange", 7);
  32. // --------------------------------------------------------------------------
  33. //
  34. // Properties
  35. //
  36. // --------------------------------------------------------------------------
  37. /** When true, the item cannot be clicked and is visually muted. */
  38. this.disabled = false;
  39. /** Set this to true to pre-select an item. Toggles when an item is checked/unchecked. */
  40. this.selected = false;
  41. /** True when item is highlighted either from keyboard or mouse hover */
  42. this.active = false;
  43. /** Unique identifier, used for accessibility */
  44. this.guid = guid();
  45. this.scale = "m";
  46. // --------------------------------------------------------------------------
  47. //
  48. // Private Methods
  49. //
  50. // --------------------------------------------------------------------------
  51. this.itemClickHandler = (event) => {
  52. event.preventDefault();
  53. if (this.disabled) {
  54. return;
  55. }
  56. this.selected = !this.selected;
  57. };
  58. }
  59. selectedWatchHandler() {
  60. this.calciteComboboxItemChange.emit(this.el);
  61. }
  62. // --------------------------------------------------------------------------
  63. //
  64. // Lifecycle
  65. //
  66. // --------------------------------------------------------------------------
  67. connectedCallback() {
  68. this.ancestors = getAncestors(this.el);
  69. this.scale = getElementProp(this.el, "scale", this.scale);
  70. connectConditionalSlotComponent(this);
  71. }
  72. disconnectedCallback() {
  73. disconnectConditionalSlotComponent(this);
  74. }
  75. componentDidRender() {
  76. updateHostInteraction(this);
  77. }
  78. // --------------------------------------------------------------------------
  79. //
  80. // Public Methods
  81. //
  82. // --------------------------------------------------------------------------
  83. /**
  84. * Used to toggle the selection state. By default this won't trigger an event.
  85. * The first argument allows the value to be coerced, rather than swapping values.
  86. */
  87. async toggleSelected(coerce) {
  88. if (this.disabled) {
  89. return;
  90. }
  91. this.selected = typeof coerce === "boolean" ? coerce : !this.selected;
  92. }
  93. // --------------------------------------------------------------------------
  94. //
  95. // Render Methods
  96. //
  97. // --------------------------------------------------------------------------
  98. renderIcon(isSingle) {
  99. const { icon, disabled, selected } = this;
  100. const level = `${CSS.icon}--indent`;
  101. const defaultIcon = isSingle ? "dot" : "check";
  102. const iconPath = disabled ? "circle-disallowed" : defaultIcon;
  103. const showDot = isSingle && !icon && !disabled;
  104. return showDot ? (h("span", { class: {
  105. [CSS.icon]: true,
  106. [CSS.dot]: true,
  107. [level]: true
  108. } })) : (h("calcite-icon", { class: {
  109. [CSS.icon]: !icon,
  110. [CSS.custom]: !!icon,
  111. [CSS.iconActive]: icon && selected,
  112. [level]: true
  113. }, icon: icon || iconPath, scale: "s" }));
  114. }
  115. renderChildren() {
  116. if (getSlotted(this.el)) {
  117. return (h("ul", { key: "default-slot-container" }, h("slot", null)));
  118. }
  119. return null;
  120. }
  121. render() {
  122. const isSingleSelect = getElementProp(this.el, "selection-mode", "multi") === "single";
  123. const classes = {
  124. [CSS.label]: true,
  125. [CSS.selected]: this.selected,
  126. [CSS.active]: this.active,
  127. [CSS.single]: isSingleSelect
  128. };
  129. const depth = getDepth(this.el);
  130. return (h(Host, { "aria-hidden": "true" }, h("div", { class: `container scale--${this.scale}`, style: { "--calcite-combobox-item-spacing-indent-multiplier": `${depth}` } }, h("li", { class: classes, id: this.guid, onClick: this.itemClickHandler }, this.renderIcon(isSingleSelect), h("span", { class: CSS.title }, this.textLabel)), this.renderChildren())));
  131. }
  132. get el() { return this; }
  133. static get watchers() { return {
  134. "selected": ["selectedWatchHandler"]
  135. }; }
  136. static get style() { return comboboxItemCss; }
  137. }, [1, "calcite-combobox-item", {
  138. "disabled": [516],
  139. "selected": [1540],
  140. "active": [4],
  141. "ancestors": [1040],
  142. "guid": [1],
  143. "icon": [1],
  144. "textLabel": [513, "text-label"],
  145. "value": [8],
  146. "constant": [516],
  147. "toggleSelected": [64]
  148. }]);
  149. function defineCustomElement$1() {
  150. if (typeof customElements === "undefined") {
  151. return;
  152. }
  153. const components = ["calcite-combobox-item", "calcite-icon"];
  154. components.forEach(tagName => { switch (tagName) {
  155. case "calcite-combobox-item":
  156. if (!customElements.get(tagName)) {
  157. customElements.define(tagName, ComboboxItem);
  158. }
  159. break;
  160. case "calcite-icon":
  161. if (!customElements.get(tagName)) {
  162. defineCustomElement$2();
  163. }
  164. break;
  165. } });
  166. }
  167. defineCustomElement$1();
  168. const CalciteComboboxItem = ComboboxItem;
  169. const defineCustomElement = defineCustomElement$1;
  170. export { CalciteComboboxItem, defineCustomElement };