@esri/solutions-components 0.7.43 → 0.7.44
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 +10 -2
- package/dist/cjs/{downloadUtils-7d4985c0.js → downloadUtils-abf7decd.js} +8 -11
- package/dist/cjs/{index.es-8cef354a.js → index.es-478ec781.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 +11 -1
- package/dist/collection/utils/downloadUtils.js +7 -10
- package/dist/collection/utils/downloadUtils.ts +13 -13
- package/dist/components/downloadUtils.js +7 -10
- package/dist/components/layer-table2.js +10 -1
- package/dist/esm/card-manager_3.entry.js +10 -2
- package/dist/esm/{downloadUtils-d5928e55.js → downloadUtils-be13a13d.js} +8 -11
- package/dist/esm/{index.es-a1725c19.js → index.es-623fddee.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-3e88e0bd.entry.js → p-0c427d9a.entry.js} +1 -1
- package/dist/solutions-components/{p-7f374ec7.js → p-2bec3d88.js} +1 -1
- package/dist/solutions-components/{p-ac9c29da.entry.js → p-9294f273.entry.js} +1 -1
- package/dist/solutions-components/{p-12fc82a9.js → p-dc4fcddc.js} +3 -3
- package/dist/solutions-components/p-f053c268.entry.js +6 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/downloadUtils.ts +13 -13
- package/dist/types/components/layer-table/layer-table.d.ts +4 -0
- package/dist/types/utils/downloadUtils.d.ts +3 -3
- package/package.json +1 -1
- package/dist/solutions-components/p-45698f2a.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-be13a13d.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-be13a13d.js';
|
12
12
|
import './esri-loader-eda07632.js';
|
13
13
|
import './_commonjsHelpers-d5f9d613.js';
|
14
14
|
import './index-477ea182.js';
|