@unvired/turboforms-embed-sdk 1.0.17 → 1.0.18
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.
|
@@ -27883,7 +27883,7 @@ select.ui.dropdown {
|
|
|
27883
27883
|
<div id="formio-cmt" style="margin-bottom: 20px;"></div>
|
|
27884
27884
|
</div>
|
|
27885
27885
|
<div id="sticky-footer">
|
|
27886
|
-
<div class="build-version">v1.0.
|
|
27886
|
+
<div class="build-version">v1.0.18</div>
|
|
27887
27887
|
<button class="ui button primary dataGrid-addRow" id="saveBtn" disabled="true" onclick="FormOnSave()">
|
|
27888
27888
|
<i class="icon save large"></i>Save
|
|
27889
27889
|
</button>
|
|
@@ -67925,7 +67925,7 @@ window.deleteAppDocument = async function(id) {
|
|
|
67925
67925
|
window.getAllDocuments = getAllDocuments;
|
|
67926
67926
|
window.hasDocuments = hasDocuments;
|
|
67927
67927
|
function getBuildVersion() {
|
|
67928
|
-
return "1.0.
|
|
67928
|
+
return "1.0.18";
|
|
67929
67929
|
}
|
|
67930
67930
|
export {
|
|
67931
67931
|
getBuildVersion,
|
package/package.json
CHANGED