@unvired/turboforms-embed-sdk 2.0.38 → 2.0.40
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/turboforms.esm.js +4 -4
- package/dist/turboforms.html +3 -2
- package/dist/turboforms.js +4 -4
- package/package.json +1 -1
package/dist/turboforms.html
CHANGED
|
@@ -37291,7 +37291,7 @@ class SmartSelectComponent extends SmartSelectList {
|
|
|
37291
37291
|
try {
|
|
37292
37292
|
return JSON.stringify(normalizedOptionValue) === JSON.stringify(value);
|
|
37293
37293
|
} catch (err) {
|
|
37294
|
-
|
|
37294
|
+
logger.error('Error while comparing items', err);
|
|
37295
37295
|
return false;
|
|
37296
37296
|
}
|
|
37297
37297
|
};
|
|
@@ -38648,6 +38648,7 @@ class SmartNestedComponent extends Component {
|
|
|
38648
38648
|
switch (event) {
|
|
38649
38649
|
case 'focus':
|
|
38650
38650
|
case 'blur':
|
|
38651
|
+
case 'change':
|
|
38651
38652
|
case 'componentChange':
|
|
38652
38653
|
case 'componentError':
|
|
38653
38654
|
case 'error':
|
|
@@ -42901,7 +42902,7 @@ window.CommentOnBack = CommentOnBack;
|
|
|
42901
42902
|
|
|
42902
42903
|
|
|
42903
42904
|
<div id="sticky-footer">
|
|
42904
|
-
<div class="build-version">SDK v2.0.
|
|
42905
|
+
<div class="build-version">SDK v2.0.40</div>
|
|
42905
42906
|
<div class="relative-position">
|
|
42906
42907
|
<button id="unvired-more-btn" class="ui button primary dataGrid-addRow" onclick="toggleTooltip()">
|
|
42907
42908
|
<i class="icon options"></i>
|