@onecx/angular-accelerator 4.33.1 → 4.33.3
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/esm2020/lib/angular-accelerator.module.mjs +7 -1
- package/fesm2015/onecx-angular-accelerator.mjs +7 -1
- package/fesm2015/onecx-angular-accelerator.mjs.map +1 -1
- package/fesm2020/onecx-angular-accelerator.mjs +7 -1
- package/fesm2020/onecx-angular-accelerator.mjs.map +1 -1
- package/lib/angular-accelerator.module.d.ts +4 -0
- package/package.json +1 -1
|
@@ -3090,6 +3090,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3090
3090
|
}]
|
|
3091
3091
|
}] });
|
|
3092
3092
|
|
|
3093
|
+
class AngularAcceleratorMissingTranslationHandler {
|
|
3094
|
+
handle(params) {
|
|
3095
|
+
console.log(`Missing translation for ${params.key}`, params);
|
|
3096
|
+
return params.key;
|
|
3097
|
+
}
|
|
3098
|
+
}
|
|
3093
3099
|
class AngularAcceleratorModule {
|
|
3094
3100
|
}
|
|
3095
3101
|
AngularAcceleratorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AngularAcceleratorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -3351,5 +3357,5 @@ function enumToDropdownOptions(translateService, enumType, translationKeyPrefix)
|
|
|
3351
3357
|
* Generated bundle index. Do not edit.
|
|
3352
3358
|
*/
|
|
3353
3359
|
|
|
3354
|
-
export { AdvancedDirective, AngularAcceleratorModule, AngularAcceleratorPrimeNgModule, AppConfigService, AsyncTranslateLoader, BreadcrumbService, CachingTranslateLoader, ColorUtils, ColumnGroupSelectionComponent, ColumnType, CustomGroupColumnSelectorComponent, DataLayoutSelectionComponent, DataListGridComponent, DataListGridSortingComponent, DataTableComponent, DataViewComponent, DateUtils, DiagramComponent, DynamicPipe, GroupByCountDiagramComponent, IfBreakpointDirective, IfPermissionDirective, InteractiveDataViewComponent, ObjectUtils, OcxTimeAgoPipe, PageHeaderComponent, SearchConfigComponent, SearchHeaderComponent, SrcDirective, TranslateCombinedLoader, TranslationCacheService, createRemoteComponentTranslateLoader, createTranslateLoader, enumToDropdownOptions, flattenObject };
|
|
3360
|
+
export { AdvancedDirective, AngularAcceleratorMissingTranslationHandler, AngularAcceleratorModule, AngularAcceleratorPrimeNgModule, AppConfigService, AsyncTranslateLoader, BreadcrumbService, CachingTranslateLoader, ColorUtils, ColumnGroupSelectionComponent, ColumnType, CustomGroupColumnSelectorComponent, DataLayoutSelectionComponent, DataListGridComponent, DataListGridSortingComponent, DataTableComponent, DataViewComponent, DateUtils, DiagramComponent, DynamicPipe, GroupByCountDiagramComponent, IfBreakpointDirective, IfPermissionDirective, InteractiveDataViewComponent, ObjectUtils, OcxTimeAgoPipe, PageHeaderComponent, SearchConfigComponent, SearchHeaderComponent, SrcDirective, TranslateCombinedLoader, TranslationCacheService, createRemoteComponentTranslateLoader, createTranslateLoader, enumToDropdownOptions, flattenObject };
|
|
3355
3361
|
//# sourceMappingURL=onecx-angular-accelerator.mjs.map
|