@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
@@ -12,7 +12,7 @@ const locale = require('./locale-a09603ee.js');
|
|
12
12
|
const mapViewUtils = require('./mapViewUtils-18c46b84.js');
|
13
13
|
const interfaces = require('./interfaces-09c4c40e.js');
|
14
14
|
const publicNotificationStore = require('./publicNotificationStore-f229e839.js');
|
15
|
-
const downloadUtils = require('./downloadUtils-
|
15
|
+
const downloadUtils = require('./downloadUtils-470f6a27.js');
|
16
16
|
require('./esri-loader-08dc41bd.js');
|
17
17
|
require('./_commonjsHelpers-baf43783.js');
|
18
18
|
require('./index-da709a10.js');
|
@@ -12,7 +12,7 @@ const interfaces = require('./interfaces-09c4c40e.js');
|
|
12
12
|
const locale = require('./locale-a09603ee.js');
|
13
13
|
const mapViewUtils = require('./mapViewUtils-18c46b84.js');
|
14
14
|
const publicNotificationStore = require('./publicNotificationStore-f229e839.js');
|
15
|
-
const downloadUtils = require('./downloadUtils-
|
15
|
+
const downloadUtils = require('./downloadUtils-470f6a27.js');
|
16
16
|
require('./esri-loader-08dc41bd.js');
|
17
17
|
require('./_commonjsHelpers-baf43783.js');
|
18
18
|
require('./index-da709a10.js');
|
@@ -36,9 +36,9 @@ const PublicNotification = class {
|
|
36
36
|
this.defaultExportTitle = "";
|
37
37
|
this.defaultNumLabelsPerPage = 6;
|
38
38
|
this.enableLayerFeatures = true;
|
39
|
-
this.enableLayerFeaturesOnLoad =
|
39
|
+
this.enableLayerFeaturesOnLoad = false;
|
40
40
|
this.enableSearchDistance = true;
|
41
|
-
this.enableSearchDistanceOnLoad =
|
41
|
+
this.enableSearchDistanceOnLoad = false;
|
42
42
|
this.enableSketchTools = true;
|
43
43
|
this.featureEffect = undefined;
|
44
44
|
this.featureHighlightEnabled = undefined;
|
@@ -252,14 +252,14 @@ const PublicNotification = class {
|
|
252
252
|
await this._getTranslations();
|
253
253
|
await this._initModules();
|
254
254
|
this._initSymbols();
|
255
|
-
this._onboardingImageUrl = index.getAssetPath(
|
255
|
+
this._onboardingImageUrl = index.getAssetPath(`assets/data/images/onboarding.png`);
|
256
256
|
}
|
257
257
|
/**
|
258
258
|
* Renders the component.
|
259
259
|
*/
|
260
260
|
render() {
|
261
261
|
const headerSlot = this._isMobile ? "footer" : "header";
|
262
|
-
return (index.h(index.Host, { key: '
|
262
|
+
return (index.h(index.Host, { key: '019074cdfaddd8121a6ed255f42dea427aac9440' }, index.h("calcite-shell", { key: 'ece21e206f6519627bc8f139c35f68838eb701a2' }, index.h("calcite-action-bar", { key: '92883d5df9fcf43584f3934bf7f61640afed2bdb', class: "border-bottom-1 action-bar-size", "expand-disabled": true, layout: "horizontal", slot: headerSlot }, this._getActionGroup("list-check", interfaces.EPageType.LIST, this._translations.myLists), this.showRefineSelection ? this._getActionGroup("test-data", interfaces.EPageType.REFINE, this._translations.refineSelection) : null, this._getActionGroup("export", interfaces.EPageType.EXPORT, this._translations.export)), this._getPage(this._pageType))));
|
263
263
|
}
|
264
264
|
/**
|
265
265
|
* StencilJS: Called once just after the component is first loaded.
|