@unvired/turboforms-embed-sdk 1.0.18 → 1.0.20
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.
|
@@ -60499,6 +60499,7 @@ window.CommentOnBack = CommentOnBack;
|
|
|
60499
60499
|
|
|
60500
60500
|
|
|
60501
60501
|
<div id="sticky-footer">
|
|
60502
|
+
<div class="build-version">SDK v1.0.20</div>
|
|
60502
60503
|
<div class="relative-position">
|
|
60503
60504
|
<button id="unvired-more-btn" class="ui button primary dataGrid-addRow" onclick="toggleTooltip()">
|
|
60504
60505
|
<i class="icon options"></i>
|
|
@@ -27769,7 +27769,7 @@ select.ui.dropdown {
|
|
|
27769
27769
|
}
|
|
27770
27770
|
.build-version {
|
|
27771
27771
|
margin-right: auto;
|
|
27772
|
-
font-size:
|
|
27772
|
+
font-size: 10px;
|
|
27773
27773
|
color: #888;
|
|
27774
27774
|
padding-left: 10px;
|
|
27775
27775
|
font-family: inherit;
|
|
@@ -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">SDK v1.0.20</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.20";
|
|
67929
67929
|
}
|
|
67930
67930
|
export {
|
|
67931
67931
|
getBuildVersion,
|
package/package.json
CHANGED