eehitus-my-task-list-ui 1.2.5 → 1.3.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 (119) 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 +161 -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/detailsearch.d.ts +2 -1
  34. package/dist/types/components/page/detailsearch/filter/DetailSearchFilterService.d.ts +2 -0
  35. package/dist/types/components/page/detailsearch/tables/detailSearchHelper.d.ts +1 -1
  36. package/dist/types/components/page/myApprovals/MyApprovalsPage.d.ts +9 -0
  37. package/dist/types/components/page/myApprovals/TediWrappedMyApprovalsPage.d.ts +3 -0
  38. package/dist/types/components/page/myApprovals/components/ApprovalsAllAssignedSection.d.ts +3 -0
  39. package/dist/types/components/page/myApprovals/components/ApprovalsIncomingSection.d.ts +3 -0
  40. package/dist/types/components/page/myApprovals/components/ApprovalsOngoingSection.d.ts +3 -0
  41. package/dist/types/components/page/myApprovals/components/ApprovalsToCommentSection.d.ts +3 -0
  42. package/dist/types/components/page/myApprovals/components/operationsTable/ApprovalsOperationsTable.d.ts +4 -0
  43. package/dist/types/components/page/myApprovals/components/operationsTable/tableHelpers.d.ts +6 -0
  44. package/dist/types/components/page/{myapprovals/myapprovals.d.ts → myCoordinations/MyCoordinationsPage.d.ts} +3 -3
  45. package/dist/types/components/page/myPlannings/MyPlanningsPage.d.ts +9 -0
  46. package/dist/types/components/page/myPlannings/TediWrappedMyPlanningsPage.d.ts +3 -0
  47. package/dist/types/components/page/myPlannings/components/AddExistingPlanningButton.d.ts +6 -0
  48. package/dist/types/components/page/myPlannings/components/AddNewPlanningButton.d.ts +6 -0
  49. package/dist/types/components/page/myPlannings/util/helper.d.ts +4 -0
  50. package/dist/types/components/page/myproceedings/proceedingTable/MyProceedingsTable.d.ts +4 -2
  51. package/dist/types/components/page/myproceedings/proceedingTable/cells/AddressCell.d.ts +6 -0
  52. package/dist/types/components/page/myproceedings/proceedingTable/cells/BuildingNameCell.d.ts +6 -0
  53. package/dist/types/components/page/myproceedings/proceedingTable/cells/DeadlineCell.d.ts +6 -0
  54. package/dist/types/components/page/myproceedings/proceedingTable/cells/DocumentLinkCell.d.ts +7 -0
  55. package/dist/types/components/page/myproceedings/proceedingTable/cells/EhrCodeCell.d.ts +7 -0
  56. package/dist/types/components/page/myproceedings/proceedingTable/cells/InnerCommentDeadlineCell.d.ts +6 -0
  57. package/dist/types/components/page/myproceedings/proceedingTable/cells/ProceedingLinkCell.d.ts +8 -0
  58. package/dist/types/components/page/myproceedings/proceedingTable/cells/StateCell.d.ts +6 -0
  59. package/dist/types/components/page/myproceedings/proceedingTable/columnMappings.d.ts +6 -0
  60. package/dist/types/components/page/search/SearchPage.d.ts +3 -0
  61. package/dist/types/components/page/search/components/SearchFilterButtons.d.ts +3 -0
  62. package/dist/types/components/sections/BuildingSearchSection/BuildingSearchSection.d.ts +3 -0
  63. package/dist/types/components/sections/DocumentsSearchSection/DocumentsSearchSection.d.ts +3 -0
  64. package/dist/types/components/sections/PlanningsSearchSection/PlanningSearchSection.d.ts +3 -0
  65. package/dist/types/components/sections/planningsCompleted/PlanningsCompletedSection.d.ts +5 -0
  66. package/dist/types/components/sections/planningsCompleted/components/CompletedDocsTable.d.ts +12 -0
  67. package/dist/types/components/sections/planningsCompleted/components/completedDocsTableHelpers.d.ts +7 -0
  68. package/dist/types/components/sections/planningsIncoming/PlanningsIncomingSection.d.ts +3 -0
  69. package/dist/types/components/sections/planningsIncoming/components/IncomingDocsTable.d.ts +11 -0
  70. package/dist/types/components/sections/planningsIncoming/components/incomingDocTableHelpers.d.ts +6 -0
  71. package/dist/types/components/sections/planningsOngoing/PlanningsOngoingSection.d.ts +7 -0
  72. package/dist/types/components/sections/planningsOngoing/components/OngoingDocsTable.d.ts +16 -0
  73. package/dist/types/components/sections/planningsOngoing/components/ongoingDocTableHelpers.d.ts +6 -0
  74. package/dist/types/components/sections/planningsProceedings/PlanningsProceedingsSection.d.ts +3 -0
  75. package/dist/types/components/sections/planningsProceedings/components/proceedingsTable/PlanningsProceedingsTable.d.ts +3 -0
  76. package/dist/types/components/sections/planningsProceedings/components/proceedingsTable/planningsProcTableHelpers.d.ts +6 -0
  77. package/dist/types/components/sections/planningsToComment/PlanningsToCommentSection.d.ts +3 -0
  78. package/dist/types/components/sections/planningsToComment/components/PlanningsOperationsTable.d.ts +3 -0
  79. package/dist/types/components/sections/planningsToComment/components/planningsOpTableHelpers.d.ts +6 -0
  80. package/dist/types/components/sections/planningsToSign/PlanningsToSignSection.d.ts +3 -0
  81. package/dist/types/components/sections/planningsToSign/components/ToSignDocsTable.d.ts +11 -0
  82. package/dist/types/components/sections/planningsToSign/components/toSignDocsTableHelpers.d.ts +7 -0
  83. package/dist/types/components/services/buildings_actual_data_api_client/api.d.ts +31 -0
  84. package/dist/types/components/services/my_views_api_client/api.d.ts +929 -246
  85. package/dist/types/components/services/my_views_api_client/base.d.ts +2 -14
  86. package/dist/types/components/services/my_views_api_client/configuration.d.ts +0 -8
  87. package/dist/types/components/util/TranslationUtils.d.ts +7 -0
  88. package/dist/types/components/util/link-utils.d.ts +2 -2
  89. package/dist/types/components/util/redirect-utils.d.ts +5 -2
  90. package/dist/types/contexts/NavigationContext.d.ts +21 -0
  91. package/dist/types/hooks/useIsBreakpoint/useIsBreakpoint.d.ts +3 -0
  92. package/dist/types/indexExport.d.ts +3 -1
  93. package/dist/types/redux/api/index.d.ts +2 -1
  94. package/dist/types/redux/{documentThunks → reducers/documentThunks}/createDocument.d.ts +1 -1
  95. package/dist/types/redux/reducers/documentsSlice.d.ts +10 -0
  96. package/dist/types/redux/reducers/filterSlice.d.ts +1 -1
  97. package/dist/types/redux/reducers/filterState.d.ts +1 -0
  98. package/dist/types/redux/reducers/myApprovals/approvalThunks/getAllApprovalsData.d.ts +14 -0
  99. package/dist/types/redux/reducers/myApprovals/approvalThunks/getAllAssignedOperations.d.ts +15 -0
  100. package/dist/types/redux/reducers/myApprovals/approvalThunks/getApprovalInvitations.d.ts +15 -0
  101. package/dist/types/redux/reducers/myApprovals/approvalThunks/getOperations.d.ts +15 -0
  102. package/dist/types/redux/reducers/myApprovals/approvalThunks/getToCommentOperations.d.ts +15 -0
  103. package/dist/types/redux/reducers/myApprovals/myApprovalsSlice.d.ts +23 -0
  104. package/dist/types/redux/reducers/myApprovals/types.d.ts +20 -0
  105. package/dist/types/redux/reducers/myPlannings/myPlanningsSlice.d.ts +35 -0
  106. package/dist/types/redux/reducers/myPlannings/planningThunks/deleteDocument.d.ts +14 -0
  107. package/dist/types/redux/reducers/myPlannings/planningThunks/getAllPlanningsData.d.ts +14 -0
  108. package/dist/types/redux/reducers/myPlannings/planningThunks/getFinishedDocuments.d.ts +15 -0
  109. package/dist/types/redux/reducers/myPlannings/planningThunks/getIncomingDocuments.d.ts +15 -0
  110. package/dist/types/redux/reducers/myPlannings/planningThunks/getProceedings.d.ts +15 -0
  111. package/dist/types/redux/reducers/myPlannings/planningThunks/getSigningDocuments.d.ts +15 -0
  112. package/dist/types/redux/reducers/myPlannings/planningThunks/getToCommentOperations.d.ts +15 -0
  113. package/dist/types/redux/reducers/myPlannings/planningThunks/getWorkingDocuments.d.ts +18 -0
  114. package/dist/types/redux/reducers/myPlannings/types.d.ts +46 -0
  115. package/dist/types/redux/reducers/proceedingThunks/getMyProceedings.d.ts +22 -0
  116. package/dist/types/redux/reducers/proceedingsSlice.d.ts +39 -3
  117. package/dist/types/redux/reducers/proceedingsState.d.ts +16 -2
  118. package/dist/types/redux/reducers/rootReducer.d.ts +2 -0
  119. package/package.json +8 -5
