@bizy/core 19.0.26 → 19.0.27

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.
@@ -1,6 +1,8 @@
1
+ import { TranslateModule } from '@ngx-translate/core';
1
2
  import * as i0 from "@angular/core";
2
3
  import * as i1 from "./translate.pipe";
3
4
  export declare class BizyTranslateModule {
5
+ static forRoot: typeof TranslateModule.forRoot;
4
6
  static ɵfac: i0.ɵɵFactoryDeclaration<BizyTranslateModule, never>;
5
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<BizyTranslateModule, never, [typeof i1.BizyTranslatePipe], [typeof i1.BizyTranslatePipe]>;
6
8
  static ɵinj: i0.ɵɵInjectorDeclaration<BizyTranslateModule>;
@@ -1,4 +1,3 @@
1
- import { TranslateModule } from '@ngx-translate/core';
2
1
  import * as i0 from "@angular/core";
3
2
  export declare enum LANGUAGE {
4
3
  SPANISH = "es",
@@ -10,7 +9,6 @@ export interface ILocale {
10
9
  }
11
10
  export declare class BizyTranslateService {
12
11
  #private;
13
- forRoot: typeof TranslateModule.forRoot;
14
12
  loadTranslations(...args: ILocale[]): void;
15
13
  addLangs(langs: Array<LANGUAGE>): void;
16
14
  getLangs(): Array<LANGUAGE>;
@@ -1,3 +1,4 @@
1
+ export { BizyServicesModule } from './services.module';
1
2
  export { BizyAnimationService } from './animation.service';
2
3
  export { BizyViewportService } from './viewport.service';
3
4
  export { BizyKeyboardService } from './keyboard.service';
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class BizyServicesModule {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<BizyServicesModule, never>;
4
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BizyServicesModule, never, never, never>;
5
+ static ɵinj: i0.ɵɵInjectorDeclaration<BizyServicesModule>;
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizy/core",
3
- "version": "19.0.26",
3
+ "version": "19.0.27",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "19.2.1",
6
6
  "@angular/cdk": "19.2.2",