@esri/solutions-components 0.4.12 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. package/dist/cjs/buffer-tools_6.cjs.entry.js +2 -1
  2. package/dist/cjs/calcite-combobox_3.cjs.entry.js +61 -61
  3. package/dist/cjs/calcite-input-message_5.cjs.entry.js +282 -282
  4. package/dist/cjs/downloadUtils-415ab342.js +1093 -1093
  5. package/dist/cjs/index.es-98008aa0.js +10682 -10682
  6. package/dist/cjs/layer-table.cjs.entry.js +22 -22
  7. package/dist/cjs/mapViewUtils-f617ae9a.js +24 -24
  8. package/dist/cjs/public-notification.cjs.entry.js +3 -0
  9. package/dist/collection/components/map-draw-tools/map-draw-tools.js +2 -1
  10. package/dist/collection/components/public-notification/public-notification.js +3 -0
  11. package/dist/components/map-draw-tools2.js +17 -16
  12. package/dist/components/public-notification.js +60 -57
  13. package/dist/components/queryUtils.js +10 -10
  14. package/dist/esm/buffer-tools_6.entry.js +2 -1
  15. package/dist/esm/calcite-combobox_3.entry.js +55 -55
  16. package/dist/esm/calcite-input-message_5.entry.js +274 -274
  17. package/dist/esm/downloadUtils-606b0f0e.js +1089 -1089
  18. package/dist/esm/index.es-c736c805.js +10596 -10596
  19. package/dist/esm/layer-table.entry.js +18 -18
  20. package/dist/esm/mapViewUtils-4e945e07.js +12 -12
  21. package/dist/esm/public-notification.entry.js +3 -0
  22. package/dist/solutions-components/{p-570b076b.entry.js → p-4f5641b4.entry.js} +1 -1
  23. package/dist/solutions-components/p-5ee7b022.entry.js +11 -11
  24. package/dist/solutions-components/p-6a657ff6.js +436 -436
  25. package/dist/solutions-components/p-72117a18.js +60 -60
  26. package/dist/solutions-components/p-84bbaebf.entry.js +5 -5
  27. package/dist/solutions-components/p-88e28de2.js +35 -35
  28. package/dist/solutions-components/p-ac76d270.entry.js +16 -16
  29. package/dist/solutions-components/p-e162304e.entry.js +6 -0
  30. package/dist/solutions-components/solutions-components.esm.js +1 -1
  31. package/package.json +1 -1
  32. package/dist/solutions-components/p-308e24cc.entry.js +0 -6
