ng-pli-commons 0.0.1908 → 0.0.1909
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.
|
@@ -1318,7 +1318,8 @@ class FormioUtil {
|
|
|
1318
1318
|
!Object.prototype.hasOwnProperty.call(data[key], 'callingCodes') &&
|
|
1319
1319
|
!Object.prototype.hasOwnProperty.call(data[key], 'nativeName') &&
|
|
1320
1320
|
!Object.prototype.hasOwnProperty.call(data[key], 'original_name') &&
|
|
1321
|
-
|
|
1321
|
+
!Object.prototype.hasOwnProperty.call(data[key], 'fullName') &&
|
|
1322
|
+
!Object.prototype.hasOwnProperty.call(data[key], 'fullname') &&
|
|
1322
1323
|
FormioUtil.getSelectBoxes(data[key])) {
|
|
1323
1324
|
// remove item from array
|
|
1324
1325
|
array.splice(i, 1);
|
|
@@ -1329,7 +1330,8 @@ class FormioUtil {
|
|
|
1329
1330
|
!Object.prototype.hasOwnProperty.call(data[key], 'callingCodes') &&
|
|
1330
1331
|
!Object.prototype.hasOwnProperty.call(data[key], 'nativeName') &&
|
|
1331
1332
|
!Object.prototype.hasOwnProperty.call(data[key], 'original_name') &&
|
|
1332
|
-
|
|
1333
|
+
!Object.prototype.hasOwnProperty.call(data[key], 'fullName') &&
|
|
1334
|
+
!Object.prototype.hasOwnProperty.call(data[key], 'fullname') &&
|
|
1333
1335
|
!FormioUtil.getSelectBoxes(data[key])) {
|
|
1334
1336
|
}
|
|
1335
1337
|
else if (data[key] != undefined && data[key] != null && data[key] != '') {
|
|
@@ -16175,9 +16177,9 @@ class CustomValidator {
|
|
|
16175
16177
|
/* tslint:disable */
|
|
16176
16178
|
const VERSION = {
|
|
16177
16179
|
"dirty": true,
|
|
16178
|
-
"raw": "v0.0.18-
|
|
16179
|
-
"hash": "
|
|
16180
|
-
"distance":
|
|
16180
|
+
"raw": "v0.0.18-2491-g6c4a52cc-dirty",
|
|
16181
|
+
"hash": "g6c4a52cc",
|
|
16182
|
+
"distance": 2491,
|
|
16181
16183
|
"tag": "v0.0.18",
|
|
16182
16184
|
"semver": {
|
|
16183
16185
|
"options": {
|
|
@@ -16193,10 +16195,10 @@ const VERSION = {
|
|
|
16193
16195
|
"build": [],
|
|
16194
16196
|
"version": "0.0.18"
|
|
16195
16197
|
},
|
|
16196
|
-
"suffix": "
|
|
16197
|
-
"semverString": "0.0.18+
|
|
16198
|
-
"version": "0.0.
|
|
16199
|
-
"buildTimestamp": "2024-
|
|
16198
|
+
"suffix": "2491-g6c4a52cc-dirty",
|
|
16199
|
+
"semverString": "0.0.18+2491.g6c4a52cc",
|
|
16200
|
+
"version": "0.0.1909",
|
|
16201
|
+
"buildTimestamp": "2024-07-11T14:25:30.052Z"
|
|
16200
16202
|
};
|
|
16201
16203
|
/* tslint:enable */
|
|
16202
16204
|
|