@esri/solutions-components 0.10.19 → 0.10.21
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/calcite-alert_5.cjs.entry.js +2 -2
- package/dist/cjs/card-manager_3.cjs.entry.js +1 -1
- package/dist/cjs/crowdsource-manager.cjs.entry.js +17 -3
- package/dist/cjs/{downloadUtils-5864e6b2.js → downloadUtils-470f6a27.js} +2 -2
- package/dist/cjs/feature-list.cjs.entry.js +2 -2
- package/dist/cjs/{index.es-c82ac9f0.js → index.es-6387d8fb.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/map-select-tools_3.cjs.entry.js +1 -1
- package/dist/cjs/{popupUtils-f92ecd7f.js → popupUtils-c38f840d.js} +1 -1
- package/dist/cjs/public-notification.cjs.entry.js +5 -5
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +37 -4
- package/dist/collection/components/public-notification/public-notification.js +6 -6
- package/dist/collection/utils/pdfUtils.js +1 -1
- package/dist/collection/utils/pdfUtils.ts +1 -1
- package/dist/components/crowdsource-manager.js +20 -4
- package/dist/components/downloadUtils.js +1 -1
- package/dist/components/public-notification.js +4 -4
- package/dist/esm/calcite-alert_5.entry.js +2 -2
- package/dist/esm/card-manager_3.entry.js +1 -1
- package/dist/esm/crowdsource-manager.entry.js +17 -3
- package/dist/esm/{downloadUtils-a065e9cd.js → downloadUtils-d1f791c5.js} +2 -2
- package/dist/esm/feature-list.entry.js +2 -2
- package/dist/esm/{index.es-4b7e52e4.js → index.es-decad494.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/map-select-tools_3.entry.js +1 -1
- package/dist/esm/{popupUtils-07732cb9.js → popupUtils-4e0a103f.js} +1 -1
- package/dist/esm/public-notification.entry.js +5 -5
- package/dist/esm/solutions-components.js +1 -1
- package/dist/solutions-components/{p-01588d2c.js → p-1490c752.js} +1 -1
- package/dist/solutions-components/p-5067d77e.entry.js +6 -0
- package/dist/solutions-components/{p-abd1cb78.js → p-691cb5f4.js} +2 -2
- package/dist/solutions-components/{p-2a53ba0d.js → p-74fbad1c.js} +2 -2
- package/dist/solutions-components/{p-ec8f8ff9.entry.js → p-9fed495d.entry.js} +1 -1
- package/dist/solutions-components/{p-f222a84e.entry.js → p-b96233e3.entry.js} +1 -1
- package/dist/solutions-components/p-bd2278cf.entry.js +6 -0
- package/dist/solutions-components/{p-dcef5e1a.entry.js → p-bde2619f.entry.js} +1 -1
- package/dist/solutions-components/{p-01bdd59d.entry.js → p-fd79adec.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/pdfUtils.ts +1 -1
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +8 -0
- package/dist/types/components.d.ts +8 -0
- package/package.json +1 -1
- package/dist/solutions-components/p-39ca5896.entry.js +0 -6
- package/dist/solutions-components/p-5612aa0c.entry.js +0 -6
@@ -8,7 +8,7 @@ import { a as getComponentClosestLanguage, l as loadModules, g as getLocaleCompo
|
|
8
8
|
import { e as goToSelection, h as highlightFeatures, k as queryObjectIds, l as getQueryGeoms, c as getFeatureLayerView, m as queryFeaturesByGeometry, n as getIdSets, o as highlightAllFeatures } from './mapViewUtils-f54edae3.js';
|
9
9
|
import { a as EWorkflowType, e as ESelectionMode, f as EDrawMode } from './interfaces-659e3836.js';
|
10
10
|
import { s as state } from './publicNotificationStore-7b0b97b6.js';
|
11
|
-
import { d as downloadCSV, a as downloadPDF } from './downloadUtils-
|
11
|
+
import { d as downloadCSV, a as downloadPDF } from './downloadUtils-d1f791c5.js';
|
12
12
|
import './esri-loader-c6842c6b.js';
|
13
13
|
import './_commonjsHelpers-089957fe.js';
|
14
14
|
import './index-2c724afd.js';
|
@@ -3,7 +3,7 @@
|
|
3
3
|
* Licensed under the Apache License, Version 2.0
|
4
4
|
* http://www.apache.org/licenses/LICENSE-2.0
|
5
5
|
*/
|
6
|
-
import { _ as _prepareAttributeValue } from './downloadUtils-
|
6
|
+
import { _ as _prepareAttributeValue } from './downloadUtils-d1f791c5.js';
|
7
7
|
import { l as loadModules } from './locale-b1d53fb1.js';
|
8
8
|
|
9
9
|
/** @license
|
@@ -8,7 +8,7 @@ import { b as EExportType, c as EPageType, a as EWorkflowType } from './interfac
|
|
8
8
|
import { l as loadModules, g as getLocaleComponentStrings } from './locale-b1d53fb1.js';
|
9
9
|
import { e as goToSelection, h as highlightFeatures } from './mapViewUtils-f54edae3.js';
|
10
10
|
import { s as state } from './publicNotificationStore-7b0b97b6.js';
|
11
|
-
import { c as consolidateLabels, r as removeDuplicateLabels } from './downloadUtils-
|
11
|
+
import { c as consolidateLabels, r as removeDuplicateLabels } from './downloadUtils-d1f791c5.js';
|
12
12
|
import './esri-loader-c6842c6b.js';
|
13
13
|
import './_commonjsHelpers-089957fe.js';
|
14
14
|
import './index-2c724afd.js';
|
@@ -32,9 +32,9 @@ const PublicNotification = class {
|
|
32
32
|
this.defaultExportTitle = "";
|
33
33
|
this.defaultNumLabelsPerPage = 6;
|
34
34
|
this.enableLayerFeatures = true;
|
35
|
-
this.enableLayerFeaturesOnLoad =
|
35
|
+
this.enableLayerFeaturesOnLoad = false;
|
36
36
|
this.enableSearchDistance = true;
|
37
|
-
this.enableSearchDistanceOnLoad =
|
37
|
+
this.enableSearchDistanceOnLoad = false;
|
38
38
|
this.enableSketchTools = true;
|
39
39
|
this.featureEffect = undefined;
|
40
40
|
this.featureHighlightEnabled = undefined;
|
@@ -248,14 +248,14 @@ const PublicNotification = class {
|
|
248
248
|
await this._getTranslations();
|
249
249
|
await this._initModules();
|
250
250
|
this._initSymbols();
|
251
|
-
this._onboardingImageUrl = getAssetPath(
|
251
|
+
this._onboardingImageUrl = getAssetPath(`assets/data/images/onboarding.png`);
|
252
252
|
}
|
253
253
|
/**
|
254
254
|
* Renders the component.
|
255
255
|
*/
|
256
256
|
render() {
|
257
257
|
const headerSlot = this._isMobile ? "footer" : "header";
|
258
|
-
return (h(Host, { key: '
|
258
|
+
return (h(Host, { key: '019074cdfaddd8121a6ed255f42dea427aac9440' }, h("calcite-shell", { key: 'ece21e206f6519627bc8f139c35f68838eb701a2' }, h("calcite-action-bar", { key: '92883d5df9fcf43584f3934bf7f61640afed2bdb', class: "border-bottom-1 action-bar-size", "expand-disabled": true, layout: "horizontal", slot: headerSlot }, this._getActionGroup("list-check", EPageType.LIST, this._translations.myLists), this.showRefineSelection ? this._getActionGroup("test-data", EPageType.REFINE, this._translations.refineSelection) : null, this._getActionGroup("export", EPageType.EXPORT, this._translations.export)), this._getPage(this._pageType))));
|
259
259
|
}
|
260
260
|
/**
|
261
261
|
* StencilJS: Called once just after the component is first loaded.
|