@omnia/management-system 7.1.72-preview → 7.1.74-preview
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/internal-do-not-import-from-here/models/ManifestIds.d.ts +0 -1
- package/internal-do-not-import-from-here/models/ManifestIds.js +0 -1
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +2 -1
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/package.json +1 -1
@@ -123,7 +123,6 @@ export declare class OPMWebComponentManifests {
|
|
123
123
|
static get ChangeProcessTemplate(): Guid;
|
124
124
|
static get ProcessFieldValueDefinition(): Guid;
|
125
125
|
static get ProcessFieldEdit(): Guid;
|
126
|
-
static get ProcessFilterFieldEdit(): Guid;
|
127
126
|
static get ProcessFieldDisplay(): Guid;
|
128
127
|
static get ProcessPicker(): Guid;
|
129
128
|
static get ProcessPickerDialog(): Guid;
|
@@ -131,7 +131,6 @@ class OPMWebComponentManifests {
|
|
131
131
|
static get ChangeProcessTemplate() { return new fx_models_1.Guid("d87938cd-7aad-429e-9ae9-f7fe1a7554ba"); }
|
132
132
|
static get ProcessFieldValueDefinition() { return new fx_models_1.Guid("4b112115-10db-4fc9-b142-d416bf9a5a2b"); }
|
133
133
|
static get ProcessFieldEdit() { return new fx_models_1.Guid("1b9a01a1-578f-4738-88c8-429b2254a4c2"); }
|
134
|
-
static get ProcessFilterFieldEdit() { return new fx_models_1.Guid("b6df0e72-7ea7-422b-8aa5-e6560c98cb26"); }
|
135
134
|
static get ProcessFieldDisplay() { return new fx_models_1.Guid("8ce56269-a586-4d61-840b-dc00c6abc0e7"); }
|
136
135
|
static get ProcessPicker() { return new fx_models_1.Guid("008cccc5-c6f5-474a-86fa-9dfb2232fef7"); }
|
137
136
|
static get ProcessPickerDialog() { return new fx_models_1.Guid("3f6b5cf1-f619-4782-9818-25f813577f06"); }
|
package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts
CHANGED
@@ -18,7 +18,8 @@ export interface DocumentTypeItemSettings extends DocumentTypeSettings {
|
|
18
18
|
isDisableMoveDocument: boolean;
|
19
19
|
isDisableUnpublish: boolean;
|
20
20
|
trackChangesSendForComments: boolean;
|
21
|
-
|
21
|
+
enableShowChangeButtonToAuthor: boolean;
|
22
|
+
enableShowChangeButtonInRollup: boolean;
|
22
23
|
replaceTokenOnPublishing: boolean;
|
23
24
|
allowRevisions: boolean;
|
24
25
|
allowBypassApprovalForRevisions: boolean;
|
@@ -52,7 +52,8 @@ exports.DocumentTypeFactory = {
|
|
52
52
|
isDisableMoveDocument: true,
|
53
53
|
isDisableUnpublish: true,
|
54
54
|
trackChangesSendForComments: true,
|
55
|
-
|
55
|
+
enableShowChangeButtonToAuthor: true,
|
56
|
+
enableShowChangeButtonInRollup: true,
|
56
57
|
allowBypassApprovalForRevisions: false,
|
57
58
|
allowRevisions: false,
|
58
59
|
showCreateDocumentIconInRollup: false,
|
@@ -1 +1 @@
|
|
1
|
-
{"odm-copy-from-published-document-dialog":["close","existingAppendixFileNames"],"odm-create-draft-dialog":["document","isRestoring","afterDraftCreated","closeCallback"],"odm-document-add-move-dialog":["close","onSave"],"odm-document-appendix-dialog":["close","document"],"odm-document-comparison-dialog":["close","document","isDraftComparison"],"odm-document-history":["document","histories","closeCallback"],"odm-document-info":["document","propertyMetadataTabs","approvalData"],"odm-document-metadata-dialog":["tabs","document","workflowsHistory","close"],"odm-document-multi-properties-dialog":["documents","close","onSave"],"odm-signded-copy-dialog":["close","document","viewMode"],"odm-document-template-picker":["defautDocumentTemplateItem","onSelected","documentTypeId","language"],"odm-document-type-explorer-picker":["valueBind","defaultDocumentTypeIds","onValueChanged","language"],"odm-document-type-tree-picker":["valueBind","onValueChanged"],"odm-document-uploader-dialog":["close","existingAppendixFileNames"],"opm-freeform-picker":["shapeDefinition","canvasDefinition","closed","save"],"odm-location-picker":["afterSiteSelected","afterFolderSelected"],"odm-move-published-document-dialog":["close","document","refreshDocumentStatus"],"odm-new-document-dialog":["defaultDocumentTemplateItem","defaultDocumentTypeIds","close","afterDocumentCreated"],"odm-paging":["currentPager"],"odm-permission-dialog":["close"],"opm-point-picker":["valueBind","onValueChanged"],"opm-permission-dialog":["close"],"opm-process-picker":["valueBind","
|
1
|
+
{"odm-copy-from-published-document-dialog":["close","existingAppendixFileNames"],"odm-create-draft-dialog":["document","isRestoring","afterDraftCreated","closeCallback"],"odm-document-add-move-dialog":["close","onSave"],"odm-document-appendix-dialog":["close","document"],"odm-document-comparison-dialog":["close","document","isDraftComparison"],"odm-document-history":["document","histories","closeCallback"],"odm-document-info":["document","propertyMetadataTabs","approvalData"],"odm-document-metadata-dialog":["tabs","document","workflowsHistory","close"],"odm-document-multi-properties-dialog":["documents","close","onSave"],"odm-signded-copy-dialog":["close","document","viewMode"],"odm-document-template-picker":["defautDocumentTemplateItem","onSelected","documentTypeId","language"],"odm-document-type-explorer-picker":["valueBind","defaultDocumentTypeIds","onValueChanged","language"],"odm-document-type-tree-picker":["valueBind","onValueChanged"],"odm-document-uploader-dialog":["close","existingAppendixFileNames"],"opm-freeform-picker":["shapeDefinition","canvasDefinition","closed","save"],"odm-location-picker":["afterSiteSelected","afterFolderSelected"],"odm-move-published-document-dialog":["close","document","refreshDocumentStatus"],"odm-new-document-dialog":["defaultDocumentTemplateItem","defaultDocumentTypeIds","close","afterDocumentCreated"],"odm-paging":["currentPager"],"odm-permission-dialog":["close"],"opm-point-picker":["valueBind","onValueChanged"],"opm-permission-dialog":["close"],"opm-process-picker":["valueBind","onProcessAdded","validator","showCurrentProcess","showSelectedProcesses","onProcessRemoved"],"opm-process-step-picker":["rootProcessStep","onSelected","onClose","hiddenProcessStepIdsDict","disabledProcessStepIdsDict","dialogWidth","isRightDialog"],"odm-related-documents-dialog":["viewMode","publishedDocument","close"],"odm-unpublish-document-dialog":["documentTypeId","close"],"opm-unpublish-process-dialog":["process","unpublishHandler","closeCallback"],"odm-document-picker":["pickerMode","onSetCategories","preSelectedDocuments","onSelectedDocumentsChanged","validator"],"odm-document-rollup-settings-breakpoint":["breakPointId"],"odm-feedback-dialog":["close","document"],"opm-processdesigner-createlink":["onClose","onSave","linkType","isProcessStepShortcut","linkId"],"opm-processdesigner-createtask":["onClose","onSave","taskId","isProcessStepShortcut"],"opm-move-process-dialog":["process","closeCallback"],"opm-new-process-dialog":["closeCallback"],"opm-process-feedback-dialog":["opmProcessId","closeCallback"],"opm-process-history-dialog":["opmProcessId","closeCallback"],"opm-process-library-list-view":["viewSettings","SpacingSettings"],"opm-process-workflow-history-dialog":["process","closeCallback"],"opm-properties-block-settings":["settingsKey"]}
|
package/package.json
CHANGED