eehitus-my-task-list-ui 1.2.6 → 1.3.4

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 (114) hide show
  1. package/dist/705.index.cjs.js +2 -0
  2. package/dist/705.index.cjs.js.LICENSE.txt +6 -0
  3. package/dist/705.index.esm.js +2 -0
  4. package/dist/705.index.esm.js.LICENSE.txt +6 -0
  5. package/dist/705.index.umd.js +2 -0
  6. package/dist/705.index.umd.js.LICENSE.txt +6 -0
  7. package/dist/index.cjs.js +74 -1
  8. package/dist/index.cjs.js.LICENSE.txt +50 -0
  9. package/dist/index.esm.js +74 -1
  10. package/dist/index.esm.js.LICENSE.txt +50 -0
  11. package/dist/index.umd.js +74 -1
  12. package/dist/index.umd.js.LICENSE.txt +50 -0
  13. package/dist/l10n/eehitus-my-task-list-ui-combined_translations_et.json +1 -1
  14. package/dist/types/components/DemoApprovals.d.ts +2 -2
  15. package/dist/types/components/DemoCoordinations.d.ts +3 -0
  16. package/dist/types/components/DemoPlannings.d.ts +3 -0
  17. package/dist/types/components/common/classificators/DocumentStates.d.ts +5 -1
  18. package/dist/types/components/common/components/accordionSelect/AccordionSelect.d.ts +15 -0
  19. package/dist/types/components/common/components/icons/EhrIcon.d.ts +3 -0
  20. package/dist/types/components/common/components/modalWrapper/DeleteModal.d.ts +16 -0
  21. package/dist/types/components/common/components/modalWrapper/ModalWrapper.d.ts +27 -0
  22. package/dist/types/components/common/components/pageTitle/PageTitle.d.ts +6 -0
  23. package/dist/types/components/common/components/tediTable/TediTable.d.ts +9 -0
  24. package/dist/types/components/common/components/tediTable/tediTableHelpers.d.ts +3 -0
  25. package/dist/types/components/common/constants/Constants.d.ts +246 -11
  26. package/dist/types/components/common/constants/planningDotyConsts.d.ts +21 -0
  27. package/dist/types/components/common/stateServices/DocumentStateService.d.ts +5 -3
  28. package/dist/types/components/common/stateServices/OperationStateService.d.ts +11 -7
  29. package/dist/types/components/common/stateServices/ProceedingStateService.d.ts +8 -4
  30. package/dist/types/components/common/table/IconWithText.d.ts +7 -0
  31. package/dist/types/components/common/table/TableRowButtons.d.ts +17 -0
  32. package/dist/types/components/common/table/tableButtonsHelpers.d.ts +17 -0
  33. package/dist/types/components/page/detailsearch/tables/detailSearchHelper.d.ts +1 -1
  34. package/dist/types/components/page/myApprovals/MyApprovalsPage.d.ts +9 -0
  35. package/dist/types/components/page/myApprovals/TediWrappedMyApprovalsPage.d.ts +3 -0
  36. package/dist/types/components/page/myApprovals/components/ApprovalsAllAssignedSection.d.ts +3 -0
  37. package/dist/types/components/page/myApprovals/components/ApprovalsIncomingSection.d.ts +3 -0
  38. package/dist/types/components/page/myApprovals/components/ApprovalsOngoingSection.d.ts +3 -0
  39. package/dist/types/components/page/myApprovals/components/ApprovalsToCommentSection.d.ts +3 -0
  40. package/dist/types/components/page/myApprovals/components/operationsTable/ApprovalsOperationsTable.d.ts +4 -0
  41. package/dist/types/components/page/myApprovals/components/operationsTable/tableHelpers.d.ts +6 -0
  42. package/dist/types/components/page/{myapprovals/myapprovals.d.ts → myCoordinations/MyCoordinationsPage.d.ts} +3 -3
  43. package/dist/types/components/page/myPlannings/MyPlanningsPage.d.ts +9 -0
  44. package/dist/types/components/page/myPlannings/TediWrappedMyPlanningsPage.d.ts +3 -0
  45. package/dist/types/components/page/myPlannings/components/AddExistingPlanningButton.d.ts +6 -0
  46. package/dist/types/components/page/myPlannings/components/AddNewPlanningButton.d.ts +6 -0
  47. package/dist/types/components/page/myPlannings/util/helper.d.ts +4 -0
  48. package/dist/types/components/page/myproceedings/proceedingTable/MyProceedingsTable.d.ts +4 -2
  49. package/dist/types/components/page/myproceedings/proceedingTable/cells/AddressCell.d.ts +6 -0
  50. package/dist/types/components/page/myproceedings/proceedingTable/cells/BuildingNameCell.d.ts +6 -0
  51. package/dist/types/components/page/myproceedings/proceedingTable/cells/DeadlineCell.d.ts +6 -0
  52. package/dist/types/components/page/myproceedings/proceedingTable/cells/DocumentLinkCell.d.ts +7 -0
  53. package/dist/types/components/page/myproceedings/proceedingTable/cells/EhrCodeCell.d.ts +7 -0
  54. package/dist/types/components/page/myproceedings/proceedingTable/cells/InnerCommentDeadlineCell.d.ts +6 -0
  55. package/dist/types/components/page/myproceedings/proceedingTable/cells/ProceedingLinkCell.d.ts +8 -0
  56. package/dist/types/components/page/myproceedings/proceedingTable/cells/StateCell.d.ts +6 -0
  57. package/dist/types/components/page/myproceedings/proceedingTable/columnMappings.d.ts +6 -0
  58. package/dist/types/components/page/search/SearchPage.d.ts +3 -0
  59. package/dist/types/components/page/search/components/SearchFilterButtons.d.ts +3 -0
  60. package/dist/types/components/sections/BuildingSearchSection/BuildingSearchSection.d.ts +3 -0
  61. package/dist/types/components/sections/DocumentsSearchSection/DocumentsSearchSection.d.ts +3 -0
  62. package/dist/types/components/sections/PlanningsSearchSection/PlanningSearchSection.d.ts +3 -0
  63. package/dist/types/components/sections/planningsCompleted/PlanningsCompletedSection.d.ts +5 -0
  64. package/dist/types/components/sections/planningsCompleted/components/CompletedDocsTable.d.ts +12 -0
  65. package/dist/types/components/sections/planningsCompleted/components/completedDocsTableHelpers.d.ts +7 -0
  66. package/dist/types/components/sections/planningsIncoming/PlanningsIncomingSection.d.ts +3 -0
  67. package/dist/types/components/sections/planningsIncoming/components/IncomingDocsTable.d.ts +11 -0
  68. package/dist/types/components/sections/planningsIncoming/components/incomingDocTableHelpers.d.ts +6 -0
  69. package/dist/types/components/sections/planningsOngoing/PlanningsOngoingSection.d.ts +7 -0
  70. package/dist/types/components/sections/planningsOngoing/components/OngoingDocsTable.d.ts +16 -0
  71. package/dist/types/components/sections/planningsOngoing/components/ongoingDocTableHelpers.d.ts +6 -0
  72. package/dist/types/components/sections/planningsProceedings/PlanningsProceedingsSection.d.ts +3 -0
  73. package/dist/types/components/sections/planningsProceedings/components/proceedingsTable/PlanningsProceedingsTable.d.ts +3 -0
  74. package/dist/types/components/sections/planningsProceedings/components/proceedingsTable/planningsProcTableHelpers.d.ts +6 -0
  75. package/dist/types/components/sections/planningsToComment/PlanningsToCommentSection.d.ts +3 -0
  76. package/dist/types/components/sections/planningsToComment/components/PlanningsOperationsTable.d.ts +3 -0
  77. package/dist/types/components/sections/planningsToComment/components/planningsOpTableHelpers.d.ts +6 -0
  78. package/dist/types/components/sections/planningsToSign/PlanningsToSignSection.d.ts +3 -0
  79. package/dist/types/components/sections/planningsToSign/components/ToSignDocsTable.d.ts +11 -0
  80. package/dist/types/components/sections/planningsToSign/components/toSignDocsTableHelpers.d.ts +7 -0
  81. package/dist/types/components/services/my_views_api_client/api.d.ts +929 -246
  82. package/dist/types/components/services/my_views_api_client/base.d.ts +2 -14
  83. package/dist/types/components/services/my_views_api_client/configuration.d.ts +0 -8
  84. package/dist/types/components/util/TranslationUtils.d.ts +7 -0
  85. package/dist/types/components/util/link-utils.d.ts +2 -2
  86. package/dist/types/components/util/redirect-utils.d.ts +5 -2
  87. package/dist/types/contexts/NavigationContext.d.ts +21 -0
  88. package/dist/types/hooks/useIsBreakpoint/useIsBreakpoint.d.ts +3 -0
  89. package/dist/types/indexExport.d.ts +3 -1
  90. package/dist/types/redux/api/index.d.ts +2 -1
  91. package/dist/types/redux/{documentThunks → reducers/documentThunks}/createDocument.d.ts +1 -1
  92. package/dist/types/redux/reducers/documentsSlice.d.ts +10 -0
  93. package/dist/types/redux/reducers/myApprovals/approvalThunks/getAllApprovalsData.d.ts +14 -0
  94. package/dist/types/redux/reducers/myApprovals/approvalThunks/getAllAssignedOperations.d.ts +15 -0
  95. package/dist/types/redux/reducers/myApprovals/approvalThunks/getApprovalInvitations.d.ts +15 -0
  96. package/dist/types/redux/reducers/myApprovals/approvalThunks/getOperations.d.ts +15 -0
  97. package/dist/types/redux/reducers/myApprovals/approvalThunks/getToCommentOperations.d.ts +15 -0
  98. package/dist/types/redux/reducers/myApprovals/myApprovalsSlice.d.ts +23 -0
  99. package/dist/types/redux/reducers/myApprovals/types.d.ts +20 -0
  100. package/dist/types/redux/reducers/myPlannings/myPlanningsSlice.d.ts +35 -0
  101. package/dist/types/redux/reducers/myPlannings/planningThunks/deleteDocument.d.ts +14 -0
  102. package/dist/types/redux/reducers/myPlannings/planningThunks/getAllPlanningsData.d.ts +14 -0
  103. package/dist/types/redux/reducers/myPlannings/planningThunks/getFinishedDocuments.d.ts +15 -0
  104. package/dist/types/redux/reducers/myPlannings/planningThunks/getIncomingDocuments.d.ts +15 -0
  105. package/dist/types/redux/reducers/myPlannings/planningThunks/getProceedings.d.ts +15 -0
  106. package/dist/types/redux/reducers/myPlannings/planningThunks/getSigningDocuments.d.ts +15 -0
  107. package/dist/types/redux/reducers/myPlannings/planningThunks/getToCommentOperations.d.ts +15 -0
  108. package/dist/types/redux/reducers/myPlannings/planningThunks/getWorkingDocuments.d.ts +18 -0
  109. package/dist/types/redux/reducers/myPlannings/types.d.ts +46 -0
  110. package/dist/types/redux/reducers/proceedingThunks/getMyProceedings.d.ts +22 -0
  111. package/dist/types/redux/reducers/proceedingsSlice.d.ts +39 -3
  112. package/dist/types/redux/reducers/proceedingsState.d.ts +16 -2
  113. package/dist/types/redux/reducers/rootReducer.d.ts +2 -0
  114. package/package.json +8 -5
