@omnia/wcm 8.0.15-dev → 8.0.16-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 (49) hide show
  1. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +6 -0
  2. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +5 -2
  3. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +7 -0
  4. package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +26 -1
  5. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -0
  6. package/internal-do-not-import-from-here/fx/apis/PageRenderer.d.ts +1 -1
  7. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +1 -0
  8. package/internal-do-not-import-from-here/fx/models/Constants.js +2 -1
  9. package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +1 -1
  10. package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +1 -1
  11. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +4 -1
  12. package/internal-do-not-import-from-here/fx/models/channels/UserFeedFilterTypes.d.ts +4 -0
  13. package/internal-do-not-import-from-here/fx/models/channels/UserFeedFilterTypes.js +8 -0
  14. package/internal-do-not-import-from-here/fx/models/channels/UserFeedPropertyFilter.d.ts +20 -0
  15. package/internal-do-not-import-from-here/fx/models/channels/UserFeedPropertyFilter.js +2 -0
  16. package/internal-do-not-import-from-here/fx/models/channels/UserFeedSettings.d.ts +6 -0
  17. package/internal-do-not-import-from-here/fx/models/channels/UserFeedSettings.js +2 -0
  18. package/internal-do-not-import-from-here/fx/models/channels/index.d.ts +3 -0
  19. package/internal-do-not-import-from-here/fx/models/channels/index.js +3 -0
  20. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +2 -2
  21. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +9 -0
  22. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.js +10 -0
  23. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.d.ts +3 -1
  24. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +5 -0
  25. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +6 -1
  26. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlock.d.ts +2 -1
  27. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +2 -1
  29. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +1 -0
  30. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
  31. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +2 -1
  32. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +21 -0
  33. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +27 -0
  34. package/internal-do-not-import-from-here/fx/models/query/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/fx/models/query/index.js +1 -0
  36. package/internal-do-not-import-from-here/fx/models/variations/Variation.d.ts +10 -0
  37. package/internal-do-not-import-from-here/fx/models/variations/VariationCreationRequest.d.ts +8 -4
  38. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.d.ts +4 -4
  39. package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.d.ts +3 -3
  40. package/internal-do-not-import-from-here/fx/services/ChannelManagementService.d.ts +2 -2
  41. package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +1 -1
  42. package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +4 -3
  43. package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +5 -4
  44. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +1 -0
  45. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  46. package/internal-do-not-import-from-here/models/publishingapp/editor/CheckoutSettings.d.ts +4 -0
  47. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  48. package/internal-do-not-import-from-here/wctypings.d.ts +38 -35
  49. package/package.json +1 -1
@@ -69,7 +69,6 @@ import wc8674a7ae1a354004bf1cf22edbdc57e5 from './pagenavigation/PageNavigationS
69
69
  import wcd1536b0e01fe4b99b65081167e364d5a from './pageproperties/PageProperties';
70
70
  import wcb52221edce6740089dcddb8f0f3cc13f from './pageproperties/PagePropertiesSettings';
71
71
  import wcaad74fcae36d4e0f919f456e6a814ad0 from './relatedlinks/RelatedLinks';
72
- import wc5794b2675ed849738a86f574b8a39106 from './relatedlinks/RelatedLinkSettings';
73
72
  import wcaea1569f94dc498ca0fc3a525c851352 from './signoffrequest/SignOffRequestBannerComponent';
74
73
  import wc6d04dbe288a848ce874157085277847c from './variationinput/VariationInput';
75
74
  import wc613955e3b78b4a2fbc9243ea7f74022b from './variationpicker/VariationPicker';
@@ -149,9 +148,7 @@ import wc0751f1aa16a04c80b3e2b678e8c52435 from './adminv2/blades/omniasearch/Rei
149
148
  import wc5a45b8c7359041b199d50c8ca6c15a05 from './adminv2/blades/pagebulkupdate/PageBulkUpdate';
150
149
  import wc9787114581604a739f69aa24c16f69a7 from './adminv2/blades/pagebulkupdate/PageBulkUpdateLogs';
151
150
  import wc2eed2020202648a3b20b8dec06fa1a79 from './adminv2/blades/pagebulkupdate/PageBulkUpdateLogDetail';
152
- import wc753d824f95694050bffe834632ee6a00 from './adminv2/blades/pagetype/PageType';
153
- import wcaef7bd3b58704a73af4ffc4a0cff31ea from './adminv2/blades/pagetype/CreatePageType';
154
- import wc205e073be1c34c79a9b03605eb814b07 from './adminv2/blades/pagetype/PageTypeArchive';
151
+ import wc753d824f95694050bffe834632ee6a00 from './adminv2/blades/pagetype/PageTypeEditor';
155
152
  import wc99bd28ac12f64264901e5e485ccacbe6 from './adminv2/blades/sharepointsync/SharepointSync';
