@omnia/wcm 8.0.11-dev → 8.0.13-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +5 -0
  2. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +9 -0
  3. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +19 -0
  4. package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +1 -0
  5. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +6 -2
  6. package/internal-do-not-import-from-here/core/ux/FilterTargetingPropertyValueInput.d.ts +5 -5
  7. package/internal-do-not-import-from-here/fx/apis/DigitalSignage.d.ts +18 -0
  8. package/internal-do-not-import-from-here/fx/apis/MediaRollup.d.ts +15 -0
  9. package/internal-do-not-import-from-here/fx/apis/PageRollup.d.ts +2 -2
  10. package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +19 -19
  12. package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +4 -0
  13. package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +2 -2
  14. package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +2 -2
  15. package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +31 -6
  16. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +1 -0
  17. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +5 -5
  18. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -1
  19. package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.d.ts +4 -2
  20. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +39 -31
  21. package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +2 -2
  22. package/internal-do-not-import-from-here/fx/models/components/index.d.ts +0 -1
  23. package/internal-do-not-import-from-here/fx/models/components/index.js +0 -1
  24. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +4 -32
  25. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningHtmlViewRegistration.d.ts +3 -3
  26. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.d.ts +3 -2
  27. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.js +2 -1
  28. package/internal-do-not-import-from-here/fx/models/index.d.ts +2 -0
  29. package/internal-do-not-import-from-here/fx/models/index.js +2 -0
  30. package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +2 -2
  31. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupConstants.d.ts +54 -0
  32. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupConstants.js +62 -0
  33. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupItem.d.ts +35 -0
  34. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupItem.js +19 -0
  35. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupProvider.d.ts +13 -0
  36. package/internal-do-not-import-from-here/fx/models/{components/BannerBlockStyles.js → mediarollup/MediaRollupProvider.js} +0 -2
  37. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupQueryResult.d.ts +7 -0
  38. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupQueryResult.js +2 -0
  39. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupRequest.d.ts +9 -0
  40. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupRequest.js +2 -0
  41. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupSettings.d.ts +19 -0
  42. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupSettings.js +2 -0
  43. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupStyles.d.ts +31 -0
  44. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupStyles.js +4 -0
  45. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupView.d.ts +21 -0
  46. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupView.js +2 -0
  47. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupProviderRegistrationApi.d.ts +4 -0
  48. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupProviderRegistrationApi.js +2 -0
  49. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupViewRegistrationApi.d.ts +4 -0
  50. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupViewRegistrationApi.js +2 -0
  51. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/index.d.ts +2 -0
  52. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/index.js +5 -0
  53. package/internal-do-not-import-from-here/fx/models/mediarollup/index.d.ts +9 -0
  54. package/internal-do-not-import-from-here/fx/models/mediarollup/index.js +12 -0
  55. package/internal-do-not-import-from-here/fx/models/pagequery/CardViewSettings.d.ts +3 -2
  56. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +2 -1
  57. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
  58. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupPropertyPicker.d.ts +12 -0
  59. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupPropertyPicker.js +2 -0
  60. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +7 -0
  61. package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +1 -0
  62. package/internal-do-not-import-from-here/fx/models/pagequery/index.js +1 -0
  63. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +1 -0
  64. package/internal-do-not-import-from-here/fx/models/pages/PageFile.d.ts +3 -1
  65. package/internal-do-not-import-from-here/fx/models/pages/PageFile.js +2 -1
  66. package/internal-do-not-import-from-here/fx/models/pages/VersionInformation.d.ts +6 -0
  67. package/internal-do-not-import-from-here/fx/models/query/ItemQuery.d.ts +3 -3
  68. package/internal-do-not-import-from-here/fx/models/query/index.d.ts +0 -1
  69. package/internal-do-not-import-from-here/fx/models/query/index.js +0 -1
  70. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.d.ts +7 -4
  71. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.js +4 -4
  72. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.d.ts +21 -0
  73. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.js +2 -0
  74. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockStyles.d.ts +26 -0
  75. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockStyles.js +18 -0
  76. package/internal-do-not-import-from-here/fx/models/welcomeblock/index.d.ts +3 -0
  77. package/internal-do-not-import-from-here/fx/models/welcomeblock/index.js +6 -0
  78. package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.d.ts +55 -0
  79. package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.js +19 -0
  80. package/internal-do-not-import-from-here/fx/pages/VersionEnterpriseProperties.d.ts +2 -2
  81. package/internal-do-not-import-from-here/fx/pages/VersionPropertyBag.d.ts +2 -2
  82. package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +0 -1
  83. package/internal-do-not-import-from-here/fx/services/MediaRollupService.d.ts +9 -0
  84. package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +2 -2
  85. package/internal-do-not-import-from-here/fx/services/PageService.d.ts +3 -2
  86. package/internal-do-not-import-from-here/fx/services/PageStatisticsService.d.ts +1 -0
  87. package/internal-do-not-import-from-here/fx/services/SeoService.d.ts +10 -2
  88. package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
  89. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryUtils.d.ts +8 -0
  90. package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +3 -3
  91. package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +78 -3
  92. package/internal-do-not-import-from-here/fx/shared/index.d.ts +1 -0
  93. package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +23 -23
  94. package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +66 -81
  95. package/internal-do-not-import-from-here/fx/stores/PageStatisticsStore.d.ts +3 -0
  96. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +3 -3
  97. package/internal-do-not-import-from-here/fx/stores/index.d.ts +1 -1
  98. package/internal-do-not-import-from-here/fx/stores/pagerollup/PageRollupSettingsStore.d.ts +87 -0
  99. package/internal-do-not-import-from-here/fx/stores/{PageRollupStore.d.ts → pagerollup/PageRollupStore.d.ts} +4 -0
  100. package/internal-do-not-import-from-here/fx/stores/pagerollup/SettingsMigrations.d.ts +5 -0
  101. package/internal-do-not-import-from-here/fx/stores/pagerollup/index.d.ts +3 -0
  102. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +6 -6
  103. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +3 -3
  104. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +3 -3
  105. package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +6 -0
  106. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  107. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  108. package/internal-do-not-import-from-here/models/publishingapp/PublishingAppSettings.d.ts +4 -0
  109. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  110. package/internal-do-not-import-from-here/wctypings.d.ts +386 -48
  111. package/package.json +1 -1
  112. package/internal-do-not-import-from-here/fx/models/components/BannerBlockStyles.d.ts +0 -38
  113. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +0 -18
  114. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +0 -24
@@ -1,8 +1,13 @@
1
1
  import { VueComponentBaseProps } from "@omnia/fx/ux";
2
2
 
3
+ import wcf0a94c09666b41f6a2632151c2c34ef2 from './accordion/Accordion';
4
+ import wc224bc52ef18f4cc5b20135857d4d8745 from './accordion/AccordionSettingsComponent';
3
5
  import wc85ee14418ff7462ab6b12dc7bae6bf04 from './actionbutton/ActionButton';
4
6
  import wcd196fb5cce724968a325e041e2add623 from './actionbutton/ActionButtonSettings';
5
7
  import wca4d8a618e7644269b17b1fcbb1fa7276 from './adminv2/AdminJourney';
8
+ import wcaf4944567ec144389b41c15058e24bec from './banner/BannerBlockSettings';
9
+ import wcaf3408d03c8f4877b2399e12bbf68f30 from './banner/BannerBlockEdit';
10
+ import wcfb5c76d4ab0049f7b9e2f7228a39a7aa from './banner/BannerBlock';
6
11
  import wc61fdc82644984bc8a5ab997101c4ed8b from './breadcrumb/Breadcrumb';
