@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
@@ -8,7 +8,7 @@ import { a as getComponentClosestLanguage, l as loadModules, g as getLocaleCompo
8
8
  import { b as goToSelection, h as highlightFeatures, j as queryObjectIds, k as getQueryGeoms, c as getFeatureLayerView, l as queryFeaturesByGeometry, m as getIdSets, n as highlightAllFeatures } from './mapViewUtils-cf05e880.js';
9
9
  import { a as EWorkflowType, e as ESelectionMode, f as EDrawMode } from './interfaces-586e863c.js';
10
10
  import { s as state } from './publicNotificationStore-9362d7ae.js';
11
- import { d as downloadCSV, a as downloadPDF } from './downloadUtils-d297078f.js';
11
+ import { d as downloadCSV, a as downloadPDF } from './downloadUtils-4577cf8b.js';
12
12
  import './esri-loader-eda07632.js';
13
13
  import './_commonjsHelpers-d5f9d613.js';
14
14
  import './index-857df22e.js';
@@ -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-731e75a8.js';
9
9
  import { b as goToSelection, h as highlightFeatures } from './mapViewUtils-cf05e880.js';
10
10
  import { s as state } from './publicNotificationStore-9362d7ae.js';
11
- import { c as consolidateLabels, r as removeDuplicateLabels } from './downloadUtils-d297078f.js';
11
+ import { c as consolidateLabels, r as removeDuplicateLabels } from './downloadUtils-4577cf8b.js';
12
12
  import './esri-loader-eda07632.js';
13
13
  import './_commonjsHelpers-d5f9d613.js';
14
14
  import './index-857df22e.js';