nuxeo-development-framework 6.0.1 → 6.0.2

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.
Files changed (19) hide show
  1. package/bundles/nuxeo-development-framework.umd.js +91 -26
  2. package/bundles/nuxeo-development-framework.umd.js.map +1 -1
  3. package/esm2015/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.js +18 -3
  4. package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.js +29 -7
  5. package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-reply/correspondence-relation-reply.component.js +16 -13
  6. package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.js +2 -2
  7. package/esm2015/lib/components/dynamic-form/components/dynamic-form-textitem/dynamic-form-textitem.component.js +2 -2
  8. package/esm2015/lib/shared/components/general-notification-popup/general-notification-popup.component.js +27 -0
  9. package/esm2015/lib/shared/libraryShared.module.js +10 -5
  10. package/esm2015/public-api.js +2 -1
  11. package/fesm2015/nuxeo-development-framework.js +90 -27
  12. package/fesm2015/nuxeo-development-framework.js.map +1 -1
  13. package/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.d.ts +1 -0
  14. package/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.d.ts +1 -0
  15. package/lib/components/dynamic-form/components/dynamic-form-textitem/dynamic-form-textitem.component.d.ts +1 -0
  16. package/lib/shared/components/general-notification-popup/general-notification-popup.component.d.ts +11 -0
  17. package/lib/shared/libraryShared.module.d.ts +15 -14
  18. package/package.json +1 -1
  19. package/public-api.d.ts +1 -0