@@ -1,43 +1,43 @@
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
- 'use strict';
7
-
8
- Object.defineProperty(exports, '__esModule', { value: true });
9
-
10
- const index = require('./index-c6979cbb.js');
11
- const dom = require('./dom-4a580af6.js');
12
- const interfaces = require('./interfaces-e76f31e9.js');
13
- const conditionalSlot = require('./conditionalSlot-baada7a3.js');
14
- const loadModules = require('./loadModules-0806a34f.js');
15
- const mapViewUtils = require('./mapViewUtils-f617ae9a.js');
16
- const interfaces$1 = require('./interfaces-17c631bf.js');
17
- const publicNotificationStore = require('./publicNotificationStore-20e924f5.js');
18
- const locale = require('./locale-04da9a8c.js');
19
- const downloadUtils = require('./downloadUtils-415ab342.js');
20
- const publicNotificationUtils = require('./publicNotificationUtils-9d585d8d.js');
21
- require('./resources-b56bce71.js');
22
- require('./guid-84ac4d91.js');
23
- require('./observers-5311faf8.js');
24
- require('./index-763f87ac.js');
25
- require('./_commonjsHelpers-384729db.js');
26
-
27
- /*!
28
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
29
- * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
30
- * v1.0.0-beta.97
31
- */
32
- var StatusIconDefaults;
33
- (function (StatusIconDefaults) {
34
- StatusIconDefaults["valid"] = "check-circle";
35
- StatusIconDefaults["invalid"] = "exclamation-mark-triangle";
36
- StatusIconDefaults["idle"] = "information";
37
- })(StatusIconDefaults || (StatusIconDefaults = {}));
38
-
39
- 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}";
40
-
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
+ 'use strict';
7
+
8
+ Object.defineProperty(exports, '__esModule', { value: true });
9
+
10
+ const index = require('./index-c6979cbb.js');
11
+ const dom = require('./dom-4a580af6.js');
12
+ const interfaces = require('./interfaces-e76f31e9.js');
13
+ const conditionalSlot = require('./conditionalSlot-baada7a3.js');
14
+ const loadModules = require('./loadModules-0806a34f.js');
15
+ const mapViewUtils = require('./mapViewUtils-f617ae9a.js');
16
+ const interfaces$1 = require('./interfaces-17c631bf.js');
17
+ const publicNotificationStore = require('./publicNotificationStore-20e924f5.js');
18
+ const locale = require('./locale-04da9a8c.js');
19
+ const downloadUtils = require('./downloadUtils-415ab342.js');
20
+ const publicNotificationUtils = require('./publicNotificationUtils-9d585d8d.js');
21
+ require('./resources-b56bce71.js');
22
+ require('./guid-84ac4d91.js');
23
+ require('./observers-5311faf8.js');
24
+ require('./index-763f87ac.js');
25
+ require('./_commonjsHelpers-384729db.js');
26
+
27
+ /*!
28
+ * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
29
+ * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
30
+ * v1.0.0-beta.97
31
+ */
32
+ var StatusIconDefaults;
33
+ (function (StatusIconDefaults) {
34
+ StatusIconDefaults["valid"] = "check-circle";
35
+ StatusIconDefaults["invalid"] = "exclamation-mark-triangle";
36
+ StatusIconDefaults["idle"] = "information";
37
+ })(StatusIconDefaults || (StatusIconDefaults = {}));
38
+
39
+ 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}";
40
+
41
41
  const InputMessage = class {
42
42
  constructor(hostRef) {
43
43
  index.registerInstance(this, hostRef);
@@ -86,32 +86,32 @@ const InputMessage = class {
86
86
  "icon": ["handleIconEl"]
87
87
  }; }
88
88
  };
89
- InputMessage.style = inputMessageCss;
90
-
91
- /*!
92
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
93
- * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
94
- * v1.0.0-beta.97
95
- */
96
- const TEXT = {
97
- close: "Close"
98
- };
99
- const SLOTS = {
100
- title: "title",
101
- message: "message",
102
- link: "link",
103
- actionsEnd: "actions-end"
104
- };
105
- const CSS = {
106
- actionsEnd: "actions-end",
107
- close: "notice-close",
108
- container: "container",
109
- content: "notice-content",
110
- icon: "notice-icon"
111
- };
112
-
113
- 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)}";
114
-
89
+ InputMessage.style = inputMessageCss;
90
+
91
+ /*!
92
+ * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
93
+ * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
94
+ * v1.0.0-beta.97
95
+ */
96
+ const TEXT = {
97
+ close: "Close"
98
+ };
99
+ const SLOTS = {
100
+ title: "title",
101
+ message: "message",
102
+ link: "link",
103
+ actionsEnd: "actions-end"
104
+ };
105
+ const CSS = {
106
+ actionsEnd: "actions-end",
107
+ close: "notice-close",
108
+ container: "container",
109
+ content: "notice-content",
110
+ icon: "notice-icon"
111
+ };
112
+
113
+ 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)}";
114
+
115
115
  const Notice = class {
116
116
  constructor(hostRef) {
117
117
  index.registerInstance(this, hostRef);
@@ -234,10 +234,10 @@ const Notice = class {
234
234
  "color": ["updateRequestedIcon"]
235
235
  }; }
236
236
  };
