@rangertechnologies/ngnxt 2.1.260 → 2.1.261
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.
|
@@ -7102,7 +7102,7 @@ class NxtInput {
|
|
|
7102
7102
|
this.onChange(this.value);
|
|
7103
7103
|
this.onTouched();
|
|
7104
7104
|
// SKS11JUN25 Only emit the value if not in view edit mode
|
|
7105
|
-
if (!this.viewEdit
|
|
7105
|
+
if (!this.viewEdit || this.type === 'list') {
|
|
7106
7106
|
let change = {};
|
|
7107
7107
|
change['isObject'] = this.apiMeta?.isObject;
|
|
7108
7108
|
change['fromQuestionId'] = this.question?.id;
|
|
@@ -60845,7 +60845,7 @@ const VERSION = {
|
|
|
60845
60845
|
"semver": null,
|
|
60846
60846
|
"suffix": "09440148-dirty",
|
|
60847
60847
|
"semverString": null,
|
|
60848
|
-
"version": "2.1.
|
|
60848
|
+
"version": "2.1.261"
|
|
60849
60849
|
};
|
|
60850
60850
|
/* tslint:enable */
|
|
60851
60851
|
|