@@ -26,6 +26,7 @@ export declare class CorrespondenceRelationComponent implements OnInit {
26
26
  getallrelated(): void;
27
27
  handleActions(event: any): void;
28
28
  view_Corres(relation: any): void;
29
+ openGeneralNotificationPopup(): void;
29
30
  showCorrespondenceInViewer(corres_id: any): void;
30
31
  openConfirmDialog(functionToPerform: any, title: any, msg: any): import("rxjs").Observable<any>;
31
32
  deleteRelation(relateddoc: any): void;
@@ -25,6 +25,7 @@ export declare class CorrespondenceRelationListComponent implements OnInit {
25
25
  openDialog(functionToPerform: any, title: any, msg: any): import("rxjs").Observable<any>;
26
26
  view_Corres(relation: any): void;
27
27
  showCorrespondenceInViewer(relation: any): void;
28
+ openGeneralNotificationPopup(): void;
28
29
  handleMenuItemClicked(event: any): void;
29
30
  static ɵfac: i0.ɵɵFactoryDeclaration<CorrespondenceRelationListComponent, never>;
30
31
  static ɵcmp: i0.ɵɵComponentDeclaration<CorrespondenceRelationListComponent, "cts-correspondence-relation-list", never, { "correspondence_id": "correspondence_id"; "reload": "reload"; }, {}, never, never>;
@@ -56,6 +56,7 @@ export declare class DynamicFormTextItemComponent implements OnChanges, ControlV
56
56
  valueSeparator: string;
57
57
  showsuggestedOptions: boolean;
58
58
  constructor(dynamicFormUpdateService: DynamicFormUpdateService, translate: TranslateService, control: NgControl);
59
+ 2: any;
59
60
  onChange: any;
60
61
  onTouched: any;
61
62
  isRequired(): any;
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { MatDialogRef } from '@angular/material/dialog';
3
+ import * as i0 from "@angular/core";
4
+ export declare class GeneralNotificationPopupComponent implements OnInit {
5
+ private dialogRef;
6
+ constructor(dialogRef: MatDialogRef<GeneralNotificationPopupComponent>);
7
+ ngOnInit(): void;
8
+ close(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<GeneralNotificationPopupComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<GeneralNotificationPopupComponent, "lib-general-notification-popup", never, {}, {}, never, never>;
11
+ }
@@ -5,25 +5,26 @@ import * as i3 from "./components/button/button.component";
5
5
  import * as i4 from "./components/no-data/no-data.component";
6
6
  import * as i5 from "./components/spinner/spinner.component";
7
7
  import * as i6 from "./components/item-list/item-list.component";
8
- import * as i7 from "../components/avatar/avatar.module";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "@angular/router";
11
- import * as i10 from "@ngx-translate/core";
12
- import * as i11 from "@angular/material/progress-spinner";
13
- import * as i12 from "@angular/material/icon";
14
- import * as i13 from "@angular/material/list";
15
- import * as i14 from "@angular/material/menu";
16
- import * as i15 from "angular-ng-autocomplete";
17
- import * as i16 from "../directive/directive.module";
18
- import * as i17 from "@angular/material/tooltip";
19
- import * as i18 from "./directives/fluid-height.directive";
20
- import * as i19 from "./directives/element-height.directive";
8
+ import * as i7 from "./components/general-notification-popup/general-notification-popup.component";
9
+ import * as i8 from "../components/avatar/avatar.module";
10
+ import * as i9 from "@angular/common";
11
+ import * as i10 from "@angular/router";
12
+ import * as i11 from "@ngx-translate/core";
13
+ import * as i12 from "@angular/material/progress-spinner";
14
+ import * as i13 from "@angular/material/icon";
15
+ import * as i14 from "@angular/material/list";
16
+ import * as i15 from "@angular/material/menu";
17
+ import * as i16 from "angular-ng-autocomplete";
18
+ import * as i17 from "../directive/directive.module";
19
+ import * as i18 from "@angular/material/tooltip";
20
+ import * as i19 from "./directives/fluid-height.directive";
21
+ import * as i20 from "./directives/element-height.directive";
21
22
  /**
22
23
  * @title
23
24
  * Shared UI Components
24
25
  */
25
26
  export declare class LibrarySharedModule {
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<LibrarySharedModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<LibrarySharedModule, [typeof i1.ReadMoreComponent, typeof i2.UserCardComponent, typeof i3.ButtonComponent, typeof i4.NoDataComponent, typeof i5.SpinnerComponent, typeof i6.ItemListComponent], [typeof i7.AvatarModule, typeof i8.CommonModule, typeof i9.RouterModule, typeof i10.TranslateModule, typeof i11.MatProgressSpinnerModule, typeof i12.MatIconModule, typeof i13.MatListModule, typeof i14.MatMenuModule, typeof i15.AutocompleteLibModule, typeof i16.DirectiveModule, typeof i17.MatTooltipModule, typeof i18.FluidHeightModule, typeof i19.ElementHeightModule], [typeof i2.UserCardComponent, typeof i1.ReadMoreComponent, typeof i10.TranslateModule, typeof i3.ButtonComponent, typeof i4.NoDataComponent, typeof i5.SpinnerComponent, typeof i6.ItemListComponent, typeof i18.FluidHeightModule, typeof i19.ElementHeightModule]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LibrarySharedModule, [typeof i1.ReadMoreComponent, typeof i2.UserCardComponent, typeof i3.ButtonComponent, typeof i4.NoDataComponent, typeof i5.SpinnerComponent, typeof i6.ItemListComponent, typeof i7.GeneralNotificationPopupComponent], [typeof i8.AvatarModule, typeof i9.CommonModule, typeof i10.RouterModule, typeof i11.TranslateModule, typeof i12.MatProgressSpinnerModule, typeof i13.MatIconModule, typeof i14.MatListModule, typeof i15.MatMenuModule, typeof i16.AutocompleteLibModule, typeof i17.DirectiveModule, typeof i18.MatTooltipModule, typeof i19.FluidHeightModule, typeof i20.ElementHeightModule], [typeof i2.UserCardComponent, typeof i1.ReadMoreComponent, typeof i11.TranslateModule, typeof i3.ButtonComponent, typeof i4.NoDataComponent, typeof i5.SpinnerComponent, typeof i6.ItemListComponent, typeof i19.FluidHeightModule, typeof i20.ElementHeightModule, typeof i7.GeneralNotificationPopupComponent]>;
28
29
  static ɵinj: i0.ɵɵInjectorDeclaration<LibrarySharedModule>;
29
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",
package/public-api.d.ts CHANGED
@@ -184,6 +184,7 @@ export * from './lib/shared/components/read-more/read-more.component';
184
184
  export * from './lib/shared/components/search-autocomplete/search-autocomplete.component';
185
185
  export * from './lib/shared/components/spinner/spinner.component';
186
186
  export * from './lib/shared/components/user-card/user-card.component';
187
+ export * from './lib/shared/components/general-notification-popup/general-notification-popup.component';
187
188
  export * from './lib/shared/libraryShared.module';
188
189
  export * from './lib/shared-services/global-admin.service';
189
190
  export * from './lib/shared-services/shared-services.module';