@@ -1,3 +1,45 @@
1
+ /*!
2
+ Copyright (c) 2018 Jed Watson.
3
+ Licensed under the MIT License (MIT), see
4
+ http://jedwatson.github.io/classnames
5
+ */
6
+
7
+ /*!
8
+ * tabbable 6.2.0
9
+ * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
10
+ */
11
+
12
+ /**
13
+ * react-table
14
+ *
15
+ * Copyright (c) TanStack
16
+ *
17
+ * This source code is licensed under the MIT license found in the
18
+ * LICENSE.md file in the root directory of this source tree.
19
+ *
20
+ * @license MIT
21
+ */
22
+
23
+ /**
24
+ * table-core
25
+ *
26
+ * Copyright (c) TanStack
27
+ *
28
+ * This source code is licensed under the MIT license found in the
29
+ * LICENSE.md file in the root directory of this source tree.
30
+ *
31
+ * @license MIT
32
+ */
33
+
34
+ /**
35
+ * @license
36
+ * Lodash <https://lodash.com/>
37
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
38
+ * Released under MIT license <https://lodash.com/license>
39
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
40
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
41
+ */
42
+
1
43
  /**
2
44
  * @license React
3
45
  * react-jsx-runtime.production.min.js
@@ -7,3 +49,11 @@
7
49
  * This source code is licensed under the MIT license found in the
8
50
  * LICENSE file in the root directory of this source tree.
9
51
  */
52
+
53
+ /**
54
+ * @mui/styled-engine v5.18.0
55
+ *
56
+ * @license MIT
57
+ * This source code is licensed under the MIT license found in the
58
+ * LICENSE file in the root directory of this source tree.
59
+ */