@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.
- package/bundles/osovitny-anatoly.umd.js +2 -1
- package/bundles/osovitny-anatoly.umd.js.map +1 -1
- package/bundles/osovitny-anatoly.umd.min.js +1 -1
- package/bundles/osovitny-anatoly.umd.min.js.map +1 -1
- package/esm2015/lib/ui/components/html-editor/forms-html-editor.component.js +2 -2
- package/esm2015/lib/ui/index.js +5 -2
- package/fesm2015/osovitny-anatoly.js +2 -2
- package/fesm2015/osovitny-anatoly.js.map +1 -1
- package/lib/ui/index.d.ts +1 -0
- package/osovitny-anatoly.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -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':
|
|
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;
|