@omnia/wcm 8.0.14-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.
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +6 -0
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +11 -2
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +10 -0
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +27 -1
- package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/apis/PageRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/Constants.js +2 -1
- package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +1 -1
- package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +4 -1
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedFilterTypes.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedFilterTypes.js +8 -0
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedPropertyFilter.d.ts +20 -0
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedPropertyFilter.js +2 -0
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedSettings.js +2 -0
- package/internal-do-not-import-from-here/fx/models/channels/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/channels/index.js +3 -0
- package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.js +10 -0
- package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +6 -1
- package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlock.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +21 -0
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +27 -0
- package/internal-do-not-import-from-here/fx/models/query/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/query/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/variations/Variation.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/models/variations/VariationCreationRequest.d.ts +8 -4
- package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/services/ChannelManagementService.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/services/OpenAIPageCreationService.d.ts +0 -2
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +4 -7
- package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +4 -3
- package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +5 -4
- package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +38 -38
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/editor/CheckoutSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.d.ts +3 -0
- package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.js +4 -1
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +100 -127
- 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/
|
|
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/
|
|
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
|
|
278
|
-
import
|
|
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> = {
|
|
@@ -300,10 +301,9 @@ declare global {
|
|
|
300
301
|
|
|
301
302
|
let owcm: {
|
|
302
303
|
"wcm": {
|
|
303
|
-
"accordion": {
|
|
304
|
+
"accordion": (typeof wcf0a94c09666b41f6a2632151c2c34ef2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf0a94c09666b41f6a2632151c2c34ef2 ) & {
|
|
304
305
|
"settings": typeof wc224bc52ef18f4cc5b20135857d4d8745 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc224bc52ef18f4cc5b20135857d4d8745
|
|
305
306
|
},
|
|
306
|
-
"accordion$": typeof wcf0a94c09666b41f6a2632151c2c34ef2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf0a94c09666b41f6a2632151c2c34ef2,
|
|
307
307
|
"buttonlink": typeof wc85ee14418ff7462ab6b12dc7bae6bf04 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc85ee14418ff7462ab6b12dc7bae6bf04,
|
|
308
308
|
"admin": {
|
|
309
309
|
"journey": typeof wca4d8a618e7644269b17b1fcbb1fa7276 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca4d8a618e7644269b17b1fcbb1fa7276,
|
|
@@ -320,22 +320,15 @@ declare global {
|
|
|
320
320
|
}
|
|
321
321
|
},
|
|
322
322
|
"pagebulkupdate": {
|
|
323
|
-
"blade": {
|
|
323
|
+
"blade": (typeof wc5a45b8c7359041b199d50c8ca6c15a05 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5a45b8c7359041b199d50c8ca6c15a05 ) & {
|
|
324
324
|
"logs": typeof wc9787114581604a739f69aa24c16f69a7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9787114581604a739f69aa24c16f69a7,
|
|
325
325
|
"log": {
|
|
326
326
|
"detail": typeof wc2eed2020202648a3b20b8dec06fa1a79 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2eed2020202648a3b20b8dec06fa1a79
|
|
327
327
|
}
|
|
328
|
-
}
|
|
329
|
-
"blade$": typeof wc5a45b8c7359041b199d50c8ca6c15a05 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5a45b8c7359041b199d50c8ca6c15a05
|
|
328
|
+
}
|
|
330
329
|
},
|
|
331
330
|
"pagetype": {
|
|
332
|
-
"
|
|
333
|
-
"create": {
|
|
334
|
-
"blade": typeof wcaef7bd3b58704a73af4ffc4a0cff31ea extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaef7bd3b58704a73af4ffc4a0cff31ea
|
|
335
|
-
},
|
|
336
|
-
"archive": {
|
|
337
|
-
"blade": typeof wc205e073be1c34c79a9b03605eb814b07 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc205e073be1c34c79a9b03605eb814b07
|
|
338
|
-
}
|
|
331
|
+
"editor": typeof wc753d824f95694050bffe834632ee6a00 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc753d824f95694050bffe834632ee6a00
|
|
339
332
|
},
|
|
340
333
|
"sp": {
|
|
341
334
|
"sync": {
|
|
@@ -351,18 +344,15 @@ declare global {
|
|
|
351
344
|
},
|
|
352
345
|
"pagecollectionsettings": typeof wc30a668a4efb045f7a31847685e0c7ce2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc30a668a4efb045f7a31847685e0c7ce2
|
|
353
346
|
},
|
|
354
|
-
"breadcrumb": {
|
|
347
|
+
"breadcrumb": (typeof wc61fdc82644984bc8a5ab997101c4ed8b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc61fdc82644984bc8a5ab997101c4ed8b ) & {
|
|
355
348
|
"settings": typeof wc84dbea0b26f74942a49248e6370955aa extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc84dbea0b26f74942a49248e6370955aa
|
|
356
349
|
},
|
|
357
|
-
"breadcrumb$": typeof wc61fdc82644984bc8a5ab997101c4ed8b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc61fdc82644984bc8a5ab997101c4ed8b,
|
|
358
350
|
"content": {
|
|
359
|
-
"block": {
|
|
360
|
-
"settings": {
|
|
351
|
+
"block": (typeof wccb9cddbe8c10400cb7480d941e7bafa4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wccb9cddbe8c10400cb7480d941e7bafa4 ) & {
|
|
352
|
+
"settings": (typeof wc39fd47aff2fd40d69dbb5c80f37d4b9d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc39fd47aff2fd40d69dbb5c80f37d4b9d ) & {
|
|
361
353
|
"breakpoint": typeof wc8391e163062343e6871b029470494a79 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8391e163062343e6871b029470494a79
|
|
362
|
-
}
|
|
363
|
-
"settings$": typeof wc39fd47aff2fd40d69dbb5c80f37d4b9d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc39fd47aff2fd40d69dbb5c80f37d4b9d
|
|
354
|
+
}
|
|
364
355
|
},
|
|
365
|
-
"block$": typeof wccb9cddbe8c10400cb7480d941e7bafa4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wccb9cddbe8c10400cb7480d941e7bafa4,
|
|
366
356
|
"signin": {
|
|
367
357
|
"block": typeof wcdc891a5b6d874f9c88b89fbc48299f1e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdc891a5b6d874f9c88b89fbc48299f1e
|
|
368
358
|
}
|
|
@@ -433,11 +423,10 @@ declare global {
|
|
|
433
423
|
},
|
|
434
424
|
"html": {
|
|
435
425
|
"script": {
|
|
436
|
-
"block": {
|
|
426
|
+
"block": (typeof wc5f5e464c15e74beb8352cf80c231cc09 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5f5e464c15e74beb8352cf80c231cc09 ) & {
|
|
437
427
|
"settings": typeof wc3b1e31ca3f8c4944bbba139375fd62fe extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3b1e31ca3f8c4944bbba139375fd62fe,
|
|
438
428
|
"iframe": typeof wc0bee7421f5c04789869a5f39d9e7a0f5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0bee7421f5c04789869a5f39d9e7a0f5
|
|
439
429
|
},
|
|
440
|
-
"block$": typeof wc5f5e464c15e74beb8352cf80c231cc09 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5f5e464c15e74beb8352cf80c231cc09,
|
|
441
430
|
"notification": {
|
|
442
431
|
"panel": {
|
|
443
432
|
"block": {
|
|
@@ -448,49 +437,42 @@ declare global {
|
|
|
448
437
|
}
|
|
449
438
|
},
|
|
450
439
|
"iframe": {
|
|
451
|
-
"block": {
|
|
440
|
+
"block": (typeof wc9c79ea1eee934058b5fa83e1eb54dcb1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9c79ea1eee934058b5fa83e1eb54dcb1) & {
|
|
452
441
|
"settings": typeof wc5eb286a4046246578d8c00c481f4f1ff extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5eb286a4046246578d8c00c481f4f1ff
|
|
453
|
-
}
|
|
454
|
-
"block$": typeof wc9c79ea1eee934058b5fa83e1eb54dcb1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9c79ea1eee934058b5fa83e1eb54dcb1
|
|
442
|
+
}
|
|
455
443
|
},
|
|
456
444
|
"link": {
|
|
457
445
|
"picker": typeof wcbb67b961921046ba9199cd5fcb532ea9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbb67b961921046ba9199cd5fcb532ea9,
|
|
458
446
|
"default": {
|
|
459
447
|
"item": typeof wcc3bfc9f13bff48aab63897227dca5916 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc3bfc9f13bff48aab63897227dca5916
|
|
460
448
|
},
|
|
461
|
-
"page": {
|
|
462
|
-
"item": typeof wcd1856f76a05b40c3a37f864ea7597b85 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd1856f76a05b40c3a37f864ea7597b85
|
|
463
|
-
},
|
|
464
449
|
"document": typeof wc34bbfc6bacd747a4a277cdaad0ff38d7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc34bbfc6bacd747a4a277cdaad0ff38d7,
|
|
465
450
|
"heading": typeof wc3f3a788c412d4a4ca04fefbcda89aab4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3f3a788c412d4a4ca04fefbcda89aab4,
|
|
466
|
-
"page
|
|
451
|
+
"page": (typeof wcbf6863b9502740608bb50d87b112b1af extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbf6863b9502740608bb50d87b112b1af) & {
|
|
452
|
+
"item": typeof wcd1856f76a05b40c3a37f864ea7597b85 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd1856f76a05b40c3a37f864ea7597b85
|
|
453
|
+
},
|
|
467
454
|
"navigation": {
|
|
468
455
|
"form": typeof wc0780b0845a604910b0d034ee99a8b2ac extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0780b0845a604910b0d034ee99a8b2ac
|
|
469
456
|
}
|
|
470
457
|
},
|
|
471
|
-
"media": {
|
|
458
|
+
"media": (typeof wc9c24268026e74874bec0eb0f6a05cef7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9c24268026e74874bec0eb0f6a05cef7 ) & {
|
|
472
459
|
"block": {
|
|
473
460
|
"settings": typeof wcc634d83302c04e838187517acbba164a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc634d83302c04e838187517acbba164a
|
|
474
461
|
},
|
|
475
462
|
"signin": typeof wcfd17f18a12a4458582e1f13cd262adaa extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfd17f18a12a4458582e1f13cd262adaa
|
|
476
463
|
},
|
|
477
|
-
"media$": typeof wc9c24268026e74874bec0eb0f6a05cef7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9c24268026e74874bec0eb0f6a05cef7,
|
|
478
464
|
"page": {
|
|
479
|
-
"properties": {
|
|
465
|
+
"properties": (typeof wcd1536b0e01fe4b99b65081167e364d5a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd1536b0e01fe4b99b65081167e364d5a ) & {
|
|
480
466
|
"settings": typeof wcb52221edce6740089dcddb8f0f3cc13f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb52221edce6740089dcddb8f0f3cc13f
|
|
481
467
|
},
|
|
482
|
-
"
|
|
483
|
-
"feedback": {
|
|
468
|
+
"feedback": (typeof wc8910f6310c634c108166cf26ebad6118 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8910f6310c634c108166cf26ebad6118 ) & {
|
|
484
469
|
"settings": typeof wc0e4bebefa4f74a6eb1d848d62ac78312 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0e4bebefa4f74a6eb1d848d62ac78312
|
|
485
470
|
},
|
|
486
|
-
"
|
|
471
|
+
"versionsV2": typeof wc26b2d6e297424fff94bf4aefba95aedf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc26b2d6e297424fff94bf4aefba95aedf,
|
|
487
472
|
"versions": typeof wcbbc1f1af77eb44fea6e12f597082a77f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbbc1f1af77eb44fea6e12f597082a77f
|
|
488
473
|
},
|
|
489
474
|
"related": {
|
|
490
|
-
"links": typeof wcaad74fcae36d4e0f919f456e6a814ad0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaad74fcae36d4e0f919f456e6a814ad0
|
|
491
|
-
"link": {
|
|
492
|
-
"settings": typeof wc5794b2675ed849738a86f574b8a39106 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5794b2675ed849738a86f574b8a39106
|
|
493
|
-
}
|
|
475
|
+
"links": typeof wcaad74fcae36d4e0f919f456e6a814ad0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaad74fcae36d4e0f919f456e6a814ad0
|
|
494
476
|
},
|
|
495
477
|
"signoffrequest": {
|
|
496
478
|
"banner": typeof wcaea1569f94dc498ca0fc3a525c851352 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaea1569f94dc498ca0fc3a525c851352
|
|
@@ -539,10 +521,9 @@ declare global {
|
|
|
539
521
|
"item": typeof wc0b5d35b4076b4a87a24c01f32a2326ec extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0b5d35b4076b4a87a24c01f32a2326ec
|
|
540
522
|
},
|
|
541
523
|
"rssreader": {
|
|
542
|
-
"block": {
|
|
524
|
+
"block": (typeof wcf59c03aff9084af2a9a9a24206cf0ee1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf59c03aff9084af2a9a9a24206cf0ee1 ) & {
|
|
543
525
|
"settings": typeof wc794a0a9a4b404a99a98f03da4ed6e6b0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc794a0a9a4b404a99a98f03da4ed6e6b0
|
|
544
526
|
},
|
|
545
|
-
"block$": typeof wcf59c03aff9084af2a9a9a24206cf0ee1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf59c03aff9084af2a9a9a24206cf0ee1,
|
|
546
527
|
"leftimage": {
|
|
547
528
|
"settings": typeof wc61df5b01c16542749bb85681ee069c4d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc61df5b01c16542749bb85681ee069c4d,
|
|
548
529
|
"view": typeof wc131b221607054da7bbbd4a934c897c92 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc131b221607054da7bbbd4a934c897c92
|
|
@@ -556,9 +537,6 @@ declare global {
|
|
|
556
537
|
"view": typeof wc1334535ecd814b3bb386c32241fb7a8d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1334535ecd814b3bb386c32241fb7a8d
|
|
557
538
|
}
|
|
558
539
|
},
|
|
559
|
-
"custom": {
|
|
560
|
-
"link": typeof wcea494e95310b430394ed2c9994ed7be8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcea494e95310b430394ed2c9994ed7be8
|
|
561
|
-
},
|
|
562
540
|
"calendarview": {
|
|
563
541
|
"locationselector": {
|
|
564
542
|
"dialog": typeof wcdb0a59ed8714400ba3f9bd0cde34ca00 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdb0a59ed8714400ba3f9bd0cde34ca00
|
|
@@ -583,25 +561,22 @@ declare global {
|
|
|
583
561
|
},
|
|
584
562
|
"backgroundselector": typeof wc686cbc65af514b60b7bb70ed0f9829a2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc686cbc65af514b60b7bb70ed0f9829a2,
|
|
585
563
|
"current": {
|
|
586
|
-
"navigation": {
|
|
564
|
+
"navigation": (typeof wc8025b5186d204de4b929d568a01f1107 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8025b5186d204de4b929d568a01f1107 ) & {
|
|
587
565
|
"settings": typeof wcc2b1097626e5470db843b2a4ba2cd841 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc2b1097626e5470db843b2a4ba2cd841
|
|
588
|
-
}
|
|
589
|
-
"navigation$": typeof wc8025b5186d204de4b929d568a01f1107 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8025b5186d204de4b929d568a01f1107
|
|
566
|
+
}
|
|
590
567
|
},
|
|
591
568
|
"profile": {
|
|
592
569
|
"mega": {
|
|
593
|
-
"menu": {
|
|
570
|
+
"menu": (typeof wc6bfd12389d3240e4a498bcbc2f384a3f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6bfd12389d3240e4a498bcbc2f384a3f ) & {
|
|
594
571
|
"settings": typeof wc2bdd57dede744e3aa1af0a0054b5b8a7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2bdd57dede744e3aa1af0a0054b5b8a7
|
|
595
|
-
}
|
|
596
|
-
"menu$": typeof wc6bfd12389d3240e4a498bcbc2f384a3f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6bfd12389d3240e4a498bcbc2f384a3f
|
|
572
|
+
}
|
|
597
573
|
}
|
|
598
574
|
},
|
|
599
575
|
"block": {
|
|
600
576
|
"mega": {
|
|
601
|
-
"menu": {
|
|
577
|
+
"menu": (typeof wc58a423c39cd644088545d58abf4b2696 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc58a423c39cd644088545d58abf4b2696 ) & {
|
|
602
578
|
"settings": typeof wc917fae1a9e914426b362fe773ac3c906 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc917fae1a9e914426b362fe773ac3c906
|
|
603
|
-
}
|
|
604
|
-
"menu$": typeof wc58a423c39cd644088545d58abf4b2696 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc58a423c39cd644088545d58abf4b2696
|
|
579
|
+
}
|
|
605
580
|
}
|
|
606
581
|
},
|
|
607
582
|
"sp": {
|
|
@@ -627,11 +602,6 @@ declare global {
|
|
|
627
602
|
}
|
|
628
603
|
}
|
|
629
604
|
},
|
|
630
|
-
"checkedout": {
|
|
631
|
-
"message": {
|
|
632
|
-
"viewer": typeof wcf2be70a2f61245c688f94f1ac7add743 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf2be70a2f61245c688f94f1ac7add743
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
605
|
"mega": {
|
|
636
606
|
"menu": {
|
|
637
607
|
"default": {
|
|
@@ -640,26 +610,30 @@ declare global {
|
|
|
640
610
|
"settings": typeof wce634971cc8044a0eb87899ab2015847b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce634971cc8044a0eb87899ab2015847b
|
|
641
611
|
}
|
|
642
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
|
+
},
|
|
643
618
|
"statistics": {
|
|
644
619
|
"per": {
|
|
620
|
+
"pageV2": typeof wc90c88fba73a64dcea74f2ec1ac2ac681 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc90c88fba73a64dcea74f2ec1ac2ac681,
|
|
645
621
|
"page": typeof wcfc894b17a78a43c0a543462d9a35b51d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfc894b17a78a43c0a543462d9a35b51d
|
|
646
622
|
}
|
|
647
623
|
}
|
|
648
624
|
},
|
|
649
625
|
"banner": {
|
|
650
|
-
"block": {
|
|
626
|
+
"block": (typeof wcfb5c76d4ab0049f7b9e2f7228a39a7aa extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfb5c76d4ab0049f7b9e2f7228a39a7aa) & {
|
|
651
627
|
"settings": typeof wcaf4944567ec144389b41c15058e24bec extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaf4944567ec144389b41c15058e24bec,
|
|
652
628
|
"edit": typeof wcaf3408d03c8f4877b2399e12bbf68f30 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaf3408d03c8f4877b2399e12bbf68f30
|
|
653
|
-
}
|
|
654
|
-
"block$": typeof wcfb5c76d4ab0049f7b9e2f7228a39a7aa extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfb5c76d4ab0049f7b9e2f7228a39a7aa
|
|
629
|
+
}
|
|
655
630
|
},
|
|
656
631
|
"omfx": {
|
|
657
632
|
"content": {
|
|
658
633
|
"flow": {
|
|
659
|
-
"block": {
|
|
634
|
+
"block": (typeof wcc90ce2aff8b6477c85a27c515dd7c0be extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc90ce2aff8b6477c85a27c515dd7c0be ) & {
|
|
660
635
|
"settings": typeof wc5c87af0e445947089136642f518aad55 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5c87af0e445947089136642f518aad55
|
|
661
|
-
}
|
|
662
|
-
"block$": typeof wcc90ce2aff8b6477c85a27c515dd7c0be extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc90ce2aff8b6477c85a27c515dd7c0be
|
|
636
|
+
}
|
|
663
637
|
}
|
|
664
638
|
},
|
|
665
639
|
"subscribe": {
|
|
@@ -675,14 +649,12 @@ declare global {
|
|
|
675
649
|
"em": {
|
|
676
650
|
"event": {
|
|
677
651
|
"participant": {
|
|
678
|
-
"counter": {
|
|
652
|
+
"counter": (typeof wc31f184faefe746a3bbe6fd8e8dd2065e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc31f184faefe746a3bbe6fd8e8dd2065e ) & {
|
|
679
653
|
"settings": typeof wc03ddb10b32b54f06b98399041e8ac042 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc03ddb10b32b54f06b98399041e8ac042
|
|
680
654
|
},
|
|
681
|
-
"
|
|
682
|
-
"list": {
|
|
655
|
+
"list": (typeof wcb828a6207ddc4da4ad550881366c976b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb828a6207ddc4da4ad550881366c976b ) & {
|
|
683
656
|
"settings": typeof wcdb2eaafe0e3342dead729066fbf75a57 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdb2eaafe0e3342dead729066fbf75a57
|
|
684
|
-
}
|
|
685
|
-
"list$": typeof wcb828a6207ddc4da4ad550881366c976b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb828a6207ddc4da4ad550881366c976b
|
|
657
|
+
}
|
|
686
658
|
}
|
|
687
659
|
},
|
|
688
660
|
"admin": {
|
|
@@ -731,10 +703,9 @@ declare global {
|
|
|
731
703
|
}
|
|
732
704
|
},
|
|
733
705
|
"mediarollup": {
|
|
734
|
-
"block": {
|
|
706
|
+
"block": (typeof wc682049fd95a24f0ea54a5dfdb389f20a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc682049fd95a24f0ea54a5dfdb389f20a ) & {
|
|
735
707
|
"settings": typeof wc5f316afb1fb844c08703c35c539e7824 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5f316afb1fb844c08703c35c539e7824
|
|
736
708
|
},
|
|
737
|
-
"block$": typeof wc682049fd95a24f0ea54a5dfdb389f20a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc682049fd95a24f0ea54a5dfdb389f20a,
|
|
738
709
|
"audio": typeof wceec22392872945e18ce461d40d6ba3a8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wceec22392872945e18ce461d40d6ba3a8,
|
|
739
710
|
"image": typeof wc51e18fa5a81d4c989e1618dbd6aa0d40 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc51e18fa5a81d4c989e1618dbd6aa0d40,
|
|
740
711
|
"video": typeof wc5d857df2e5204fc9bc33d8254e8195eb extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5d857df2e5204fc9bc33d8254e8195eb,
|
|
@@ -781,17 +752,15 @@ declare global {
|
|
|
781
752
|
}
|
|
782
753
|
},
|
|
783
754
|
"anchor": {
|
|
784
|
-
"navigation": {
|
|
755
|
+
"navigation": (typeof wc52af49cdff7741a9b74146a06d706c36 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc52af49cdff7741a9b74146a06d706c36 ) & {
|
|
785
756
|
"settings": typeof wc8674a7ae1a354004bf1cf22edbdc57e5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8674a7ae1a354004bf1cf22edbdc57e5
|
|
786
|
-
}
|
|
787
|
-
"navigation$": typeof wc52af49cdff7741a9b74146a06d706c36 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc52af49cdff7741a9b74146a06d706c36
|
|
757
|
+
}
|
|
788
758
|
},
|
|
789
759
|
"variation": {
|
|
790
760
|
"picker": typeof wc613955e3b78b4a2fbc9243ea7f74022b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc613955e3b78b4a2fbc9243ea7f74022b,
|
|
791
|
-
"selector": {
|
|
761
|
+
"selector": (typeof wcafcbf0d5c04a4795980249c919b16f88 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcafcbf0d5c04a4795980249c919b16f88 ) & {
|
|
792
762
|
"settings": typeof wc97c28633b32a4aefa8c3d53ecd1908f5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc97c28633b32a4aefa8c3d53ecd1908f5
|
|
793
|
-
}
|
|
794
|
-
"selector$": typeof wcafcbf0d5c04a4795980249c919b16f88 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcafcbf0d5c04a4795980249c919b16f88
|
|
763
|
+
}
|
|
795
764
|
},
|
|
796
765
|
"welcome": {
|
|
797
766
|
"block": {
|
|
@@ -804,11 +773,10 @@ declare global {
|
|
|
804
773
|
"dialog": typeof wc70343da432a445a4a19ff2f13f0538a1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc70343da432a445a4a19ff2f13f0538a1
|
|
805
774
|
}
|
|
806
775
|
},
|
|
807
|
-
"rollup": {
|
|
808
|
-
"settings": {
|
|
776
|
+
"rollup": (typeof wc731918f5a46c4e2f82ad6acd6f0a815a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc731918f5a46c4e2f82ad6acd6f0a815a ) & {
|
|
777
|
+
"settings": (typeof wc4a31a8557a0c428ab2ae6d25a61212e0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4a31a8557a0c428ab2ae6d25a61212e0 ) & {
|
|
809
778
|
"breakpoint": typeof wc9666447b45b64674ba1782734b77656f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9666447b45b64674ba1782734b77656f
|
|
810
779
|
},
|
|
811
|
-
"settings$": typeof wc4a31a8557a0c428ab2ae6d25a61212e0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4a31a8557a0c428ab2ae6d25a61212e0,
|
|
812
780
|
"calendar": {
|
|
813
781
|
"general": {
|
|
814
782
|
"settings": typeof wc92db91f42c61426781213642973a393b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc92db91f42c61426781213642973a393b
|
|
@@ -855,10 +823,9 @@ declare global {
|
|
|
855
823
|
}
|
|
856
824
|
},
|
|
857
825
|
"navigation": {
|
|
858
|
-
"view": {
|
|
826
|
+
"view": (typeof wcdcc28f3698694c5ca8065e86b9bfd246 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdcc28f3698694c5ca8065e86b9bfd246 ) & {
|
|
859
827
|
"settings": typeof wc66202bf932b64811afbc6c4628270ddf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc66202bf932b64811afbc6c4628270ddf
|
|
860
|
-
}
|
|
861
|
-
"view$": typeof wcdcc28f3698694c5ca8065e86b9bfd246 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdcc28f3698694c5ca8065e86b9bfd246
|
|
828
|
+
}
|
|
862
829
|
},
|
|
863
830
|
"newsletterview": {
|
|
864
831
|
"settings": typeof wc51be5aadea2348e4a5669094f1c20d22 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc51be5aadea2348e4a5669094f1c20d22
|
|
@@ -894,16 +861,14 @@ declare global {
|
|
|
894
861
|
}
|
|
895
862
|
}
|
|
896
863
|
},
|
|
897
|
-
"rollup$": typeof wc731918f5a46c4e2f82ad6acd6f0a815a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc731918f5a46c4e2f82ad6acd6f0a815a,
|
|
898
864
|
"feedbacks": {
|
|
899
865
|
"dialog": typeof wc02377b92cf244ca0b09ec5095792890e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc02377b92cf244ca0b09ec5095792890e
|
|
900
866
|
},
|
|
901
867
|
"comment": {
|
|
902
|
-
"like": {
|
|
868
|
+
"like": (typeof wcbbca03b9c6ac4d2ab1bb5c9f343c318b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbbca03b9c6ac4d2ab1bb5c9f343c318b ) & {
|
|
903
869
|
"settings": typeof wcd0d63c37a69d469c81ad934647fa104e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd0d63c37a69d469c81ad934647fa104e,
|
|
904
870
|
"view": typeof wcc47d603aecd34fb4a599cc4118d7fea9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc47d603aecd34fb4a599cc4118d7fea9
|
|
905
|
-
}
|
|
906
|
-
"like$": typeof wcbbca03b9c6ac4d2ab1bb5c9f343c318b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbbca03b9c6ac4d2ab1bb5c9f343c318b
|
|
871
|
+
}
|
|
907
872
|
},
|
|
908
873
|
"publish": {
|
|
909
874
|
"dialog": typeof wc5e25127e18144900bd49de8567fe7356 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5e25127e18144900bd49de8567fe7356
|
|
@@ -913,23 +878,21 @@ declare global {
|
|
|
913
878
|
}
|
|
914
879
|
},
|
|
915
880
|
"calendar": {
|
|
916
|
-
"rollup": {
|
|
881
|
+
"rollup": (typeof wc03fe3371356547caa1e8fc792646bce6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc03fe3371356547caa1e8fc792646bce6 ) & {
|
|
917
882
|
"settings": typeof wc690a2c70ec6c4d0abf2b605b0889661b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc690a2c70ec6c4d0abf2b605b0889661b,
|
|
918
883
|
"dialog": typeof wc07c3e30d939d487ead01189557be3877 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc07c3e30d939d487ead01189557be3877,
|
|
919
884
|
"list": {
|
|
920
885
|
"view": typeof wc2b8df48914c44866846581c3b2b60d12 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2b8df48914c44866846581c3b2b60d12
|
|
921
886
|
}
|
|
922
|
-
}
|
|
923
|
-
"rollup$": typeof wc03fe3371356547caa1e8fc792646bce6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc03fe3371356547caa1e8fc792646bce6
|
|
887
|
+
}
|
|
924
888
|
},
|
|
925
889
|
"channel": {
|
|
926
|
-
"rollup": {
|
|
890
|
+
"rollup": (typeof wc480146c7aa7440c082d86754706d6c4a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc480146c7aa7440c082d86754706d6c4a ) & {
|
|
927
891
|
"settings": typeof wcf721907a79cc4491843b49c67a203f85 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf721907a79cc4491843b49c67a203f85,
|
|
928
892
|
"administration": {
|
|
929
893
|
"view": typeof wcac18f10738454b2498ef2f318e659e5e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcac18f10738454b2498ef2f318e659e5e
|
|
930
894
|
}
|
|
931
895
|
},
|
|
932
|
-
"rollup$": typeof wc480146c7aa7440c082d86754706d6c4a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc480146c7aa7440c082d86754706d6c4a,
|
|
933
896
|
"filterengine": {
|
|
934
897
|
"renderer": typeof wc95c4afccaa194189b429df99fe49df3d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc95c4afccaa194189b429df99fe49df3d,
|
|
935
898
|
"propertysettings": typeof wc701edc2c8f764d03aa2f425730fdfbc0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc701edc2c8f764d03aa2f425730fdfbc0,
|
|
@@ -947,10 +910,9 @@ declare global {
|
|
|
947
910
|
},
|
|
948
911
|
"community": {
|
|
949
912
|
"appinstance": {
|
|
950
|
-
"rollup": {
|
|
913
|
+
"rollup": (typeof wce94fe2c962f44f24a93c69c0dd072078 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce94fe2c962f44f24a93c69c0dd072078 ) & {
|
|
951
914
|
"settings": typeof wcba88441e39864a0c82c6cb4812d63f53 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcba88441e39864a0c82c6cb4812d63f53
|
|
952
|
-
}
|
|
953
|
-
"rollup$": typeof wce94fe2c962f44f24a93c69c0dd072078 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce94fe2c962f44f24a93c69c0dd072078
|
|
915
|
+
}
|
|
954
916
|
}
|
|
955
917
|
},
|
|
956
918
|
"content": {
|
|
@@ -1027,23 +989,20 @@ declare global {
|
|
|
1027
989
|
},
|
|
1028
990
|
"publishing": {
|
|
1029
991
|
"appinstance": {
|
|
1030
|
-
"rollup": {
|
|
992
|
+
"rollup": (typeof wc87a0634d3f3041029e8d6eedc591e17a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc87a0634d3f3041029e8d6eedc591e17a ) & {
|
|
1031
993
|
"settings": typeof wcf3398bf656f644f585307e8ffdb8e8c3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf3398bf656f644f585307e8ffdb8e8c3
|
|
1032
|
-
}
|
|
1033
|
-
"rollup$": typeof wc87a0634d3f3041029e8d6eedc591e17a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc87a0634d3f3041029e8d6eedc591e17a
|
|
994
|
+
}
|
|
1034
995
|
}
|
|
1035
996
|
},
|
|
1036
997
|
"activity": {
|
|
1037
|
-
"feed": {
|
|
998
|
+
"feed": (typeof wca4bfa90c207d4cae9246a1e895fdcd8f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca4bfa90c207d4cae9246a1e895fdcd8f ) & {
|
|
1038
999
|
"settings": typeof wc6bd9de93d6ac4b76b50d4c16bdf35c44 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6bd9de93d6ac4b76b50d4c16bdf35c44
|
|
1039
|
-
}
|
|
1040
|
-
"feed$": typeof wca4bfa90c207d4cae9246a1e895fdcd8f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca4bfa90c207d4cae9246a1e895fdcd8f
|
|
1000
|
+
}
|
|
1041
1001
|
},
|
|
1042
1002
|
"rate": {
|
|
1043
|
-
"page": {
|
|
1003
|
+
"page": (typeof wcf1280b9eb8ed48cc81494414282df03a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf1280b9eb8ed48cc81494414282df03a ) & {
|
|
1044
1004
|
"settings": typeof wc44c7ff3d9dec48db9999418ae894d22d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc44c7ff3d9dec48db9999418ae894d22d
|
|
1045
|
-
}
|
|
1046
|
-
"page$": typeof wcf1280b9eb8ed48cc81494414282df03a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf1280b9eb8ed48cc81494414282df03a
|
|
1005
|
+
}
|
|
1047
1006
|
},
|
|
1048
1007
|
"share": {
|
|
1049
1008
|
"page": typeof wc03cc9cdf57fd40cbb3cdeac5c8a11ddf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc03cc9cdf57fd40cbb3cdeac5c8a11ddf
|
|
@@ -1111,17 +1070,18 @@ declare global {
|
|
|
1111
1070
|
"pagecollection": typeof wc67090a10b0804e74bb5251becacdbb4f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc67090a10b0804e74bb5251becacdbb4f,
|
|
1112
1071
|
"pagetype": typeof wc7e9ca1294f084b568a05dae8c6e85770 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7e9ca1294f084b568a05dae8c6e85770
|
|
1113
1072
|
},
|
|
1114
|
-
"
|
|
1115
|
-
"
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
"journey": {
|
|
1120
|
-
"menu": typeof wc84adcb326513436fa6b1b6b96916542d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc84adcb326513436fa6b1b6b96916542d
|
|
1073
|
+
"layout": {
|
|
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
|
|
1121
1078
|
}
|
|
1122
1079
|
},
|
|
1123
|
-
"
|
|
1124
|
-
|
|
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
|
+
}
|
|
1125
1085
|
},
|
|
1126
1086
|
"invite": {
|
|
1127
1087
|
"coauthors": typeof wca5f3d79de2854480825299cc6ab63260 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca5f3d79de2854480825299cc6ab63260
|
|
@@ -1159,7 +1119,20 @@ declare global {
|
|
|
1159
1119
|
"validator": typeof wcbba97582d9394bff9c9dac5ee13c053a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbba97582d9394bff9c9dac5ee13c053a
|
|
1160
1120
|
}
|
|
1161
1121
|
},
|
|
1162
|
-
"editor
|
|
1122
|
+
"editor": {
|
|
1123
|
+
"actiontoolbar": {
|
|
1124
|
+
"variationselector": typeof wc236cbcf68ff044fe8bfea9e74dfabfe1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc236cbcf68ff044fe8bfea9e74dfabfe1
|
|
1125
|
+
},
|
|
1126
|
+
"appsettings": {
|
|
1127
|
+
"journey": {
|
|
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
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
"pagecollectionsettings": typeof wc3e070b0f0bd24d53940e29bfdcb28d9e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3e070b0f0bd24d53940e29bfdcb28d9e,
|
|
1134
|
+
"pagetypesettings": typeof wc104976963bb24af389aa562ec89e037a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc104976963bb24af389aa562ec89e037a
|
|
1135
|
+
}
|
|
1163
1136
|
}
|
|
1164
1137
|
|
|
1165
1138
|
let wcm: {
|