@esri/solutions-components 0.7.41 → 0.7.42
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/card-manager_3.cjs.entry.js +20 -23
- package/dist/cjs/{downloadUtils-b10e3b8c.js → downloadUtils-7d4985c0.js} +5 -3
- package/dist/cjs/{index.es-b9d6eff6.js → index.es-8cef354a.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/public-notification.cjs.entry.js +1 -1
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/components/layer-table/layer-table.js +21 -24
- package/dist/collection/utils/downloadUtils.js +4 -2
- package/dist/collection/utils/downloadUtils.ts +4 -2
- package/dist/components/downloadUtils.js +4 -2
- package/dist/components/layer-table2.js +20 -23
- package/dist/esm/card-manager_3.entry.js +20 -23
- package/dist/esm/{downloadUtils-20d22198.js → downloadUtils-d5928e55.js} +5 -3
- package/dist/esm/{index.es-8b85f68d.js → index.es-a1725c19.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/map-select-tools_3.entry.js +1 -1
- package/dist/esm/public-notification.entry.js +1 -1
- package/dist/esm/solutions-components.js +1 -1
- package/dist/solutions-components/{p-f6536eae.js → p-12fc82a9.js} +2 -2
- package/dist/solutions-components/{p-2283ae14.entry.js → p-3e88e0bd.entry.js} +1 -1
- package/dist/solutions-components/p-52945707.entry.js +6 -0
- package/dist/solutions-components/{p-17e328bb.js → p-7f374ec7.js} +1 -1
- package/dist/solutions-components/{p-69a1df0f.entry.js → p-ac9c29da.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/downloadUtils.ts +4 -2
- package/dist/types/components/layer-table/layer-table.d.ts +4 -4
- package/package.json +1 -1
- package/dist/solutions-components/p-aecf92f4.entry.js +0 -6
@@ -8,7 +8,7 @@ import { a as getComponentClosestLanguage, l as loadModules, g as getLocaleCompo
|
|
8
8
|
import { c as goToSelection, h as highlightFeatures, j as queryObjectIds, k as getQueryGeoms, b as getFeatureLayerView, l as queryFeaturesByGeometry, m as getIdSets, n as highlightAllFeatures } from './mapViewUtils-a177d4f9.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-3bf4de75.js';
|
11
|
-
import { d as downloadCSV, a as downloadPDF } from './downloadUtils-
|
11
|
+
import { d as downloadCSV, a as downloadPDF } from './downloadUtils-d5928e55.js';
|
12
12
|
import './esri-loader-eda07632.js';
|
13
13
|
import './_commonjsHelpers-d5f9d613.js';
|
14
14
|
import './index-477ea182.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-25a5ae3e.js';
|
9
9
|
import { c as goToSelection, h as highlightFeatures } from './mapViewUtils-a177d4f9.js';
|
10
10
|
import { s as state } from './publicNotificationStore-3bf4de75.js';
|
11
|
-
import { c as consolidateLabels, r as removeDuplicateLabels } from './downloadUtils-
|
11
|
+
import { c as consolidateLabels, r as removeDuplicateLabels } from './downloadUtils-d5928e55.js';
|
12
12
|
import './esri-loader-eda07632.js';
|
13
13
|
import './_commonjsHelpers-d5f9d613.js';
|
14
14
|
import './index-477ea182.js';
|