@esri/solutions-components 0.8.9 → 0.8.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/assets/t9n/crowdsource-reporter/resources.json +9 -2
- package/dist/assets/t9n/crowdsource-reporter/resources_en.json +9 -2
- package/dist/cjs/calcite-alert_4.cjs.entry.js +2 -1
- package/dist/cjs/calcite-dropdown_4.cjs.entry.js +1 -1
- package/dist/cjs/calcite-flow_6.cjs.entry.js +1 -1
- package/dist/cjs/card-manager_3.cjs.entry.js +2 -2
- package/dist/cjs/crowdsource-manager.cjs.entry.js +25 -17
- package/dist/cjs/crowdsource-reporter.cjs.entry.js +1 -1
- package/dist/cjs/{downloadUtils-dc349b1a.js → downloadUtils-dd787ddf.js} +2 -2
- package/dist/cjs/{index.es-1830a1e6.js → index.es-29fa176d.js} +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/map-select-tools_3.cjs.entry.js +2 -2
- package/dist/cjs/{mapViewUtils-9dc05308.js → mapViewUtils-82018df6.js} +1 -1
- package/dist/cjs/public-notification.cjs.entry.js +2 -2
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.css +15 -0
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +48 -16
- package/dist/collection/components/info-card/info-card.js +1 -0
- package/dist/collection/demos/crowdsource-manager.html +7 -2
- package/dist/collection/utils/mapViewUtils.js +1 -1
- package/dist/collection/utils/mapViewUtils.ts +1 -1
- package/dist/components/crowdsource-manager.js +26 -18
- package/dist/components/info-card2.js +1 -0
- package/dist/components/mapViewUtils.js +1 -1
- package/dist/esm/calcite-alert_4.entry.js +2 -1
- package/dist/esm/calcite-dropdown_4.entry.js +1 -1
- package/dist/esm/calcite-flow_6.entry.js +1 -1
- package/dist/esm/card-manager_3.entry.js +2 -2
- package/dist/esm/crowdsource-manager.entry.js +26 -18
- package/dist/esm/crowdsource-reporter.entry.js +1 -1
- package/dist/esm/{downloadUtils-df4f21f6.js → downloadUtils-25aa808f.js} +2 -2
- package/dist/esm/{index.es-904fb846.js → index.es-a16c9db4.js} +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/map-select-tools_3.entry.js +2 -2
- package/dist/esm/{mapViewUtils-2ec19fb0.js → mapViewUtils-c83c03a4.js} +1 -1
- package/dist/esm/public-notification.entry.js +2 -2
- package/dist/esm/solutions-components.js +1 -1
- package/dist/solutions-components/demos/crowdsource-manager.html +7 -2
- package/dist/solutions-components/{p-95fea07a.entry.js → p-2f687975.entry.js} +1 -1
- package/dist/solutions-components/{p-29f518fd.entry.js → p-3e5085ae.entry.js} +2 -2
- package/dist/solutions-components/p-40039b84.entry.js +6 -0
- package/dist/solutions-components/{p-6557b703.entry.js → p-58997cc1.entry.js} +1 -1
- package/dist/solutions-components/{p-602cd811.entry.js → p-82e398cb.entry.js} +1 -1
- package/dist/solutions-components/{p-7269c49b.entry.js → p-ae75d7d7.entry.js} +1 -1
- package/dist/solutions-components/{p-fca434c8.js → p-b1376c75.js} +2 -2
- package/dist/solutions-components/{p-fd82a00f.entry.js → p-b5acfcd8.entry.js} +1 -1
- package/dist/solutions-components/{p-ae4d86e8.js → p-bdd77f17.js} +1 -1
- package/dist/solutions-components/{p-577efb16.js → p-d9c89479.js} +1 -1
- package/dist/solutions-components/{p-760bd17e.entry.js → p-fffc9e08.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/mapViewUtils.ts +1 -1
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +13 -1
- package/dist/types/components.d.ts +19 -0
- package/dist/types/preact.d.ts +3 -1
- package/package.json +1 -1
- package/dist/solutions-components/p-452fd697.entry.js +0 -6
@@ -9,10 +9,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
9
9
|
|
10
10
|
const index = require('./index-105cf2b9.js');
|
11
11
|
const locale = require('./locale-3d0a4bc2.js');
|
12
|
-
const mapViewUtils = require('./mapViewUtils-
|
12
|
+
const mapViewUtils = require('./mapViewUtils-82018df6.js');
|
13
13
|
const interfaces = require('./interfaces-7cd0a48a.js');
|
14
14
|
const publicNotificationStore = require('./publicNotificationStore-e790601d.js');
|
15
|
-
const downloadUtils = require('./downloadUtils-
|
15
|
+
const downloadUtils = require('./downloadUtils-dd787ddf.js');
|
16
16
|
require('./esri-loader-ce6c3d3d.js');
|
17
17
|
require('./_commonjsHelpers-480c2e77.js');
|
18
18
|
require('./index-ae65e42f.js');
|
@@ -230,7 +230,7 @@ async function getMapLayerHash(mapView, onlyShowUpdatableLayers) {
|
|
230
230
|
let layerHash;
|
231
231
|
await mapView.when(() => {
|
232
232
|
layerHash = mapView.map.allLayers.toArray().reduce((prev, cur) => {
|
233
|
-
if (cur.type === "feature") {
|
233
|
+
if (cur.type === "feature" || (cur === null || cur === void 0 ? void 0 : cur.type) === "subtype-group") {
|
234
234
|
prev[cur.id] = {
|
235
235
|
name: cur.title,
|
236
236
|
supportsUpdate: undefined
|
@@ -10,9 +10,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
10
10
|
const index = require('./index-105cf2b9.js');
|
11
11
|
const interfaces = require('./interfaces-7cd0a48a.js');
|
12
12
|
const locale = require('./locale-3d0a4bc2.js');
|
13
|
-
const mapViewUtils = require('./mapViewUtils-
|
13
|
+
const mapViewUtils = require('./mapViewUtils-82018df6.js');
|
14
14
|
const publicNotificationStore = require('./publicNotificationStore-e790601d.js');
|
15
|
-
const downloadUtils = require('./downloadUtils-
|
15
|
+
const downloadUtils = require('./downloadUtils-dd787ddf.js');
|
16
16
|
require('./esri-loader-ce6c3d3d.js');
|
17
17
|
require('./_commonjsHelpers-480c2e77.js');
|
18
18
|
require('./index-ae65e42f.js');
|