237
- Notice.style = noticeCss;
238
-
239
- 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}";
240
-
237
+ Notice.style = noticeCss;
238
+
239
+ 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}";
240
+
241
241
  const MapSelectTools = class {
242
242
  constructor(hostRef) {
243
243
  index.registerInstance(this, hostRef);
@@ -768,207 +768,207 @@ const MapSelectTools = class {
768
768
  "_workflowType": ["workflowTypeHandler"]
769
769
  }; }
770
770
  };
771
- MapSelectTools.style = mapSelectToolsCss;
772
-
773
- const labelFormats = [
774
- {
775
- descriptionPDF: {
776
- labelWidthDisplay: "2-5/8",
777
- labelHeightDisplay: "1",
778
- labelsPerPageDisplay: "30",
779
- averyPartNumber: "*60"
780
- },
781
- labelSpec: {
782
- type: "AVERY",
783
- pageProperties: {
784
- pageType: "ANSI A",
785
- leftMargin: 0.1875,
786
- rightMargin: 0.1875,
787
- topMargin: 0.5,
788
- bottomMargin: 0.5
789
- },
790
- numLabelsAcross: 3,
791
- numLabelsDown: 10,
792
- labelWidth: 2.625,
793
- labelHeight: 1,
794
- horizGapIn: 0.125,
795
- vertGapIn: 0,
796
- labelPadding: 0.1,
797
- fontSizePx: 11,
798
- maxNumLabelLines: 4
799
- }
800
- },
801
- {
802
- descriptionPDF: {
803
- labelWidthDisplay: "4",
804
- labelHeightDisplay: "1",
805
- labelsPerPageDisplay: "20",
806
- averyPartNumber: "*61"
807
- },
808
- labelSpec: {
809
- type: "AVERY",
810
- pageProperties: {
811
- pageType: "ANSI A",
812
- leftMargin: 0.15625,
813
- rightMargin: 0.15625,
814
- topMargin: 0.47637821,
815
- bottomMargin: 0.5
816
- },
817
- numLabelsAcross: 2,
818
- numLabelsDown: 10,
819
- labelWidth: 4,
820
- labelHeight: 1.0025,
821
- horizGapIn: 0.1875,
822
- vertGapIn: 0,
823
- labelPadding: 0.1,
824
- fontSizePx: 11,
825
- maxNumLabelLines: 4
826
- }
827
- },
828
- {
829
- descriptionPDF: {
830
- labelWidthDisplay: "4",
831
- labelHeightDisplay: "1-1/3",
832
- labelsPerPageDisplay: "14",
833
- averyPartNumber: "*62"
834
- },
835
- labelSpec: {
836
- type: "AVERY",
837
- pageProperties: {
838
- pageType: "ANSI A",
839
- leftMargin: 0.15625,
840
- rightMargin: 0.15625,
841
- topMargin: 0.81889808,
842
- bottomMargin: 0.83464612
843
- },
844
- numLabelsAcross: 2,
845
- numLabelsDown: 7,
846
- labelWidth: 4,
847
- labelHeight: 1.3352,
848
- horizGapIn: 0.1875,
849
- vertGapIn: 0,
850
- labelPadding: 0.1,
851
- fontSizePx: 11,
852
- maxNumLabelLines: 6
853
- }
854
- },
855
- {
856
- descriptionPDF: {
857
- labelWidthDisplay: "4",
858
- labelHeightDisplay: "2",
859
- labelsPerPageDisplay: "10",
860
- averyPartNumber: "*63"
861
- },
862
- labelSpec: {
863
- type: "AVERY",
864
- pageProperties: {
865
- pageType: "ANSI A",
866
- leftMargin: 0.15625,
867
- rightMargin: 0.15625,
868
- topMargin: 0.5,
869
- bottomMargin: 0.5
870
- },
871
- numLabelsAcross: 2,
872
- numLabelsDown: 5,
873
- labelWidth: 4,
874
- labelHeight: 2,
875
- horizGapIn: 0.1875,
876
- vertGapIn: 0,
877
- labelPadding: 0.1,
878
- fontSizePx: 12,
879
- maxNumLabelLines: 10
880
- }
881
- },
882
- {
883
- descriptionPDF: {
884
- labelWidthDisplay: "4",
885
- labelHeightDisplay: "3-1/3",
886
- labelsPerPageDisplay: "6",
887
- averyPartNumber: "*64"
888
- },
889
- labelSpec: {
890
- type: "AVERY",
891
- pageProperties: {
892
- pageType: "ANSI A",
893
- leftMargin: 0.15625,
894
- rightMargin: 0.15625,
895
- topMargin: 0.4724412,
896
- bottomMargin: 0.50000027
897
- },
898
- numLabelsAcross: 2,
899
- numLabelsDown: 3,
900
- labelWidth: 4,
901
- labelHeight: 3.342,
902
- horizGapIn: 0.1875,
903
- vertGapIn: 0,
904
- labelPadding: 0.1,
905
- fontSizePx: 14,
906
- maxNumLabelLines: 12
907
- }
908
- },
909
- {
910
- descriptionPDF: {
911
- labelWidthDisplay: "1-3/4",
912
- labelHeightDisplay: "1/2",
913
- labelsPerPageDisplay: "80",
914
- averyPartNumber: "*67"
915
- },
916
- labelSpec: {
917
- type: "AVERY",
918
- pageProperties: {
919
- pageType: "ANSI A",
920
- leftMargin: 0.307086375,
921
- rightMargin: 0.307086375,
922
- topMargin: 0.4724412,
923
- bottomMargin: 0.49606326
924
- },
925
- numLabelsAcross: 4,
926
- numLabelsDown: 20,
927
- labelWidth: 1.75,
928
- labelHeight: 0.50155,
929
- horizGapIn: 0.29527575,
930
- vertGapIn: 0,
931
- labelPadding: 0.1,
932
- fontSizePx: 8,
933
- maxNumLabelLines: 3
934
- }
935
- },
936
- {
937
- descriptionPDF: {
938
- labelWidthDisplay: "1-3/4",
939
- labelHeightDisplay: "2/3",
940
- labelsPerPageDisplay: "60",
941
- averyPartNumber: "*95"
942
- },
943
- labelSpec: {
944
- type: "AVERY",
945
- pageProperties: {
946
- pageType: "ANSI A",
947
- leftMargin: 0.28936983,
948
- rightMargin: 0.28936983,
949
- topMargin: 0.53937037,
950
- bottomMargin: 0.5511814
951
- },
952
- numLabelsAcross: 4,
953
- numLabelsDown: 15,
954
- labelWidth: 1.75,
955
- labelHeight: 0.6605,
956
- horizGapIn: 0.30708678,
957
- vertGapIn: 0,
958
- labelPadding: 0.1,
959
- fontSizePx: 8,
960
- maxNumLabelLines: 4
961
- }
962
- }
963
- ];
964
-
965
- const pdfLabelFormats = /*#__PURE__*/Object.freeze({
966
- __proto__: null,
967
- 'default': labelFormats
968
- });
969
-
970
- const pdfDownloadCss = ":host{display:block}";
971
-
771
+ MapSelectTools.style = mapSelectToolsCss;
772
+
773
+ const labelFormats = [
774
+ {
775
+ descriptionPDF: {
776
+ labelWidthDisplay: "2-5/8",
777
+ labelHeightDisplay: "1",
778
+ labelsPerPageDisplay: "30",
779
+ averyPartNumber: "*60"
780
+ },
781
+ labelSpec: {
782
+ type: "AVERY",
783
+ pageProperties: {
784
+ pageType: "ANSI A",
785
+ leftMargin: 0.1875,
786
+ rightMargin: 0.1875,
787
+ topMargin: 0.5,
788
+ bottomMargin: 0.5
789
+ },
790
+ numLabelsAcross: 3,
791
+ numLabelsDown: 10,
792
+ labelWidth: 2.625,
793
+ labelHeight: 1,
794
+ horizGapIn: 0.125,
795
+ vertGapIn: 0,
796
+ labelPadding: 0.1,
797
+ fontSizePx: 11,
798
+ maxNumLabelLines: 4
799
+ }
800
+ },
801
+ {
802
+ descriptionPDF: {
803
+ labelWidthDisplay: "4",
804
+ labelHeightDisplay: "1",
805
+ labelsPerPageDisplay: "20",
806
+ averyPartNumber: "*61"
807
+ },
808
+ labelSpec: {
809
+ type: "AVERY",
810
+ pageProperties: {
811
+ pageType: "ANSI A",
812
+ leftMargin: 0.15625,
813
+ rightMargin: 0.15625,
814
+ topMargin: 0.47637821,
815
+ bottomMargin: 0.5
816
+ },
817
+ numLabelsAcross: 2,
818
+ numLabelsDown: 10,
819
+ labelWidth: 4,
820
+ labelHeight: 1.0025,
821
+ horizGapIn: 0.1875,
822
+ vertGapIn: 0,
823
+ labelPadding: 0.1,
824
+ fontSizePx: 11,
825
+ maxNumLabelLines: 4
826
+ }
827
+ },
828
+ {
829
+ descriptionPDF: {
830
+ labelWidthDisplay: "4",
831
+ labelHeightDisplay: "1-1/3",
832
+ labelsPerPageDisplay: "14",
833
+ averyPartNumber: "*62"
834
+ },
835
+ labelSpec: {
836
+ type: "AVERY",
837
+ pageProperties: {
838
+ pageType: "ANSI A",
839
+ leftMargin: 0.15625,
840
+ rightMargin: 0.15625,
841
+ topMargin: 0.81889808,
842
+ bottomMargin: 0.83464612
843
+ },
844
+ numLabelsAcross: 2,
845
+ numLabelsDown: 7,
846
+ labelWidth: 4,
847
+ labelHeight: 1.3352,
848
+ horizGapIn: 0.1875,
849
+ vertGapIn: 0,
850
+ labelPadding: 0.1,
851
+ fontSizePx: 11,
852
+ maxNumLabelLines: 6
853
+ }
854
+ },
855
+ {
856
+ descriptionPDF: {
857
+ labelWidthDisplay: "4",
858
+ labelHeightDisplay: "2",
859
+ labelsPerPageDisplay: "10",
860
+ averyPartNumber: "*63"
861
+ },
862
+ labelSpec: {
863
+ type: "AVERY",
864
+ pageProperties: {
865
+ pageType: "ANSI A",
866
+ leftMargin: 0.15625,
867
+ rightMargin: 0.15625,
868
+ topMargin: 0.5,
869
+ bottomMargin: 0.5
870
+ },
871
+ numLabelsAcross: 2,
872
+ numLabelsDown: 5,
873
+ labelWidth: 4,
874
+ labelHeight: 2,
875
+ horizGapIn: 0.1875,
876
+ vertGapIn: 0,
877
+ labelPadding: 0.1,
878
+ fontSizePx: 12,
879
+ maxNumLabelLines: 10
880
+ }
881
+ },
882
+ {
883
+ descriptionPDF: {
884
+ labelWidthDisplay: "4",
885
+ labelHeightDisplay: "3-1/3",
886
+ labelsPerPageDisplay: "6",
887
+ averyPartNumber: "*64"
888
+ },
889
+ labelSpec: {
890
+ type: "AVERY",
891
+ pageProperties: {
892
+ pageType: "ANSI A",
893
+ leftMargin: 0.15625,
894
+ rightMargin: 0.15625,
895
+ topMargin: 0.4724412,
896
+ bottomMargin: 0.50000027
897
+ },
898
+ numLabelsAcross: 2,
899
+ numLabelsDown: 3,
900
+ labelWidth: 4,
901
+ labelHeight: 3.342,
902
+ horizGapIn: 0.1875,
903
+ vertGapIn: 0,
904
+ labelPadding: 0.1,
905
+ fontSizePx: 14,
906
+ maxNumLabelLines: 12
907
+ }
908
+ },
909
+ {
910
+ descriptionPDF: {
911
+ labelWidthDisplay: "1-3/4",
912
+ labelHeightDisplay: "1/2",
913
+ labelsPerPageDisplay: "80",
914
+ averyPartNumber: "*67"
915
+ },
916
+ labelSpec: {
917
+ type: "AVERY",
918
+ pageProperties: {
919
+ pageType: "ANSI A",
920
+ leftMargin: 0.307086375,
921
+ rightMargin: 0.307086375,
922
+ topMargin: 0.4724412,
923
+ bottomMargin: 0.49606326
924
+ },
925
+ numLabelsAcross: 4,
926
+ numLabelsDown: 20,
927
+ labelWidth: 1.75,
928
+ labelHeight: 0.50155,
929
+ horizGapIn: 0.29527575,
930
+ vertGapIn: 0,
931
+ labelPadding: 0.1,
932
+ fontSizePx: 8,
933
+ maxNumLabelLines: 3
934
+ }
935
+ },
936
+ {
937
+ descriptionPDF: {
938
+ labelWidthDisplay: "1-3/4",
939
+ labelHeightDisplay: "2/3",
940
+ labelsPerPageDisplay: "60",
941
+ averyPartNumber: "*95"
942
+ },
943
+ labelSpec: {
944
+ type: "AVERY",
945
+ pageProperties: {
946
+ pageType: "ANSI A",
947
+ leftMargin: 0.28936983,
948
+ rightMargin: 0.28936983,
949
+ topMargin: 0.53937037,
950
+ bottomMargin: 0.5511814
951
+ },
952
+ numLabelsAcross: 4,
953
+ numLabelsDown: 15,
954
+ labelWidth: 1.75,
955
+ labelHeight: 0.6605,
956
+ horizGapIn: 0.30708678,
957
+ vertGapIn: 0,
958
+ labelPadding: 0.1,
959
+ fontSizePx: 8,
960
+ maxNumLabelLines: 4
961
+ }
962
+ }
963
+ ];
964
+
965
+ const pdfLabelFormats = /*#__PURE__*/Object.freeze({
966
+ __proto__: null,
967
+ 'default': labelFormats
968
+ });
969
+
970
+ const pdfDownloadCss = ":host{display:block}";
971
+
972
972
  const PdfDownload = class {
973
973
  constructor(hostRef) {
974
974
  index.registerInstance(this, hostRef);
@@ -1093,10 +1093,10 @@ const PdfDownload = class {
1093
1093
  }
1094
1094
  get el() { return index.getElement(this); }
1095
1095
  };
1096
- PdfDownload.style = pdfDownloadCss;
1097
-
1098
- const refineSelectionCss = ":host{display:block}";
1099
-
1096
+ PdfDownload.style = pdfDownloadCss;
1097
+
1098
+ const refineSelectionCss = ":host{display:block}";
1099
+
1100
1100
  const RefineSelection = class {
1101
1101
  constructor(hostRef) {
1102
1102
  index.registerInstance(this, hostRef);
@@ -1348,10 +1348,10 @@ const RefineSelection = class {
1348
1348
  "addresseeLayer": ["addresseeLayerWatchHandler"]
1349
1349
  }; }
1350
1350
  };
1351
- RefineSelection.style = refineSelectionCss;
1352
-
1353
- exports.calcite_input_message = InputMessage;
1354
- exports.calcite_notice = Notice;
1355
- exports.map_select_tools = MapSelectTools;
1356
- exports.pdf_download = PdfDownload;
1357
- exports.refine_selection = RefineSelection;
1351
+ RefineSelection.style = refineSelectionCss;
1352
+
1353
+ exports.calcite_input_message = InputMessage;
1354
+ exports.calcite_notice = Notice;
1355
+ exports.map_select_tools = MapSelectTools;
1356
+ exports.pdf_download = PdfDownload;
1357
+ exports.refine_selection = RefineSelection;