@esri/solutions-components 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
- package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
- package/dist/cjs/{pciUtils-6a806ba4.js → pciUtils-423cfc68.js} +25 -7
- package/dist/collection/demos/deduct-calculator.html +2 -5
- package/dist/collection/demos/new-public-notification.html +6 -4
- package/dist/collection/utils/pciUtils.js +25 -7
- package/dist/collection/utils/pciUtils.ts +30 -7
- package/dist/components/ExpandToggle.js +110 -0
- package/dist/components/Heading.js +22 -0
- package/dist/components/_commonjsHelpers.js +22 -0
- package/dist/components/action-bar.js +276 -0
- package/dist/components/action-group.js +149 -0
- package/dist/components/action-menu.js +356 -0
- package/dist/components/action.js +214 -0
- package/dist/components/add-record-modal.d.ts +11 -0
- package/dist/components/add-record-modal.js +171 -0
- package/dist/components/array.js +15 -0
- package/dist/components/block.js +272 -0
- package/dist/components/buffer-tools.d.ts +11 -0
- package/dist/components/buffer-tools.js +11 -0
- package/dist/components/buffer-tools2.js +262 -0
- package/dist/components/button.js +263 -0
- package/dist/components/calcite-accordion-item.js +244 -0
- package/dist/components/calcite-accordion.js +180 -0
- package/dist/components/calcite-action-bar.js +11 -0
- package/dist/components/calcite-action-group.js +11 -0
- package/dist/components/calcite-action-menu.js +11 -0
- package/dist/components/calcite-action-pad.js +197 -0
- package/dist/components/calcite-action.js +11 -0
- package/dist/components/calcite-alert.js +297 -0
- package/dist/components/calcite-avatar.js +182 -0
- package/dist/components/calcite-block-section.js +155 -0
- package/dist/components/calcite-block.js +11 -0
- package/dist/components/calcite-button.js +11 -0
- package/dist/components/calcite-card.js +187 -0
- package/dist/components/calcite-checkbox.js +11 -0
- package/dist/components/calcite-chip.js +11 -0
- package/dist/components/calcite-color-picker-hex-input.js +11 -0
- package/dist/components/calcite-color-picker-swatch.js +11 -0
- package/dist/components/calcite-color-picker.js +1036 -0
- package/dist/components/calcite-combobox-item-group.js +75 -0
- package/dist/components/calcite-combobox-item.js +11 -0
- package/dist/components/calcite-combobox.js +11 -0
- package/dist/components/calcite-date-picker-day.js +11 -0
- package/dist/components/calcite-date-picker-month-header.js +11 -0
- package/dist/components/calcite-date-picker-month.js +11 -0
- package/dist/components/calcite-date-picker.js +11 -0
- package/dist/components/calcite-dropdown-group.js +11 -0
- package/dist/components/calcite-dropdown-item.js +11 -0
- package/dist/components/calcite-dropdown.js +11 -0
- package/dist/components/calcite-fab.js +144 -0
- package/dist/components/calcite-filter.js +195 -0
- package/dist/components/calcite-flow-item.js +243 -0
- package/dist/components/calcite-flow.js +147 -0
- package/dist/components/calcite-graph.js +11 -0
- package/dist/components/calcite-handle.js +11 -0
- package/dist/components/calcite-icon.js +11 -0
- package/dist/components/calcite-inline-editable.js +294 -0
- package/dist/components/calcite-input-date-picker.js +713 -0
- package/dist/components/calcite-input-message.js +11 -0
- package/dist/components/calcite-input-number.js +637 -0
- package/dist/components/calcite-input-text.js +400 -0
- package/dist/components/calcite-input-time-picker.js +434 -0
- package/dist/components/calcite-input.js +11 -0
- package/dist/components/calcite-label.js +11 -0
- package/dist/components/calcite-link.js +11 -0
- package/dist/components/calcite-list-item-group.js +65 -0
- package/dist/components/calcite-list-item.js +11 -0
- package/dist/components/calcite-list.js +11 -0
- package/dist/components/calcite-loader.js +11 -0
- package/dist/components/calcite-modal.js +11 -0
- package/dist/components/calcite-notice.js +11 -0
- package/dist/components/calcite-option-group.js +64 -0
- package/dist/components/calcite-option.js +11 -0
- package/dist/components/calcite-pagination.js +258 -0
- package/dist/components/calcite-panel.js +11 -0
- package/dist/components/calcite-pick-list-group.js +74 -0
- package/dist/components/calcite-pick-list-item.js +11 -0
- package/dist/components/calcite-pick-list.js +11 -0
- package/dist/components/calcite-popover-manager.js +94 -0
- package/dist/components/calcite-popover.js +11 -0
- package/dist/components/calcite-progress.js +11 -0
- package/dist/components/calcite-radio-button-group.js +132 -0
- package/dist/components/calcite-radio-button.js +310 -0
- package/dist/components/calcite-radio-group-item.js +11 -0
- package/dist/components/calcite-radio-group.js +11 -0
- package/dist/components/calcite-rating.js +201 -0
- package/dist/components/calcite-scrim.js +11 -0
- package/dist/components/calcite-select.js +11 -0
- package/dist/components/calcite-shell-center-row.js +100 -0
- package/dist/components/calcite-shell-panel.js +11 -0
- package/dist/components/calcite-shell.js +11 -0
- package/dist/components/calcite-slider.js +11 -0
- package/dist/components/calcite-sortable-list.js +202 -0
- package/dist/components/calcite-split-button.js +11 -0
- package/dist/components/calcite-stepper-item.js +271 -0
- package/dist/components/calcite-stepper.js +256 -0
- package/dist/components/calcite-switch.js +11 -0
- package/dist/components/calcite-tab-nav.js +11 -0
- package/dist/components/calcite-tab-title.js +11 -0
- package/dist/components/calcite-tab.js +11 -0
- package/dist/components/calcite-tabs.js +11 -0
- package/dist/components/calcite-tile-select-group.js +65 -0
- package/dist/components/calcite-tile-select.js +266 -0
- package/dist/components/calcite-tile.js +11 -0
- package/dist/components/calcite-time-picker.js +11 -0
- package/dist/components/calcite-tip-group.js +41 -0
- package/dist/components/calcite-tip-manager.js +223 -0
- package/dist/components/calcite-tip.js +162 -0
- package/dist/components/calcite-tooltip-manager.js +57 -0
- package/dist/components/calcite-tooltip.js +11 -0
- package/dist/components/calcite-tree-item.js +11 -0
- package/dist/components/calcite-tree.js +11 -0
- package/dist/components/calcite-value-list-item.js +11 -0
- package/dist/components/calcite-value-list.js +11 -0
- package/dist/components/card-manager.d.ts +11 -0
- package/dist/components/card-manager.js +143 -0
- package/dist/components/check-list.d.ts +11 -0
- package/dist/components/check-list.js +11 -0
- package/dist/components/check-list2.js +131 -0
- package/dist/components/checkbox.js +165 -0
- package/dist/components/chip.js +170 -0
- package/dist/components/color-picker-hex-input.js +363 -0
- package/dist/components/color-picker-swatch.js +2034 -0
- package/dist/components/combobox-item.js +182 -0
- package/dist/components/combobox.js +912 -0
- package/dist/components/comment-card.d.ts +11 -0
- package/dist/components/comment-card.js +90 -0
- package/dist/components/conditionalSlot.js +50 -0
- package/dist/components/config-buffer-tools.d.ts +11 -0
- package/dist/components/config-buffer-tools.js +187 -0
- package/dist/components/config-draw-tools.d.ts +11 -0
- package/dist/components/config-draw-tools.js +121 -0
- package/dist/components/config-layer-picker.d.ts +11 -0
- package/dist/components/config-layer-picker.js +163 -0
- package/dist/components/config-pdf-download.d.ts +11 -0
- package/dist/components/config-pdf-download.js +154 -0
- package/dist/components/crowdsource-manager.d.ts +11 -0
- package/dist/components/crowdsource-manager.js +90 -0
- package/dist/components/crowdsource-reporter.d.ts +11 -0
- package/dist/components/crowdsource-reporter.js +90 -0
- package/dist/components/csvUtils.js +74 -0
- package/dist/components/date-picker-day.js +111 -0
- package/dist/components/date-picker-month-header.js +224 -0
- package/dist/components/date-picker-month.js +344 -0
- package/dist/components/date-picker.js +575 -0
- package/dist/components/date.js +180 -0
- package/dist/components/debounce.js +487 -0
- package/dist/components/deduct-calculator.d.ts +11 -0
- package/dist/components/deduct-calculator.js +11 -0
- package/dist/components/deduct-calculator2.js +1002 -0
- package/dist/components/dom.js +231 -0
- package/dist/components/dropdown-group.js +96 -0
- package/dist/components/dropdown-item.js +232 -0
- package/dist/components/dropdown.js +505 -0
- package/dist/components/edit-record-modal.d.ts +11 -0
- package/dist/components/edit-record-modal.js +11 -0
- package/dist/components/edit-record-modal2.js +161 -0
- package/dist/components/filter.js +763 -0
- package/dist/components/floating-ui.js +1768 -0
- package/dist/components/form.js +228 -0
- package/dist/components/graph.js +254 -0
- package/dist/components/guid.js +24 -0
- package/dist/components/handle.js +119 -0
- package/dist/components/icon.js +202 -0
- package/dist/components/index.d.ts +61 -0
- package/dist/components/index.js +196 -0
- package/dist/components/index2.js +199 -0
- package/dist/components/info-card.d.ts +11 -0
- package/dist/components/info-card.js +11 -0
- package/dist/components/info-card2.js +97 -0
- package/dist/components/input-message.js +101 -0
- package/dist/components/input.js +740 -0
- package/dist/components/interactive.js +51 -0
- package/dist/components/interfaces.js +19 -0
- package/dist/components/interfaces2.js +21 -0
- package/dist/components/interfaces3.js +80 -0
- package/dist/components/json-editor.d.ts +11 -0
- package/dist/components/json-editor.js +11 -0
- package/dist/components/json-editor2.js +441 -0
- package/dist/components/key.js +16 -0
- package/dist/components/label.js +106 -0
- package/dist/components/label2.js +131 -0
- package/dist/components/labelFormats.js +210 -0
- package/dist/components/layer-table.d.ts +11 -0
- package/dist/components/layer-table.js +453 -0
- package/dist/components/link.js +123 -0
- package/dist/components/list-item.d.ts +11 -0
- package/dist/components/list-item.js +90 -0
- package/dist/components/list-item2.js +149 -0
- package/dist/components/list.js +83 -0
- package/dist/components/loadModules.js +28 -0
- package/dist/components/loader.js +116 -0
- package/dist/components/locale.js +412 -0
- package/dist/components/locale2.js +413 -0
- package/dist/components/map-card.d.ts +11 -0
- package/dist/components/map-card.js +354 -0
- package/dist/components/map-draw-tools.d.ts +11 -0
- package/dist/components/map-draw-tools.js +11 -0
- package/dist/components/map-draw-tools2.js +228 -0
- package/dist/components/map-layer-picker.d.ts +11 -0
- package/dist/components/map-layer-picker.js +11 -0
- package/dist/components/map-layer-picker2.js +188 -0
- package/dist/components/map-search.d.ts +11 -0
- package/dist/components/map-search.js +155 -0
- package/dist/components/map-select-tools.d.ts +11 -0
- package/dist/components/map-select-tools.js +11 -0
- package/dist/components/map-select-tools2.js +588 -0
- package/dist/components/mapViewUtils.js +129 -0
- package/dist/components/math.js +24 -0
- package/dist/components/media-card.d.ts +11 -0
- package/dist/components/media-card.js +11 -0
- package/dist/components/media-card2.js +177 -0
- package/dist/components/modal.js +495 -0
- package/dist/components/nonChromiumPlatformUtils.js +503 -0
- package/dist/components/notice.js +192 -0
- package/dist/components/observers.js +56 -0
- package/dist/components/openCloseComponent.js +56 -0
- package/dist/components/option.js +109 -0
- package/dist/components/panel.js +459 -0
- package/dist/components/pci-calculator.d.ts +11 -0
- package/dist/components/pci-calculator.js +193 -0
- package/dist/components/pdf-download.d.ts +11 -0
- package/dist/components/pdf-download.js +11 -0
- package/dist/components/pdf-download2.js +189 -0
- package/dist/components/pick-list-item.js +255 -0
- package/dist/components/pick-list.js +170 -0
- package/dist/components/popover.js +500 -0
- package/dist/components/progress.js +60 -0
- package/dist/components/public-notification.d.ts +11 -0
- package/dist/components/public-notification.js +825 -0
- package/dist/components/publicNotificationStore.js +38 -0
- package/dist/components/queryUtils.js +187 -0
- package/dist/components/radio-group-item.js +101 -0
- package/dist/components/radio-group.js +235 -0
- package/dist/components/refine-selection-tools.d.ts +11 -0
- package/dist/components/refine-selection-tools.js +11 -0
- package/dist/components/refine-selection-tools2.js +492 -0
- package/dist/components/refine-selection.d.ts +11 -0
- package/dist/components/refine-selection.js +11 -0
- package/dist/components/refine-selection2.js +376 -0
- package/dist/components/resources.js +24 -0
- package/dist/components/resources2.js +21 -0
- package/dist/components/resources3.js +38 -0
- package/dist/components/scrim.js +83 -0
- package/dist/components/select.js +259 -0
- package/dist/components/shared-list-render.js +319 -0
- package/dist/components/shell-panel.js +281 -0
- package/dist/components/shell.js +121 -0
- package/dist/components/slider.js +896 -0
- package/dist/components/solution-configuration.d.ts +11 -0
- package/dist/components/solution-configuration.js +2233 -0
- package/dist/components/solution-contents.d.ts +11 -0
- package/dist/components/solution-contents.js +11 -0
- package/dist/components/solution-contents2.js +128 -0
- package/dist/components/solution-item-details.d.ts +11 -0
- package/dist/components/solution-item-details.js +11 -0
- package/dist/components/solution-item-details2.js +234 -0
- package/dist/components/solution-item-icon.d.ts +11 -0
- package/dist/components/solution-item-icon.js +11 -0
- package/dist/components/solution-item-icon2.js +342 -0
- package/dist/components/solution-item-sharing.d.ts +11 -0
- package/dist/components/solution-item-sharing.js +11 -0
- package/dist/components/solution-item-sharing2.js +167 -0
- package/dist/components/solution-item.d.ts +11 -0
- package/dist/components/solution-item.js +11 -0
- package/dist/components/solution-item2.js +315 -0
- package/dist/components/solution-organization-variables.d.ts +11 -0
- package/dist/components/solution-organization-variables.js +11 -0
- package/dist/components/solution-organization-variables2.js +132 -0
- package/dist/components/solution-resource-item.d.ts +11 -0
- package/dist/components/solution-resource-item.js +11 -0
- package/dist/components/solution-resource-item2.js +356 -0
- package/dist/components/solution-spatial-ref.d.ts +11 -0
- package/dist/components/solution-spatial-ref.js +11 -0
- package/dist/components/solution-spatial-ref2.js +21446 -0
- package/dist/components/solution-store.js +4092 -0
- package/dist/components/solution-template-data.d.ts +11 -0
- package/dist/components/solution-template-data.js +11 -0
- package/dist/components/solution-template-data2.js +233 -0
- package/dist/components/solution-variables.d.ts +11 -0
- package/dist/components/solution-variables.js +11 -0
- package/dist/components/solution-variables2.js +150 -0
- package/dist/components/sortable.esm.js +3026 -0
- package/dist/components/split-button.js +165 -0
- package/dist/components/store-manager.d.ts +11 -0
- package/dist/components/store-manager.js +83 -0
- package/dist/components/switch.js +139 -0
- package/dist/components/tab-nav.js +241 -0
- package/dist/components/tab-title.js +276 -0
- package/dist/components/tab.js +154 -0
- package/dist/components/tabs.js +188 -0
- package/dist/components/tile.js +129 -0
- package/dist/components/time-picker.js +943 -0
- package/dist/components/tooltip.js +399 -0
- package/dist/components/tree-item.js +294 -0
- package/dist/components/tree.js +327 -0
- package/dist/components/utils.js +119 -0
- package/dist/components/utils2.js +51 -0
- package/dist/components/value-list-item.js +204 -0
- package/dist/components/value-list.js +333 -0
- package/dist/esm/deduct-calculator.entry.js +1 -1
- package/dist/esm/pci-calculator.entry.js +1 -1
- package/dist/esm/{pciUtils-e3007a1c.js → pciUtils-ecda46e5.js} +25 -7
- package/dist/solutions-components/demos/deduct-calculator.html +2 -5
- package/dist/solutions-components/demos/new-public-notification.html +6 -4
- package/dist/solutions-components/{p-ff80ffbb.entry.js → p-0512635b.entry.js} +1 -1
- package/dist/solutions-components/{p-5ec407c2.entry.js → p-0c088725.entry.js} +1 -1
- package/dist/solutions-components/p-cc815aca.js +21 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/pciUtils.ts +30 -7
- package/dist/types/utils/pciUtils.d.ts +2 -1
- package/package.json +4 -3
- package/dist/solutions-components/p-647bbd18.js +0 -21
|
@@ -0,0 +1,376 @@
|
|
|
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 { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
7
|
+
import { e as ESelectionMode, c as EWorkflowType } from './interfaces3.js';
|
|
8
|
+
import { g as getLocaleComponentStrings } from './locale.js';
|
|
9
|
+
import { d as defineCustomElement$e } from './action.js';
|
|
10
|
+
import { d as defineCustomElement$d } from './chip.js';
|
|
11
|
+
import { d as defineCustomElement$c } from './combobox.js';
|
|
12
|
+
import { d as defineCustomElement$b } from './combobox-item.js';
|
|
13
|
+
import { d as defineCustomElement$a } from './icon.js';
|
|
14
|
+
import { d as defineCustomElement$9 } from './list.js';
|
|
15
|
+
import { d as defineCustomElement$8 } from './list-item2.js';
|
|
16
|
+
import { d as defineCustomElement$7 } from './loader.js';
|
|
17
|
+
import { d as defineCustomElement$6 } from './option.js';
|
|
18
|
+
import { d as defineCustomElement$5 } from './radio-group.js';
|
|
19
|
+
import { d as defineCustomElement$4 } from './radio-group-item.js';
|
|
20
|
+
import { d as defineCustomElement$3 } from './select.js';
|
|
21
|
+
import { d as defineCustomElement$2 } from './map-layer-picker2.js';
|
|
22
|
+
import { d as defineCustomElement$1 } from './refine-selection-tools2.js';
|
|
23
|
+
|
|
24
|
+
/** @license
|
|
25
|
+
* Copyright 2022 Esri
|
|
26
|
+
*
|
|
27
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
28
|
+
* you may not use this file except in compliance with the License.
|
|
29
|
+
* You may obtain a copy of the License at
|
|
30
|
+
*
|
|
31
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
32
|
+
*
|
|
33
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
34
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
35
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
36
|
+
* See the License for the specific language governing permissions and
|
|
37
|
+
* limitations under the License.
|
|
38
|
+
*/
|
|
39
|
+
function getSelectionIds(selectionSets) {
|
|
40
|
+
return Object.keys(selectionSets).reduce((prev, cur) => {
|
|
41
|
+
return [
|
|
42
|
+
...prev,
|
|
43
|
+
...selectionSets[cur].download ? selectionSets[cur].selectedIds : []
|
|
44
|
+
];
|
|
45
|
+
}, []);
|
|
46
|
+
}
|
|
47
|
+
function getTotal(selectionSets) {
|
|
48
|
+
return [...new Set(getSelectionIds(selectionSets))].length;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
const refineSelectionCss = ":host{display:block}";
|
|
52
|
+
|
|
53
|
+
const RefineSelection = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
54
|
+
constructor() {
|
|
55
|
+
super();
|
|
56
|
+
this.__registerHost();
|
|
57
|
+
this.selectionSetsChanged = createEvent(this, "selectionSetsChanged", 7);
|
|
58
|
+
//--------------------------------------------------------------------------
|
|
59
|
+
//
|
|
60
|
+
// Properties (protected)
|
|
61
|
+
//
|
|
62
|
+
//--------------------------------------------------------------------------
|
|
63
|
+
/**
|
|
64
|
+
* boolean: Indicates if any new graphics should be added or removed
|
|
65
|
+
*/
|
|
66
|
+
this._addEnabled = true;
|
|
67
|
+
this.addresseeLayer = undefined;
|
|
68
|
+
this.mapView = undefined;
|
|
69
|
+
this.selectionSets = [];
|
|
70
|
+
this._translations = undefined;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Handles changes to refine selection ids.
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
refineSelectionIdsChange(event) {
|
|
77
|
+
var _a, _b;
|
|
78
|
+
const addIds = ((_a = event.detail) === null || _a === void 0 ? void 0 : _a.addIds) || [];
|
|
79
|
+
const removeIds = ((_b = event.detail) === null || _b === void 0 ? void 0 : _b.removeIds) || [];
|
|
80
|
+
this._updateSelectionSets(removeIds);
|
|
81
|
+
this._updateRefineSelectionSet(addIds, removeIds);
|
|
82
|
+
}
|
|
83
|
+
//--------------------------------------------------------------------------
|
|
84
|
+
//
|
|
85
|
+
// Functions (lifecycle)
|
|
86
|
+
//
|
|
87
|
+
//--------------------------------------------------------------------------
|
|
88
|
+
/**
|
|
89
|
+
* StencilJS: Called once just after the component is first connected to the DOM.
|
|
90
|
+
*/
|
|
91
|
+
async componentWillLoad() {
|
|
92
|
+
await this._getTranslations();
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Renders the component.
|
|
96
|
+
*/
|
|
97
|
+
render() {
|
|
98
|
+
return (h(Host, null, h("div", { class: "padding-1" }, h("div", null, h("calcite-radio-group", { class: "w-100", onCalciteRadioGroupChange: (evt) => this._modeChanged(evt) }, h("calcite-radio-group-item", { checked: this._addEnabled, class: "w-50", onClick: () => this._setSelectionMode(ESelectionMode.ADD), value: ESelectionMode.ADD }, this._translations.add), h("calcite-radio-group-item", { checked: !this._addEnabled, class: "w-50", onClick: () => this._setSelectionMode(ESelectionMode.REMOVE), value: ESelectionMode.REMOVE }, this._translations.remove)), h("refine-selection-tools", { border: true, ids: getSelectionIds(this.selectionSets), layerViews: [this.addresseeLayer], mapView: this.mapView, mode: this._addEnabled ? ESelectionMode.ADD : ESelectionMode.REMOVE, ref: (el) => { this._refineTools = el; }, useLayerPicker: false })), h("br", null), (h("calcite-list", { class: "list-border" }, this._getRefineSelectionSetList())))));
|
|
99
|
+
}
|
|
100
|
+
//--------------------------------------------------------------------------
|
|
101
|
+
//
|
|
102
|
+
// Functions (protected)
|
|
103
|
+
//
|
|
104
|
+
//--------------------------------------------------------------------------
|
|
105
|
+
/**
|
|
106
|
+
* Store the Add/Remove mode
|
|
107
|
+
*
|
|
108
|
+
* @protected
|
|
109
|
+
*/
|
|
110
|
+
_modeChanged(evt) {
|
|
111
|
+
this._addEnabled = evt.detail === ESelectionMode.ADD;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Set the refine tools selection mode
|
|
115
|
+
*
|
|
116
|
+
* @protected
|
|
117
|
+
*/
|
|
118
|
+
_setSelectionMode(mode) {
|
|
119
|
+
this._refineTools.mode = mode;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Create a list to show the number added/removed/total unique selected
|
|
123
|
+
*
|
|
124
|
+
* @returns the list node
|
|
125
|
+
* @protected
|
|
126
|
+
*/
|
|
127
|
+
_getRefineSelectionSetList() {
|
|
128
|
+
const total = getTotal(this.selectionSets);
|
|
129
|
+
const refineSet = this._getRefineSelectionSet(this.selectionSets);
|
|
130
|
+
const numAdded = (refineSet === null || refineSet === void 0 ? void 0 : refineSet.refineIds.addIds.length) || 0;
|
|
131
|
+
const numRemoved = (refineSet === null || refineSet === void 0 ? void 0 : refineSet.refineIds.removeIds.length) || 0;
|
|
132
|
+
return [(h("calcite-list-item", { label: this._translations.featuresAdded.replace("{{n}}", numAdded.toString()) })), (h("calcite-list-item", { label: this._translations.featuresRemoved.replace("{{n}}", numRemoved.toString()) })), (h("calcite-list-item", { label: this._translations.totalSelected.replace("{{n}}", total.toString()) }))];
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Fetch the refine selection set
|
|
136
|
+
*
|
|
137
|
+
* @returns the refine selection set
|
|
138
|
+
* @protected
|
|
139
|
+
*/
|
|
140
|
+
_getRefineSelectionSet(selectionSets) {
|
|
141
|
+
let refineSelectionSet;
|
|
142
|
+
selectionSets.some(ss => {
|
|
143
|
+
if (ss.workflowType === EWorkflowType.REFINE) {
|
|
144
|
+
refineSelectionSet = ss;
|
|
145
|
+
return true;
|
|
146
|
+
}
|
|
147
|
+
});
|
|
148
|
+
return refineSelectionSet;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Remove ids from existing selection sets.
|
|
152
|
+
* Remove any selection sets than have no selected ids
|
|
153
|
+
* This can update any selection set not just the refine set.
|
|
154
|
+
* We do not do something similar for adds as we will only ever add from refine tools to the single REFINE selection set.
|
|
155
|
+
*
|
|
156
|
+
* @param removeIds the ids to remove
|
|
157
|
+
*
|
|
158
|
+
* @protected
|
|
159
|
+
*/
|
|
160
|
+
_updateSelectionSets(removeIds) {
|
|
161
|
+
if (removeIds.length > 0) {
|
|
162
|
+
this.selectionSets = this.selectionSets.reduce((prev, cur) => {
|
|
163
|
+
cur.selectedIds = cur.selectedIds.filter(id => removeIds.indexOf(id) < 0);
|
|
164
|
+
if (cur.selectedIds.length > 0) {
|
|
165
|
+
prev.push(cur);
|
|
166
|
+
}
|
|
167
|
+
return prev;
|
|
168
|
+
}, []);
|
|
169
|
+
this.selectionSetsChanged.emit(this.selectionSets);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Update the refine selection set with any adds or removes
|
|
174
|
+
*
|
|
175
|
+
* @param addIds any ids to add
|
|
176
|
+
* @param removeIds any ids to remove
|
|
177
|
+
*
|
|
178
|
+
* @returns Promise resolving when function is done
|
|
179
|
+
* @protected
|
|
180
|
+
*/
|
|
181
|
+
_updateRefineSelectionSet(addIds, removeIds) {
|
|
182
|
+
const selectionSet = this._getRefineSelectionSet(this.selectionSets);
|
|
183
|
+
this.selectionSets = selectionSet ?
|
|
184
|
+
this._updateRefineIds(selectionSet, addIds, removeIds) :
|
|
185
|
+
this._addRefineSelectionSet(addIds, removeIds);
|
|
186
|
+
this.selectionSetsChanged.emit(this.selectionSets);
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Update the ids stored for the refine selection set
|
|
190
|
+
*
|
|
191
|
+
* @param selectionSet the refine selection set
|
|
192
|
+
* @param addIds any ids to add
|
|
193
|
+
* @param removeIds any ids to remove
|
|
194
|
+
*
|
|
195
|
+
* @returns updated selection sets
|
|
196
|
+
* @protected
|
|
197
|
+
*/
|
|
198
|
+
_updateRefineIds(selectionSet, addIds, removeIds) {
|
|
199
|
+
// remove ids if they exist in the current add or remove list
|
|
200
|
+
selectionSet.refineIds.addIds = selectionSet.refineIds.addIds.filter(id => removeIds.indexOf(id) < 0);
|
|
201
|
+
selectionSet.refineIds.removeIds = selectionSet.refineIds.removeIds.filter(id => addIds.indexOf(id) < 0);
|
|
202
|
+
const _addIds = [...new Set(selectionSet.refineIds.addIds.concat(addIds))];
|
|
203
|
+
const _removeIds = [...new Set(selectionSet.refineIds.removeIds.concat(removeIds))];
|
|
204
|
+
selectionSet.refineIds = {
|
|
205
|
+
addIds: _addIds.filter(id => _removeIds.indexOf(id) < 0),
|
|
206
|
+
removeIds: _removeIds.filter(id => _addIds.indexOf(id) < 0)
|
|
207
|
+
};
|
|
208
|
+
selectionSet.selectedIds = selectionSet.refineIds.addIds.length > 0 ?
|
|
209
|
+
[...new Set(selectionSet.selectedIds.concat(selectionSet.refineIds.addIds))] :
|
|
210
|
+
selectionSet.selectedIds.filter(id => selectionSet.refineIds.removeIds.indexOf(id) < 0);
|
|
211
|
+
return this.selectionSets.map(ss => {
|
|
212
|
+
return ss.workflowType === EWorkflowType.REFINE ? selectionSet : ss;
|
|
213
|
+
});
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* Add a new refine selection set
|
|
217
|
+
*
|
|
218
|
+
* @param addIds any ids to add
|
|
219
|
+
* @param removeIds any ids to remove
|
|
220
|
+
*
|
|
221
|
+
* @returns updated selection sets
|
|
222
|
+
* @protected
|
|
223
|
+
*/
|
|
224
|
+
_addRefineSelectionSet(addIds, removeIds) {
|
|
225
|
+
return [
|
|
226
|
+
...this.selectionSets,
|
|
227
|
+
({
|
|
228
|
+
buffer: undefined,
|
|
229
|
+
distance: 0,
|
|
230
|
+
download: true,
|
|
231
|
+
geometries: [],
|
|
232
|
+
id: Date.now(),
|
|
233
|
+
label: "Refine",
|
|
234
|
+
layerView: this.addresseeLayer,
|
|
235
|
+
refineSelectLayers: [],
|
|
236
|
+
searchResult: undefined,
|
|
237
|
+
selectedIds: addIds,
|
|
238
|
+
unit: "feet",
|
|
239
|
+
workflowType: EWorkflowType.REFINE,
|
|
240
|
+
refineIds: {
|
|
241
|
+
addIds: addIds,
|
|
242
|
+
removeIds: removeIds
|
|
243
|
+
}
|
|
244
|
+
})
|
|
245
|
+
];
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* Fetches the component's translations
|
|
249
|
+
*
|
|
250
|
+
* @protected
|
|
251
|
+
*/
|
|
252
|
+
async _getTranslations() {
|
|
253
|
+
const translations = await getLocaleComponentStrings(this.el);
|
|
254
|
+
this._translations = translations[0];
|
|
255
|
+
}
|
|
256
|
+
/** Provides access to protected methods for unit testing.
|
|
257
|
+
*
|
|
258
|
+
* @param methodName Name of protected method to run
|
|
259
|
+
* @param arg1 First argument to forward to method, e.g., for "_modeChanged", `ESelectionMode`
|
|
260
|
+
* @returns
|
|
261
|
+
*/
|
|
262
|
+
_testAccess(methodName, arg1) {
|
|
263
|
+
switch (methodName) {
|
|
264
|
+
case "_modeChanged":
|
|
265
|
+
return this._modeChanged(arg1);
|
|
266
|
+
case "_setSelectionMode":
|
|
267
|
+
return this._setSelectionMode(arg1);
|
|
268
|
+
// case "_getRefineSelectionSetList":
|
|
269
|
+
// return this._getRefineSelectionSetList();
|
|
270
|
+
// case "_getRefineSelectionSet":
|
|
271
|
+
// return this._getRefineSelectionSet(arg1);
|
|
272
|
+
// case "_updateSelectionSets":
|
|
273
|
+
// return this._updateSelectionSets(arg1);
|
|
274
|
+
// case "_updateRefineSelectionSet":
|
|
275
|
+
// return this._updateRefineSelectionSet(arg1, arg2);
|
|
276
|
+
// case "_updateRefineIds":
|
|
277
|
+
// return this._updateRefineIds(arg1, arg2, arg3);
|
|
278
|
+
// case "_addRefineSelectionSet":
|
|
279
|
+
// return this._addRefineSelectionSet(arg1, arg2);
|
|
280
|
+
}
|
|
281
|
+
return null;
|
|
282
|
+
}
|
|
283
|
+
get el() { return this; }
|
|
284
|
+
static get style() { return refineSelectionCss; }
|
|
285
|
+
}, [0, "refine-selection", {
|
|
286
|
+
"addresseeLayer": [16],
|
|
287
|
+
"mapView": [16],
|
|
288
|
+
"selectionSets": [1040],
|
|
289
|
+
"_translations": [32]
|
|
290
|
+
}, [[8, "refineSelectionIdsChange", "refineSelectionIdsChange"]]]);
|
|
291
|
+
function defineCustomElement() {
|
|
292
|
+
if (typeof customElements === "undefined") {
|
|
293
|
+
return;
|
|
294
|
+
}
|
|
295
|
+
const components = ["refine-selection", "calcite-action", "calcite-chip", "calcite-combobox", "calcite-combobox-item", "calcite-icon", "calcite-list", "calcite-list-item", "calcite-loader", "calcite-option", "calcite-radio-group", "calcite-radio-group-item", "calcite-select", "map-layer-picker", "refine-selection-tools"];
|
|
296
|
+
components.forEach(tagName => { switch (tagName) {
|
|
297
|
+
case "refine-selection":
|
|
298
|
+
if (!customElements.get(tagName)) {
|
|
299
|
+
customElements.define(tagName, RefineSelection);
|
|
300
|
+
}
|
|
301
|
+
break;
|
|
302
|
+
case "calcite-action":
|
|
303
|
+
if (!customElements.get(tagName)) {
|
|
304
|
+
defineCustomElement$e();
|
|
305
|
+
}
|
|
306
|
+
break;
|
|
307
|
+
case "calcite-chip":
|
|
308
|
+
if (!customElements.get(tagName)) {
|
|
309
|
+
defineCustomElement$d();
|
|
310
|
+
}
|
|
311
|
+
break;
|
|
312
|
+
case "calcite-combobox":
|
|
313
|
+
if (!customElements.get(tagName)) {
|
|
314
|
+
defineCustomElement$c();
|
|
315
|
+
}
|
|
316
|
+
break;
|
|
317
|
+
case "calcite-combobox-item":
|
|
318
|
+
if (!customElements.get(tagName)) {
|
|
319
|
+
defineCustomElement$b();
|
|
320
|
+
}
|
|
321
|
+
break;
|
|
322
|
+
case "calcite-icon":
|
|
323
|
+
if (!customElements.get(tagName)) {
|
|
324
|
+
defineCustomElement$a();
|
|
325
|
+
}
|
|
326
|
+
break;
|
|
327
|
+
case "calcite-list":
|
|
328
|
+
if (!customElements.get(tagName)) {
|
|
329
|
+
defineCustomElement$9();
|
|
330
|
+
}
|
|
331
|
+
break;
|
|
332
|
+
case "calcite-list-item":
|
|
333
|
+
if (!customElements.get(tagName)) {
|
|
334
|
+
defineCustomElement$8();
|
|
335
|
+
}
|
|
336
|
+
break;
|
|
337
|
+
case "calcite-loader":
|
|
338
|
+
if (!customElements.get(tagName)) {
|
|
339
|
+
defineCustomElement$7();
|
|
340
|
+
}
|
|
341
|
+
break;
|
|
342
|
+
case "calcite-option":
|
|
343
|
+
if (!customElements.get(tagName)) {
|
|
344
|
+
defineCustomElement$6();
|
|
345
|
+
}
|
|
346
|
+
break;
|
|
347
|
+
case "calcite-radio-group":
|
|
348
|
+
if (!customElements.get(tagName)) {
|
|
349
|
+
defineCustomElement$5();
|
|
350
|
+
}
|
|
351
|
+
break;
|
|
352
|
+
case "calcite-radio-group-item":
|
|
353
|
+
if (!customElements.get(tagName)) {
|
|
354
|
+
defineCustomElement$4();
|
|
355
|
+
}
|
|
356
|
+
break;
|
|
357
|
+
case "calcite-select":
|
|
358
|
+
if (!customElements.get(tagName)) {
|
|
359
|
+
defineCustomElement$3();
|
|
360
|
+
}
|
|
361
|
+
break;
|
|
362
|
+
case "map-layer-picker":
|
|
363
|
+
if (!customElements.get(tagName)) {
|
|
364
|
+
defineCustomElement$2();
|
|
365
|
+
}
|
|
366
|
+
break;
|
|
367
|
+
case "refine-selection-tools":
|
|
368
|
+
if (!customElements.get(tagName)) {
|
|
369
|
+
defineCustomElement$1();
|
|
370
|
+
}
|
|
371
|
+
break;
|
|
372
|
+
} });
|
|
373
|
+
}
|
|
374
|
+
defineCustomElement();
|
|
375
|
+
|
|
376
|
+
export { RefineSelection as R, getSelectionIds as a, defineCustomElement as d, getTotal as g };
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
/*!
|
|
7
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
8
|
+
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
|
9
|
+
* v1.0.0-beta.97
|
|
10
|
+
*/
|
|
11
|
+
const CSS = {
|
|
12
|
+
sticky: "sticky-pos"
|
|
13
|
+
};
|
|
14
|
+
var ICON_TYPES;
|
|
15
|
+
(function (ICON_TYPES) {
|
|
16
|
+
ICON_TYPES["circle"] = "circle";
|
|
17
|
+
ICON_TYPES["square"] = "square";
|
|
18
|
+
ICON_TYPES["grip"] = "grip";
|
|
19
|
+
})(ICON_TYPES || (ICON_TYPES = {}));
|
|
20
|
+
const SLOTS = {
|
|
21
|
+
menuActions: "menu-actions"
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { CSS as C, ICON_TYPES as I, SLOTS as S };
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
/*!
|
|
7
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
8
|
+
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
|
9
|
+
* v1.0.0-beta.97
|
|
10
|
+
*/
|
|
11
|
+
const CSS = {
|
|
12
|
+
heading: "heading",
|
|
13
|
+
container: "container",
|
|
14
|
+
indented: "container--indented"
|
|
15
|
+
};
|
|
16
|
+
const SLOTS = {
|
|
17
|
+
parentItem: "parent-item"
|
|
18
|
+
};
|
|
19
|
+
const HEADING_LEVEL = 3;
|
|
20
|
+
|
|
21
|
+
export { CSS as C, HEADING_LEVEL as H, SLOTS as S };
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
/*!
|
|
7
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
8
|
+
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
|
9
|
+
* v1.0.0-beta.97
|
|
10
|
+
*/
|
|
11
|
+
const CSS = {
|
|
12
|
+
header: "header",
|
|
13
|
+
heading: "heading",
|
|
14
|
+
close: "close",
|
|
15
|
+
container: "container",
|
|
16
|
+
tipContainer: "tip-container",
|
|
17
|
+
tipContainerAdvancing: "tip-container--advancing",
|
|
18
|
+
tipContainerRetreating: "tip-container--retreating",
|
|
19
|
+
pagination: "pagination",
|
|
20
|
+
pagePosition: "page-position",
|
|
21
|
+
pageNext: "page-next",
|
|
22
|
+
pagePrevious: "page-previous"
|
|
23
|
+
};
|
|
24
|
+
const ICONS = {
|
|
25
|
+
chevronLeft: "chevron-left",
|
|
26
|
+
chevronRight: "chevron-right",
|
|
27
|
+
close: "x"
|
|
28
|
+
};
|
|
29
|
+
const TEXT = {
|
|
30
|
+
defaultGroupTitle: "Tips",
|
|
31
|
+
defaultPaginationLabel: "Tip",
|
|
32
|
+
close: "Close",
|
|
33
|
+
previous: "Previous",
|
|
34
|
+
next: "Next"
|
|
35
|
+
};
|
|
36
|
+
const HEADING_LEVEL = 2;
|
|
37
|
+
|
|
38
|
+
export { CSS as C, HEADING_LEVEL as H, ICONS as I, TEXT as T };
|
|
@@ -0,0 +1,83 @@
|
|
|
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 { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
7
|
+
import { d as defineCustomElement$1 } from './loader.js';
|
|
8
|
+
|
|
9
|
+
/*!
|
|
10
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
11
|
+
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
|
12
|
+
* v1.0.0-beta.97
|
|
13
|
+
*/
|
|
14
|
+
const CSS = {
|
|
15
|
+
scrim: "scrim",
|
|
16
|
+
content: "content"
|
|
17
|
+
};
|
|
18
|
+
const TEXT = {
|
|
19
|
+
loading: "Loading"
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
const scrimCss = "@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{position:absolute;inset:0px;z-index:700;display:flex;block-size:100%;inline-size:100%;flex-direction:column;align-items:stretch}@keyframes calcite-scrim-fade-in{0%{--tw-bg-opacity:0}100%{--tw-text-opacity:1}}.scrim{position:absolute;inset:0px;display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center;overflow:hidden;animation:calcite-scrim-fade-in var(--calcite-internal-animation-timing-medium) ease-in-out;background-color:var(--calcite-scrim-background)}.content{padding:1rem}";
|
|
23
|
+
|
|
24
|
+
const Scrim = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
25
|
+
constructor() {
|
|
26
|
+
super();
|
|
27
|
+
this.__registerHost();
|
|
28
|
+
this.__attachShadow();
|
|
29
|
+
// --------------------------------------------------------------------------
|
|
30
|
+
//
|
|
31
|
+
// Properties
|
|
32
|
+
//
|
|
33
|
+
// --------------------------------------------------------------------------
|
|
34
|
+
/**
|
|
35
|
+
* Accessible name when the component is loading.
|
|
36
|
+
*
|
|
37
|
+
* @default "Loading"
|
|
38
|
+
*/
|
|
39
|
+
this.intlLoading = TEXT.loading;
|
|
40
|
+
/**
|
|
41
|
+
* When `true`, a busy indicator is displayed.
|
|
42
|
+
*/
|
|
43
|
+
this.loading = false;
|
|
44
|
+
}
|
|
45
|
+
// --------------------------------------------------------------------------
|
|
46
|
+
//
|
|
47
|
+
// Render Method
|
|
48
|
+
//
|
|
49
|
+
// --------------------------------------------------------------------------
|
|
50
|
+
render() {
|
|
51
|
+
const { el, loading, intlLoading } = this;
|
|
52
|
+
const hasContent = el.innerHTML.trim().length > 0;
|
|
53
|
+
const loaderNode = loading ? h("calcite-loader", { active: true, label: intlLoading }) : null;
|
|
54
|
+
const contentNode = hasContent ? (h("div", { class: CSS.content }, h("slot", null))) : null;
|
|
55
|
+
return (h("div", { class: CSS.scrim }, loaderNode, contentNode));
|
|
56
|
+
}
|
|
57
|
+
get el() { return this; }
|
|
58
|
+
static get style() { return scrimCss; }
|
|
59
|
+
}, [1, "calcite-scrim", {
|
|
60
|
+
"intlLoading": [1, "intl-loading"],
|
|
61
|
+
"loading": [516]
|
|
62
|
+
}]);
|
|
63
|
+
function defineCustomElement() {
|
|
64
|
+
if (typeof customElements === "undefined") {
|
|
65
|
+
return;
|
|
66
|
+
}
|
|
67
|
+
const components = ["calcite-scrim", "calcite-loader"];
|
|
68
|
+
components.forEach(tagName => { switch (tagName) {
|
|
69
|
+
case "calcite-scrim":
|
|
70
|
+
if (!customElements.get(tagName)) {
|
|
71
|
+
customElements.define(tagName, Scrim);
|
|
72
|
+
}
|
|
73
|
+
break;
|
|
74
|
+
case "calcite-loader":
|
|
75
|
+
if (!customElements.get(tagName)) {
|
|
76
|
+
defineCustomElement$1();
|
|
77
|
+
}
|
|
78
|
+
break;
|
|
79
|
+
} });
|
|
80
|
+
}
|
|
81
|
+
defineCustomElement();
|
|
82
|
+
|
|
83
|
+
export { Scrim as S, defineCustomElement as d };
|