eehitus-my-task-list-ui 1.2.6 → 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.
- package/dist/705.index.cjs.js +2 -0
- package/dist/705.index.cjs.js.LICENSE.txt +6 -0
- package/dist/705.index.esm.js +2 -0
- package/dist/705.index.esm.js.LICENSE.txt +6 -0
- package/dist/705.index.umd.js +2 -0
- package/dist/705.index.umd.js.LICENSE.txt +6 -0
- package/dist/index.cjs.js +74 -1
- package/dist/index.cjs.js.LICENSE.txt +50 -0
- package/dist/index.esm.js +74 -1
- package/dist/index.esm.js.LICENSE.txt +50 -0
- package/dist/index.umd.js +74 -1
- package/dist/index.umd.js.LICENSE.txt +50 -0
- package/dist/l10n/eehitus-my-task-list-ui-combined_translations_et.json +1 -1
- package/dist/types/components/DemoApprovals.d.ts +2 -2
- package/dist/types/components/DemoCoordinations.d.ts +3 -0
- package/dist/types/components/DemoPlannings.d.ts +3 -0
- package/dist/types/components/common/classificators/DocumentStates.d.ts +5 -1
- package/dist/types/components/common/components/accordionSelect/AccordionSelect.d.ts +15 -0
- package/dist/types/components/common/components/icons/EhrIcon.d.ts +3 -0
- package/dist/types/components/common/components/modalWrapper/DeleteModal.d.ts +16 -0
- package/dist/types/components/common/components/modalWrapper/ModalWrapper.d.ts +27 -0
- package/dist/types/components/common/components/pageTitle/PageTitle.d.ts +6 -0
- package/dist/types/components/common/components/tediTable/TediTable.d.ts +9 -0
- package/dist/types/components/common/components/tediTable/tediTableHelpers.d.ts +3 -0
- package/dist/types/components/common/constants/Constants.d.ts +161 -11
- package/dist/types/components/common/constants/planningDotyConsts.d.ts +21 -0
- package/dist/types/components/common/stateServices/DocumentStateService.d.ts +5 -3
- package/dist/types/components/common/stateServices/OperationStateService.d.ts +11 -7
- package/dist/types/components/common/stateServices/ProceedingStateService.d.ts +8 -4
- package/dist/types/components/common/table/IconWithText.d.ts +7 -0
- package/dist/types/components/common/table/TableRowButtons.d.ts +17 -0
- package/dist/types/components/common/table/tableButtonsHelpers.d.ts +17 -0
- package/dist/types/components/page/detailsearch/tables/detailSearchHelper.d.ts +1 -1
- package/dist/types/components/page/myApprovals/MyApprovalsPage.d.ts +9 -0
- package/dist/types/components/page/myApprovals/TediWrappedMyApprovalsPage.d.ts +3 -0
- package/dist/types/components/page/myApprovals/components/ApprovalsAllAssignedSection.d.ts +3 -0
- package/dist/types/components/page/myApprovals/components/ApprovalsIncomingSection.d.ts +3 -0
- package/dist/types/components/page/myApprovals/components/ApprovalsOngoingSection.d.ts +3 -0
- package/dist/types/components/page/myApprovals/components/ApprovalsToCommentSection.d.ts +3 -0
- package/dist/types/components/page/myApprovals/components/operationsTable/ApprovalsOperationsTable.d.ts +4 -0
- package/dist/types/components/page/myApprovals/components/operationsTable/tableHelpers.d.ts +6 -0
- package/dist/types/components/page/{myapprovals/myapprovals.d.ts → myCoordinations/MyCoordinationsPage.d.ts} +3 -3
- package/dist/types/components/page/myPlannings/MyPlanningsPage.d.ts +9 -0
- package/dist/types/components/page/myPlannings/TediWrappedMyPlanningsPage.d.ts +3 -0
- package/dist/types/components/page/myPlannings/components/AddExistingPlanningButton.d.ts +6 -0
- package/dist/types/components/page/myPlannings/components/AddNewPlanningButton.d.ts +6 -0
- package/dist/types/components/page/myPlannings/util/helper.d.ts +4 -0
- package/dist/types/components/page/myproceedings/proceedingTable/MyProceedingsTable.d.ts +4 -2
- package/dist/types/components/page/myproceedings/proceedingTable/cells/AddressCell.d.ts +6 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/BuildingNameCell.d.ts +6 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/DeadlineCell.d.ts +6 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/DocumentLinkCell.d.ts +7 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/EhrCodeCell.d.ts +7 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/InnerCommentDeadlineCell.d.ts +6 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/ProceedingLinkCell.d.ts +8 -0
- package/dist/types/components/page/myproceedings/proceedingTable/cells/StateCell.d.ts +6 -0
- package/dist/types/components/page/myproceedings/proceedingTable/columnMappings.d.ts +6 -0
- package/dist/types/components/page/search/SearchPage.d.ts +3 -0
- package/dist/types/components/page/search/components/SearchFilterButtons.d.ts +3 -0
- package/dist/types/components/sections/BuildingSearchSection/BuildingSearchSection.d.ts +3 -0
- package/dist/types/components/sections/DocumentsSearchSection/DocumentsSearchSection.d.ts +3 -0
- package/dist/types/components/sections/PlanningsSearchSection/PlanningSearchSection.d.ts +3 -0
- package/dist/types/components/sections/planningsCompleted/PlanningsCompletedSection.d.ts +5 -0
- package/dist/types/components/sections/planningsCompleted/components/CompletedDocsTable.d.ts +12 -0
- package/dist/types/components/sections/planningsCompleted/components/completedDocsTableHelpers.d.ts +7 -0
- package/dist/types/components/sections/planningsIncoming/PlanningsIncomingSection.d.ts +3 -0
- package/dist/types/components/sections/planningsIncoming/components/IncomingDocsTable.d.ts +11 -0
- package/dist/types/components/sections/planningsIncoming/components/incomingDocTableHelpers.d.ts +6 -0
- package/dist/types/components/sections/planningsOngoing/PlanningsOngoingSection.d.ts +7 -0
- package/dist/types/components/sections/planningsOngoing/components/OngoingDocsTable.d.ts +16 -0
- package/dist/types/components/sections/planningsOngoing/components/ongoingDocTableHelpers.d.ts +6 -0
- package/dist/types/components/sections/planningsProceedings/PlanningsProceedingsSection.d.ts +3 -0
- package/dist/types/components/sections/planningsProceedings/components/proceedingsTable/PlanningsProceedingsTable.d.ts +3 -0
- package/dist/types/components/sections/planningsProceedings/components/proceedingsTable/planningsProcTableHelpers.d.ts +6 -0
- package/dist/types/components/sections/planningsToComment/PlanningsToCommentSection.d.ts +3 -0
- package/dist/types/components/sections/planningsToComment/components/PlanningsOperationsTable.d.ts +3 -0
- package/dist/types/components/sections/planningsToComment/components/planningsOpTableHelpers.d.ts +6 -0
- package/dist/types/components/sections/planningsToSign/PlanningsToSignSection.d.ts +3 -0
- package/dist/types/components/sections/planningsToSign/components/ToSignDocsTable.d.ts +11 -0
- package/dist/types/components/sections/planningsToSign/components/toSignDocsTableHelpers.d.ts +7 -0
- package/dist/types/components/services/my_views_api_client/api.d.ts +929 -246
- package/dist/types/components/services/my_views_api_client/base.d.ts +2 -14
- package/dist/types/components/services/my_views_api_client/configuration.d.ts +0 -8
- package/dist/types/components/util/TranslationUtils.d.ts +7 -0
- package/dist/types/components/util/link-utils.d.ts +2 -2
- package/dist/types/components/util/redirect-utils.d.ts +5 -2
- package/dist/types/contexts/NavigationContext.d.ts +21 -0
- package/dist/types/hooks/useIsBreakpoint/useIsBreakpoint.d.ts +3 -0
- package/dist/types/indexExport.d.ts +3 -1
- package/dist/types/redux/api/index.d.ts +2 -1
- package/dist/types/redux/{documentThunks → reducers/documentThunks}/createDocument.d.ts +1 -1
- package/dist/types/redux/reducers/documentsSlice.d.ts +10 -0
- package/dist/types/redux/reducers/myApprovals/approvalThunks/getAllApprovalsData.d.ts +14 -0
- package/dist/types/redux/reducers/myApprovals/approvalThunks/getAllAssignedOperations.d.ts +15 -0
- package/dist/types/redux/reducers/myApprovals/approvalThunks/getApprovalInvitations.d.ts +15 -0
- package/dist/types/redux/reducers/myApprovals/approvalThunks/getOperations.d.ts +15 -0
- package/dist/types/redux/reducers/myApprovals/approvalThunks/getToCommentOperations.d.ts +15 -0
- package/dist/types/redux/reducers/myApprovals/myApprovalsSlice.d.ts +23 -0
- package/dist/types/redux/reducers/myApprovals/types.d.ts +20 -0
- package/dist/types/redux/reducers/myPlannings/myPlanningsSlice.d.ts +35 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/deleteDocument.d.ts +14 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getAllPlanningsData.d.ts +14 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getFinishedDocuments.d.ts +15 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getIncomingDocuments.d.ts +15 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getProceedings.d.ts +15 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getSigningDocuments.d.ts +15 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getToCommentOperations.d.ts +15 -0
- package/dist/types/redux/reducers/myPlannings/planningThunks/getWorkingDocuments.d.ts +18 -0
- package/dist/types/redux/reducers/myPlannings/types.d.ts +46 -0
- package/dist/types/redux/reducers/proceedingThunks/getMyProceedings.d.ts +22 -0
- package/dist/types/redux/reducers/proceedingsSlice.d.ts +39 -3
- package/dist/types/redux/reducers/proceedingsState.d.ts +16 -2
- package/dist/types/redux/reducers/rootReducer.d.ts +2 -0
- 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
|
+
*/
|