cronapp-lib-js 3.0.0-SP.55 → 3.0.0-SP.56

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.
@@ -9217,7 +9217,7 @@
9217
9217
  change: function () {
9218
9218
  this._initChange = this.eventName != CHANGE;
9219
9219
  // INICIO FIX CRONAPP-12841 (PARTE 3 de 3)
9220
- let hasMask = this?.element?.attributes['mask'] != undefined;
9220
+ let hasMask = (this && this.element && this.element.attributes && this.element.attributes['mask']);
9221
9221
  this.bindings[VALUE].set(this.parsedValue(), hasMask);
9222
9222
  // FIM FIX CRONAPP-12841 (PARTE 3 de 3)
9223
9223
  this._initChange = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapp-lib-js",
3
- "version": "3.0.0-SP.55",
3
+ "version": "3.0.0-SP.56",
4
4
  "description": "Javascript library for CronApp's projects",
5
5
  "main": "index.js",
6
6
  "scripts": {