@esri/solutions-components 0.7.31 → 0.7.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. package/dist/cjs/calcite-flow_5.cjs.entry.js +94 -43
  2. package/dist/cjs/card-manager_3.cjs.entry.js +1 -1
  3. package/dist/cjs/crowdsource-reporter.cjs.entry.js +35 -8
  4. package/dist/cjs/{downloadUtils-10e0de31.js → downloadUtils-6b451886.js} +2 -2
  5. package/dist/cjs/{index.es-72dc7ab9.js → index.es-3eaba9ef.js} +1 -1
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/map-select-tools_3.cjs.entry.js +1 -1
  8. package/dist/cjs/public-notification.cjs.entry.js +1 -1
  9. package/dist/cjs/solutions-components.cjs.js +1 -1
  10. package/dist/collection/components/basemap-gallery/basemap-gallery.css +19 -19
  11. package/dist/collection/components/create-feature/create-feature.css +27 -0
  12. package/dist/collection/components/create-feature/create-feature.js +126 -43
  13. package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +35 -8
  14. package/dist/collection/components/map-fullscreen/map-fullscreen.css +19 -19
  15. package/dist/collection/components/map-legend/map-legend.css +3 -3
  16. package/dist/collection/demos/create-feature.html +90 -0
  17. package/dist/collection/utils/downloadUtils.js +1 -1
  18. package/dist/collection/utils/downloadUtils.ts +1 -1
  19. package/dist/components/create-feature2.js +96 -44
  20. package/dist/components/crowdsource-reporter.js +35 -8
  21. package/dist/components/downloadUtils.js +1 -1
  22. package/dist/esm/calcite-flow_5.entry.js +95 -44
  23. package/dist/esm/card-manager_3.entry.js +1 -1
  24. package/dist/esm/crowdsource-reporter.entry.js +35 -8
  25. package/dist/esm/{downloadUtils-d297078f.js → downloadUtils-4577cf8b.js} +2 -2
  26. package/dist/esm/{index.es-3b4fa9d0.js → index.es-a28dad8e.js} +1 -1
  27. package/dist/esm/loader.js +1 -1
  28. package/dist/esm/map-select-tools_3.entry.js +1 -1
  29. package/dist/esm/public-notification.entry.js +1 -1
  30. package/dist/esm/solutions-components.js +1 -1
  31. package/dist/solutions-components/demos/create-feature.html +90 -0
  32. package/dist/solutions-components/{p-09ec8c8f.entry.js → p-288dfd06.entry.js} +1 -1
  33. package/dist/solutions-components/{p-103c5318.js → p-6c85b276.js} +2 -2
  34. package/dist/solutions-components/{p-57d49d15.entry.js → p-a84acc82.entry.js} +1 -1
  35. package/dist/solutions-components/{p-8ec25bf4.js → p-b1a5f341.js} +1 -1
  36. package/dist/solutions-components/p-d5263cb9.entry.js +17 -0
  37. package/dist/solutions-components/{p-921f21d5.entry.js → p-e22bce70.entry.js} +1 -1
  38. package/dist/solutions-components/p-ea17cefb.entry.js +6 -0
  39. package/dist/solutions-components/solutions-components.esm.js +1 -1
  40. package/dist/solutions-components/utils/downloadUtils.ts +1 -1
  41. package/dist/solutions-components_commit.txt +7 -0
  42. package/dist/types/components/create-feature/create-feature.d.ts +21 -3
  43. package/dist/types/components/crowdsource-reporter/crowdsource-reporter.d.ts +18 -4
  44. package/dist/types/components.d.ts +13 -0
  45. package/dist/types/preact.d.ts +2 -1
  46. package/package.json +1 -1
  47. package/dist/solutions-components/p-b4e2cac4.entry.js +0 -17
  48. package/dist/solutions-components/p-bb6562ab.entry.js +0 -6
@@ -12,7 +12,7 @@ const locale = require('./locale-a476e15d.js');
12
12
  const mapViewUtils = require('./mapViewUtils-8aa325de.js');
13
13
  const interfaces = require('./interfaces-7cd0a48a.js');
14
14
  const publicNotificationStore = require('./publicNotificationStore-3a17c2f4.js');
15
- const downloadUtils = require('./downloadUtils-10e0de31.js');
15
+ const downloadUtils = require('./downloadUtils-6b451886.js');
16
16
  require('./esri-loader-a91c0ec1.js');
17
17
  require('./_commonjsHelpers-384729db.js');
18
18
  require('./index-22bb61da.js');
@@ -12,7 +12,7 @@ const interfaces = require('./interfaces-7cd0a48a.js');
12
12
  const locale = require('./locale-a476e15d.js');
13
13
  const mapViewUtils = require('./mapViewUtils-8aa325de.js');
14
14
  const publicNotificationStore = require('./publicNotificationStore-3a17c2f4.js');
15
- const downloadUtils = require('./downloadUtils-10e0de31.js');
15
+ const downloadUtils = require('./downloadUtils-6b451886.js');
16
16
  require('./esri-loader-a91c0ec1.js');
17
17
  require('./_commonjsHelpers-384729db.js');
18
18
  require('./index-22bb61da.js');