ps-toolkit-ui 1.13.35 → 1.13.38
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/ps-toolkit-ui.umd.js +3 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/ckeditor/form.ckeditor.component.js +4 -3
- package/fesm2015/ps-toolkit-ui.js +3 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +2 -2
|
@@ -8034,15 +8034,16 @@
|
|
|
8034
8034
|
this.changeIndex = new core.EventEmitter();
|
|
8035
8035
|
this.config = {
|
|
8036
8036
|
toolbar: [
|
|
8037
|
-
['sourcearea'],
|
|
8038
8037
|
['SourceArea'],
|
|
8038
|
+
['Source'],
|
|
8039
8039
|
['Bold'],
|
|
8040
8040
|
['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo'],
|
|
8041
8041
|
['NumberedList', 'BulletedList'],
|
|
8042
8042
|
'/',
|
|
8043
8043
|
['Outdent', 'Indent'],
|
|
8044
8044
|
['Link', 'Unlink'],
|
|
8045
|
-
['Image', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak']
|
|
8045
|
+
['Image', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'],
|
|
8046
|
+
['Bold'],
|
|
8046
8047
|
]
|
|
8047
8048
|
};
|
|
8048
8049
|
}
|