eehitus-my-task-list-ui 1.1.12 → 1.2.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 (68) hide show
  1. package/dist/index.cjs.js +1 -74
  2. package/dist/index.cjs.js.LICENSE.txt +0 -87
  3. package/dist/index.esm.js +1 -74
  4. package/dist/index.esm.js.LICENSE.txt +0 -87
  5. package/dist/index.umd.js +1 -74
  6. package/dist/index.umd.js.LICENSE.txt +0 -87
  7. package/dist/l10n/eehitus-my-task-list-ui-combined_translations_et.json +1 -1
  8. package/dist/types/App.d.ts +1 -1
  9. package/dist/types/components/common/classificators/DocumentStates.d.ts +1 -5
  10. package/dist/types/components/common/constants/Constants.d.ts +6 -101
  11. package/dist/types/components/common/stateServices/DocumentStateService.d.ts +3 -5
  12. package/dist/types/components/common/stateServices/ProceedingStateService.d.ts +4 -8
  13. package/dist/types/components/page/detailsearch/detailsearch.d.ts +2 -1
  14. package/dist/types/components/page/detailsearch/filter/DetailSearchFilterService.d.ts +2 -0
  15. package/dist/types/components/services/buildings_actual_data_api_client/common.d.ts +1 -1
  16. package/dist/types/components/services/classifier_api_client/common.d.ts +1 -1
  17. package/dist/types/components/services/my_views_api_client/api.d.ts +65 -65
  18. package/dist/types/components/services/my_views_api_client/base.d.ts +14 -2
  19. package/dist/types/components/services/my_views_api_client/configuration.d.ts +8 -0
  20. package/dist/types/components/util/link-utils.d.ts +0 -2
  21. package/dist/types/components/util/redirect-utils.d.ts +0 -2
  22. package/dist/types/indexExport.d.ts +0 -1
  23. package/dist/types/redux/api/index.d.ts +1 -2
  24. package/dist/types/redux/reducers/documentsSlice.d.ts +0 -10
  25. package/dist/types/redux/reducers/filterSlice.d.ts +1 -1
  26. package/dist/types/redux/reducers/filterState.d.ts +1 -0
  27. package/dist/types/redux/reducers/proceedingsSlice.d.ts +0 -16
  28. package/dist/types/redux/reducers/rootReducer.d.ts +0 -1
  29. package/package.json +6 -6
  30. package/dist/types/components/DemoPlannings.d.ts +0 -3
  31. package/dist/types/components/common/components/accordionSelect/AccordionSelect.d.ts +0 -15
  32. package/dist/types/components/common/components/icons/EhrIcon.d.ts +0 -3
  33. package/dist/types/components/common/components/modalWrapper/ModalWrapper.d.ts +0 -27
  34. package/dist/types/components/common/components/pageTitle/PageTitle.d.ts +0 -6
  35. package/dist/types/components/common/components/tediTable/TediTable.d.ts +0 -4
  36. package/dist/types/components/common/components/tediTable/tediTableHelpers.d.ts +0 -3
  37. package/dist/types/components/common/constants/planningDotyConsts.d.ts +0 -8
  38. package/dist/types/components/page/myPlannings/MyPlanningsPage.d.ts +0 -9
  39. package/dist/types/components/page/myPlannings/TediWrappedMyPlanningsPage.d.ts +0 -3
  40. package/dist/types/components/page/myPlannings/components/AddExistingPlanningButton.d.ts +0 -3
  41. package/dist/types/components/page/myPlannings/components/AddNewPlanningButton.d.ts +0 -3
  42. package/dist/types/components/page/myPlannings/components/PlanningsCompletedSection.d.ts +0 -3
  43. package/dist/types/components/page/myPlannings/components/PlanningsIncomingSection.d.ts +0 -3
  44. package/dist/types/components/page/myPlannings/components/PlanningsOngoingSection.d.ts +0 -3
  45. package/dist/types/components/page/myPlannings/components/PlanningsProceedingsSection.d.ts +0 -3
  46. package/dist/types/components/page/myPlannings/components/PlanningsToCommentSection.d.ts +0 -3
  47. package/dist/types/components/page/myPlannings/components/PlanningsToSignSection.d.ts +0 -3
  48. package/dist/types/components/page/myPlannings/components/documentsTable/PlanningsDocumentsTable.d.ts +0 -11
  49. package/dist/types/components/page/myPlannings/components/documentsTable/planningsDocTableHelpers.d.ts +0 -7
  50. package/dist/types/components/page/myPlannings/components/operationsTable/PlanningsOperationsTable.d.ts +0 -3
  51. package/dist/types/components/page/myPlannings/components/operationsTable/planningsOpTableHelpers.d.ts +0 -6
  52. package/dist/types/components/page/myPlannings/components/proceedingsTable/PlanningsProceedingsTable.d.ts +0 -3
  53. package/dist/types/components/page/myPlannings/components/proceedingsTable/planningsProcTableHelpers.d.ts +0 -6
  54. package/dist/types/components/page/search/SearchPage.d.ts +0 -3
  55. package/dist/types/components/page/search/components/SearchFilterButtons.d.ts +0 -3
  56. package/dist/types/components/sections/BuildingSearchSection/BuildingSearchSection.d.ts +0 -3
  57. package/dist/types/components/sections/DocumentsSearchSection/DocumentsSearchSection.d.ts +0 -3
  58. package/dist/types/components/sections/PlanningsSearchSection/PlanningSearchSection.d.ts +0 -3
  59. package/dist/types/contexts/NavigationContext.d.ts +0 -21
  60. package/dist/types/redux/reducers/myPlannings/myPlanningsSlice.d.ts +0 -33
  61. package/dist/types/redux/reducers/myPlannings/planningThunks/getAllPlanningsData.d.ts +0 -14
  62. package/dist/types/redux/reducers/myPlannings/planningThunks/getFinishedDocuments.d.ts +0 -15
  63. package/dist/types/redux/reducers/myPlannings/planningThunks/getIncomingDocuments.d.ts +0 -15
  64. package/dist/types/redux/reducers/myPlannings/planningThunks/getProceedings.d.ts +0 -15
  65. package/dist/types/redux/reducers/myPlannings/planningThunks/getSigningDocuments.d.ts +0 -15
  66. package/dist/types/redux/reducers/myPlannings/planningThunks/getToCommentOperations.d.ts +0 -15
  67. package/dist/types/redux/reducers/myPlannings/planningThunks/getWorkingDocuments.d.ts +0 -15
  68. package/dist/types/redux/reducers/myPlannings/types.d.ts +0 -36
