@esri/solutions-components 0.4.9 → 0.4.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -402,7 +402,7 @@ const PublicNotification$1 = /*@__PURE__*/ proxyCustomElement(class extends HTML
402
402
  _getDownloadPage(type) {
403
403
  const isPdf = type === EExportType.PDF;
404
404
  const hasSelections = this._hasSelections();
405
- return (h("calcite-panel", null, h("div", null, h("div", { class: "padding-top-sides-1" }, h("calcite-label", { class: "font-bold" }, isPdf ? this._translations.downloadPDF : this._translations.downloadCSV)), hasSelections ? (h("div", null, h("calcite-label", null, this._translations.notifications), this._getSelectionLists(), h("div", { class: "margin-side-1 padding-top-1 border-bottom" }), h("div", { class: "padding-top-sides-1" }, h("calcite-label", { class: isPdf ? "display-none" : "", layout: "inline" }, h("calcite-checkbox", { disabled: !this._downloadActive, ref: (el) => { this._removeDuplicatesCSV = el; } }), this._translations.removeDuplicate), h("calcite-label", { class: isPdf ? "" : "display-none", layout: "inline" }, h("calcite-checkbox", { disabled: !this._downloadActive, ref: (el) => { this._removeDuplicatesPDF = el; } }), this._translations.removeDuplicate)), h("div", { class: isPdf ? "" : "display-none" }, this._getLabel(this._translations.selectPDFLabelOption, false), h("div", { class: "padding-sides-1" }, h("pdf-download", { disabled: !this._downloadActive, layerView: this.addresseeLayer, ref: (el) => { this._downloadTools = el; } }))), h("div", { class: "padding-1 display-flex" }, h("calcite-button", { disabled: !this._downloadActive, onClick: isPdf ? () => this._downloadPDF() : () => this._downloadCSV(), width: "full" }, isPdf ? this._translations.downloadPDF : this._translations.downloadCSV)))) : (this._getNotice(this._translations.downloadNoLists, "padding-sides-1 padding-bottom-1")))));
405
+ return (h("calcite-panel", null, h("div", null, h("div", { class: "padding-top-sides-1" }, h("calcite-label", { class: "font-bold" }, isPdf ? this._translations.downloadPDF : this._translations.downloadCSV)), hasSelections ? (h("div", null, h("div", { class: "padding-top-sides-1" }, h("calcite-label", null, this._translations.notifications)), this._getSelectionLists(), h("div", { class: "margin-side-1 padding-top-1 border-bottom" }), h("div", { class: "padding-top-sides-1" }, h("calcite-label", { class: isPdf ? "display-none" : "", layout: "inline" }, h("calcite-checkbox", { disabled: !this._downloadActive, ref: (el) => { this._removeDuplicatesCSV = el; } }), this._translations.removeDuplicate), h("calcite-label", { class: isPdf ? "" : "display-none", layout: "inline" }, h("calcite-checkbox", { disabled: !this._downloadActive, ref: (el) => { this._removeDuplicatesPDF = el; } }), this._translations.removeDuplicate)), h("div", { class: isPdf ? "" : "display-none" }, this._getLabel(this._translations.selectPDFLabelOption, false), h("div", { class: "padding-sides-1" }, h("pdf-download", { disabled: !this._downloadActive, layerView: this.addresseeLayer, ref: (el) => { this._downloadTools = el; } }))), h("div", { class: "padding-1 display-flex" }, h("calcite-button", { disabled: !this._downloadActive, onClick: isPdf ? () => this._downloadPDF() : () => this._downloadCSV(), width: "full" }, isPdf ? this._translations.downloadPDF : this._translations.downloadCSV)))) : (this._getNotice(this._translations.downloadNoLists, "padding-sides-1 padding-bottom-1")))));
406
406
  }
407
407
  /**
408
408
  * Create the stacked navigation buttons for a page
@@ -1,39 +1,39 @@
1
- /*!
2
- * Copyright 2022 Esri
3
- * Licensed under the Apache License, Version 2.0
4
- * http://www.apache.org/licenses/LICENSE-2.0
5
- */
6
- import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-c246d90e.js';
7
- import { s as setRequestedIcon, g as getElementProp, a as getSlotted } from './dom-3bdc69ee.js';
8
- import { S as StatusIcons } from './interfaces-4ae145eb.js';
9
- import { c as connectConditionalSlotComponent, d as disconnectConditionalSlotComponent } from './conditionalSlot-d09506c4.js';
10
- import { l as loadModules } from './loadModules-b299cd43.js';
11
- import { g as goToSelection, h as highlightFeatures, d as queryObjectIds, e as getQueryGeoms } from './mapViewUtils-02696ab6.js';
12
- import { E as EWorkflowType, f as ESelectionMode, g as ERefineMode, c as ESketchType } from './interfaces-d0d83efa.js';
13
- import { s as state } from './publicNotificationStore-b9daaee4.js';
14
- import { g as getLocaleComponentStrings } from './locale-7bf10e0a.js';
15
- import { d as downloadCSV, a as downloadPDF } from './downloadUtils-2ed29d75.js';
16
- import { a as getSelectionIds, g as getTotal } from './publicNotificationUtils-5cb5a607.js';
17
- import './resources-436ae282.js';
18
- import './guid-15fce7c0.js';
19
- import './observers-31601001.js';
20
- import './index-ac7f66eb.js';
21
- import './_commonjsHelpers-d5f9d613.js';
22
-
23
- /*!
24
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
25
- * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
26
- * v1.0.0-beta.97
27
- */
28
- var StatusIconDefaults;
29
- (function (StatusIconDefaults) {
30
- StatusIconDefaults["valid"] = "check-circle";
31
- StatusIconDefaults["invalid"] = "exclamation-mark-triangle";
32
- StatusIconDefaults["idle"] = "information";
33
- })(StatusIconDefaults || (StatusIconDefaults = {}));
34
-
35
- const inputMessageCss = "@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([active][scale=m]),:host([active][scale=l]){--calcite-input-message-spacing-value:0.25rem}:host{visibility:hidden;box-sizing:border-box;display:flex;block-size:0px;inline-size:100%;align-items:center;font-weight:var(--calcite-font-weight-medium);color:var(--calcite-ui-text-1);opacity:0;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}:host([active]){visibility:visible;block-size:auto;opacity:1;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}:host([active][scale=m]),:host([active][scale=l]){-webkit-margin-before:var(--calcite-input-message-spacing-value);margin-block-start:var(--calcite-input-message-spacing-value)}:host([calcite-hydrated-hidden]){visibility:hidden !important;pointer-events:none}.calcite-input-message-icon{pointer-events:none;display:inline-flex;flex-shrink:0;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;-webkit-margin-end:0.5rem;margin-inline-end:0.5rem}:host([status=invalid]) .calcite-input-message-icon{color:var(--calcite-ui-danger)}:host([status=warning]) .calcite-input-message-icon{color:var(--calcite-ui-warning)}:host([status=valid]) .calcite-input-message-icon{color:var(--calcite-ui-success)}:host([status=idle]) .calcite-input-message-icon{color:var(--calcite-ui-brand)}:host([status][active]){color:var(--calcite-ui-text-1)}:host([status][scale=s]){font-size:var(--calcite-font-size--3);line-height:0.75rem}:host([status][scale=m]){-webkit-margin-before:0.25rem;margin-block-start:0.25rem;font-size:var(--calcite-font-size--2);line-height:1rem}:host([status][scale=l]){-webkit-margin-before:0.25rem;margin-block-start:0.25rem;font-size:var(--calcite-font-size--1);line-height:1rem}";
36
-
1
+ /*!
2
+ * Copyright 2022 Esri
3
+ * Licensed under the Apache License, Version 2.0
4
+ * http://www.apache.org/licenses/LICENSE-2.0
5
+ */
6
+ import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-c246d90e.js';
7
+ import { s as setRequestedIcon, g as getElementProp, a as getSlotted } from './dom-3bdc69ee.js';
8
+ import { S as StatusIcons } from './interfaces-4ae145eb.js';
9
+ import { c as connectConditionalSlotComponent, d as disconnectConditionalSlotComponent } from './conditionalSlot-d09506c4.js';
10
+ import { l as loadModules } from './loadModules-b299cd43.js';
11
+ import { g as goToSelection, h as highlightFeatures, d as queryObjectIds, e as getQueryGeoms } from './mapViewUtils-02696ab6.js';
12
+ import { E as EWorkflowType, f as ESelectionMode, g as ERefineMode, c as ESketchType } from './interfaces-d0d83efa.js';
13
+ import { s as state } from './publicNotificationStore-b9daaee4.js';
14
+ import { g as getLocaleComponentStrings } from './locale-7bf10e0a.js';
15
+ import { d as downloadCSV, a as downloadPDF } from './downloadUtils-2ed29d75.js';
16
+ import { a as getSelectionIds, g as getTotal } from './publicNotificationUtils-5cb5a607.js';
17
+ import './resources-436ae282.js';
18
+ import './guid-15fce7c0.js';
19
+ import './observers-31601001.js';
20
+ import './index-ac7f66eb.js';
21
+ import './_commonjsHelpers-d5f9d613.js';
22
+
23
+ /*!
24
+ * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
25
+ * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
26
+ * v1.0.0-beta.97
27
+ */
28
+ var StatusIconDefaults;
29
+ (function (StatusIconDefaults) {
30
+ StatusIconDefaults["valid"] = "check-circle";
31
+ StatusIconDefaults["invalid"] = "exclamation-mark-triangle";
32
+ StatusIconDefaults["idle"] = "information";
33
+ })(StatusIconDefaults || (StatusIconDefaults = {}));
34
+
35
+ const inputMessageCss = "@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([active][scale=m]),:host([active][scale=l]){--calcite-input-message-spacing-value:0.25rem}:host{visibility:hidden;box-sizing:border-box;display:flex;block-size:0px;inline-size:100%;align-items:center;font-weight:var(--calcite-font-weight-medium);color:var(--calcite-ui-text-1);opacity:0;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}:host([active]){visibility:visible;block-size:auto;opacity:1;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}:host([active][scale=m]),:host([active][scale=l]){-webkit-margin-before:var(--calcite-input-message-spacing-value);margin-block-start:var(--calcite-input-message-spacing-value)}:host([calcite-hydrated-hidden]){visibility:hidden !important;pointer-events:none}.calcite-input-message-icon{pointer-events:none;display:inline-flex;flex-shrink:0;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;-webkit-margin-end:0.5rem;margin-inline-end:0.5rem}:host([status=invalid]) .calcite-input-message-icon{color:var(--calcite-ui-danger)}:host([status=warning]) .calcite-input-message-icon{color:var(--calcite-ui-warning)}:host([status=valid]) .calcite-input-message-icon{color:var(--calcite-ui-success)}:host([status=idle]) .calcite-input-message-icon{color:var(--calcite-ui-brand)}:host([status][active]){color:var(--calcite-ui-text-1)}:host([status][scale=s]){font-size:var(--calcite-font-size--3);line-height:0.75rem}:host([status][scale=m]){-webkit-margin-before:0.25rem;margin-block-start:0.25rem;font-size:var(--calcite-font-size--2);line-height:1rem}:host([status][scale=l]){-webkit-margin-before:0.25rem;margin-block-start:0.25rem;font-size:var(--calcite-font-size--1);line-height:1rem}";
36
+
37
37
  const InputMessage = class {
38
38
  constructor(hostRef) {
39
39
  registerInstance(this, hostRef);
@@ -82,32 +82,32 @@ const InputMessage = class {
82
82
  "icon": ["handleIconEl"]
83
83
  }; }
84
84
  };
85
- InputMessage.style = inputMessageCss;
86
-
87
- /*!
88
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
89
- * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
90
- * v1.0.0-beta.97
91
- */
92
- const TEXT = {
93
- close: "Close"
94
- };
95
- const SLOTS = {
96
- title: "title",
97
- message: "message",
98
- link: "link",
99
- actionsEnd: "actions-end"
100
- };
101
- const CSS = {
102
- actionsEnd: "actions-end",
103
- close: "notice-close",
104
- container: "container",
105
- content: "notice-content",
106
- icon: "notice-icon"
107
- };
108
-
109
- 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;-webkit-border-start:0px solid;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);-webkit-margin-end:var(--calcite-notice-spacing-token-small);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){-webkit-padding-start:var(--calcite-notice-spacing-token-large);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)}";
110
-
85
+ InputMessage.style = inputMessageCss;
86
+
87
+ /*!
88
+ * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
89
+ * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
90
+ * v1.0.0-beta.97
91
+ */
92
+ const TEXT = {
93
+ close: "Close"
94
+ };
95
+ const SLOTS = {
96
+ title: "title",
97
+ message: "message",
98
+ link: "link",
99
+ actionsEnd: "actions-end"
100
+ };
101
+ const CSS = {
102
+ actionsEnd: "actions-end",
103
+ close: "notice-close",
104
+ container: "container",
105
+ content: "notice-content",
106
+ icon: "notice-icon"
107
+ };
108
+
109
+ 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;-webkit-border-start:0px solid;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);-webkit-margin-end:var(--calcite-notice-spacing-token-small);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){-webkit-padding-start:var(--calcite-notice-spacing-token-large);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)}";
110
+
111
111
  const Notice = class {
112
112
  constructor(hostRef) {
113
113
  registerInstance(this, hostRef);
@@ -230,10 +230,10 @@ const Notice = class {
230
230
  "color": ["updateRequestedIcon"]
231
231
  }; }
232
232
  };
