@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.
- package/README.md +2 -2
- package/internal-do-not-import-from-here/constants.d.ts +5 -1
- package/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +13 -4
- package/internal-do-not-import-from-here/models/Enums.js +9 -0
- package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +2 -2
- package/internal-do-not-import-from-here/models/Enums.tooling.js +7 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +14 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.d.ts +8 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.d.ts +19 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.js +2 -0
- package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/processrollup/index.js +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +4 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +10 -10
- package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -2
- package/internal-do-not-import-from-here/models/styles/index.js +0 -2
- package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +2 -1
- package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +31 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +27 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +27 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +28 -13
- package/internal-do-not-import-from-here/wctypings.d.ts +392 -90
- package/models/package.json +6 -7
- package/package.json +7 -8
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +0 -5
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +0 -4
package/models/package.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
},
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
|
-
"url": "git+https://github.com/
|
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": "
|
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/
|
24
|
+
"url": "https://github.com/omniaintranet/OmniaDocumentManagement/issues"
|
26
25
|
},
|
27
|
-
"homepage": "https://github.com/
|
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.
|
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/
|
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": "
|
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/
|
24
|
+
"url": "https://github.com/omniaintranet/OmniaDocumentManagement/issues"
|
26
25
|
},
|
27
|
-
"homepage": "https://github.com/
|
28
|
-
}
|
26
|
+
"homepage": "https://github.com/omniaintranet/OmniaDocumentManagement#readme"
|
27
|
+
}
|