@omnia/wcm 8.0.9-dev → 8.0.11-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/core/loc/EditorLocalization.d.ts +19 -0
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +17 -3
- package/internal-do-not-import-from-here/core/messaging/WcmPublicTopics.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/apis/PageRenderer.d.ts +14 -0
- package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +7 -2
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/Constants.js +1 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/FixPageContentAnalysisRequest.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/FixPageContentAnalysisRequest.js +2 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/navigation/MovePageCollectionResult.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/pages/MovePageTracking.d.ts +40 -0
- package/internal-do-not-import-from-here/fx/models/pages/MovePageTracking.js +15 -0
- package/internal-do-not-import-from-here/fx/models/pages/MovePagesResult.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/pages/Page.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/index.js +1 -0
- package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +5 -3
- package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +4 -1
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/stores/CurrentPageStore.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +5 -2
- package/internal-do-not-import-from-here/fx/ux/InternalUxCore.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +2 -0
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +816 -1
- package/package.json +7 -8
|
@@ -1 +1,816 @@
|
|
|
1
|
-
|
|
1
|
+
import { VueComponentBaseProps } from "@omnia/fx/ux";
|
|
2
|
+
|
|
3
|
+
import wc85ee14418ff7462ab6b12dc7bae6bf04 from './actionbutton/ActionButton';
|
|
4
|
+
import wcd196fb5cce724968a325e041e2add623 from './actionbutton/ActionButtonSettings';
|
|
5
|
+
import wca4d8a618e7644269b17b1fcbb1fa7276 from './adminv2/AdminJourney';
|
|
6
|
+
import wc61fdc82644984bc8a5ab997101c4ed8b from './breadcrumb/Breadcrumb';
|
|
7
|
+
import wc84dbea0b26f74942a49248e6370955aa from './breadcrumb/BreadcrumbSettings';
|
|
8
|
+
import wccb9cddbe8c10400cb7480d941e7bafa4 from './contentblock/ContentBlock';
|
|
9
|
+
import wc39fd47aff2fd40d69dbb5c80f37d4b9d from './contentblock/ContentBlockSettings';
|
|
10
|
+
import wcdc891a5b6d874f9c88b89fbc48299f1e from './contentblock/ContentSignInBlock';
|
|
11
|
+
import wcc90ce2aff8b6477c85a27c515dd7c0be from './contentflow/ContentBlock';
|
|
12
|
+
import wc5c87af0e445947089136642f518aad55 from './contentflow/ContentBlockSettings';
|
|
13
|
+
import wc5178a130e1034f819111b6aa8a854b24 from './governancedashboard/components/linkstatusmetrics/UnauthorizedMetricDetail';
|
|
14
|
+
import wcb2b6859571754de88816b36303ac2253 from './governancedashboard/components/linkstatusmetrics/UnauthorizedMetricIndicator';
|
|
15
|
+
import wcf688b5b5cff14149b59f14e883649e0a from './governancedashboard/components/linkstatusmetrics/NotFoundMetricDetail';
|
|
16
|
+
import wcdb5123954cc74ef79acca328eb87d533 from './governancedashboard/components/linkstatusmetrics/NotFoundMetricIndicator';
|
|
17
|
+
import wc5f5e464c15e74beb8352cf80c231cc09 from './htmlscriptblock/HtmlScriptBlock';
|
|
18
|
+
import wc3b1e31ca3f8c4944bbba139375fd62fe from './htmlscriptblock/HtmlScriptBlockSettings';
|
|
19
|
+
import wc695c3b67196640c883928a5416892896 from './htmlscriptblock/HtmlScriptBlockContentEditor';
|
|
20
|
+
import wc0bee7421f5c04789869a5f39d9e7a0f5 from './htmlscriptblock/HtmlScriptBlockIframe';
|
|
21
|
+
import wc7ff3da667aee46e5a2da3db14a143a82 from './htmlscriptblock/HtmlScriptBlockNotificationPanelSettings';
|
|
22
|
+
import wc5eb286a4046246578d8c00c481f4f1ff from './iframeblock/IFrameBlockSettings';
|
|
23
|
+
import wc9c79ea1eee934058b5fa83e1eb54dcb1 from './iframeblock/IFrameBlock';
|
|
24
|
+
import wcbb67b961921046ba9199cd5fcb532ea9 from './linkpicker/LinkPicker';
|
|
25
|
+
import wc9c24268026e74874bec0eb0f6a05cef7 from './media/MediaComponent';
|
|
26
|
+
import wcc634d83302c04e838187517acbba164a from './media/MediaComponentSettings';
|
|
27
|
+
import wcfd17f18a12a4458582e1f13cd262adaa from './media/MediaSignInComponent';
|
|
28
|
+
import wc119607d027d046e5a34cac5dadbadffb from './omniasearchlogging/components/OmniaSearchLogging';
|
|
29
|
+
import wc52af49cdff7741a9b74146a06d706c36 from './pagenavigation/PageNavigation';
|
|
30
|
+
import wc8674a7ae1a354004bf1cf22edbdc57e5 from './pagenavigation/PageNavigationSettings';
|
|
31
|
+
import wcd1536b0e01fe4b99b65081167e364d5a from './pageproperties/PageProperties';
|
|
32
|
+
import wcb52221edce6740089dcddb8f0f3cc13f from './pageproperties/PagePropertiesSettings';
|
|
33
|
+
import wcaad74fcae36d4e0f919f456e6a814ad0 from './relatedlinks/RelatedLinks';
|
|
34
|
+
import wc5794b2675ed849738a86f574b8a39106 from './relatedlinks/RelatedLinkSettings';
|
|
35
|
+
import wcaea1569f94dc498ca0fc3a525c851352 from './signoffrequest/SignOffRequestBannerComponent';
|
|
36
|
+
import wc6d04dbe288a848ce874157085277847c from './variationinput/VariationInput';
|
|
37
|
+
import wc613955e3b78b4a2fbc9243ea7f74022b from './variationpicker/VariationPicker';
|
|
38
|
+
import wcafcbf0d5c04a4795980249c919b16f88 from './variationselectorblock/VariationSelectorBlock';
|
|
39
|
+
import wc97c28633b32a4aefa8c3d53ecd1908f5 from './variationselectorblock/VariationSelectorBlockSettings';
|
|
40
|
+
import wcf14986cf6db041e4b1f6ce08c3b41307 from './actionhandlers/linkaction/LinkButtonSettings';
|
|
41
|
+
import wc0610a94cf2b94c7e9c4c80ea7dea5df9 from './actionhandlers/linkaction/LinkButtonView';
|
|
42
|
+
import wc70343da432a445a4a19ff2f13f0538a1 from './actionhandlers/pagefeedbackaction/CreatePageFeedbackDialog';
|
|
43
|
+
import wcd2de1ab257ac4f699c002ae3d0e4da79 from './adminv2/blades/Permission';
|
|
44
|
+
import wc7f2ee159a902411f970d470c5ee8e400 from './adminv2/blades/Settings';
|
|
45
|
+
import wcb7fb96abf6034cf29a6cd942154495d7 from './adminv2/enterpriseglossary/WCMGlossaryUISettings';
|
|
46
|
+
import wc72ff9c4571884b11a856133d7e3e28c8 from './adminv2/enterpriseglossary/WCMGlossarySettings';
|
|
47
|
+
import wc652bc06c114c496588cfc5e45a923eb6 from './adminv2/governancedashboard/DashboardMenuJourney';
|
|
48
|
+
import wce49e30b2657d43378c4b1bec3f26876a from './adminv2/governancedashboard/UnderusedContentJourney';
|
|
49
|
+
import wcc1d6de98dfa9448ab06e36f261e13164 from './adminv2/governancedashboard/ActiveUserJourney';
|
|
50
|
+
import wca23fec7e5622426cacfecc5934544112 from './adminv2/governancedashboard/UserPropertyMetricsSettingJourney';
|
|
51
|
+
import wc1acddfaf9c9c4ce6a66bda704b1648bf from './adminv2/queryableproperties/QueryablePropertiesJourney';
|
|
52
|
+
import wce9e57ebe5dfe4bb19162cc4e30befa14 from './channels/channelapprovalpage/ChannelApprovalPage';
|
|
53
|
+
import wcc42c2f0038674e6d9b743d950a8a3879 from './channels/channelcardview/ChannelCardView';
|
|
54
|
+
import wc8391e163062343e6871b029470494a79 from './contentblock/BreakPointSettings/ContentBlockBreakPointSettings';
|
|
55
|
+
import wc9a4338a309bf4790abb04222d248b1a1 from './contentblock/multilinetext/MultilineText';
|
|
56
|
+
import wc4a1b408079554143968180eb8e94f09e from './contentblock/translation/TranslationComparer';
|
|
57
|
+
import wc49e541394ba242c58afe197518622b9c from './digitalsignage/admin/DigitalSignageAdminJourney';
|
|
58
|
+
import wc89638f8732594931804ca7bd4726e604 from './digitalsignage/renderer/DigitalSignageScreenRenderer';
|
|
59
|
+
import wceea64996934b441081a8e8b76faba608 from './enterpriseglossary/admin/components/EnterpriseGlossaryPageInformationSettings';
|
|
60
|
+
import wc1d93972849a947cf910f318c40874733 from './enterpriseglossary/admin/components/EnterpriseGlossaryPageSourceInformation';
|
|
61
|
+
import wc60fc63d0378e4d4a82494eb66de37e57 from './linkpicker/components/SelectedPageItem';
|
|
62
|
+
import wc731918f5a46c4e2f82ad6acd6f0a815a from './pagerollup/components/PageRollup';
|
|
63
|
+
import wc4a31a8557a0c428ab2ae6d25a61212e0 from './pagerollup/components/PageRollupSettings';
|
|
64
|
+
import wcf6bb0efb60b34740b9dd8c95bb8f6633 from './pagerollup/filterengine/components/renderer/publishingapp/PublishingAppPropertyRenderer';
|
|
65
|
+
import wc73e579f2d2cf4fe4bad8e2775b8e066c from './pagerollup/filterengine/components/selectionsarea/publishingapp/SelectionsAreaPublishingAppRenderer';
|
|
66
|
+
import wc99ef03c2360a4bef96b93a9afec60fbd from './pagerollup/filterengine/components/settings/publishingapp/PublishingAppPropertySettings';
|
|
67
|
+
import wc396e9cdb956e4d749961379d444361b7 from './pagerollup/filterengine/components/settings/publishingapp/PublishingAppPropertyDefaultValueInput';
|
|
68
|
+
import wc50e80a2cf08c4301b19c5cb6dba24faf from './pagerollup/filterengine/components/renderer/pagetype/PageTypePropertyRenderer';
|
|
69
|
+
import wcb77b1645d08e4bf08eb10931e6cff35a from './pagerollup/filterengine/components/selectionsarea/pagetype/SelectionsAreaPageTypeRenderer';
|
|
70
|
+
import wc13e81b8b86784f8486193cebc2cfe130 from './pagerollup/filterengine/components/settings/pagetype/PageTypePropertySettings';
|
|
71
|
+
import wc085b26766a904acead54103da0cd8365 from './pagerollup/filterengine/components/settings/pagetype/PageTypePropertyDefaultValueInput';
|
|
72
|
+
import wc95c4afccaa194189b429df99fe49df3d from './pagerollup/filterengine/components/renderer/channel/ChannelPropertyRenderer';
|
|
73
|
+
import wcaccf29dcf0654a6bb660fb52ab12a988 from './pagerollup/filterengine/components/selectionsarea/channel/SelectionsAreaChannelRenderer';
|
|
74
|
+
import wc701edc2c8f764d03aa2f425730fdfbc0 from './pagerollup/filterengine/components/settings/channel/ChannelPropertySettings';
|
|
75
|
+
import wc080dba89c9c7418eb6c9a29dec3f2438 from './pagerollup/filterengine/components/settings/channel/ChannelPropertyDefaultValueInput';
|
|
76
|
+
import wcca901c8fd16d480785a7c44b4a487a3c from './relatedlinks/components/EditLink';
|
|
77
|
+
import wcc3bfc9f13bff48aab63897227dca5916 from './relatedlinks/templates/DefaultLinkTemplate';
|
|
78
|
+
import wc0b5d35b4076b4a87a24c01f32a2326ec from './relatedlinks/templates/HeadingTemplate';
|
|
79
|
+
import wcd1856f76a05b40c3a37f864ea7597b85 from './relatedlinks/templates/PageItemTemplate';
|
|
80
|
+
import wca4bfa90c207d4cae9246a1e895fdcd8f from './social/activityfeed/ActivityFeedComponent';
|
|
81
|
+
import wc6bd9de93d6ac4b76b50d4c16bdf35c44 from './social/activityfeed/ActivityFeedSettingsComponent';
|
|
82
|
+
import wc02377b92cf244ca0b09ec5095792890e from './social/pagefeedback/PageFeedbacksDialog';
|
|
83
|
+
import wc8910f6310c634c108166cf26ebad6118 from './social/pagefeedback/PageFeedbackComponent';
|
|
84
|
+
import wc0e4bebefa4f74a6eb1d848d62ac78312 from './social/pagefeedback/PageFeedbackSettings';
|
|
85
|
+
import wcf1280b9eb8ed48cc81494414282df03a from './social/pagerating/RatePage';
|
|
86
|
+
import wc44c7ff3d9dec48db9999418ae894d22d from './social/pagerating/RatePageSettings';
|
|
87
|
+
import wcbbca03b9c6ac4d2ab1bb5c9f343c318b from './social/pagesocial/PageCommentLike';
|
|
88
|
+
import wcd0d63c37a69d469c81ad934647fa104e from './social/pagesocial/PageCommentLikeSettings';
|
|
89
|
+
import wcc47d603aecd34fb4a599cc4118d7fea9 from './social/pagesocial/PageCommentLikeView';
|
|
90
|
+
import wc03cc9cdf57fd40cbb3cdeac5c8a11ddf from './social/sharepage/SharePage';
|
|
91
|
+
import wca8c1f0b5ca3946a69e0e40e01d1744d3 from './adminv2/blades/channelmanagement/ChannelsManagement';
|
|
92
|
+
import wcc61ce8fa727445e89791f9fa778f714f from './adminv2/blades/eventmanagement/AdminSettingsJourney';
|
|
93
|
+
import wc0751f1aa16a04c80b3e2b678e8c52435 from './adminv2/blades/omniasearch/ReindexContentOmniaSearchTenant';
|
|
94
|
+
import wc753d824f95694050bffe834632ee6a00 from './adminv2/blades/pagetype/PageType';
|
|
95
|
+
import wcaef7bd3b58704a73af4ffc4a0cff31ea from './adminv2/blades/pagetype/CreatePageType';
|
|
96
|
+
import wc205e073be1c34c79a9b03605eb814b07 from './adminv2/blades/pagetype/PageTypeArchive';
|
|
97
|
+
import wc99bd28ac12f64264901e5e485ccacbe6 from './adminv2/blades/sharepointsync/SharepointSync';
|
|
98
|
+
import wce3be203c4a6e4051a74eddade9b55906 from './adminv2/blades/sharepointsync/SharepointSyncGeneralBlade';
|
|
99
|
+
import wc9ca5744906894989adbfebbf55136552 from './adminv2/blades/sharepointsync/SharepointSyncSearchBlade';
|
|
100
|
+
import wc3548df2b320843e283b5dc5c9a304328 from './adminv2/blades/sharepointsync/CreateSearchProperty';
|
|
101
|
+
import wc0ebac98a165a4ff6aa534e236e688b60 from './digitalsignage/Views/OneColumnFullWidthView/OneColumnFullWidthViewSettings';
|
|
102
|
+
import wcfeb254b700544739bc00d6c88ca0048a from './digitalsignage/Views/OneColumnFullWidthView/OneColumnFullWidthView';
|
|
103
|
+
import wcea494e95310b430394ed2c9994ed7be8 from './linkpicker/providers/customlink/CustomLinkPicker';
|
|
104
|
+
import wc34bbfc6bacd747a4a277cdaad0ff38d7 from './linkpicker/providers/document/DocumentPicker';
|
|
105
|
+
import wc3f3a788c412d4a4ca04fefbcda89aab4 from './linkpicker/providers/heading/LinkHeading';
|
|
106
|
+
import wcbf6863b9502740608bb50d87b112b1af from './linkpicker/providers/newpage/PagePicker';
|
|
107
|
+
import wcc832569256ac4fbabc970a4e8371e5c0 from './pagerollup/components/AppFilter/AppFilter';
|
|
108
|
+
import wc9666447b45b64674ba1782734b77656f from './pagerollup/components/BreakPointSettings/PageRollupBreakPointSettings';
|
|
109
|
+
import wc92db91f42c61426781213642973a393b from './pagerollup/components/CalendarView/CalendarViewSetting';
|
|
110
|
+
import wc9de86be282f24e90916a62b474adb27f from './pagerollup/components/CalendarView/CalendarView';
|
|
111
|
+
import wcdb0a59ed8714400ba3f9bd0cde34ca00 from './pagerollup/components/CalendarView/CalendarPageCollectionSelectionDialog';
|
|
112
|
+
import wc4b67de2e1fba40f6b9310f46d67b18ff from './pagerollup/components/CardView/CardViewSetting';
|
|
113
|
+
import wc96a40113bc6349159266385409d6823d from './pagerollup/components/CardView/CardView';
|
|
114
|
+
import wc1692b3df92d1494386410167d7ba8115 from './pagerollup/components/ChannelFilter/ChannelFilter';
|
|
115
|
+
import wc31cf4a109fee43ee971073bf2efe7174 from './pagerollup/components/DialogView/PageRollUpDialogView';
|
|
116
|
+
import wc3ebbb887991841baa04c6f13fa7e67a2 from './pagerollup/components/DynamicRoller/DynamicRollerSetting';
|
|
117
|
+
import wc3010cfb4e97c4817867ed440df089de0 from './pagerollup/components/DynamicRoller/DynamicRollerView';
|
|
118
|
+
import wc524390873843441dbf9d380f0f229fb6 from './pagerollup/components/List/ListSettings';
|
|
119
|
+
import wc9d62f3de5a714435927b43a6ee9bce40 from './pagerollup/components/List/ListView';
|
|
120
|
+
import wcc1d3b290cbf24c42a8c053882beb391a from './pagerollup/components/ListingPickedPages/ListingPickedPages';
|
|
121
|
+
import wcb49a52992b2a4ffd82f0666e3f7e51dc from './pagerollup/components/ListingWithImage/ListingWithImageSettings';
|
|
122
|
+
import wc1ec4b7245aa14340ad1a4e36319de631 from './pagerollup/components/ListingWithImage/ListingWithImageView';
|
|
123
|
+
import wcdcc28f3698694c5ca8065e86b9bfd246 from './pagerollup/components/NavigationView/NavigationView';
|
|
124
|
+
import wc66202bf932b64811afbc6c4628270ddf from './pagerollup/components/NavigationView/NavigationViewSettings';
|
|
125
|
+
import wc51be5aadea2348e4a5669094f1c20d22 from './pagerollup/components/NewsletterView/NewsletterViewSettings';
|
|
126
|
+
import wcb31d4e311437406c8e78039a68fcfd19 from './pagerollup/components/NewsletterView/NewsletterView';
|
|
127
|
+
import wc6b0450b907df4cf0aaec982d38b008a6 from './pagerollup/components/PageTypeFilter/PageTypeFilter';
|
|
128
|
+
import wc184bcf76ea8d474289851345097cb1ef from './pagerollup/components/PickedPagesDialog/PickedPagesDialog';
|
|
129
|
+
import wc48a601cad5a54a4e88d2abe88c204b78 from './pagerollup/components/Roller/RollerSettings';
|
|
130
|
+
import wc8358a4a94ad0449aa8889bf876837849 from './pagerollup/components/Roller/RollerView';
|
|
131
|
+
import wcc51685ba80144591a322e550bfd2dd3c from './pagerollup/components/UniqueUsersDetailsView/UniqueUsersDetailsView';
|
|
132
|
+
import wc2c41ddc4f984496fab2def028ab26b75 from './pagerollup/components/VelcronView/VelcronViewComponentSettings';
|
|
133
|
+
import wc995accfe824f40389593800b4ef8818f from './pagerollup/components/VelcronView/VelcronViewComponent';
|
|
134
|
+
import wc5386ecd4203348afb190beb0f6879995 from './pagerollup/components/renderer/subcomponents/metrics/MetricDetailsDialogRenderer';
|
|
135
|
+
import wc39f1ad4903324c43933e3c86c8debed6 from './pagerollup/components/renderer/PageRollupRenderer';
|
|
136
|
+
import wc4491a3663da94fa4b0deb4158b3b2c21 from './properties/builtin/pagecollection/PageCollectionDisplay';
|
|
137
|
+
import wc1757ead68a6e4b019a4550e271f71957 from './properties/builtin/pagecollection/PageCollectionEditor';
|
|
138
|
+
import wcae40426040344538a8be1254b80339b7 from './properties/builtin/pagetype/PageTypeDisplay';
|
|
139
|
+
import wcc0bd4b319a534393a8a04c6e95240b18 from './properties/builtin/pagetype/PageTypeEditor';
|
|
140
|
+
import wc5b19c116716147e28a4321a33586314b from './properties/builtin/publishingapp/PublishingAppDisplay';
|
|
141
|
+
import wcb093402c41d741988580dd2b2e00ab91 from './properties/builtin/publishingapp/PublishingAppEditor';
|
|
142
|
+
import wc567120e19549448aafde6241df57fc96 from './publishingapp/components/approvalhistory/ApprovalHistory';
|
|
143
|
+
import wc686cbc65af514b60b7bb70ed0f9829a2 from './publishingapp/components/backgroundmediaeselector/backgroundselector';
|
|
144
|
+
import wc335133ee968c43ee9d51a21e48bd4e30 from './publishingapp/components/creationdialogs/CreatePage';
|
|
145
|
+
import wc67090a10b0804e74bb5251becacdbb4f from './publishingapp/components/creationdialogs/CreatePageCollection';
|
|
146
|
+
import wc7e9ca1294f084b568a05dae8c6e85770 from './publishingapp/components/creationdialogs/CreatePageType';
|
|
147
|
+
import wc8025b5186d204de4b929d568a01f1107 from './publishingapp/components/currentnavigation/CurrentNavigation';
|
|
148
|
+
import wcc2b1097626e5470db843b2a4ba2cd841 from './publishingapp/components/currentnavigation/CurrentNavigationSettings';
|
|
149
|
+
import wc0ec1018d268248b9bb11c8e1542d62f8 from './publishingapp/components/editor/Editor';
|
|
150
|
+
import wca5f3d79de2854480825299cc6ab63260 from './publishingapp/components/inviteauthors_dialog/InviteAuthorsDialog';
|
|
151
|
+
import wc0780b0845a604910b0d034ee99a8b2ac from './publishingapp/components/linknavigationform/LinkNavigationForm';
|
|
152
|
+
import wc6bfd12389d3240e4a498bcbc2f384a3f from './publishingapp/components/megamenu/ProfileMegaMenu';
|
|
153
|
+
import wc2bdd57dede744e3aa1af0a0054b5b8a7 from './publishingapp/components/megamenu/ProfileMegaMenuSettingsComponent';
|
|
154
|
+
import wc58a423c39cd644088545d58abf4b2696 from './publishingapp/components/megamenu/BlockMegaMenu';
|
|
155
|
+
import wc917fae1a9e914426b362fe773ac3c906 from './publishingapp/components/megamenu/BlockMegaMenuSettingsComponent';
|
|
156
|
+
import wc8e012b424c134150a11f6b0b6300ee7c from './publishingapp/components/pagerenderer/PageRenderer';
|
|
157
|
+
import wc5e25127e18144900bd49de8567fe7356 from './publishingapp/components/publishdialog/PublishDialog';
|
|
158
|
+
import wc7656ba65a7a942638a3c9b9ed2d6e52b from './publishingapp/components/sharepointsync/SharepointSyncPageSettings';
|
|
159
|
+
import wc1d81f13fa1a74789b77536bf50a7776f from './publishingapp/components/sharepointsync/SharepointSyncTenantSettings';
|
|
160
|
+
import wcabce400ea5ed4cde93d9662a4330377e from './publishingapp/components/sharepointsyncerror/SharepointSyncError';
|
|
161
|
+
import wcb041e552192d436ebe18e15ab6ab0da4 from './publishingapp/components/sharepointsyncwarning/SharepointSyncWarning';
|
|
162
|
+
import wc77d0babbadf04d819f430731f3b610d6 from './publishingapp/configure/extensibilities/AppSetup';
|
|
163
|
+
import wc7b0e1546ebb1406eb03f8cbb1a879a83 from './publishingapp/configure/extensibilities/AttachSiteButton';
|
|
164
|
+
import wc3d7c043d667b475ea5794cc5baa658be from './publishingapp/configure/extensibilities/AppEditing';
|
|
165
|
+
import wc4a5efb9912f74ea18a8413086ed5fafa from './publishingapp/core/navigationtree/NavigationTree';
|
|
166
|
+
import wcec2ecf744ef64f5aa55cb10509d581ce from './publishingapp/core/navigationtree/ActionsMenu';
|
|
167
|
+
import wc35782dc685c44a31ab2af7cc57f7ae4a from './digitalsignage/Views/components/NewsMetadata/NewsMetadata';
|
|
168
|
+
import wc22eb47b112c2474bbce3244d8f15108b from './pagerollup/components/EventManagement/list/ListView';
|
|
169
|
+
import wc674b0dac6000461c9fa960e72fb7af3d from './pagerollup/components/EventManagement/list/ListViewSettings';
|
|
170
|
+
import wcae3f18e8722e4b74b3d11468f49ab8b0 from './publishingapp/appprovisioning/components/appendinformationinput/AppendInformationInput';
|
|
171
|
+
import wc61d306ed6ef9492ab75af9b8e8941662 from './publishingapp/appprovisioning/components/summary/InformationSummary';
|
|
172
|
+
import wcc2a6266f16dc41149489d7707d82beae from './publishingapp/appprovisioning/components/summary/MemberSummary';
|
|
173
|
+
import wcbba97582d9394bff9c9dac5ee13c053a from './publishingapp/appprovisioning/components/validator/PublishingAppProvisioningValidator';
|
|
174
|
+
import wc236cbcf68ff044fe8bfea9e74dfabfe1 from './publishingapp/components/editor/action_toolbar/VariationCreationSelector';
|
|
175
|
+
import wcf2be70a2f61245c688f94f1ac7add743 from './publishingapp/components/editor/message_checkedout/CheckedOutmessageView';
|
|
176
|
+
import wc128c96773fdb4e63802ef6647a2d680c from './publishingapp/components/editor/panel_channels_page/pagechannels';
|
|
177
|
+
import wc84adcb326513436fa6b1b6b96916542d from './publishingapp/components/editor/panel_settings_app/SettingsAppJourneyMenu';
|
|
178
|
+
import wc3e070b0f0bd24d53940e29bfdcb28d9e from './publishingapp/components/editor/panel_settings_pagecollection/pagecollectionsettings';
|
|
179
|
+
import wc104976963bb24af389aa562ec89e037a from './publishingapp/components/editor/panel_settings_pagetype/PageTypeSettings';
|
|
180
|
+
import wcf5eb8e91daee4e9cb2e47684446abc50 from './publishingapp/components/megamenu/default/DefaultNavigation';
|
|
181
|
+
import wce634971cc8044a0eb87899ab2015847b from './publishingapp/components/megamenu/settings/SettingsComponent';
|
|
182
|
+
import wca744f8c0ae194734bb9994eaedacb0b1 from './publishingapp/components/pagerenderer/layout/LayoutRenderer';
|
|
183
|
+
import wca38e1983a42d4422abde1784bf8a1033 from './adminv2/app/apptemplates/setup/appsettings/AppSettingsAdvancedComponent';
|
|
184
|
+
import wcdc7f61d47e5b444b91dc727a6133e1f9 from './adminv2/app/apptemplates/setup/appsettings/AppSettingsPermissionComponent';
|
|
185
|
+
import wc9af29d9b88ab478c81315aa6602a5b36 from './adminv2/app/apptemplates/setup/appsettings/StatisticProvider';
|
|
186
|
+
import wc30a668a4efb045f7a31847685e0c7ce2 from './adminv2/app/apptemplates/setup/pagecollection/PageCollectionSetting';
|
|
187
|
+
import wcf23e716983284586b0537698b52cb53e from './adminv2/blades/eventmanagement/systemaccount/components/SystemAccount';
|
|
188
|
+
import wcfc894b17a78a43c0a543462d9a35b51d from './publishingapp/components/editor/layouteditor/pagestatistics_panel/StatisticPerPage';
|
|
189
|
+
import wcbbc1f1af77eb44fea6e12f597082a77f from './publishingapp/components/editor/layouteditor/version_panel/VersionPanel';
|
|
190
|
+
//{{importWC}}
|
|
191
|
+
|
|
192
|
+
type ExtractJsxProps<T> = {
|
|
193
|
+
[K in keyof (T extends { propsDefinition: any } ? T["propsDefinition"] : T)]: T extends {
|
|
194
|
+
propsDefinition: any;
|
|
195
|
+
}
|
|
196
|
+
? T["propsDefinition"][K]
|
|
197
|
+
: never;
|
|
198
|
+
} & { $children?: any; };
|
|
199
|
+
|
|
200
|
+
declare global {
|
|
201
|
+
namespace JSX {
|
|
202
|
+
interface Element { }
|
|
203
|
+
interface ElementClass { }
|
|
204
|
+
|
|
205
|
+
interface IntrinsicElements {
|
|
206
|
+
//{{elementName}}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
declare global {
|
|
211
|
+
|
|
212
|
+
let owcm: {
|
|
213
|
+
"wcm": {
|
|
214
|
+
"buttonlink": typeof wc85ee14418ff7462ab6b12dc7bae6bf04 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc85ee14418ff7462ab6b12dc7bae6bf04,
|
|
215
|
+
"admin": {
|
|
216
|
+
"journey": typeof wca4d8a618e7644269b17b1fcbb1fa7276 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca4d8a618e7644269b17b1fcbb1fa7276,
|
|
217
|
+
"permission": {
|
|
218
|
+
"blade": typeof wcd2de1ab257ac4f699c002ae3d0e4da79 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd2de1ab257ac4f699c002ae3d0e4da79
|
|
219
|
+
},
|
|
220
|
+
"settings": {
|
|
221
|
+
"blade": typeof wc7f2ee159a902411f970d470c5ee8e400 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7f2ee159a902411f970d470c5ee8e400
|
|
222
|
+
},
|
|
223
|
+
"queryproperties": typeof wc1acddfaf9c9c4ce6a66bda704b1648bf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1acddfaf9c9c4ce6a66bda704b1648bf,
|
|
224
|
+
"reindexcontent": {
|
|
225
|
+
"omniasearch": {
|
|
226
|
+
"blade": typeof wc0751f1aa16a04c80b3e2b678e8c52435 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0751f1aa16a04c80b3e2b678e8c52435
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"pagetype": {
|
|
230
|
+
"blade": typeof wc753d824f95694050bffe834632ee6a00 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc753d824f95694050bffe834632ee6a00,
|
|
231
|
+
"create": {
|
|
232
|
+
"blade": typeof wcaef7bd3b58704a73af4ffc4a0cff31ea extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaef7bd3b58704a73af4ffc4a0cff31ea
|
|
233
|
+
},
|
|
234
|
+
"archive": {
|
|
235
|
+
"blade": typeof wc205e073be1c34c79a9b03605eb814b07 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc205e073be1c34c79a9b03605eb814b07
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"sp": {
|
|
239
|
+
"sync": {
|
|
240
|
+
"blade": typeof wc99bd28ac12f64264901e5e485ccacbe6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc99bd28ac12f64264901e5e485ccacbe6,
|
|
241
|
+
"create": {
|
|
242
|
+
"search": {
|
|
243
|
+
"property": {
|
|
244
|
+
"blade": typeof wc3548df2b320843e283b5dc5c9a304328 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3548df2b320843e283b5dc5c9a304328
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"pagecollectionsettings": typeof wc30a668a4efb045f7a31847685e0c7ce2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc30a668a4efb045f7a31847685e0c7ce2
|
|
251
|
+
},
|
|
252
|
+
"breadcrumb": {
|
|
253
|
+
"settings": typeof wc84dbea0b26f74942a49248e6370955aa extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc84dbea0b26f74942a49248e6370955aa
|
|
254
|
+
},
|
|
255
|
+
"breadcrumb$": typeof wc61fdc82644984bc8a5ab997101c4ed8b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc61fdc82644984bc8a5ab997101c4ed8b,
|
|
256
|
+
"content": {
|
|
257
|
+
"block": {
|
|
258
|
+
"settings": {
|
|
259
|
+
"breakpoint": typeof wc8391e163062343e6871b029470494a79 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8391e163062343e6871b029470494a79
|
|
260
|
+
},
|
|
261
|
+
"settings$": typeof wc39fd47aff2fd40d69dbb5c80f37d4b9d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc39fd47aff2fd40d69dbb5c80f37d4b9d
|
|
262
|
+
},
|
|
263
|
+
"block$": typeof wccb9cddbe8c10400cb7480d941e7bafa4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wccb9cddbe8c10400cb7480d941e7bafa4,
|
|
264
|
+
"signin": {
|
|
265
|
+
"block": typeof wcdc891a5b6d874f9c88b89fbc48299f1e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdc891a5b6d874f9c88b89fbc48299f1e
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"dashboard": {
|
|
269
|
+
"metric": {
|
|
270
|
+
"401": {
|
|
271
|
+
"detail": typeof wc5178a130e1034f819111b6aa8a854b24 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5178a130e1034f819111b6aa8a854b24,
|
|
272
|
+
"indicator": typeof wcb2b6859571754de88816b36303ac2253 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb2b6859571754de88816b36303ac2253
|
|
273
|
+
},
|
|
274
|
+
"404": {
|
|
275
|
+
"detail": typeof wcf688b5b5cff14149b59f14e883649e0a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf688b5b5cff14149b59f14e883649e0a,
|
|
276
|
+
"indicator": typeof wcdb5123954cc74ef79acca328eb87d533 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdb5123954cc74ef79acca328eb87d533
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"html": {
|
|
281
|
+
"script": {
|
|
282
|
+
"block": {
|
|
283
|
+
"settings": typeof wc3b1e31ca3f8c4944bbba139375fd62fe extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3b1e31ca3f8c4944bbba139375fd62fe,
|
|
284
|
+
"iframe": typeof wc0bee7421f5c04789869a5f39d9e7a0f5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0bee7421f5c04789869a5f39d9e7a0f5
|
|
285
|
+
},
|
|
286
|
+
"block$": typeof wc5f5e464c15e74beb8352cf80c231cc09 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5f5e464c15e74beb8352cf80c231cc09,
|
|
287
|
+
"notification": {
|
|
288
|
+
"panel": {
|
|
289
|
+
"block": {
|
|
290
|
+
"settings": typeof wc7ff3da667aee46e5a2da3db14a143a82 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7ff3da667aee46e5a2da3db14a143a82
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"iframe": {
|
|
297
|
+
"block": {
|
|
298
|
+
"settings": typeof wc5eb286a4046246578d8c00c481f4f1ff extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5eb286a4046246578d8c00c481f4f1ff
|
|
299
|
+
},
|
|
300
|
+
"block$": typeof wc9c79ea1eee934058b5fa83e1eb54dcb1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9c79ea1eee934058b5fa83e1eb54dcb1
|
|
301
|
+
},
|
|
302
|
+
"link": {
|
|
303
|
+
"picker": typeof wcbb67b961921046ba9199cd5fcb532ea9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbb67b961921046ba9199cd5fcb532ea9,
|
|
304
|
+
"default": {
|
|
305
|
+
"item": typeof wcc3bfc9f13bff48aab63897227dca5916 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc3bfc9f13bff48aab63897227dca5916
|
|
306
|
+
},
|
|
307
|
+
"page": {
|
|
308
|
+
"item": typeof wcd1856f76a05b40c3a37f864ea7597b85 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd1856f76a05b40c3a37f864ea7597b85
|
|
309
|
+
},
|
|
310
|
+
"document": typeof wc34bbfc6bacd747a4a277cdaad0ff38d7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc34bbfc6bacd747a4a277cdaad0ff38d7,
|
|
311
|
+
"heading": typeof wc3f3a788c412d4a4ca04fefbcda89aab4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3f3a788c412d4a4ca04fefbcda89aab4,
|
|
312
|
+
"page$": typeof wcbf6863b9502740608bb50d87b112b1af extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbf6863b9502740608bb50d87b112b1af,
|
|
313
|
+
"navigation": {
|
|
314
|
+
"form": typeof wc0780b0845a604910b0d034ee99a8b2ac extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0780b0845a604910b0d034ee99a8b2ac
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"media": {
|
|
318
|
+
"block": {
|
|
319
|
+
"settings": typeof wcc634d83302c04e838187517acbba164a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc634d83302c04e838187517acbba164a
|
|
320
|
+
},
|
|
321
|
+
"signin": typeof wcfd17f18a12a4458582e1f13cd262adaa extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfd17f18a12a4458582e1f13cd262adaa
|
|
322
|
+
},
|
|
323
|
+
"media$": typeof wc9c24268026e74874bec0eb0f6a05cef7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9c24268026e74874bec0eb0f6a05cef7,
|
|
324
|
+
"page": {
|
|
325
|
+
"navigation": {
|
|
326
|
+
"settings": typeof wc8674a7ae1a354004bf1cf22edbdc57e5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8674a7ae1a354004bf1cf22edbdc57e5
|
|
327
|
+
},
|
|
328
|
+
"navigation$": typeof wc52af49cdff7741a9b74146a06d706c36 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc52af49cdff7741a9b74146a06d706c36,
|
|
329
|
+
"properties": {
|
|
330
|
+
"settings": typeof wcb52221edce6740089dcddb8f0f3cc13f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb52221edce6740089dcddb8f0f3cc13f
|
|
331
|
+
},
|
|
332
|
+
"properties$": typeof wcd1536b0e01fe4b99b65081167e364d5a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd1536b0e01fe4b99b65081167e364d5a,
|
|
333
|
+
"feedback": {
|
|
334
|
+
"settings": typeof wc0e4bebefa4f74a6eb1d848d62ac78312 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0e4bebefa4f74a6eb1d848d62ac78312
|
|
335
|
+
},
|
|
336
|
+
"feedback$": typeof wc8910f6310c634c108166cf26ebad6118 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8910f6310c634c108166cf26ebad6118,
|
|
337
|
+
"versions": typeof wcbbc1f1af77eb44fea6e12f597082a77f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbbc1f1af77eb44fea6e12f597082a77f
|
|
338
|
+
},
|
|
339
|
+
"related": {
|
|
340
|
+
"links": typeof wcaad74fcae36d4e0f919f456e6a814ad0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaad74fcae36d4e0f919f456e6a814ad0,
|
|
341
|
+
"link": {
|
|
342
|
+
"settings": typeof wc5794b2675ed849738a86f574b8a39106 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5794b2675ed849738a86f574b8a39106
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"signoffrequest": {
|
|
346
|
+
"banner": typeof wcaea1569f94dc498ca0fc3a525c851352 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaea1569f94dc498ca0fc3a525c851352
|
|
347
|
+
},
|
|
348
|
+
"variation": {
|
|
349
|
+
"input": typeof wc6d04dbe288a848ce874157085277847c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6d04dbe288a848ce874157085277847c,
|
|
350
|
+
"selector": {
|
|
351
|
+
"settings": typeof wc97c28633b32a4aefa8c3d53ecd1908f5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc97c28633b32a4aefa8c3d53ecd1908f5
|
|
352
|
+
},
|
|
353
|
+
"selector$": typeof wcafcbf0d5c04a4795980249c919b16f88 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcafcbf0d5c04a4795980249c919b16f88
|
|
354
|
+
},
|
|
355
|
+
"linkbutton": {
|
|
356
|
+
"settings": typeof wcf14986cf6db041e4b1f6ce08c3b41307 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf14986cf6db041e4b1f6ce08c3b41307,
|
|
357
|
+
"view": typeof wc0610a94cf2b94c7e9c4c80ea7dea5df9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0610a94cf2b94c7e9c4c80ea7dea5df9
|
|
358
|
+
},
|
|
359
|
+
"governance": {
|
|
360
|
+
"admin": {
|
|
361
|
+
"dashboard": {
|
|
362
|
+
"menu": {
|
|
363
|
+
"journey": typeof wc652bc06c114c496588cfc5e45a923eb6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc652bc06c114c496588cfc5e45a923eb6
|
|
364
|
+
},
|
|
365
|
+
"underusedcontent": {
|
|
366
|
+
"journey": typeof wce49e30b2657d43378c4b1bec3f26876a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce49e30b2657d43378c4b1bec3f26876a
|
|
367
|
+
},
|
|
368
|
+
"activeuser": {
|
|
369
|
+
"journey": typeof wcc1d6de98dfa9448ab06e36f261e13164 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc1d6de98dfa9448ab06e36f261e13164
|
|
370
|
+
},
|
|
371
|
+
"userproperty": {
|
|
372
|
+
"journey": typeof wca23fec7e5622426cacfecc5934544112 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca23fec7e5622426cacfecc5934544112
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"edit": {
|
|
378
|
+
"link": typeof wcca901c8fd16d480785a7c44b4a487a3c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcca901c8fd16d480785a7c44b4a487a3c
|
|
379
|
+
},
|
|
380
|
+
"heading": {
|
|
381
|
+
"item": typeof wc0b5d35b4076b4a87a24c01f32a2326ec extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0b5d35b4076b4a87a24c01f32a2326ec
|
|
382
|
+
},
|
|
383
|
+
"custom": {
|
|
384
|
+
"link": typeof wcea494e95310b430394ed2c9994ed7be8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcea494e95310b430394ed2c9994ed7be8
|
|
385
|
+
},
|
|
386
|
+
"calendarview": {
|
|
387
|
+
"locationselector": {
|
|
388
|
+
"dialog": typeof wcdb0a59ed8714400ba3f9bd0cde34ca00 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdb0a59ed8714400ba3f9bd0cde34ca00
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"properties": {
|
|
392
|
+
"pagecollection": {
|
|
393
|
+
"display": typeof wc4491a3663da94fa4b0deb4158b3b2c21 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4491a3663da94fa4b0deb4158b3b2c21,
|
|
394
|
+
"editor": typeof wc1757ead68a6e4b019a4550e271f71957 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1757ead68a6e4b019a4550e271f71957
|
|
395
|
+
},
|
|
396
|
+
"pagetype": {
|
|
397
|
+
"display": typeof wcae40426040344538a8be1254b80339b7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcae40426040344538a8be1254b80339b7,
|
|
398
|
+
"editor": typeof wcc0bd4b319a534393a8a04c6e95240b18 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc0bd4b319a534393a8a04c6e95240b18
|
|
399
|
+
},
|
|
400
|
+
"publishingapp": {
|
|
401
|
+
"display": typeof wc5b19c116716147e28a4321a33586314b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5b19c116716147e28a4321a33586314b,
|
|
402
|
+
"editor": typeof wcb093402c41d741988580dd2b2e00ab91 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb093402c41d741988580dd2b2e00ab91
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"approval": {
|
|
406
|
+
"history": typeof wc567120e19549448aafde6241df57fc96 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc567120e19549448aafde6241df57fc96
|
|
407
|
+
},
|
|
408
|
+
"backgroundselector": typeof wc686cbc65af514b60b7bb70ed0f9829a2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc686cbc65af514b60b7bb70ed0f9829a2,
|
|
409
|
+
"current": {
|
|
410
|
+
"navigation": {
|
|
411
|
+
"settings": typeof wcc2b1097626e5470db843b2a4ba2cd841 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc2b1097626e5470db843b2a4ba2cd841
|
|
412
|
+
},
|
|
413
|
+
"navigation$": typeof wc8025b5186d204de4b929d568a01f1107 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8025b5186d204de4b929d568a01f1107
|
|
414
|
+
},
|
|
415
|
+
"profile": {
|
|
416
|
+
"mega": {
|
|
417
|
+
"menu": {
|
|
418
|
+
"settings": typeof wc2bdd57dede744e3aa1af0a0054b5b8a7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2bdd57dede744e3aa1af0a0054b5b8a7
|
|
419
|
+
},
|
|
420
|
+
"menu$": typeof wc6bfd12389d3240e4a498bcbc2f384a3f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6bfd12389d3240e4a498bcbc2f384a3f
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"block": {
|
|
424
|
+
"mega": {
|
|
425
|
+
"menu": {
|
|
426
|
+
"settings": typeof wc917fae1a9e914426b362fe773ac3c906 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc917fae1a9e914426b362fe773ac3c906
|
|
427
|
+
},
|
|
428
|
+
"menu$": typeof wc58a423c39cd644088545d58abf4b2696 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc58a423c39cd644088545d58abf4b2696
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
"sp": {
|
|
432
|
+
"sync": {
|
|
433
|
+
"warning": typeof wcb041e552192d436ebe18e15ab6ab0da4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb041e552192d436ebe18e15ab6ab0da4
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"app": {
|
|
437
|
+
"append": {
|
|
438
|
+
"information": {
|
|
439
|
+
"input": typeof wcae3f18e8722e4b74b3d11468f49ab8b0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcae3f18e8722e4b74b3d11468f49ab8b0
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"information": {
|
|
443
|
+
"summary": typeof wc61d306ed6ef9492ab75af9b8e8941662 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc61d306ed6ef9492ab75af9b8e8941662
|
|
444
|
+
},
|
|
445
|
+
"memberstep": {
|
|
446
|
+
"summary": typeof wcc2a6266f16dc41149489d7707d82beae extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc2a6266f16dc41149489d7707d82beae
|
|
447
|
+
},
|
|
448
|
+
"admin": {
|
|
449
|
+
"appsettings": {
|
|
450
|
+
"statistic": typeof wc9af29d9b88ab478c81315aa6602a5b36 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9af29d9b88ab478c81315aa6602a5b36
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
"checkedout": {
|
|
455
|
+
"message": {
|
|
456
|
+
"viewer": typeof wcf2be70a2f61245c688f94f1ac7add743 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf2be70a2f61245c688f94f1ac7add743
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
"mega": {
|
|
460
|
+
"menu": {
|
|
461
|
+
"default": {
|
|
462
|
+
"navigation": typeof wcf5eb8e91daee4e9cb2e47684446abc50 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf5eb8e91daee4e9cb2e47684446abc50
|
|
463
|
+
},
|
|
464
|
+
"settings": typeof wce634971cc8044a0eb87899ab2015847b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce634971cc8044a0eb87899ab2015847b
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"statistics": {
|
|
468
|
+
"per": {
|
|
469
|
+
"page": typeof wcfc894b17a78a43c0a543462d9a35b51d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfc894b17a78a43c0a543462d9a35b51d
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
"omfx": {
|
|
474
|
+
"content": {
|
|
475
|
+
"flow": {
|
|
476
|
+
"block": {
|
|
477
|
+
"settings": typeof wc5c87af0e445947089136642f518aad55 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5c87af0e445947089136642f518aad55
|
|
478
|
+
},
|
|
479
|
+
"block$": typeof wcc90ce2aff8b6477c85a27c515dd7c0be extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc90ce2aff8b6477c85a27c515dd7c0be
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
"html": {
|
|
484
|
+
"script": {
|
|
485
|
+
"block": {
|
|
486
|
+
"content": {
|
|
487
|
+
"editor": typeof wc695c3b67196640c883928a5416892896 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc695c3b67196640c883928a5416892896
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"omnia": {
|
|
493
|
+
"search": {
|
|
494
|
+
"logging": typeof wc119607d027d046e5a34cac5dadbadffb extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc119607d027d046e5a34cac5dadbadffb
|
|
495
|
+
},
|
|
496
|
+
"wcm": {
|
|
497
|
+
"glossary": {
|
|
498
|
+
"uisettings": {
|
|
499
|
+
"blade": typeof wcb7fb96abf6034cf29a6cd942154495d7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb7fb96abf6034cf29a6cd942154495d7
|
|
500
|
+
},
|
|
501
|
+
"tree": {
|
|
502
|
+
"blade": typeof wc72ff9c4571884b11a856133d7e3e28c8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc72ff9c4571884b11a856133d7e3e28c8
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
"variation": {
|
|
508
|
+
"picker": typeof wc613955e3b78b4a2fbc9243ea7f74022b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc613955e3b78b4a2fbc9243ea7f74022b
|
|
509
|
+
},
|
|
510
|
+
"page": {
|
|
511
|
+
"feedback": {
|
|
512
|
+
"action": {
|
|
513
|
+
"dialog": typeof wc70343da432a445a4a19ff2f13f0538a1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc70343da432a445a4a19ff2f13f0538a1
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"rollup": {
|
|
517
|
+
"settings": {
|
|
518
|
+
"breakpoint": typeof wc9666447b45b64674ba1782734b77656f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9666447b45b64674ba1782734b77656f
|
|
519
|
+
},
|
|
520
|
+
"settings$": typeof wc4a31a8557a0c428ab2ae6d25a61212e0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4a31a8557a0c428ab2ae6d25a61212e0,
|
|
521
|
+
"calendarview": {
|
|
522
|
+
"settings": typeof wc92db91f42c61426781213642973a393b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc92db91f42c61426781213642973a393b,
|
|
523
|
+
"view": typeof wc9de86be282f24e90916a62b474adb27f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9de86be282f24e90916a62b474adb27f
|
|
524
|
+
},
|
|
525
|
+
"cardview": {
|
|
526
|
+
"settings": typeof wc4b67de2e1fba40f6b9310f46d67b18ff extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4b67de2e1fba40f6b9310f46d67b18ff,
|
|
527
|
+
"view": typeof wc96a40113bc6349159266385409d6823d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc96a40113bc6349159266385409d6823d
|
|
528
|
+
},
|
|
529
|
+
"dialog": {
|
|
530
|
+
"view": typeof wc31cf4a109fee43ee971073bf2efe7174 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc31cf4a109fee43ee971073bf2efe7174
|
|
531
|
+
},
|
|
532
|
+
"dynamicroller": {
|
|
533
|
+
"settings": typeof wc3ebbb887991841baa04c6f13fa7e67a2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3ebbb887991841baa04c6f13fa7e67a2,
|
|
534
|
+
"view": typeof wc3010cfb4e97c4817867ed440df089de0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3010cfb4e97c4817867ed440df089de0
|
|
535
|
+
},
|
|
536
|
+
"list": {
|
|
537
|
+
"settings": typeof wc524390873843441dbf9d380f0f229fb6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc524390873843441dbf9d380f0f229fb6,
|
|
538
|
+
"view": typeof wc9d62f3de5a714435927b43a6ee9bce40 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9d62f3de5a714435927b43a6ee9bce40
|
|
539
|
+
},
|
|
540
|
+
"listing": {
|
|
541
|
+
"with": {
|
|
542
|
+
"image": {
|
|
543
|
+
"settings": typeof wcb49a52992b2a4ffd82f0666e3f7e51dc extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb49a52992b2a4ffd82f0666e3f7e51dc,
|
|
544
|
+
"view": typeof wc1ec4b7245aa14340ad1a4e36319de631 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1ec4b7245aa14340ad1a4e36319de631
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
"navigation": {
|
|
549
|
+
"view": {
|
|
550
|
+
"settings": typeof wc66202bf932b64811afbc6c4628270ddf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc66202bf932b64811afbc6c4628270ddf
|
|
551
|
+
},
|
|
552
|
+
"view$": typeof wcdcc28f3698694c5ca8065e86b9bfd246 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdcc28f3698694c5ca8065e86b9bfd246
|
|
553
|
+
},
|
|
554
|
+
"newsletterview": {
|
|
555
|
+
"settings": typeof wc51be5aadea2348e4a5669094f1c20d22 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc51be5aadea2348e4a5669094f1c20d22
|
|
556
|
+
},
|
|
557
|
+
"newsletter": {
|
|
558
|
+
"view": typeof wcb31d4e311437406c8e78039a68fcfd19 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb31d4e311437406c8e78039a68fcfd19
|
|
559
|
+
},
|
|
560
|
+
"roller": {
|
|
561
|
+
"settings": typeof wc48a601cad5a54a4e88d2abe88c204b78 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc48a601cad5a54a4e88d2abe88c204b78,
|
|
562
|
+
"view": typeof wc8358a4a94ad0449aa8889bf876837849 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8358a4a94ad0449aa8889bf876837849
|
|
563
|
+
},
|
|
564
|
+
"metric": {
|
|
565
|
+
"detail": typeof wc5386ecd4203348afb190beb0f6879995 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5386ecd4203348afb190beb0f6879995
|
|
566
|
+
},
|
|
567
|
+
"renderer": typeof wc39f1ad4903324c43933e3c86c8debed6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc39f1ad4903324c43933e3c86c8debed6
|
|
568
|
+
},
|
|
569
|
+
"rollup$": typeof wc731918f5a46c4e2f82ad6acd6f0a815a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc731918f5a46c4e2f82ad6acd6f0a815a,
|
|
570
|
+
"feedbacks": {
|
|
571
|
+
"dialog": typeof wc02377b92cf244ca0b09ec5095792890e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc02377b92cf244ca0b09ec5095792890e
|
|
572
|
+
},
|
|
573
|
+
"comment": {
|
|
574
|
+
"like": {
|
|
575
|
+
"settings": typeof wcd0d63c37a69d469c81ad934647fa104e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd0d63c37a69d469c81ad934647fa104e,
|
|
576
|
+
"view": typeof wcc47d603aecd34fb4a599cc4118d7fea9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc47d603aecd34fb4a599cc4118d7fea9
|
|
577
|
+
},
|
|
578
|
+
"like$": typeof wcbbca03b9c6ac4d2ab1bb5c9f343c318b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbbca03b9c6ac4d2ab1bb5c9f343c318b
|
|
579
|
+
},
|
|
580
|
+
"publish": {
|
|
581
|
+
"dialog": typeof wc5e25127e18144900bd49de8567fe7356 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5e25127e18144900bd49de8567fe7356
|
|
582
|
+
},
|
|
583
|
+
"channel": {
|
|
584
|
+
"editor": typeof wc128c96773fdb4e63802ef6647a2d680c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc128c96773fdb4e63802ef6647a2d680c
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
"channels": {
|
|
588
|
+
"approval": {
|
|
589
|
+
"page": typeof wce9e57ebe5dfe4bb19162cc4e30befa14 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce9e57ebe5dfe4bb19162cc4e30befa14
|
|
590
|
+
},
|
|
591
|
+
"cardview": typeof wcc42c2f0038674e6d9b743d950a8a3879 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc42c2f0038674e6d9b743d950a8a3879
|
|
592
|
+
},
|
|
593
|
+
"content": {
|
|
594
|
+
"block": {
|
|
595
|
+
"multiline": {
|
|
596
|
+
"text": typeof wc9a4338a309bf4790abb04222d248b1a1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9a4338a309bf4790abb04222d248b1a1
|
|
597
|
+
},
|
|
598
|
+
"translation": {
|
|
599
|
+
"comparer": typeof wc4a1b408079554143968180eb8e94f09e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4a1b408079554143968180eb8e94f09e
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"digitalsignage": {
|
|
604
|
+
"admin": {
|
|
605
|
+
"journey": typeof wc49e541394ba242c58afe197518622b9c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc49e541394ba242c58afe197518622b9c
|
|
606
|
+
},
|
|
607
|
+
"screen": {
|
|
608
|
+
"renderer": typeof wc89638f8732594931804ca7bd4726e604 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc89638f8732594931804ca7bd4726e604
|
|
609
|
+
},
|
|
610
|
+
"views": {
|
|
611
|
+
"onecolumnfullwidth": {
|
|
612
|
+
"settings": typeof wc0ebac98a165a4ff6aa534e236e688b60 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0ebac98a165a4ff6aa534e236e688b60,
|
|
613
|
+
"view": typeof wcfeb254b700544739bc00d6c88ca0048a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfeb254b700544739bc00d6c88ca0048a
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"newsmetadata": typeof wc35782dc685c44a31ab2af7cc57f7ae4a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc35782dc685c44a31ab2af7cc57f7ae4a
|
|
617
|
+
},
|
|
618
|
+
"glossary": {
|
|
619
|
+
"page": {
|
|
620
|
+
"provider": {
|
|
621
|
+
"settings": typeof wceea64996934b441081a8e8b76faba608 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wceea64996934b441081a8e8b76faba608,
|
|
622
|
+
"mapping": typeof wc1d93972849a947cf910f318c40874733 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1d93972849a947cf910f318c40874733
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
"selected": {
|
|
627
|
+
"page": {
|
|
628
|
+
"item": typeof wc60fc63d0378e4d4a82494eb66de37e57 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc60fc63d0378e4d4a82494eb66de37e57
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
"publishingapp": {
|
|
632
|
+
"filterengine": {
|
|
633
|
+
"renderer": typeof wcf6bb0efb60b34740b9dd8c95bb8f6633 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf6bb0efb60b34740b9dd8c95bb8f6633,
|
|
634
|
+
"propertysettings": typeof wc99ef03c2360a4bef96b93a9afec60fbd extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc99ef03c2360a4bef96b93a9afec60fbd,
|
|
635
|
+
"defaultvalue": {
|
|
636
|
+
"input": typeof wc396e9cdb956e4d749961379d444361b7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc396e9cdb956e4d749961379d444361b7
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"filterengine": {
|
|
641
|
+
"selectionsarea": {
|
|
642
|
+
"publishingapp": typeof wc73e579f2d2cf4fe4bad8e2775b8e066c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc73e579f2d2cf4fe4bad8e2775b8e066c,
|
|
643
|
+
"pagetype": typeof wcb77b1645d08e4bf08eb10931e6cff35a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb77b1645d08e4bf08eb10931e6cff35a,
|
|
644
|
+
"channel": typeof wcaccf29dcf0654a6bb660fb52ab12a988 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaccf29dcf0654a6bb660fb52ab12a988
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"pagetype": {
|
|
648
|
+
"filterengine": {
|
|
649
|
+
"renderer": typeof wc50e80a2cf08c4301b19c5cb6dba24faf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc50e80a2cf08c4301b19c5cb6dba24faf,
|
|
650
|
+
"propertysettings": typeof wc13e81b8b86784f8486193cebc2cfe130 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc13e81b8b86784f8486193cebc2cfe130,
|
|
651
|
+
"defaultvalue": {
|
|
652
|
+
"input": typeof wc085b26766a904acead54103da0cd8365 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc085b26766a904acead54103da0cd8365
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"filter": typeof wc6b0450b907df4cf0aaec982d38b008a6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6b0450b907df4cf0aaec982d38b008a6
|
|
656
|
+
},
|
|
657
|
+
"channel": {
|
|
658
|
+
"filterengine": {
|
|
659
|
+
"renderer": typeof wc95c4afccaa194189b429df99fe49df3d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc95c4afccaa194189b429df99fe49df3d,
|
|
660
|
+
"propertysettings": typeof wc701edc2c8f764d03aa2f425730fdfbc0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc701edc2c8f764d03aa2f425730fdfbc0,
|
|
661
|
+
"defaultvalue": {
|
|
662
|
+
"input": typeof wc080dba89c9c7418eb6c9a29dec3f2438 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc080dba89c9c7418eb6c9a29dec3f2438
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
"filter": typeof wc1692b3df92d1494386410167d7ba8115 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1692b3df92d1494386410167d7ba8115
|
|
666
|
+
},
|
|
667
|
+
"activity": {
|
|
668
|
+
"feed": {
|
|
669
|
+
"settings": typeof wc6bd9de93d6ac4b76b50d4c16bdf35c44 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6bd9de93d6ac4b76b50d4c16bdf35c44
|
|
670
|
+
},
|
|
671
|
+
"feed$": typeof wca4bfa90c207d4cae9246a1e895fdcd8f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca4bfa90c207d4cae9246a1e895fdcd8f
|
|
672
|
+
},
|
|
673
|
+
"rate": {
|
|
674
|
+
"page": {
|
|
675
|
+
"settings": typeof wc44c7ff3d9dec48db9999418ae894d22d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc44c7ff3d9dec48db9999418ae894d22d
|
|
676
|
+
},
|
|
677
|
+
"page$": typeof wcf1280b9eb8ed48cc81494414282df03a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf1280b9eb8ed48cc81494414282df03a
|
|
678
|
+
},
|
|
679
|
+
"share": {
|
|
680
|
+
"page": typeof wc03cc9cdf57fd40cbb3cdeac5c8a11ddf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc03cc9cdf57fd40cbb3cdeac5c8a11ddf
|
|
681
|
+
},
|
|
682
|
+
"admin": {
|
|
683
|
+
"channel": {
|
|
684
|
+
"management": {
|
|
685
|
+
"journey": typeof wca8c1f0b5ca3946a69e0e40e01d1744d3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca8c1f0b5ca3946a69e0e40e01d1744d3
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"sp": {
|
|
689
|
+
"sync": {
|
|
690
|
+
"general": {
|
|
691
|
+
"blade": typeof wce3be203c4a6e4051a74eddade9b55906 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce3be203c4a6e4051a74eddade9b55906
|
|
692
|
+
},
|
|
693
|
+
"search": {
|
|
694
|
+
"blade": typeof wc9ca5744906894989adbfebbf55136552 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9ca5744906894989adbfebbf55136552
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"omx": {
|
|
700
|
+
"em": {
|
|
701
|
+
"admin": {
|
|
702
|
+
"settings": {
|
|
703
|
+
"journey": typeof wcc61ce8fa727445e89791f9fa778f714f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc61ce8fa727445e89791f9fa778f714f
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
"pagerollupviews": {
|
|
707
|
+
"list": {
|
|
708
|
+
"view": {
|
|
709
|
+
"settings": typeof wc674b0dac6000461c9fa960e72fb7af3d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc674b0dac6000461c9fa960e72fb7af3d
|
|
710
|
+
},
|
|
711
|
+
"view$": typeof wc22eb47b112c2474bbce3244d8f15108b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc22eb47b112c2474bbce3244d8f15108b
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
"system": {
|
|
715
|
+
"account": typeof wcf23e716983284586b0537698b52cb53e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf23e716983284586b0537698b52cb53e
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
"app": {
|
|
720
|
+
"filter": typeof wcc832569256ac4fbabc970a4e8371e5c0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc832569256ac4fbabc970a4e8371e5c0,
|
|
721
|
+
"editing": typeof wc3d7c043d667b475ea5794cc5baa658be extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3d7c043d667b475ea5794cc5baa658be,
|
|
722
|
+
"layout": {
|
|
723
|
+
"renderer": typeof wca744f8c0ae194734bb9994eaedacb0b1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca744f8c0ae194734bb9994eaedacb0b1
|
|
724
|
+
},
|
|
725
|
+
"admin": {
|
|
726
|
+
"appsettings": {
|
|
727
|
+
"advanced": typeof wca38e1983a42d4422abde1784bf8a1033 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca38e1983a42d4422abde1784bf8a1033,
|
|
728
|
+
"permission": typeof wcdc7f61d47e5b444b91dc727a6133e1f9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdc7f61d47e5b444b91dc727a6133e1f9
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"listing": {
|
|
733
|
+
"picked": {
|
|
734
|
+
"pages": typeof wcc1d3b290cbf24c42a8c053882beb391a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc1d3b290cbf24c42a8c053882beb391a
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
"picked": {
|
|
738
|
+
"pages": {
|
|
739
|
+
"dialog": typeof wc184bcf76ea8d474289851345097cb1ef extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc184bcf76ea8d474289851345097cb1ef
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
"uniqueusers": {
|
|
743
|
+
"details": {
|
|
744
|
+
"view": typeof wcc51685ba80144591a322e550bfd2dd3c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc51685ba80144591a322e550bfd2dd3c
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
"pagerollup": {
|
|
748
|
+
"velcron": {
|
|
749
|
+
"view": {
|
|
750
|
+
"settings": typeof wc2c41ddc4f984496fab2def028ab26b75 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2c41ddc4f984496fab2def028ab26b75,
|
|
751
|
+
"view": typeof wc995accfe824f40389593800b4ef8818f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc995accfe824f40389593800b4ef8818f
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"create": {
|
|
756
|
+
"page": typeof wc335133ee968c43ee9d51a21e48bd4e30 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc335133ee968c43ee9d51a21e48bd4e30,
|
|
757
|
+
"pagecollection": typeof wc67090a10b0804e74bb5251becacdbb4f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc67090a10b0804e74bb5251becacdbb4f,
|
|
758
|
+
"pagetype": typeof wc7e9ca1294f084b568a05dae8c6e85770 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7e9ca1294f084b568a05dae8c6e85770
|
|
759
|
+
},
|
|
760
|
+
"editor": {
|
|
761
|
+
"actiontoolbar": {
|
|
762
|
+
"variationselector": typeof wc236cbcf68ff044fe8bfea9e74dfabfe1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc236cbcf68ff044fe8bfea9e74dfabfe1
|
|
763
|
+
},
|
|
764
|
+
"appsettings": {
|
|
765
|
+
"journey": {
|
|
766
|
+
"menu": typeof wc84adcb326513436fa6b1b6b96916542d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc84adcb326513436fa6b1b6b96916542d
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
"pagecollectionsettings": typeof wc3e070b0f0bd24d53940e29bfdcb28d9e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3e070b0f0bd24d53940e29bfdcb28d9e,
|
|
770
|
+
"pagetypesettings": typeof wc104976963bb24af389aa562ec89e037a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc104976963bb24af389aa562ec89e037a
|
|
771
|
+
},
|
|
772
|
+
"invite": {
|
|
773
|
+
"coauthors": typeof wca5f3d79de2854480825299cc6ab63260 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca5f3d79de2854480825299cc6ab63260
|
|
774
|
+
},
|
|
775
|
+
"pagerenderer": typeof wc8e012b424c134150a11f6b0b6300ee7c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8e012b424c134150a11f6b0b6300ee7c,
|
|
776
|
+
"sp": {
|
|
777
|
+
"sync": {
|
|
778
|
+
"settings": typeof wc7656ba65a7a942638a3c9b9ed2d6e52b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7656ba65a7a942638a3c9b9ed2d6e52b,
|
|
779
|
+
"tenant": {
|
|
780
|
+
"settings": typeof wc1d81f13fa1a74789b77536bf50a7776f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1d81f13fa1a74789b77536bf50a7776f
|
|
781
|
+
},
|
|
782
|
+
"error": typeof wcabce400ea5ed4cde93d9662a4330377e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcabce400ea5ed4cde93d9662a4330377e
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
"appmanagement": {
|
|
786
|
+
"setup": typeof wc77d0babbadf04d819f430731f3b610d6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc77d0babbadf04d819f430731f3b610d6
|
|
787
|
+
},
|
|
788
|
+
"attach": {
|
|
789
|
+
"site": {
|
|
790
|
+
"button": typeof wc7b0e1546ebb1406eb03f8cbb1a879a83 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7b0e1546ebb1406eb03f8cbb1a879a83
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
"navigation": {
|
|
794
|
+
"tree": typeof wc4a5efb9912f74ea18a8413086ed5fafa extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4a5efb9912f74ea18a8413086ed5fafa,
|
|
795
|
+
"action": {
|
|
796
|
+
"menu": typeof wcec2ecf744ef64f5aa55cb10509d581ce extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcec2ecf744ef64f5aa55cb10509d581ce
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
"apps": {
|
|
800
|
+
"provisioning": {
|
|
801
|
+
"validator": typeof wcbba97582d9394bff9c9dac5ee13c053a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbba97582d9394bff9c9dac5ee13c053a
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"editor$": typeof wc0ec1018d268248b9bb11c8e1542d62f8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0ec1018d268248b9bb11c8e1542d62f8
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
let wcm: {
|
|
808
|
+
"buttonlink": {
|
|
809
|
+
"settings": typeof wcd196fb5cce724968a325e041e2add623 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd196fb5cce724968a325e041e2add623
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
//{{namespace}}
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
}
|
|
816
|
+
|