@esri/solutions-components 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/assets/arcgis-pdf-creator/PDFCreator.js +6 -3
- package/dist/assets/arcgis-pdf-creator/PDFCreator_jsPDF.js +1 -1
- package/dist/assets/arcgis-pdf-creator/PDFCreator_pdf_lib.js +1 -1
- package/dist/assets/arcgis-pdf-creator/PDFLabels.js +54 -3
- package/dist/assets/arcgis-pdf-creator/grid.js +1 -1
- package/dist/assets/data/images/grid.png +0 -0
- package/dist/assets/data/images/horizontal.png +0 -0
- package/dist/assets/data/images/vertical.png +0 -0
- package/dist/assets/t9n/crowdsource-manager/resources.json +7 -1
- package/dist/assets/t9n/crowdsource-manager/resources_en.json +7 -1
- package/dist/cjs/buffer-tools_6.cjs.entry.js +85 -85
- package/dist/cjs/{calcite-block_2.cjs.entry.js → calcite-action-bar_4.cjs.entry.js} +307 -18
- package/dist/cjs/{calcite-action.cjs.entry.js → calcite-action_2.cjs.entry.js} +84 -1
- package/dist/cjs/{calcite-combobox_3.cjs.entry.js → calcite-chip_4.cjs.entry.js} +187 -61
- package/dist/cjs/{calcite-dropdown-group_4.cjs.entry.js → calcite-dropdown_5.cjs.entry.js} +467 -1
- package/dist/cjs/calcite-input-message_5.cjs.entry.js +283 -283
- package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +2 -2
- package/dist/cjs/{calcite-action-bar_2.cjs.entry.js → calcite-tooltip.cjs.entry.js} +2 -208
- package/dist/cjs/crowdsource-manager.cjs.entry.js +88 -14
- package/dist/cjs/{downloadUtils-b85476e8.js → downloadUtils-9359e9ff.js} +1218 -1127
- package/dist/cjs/{index.es-3ba50626.js → index.es-9c0d0ed6.js} +10682 -10682
- package/dist/cjs/{interfaces-17c631bf.js → interfaces-cac36920.js} +6 -0
- package/dist/cjs/layer-table_2.cjs.entry.js +512 -0
- package/dist/cjs/loader.cjs.js +30 -30
- package/dist/cjs/{mapViewUtils-df63bfa4.js → mapViewUtils-090f4d4d.js} +24 -24
- package/dist/cjs/public-notification.cjs.entry.js +69 -49
- package/dist/cjs/solution-configuration.cjs.entry.js +2 -2
- package/dist/cjs/solution-contents_3.cjs.entry.js +2 -2
- package/dist/cjs/{solution-store-b86759b2.js → solution-store-d28c332e.js} +1 -1
- package/dist/cjs/solutions-components.cjs.js +31 -31
- package/dist/collection/assets/arcgis-pdf-creator/PDFCreator.js +6 -3
- package/dist/collection/assets/arcgis-pdf-creator/PDFCreator_jsPDF.js +1 -1
- package/dist/collection/assets/arcgis-pdf-creator/PDFCreator_pdf_lib.js +1 -1
- package/dist/collection/assets/arcgis-pdf-creator/PDFLabels.js +54 -3
- package/dist/collection/assets/arcgis-pdf-creator/grid.js +1 -1
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.css +122 -0
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +130 -14
- package/dist/collection/components/layer-table/layer-table.css +2 -70
- package/dist/collection/components/layer-table/layer-table.js +66 -106
- package/dist/collection/components/map-card/map-card.css +4 -7
- package/dist/collection/components/map-card/map-card.js +44 -10
- package/dist/collection/components/map-draw-tools/map-draw-tools.js +1 -1
- package/dist/collection/components/map-select-tools/map-select-tools.js +1 -1
- package/dist/collection/components/public-notification/public-notification.js +45 -27
- package/dist/collection/components/refine-selection-tools/refine-selection-tools.js +1 -1
- package/dist/collection/demos/crowdsource-manager.html +14 -41
- package/dist/collection/utils/csvDownload.js +41 -0
- package/dist/collection/utils/csvDownload.ts +42 -0
- package/dist/collection/utils/csvUtils.js +6 -23
- package/dist/collection/utils/csvUtils.ts +8 -27
- package/dist/collection/utils/downloadUtils.js +30 -14
- package/dist/collection/utils/downloadUtils.ts +36 -14
- package/dist/collection/utils/interfaces.js +6 -0
- package/dist/collection/utils/interfaces.ts +6 -0
- package/dist/collection/utils/pdfUtils.js +9 -6
- package/dist/collection/utils/pdfUtils.ts +13 -8
- package/dist/collection/utils/test/csvUtils.spec.tsx +56 -0
- package/dist/collection/utils/test/downloadUtils.spec.tsx +133 -0
- package/dist/components/crowdsource-manager.js +293 -17
- package/dist/components/downloadUtils.js +133 -42
- package/dist/components/interfaces3.js +7 -1
- package/dist/components/layer-table.js +1 -443
- package/dist/components/layer-table2.js +429 -0
- package/dist/components/map-card.js +1 -339
- package/dist/{esm/map-card.entry.js → components/map-card2.js} +118 -22
- package/dist/components/map-draw-tools2.js +16 -16
- package/dist/components/map-layer-picker2.js +1 -1
- package/dist/components/map-select-tools2.js +38 -38
- package/dist/components/public-notification.js +102 -82
- package/dist/components/queryUtils.js +10 -10
- package/dist/components/refine-selection-tools2.js +3 -3
- package/dist/components/refine-selection2.js +1 -1
- package/dist/components/solution-resource-item2.js +1 -1
- package/dist/components/solution-store.js +1 -1
- package/dist/esm/buffer-tools_6.entry.js +76 -76
- package/dist/esm/{calcite-block_2.entry.js → calcite-action-bar_4.entry.js} +307 -20
- package/dist/esm/{calcite-action.entry.js → calcite-action_2.entry.js} +84 -2
- package/dist/esm/{calcite-combobox_3.entry.js → calcite-chip_4.entry.js} +181 -56
- package/dist/esm/{calcite-dropdown-group_4.entry.js → calcite-dropdown_5.entry.js} +468 -3
- package/dist/esm/calcite-input-message_5.entry.js +275 -275
- package/dist/esm/calcite-shell-panel_14.entry.js +2 -2
- package/dist/esm/{calcite-action-bar_2.entry.js → calcite-tooltip.entry.js} +4 -209
- package/dist/esm/crowdsource-manager.entry.js +88 -14
- package/dist/esm/{downloadUtils-f278742f.js → downloadUtils-a8f139c5.js} +1214 -1123
- package/dist/esm/{index.es-6f3a1143.js → index.es-a75412ff.js} +10596 -10596
- package/dist/esm/{interfaces-d0d83efa.js → interfaces-cd4054e5.js} +7 -1
- package/dist/esm/layer-table_2.entry.js +507 -0
- package/dist/esm/loader.js +26 -26
- package/dist/esm/{mapViewUtils-bd1809f0.js → mapViewUtils-8ffcd36d.js} +12 -12
- package/dist/esm/public-notification.entry.js +65 -45
- package/dist/esm/solution-configuration.entry.js +2 -2
- package/dist/esm/solution-contents_3.entry.js +2 -2
- package/dist/esm/{solution-store-477288ac.js → solution-store-1b67f2c8.js} +1 -1
- package/dist/esm/solutions-components.js +26 -26
- package/dist/solutions-components/demos/crowdsource-manager.html +14 -41
- package/dist/solutions-components/{p-dd11eeb2.js → p-1395b0ef.js} +1 -1
- package/dist/solutions-components/{p-cbac29fb.entry.js → p-1affd711.entry.js} +18 -18
- package/dist/solutions-components/p-30de8da1.entry.js +17 -0
- package/dist/solutions-components/{p-91cad71e.entry.js → p-439c878d.entry.js} +3 -9
- package/dist/solutions-components/{p-03e2c6fd.js → p-765a27f3.js} +60 -60
- package/dist/solutions-components/p-813a04c3.entry.js +6 -0
- package/dist/solutions-components/{p-9e8a371f.entry.js → p-874b39a7.entry.js} +3 -3
- package/dist/solutions-components/p-8cece97f.js +21 -0
- package/dist/solutions-components/{p-dd0241fb.entry.js → p-97aa7211.entry.js} +1 -1
- package/dist/solutions-components/{p-0e459cc7.entry.js → p-a955a3e6.entry.js} +10 -4
- package/dist/solutions-components/{p-40c12650.js → p-bb64bd47.js} +453 -437
- package/dist/solutions-components/{p-70e1d4d8.entry.js → p-c392dd95.entry.js} +17 -17
- package/dist/solutions-components/p-ca386a72.entry.js +6 -0
- package/dist/solutions-components/p-d47d74a6.entry.js +23 -0
- package/dist/solutions-components/p-db846ee2.entry.js +11 -0
- package/dist/solutions-components/{p-88e5a76d.js → p-dc53c9c1.js} +36 -36
- package/dist/solutions-components/p-e1c93241.entry.js +6 -0
- package/dist/solutions-components/{p-4cbaf0f1.entry.js → p-e6d235d6.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +6 -6
- package/dist/solutions-components/utils/csvDownload.ts +42 -0
- package/dist/solutions-components/utils/csvUtils.ts +8 -27
- package/dist/solutions-components/utils/downloadUtils.ts +36 -14
- package/dist/solutions-components/utils/interfaces.ts +6 -0
- package/dist/solutions-components/utils/pdfUtils.ts +13 -8
- package/dist/solutions-components/utils/test/csvUtils.spec.tsx +56 -0
- package/dist/solutions-components/utils/test/downloadUtils.spec.tsx +133 -0
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +39 -0
- package/dist/types/components/layer-table/layer-table.d.ts +35 -48
- package/dist/types/components/map-card/map-card.d.ts +10 -6
- package/dist/types/components/public-notification/public-notification.d.ts +18 -6
- package/dist/types/components.d.ts +1621 -1601
- package/dist/types/preact.d.ts +2 -1
- package/dist/types/utils/csvDownload.d.ts +24 -0
- package/dist/types/utils/csvUtils.d.ts +2 -1
- package/dist/types/utils/downloadUtils.d.ts +25 -0
- package/dist/types/utils/interfaces.d.ts +5 -0
- package/dist/types/utils/pdfUtils.d.ts +2 -1
- package/package.json +4 -4
- package/dist/cjs/calcite-chip.cjs.entry.js +0 -142
- package/dist/cjs/calcite-dropdown.cjs.entry.js +0 -481
- package/dist/cjs/calcite-handle.cjs.entry.js +0 -99
- package/dist/cjs/calcite-loader.cjs.entry.js +0 -95
- package/dist/cjs/layer-table.cjs.entry.js +0 -317
- package/dist/cjs/map-card.cjs.entry.js +0 -252
- package/dist/esm/calcite-chip.entry.js +0 -138
- package/dist/esm/calcite-dropdown.entry.js +0 -477
- package/dist/esm/calcite-handle.entry.js +0 -95
- package/dist/esm/calcite-loader.entry.js +0 -91
- package/dist/esm/layer-table.entry.js +0 -313
- package/dist/solutions-components/p-045d3988.entry.js +0 -12
- package/dist/solutions-components/p-11132485.entry.js +0 -11
- package/dist/solutions-components/p-15b43c29.entry.js +0 -11
- package/dist/solutions-components/p-5034aabc.entry.js +0 -11
- package/dist/solutions-components/p-6f012424.entry.js +0 -6
- package/dist/solutions-components/p-7fd10eb3.entry.js +0 -11
- package/dist/solutions-components/p-a57ef371.entry.js +0 -6
- package/dist/solutions-components/p-bc39f296.entry.js +0 -6
- package/dist/solutions-components/p-c93d8e80.entry.js +0 -6
- package/dist/solutions-components/p-dbc9a5a8.js +0 -21
- package/dist/solutions-components/p-f5c70be2.entry.js +0 -6
- package/dist/solutions-components/p-f6b17cc6.entry.js +0 -11
@@ -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-
|
16
|
-
const interfaces$1 = require('./interfaces-
|
17
|
-
const publicNotificationStore = require('./publicNotificationStore-20e924f5.js');
|
18
|
-
const locale = require('./locale-04da9a8c.js');
|
19
|
-
const downloadUtils = require('./downloadUtils-
|
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-090f4d4d.js');
|
16
|
+
const interfaces$1 = require('./interfaces-cac36920.js');
|
17
|
+
const publicNotificationStore = require('./publicNotificationStore-20e924f5.js');
|
18
|
+
const locale = require('./locale-04da9a8c.js');
|
19
|
+
const downloadUtils = require('./downloadUtils-9359e9ff.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);
|
@@ -579,7 +579,7 @@ const MapSelectTools = class {
|
|
579
579
|
this._bufferGraphicsLayer = this.mapView.map.layers.getItemAt(bufferIndex);
|
580
580
|
}
|
581
581
|
else {
|
582
|
-
this._bufferGraphicsLayer = new this.GraphicsLayer({ title });
|
582
|
+
this._bufferGraphicsLayer = new this.GraphicsLayer({ title, listMode: "hide" });
|
583
583
|
publicNotificationStore.state.managedLayers.push(title);
|
584
584
|
const sketchIndex = this.mapView.map.layers.findIndex((l) => l.title === this._translations.sketchLayer);
|
585
585
|
if (sketchIndex > -1) {
|
@@ -770,207 +770,207 @@ const MapSelectTools = class {
|
|
770
770
|
"_workflowType": ["workflowTypeHandler"]
|
771
771
|
}; }
|
772
772
|
};
|
773
|
-
MapSelectTools.style = mapSelectToolsCss;
|
774
|
-
|
775
|
-
const labelFormats = [
|
776
|
-
{
|
777
|
-
descriptionPDF: {
|
778
|
-
labelWidthDisplay: "2-5/8",
|
779
|
-
labelHeightDisplay: "1",
|
780
|
-
labelsPerPageDisplay: "30",
|
781
|
-
averyPartNumber: "*60"
|
782
|
-
},
|
783
|
-
labelSpec: {
|
784
|
-
type: "AVERY",
|
785
|
-
pageProperties: {
|
786
|
-
pageType: "ANSI A",
|
787
|
-
leftMargin: 0.1875,
|
788
|
-
rightMargin: 0.1875,
|
789
|
-
topMargin: 0.5,
|
790
|
-
bottomMargin: 0.5
|
791
|
-
},
|
792
|
-
numLabelsAcross: 3,
|
793
|
-
numLabelsDown: 10,
|
794
|
-
labelWidth: 2.625,
|
795
|
-
labelHeight: 1,
|
796
|
-
horizGapIn: 0.125,
|
797
|
-
vertGapIn: 0,
|
798
|
-
labelPadding: 0.1,
|
799
|
-
fontSizePx: 11,
|
800
|
-
maxNumLabelLines: 4
|
801
|
-
}
|
802
|
-
},
|
803
|
-
{
|
804
|
-
descriptionPDF: {
|
805
|
-
labelWidthDisplay: "4",
|
806
|
-
labelHeightDisplay: "1",
|
807
|
-
labelsPerPageDisplay: "20",
|
808
|
-
averyPartNumber: "*61"
|
809
|
-
},
|
810
|
-
labelSpec: {
|
811
|
-
type: "AVERY",
|
812
|
-
pageProperties: {
|
813
|
-
pageType: "ANSI A",
|
814
|
-
leftMargin: 0.15625,
|
815
|
-
rightMargin: 0.15625,
|
816
|
-
topMargin: 0.47637821,
|
817
|
-
bottomMargin: 0.5
|
818
|
-
},
|
819
|
-
numLabelsAcross: 2,
|
820
|
-
numLabelsDown: 10,
|
821
|
-
labelWidth: 4,
|
822
|
-
labelHeight: 1.0025,
|
823
|
-
horizGapIn: 0.1875,
|
824
|
-
vertGapIn: 0,
|
825
|
-
labelPadding: 0.1,
|
826
|
-
fontSizePx: 11,
|
827
|
-
maxNumLabelLines: 4
|
828
|
-
}
|
829
|
-
},
|
830
|
-
{
|
831
|
-
descriptionPDF: {
|
832
|
-
labelWidthDisplay: "4",
|
833
|
-
labelHeightDisplay: "1-1/3",
|
834
|
-
labelsPerPageDisplay: "14",
|
835
|
-
averyPartNumber: "*62"
|
836
|
-
},
|
837
|
-
labelSpec: {
|
838
|
-
type: "AVERY",
|
839
|
-
pageProperties: {
|
840
|
-
pageType: "ANSI A",
|
841
|
-
leftMargin: 0.15625,
|
842
|
-
rightMargin: 0.15625,
|
843
|
-
topMargin: 0.81889808,
|
844
|
-
bottomMargin: 0.83464612
|
845
|
-
},
|
846
|
-
numLabelsAcross: 2,
|
847
|
-
numLabelsDown: 7,
|
848
|
-
labelWidth: 4,
|
849
|
-
labelHeight: 1.3352,
|
850
|
-
horizGapIn: 0.1875,
|
851
|
-
vertGapIn: 0,
|
852
|
-
labelPadding: 0.1,
|
853
|
-
fontSizePx: 11,
|
854
|
-
maxNumLabelLines: 6
|
855
|
-
}
|
856
|
-
},
|
857
|
-
{
|
858
|
-
descriptionPDF: {
|
859
|
-
labelWidthDisplay: "4",
|
860
|
-
labelHeightDisplay: "2",
|
861
|
-
labelsPerPageDisplay: "10",
|
862
|
-
averyPartNumber: "*63"
|
863
|
-
},
|
864
|
-
labelSpec: {
|
865
|
-
type: "AVERY",
|
866
|
-
pageProperties: {
|
867
|
-
pageType: "ANSI A",
|
868
|
-
leftMargin: 0.15625,
|
869
|
-
rightMargin: 0.15625,
|
870
|
-
topMargin: 0.5,
|
871
|
-
bottomMargin: 0.5
|
872
|
-
},
|
873
|
-
numLabelsAcross: 2,
|
874
|
-
numLabelsDown: 5,
|
875
|
-
labelWidth: 4,
|
876
|
-
labelHeight: 2,
|
877
|
-
horizGapIn: 0.1875,
|
878
|
-
vertGapIn: 0,
|
879
|
-
labelPadding: 0.1,
|
880
|
-
fontSizePx: 12,
|
881
|
-
maxNumLabelLines: 10
|
882
|
-
}
|
883
|
-
},
|
884
|
-
{
|
885
|
-
descriptionPDF: {
|
886
|
-
labelWidthDisplay: "4",
|
887
|
-
labelHeightDisplay: "3-1/3",
|
888
|
-
labelsPerPageDisplay: "6",
|
889
|
-
averyPartNumber: "*64"
|
890
|
-
},
|
891
|
-
labelSpec: {
|
892
|
-
type: "AVERY",
|
893
|
-
pageProperties: {
|
894
|
-
pageType: "ANSI A",
|
895
|
-
leftMargin: 0.15625,
|
896
|
-
rightMargin: 0.15625,
|
897
|
-
topMargin: 0.4724412,
|
898
|
-
bottomMargin: 0.50000027
|
899
|
-
},
|
900
|
-
numLabelsAcross: 2,
|
901
|
-
numLabelsDown: 3,
|
902
|
-
labelWidth: 4,
|
903
|
-
labelHeight: 3.342,
|
904
|
-
horizGapIn: 0.1875,
|
905
|
-
vertGapIn: 0,
|
906
|
-
labelPadding: 0.1,
|
907
|
-
fontSizePx: 14,
|
908
|
-
maxNumLabelLines: 12
|
909
|
-
}
|
910
|
-
},
|
911
|
-
{
|
912
|
-
descriptionPDF: {
|
913
|
-
labelWidthDisplay: "1-3/4",
|
914
|
-
labelHeightDisplay: "1/2",
|
915
|
-
labelsPerPageDisplay: "80",
|
916
|
-
averyPartNumber: "*67"
|
917
|
-
},
|
918
|
-
labelSpec: {
|
919
|
-
type: "AVERY",
|
920
|
-
pageProperties: {
|
921
|
-
pageType: "ANSI A",
|
922
|
-
leftMargin: 0.307086375,
|
923
|
-
rightMargin: 0.307086375,
|
924
|
-
topMargin: 0.4724412,
|
925
|
-
bottomMargin: 0.49606326
|
926
|
-
},
|
927
|
-
numLabelsAcross: 4,
|
928
|
-
numLabelsDown: 20,
|
929
|
-
labelWidth: 1.75,
|
930
|
-
labelHeight: 0.50155,
|
931
|
-
horizGapIn: 0.29527575,
|
932
|
-
vertGapIn: 0,
|
933
|
-
labelPadding: 0.1,
|
934
|
-
fontSizePx: 8,
|
935
|
-
maxNumLabelLines: 3
|
936
|
-
}
|
937
|
-
},
|
938
|
-
{
|
939
|
-
descriptionPDF: {
|
940
|
-
labelWidthDisplay: "1-3/4",
|
941
|
-
labelHeightDisplay: "2/3",
|
942
|
-
labelsPerPageDisplay: "60",
|
943
|
-
averyPartNumber: "*95"
|
944
|
-
},
|
945
|
-
labelSpec: {
|
946
|
-
type: "AVERY",
|
947
|
-
pageProperties: {
|
948
|
-
pageType: "ANSI A",
|
949
|
-
leftMargin: 0.28936983,
|
950
|
-
rightMargin: 0.28936983,
|
951
|
-
topMargin: 0.53937037,
|
952
|
-
bottomMargin: 0.5511814
|
953
|
-
},
|
954
|
-
numLabelsAcross: 4,
|
955
|
-
numLabelsDown: 15,
|
956
|
-
labelWidth: 1.75,
|
957
|
-
labelHeight: 0.6605,
|
958
|
-
horizGapIn: 0.30708678,
|
959
|
-
vertGapIn: 0,
|
960
|
-
labelPadding: 0.1,
|
961
|
-
fontSizePx: 8,
|
962
|
-
maxNumLabelLines: 4
|
963
|
-
}
|
964
|
-
}
|
965
|
-
];
|
966
|
-
|
967
|
-
const pdfLabelFormats = /*#__PURE__*/Object.freeze({
|
968
|
-
__proto__: null,
|
969
|
-
'default': labelFormats
|
970
|
-
});
|
971
|
-
|
972
|
-
const pdfDownloadCss = ":host{display:block}";
|
973
|
-
|
773
|
+
MapSelectTools.style = mapSelectToolsCss;
|
774
|
+
|
775
|
+
const labelFormats = [
|
776
|
+
{
|
777
|
+
descriptionPDF: {
|
778
|
+
labelWidthDisplay: "2-5/8",
|
779
|
+
labelHeightDisplay: "1",
|
780
|
+
labelsPerPageDisplay: "30",
|
781
|
+
averyPartNumber: "*60"
|
782
|
+
},
|
783
|
+
labelSpec: {
|
784
|
+
type: "AVERY",
|
785
|
+
pageProperties: {
|
786
|
+
pageType: "ANSI A",
|
787
|
+
leftMargin: 0.1875,
|
788
|
+
rightMargin: 0.1875,
|
789
|
+
topMargin: 0.5,
|
790
|
+
bottomMargin: 0.5
|
791
|
+
},
|
792
|
+
numLabelsAcross: 3,
|
793
|
+
numLabelsDown: 10,
|
794
|
+
labelWidth: 2.625,
|
795
|
+
labelHeight: 1,
|
796
|
+
horizGapIn: 0.125,
|
797
|
+
vertGapIn: 0,
|
798
|
+
labelPadding: 0.1,
|
799
|
+
fontSizePx: 11,
|
800
|
+
maxNumLabelLines: 4
|
801
|
+
}
|
802
|
+
},
|
803
|
+
{
|
804
|
+
descriptionPDF: {
|
805
|
+
labelWidthDisplay: "4",
|
806
|
+
labelHeightDisplay: "1",
|
807
|
+
labelsPerPageDisplay: "20",
|
808
|
+
averyPartNumber: "*61"
|
809
|
+
},
|
810
|
+
labelSpec: {
|
811
|
+
type: "AVERY",
|
812
|
+
pageProperties: {
|
813
|
+
pageType: "ANSI A",
|
814
|
+
leftMargin: 0.15625,
|
815
|
+
rightMargin: 0.15625,
|
816
|
+
topMargin: 0.47637821,
|
817
|
+
bottomMargin: 0.5
|
818
|
+
},
|
819
|
+
numLabelsAcross: 2,
|
820
|
+
numLabelsDown: 10,
|
821
|
+
labelWidth: 4,
|
822
|
+
labelHeight: 1.0025,
|
823
|
+
horizGapIn: 0.1875,
|
824
|
+
vertGapIn: 0,
|
825
|
+
labelPadding: 0.1,
|
826
|
+
fontSizePx: 11,
|
827
|
+
maxNumLabelLines: 4
|
828
|
+
}
|
829
|
+
},
|
830
|
+
{
|
831
|
+
descriptionPDF: {
|
832
|
+
labelWidthDisplay: "4",
|
833
|
+
labelHeightDisplay: "1-1/3",
|
834
|
+
labelsPerPageDisplay: "14",
|
835
|
+
averyPartNumber: "*62"
|
836
|
+
},
|
837
|
+
labelSpec: {
|
838
|
+
type: "AVERY",
|
839
|
+
pageProperties: {
|
840
|
+
pageType: "ANSI A",
|
841
|
+
leftMargin: 0.15625,
|
842
|
+
rightMargin: 0.15625,
|
843
|
+
topMargin: 0.81889808,
|
844
|
+
bottomMargin: 0.83464612
|
845
|
+
},
|
846
|
+
numLabelsAcross: 2,
|
847
|
+
numLabelsDown: 7,
|
848
|
+
labelWidth: 4,
|
849
|
+
labelHeight: 1.3352,
|
850
|
+
horizGapIn: 0.1875,
|
851
|
+
vertGapIn: 0,
|
852
|
+
labelPadding: 0.1,
|
853
|
+
fontSizePx: 11,
|
854
|
+
maxNumLabelLines: 6
|
855
|
+
}
|
856
|
+
},
|
857
|
+
{
|
858
|
+
descriptionPDF: {
|
859
|
+
labelWidthDisplay: "4",
|
860
|
+
labelHeightDisplay: "2",
|
861
|
+
labelsPerPageDisplay: "10",
|
862
|
+
averyPartNumber: "*63"
|
863
|
+
},
|
864
|
+
labelSpec: {
|
865
|
+
type: "AVERY",
|
866
|
+
pageProperties: {
|
867
|
+
pageType: "ANSI A",
|
868
|
+
leftMargin: 0.15625,
|
869
|
+
rightMargin: 0.15625,
|
870
|
+
topMargin: 0.5,
|
871
|
+
bottomMargin: 0.5
|
872
|
+
},
|
873
|
+
numLabelsAcross: 2,
|
874
|
+
numLabelsDown: 5,
|
875
|
+
labelWidth: 4,
|
876
|
+
labelHeight: 2,
|
877
|
+
horizGapIn: 0.1875,
|
878
|
+
vertGapIn: 0,
|
879
|
+
labelPadding: 0.1,
|
880
|
+
fontSizePx: 12,
|
881
|
+
maxNumLabelLines: 10
|
882
|
+
}
|
883
|
+
},
|
884
|
+
{
|
885
|
+
descriptionPDF: {
|
886
|
+
labelWidthDisplay: "4",
|
887
|
+
labelHeightDisplay: "3-1/3",
|
888
|
+
labelsPerPageDisplay: "6",
|
889
|
+
averyPartNumber: "*64"
|
890
|
+
},
|
891
|
+
labelSpec: {
|
892
|
+
type: "AVERY",
|
893
|
+
pageProperties: {
|
894
|
+
pageType: "ANSI A",
|
895
|
+
leftMargin: 0.15625,
|
896
|
+
rightMargin: 0.15625,
|
897
|
+
topMargin: 0.4724412,
|
898
|
+
bottomMargin: 0.50000027
|
899
|
+
},
|
900
|
+
numLabelsAcross: 2,
|
901
|
+
numLabelsDown: 3,
|
902
|
+
labelWidth: 4,
|
903
|
+
labelHeight: 3.342,
|
904
|
+
horizGapIn: 0.1875,
|
905
|
+
vertGapIn: 0,
|
906
|
+
labelPadding: 0.1,
|
907
|
+
fontSizePx: 14,
|
908
|
+
maxNumLabelLines: 12
|
909
|
+
}
|
910
|
+
},
|
911
|
+
{
|
912
|
+
descriptionPDF: {
|
913
|
+
labelWidthDisplay: "1-3/4",
|
914
|
+
labelHeightDisplay: "1/2",
|
915
|
+
labelsPerPageDisplay: "80",
|
916
|
+
averyPartNumber: "*67"
|
917
|
+
},
|
918
|
+
labelSpec: {
|
919
|
+
type: "AVERY",
|
920
|
+
pageProperties: {
|
921
|
+
pageType: "ANSI A",
|
922
|
+
leftMargin: 0.307086375,
|
923
|
+
rightMargin: 0.307086375,
|
924
|
+
topMargin: 0.4724412,
|
925
|
+
bottomMargin: 0.49606326
|
926
|
+
},
|
927
|
+
numLabelsAcross: 4,
|
928
|
+
numLabelsDown: 20,
|
929
|
+
labelWidth: 1.75,
|
930
|
+
labelHeight: 0.50155,
|
931
|
+
horizGapIn: 0.29527575,
|
932
|
+
vertGapIn: 0,
|
933
|
+
labelPadding: 0.1,
|
934
|
+
fontSizePx: 8,
|
935
|
+
maxNumLabelLines: 3
|
936
|
+
}
|
937
|
+
},
|
938
|
+
{
|
939
|
+
descriptionPDF: {
|
940
|
+
labelWidthDisplay: "1-3/4",
|
941
|
+
labelHeightDisplay: "2/3",
|
942
|
+
labelsPerPageDisplay: "60",
|
943
|
+
averyPartNumber: "*95"
|
944
|
+
},
|
945
|
+
labelSpec: {
|
946
|
+
type: "AVERY",
|
947
|
+
pageProperties: {
|
948
|
+
pageType: "ANSI A",
|
949
|
+
leftMargin: 0.28936983,
|
950
|
+
rightMargin: 0.28936983,
|
951
|
+
topMargin: 0.53937037,
|
952
|
+
bottomMargin: 0.5511814
|
953
|
+
},
|
954
|
+
numLabelsAcross: 4,
|
955
|
+
numLabelsDown: 15,
|
956
|
+
labelWidth: 1.75,
|
957
|
+
labelHeight: 0.6605,
|
958
|
+
horizGapIn: 0.30708678,
|
959
|
+
vertGapIn: 0,
|
960
|
+
labelPadding: 0.1,
|
961
|
+
fontSizePx: 8,
|
962
|
+
maxNumLabelLines: 4
|
963
|
+
}
|
964
|
+
}
|
965
|
+
];
|
966
|
+
|
967
|
+
const pdfLabelFormats = /*#__PURE__*/Object.freeze({
|
968
|
+
__proto__: null,
|
969
|
+
'default': labelFormats
|
970
|
+
});
|
971
|
+
|
972
|
+
const pdfDownloadCss = ":host{display:block}";
|
973
|
+
|
974
974
|
const PdfDownload = class {
|
975
975
|
constructor(hostRef) {
|
976
976
|
index.registerInstance(this, hostRef);
|
@@ -1095,10 +1095,10 @@ const PdfDownload = class {
|
|
1095
1095
|
}
|
1096
1096
|
get el() { return index.getElement(this); }
|
1097
1097
|
};
|
1098
|
-
PdfDownload.style = pdfDownloadCss;
|
1099
|
-
|
1100
|
-
const refineSelectionCss = ":host{display:block}";
|
1101
|
-
|
1098
|
+
PdfDownload.style = pdfDownloadCss;
|
1099
|
+
|
1100
|
+
const refineSelectionCss = ":host{display:block}";
|
1101
|
+
|
1102
1102
|
const RefineSelection = class {
|
1103
1103
|
constructor(hostRef) {
|
1104
1104
|
index.registerInstance(this, hostRef);
|
@@ -1350,10 +1350,10 @@ const RefineSelection = class {
|
|
1350
1350
|
"addresseeLayer": ["addresseeLayerWatchHandler"]
|
1351
1351
|
}; }
|
1352
1352
|
};
|
1353
|
-
RefineSelection.style = refineSelectionCss;
|
1354
|
-
|
1355
|
-
exports.calcite_input_message = InputMessage;
|
1356
|
-
exports.calcite_notice = Notice;
|
1357
|
-
exports.map_select_tools = MapSelectTools;
|
1358
|
-
exports.pdf_download = PdfDownload;
|
1359
|
-
exports.refine_selection = RefineSelection;
|
1353
|
+
RefineSelection.style = refineSelectionCss;
|
1354
|
+
|
1355
|
+
exports.calcite_input_message = InputMessage;
|
1356
|
+
exports.calcite_notice = Notice;
|
1357
|
+
exports.map_select_tools = MapSelectTools;
|
1358
|
+
exports.pdf_download = PdfDownload;
|
1359
|
+
exports.refine_selection = RefineSelection;
|
@@ -19,8 +19,8 @@ const sharedListRender = require('./shared-list-render-6977a4b3.js');
|
|
19
19
|
const resources = require('./resources-9c55e05c.js');
|
20
20
|
const resources$1 = require('./resources-1f785471.js');
|
21
21
|
const locale = require('./locale-04da9a8c.js');
|
22
|
-
const solutionStore = require('./solution-store-
|
23
|
-
const interfaces = require('./interfaces-
|
22
|
+
const solutionStore = require('./solution-store-d28c332e.js');
|
23
|
+
const interfaces = require('./interfaces-cac36920.js');
|
24
24
|
require('./resources-b56bce71.js');
|
25
25
|
require('./array-ace6d4b5.js');
|
26
26
|
require('./resources-808cfca8.js');
|