7
12
  import wc84dbea0b26f74942a49248e6370955aa from './breadcrumb/BreadcrumbSettings';
8
13
  import wccb9cddbe8c10400cb7480d941e7bafa4 from './contentblock/ContentBlock';
@@ -10,10 +15,38 @@ import wc39fd47aff2fd40d69dbb5c80f37d4b9d from './contentblock/ContentBlockSetti
10
15
  import wcdc891a5b6d874f9c88b89fbc48299f1e from './contentblock/ContentSignInBlock';
11
16
  import wcc90ce2aff8b6477c85a27c515dd7c0be from './contentflow/ContentBlock';
12
17
  import wc5c87af0e445947089136642f518aad55 from './contentflow/ContentBlockSettings';
18
+ import wc31f184faefe746a3bbe6fd8e8dd2065e from './eventparticipantcounter/EventParticipantCounter';
19
+ import wc03ddb10b32b54f06b98399041e8ac042 from './eventparticipantcounter/EventParticipantCounterSettings';
20
+ import wcdb2eaafe0e3342dead729066fbf75a57 from './eventparticipantlist/EventParticipantListSettings';
21
+ import wc5f2e1e8399884c9cb36e6eba261f0f00 from './governancedashboard/components/metrics/PublishedMetricDetail';
22
+ import wc725381be8dbb4009be39db19c1715ad8 from './governancedashboard/components/metrics/PublishedMetricIndicator';
23
+ import wc3b66a44521b74798ba67f1f1051e917f from './governancedashboard/components/metrics/WaitingApprovalMetricDetail';
24
+ import wc785e7c573a834e3d944a4fdf9b21568b from './governancedashboard/components/metrics/WaitingApprovalMetricIndicator';
25
+ import wc384165d9a68d4754b6662c031e5d73dc from './governancedashboard/components/metrics/DraftMetricDetail';
26
+ import wc30134b9ffa654c8b81db4b1e8cc63fc8 from './governancedashboard/components/metrics/DraftMetricIndicator';
27
+ import wcca856390c805424dad3b6e630dfad20d from './governancedashboard/components/metrics/NoCommentsMetricIndicator';
28
+ import wcff2faec1ca124fe69e9f132a86c54141 from './governancedashboard/components/metrics/NoCommentsMetricDetail';
29
+ import wc78d4973cbb984c04bf9b188ac1ab922c from './governancedashboard/components/metrics/AverageNumberOfCommentsIndicator';
30
+ import wc989aec6a25794b24ab5d783ff45d37f8 from './governancedashboard/components/metrics/AverageNumberOfCommentsDetail';
31
+ import wcd600aad05a9e434aa668cfc2f55d5652 from './governancedashboard/components/metrics/AverageRatingsIndicator';
32
+ import wc974e40c2fd0b45b2b4c63d0fe6250caf from './governancedashboard/components/metrics/AverageRatingsDetail';
33
+ import wc3c6b0edcedfb498baf318744c6719d1a from './governancedashboard/components/filters/PublishingAppsFilter';
34
+ import wcf2191f62481c48198d86023b652bc6a6 from './governancedashboard/components/filters/PageTypesFilter';
35
+ import wcf68199f27da1497c91f57fc2dcd6dbf4 from './governancedashboard/components/metrics/ReachMetricIndicator';
36
+ import wc8cfa5020db03441abfcf49d84ab6e450 from './governancedashboard/components/metrics/ReachMetricDetail';
37
+ import wc6c1dd06086004102ad1a5d771e9dee21 from './governancedashboard/components/metrics/UnderusedMetricIndicator';
38
+ import wc54f1a662d9034d25b4d59982a89330ac from './governancedashboard/components/metrics/UnderusedMetricDetail';
39
+ import wc05e98518762d4d0c8b7c9bb5cca2654d from './governancedashboard/components/metrics/PagesDashboardIndicator';
40
+ import wc26daa08969b34c768567d2072ae2dbf7 from './governancedashboard/components/informations/InformationDialog';
41
+ import wcb9138c4de924439ba2f087a0c2d17008 from './governancedashboard/components/metrics/PagesDashboardDetail';
42
+ import wcc6f4632608a844c0862ce16086484f98 from './governancedashboard/components/metrics/UserActivityDashboardChartIndicator';
43
+ import wc44593e1b3e984e77ab94cb5c8651333a from './governancedashboard/components/metrics/PagesDashboardChartIndicator';
13
44
  import wc5178a130e1034f819111b6aa8a854b24 from './governancedashboard/components/linkstatusmetrics/UnauthorizedMetricDetail';
14
45
  import wcb2b6859571754de88816b36303ac2253 from './governancedashboard/components/linkstatusmetrics/UnauthorizedMetricIndicator';
15
46
  import wcf688b5b5cff14149b59f14e883649e0a from './governancedashboard/components/linkstatusmetrics/NotFoundMetricDetail';
16
47
  import wcdb5123954cc74ef79acca328eb87d533 from './governancedashboard/components/linkstatusmetrics/NotFoundMetricIndicator';
48
+ import wcbeac80273d7c421c856ade3787be4c43 from './governancedashboard/components/metrics/ActiveUserReaderMetricIndicator';
49
+ import wc1b46004f38ba4088b1c88f68f79395e9 from './governancedashboard/components/metrics/ActiveUserContributorMetricIndicator';
17
50
  import wc5f5e464c15e74beb8352cf80c231cc09 from './htmlscriptblock/HtmlScriptBlock';
18
51
  import wc3b1e31ca3f8c4944bbba139375fd62fe from './htmlscriptblock/HtmlScriptBlockSettings';
19
52
  import wc695c3b67196640c883928a5416892896 from './htmlscriptblock/HtmlScriptBlockContentEditor';
@@ -25,7 +58,10 @@ import wcbb67b961921046ba9199cd5fcb532ea9 from './linkpicker/LinkPicker';
25
58
  import wc9c24268026e74874bec0eb0f6a05cef7 from './media/MediaComponent';
26
59
  import wcc634d83302c04e838187517acbba164a from './media/MediaComponentSettings';
27
60
  import wcfd17f18a12a4458582e1f13cd262adaa from './media/MediaSignInComponent';
61
+ import wc682049fd95a24f0ea54a5dfdb389f20a from './mediarollup/block/MediaRollupBlock';
62
+ import wc5f316afb1fb844c08703c35c539e7824 from './mediarollup/block/MediaRollupBlockSettings';
28
63
  import wc119607d027d046e5a34cac5dadbadffb from './omniasearchlogging/components/OmniaSearchLogging';
64
+ import wc80bb8e3c0bce4ffeb14627f009e363de from './pagecreation/PageCreationActionSetting';
29
65
  import wc52af49cdff7741a9b74146a06d706c36 from './pagenavigation/PageNavigation';
30
66
  import wc8674a7ae1a354004bf1cf22edbdc57e5 from './pagenavigation/PageNavigationSettings';
31
67
  import wcd1536b0e01fe4b99b65081167e364d5a from './pageproperties/PageProperties';
@@ -37,8 +73,13 @@ import wc6d04dbe288a848ce874157085277847c from './variationinput/VariationInput'
37
73
  import wc613955e3b78b4a2fbc9243ea7f74022b from './variationpicker/VariationPicker';
38
74
  import wcafcbf0d5c04a4795980249c919b16f88 from './variationselectorblock/VariationSelectorBlock';
39
75
  import wc97c28633b32a4aefa8c3d53ecd1908f5 from './variationselectorblock/VariationSelectorBlockSettings';