156
153
  import wce3be203c4a6e4051a74eddade9b55906 from './adminv2/blades/sharepointsync/SharepointSyncGeneralBlade';
157
154
  import wc9ca5744906894989adbfebbf55136552 from './adminv2/blades/sharepointsync/SharepointSyncSearchBlade';
@@ -161,7 +158,6 @@ import wc2b8df48914c44866846581c3b2b60d12 from './calendarrollup/Components/List
161
158
  import wc0ebac98a165a4ff6aa534e236e688b60 from './digitalsignage/Views/OneColumnFullWidthView/OneColumnFullWidthViewSettings';
162
159
  import wcfeb254b700544739bc00d6c88ca0048a from './digitalsignage/Views/OneColumnFullWidthView/OneColumnFullWidthView';
163
160
  import wcd9dc7ad4bde4411b911f2f28f674f3d2 from './governancedashboard/components/filters/UserPropertiesFilter';
164
- import wcea494e95310b430394ed2c9994ed7be8 from './linkpicker/providers/customlink/CustomLinkPicker';
165
161
  import wc34bbfc6bacd747a4a277cdaad0ff38d7 from './linkpicker/providers/document/DocumentPicker';
166
162
  import wc3f3a788c412d4a4ca04fefbcda89aab4 from './linkpicker/providers/heading/LinkHeading';
167
163
  import wcbf6863b9502740608bb50d87b112b1af from './linkpicker/providers/newpage/PagePicker';
@@ -225,7 +221,7 @@ import wc67090a10b0804e74bb5251becacdbb4f from './publishingapp/components/creat
225
221
  import wc7e9ca1294f084b568a05dae8c6e85770 from './publishingapp/components/creationdialogs/CreatePageType';
226
222
  import wc8025b5186d204de4b929d568a01f1107 from './publishingapp/components/currentnavigation/CurrentNavigation';
227
223
  import wcc2b1097626e5470db843b2a4ba2cd841 from './publishingapp/components/currentnavigation/CurrentNavigationSettings';
228
- import wc0ec1018d268248b9bb11c8e1542d62f8 from './publishingapp/components/editor/Editor_old';
224
+ import wc0ec1018d268248b9bb11c8e1542d62f8 from './publishingapp/components/editor/LayoutEditor';
229
225
  import wca5f3d79de2854480825299cc6ab63260 from './publishingapp/components/inviteauthors_dialog/InviteAuthorsDialog';
230
226
  import wc0780b0845a604910b0d034ee99a8b2ac from './publishingapp/components/linknavigationform/LinkNavigationForm';
231
227
  import wc6bfd12389d3240e4a498bcbc2f384a3f from './publishingapp/components/megamenu/ProfileMegaMenu';
@@ -254,12 +250,6 @@ import wcae3f18e8722e4b74b3d11468f49ab8b0 from './publishingapp/appprovisioning/
254
250
  import wc61d306ed6ef9492ab75af9b8e8941662 from './publishingapp/appprovisioning/components/summary/InformationSummary';
255
251
  import wcc2a6266f16dc41149489d7707d82beae from './publishingapp/appprovisioning/components/summary/MemberSummary';
256
252
  import wcbba97582d9394bff9c9dac5ee13c053a from './publishingapp/appprovisioning/components/validator/PublishingAppProvisioningValidator';
257
- import wc236cbcf68ff044fe8bfea9e74dfabfe1 from './publishingapp/components/editor/action_toolbar/VariationCreationSelector';
258
- import wcf2be70a2f61245c688f94f1ac7add743 from './publishingapp/components/editor/message_checkedout/CheckedOutmessageView';
259
- import wc128c96773fdb4e63802ef6647a2d680c from './publishingapp/components/editor/panel_channels_page/pagechannels';
260
- import wc84adcb326513436fa6b1b6b96916542d from './publishingapp/components/editor/panel_settings_app/SettingsAppJourneyMenu';
261
- import wc3e070b0f0bd24d53940e29bfdcb28d9e from './publishingapp/components/editor/panel_settings_pagecollection/pagecollectionsettings';
262
- import wc104976963bb24af389aa562ec89e037a from './publishingapp/components/editor/panel_settings_pagetype/PageTypeSettings';
263
253
  import wcf5eb8e91daee4e9cb2e47684446abc50 from './publishingapp/components/megamenu/default/DefaultNavigation';
264
254
  import wce634971cc8044a0eb87899ab2015847b from './publishingapp/components/megamenu/settings/SettingsComponent';
265
255
  import wca744f8c0ae194734bb9994eaedacb0b1 from './publishingapp/components/pagerenderer/layout/LayoutRenderer';
