survey-angular-ui 2.3.16 → 2.4.0

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.
@@ -792,7 +792,7 @@
792
792
  };
793
793
  Object.defineProperty(ActionComponent.prototype, "id", {
794
794
  get: function () {
795
- return this.model.id || "";
795
+ return this.model.uniqueId + "" || "";
796
796
  },
797
797
  enumerable: false,
798
798
  configurable: true