ps-toolkit-ui 1.14.49 → 1.14.50

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.
@@ -8463,20 +8463,20 @@
8463
8463
  inputBase: [{ type: core.ViewChild, args: ['inputBase',] }]
8464
8464
  };
8465
8465
 
8466
- var PsToolkitUiModule = /** @class */ (function () {
8467
- function PsToolkitUiModule() {
8466
+ var PsToolkitUi = /** @class */ (function () {
8467
+ function PsToolkitUi() {
8468
8468
  }
8469
- PsToolkitUiModule.forRoot = function (config) {
8469
+ PsToolkitUi.forRoot = function (config) {
8470
8470
  return {
8471
- ngModule: PsToolkitUiModule,
8471
+ ngModule: PsToolkitUi,
8472
8472
  providers: [
8473
8473
  { provide: PsToolkitUiConfigService, useValue: config }
8474
8474
  ]
8475
8475
  };
8476
8476
  };
8477
- return PsToolkitUiModule;
8477
+ return PsToolkitUi;
8478
8478
  }());
8479
- PsToolkitUiModule.decorators = [
8479
+ PsToolkitUi.decorators = [
8480
8480
  { type: core.NgModule, args: [{
8481
8481
  declarations: [
8482
8482
  FormSelectItemComponent, FormCheckboxComponent, TablePaginationComponent, FormBankCardComponent, SidebarItemComponent, SidebarComponent,
@@ -9279,7 +9279,7 @@
9279
9279
  exports.OptionClass = OptionClass;
9280
9280
  exports.PermissionClass = PermissionClass;
9281
9281
  exports.Progress = Progress;
9282
- exports.PsToolkitUiModule = PsToolkitUiModule;
9282
+ exports.PsToolkitUi = PsToolkitUi;
9283
9283
  exports.RequestClass = RequestClass;
9284
9284
  exports.SidebarClass = SidebarClass;
9285
9285
  exports.SidebarComponent = SidebarComponent;