@esri/solution-form 1.3.3 → 1.3.9
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.
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.isHubFormTemplate = void 0;
|
|
19
19
|
const tslib_1 = require("tslib");
|
|
20
|
-
const common =
|
|
20
|
+
const common = tslib_1.__importStar(require("@esri/solution-common"));
|
|
21
21
|
/**
|
|
22
22
|
* Determines if the given template is a Hub Survey
|
|
23
23
|
* template vs Solutions.js Survey template.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-hub-form-template.js","sourceRoot":"","sources":["../../../src/helpers/is-hub-form-template.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;AAEH,
|
|
1
|
+
{"version":3,"file":"is-hub-form-template.js","sourceRoot":"","sources":["../../../src/helpers/is-hub-form-template.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;AAEH,sEAAgD;AAEhD;;;;;;GAMG;AACH,SAAgB,iBAAiB,CAAC,QAA8B;IAC9D,2EAA2E;IAC3E,OAAO,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,qBAAqB,CAAC,CAAC;AAC3D,CAAC;AAHD,8CAGC"}
|
package/dist/node/index.js
CHANGED
|
@@ -21,7 +21,7 @@ const tslib_1 = require("tslib");
|
|
|
21
21
|
*
|
|
22
22
|
* @module solution-form
|
|
23
23
|
*/
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
tslib_1.__exportStar(require("./convert-item-to-template"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./create-item-from-template"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./post-process"), exports);
|
|
27
27
|
//# 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;;;AAEH;;;;GAIG;AAEH,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH;;;;GAIG;AAEH,qEAA2C;AAC3C,sEAA4C;AAC5C,yDAA+B"}
|
package/dist/umd/form.umd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-form - v1.3.
|
|
2
|
+
* @esri/solution-form - v1.3.9 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
*
|
|
4
|
+
* Fri Mar 25 2022 15:24:15 GMT-0700 (Pacific Daylight 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/dist/umd/form.umd.min.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/solution-form - v1.3.
|
|
2
|
+
* @esri/solution-form - v1.3.9 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2018-2022 Esri, Inc.
|
|
4
|
-
*
|
|
4
|
+
* Fri Mar 25 2022 15:24:18 GMT-0700 (Pacific Daylight 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-form",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.9",
|
|
4
4
|
"description": "Manages the creation and deployment of form item types for @esri/solution.js.",
|
|
5
5
|
"main": "dist/node/index.js",
|
|
6
6
|
"unpkg": "dist/umd/file.umd.min.js",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"@esri/hub-teams": "9.15.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@esri/solution-common": "^1.3.
|
|
40
|
-
"@esri/solution-feature-layer": "^1.3.
|
|
41
|
-
"@esri/solution-file": "^1.3.
|
|
42
|
-
"@esri/solution-group": "^1.3.
|
|
43
|
-
"@esri/solution-simple-types": "^1.3.
|
|
44
|
-
"@esri/solution-storymap": "^1.3.
|
|
39
|
+
"@esri/solution-common": "^1.3.9",
|
|
40
|
+
"@esri/solution-feature-layer": "^1.3.9",
|
|
41
|
+
"@esri/solution-file": "^1.3.9",
|
|
42
|
+
"@esri/solution-group": "^1.3.9",
|
|
43
|
+
"@esri/solution-simple-types": "^1.3.9",
|
|
44
|
+
"@esri/solution-storymap": "^1.3.9",
|
|
45
45
|
"tslib": "1.13.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"esri",
|
|
80
80
|
"ES6"
|
|
81
81
|
],
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "b6373fcbf48472b35e833564440ecec8665cd734"
|
|
83
83
|
}
|