eehitus-my-task-list-ui 1.3.11 → 1.3.13

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 (57) hide show
  1. package/dist/index.cjs.js +5 -5
  2. package/dist/index.esm.js +5 -5
  3. package/dist/index.umd.js +5 -5
  4. package/dist/l10n/eehitus-my-task-list-ui-combined_translations_et.json +1 -1
  5. package/dist/types/components/DemoDetailSearch.d.ts +0 -3
  6. package/dist/types/components/common/components/operation/operationsTable/OperationsTable.d.ts +1 -0
  7. package/dist/types/components/common/constants/Constants.d.ts +1 -0
  8. package/dist/types/components/common/services/invitationCommentService.d.ts +11 -0
  9. package/dist/types/components/common/table/TableRowButtons.d.ts +2 -1
  10. package/dist/types/components/common/table/tableButtonsHelpers.d.ts +2 -2
  11. package/dist/types/components/page/detailsearch/detailsearch.d.ts +0 -15
  12. package/dist/types/components/page/detailsearch/filter/LandImprovementDetailSearchFilter.d.ts +7 -0
  13. package/dist/types/components/page/detailsearch/tables/DetailSearchLandImprovement.d.ts +6 -0
  14. package/dist/types/components/page/detailsearch/types/LandImprovementDetailSearchFilterType.d.ts +9 -0
  15. package/dist/types/components/page/myApprovals/components/ApprovalsToCommentSection.d.ts +5 -1
  16. package/dist/types/components/page/myApprovals/components/operationsTable/ApprovalsOperationsTable.d.ts +4 -1
  17. package/dist/types/components/page/myApprovals/components/operationsTable/tableHelpers.d.ts +1 -1
  18. package/dist/types/components/sections/planningsCompleted/PlanningsCompletedSection.d.ts +6 -3
  19. package/dist/types/components/sections/planningsCompleted/components/CompletedDocsTable.d.ts +5 -2
  20. package/dist/types/components/sections/planningsCompleted/components/completedDocsTableHelpers.d.ts +2 -2
  21. package/dist/types/components/sections/planningsIncoming/PlanningsIncomingSection.d.ts +5 -1
  22. package/dist/types/components/sections/planningsIncoming/components/IncomingDocsTable.d.ts +4 -1
  23. package/dist/types/components/sections/planningsIncoming/components/incomingDocTableHelpers.d.ts +1 -1
  24. package/dist/types/components/sections/planningsOngoing/components/OngoingDocsTable.d.ts +2 -1
  25. package/dist/types/components/services/maaparandusSearchApi.d.ts +39 -0
  26. package/dist/types/components/services/my_views_api_client/api.d.ts +6 -0
  27. package/dist/types/components/util/redirect-utils.d.ts +1 -0
  28. package/dist/types/indexExport.d.ts +0 -1
  29. package/dist/types/redux/reducers/detailSearchSlice.d.ts +0 -6
  30. package/dist/types/redux/reducers/detailSearchState.d.ts +0 -7
  31. package/dist/types/redux/reducers/myApprovals/approvalThunks/getToCommentOperations.d.ts +1 -0
  32. package/dist/types/redux/reducers/myPlannings/planningThunks/downloadDocument.d.ts +11 -0
  33. package/dist/types/redux/reducers/rootReducer.d.ts +0 -1
  34. package/package.json +1 -1
  35. package/dist/types/components/page/detailsearch/filter/BuildingsDetailSearchFilter.d.ts +0 -10
  36. package/dist/types/components/page/detailsearch/filter/BuildingsDetailSearchFilter.test.d.ts +0 -1
  37. package/dist/types/components/page/detailsearch/filter/DetailSearchFilterService.d.ts +0 -14
  38. package/dist/types/components/page/detailsearch/filter/DocumentsDetailSearchFilter.d.ts +0 -9
  39. package/dist/types/components/page/detailsearch/filter/DocumentsDetailSearchFilter.test.d.ts +0 -1
  40. package/dist/types/components/page/detailsearch/filter/ProceedingsDetailSearchFilter.d.ts +0 -6
  41. package/dist/types/components/page/detailsearch/tables/DetailSearchBuildings.d.ts +0 -9
  42. package/dist/types/components/page/detailsearch/tables/DetailSearchBuildings.test.d.ts +0 -1
  43. package/dist/types/components/page/detailsearch/tables/DetailSearchDocuments.d.ts +0 -12
  44. package/dist/types/components/page/detailsearch/tables/DetailSearchDocuments.test.d.ts +0 -1
  45. package/dist/types/components/page/detailsearch/tables/DetailSearchProceedings.d.ts +0 -9
  46. package/dist/types/components/page/detailsearch/tables/DetailSearchProceedings.test.d.ts +0 -1
  47. package/dist/types/components/page/detailsearch/tables/detailSearchHelper.d.ts +0 -2
  48. package/dist/types/components/page/detailsearch/tables/linkGenMock.d.ts +0 -2
  49. package/dist/types/components/page/detailsearch/types/BuildingsDetailSearchFilterType.d.ts +0 -16
  50. package/dist/types/components/page/detailsearch/types/DocumentsDetailSearchFilterType.d.ts +0 -13
  51. package/dist/types/components/page/detailsearch/types/ProceedingsDetailSearchFilterType.d.ts +0 -10
  52. package/dist/types/components/page/search/SearchPage.d.ts +0 -3
  53. package/dist/types/components/page/search/components/SearchFilterButtons.d.ts +0 -3
  54. package/dist/types/components/sections/BuildingSearchSection/BuildingSearchSection.d.ts +0 -3
  55. package/dist/types/components/sections/DocumentsSearchSection/DocumentsSearchSection.d.ts +0 -3
  56. package/dist/types/components/sections/PlanningsSearchSection/PlanningSearchSection.d.ts +0 -3
  57. /package/dist/types/components/{page/detailsearch/detailsearch.test.d.ts → common/services/invitationCommentService.test.d.ts} +0 -0
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import { PeopleDto } from '../../../services/user_api_client';
3
- interface Props {
4
- onSubmit: (filter: any) => void;
5
- isAdminPlusRole: boolean;
6
- isAdminRole: boolean;
7
- callSearchPerson: (input: string, xRoad: boolean, isPrivate?: boolean) => Promise<PeopleDto | undefined>;
8
- }
9
- declare const BuildingsDetailSearchFilter: (props: Props) => JSX.Element;
10
- export default BuildingsDetailSearchFilter;
@@ -1,14 +0,0 @@
1
- import { Classifier } from '../../../services/document_api_client';
2
- import { MultiselectTypeOption } from '../../../common/types/MultiselectTypeOption';
3
- import { FileType } from '../../../services/classifier_api_client';
4
- export declare function buildHierarchyBuildingStates(isAdminRole: any): MultiselectTypeOption[];
5
- export declare function buildHierarchyBuildingTypes(): MultiselectTypeOption[];
6
- export declare function buildHierarchyHeritageTypes(heritages: Classifier[]): MultiselectTypeOption[];
7
- export declare const ownershipTypes: {
8
- code: string;
9
- value: string;
10
- }[];
11
- export declare function buildHierarchyOwnershipTypes(): MultiselectTypeOption[];
12
- export declare function buildHierarchyDocumentStates(): MultiselectTypeOption[];
13
- export declare function getParsedKAOSData(data: FileType[]): MultiselectTypeOption[];
14
- export declare function buildMultiSelectKaos(values: MultiselectTypeOption[]): string[];
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { PeopleDto } from '../../../services/user_api_client';
3
- interface Props {
4
- onSubmit: (filterState: any) => void;
5
- callSearchPerson: (input: string, xRoad: boolean) => Promise<PeopleDto | undefined>;
6
- isNonAuthenticatedUser: boolean;
7
- }
8
- declare const DocumentsDetailSearchFilter: React.FC<Props>;
9
- export default DocumentsDetailSearchFilter;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface Props {
3
- onSubmit: (filterState: any) => void;
4
- }
5
- declare const ProceedingsDetailSearchFilter: React.FC<Props>;
6
- export default ProceedingsDetailSearchFilter;
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- interface Props {
3
- linkGen: (event: any, type: string, path: string) => void;
4
- generateLink: (type: string, path: string, history: any, isExternal: boolean, isNewWindow?: boolean, state?: any) => string;
5
- isAdminRole: boolean;
6
- isAdminPlusRole: boolean;
7
- }
8
- declare const DetailSearchBuildings: (props: Props) => JSX.Element;
9
- export default DetailSearchBuildings;
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- import { GlobalUserInfo } from 'ehr-auth-react';
3
- import { DocDetail, DocumentSearchDto } from '../../../services/my_views_api_client';
4
- interface Props {
5
- linkGen: (event: any, type: string, path: string, state?: any) => void;
6
- generateLink: (type: string, path: string, history: any, isExternal: boolean, isNewWindow?: boolean, state?: any) => string;
7
- userInfo: GlobalUserInfo | undefined;
8
- filterStateDocumentsSearch: DocumentSearchDto;
9
- }
10
- export declare function setLinkGenType(value: DocDetail): "PROCEEDING" | "ADMIN_PROCEEDING";
11
- declare const DetailSearchDocuments: (props: Props) => JSX.Element;
12
- export default DetailSearchDocuments;
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import { GlobalUserInfo } from 'ehr-auth-react';
3
- interface Props {
4
- linkGen: (event: any, type: string, path: string) => void;
5
- generateLink: (type: string, path: string, history: any, isExternal: boolean, isNewWindow?: boolean, state?: any) => string;
6
- userInfo: GlobalUserInfo | undefined;
7
- }
8
- declare const DetailSearchProceedings: (props: Props) => JSX.Element;
9
- export default DetailSearchProceedings;
@@ -1,2 +0,0 @@
1
- import { RedirectType } from '../../../util/redirect-utils';
2
- export declare const getProceedingRedirectType: (doty: string | undefined) => RedirectType.Proceeding | RedirectType.NotFound;
@@ -1,2 +0,0 @@
1
- declare const linkGen: (type: string, path: string) => string;
2
- export default linkGen;
@@ -1,16 +0,0 @@
1
- export interface BuildingsDetailSearchFilterType {
2
- buildingLocation: string;
3
- buildingName: string;
4
- buildingStates: string[];
5
- firstUseDate: {
6
- from: string;
7
- to: string;
8
- };
9
- firstUseMissing: boolean;
10
- buildingType: string[];
11
- purposeOfUse: string[];
12
- ownershipType: string[];
13
- owner: string | undefined;
14
- isPrivatePerson: boolean;
15
- searchType: string;
16
- }
@@ -1,13 +0,0 @@
1
- export interface DocumentsDetailSearchFilterType {
2
- buildingLocation: string;
3
- buildingName: string;
4
- institutions: string[];
5
- documentDate: {
6
- from: string;
7
- to: string;
8
- };
9
- documentType: string[];
10
- documentNr: string;
11
- documentState: string[];
12
- connectedPerson: number | undefined;
13
- }
@@ -1,10 +0,0 @@
1
- export interface ProceedingsDetailSearchFilterType {
2
- documentType: string[];
3
- documentNr: string;
4
- proceedingDate: {
5
- from: string;
6
- to: string;
7
- };
8
- proceedingNr: string;
9
- institutions: string[];
10
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const TediWrappedSearchPage: () => JSX.Element;
3
- export default TediWrappedSearchPage;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const SearchFilterButtons: () => JSX.Element;
3
- export default SearchFilterButtons;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const BuildingSearchSection: () => JSX.Element;
3
- export default BuildingSearchSection;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const DocumentsSearchSection: () => JSX.Element;
3
- export default DocumentsSearchSection;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const PlanningsSearchSection: () => JSX.Element;
3
- export default PlanningsSearchSection;