233
- Notice.style = noticeCss;
234
-
235
- const mapSelectToolsCss = ":host{display:block}.div-visible{display:inherit}.div-visible-search{display:flex;height:44px;align-items:center;padding-bottom:0}.div-not-visible{display:none}.padding-bottom-1{padding-bottom:1rem}.search-widget{width:100% !important;border:1px solid var(--calcite-ui-border-input)}.w-100{width:100%}.w-50{width:50%}.search-distance-container{padding-top:\"1rem\" !important}.end-border{-webkit-border-end:1px solid var(--calcite-ui-border-2);border-inline-end:1px solid var(--calcite-ui-border-2)}.search-distance{display:flex;padding-top:1rem}";
236
-
233
+ Notice.style = noticeCss;
234
+
235
+ const mapSelectToolsCss = ":host{display:block}.div-visible{display:inherit}.div-visible-search{display:flex;height:44px;align-items:center;padding-bottom:0}.div-not-visible{display:none}.padding-bottom-1{padding-bottom:1rem}.search-widget{width:100% !important;border:1px solid var(--calcite-ui-border-input)}.w-100{width:100%}.w-50{width:50%}.search-distance-container{padding-top:\"1rem\" !important}.end-border{-webkit-border-end:1px solid var(--calcite-ui-border-2);border-inline-end:1px solid var(--calcite-ui-border-2)}.search-distance{display:flex;padding-top:1rem}";
236
+
237
237
  const MapSelectTools = class {
238
238
  constructor(hostRef) {
239
239
  registerInstance(this, hostRef);
@@ -753,207 +753,207 @@ const MapSelectTools = class {
753
753
  "_workflowType": ["workflowTypeHandler"]
754
754
  }; }
755
755
  };
