ps-toolkit-ui 1.3.21 → 1.3.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.3.21",
3
+ "version": "1.3.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"
@@ -2,7 +2,7 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public-api';
5
- export { SafeHtmlPipe as ɵr } from './lib/classes/safehtml.class';
5
+ export { SafeHtmlPipe as ɵo } from './lib/classes/safehtml.class';
6
6
  export { SafeStylePipe as ɵh } from './lib/classes/safestyle.class';
7
7
  export { CalendarComponent as ɵl } from './lib/components/calendar/calendar.component';
8
8
  export { ChartComponent as ɵn } from './lib/components/chart/chart.component';
@@ -13,10 +13,6 @@ export { FormTreeItemComponent as ɵf } from './lib/components/form/tree/item/fo
13
13
  export { LoginComponent as ɵi } from './lib/components/login/login.component';
14
14
  export { NotificationComponent as ɵj } from './lib/components/notification/notification.component';
15
15
  export { SidebarItemComponent as ɵc } from './lib/components/sidebar/item/sidebar.item.component';
16
- export { TableOldLoadingComponent as ɵo } from './lib/components/table-old/loading/table-old.loading.component';
17
- export { TableOldPaginationComponent as ɵp } from './lib/components/table-old/pagination/table-old.pagination.component';
18
- export { TableOldRowComponent as ɵq } from './lib/components/table-old/row/table-old.row.component';
19
- export { TableOldComponent as ɵs } from './lib/components/table-old/table-old.component';
20
16
  export { TableLoadingComponent as ɵe } from './lib/components/table/loading/table.loading.component';
21
17
  export { TablePaginationComponent as ɵb } from './lib/components/table/pagination/table.pagination.component';
22
18
  export { TableRowComponent as ɵg } from './lib/components/table/row/table.row.component';