@@ -2,9 +2,9 @@ export declare const SIGNING_DOCUMENTS = "SIGNING_DOCUMENTS";
2
2
  export declare const WORKING_DOCUMENTS = "WORKING_DOCUMENTS";
3
3
  export declare const FINISHED_DOCUMENTS = "FINISHED_DOCUMENTS";
4
4
  export declare const INCOMING_DOCUMENTS = "INCOMING_DOCUMENTS";
5
- export declare const MY_APPROVALS = "MY_APPROVALS";
6
- export declare const APPROVALS_TO_COMMENT = "APPROVALS_TO_COMMENT";
7
- export declare const APPROVAL_INVITATIONS = "APPROVAL_INVITATIONS";
5
+ export declare const MY_COORDINATIONS = "MY_COORDINATIONS";
6
+ export declare const COORDINATIONS_TO_COMMENT = "COORDINATIONS_TO_COMMENT";
7
+ export declare const COORDINATION_INVITATIONS = "COORDINATION_INVITATIONS";
8
8
  export declare const MY_OPINIONS = "MY_OPINIONS";
9
9
  export declare const OPINIONS_TO_COMMENT = "OPINIONS_TO_COMMENT";
10
10
  export declare const OPINION_INVITATIONS = "OPINION_INVITATIONS";
