@unvired/turboforms-embed-sdk 1.0.34 → 1.0.39
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.
|
@@ -60754,7 +60754,7 @@ window.CommentOnBack = CommentOnBack;
|
|
|
60754
60754
|
|
|
60755
60755
|
|
|
60756
60756
|
<div id="sticky-footer">
|
|
60757
|
-
<div class="build-version">SDK v1.0.
|
|
60757
|
+
<div class="build-version">SDK v1.0.39</div>
|
|
60758
60758
|
<div class="relative-position">
|
|
60759
60759
|
<button id="unvired-more-btn" class="ui button primary dataGrid-addRow" onclick="toggleTooltip()">
|
|
60760
60760
|
<i class="icon options"></i>
|
|
@@ -27948,7 +27948,7 @@ select.ui.dropdown {
|
|
|
27948
27948
|
<div id="formio-cmt" style="margin-bottom: 20px;"></div>
|
|
27949
27949
|
</div>
|
|
27950
27950
|
<div id="sticky-footer">
|
|
27951
|
-
<div class="build-version">SDK v1.0.
|
|
27951
|
+
<div class="build-version">SDK v1.0.39</div>
|
|
27952
27952
|
<button class="ui button primary dataGrid-addRow" id="saveBtn" disabled="true" onclick="FormOnSave()">
|
|
27953
27953
|
<i class="icon save large"></i>Save
|
|
27954
27954
|
</button>
|
|
@@ -68631,7 +68631,7 @@ window.deleteAppDocument = async function(id) {
|
|
|
68631
68631
|
window.getAllDocuments = getAllDocuments;
|
|
68632
68632
|
window.hasDocuments = hasDocuments;
|
|
68633
68633
|
function getBuildVersion() {
|
|
68634
|
-
return "1.0.
|
|
68634
|
+
return "1.0.39";
|
|
68635
68635
|
}
|
|
68636
68636
|
export {
|
|
68637
68637
|
getBuildVersion,
|
package/package.json
CHANGED