@@ -1,66 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
- /*!
8
- Copyright (c) 2018 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/classnames
11
- */
12
-
13
- /*!
14
- * repeat-string <https://github.com/jonschlinkert/repeat-string>
15
- *
16
- * Copyright (c) 2014-2015, Jon Schlinkert.
17
- * Licensed under the MIT License.
18
- */
19
-
20
- /*!
21
- * Determine if an object is a Buffer
22
- *
23
- * @author Feross Aboukhadijeh <https://feross.org>
24
- * @license MIT
25
- */
26
-
27
- /*!
28
- * tabbable 6.2.0
29
- * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
30
- */
31
-
32
- /**
33
- * react-table
34
- *
35
- * Copyright (c) TanStack
36
- *
37
- * This source code is licensed under the MIT license found in the
38
- * LICENSE.md file in the root directory of this source tree.
39
- *
40
- * @license MIT
41
- */
42
-
43
- /**
44
- * table-core
45
- *
46
- * Copyright (c) TanStack
47
- *
48
- * This source code is licensed under the MIT license found in the
49
- * LICENSE.md file in the root directory of this source tree.
50
- *
51
- * @license MIT
52
- */
53
-
54
- /**
55
- * @license React
56
- * react-is.production.js
57
- *
58
- * Copyright (c) Meta Platforms, Inc. and affiliates.
59
- *
60
- * This source code is licensed under the MIT license found in the
61
- * LICENSE file in the root directory of this source tree.
62
- */
63
-
64
1
  /**
65
2
  * @license React
66
3
  * react-jsx-runtime.production.min.js
@@ -70,27 +7,3 @@ object-assign
70
7
  * This source code is licensed under the MIT license found in the
71
8
  * LICENSE file in the root directory of this source tree.
72
9
  */
73
-
74
- /**
75
- * @mui/styled-engine v5.16.14
76
- *
77
- * @license MIT
78
- * This source code is licensed under the MIT license found in the
79
- * LICENSE file in the root directory of this source tree.
80
- */
81
-
82
- /**
83
- * what-input - A global utility for tracking the current input method (mouse, keyboard or touch).
84
- * @version v5.2.12
85
- * @link https://github.com/ten1seven/what-input
86
- * @license MIT
87
- */
88
-
89
- /** @license React v16.13.1
90
- * react-is.production.min.js
91
- *
92
- * Copyright (c) Facebook, Inc. and its affiliates.
93
- *
94
- * This source code is licensed under the MIT license found in the
95
- * LICENSE file in the root directory of this source tree.
96
- */