@@ -25,12 +25,39 @@ export declare const MENTOIMSEIS_VALMIS = "MENTOIMSEIS_VALMIS";
25
25
  export declare const MENTOIMSEIS_JATKAMINE = "MENTOIMSEIS_JATKAMINE";
26
26
  export declare const MENTOIMSEIS_KEELDUTUD = "MENTOIMSEIS_KEELDUTUD";
27
27
  export declare const MENTOIMSEIS_TAGASI_LYKATUD = "MENTOIMSEIS_TAGASI_LYKATUD";
28
- export declare enum STATUSTYPES {
29
- DEFAULT = "default",
30
- INFO = "info",
31
- SUCCESS = "success",
32
- WARNING = "warning",
33
- DANGER = "danger"
28
+ export declare enum ProceedingState {
29
+ KAIMASOLEV = "MENSEIS_TEHN_KAIMASOLEV",
30
+ AKT_ALGATATUD = "MENSEIS_TEHN_AKT_KOOSTATUD",
31
+ AKT_KOOSTAMINE = "MENSEIS_TEHN_AKT_KOOSTAMINE",
32
+ TAOT_MUUTMINE = "MENSEIS_TEHN_TAOT_MUUTMINE",
33
+ LOPETATUD = "MENSEIS_TEHN_LOPETATUD",
34
+ MENSEIS_KAIMASOLEV = "MENSEIS_KAIMASOLEV",
35
+ MENSEIS_LOPETATUD = "MENSEIS_LOPETATUD",
36
+ MENSEIS_TAIENDAMISEL = "MENSEIS_TAIENDAMISEL",
37
+ MENSEIS_ALGATATUD = "MENSEIS_ALGATATUD",
38
+ MENSEIS_MUUTMISEL = "MENSEIS_MUUTMISEL",
39
+ MENSEIS_PEATATUD = "MENSEIS_PEATATUD",
40
+ MENSEIS_ARHIIVIS = "MENSEIS_ARHIIVIS"
41
+ }
42
+ export declare enum DocumentsType {
43
+ Signing = "SIGNING_DOCUMENTS",
44
+ Working = "WORKING_DOCUMENTS",
45
+ Finished = "FINISHED_DOCUMENTS",
46
+ Incoming = "INCOMING_DOCUMENTS"
47
+ }
48
+ export declare enum StatusTypes {
49
+ Default = "default",
50
+ Info = "info",
51
+ Success = "success",
52
+ Warning = "warning",
53
+ Danger = "danger"
54
+ }
55
+ export declare enum NewStatusTypes {
56
+ Danger = "danger",
57
+ Default = "neutral",
58
+ Info = "brand",
59
+ Success = "success",
60
+ Warning = "warning"
34
61
  }
35
62
  export declare const BUILDING = "BUILDING";
36
63
  export declare const PROCEEDING = "PROCEEDING";
@@ -44,8 +71,12 @@ export declare enum BusinessType {
44
71
  KT = "KT",
45
72
  JUR = "JUR",
46
73
  AMAS = "AMAS",
47
- TJA = "TJA"
74
+ TJA = "TJA",
75
+ RPLAN = "RPLAN"
48
76
  }
77
+ export declare const MKM_BUSINESS_ID = 4406958;
78
+ export declare const SISEMIN_BUSINESS_ID = 4344958;
79
+ export declare const KAITSEMIN_BUSINESS_ID = 4481372;
49
80
  export declare const DO_DOKU_ISIK_ROLL_ALLAK = "DO_DOKU_ISIK_ROLL_ALLAK";
50
81
  export declare enum MENTOIMLIIK {
51
82
  MENTOIMLIIK_AUTO_REG = "MENTOIMLIIK_AUTO_REG",
@@ -68,7 +99,26 @@ export declare enum MENTOIMLIIK {
68
99
  MENTOIMLIIK_KAAS_TAGASISIDE = "MENTOIMLIIK_KAAS_TAGASISIDE",
69
100
  MENTOIMLIIK_ALLKIRJASTAMINE = "MENTOIMLIIK_ALLKIRJASTAMINE",
70
101
  MENTOIMLIIK_KMH_PR = "MENTOIMLIIK_KMH_PR",
71
- MENTOIMLIIK_KMH_AR = "MENTOIMLIIK_KMH_AR"
102
+ MENTOIMLIIK_KMH_AR = "MENTOIMLIIK_KMH_AR",
103
+ MENTOIMLIIK_HEAKSKIITMINE = "MENTOIMLIIK_HEAKSKIITMINE",
104
+ MENTOIMLIIK_MENETLEJA_KOOSKOLA = "MENTOIMLIIK_MENETLEJA_KOOSKOLA"
105
+ }
106
+ export declare enum PageType {
107
+ Proceeding = "PROCEEDING",
108
+ Document = "DOCUMENT",
109
+ Operation = "OPERATION"
110
+ }
111
+ export declare enum SectionType {
112
+ PlanningsProceedings = "PlanningsProceedings",
113
+ PlanningsIncoming = "PlanningsIncoming",
114
+ PlanningsOngoing = "PlanningsOngoing",
115
+ PlanningsCompleted = "PlanningsCompleted",
116
+ PlanningsToComment = "PlanningsToComment",
117
+ PlanningsToSign = "PlanningsToSign",
118
+ ApprovalsOngoing = "ApprovalsOngoing",
119
+ ApprovalsAllAssigned = "ApprovalsAllAssigned",
120
+ ApprovalsToComment = "ApprovalsToComment",
121
+ ApprovalsIncoming = "ApprovalsIncoming"
72
122
  }
73
123
  export declare const DOCUMENT_TYPE_CONSTRUCTION_PERMISSION_NOTIF: {
74
124
  code: string;
@@ -135,6 +185,106 @@ export declare const DOCUMENT_TYPE_DENYING_BUILDING_AREA_PERMIT: {
135
185
  nr: number;
136
186
  name: string;
137
187
  };
188
+ export declare const DETAIL_PLANNING_INITIATION_APPL_11261: {
189
+ code: string;
190
+ nr: number;
191
+ name: string;
192
+ };
193
+ export declare const PLANNING_INITIATION_DECISION_12501: {
194
+ code: string;
195
+ nr: number;
196
+ name: string;
197
+ };
198
+ export declare const PLANNING_INITIATION_DENIAL_DECISION_12502: {
199
+ code: string;
200
+ nr: number;
201
+ name: string;
202
+ };
203
+ export declare const LOCATION_PRE_SELECTION_ACCEPTANCE_DECISION_12503: {
204
+ code: string;
205
+ nr: number;
206
+ name: string;
207
+ };
208
+ export declare const PLANNING_ACCEPTANCE_DECISION_12504: {
209
+ code: string;
210
+ nr: number;
211
+ name: string;
212
+ };
213
+ export declare const PLANNING_ACCEPTANCE_DENIAL_DECISION_12505: {
214
+ code: string;
215
+ nr: number;
216
+ name: string;
217
+ };
218
+ export declare const PLANNING_APPROVAL_DECISION_12506: {
219
+ code: string;
220
+ nr: number;
221
+ name: string;
222
+ };
223
+ export declare const PLANNING_PARTIAL_APPROVAL_DECISION_12507: {
224
+ code: string;
225
+ nr: number;
226
+ name: string;
227
+ };
228
+ export declare const PLANNING_APPROVAL_DENIAL_DECISION_12508: {
229
+ code: string;
230
+ nr: number;
231
+ name: string;
232
+ };
233
+ export declare const PLANNING_ENDING_DECISION_12509: {
234
+ code: string;
235
+ nr: number;
236
+ name: string;
237
+ };
238
+ export declare const DETAIL_PLANNING_INITIATION_DRAFT_12510: {
239
+ code: string;
240
+ nr: number;
241
+ name: string;
242
+ };
243
+ export declare const LOCAL_GOV_SPECIAL_PLANNING_INITIATION_DRAFT_12511: {
244
+ code: string;
245
+ nr: number;
246
+ name: string;
247
+ };
248
+ export declare const GENERAL_PLANNING_INITIATION_DRAFT_12512: {
249
+ code: string;
250
+ nr: number;
251
+ name: string;
252
+ };
253
+ export declare const COUNTY_PLANNING_INITIATION_DRAFT_12513: {
254
+ code: string;
255
+ nr: number;
256
+ name: string;
257
+ };
258
+ export declare const NATIONAL_SPECIAL_PLANNING_INITIATION_DRAFT_12514: {
259
+ code: string;
260
+ nr: number;
261
+ name: string;
262
+ };
263
+ export declare const DETAIL_PLANNING_14101: {
264
+ code: string;
265
+ nr: number;
266
+ name: string;
267
+ };
268
+ export declare const LOCAL_GOV_SPECIAL_PLANNING_14102: {
269
+ code: string;
270
+ nr: number;
271
+ name: string;
272
+ };
273
+ export declare const GENERAL_PLANNING_14103: {
274
+ code: string;
275
+ nr: number;
276
+ name: string;
277
+ };
278
+ export declare const COUNTY_PLANNING_14104: {
279
+ code: string;
280
+ nr: number;
281
+ name: string;
282
+ };
283
+ export declare const NATIONAL_SPECIAL_PLANNING_14105: {
284
+ code: string;
285
+ nr: number;
286
+ name: string;
287
+ };
138
288
  export declare const WINDPARK_DOCUMENT_CODES: string[];
139
289
  export declare const BUILDING_AREA_DOCUMENT_CODES: string[];
140
290
  export declare const documentsThatCanBeCancelled: string[];
@@ -144,3 +294,88 @@ export declare const annulmentDecisionByBaseDoty: {
144
294
  export declare const annulmentApplicationByBaseDoty: {
145
295
  [x: string]: string;
146
296
  };
297
+ export declare const MAPIS_PROJ_TING_APPLICATION_15002: {
298
+ code: string;
299
+ nr: number;
300
+ name: string;
301
+ };
302
+ export declare const MAPIS_EHITUSTEATIS_15201: {
303
+ code: string;
304
+ nr: number;
305
+ name: string;
306
+ };
307
+ export declare const MAPIS_EHITUSLOA_TAOTLUS_15202: {
308
+ code: string;
309
+ nr: number;
310
+ name: string;
311
+ };
312
+ export declare const MAPIS_EHITUSLUBA_15271: {
313
+ code: string;
314
+ nr: number;
315
+ name: string;
316
+ };
317
+ export declare const MAPIS_KASUTUSTEATIS_15301: {
318
+ code: string;
319
+ nr: number;
320
+ name: string;
321
+ };
322
+ export declare const MAPIS_KASUTUSLOA_TAOTLUS_15302: {
323
+ code: string;
324
+ nr: number;
325
+ name: string;
326
+ };
327
+ export declare const MAPIS_KASUTUSLUBA_15371: {
328
+ code: string;
329
+ nr: number;
330
+ name: string;
331
+ };
332
+ export declare const MAPIS_EHITUSLOA_KEHTETUKS_TUNNISTAMISE_TAOTLUS_15412: {
333
+ code: string;
334
+ nr: number;
335
+ name: string;
336
+ };
337
+ export declare const MAPIS_PROJ_TING_KEHTETUKS_TUNNISTAMISE_TAOTLUS_15430: {
338
+ code: string;
339
+ nr: number;
340
+ name: string;
341
+ };
342
+ export declare const MAPIS_ANDMETE_ESITAMISE_TEATIS_15525: {
343
+ code: string;
344
+ nr: number;
345
+ name: string;
346
+ };
347
+ export declare const MAPIS_PROJ_TINGIMUSED_15802: {
348
+ code: string;
349
+ nr: number;
350
+ name: string;
351
+ };
352
+ export declare const MAPIS_PROJ_TING_DENIAL_15902: {
353
+ code: string;
354
+ nr: number;
355
+ name: string;
356
+ };
357
+ export declare const MAPIS_EHITUSLOA_DENIAL_15921: {
358
+ code: string;
359
+ nr: number;
360
+ name: string;
361
+ };
362
+ export declare const MAPIS_EHITUSLOA_KEHTETUKS_TUNNISTAMISE_OTSUS_15922: {
363
+ code: string;
364
+ nr: number;
365
+ name: string;
366
+ };
367
+ export declare const MAPIS_KASUTUSLOA_DENIAL_15931: {
368
+ code: string;
369
+ nr: number;
370
+ name: string;
371
+ };
372
+ export declare const MAPIS_KASUTUSLOA_KEHTETUKS_TUNNISTAMISE_OTSUS_15932: {
373
+ code: string;
374
+ nr: number;
375
+ name: string;
376
+ };
377
+ export declare const MAPIS_PROJ_TING_KEHTETUKS_TUNNISTAMISE_OTSUS_15942: {
378
+ code: string;
379
+ nr: number;
380
+ name: string;
381
+ };
@@ -0,0 +1,21 @@
1
+ export declare const RestrictedPlanningCodes: string[];
2
+ export declare const DetailPlanningAppliRelatedCodes: string[];
3
+ export declare const AllPlanningCodes: string[];
4
+ export declare const PLANNING_DOCTYPES: {
5
+ code: string;
6
+ nr: number;
7
+ name: string;
8
+ }[];
9
+ export declare const PLANNING_DRAFT_DOCTYPES: {
10
+ code: string;
11
+ nr: number;
12
+ name: string;
13
+ }[];
14
+ export declare const AllPlanningDocTypes: {
15
+ code: string;
16
+ nr: number;
17
+ name: string;
18
+ }[];
19
+ export declare const PLANNING_DECISION_CODES: string[];
20
+ export declare const isPlanningDoty: (documentType: string) => boolean;
21
+ export declare const isPlanningDraftDoty: (documentType: string) => boolean;
@@ -1,6 +1,8 @@
1
- import { STATUSTYPES } from '../constants/Constants';
2
- export declare function convertApiDocumentState(status: string): {
1
+ import { DOKUSEIS } from '../classificators/DocumentStates';
2
+ import { NewStatusTypes, StatusTypes } from '../constants/Constants';
3
+ export declare function convertApiDocumentState(status: DOKUSEIS, intl: any): {
3
4
  name: string;
4
- type: STATUSTYPES;
5
+ oldType: StatusTypes;
6
+ newType: NewStatusTypes;
5
7
  };
6
8
  export declare function isDocumentInRegistry(state: string | undefined): boolean;
@@ -1,4 +1,11 @@
1
+ import { IntlShape } from 'react-intl';
2
+ import { NewStatusTypes, StatusTypes } from '../constants/Constants';
1
3
  export declare function getOperationStateClassificatorCode(statusFromApi: string): string | undefined;
4
+ export declare function getOperationStateClassificatorStatus(status: string, intl: IntlShape): {
5
+ name: string;
6
+ oldType: StatusTypes;
7
+ newType: NewStatusTypes;
8
+ };
2
9
  export declare const statusColorByOperationState: {
3
10
  MENTOIMSEIS_OOTEL: string;
4
11
  MENTOIMSEIS_TEOSTAMISEL: string;
@@ -15,11 +22,8 @@ export declare const statesByOperationState: {
15
22
  MENTOIMSEIS_LOOBUTUD: string;
16
23
  MENTOIMSEIS_TAHTAEG_MOODUNUD: string;
17
24
  };
18
- export declare const getOperationStatus: (operationState: any, intl: any) => {
19
- state: string;
20
- type: string;
21
- };
22
- export declare function convertApiOperationState(statusFromApi: string, intl: any): {
23
- state: string;
24
- type: string;
25
+ export declare function convertApiOperationState(statusFromApi: string, intl: IntlShape): {
26
+ name: string;
27
+ oldType: StatusTypes;
28
+ newType: NewStatusTypes;
25
29
  };
@@ -1,9 +1,13 @@
1
+ import { IntlShape } from 'react-intl';
2
+ import { NewStatusTypes, StatusTypes } from '../constants/Constants';
1
3
  export declare function getProceedingStateClassificatorCode(statusFromApi: string): string | undefined;
2
- export declare function getProceedingStateClassificatorStatus(status: string): {
4
+ export declare function getProceedingStateClassificatorStatus(status: string, intl: IntlShape): {
3
5
  name: string;
4
- type: string;
6
+ oldType: StatusTypes;
7
+ newType: NewStatusTypes;
5
8
  };
6
- export declare function convertApiProceedingState(statusFromApi: string): {
9
+ export declare function convertApiProceedingState(statusFromApi: string, intl: IntlShape): {
7
10
  name: string;
8
- type: string;
11
+ oldType: StatusTypes;
12
+ newType: NewStatusTypes;
9
13
  };
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '@tedi-design-system/react/community';
3
+ interface IconWithTextProps extends Partial<IconProps> {
4
+ text: string;
5
+ }
6
+ declare const IconWithText: ({ text, ...rest }: IconWithTextProps) => JSX.Element;
7
+ export default IconWithText;
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ import { Breakpoint } from '@tedi-design-system/react/tedi';
3
+ export declare enum TableButtonTypes {
4
+ Show = "Show",
5
+ Text = "Text",
6
+ Delete = "Delete",
7
+ Edit = "Edit",
8
+ More = "More",
9
+ Download = "Download"
10
+ }
11
+ interface EntityRowButtonsProps {
12
+ onDelete?: () => void;
13
+ collapseButtonsBreakPoint?: Breakpoint;
14
+ buttonsShown?: TableButtonTypes[];
15
+ }
16
+ declare const EntityRowButtons: ({ onDelete, collapseButtonsBreakPoint, buttonsShown, }: EntityRowButtonsProps) => JSX.Element;
17
+ export default EntityRowButtons;
@@ -0,0 +1,17 @@
1
+ import { GlobalUserInfo } from 'ehr-auth-react/dist';
2
+ import { ButtonColor, ButtonType } from '@tedi-design-system/react/community';
3
+ import { TableButtonTypes } from './TableRowButtons';
4
+ import { BaseMyDocument } from '../../services/my_views_api_client';
5
+ export declare const getVisibleButtonTypes: (buttonsShown: any, onDelete: any) => any;
6
+ export interface ButtonConf {
7
+ icon?: string;
8
+ text: string;
9
+ onClick: () => void;
10
+ visualType?: ButtonType;
11
+ color?: ButtonColor;
12
+ }
13
+ export declare const getButtonConfs: (visibleButtonTypes: TableButtonTypes[], intl: any, isSmallScreen: any, onDelete: any) => {
14
+ dropdownButtons: ButtonConf[];
15
+ actionButtons: ButtonConf[];
16
+ };
17
+ export declare const getPossibleDocumentButtons: (document: BaseMyDocument, userInfo: GlobalUserInfo) => TableButtonTypes[];
@@ -1,2 +1,2 @@
1
1
  import { RedirectType } from '../../../util/redirect-utils';
2
- export declare const getProceedingRedirectType: (doty: string | undefined) => RedirectType.Proceeding | RedirectType.AdminProceeding | RedirectType.NotFound;
2
+ export declare const getProceedingRedirectType: (doty: string | undefined) => RedirectType.Proceeding | RedirectType.NotFound;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { GlobalUserInfo } from 'ehr-auth-react';
3
+ import { LinkGen } from '../../../contexts/NavigationContext';
4
+ interface MyApprovalsProps {
5
+ userInfo: GlobalUserInfo;
6
+ linkGen: LinkGen;
7
+ }
8
+ declare const MyApprovalsPage: ({ userInfo, linkGen }: MyApprovalsProps) => JSX.Element;
9
+ export default MyApprovalsPage;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const TediWrappedMyApprovalsPage: (props: any) => JSX.Element;
3
+ export default TediWrappedMyApprovalsPage;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const ApprovalsAllAssignedSection: () => JSX.Element;
3
+ export default ApprovalsAllAssignedSection;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const ApprovalsIncomingSection: () => JSX.Element;
3
+ export default ApprovalsIncomingSection;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const ApprovalsOngoingSection: () => JSX.Element;
3
+ export default ApprovalsOngoingSection;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const ApprovalsToCommentSection: () => JSX.Element;
3
+ export default ApprovalsToCommentSection;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { ApprovalsData } from '../../../../../redux/reducers/myApprovals/types';
3
+ declare const ApprovalsOperationsTable: ({ operations, isLoading, isError, }: ApprovalsData) => JSX.Element;
4
+ export default ApprovalsOperationsTable;
@@ -0,0 +1,6 @@
1
+ import { ColumnDef } from '@tanstack/react-table';
2
+ import { IntlShape } from 'react-intl';
3
+ import { MyOperationDto } from '../../../../services/my_views_api_client';
4
+ import { LinkGen } from '../../../../../contexts/NavigationContext';
5
+ export type ApprovalsOperationsTableColumn = ColumnDef<MyOperationDto, any>;
6
+ export declare const getApprovalsOperationsTableColumns: (intl: IntlShape, linkGen: LinkGen) => ApprovalsOperationsTableColumn[];
@@ -1,11 +1,11 @@
1
1
  /// <reference types="react" />
2
2
  import { GlobalUserInfo } from 'ehr-auth-react';
3
- interface MyApprovalsProps {
3
+ interface MyCoordinationsProps {
4
4
  userInfo: GlobalUserInfo;
5
5
  linkGen: (redirect: boolean, event: any, type: any, path: any) => string | undefined;
6
6
  userApiEndpoint: string;
7
7
  myViewsApiEndpoint: string;
8
8
  classifierApiEndpoint: string;
9
9
  }
10
- declare const MyApprovals: ({ classifierApiEndpoint, linkGen, myViewsApiEndpoint, userApiEndpoint, userInfo: { activeRole }, }: MyApprovalsProps) => JSX.Element;
11
- export default MyApprovals;
10
+ declare const MyCoordinations: ({ classifierApiEndpoint, linkGen, myViewsApiEndpoint, userApiEndpoint, userInfo: { activeRole }, }: MyCoordinationsProps) => JSX.Element;
11
+ export default MyCoordinations;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { GlobalUserInfo } from 'ehr-auth-react';
3
+ import { LinkGen } from '../../../contexts/NavigationContext';
4
+ interface MyPlanningsProps {
5
+ userInfo: GlobalUserInfo;
6
+ linkGen: LinkGen;
7
+ }
8
+ declare const MyPlanningsPage: ({ userInfo, linkGen }: MyPlanningsProps) => JSX.Element;
9
+ export default MyPlanningsPage;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const TediWrappedMyPlanningsPage: (props: any) => JSX.Element;
3
+ export default TediWrappedMyPlanningsPage;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { GlobalUserInfo } from 'ehr-auth-react/dist';
3
+ declare const AddExistingPlanningButton: ({ userInfo, }: {
4
+ userInfo: GlobalUserInfo;
5
+ }) => JSX.Element;
6
+ export default AddExistingPlanningButton;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { GlobalUserInfo } from 'ehr-auth-react/dist';
3
+ declare const AddNewPlanningButton: ({ userInfo }: {
4
+ userInfo: GlobalUserInfo;
5
+ }) => JSX.Element;
6
+ export default AddNewPlanningButton;
@@ -0,0 +1,4 @@
1
+ import { GlobalUserInfo } from 'ehr-auth-react/dist';
2
+ export declare const canAddExistingNationalSpecialPlanning: (businessId: any) => boolean;
3
+ export declare const getPossibleNewDocTypes: (userInfo: GlobalUserInfo) => string[];
4
+ export declare const getPossibleExistingPlanningDocTypes: (userInfo: GlobalUserInfo) => string[];
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ import { GlobalUserInfo } from 'ehr-auth-react';
2
3
  import { ProceedingsFilterType } from '../types/ProceedingsFilterType';
3
4
  interface MyProceedingsProps {
4
5
  linkGen: (redirect: boolean, event: any, type: any, path: any) => string | undefined;
@@ -6,6 +7,7 @@ interface MyProceedingsProps {
6
7
  onAllUsersChecked: (isChecked: boolean) => void;
7
8
  isAllUsersChecked: boolean;
8
9
  filter: ProceedingsFilterType;
10
+ userInfo: GlobalUserInfo;
9
11
  }
10
- export declare const MyProceedingsTable: (props: MyProceedingsProps) => JSX.Element;
11
- export {};
12
+ declare const MyProceedingsTable: ({ linkGen, isKov, onAllUsersChecked, isAllUsersChecked, userInfo }: MyProceedingsProps) => JSX.Element;
13
+ export default MyProceedingsTable;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ interface AddressCellProps {
3
+ addresses: string[];
4
+ }
5
+ declare const AddressCell: ({ addresses }: AddressCellProps) => JSX.Element;
6
+ export default AddressCell;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ interface BuildingNameCellProps {
3
+ buildingNames: string[];
4
+ }
5
+ declare const BuildingNameCell: ({ buildingNames }: BuildingNameCellProps) => JSX.Element;
6
+ export default BuildingNameCell;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ interface DeadlineCellProps {
3
+ deadline?: string;
4
+ }
5
+ declare const DeadlineCell: ({ deadline }: DeadlineCellProps) => JSX.Element;
6
+ export default DeadlineCell;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ interface DocumentLinkCellProps {
3
+ document?: string;
4
+ linkGen: (redirect: boolean, event: any, type: any, path: any) => string | undefined;
5
+ }
6
+ declare const DocumentLinkCell: ({ document, linkGen }: DocumentLinkCellProps) => JSX.Element;
7
+ export default DocumentLinkCell;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ interface EhrCodeCellProps {
3
+ ehrCodes: string[];
4
+ linkGen: (redirect: boolean, event: any, type: any, code: any) => string | undefined;
5
+ }
6
+ declare const EhrCodeCell: ({ ehrCodes, linkGen }: EhrCodeCellProps) => JSX.Element;
7
+ export default EhrCodeCell;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ interface InnerCommentDeadlineCellProps {
3
+ deadline?: string;
4
+ }
5
+ declare const InnerCommentDeadlineCell: ({ deadline }: InnerCommentDeadlineCellProps) => JSX.Element;
6
+ export default InnerCommentDeadlineCell;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ interface ProceedingLinkCellProps {
3
+ proceedingNr?: string;
4
+ linkGenType: string;
5
+ linkGen: (redirect: boolean, event: any, type: any, path: any) => string | undefined;
6
+ }
7
+ declare const ProceedingLinkCell: ({ proceedingNr, linkGenType, linkGen }: ProceedingLinkCellProps) => JSX.Element;
8
+ export default ProceedingLinkCell;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ interface StateCellProps {
3
+ stateCode?: string;
4
+ }
5
+ declare const StateCell: ({ stateCode }: StateCellProps) => JSX.Element;
6
+ export default StateCell;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Maps UI column indices to API field names for server-side sorting
3
+ * Based on headers array in MyProceedingsTable.tsx
4
+ */
5
+ declare const COLUMN_TO_API_FIELD: Record<number, string>;
6
+ export default COLUMN_TO_API_FIELD;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const TediWrappedSearchPage: () => JSX.Element;
3
+ export default TediWrappedSearchPage;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const SearchFilterButtons: () => JSX.Element;
3
+ export default SearchFilterButtons;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const BuildingSearchSection: () => JSX.Element;
3
+ export default BuildingSearchSection;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const DocumentsSearchSection: () => JSX.Element;
3
+ export default DocumentsSearchSection;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const PlanningsSearchSection: () => JSX.Element;
3
+ export default PlanningsSearchSection;