@bizy/core 19.0.24 → 19.0.25

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.
@@ -10,6 +10,6 @@ export { BizyLogService } from "./log.service";
10
10
  export { BizyRouterService } from "./router.service";
11
11
  export { BizyCopyToClipboardService } from "./copy-to-clipboard.service";
12
12
  export { BizyTranslateService } from './translate';
13
- export { BizyPopupService, IBizyPopupResponse, BizyPopupWrapperComponent } from './popup';
14
13
  export { BizyToastService, BizyToastWrapperComponent } from './toast';
15
14
  export { BizyTranslateModule, ILocale, LANGUAGE } from './translate';
15
+ export * from './popup';
@@ -1,3 +1,4 @@
1
- export { BizyPopupWrapperComponent } from './popup-wrapper/popup-wrapper.component';
1
+ export { BizyPopupModule } from './popup.module';
2
2
  export { IBizyPopupResponse } from './popup.types';
3
3
  export { BizyPopupService } from './popup.service';
4
+ export { BizyPopupWrapperComponent } from './popup-wrapper/popup-wrapper.component';
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./popup-wrapper/popup-wrapper.component";
3
+ export declare class BizyPopupModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<BizyPopupModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BizyPopupModule, never, [typeof i1.BizyPopupWrapperComponent], [typeof i1.BizyPopupWrapperComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<BizyPopupModule>;
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizy/core",
3
- "version": "19.0.24",
3
+ "version": "19.0.25",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "19.2.1",
6
6
  "@angular/cdk": "19.2.2",