@esri/solution-form 6.4.0-next.20250723 → 6.4.0-next.20250725

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.
@@ -31,4 +31,3 @@ function convertItemToTemplate(itemInfo, destAuthentication, srcAuthentication,
31
31
  return solution_simple_types_1.simpleTypes.convertItemToTemplate(itemInfo, destAuthentication, srcAuthentication, templateDictionary);
32
32
  }
33
33
  exports.convertItemToTemplate = convertItemToTemplate;
34
- //# sourceMappingURL=convert-item-to-template.js.map
@@ -37,4 +37,3 @@ function createItemFromTemplate(template, templateDictionary, destinationAuthent
37
37
  return solution_simple_types_1.simpleTypes.createItemFromTemplate(template, templateDictionary, destinationAuthentication, itemProgressCallback);
38
38
  }
39
39
  exports.createItemFromTemplate = createItemFromTemplate;
40
- //# sourceMappingURL=create-item-from-template.js.map
@@ -212,4 +212,3 @@ function _updateZipObjectTextContent(zipFileItem, templateDictionary) {
212
212
  return updatedZipObjectContent;
213
213
  }
214
214
  exports._updateZipObjectTextContent = _updateZipObjectTextContent;
215
- //# sourceMappingURL=formUtils.js.map
@@ -75,4 +75,3 @@ function buildCreateParams(template, templateDictionary, destinationAuthenticati
75
75
  });
76
76
  }
77
77
  exports.buildCreateParams = buildCreateParams;
78
- //# sourceMappingURL=build-create-params.js.map
@@ -77,4 +77,3 @@ function createItemFromHubTemplate(template, templateDictionary, destinationAuth
77
77
  });
78
78
  }
79
79
  exports.createItemFromHubTemplate = createItemFromHubTemplate;
80
- //# sourceMappingURL=create-item-from-hub-template.js.map
@@ -57,4 +57,3 @@ function createSurvey(params, survey123Url = "https://survey123.arcgis.com") {
57
57
  });
58
58
  }
59
59
  exports.createSurvey = createSurvey;
60
- //# sourceMappingURL=create-survey.js.map
@@ -56,4 +56,3 @@ const encodeSurveyForm = function encodeForm(form) {
56
56
  return clone;
57
57
  };
58
58
  exports.encodeSurveyForm = encodeSurveyForm;
59
- //# sourceMappingURL=encode-survey-form.js.map
@@ -30,4 +30,3 @@ function isHubFormTemplate(template) {
30
30
  return !!common.getProp(template, "properties.services");
31
31
  }
32
32
  exports.isHubFormTemplate = isHubFormTemplate;
33
- //# sourceMappingURL=is-hub-form-template.js.map
@@ -78,4 +78,3 @@ function postProcessHubSurvey(itemId, type, itemInfos, template, templates, temp
78
78
  });
79
79
  }
80
80
  exports.postProcessHubSurvey = postProcessHubSurvey;
81
- //# sourceMappingURL=post-process-survey.js.map
package/dist/cjs/index.js CHANGED
@@ -25,4 +25,3 @@ tslib_1.__exportStar(require("./convert-item-to-template"), exports);
25
25
  tslib_1.__exportStar(require("./create-item-from-template"), exports);
26
26
  tslib_1.__exportStar(require("./formUtils"), exports);
27
27
  tslib_1.__exportStar(require("./post-process"), exports);
28
- //# sourceMappingURL=index.js.map
@@ -114,4 +114,3 @@ function _getFormDataFilename(itemName, dataFilename, itemIdAsName) {
114
114
  return filename;
115
115
  }
116
116
  exports._getFormDataFilename = _getFormDataFilename;
117
- //# sourceMappingURL=post-process.js.map
@@ -27,4 +27,3 @@ export function convertItemToTemplate(itemInfo, destAuthentication, srcAuthentic
27
27
  // Delegate to simple types
28
28
  return simpleTypes.convertItemToTemplate(itemInfo, destAuthentication, srcAuthentication, templateDictionary);
29
29
  }