@@ -274,8 +264,19 @@ import wcdc7f61d47e5b444b91dc727a6133e1f9 from './adminv2/app/apptemplates/setup
274
264
  import wc9af29d9b88ab478c81315aa6602a5b36 from './adminv2/app/apptemplates/setup/appsettings/StatisticProvider';
275
265
  import wc30a668a4efb045f7a31847685e0c7ce2 from './adminv2/app/apptemplates/setup/pagecollection/PageCollectionSetting';
276
266
  import wcf23e716983284586b0537698b52cb53e from './adminv2/blades/eventmanagement/systemaccount/components/SystemAccount';
277
- import wcfc894b17a78a43c0a543462d9a35b51d from './publishingapp/components/editor/layouteditor/pagestatistics_panel/StatisticPerPage';
278
- import wcbbc1f1af77eb44fea6e12f597082a77f from './publishingapp/components/editor/layouteditor/version_panel/VersionPanel';
267
+ import wc82876eb928304390bbaf2e832fa286f5 from './publishingapp/components/editor/dialogs/deletedpage/DeletedPageDialog';
268
+ import wc236cbcf68ff044fe8bfea9e74dfabfe1 from './publishingapp/components/editor/old/action_toolbar/VariationCreationSelector';
269
+ import wcf2be70a2f61245c688f94f1ac7add743 from './publishingapp/components/editor/old/message_checkedout/CheckedOutmessageView';
270
+ import wc128c96773fdb4e63802ef6647a2d680c from './publishingapp/components/editor/old/panel_channels_page/pagechannels';
271
+ import wc84adcb326513436fa6b1b6b96916542d from './publishingapp/components/editor/old/panel_settings_app/SettingsAppJourneyMenu';
272
+ import wc3e070b0f0bd24d53940e29bfdcb28d9e from './publishingapp/components/editor/old/panel_settings_pagecollection/Pagecollectionsettings_Old';
273
+ import wc104976963bb24af389aa562ec89e037a from './publishingapp/components/editor/old/panel_settings_pagetype/PageTypeSettings';
274
+ import wc90c88fba73a64dcea74f2ec1ac2ac681 from './publishingapp/components/editor/actions/layout-editing/pagestatistics/StatisticPerPage';
275
+ import wc26b2d6e297424fff94bf4aefba95aedf from './publishingapp/components/editor/actions/layout-editing/version/VersionPanel';
276
+ import wc67988706059649c4a3be2eddc18dca1d from './publishingapp/components/editor/old/layouteditor/layoutitems/BlockWriteSettings';
277
+ import wcfc894b17a78a43c0a543462d9a35b51d from './publishingapp/components/editor/old/layouteditor/pagestatistics_panel/StatisticPerPage';
278
+ import wcbbc1f1af77eb44fea6e12f597082a77f from './publishingapp/components/editor/old/layouteditor/version_panel/VersionPanel';
279
+ import wc073ba243b6954a9f8b634cd9ba45cf9c from './publishingapp/components/editor/views/appsettings/journey/SettingsAppJourneyMenu';
279
280
  //{{importWC}}
280
281
 
281
282
  type ExtractJsxProps<T> = {
@@ -327,13 +328,7 @@ declare global {
327
328
  }
328
329
  },
329
330
  "pagetype": {
330
- "blade": typeof wc753d824f95694050bffe834632ee6a00 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc753d824f95694050bffe834632ee6a00,
331
- "create": {
332
- "blade": typeof wcaef7bd3b58704a73af4ffc4a0cff31ea extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaef7bd3b58704a73af4ffc4a0cff31ea
333
- },
334
- "archive": {
335
- "blade": typeof wc205e073be1c34c79a9b03605eb814b07 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc205e073be1c34c79a9b03605eb814b07
336
- }
331
+ "editor": typeof wc753d824f95694050bffe834632ee6a00 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc753d824f95694050bffe834632ee6a00
337
332
  },
