nuxeo-development-framework 5.3.4 → 5.3.5

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.
@@ -60,6 +60,7 @@ export declare class DynamicFormDepartmentComponent implements ControlValueAcces
60
60
  /** emitted when action is clicked */
61
61
  actionClicked: EventEmitter<any>;
62
62
  onDataLoad: EventEmitter<any>;
63
+ showTreeActions: boolean;
63
64
  loading: boolean;
64
65
  selection: any;
65
66
  arabic: boolean;
@@ -83,5 +84,5 @@ export declare class DynamicFormDepartmentComponent implements ControlValueAcces
83
84
  hasErrors(): boolean;
84
85
  onAction(e: any): void;
85
86
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormDepartmentComponent, [null, null, { optional: true; self: true; }]>;
86
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFormDepartmentComponent, "app-dynamic-form-department", never, { "treeview": "treeview"; "treeViewAsFormControl": "treeViewAsFormControl"; "placeholder": "placeholder"; "multiple": "multiple"; "searchable": "searchable"; "label": "label"; "defaultSelect": "defaultSelect"; "displayDepTypee": "displayDepTypee"; "displayIsAllowRecExternal": "displayIsAllowRecExternal"; "pp_departmentNestedTree": "pp_departmentNestedTree"; "pp_departmentTree": "pp_departmentTree"; "customPrefix": "customPrefix"; "useCustomAddEditAction": "useCustomAddEditAction"; "customParentProperty": "customParentProperty"; "customParams": "customParams"; "disabled": "disabled"; "nodesExpandedByDefault": "nodesExpandedByDefault"; "fixedParentNode": "fixedParentNode"; }, { "onSelecting": "onSelecting"; "actionClicked": "actionClicked"; "onDataLoad": "onDataLoad"; }, never, never>;
87
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFormDepartmentComponent, "app-dynamic-form-department", never, { "treeview": "treeview"; "treeViewAsFormControl": "treeViewAsFormControl"; "placeholder": "placeholder"; "multiple": "multiple"; "searchable": "searchable"; "label": "label"; "defaultSelect": "defaultSelect"; "displayDepTypee": "displayDepTypee"; "displayIsAllowRecExternal": "displayIsAllowRecExternal"; "pp_departmentNestedTree": "pp_departmentNestedTree"; "pp_departmentTree": "pp_departmentTree"; "customPrefix": "customPrefix"; "useCustomAddEditAction": "useCustomAddEditAction"; "customParentProperty": "customParentProperty"; "customParams": "customParams"; "disabled": "disabled"; "nodesExpandedByDefault": "nodesExpandedByDefault"; "fixedParentNode": "fixedParentNode"; "showTreeActions": "showTreeActions"; }, { "onSelecting": "onSelecting"; "actionClicked": "actionClicked"; "onDataLoad": "onDataLoad"; }, never, never>;
87
88
  }
@@ -82,6 +82,7 @@ export declare class TreeviewSelectComponent implements OnInit, OnChanges, OnDes
82
82
  value: string;
83
83
  };
84
84
  private dropdownTreeviewSelectI18n;
85
+ showTreeActions: boolean;
85
86
  constructor(i18n: TreeviewI18n, translation: TranslationService, departmentApiService: DepartmentApiService, departmentManagment: DepartmentManagementService, rolesService: RolesService, nuxeoService: NuxeoService, globalAdmin: GlobalAdminService);
86
87
  ngOnInit(): void;
87
88
  ngOnDestroy(): void;
@@ -113,5 +114,5 @@ export declare class TreeviewSelectComponent implements OnInit, OnChanges, OnDes
113
114
  update(item: any): void;
114
115
  isItemSelected(item: any): any;
