raise-common-lib 0.0.250 → 0.0.251

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.
@@ -38932,6 +38932,7 @@
38932
38932
  }] }
38933
38933
  ];
38934
38934
  RichtexteditorComponent.propDecorators = {
38935
+ rteObj: [{ type: core.ViewChild, args: ["editor", { static: false },] }],
38935
38936
  value: [{ type: core.Input }],
38936
38937
  editorId: [{ type: core.Input }],
38937
38938
  height: [{ type: core.Input }],
@@ -38950,6 +38951,8 @@
38950
38951
  return RichtexteditorComponent;
38951
38952
  }());
38952
38953
  if (false) {
38954
+ /** @type {?} */
38955
+ RichtexteditorComponent.prototype.rteObj;
38953
38956
  /** @type {?} */
38954
38957
  RichtexteditorComponent.prototype.value;
38955
38958
  /** @type {?} */