@osovitny/anatoly 2.0.20 → 2.0.22

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.
@@ -1928,7 +1928,7 @@
1928
1928
  FormsHtmlEditorComponent.decorators = [
1929
1929
  { type: i0.Component, args: [{
1930
1930
  selector: "anatoly-forms-html-editor",
1931
- template: "<div [formGroup]=\"formGroup\">\r\n <div class=\"form-group\" [ngClass]=\"{'has-error': isItemInvalid(editorFormKey) }\">\r\n <label class=\"control-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\"\r\n [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\">\r\n </textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n </div>\r\n</div>\r\n"
1931
+ template: "<div [formGroup]=\"formGroup\">\r\n <div class=\"form-group\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\">\r\n <label class=\"control-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\"\r\n [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\">\r\n </textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n </div>\r\n</div>\r\n"
1932
1932
  },] }
1933
1933
  ];
1934
1934
  FormsHtmlEditorComponent.ctorParameters = function () { return []; };
@@ -2259,6 +2259,7 @@
2259
2259
  exports.ItemValidationSummaryComponent = ItemValidationSummaryComponent;
2260
2260
  exports.LoadingService = LoadingService;
2261
2261
  exports.LoggingService = LoggingService;
2262
+ exports.NativeElementDirective = NativeElementDirective;
2262
2263
  exports.SignInButtonComponent = SignInButtonComponent;
2263
2264
  exports.SignOutButtonComponent = SignOutButtonComponent;
2264
2265
  exports.SignUpButtonComponent = SignUpButtonComponent;