@esri/solutions-components 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +1 -1
- package/dist/cjs/solution-configuration.cjs.entry.js +1086 -2
- package/dist/cjs/solution-configuration.cjs.entry.js.map +1 -1
- package/dist/cjs/solution-contents_3.cjs.entry.js +1 -1
- package/dist/cjs/{solution-store-f0547fe7.js → solution-store-e2fc11ac.js} +6 -1
- package/dist/cjs/solution-store-e2fc11ac.js.map +1 -0
- package/dist/collection/components/solution-configuration/solution-configuration.js +5 -9
- package/dist/collection/components/solution-configuration/solution-configuration.js.map +1 -1
- package/dist/components/solution-configuration.js +1086 -2
- package/dist/components/solution-configuration.js.map +1 -1
- package/dist/components/solution-store.js +1 -1
- package/dist/components/solution-store.js.map +1 -1
- package/dist/esm/calcite-shell-panel_14.entry.js +1 -1
- package/dist/esm/solution-configuration.entry.js +1086 -2
- package/dist/esm/solution-configuration.entry.js.map +1 -1
- package/dist/esm/solution-contents_3.entry.js +1 -1
- package/dist/esm/{solution-store-c1f6173a.js → solution-store-b3c65467.js} +2 -2
- package/dist/esm/solution-store-b3c65467.js.map +1 -0
- package/dist/solutions-components/{p-0e7a0839.entry.js → p-542189bc.entry.js} +2 -2
- package/dist/solutions-components/{p-0e7a0839.entry.js.map → p-542189bc.entry.js.map} +0 -0
- package/dist/solutions-components/{p-ee9be0ef.entry.js → p-638738f2.entry.js} +2 -2
- package/dist/solutions-components/{p-ee9be0ef.entry.js.map → p-638738f2.entry.js.map} +0 -0
- package/dist/solutions-components/p-7e8985f2.entry.js +1979 -0
- package/dist/solutions-components/p-7e8985f2.entry.js.map +1 -0
- package/dist/solutions-components/{p-065830b8.js → p-b25f6ebe.js} +2 -2
- package/dist/solutions-components/p-b25f6ebe.js.map +1 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components_commit.txt +5 -6
- package/package.json +1 -1
- package/dist/cjs/solution-store-f0547fe7.js.map +0 -1
- package/dist/esm/solution-store-c1f6173a.js.map +0 -1
- package/dist/solutions-components/p-065830b8.js.map +0 -1
- package/dist/solutions-components/p-401541a5.entry.js +0 -895
- package/dist/solutions-components/p-401541a5.entry.js.map +0 -1
@@ -15,7 +15,7 @@ import { o as getItemIndex, m as mutationObserverCallback, d as deselectRemovedI
|
|
15
15
|
import { I as ICON_TYPES$1 } from './p-b978636e.js';
|
16
16
|
import { C as CSS$2, S as SLOTS$3 } from './p-de5416e8.js';
|
17
17
|
import { g as getLocaleComponentStrings } from './p-20bdf42f.js';
|
18
|
-
import { s as state, E as EFileType } from './p-
|
18
|
+
import { s as state, E as EFileType } from './p-b25f6ebe.js';
|
19
19
|
import { c as EUpdateType } from './p-6b9dc092.js';
|
20
20
|
import './p-729708a3.js';
|
21
21
|
import './p-e947d3b0.js';
|
@@ -2619,4 +2619,4 @@ SolutionVariables.style = solutionVariablesCss;
|
|
2619
2619
|
|
2620
2620
|
export { ShellPanel as calcite_shell_panel, Tab as calcite_tab, TabNav as calcite_tab_nav, TabTitle as calcite_tab_title, Tabs as calcite_tabs, ValueList as calcite_value_list, ValueListItem as calcite_value_list_item, JsonEditor as json_editor, SolutionItemDetails as solution_item_details, SolutionItemSharing as solution_item_sharing, SolutionOrganizationVariables as solution_organization_variables, SolutionResourceItem as solution_resource_item, SolutionTemplateData as solution_template_data, SolutionVariables as solution_variables };
|
2621
2621
|
|
2622
|
-
//# sourceMappingURL=p-
|
2622
|
+
//# sourceMappingURL=p-542189bc.entry.js.map
|
File without changes
|
@@ -4,7 +4,7 @@
|
|
4
4
|
* http://www.apache.org/licenses/LICENSE-2.0
|
5
5
|
*/
|
6
6
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './p-58c69df2.js';
|
7
|
-
import { s as state } from './p-
|
7
|
+
import { s as state } from './p-b25f6ebe.js';
|
8
8
|
import { g as getLocaleComponentStrings } from './p-20bdf42f.js';
|
9
9
|
import './p-6b9dc092.js';
|
10
10
|
import './p-f759a6e7.js';
|
@@ -21529,4 +21529,4 @@ SolutionSpatialRef.style = solutionSpatialRefCss;
|
|
21529
21529
|
|
21530
21530
|
export { SolutionContents as solution_contents, SolutionItem as solution_item, SolutionSpatialRef as solution_spatial_ref };
|
21531
21531
|
|
21532
|
-
//# sourceMappingURL=p-
|
21532
|
+
//# sourceMappingURL=p-638738f2.entry.js.map
|
File without changes
|