338
333
  "sp": {
339
334
  "sync": {
@@ -473,13 +468,11 @@ declare global {
473
468
  "feedback": (typeof wc8910f6310c634c108166cf26ebad6118 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8910f6310c634c108166cf26ebad6118 ) & {
474
469
  "settings": typeof wc0e4bebefa4f74a6eb1d848d62ac78312 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0e4bebefa4f74a6eb1d848d62ac78312
475
470
  },
471
+ "versionsV2": typeof wc26b2d6e297424fff94bf4aefba95aedf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc26b2d6e297424fff94bf4aefba95aedf,
476
472
  "versions": typeof wcbbc1f1af77eb44fea6e12f597082a77f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbbc1f1af77eb44fea6e12f597082a77f
477
473
  },
478
474
  "related": {
479
- "links": typeof wcaad74fcae36d4e0f919f456e6a814ad0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaad74fcae36d4e0f919f456e6a814ad0,
480
- "link": {
481
- "settings": typeof wc5794b2675ed849738a86f574b8a39106 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5794b2675ed849738a86f574b8a39106
482
- }
475
+ "links": typeof wcaad74fcae36d4e0f919f456e6a814ad0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaad74fcae36d4e0f919f456e6a814ad0
483
476
  },
484
477
  "signoffrequest": {
485
478
  "banner": typeof wcaea1569f94dc498ca0fc3a525c851352 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaea1569f94dc498ca0fc3a525c851352
@@ -544,9 +537,6 @@ declare global {
544
537
  "view": typeof wc1334535ecd814b3bb386c32241fb7a8d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1334535ecd814b3bb386c32241fb7a8d
545
538
  }
546
539
  },
547
- "custom": {
548
- "link": typeof wcea494e95310b430394ed2c9994ed7be8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcea494e95310b430394ed2c9994ed7be8
549
- },
550
540
  "calendarview": {
551
541
  "locationselector": {
552
542
  "dialog": typeof wcdb0a59ed8714400ba3f9bd0cde34ca00 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdb0a59ed8714400ba3f9bd0cde34ca00
@@ -612,11 +602,6 @@ declare global {
612
602
  }
613
603
  }
614
604
  },
615
- "checkedout": {
616
- "message": {
617
- "viewer": typeof wcf2be70a2f61245c688f94f1ac7add743 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf2be70a2f61245c688f94f1ac7add743
618
- }
619
- },
620
605
  "mega": {
621
606
  "menu": {
622
607
  "default": {
@@ -625,8 +610,14 @@ declare global {
625
610
  "settings": typeof wce634971cc8044a0eb87899ab2015847b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce634971cc8044a0eb87899ab2015847b
626
611
  }
627
612
  },
613
+ "checkedout": {
614
+ "message": {
615
+ "viewer": typeof wcf2be70a2f61245c688f94f1ac7add743 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf2be70a2f61245c688f94f1ac7add743
616
+ }
617
+ },
628
618
  "statistics": {
629
619
  "per": {
620
+ "pageV2": typeof wc90c88fba73a64dcea74f2ec1ac2ac681 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc90c88fba73a64dcea74f2ec1ac2ac681,
630
621
  "page": typeof wcfc894b17a78a43c0a543462d9a35b51d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfc894b17a78a43c0a543462d9a35b51d
631
622
  }
632
623
  }
@@ -1080,7 +1071,17 @@ declare global {
1080
1071
  "pagetype": typeof wc7e9ca1294f084b568a05dae8c6e85770 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7e9ca1294f084b568a05dae8c6e85770
1081
1072
  },
1082
1073
  "layout": {
1083
- "editor": typeof wc0ec1018d268248b9bb11c8e1542d62f8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0ec1018d268248b9bb11c8e1542d62f8
1074
+ "editor": typeof wc0ec1018d268248b9bb11c8e1542d62f8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0ec1018d268248b9bb11c8e1542d62f8,
1075
+ "delete": {
1076
+ "page": {
1077
+ "dialog": typeof wc82876eb928304390bbaf2e832fa286f5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc82876eb928304390bbaf2e832fa286f5
1078
+ }
1079
+ },
1080
+ "items": {
1081
+ "block": {
1082
+ "writer": typeof wc67988706059649c4a3be2eddc18dca1d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc67988706059649c4a3be2eddc18dca1d
1083
+ }
1084
+ }
1084
1085
  },
1085
1086
  "invite": {
1086
1087
  "coauthors": typeof wca5f3d79de2854480825299cc6ab63260 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca5f3d79de2854480825299cc6ab63260
@@ -1124,7 +1125,9 @@ declare global {
1124
1125
  },
1125
1126
  "appsettings": {
1126
1127
  "journey": {
1127
- "menu": typeof wc84adcb326513436fa6b1b6b96916542d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc84adcb326513436fa6b1b6b96916542d
1128
+ "menu": (typeof wc84adcb326513436fa6b1b6b96916542d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc84adcb326513436fa6b1b6b96916542d ) & {
1129
+ "v2": typeof wc073ba243b6954a9f8b634cd9ba45cf9c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc073ba243b6954a9f8b634cd9ba45cf9c
1130
+ }
1128
1131
  }
1129
1132
  },
1130
1133
  "pagecollectionsettings": typeof wc3e070b0f0bd24d53940e29bfdcb28d9e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3e070b0f0bd24d53940e29bfdcb28d9e,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "8.0.15-dev",
4
+ "version": "8.0.16-dev",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"