nuxeo-development-framework 0.8.8 → 0.9.1

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.
@@ -6,6 +6,7 @@ export declare class AppConfigService {
6
6
  constructor(http: HttpClient);
7
7
  myConfiguration: any;
8
8
  conditons: any;
9
+ theme: any;
9
10
  configLoaded: ReplaySubject<unknown>;
10
11
  load(): void;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<AppConfigService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "0.8.8",
3
+ "version": "0.9.1",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~12.2.4",
6
6
  "@angular/common": "~12.2.4",
package/public-api.d.ts CHANGED
@@ -114,6 +114,9 @@ export * from './lib/components/latest-activity/components/single-activity/singl
114
114
  export * from './lib/components/latest-activity/components/activity-line/activity-line.component';
115
115
  export * from './lib/components/documents/components/document-scan/document-scan.service';
116
116
  export * from './lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component';
117
+ export * from './lib/components/custom-toastr/custom-toastr.module';
118
+ export * from './lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component';
119
+ export * from './lib/components/dynamic-filter/dynamic-filter.module';
117
120
  export * from './lib/shared/libraryShared.module';
118
121
  export * from './lib/shared/components/button/button.component';
119
122
  export * from './lib/shared/components/item-list/item-list.component';