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.
- package/bundles/raise-common-lib.umd.js +3 -0
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/form/richtexteditor/index.component.js +6 -2
- package/esm5/lib/form/richtexteditor/index.component.js +6 -2
- package/fesm2015/raise-common-lib.js +3 -0
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +3 -0
- package/fesm5/raise-common-lib.js.map +1 -1
- package/lib/form/richtexteditor/index.component.d.ts +2 -1
- package/package.json +1 -1
- package/raise-common-lib.metadata.json +1 -1
- package/src/assets/style/reset/button.scss +5 -1
|
@@ -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 {?} */
|