115
116
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeviewSelectComponent, never>;
116
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeviewSelectComponent, "app-dynamic-form-treeview-select", never, { "treeview": "treeview"; "treeViewAsFormControl": "treeViewAsFormControl"; "config": "config"; "items": "items"; "value": "value"; "multiple": "multiple"; "defaultSelect": "defaultSelect"; "pp_departmentNestedTree": "pp_departmentNestedTree"; "useCustomAddEditAction": "useCustomAddEditAction"; "customPrefix": "customPrefix"; "customParentProperty": "customParentProperty"; "placeholder": "placeholder"; "defaultSelection": "defaultSelection"; "displayDepTypee": "displayDepTypee"; "disabled": "disabled"; "selectDepChildren": "selectDepChildren"; "displayIsAllowRecExternal": "displayIsAllowRecExternal"; "fixedParentNode": "fixedParentNode"; }, { "valueChange": "valueChange"; "plusClicked": "plusClicked"; "actionClicked": "actionClicked"; }, never, never>;
117
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeviewSelectComponent, "app-dynamic-form-treeview-select", never, { "treeview": "treeview"; "treeViewAsFormControl": "treeViewAsFormControl"; "config": "config"; "items": "items"; "value": "value"; "multiple": "multiple"; "defaultSelect": "defaultSelect"; "pp_departmentNestedTree": "pp_departmentNestedTree"; "useCustomAddEditAction": "useCustomAddEditAction"; "customPrefix": "customPrefix"; "customParentProperty": "customParentProperty"; "placeholder": "placeholder"; "defaultSelection": "defaultSelection"; "displayDepTypee": "displayDepTypee"; "disabled": "disabled"; "selectDepChildren": "selectDepChildren"; "displayIsAllowRecExternal": "displayIsAllowRecExternal"; "fixedParentNode": "fixedParentNode"; "showTreeActions": "showTreeActions"; }, { "valueChange": "valueChange"; "plusClicked": "plusClicked"; "actionClicked": "actionClicked"; }, never, never>;
117
118
  }
@@ -13,9 +13,11 @@ export interface TranslationProvider {
13
13
  source: string;
14
14
  }
15
15
  export declare class TranslationService {
16
+ #private;
16
17
  translate: TranslateService;
17
18
  private rendererFactory;
18
19
  private localStorage;
20
+ private userPreferencesService;
19
21
  private appConfig;
20
22
  private nuxeoService;
21
23
  private environment;
@@ -17,6 +17,10 @@ export declare class UserPreferencesService {
17
17
  private userPreferenceStatus;
18
18
  private onChangeSubject;
19
19
  onChange: Observable<any>;
20
+ clientCustomTranslateFiles: {
21
+ arFile: Observable<{}>;
22
+ enFile: Observable<{}>;
23
+ };
20
24
  constructor(translate: TranslateService, storage: LocalStoragService);
21
25
  private initUserPreferenceStatus;
22
26
  private initUserLanguage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "5.3.4",
3
+ "version": "5.3.5",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",
@@ -1,6 +1,6 @@
1
1
  ---
2
- ModifiedDate: 2025-05-07 10:53
3
- CreatedDate: 2025-05-06 11:27
2
+ ModifiedDate: 2025-05-07
3
+ CreatedDate: 2025-05-06
4
4
  ---
5
5
 
6
6
  # `NdfTableConfig`
@@ -206,9 +206,7 @@ export type TranslateKey = {
206
206
  }
207
207
  ]
208
208
  ```
209
-
210
-
211
-
209
+
212
210
  ---
213
211
  ---
214
212
 
@@ -216,8 +214,8 @@ export type TranslateKey = {
216
214
 
217
215
  - **Type**: `TableModeConfig`
218
216
  - **Description**: Configuration for handling different `CTS table` display modes. Supports toggling between multiple predefined views such as list, card, dynamicCard, or a custom component view.
219
- ### Type Definition: `TableModeConfig
220
- `
217
+ ### Type Definition: `TableModeConfig`
218
+
221
219
  ```ts
222
220
  type TableViewMode = 'dynamicCard' | 'list' | 'card' | 'custom';
223
221