@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
@@ -1,11 +1,17 @@
|
|
1
1
|
import { VueComponentBaseProps } from "@omnia/fx/ux";
|
2
2
|
|
3
|
+
import wc1dabca7534314854ad189a93e1867b28 from '../../../../client/documentpicker/components/DocumentPicker';
|
4
|
+
import wc8c220ecc31714549a3a3051a7ef76d87 from '../../../../client/processdesigner/ProcessDesigner';
|
5
|
+
import wcaee8713fa0e44a53a97a9f7e9b148a84 from '../../../../client/processdesigner/navigations/navigationtree/NavigationNode';
|
6
|
+
import wcd7ea273adb4d424da25822d99a1929e0 from '../../../../client/processtooltip/ProcessTooltip';
|
3
7
|
import wcb3a24b0a5b93409b8d6ba0c6b8372f38 from '../../../../client/admin/documentmanagment/AdminJourney';
|
4
8
|
import wc19d0af12e1da48b58ed4f779a17c505e from '../../../../client/admin/processmanagement/AdminJourney';
|
9
|
+
import wc5b62e8514df54258b4db8c76961cf370 from '../../../../client/components/addfeedbackdialog/AddProcessFeedbackDialog';
|
5
10
|
import wc8dbacaea64824c6dba4feb66b69b77fd from '../../../../client/components/copyfrompublisheddocument/CopyFromPublishedDocumentDialog';
|
6
11
|
import wcf76ddbbb2ec745e482f9ff8ec87d8750 from '../../../../client/components/createdraftdocumentdialog/CreateDraftDialog';
|
7
12
|
import wc3720ece562b24f4ab779d1cc20dc2485 from '../../../../client/components/documentaddmovedialog/DocumentAddMoveDialog';
|
8
13
|
import wc5ac48a35747d4e0a85ee0de9016189ab from '../../../../client/components/documentappendixdialog/DocumentAppendixDialog';
|
14
|
+
import wc4924242e8e7e40c2a3c80df272ab2bbb from '../../../../client/components/documentcomparisondialog/DocumentComparisonDialog';
|
9
15
|
import wc63ef94f69a9c4d3f964e9210db7044e0 from '../../../../client/components/documenthistorydialog/DocumentHistoryDialog';
|
10
16
|
import wc07d708b7982041d7b7ca7f4803f0fede from '../../../../client/components/documentinfo/DocumentInfo';
|
11
17
|
import wc5e20b802424c41a5929239ce804ff31d from '../../../../client/components/documentmetadatadialog/DocumentMetaDataDialog';
|
@@ -13,31 +19,89 @@ import wc0b0aba242055440fab9bc695ea21cae5 from '../../../../client/components/do
|
|
13
19
|
import wc41925543194a437094236d3847fc01c4 from '../../../../client/components/documentsignedcopydialog/DocumentSignedCopyDialog';
|
14
20
|
import wcbe4d363efe814ae1bfab27a6274906e1 from '../../../../client/components/documenttemplatepickers/DocumentTemplatePicker';
|
15
21
|
import wce41399e1b62c4e42848dfef310cf5636 from '../../../../client/components/documentuploaderdialog/DocumentUploaderDialog';
|
22
|
+
import wc41147e12bf8e4c5f9360522343b8ef49 from '../../../../client/components/exportprocessdialog/ExportProcessDialog';
|
16
23
|
import wc544b9ae03fa7440db62bd2cbc36d6fe3 from '../../../../client/components/freeformpicker/FreeformPicker';
|
24
|
+
import wc30545bac44c44bbbacbc39140275c96c from '../../../../client/components/locationpicker/LocationPicker';
|
17
25
|
import wc7bb3613dbaac408a8adac195632a6be1 from '../../../../client/components/mediapicker/MediaPicker';
|
18
26
|
import wcde74a9b4b52c42239f43fbc8c7624aa1 from '../../../../client/components/movepublisheddocumentdialog/MovePublishedDocumentDialog';
|
27
|
+
import wce92b610ec5ac405b9d2d0a4283d716d3 from '../../../../client/components/newdocumentdialog/NewDocumentDialog';
|
19
28
|
import wc808cacbc7a7a433c9d1b22b819fd29ea from '../../../../client/components/paging/Paging';
|
20
29
|
import wc2b6a93b446194d91a58d6f06785720ac from '../../../../client/components/permissiondialog/PermissionDialog';
|
21
30
|
import wc601b298e7d644faf91fd1daac7b80267 from '../../../../client/components/pointpicker/PointPicker';
|
31
|
+
import wc5b7169cd70034cf6a86e4a7a38250ec3 from '../../../../client/components/processpermissiondialog/PermissionDialog';
|
32
|
+
import wc008cccc5c6f5474a86fa9dfb2232fef7 from '../../../../client/components/processpicker/ProcessPicker';
|
22
33
|
import wc3f6b5cf1f6194782981825f813577f06 from '../../../../client/components/processpicker/ProcessPickerDialog';
|
23
34
|
import wc6d22fe7c1f9847a194922681d09b49ac from '../../../../client/components/processpicker/ProcessPickerField';
|
35
|
+
import wc5a0c11c9969147a19f7d2aedfc8dbce7 from '../../../../client/components/processsteppicker/ProcessStepPicker';
|
36
|
+
import wc631dbeb0fc1a4ec28063ef2051456225 from '../../../../client/components/processsteppicker/NavigationNode';
|
37
|
+
import wc8baefcc1bf914dd4b1bbb277b3ffc97b from '../../../../client/components/publisheddocumentpicker/PublishedDocumentPicker';
|
38
|
+
import wc7b3fd166e35c45f4aca09bcab64971a4 from '../../../../client/components/readreceiptsignoff/ReadReceiptSignOff';
|
24
39
|
import wcf2841e5ce9274a2980bd5a6f8dd32487 from '../../../../client/components/relateddocumentsdialog/RelatedDocumentsDialog';
|
25
40
|
import wc5fced747d6d2409584b2fc4c239f2097 from '../../../../client/components/relatedprocessesdialog/RelatedProcessesDialog';
|
41
|
+
import wce5c50617fb3c418a8ef094d21940931f from '../../../../client/components/signoffrequest/ReadSignOffRequestComponent';
|
26
42
|
import wcabe886ba61034347b52638a767955748 from '../../../../client/components/unpublishdocumentdialog/UnpublishDocumentDialog';
|
43
|
+
import wc350726cfae39438fbc34ffe1a173a49a from '../../../../client/components/unpublishprocessdialog/UnpublishProcessDialog';
|
27
44
|
import wcf901d747a168498cb09e8cfb91d1d3d6 from '../../../../client/documentlibrary/components/DocumentLibrary';
|
28
45
|
import wc1ac43d52c1054f37869d0f54983875f2 from '../../../../client/documentlibrary/components/DocumentLibrarySettings';
|
29
|
-
import wcae9b0150d5124ad6983f7efa5de08c10 from '../../../../client/documentpicker/admin/
|
46
|
+
import wcae9b0150d5124ad6983f7efa5de08c10 from '../../../../client/documentpicker/admin/CategoryListingBlade';
|
30
47
|
import wc2e35ce1e09e54a3eb376ab4dc9b3aef0 from '../../../../client/documentrollup/components/DocumentRollup';
|
48
|
+
import wcab63a305aab54e6cb840f4e0fa21320e from '../../../../client/documentrollup/components/DocumentRollupSettings';
|
49
|
+
import wcd87938cd7aad429e9ae9f7fe1a7554ba from '../../../../client/processdesigner/panel_changeprocesstemplate/ChangeProcessTemplate';
|
50
|
+
import wc620a862bbc3346c0b5c82896be4d902f from '../../../../client/processdesigner/panel_changeprocesstype/ChangeProcessType';
|
51
|
+
import wcb8f104b0045843cabdc76c70ccb59443 from '../../../../client/processlibrary/components/ProcessLibrary';
|
52
|
+
import wc0eae69fb381a445a959369ad5176e1ca from '../../../../client/processlibrary/components/ProcessLibrarySettings';
|
53
|
+
import wca7b2e5eda75441caafaef32325abb91e from '../../../../client/processrenderer/global/GlobalProcessRenderer';
|
31
54
|
import wcf9f26f4b6c1c40a1b10e781f0062bfd3 from '../../../../client/processrollup/components/ProcessRollup';
|
55
|
+
import wc0aec18e041d34148b08a0c123d83b4cb from '../../../../client/processrollup/components/ProcessRollupSettings';
|
32
56
|
import wc71a8cb21423140bf8c4d67a0bf0bcce3 from '../../../../client/properties/process/ProcessDisplay';
|
33
57
|
import wc8de8829ca03e4f1394eba3521ab6330d from '../../../../client/properties/process/ProcessEditor';
|
58
|
+
import wc2368673dbd45404c9c261fa348777979 from '../../../../client/viewprocess/breadcrumbblock/BreadcrumbBlock';
|
59
|
+
import wcaf778544870c4c2e9aaaea6d87d8d257 from '../../../../client/viewprocess/breadcrumbblock/BreadcrumbBlockSettings';
|
60
|
+
import wcdbb39473aea9445da032701bda353439 from '../../../../client/viewprocess/contentblock/ContentBlock';
|
61
|
+
import wcba9c1472bcf749258cc8900993b43caa from '../../../../client/viewprocess/contentblock/ContentBlockSettings';
|
62
|
+
import wc1bbb910b55f94fca8df3378dc247421a from '../../../../client/viewprocess/documentsblock/DocumentsBlock';
|
63
|
+
import wc440bce2f7c07431b8e0d344e166f26d2 from '../../../../client/viewprocess/documentsblock/DocumentsBlockSettings';
|
64
|
+
import wc7f8445de84994e4e80d68e3c852af367 from '../../../../client/viewprocess/drawingblock/DrawingBlock';
|
65
|
+
import wcc1dacea110f74543b01bcb85525ef3a2 from '../../../../client/viewprocess/drawingblock/DrawingBlockSettings';
|
66
|
+
import wcec58c9088b0547d99fa3111a530685a2 from '../../../../client/viewprocess/drawingblock/ProcessDrawing';
|
67
|
+
import wc7227e80561f84ffc9ed9657a4ce21bb1 from '../../../../client/viewprocess/linksblock/LinksBlock';
|
68
|
+
import wc8f058d051a9b4ea1a6cc87fae540bd91 from '../../../../client/viewprocess/linksblock/LinksBlockSettings';
|
69
|
+
import wc16967380dc554464b96ee9a7e7665b51 from '../../../../client/viewprocess/pagesblock/PagesBlock';
|
70
|
+
import wc68fc73e15cdc4e3db40dda20cd86a1a6 from '../../../../client/viewprocess/pagesblock/PagesBlockSettings';
|
71
|
+
import wc284968f1a1d740949e7175bd71421360 from '../../../../client/viewprocess/processcontext/ProcessContextBlock';
|
72
|
+
import wc78923ecf2edc4ff4a4f67346ffda6369 from '../../../../client/viewprocess/processcontext/ProcessContextBlockSettings';
|
73
|
+
import wcffba4410d4e84346b47b6de18b289d75 from '../../../../client/viewprocess/processlayoutblock/ProcessLayoutBlock';
|
74
|
+
import wc70666d36a94149a2a462bb9bdf1d24f6 from '../../../../client/viewprocess/processlayoutblock/ProcessLayoutBlockSettings';
|
75
|
+
import wc82677598496e48aa99ae96b23aa6f4a9 from '../../../../client/viewprocess/processnavigation/ProcessNavigationBlock';
|
76
|
+
import wc321378ba2fc3449bb32195368b987590 from '../../../../client/viewprocess/processnavigation/ProcessNavigationBlockSettings';
|
77
|
+
import wc022aae1a05474f469fc7bbed3c86fa14 from '../../../../client/viewprocess/processstepstatuses/ProcessStepStatusBlock';
|
78
|
+
import wc6fbb96f340e745eeb99e68533a993bd4 from '../../../../client/viewprocess/propertiesblock/PropertiesBlock';
|
79
|
+
import wcbdab3f12f9b84891847fa7a84ff8e27e from '../../../../client/viewprocess/propertiesblock/PropertiesBlockSettings';
|
80
|
+
import wc47614ddeea2747e18cb529971d4f7516 from '../../../../client/viewprocess/tasksblock/TasksBlock';
|
81
|
+
import wc3c40a1a14ee946ef85cf93aa11a3771a from '../../../../client/viewprocess/tasksblock/TasksBlockSettings';
|
82
|
+
import wc28eb7986b16f4f81a8844b9a1c443707 from '../../../../client/viewprocess/tasksblock/providers/microsoftplanner/Renderer';
|
83
|
+
import wc3d5e86a28f75492885a08a7d1e7414b4 from '../../../../client/viewprocess/titleblock/TitleBlock';
|
84
|
+
import wc87c0e63814184388acff91747fb81f00 from '../../../../client/viewprocess/titleblock/TitleBlockSettings';
|
34
85
|
import wc6ee6ce37e3714b9094e6395b0db7bbe4 from '../../../../client/admin/processmanagement/queryableproperties/QueryablePropertiesJourney';
|
35
86
|
import wc00ef32061ba04247b3c47a5fdc0af28c from '../../../../client/components/documenttypepickers/explorer_single/DocumentTypeExplorerPicker';
|
36
87
|
import wcd91bfa89b7a64e659d692644b47de4c9 from '../../../../client/components/documenttypepickers/tree_multiple/DocumentTypeTreePicker';
|
88
|
+
import wc8ce56269a5864d61840bdc00c6abc0e7 from '../../../../client/enterpriseproperties/display/processfield/ProcessFieldDisplay';
|
89
|
+
import wc1b9a01a1578f473888c8429b2254a4c2 from '../../../../client/enterpriseproperties/edit/processfield/ProcessFieldEdit';
|
90
|
+
import wc4b11211510db4fc9b142d416bf9a5a2b from '../../../../client/enterpriseproperties/valuedefinition/processfield/ProcessFieldValueDefinition';
|
37
91
|
import wc15d9975816ca4c56b19d44c02a7f0864 from './ux/filterengine/components/renderer/process/ProcessPropertyRenderer';
|
38
92
|
import wc124917e0957e49efa535efa10f9f9052 from './ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer';
|
39
93
|
import wc7b831a74f787414ea18b532274a2df5c from './ux/filterengine/components/settings/process/ProcessPropertySettings';
|
40
94
|
import wcdfa488b4060c4bc8b53e7fc28cc58389 from './ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput';
|
95
|
+
import wcf9781b8a07914c8e8e5ae527b0a70ec5 from '../../../../client/processdesigner/processstepcomponents/links/CreateLinkPanel';
|
96
|
+
import wc55f7b90873e14e0c8c8fcaae6f58b34f from '../../../../client/processdesigner/processstepcomponents/processdrawing/DrawingCanvasSettings';
|
97
|
+
import wc292697b21b4b472dbf18460212cd7ea8 from '../../../../client/processdesigner/processstepcomponents/tasks/CreateTask';
|
98
|
+
import wc3ac979b1e87246439eb11dd18ce67b0c from '../../../../client/processlibrary/components/createdraftprocessdialog/CreateDraftProcessDialog';
|
99
|
+
import wcbcd5ab8270c9486b9dd981daead4fc96 from '../../../../client/processlibrary/components/moveprocessdialog/MoveProcessDialog';
|
100
|
+
import wcb466768fc8b74bfdab564b16ca9b9fcd from '../../../../client/processlibrary/components/newprocessdialog/NewProcessDialog';
|
101
|
+
import wc6f8ded014c6546a0bd9bca3275ffde3a from '../../../../client/processlibrary/components/processfeedbackdialog/ProcessFeedbackDialog';
|
102
|
+
import wceda1224ed1414937bd05c67318598c37 from '../../../../client/processlibrary/components/processhistorydialog/ProcessHistoryDialog';
|
103
|
+
import wcb507c023ddd440e2bffc2ed4c80c9557 from '../../../../client/processlibrary/components/views/ListView';
|
104
|
+
import wcfd88af01203440958931e6843be6fe21 from '../../../../client/processlibrary/components/workflowhistorydialog/ProcessWorkflowHistoryDialog';
|
41
105
|
import wc6a2aa9d349fb4a6d935b327592c58721 from '../../../../client/admin/documentmanagment/draftablesecret/blades/DraftableAccount';
|
42
106
|
import wc796edfa59aa745df826c65ab43ad7ab3 from '../../../../client/admin/documentmanagment/settings/documentbulkupdate/BulkUpdateJourney';
|
43
107
|
import wc6b3bf46620bc4e8e91a02b2534085869 from '../../../../client/admin/documentmanagment/settings/documentstatistics/DocumentStatisticsJourney';
|
@@ -63,8 +127,31 @@ import wc2b4e7052db9e41e3b84bcfa6357aa0ce from '../../../../client/components/do
|
|
63
127
|
import wcd20c8d0bf9114f4585dcd72eefea23dd from '../../../../client/components/documentmetadatadialog/tabs/receiptstatus/DocumentReceiptStatusTab';
|
64
128
|
import wc05e850cde8cf45efb336e32505bd847f from '../../../../client/components/documentmetadatadialog/tabs/workflow/DocumentMetaDataDialogWorkflowTab';
|
65
129
|
import wca7a02fa05a5a428faca78ea4f4ddc248 from '../../../../client/documentlibrary/components/views/List/ListView';
|
130
|
+
import wca877cdb27abf4dcdad0366190a1971a7 from '../../../../client/documentrollup/components/views/Card/CardSettings';
|
131
|
+
import wcf23b5959782e4a0b985071c66849cc9a from '../../../../client/documentrollup/components/views/Card/CardView';
|
132
|
+
import wc33ed5554c141462699a3c6d963fda907 from '../../../../client/documentrollup/components/views/CardGroupBySite/CardGroupBySiteSettings';
|
133
|
+
import wc9c05040328ce4f2bb7b141766c6b8f62 from '../../../../client/documentrollup/components/views/CardGroupBySite/CardGroupBySiteView';
|
134
|
+
import wc238482cfafda419893a9d95278bbcdd3 from '../../../../client/documentrollup/components/views/List/ListSettings';
|
135
|
+
import wcf156d2ce654b47f489539e574e2bae8e from '../../../../client/documentrollup/components/views/List/ListView';
|
136
|
+
import wce614119163af4967a34964d6129d4c8a from '../../../../client/documentrollup/components/views/SharePointCard/SharePointCardSettings';
|
137
|
+
import wc19fe5427d09642d6b84320acf52d1d7a from '../../../../client/documentrollup/components/views/SharePointCard/SharePointCardView';
|
138
|
+
import wc727d945c5bb942bcae803f3f9d9251a4 from '../../../../client/processdesigner/processstepcomponents/processdrawing/addshape/AddShapePanel';
|
139
|
+
import wc686ddca5863443fbbd099f00fae47a39 from '../../../../client/processdesigner/processstepcomponents/processdrawing/shapesettings/ShapeSettingsPanel';
|
140
|
+
import wc71c6682746b04fc1b30f593b7c88f7e3 from '../../../../client/processlibrary/components/views/drafts/DraftsActionButtons';
|
141
|
+
import wc1682ae90f19f4440adc0134746eee6c1 from '../../../../client/processlibrary/components/views/drafts/DraftsMenuActions';
|
142
|
+
import wccde5a81e7ca74a309d2d9084499ec68e from '../../../../client/processlibrary/components/views/drafts/DraftsProcessingStatus';
|
143
|
+
import wc54023b5d2ce54e6889cfdefc4ff6a327 from '../../../../client/processlibrary/components/views/published/PublishedMenuActions';
|
144
|
+
import wcbdfb6a67ca86481ca7a0a3caaf9f685e from '../../../../client/processlibrary/components/views/published/PublishedProcessingStatus';
|
145
|
+
import wc6fa9347775b34dd0a62662a484905ecd from '../../../../client/processrollup/components/views/List/ListView';
|
146
|
+
import wcd5ea454bd65b45c39c779e01f684c1e2 from '../../../../client/processrollup/components/views/List/ListSettings';
|
66
147
|
import wc70a8623725d147d7a1b56d2ceba8f64c from '../../../../client/documentlibrary/components/views/List/DocumentLibraryCommandBar/DocumentLibraryCommandBar';
|
67
148
|
import wc1c5e8399c37346249e40ab131d9b7a20 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsJourney';
|
149
|
+
import wcf6dc63d29b314161a47a186569aa47da from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsBlades/GeneralBlade';
|
150
|
+
import wcc85d056809cb454b801e25efc7fb70e1 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsBlades/ArchiveBlade';
|
151
|
+
import wca8a51ca326f440c4936c8fd523d1abc5 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsBlades/PublishingBlade';
|
152
|
+
import wc9b2cb9196e7b4e1c9b634a2a9138dfb0 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsBlades/RetentionBlade';
|
153
|
+
import wce80234b86b0c46e6a02081337b1cb989 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsBlades/ReviewBlade';
|
154
|
+
import wc174f744028f44011ac3de53bc5337cd0 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/blades/PropertySetSettingsBlade';
|
68
155
|
//{{importWC}}
|
69
156
|
|
70
157
|
type ExtractJsxProps<T> = {
|
@@ -88,6 +175,181 @@ declare global {
|
|
88
175
|
declare global {
|
89
176
|
|
90
177
|
let oms: {
|
178
|
+
"document": {
|
179
|
+
"picker": typeof wc1dabca7534314854ad189a93e1867b28 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1dabca7534314854ad189a93e1867b28,
|
180
|
+
"add": {
|
181
|
+
"move": {
|
182
|
+
"dialog": typeof wc3720ece562b24f4ab779d1cc20dc2485 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3720ece562b24f4ab779d1cc20dc2485
|
183
|
+
}
|
184
|
+
},
|
185
|
+
"appendix": {
|
186
|
+
"dialog": typeof wc5ac48a35747d4e0a85ee0de9016189ab extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5ac48a35747d4e0a85ee0de9016189ab
|
187
|
+
},
|
188
|
+
"comparison": {
|
189
|
+
"dialog": typeof wc4924242e8e7e40c2a3c80df272ab2bbb extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4924242e8e7e40c2a3c80df272ab2bbb
|
190
|
+
},
|
191
|
+
"history": typeof wc63ef94f69a9c4d3f964e9210db7044e0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc63ef94f69a9c4d3f964e9210db7044e0,
|
192
|
+
"info": typeof wc07d708b7982041d7b7ca7f4803f0fede extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc07d708b7982041d7b7ca7f4803f0fede,
|
193
|
+
"metadata": {
|
194
|
+
"dialog": (typeof wc5e20b802424c41a5929239ce804ff31d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5e20b802424c41a5929239ce804ff31d ) & {
|
195
|
+
"feedback": {
|
196
|
+
"tab": typeof wcb104210fc5c0479ca9f8bfbf7e4e7360 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb104210fc5c0479ca9f8bfbf7e4e7360
|
197
|
+
},
|
198
|
+
"properties": {
|
199
|
+
"tab": typeof wcd0c17d7aad754bbbb334deb91d19818f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd0c17d7aad754bbbb334deb91d19818f
|
200
|
+
}
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"multi": {
|
204
|
+
"properties": {
|
205
|
+
"dialog": typeof wc0b0aba242055440fab9bc695ea21cae5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0b0aba242055440fab9bc695ea21cae5
|
206
|
+
}
|
207
|
+
},
|
208
|
+
"template": {
|
209
|
+
"picker": typeof wcbe4d363efe814ae1bfab27a6274906e1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbe4d363efe814ae1bfab27a6274906e1
|
210
|
+
},
|
211
|
+
"uploader": {
|
212
|
+
"dialog": typeof wce41399e1b62c4e42848dfef310cf5636 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce41399e1b62c4e42848dfef310cf5636
|
213
|
+
},
|
214
|
+
"rollup": (typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0 ) & {
|
215
|
+
"settings": typeof wcab63a305aab54e6cb840f4e0fa21320e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcab63a305aab54e6cb840f4e0fa21320e
|
216
|
+
},
|
217
|
+
"type": {
|
218
|
+
"explorer": {
|
219
|
+
"picker": typeof wc00ef32061ba04247b3c47a5fdc0af28c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc00ef32061ba04247b3c47a5fdc0af28c
|
220
|
+
},
|
221
|
+
"tree": {
|
222
|
+
"picker": typeof wcd91bfa89b7a64e659d692644b47de4c9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd91bfa89b7a64e659d692644b47de4c9
|
223
|
+
}
|
224
|
+
}
|
225
|
+
},
|
226
|
+
"opm": {
|
227
|
+
"processdesigner": typeof wc8c220ecc31714549a3a3051a7ef76d87 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8c220ecc31714549a3a3051a7ef76d87,
|
228
|
+
"admin": {
|
229
|
+
"journey": typeof wc19d0af12e1da48b58ed4f779a17c505e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc19d0af12e1da48b58ed4f779a17c505e,
|
230
|
+
"queryproperties": {
|
231
|
+
"journey": typeof wc6ee6ce37e3714b9094e6395b0db7bbe4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6ee6ce37e3714b9094e6395b0db7bbe4
|
232
|
+
},
|
233
|
+
"settings": {
|
234
|
+
"process": {
|
235
|
+
"template": {
|
236
|
+
"layouts": {
|
237
|
+
"journey": typeof wcde4542d3fc2845deb364456ab9bfbeec extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcde4542d3fc2845deb364456ab9bfbeec
|
238
|
+
}
|
239
|
+
},
|
240
|
+
"types": {
|
241
|
+
"journey": typeof wc8109e5e633b6441b961a61381ab729cf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8109e5e633b6441b961a61381ab729cf
|
242
|
+
}
|
243
|
+
}
|
244
|
+
}
|
245
|
+
},
|
246
|
+
"process": {
|
247
|
+
"changeprocesstype": typeof wc620a862bbc3346c0b5c82896be4d902f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc620a862bbc3346c0b5c82896be4d902f,
|
248
|
+
"filterengine": {
|
249
|
+
"renderer": typeof wc15d9975816ca4c56b19d44c02a7f0864 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc15d9975816ca4c56b19d44c02a7f0864,
|
250
|
+
"propertysettings": typeof wc7b831a74f787414ea18b532274a2df5c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7b831a74f787414ea18b532274a2df5c,
|
251
|
+
"defaultvalue": {
|
252
|
+
"input": typeof wcdfa488b4060c4bc8b53e7fc28cc58389 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdfa488b4060c4bc8b53e7fc28cc58389
|
253
|
+
}
|
254
|
+
}
|
255
|
+
},
|
256
|
+
"global": {
|
257
|
+
"process": {
|
258
|
+
"renderer": typeof wca7b2e5eda75441caafaef32325abb91e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca7b2e5eda75441caafaef32325abb91e
|
259
|
+
}
|
260
|
+
},
|
261
|
+
"drawing": {
|
262
|
+
"block": (typeof wc7f8445de84994e4e80d68e3c852af367 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7f8445de84994e4e80d68e3c852af367 ) & {
|
263
|
+
"settings": typeof wcc1dacea110f74543b01bcb85525ef3a2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc1dacea110f74543b01bcb85525ef3a2
|
264
|
+
}
|
265
|
+
},
|
266
|
+
"processnavigation": {
|
267
|
+
"block": (typeof wc82677598496e48aa99ae96b23aa6f4a9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc82677598496e48aa99ae96b23aa6f4a9 ) & {
|
268
|
+
"settings": typeof wc321378ba2fc3449bb32195368b987590 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc321378ba2fc3449bb32195368b987590
|
269
|
+
}
|
270
|
+
},
|
271
|
+
"tasks": {
|
272
|
+
"planner": {
|
273
|
+
"renderer": typeof wc28eb7986b16f4f81a8844b9a1c443707 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc28eb7986b16f4f81a8844b9a1c443707
|
274
|
+
}
|
275
|
+
},
|
276
|
+
"filterengine": {
|
277
|
+
"selectionsarea": {
|
278
|
+
"processproperty": typeof wc124917e0957e49efa535efa10f9f9052 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc124917e0957e49efa535efa10f9f9052
|
279
|
+
}
|
280
|
+
}
|
281
|
+
},
|
282
|
+
"process": {
|
283
|
+
"designer": {
|
284
|
+
"navigation": {
|
285
|
+
"node": typeof wcaee8713fa0e44a53a97a9f7e9b148a84 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaee8713fa0e44a53a97a9f7e9b148a84
|
286
|
+
},
|
287
|
+
"createlink": typeof wcf9781b8a07914c8e8e5ae527b0a70ec5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf9781b8a07914c8e8e5ae527b0a70ec5,
|
288
|
+
"createtask": typeof wc292697b21b4b472dbf18460212cd7ea8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc292697b21b4b472dbf18460212cd7ea8
|
289
|
+
},
|
290
|
+
"tooltip": typeof wcd7ea273adb4d424da25822d99a1929e0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd7ea273adb4d424da25822d99a1929e0,
|
291
|
+
"permission": {
|
292
|
+
"dialog": typeof wc5b7169cd70034cf6a86e4a7a38250ec3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5b7169cd70034cf6a86e4a7a38250ec3
|
293
|
+
},
|
294
|
+
"picker": (typeof wc008cccc5c6f5474a86fa9dfb2232fef7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc008cccc5c6f5474a86fa9dfb2232fef7 ) & {
|
295
|
+
"dialog": typeof wc3f6b5cf1f6194782981825f813577f06 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3f6b5cf1f6194782981825f813577f06,
|
296
|
+
"field": typeof wc6d22fe7c1f9847a194922681d09b49ac extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6d22fe7c1f9847a194922681d09b49ac
|
297
|
+
},
|
298
|
+
"step": {
|
299
|
+
"picker": typeof wc5a0c11c9969147a19f7d2aedfc8dbce7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5a0c11c9969147a19f7d2aedfc8dbce7,
|
300
|
+
"navigation": {
|
301
|
+
"node": typeof wc631dbeb0fc1a4ec28063ef2051456225 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc631dbeb0fc1a4ec28063ef2051456225
|
302
|
+
},
|
303
|
+
"status": {
|
304
|
+
"block": typeof wc022aae1a05474f469fc7bbed3c86fa14 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc022aae1a05474f469fc7bbed3c86fa14
|
305
|
+
}
|
306
|
+
},
|
307
|
+
"changeprocesstemplate": typeof wcd87938cd7aad429e9ae9f7fe1a7554ba extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd87938cd7aad429e9ae9f7fe1a7554ba,
|
308
|
+
"library": (typeof wcb8f104b0045843cabdc76c70ccb59443 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb8f104b0045843cabdc76c70ccb59443 ) & {
|
309
|
+
"settings": typeof wc0eae69fb381a445a959369ad5176e1ca extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0eae69fb381a445a959369ad5176e1ca,
|
310
|
+
"list": {
|
311
|
+
"view": typeof wcb507c023ddd440e2bffc2ed4c80c9557 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb507c023ddd440e2bffc2ed4c80c9557
|
312
|
+
},
|
313
|
+
"drafts": {
|
314
|
+
"buttons": typeof wc71c6682746b04fc1b30f593b7c88f7e3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc71c6682746b04fc1b30f593b7c88f7e3,
|
315
|
+
"menu": typeof wc1682ae90f19f4440adc0134746eee6c1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1682ae90f19f4440adc0134746eee6c1,
|
316
|
+
"processingstatus": typeof wccde5a81e7ca74a309d2d9084499ec68e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wccde5a81e7ca74a309d2d9084499ec68e
|
317
|
+
},
|
318
|
+
"published": {
|
319
|
+
"menu": typeof wc54023b5d2ce54e6889cfdefc4ff6a327 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc54023b5d2ce54e6889cfdefc4ff6a327,
|
320
|
+
"processingstatus": typeof wcbdfb6a67ca86481ca7a0a3caaf9f685e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbdfb6a67ca86481ca7a0a3caaf9f685e
|
321
|
+
}
|
322
|
+
},
|
323
|
+
"rollup": (typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3 ) & {
|
324
|
+
"settings": typeof wc0aec18e041d34148b08a0c123d83b4cb extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0aec18e041d34148b08a0c123d83b4cb,
|
325
|
+
"list": {
|
326
|
+
"view": typeof wc6fa9347775b34dd0a62662a484905ecd extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6fa9347775b34dd0a62662a484905ecd,
|
327
|
+
"settings": typeof wcd5ea454bd65b45c39c779e01f684c1e2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd5ea454bd65b45c39c779e01f684c1e2
|
328
|
+
}
|
329
|
+
},
|
330
|
+
"drawing": typeof wcec58c9088b0547d99fa3111a530685a2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcec58c9088b0547d99fa3111a530685a2,
|
331
|
+
"context": {
|
332
|
+
"block": (typeof wc284968f1a1d740949e7175bd71421360 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc284968f1a1d740949e7175bd71421360 ) & {
|
333
|
+
"settings": typeof wc78923ecf2edc4ff4a4f67346ffda6369 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc78923ecf2edc4ff4a4f67346ffda6369
|
334
|
+
}
|
335
|
+
},
|
336
|
+
"layout": {
|
337
|
+
"block": (typeof wcffba4410d4e84346b47b6de18b289d75 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcffba4410d4e84346b47b6de18b289d75 ) & {
|
338
|
+
"settings": typeof wc70666d36a94149a2a462bb9bdf1d24f6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc70666d36a94149a2a462bb9bdf1d24f6
|
339
|
+
}
|
340
|
+
},
|
341
|
+
"feedback": {
|
342
|
+
"dialog": typeof wc6f8ded014c6546a0bd9bca3275ffde3a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6f8ded014c6546a0bd9bca3275ffde3a
|
343
|
+
},
|
344
|
+
"history": {
|
345
|
+
"dialog": typeof wceda1224ed1414937bd05c67318598c37 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wceda1224ed1414937bd05c67318598c37
|
346
|
+
},
|
347
|
+
"workflow": {
|
348
|
+
"history": {
|
349
|
+
"dialog": typeof wcfd88af01203440958931e6843be6fe21 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfd88af01203440958931e6843be6fe21
|
350
|
+
}
|
351
|
+
}
|
352
|
+
},
|
91
353
|
"odm": {
|
92
354
|
"admin": {
|
93
355
|
"journey": typeof wcb3a24b0a5b93409b8d6ba0c6b8372f38 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb3a24b0a5b93409b8d6ba0c6b8372f38,
|
@@ -112,7 +374,13 @@ declare global {
|
|
112
374
|
"globalsettings": typeof wca6040f29c4f14b92a5813732a1d4ea03 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca6040f29c4f14b92a5813732a1d4ea03,
|
113
375
|
"documenttype": {
|
114
376
|
"itemsettings": {
|
115
|
-
"journey": typeof wc1c5e8399c37346249e40ab131d9b7a20 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1c5e8399c37346249e40ab131d9b7a20
|
377
|
+
"journey": typeof wc1c5e8399c37346249e40ab131d9b7a20 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1c5e8399c37346249e40ab131d9b7a20,
|
378
|
+
"generalblade": typeof wcf6dc63d29b314161a47a186569aa47da extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf6dc63d29b314161a47a186569aa47da,
|
379
|
+
"archiveblade": typeof wcc85d056809cb454b801e25efc7fb70e1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc85d056809cb454b801e25efc7fb70e1,
|
380
|
+
"publishingblade": typeof wca8a51ca326f440c4936c8fd523d1abc5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca8a51ca326f440c4936c8fd523d1abc5,
|
381
|
+
"retentionblade": typeof wc9b2cb9196e7b4e1c9b634a2a9138dfb0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9b2cb9196e7b4e1c9b634a2a9138dfb0,
|
382
|
+
"reviewblade": typeof wce80234b86b0c46e6a02081337b1cb989 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce80234b86b0c46e6a02081337b1cb989,
|
383
|
+
"propertysetsettingsblade": typeof wc174f744028f44011ac3de53bc5337cd0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc174f744028f44011ac3de53bc5337cd0
|
116
384
|
}
|
117
385
|
}
|
118
386
|
},
|
@@ -120,16 +388,13 @@ declare global {
|
|
120
388
|
"journey": typeof wc6b3bf46620bc4e8e91a02b2534085869 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6b3bf46620bc4e8e91a02b2534085869
|
121
389
|
}
|
122
390
|
},
|
123
|
-
"paging": typeof wc808cacbc7a7a433c9d1b22b819fd29ea extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc808cacbc7a7a433c9d1b22b819fd29ea,
|
124
391
|
"document": {
|
125
|
-
"library": {
|
392
|
+
"library": (typeof wcf901d747a168498cb09e8cfb91d1d3d6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf901d747a168498cb09e8cfb91d1d3d6 ) & {
|
126
393
|
"settings": typeof wc1ac43d52c1054f37869d0f54983875f2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1ac43d52c1054f37869d0f54983875f2,
|
127
394
|
"list": {
|
128
395
|
"view": typeof wca7a02fa05a5a428faca78ea4f4ddc248 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca7a02fa05a5a428faca78ea4f4ddc248
|
129
396
|
}
|
130
397
|
},
|
131
|
-
"library$": typeof wcf901d747a168498cb09e8cfb91d1d3d6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf901d747a168498cb09e8cfb91d1d3d6,
|
132
|
-
"rollup": typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0,
|
133
398
|
"metadata": {
|
134
399
|
"dialog": {
|
135
400
|
"published": {
|
@@ -146,49 +411,30 @@ declare global {
|
|
146
411
|
"tab": typeof wc05e850cde8cf45efb336e32505bd847f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc05e850cde8cf45efb336e32505bd847f
|
147
412
|
}
|
148
413
|
}
|
149
|
-
}
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
414
|
+
},
|
415
|
+
"rollup": {
|
416
|
+
"card": {
|
417
|
+
"settings": typeof wca877cdb27abf4dcdad0366190a1971a7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca877cdb27abf4dcdad0366190a1971a7,
|
418
|
+
"view": typeof wcf23b5959782e4a0b985071c66849cc9a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf23b5959782e4a0b985071c66849cc9a
|
419
|
+
},
|
420
|
+
"cardgroupbysite": {
|
421
|
+
"settings": typeof wc33ed5554c141462699a3c6d963fda907 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc33ed5554c141462699a3c6d963fda907,
|
422
|
+
"view": typeof wc9c05040328ce4f2bb7b141766c6b8f62 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9c05040328ce4f2bb7b141766c6b8f62
|
423
|
+
},
|
424
|
+
"list": {
|
425
|
+
"settings": typeof wc238482cfafda419893a9d95278bbcdd3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc238482cfafda419893a9d95278bbcdd3,
|
426
|
+
"view": typeof wcf156d2ce654b47f489539e574e2bae8e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf156d2ce654b47f489539e574e2bae8e
|
427
|
+
},
|
428
|
+
"sharepointcard": {
|
429
|
+
"settings": typeof wce614119163af4967a34964d6129d4c8a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce614119163af4967a34964d6129d4c8a,
|
430
|
+
"view": typeof wc19fe5427d09642d6b84320acf52d1d7a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc19fe5427d09642d6b84320acf52d1d7a
|
155
431
|
}
|
156
432
|
}
|
157
433
|
}
|
158
434
|
},
|
159
|
-
"
|
160
|
-
"admin": {
|
161
|
-
"journey": typeof wc19d0af12e1da48b58ed4f779a17c505e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc19d0af12e1da48b58ed4f779a17c505e,
|
162
|
-
"queryproperties": {
|
163
|
-
"journey": typeof wc6ee6ce37e3714b9094e6395b0db7bbe4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6ee6ce37e3714b9094e6395b0db7bbe4
|
164
|
-
},
|
165
|
-
"settings": {
|
166
|
-
"process": {
|
167
|
-
"template": {
|
168
|
-
"layouts": {
|
169
|
-
"journey": typeof wcde4542d3fc2845deb364456ab9bfbeec extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcde4542d3fc2845deb364456ab9bfbeec
|
170
|
-
}
|
171
|
-
},
|
172
|
-
"types": {
|
173
|
-
"journey": typeof wc8109e5e633b6441b961a61381ab729cf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8109e5e633b6441b961a61381ab729cf
|
174
|
-
}
|
175
|
-
}
|
176
|
-
}
|
177
|
-
},
|
435
|
+
"add": {
|
178
436
|
"process": {
|
179
|
-
"
|
180
|
-
"filterengine": {
|
181
|
-
"renderer": typeof wc15d9975816ca4c56b19d44c02a7f0864 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc15d9975816ca4c56b19d44c02a7f0864,
|
182
|
-
"propertysettings": typeof wc7b831a74f787414ea18b532274a2df5c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7b831a74f787414ea18b532274a2df5c,
|
183
|
-
"defaultvalue": {
|
184
|
-
"input": typeof wcdfa488b4060c4bc8b53e7fc28cc58389 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdfa488b4060c4bc8b53e7fc28cc58389
|
185
|
-
}
|
186
|
-
}
|
187
|
-
},
|
188
|
-
"filterengine": {
|
189
|
-
"selectionsarea": {
|
190
|
-
"processproperty": typeof wc124917e0957e49efa535efa10f9f9052 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc124917e0957e49efa535efa10f9f9052
|
191
|
-
}
|
437
|
+
"feedback": typeof wc5b62e8514df54258b4db8c76961cf370 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5b62e8514df54258b4db8c76961cf370
|
192
438
|
}
|
193
439
|
},
|
194
440
|
"copy": {
|
@@ -202,48 +448,9 @@ declare global {
|
|
202
448
|
},
|
203
449
|
"create": {
|
204
450
|
"draft": {
|
205
|
-
"dialog": typeof wcf76ddbbb2ec745e482f9ff8ec87d8750 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf76ddbbb2ec745e482f9ff8ec87d8750
|
206
|
-
|
207
|
-
|
208
|
-
"document": {
|
209
|
-
"add": {
|
210
|
-
"move": {
|
211
|
-
"dialog": typeof wc3720ece562b24f4ab779d1cc20dc2485 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3720ece562b24f4ab779d1cc20dc2485
|
212
|
-
}
|
213
|
-
},
|
214
|
-
"appendix": {
|
215
|
-
"dialog": typeof wc5ac48a35747d4e0a85ee0de9016189ab extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5ac48a35747d4e0a85ee0de9016189ab
|
216
|
-
},
|
217
|
-
"history": typeof wc63ef94f69a9c4d3f964e9210db7044e0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc63ef94f69a9c4d3f964e9210db7044e0,
|
218
|
-
"info": typeof wc07d708b7982041d7b7ca7f4803f0fede extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc07d708b7982041d7b7ca7f4803f0fede,
|
219
|
-
"metadata": {
|
220
|
-
"dialog": {
|
221
|
-
"feedback": {
|
222
|
-
"tab": typeof wcb104210fc5c0479ca9f8bfbf7e4e7360 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb104210fc5c0479ca9f8bfbf7e4e7360
|
223
|
-
},
|
224
|
-
"properties": {
|
225
|
-
"tab": typeof wcd0c17d7aad754bbbb334deb91d19818f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd0c17d7aad754bbbb334deb91d19818f
|
226
|
-
}
|
227
|
-
},
|
228
|
-
"dialog$": typeof wc5e20b802424c41a5929239ce804ff31d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5e20b802424c41a5929239ce804ff31d
|
229
|
-
},
|
230
|
-
"multi": {
|
231
|
-
"properties": {
|
232
|
-
"dialog": typeof wc0b0aba242055440fab9bc695ea21cae5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0b0aba242055440fab9bc695ea21cae5
|
233
|
-
}
|
234
|
-
},
|
235
|
-
"template": {
|
236
|
-
"picker": typeof wcbe4d363efe814ae1bfab27a6274906e1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbe4d363efe814ae1bfab27a6274906e1
|
237
|
-
},
|
238
|
-
"uploader": {
|
239
|
-
"dialog": typeof wce41399e1b62c4e42848dfef310cf5636 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce41399e1b62c4e42848dfef310cf5636
|
240
|
-
},
|
241
|
-
"type": {
|
242
|
-
"explorer": {
|
243
|
-
"picker": typeof wc00ef32061ba04247b3c47a5fdc0af28c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc00ef32061ba04247b3c47a5fdc0af28c
|
244
|
-
},
|
245
|
-
"tree": {
|
246
|
-
"picker": typeof wcd91bfa89b7a64e659d692644b47de4c9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd91bfa89b7a64e659d692644b47de4c9
|
451
|
+
"dialog": typeof wcf76ddbbb2ec745e482f9ff8ec87d8750 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf76ddbbb2ec745e482f9ff8ec87d8750,
|
452
|
+
"process": {
|
453
|
+
"dialog": typeof wc3ac979b1e87246439eb11dd18ce67b0c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3ac979b1e87246439eb11dd18ce67b0c
|
247
454
|
}
|
248
455
|
}
|
249
456
|
},
|
@@ -252,9 +459,15 @@ declare global {
|
|
252
459
|
"dialog": typeof wc41925543194a437094236d3847fc01c4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc41925543194a437094236d3847fc01c4
|
253
460
|
}
|
254
461
|
},
|
462
|
+
"export": {
|
463
|
+
"process": typeof wc41147e12bf8e4c5f9360522343b8ef49 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc41147e12bf8e4c5f9360522343b8ef49
|
464
|
+
},
|
255
465
|
"freeform": {
|
256
466
|
"picker": typeof wc544b9ae03fa7440db62bd2cbc36d6fe3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc544b9ae03fa7440db62bd2cbc36d6fe3
|
257
467
|
},
|
468
|
+
"location": {
|
469
|
+
"picker": typeof wc30545bac44c44bbbacbc39140275c96c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc30545bac44c44bbbacbc39140275c96c
|
470
|
+
},
|
258
471
|
"media": {
|
259
472
|
"picker": typeof wc7bb3613dbaac408a8adac195632a6be1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7bb3613dbaac408a8adac195632a6be1
|
260
473
|
},
|
@@ -263,18 +476,39 @@ declare global {
|
|
263
476
|
"document": {
|
264
477
|
"dialog": typeof wcde74a9b4b52c42239f43fbc8c7624aa1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcde74a9b4b52c42239f43fbc8c7624aa1
|
265
478
|
}
|
479
|
+
},
|
480
|
+
"process": {
|
481
|
+
"dialog": typeof wcbcd5ab8270c9486b9dd981daead4fc96 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbcd5ab8270c9486b9dd981daead4fc96
|
482
|
+
}
|
483
|
+
},
|
484
|
+
"new": {
|
485
|
+
"document": {
|
486
|
+
"dialog": typeof wce92b610ec5ac405b9d2d0a4283d716d3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce92b610ec5ac405b9d2d0a4283d716d3
|
487
|
+
},
|
488
|
+
"process": {
|
489
|
+
"dialog": typeof wcb466768fc8b74bfdab564b16ca9b9fcd extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb466768fc8b74bfdab564b16ca9b9fcd
|
266
490
|
}
|
267
491
|
},
|
492
|
+
"paging": typeof wc808cacbc7a7a433c9d1b22b819fd29ea extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc808cacbc7a7a433c9d1b22b819fd29ea,
|
268
493
|
"permission": {
|
269
494
|
"dialog": typeof wc2b6a93b446194d91a58d6f06785720ac extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2b6a93b446194d91a58d6f06785720ac
|
270
495
|
},
|
271
496
|
"point": {
|
272
497
|
"picker": typeof wc601b298e7d644faf91fd1daac7b80267 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc601b298e7d644faf91fd1daac7b80267
|
273
498
|
},
|
274
|
-
"
|
275
|
-
"
|
276
|
-
"
|
277
|
-
|
499
|
+
"published": {
|
500
|
+
"document": {
|
501
|
+
"picker": typeof wc8baefcc1bf914dd4b1bbb277b3ffc97b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8baefcc1bf914dd4b1bbb277b3ffc97b
|
502
|
+
}
|
503
|
+
},
|
504
|
+
"read": {
|
505
|
+
"receipt": {
|
506
|
+
"sign": {
|
507
|
+
"off": typeof wc7b3fd166e35c45f4aca09bcab64971a4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7b3fd166e35c45f4aca09bcab64971a4
|
508
|
+
}
|
509
|
+
},
|
510
|
+
"signoff": {
|
511
|
+
"request": typeof wce5c50617fb3c418a8ef094d21940931f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce5c50617fb3c418a8ef094d21940931f
|
278
512
|
}
|
279
513
|
},
|
280
514
|
"related": {
|
@@ -288,6 +522,14 @@ declare global {
|
|
288
522
|
"unpublish": {
|
289
523
|
"document": {
|
290
524
|
"dialog": typeof wcabe886ba61034347b52638a767955748 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcabe886ba61034347b52638a767955748
|
525
|
+
},
|
526
|
+
"process": {
|
527
|
+
"dialog": typeof wc350726cfae39438fbc34ffe1a173a49a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc350726cfae39438fbc34ffe1a173a49a
|
528
|
+
}
|
529
|
+
},
|
530
|
+
"setting": {
|
531
|
+
"document": {
|
532
|
+
"picker": typeof wcae9b0150d5124ad6983f7efa5de08c10 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcae9b0150d5124ad6983f7efa5de08c10
|
291
533
|
}
|
292
534
|
},
|
293
535
|
"omfx": {
|
@@ -298,6 +540,66 @@ declare global {
|
|
298
540
|
}
|
299
541
|
}
|
300
542
|
},
|
543
|
+
"breadcrumb": {
|
544
|
+
"block": (typeof wc2368673dbd45404c9c261fa348777979 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2368673dbd45404c9c261fa348777979 ) & {
|
545
|
+
"settings": typeof wcaf778544870c4c2e9aaaea6d87d8d257 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaf778544870c4c2e9aaaea6d87d8d257
|
546
|
+
}
|
547
|
+
},
|
548
|
+
"content": {
|
549
|
+
"block": (typeof wcdbb39473aea9445da032701bda353439 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdbb39473aea9445da032701bda353439 ) & {
|
550
|
+
"settings": typeof wcba9c1472bcf749258cc8900993b43caa extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcba9c1472bcf749258cc8900993b43caa
|
551
|
+
}
|
552
|
+
},
|
553
|
+
"documents": {
|
554
|
+
"block": (typeof wc1bbb910b55f94fca8df3378dc247421a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1bbb910b55f94fca8df3378dc247421a ) & {
|
555
|
+
"settings": typeof wc440bce2f7c07431b8e0d344e166f26d2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc440bce2f7c07431b8e0d344e166f26d2
|
556
|
+
}
|
557
|
+
},
|
558
|
+
"links": {
|
559
|
+
"block": (typeof wc7227e80561f84ffc9ed9657a4ce21bb1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7227e80561f84ffc9ed9657a4ce21bb1 ) & {
|
560
|
+
"settings": typeof wc8f058d051a9b4ea1a6cc87fae540bd91 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8f058d051a9b4ea1a6cc87fae540bd91
|
561
|
+
}
|
562
|
+
},
|
563
|
+
"pages": {
|
564
|
+
"block": (typeof wc16967380dc554464b96ee9a7e7665b51 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc16967380dc554464b96ee9a7e7665b51 ) & {
|
565
|
+
"settings": typeof wc68fc73e15cdc4e3db40dda20cd86a1a6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc68fc73e15cdc4e3db40dda20cd86a1a6
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"properties": {
|
569
|
+
"block": (typeof wc6fbb96f340e745eeb99e68533a993bd4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6fbb96f340e745eeb99e68533a993bd4 ) & {
|
570
|
+
"settings": typeof wcbdab3f12f9b84891847fa7a84ff8e27e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbdab3f12f9b84891847fa7a84ff8e27e
|
571
|
+
}
|
572
|
+
},
|
573
|
+
"tasks": {
|
574
|
+
"block": (typeof wc47614ddeea2747e18cb529971d4f7516 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc47614ddeea2747e18cb529971d4f7516 ) & {
|
575
|
+
"settings": typeof wc3c40a1a14ee946ef85cf93aa11a3771a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3c40a1a14ee946ef85cf93aa11a3771a
|
576
|
+
}
|
577
|
+
},
|
578
|
+
"title": {
|
579
|
+
"block": (typeof wc3d5e86a28f75492885a08a7d1e7414b4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3d5e86a28f75492885a08a7d1e7414b4 ) & {
|
580
|
+
"settings": typeof wc87c0e63814184388acff91747fb81f00 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc87c0e63814184388acff91747fb81f00
|
581
|
+
}
|
582
|
+
},
|
583
|
+
"enterpriseproperties": {
|
584
|
+
"process": {
|
585
|
+
"display": typeof wc8ce56269a5864d61840bdc00c6abc0e7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8ce56269a5864d61840bdc00c6abc0e7,
|
586
|
+
"edit": typeof wc1b9a01a1578f473888c8429b2254a4c2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1b9a01a1578f473888c8429b2254a4c2,
|
587
|
+
"value": {
|
588
|
+
"definition": typeof wc4b11211510db4fc9b142d416bf9a5a2b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4b11211510db4fc9b142d416bf9a5a2b
|
589
|
+
}
|
590
|
+
}
|
591
|
+
},
|
592
|
+
"processdesigner": {
|
593
|
+
"drawingcanvas": {
|
594
|
+
"settings": typeof wc55f7b90873e14e0c8c8fcaae6f58b34f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc55f7b90873e14e0c8c8fcaae6f58b34f
|
595
|
+
},
|
596
|
+
"addshape": {
|
597
|
+
"wizard": typeof wc727d945c5bb942bcae803f3f9d9251a4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc727d945c5bb942bcae803f3f9d9251a4
|
598
|
+
},
|
599
|
+
"shape": {
|
600
|
+
"settings": typeof wc686ddca5863443fbbd099f00fae47a39 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc686ddca5863443fbbd099f00fae47a39
|
601
|
+
}
|
602
|
+
},
|
301
603
|
"omnia": {
|
302
604
|
"ms": {
|
303
605
|
"draftable": {
|