calcite-notice.cjs.entry.js 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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.97
  5. */
  6. 'use strict';
  7. Object.defineProperty(exports, '__esModule', { value: true });
  8. const index = require('./index-a0010f96.js');
  9. const interfaces = require('./interfaces-971ccc32.js');
  10. const dom = require('./dom-2ec8c9ed.js');
  11. const conditionalSlot = require('./conditionalSlot-ef852d9d.js');
  12. require('./resources-b5a5f8a7.js');
  13. require('./guid-f4f03a7a.js');
  14. require('./observers-5706326b.js');
  15. const TEXT = {
  16. close: "Close"
  17. };
  18. const SLOTS = {
  19. title: "title",
  20. message: "message",
  21. link: "link",
  22. actionsEnd: "actions-end"
  23. };
  24. const CSS = {
  25. actionsEnd: "actions-end",
  26. close: "notice-close",
  27. container: "container",
  28. content: "notice-content",
  29. icon: "notice-icon"
  30. };
  31. const noticeCss = "@keyframes in{0%{opacity:0}100%{opacity:1}}@keyframes in-down{0%{opacity:0;transform:translate3D(0, -5px, 0)}100%{opacity:1;transform:translate3D(0, 0, 0)}}@keyframes in-up{0%{opacity:0;transform:translate3D(0, 5px, 0)}100%{opacity:1;transform:translate3D(0, 0, 0)}}@keyframes in-scale{0%{opacity:0;transform:scale3D(0.95, 0.95, 1)}100%{opacity: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;animation-fill-mode:both;animation-duration:var(--calcite-animation-timing)}.calcite-animate__in{animation-name:in}.calcite-animate__in-down{animation-name:in-down}.calcite-animate__in-up{animation-name:in-up}.calcite-animate__in-scale{animation-name:in-scale}@media (prefers-reduced-motion: reduce){:root{--calcite-internal-duration-factor:0.01}}:root{--calcite-floating-ui-transition:var(--calcite-animation-timing)}:host([hidden]){display:none}:host([scale=s]){--calcite-notice-spacing-token-small:0.5rem;--calcite-notice-spacing-token-large:0.75rem}:host([scale=s]) .container slot[name=title]::slotted(*),:host([scale=s]) .container *::slotted([slot=title]){margin-block:0.125rem;font-size:var(--calcite-font-size--1);line-height:1.375}:host([scale=s]) .container slot[name=message]::slotted(*),:host([scale=s]) .container *::slotted([slot=message]){margin-block:0.125rem;font-size:var(--calcite-font-size--2);line-height:1.375}:host([scale=s]) ::slotted(calcite-link){margin-block:0.125rem;font-size:var(--calcite-font-size--2);line-height:1.375}:host([scale=s]) .notice-close{padding:0.5rem}:host([scale=m]){--calcite-notice-spacing-token-small:0.75rem;--calcite-notice-spacing-token-large:1rem}:host([scale=m]) .container slot[name=title]::slotted(*),:host([scale=m]) .container *::slotted([slot=title]){margin-block:0.125rem;font-size:var(--calcite-font-size-0);line-height:1.375}:host([scale=m]) .container slot[name=message]::slotted(*),:host([scale=m]) .container *::slotted([slot=message]){margin-block:0.125rem;font-size:var(--calcite-font-size--1);line-height:1.375}:host([scale=m]) ::slotted(calcite-link){margin-block:0.125rem;font-size:var(--calcite-font-size--1);line-height:1.375}:host([scale=l]){--calcite-notice-spacing-token-small:1rem;--calcite-notice-spacing-token-large:1.25rem}:host([scale=l]) .container slot[name=title]::slotted(*),:host([scale=l]) .container *::slotted([slot=title]){margin-block:0.125rem;font-size:var(--calcite-font-size-1);line-height:1.375}:host([scale=l]) .container slot[name=message]::slotted(*),:host([scale=l]) .container *::slotted([slot=message]){margin-block:0.125rem;font-size:var(--calcite-font-size-0);line-height:1.375}:host([scale=l]) ::slotted(calcite-link){margin-block:0.125rem;font-size:var(--calcite-font-size-0);line-height:1.375}:host([width=auto]){--calcite-notice-width:auto}:host([width=half]){--calcite-notice-width:50%}:host([width=full]){--calcite-notice-width:100%}:host{margin-inline:auto;display:none;max-inline-size:100%;align-items:center;inline-size:var(--calcite-notice-width)}.container{pointer-events:none;margin-block:0px;box-sizing:border-box;display:none;inline-size:100%;background-color:var(--calcite-ui-foreground-1);opacity:0;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;max-block-size:0;text-align:start;border-inline-start:0px solid;box-shadow:0 0 0 0 transparent}.notice-close{outline-color:transparent}.notice-close:focus{outline:2px solid var(--calcite-ui-brand);outline-offset:-2px}:host{display:flex}:host([open]) .container{pointer-events:auto;display:flex;max-block-size:100%;align-items:center;border-width:2px;opacity:1;--tw-shadow:0 4px 8px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);--tw-shadow-colored:0 4px 8px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.container slot[name=title]::slotted(*),.container *::slotted([slot=title]){margin:0px;font-weight:var(--calcite-font-weight-medium);color:var(--calcite-ui-text-1)}.container slot[name=message]::slotted(*),.container *::slotted([slot=message]){margin:0px;display:inline;font-weight:var(--calcite-font-weight-normal);color:var(--calcite-ui-text-2);margin-inline-end:var(--calcite-notice-spacing-token-small)}.notice-content{box-sizing:border-box;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;padding-inline:var(--calcite-notice-spacing-token-large);flex:0 0 auto;display:flex;min-inline-size:0px;flex-direction:column;overflow-wrap:break-word;flex:1 1 0;padding-block:var(--calcite-notice-spacing-token-small);padding-inline:0 var(--calcite-notice-spacing-token-small)}.notice-content:first-of-type:not(:only-child){padding-inline-start:var(--calcite-notice-spacing-token-large)}.notice-content:only-of-type{padding-block:var(--calcite-notice-spacing-token-small);padding-inline:var(--calcite-notice-spacing-token-large)}.notice-icon{display:flex;align-items:center;box-sizing:border-box;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;padding-block:var(--calcite-notice-spacing-token-small);padding-inline:var(--calcite-notice-spacing-token-large);flex:0 0 auto}.notice-close{display:flex;cursor:pointer;align-items:center;align-self:stretch;border-style:none;background-color:transparent;color:var(--calcite-ui-text-3);outline:2px solid transparent;outline-offset:2px;box-sizing:border-box;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;padding-block:var(--calcite-notice-spacing-token-small);padding-inline:var(--calcite-notice-spacing-token-large);flex:0 0 auto;-webkit-appearance:none}.notice-close:hover,.notice-close:focus{background-color:var(--calcite-ui-foreground-2);color:var(--calcite-ui-text-1)}.notice-close:active{background-color:var(--calcite-ui-foreground-3)}.actions-end{display:flex;align-self:stretch}:host([color=blue]) .container{border-color:var(--calcite-ui-brand)}:host([color=blue]) .container .notice-icon{color:var(--calcite-ui-brand)}:host([color=red]) .container{border-color:var(--calcite-ui-danger)}:host([color=red]) .container .notice-icon{color:var(--calcite-ui-danger)}:host([color=yellow]) .container{border-color:var(--calcite-ui-warning)}:host([color=yellow]) .container .notice-icon{color:var(--calcite-ui-warning)}:host([color=green]) .container{border-color:var(--calcite-ui-success)}:host([color=green]) .container .notice-icon{color:var(--calcite-ui-success)}";
  32. const Notice = class {
  33. constructor(hostRef) {
  34. index.registerInstance(this, hostRef);
  35. this.calciteNoticeClose = index.createEvent(this, "calciteNoticeClose", 6);
  36. this.calciteNoticeOpen = index.createEvent(this, "calciteNoticeOpen", 6);
  37. //--------------------------------------------------------------------------
  38. //
  39. // Properties
  40. //
  41. //---------------------------------------------------------------------------
  42. /**
  43. * When `true`, the component is active.
  44. *
  45. * @deprecated Use `open` instead.
  46. */
  47. this.active = false;
  48. /** When `true`, the component is visible. */
  49. this.open = false;
  50. /** The color for the component's top border and icon. */
  51. this.color = "blue";
  52. /**
  53. * When `true`, a close button is added to the component.
  54. *
  55. * @deprecated use `closable` instead.
  56. */
  57. this.dismissible = false;
  58. /** When `true`, a close button is added to the component. */
  59. this.closable = false;
  60. /**
  61. * Accessible name for the close button.
  62. *
  63. * @default "Close"
  64. */
  65. this.intlClose = TEXT.close;
  66. /** Specifies the size of the component. */
  67. this.scale = "m";
  68. /** Specifies the width of the component. */
  69. this.width = "auto";
  70. //--------------------------------------------------------------------------
  71. //
  72. // Private Methods
  73. //
  74. //--------------------------------------------------------------------------
  75. this.close = () => {
  76. this.open = false;
  77. this.calciteNoticeClose.emit();
  78. };
  79. }
  80. activeHandler(value) {
  81. this.open = value;
  82. }
  83. openHandler(value) {
  84. this.active = value;
  85. }
  86. handleDismissible(value) {
  87. this.closable = value;
  88. }
  89. handleClosable(value) {
  90. this.dismissible = value;
  91. }
  92. updateRequestedIcon() {
  93. this.requestedIcon = dom.setRequestedIcon(interfaces.StatusIcons, this.icon, this.color);
  94. }
  95. //--------------------------------------------------------------------------
  96. //
  97. // Lifecycle
  98. //
  99. //--------------------------------------------------------------------------
  100. connectedCallback() {
  101. conditionalSlot.connectConditionalSlotComponent(this);
  102. const isOpen = this.active || this.open;
  103. if (isOpen) {
  104. this.activeHandler(isOpen);
  105. this.openHandler(isOpen);
  106. }
  107. if (this.dismissible) {
  108. this.handleDismissible(this.dismissible);
  109. }
  110. if (this.closable) {
  111. this.handleClosable(this.closable);
  112. }
  113. }
  114. disconnectedCallback() {
  115. conditionalSlot.disconnectConditionalSlotComponent(this);
  116. }
  117. componentWillLoad() {
  118. this.requestedIcon = dom.setRequestedIcon(interfaces.StatusIcons, this.icon, this.color);
  119. }
  120. render() {
  121. const { el } = this;
  122. const closeButton = (index.h("button", { "aria-label": this.intlClose, class: CSS.close, onClick: this.close, ref: (el) => (this.closeButton = el) }, index.h("calcite-icon", { icon: "x", scale: this.scale === "l" ? "m" : "s" })));
  123. const hasActionEnd = dom.getSlotted(el, SLOTS.actionsEnd);
  124. return (index.h("div", { class: CSS.container }, this.requestedIcon ? (index.h("div", { class: CSS.icon }, index.h("calcite-icon", { icon: this.requestedIcon, scale: this.scale === "l" ? "m" : "s" }))) : null, index.h("div", { class: CSS.content }, index.h("slot", { name: SLOTS.title }), index.h("slot", { name: SLOTS.message }), index.h("slot", { name: SLOTS.link })), hasActionEnd ? (index.h("div", { class: CSS.actionsEnd }, index.h("slot", { name: SLOTS.actionsEnd }))) : null, this.closable ? closeButton : null));
  125. }
  126. //--------------------------------------------------------------------------
  127. //
  128. // Public Methods
  129. //
  130. //--------------------------------------------------------------------------
  131. /** Sets focus on the component. */
  132. async setFocus() {
  133. const noticeLinkEl = this.el.querySelector("calcite-link");
  134. if (!this.closeButton && !noticeLinkEl) {
  135. return;
  136. }
  137. if (noticeLinkEl) {
  138. noticeLinkEl.setFocus();
  139. }
  140. else if (this.closeButton) {
  141. this.closeButton.focus();
  142. }
  143. }
  144. get el() { return index.getElement(this); }
  145. static get watchers() { return {
  146. "active": ["activeHandler"],
  147. "open": ["openHandler"],
  148. "dismissible": ["handleDismissible"],
  149. "closable": ["handleClosable"],
  150. "icon": ["updateRequestedIcon"],
  151. "color": ["updateRequestedIcon"]
  152. }; }
  153. };
  154. Notice.style = noticeCss;
  155. exports.calcite_notice = Notice;