bc-primeng-ui 0.0.5 → 0.0.6
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/fesm2022/bc-primeng-ui.mjs +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -5026,5 +5026,5 @@ const errorInterceptor = (req, next) => {
|
|
|
5026
5026
|
* Generated bundle index. Do not edit.
|
|
5027
5027
|
*/
|
|
5028
5028
|
|
|
5029
|
-
export { BCAutoCompleteComponent, BCBaseComponent, BCBaseDataComponent, BCBaseFormDialogComponent, BCBaseModel, BCBaseService, BCCheckboxComponent, BCConfirmDialogComponent, BCCurrencyboxComponent, BCCustomSelectComponent, BCDatePickerComponent, BCGenericPTableComponent, BCLoadingComponent, BCTextboxComponent, CustomDatepickerComponent, FormFieldErrorComponent, TranslationHttpLoader, errorInterceptor, loadingInterceptor };
|
|
5029
|
+
export { AppConfirmationService, BCAutoCompleteComponent, BCBaseComponent, BCBaseDataComponent, BCBaseFormDialogComponent, BCBaseModel, BCBaseService, BCCheckboxComponent, BCConfirmDialogComponent, BCCurrencyboxComponent, BCCustomSelectComponent, BCDatePickerComponent, BCGenericPTableComponent, BCLoadingComponent, BCTextboxComponent, CustomDatepickerComponent, FormFieldErrorComponent, NotificationService, TranslationHttpLoader, errorInterceptor, loadingInterceptor };
|
|
5030
5030
|
//# sourceMappingURL=bc-primeng-ui.mjs.map
|
package/index.d.ts
CHANGED
|
@@ -1260,5 +1260,5 @@ declare const loadingInterceptor: HttpInterceptorFn;
|
|
|
1260
1260
|
|
|
1261
1261
|
declare const errorInterceptor: HttpInterceptorFn;
|
|
1262
1262
|
|
|
1263
|
-
export { BCAutoCompleteComponent, BCBaseComponent, BCBaseDataComponent, BCBaseFormDialogComponent, BCBaseModel, BCBaseService, BCCheckboxComponent, BCConfirmDialogComponent, BCCurrencyboxComponent, BCCustomSelectComponent, BCDatePickerComponent, BCGenericPTableComponent, BCLoadingComponent, BCTextboxComponent, CustomDatepickerComponent, FormFieldErrorComponent, TranslationHttpLoader, errorInterceptor, loadingInterceptor };
|
|
1263
|
+
export { AppConfirmationService, BCAutoCompleteComponent, BCBaseComponent, BCBaseDataComponent, BCBaseFormDialogComponent, BCBaseModel, BCBaseService, BCCheckboxComponent, BCConfirmDialogComponent, BCCurrencyboxComponent, BCCustomSelectComponent, BCDatePickerComponent, BCGenericPTableComponent, BCLoadingComponent, BCTextboxComponent, CustomDatepickerComponent, FormFieldErrorComponent, NotificationService, TranslationHttpLoader, errorInterceptor, loadingInterceptor };
|
|
1264
1264
|
export type { ApiResponse, BCColumnHeader, ColumnFilter, ColumnFilterDisplay, ColumnFilterType, FilterDto, FilterOn, ISelectItem, OrderDto, PaginationRequestDto, PaginationResponseDto };
|