@tsi-developpement/tsi-shared-ui 1.9.4 → 1.9.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.
@@ -17,7 +17,6 @@ export declare const AdministrationSegments: {
17
17
  getAffichageAlerteEnum: string;
18
18
  classw: string;
19
19
  importAllWorkflowClasses: string;
20
- classwEtat: string;
21
20
  workflowEtat: string;
22
21
  workflow: string;
23
22
  alert: string;
@@ -52,7 +51,6 @@ export declare const AdministrationSegments: {
52
51
  createADMINISTRATION: string;
53
52
  getByParamUser: string;
54
53
  getAllByCurrentUserId: string;
55
- getAsKeyValuePairByClasswId: string;
56
54
  getAsKeyValuePairByWorkflowId: string;
57
55
  updateWorkflowList: string;
58
56
  getFonctionnaliteAsKeyValuePairByWorkflowId: string;
@@ -60,7 +58,6 @@ export declare const AdministrationSegments: {
60
58
  getWorkflowInstanceAsKeyValuePairByWorkflowId: string;
61
59
  getAllClasswByNom: string;
62
60
  getClasswByNom: string;
63
- getAllClasswEtatAsKeyPairValue: string;
64
61
  GetAllFonctionnaliteWorkflowClassW: string;
65
62
  getCurrentUser: string;
66
63
  getCurrentUserWithRoles: string;
@@ -152,17 +149,12 @@ export declare const AdministrationEndpoints: {
152
149
  getAllClassw: () => string;
153
150
  getAllClasswMinimal: () => string;
154
151
  getClasswMinimal: () => string;
155
- getAllClasswEtat: () => string;
156
- getAllClasswEtatMinimal: () => string;
157
- getClasswEtatMinimal: () => string;
158
152
  getWorkflowEtatAsKeyValuePair: () => string;
159
153
  getWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
160
154
  getAllWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
161
- getAsKeyValuePairByClasswId: (id?: string) => string;
162
155
  getAsKeyValuePairByWorkflowId: (id?: string) => string;
163
156
  updateWorkflowList: () => string;
164
157
  getFonctionnaliteAsKeyValuePairByWorkflowEtatUid: (id?: string) => string;
165
- getAllClasswEtatAsKeyPairValue: () => string;
166
158
  getAllWorkflow: () => string;
167
159
  getAllWorkflowAsKeyValuePair: () => string;
168
160
  getWorkflowAsKeyValuePair: () => string;
@@ -6,6 +6,7 @@ export declare class InputRegistryService {
6
6
  unregister(input: TsiInputBase): void;
7
7
  getAll(): TsiInputBase[];
8
8
  hasAnyDirtyInput(): boolean;
9
+ markInputAsDirty(inputName?: string): void;
9
10
  resetDirtyStatusForAllInputs(): void;
10
11
  clear(): void;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<InputRegistryService, never>;
@@ -112,6 +112,7 @@ export declare class TsiFormComponentBaseComponent extends AppBaseComponent impl
112
112
  * This method directly manipulates the dialog reference and may lead to inconsistent behavior.
113
113
  */
114
114
  hide(val?: any): void;
115
+ markInputAsDirty(inputName?: string): void;
115
116
  resolveFiche(val?: any, apiResponse?: any): void;
116
117
  private refreshWorkflowInformation;
117
118
  getWorkflowEtatForm(): PresentationSetting | undefined;
@@ -41,17 +41,12 @@ export declare class AddReportPopupComponent extends TsiFormComponentBaseCompone
41
41
  getAllClassw: () => string;
42
42
  getAllClasswMinimal: () => string;
43
43
  getClasswMinimal: () => string;
44
- getAllClasswEtat: () => string;
45
- getAllClasswEtatMinimal: () => string;
46
- getClasswEtatMinimal: () => string;
47
44
  getWorkflowEtatAsKeyValuePair: () => string;
48
45
  getWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
49
46
  getAllWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
50
- getAsKeyValuePairByClasswId: (id?: string | undefined) => string;
51
47
  getAsKeyValuePairByWorkflowId: (id?: string | undefined) => string;
52
48
  updateWorkflowList: () => string;
53
49
  getFonctionnaliteAsKeyValuePairByWorkflowEtatUid: (id?: string | undefined) => string;
54
- getAllClasswEtatAsKeyPairValue: () => string;
55
50
  getAllWorkflow: () => string;
56
51
  getAllWorkflowAsKeyValuePair: () => string;
57
52
  getWorkflowAsKeyValuePair: () => string;
@@ -30,17 +30,12 @@ export declare class TsiActionErpCreateOrEditComponent extends TsiFormComponentB
30
30
  getAllClassw: () => string;
31
31
  getAllClasswMinimal: () => string;
32
32
  getClasswMinimal: () => string;
33
- getAllClasswEtat: () => string;
34
- getAllClasswEtatMinimal: () => string;
35
- getClasswEtatMinimal: () => string;
36
33
  getWorkflowEtatAsKeyValuePair: () => string;
37
34
  getWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
38
35
  getAllWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
39
- getAsKeyValuePairByClasswId: (id?: string | undefined) => string;
40
36
  getAsKeyValuePairByWorkflowId: (id?: string | undefined) => string;
41
37
  updateWorkflowList: () => string;
42
38
  getFonctionnaliteAsKeyValuePairByWorkflowEtatUid: (id?: string | undefined) => string;
43
- getAllClasswEtatAsKeyPairValue: () => string;
44
39
  getAllWorkflow: () => string;
45
40
  getAllWorkflowAsKeyValuePair: () => string;
46
41
  getWorkflowAsKeyValuePair: () => string;
@@ -37,17 +37,12 @@ export declare class TsiUploadFicheComponent extends TsiFormComponentBaseCompone
37
37
  getAllClassw: () => string;
38
38
  getAllClasswMinimal: () => string;
39
39
  getClasswMinimal: () => string;
40
- getAllClasswEtat: () => string;
41
- getAllClasswEtatMinimal: () => string;
42
- getClasswEtatMinimal: () => string;
43
40
  getWorkflowEtatAsKeyValuePair: () => string;
44
41
  getWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
45
42
  getAllWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
46
- getAsKeyValuePairByClasswId: (id?: string | undefined) => string;
47
43
  getAsKeyValuePairByWorkflowId: (id?: string | undefined) => string;
48
44
  updateWorkflowList: () => string;
49
45
  getFonctionnaliteAsKeyValuePairByWorkflowEtatUid: (id?: string | undefined) => string;
50
- getAllClasswEtatAsKeyPairValue: () => string;
51
46
  getAllWorkflow: () => string;
52
47
  getAllWorkflowAsKeyValuePair: () => string;
53
48
  getWorkflowAsKeyValuePair: () => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsi-developpement/tsi-shared-ui",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "author": "TSI",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {