@omnia/fx 8.0.94-vnext → 8.0.96-vnext

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 (36) hide show
  1. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
  2. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +3 -0
  3. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +80 -32
  4. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +36 -47
  5. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +6 -6
  6. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +2 -7
  7. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +14 -11
  8. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +18 -1
  9. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +16 -5
  12. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
  14. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  15. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +22 -0
  17. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +91 -0
  18. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  19. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.css.d.ts +0 -0
  20. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +426 -0
  21. package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +2 -5
  22. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +45 -1
  23. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +9 -9
  24. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +3 -1
  25. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +8 -8
  26. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
  27. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +10 -1
  28. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +7 -3
  29. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +3 -0
  30. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +9 -0
  31. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronPropertyMappingStateBuilder.d.ts +11 -0
  32. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +3 -0
  33. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +450 -0
  34. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +455 -0
  35. package/internal-do-not-import-from-here/wctypings.d.ts +511 -504
  36. package/package.json +2 -2
@@ -157,6 +157,7 @@ import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/Them
157
157
  import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
158
158
  import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
159
159
  import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
160
+ import wc64567c1ccfb84d1380725db72ad01eeb from './ux/velcron/renderer/components/ComponentCreator';
160
161
  import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
161
162
  import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
162
163
  import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
@@ -258,258 +259,259 @@ declare global {
258
259
  interface ElementClass {
259
260
  }
260
261
  interface IntrinsicElements {
261
- "omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & VueComponentBaseProps;
262
- "omfx-dev-socket": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
263
- "omfx-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
264
- "omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
265
- "omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
266
- "omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
267
- "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
268
- "omfx-color-settings-picker": typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & VueComponentBaseProps;
269
- "omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
270
- "omfx-options-block-current": typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition & VueComponentBaseProps;
271
- "omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & VueComponentBaseProps;
272
- "omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & VueComponentBaseProps;
273
- "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & VueComponentBaseProps;
274
- "omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & VueComponentBaseProps;
275
- "omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & VueComponentBaseProps;
276
- "omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & VueComponentBaseProps;
277
- "omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & VueComponentBaseProps;
278
- "omfx-tags-filterengine-renderer": typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition & VueComponentBaseProps;
279
- "omfx-filterengine-selectionsarea": typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & VueComponentBaseProps;
280
- "omfx-filterengine-selectionsarea-personproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & VueComponentBaseProps;
281
- "omfx-filterengine-selectionsarea-tagsproperty": typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition & VueComponentBaseProps;
282
- "omfx-text-filterengine-renderer": typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & VueComponentBaseProps;
283
- "omfx-boolean-filterengine-renderer": typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & VueComponentBaseProps;
284
- "omfx-date-filterengine-renderer": typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & VueComponentBaseProps;
285
- "omfx-number-filterengine-renderer": typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & VueComponentBaseProps;
286
- "omfx-filterengine-selectionsarea-booleanproperty": typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & VueComponentBaseProps;
287
- "omfx-filterengine-selectionsarea-textproperty": typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & VueComponentBaseProps;
288
- "omfx-filterengine-selectionsarea-datetimeproperty": typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & VueComponentBaseProps;
289
- "omfx-filterengine-selectionsarea-numberproperty": typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & VueComponentBaseProps;
290
- "omfx-filterengine-dialog-content": typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & VueComponentBaseProps;
291
- "omfx-filterengine-property-dropdown": typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & VueComponentBaseProps;
292
- "omfx-filterengine-property-list": typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & VueComponentBaseProps;
293
- "omfx-filter-picker": typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & VueComponentBaseProps;
294
- "omfx-hub-chat": typeof wcc587659a68194582be3c393240709785.propsDefinition & VueComponentBaseProps;
295
- "omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & VueComponentBaseProps;
296
- "omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & VueComponentBaseProps;
297
- "omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & VueComponentBaseProps;
298
- "omfx-identity-picker-field": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & VueComponentBaseProps;
299
- "omfx-identity-picker-inline-field": typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition & VueComponentBaseProps;
300
- "omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & VueComponentBaseProps;
301
- "omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & VueComponentBaseProps;
302
- "omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & VueComponentBaseProps;
303
- "omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & VueComponentBaseProps;
304
- "omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & VueComponentBaseProps;
305
- "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
306
- "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
307
- "omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & VueComponentBaseProps;
308
- "omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & VueComponentBaseProps;
309
- "monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
310
- "omfx-multilingual-input": typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & VueComponentBaseProps;
311
- "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
312
- "omfx-permission-input": typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & VueComponentBaseProps;
313
- "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
314
- "omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
315
- "omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & VueComponentBaseProps;
316
- "omfx-property-renderer": typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & VueComponentBaseProps;
317
- "omfx-property-definition-renderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & VueComponentBaseProps;
318
- "omfx-property-configuration": typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & VueComponentBaseProps;
319
- "omfx-property-label-options": typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & VueComponentBaseProps;
320
- "omfx-property-locking": typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & VueComponentBaseProps;
321
- "omfx-property-input": typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & VueComponentBaseProps;
322
- "omfx-rich-text-editor": typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & VueComponentBaseProps;
323
- "omfx-rollup-empty": typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & VueComponentBaseProps;
324
- "omfx-settings-pane": typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & VueComponentBaseProps;
325
- "omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & VueComponentBaseProps;
326
- "omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & VueComponentBaseProps;
327
- "omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
328
- "omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
329
- "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
330
- "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
331
- "omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
332
- "omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & VueComponentBaseProps;
333
- "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
334
- "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
335
- "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & VueComponentBaseProps;
336
- "omfx-field-validation": typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & VueComponentBaseProps;
337
- "omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & VueComponentBaseProps;
338
- "omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & VueComponentBaseProps;
339
- "omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & VueComponentBaseProps;
340
- "omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & VueComponentBaseProps;
341
- "omnia-admin": typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & VueComponentBaseProps;
342
- "omnia-admin-renderer": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & VueComponentBaseProps;
343
- "omfx-queryable-enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition & VueComponentBaseProps;
344
- "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & VueComponentBaseProps;
345
- "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & VueComponentBaseProps;
346
- "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & VueComponentBaseProps;
347
- "omfx-app-management-template-tab": typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & VueComponentBaseProps;
348
- "omfx-app-management-layout-tab": typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & VueComponentBaseProps;
349
- "omfx-app-management-namingpolicy-tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & VueComponentBaseProps;
350
- "omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & VueComponentBaseProps;
351
- "omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & VueComponentBaseProps;
352
- "omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & VueComponentBaseProps;
353
- "omfx-enterpriseproperty-picker": typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition & VueComponentBaseProps;
354
- "omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & VueComponentBaseProps;
355
- "omfx-journey-testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & VueComponentBaseProps;
356
- "omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & VueComponentBaseProps;
357
- "omfx-journey-blade": typeof wcd308de8efcff4754826523a0f06df130.propsDefinition & VueComponentBaseProps;
358
- "omfx-journey-menu": typeof wc828a4c20542945858e792ec584148a5c.propsDefinition & VueComponentBaseProps;
359
- "omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & VueComponentBaseProps;
360
- "omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & VueComponentBaseProps;
361
- "omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & VueComponentBaseProps;
362
- "omfx-media-picker-dalle-polling-image": typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & VueComponentBaseProps;
363
- "o-app-bar": typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & VueComponentBaseProps;
364
- "o-avatar": typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & VueComponentBaseProps;
365
- "o-badge": typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & VueComponentBaseProps;
366
- "o-btn": typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition & VueComponentBaseProps;
367
- "o-btn-group": typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition & VueComponentBaseProps;
368
- "o-card": typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition & VueComponentBaseProps;
369
- "o-checkbox": typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & VueComponentBaseProps;
370
- "o-chip": typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & VueComponentBaseProps;
371
- "o-col": typeof wcd116618a12d0439f8da809535809c260.propsDefinition & VueComponentBaseProps;
372
- "o-data-table": typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & VueComponentBaseProps;
373
- "o-dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition & VueComponentBaseProps;
374
- "o-divider": typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition & VueComponentBaseProps;
375
- "o-draggable": typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition & VueComponentBaseProps;
376
- "o-expansion-panels": typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & VueComponentBaseProps;
377
- "o-expansion-panel": typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & VueComponentBaseProps;
378
- "o-host-provider": typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & VueComponentBaseProps;
379
- "o-icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & VueComponentBaseProps;
380
- "o-img": typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & VueComponentBaseProps;
381
- "o-layout": typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & VueComponentBaseProps;
382
- "o-link": typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & VueComponentBaseProps;
383
- "o-list": typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & VueComponentBaseProps;
384
- "o-list-item": typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & VueComponentBaseProps;
385
- "o-main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & VueComponentBaseProps;
386
- "o-menu": typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & VueComponentBaseProps;
387
- "o-navigation-drawer": typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & VueComponentBaseProps;
388
- "o-panel": typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & VueComponentBaseProps;
389
- "o-progress": typeof wc247719ac6d3843ec889face452544a21.propsDefinition & VueComponentBaseProps;
390
- "o-radio-group": typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & VueComponentBaseProps;
391
- "o-radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & VueComponentBaseProps;
392
- "o-select": typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & VueComponentBaseProps;
393
- "o-slider": typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & VueComponentBaseProps;
394
- "o-snackbar": typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & VueComponentBaseProps;
395
- "o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & VueComponentBaseProps;
396
- "o-stepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & VueComponentBaseProps;
397
- "o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & VueComponentBaseProps;
398
- "o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & VueComponentBaseProps;
399
- "o-tabs": typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & VueComponentBaseProps;
400
- "o-tab": typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & VueComponentBaseProps;
401
- "o-table": typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition & VueComponentBaseProps;
402
- "o-text": typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition & VueComponentBaseProps;
403
- "o-textarea": typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition & VueComponentBaseProps;
404
- "o-text-field": typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition & VueComponentBaseProps;
405
- "o-toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition & VueComponentBaseProps;
406
- "o-tooltip": typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & VueComponentBaseProps;
407
- "o-treeview": typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & VueComponentBaseProps;
408
- "o-validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & VueComponentBaseProps;
409
- "omfx-property-block-v2": typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition & VueComponentBaseProps;
410
- "omfx-property-block-v2-settings": typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition & VueComponentBaseProps;
411
- "omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
412
- "omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & VueComponentBaseProps;
413
- "omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & VueComponentBaseProps;
414
- "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
415
- "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
416
- "omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & VueComponentBaseProps;
417
- "omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
418
- "omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & VueComponentBaseProps;
419
- "omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & VueComponentBaseProps;
420
- "omfx-properties-term-set-editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & VueComponentBaseProps;
421
- "omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & VueComponentBaseProps;
422
- "omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & VueComponentBaseProps;
423
- "omfx-filterengine-person-propertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & VueComponentBaseProps;
424
- "omfx-filterengine-person-defaultvalue-input": typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & VueComponentBaseProps;
425
- "omfx-filterengine-text-propertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & VueComponentBaseProps;
426
- "omfx-filterengine-text-defaultvalue-input": typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & VueComponentBaseProps;
427
- "omfx-filterengine-boolean-propertysettings": typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & VueComponentBaseProps;
428
- "omfx-filterengine-boolean-defaultvalue-input": typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & VueComponentBaseProps;
429
- "omfx-filterengine-datetime-propertysettings": typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & VueComponentBaseProps;
430
- "omfx-filterengine-datetime-defaultvalue-input": typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & VueComponentBaseProps;
431
- "omfx-filterengine-number-propertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & VueComponentBaseProps;
432
- "omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & VueComponentBaseProps;
433
- "omfx-filterengine-tags-propertysettings": typeof wc024952d88730404da854cfed0d045284.propsDefinition & VueComponentBaseProps;
434
- "omfx-filterengine-tags-defaultvalue-input": typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & VueComponentBaseProps;
435
- "omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & VueComponentBaseProps;
436
- "omfx-canvas-toolbar": typeof wc4512676606d342adbd011def4b615151.propsDefinition & VueComponentBaseProps;
437
- "omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & VueComponentBaseProps;
438
- "omfx-device-previewer": typeof wcd89913a1055942b38285fcab85751865.propsDefinition & VueComponentBaseProps;
439
- "omfx-properties-birthday-display": typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & VueComponentBaseProps;
440
- "omfx-properties-birthday-editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & VueComponentBaseProps;
441
- "omfx-properties-boolean-display": typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & VueComponentBaseProps;
442
- "omfx-properties-boolean-editor": typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & VueComponentBaseProps;
443
- "omfx-properties-date-display": typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & VueComponentBaseProps;
444
- "omfx-properties-date-editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & VueComponentBaseProps;
445
- "omfx-properties-date-time-display": typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & VueComponentBaseProps;
446
- "omfx-properties-date-time-editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & VueComponentBaseProps;
447
- "omfx-properties-email-display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & VueComponentBaseProps;
448
- "omfx-properties-email-editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & VueComponentBaseProps;
449
- "omfx-properties-html-display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & VueComponentBaseProps;
450
- "omfx-properties-html-editor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & VueComponentBaseProps;
451
- "omfx-properties-html-configuration": typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & VueComponentBaseProps;
452
- "omfx-properties-identity-display": typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & VueComponentBaseProps;
453
- "omfx-properties-identity-editor": typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & VueComponentBaseProps;
454
- "omfx-properties-identity-configuration": typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & VueComponentBaseProps;
455
- "omfx-properties-image-display": typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & VueComponentBaseProps;
456
- "omfx-properties-image-configuration": typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & VueComponentBaseProps;
457
- "omfx-properties-image-editor": typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & VueComponentBaseProps;
458
- "omfx-properties-integer-display": typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition & VueComponentBaseProps;
459
- "omfx-properties-integer-editor": typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition & VueComponentBaseProps;
460
- "omfx-properties-language-display": typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & VueComponentBaseProps;
461
- "omfx-properties-language-editor": typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & VueComponentBaseProps;
462
- "omfx-properties-link-display": typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & VueComponentBaseProps;
463
- "omfx-properties-link-editor": typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & VueComponentBaseProps;
464
- "omfx-properties-link-configuration": typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & VueComponentBaseProps;
465
- "omfx-properties-media-display": typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition & VueComponentBaseProps;
466
- "omfx-properties-media-editor": typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition & VueComponentBaseProps;
467
- "omfx-properties-multilinetext-display": typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & VueComponentBaseProps;
468
- "omfx-properties-multilinetext-editor": typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & VueComponentBaseProps;
469
- "omfx-properties-multilingualtext-display": typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & VueComponentBaseProps;
470
- "omfx-properties-multilingualtext-editor": typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & VueComponentBaseProps;
471
- "omfx-properties-phone-number-display": typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & VueComponentBaseProps;
472
- "omfx-properties-phone-number-editor": typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & VueComponentBaseProps;
473
- "omfx-properties-text-display": typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & VueComponentBaseProps;
474
- "omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & VueComponentBaseProps;
475
- "omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & VueComponentBaseProps;
476
- "omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
477
- "omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & VueComponentBaseProps;
478
- "omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & VueComponentBaseProps;
479
- "omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
480
- "omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
481
- "omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & VueComponentBaseProps;
482
- "omfx-velcron-properties-editor": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & VueComponentBaseProps;
483
- "omfx-velcron-property-editor-creator": typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition & VueComponentBaseProps;
484
- "omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & VueComponentBaseProps;
485
- "omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & VueComponentBaseProps;
486
- "omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & VueComponentBaseProps;
487
- "omfx-layout-block-settings-header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & VueComponentBaseProps;
488
- "omfx-layout-block-settings-spacing": typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & VueComponentBaseProps;
489
- "omfx-layout-block-settings-style": typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & VueComponentBaseProps;
490
- "omfx-layout-block-settings-css": typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & VueComponentBaseProps;
491
- "omfx-layout-block-settings-targeting": typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & VueComponentBaseProps;
492
- "omfx-layout-block-title": typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & VueComponentBaseProps;
493
- "omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
494
- "omfx-layout-image-background-settings": typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & VueComponentBaseProps;
495
- "omfx-layout-layout-settings-globalheader": typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & VueComponentBaseProps;
496
- "omfx-layout-layout-settings-blockheader": typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & VueComponentBaseProps;
497
- "omfx-layout-layout-settings-style": typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & VueComponentBaseProps;
498
- "omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & VueComponentBaseProps;
499
- "omfx-layout-lock-settings": typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & VueComponentBaseProps;
500
- "omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & VueComponentBaseProps;
501
- "omfx-layout-section-settings-spacing": typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & VueComponentBaseProps;
502
- "omfx-layout-section-settings-style": typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & VueComponentBaseProps;
503
- "omfx-layout-section-settings-css": typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & VueComponentBaseProps;
504
- "omfx-layout-section-settings-targeting": typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & VueComponentBaseProps;
505
- "omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & VueComponentBaseProps;
506
- "omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & VueComponentBaseProps;
507
- "omfx-layout-tab-block-settings": typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & VueComponentBaseProps;
508
- "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & VueComponentBaseProps;
509
- "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & VueComponentBaseProps;
510
- "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & VueComponentBaseProps;
511
- "omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & VueComponentBaseProps;
512
- "omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & VueComponentBaseProps;
262
+ "omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition | VueComponentBaseProps;
263
+ "omfx-dev-socket": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition | VueComponentBaseProps;
264
+ "omfx-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition | VueComponentBaseProps;
265
+ "omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition | VueComponentBaseProps;
266
+ "omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition | VueComponentBaseProps;
267
+ "omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition | VueComponentBaseProps;
268
+ "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition | VueComponentBaseProps;
269
+ "omfx-color-settings-picker": typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition | VueComponentBaseProps;
270
+ "omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition | VueComponentBaseProps;
271
+ "omfx-options-block-current": typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition | VueComponentBaseProps;
272
+ "omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition | VueComponentBaseProps;
273
+ "omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition | VueComponentBaseProps;
274
+ "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition | VueComponentBaseProps;
275
+ "omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition | VueComponentBaseProps;
276
+ "omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition | VueComponentBaseProps;
277
+ "omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition | VueComponentBaseProps;
278
+ "omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition | VueComponentBaseProps;
279
+ "omfx-tags-filterengine-renderer": typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition | VueComponentBaseProps;
280
+ "omfx-filterengine-selectionsarea": typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition | VueComponentBaseProps;
281
+ "omfx-filterengine-selectionsarea-personproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition | VueComponentBaseProps;
282
+ "omfx-filterengine-selectionsarea-tagsproperty": typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition | VueComponentBaseProps;
283
+ "omfx-text-filterengine-renderer": typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition | VueComponentBaseProps;
284
+ "omfx-boolean-filterengine-renderer": typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition | VueComponentBaseProps;
285
+ "omfx-date-filterengine-renderer": typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition | VueComponentBaseProps;
286
+ "omfx-number-filterengine-renderer": typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition | VueComponentBaseProps;
287
+ "omfx-filterengine-selectionsarea-booleanproperty": typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition | VueComponentBaseProps;
288
+ "omfx-filterengine-selectionsarea-textproperty": typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition | VueComponentBaseProps;
289
+ "omfx-filterengine-selectionsarea-datetimeproperty": typeof wc63a474f600324efc9148ceeab9202778.propsDefinition | VueComponentBaseProps;
290
+ "omfx-filterengine-selectionsarea-numberproperty": typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition | VueComponentBaseProps;
291
+ "omfx-filterengine-dialog-content": typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition | VueComponentBaseProps;
292
+ "omfx-filterengine-property-dropdown": typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition | VueComponentBaseProps;
293
+ "omfx-filterengine-property-list": typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition | VueComponentBaseProps;
294
+ "omfx-filter-picker": typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition | VueComponentBaseProps;
295
+ "omfx-hub-chat": typeof wcc587659a68194582be3c393240709785.propsDefinition | VueComponentBaseProps;
296
+ "omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition | VueComponentBaseProps;
297
+ "omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition | VueComponentBaseProps;
298
+ "omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition | VueComponentBaseProps;
299
+ "omfx-identity-picker-field": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition | VueComponentBaseProps;
300
+ "omfx-identity-picker-inline-field": typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition | VueComponentBaseProps;
301
+ "omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition | VueComponentBaseProps;
302
+ "omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition | VueComponentBaseProps;
303
+ "omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition | VueComponentBaseProps;
304
+ "omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition | VueComponentBaseProps;
305
+ "omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition | VueComponentBaseProps;
306
+ "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition | VueComponentBaseProps;
307
+ "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition | VueComponentBaseProps;
308
+ "omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition | VueComponentBaseProps;
309
+ "omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition | VueComponentBaseProps;
310
+ "monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition | VueComponentBaseProps;
311
+ "omfx-multilingual-input": typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition | VueComponentBaseProps;
312
+ "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition | VueComponentBaseProps;
313
+ "omfx-permission-input": typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition | VueComponentBaseProps;
314
+ "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition | VueComponentBaseProps;
315
+ "omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition | VueComponentBaseProps;
316
+ "omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition | VueComponentBaseProps;
317
+ "omfx-property-renderer": typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition | VueComponentBaseProps;
318
+ "omfx-property-definition-renderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition | VueComponentBaseProps;
319
+ "omfx-property-configuration": typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition | VueComponentBaseProps;
320
+ "omfx-property-label-options": typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition | VueComponentBaseProps;
321
+ "omfx-property-locking": typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition | VueComponentBaseProps;
322
+ "omfx-property-input": typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition | VueComponentBaseProps;
323
+ "omfx-rich-text-editor": typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition | VueComponentBaseProps;
324
+ "omfx-rollup-empty": typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition | VueComponentBaseProps;
325
+ "omfx-settings-pane": typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition | VueComponentBaseProps;
326
+ "omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition | VueComponentBaseProps;
327
+ "omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition | VueComponentBaseProps;
328
+ "omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition | VueComponentBaseProps;
329
+ "omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition | VueComponentBaseProps;
330
+ "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition | VueComponentBaseProps;
331
+ "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition | VueComponentBaseProps;
332
+ "omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition | VueComponentBaseProps;
333
+ "omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition | VueComponentBaseProps;
334
+ "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition | VueComponentBaseProps;
335
+ "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition | VueComponentBaseProps;
336
+ "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition | VueComponentBaseProps;
337
+ "omfx-field-validation": typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition | VueComponentBaseProps;
338
+ "omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition | VueComponentBaseProps;
339
+ "omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition | VueComponentBaseProps;
340
+ "omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition | VueComponentBaseProps;
341
+ "omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition | VueComponentBaseProps;
342
+ "omnia-admin": typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition | VueComponentBaseProps;
343
+ "omnia-admin-renderer": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition | VueComponentBaseProps;
344
+ "omfx-queryable-enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition | VueComponentBaseProps;
345
+ "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition | VueComponentBaseProps;
346
+ "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition | VueComponentBaseProps;
347
+ "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition | VueComponentBaseProps;
348
+ "omfx-app-management-template-tab": typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition | VueComponentBaseProps;
349
+ "omfx-app-management-layout-tab": typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition | VueComponentBaseProps;
350
+ "omfx-app-management-namingpolicy-tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition | VueComponentBaseProps;
351
+ "omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition | VueComponentBaseProps;
352
+ "omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition | VueComponentBaseProps;
353
+ "omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition | VueComponentBaseProps;
354
+ "omfx-enterpriseproperty-picker": typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition | VueComponentBaseProps;
355
+ "omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition | VueComponentBaseProps;
356
+ "omfx-journey-testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition | VueComponentBaseProps;
357
+ "omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition | VueComponentBaseProps;
358
+ "omfx-journey-blade": typeof wcd308de8efcff4754826523a0f06df130.propsDefinition | VueComponentBaseProps;
359
+ "omfx-journey-menu": typeof wc828a4c20542945858e792ec584148a5c.propsDefinition | VueComponentBaseProps;
360
+ "omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition | VueComponentBaseProps;
361
+ "omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition | VueComponentBaseProps;
362
+ "omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition | VueComponentBaseProps;
363
+ "omfx-media-picker-dalle-polling-image": typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition | VueComponentBaseProps;
364
+ "o-app-bar": typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition | VueComponentBaseProps;
365
+ "o-avatar": typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition | VueComponentBaseProps;
366
+ "o-badge": typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition | VueComponentBaseProps;
367
+ "o-btn": typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition | VueComponentBaseProps;
368
+ "o-btn-group": typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition | VueComponentBaseProps;
369
+ "o-card": typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition | VueComponentBaseProps;
370
+ "o-checkbox": typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition | VueComponentBaseProps;
371
+ "o-chip": typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition | VueComponentBaseProps;
372
+ "o-col": typeof wcd116618a12d0439f8da809535809c260.propsDefinition | VueComponentBaseProps;
373
+ "o-data-table": typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition | VueComponentBaseProps;
374
+ "o-dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition | VueComponentBaseProps;
375
+ "o-divider": typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition | VueComponentBaseProps;
376
+ "o-draggable": typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition | VueComponentBaseProps;
377
+ "o-expansion-panels": typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition | VueComponentBaseProps;
378
+ "o-expansion-panel": typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition | VueComponentBaseProps;
379
+ "o-host-provider": typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition | VueComponentBaseProps;
380
+ "o-icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition | VueComponentBaseProps;
381
+ "o-img": typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition | VueComponentBaseProps;
382
+ "o-layout": typeof wc428e436c13dc457898a408786361c9b1.propsDefinition | VueComponentBaseProps;
383
+ "o-link": typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition | VueComponentBaseProps;
384
+ "o-list": typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition | VueComponentBaseProps;
385
+ "o-list-item": typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition | VueComponentBaseProps;
386
+ "o-main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition | VueComponentBaseProps;
387
+ "o-menu": typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition | VueComponentBaseProps;
388
+ "o-navigation-drawer": typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition | VueComponentBaseProps;
389
+ "o-panel": typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition | VueComponentBaseProps;
390
+ "o-progress": typeof wc247719ac6d3843ec889face452544a21.propsDefinition | VueComponentBaseProps;
391
+ "o-radio-group": typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition | VueComponentBaseProps;
392
+ "o-radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition | VueComponentBaseProps;
393
+ "o-select": typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition | VueComponentBaseProps;
394
+ "o-slider": typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition | VueComponentBaseProps;
395
+ "o-snackbar": typeof wca19feddcd78b4065b7650162fd088379.propsDefinition | VueComponentBaseProps;
396
+ "o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition | VueComponentBaseProps;
397
+ "o-stepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition | VueComponentBaseProps;
398
+ "o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition | VueComponentBaseProps;
399
+ "o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition | VueComponentBaseProps;
400
+ "o-tabs": typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition | VueComponentBaseProps;
401
+ "o-tab": typeof wc8669930d609c497e8cde0c554621db88.propsDefinition | VueComponentBaseProps;
402
+ "o-table": typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition | VueComponentBaseProps;
403
+ "o-text": typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition | VueComponentBaseProps;
404
+ "o-textarea": typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition | VueComponentBaseProps;
405
+ "o-text-field": typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition | VueComponentBaseProps;
406
+ "o-toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition | VueComponentBaseProps;
407
+ "o-tooltip": typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition | VueComponentBaseProps;
408
+ "o-treeview": typeof wcc617a9d7e25249929c41becb55905973.propsDefinition | VueComponentBaseProps;
409
+ "o-validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition | VueComponentBaseProps;
410
+ "omfx-property-block-v2": typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition | VueComponentBaseProps;
411
+ "omfx-property-block-v2-settings": typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition | VueComponentBaseProps;
412
+ "omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition | VueComponentBaseProps;
413
+ "omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition | VueComponentBaseProps;
414
+ "omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition | VueComponentBaseProps;
415
+ "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition | VueComponentBaseProps;
416
+ "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition | VueComponentBaseProps;
417
+ "omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition | VueComponentBaseProps;
418
+ "omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition | VueComponentBaseProps;
419
+ "omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition | VueComponentBaseProps;
420
+ "omfx-velcron-component-creator": typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition | VueComponentBaseProps;
421
+ "omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition | VueComponentBaseProps;
422
+ "omfx-properties-term-set-editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition | VueComponentBaseProps;
423
+ "omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition | VueComponentBaseProps;
424
+ "omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition | VueComponentBaseProps;
425
+ "omfx-filterengine-person-propertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition | VueComponentBaseProps;
426
+ "omfx-filterengine-person-defaultvalue-input": typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition | VueComponentBaseProps;
427
+ "omfx-filterengine-text-propertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition | VueComponentBaseProps;
428
+ "omfx-filterengine-text-defaultvalue-input": typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition | VueComponentBaseProps;
429
+ "omfx-filterengine-boolean-propertysettings": typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition | VueComponentBaseProps;
430
+ "omfx-filterengine-boolean-defaultvalue-input": typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition | VueComponentBaseProps;
431
+ "omfx-filterengine-datetime-propertysettings": typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition | VueComponentBaseProps;
432
+ "omfx-filterengine-datetime-defaultvalue-input": typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition | VueComponentBaseProps;
433
+ "omfx-filterengine-number-propertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition | VueComponentBaseProps;
434
+ "omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition | VueComponentBaseProps;
435
+ "omfx-filterengine-tags-propertysettings": typeof wc024952d88730404da854cfed0d045284.propsDefinition | VueComponentBaseProps;
436
+ "omfx-filterengine-tags-defaultvalue-input": typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition | VueComponentBaseProps;
437
+ "omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition | VueComponentBaseProps;
438
+ "omfx-canvas-toolbar": typeof wc4512676606d342adbd011def4b615151.propsDefinition | VueComponentBaseProps;
439
+ "omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition | VueComponentBaseProps;
440
+ "omfx-device-previewer": typeof wcd89913a1055942b38285fcab85751865.propsDefinition | VueComponentBaseProps;
441
+ "omfx-properties-birthday-display": typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition | VueComponentBaseProps;
442
+ "omfx-properties-birthday-editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition | VueComponentBaseProps;
443
+ "omfx-properties-boolean-display": typeof wcf61d06a945754742a1896847765fbea5.propsDefinition | VueComponentBaseProps;
444
+ "omfx-properties-boolean-editor": typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition | VueComponentBaseProps;
445
+ "omfx-properties-date-display": typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition | VueComponentBaseProps;
446
+ "omfx-properties-date-editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition | VueComponentBaseProps;
447
+ "omfx-properties-date-time-display": typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition | VueComponentBaseProps;
448
+ "omfx-properties-date-time-editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition | VueComponentBaseProps;
449
+ "omfx-properties-email-display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition | VueComponentBaseProps;
450
+ "omfx-properties-email-editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition | VueComponentBaseProps;
451
+ "omfx-properties-html-display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition | VueComponentBaseProps;
452
+ "omfx-properties-html-editor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition | VueComponentBaseProps;
453
+ "omfx-properties-html-configuration": typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition | VueComponentBaseProps;
454
+ "omfx-properties-identity-display": typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition | VueComponentBaseProps;
455
+ "omfx-properties-identity-editor": typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition | VueComponentBaseProps;
456
+ "omfx-properties-identity-configuration": typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition | VueComponentBaseProps;
457
+ "omfx-properties-image-display": typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition | VueComponentBaseProps;
458
+ "omfx-properties-image-configuration": typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition | VueComponentBaseProps;
459
+ "omfx-properties-image-editor": typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition | VueComponentBaseProps;
460
+ "omfx-properties-integer-display": typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition | VueComponentBaseProps;
461
+ "omfx-properties-integer-editor": typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition | VueComponentBaseProps;
462
+ "omfx-properties-language-display": typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition | VueComponentBaseProps;
463
+ "omfx-properties-language-editor": typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition | VueComponentBaseProps;
464
+ "omfx-properties-link-display": typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition | VueComponentBaseProps;
465
+ "omfx-properties-link-editor": typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition | VueComponentBaseProps;
466
+ "omfx-properties-link-configuration": typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition | VueComponentBaseProps;
467
+ "omfx-properties-media-display": typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition | VueComponentBaseProps;
468
+ "omfx-properties-media-editor": typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition | VueComponentBaseProps;
469
+ "omfx-properties-multilinetext-display": typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition | VueComponentBaseProps;
470
+ "omfx-properties-multilinetext-editor": typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition | VueComponentBaseProps;
471
+ "omfx-properties-multilingualtext-display": typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition | VueComponentBaseProps;
472
+ "omfx-properties-multilingualtext-editor": typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition | VueComponentBaseProps;
473
+ "omfx-properties-phone-number-display": typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition | VueComponentBaseProps;
474
+ "omfx-properties-phone-number-editor": typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition | VueComponentBaseProps;
475
+ "omfx-properties-text-display": typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition | VueComponentBaseProps;
476
+ "omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition | VueComponentBaseProps;
477
+ "omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition | VueComponentBaseProps;
478
+ "omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition | VueComponentBaseProps;
479
+ "omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition | VueComponentBaseProps;
480
+ "omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition | VueComponentBaseProps;
481
+ "omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition | VueComponentBaseProps;
482
+ "omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition | VueComponentBaseProps;
483
+ "omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition | VueComponentBaseProps;
484
+ "omfx-velcron-properties-editor": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition | VueComponentBaseProps;
485
+ "omfx-velcron-property-editor-creator": typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition | VueComponentBaseProps;
486
+ "omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition | VueComponentBaseProps;
487
+ "omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition | VueComponentBaseProps;
488
+ "omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition | VueComponentBaseProps;
489
+ "omfx-layout-block-settings-header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition | VueComponentBaseProps;
490
+ "omfx-layout-block-settings-spacing": typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition | VueComponentBaseProps;
491
+ "omfx-layout-block-settings-style": typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition | VueComponentBaseProps;
492
+ "omfx-layout-block-settings-css": typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition | VueComponentBaseProps;
493
+ "omfx-layout-block-settings-targeting": typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition | VueComponentBaseProps;
494
+ "omfx-layout-block-title": typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition | VueComponentBaseProps;
495
+ "omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition | VueComponentBaseProps;
496
+ "omfx-layout-image-background-settings": typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition | VueComponentBaseProps;
497
+ "omfx-layout-layout-settings-globalheader": typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition | VueComponentBaseProps;
498
+ "omfx-layout-layout-settings-blockheader": typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition | VueComponentBaseProps;
499
+ "omfx-layout-layout-settings-style": typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition | VueComponentBaseProps;
500
+ "omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition | VueComponentBaseProps;
501
+ "omfx-layout-lock-settings": typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition | VueComponentBaseProps;
502
+ "omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition | VueComponentBaseProps;
503
+ "omfx-layout-section-settings-spacing": typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition | VueComponentBaseProps;
504
+ "omfx-layout-section-settings-style": typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition | VueComponentBaseProps;
505
+ "omfx-layout-section-settings-css": typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition | VueComponentBaseProps;
506
+ "omfx-layout-section-settings-targeting": typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition | VueComponentBaseProps;
507
+ "omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition | VueComponentBaseProps;
508
+ "omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition | VueComponentBaseProps;
509
+ "omfx-layout-tab-block-settings": typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition | VueComponentBaseProps;
510
+ "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition | VueComponentBaseProps;
511
+ "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition | VueComponentBaseProps;
512
+ "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition | VueComponentBaseProps;
513
+ "omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition | VueComponentBaseProps;
514
+ "omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition | VueComponentBaseProps;
513
515
  }
514
516
  }
