@esri/solution-storymap 1.2.0 → 1.3.0
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.
|
@@ -16,12 +16,13 @@
|
|
|
16
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.isAStoryMap = exports.createItemFromTemplate = exports.convertItemToTemplate = void 0;
|
|
19
|
+
const tslib_1 = require("tslib");
|
|
19
20
|
/**
|
|
20
21
|
* Manages the creation and deployment of Story Map item types.
|
|
21
22
|
*
|
|
22
23
|
* @module storymap
|
|
23
24
|
*/
|
|
24
|
-
const common = require("@esri/solution-common");
|
|
25
|
+
const common = (0, tslib_1.__importStar)(require("@esri/solution-common"));
|
|
25
26
|
// ------------------------------------------------------------------------------------------------------------------ //
|
|
26
27
|
function convertItemToTemplate(solutionItemId, itemInfo) {
|
|
27
28
|
return new Promise((resolve, reject) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"classic-storymap-processor.js","sourceRoot":"","sources":["../../src/classic-storymap-processor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"classic-storymap-processor.js","sourceRoot":"","sources":["../../src/classic-storymap-processor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;AAEH;;;;GAIG;AAEH,2EAAgD;AAEhD,wHAAwH;AAExH,SAAgB,qBAAqB,CACnC,cAAsB,EACtB,QAAa;IAEb,OAAO,IAAI,OAAO,CAAuB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC3D,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG,CAAC,EAAE;YAC5C,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,yCAAyC,CAAC,CAAC,CAAC;SAChE;aAAM;YACL,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,GAAG,oBAAoB,CAAC,CAAC,CAAC;SACzD;IACH,CAAC,CAAC,CAAC;AACL,CAAC;AAXD,sDAWC;AAED,SAAgB,sBAAsB,CACpC,QAA8B,EAC9B,kBAAuB,EACvB,yBAA6C,EAC7C,oBAAkD;IAElD,OAAO,IAAI,OAAO,CAAyC,OAAO,CAAC,EAAE;QACnE,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;YACjD,sBAAsB;YACtB,oBAAoB,CAClB,QAAQ,CAAC,MAAM,EACf,MAAM,CAAC,mBAAmB,CAAC,MAAM,EACjC,CAAC,CACF,CAAC;YACF,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;SAC9D;aAAM;YACL,YAAY;YACZ,oBAAoB,CAClB,QAAQ,CAAC,MAAM,EACf,MAAM,CAAC,mBAAmB,CAAC,MAAM,EACjC,CAAC,CACF,CAAC;YACF,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;SAC9D;IACH,CAAC,CAAC,CAAC;AACL,CAAC;AAzBD,wDAyBC;AAED,SAAgB,WAAW,CAAC,QAAgB,EAAE,OAAgB;IAC5D,IAAI,OAAO,EAAE;QACX,OAAO;YACL,oBAAoB;YACpB,uBAAuB;YACvB,sBAAsB;YACtB,oBAAoB;YACpB,sBAAsB;YACtB,qBAAqB;YACrB,0BAA0B;YAC1B,8BAA8B;SAC/B,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;KAC1C;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAdD,kCAcC"}
|
package/dist/node/index.js
CHANGED
|
@@ -16,13 +16,14 @@
|
|
|
16
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.ClassicStoryMapProcessor = exports.StoryMapProcessor = void 0;
|
|
19
|
+
const tslib_1 = require("tslib");
|
|
19
20
|
/**
|
|
20
21
|
* Manages the creation and deployment of Story Map item types.
|
|
21
22
|
*
|
|
22
23
|
* @module storymap
|
|
23
24
|
*/
|
|
24
|
-
const StoryMapProcessor = require("./storymap-processor");
|
|
25
|
+
const StoryMapProcessor = (0, tslib_1.__importStar)(require("./storymap-processor"));
|
|
25
26
|
exports.StoryMapProcessor = StoryMapProcessor;
|
|
26
|
-
const ClassicStoryMapProcessor = require("./classic-storymap-processor");
|
|
27
|
+
const ClassicStoryMapProcessor = (0, tslib_1.__importStar)(require("./classic-storymap-processor"));
|
|
27
28
|
exports.ClassicStoryMapProcessor = ClassicStoryMapProcessor;
|
|
28
29
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;AAEH;;;;GAIG;AAEH,qFAA0D;AAGjD,8CAAiB;AAF1B,oGAAyE;AAE7C,4DAAwB"}
|
package/dist/umd/storymap.umd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-storymap - v1.
|
|
3
|
-
* Copyright (c) 2018-
|
|
4
|
-
* Thu
|
|
2
|
+
* @esri/solution-storymap - v1.3.0 - Apache-2.0
|
|
3
|
+
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
+
* Thu Feb 17 2022 09:42:53 GMT-0800 (Pacific Standard Time)
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-storymap - v1.
|
|
3
|
-
* Copyright (c) 2018-
|
|
4
|
-
* Thu
|
|
2
|
+
* @esri/solution-storymap - v1.3.0 - Apache-2.0
|
|
3
|
+
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
+
* Thu Feb 17 2022 09:43:01 GMT-0800 (Pacific Standard Time)
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solution-storymap",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Manages the creation and deployment of Story Map item types for @esri/solution.js.",
|
|
5
5
|
"main": "dist/node/index.js",
|
|
6
6
|
"unpkg": "dist/umd/storymap.umd.min.js",
|
|
@@ -16,18 +16,17 @@
|
|
|
16
16
|
"@esri/arcgis-rest-auth": "3.4.3",
|
|
17
17
|
"@esri/arcgis-rest-portal": "3.4.3",
|
|
18
18
|
"@esri/arcgis-rest-request": "3.4.3",
|
|
19
|
-
"@esri/hub-common": "9.
|
|
20
|
-
"rollup": "^2.60.0"
|
|
21
|
-
"typescript": "^4.4.4"
|
|
19
|
+
"@esri/hub-common": "9.15.0",
|
|
20
|
+
"rollup": "^2.60.0"
|
|
22
21
|
},
|
|
23
22
|
"peerDependencies": {
|
|
24
23
|
"@esri/arcgis-rest-auth": "3.4.3",
|
|
25
24
|
"@esri/arcgis-rest-portal": "3.4.3",
|
|
26
25
|
"@esri/arcgis-rest-request": "3.4.3",
|
|
27
|
-
"@esri/hub-common": "9.
|
|
26
|
+
"@esri/hub-common": "9.15.0"
|
|
28
27
|
},
|
|
29
28
|
"dependencies": {
|
|
30
|
-
"@esri/solution-common": "^1.
|
|
29
|
+
"@esri/solution-common": "^1.3.0",
|
|
31
30
|
"tslib": "1.13.0"
|
|
32
31
|
},
|
|
33
32
|
"scripts": {
|
|
@@ -80,5 +79,5 @@
|
|
|
80
79
|
"esri",
|
|
81
80
|
"ES6"
|
|
82
81
|
],
|
|
83
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "b8f04e56c71adb7aadaa0293f8708800cdaa9c81"
|
|
84
83
|
}
|