@omnia/management-system 8.0.2-dev → 8.0.5-dev

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 (40) hide show
  1. package/README.md +2 -2
  2. package/internal-do-not-import-from-here/constants.d.ts +5 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/models/Enums.d.ts +13 -4
  5. package/internal-do-not-import-from-here/models/Enums.js +9 -0
  6. package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +2 -2
  7. package/internal-do-not-import-from-here/models/Enums.tooling.js +7 -1
  8. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +14 -0
  9. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.d.ts +8 -0
  10. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +3 -2
  11. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.d.ts +19 -0
  12. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.js +2 -0
  13. package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/models/components/processrollup/index.js +1 -0
  15. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +3 -3
  16. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +3 -2
  17. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +2 -2
  18. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +1 -0
  19. package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +2 -0
  20. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +4 -0
  21. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +4 -1
  22. package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +1 -0
  23. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +10 -10
  24. package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +2 -2
  25. package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.d.ts +2 -2
  26. package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -2
  27. package/internal-do-not-import-from-here/models/styles/index.js +0 -2
  28. package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +1 -0
  29. package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +2 -1
  30. package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +1 -0
  31. package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +31 -2
  32. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +27 -5
  33. package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +27 -6
  34. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +27 -11
  35. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +28 -13
  36. package/internal-do-not-import-from-here/wctypings.d.ts +392 -90
  37. package/models/package.json +6 -7
  38. package/package.json +7 -8
  39. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +0 -5
  40. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +0 -4
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/preciofishbone/OmniaDocumentManagement.git"
11
+ "url": "git+https://github.com/omniaintranet/OmniaDocumentManagement.git"
12
12
  },
13
13
  "keywords": [
14
14
  "omnia",
@@ -17,12 +17,11 @@
17
17
  "office365",
18
18
  "sharepoint"
19
19
  ],
20
- "author": "Precio Fishbone",
21
- "dependencies": {
22
- },
20
+ "author": "Omnia Digital Workplace AB",
21
+ "dependencies": {},
23
22
  "typings": "./index.d.ts",
24
23
  "bugs": {
25
- "url": "https://github.com/preciofishbone/OmniaDocumentManagement/issues"
24
+ "url": "https://github.com/omniaintranet/OmniaDocumentManagement/issues"
26
25
  },
27
- "homepage": "https://github.com/preciofishbone/OmniaDocumentManagement#readme"
28
- }
26
+ "homepage": "https://github.com/omniaintranet/OmniaDocumentManagement#readme"
27
+ }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "MIT",
4
- "version": "8.0.2-dev",
4
+ "version": "8.0.5-dev",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/preciofishbone/OmniaDocumentManagement.git"
11
+ "url": "git+https://github.com/omniaintranet/OmniaDocumentManagement.git"
12
12
  },
13
13
  "keywords": [
14
14
  "omnia",
@@ -17,12 +17,11 @@
17
17
  "office365",
18
18
  "sharepoint"
19
19
  ],
20
- "author": "Precio Fishbone",
21
- "dependencies": {
22
- },
20
+ "author": "Omnia Digital Workplace AB",
21
+ "dependencies": {},
23
22
  "typings": "./index.d.ts",
24
23
  "bugs": {
25
- "url": "https://github.com/preciofishbone/OmniaDocumentManagement/issues"
24
+ "url": "https://github.com/omniaintranet/OmniaDocumentManagement/issues"
26
25
  },
27
- "homepage": "https://github.com/preciofishbone/OmniaDocumentManagement#readme"
28
- }
26
+ "homepage": "https://github.com/omniaintranet/OmniaDocumentManagement#readme"
27
+ }
@@ -1,5 +0,0 @@
1
- import { types } from "typestyle";
2
- export declare const UnpublishProcessDialogStyles: {
3
- centerDialogBody: types.NestedCSSProperties;
4
- dialogFooter: types.NestedCSSProperties;
5
- };
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UnpublishProcessDialogStyles = void 0;
4
- exports.UnpublishProcessDialogStyles = {};