Browse Source

chore(admin-ui): Update public API

Michael Bromley 5 years ago
parent
commit
8a7f62f6dd

+ 2 - 0
packages/admin-ui/src/lib/core/src/public_api.ts

@@ -151,10 +151,12 @@ export * from './shared/pipes/asset-preview.pipe';
 export * from './shared/pipes/channel-label.pipe';
 export * from './shared/pipes/currency-name.pipe';
 export * from './shared/pipes/custom-field-label.pipe';
+export * from './shared/pipes/duration.pipe';
 export * from './shared/pipes/file-size.pipe';
 export * from './shared/pipes/has-permission.pipe';
 export * from './shared/pipes/sentence-case.pipe';
 export * from './shared/pipes/sort.pipe';
 export * from './shared/pipes/string-to-color.pipe';
+export * from './shared/pipes/time-ago.pipe';
 export * from './shared/providers/routing/can-deactivate-detail-guard';
 export * from './shared/shared.module';

+ 2 - 0
packages/admin-ui/src/lib/settings/src/public_api.ts

@@ -6,6 +6,8 @@ export * from './components/channel-list/channel-list.component';
 export * from './components/country-detail/country-detail.component';
 export * from './components/country-list/country-list.component';
 export * from './components/global-settings/global-settings.component';
+export * from './components/job-list/job-list.component';
+export * from './components/job-state-label/job-state-label.component';
 export * from './components/payment-method-detail/payment-method-detail.component';
 export * from './components/payment-method-list/payment-method-list.component';
 export * from './components/permission-grid/permission-grid.component';