@tsi-developpement/tsi-shared-ui 1.9.9 → 1.9.10

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.
@@ -3,4 +3,4 @@ import { FormStateService } from "../services/form/form-state.service";
3
3
  import { PresentationDesignerBaseService } from "../services/presentation-setting/presentation-designer-base.service";
4
4
  import { GenericValidationStateService } from "../services/validation/generic-validation-state.service";
5
5
  import { InputRegistryService } from "../services/validation/input-registry.service";
6
- export declare const appProviders: (typeof GenericValidationStateService | typeof InputRegistryService | typeof PresentationDesignerBaseService | typeof DynamicFormService | typeof FormStateService)[];
6
+ export declare const appProviders: (typeof PresentationDesignerBaseService | typeof GenericValidationStateService | typeof InputRegistryService | typeof DynamicFormService | typeof FormStateService)[];
@@ -208,7 +208,7 @@ export declare const AdministrationEndpoints: {
208
208
  changePasswordInvalid: () => string;
209
209
  getEntityInformations: (businessClassName: string) => string;
210
210
  getEntityInformationsAndRelations: (businessClass: string) => string;
211
- GetAllEntitiesInformations: () => string;
211
+ GetAllEntitiesInformations: (onlyFrequent?: boolean) => string;
212
212
  GetAllEntitiesInformationsMinimal: () => string;
213
213
  getEntityInfoElementSource: () => string;
214
214
  createOrUpdateEntityInformations: () => string;
@@ -19,6 +19,7 @@ export declare class EntityInfo {
19
19
  cardDescriptionColumn: string | undefined;
20
20
  calendarStartDateColumn: string | undefined;
21
21
  calendarEndDateColumn: string | undefined;
22
+ frequent: string | undefined;
22
23
  }
23
24
  export declare class EntityRelation {
24
25
  entityFrom: string | undefined;
@@ -2,7 +2,7 @@ import { DynamicDialogConfig, DynamicDialogRef } from "primeng/dynamicdialog";
2
2
  import { TabView } from "primeng/tabview";
3
3
  import { JwtHelperService } from "@auth0/angular-jwt";
4
4
  import { ConfirmationService, MessageService } from "primeng/api";
5
- export declare const SharedUiTsiProviders: (typeof DynamicDialogRef | typeof DynamicDialogConfig | typeof JwtHelperService | typeof TabView | typeof MessageService | typeof ConfirmationService | {
5
+ export declare const SharedUiTsiProviders: (typeof DynamicDialogRef | typeof DynamicDialogConfig | typeof TabView | typeof JwtHelperService | typeof MessageService | typeof ConfirmationService | {
6
6
  provide: import("@angular/core").InjectionToken<unknown>;
7
7
  useValue: import("@angular/core").InjectionToken<unknown>;
8
8
  })[];
@@ -100,7 +100,7 @@ export declare class AddReportPopupComponent extends TsiFormComponentBaseCompone
100
100
  changePasswordInvalid: () => string;
101
101
  getEntityInformations: (businessClassName: string) => string;
102
102
  getEntityInformationsAndRelations: (businessClass: string) => string;
103
- GetAllEntitiesInformations: () => string;
103
+ GetAllEntitiesInformations: (onlyFrequent?: boolean) => string;
104
104
  GetAllEntitiesInformationsMinimal: () => string;
105
105
  getEntityInfoElementSource: () => string;
106
106
  createOrUpdateEntityInformations: () => string;
@@ -89,7 +89,7 @@ export declare class TsiActionErpCreateOrEditComponent extends TsiFormComponentB
89
89
  changePasswordInvalid: () => string;
90
90
  getEntityInformations: (businessClassName: string) => string;
91
91
  getEntityInformationsAndRelations: (businessClass: string) => string;
92
- GetAllEntitiesInformations: () => string;
92
+ GetAllEntitiesInformations: (onlyFrequent?: boolean) => string;
93
93
  GetAllEntitiesInformationsMinimal: () => string;
94
94
  getEntityInfoElementSource: () => string;
95
95
  createOrUpdateEntityInformations: () => string;
@@ -149,9 +149,13 @@ export declare class TsiActionErpCreateOrEditComponent extends TsiFormComponentB
149
149
  };
150
150
  businessClassNames: typeof BusinessClassNames;
151
151
  actionPrecedenteCode: number | undefined;
152
+ entityListUrl: string;
152
153
  constructor(_actionservice: ActionErpService, _natureActionservice: NatureActionService, _errorResponseManagerService: ErrorResponseManagerService, _notificationService: TsiNotificationService, _confirmationService: TsiConfirmationService, entityConfigurationService: EntityConfigurationService, _dialogService: DialogService, _identityManagerService: IdentityManagerService, _localize: LocalizePipe, config: DynamicDialogConfig, ref?: DynamicDialogRef<any> | undefined);
153
154
  ngOnInit(): void;
154
155
  actiondetailcolom: Array<GridColumn>;
156
+ toggleFrequent(): void;
157
+ onlyFrequent: boolean;
158
+ refreshEntityList(): void;
155
159
  participantColumns: Array<GridColumn>;
156
160
  getOccurenceListUrl(row: any): string;
157
161
  getOccurenceUrl(row: any): string;
@@ -96,7 +96,7 @@ export declare class TsiUploadFicheComponent extends TsiFormComponentBaseCompone
96
96
  changePasswordInvalid: () => string;
97
97
  getEntityInformations: (businessClassName: string) => string;
98
98
  getEntityInformationsAndRelations: (businessClass: string) => string;
99
- GetAllEntitiesInformations: () => string;
99
+ GetAllEntitiesInformations: (onlyFrequent?: boolean) => string;
100
100
  GetAllEntitiesInformationsMinimal: () => string;
101
101
  getEntityInfoElementSource: () => string;
102
102
  createOrUpdateEntityInformations: () => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsi-developpement/tsi-shared-ui",
3
- "version": "1.9.9",
3
+ "version": "1.9.10",
4
4
  "author": "TSI",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {