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.
- package/bundles/ps-toolkit-ui.umd.js +7 -7
- 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/ps-toolkit-ui.module.js +4 -4
- package/fesm2015/ps-toolkit-ui.js +4 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/ps-toolkit-ui.module.d.ts +2 -2
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -8463,20 +8463,20 @@
|
|
|
8463
8463
|
inputBase: [{ type: core.ViewChild, args: ['inputBase',] }]
|
|
8464
8464
|
};
|
|
8465
8465
|
|
|
8466
|
-
var
|
|
8467
|
-
function
|
|
8466
|
+
var PsToolkitUi = /** @class */ (function () {
|
|
8467
|
+
function PsToolkitUi() {
|
|
8468
8468
|
}
|
|
8469
|
-
|
|
8469
|
+
PsToolkitUi.forRoot = function (config) {
|
|
8470
8470
|
return {
|
|
8471
|
-
ngModule:
|
|
8471
|
+
ngModule: PsToolkitUi,
|
|
8472
8472
|
providers: [
|
|
8473
8473
|
{ provide: PsToolkitUiConfigService, useValue: config }
|
|
8474
8474
|
]
|
|
8475
8475
|
};
|
|
8476
8476
|
};
|
|
8477
|
-
return
|
|
8477
|
+
return PsToolkitUi;
|
|
8478
8478
|
}());
|
|
8479
|
-
|
|
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.
|
|
9282
|
+
exports.PsToolkitUi = PsToolkitUi;
|
|
9283
9283
|
exports.RequestClass = RequestClass;
|
|
9284
9284
|
exports.SidebarClass = SidebarClass;
|
|
9285
9285
|
exports.SidebarComponent = SidebarComponent;
|