@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.
Files changed (45) hide show
  1. package/dist/cjs/calcite-alert_5.cjs.entry.js +2 -2
  2. package/dist/cjs/card-manager_3.cjs.entry.js +1 -1
  3. package/dist/cjs/crowdsource-manager.cjs.entry.js +17 -3
  4. package/dist/cjs/{downloadUtils-5864e6b2.js → downloadUtils-470f6a27.js} +2 -2
  5. package/dist/cjs/feature-list.cjs.entry.js +2 -2
  6. package/dist/cjs/{index.es-c82ac9f0.js → index.es-6387d8fb.js} +1 -1
  7. package/dist/cjs/loader.cjs.js +1 -1
  8. package/dist/cjs/map-select-tools_3.cjs.entry.js +1 -1
  9. package/dist/cjs/{popupUtils-f92ecd7f.js → popupUtils-c38f840d.js} +1 -1
  10. package/dist/cjs/public-notification.cjs.entry.js +5 -5
  11. package/dist/cjs/solutions-components.cjs.js +1 -1
  12. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +37 -4
  13. package/dist/collection/components/public-notification/public-notification.js +6 -6
  14. package/dist/collection/utils/pdfUtils.js +1 -1
  15. package/dist/collection/utils/pdfUtils.ts +1 -1
  16. package/dist/components/crowdsource-manager.js +20 -4
  17. package/dist/components/downloadUtils.js +1 -1
  18. package/dist/components/public-notification.js +4 -4
  19. package/dist/esm/calcite-alert_5.entry.js +2 -2
  20. package/dist/esm/card-manager_3.entry.js +1 -1
  21. package/dist/esm/crowdsource-manager.entry.js +17 -3
  22. package/dist/esm/{downloadUtils-a065e9cd.js → downloadUtils-d1f791c5.js} +2 -2
  23. package/dist/esm/feature-list.entry.js +2 -2
  24. package/dist/esm/{index.es-4b7e52e4.js → index.es-decad494.js} +1 -1
  25. package/dist/esm/loader.js +1 -1
  26. package/dist/esm/map-select-tools_3.entry.js +1 -1
  27. package/dist/esm/{popupUtils-07732cb9.js → popupUtils-4e0a103f.js} +1 -1
  28. package/dist/esm/public-notification.entry.js +5 -5
  29. package/dist/esm/solutions-components.js +1 -1
  30. package/dist/solutions-components/{p-01588d2c.js → p-1490c752.js} +1 -1
  31. package/dist/solutions-components/p-5067d77e.entry.js +6 -0
  32. package/dist/solutions-components/{p-abd1cb78.js → p-691cb5f4.js} +2 -2
  33. package/dist/solutions-components/{p-2a53ba0d.js → p-74fbad1c.js} +2 -2
  34. package/dist/solutions-components/{p-ec8f8ff9.entry.js → p-9fed495d.entry.js} +1 -1
  35. package/dist/solutions-components/{p-f222a84e.entry.js → p-b96233e3.entry.js} +1 -1
  36. package/dist/solutions-components/p-bd2278cf.entry.js +6 -0
  37. package/dist/solutions-components/{p-dcef5e1a.entry.js → p-bde2619f.entry.js} +1 -1
  38. package/dist/solutions-components/{p-01bdd59d.entry.js → p-fd79adec.entry.js} +1 -1
  39. package/dist/solutions-components/solutions-components.esm.js +1 -1
  40. package/dist/solutions-components/utils/pdfUtils.ts +1 -1
  41. package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +8 -0
  42. package/dist/types/components.d.ts +8 -0
  43. package/package.json +1 -1
  44. package/dist/solutions-components/p-39ca5896.entry.js +0 -6
  45. 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-5864e6b2.js');
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');
@@ -5,7 +5,7 @@
5
5
  */
6
6
  'use strict';
7
7
 
8
- const downloadUtils = require('./downloadUtils-5864e6b2.js');
8
+ const downloadUtils = require('./downloadUtils-470f6a27.js');
9
9
  const locale = require('./locale-a09603ee.js');
10
10
 
11
11
  /** @license
@@ -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-5864e6b2.js');
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 = true;
39
+ this.enableLayerFeaturesOnLoad = false;
40
40
  this.enableSearchDistance = true;
41
- this.enableSearchDistanceOnLoad = true;
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(`../assets/data/images/onboarding.png`);
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: '32b499530a84e6346cd218a38dcc634ac30db742' }, index.h("calcite-shell", { key: 'defd1950cb21b885969c662e0b79210a3a0a86e1' }, index.h("calcite-action-bar", { key: 'b0cd049e067a35a665fd2c24469e5a3b304116bb', 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))));
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.