ps-toolkit-ui 1.7.63 → 1.7.64

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.
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('jquery'), require('lodash'), require('jalali-moment'), require('@angular/router'), require('jquery-ui-dist/jquery-ui'), require('@angular/forms'), require('@angular/common'), require('@angular/platform-browser'), require('@ckeditor/ckeditor5-build-inline'), require('@ckeditor/ckeditor5-angular'), require('highcharts')) :
3
- typeof define === 'function' && define.amd ? define('ps-toolkit-ui', ['exports', '@angular/core', 'jquery', 'lodash', 'jalali-moment', '@angular/router', 'jquery-ui-dist/jquery-ui', '@angular/forms', '@angular/common', '@angular/platform-browser', '@ckeditor/ckeditor5-build-inline', '@ckeditor/ckeditor5-angular', 'highcharts'], factory) :
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.InlineEditor, global.ckeditor5Angular, global.Highcharts));
5
- }(this, (function (exports, core, $$1, _, moment, router, jqueryUi, forms, common, platformBrowser, InlineEditor, ckeditor5Angular, Highcharts) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('jquery'), require('lodash'), require('jalali-moment'), require('@angular/router'), require('jquery-ui-dist/jquery-ui'), require('@angular/forms'), require('@angular/common'), require('@angular/platform-browser'), require('@ckeditor/ckeditor5-build-classic'), require('@ckeditor/ckeditor5-angular'), require('highcharts')) :
3
+ typeof define === 'function' && define.amd ? define('ps-toolkit-ui', ['exports', '@angular/core', 'jquery', 'lodash', 'jalali-moment', '@angular/router', 'jquery-ui-dist/jquery-ui', '@angular/forms', '@angular/common', '@angular/platform-browser', '@ckeditor/ckeditor5-build-classic', '@ckeditor/ckeditor5-angular', 'highcharts'], factory) :
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.ckeditor5Angular, global.Highcharts));
5
+ }(this, (function (exports, core, $$1, _, moment, router, jqueryUi, forms, common, platformBrowser, Editor, ckeditor5Angular, Highcharts) { 'use strict';
6
6
 
7
7
  function _interopNamespace(e) {
8
8
  if (e && e.__esModule) { return e; } else {
@@ -27,7 +27,7 @@
27
27
 
28
28
  var $__namespace = /*#__PURE__*/_interopNamespace($$1);
29
29
  var moment__namespace = /*#__PURE__*/_interopNamespace(moment);
30
- var InlineEditor__namespace = /*#__PURE__*/_interopNamespace(InlineEditor);
30
+ var Editor__namespace = /*#__PURE__*/_interopNamespace(Editor);
31
31
 
32
32
  var PsToolkitUiConfigService = /** @class */ (function () {
33
33
  function PsToolkitUiConfigService(environment, strings, currentLang) {
@@ -7652,7 +7652,7 @@
7652
7652
  var FormCkeditorComponent = /** @class */ (function () {
7653
7653
  function FormCkeditorComponent() {
7654
7654
  this.changeIndex = new core.EventEmitter();
7655
- this.Editor = InlineEditor__namespace;
7655
+ this.Editor = Editor__namespace;
7656
7656
  }
7657
7657
  FormCkeditorComponent.prototype.ngOnInit = function () {
7658
7658
  var _this = this;