@haiilo/catalyst-angular 10.17.0 → 10.18.0

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,4 @@
1
- import { InjectionToken, ModuleWithProviders } from '@angular/core';
2
- import { CatI18nRegistry, CatIconRegistry, CatNotificationService } from '@haiilo/catalyst';
3
- import { RootLogger } from 'loglevel';
1
+ import { ModuleWithProviders } from '@angular/core';
4
2
  import * as i0 from "@angular/core";
5
3
  import * as i1 from "./directives/proxies";
6
4
  import * as i2 from "./directives/boolean-value-accessor";
@@ -17,10 +15,6 @@ import * as i12 from "./dialog/dialog-header.component";
17
15
  import * as i13 from "./dialog/dialog-actions.component";
18
16
  import * as i14 from "@angular/common";
19
17
  import * as i15 from "@angular/cdk/dialog";
20
- export declare const CAT_LOG_TOKEN: InjectionToken<RootLogger>;
21
- export declare const CAT_I18N_REGISTRY_TOKEN: InjectionToken<CatI18nRegistry>;
22
- export declare const CAT_ICON_REGISTRY_TOKEN: InjectionToken<CatIconRegistry>;
23
- export declare const CAT_NOTIFICATION_SERVICE_TOKEN: InjectionToken<CatNotificationService>;
24
18
  export declare class CatalystModule {
25
19
  static forRoot(): ModuleWithProviders<CatalystModule>;
26
20
  static ɵfac: i0.ɵɵFactoryDeclaration<CatalystModule, never>;
@@ -0,0 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import { CatI18nRegistry, CatIconRegistry, CatNotificationService } from '@haiilo/catalyst';
3
+ import { RootLogger } from 'loglevel';
4
+ export declare const CAT_LOG_TOKEN: InjectionToken<RootLogger>;
5
+ export declare const CAT_I18N_REGISTRY_TOKEN: InjectionToken<CatI18nRegistry>;
6
+ export declare const CAT_ICON_REGISTRY_TOKEN: InjectionToken<CatIconRegistry>;
7
+ export declare const CAT_NOTIFICATION_SERVICE_TOKEN: InjectionToken<CatNotificationService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-angular",
3
- "version": "10.17.0",
3
+ "version": "10.18.0",
4
4
  "description": "Angular wrapper for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -14,8 +14,8 @@
14
14
  "dependencies": {
15
15
  "loglevel": "1.8.1",
16
16
  "tslib": "^2.3.0",
17
- "@haiilo/catalyst": "10.17.0",
18
- "@haiilo/catalyst-tokens": "10.17.0"
17
+ "@haiilo/catalyst": "10.18.0",
18
+ "@haiilo/catalyst-tokens": "10.18.0"
19
19
  },
20
20
  "module": "fesm2015/haiilo-catalyst-angular.mjs",
21
21
  "es2020": "fesm2020/haiilo-catalyst-angular.mjs",
package/public-api.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from './lib/injection-token';
1
2
  export * from './lib/catalyst.module';
2
3
  export * from './lib/datetime/datetime.component';
3
4
  export { CatDialogActionsComponent } from './lib/dialog/dialog-actions.component';