76
+ import wc1cccfc13daa04a1396f14fd385b9f4ad from './welcomeblock/components/MessagePropertyPicker';
77
+ import wc1a517930e25749f0aec8a1617d79d21e from './welcomeblock/block/WelcomeBlock';
78
+ import wc0045e80879aa46a1b1333f9df9276142 from './welcomeblock/block/WelcomeBlockSettings';
40
79
  import wcf14986cf6db041e4b1f6ce08c3b41307 from './actionhandlers/linkaction/LinkButtonSettings';
41
80
  import wc0610a94cf2b94c7e9c4c80ea7dea5df9 from './actionhandlers/linkaction/LinkButtonView';
81
+ import wc8cef45f4fbae4fdc89055346740c8df6 from './actionhandlers/pagecreationaction/PageCreationButtonSettings';
82
+ import wc6135dc5c6fa4477cbb8e89ec1b7fb3ea from './actionhandlers/pagecreationaction/PageCollectionSelectorDialog';
42
83
  import wc70343da432a445a4a19ff2f13f0538a1 from './actionhandlers/pagefeedbackaction/CreatePageFeedbackDialog';
43
84
  import wcd2de1ab257ac4f699c002ae3d0e4da79 from './adminv2/blades/Permission';
44
85
  import wc7f2ee159a902411f970d470c5ee8e400 from './adminv2/blades/Settings';
@@ -49,12 +90,20 @@ import wce49e30b2657d43378c4b1bec3f26876a from './adminv2/governancedashboard/Un
49
90
  import wcc1d6de98dfa9448ab06e36f261e13164 from './adminv2/governancedashboard/ActiveUserJourney';
50
91
  import wca23fec7e5622426cacfecc5934544112 from './adminv2/governancedashboard/UserPropertyMetricsSettingJourney';
51
92
  import wc1acddfaf9c9c4ce6a66bda704b1648bf from './adminv2/queryableproperties/QueryablePropertiesJourney';
93
+ import wc03fe3371356547caa1e8fc792646bce6 from './calendarrollup/Components/CalendarRollup';
94
+ import wc690a2c70ec6c4d0abf2b605b0889661b from './calendarrollup/Components/CalendarRollupSettings';
95
+ import wc480146c7aa7440c082d86754706d6c4a from './channelrollup/components/ChannelRollupComponent';
96
+ import wcf721907a79cc4491843b49c67a203f85 from './channelrollup/components/ChannelRollupSettingsComponent';
52
97
  import wce9e57ebe5dfe4bb19162cc4e30befa14 from './channels/channelapprovalpage/ChannelApprovalPage';
53
98
  import wcc42c2f0038674e6d9b743d950a8a3879 from './channels/channelcardview/ChannelCardView';
99
+ import wce94fe2c962f44f24a93c69c0dd072078 from './communities/rollup/CommunityAppInstanceRollup';
100
+ import wcba88441e39864a0c82c6cb4812d63f53 from './communities/rollup/CommunityAppInstanceRollupSettings';
54
101
  import wc8391e163062343e6871b029470494a79 from './contentblock/BreakPointSettings/ContentBlockBreakPointSettings';
55
102
  import wc9a4338a309bf4790abb04222d248b1a1 from './contentblock/multilinetext/MultilineText';
56
103
  import wc4a1b408079554143968180eb8e94f09e from './contentblock/translation/TranslationComparer';
57
104
  import wc49e541394ba242c58afe197518622b9c from './digitalsignage/admin/DigitalSignageAdminJourney';
105
+ import wc7a4f862ad9bf4e1cb045a4d21ef9141b from './digitalsignage/admin/blades/QueryBlade';
106
+ import wc41781eb76448404eadf87cdbefef7975 from './digitalsignage/admin/blades/ViewJsonBlade';
58
107
  import wc89638f8732594931804ca7bd4726e604 from './digitalsignage/renderer/DigitalSignageScreenRenderer';
59
108
  import wceea64996934b441081a8e8b76faba608 from './enterpriseglossary/admin/components/EnterpriseGlossaryPageInformationSettings';
60
109
  import wc1d93972849a947cf910f318c40874733 from './enterpriseglossary/admin/components/EnterpriseGlossaryPageSourceInformation';
@@ -73,10 +122,14 @@ import wc95c4afccaa194189b429df99fe49df3d from './pagerollup/filterengine/compon
73
122
  import wcaccf29dcf0654a6bb660fb52ab12a988 from './pagerollup/filterengine/components/selectionsarea/channel/SelectionsAreaChannelRenderer';
74
123
  import wc701edc2c8f764d03aa2f425730fdfbc0 from './pagerollup/filterengine/components/settings/channel/ChannelPropertySettings';
75
124
  import wc080dba89c9c7418eb6c9a29dec3f2438 from './pagerollup/filterengine/components/settings/channel/ChannelPropertyDefaultValueInput';
125
+ import wc87a0634d3f3041029e8d6eedc591e17a from './publishingapp/rollup/PublishingAppInstanceRollup';
126
+ import wcf3398bf656f644f585307e8ffdb8e8c3 from './publishingapp/rollup/PublishingAppInstanceRollupSettings';
76
127
  import wcca901c8fd16d480785a7c44b4a487a3c from './relatedlinks/components/EditLink';
77
128
  import wcc3bfc9f13bff48aab63897227dca5916 from './relatedlinks/templates/DefaultLinkTemplate';
78
129
  import wc0b5d35b4076b4a87a24c01f32a2326ec from './relatedlinks/templates/HeadingTemplate';
79
130
  import wcd1856f76a05b40c3a37f864ea7597b85 from './relatedlinks/templates/PageItemTemplate';
131
+ import wcf59c03aff9084af2a9a9a24206cf0ee1 from './rssreader/components/RssReaderComponent';
132
+ import wc794a0a9a4b404a99a98f03da4ed6e6b0 from './rssreader/components/RssReaderSettingsComponent';
80
133
  import wca4bfa90c207d4cae9246a1e895fdcd8f from './social/activityfeed/ActivityFeedComponent';
81
134
  import wc6bd9de93d6ac4b76b50d4c16bdf35c44 from './social/activityfeed/ActivityFeedSettingsComponent';
82
135
  import wc02377b92cf244ca0b09ec5095792890e from './social/pagefeedback/PageFeedbacksDialog';
@@ -98,24 +151,41 @@ import wc99bd28ac12f64264901e5e485ccacbe6 from './adminv2/blades/sharepointsync/
98
151
  import wce3be203c4a6e4051a74eddade9b55906 from './adminv2/blades/sharepointsync/SharepointSyncGeneralBlade';
99
152
  import wc9ca5744906894989adbfebbf55136552 from './adminv2/blades/sharepointsync/SharepointSyncSearchBlade';
100
153
  import wc3548df2b320843e283b5dc5c9a304328 from './adminv2/blades/sharepointsync/CreateSearchProperty';
154
+ import wc07c3e30d939d487ead01189557be3877 from './calendarrollup/Components/EventDialog/EventDialogView';
155
+ import wc2b8df48914c44866846581c3b2b60d12 from './calendarrollup/Components/List/ListView';
101
156
  import wc0ebac98a165a4ff6aa534e236e688b60 from './digitalsignage/Views/OneColumnFullWidthView/OneColumnFullWidthViewSettings';
102
157
  import wcfeb254b700544739bc00d6c88ca0048a from './digitalsignage/Views/OneColumnFullWidthView/OneColumnFullWidthView';
