ps-toolkit-ui 1.7.76 → 1.7.77
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 -5
- 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 +3 -3
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['ps-toolkit-ui'] = {}, global.ng.core, global.$$1, global._, global.moment, global.ng.router, null, global.ng.forms, global.ng.common, global.ng.platformBrowser, global.Editor, global.Alignment, global.ckeditor5Angular, global.Highcharts));
|
|
5
5
|
}(this, (function (exports, core, $$1, _, moment, router, jqueryUi, forms, common, platformBrowser, Editor, Alignment, ckeditor5Angular, Highcharts) { 'use strict';
|
|
6
6
|
|
|
7
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
-
|
|
9
7
|
function _interopNamespace(e) {
|
|
10
8
|
if (e && e.__esModule) { return e; } else {
|
|
11
9
|
var n = Object.create(null);
|
|
@@ -30,7 +28,7 @@
|
|
|
30
28
|
var $__namespace = /*#__PURE__*/_interopNamespace($$1);
|
|
31
29
|
var moment__namespace = /*#__PURE__*/_interopNamespace(moment);
|
|
32
30
|
var Editor__namespace = /*#__PURE__*/_interopNamespace(Editor);
|
|
33
|
-
var
|
|
31
|
+
var Alignment__namespace = /*#__PURE__*/_interopNamespace(Alignment);
|
|
34
32
|
|
|
35
33
|
var PsToolkitUiConfigService = /** @class */ (function () {
|
|
36
34
|
function PsToolkitUiConfigService(environment, strings, currentLang) {
|
|
@@ -7657,7 +7655,7 @@
|
|
|
7657
7655
|
this.changeIndex = new core.EventEmitter();
|
|
7658
7656
|
this.Editor = Editor__namespace;
|
|
7659
7657
|
this.config = {
|
|
7660
|
-
plugins: [
|
|
7658
|
+
plugins: [Alignment__namespace],
|
|
7661
7659
|
toolbar: {
|
|
7662
7660
|
items: [
|
|
7663
7661
|
'code',
|
|
@@ -7730,7 +7728,7 @@
|
|
|
7730
7728
|
};
|
|
7731
7729
|
};
|
|
7732
7730
|
FormCkeditorComponent.prototype.onFocusIn = function () {
|
|
7733
|
-
this.inputBase.nativeElement.focus();
|
|
7731
|
+
// this.inputBase.nativeElement.focus();
|
|
7734
7732
|
};
|
|
7735
7733
|
FormCkeditorComponent.prototype.onKeyDown = function (e) {
|
|
7736
7734
|
this.inp.error = null;
|