756
- MapSelectTools.style = mapSelectToolsCss;
757
-
758
- const labelFormats = [
759
- {
760
- descriptionPDF: {
761
- labelWidthDisplay: "2-5/8",
762
- labelHeightDisplay: "1",
763
- labelsPerPageDisplay: "30",
764
- averyPartNumber: "*60"
765
- },
766
- labelSpec: {
767
- type: "AVERY",
768
- pageProperties: {
769
- pageType: "ANSI A",
770
- leftMargin: 0.1875,
771
- rightMargin: 0.1875,
772
- topMargin: 0.5,
773
- bottomMargin: 0.5
774
- },
775
- numLabelsAcross: 3,
776
- numLabelsDown: 10,
777
- labelWidth: 2.625,
778
- labelHeight: 1,
779
- horizGapIn: 0.125,
780
- vertGapIn: 0,
781
- labelPadding: 0.1,
782
- fontSizePx: 11,
783
- maxNumLabelLines: 4
784
- }
785
- },
786
- {
787
- descriptionPDF: {
788
- labelWidthDisplay: "4",
789
- labelHeightDisplay: "1",
790
- labelsPerPageDisplay: "20",
791
- averyPartNumber: "*61"
792
- },
793
- labelSpec: {
794
- type: "AVERY",
795
- pageProperties: {
796
- pageType: "ANSI A",
797
- leftMargin: 0.15625,
798
- rightMargin: 0.15625,
799
- topMargin: 0.47637821,
800
- bottomMargin: 0.5
801
- },
802
- numLabelsAcross: 2,
803
- numLabelsDown: 10,
804
- labelWidth: 4,
805
- labelHeight: 1.0025,
806
- horizGapIn: 0.1875,
807
- vertGapIn: 0,
808
- labelPadding: 0.1,
809
- fontSizePx: 11,
810
- maxNumLabelLines: 4
811
- }
812
- },
813
- {
814
- descriptionPDF: {
815
- labelWidthDisplay: "4",
816
- labelHeightDisplay: "1-1/3",
817
- labelsPerPageDisplay: "14",
818
- averyPartNumber: "*62"
819
- },
820
- labelSpec: {
821
- type: "AVERY",
822
- pageProperties: {
823
- pageType: "ANSI A",
824
- leftMargin: 0.15625,
825
- rightMargin: 0.15625,
826
- topMargin: 0.81889808,
827
- bottomMargin: 0.83464612
828
- },
829
- numLabelsAcross: 2,
830
- numLabelsDown: 7,
831
- labelWidth: 4,
832
- labelHeight: 1.3352,
833
- horizGapIn: 0.1875,
834
- vertGapIn: 0,
835
- labelPadding: 0.1,
836
- fontSizePx: 11,
837
- maxNumLabelLines: 6
838
- }
839
- },
840
- {
841
- descriptionPDF: {
842
- labelWidthDisplay: "4",
843
- labelHeightDisplay: "2",
844
- labelsPerPageDisplay: "10",
845
- averyPartNumber: "*63"
846
- },
847
- labelSpec: {
848
- type: "AVERY",
849
- pageProperties: {
850
- pageType: "ANSI A",
851
- leftMargin: 0.15625,
852
- rightMargin: 0.15625,
853
- topMargin: 0.5,
854
- bottomMargin: 0.5
855
- },
856
- numLabelsAcross: 2,
857
- numLabelsDown: 5,
858
- labelWidth: 4,
859
- labelHeight: 2,
860
- horizGapIn: 0.1875,
861
- vertGapIn: 0,
862
- labelPadding: 0.1,
863
- fontSizePx: 12,
864
- maxNumLabelLines: 10
865
- }
866
- },
867
- {
868
- descriptionPDF: {
869
- labelWidthDisplay: "4",
870
- labelHeightDisplay: "3-1/3",
871
- labelsPerPageDisplay: "6",
872
- averyPartNumber: "*64"
873
- },
874
- labelSpec: {
875
- type: "AVERY",
876
- pageProperties: {
877
- pageType: "ANSI A",
878
- leftMargin: 0.15625,
879
- rightMargin: 0.15625,
880
- topMargin: 0.4724412,
881
- bottomMargin: 0.50000027
882
- },
883
- numLabelsAcross: 2,
884
- numLabelsDown: 3,
885
- labelWidth: 4,
886
- labelHeight: 3.342,
887
- horizGapIn: 0.1875,
888
- vertGapIn: 0,
889
- labelPadding: 0.1,
890
- fontSizePx: 14,
891
- maxNumLabelLines: 12
892
- }
893
- },
894
- {
895
- descriptionPDF: {
896
- labelWidthDisplay: "1-3/4",
897
- labelHeightDisplay: "1/2",
898
- labelsPerPageDisplay: "80",
899
- averyPartNumber: "*67"
900
- },
901
- labelSpec: {
902
- type: "AVERY",
903
- pageProperties: {
904
- pageType: "ANSI A",
905
- leftMargin: 0.307086375,
906
- rightMargin: 0.307086375,
907
- topMargin: 0.4724412,
908
- bottomMargin: 0.49606326
909
- },
910
- numLabelsAcross: 4,
911
- numLabelsDown: 20,
912
- labelWidth: 1.75,
913
- labelHeight: 0.50155,
914
- horizGapIn: 0.29527575,
915
- vertGapIn: 0,
916
- labelPadding: 0.1,
917
- fontSizePx: 8,
918
- maxNumLabelLines: 3
919
- }
920
- },
921
- {
922
- descriptionPDF: {
923
- labelWidthDisplay: "1-3/4",
924
- labelHeightDisplay: "2/3",
925
- labelsPerPageDisplay: "60",
926
- averyPartNumber: "*95"
927
- },
928
- labelSpec: {
929
- type: "AVERY",
930
- pageProperties: {
931
- pageType: "ANSI A",
932
- leftMargin: 0.28936983,
933
- rightMargin: 0.28936983,
934
- topMargin: 0.53937037,
935
- bottomMargin: 0.5511814
936
- },
937
- numLabelsAcross: 4,
938
- numLabelsDown: 15,
939
- labelWidth: 1.75,
940
- labelHeight: 0.6605,
941
- horizGapIn: 0.30708678,
942
- vertGapIn: 0,
943
- labelPadding: 0.1,
944
- fontSizePx: 8,
945
- maxNumLabelLines: 4
946
- }
947
- }
948
- ];
949
-
950
- const pdfLabelFormats = /*#__PURE__*/Object.freeze({
951
- __proto__: null,
952
- 'default': labelFormats
953
- });
954
-
955
- const pdfDownloadCss = ":host{display:block}";
956
-
756
+ MapSelectTools.style = mapSelectToolsCss;
757
+
758
+ const labelFormats = [
759
+ {
760
+ descriptionPDF: {
761
+ labelWidthDisplay: "2-5/8",
762
+ labelHeightDisplay: "1",
763
+ labelsPerPageDisplay: "30",
764
+ averyPartNumber: "*60"
765
+ },
766
+ labelSpec: {
767
+ type: "AVERY",
768
+ pageProperties: {
769
+ pageType: "ANSI A",
770
+ leftMargin: 0.1875,
771
+ rightMargin: 0.1875,
772
+ topMargin: 0.5,
773
+ bottomMargin: 0.5
774
+ },
775
+ numLabelsAcross: 3,
776
+ numLabelsDown: 10,
777
+ labelWidth: 2.625,
778
+ labelHeight: 1,
779
+ horizGapIn: 0.125,
780
+ vertGapIn: 0,
781
+ labelPadding: 0.1,
782
+ fontSizePx: 11,
783
+ maxNumLabelLines: 4
784
+ }
785
+ },
786
+ {
787
+ descriptionPDF: {
788
+ labelWidthDisplay: "4",
789
+ labelHeightDisplay: "1",
790
+ labelsPerPageDisplay: "20",
791
+ averyPartNumber: "*61"
792
+ },
793
+ labelSpec: {
794
+ type: "AVERY",
795
+ pageProperties: {
796
+ pageType: "ANSI A",
797
+ leftMargin: 0.15625,
798
+ rightMargin: 0.15625,
799
+ topMargin: 0.47637821,
800
+ bottomMargin: 0.5
801
+ },
802
+ numLabelsAcross: 2,
803
+ numLabelsDown: 10,
804
+ labelWidth: 4,
805
+ labelHeight: 1.0025,
806
+ horizGapIn: 0.1875,
807
+ vertGapIn: 0,
808
+ labelPadding: 0.1,
809
+ fontSizePx: 11,
810
+ maxNumLabelLines: 4
811
+ }
812
+ },
813
+ {
814
+ descriptionPDF: {
815
+ labelWidthDisplay: "4",
816
+ labelHeightDisplay: "1-1/3",
817
+ labelsPerPageDisplay: "14",
818
+ averyPartNumber: "*62"
819
+ },
820
+ labelSpec: {
821
+ type: "AVERY",
822
+ pageProperties: {
823
+ pageType: "ANSI A",
824
+ leftMargin: 0.15625,
825
+ rightMargin: 0.15625,
826
+ topMargin: 0.81889808,
827
+ bottomMargin: 0.83464612
828
+ },
829
+ numLabelsAcross: 2,
830
+ numLabelsDown: 7,
831
+ labelWidth: 4,
832
+ labelHeight: 1.3352,
833
+ horizGapIn: 0.1875,
834
+ vertGapIn: 0,
835
+ labelPadding: 0.1,
836
+ fontSizePx: 11,
837
+ maxNumLabelLines: 6
838
+ }
839
+ },
840
+ {
841
+ descriptionPDF: {
842
+ labelWidthDisplay: "4",
843
+ labelHeightDisplay: "2",
844
+ labelsPerPageDisplay: "10",
845
+ averyPartNumber: "*63"
846
+ },
847
+ labelSpec: {
848
+ type: "AVERY",
849
+ pageProperties: {
850
+ pageType: "ANSI A",
851
+ leftMargin: 0.15625,
852
+ rightMargin: 0.15625,
853
+ topMargin: 0.5,
854
+ bottomMargin: 0.5
855
+ },
856
+ numLabelsAcross: 2,
857
+ numLabelsDown: 5,
858
+ labelWidth: 4,
859
+ labelHeight: 2,
860
+ horizGapIn: 0.1875,
861
+ vertGapIn: 0,
862
+ labelPadding: 0.1,
863
+ fontSizePx: 12,
864
+ maxNumLabelLines: 10
865
+ }
866
+ },
867
+ {
868
+ descriptionPDF: {
869
+ labelWidthDisplay: "4",
870
+ labelHeightDisplay: "3-1/3",
871
+ labelsPerPageDisplay: "6",
872
+ averyPartNumber: "*64"
873
+ },
874
+ labelSpec: {
875
+ type: "AVERY",
876
+ pageProperties: {
877
+ pageType: "ANSI A",
878
+ leftMargin: 0.15625,
879
+ rightMargin: 0.15625,
880
+ topMargin: 0.4724412,
881
+ bottomMargin: 0.50000027
882
+ },
883
+ numLabelsAcross: 2,
884
+ numLabelsDown: 3,
885
+ labelWidth: 4,
886
+ labelHeight: 3.342,
887
+ horizGapIn: 0.1875,
888
+ vertGapIn: 0,
889
+ labelPadding: 0.1,
890
+ fontSizePx: 14,
891
+ maxNumLabelLines: 12
892
+ }
893
+ },
894
+ {
895
+ descriptionPDF: {
896
+ labelWidthDisplay: "1-3/4",
897
+ labelHeightDisplay: "1/2",
898
+ labelsPerPageDisplay: "80",
899
+ averyPartNumber: "*67"
900
+ },
901
+ labelSpec: {
902
+ type: "AVERY",
903
+ pageProperties: {
904
+ pageType: "ANSI A",
905
+ leftMargin: 0.307086375,
906
+ rightMargin: 0.307086375,
907
+ topMargin: 0.4724412,
908
+ bottomMargin: 0.49606326
909
+ },
910
+ numLabelsAcross: 4,
911
+ numLabelsDown: 20,
912
+ labelWidth: 1.75,
913
+ labelHeight: 0.50155,
914
+ horizGapIn: 0.29527575,
915
+ vertGapIn: 0,
916
+ labelPadding: 0.1,
917
+ fontSizePx: 8,
918
+ maxNumLabelLines: 3
919
+ }
920
+ },
921
+ {
922
+ descriptionPDF: {
923
+ labelWidthDisplay: "1-3/4",
924
+ labelHeightDisplay: "2/3",
925
+ labelsPerPageDisplay: "60",
926
+ averyPartNumber: "*95"
927
+ },
928
+ labelSpec: {
929
+ type: "AVERY",
930
+ pageProperties: {
931
+ pageType: "ANSI A",
932
+ leftMargin: 0.28936983,
933
+ rightMargin: 0.28936983,
934
+ topMargin: 0.53937037,
935
+ bottomMargin: 0.5511814
936
+ },
937
+ numLabelsAcross: 4,
938
+ numLabelsDown: 15,
939
+ labelWidth: 1.75,
940
+ labelHeight: 0.6605,
941
+ horizGapIn: 0.30708678,
942
+ vertGapIn: 0,
943
+ labelPadding: 0.1,
944
+ fontSizePx: 8,
945
+ maxNumLabelLines: 4
946
+ }
947
+ }
948
+ ];
949
+
950
+ const pdfLabelFormats = /*#__PURE__*/Object.freeze({
951
+ __proto__: null,
952
+ 'default': labelFormats
953
+ });
954
+
955
+ const pdfDownloadCss = ":host{display:block}";
956
+
957
957
  const PdfDownload = class {
958
958
  constructor(hostRef) {
959
959
  registerInstance(this, hostRef);
@@ -1078,10 +1078,10 @@ const PdfDownload = class {
1078
1078
  }
1079
1079
  get el() { return getElement(this); }
1080
1080
  };
1081
- PdfDownload.style = pdfDownloadCss;
1082
-
1083
- const refineSelectionCss = ":host{display:block}";
1084
-
1081
+ PdfDownload.style = pdfDownloadCss;
1082
+
1083
+ const refineSelectionCss = ":host{display:block}";
1084
+
1085
1085
  const RefineSelection = class {
1086
1086
  constructor(hostRef) {
1087
1087
  registerInstance(this, hostRef);
@@ -1333,6 +1333,6 @@ const RefineSelection = class {
1333
1333
  "addresseeLayer": ["addresseeLayerWatchHandler"]
1334
1334
  }; }
1335
1335
  };
1336
- RefineSelection.style = refineSelectionCss;
1337
-
1338
- export { InputMessage as calcite_input_message, Notice as calcite_notice, MapSelectTools as map_select_tools, PdfDownload as pdf_download, RefineSelection as refine_selection };
1336
+ RefineSelection.style = refineSelectionCss;
1337
+
1338
+ export { InputMessage as calcite_input_message, Notice as calcite_notice, MapSelectTools as map_select_tools, PdfDownload as pdf_download, RefineSelection as refine_selection };