158
+ import wcd9dc7ad4bde4411b911f2f28f674f3d2 from './governancedashboard/components/filters/UserPropertiesFilter';
103
159
  import wcea494e95310b430394ed2c9994ed7be8 from './linkpicker/providers/customlink/CustomLinkPicker';
104
160
  import wc34bbfc6bacd747a4a277cdaad0ff38d7 from './linkpicker/providers/document/DocumentPicker';
105
161
  import wc3f3a788c412d4a4ca04fefbcda89aab4 from './linkpicker/providers/heading/LinkHeading';
106
162
  import wcbf6863b9502740608bb50d87b112b1af from './linkpicker/providers/newpage/PagePicker';
163
+ import wceec22392872945e18ce461d40d6ba3a8 from './mediarollup/Components/MediaAudio/MediaAudio';
164
+ import wc51e18fa5a81d4c989e1618dbd6aa0d40 from './mediarollup/Components/MediaImage/MediaImage';
165
+ import wc5d857df2e5204fc9bc33d8254e8195eb from './mediarollup/Components/MediaVideo/MediaVideo';
166
+ import wc97b1b74d18e04b1ca994f49693933a8a from './mediarollup/providers/MicrosoftSearch/MicrosoftSearchSettings';
167
+ import wcad219c6f9f96436e84dd955eda4b706a from './mediarollup/providers/SharePointLibrary/SharePointLibrarySettings';
168
+ import wc0a443e8a82794f589a2a3b9c7f8c1f50 from './mediarollup/providers/SpsSearch/SpsSearchSettings';
169
+ import wc3f71692985694447b6e577c1154f8a55 from './mediarollup/views/ListView/ListViewSettings';
170
+ import wcac0d99ca4d6b4199993c24c2d1f2d761 from './mediarollup/views/ListView/ListViewDisplay';
171
+ import wc638c4dee9dd043c3a56175ca33739bef from './mediarollup/views/PhotowallView/PhotowallViewSettings';
172
+ import wcf2fec991bb854666954f4b290cfaaeba from './mediarollup/views/PhotowallView/PhotowallViewDisplay';
107
173
  import wcc832569256ac4fbabc970a4e8371e5c0 from './pagerollup/components/AppFilter/AppFilter';
108
174
  import wc9666447b45b64674ba1782734b77656f from './pagerollup/components/BreakPointSettings/PageRollupBreakPointSettings';
109
- import wc92db91f42c61426781213642973a393b from './pagerollup/components/CalendarView/CalendarViewSetting';
175
+ import wc92db91f42c61426781213642973a393b from './pagerollup/components/CalendarView/CalendarGeneralSettings';
176
+ import wcf1a5dfb5be784303875ce258ffad4960 from './pagerollup/components/CalendarView/CalendarPageCreationSettings';
110
177
  import wc9de86be282f24e90916a62b474adb27f from './pagerollup/components/CalendarView/CalendarView';
111
178
  import wcdb0a59ed8714400ba3f9bd0cde34ca00 from './pagerollup/components/CalendarView/CalendarPageCollectionSelectionDialog';
112
179
  import wc4b67de2e1fba40f6b9310f46d67b18ff from './pagerollup/components/CardView/CardViewSetting';
113
180
  import wc96a40113bc6349159266385409d6823d from './pagerollup/components/CardView/CardView';
114
181
  import wc1692b3df92d1494386410167d7ba8115 from './pagerollup/components/ChannelFilter/ChannelFilter';
115
182
  import wc31cf4a109fee43ee971073bf2efe7174 from './pagerollup/components/DialogView/PageRollUpDialogView';
116
- import wc3ebbb887991841baa04c6f13fa7e67a2 from './pagerollup/components/DynamicRoller/DynamicRollerSetting';
183
+ import wc3ebbb887991841baa04c6f13fa7e67a2 from './pagerollup/components/DynamicRoller/DynamicRollerGeneralSettings';
184
+ import wcba6df39be26f4622acaeb66b02569b1a from './pagerollup/components/DynamicRoller/PropertySettings';
185
+ import wcd5768fd5609143c0b99203143fe464a5 from './pagerollup/components/DynamicRoller/StyleSettings';
117
186
  import wc3010cfb4e97c4817867ed440df089de0 from './pagerollup/components/DynamicRoller/DynamicRollerView';
118
- import wc524390873843441dbf9d380f0f229fb6 from './pagerollup/components/List/ListSettings';
187
+ import wc8b324e6ac632424d938a771e6847e57f from './pagerollup/components/List/ListGeneralSettings';
188
+ import wcbb074d5660604f6a836eab6cc5e39957 from './pagerollup/components/List/ListColumnSettings';
119
189
  import wc9d62f3de5a714435927b43a6ee9bce40 from './pagerollup/components/List/ListView';
120
190
  import wcc1d3b290cbf24c42a8c053882beb391a from './pagerollup/components/ListingPickedPages/ListingPickedPages';
121
191
  import wcb49a52992b2a4ffd82f0666e3f7e51dc from './pagerollup/components/ListingWithImage/ListingWithImageSettings';
@@ -126,8 +196,12 @@ import wc51be5aadea2348e4a5669094f1c20d22 from './pagerollup/components/Newslett
126
196
  import wcb31d4e311437406c8e78039a68fcfd19 from './pagerollup/components/NewsletterView/NewsletterView';
127
197
  import wc6b0450b907df4cf0aaec982d38b008a6 from './pagerollup/components/PageTypeFilter/PageTypeFilter';
128
198
  import wc184bcf76ea8d474289851345097cb1ef from './pagerollup/components/PickedPagesDialog/PickedPagesDialog';
129
- import wc48a601cad5a54a4e88d2abe88c204b78 from './pagerollup/components/Roller/RollerSettings';
199
+ import wc5ca22392980040e28b1c37f8aefa2741 from './pagerollup/components/PropertyPicker/PropertyPicker';
200
+ import wc48a601cad5a54a4e88d2abe88c204b78 from './pagerollup/components/Roller/RollerPropertySettings';
201
+ import wc8af09888657446009209ce295d6a71a3 from './pagerollup/components/Roller/RollerStyleSettings';
202
+ import wc3e3af51a721a45a1853df9be6f6eccc1 from './pagerollup/components/Roller/RollerGeneralSettings';
130
203
  import wc8358a4a94ad0449aa8889bf876837849 from './pagerollup/components/Roller/RollerView';
204
+ import wc872a0cb77d544363b03875abe28e8afa from './pagerollup/components/Settings/QuerySettings';
131
205
  import wcc51685ba80144591a322e550bfd2dd3c from './pagerollup/components/UniqueUsersDetailsView/UniqueUsersDetailsView';
132
206
  import wc2c41ddc4f984496fab2def028ab26b75 from './pagerollup/components/VelcronView/VelcronViewComponentSettings';
133
207
  import wc995accfe824f40389593800b4ef8818f from './pagerollup/components/VelcronView/VelcronViewComponent';
@@ -164,9 +238,13 @@ import wc7b0e1546ebb1406eb03f8cbb1a879a83 from './publishingapp/configure/extens
164
238
  import wc3d7c043d667b475ea5794cc5baa658be from './publishingapp/configure/extensibilities/AppEditing';
165
239
  import wc4a5efb9912f74ea18a8413086ed5fafa from './publishingapp/core/navigationtree/NavigationTree';
166
240
  import wcec2ecf744ef64f5aa55cb10509d581ce from './publishingapp/core/navigationtree/ActionsMenu';
