@esri/solution-simple-types 4.1.2 → 5.0.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.
- package/dist/cjs/dashboard.d.ts +93 -93
- package/dist/cjs/dashboard.js +352 -352
- package/dist/cjs/helpers/convert-item-to-template.d.ts +46 -46
- package/dist/cjs/helpers/convert-item-to-template.js +235 -209
- package/dist/cjs/helpers/convert-item-to-template.js.map +1 -1
- package/dist/cjs/helpers/create-item-from-template.d.ts +17 -17
- package/dist/cjs/helpers/create-item-from-template.js +153 -138
- package/dist/cjs/helpers/create-item-from-template.js.map +1 -1
- package/dist/cjs/helpers/notebook-helpers.d.ts +19 -19
- package/dist/cjs/helpers/notebook-helpers.js +24 -24
- package/dist/cjs/helpers/quickcapture-helpers.d.ts +18 -18
- package/dist/cjs/helpers/quickcapture-helpers.js +22 -22
- package/dist/cjs/helpers/simple-type-helpers.d.ts +18 -18
- package/dist/cjs/helpers/simple-type-helpers.js +22 -22
- package/dist/cjs/helpers/update-notebook-data.d.ts +17 -17
- package/dist/cjs/helpers/update-notebook-data.js +27 -27
- package/dist/cjs/index.d.ts +27 -27
- package/dist/cjs/index.js +36 -36
- package/dist/cjs/notebook.d.ts +66 -66
- package/dist/cjs/notebook.js +133 -133
- package/dist/cjs/oic.d.ts +53 -53
- package/dist/cjs/oic.js +170 -170
- package/dist/cjs/quickcapture.d.ts +76 -87
- package/dist/cjs/quickcapture.js +143 -192
- package/dist/cjs/quickcapture.js.map +1 -1
- package/dist/cjs/simple-types.d.ts +57 -57
- package/dist/cjs/simple-types.js +94 -94
- package/dist/cjs/webmap.d.ts +102 -102
- package/dist/cjs/webmap.js +325 -325
- package/dist/cjs/webmappingapplication.d.ts +176 -176
- package/dist/cjs/webmappingapplication.js +674 -674
- package/dist/cjs/webmappingapplication.js.map +1 -1
- package/dist/cjs/workforce.d.ts +34 -34
- package/dist/cjs/workforce.js +44 -44
- package/dist/esm/dashboard.d.ts +93 -93
- package/dist/esm/dashboard.js +339 -339
- package/dist/esm/helpers/convert-item-to-template.d.ts +46 -46
- package/dist/esm/helpers/convert-item-to-template.js +228 -202
- package/dist/esm/helpers/convert-item-to-template.js.map +1 -1
- package/dist/esm/helpers/create-item-from-template.d.ts +17 -17
- package/dist/esm/helpers/create-item-from-template.js +148 -133
- package/dist/esm/helpers/create-item-from-template.js.map +1 -1
- package/dist/esm/helpers/notebook-helpers.d.ts +19 -19
- package/dist/esm/helpers/notebook-helpers.js +20 -20
- package/dist/esm/helpers/quickcapture-helpers.d.ts +18 -18
- package/dist/esm/helpers/quickcapture-helpers.js +19 -19
- package/dist/esm/helpers/simple-type-helpers.d.ts +18 -18
- package/dist/esm/helpers/simple-type-helpers.js +19 -19
- package/dist/esm/helpers/update-notebook-data.d.ts +17 -17
- package/dist/esm/helpers/update-notebook-data.js +23 -23
- package/dist/esm/index.d.ts +27 -27
- package/dist/esm/index.js +27 -27
- package/dist/esm/notebook.d.ts +66 -66
- package/dist/esm/notebook.js +123 -123
- package/dist/esm/oic.d.ts +53 -53
- package/dist/esm/oic.js +162 -162
- package/dist/esm/quickcapture.d.ts +76 -87
- package/dist/esm/quickcapture.js +131 -179
- package/dist/esm/quickcapture.js.map +1 -1
- package/dist/esm/simple-types.d.ts +57 -57
- package/dist/esm/simple-types.js +86 -86
- package/dist/esm/webmap.d.ts +102 -102
- package/dist/esm/webmap.js +312 -312
- package/dist/esm/webmappingapplication.d.ts +176 -176
- package/dist/esm/webmappingapplication.js +648 -648
- package/dist/esm/webmappingapplication.js.map +1 -1
- package/dist/esm/workforce.d.ts +34 -34
- package/dist/esm/workforce.js +38 -38
- package/package.json +6 -6
|
@@ -1,139 +1,154 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/** @license
|
|
3
|
-
* Copyright 2020 Esri
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.createItemFromTemplate = void 0;
|
|
19
|
-
const tslib_1 = require("tslib");
|
|
20
|
-
const common = tslib_1.__importStar(require("@esri/solution-common"));
|
|
21
|
-
const notebook = tslib_1.__importStar(require("../notebook"));
|
|
22
|
-
const webmappingapplication = tslib_1.__importStar(require("../webmappingapplication"));
|
|
23
|
-
const workforce = tslib_1.__importStar(require("../workforce"));
|
|
24
|
-
function createItemFromTemplate(template, templateDictionary, destinationAuthentication, itemProgressCallback) {
|
|
25
|
-
return new Promise(resolve => {
|
|
26
|
-
// Interrupt process if progress callback returns `false`
|
|
27
|
-
if (!itemProgressCallback(template.itemId, common.EItemProgressStatus.Started, 0)) {
|
|
28
|
-
itemProgressCallback(template.itemId, common.EItemProgressStatus.Ignored, 0);
|
|
29
|
-
resolve(common.generateEmptyCreationResponse(template.type));
|
|
30
|
-
}
|
|
31
|
-
else {
|
|
32
|
-
// Replace the templatized symbols in a copy of the template
|
|
33
|
-
let newItemTemplate = common.cloneObject(template);
|
|
34
|
-
newItemTemplate = common.replaceInTemplate(newItemTemplate, templateDictionary);
|
|
35
|
-
|
|
36
|
-
//
|
|
37
|
-
//
|
|
38
|
-
//
|
|
39
|
-
//
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
.
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
//
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
//
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
customProcDef =
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
itemProgressCallback(template.itemId, common.EItemProgressStatus.
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
/** @license
|
|
3
|
+
* Copyright 2020 Esri
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.createItemFromTemplate = void 0;
|
|
19
|
+
const tslib_1 = require("tslib");
|
|
20
|
+
const common = tslib_1.__importStar(require("@esri/solution-common"));
|
|
21
|
+
const notebook = tslib_1.__importStar(require("../notebook"));
|
|
22
|
+
const webmappingapplication = tslib_1.__importStar(require("../webmappingapplication"));
|
|
23
|
+
const workforce = tslib_1.__importStar(require("../workforce"));
|
|
24
|
+
function createItemFromTemplate(template, templateDictionary, destinationAuthentication, itemProgressCallback) {
|
|
25
|
+
return new Promise(resolve => {
|
|
26
|
+
// Interrupt process if progress callback returns `false`
|
|
27
|
+
if (!itemProgressCallback(template.itemId, common.EItemProgressStatus.Started, 0)) {
|
|
28
|
+
itemProgressCallback(template.itemId, common.EItemProgressStatus.Ignored, 0);
|
|
29
|
+
resolve(common.generateEmptyCreationResponse(template.type));
|
|
30
|
+
}
|
|
31
|
+
else {
|
|
32
|
+
// Replace the templatized symbols in a copy of the template
|
|
33
|
+
let newItemTemplate = common.cloneObject(template);
|
|
34
|
+
newItemTemplate = common.replaceInTemplate(newItemTemplate, templateDictionary);
|
|
35
|
+
let qcProjectFileContents;
|
|
36
|
+
// Create the item, then update its URL with its new id
|
|
37
|
+
// some fieldnames are used as keys for objects
|
|
38
|
+
// when we templatize field references for web applications we first stringify the components of the
|
|
39
|
+
// web application that could contain field references and then search for them with a regular expression.
|
|
40
|
+
// We also need to stringify the web application when de-templatizing so it will find all of these occurrences as well.
|
|
41
|
+
if (template.type === "Web Mapping Application" && template.data) {
|
|
42
|
+
newItemTemplate = JSON.parse(common.replaceInTemplate(JSON.stringify(newItemTemplate), templateDictionary));
|
|
43
|
+
}
|
|
44
|
+
else if (template.type === "QuickCapture Project" && template.data) {
|
|
45
|
+
// Save the data section for creating the qc.project.json later
|
|
46
|
+
qcProjectFileContents = JSON.stringify(newItemTemplate.data.application);
|
|
47
|
+
// Delete the data section
|
|
48
|
+
delete newItemTemplate.data;
|
|
49
|
+
}
|
|
50
|
+
if (template.item.thumbnail) {
|
|
51
|
+
newItemTemplate.item.thumbnail = template.item.thumbnail; // make sure that our File is still there
|
|
52
|
+
}
|
|
53
|
+
common
|
|
54
|
+
.createItemWithData(newItemTemplate.item, newItemTemplate.data, destinationAuthentication, templateDictionary.folderId)
|
|
55
|
+
.then(createResponse => {
|
|
56
|
+
// Interrupt process if progress callback returns `false`
|
|
57
|
+
if (!itemProgressCallback(template.itemId, common.EItemProgressStatus.Created, template.estimatedDeploymentCostFactor / 2, createResponse.id)) {
|
|
58
|
+
itemProgressCallback(template.itemId, common.EItemProgressStatus.Cancelled, 0);
|
|
59
|
+
common
|
|
60
|
+
.removeItem(createResponse.id, destinationAuthentication)
|
|
61
|
+
.then(() => resolve(common.generateEmptyCreationResponse(template.type)), () => resolve(common.generateEmptyCreationResponse(template.type)));
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
// Add the new item to the settings
|
|
65
|
+
templateDictionary[template.itemId] = {
|
|
66
|
+
itemId: createResponse.id,
|
|
67
|
+
itemUrl: templateDictionary["portalBaseUrl"] + "/sharing/rest/content/items/" + createResponse.id
|
|
68
|
+
};
|
|
69
|
+
newItemTemplate.itemId = createResponse.id;
|
|
70
|
+
// Set the appItemId manually to get around cases where the path was incorrectly set
|
|
71
|
+
// in legacy deployments
|
|
72
|
+
if (newItemTemplate.type === "Web Mapping Application" &&
|
|
73
|
+
template.data) {
|
|
74
|
+
common.setProp(newItemTemplate, "data.appItemId", createResponse.id);
|
|
75
|
+
}
|
|
76
|
+
const postProcess = common.hasUnresolvedVariables(newItemTemplate.data);
|
|
77
|
+
// Update the template again now that we have the new item id
|
|
78
|
+
const originalURL = newItemTemplate.item.url;
|
|
79
|
+
newItemTemplate = common.replaceInTemplate(newItemTemplate, templateDictionary);
|
|
80
|
+
// Update relationships
|
|
81
|
+
let relationshipsDef = Promise.resolve([]);
|
|
82
|
+
if (newItemTemplate.relatedItems) {
|
|
83
|
+
// Templatize references in relationships obj
|
|
84
|
+
const updatedRelatedItems = common.replaceInTemplate(common.templatizeIds(newItemTemplate.relatedItems), templateDictionary);
|
|
85
|
+
// Add the relationships
|
|
86
|
+
relationshipsDef = common.addForwardItemRelationships(newItemTemplate.itemId, updatedRelatedItems, destinationAuthentication);
|
|
87
|
+
}
|
|
88
|
+
// Check for extra processing for web mapping application et al.
|
|
89
|
+
let customProcDef;
|
|
90
|
+
if (template.type === "Web Mapping Application" &&
|
|
91
|
+
template.data &&
|
|
92
|
+
common.hasAnyKeyword(template, [
|
|
93
|
+
"WAB2D",
|
|
94
|
+
"WAB3D",
|
|
95
|
+
"Web AppBuilder"
|
|
96
|
+
])) {
|
|
97
|
+
// If this is a Web AppBuilder application, we will create a Code Attachment for downloading
|
|
98
|
+
customProcDef = webmappingapplication.fineTuneCreatedItem(template, newItemTemplate, templateDictionary, destinationAuthentication);
|
|
99
|
+
}
|
|
100
|
+
else if (template.type === "Workforce Project") {
|
|
101
|
+
customProcDef = workforce.fineTuneCreatedItem(newItemTemplate, destinationAuthentication, templateDictionary);
|
|
102
|
+
}
|
|
103
|
+
else if (template.type === "QuickCapture Project") {
|
|
104
|
+
if (qcProjectFileContents) {
|
|
105
|
+
// Generate the qc.project.json file resource from the data section after handling templatized variables
|
|
106
|
+
const qcProjectFile = common.jsonToFile(common.replaceInTemplate(JSON.parse(qcProjectFileContents), templateDictionary), "qc.project.json");
|
|
107
|
+
// Send the created qc.project.json file to the item
|
|
108
|
+
customProcDef = common.addResourceFromBlob(qcProjectFile, newItemTemplate.itemId, "", qcProjectFile.name, destinationAuthentication);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
else if (template.type === "Notebook") {
|
|
112
|
+
customProcDef = notebook.fineTuneCreatedItem(template, newItemTemplate, templateDictionary, destinationAuthentication);
|
|
113
|
+
}
|
|
114
|
+
else if (originalURL !== newItemTemplate.item.url) {
|
|
115
|
+
// For web mapping applications that are not Web AppBuilder apps
|
|
116
|
+
customProcDef = new Promise((resolve2, reject2) => {
|
|
117
|
+
common
|
|
118
|
+
.updateItemURL(createResponse.id, newItemTemplate.item.url, destinationAuthentication)
|
|
119
|
+
.then(() => resolve2(), reject2);
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
else {
|
|
123
|
+
customProcDef = Promise.resolve(null);
|
|
124
|
+
}
|
|
125
|
+
Promise.all([relationshipsDef, customProcDef]).then(() => {
|
|
126
|
+
// Interrupt process if progress callback returns `false`
|
|
127
|
+
if (!itemProgressCallback(template.itemId, common.EItemProgressStatus.Finished, template.estimatedDeploymentCostFactor / 2, createResponse.id)) {
|
|
128
|
+
itemProgressCallback(template.itemId, common.EItemProgressStatus.Cancelled, 0);
|
|
129
|
+
common
|
|
130
|
+
.removeItem(createResponse.id, destinationAuthentication)
|
|
131
|
+
.then(() => resolve(common.generateEmptyCreationResponse(template.type)), () => resolve(common.generateEmptyCreationResponse(template.type)));
|
|
132
|
+
}
|
|
133
|
+
else {
|
|
134
|
+
resolve({
|
|
135
|
+
item: newItemTemplate,
|
|
136
|
+
id: createResponse.id,
|
|
137
|
+
type: newItemTemplate.type,
|
|
138
|
+
postProcess: postProcess
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
}, () => {
|
|
142
|
+
itemProgressCallback(template.itemId, common.EItemProgressStatus.Failed, 0);
|
|
143
|
+
resolve(common.generateEmptyCreationResponse(template.type)); // fails to deploy all resources to the item
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
}, () => {
|
|
147
|
+
itemProgressCallback(template.itemId, common.EItemProgressStatus.Failed, 0);
|
|
148
|
+
resolve(common.generateEmptyCreationResponse(template.type)); // fails to create item
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
});
|
|
152
|
+
}
|
|
153
|
+
exports.createItemFromTemplate = createItemFromTemplate;
|
|
139
154
|
//# sourceMappingURL=create-item-from-template.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-item-from-template.js","sourceRoot":"","sources":["../../../src/helpers/create-item-from-template.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;AAEH,sEAAgD;AAChD,8DAAwC;AACxC,wFAAkE;AAClE,gEAA0C;AAE1C,SAAgB,sBAAsB,CACpC,QAA8B,EAC9B,kBAAuB,EACvB,yBAA6C,EAC7C,oBAAkD;IAElD,OAAO,IAAI,OAAO,CAAyC,OAAO,CAAC,EAAE;QACnE,yDAAyD;QACzD,IACE,CAAC,oBAAoB,CACnB,QAAQ,CAAC,MAAM,EACf,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAClC,CAAC,CACF,EACD;YACA,oBAAoB,CAClB,QAAQ,CAAC,MAAM,EACf,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAClC,CAAC,CACF,CAAC;YACF,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;SAC9D;aAAM;YACL,4DAA4D;YAC5D,IAAI,eAAe,GAAyB,MAAM,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;YACzE,eAAe,GAAG,MAAM,CAAC,iBAAiB,CACxC,eAAe,EACf,kBAAkB,CACnB,CAAC;YAEF,uDAAuD;YAEvD,+CAA+C;YAC/C,oGAAoG;YACpG,0GAA0G;YAC1G,uHAAuH;YACvH,IAAI,QAAQ,CAAC,IAAI,KAAK,yBAAyB,IAAI,QAAQ,CAAC,IAAI,EAAE;gBAChE,eAAe,GAAG,IAAI,CAAC,KAAK,CAC1B,MAAM,CAAC,iBAAiB,CACtB,IAAI,CAAC,SAAS,CAAC,eAAe,CAAC,EAC/B,kBAAkB,CACnB,CACF,CAAC;
|
|
1
|
+
{"version":3,"file":"create-item-from-template.js","sourceRoot":"","sources":["../../../src/helpers/create-item-from-template.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/** @license
|
|
2
|
-
* Copyright 2020 Esri
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { convertItemToTemplate } from "./convert-item-to-template";
|
|
17
|
-
import { createItemFromTemplate } from "./create-item-from-template";
|
|
18
|
-
import { updateNotebookData } from "./update-notebook-data";
|
|
19
|
-
export { createItemFromTemplate, convertItemToTemplate, updateNotebookData };
|
|
1
|
+
/** @license
|
|
2
|
+
* Copyright 2020 Esri
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { convertItemToTemplate } from "./convert-item-to-template";
|
|
17
|
+
import { createItemFromTemplate } from "./create-item-from-template";
|
|
18
|
+
import { updateNotebookData } from "./update-notebook-data";
|
|
19
|
+
export { createItemFromTemplate, convertItemToTemplate, updateNotebookData };
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.updateNotebookData = exports.convertItemToTemplate = exports.createItemFromTemplate = void 0;
|
|
4
|
-
/** @license
|
|
5
|
-
* Copyright 2020 Esri
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
|
-
const convert_item_to_template_1 = require("./convert-item-to-template");
|
|
20
|
-
Object.defineProperty(exports, "convertItemToTemplate", { enumerable: true, get: function () { return convert_item_to_template_1.convertItemToTemplate; } });
|
|
21
|
-
const create_item_from_template_1 = require("./create-item-from-template");
|
|
22
|
-
Object.defineProperty(exports, "createItemFromTemplate", { enumerable: true, get: function () { return create_item_from_template_1.createItemFromTemplate; } });
|
|
23
|
-
const update_notebook_data_1 = require("./update-notebook-data");
|
|
24
|
-
Object.defineProperty(exports, "updateNotebookData", { enumerable: true, get: function () { return update_notebook_data_1.updateNotebookData; } });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.updateNotebookData = exports.convertItemToTemplate = exports.createItemFromTemplate = void 0;
|
|
4
|
+
/** @license
|
|
5
|
+
* Copyright 2020 Esri
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
*/
|
|
19
|
+
const convert_item_to_template_1 = require("./convert-item-to-template");
|
|
20
|
+
Object.defineProperty(exports, "convertItemToTemplate", { enumerable: true, get: function () { return convert_item_to_template_1.convertItemToTemplate; } });
|
|
21
|
+
const create_item_from_template_1 = require("./create-item-from-template");
|
|
22
|
+
Object.defineProperty(exports, "createItemFromTemplate", { enumerable: true, get: function () { return create_item_from_template_1.createItemFromTemplate; } });
|
|
23
|
+
const update_notebook_data_1 = require("./update-notebook-data");
|
|
24
|
+
Object.defineProperty(exports, "updateNotebookData", { enumerable: true, get: function () { return update_notebook_data_1.updateNotebookData; } });
|
|
25
25
|
//# sourceMappingURL=notebook-helpers.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
/** @license
|
|
2
|
-
* Copyright 2020 Esri
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { convertItemToTemplate } from "./convert-item-to-template";
|
|
17
|
-
import { createItemFromTemplate } from "./create-item-from-template";
|
|
18
|
-
export { createItemFromTemplate, convertItemToTemplate };
|
|
1
|
+
/** @license
|
|
2
|
+
* Copyright 2020 Esri
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { convertItemToTemplate } from "./convert-item-to-template";
|
|
17
|
+
import { createItemFromTemplate } from "./create-item-from-template";
|
|
18
|
+
export { createItemFromTemplate, convertItemToTemplate };
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.convertItemToTemplate = exports.createItemFromTemplate = void 0;
|
|
4
|
-
/** @license
|
|
5
|
-
* Copyright 2020 Esri
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
|
-
const convert_item_to_template_1 = require("./convert-item-to-template");
|
|
20
|
-
Object.defineProperty(exports, "convertItemToTemplate", { enumerable: true, get: function () { return convert_item_to_template_1.convertItemToTemplate; } });
|
|
21
|
-
const create_item_from_template_1 = require("./create-item-from-template");
|
|
22
|
-
Object.defineProperty(exports, "createItemFromTemplate", { enumerable: true, get: function () { return create_item_from_template_1.createItemFromTemplate; } });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.convertItemToTemplate = exports.createItemFromTemplate = void 0;
|
|
4
|
+
/** @license
|
|
5
|
+
* Copyright 2020 Esri
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
*/
|
|
19
|
+
const convert_item_to_template_1 = require("./convert-item-to-template");
|
|
20
|
+
Object.defineProperty(exports, "convertItemToTemplate", { enumerable: true, get: function () { return convert_item_to_template_1.convertItemToTemplate; } });
|
|
21
|
+
const create_item_from_template_1 = require("./create-item-from-template");
|
|
22
|
+
Object.defineProperty(exports, "createItemFromTemplate", { enumerable: true, get: function () { return create_item_from_template_1.createItemFromTemplate; } });
|
|
23
23
|
//# sourceMappingURL=quickcapture-helpers.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
/** @license
|
|
2
|
-
* Copyright 2020 Esri
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { convertItemToTemplate } from "./convert-item-to-template";
|
|
17
|
-
import { createItemFromTemplate } from "./create-item-from-template";
|
|
18
|
-
export { createItemFromTemplate, convertItemToTemplate };
|
|
1
|
+
/** @license
|
|
2
|
+
* Copyright 2020 Esri
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { convertItemToTemplate } from "./convert-item-to-template";
|
|
17
|
+
import { createItemFromTemplate } from "./create-item-from-template";
|
|
18
|
+
export { createItemFromTemplate, convertItemToTemplate };
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.convertItemToTemplate = exports.createItemFromTemplate = void 0;
|
|
4
|
-
/** @license
|
|
5
|
-
* Copyright 2020 Esri
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
|
-
const convert_item_to_template_1 = require("./convert-item-to-template");
|
|
20
|
-
Object.defineProperty(exports, "convertItemToTemplate", { enumerable: true, get: function () { return convert_item_to_template_1.convertItemToTemplate; } });
|
|
21
|
-
const create_item_from_template_1 = require("./create-item-from-template");
|
|
22
|
-
Object.defineProperty(exports, "createItemFromTemplate", { enumerable: true, get: function () { return create_item_from_template_1.createItemFromTemplate; } });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.convertItemToTemplate = exports.createItemFromTemplate = void 0;
|
|
4
|
+
/** @license
|
|
5
|
+
* Copyright 2020 Esri
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
*/
|
|
19
|
+
const convert_item_to_template_1 = require("./convert-item-to-template");
|
|
20
|
+
Object.defineProperty(exports, "convertItemToTemplate", { enumerable: true, get: function () { return convert_item_to_template_1.convertItemToTemplate; } });
|
|
21
|
+
const create_item_from_template_1 = require("./create-item-from-template");
|
|
22
|
+
Object.defineProperty(exports, "createItemFromTemplate", { enumerable: true, get: function () { return create_item_from_template_1.createItemFromTemplate; } });
|
|
23
23
|
//# sourceMappingURL=simple-type-helpers.js.map
|