calcite-action-pad.entry.js 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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 { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-8ece2564.js';
  7. import { t as toggleChildActionText, E as ExpandToggle } from './ExpandToggle-1f6d84ba.js';
  8. import { f as focusElement, g as getSlotted } from './dom-da697a3f.js';
  9. import { c as connectConditionalSlotComponent, d as disconnectConditionalSlotComponent } from './conditionalSlot-203be745.js';
  10. import './resources-3c30f589.js';
  11. import './resources-e8f918f0.js';
  12. import './guid-b4461004.js';
  13. import './observers-b198f831.js';
  14. const CSS = {
  15. actionGroupBottom: "action-group--bottom",
  16. container: "container"
  17. };
  18. const TEXT = {
  19. expand: "Expand",
  20. collapse: "Collapse"
  21. };
  22. const SLOTS = {
  23. expandTooltip: "expand-tooltip"
  24. };
  25. const actionPadCss = "@-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}:host{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:var(--calcite-ui-foreground-1);color:var(--calcite-ui-text-2);font-size:var(--calcite-font-size--1)}:host *{-webkit-box-sizing:border-box;box-sizing:border-box}:root{--calcite-popper-transition:var(--calcite-animation-timing)}:host([hidden]){display:none}:host{display:block}@keyframes in{0%{opacity:0}100%{opacity:1}}:host{-webkit-animation:in var(--calcite-internal-animation-timing-slow) ease-in-out;animation:in var(--calcite-internal-animation-timing-slow) ease-in-out;border-radius:0.125rem}:host([expanded]){max-width:20vw}::slotted(calcite-action-group){border-width:0px;border-bottom-width:1px;border-style:solid;border-color:var(--calcite-ui-border-3);padding-bottom:0px;padding-top:0px}.container{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;border-radius:0.25rem;background-color:var(--calcite-ui-background);--tw-shadow:0 6px 20px -4px rgba(0, 0, 0, 0.1), 0 4px 12px -2px rgba(0, 0, 0, 0.08);--tw-shadow-colored:0 6px 20px -4px var(--tw-shadow-color), 0 4px 12px -2px var(--tw-shadow-color);-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);max-width:15vw}.action-group--bottom{-ms-flex-positive:1;flex-grow:1;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:0px}:host([layout=horizontal]) .container{-ms-flex-direction:row;flex-direction:row;max-width:unset}:host([layout=horizontal]) .container .action-group--bottom{padding:0px}:host([layout=horizontal]) .container ::slotted(calcite-action-group){border-width:0px;padding:0px;border-inline-end-width:1px}::slotted(calcite-action-group:last-child){border-bottom-width:0px}";
  26. const ActionPad = class {
  27. constructor(hostRef) {
  28. registerInstance(this, hostRef);
  29. this.calciteActionPadToggle = createEvent(this, "calciteActionPadToggle", 7);
  30. // --------------------------------------------------------------------------
  31. //
  32. // Properties
  33. //
  34. // --------------------------------------------------------------------------
  35. /**
  36. * When set to true, the expand-toggling behavior will be disabled.
  37. */
  38. this.expandDisabled = false;
  39. /**
  40. * Indicates whether widget is expanded.
  41. */
  42. this.expanded = false;
  43. /**
  44. * Indicates the horizontal or vertical layout of the component.
  45. */
  46. this.layout = "vertical";
  47. // --------------------------------------------------------------------------
  48. //
  49. // Private Methods
  50. //
  51. // --------------------------------------------------------------------------
  52. this.actionMenuOpenChangeHandler = (event) => {
  53. if (event.detail) {
  54. const composedPath = event.composedPath();
  55. Array.from(this.el.querySelectorAll("calcite-action-group")).forEach((group) => {
  56. if (!composedPath.includes(group)) {
  57. group.menuOpen = false;
  58. }
  59. });
  60. }
  61. };
  62. this.toggleExpand = () => {
  63. this.expanded = !this.expanded;
  64. this.calciteActionPadToggle.emit();
  65. };
  66. this.setExpandToggleRef = (el) => {
  67. this.expandToggleEl = el;
  68. };
  69. }
  70. expandedHandler(expanded) {
  71. toggleChildActionText({ parent: this.el, expanded });
  72. }
  73. // --------------------------------------------------------------------------
  74. //
  75. // Lifecycle
  76. //
  77. // --------------------------------------------------------------------------
  78. connectedCallback() {
  79. connectConditionalSlotComponent(this);
  80. }
  81. disconnectedCallback() {
  82. disconnectConditionalSlotComponent(this);
  83. }
  84. componentWillLoad() {
  85. const { el, expanded } = this;
  86. toggleChildActionText({ parent: el, expanded });
  87. }
  88. // --------------------------------------------------------------------------
  89. //
  90. // Methods
  91. //
  92. // --------------------------------------------------------------------------
  93. /** Sets focus on the component. */
  94. async setFocus(focusId) {
  95. if (focusId === "expand-toggle") {
  96. await focusElement(this.expandToggleEl);
  97. return;
  98. }
  99. this.el.focus();
  100. }
  101. // --------------------------------------------------------------------------
  102. //
  103. // Component Methods
  104. //
  105. // --------------------------------------------------------------------------
  106. renderBottomActionGroup() {
  107. const { expanded, expandDisabled, intlExpand, intlCollapse, el, position, toggleExpand, scale } = this;
  108. const tooltip = getSlotted(el, SLOTS.expandTooltip);
  109. const expandLabel = intlExpand || TEXT.expand;
  110. const collapseLabel = intlCollapse || TEXT.collapse;
  111. const expandToggleNode = !expandDisabled ? (h(ExpandToggle, { el: el, expanded: expanded, intlCollapse: collapseLabel, intlExpand: expandLabel, position: position, ref: this.setExpandToggleRef, scale: scale, toggle: toggleExpand, tooltip: tooltip })) : null;
  112. return expandToggleNode ? (h("calcite-action-group", { class: CSS.actionGroupBottom, scale: scale }, h("slot", { name: SLOTS.expandTooltip }), expandToggleNode)) : null;
  113. }
  114. render() {
  115. return (h(Host, { onCalciteActionMenuOpenChange: this.actionMenuOpenChangeHandler }, h("div", { class: CSS.container }, h("slot", null), this.renderBottomActionGroup())));
  116. }
  117. get el() { return getElement(this); }
  118. static get watchers() { return {
  119. "expanded": ["expandedHandler"]
  120. }; }
  121. };
  122. ActionPad.style = actionPadCss;
  123. export { ActionPad as calcite_action_pad };