241
+ import wc37a3892ef45a44f0b7fa33a133524b47 from './social/actionhandlers/mysubscriptions/MySubscriptions';
242
+ import wc5d0650eb1a504de387f93e008ca9c623 from './social/actionhandlers/subscribebutton/Subscribe';
243
+ import wc8e9797e4629443c2a768178f3a7bbb87 from './social/actionhandlers/subscribebutton/SubscribeButtonSettings';
244
+ import wcac18f10738454b2498ef2f318e659e5e from './channelrollup/components/views/Administration/AdministrationView';
167
245
  import wc35782dc685c44a31ab2af7cc57f7ae4a from './digitalsignage/Views/components/NewsMetadata/NewsMetadata';
168
246
  import wc22eb47b112c2474bbce3244d8f15108b from './pagerollup/components/EventManagement/list/ListView';
169
- import wc674b0dac6000461c9fa960e72fb7af3d from './pagerollup/components/EventManagement/list/ListViewSettings';
247
+ import wc674b0dac6000461c9fa960e72fb7af3d from './pagerollup/components/EventManagement/list/ListColumnSettings';
170
248
  import wcae3f18e8722e4b74b3d11468f49ab8b0 from './publishingapp/appprovisioning/components/appendinformationinput/AppendInformationInput';
171
249
  import wc61d306ed6ef9492ab75af9b8e8941662 from './publishingapp/appprovisioning/components/summary/InformationSummary';
172
250
  import wcc2a6266f16dc41149489d7707d82beae from './publishingapp/appprovisioning/components/summary/MemberSummary';
@@ -180,6 +258,12 @@ import wc104976963bb24af389aa562ec89e037a from './publishingapp/components/edito
180
258
  import wcf5eb8e91daee4e9cb2e47684446abc50 from './publishingapp/components/megamenu/default/DefaultNavigation';
181
259
  import wce634971cc8044a0eb87899ab2015847b from './publishingapp/components/megamenu/settings/SettingsComponent';
182
260
  import wca744f8c0ae194734bb9994eaedacb0b1 from './publishingapp/components/pagerenderer/layout/LayoutRenderer';
261
+ import wc61df5b01c16542749bb85681ee069c4d from './rssreader/components/views/imageonleft/ImageLeftSettings';
262
+ import wc131b221607054da7bbbd4a934c897c92 from './rssreader/components/views/imageonleft/ImageLeftView';
263
+ import wc10373b43ae6d46a19e70377994782b8d from './rssreader/components/views/imageonright/ImageRightSettings';
264
+ import wc9818b1fb9b0947b5ba72a49fd0c72fac from './rssreader/components/views/imageonright/ImageRightView';
265
+ import wc9f3612a247564ced85c495dcf756ae12 from './rssreader/components/views/listitemwithoutimage/NoImageSettings';
266
+ import wc1334535ecd814b3bb386c32241fb7a8d from './rssreader/components/views/listitemwithoutimage/NoImageView';
183
267
  import wca38e1983a42d4422abde1784bf8a1033 from './adminv2/app/apptemplates/setup/appsettings/AppSettingsAdvancedComponent';
184
268
  import wcdc7f61d47e5b444b91dc727a6133e1f9 from './adminv2/app/apptemplates/setup/appsettings/AppSettingsPermissionComponent';
185
269
  import wc9af29d9b88ab478c81315aa6602a5b36 from './adminv2/app/apptemplates/setup/appsettings/StatisticProvider';