515
517
  }
@@ -517,1262 +519,1267 @@ declare global {
517
519
  let omfx: {
518
520
  "OmniaConsole": {
519
521
  new (...args: any[]): {
520
- $props: typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & VueComponentBaseProps;
522
+ $props: typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition | VueComponentBaseProps;
521
523
  };
522
524
  };
523
525
  "DevSocket": {
524
526
  new (...args: any[]): {
525
- $props: typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
527
+ $props: typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition | VueComponentBaseProps;
526
528
  };
527
529
  };
528
530
  "AlignmentPicker": {
529
531
  new (...args: any[]): {
530
- $props: typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
532
+ $props: typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition | VueComponentBaseProps;
531
533
  };
532
534
  };
533
535
  "Authsetup": {
534
536
  new (...args: any[]): {
535
- $props: typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
537
+ $props: typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition | VueComponentBaseProps;
536
538
  };
537
539
  };
538
540
  "BlueprintPicker": {
539
541
  new (...args: any[]): {
540
- $props: typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
542
+ $props: typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition | VueComponentBaseProps;
541
543
  };
542
544
  };
543
545
  "ColorSchemaDefinitionPicker": {
544
546
  new (...args: any[]): {
545
- $props: typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
547
+ $props: typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition | VueComponentBaseProps;
546
548
  };
547
549
  };
548
550
  "ColorSchemaPicker": {
549
551
  new (...args: any[]): {
550
- $props: typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
552
+ $props: typeof wc1266389c28034034921b897f788f302d.propsDefinition | VueComponentBaseProps;
551
553
  };
552
554
  };
553
555
  "ColorSettingsPicker": {
554
556
  new (...args: any[]): {
555
- $props: typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & VueComponentBaseProps;
557
+ $props: typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition | VueComponentBaseProps;
556
558
  };
557
559
  };
558
560
  "CommandPalette": {
559
561
  new (...args: any[]): {
560
- $props: typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
562
+ $props: typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition | VueComponentBaseProps;
561
563
  };
562
564
  };
563
565
  "OptionsBlockCurrent": {
564
566
  new (...args: any[]): {
565
- $props: typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition & VueComponentBaseProps;
567
+ $props: typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition | VueComponentBaseProps;
566
568
  };
567
569
  };
568
570
  "DateTimeZonePicker": {
569
571
  new (...args: any[]): {
570
- $props: typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & VueComponentBaseProps;
572
+ $props: typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition | VueComponentBaseProps;
571
573
  };
572
574
  };
573
575
  "DateTimeZoneRenderer": {
574
576
  new (...args: any[]): {
575
- $props: typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & VueComponentBaseProps;
577
+ $props: typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition | VueComponentBaseProps;
576
578
  };
577
579
  };
578
580
  "Dialog": {
579
581
  new (...args: any[]): {
580
- $props: typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & VueComponentBaseProps;
582
+ $props: typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition | VueComponentBaseProps;
581
583
  };
582
584
  };
583
585
  "FeaturesJourney": {
584
586
  new (...args: any[]): {
585
- $props: typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & VueComponentBaseProps;
587
+ $props: typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition | VueComponentBaseProps;
586
588
  };
587
589
  };
588
590
  "FilterengineSettings": {
589
591
  new (...args: any[]): {
590
- $props: typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & VueComponentBaseProps;
592
+ $props: typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition | VueComponentBaseProps;
591
593
  };
592
594
  };
593
595
  "FilterengineRenderer": {
594
596
  new (...args: any[]): {
595
- $props: typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & VueComponentBaseProps;
597
+ $props: typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition | VueComponentBaseProps;
596
598
  };
597
599
  };
598
600
  "PersonFilterengineRenderer": {
599
601
  new (...args: any[]): {
600
- $props: typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & VueComponentBaseProps;
602
+ $props: typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition | VueComponentBaseProps;
601
603
  };
602
604
  };
603
605
  "TagsFilterengineRenderer": {
604
606
  new (...args: any[]): {
605
- $props: typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition & VueComponentBaseProps;
607
+ $props: typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition | VueComponentBaseProps;
606
608
  };
607
609
  };
608
610
  "FilterengineSelectionsarea": {
609
611
  new (...args: any[]): {
610
- $props: typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & VueComponentBaseProps;
612
+ $props: typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition | VueComponentBaseProps;
611
613
  };
612
614
  };
613
615
  "FilterengineSelectionsareaPersonproperty": {
614
616
  new (...args: any[]): {
615
- $props: typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & VueComponentBaseProps;
617
+ $props: typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition | VueComponentBaseProps;
616
618
  };
617
619
  };
618
620
  "FilterengineSelectionsareaTagsproperty": {
619
621
  new (...args: any[]): {
620
- $props: typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition & VueComponentBaseProps;
622
+ $props: typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition | VueComponentBaseProps;
621
623
  };
622
624
  };
623
625
  "TextFilterengineRenderer": {
624
626
  new (...args: any[]): {
625
- $props: typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & VueComponentBaseProps;
627
+ $props: typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition | VueComponentBaseProps;
626
628
  };
627
629
  };
628
630
  "BooleanFilterengineRenderer": {
629
631
  new (...args: any[]): {
630
- $props: typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & VueComponentBaseProps;
632
+ $props: typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition | VueComponentBaseProps;
631
633
  };
632
634
  };
633
635
  "DateFilterengineRenderer": {
634
636
  new (...args: any[]): {
635
- $props: typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & VueComponentBaseProps;
637
+ $props: typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition | VueComponentBaseProps;
636
638
  };
637
639
  };
638
640
  "NumberFilterengineRenderer": {
639
641
  new (...args: any[]): {
640
- $props: typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & VueComponentBaseProps;
642
+ $props: typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition | VueComponentBaseProps;
641
643
  };
642
644
  };
643
645
  "FilterengineSelectionsareaBooleanproperty": {
644
646
  new (...args: any[]): {
645
- $props: typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & VueComponentBaseProps;
647
+ $props: typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition | VueComponentBaseProps;
646
648
  };
647
649
  };
648
650
  "FilterengineSelectionsareaTextproperty": {
649
651
  new (...args: any[]): {
650
- $props: typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & VueComponentBaseProps;
652
+ $props: typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition | VueComponentBaseProps;
651
653
  };
652
654
  };
653
655
  "FilterengineSelectionsareaDatetimeproperty": {
654
656
  new (...args: any[]): {
655
- $props: typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & VueComponentBaseProps;
657
+ $props: typeof wc63a474f600324efc9148ceeab9202778.propsDefinition | VueComponentBaseProps;
656
658
  };
657
659
  };
658
660
  "FilterengineSelectionsareaNumberproperty": {
659
661
  new (...args: any[]): {
660
- $props: typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & VueComponentBaseProps;
662
+ $props: typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition | VueComponentBaseProps;
661
663
  };
662
664
  };
663
665
  "FilterengineDialogContent": {
664
666
  new (...args: any[]): {
665
- $props: typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & VueComponentBaseProps;
667
+ $props: typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition | VueComponentBaseProps;
666
668
  };
667
669
  };
668
670
  "FilterenginePropertyDropdown": {
669
671
  new (...args: any[]): {
670
- $props: typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & VueComponentBaseProps;
672
+ $props: typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition | VueComponentBaseProps;
671
673
  };
672
674
  };
673
675
  "FilterenginePropertyList": {
674
676
  new (...args: any[]): {
675
- $props: typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & VueComponentBaseProps;
677
+ $props: typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition | VueComponentBaseProps;
676
678
  };
677
679
  };
678
680
  "FilterPicker": {
679
681
  new (...args: any[]): {
680
- $props: typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & VueComponentBaseProps;
682
+ $props: typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition | VueComponentBaseProps;
681
683
  };
682
684
  };
683
685
  "HubChat": {
684
686
  new (...args: any[]): {
685
- $props: typeof wcc587659a68194582be3c393240709785.propsDefinition & VueComponentBaseProps;
687
+ $props: typeof wcc587659a68194582be3c393240709785.propsDefinition | VueComponentBaseProps;
686
688
  };
687
689
  };
688
690
  "IdentityRenderer": {
689
691
  new (...args: any[]): {
690
- $props: typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & VueComponentBaseProps;
692
+ $props: typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition | VueComponentBaseProps;
691
693
  };
692
694
  };
693
695
  "IdentitySyncPropertyBindingSetup": {
694
696
  new (...args: any[]): {
695
- $props: typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & VueComponentBaseProps;
697
+ $props: typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition | VueComponentBaseProps;
696
698
  };
697
699
  };
698
700
  "IdentitySyncRuleSetup": {
699
701
  new (...args: any[]): {
700
- $props: typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & VueComponentBaseProps;
702
+ $props: typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition | VueComponentBaseProps;
701
703
  };
702
704
  };
703
705
  "IdentityPickerField": {
704
706
  new (...args: any[]): {
705
- $props: typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & VueComponentBaseProps;
707
+ $props: typeof wcba60557e3daf48208c919a1806502df5.propsDefinition | VueComponentBaseProps;
706
708
  };
707
709
  };
708
710
  "IdentityPickerInlineField": {
709
711
  new (...args: any[]): {
710
- $props: typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition & VueComponentBaseProps;
712
+ $props: typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition | VueComponentBaseProps;
711
713
  };
712
714
  };
713
715
  "IdentityPicker": {
714
716
  new (...args: any[]): {
715
- $props: typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & VueComponentBaseProps;
717
+ $props: typeof wcec81357974804c539bff6c58a8785c22.propsDefinition | VueComponentBaseProps;
716
718
  };
717
719
  };
718
720
  "IdentityPickerDialog": {
719
721
  new (...args: any[]): {
720
- $props: typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & VueComponentBaseProps;
722
+ $props: typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition | VueComponentBaseProps;
721
723
  };
722
724
  };
723
725
  "IdentityPickerButton": {
724
726
  new (...args: any[]): {
725
- $props: typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & VueComponentBaseProps;
727
+ $props: typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition | VueComponentBaseProps;
726
728
  };
727
729
  };
728
730
  "InputLanguagePicker": {
729
731
  new (...args: any[]): {
730
- $props: typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & VueComponentBaseProps;
732
+ $props: typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition | VueComponentBaseProps;
731
733
  };
732
734
  };
733
735
  "LanguagePicker": {
734
736
  new (...args: any[]): {
735
- $props: typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & VueComponentBaseProps;
737
+ $props: typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition | VueComponentBaseProps;
736
738
  };
737
739
  };
738
740
  "LimitedLabel": {
739
741
  new (...args: any[]): {
740
- $props: typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
742
+ $props: typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition | VueComponentBaseProps;
741
743
  };
742
744
  };
743
745
  "Magiclink": {
744
746
  new (...args: any[]): {
745
- $props: typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
747
+ $props: typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition | VueComponentBaseProps;
746
748
  };
747
749
  };
748
750
  "MarkdownEditor": {
749
751
  new (...args: any[]): {
750
- $props: typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & VueComponentBaseProps;
752
+ $props: typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition | VueComponentBaseProps;
751
753
  };
752
754
  };
753
755
  "MarkdownRenderer": {
754
756
  new (...args: any[]): {
755
- $props: typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & VueComponentBaseProps;
757
+ $props: typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition | VueComponentBaseProps;
756
758
  };
757
759
  };
758
760
  "MonacoEditor": {
759
761
  new (...args: any[]): {
760
- $props: typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
762
+ $props: typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition | VueComponentBaseProps;
761
763
  };
762
764
  };
763
765
  "MultilingualInput": {
764
766
  new (...args: any[]): {
765
- $props: typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & VueComponentBaseProps;
767
+ $props: typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition | VueComponentBaseProps;
766
768
  };
767
769
  };
768
770
  "OptionPicker": {
769
771
  new (...args: any[]): {
770
- $props: typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
772
+ $props: typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition | VueComponentBaseProps;
771
773
  };
772
774
  };
773
775
  "PermissionInput": {
774
776
  new (...args: any[]): {
775
- $props: typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & VueComponentBaseProps;
777
+ $props: typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition | VueComponentBaseProps;
776
778
  };
777
779
  };
778
780
  "PresetupWizard": {
779
781
  new (...args: any[]): {
780
- $props: typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
782
+ $props: typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition | VueComponentBaseProps;
781
783
  };
782
784
  };
783
785
  "ProfilecardRenderer": {
784
786
  new (...args: any[]): {
785
- $props: typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
787
+ $props: typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition | VueComponentBaseProps;
786
788
  };
787
789
  };
788
790
  "DatasourcePropertyPicker": {
789
791
  new (...args: any[]): {
790
- $props: typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & VueComponentBaseProps;
792
+ $props: typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition | VueComponentBaseProps;
791
793
  };
792
794
  };
793
795
  "PropertyRenderer": {
794
796
  new (...args: any[]): {
795
- $props: typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & VueComponentBaseProps;
797
+ $props: typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition | VueComponentBaseProps;
796
798
  };
797
799
  };
798
800
  "PropertyDefinitionRenderer": {
799
801
  new (...args: any[]): {
800
- $props: typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & VueComponentBaseProps;
802
+ $props: typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition | VueComponentBaseProps;
801
803
  };
802
804
  };
803
805
  "PropertyConfiguration": {
804
806
  new (...args: any[]): {
805
- $props: typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & VueComponentBaseProps;
807
+ $props: typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition | VueComponentBaseProps;
806
808
  };
807
809
  };
808
810
  "PropertyLabelOptions": {
809
811
  new (...args: any[]): {
810
- $props: typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & VueComponentBaseProps;
812
+ $props: typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition | VueComponentBaseProps;
811
813
  };
812
814
  };
813
815
  "PropertyLocking": {
814
816
  new (...args: any[]): {
815
- $props: typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & VueComponentBaseProps;
817
+ $props: typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition | VueComponentBaseProps;
816
818
  };
817
819
  };
818
820
  "PropertyInput": {
819
821
  new (...args: any[]): {
820
- $props: typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & VueComponentBaseProps;
822
+ $props: typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition | VueComponentBaseProps;
821
823
  };
822
824
  };
823
825
  "RichTextEditor": {
824
826
  new (...args: any[]): {
825
- $props: typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & VueComponentBaseProps;
827
+ $props: typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition | VueComponentBaseProps;
826
828
  };
827
829
  };
828
830
  "RollupEmpty": {
829
831
  new (...args: any[]): {
830
- $props: typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & VueComponentBaseProps;
832
+ $props: typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition | VueComponentBaseProps;
831
833
  };
832
834
  };
833
835
  "SettingsPane": {
834
836
  new (...args: any[]): {
835
- $props: typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & VueComponentBaseProps;
837
+ $props: typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition | VueComponentBaseProps;
836
838
  };
837
839
  };
838
840
  "SidePanel": {
839
841
  new (...args: any[]): {
840
- $props: typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & VueComponentBaseProps;
842
+ $props: typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition | VueComponentBaseProps;
841
843
  };
842
844
  };
843
845
  "SigninPage": {
844
846
  new (...args: any[]): {
845
- $props: typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & VueComponentBaseProps;
847
+ $props: typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition | VueComponentBaseProps;
846
848
  };
847
849
  };
848
850
  "SigninBlock": {
849
851
  new (...args: any[]): {
850
- $props: typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
852
+ $props: typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition | VueComponentBaseProps;
851
853
  };
852
854
  };
853
855
  "SigninOmnia": {
854
856
  new (...args: any[]): {
855
- $props: typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
857
+ $props: typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition | VueComponentBaseProps;
856
858
  };
857
859
  };
858
860
  "Signout": {
859
861
  new (...args: any[]): {
860
- $props: typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
862
+ $props: typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition | VueComponentBaseProps;
861
863
  };
862
864
  };
863
865
  "SpacingPicker": {
864
866
  new (...args: any[]): {
865
- $props: typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
867
+ $props: typeof wc564bced7081c496483e8df717f600ff3.propsDefinition | VueComponentBaseProps;
866
868
  };
867
869
  };
868
870
  "StatusMessageOverlay": {
869
871
  new (...args: any[]): {
870
- $props: typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
872
+ $props: typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition | VueComponentBaseProps;
871
873
  };
872
874
  };
873
875
  "TypographyPicker": {
874
876
  new (...args: any[]): {
875
- $props: typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & VueComponentBaseProps;
877
+ $props: typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition | VueComponentBaseProps;
876
878
  };
877
879
  };
878
880
  "UserPresence": {
879
881
  new (...args: any[]): {
880
- $props: typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
882
+ $props: typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition | VueComponentBaseProps;
881
883
  };
882
884
  };
883
885
  "UsertypeLayoutRenderer": {
884
886
  new (...args: any[]): {
885
- $props: typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
887
+ $props: typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition | VueComponentBaseProps;
886
888
  };
887
889
  };
888
890
  "UsertypeLayoutBladeBuilder": {
889
891
  new (...args: any[]): {
890
- $props: typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & VueComponentBaseProps;
892
+ $props: typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition | VueComponentBaseProps;
891
893
  };
892
894
  };
893
895
  "FieldValidation": {
894
896
  new (...args: any[]): {
895
- $props: typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & VueComponentBaseProps;
897
+ $props: typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition | VueComponentBaseProps;
896
898
  };
897
899
  };
898
900
  "VersionedLayoutRenderer": {
899
901
  new (...args: any[]): {
900
- $props: typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & VueComponentBaseProps;
902
+ $props: typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition | VueComponentBaseProps;
901
903
  };
902
904
  };
903
905
  "VersionedLayoutEditor": {
904
906
  new (...args: any[]): {
905
- $props: typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & VueComponentBaseProps;
907
+ $props: typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition | VueComponentBaseProps;
906
908
  };
907
909
  };
908
910
  "TaxonomyFilterengineRenderer": {
909
911
  new (...args: any[]): {
910
- $props: typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & VueComponentBaseProps;
912
+ $props: typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition | VueComponentBaseProps;
911
913
  };
912
914
  };
913
915
  "FilterengineSelectionsareaTaxonomyproperty": {
914
916
  new (...args: any[]): {
915
- $props: typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & VueComponentBaseProps;
917
+ $props: typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition | VueComponentBaseProps;
916
918
  };
917
919
  };
918
920
  "OmniaAdmin": {
919
921
  new (...args: any[]): {
920
- $props: typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & VueComponentBaseProps;
922
+ $props: typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition | VueComponentBaseProps;
921
923
  };
922
924
  };
923
925
  "OmniaAdminRenderer": {
924
926
  new (...args: any[]): {
925
- $props: typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & VueComponentBaseProps;
927
+ $props: typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition | VueComponentBaseProps;
926
928
  };
927
929
  };
928
930
  "QueryableEnterpriseproperties": {
929
931
  new (...args: any[]): {
930
- $props: typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition & VueComponentBaseProps;
932
+ $props: typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition | VueComponentBaseProps;
931
933
  };
932
934
  };
933
935
  "AppInstanceRollup": {
934
936
  new (...args: any[]): {
935
- $props: typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & VueComponentBaseProps;
937
+ $props: typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition | VueComponentBaseProps;
936
938
  };
937
939
  };
938
940
  "AppManagement": {
939
941
  new (...args: any[]): {
940
- $props: typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & VueComponentBaseProps;
942
+ $props: typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition | VueComponentBaseProps;
941
943
  };
942
944
  };
943
945
  "AppManagementInstanceTab": {
944
946
  new (...args: any[]): {
945
- $props: typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & VueComponentBaseProps;
947
+ $props: typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition | VueComponentBaseProps;
946
948
  };
947
949
  };
948
950
  "AppManagementTemplateTab": {
949
951
  new (...args: any[]): {
950
- $props: typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & VueComponentBaseProps;
952
+ $props: typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition | VueComponentBaseProps;
951
953
  };
952
954
  };
953
955
  "AppManagementLayoutTab": {
954
956
  new (...args: any[]): {
955
- $props: typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & VueComponentBaseProps;
957
+ $props: typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition | VueComponentBaseProps;
956
958
  };
957
959
  };
958
960
  "AppManagementNamingpolicyTab": {
959
961
  new (...args: any[]): {
960
- $props: typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & VueComponentBaseProps;
962
+ $props: typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition | VueComponentBaseProps;
961
963
  };
962
964
  };
963
965
  "TabManagement": {
964
966
  new (...args: any[]): {
965
- $props: typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & VueComponentBaseProps;
967
+ $props: typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition | VueComponentBaseProps;
966
968
  };
967
969
  };
968
970
  "AppShowInPublicListingsInput": {
969
971
  new (...args: any[]): {
970
- $props: typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & VueComponentBaseProps;
972
+ $props: typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition | VueComponentBaseProps;
971
973
  };
972
974
  };
973
975
  "Docs": {
974
976
  new (...args: any[]): {
975
- $props: typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & VueComponentBaseProps;
977
+ $props: typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition | VueComponentBaseProps;
976
978
  };
977
979
  };
978
980
  "EnterprisepropertyPicker": {
979
981
  new (...args: any[]): {
980
- $props: typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition & VueComponentBaseProps;
982
+ $props: typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition | VueComponentBaseProps;
981
983
  };
982
984
  };
983
985
  "MediaScalingSettings": {
984
986
  new (...args: any[]): {
985
- $props: typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & VueComponentBaseProps;
987
+ $props: typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition | VueComponentBaseProps;
986
988
  };
987
989
  };
988
990
  "JourneyTestbench": {
989
991
  new (...args: any[]): {
990
- $props: typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & VueComponentBaseProps;
992
+ $props: typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition | VueComponentBaseProps;
991
993
  };
992
994
  };
993
995
  "Journey": {
994
996
  new (...args: any[]): {
995
- $props: typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & VueComponentBaseProps;
997
+ $props: typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition | VueComponentBaseProps;
996
998
  };
997
999
  };
998
1000
  "JourneyBlade": {
999
1001
  new (...args: any[]): {
1000
- $props: typeof wcd308de8efcff4754826523a0f06df130.propsDefinition & VueComponentBaseProps;
1002
+ $props: typeof wcd308de8efcff4754826523a0f06df130.propsDefinition | VueComponentBaseProps;
1001
1003
  };
1002
1004
  };
1003
1005
  "JourneyMenu": {
1004
1006
  new (...args: any[]): {
1005
- $props: typeof wc828a4c20542945858e792ec584148a5c.propsDefinition & VueComponentBaseProps;
1007
+ $props: typeof wc828a4c20542945858e792ec584148a5c.propsDefinition | VueComponentBaseProps;
1006
1008
  };
1007
1009
  };
1008
1010
  "LayoutEditorCanvas": {
1009
1011
  new (...args: any[]): {
1010
- $props: typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & VueComponentBaseProps;
1012
+ $props: typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition | VueComponentBaseProps;
1011
1013
  };
1012
1014
  };
1013
1015
  "LayoutBlockRendererHelper": {
1014
1016
  new (...args: any[]): {
1015
- $props: typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & VueComponentBaseProps;
1017
+ $props: typeof wc0b2ee63495854227a082987161a9e641.propsDefinition | VueComponentBaseProps;
1016
1018
  };
1017
1019
  };
1018
1020
  "LayoutRendererCanvas": {
1019
1021
  new (...args: any[]): {
1020
- $props: typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & VueComponentBaseProps;
1022
+ $props: typeof wcf346db89a53b404690b1795429fb0162.propsDefinition | VueComponentBaseProps;
1021
1023
  };
1022
1024
  };
1023
1025
  "MediaPickerDallePollingImage": {
1024
1026
  new (...args: any[]): {
1025
- $props: typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & VueComponentBaseProps;
1027
+ $props: typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition | VueComponentBaseProps;
1026
1028
  };
1027
1029
  };
1028
1030
  "OAppBar": {
1029
1031
  new (...args: any[]): {
1030
- $props: typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & VueComponentBaseProps;
1032
+ $props: typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition | VueComponentBaseProps;
1031
1033
  };
1032
1034
  };
1033
1035
  "OAvatar": {
1034
1036
  new (...args: any[]): {
1035
- $props: typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & VueComponentBaseProps;
1037
+ $props: typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition | VueComponentBaseProps;
1036
1038
  };
1037
1039
  };
1038
1040
  "OBadge": {
1039
1041
  new (...args: any[]): {
1040
- $props: typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & VueComponentBaseProps;
1042
+ $props: typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition | VueComponentBaseProps;
1041
1043
  };
1042
1044
  };
1043
1045
  "OBtn": {
1044
1046
  new (...args: any[]): {
1045
- $props: typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition & VueComponentBaseProps;
1047
+ $props: typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition | VueComponentBaseProps;
1046
1048
  };
1047
1049
  };
1048
1050
  "OBtnGroup": {
1049
1051
  new (...args: any[]): {
1050
- $props: typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition & VueComponentBaseProps;
1052
+ $props: typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition | VueComponentBaseProps;
1051
1053
  };
1052
1054
  };
1053
1055
  "OCard": {
1054
1056
  new (...args: any[]): {
1055
- $props: typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition & VueComponentBaseProps;
1057
+ $props: typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition | VueComponentBaseProps;
1056
1058
  };
1057
1059
  };
1058
1060
  "OCheckbox": {
1059
1061
  new (...args: any[]): {
1060
- $props: typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & VueComponentBaseProps;
1062
+ $props: typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition | VueComponentBaseProps;
1061
1063
  };
1062
1064
  };
1063
1065
  "OChip": {
1064
1066
  new (...args: any[]): {
1065
- $props: typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & VueComponentBaseProps;
1067
+ $props: typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition | VueComponentBaseProps;
1066
1068
  };
1067
1069
  };
1068
1070
  "OCol": {
1069
1071
  new (...args: any[]): {
1070
- $props: typeof wcd116618a12d0439f8da809535809c260.propsDefinition & VueComponentBaseProps;
1072
+ $props: typeof wcd116618a12d0439f8da809535809c260.propsDefinition | VueComponentBaseProps;
1071
1073
  };
1072
1074
  };
1073
1075
  "ODataTable": {
1074
1076
  new (...args: any[]): {
1075
- $props: typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & VueComponentBaseProps;
1077
+ $props: typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition | VueComponentBaseProps;
1076
1078
  };
1077
1079
  };
1078
1080
  "ODialog": {
1079
1081
  new (...args: any[]): {
1080
- $props: typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition & VueComponentBaseProps;
1082
+ $props: typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition | VueComponentBaseProps;
1081
1083
  };
1082
1084
  };
1083
1085
  "ODivider": {
1084
1086
  new (...args: any[]): {
1085
- $props: typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition & VueComponentBaseProps;
1087
+ $props: typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition | VueComponentBaseProps;
1086
1088
  };
1087
1089
  };
1088
1090
  "ODraggable": {
1089
1091
  new (...args: any[]): {
1090
- $props: typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition & VueComponentBaseProps;
1092
+ $props: typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition | VueComponentBaseProps;
1091
1093
  };
1092
1094
  };
1093
1095
  "OExpansionPanels": {
1094
1096
  new (...args: any[]): {
1095
- $props: typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & VueComponentBaseProps;
1097
+ $props: typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition | VueComponentBaseProps;
1096
1098
  };
1097
1099
  };
1098
1100
  "OExpansionPanel": {
1099
1101
  new (...args: any[]): {
1100
- $props: typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & VueComponentBaseProps;
1102
+ $props: typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition | VueComponentBaseProps;
1101
1103
  };
1102
1104
  };
1103
1105
  "OHostProvider": {
1104
1106
  new (...args: any[]): {
1105
- $props: typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & VueComponentBaseProps;
1107
+ $props: typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition | VueComponentBaseProps;
1106
1108
  };
1107
1109
  };
1108
1110
  "OIcon": {
1109
1111
  new (...args: any[]): {
1110
- $props: typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & VueComponentBaseProps;
1112
+ $props: typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition | VueComponentBaseProps;
1111
1113
  };
1112
1114
  };
1113
1115
  "OImg": {
1114
1116
  new (...args: any[]): {
1115
- $props: typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & VueComponentBaseProps;
1117
+ $props: typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition | VueComponentBaseProps;
1116
1118
  };
1117
1119
  };
1118
1120
  "OLayout": {
1119
1121
  new (...args: any[]): {
1120
- $props: typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & VueComponentBaseProps;
1122
+ $props: typeof wc428e436c13dc457898a408786361c9b1.propsDefinition | VueComponentBaseProps;
1121
1123
  };
1122
1124
  };
1123
1125
  "OLink": {
1124
1126
  new (...args: any[]): {
1125
- $props: typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & VueComponentBaseProps;
1127
+ $props: typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition | VueComponentBaseProps;
1126
1128
  };
1127
1129
  };
1128
1130
  "OList": {
1129
1131
  new (...args: any[]): {
1130
- $props: typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & VueComponentBaseProps;
1132
+ $props: typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition | VueComponentBaseProps;
1131
1133
  };
1132
1134
  };
1133
1135
  "OListItem": {
1134
1136
  new (...args: any[]): {
1135
- $props: typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & VueComponentBaseProps;
1137
+ $props: typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition | VueComponentBaseProps;
1136
1138
  };
1137
1139
  };
1138
1140
  "OMain": {
1139
1141
  new (...args: any[]): {
1140
- $props: typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & VueComponentBaseProps;
1142
+ $props: typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition | VueComponentBaseProps;
1141
1143
  };
1142
1144
  };
1143
1145
  "OMenu": {
1144
1146
  new (...args: any[]): {
1145
- $props: typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & VueComponentBaseProps;
1147
+ $props: typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition | VueComponentBaseProps;
1146
1148
  };
1147
1149
  };
1148
1150
  "ONavigationDrawer": {
1149
1151
  new (...args: any[]): {
1150
- $props: typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & VueComponentBaseProps;
1152
+ $props: typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition | VueComponentBaseProps;
1151
1153
  };
1152
1154
  };
1153
1155
  "OPanel": {
1154
1156
  new (...args: any[]): {
1155
- $props: typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & VueComponentBaseProps;
1157
+ $props: typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition | VueComponentBaseProps;
1156
1158
  };
1157
1159
  };
1158
1160
  "OProgress": {
1159
1161
  new (...args: any[]): {
1160
- $props: typeof wc247719ac6d3843ec889face452544a21.propsDefinition & VueComponentBaseProps;
1162
+ $props: typeof wc247719ac6d3843ec889face452544a21.propsDefinition | VueComponentBaseProps;
1161
1163
  };
1162
1164
  };
1163
1165
  "ORadioGroup": {
1164
1166
  new (...args: any[]): {
1165
- $props: typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & VueComponentBaseProps;
1167
+ $props: typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition | VueComponentBaseProps;
1166
1168
  };
1167
1169
  };
1168
1170
  "ORadio": {
1169
1171
  new (...args: any[]): {
1170
- $props: typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & VueComponentBaseProps;
1172
+ $props: typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition | VueComponentBaseProps;
1171
1173
  };
1172
1174
  };
1173
1175
  "OSelect": {
1174
1176
  new (...args: any[]): {
1175
- $props: typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & VueComponentBaseProps;
1177
+ $props: typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition | VueComponentBaseProps;
1176
1178
  };
1177
1179
  };
1178
1180
  "OSlider": {
1179
1181
  new (...args: any[]): {
1180
- $props: typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & VueComponentBaseProps;
1182
+ $props: typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition | VueComponentBaseProps;
1181
1183
  };
1182
1184
  };
1183
1185
  "OSnackbar": {
1184
1186
  new (...args: any[]): {
1185
- $props: typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & VueComponentBaseProps;
1187
+ $props: typeof wca19feddcd78b4065b7650162fd088379.propsDefinition | VueComponentBaseProps;
1186
1188
  };
1187
1189
  };
1188
1190
  "OSpacer": {
1189
1191
  new (...args: any[]): {
1190
- $props: typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & VueComponentBaseProps;
1192
+ $props: typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition | VueComponentBaseProps;
1191
1193
  };
1192
1194
  };
1193
1195
  "OStepper": {
1194
1196
  new (...args: any[]): {
1195
- $props: typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & VueComponentBaseProps;
1197
+ $props: typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition | VueComponentBaseProps;
1196
1198
  };
1197
1199
  };
1198
1200
  "OStepperStep": {
1199
1201
  new (...args: any[]): {
1200
- $props: typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & VueComponentBaseProps;
1202
+ $props: typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition | VueComponentBaseProps;
1201
1203
  };
1202
1204
  };
1203
1205
  "OSwitch": {
1204
1206
  new (...args: any[]): {
1205
- $props: typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & VueComponentBaseProps;
1207
+ $props: typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition | VueComponentBaseProps;
1206
1208
  };
1207
1209
  };
1208
1210
  "OTabs": {
1209
1211
  new (...args: any[]): {
1210
- $props: typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & VueComponentBaseProps;
1212
+ $props: typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition | VueComponentBaseProps;
1211
1213
  };
1212
1214
  };
1213
1215
  "OTab": {
1214
1216
  new (...args: any[]): {
1215
- $props: typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & VueComponentBaseProps;
1217
+ $props: typeof wc8669930d609c497e8cde0c554621db88.propsDefinition | VueComponentBaseProps;
1216
1218
  };
1217
1219
  };
1218
1220
  "OTable": {
1219
1221
  new (...args: any[]): {
1220
- $props: typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition & VueComponentBaseProps;
1222
+ $props: typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition | VueComponentBaseProps;
1221
1223
  };
1222
1224
  };
1223
1225
  "OText": {
1224
1226
  new (...args: any[]): {
1225
- $props: typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition & VueComponentBaseProps;
1227
+ $props: typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition | VueComponentBaseProps;
1226
1228
  };
1227
1229
  };
1228
1230
  "OTextarea": {
1229
1231
  new (...args: any[]): {
1230
- $props: typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition & VueComponentBaseProps;
1232
+ $props: typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition | VueComponentBaseProps;
1231
1233
  };
1232
1234
  };
1233
1235
  "OTextField": {
1234
1236
  new (...args: any[]): {
1235
- $props: typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition & VueComponentBaseProps;
1237
+ $props: typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition | VueComponentBaseProps;
1236
1238
  };
1237
1239
  };
1238
1240
  "OToolbar": {
1239
1241
  new (...args: any[]): {
1240
- $props: typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition & VueComponentBaseProps;
1242
+ $props: typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition | VueComponentBaseProps;
1241
1243
  };
1242
1244
  };
1243
1245
  "OTooltip": {
1244
1246
  new (...args: any[]): {
1245
- $props: typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & VueComponentBaseProps;
1247
+ $props: typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition | VueComponentBaseProps;
1246
1248
  };
1247
1249
  };
1248
1250
  "OTreeview": {
1249
1251
  new (...args: any[]): {
1250
- $props: typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & VueComponentBaseProps;
1252
+ $props: typeof wcc617a9d7e25249929c41becb55905973.propsDefinition | VueComponentBaseProps;
1251
1253
  };
1252
1254
  };
1253
1255
  "OValidation": {
1254
1256
  new (...args: any[]): {
1255
- $props: typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & VueComponentBaseProps;
1257
+ $props: typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition | VueComponentBaseProps;
1256
1258
  };
1257
1259
  };
1258
1260
  "PropertyBlockV2": {
1259
1261
  new (...args: any[]): {
1260
- $props: typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition & VueComponentBaseProps;
1262
+ $props: typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition | VueComponentBaseProps;
1261
1263
  };
1262
1264
  };
1263
1265
  "PropertyBlockV2Settings": {
1264
1266
  new (...args: any[]): {
1265
- $props: typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition & VueComponentBaseProps;
1267
+ $props: typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition | VueComponentBaseProps;
1266
1268
  };
1267
1269
  };
1268
1270
  "Emoticon": {
1269
1271
  new (...args: any[]): {
1270
- $props: typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
1272
+ $props: typeof wc58330f37503947799af05363e58bda3c.propsDefinition | VueComponentBaseProps;
1271
1273
  };
1272
1274
  };
1273
1275
  "TextcompletionPanel": {
1274
1276
  new (...args: any[]): {
1275
- $props: typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & VueComponentBaseProps;
1277
+ $props: typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition | VueComponentBaseProps;
1276
1278
  };
1277
1279
  };
1278
1280
  "ThemedefinitionEditor": {
1279
1281
  new (...args: any[]): {
1280
- $props: typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & VueComponentBaseProps;
1282
+ $props: typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition | VueComponentBaseProps;
1281
1283
  };
1282
1284
  };
1283
1285
  "ThemeDefinitionPicker": {
1284
1286
  new (...args: any[]): {
1285
- $props: typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
1287
+ $props: typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition | VueComponentBaseProps;
1286
1288
  };
1287
1289
  };
1288
1290
  "ThemeEditorV2": {
1289
1291
  new (...args: any[]): {
1290
- $props: typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
1292
+ $props: typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition | VueComponentBaseProps;
1291
1293
  };
1292
1294
  };
1293
1295
  "ThemeProvider": {
1294
1296
  new (...args: any[]): {
1295
- $props: typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & VueComponentBaseProps;
1297
+ $props: typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition | VueComponentBaseProps;
1296
1298
  };
1297
1299
  };
1298
1300
  "VelcronEditor": {
1299
1301
  new (...args: any[]): {
1300
- $props: typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
1302
+ $props: typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition | VueComponentBaseProps;
1301
1303
  };
1302
1304
  };
1303
1305
  "VelcronRenderer": {
1304
1306
  new (...args: any[]): {
1305
- $props: typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & VueComponentBaseProps;
1307
+ $props: typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition | VueComponentBaseProps;
1308
+ };
1309
+ };
1310
+ "VelcronComponentCreator": {
1311
+ new (...args: any[]): {
1312
+ $props: typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition | VueComponentBaseProps;
1306
1313
  };
1307
1314
  };
1308
1315
  "PropertiesTermSetDisplay": {
1309
1316
  new (...args: any[]): {
1310
- $props: typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & VueComponentBaseProps;
1317
+ $props: typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition | VueComponentBaseProps;
1311
1318
  };
1312
1319
  };
1313
1320
  "PropertiesTermSetEditor": {
1314
1321
  new (...args: any[]): {
1315
- $props: typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & VueComponentBaseProps;
1322
+ $props: typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition | VueComponentBaseProps;
1316
1323
  };
1317
1324
  };
1318
1325
  "PropertiesTermSetConfiguration": {
1319
1326
  new (...args: any[]): {
1320
- $props: typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & VueComponentBaseProps;
1327
+ $props: typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition | VueComponentBaseProps;
1321
1328
  };
1322
1329
  };
1323
1330
  "EnterprisepropertiesExtendedPropertySettings": {
1324
1331
  new (...args: any[]): {
1325
- $props: typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & VueComponentBaseProps;
1332
+ $props: typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition | VueComponentBaseProps;
1326
1333
  };
1327
1334
  };
1328
1335
  "FilterenginePersonPropertysettings": {
1329
1336
  new (...args: any[]): {
1330
- $props: typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & VueComponentBaseProps;
1337
+ $props: typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition | VueComponentBaseProps;
1331
1338
  };
1332
1339
  };
1333
1340
  "FilterenginePersonDefaultvalueInput": {
1334
1341
  new (...args: any[]): {
1335
- $props: typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & VueComponentBaseProps;
1342
+ $props: typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition | VueComponentBaseProps;
1336
1343
  };
1337
1344
  };
1338
1345
  "FilterengineTextPropertysettings": {
1339
1346
  new (...args: any[]): {
1340
- $props: typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & VueComponentBaseProps;
1347
+ $props: typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition | VueComponentBaseProps;
1341
1348
  };
1342
1349
  };
1343
1350
  "FilterengineTextDefaultvalueInput": {
1344
1351
  new (...args: any[]): {
1345
- $props: typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & VueComponentBaseProps;
1352
+ $props: typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition | VueComponentBaseProps;
1346
1353
  };
1347
1354
  };
1348
1355
  "FilterengineBooleanPropertysettings": {
1349
1356
  new (...args: any[]): {
1350
- $props: typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & VueComponentBaseProps;
1357
+ $props: typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition | VueComponentBaseProps;
1351
1358
  };
1352
1359
  };
1353
1360
  "FilterengineBooleanDefaultvalueInput": {
1354
1361
  new (...args: any[]): {
1355
- $props: typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & VueComponentBaseProps;
1362
+ $props: typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition | VueComponentBaseProps;
1356
1363
  };
1357
1364
  };
1358
1365
  "FilterengineDatetimePropertysettings": {
1359
1366
  new (...args: any[]): {
1360
- $props: typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & VueComponentBaseProps;
1367
+ $props: typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition | VueComponentBaseProps;
1361
1368
  };
1362
1369
  };
1363
1370
  "FilterengineDatetimeDefaultvalueInput": {
1364
1371
  new (...args: any[]): {
1365
- $props: typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & VueComponentBaseProps;
1372
+ $props: typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition | VueComponentBaseProps;
1366
1373
  };
1367
1374
  };
1368
1375
  "FilterengineNumberPropertysettings": {
1369
1376
  new (...args: any[]): {
1370
- $props: typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & VueComponentBaseProps;
1377
+ $props: typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition | VueComponentBaseProps;
1371
1378
  };
1372
1379
  };
1373
1380
  "FilterengineNumberDefaultvalueInput": {
1374
1381
  new (...args: any[]): {
1375
- $props: typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & VueComponentBaseProps;
1382
+ $props: typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition | VueComponentBaseProps;
1376
1383
  };
1377
1384
  };
1378
1385
  "FilterengineTagsPropertysettings": {
1379
1386
  new (...args: any[]): {
1380
- $props: typeof wc024952d88730404da854cfed0d045284.propsDefinition & VueComponentBaseProps;
1387
+ $props: typeof wc024952d88730404da854cfed0d045284.propsDefinition | VueComponentBaseProps;
1381
1388
  };
1382
1389
  };
1383
1390
  "FilterengineTagsDefaultvalueInput": {
1384
1391
  new (...args: any[]): {
1385
- $props: typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & VueComponentBaseProps;
1392
+ $props: typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition | VueComponentBaseProps;
1386
1393
  };
1387
1394
  };
1388
1395
  "LayoutBlockPlaceholder": {
1389
1396
  new (...args: any[]): {
1390
- $props: typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & VueComponentBaseProps;
1397
+ $props: typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition | VueComponentBaseProps;
1391
1398
  };
1392
1399
  };
1393
1400
  "CanvasToolbar": {
1394
1401
  new (...args: any[]): {
1395
- $props: typeof wc4512676606d342adbd011def4b615151.propsDefinition & VueComponentBaseProps;
1402
+ $props: typeof wc4512676606d342adbd011def4b615151.propsDefinition | VueComponentBaseProps;
1396
1403
  };
1397
1404
  };
1398
1405
  "OmniaLayoutDevelopertools": {
1399
1406
  new (...args: any[]): {
1400
- $props: typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & VueComponentBaseProps;
1407
+ $props: typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition | VueComponentBaseProps;
1401
1408
  };
1402
1409
  };
1403
1410
  "DevicePreviewer": {
1404
1411
  new (...args: any[]): {
1405
- $props: typeof wcd89913a1055942b38285fcab85751865.propsDefinition & VueComponentBaseProps;
1412
+ $props: typeof wcd89913a1055942b38285fcab85751865.propsDefinition | VueComponentBaseProps;
1406
1413
  };
1407
1414
  };
1408
1415
  "PropertiesBirthdayDisplay": {
1409
1416
  new (...args: any[]): {
1410
- $props: typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & VueComponentBaseProps;
1417
+ $props: typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition | VueComponentBaseProps;
1411
1418
  };
1412
1419
  };
1413
1420
  "PropertiesBirthdayEditor": {
1414
1421
  new (...args: any[]): {
1415
- $props: typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & VueComponentBaseProps;
1422
+ $props: typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition | VueComponentBaseProps;
1416
1423
  };
1417
1424
  };
1418
1425
  "PropertiesBooleanDisplay": {
1419
1426
  new (...args: any[]): {
1420
- $props: typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & VueComponentBaseProps;
1427
+ $props: typeof wcf61d06a945754742a1896847765fbea5.propsDefinition | VueComponentBaseProps;
1421
1428
  };
1422
1429
  };
1423
1430
  "PropertiesBooleanEditor": {
1424
1431
  new (...args: any[]): {
1425
- $props: typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & VueComponentBaseProps;
1432
+ $props: typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition | VueComponentBaseProps;
1426
1433
  };
1427
1434
  };
1428
1435
  "PropertiesDateDisplay": {
1429
1436
  new (...args: any[]): {
1430
- $props: typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & VueComponentBaseProps;
1437
+ $props: typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition | VueComponentBaseProps;
1431
1438
  };
1432
1439
  };
1433
1440
  "PropertiesDateEditor": {
1434
1441
  new (...args: any[]): {
1435
- $props: typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & VueComponentBaseProps;
1442
+ $props: typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition | VueComponentBaseProps;
1436
1443
  };
1437
1444
  };
1438
1445
  "PropertiesDateTimeDisplay": {
1439
1446
  new (...args: any[]): {
1440
- $props: typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & VueComponentBaseProps;
1447
+ $props: typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition | VueComponentBaseProps;
1441
1448
  };
1442
1449
  };
1443
1450
  "PropertiesDateTimeEditor": {
1444
1451
  new (...args: any[]): {
1445
- $props: typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & VueComponentBaseProps;
1452
+ $props: typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition | VueComponentBaseProps;
1446
1453
  };
1447
1454
  };
1448
1455
  "PropertiesEmailDisplay": {
1449
1456
  new (...args: any[]): {
1450
- $props: typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & VueComponentBaseProps;
1457
+ $props: typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition | VueComponentBaseProps;
1451
1458
  };
1452
1459
  };
1453
1460
  "PropertiesEmailEditor": {
1454
1461
  new (...args: any[]): {
1455
- $props: typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & VueComponentBaseProps;
1462
+ $props: typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition | VueComponentBaseProps;
1456
1463
  };
1457
1464
  };
1458
1465
  "PropertiesHtmlDisplay": {
1459
1466
  new (...args: any[]): {
1460
- $props: typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & VueComponentBaseProps;
1467
+ $props: typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition | VueComponentBaseProps;
1461
1468
  };
1462
1469
  };
1463
1470
  "PropertiesHtmlEditor": {
1464
1471
  new (...args: any[]): {
1465
- $props: typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & VueComponentBaseProps;
1472
+ $props: typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition | VueComponentBaseProps;
1466
1473
  };
1467
1474
  };
1468
1475
  "PropertiesHtmlConfiguration": {
1469
1476
  new (...args: any[]): {
1470
- $props: typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & VueComponentBaseProps;
1477
+ $props: typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition | VueComponentBaseProps;
1471
1478
  };
1472
1479
  };
1473
1480
  "PropertiesIdentityDisplay": {
1474
1481
  new (...args: any[]): {
1475
- $props: typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & VueComponentBaseProps;
1482
+ $props: typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition | VueComponentBaseProps;
1476
1483
  };
1477
1484
  };
1478
1485
  "PropertiesIdentityEditor": {
1479
1486
  new (...args: any[]): {
1480
- $props: typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & VueComponentBaseProps;
1487
+ $props: typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition | VueComponentBaseProps;
1481
1488
  };
1482
1489
  };
1483
1490
  "PropertiesIdentityConfiguration": {
1484
1491
  new (...args: any[]): {
1485
- $props: typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & VueComponentBaseProps;
1492
+ $props: typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition | VueComponentBaseProps;
1486
1493
  };
1487
1494
  };
1488
1495
  "PropertiesImageDisplay": {
1489
1496
  new (...args: any[]): {
1490
- $props: typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & VueComponentBaseProps;
1497
+ $props: typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition | VueComponentBaseProps;
1491
1498
  };
1492
1499
  };
1493
1500
  "PropertiesImageConfiguration": {
1494
1501
  new (...args: any[]): {
1495
- $props: typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & VueComponentBaseProps;
1502
+ $props: typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition | VueComponentBaseProps;
1496
1503
  };
1497
1504
  };
1498
1505
  "PropertiesImageEditor": {
1499
1506
  new (...args: any[]): {
1500
- $props: typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & VueComponentBaseProps;
1507
+ $props: typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition | VueComponentBaseProps;
1501
1508
  };
1502
1509
  };
1503
1510
  "PropertiesIntegerDisplay": {
1504
1511
  new (...args: any[]): {
1505
- $props: typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition & VueComponentBaseProps;
1512
+ $props: typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition | VueComponentBaseProps;
1506
1513
  };
1507
1514
  };
1508
1515
  "PropertiesIntegerEditor": {
1509
1516
  new (...args: any[]): {
1510
- $props: typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition & VueComponentBaseProps;
1517
+ $props: typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition | VueComponentBaseProps;
1511
1518
  };
1512
1519
  };
1513
1520
  "PropertiesLanguageDisplay": {
1514
1521
  new (...args: any[]): {
1515
- $props: typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & VueComponentBaseProps;
1522
+ $props: typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition | VueComponentBaseProps;
1516
1523
  };
1517
1524
  };
1518
1525
  "PropertiesLanguageEditor": {
1519
1526
  new (...args: any[]): {
1520
- $props: typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & VueComponentBaseProps;
1527
+ $props: typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition | VueComponentBaseProps;
1521
1528
  };
1522
1529
  };
1523
1530
  "PropertiesLinkDisplay": {
1524
1531
  new (...args: any[]): {
1525
- $props: typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & VueComponentBaseProps;
1532
+ $props: typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition | VueComponentBaseProps;
1526
1533
  };
1527
1534
  };
1528
1535
  "PropertiesLinkEditor": {
1529
1536
  new (...args: any[]): {
1530
- $props: typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & VueComponentBaseProps;
1537
+ $props: typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition | VueComponentBaseProps;
1531
1538
  };
1532
1539
  };
1533
1540
  "PropertiesLinkConfiguration": {
1534
1541
  new (...args: any[]): {
1535
- $props: typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & VueComponentBaseProps;
1542
+ $props: typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition | VueComponentBaseProps;
1536
1543
  };
1537
1544
  };
1538
1545
  "PropertiesMediaDisplay": {
1539
1546
  new (...args: any[]): {
1540
- $props: typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition & VueComponentBaseProps;
1547
+ $props: typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition | VueComponentBaseProps;
1541
1548
  };
1542
1549
  };
1543
1550
  "PropertiesMediaEditor": {
1544
1551
  new (...args: any[]): {
1545
- $props: typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition & VueComponentBaseProps;
1552
+ $props: typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition | VueComponentBaseProps;
1546
1553
  };
1547
1554
  };
1548
1555
  "PropertiesMultilinetextDisplay": {
1549
1556
  new (...args: any[]): {
1550
- $props: typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & VueComponentBaseProps;
1557
+ $props: typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition | VueComponentBaseProps;
1551
1558
  };
1552
1559
  };
1553
1560
  "PropertiesMultilinetextEditor": {
1554
1561
  new (...args: any[]): {
1555
- $props: typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & VueComponentBaseProps;
1562
+ $props: typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition | VueComponentBaseProps;
1556
1563
  };
1557
1564
  };
1558
1565
  "PropertiesMultilingualtextDisplay": {
1559
1566
  new (...args: any[]): {
1560
- $props: typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & VueComponentBaseProps;
1567
+ $props: typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition | VueComponentBaseProps;
1561
1568
  };
1562
1569
  };
1563
1570
  "PropertiesMultilingualtextEditor": {
1564
1571
  new (...args: any[]): {
1565
- $props: typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & VueComponentBaseProps;
1572
+ $props: typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition | VueComponentBaseProps;
1566
1573
  };
1567
1574
  };
1568
1575
  "PropertiesPhoneNumberDisplay": {
1569
1576
  new (...args: any[]): {
1570
- $props: typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & VueComponentBaseProps;
1577
+ $props: typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition | VueComponentBaseProps;
1571
1578
  };
1572
1579
  };
1573
1580
  "PropertiesPhoneNumberEditor": {
1574
1581
  new (...args: any[]): {
1575
- $props: typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & VueComponentBaseProps;
1582
+ $props: typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition | VueComponentBaseProps;
1576
1583
  };
1577
1584
  };
1578
1585
  "PropertiesTextDisplay": {
1579
1586
  new (...args: any[]): {
1580
- $props: typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & VueComponentBaseProps;
1587
+ $props: typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition | VueComponentBaseProps;
1581
1588
  };
1582
1589
  };
1583
1590
  "PropertiesTextEditor": {
1584
1591
  new (...args: any[]): {
1585
- $props: typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & VueComponentBaseProps;
1592
+ $props: typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition | VueComponentBaseProps;
1586
1593
  };
1587
1594
  };
1588
1595
  "PropertiesTimeDisplay": {
1589
1596
  new (...args: any[]): {
1590
- $props: typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & VueComponentBaseProps;
1597
+ $props: typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition | VueComponentBaseProps;
1591
1598
  };
1592
1599
  };
1593
1600
  "PropertiesTimeEditor": {
1594
1601
  new (...args: any[]): {
1595
- $props: typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
1602
+ $props: typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition | VueComponentBaseProps;
1596
1603
  };
1597
1604
  };
1598
1605
  "ContentBlock": {
1599
1606
  new (...args: any[]): {
1600
- $props: typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & VueComponentBaseProps;
1607
+ $props: typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition | VueComponentBaseProps;
1601
1608
  };
1602
1609
  };
1603
1610
  "ContentBlockSettings": {
1604
1611
  new (...args: any[]): {
1605
- $props: typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & VueComponentBaseProps;
1612
+ $props: typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition | VueComponentBaseProps;
1606
1613
  };
1607
1614
  };
1608
1615
  "VelcronBlock": {
1609
1616
  new (...args: any[]): {
1610
- $props: typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
1617
+ $props: typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition | VueComponentBaseProps;
1611
1618
  };
1612
1619
  };
1613
1620
  "VelcronBlockSettings": {
1614
1621
  new (...args: any[]): {
1615
- $props: typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
1622
+ $props: typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition | VueComponentBaseProps;
1616
1623
  };
1617
1624
  };
1618
1625
  "VelcronDefinitionPicker": {
1619
1626
  new (...args: any[]): {
1620
- $props: typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & VueComponentBaseProps;
1627
+ $props: typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition | VueComponentBaseProps;
1621
1628
  };
1622
1629
  };
1623
1630
  "VelcronPropertiesEditor": {
1624
1631
  new (...args: any[]): {
1625
- $props: typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & VueComponentBaseProps;
1632
+ $props: typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition | VueComponentBaseProps;
1626
1633
  };
1627
1634
  };
1628
1635
  "VelcronPropertyEditorCreator": {
1629
1636
  new (...args: any[]): {
1630
- $props: typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition & VueComponentBaseProps;
1637
+ $props: typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition | VueComponentBaseProps;
1631
1638
  };
1632
1639
  };
1633
1640
  "FilterengineTaxonomyPropertysettings": {
1634
1641
  new (...args: any[]): {
1635
- $props: typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & VueComponentBaseProps;
1642
+ $props: typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition | VueComponentBaseProps;
1636
1643
  };
1637
1644
  };
1638
1645
  "FilterengineTaxonomyDefaultvalueInput": {
1639
1646
  new (...args: any[]): {
1640
- $props: typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & VueComponentBaseProps;
1647
+ $props: typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition | VueComponentBaseProps;
1641
1648
  };
1642
1649
  };
1643
1650
  "LayoutBackgroundSettings": {
1644
1651
  new (...args: any[]): {
1645
- $props: typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & VueComponentBaseProps;
1652
+ $props: typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition | VueComponentBaseProps;
1646
1653
  };
1647
1654
  };
1648
1655
  "LayoutBlockSettingsHeader": {
1649
1656
  new (...args: any[]): {
1650
- $props: typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & VueComponentBaseProps;
1657
+ $props: typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition | VueComponentBaseProps;
1651
1658
  };
1652
1659
  };
1653
1660
  "LayoutBlockSettingsSpacing": {
1654
1661
  new (...args: any[]): {
1655
- $props: typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & VueComponentBaseProps;
1662
+ $props: typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition | VueComponentBaseProps;
1656
1663
  };
1657
1664
  };
1658
1665
  "LayoutBlockSettingsStyle": {
1659
1666
  new (...args: any[]): {
1660
- $props: typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & VueComponentBaseProps;
1667
+ $props: typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition | VueComponentBaseProps;
1661
1668
  };
1662
1669
  };
1663
1670
  "LayoutBlockSettingsCss": {
1664
1671
  new (...args: any[]): {
1665
- $props: typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & VueComponentBaseProps;
1672
+ $props: typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition | VueComponentBaseProps;
1666
1673
  };
1667
1674
  };
1668
1675
  "LayoutBlockSettingsTargeting": {
1669
1676
  new (...args: any[]): {
1670
- $props: typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & VueComponentBaseProps;
1677
+ $props: typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition | VueComponentBaseProps;
1671
1678
  };
1672
1679
  };
1673
1680
  "LayoutBlockTitle": {
1674
1681
  new (...args: any[]): {
1675
- $props: typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & VueComponentBaseProps;
1682
+ $props: typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition | VueComponentBaseProps;
1676
1683
  };
1677
1684
  };
1678
1685
  "LayoutBlockTitleSettings": {
1679
1686
  new (...args: any[]): {
1680
- $props: typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
1687
+ $props: typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition | VueComponentBaseProps;
1681
1688
  };
1682
1689
  };
1683
1690
  "LayoutImageBackgroundSettings": {
1684
1691
  new (...args: any[]): {
1685
- $props: typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & VueComponentBaseProps;
1692
+ $props: typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition | VueComponentBaseProps;
1686
1693
  };
1687
1694
  };
1688
1695
  "LayoutLayoutSettingsGlobalheader": {
1689
1696
  new (...args: any[]): {
1690
- $props: typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & VueComponentBaseProps;
1697
+ $props: typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition | VueComponentBaseProps;
1691
1698
  };
1692
1699
  };
1693
1700
  "LayoutLayoutSettingsBlockheader": {
1694
1701
  new (...args: any[]): {
1695
- $props: typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & VueComponentBaseProps;
1702
+ $props: typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition | VueComponentBaseProps;
1696
1703
  };
1697
1704
  };
1698
1705
  "LayoutLayoutSettingsStyle": {
1699
1706
  new (...args: any[]): {
1700
- $props: typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & VueComponentBaseProps;
1707
+ $props: typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition | VueComponentBaseProps;
1701
1708
  };
1702
1709
  };
1703
1710
  "LayoutClipboard": {
1704
1711
  new (...args: any[]): {
1705
- $props: typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & VueComponentBaseProps;
1712
+ $props: typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition | VueComponentBaseProps;
1706
1713
  };
1707
1714
  };
1708
1715
  "LayoutLockSettings": {
1709
1716
  new (...args: any[]): {
1710
- $props: typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & VueComponentBaseProps;
1717
+ $props: typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition | VueComponentBaseProps;
1711
1718
  };
1712
1719
  };
1713
1720
  "LayoutSectionSettingsGeneral": {
1714
1721
  new (...args: any[]): {
1715
- $props: typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & VueComponentBaseProps;
1722
+ $props: typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition | VueComponentBaseProps;
1716
1723
  };
1717
1724
  };
1718
1725
  "LayoutSectionSettingsSpacing": {
1719
1726
  new (...args: any[]): {
1720
- $props: typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & VueComponentBaseProps;
1727
+ $props: typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition | VueComponentBaseProps;
1721
1728
  };
1722
1729
  };
1723
1730
  "LayoutSectionSettingsStyle": {
1724
1731
  new (...args: any[]): {
1725
- $props: typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & VueComponentBaseProps;
1732
+ $props: typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition | VueComponentBaseProps;
1726
1733
  };
1727
1734
  };
1728
1735
  "LayoutSectionSettingsCss": {
1729
1736
  new (...args: any[]): {
1730
- $props: typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & VueComponentBaseProps;
1737
+ $props: typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition | VueComponentBaseProps;
1731
1738
  };
1732
1739
  };
1733
1740
  "LayoutSectionSettingsTargeting": {
1734
1741
  new (...args: any[]): {
1735
- $props: typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & VueComponentBaseProps;
1742
+ $props: typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition | VueComponentBaseProps;
1736
1743
  };
1737
1744
  };
1738
1745
  "LayoutSectionSettingsHeader": {
1739
1746
  new (...args: any[]): {
1740
- $props: typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & VueComponentBaseProps;
1747
+ $props: typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition | VueComponentBaseProps;
1741
1748
  };
1742
1749
  };
1743
1750
  "LayoutTabLayoutSettings": {
1744
1751
  new (...args: any[]): {
1745
- $props: typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & VueComponentBaseProps;
1752
+ $props: typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition | VueComponentBaseProps;
1746
1753
  };
1747
1754
  };
1748
1755
  "LayoutTabBlockSettings": {
1749
1756
  new (...args: any[]): {
1750
- $props: typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & VueComponentBaseProps;
1757
+ $props: typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition | VueComponentBaseProps;
1751
1758
  };
1752
1759
  };
1753
1760
  "AddButton": {
1754
1761
  new (...args: any[]): {
1755
- $props: typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & VueComponentBaseProps;
1762
+ $props: typeof wc1476702e8f24468d9185322be5931c54.propsDefinition | VueComponentBaseProps;
1756
1763
  };
1757
1764
  };
1758
1765
  "ColorPickerSchema": {
1759
1766
  new (...args: any[]): {
1760
- $props: typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & VueComponentBaseProps;
1767
+ $props: typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition | VueComponentBaseProps;
1761
1768
  };
1762
1769
  };
1763
1770
  "ColorSchemaMapper": {
1764
1771
  new (...args: any[]): {
1765
- $props: typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & VueComponentBaseProps;
1772
+ $props: typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition | VueComponentBaseProps;
1766
1773
  };
1767
1774
  };
1768
1775
  "RatioPicker": {
1769
1776
  new (...args: any[]): {
1770
- $props: typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & VueComponentBaseProps;
1777
+ $props: typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition | VueComponentBaseProps;
1771
1778
  };
1772
1779
  };
1773
1780
  "TypographyPickerSchema": {
1774
1781
  new (...args: any[]): {
1775
- $props: typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & VueComponentBaseProps;
1782
+ $props: typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition | VueComponentBaseProps;
1776
1783
  };
1777
1784
  };
1778
1785
  };