30
- //# sourceMappingURL=convert-item-to-template.js.map
@@ -33,4 +33,3 @@ export function createItemFromTemplate(template, templateDictionary, destination
33
33
  // otherwise delegate to simple types
34
34
  return simpleTypes.createItemFromTemplate(template, templateDictionary, destinationAuthentication, itemProgressCallback);
35
35
  }
36
- //# sourceMappingURL=create-item-from-template.js.map
@@ -201,4 +201,3 @@ export function _updateZipObjectTextContent(zipFileItem, templateDictionary) {
201
201
  });
202
202
  return updatedZipObjectContent;
203
203
  }
204
- //# sourceMappingURL=formUtils.js.map
@@ -71,4 +71,3 @@ export function buildCreateParams(template, templateDictionary, destinationAuthe
71
71
  };
72
72
  });
73
73
  }
74
- //# sourceMappingURL=build-create-params.js.map
@@ -73,4 +73,3 @@ export function createItemFromHubTemplate(template, templateDictionary, destinat
73
73
  throw e;
74
74
  });
75
75
  }
76
- //# sourceMappingURL=create-item-from-hub-template.js.map
@@ -53,4 +53,3 @@ export function createSurvey(params, survey123Url = "https://survey123.arcgis.co
53
53
  };
54
54
  });
55
55
  }
56
- //# sourceMappingURL=create-survey.js.map
@@ -52,4 +52,3 @@ export const encodeSurveyForm = function encodeForm(form) {
52
52
  });
53
53
  return clone;
54
54
  };
55
- //# sourceMappingURL=encode-survey-form.js.map
@@ -25,4 +25,3 @@ export function isHubFormTemplate(template) {
25
25
  // relying on basic duck typing vs adding extraneous props during migration
26
26
  return !!common.getProp(template, "properties.services");
27
27
  }
28
- //# sourceMappingURL=is-hub-form-template.js.map
@@ -74,4 +74,3 @@ export function postProcessHubSurvey(itemId, type, itemInfos, template, template
74
74
  });
75
75
  });
76
76
  }
77
- //# sourceMappingURL=post-process-survey.js.map
package/dist/esm/index.js CHANGED
@@ -22,4 +22,3 @@ export * from "./convert-item-to-template";
22
22
  export * from "./create-item-from-template";
23
23
  export * from "./formUtils";
24
24
  export * from "./post-process";
25
- //# sourceMappingURL=index.js.map
@@ -107,4 +107,3 @@ export function _getFormDataFilename(itemName, dataFilename, itemIdAsName) {
107
107
  const filename = originalFilename && originalFilename !== "undefined" ? originalFilename : itemIdAsName;
108
108
  return filename;
109
109
  }
110
- //# sourceMappingURL=post-process.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-form",
3
- "version": "6.4.0-next.20250723",
3
+ "version": "6.4.0-next.20250725",
4
4
  "description": "Manages the creation and deployment of form item types for @esri/solution.js.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -22,8 +22,8 @@
22
22
  "npm-check-updates": "^17.1.0"
23
23
  },
24
24
  "dependencies": {
25
- "@esri/solution-common": "^6.4.0-next.20250723",
26
- "@esri/solution-simple-types": "^6.4.0-next.20250723",
25
+ "@esri/solution-common": "^6.4.0-next.20250725",
26
+ "@esri/solution-simple-types": "^6.4.0-next.20250725",
27
27
  "jszip": "3.10.1",
28
28
  "tslib": "1.14.1"
29
29
  },
@@ -64,5 +64,5 @@
64
64
  "esri",
65
65
  "ES6"
66
66
  ],
67
- "gitHead": "c266125c05a98fd6e7ea774b7f928c49a829b8f4"
67
+ "gitHead": "231a47edad8afb71cb1d33e6a1b83679ec428193"
68
68
  }