@@ -211,6 +295,10 @@ declare global {
211
295
 
212
296
  let owcm: {
213
297
  "wcm": {
298
+ "accordion": {
299
+ "settings": typeof wc224bc52ef18f4cc5b20135857d4d8745 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc224bc52ef18f4cc5b20135857d4d8745
300
+ },
301
+ "accordion$": typeof wcf0a94c09666b41f6a2632151c2c34ef2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf0a94c09666b41f6a2632151c2c34ef2,
214
302
  "buttonlink": typeof wc85ee14418ff7462ab6b12dc7bae6bf04 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc85ee14418ff7462ab6b12dc7bae6bf04,
215
303
  "admin": {
216
304
  "journey": typeof wca4d8a618e7644269b17b1fcbb1fa7276 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca4d8a618e7644269b17b1fcbb1fa7276,
@@ -274,6 +362,58 @@ declare global {
274
362
  "404": {
275
363
  "detail": typeof wcf688b5b5cff14149b59f14e883649e0a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf688b5b5cff14149b59f14e883649e0a,
276
364
  "indicator": typeof wcdb5123954cc74ef79acca328eb87d533 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdb5123954cc74ef79acca328eb87d533
365
+ },
366
+ "published": {
367
+ "detail": typeof wc5f2e1e8399884c9cb36e6eba261f0f00 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5f2e1e8399884c9cb36e6eba261f0f00,
368
+ "indicator": typeof wc725381be8dbb4009be39db19c1715ad8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc725381be8dbb4009be39db19c1715ad8
369
+ },
370
+ "waiting": {
371
+ "approval": {
372
+ "detail": typeof wc3b66a44521b74798ba67f1f1051e917f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3b66a44521b74798ba67f1f1051e917f,
373
+ "indicator": typeof wc785e7c573a834e3d944a4fdf9b21568b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc785e7c573a834e3d944a4fdf9b21568b
374
+ }
375
+ },
376
+ "draft": {
377
+ "detail": typeof wc384165d9a68d4754b6662c031e5d73dc extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc384165d9a68d4754b6662c031e5d73dc,
378
+ "indicator": typeof wc30134b9ffa654c8b81db4b1e8cc63fc8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc30134b9ffa654c8b81db4b1e8cc63fc8
379
+ },
380
+ "no": {
381
+ "comments": {
382
+ "indicator": typeof wcca856390c805424dad3b6e630dfad20d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcca856390c805424dad3b6e630dfad20d,
383
+ "detail": typeof wcff2faec1ca124fe69e9f132a86c54141 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcff2faec1ca124fe69e9f132a86c54141
384
+ }
385
+ },
386
+ "average": {
387
+ "comments": {
388
+ "indicator": typeof wc78d4973cbb984c04bf9b188ac1ab922c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc78d4973cbb984c04bf9b188ac1ab922c,
389
+ "detail": typeof wc989aec6a25794b24ab5d783ff45d37f8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc989aec6a25794b24ab5d783ff45d37f8
390
+ },
391
+ "ratings": {
392
+ "indicator": typeof wcd600aad05a9e434aa668cfc2f55d5652 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd600aad05a9e434aa668cfc2f55d5652,
393
+ "detail": typeof wc974e40c2fd0b45b2b4c63d0fe6250caf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc974e40c2fd0b45b2b4c63d0fe6250caf
394
+ }
395
+ },
396
+ "reach": {
397
+ "indicator": typeof wcf68199f27da1497c91f57fc2dcd6dbf4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf68199f27da1497c91f57fc2dcd6dbf4,
398
+ "detail": typeof wc8cfa5020db03441abfcf49d84ab6e450 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8cfa5020db03441abfcf49d84ab6e450
399
+ },
400
+ "underused": {
401
+ "indicator": typeof wc6c1dd06086004102ad1a5d771e9dee21 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6c1dd06086004102ad1a5d771e9dee21,
402
+ "detail": typeof wc54f1a662d9034d25b4d59982a89330ac extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc54f1a662d9034d25b4d59982a89330ac
403
+ },
404
+ "active": {
405
+ "user": {
406
+ "reader": typeof wcbeac80273d7c421c856ade3787be4c43 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbeac80273d7c421c856ade3787be4c43,
407
+ "contributor": typeof wc1b46004f38ba4088b1c88f68f79395e9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1b46004f38ba4088b1c88f68f79395e9
408
+ }
409
+ }
410
+ },
411
+ "filter": {
412
+ "publishing": {
413
+ "apps": typeof wc3c6b0edcedfb498baf318744c6719d1a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3c6b0edcedfb498baf318744c6719d1a
414
+ },
415
+ "page": {
416
+ "types": typeof wcf2191f62481c48198d86023b652bc6a6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf2191f62481c48198d86023b652bc6a6
277
417
  }
278
418
  }
279
419
  },
@@ -322,10 +462,6 @@ declare global {
322
462
  },
323
463
  "media$": typeof wc9c24268026e74874bec0eb0f6a05cef7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9c24268026e74874bec0eb0f6a05cef7,
324
464
  "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
465
  "properties": {
330
466
  "settings": typeof wcb52221edce6740089dcddb8f0f3cc13f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb52221edce6740089dcddb8f0f3cc13f
331
467
  },
@@ -346,16 +482,24 @@ declare global {
346
482
  "banner": typeof wcaea1569f94dc498ca0fc3a525c851352 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaea1569f94dc498ca0fc3a525c851352
347
483
  },
348
484
  "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
485
+ "input": typeof wc6d04dbe288a848ce874157085277847c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6d04dbe288a848ce874157085277847c
486
+ },
487
+ "welcome": {
488
+ "block": {
489
+ "block": typeof wc1a517930e25749f0aec8a1617d79d21e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1a517930e25749f0aec8a1617d79d21e,
490
+ "settings": typeof wc0045e80879aa46a1b1333f9df9276142 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0045e80879aa46a1b1333f9df9276142
491
+ }
354
492
  },
355
493
  "linkbutton": {
356
494
  "settings": typeof wcf14986cf6db041e4b1f6ce08c3b41307 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf14986cf6db041e4b1f6ce08c3b41307,
357
495
  "view": typeof wc0610a94cf2b94c7e9c4c80ea7dea5df9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0610a94cf2b94c7e9c4c80ea7dea5df9
358
496
  },
497
+ "pagecreationbutton": {
498
+ "settings": typeof wc8cef45f4fbae4fdc89055346740c8df6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8cef45f4fbae4fdc89055346740c8df6,
499
+ "selector": {
500
+ "dialog": typeof wc6135dc5c6fa4477cbb8e89ec1b7fb3ea extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6135dc5c6fa4477cbb8e89ec1b7fb3ea
501
+ }
502
+ },
359
503
  "governance": {
360
504
  "admin": {
361
505
  "dashboard": {
@@ -380,6 +524,24 @@ declare global {
380
524
  "heading": {
381
525
  "item": typeof wc0b5d35b4076b4a87a24c01f32a2326ec extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0b5d35b4076b4a87a24c01f32a2326ec
382
526
  },
527
+ "rssreader": {
528
+ "block": {
529
+ "settings": typeof wc794a0a9a4b404a99a98f03da4ed6e6b0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc794a0a9a4b404a99a98f03da4ed6e6b0
530
+ },
531
+ "block$": typeof wcf59c03aff9084af2a9a9a24206cf0ee1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf59c03aff9084af2a9a9a24206cf0ee1,
532
+ "leftimage": {
533
+ "settings": typeof wc61df5b01c16542749bb85681ee069c4d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc61df5b01c16542749bb85681ee069c4d,
534
+ "view": typeof wc131b221607054da7bbbd4a934c897c92 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc131b221607054da7bbbd4a934c897c92
535
+ },
536
+ "rightimage": {
537
+ "settings": typeof wc10373b43ae6d46a19e70377994782b8d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc10373b43ae6d46a19e70377994782b8d,
538
+ "view": typeof wc9818b1fb9b0947b5ba72a49fd0c72fac extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9818b1fb9b0947b5ba72a49fd0c72fac
539
+ },
540
+ "noimage": {
541
+ "settings": typeof wc9f3612a247564ced85c495dcf756ae12 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9f3612a247564ced85c495dcf756ae12,
542
+ "view": typeof wc1334535ecd814b3bb386c32241fb7a8d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1334535ecd814b3bb386c32241fb7a8d
543
+ }
544
+ },
383
545
  "custom": {
384
546
  "link": typeof wcea494e95310b430394ed2c9994ed7be8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcea494e95310b430394ed2c9994ed7be8
385
547
  },
@@ -470,6 +632,13 @@ declare global {
470
632
  }
471
633
  }
472
634
  },
635
+ "banner": {
636
+ "block": {
637
+ "settings": typeof wcaf4944567ec144389b41c15058e24bec extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaf4944567ec144389b41c15058e24bec,
638
+ "edit": typeof wcaf3408d03c8f4877b2399e12bbf68f30 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaf3408d03c8f4877b2399e12bbf68f30
639
+ },
640
+ "block$": typeof wcfb5c76d4ab0049f7b9e2f7228a39a7aa extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfb5c76d4ab0049f7b9e2f7228a39a7aa
641
+ },
473
642
  "omfx": {
474
643
  "content": {
475
644
  "flow": {
@@ -478,6 +647,58 @@ declare global {
478
647
  },
479
648
  "block$": typeof wcc90ce2aff8b6477c85a27c515dd7c0be extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc90ce2aff8b6477c85a27c515dd7c0be
480
649
  }
650
+ },
651
+ "subscribe": {
652
+ "component": typeof wc5d0650eb1a504de387f93e008ca9c623 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5d0650eb1a504de387f93e008ca9c623
653
+ }
654
+ },
655
+ "omx": {
656
+ "em": {
657
+ "event": {
658
+ "participant": {
659
+ "counter": {
660
+ "settings": typeof wc03ddb10b32b54f06b98399041e8ac042 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc03ddb10b32b54f06b98399041e8ac042
661
+ },
662
+ "counter$": typeof wc31f184faefe746a3bbe6fd8e8dd2065e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc31f184faefe746a3bbe6fd8e8dd2065e,
663
+ "list": {
664
+ "settings": typeof wcdb2eaafe0e3342dead729066fbf75a57 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdb2eaafe0e3342dead729066fbf75a57
665
+ }
666
+ }
667
+ },
668
+ "admin": {
669
+ "settings": {
670
+ "journey": typeof wcc61ce8fa727445e89791f9fa778f714f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc61ce8fa727445e89791f9fa778f714f
671
+ }
672
+ },
673
+ "pagerollupviews": {
674
+ "list": {
675
+ "view": typeof wc22eb47b112c2474bbce3244d8f15108b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc22eb47b112c2474bbce3244d8f15108b
676
+ }
677
+ },
678
+ "system": {
679
+ "account": typeof wcf23e716983284586b0537698b52cb53e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf23e716983284586b0537698b52cb53e
680
+ }
681
+ }
682
+ },
683
+ "pages": {
684
+ "dashboard": {
685
+ "indicator": typeof wc05e98518762d4d0c8b7c9bb5cca2654d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc05e98518762d4d0c8b7c9bb5cca2654d,
686
+ "detail": typeof wcb9138c4de924439ba2f087a0c2d17008 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb9138c4de924439ba2f087a0c2d17008,
687
+ "chart": {
688
+ "indicator": typeof wc44593e1b3e984e77ab94cb5c8651333a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc44593e1b3e984e77ab94cb5c8651333a
689
+ }
690
+ }
691
+ },
692
+ "information": {
693
+ "dialog": typeof wc26daa08969b34c768567d2072ae2dbf7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc26daa08969b34c768567d2072ae2dbf7
694
+ },
695
+ "user": {
696
+ "activity": {
697
+ "dashboard": {
698
+ "chart": {
699
+ "indicator": typeof wcc6f4632608a844c0862ce16086484f98 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc6f4632608a844c0862ce16086484f98
700
+ }
701
+ }
481
702
  }
482
703
  },
483
704
  "html": {
@@ -489,6 +710,36 @@ declare global {
489
710
  }
490
711
  }
491
712
  },
713
+ "mediarollup": {
714
+ "block": {
715
+ "settings": typeof wc5f316afb1fb844c08703c35c539e7824 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5f316afb1fb844c08703c35c539e7824
716
+ },
717
+ "block$": typeof wc682049fd95a24f0ea54a5dfdb389f20a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc682049fd95a24f0ea54a5dfdb389f20a,
718
+ "audio": typeof wceec22392872945e18ce461d40d6ba3a8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wceec22392872945e18ce461d40d6ba3a8,
719
+ "image": typeof wc51e18fa5a81d4c989e1618dbd6aa0d40 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc51e18fa5a81d4c989e1618dbd6aa0d40,
720
+ "video": typeof wc5d857df2e5204fc9bc33d8254e8195eb extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5d857df2e5204fc9bc33d8254e8195eb,
721
+ "providers": {
722
+ "microsoftsearch": {
723
+ "settings": typeof wc97b1b74d18e04b1ca994f49693933a8a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc97b1b74d18e04b1ca994f49693933a8a
724
+ },
725
+ "sharepointlibrary": {
726
+ "settings": typeof wcad219c6f9f96436e84dd955eda4b706a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcad219c6f9f96436e84dd955eda4b706a
727
+ },
728
+ "spssearch": {
729
+ "settings": typeof wc0a443e8a82794f589a2a3b9c7f8c1f50 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0a443e8a82794f589a2a3b9c7f8c1f50
730
+ }
731
+ },
732
+ "views": {
733
+ "list": {
734
+ "settings": typeof wc3f71692985694447b6e577c1154f8a55 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3f71692985694447b6e577c1154f8a55,
735
+ "display": typeof wcac0d99ca4d6b4199993c24c2d1f2d761 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcac0d99ca4d6b4199993c24c2d1f2d761
736
+ },
737
+ "photowall": {
738
+ "settings": typeof wc638c4dee9dd043c3a56175ca33739bef extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc638c4dee9dd043c3a56175ca33739bef,
739
+ "display": typeof wcf2fec991bb854666954f4b290cfaaeba extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf2fec991bb854666954f4b290cfaaeba
740
+ }
741
+ }
742
+ },
492
743
  "omnia": {
493
744
  "search": {
494
745
  "logging": typeof wc119607d027d046e5a34cac5dadbadffb extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc119607d027d046e5a34cac5dadbadffb
@@ -504,8 +755,28 @@ declare global {
504
755
  }
505
756
  }
506
757
  },
758
+ "pagecreation": {
759
+ "action": {
760
+ "settings": typeof wc80bb8e3c0bce4ffeb14627f009e363de extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc80bb8e3c0bce4ffeb14627f009e363de
761
+ }
762
+ },
763
+ "anchor": {
764
+ "navigation": {
765
+ "settings": typeof wc8674a7ae1a354004bf1cf22edbdc57e5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8674a7ae1a354004bf1cf22edbdc57e5
766
+ },
767
+ "navigation$": typeof wc52af49cdff7741a9b74146a06d706c36 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc52af49cdff7741a9b74146a06d706c36
768
+ },
507
769
  "variation": {
508
- "picker": typeof wc613955e3b78b4a2fbc9243ea7f74022b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc613955e3b78b4a2fbc9243ea7f74022b
770
+ "picker": typeof wc613955e3b78b4a2fbc9243ea7f74022b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc613955e3b78b4a2fbc9243ea7f74022b,
771
+ "selector": {
772
+ "settings": typeof wc97c28633b32a4aefa8c3d53ecd1908f5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc97c28633b32a4aefa8c3d53ecd1908f5
773
+ },
774
+ "selector$": typeof wcafcbf0d5c04a4795980249c919b16f88 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcafcbf0d5c04a4795980249c919b16f88
775
+ },
776
+ "welcome": {
777
+ "block": {
778
+ "picker": typeof wc1cccfc13daa04a1396f14fd385b9f4ad extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1cccfc13daa04a1396f14fd385b9f4ad
779
+ }
509
780
  },
510
781
  "page": {
511
782
  "feedback": {
@@ -518,8 +789,13 @@ declare global {
518
789
  "breakpoint": typeof wc9666447b45b64674ba1782734b77656f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9666447b45b64674ba1782734b77656f
519
790
  },
520
791
  "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,
792
+ "calendar": {
793
+ "general": {
794
+ "settings": typeof wc92db91f42c61426781213642973a393b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc92db91f42c61426781213642973a393b
795
+ },
796
+ "pagecreation": {
797
+ "settings": typeof wcf1a5dfb5be784303875ce258ffad4960 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf1a5dfb5be784303875ce258ffad4960
798
+ },
523
799
  "view": typeof wc9de86be282f24e90916a62b474adb27f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9de86be282f24e90916a62b474adb27f
524
800
  },
525
801
  "cardview": {
@@ -530,11 +806,24 @@ declare global {
530
806
  "view": typeof wc31cf4a109fee43ee971073bf2efe7174 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc31cf4a109fee43ee971073bf2efe7174
531
807
  },
532
808
  "dynamicroller": {
533
- "settings": typeof wc3ebbb887991841baa04c6f13fa7e67a2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3ebbb887991841baa04c6f13fa7e67a2,
809
+ "general": {
810
+ "settings": typeof wc3ebbb887991841baa04c6f13fa7e67a2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3ebbb887991841baa04c6f13fa7e67a2
811
+ },
812
+ "property": {
813
+ "settings": typeof wcba6df39be26f4622acaeb66b02569b1a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcba6df39be26f4622acaeb66b02569b1a
814
+ },
815
+ "style": {
816
+ "settings": typeof wcd5768fd5609143c0b99203143fe464a5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd5768fd5609143c0b99203143fe464a5
817
+ },
534
818
  "view": typeof wc3010cfb4e97c4817867ed440df089de0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3010cfb4e97c4817867ed440df089de0
535
819
  },
536
820
  "list": {
537
- "settings": typeof wc524390873843441dbf9d380f0f229fb6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc524390873843441dbf9d380f0f229fb6,
821
+ "general": {
822
+ "settings": typeof wc8b324e6ac632424d938a771e6847e57f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8b324e6ac632424d938a771e6847e57f
823
+ },
824
+ "column": {
825
+ "settings": typeof wcbb074d5660604f6a836eab6cc5e39957 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbb074d5660604f6a836eab6cc5e39957
826
+ },
538
827
  "view": typeof wc9d62f3de5a714435927b43a6ee9bce40 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9d62f3de5a714435927b43a6ee9bce40
539
828
  },
540
829
  "listing": {
@@ -557,14 +846,33 @@ declare global {
557
846
  "newsletter": {
558
847
  "view": typeof wcb31d4e311437406c8e78039a68fcfd19 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb31d4e311437406c8e78039a68fcfd19
559
848
  },
849
+ "property": {
850
+ "picker": typeof wc5ca22392980040e28b1c37f8aefa2741 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5ca22392980040e28b1c37f8aefa2741
851
+ },
560
852
  "roller": {
561
- "settings": typeof wc48a601cad5a54a4e88d2abe88c204b78 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc48a601cad5a54a4e88d2abe88c204b78,
853
+ "property": {
854
+ "settings": typeof wc48a601cad5a54a4e88d2abe88c204b78 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc48a601cad5a54a4e88d2abe88c204b78
855
+ },
856
+ "style": {
857
+ "settings": typeof wc8af09888657446009209ce295d6a71a3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8af09888657446009209ce295d6a71a3
858
+ },
859
+ "general": {
860
+ "settings": typeof wc3e3af51a721a45a1853df9be6f6eccc1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3e3af51a721a45a1853df9be6f6eccc1
861
+ },
562
862
  "view": typeof wc8358a4a94ad0449aa8889bf876837849 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8358a4a94ad0449aa8889bf876837849
563
863
  },
864
+ "query": {
865
+ "settings": typeof wc872a0cb77d544363b03875abe28e8afa extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc872a0cb77d544363b03875abe28e8afa
866
+ },
564
867
  "metric": {
565
868
  "detail": typeof wc5386ecd4203348afb190beb0f6879995 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5386ecd4203348afb190beb0f6879995
566
869
  },
567
- "renderer": typeof wc39f1ad4903324c43933e3c86c8debed6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc39f1ad4903324c43933e3c86c8debed6
870
+ "renderer": typeof wc39f1ad4903324c43933e3c86c8debed6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc39f1ad4903324c43933e3c86c8debed6,
871
+ "event": {
872
+ "column": {
873
+ "settings": typeof wc674b0dac6000461c9fa960e72fb7af3d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc674b0dac6000461c9fa960e72fb7af3d
874
+ }
875
+ }
568
876
  },
569
877
  "rollup$": typeof wc731918f5a46c4e2f82ad6acd6f0a815a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc731918f5a46c4e2f82ad6acd6f0a815a,
570
878
  "feedbacks": {
@@ -584,12 +892,47 @@ declare global {
584
892
  "editor": typeof wc128c96773fdb4e63802ef6647a2d680c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc128c96773fdb4e63802ef6647a2d680c
585
893
  }
586
894
  },
895
+ "calendar": {
896
+ "rollup": {
897
+ "settings": typeof wc690a2c70ec6c4d0abf2b605b0889661b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc690a2c70ec6c4d0abf2b605b0889661b,
898
+ "dialog": typeof wc07c3e30d939d487ead01189557be3877 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc07c3e30d939d487ead01189557be3877,
899
+ "list": {
900
+ "view": typeof wc2b8df48914c44866846581c3b2b60d12 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2b8df48914c44866846581c3b2b60d12
901
+ }
902
+ },
903
+ "rollup$": typeof wc03fe3371356547caa1e8fc792646bce6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc03fe3371356547caa1e8fc792646bce6
904
+ },
905
+ "channel": {
906
+ "rollup": {
907
+ "settings": typeof wcf721907a79cc4491843b49c67a203f85 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf721907a79cc4491843b49c67a203f85,
908
+ "administration": {
909
+ "view": typeof wcac18f10738454b2498ef2f318e659e5e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcac18f10738454b2498ef2f318e659e5e
910
+ }
911
+ },
912
+ "rollup$": typeof wc480146c7aa7440c082d86754706d6c4a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc480146c7aa7440c082d86754706d6c4a,
913
+ "filterengine": {
914
+ "renderer": typeof wc95c4afccaa194189b429df99fe49df3d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc95c4afccaa194189b429df99fe49df3d,
915
+ "propertysettings": typeof wc701edc2c8f764d03aa2f425730fdfbc0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc701edc2c8f764d03aa2f425730fdfbc0,
916
+ "defaultvalue": {
917
+ "input": typeof wc080dba89c9c7418eb6c9a29dec3f2438 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc080dba89c9c7418eb6c9a29dec3f2438
918
+ }
919
+ },
920
+ "filter": typeof wc1692b3df92d1494386410167d7ba8115 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1692b3df92d1494386410167d7ba8115
921
+ },
587
922
  "channels": {
588
923
  "approval": {
589
924
  "page": typeof wce9e57ebe5dfe4bb19162cc4e30befa14 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce9e57ebe5dfe4bb19162cc4e30befa14
590
925
  },
591
926
  "cardview": typeof wcc42c2f0038674e6d9b743d950a8a3879 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc42c2f0038674e6d9b743d950a8a3879
592
927
  },
928
+ "community": {
929
+ "appinstance": {
930
+ "rollup": {
931
+ "settings": typeof wcba88441e39864a0c82c6cb4812d63f53 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcba88441e39864a0c82c6cb4812d63f53
932
+ },
933
+ "rollup$": typeof wce94fe2c962f44f24a93c69c0dd072078 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce94fe2c962f44f24a93c69c0dd072078
934
+ }
935
+ },
593
936
  "content": {
594
937
  "block": {
595
938
  "multiline": {
@@ -604,6 +947,14 @@ declare global {
604
947
  "admin": {
605
948
  "journey": typeof wc49e541394ba242c58afe197518622b9c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc49e541394ba242c58afe197518622b9c
606
949
  },
950
+ "journey": {
951
+ "query": {
952
+ "blade": typeof wc7a4f862ad9bf4e1cb045a4d21ef9141b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7a4f862ad9bf4e1cb045a4d21ef9141b
953
+ },
954
+ "json": {
955
+ "blade": typeof wc41781eb76448404eadf87cdbefef7975 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc41781eb76448404eadf87cdbefef7975
956
+ }
957
+ },
607
958
  "screen": {
608
959
  "renderer": typeof wc89638f8732594931804ca7bd4726e604 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc89638f8732594931804ca7bd4726e604
609
960
  },
@@ -654,15 +1005,13 @@ declare global {
654
1005
  },
655
1006
  "filter": typeof wc6b0450b907df4cf0aaec982d38b008a6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6b0450b907df4cf0aaec982d38b008a6
656
1007
  },
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
1008
+ "publishing": {
1009
+ "appinstance": {
1010
+ "rollup": {
1011
+ "settings": typeof wcf3398bf656f644f585307e8ffdb8e8c3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf3398bf656f644f585307e8ffdb8e8c3
1012
+ },
1013
+ "rollup$": typeof wc87a0634d3f3041029e8d6eedc591e17a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc87a0634d3f3041029e8d6eedc591e17a
1014
+ }
666
1015
  },
667
1016
  "activity": {
668
1017
  "feed": {
@@ -696,24 +1045,9 @@ declare global {
696
1045
  }
697
1046
  }
698
1047
  },
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
- }
1048
+ "filter": {
1049
+ "user": {
1050
+ "properties": typeof wcd9dc7ad4bde4411b911f2f28f674f3d2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd9dc7ad4bde4411b911f2f28f674f3d2
717
1051
  }
718
1052
  },
719
1053
  "app": {
@@ -796,6 +1130,10 @@ declare global {
796
1130
  "menu": typeof wcec2ecf744ef64f5aa55cb10509d581ce extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcec2ecf744ef64f5aa55cb10509d581ce
797
1131
  }
798
1132
  },
1133
+ "mysubsciptions": typeof wc37a3892ef45a44f0b7fa33a133524b47 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc37a3892ef45a44f0b7fa33a133524b47,
1134
+ "subscribe": {
1135
+ "settings": typeof wc8e9797e4629443c2a768178f3a7bbb87 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8e9797e4629443c2a768178f3a7bbb87
1136
+ },
799
1137
  "apps": {
800
1138
  "provisioning": {
801
1139
  "validator": typeof wcbba97582d9394bff9c9dac5ee13c053a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbba97582d9394bff9c9dac5ee13c053a