@omnia/fx 8.0.88-vnext → 8.0.91-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 (132) hide show
  1. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +4 -4
  2. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
  3. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
  4. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
  5. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
  6. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
  7. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +258 -78
  9. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
  10. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +2 -1
  11. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +67 -28
  12. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
  13. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +21 -10
  14. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +5 -0
  15. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
  25. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +4 -4
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +4 -4
  31. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
  32. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +4 -4
  33. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +4 -4
  34. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +4 -4
  35. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +4 -4
  36. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +4 -4
  37. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -4
  38. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +18 -4
  39. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +4 -4
  41. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
  42. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +4 -4
  43. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +4 -4
  44. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +4 -4
  45. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +26 -4
  46. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
  47. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
  48. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -4
  49. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +43 -10
  51. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
  52. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +4 -4
  53. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +4 -4
  54. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
  55. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -4
  56. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
  57. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +4 -4
  58. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -4
  59. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  61. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
  62. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
  64. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
  65. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
  66. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +95 -0
  67. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
  68. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +4 -4
  69. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +4 -4
  70. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
  72. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +14 -22
  73. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +1 -0
  74. package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.d.ts +24 -41
  75. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
  76. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/SampleComponent.d.ts +91 -0
  77. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +1 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +6 -0
  79. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +488 -0
  80. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +1 -0
  81. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/SampleComponent.d.ts +91 -0
  82. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +33 -33
  84. package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.d.ts +32 -32
  85. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
  86. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/SampleComponent.d.ts +91 -0
  87. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +1 -0
  88. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +5 -0
  89. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +488 -0
  90. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +1 -0
  91. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/SampleComponent.d.ts +91 -0
  92. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +0 -1
  94. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/DefinitionRegistrations.d.ts +1 -0
  95. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/ThemeRegistrations.d.ts +1 -0
  96. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/index.d.ts +0 -1
  97. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/ApiRegistrations.d.ts +0 -0
  98. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/ThemeRegistrations.d.ts +1 -0
  99. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/DefinitionRegistrations.d.ts +1 -0
  100. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/headers/HeaderWithImage.d.ts +2 -0
  101. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
  102. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
  103. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
  104. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +4 -4
  105. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
  106. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -2
  107. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +22 -15
  108. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -0
  109. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
  111. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +14 -0
  112. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +13 -0
  113. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
  114. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
  115. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
  116. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +11 -0
  117. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +17 -0
  118. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +20 -0
  119. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +12 -0
  120. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +8 -0
  121. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
  122. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +1 -0
  123. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
  124. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
  125. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
  126. package/internal-do-not-import-from-here/wctypings.d.ts +1268 -250
  127. package/package.json +3 -3
  128. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +0 -50
  129. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Blockheaders.d.ts +0 -3
  130. /package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
  131. /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
  132. /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
@@ -75,6 +75,7 @@ import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-impo
75
75
  import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
76
76
  import wcbc947f375ee34d2a98e2d431f2e45b62 from './ux/admin/chrome/AdminChromeWrapper';
77
77
  import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
78
+ import wc759fc5cd65954caaaaf142223a054ea5 from './ux/admin/queryableproperties/QueryablePropertiesJourney';
78
79
  import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
79
80
  import wc450488bd95a34f368241e9b4d8c71dee from './ux/app/management/AppManagement';
80
81
  import wcd26f1c7425484ce6adfc9165704877e5 from './ux/app/management/tabs/instance/InstanceTab';
@@ -84,6 +85,7 @@ import wc211ad37d3c1747c2a3fce889a433ebaa from './ux/app/management/tabs/namingp
84
85
  import wc20bd8ac81b314379a3676ca3b31c720e from './ux/app/management/components/TabsManagement';
85
86
  import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
86
87
  import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
88
+ import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
87
89
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
88
90
  import wc2252e1bd3ac44ef9b92c68e5b1e41a49 from './ux/journey/testbench/JourneyTest';
89
91
  import wcc0ba9c7ccef54093bcb0be49e7cf79df from './ux/journey/v2/JourneyV2';
@@ -138,12 +140,11 @@ import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
138
140
  import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
139
141
  import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
140
142
  import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
143
+ import wc8270a3e368484538870b0bc4a6654234 from './ux/properties/block/PropertyBlock';
144
+ import wcab2cfe16632d45b5bab39e05612982a3 from './ux/properties/block/PropertyBlockSettings';
141
145
  import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
142
146
  import wc327ec741777b4e1ea8017f1d0a3b8d9d from './ux/richtexteditor/TextCompletionPanel/TextCompletionPanel';
143
147
  import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
144
- import wc44e2dd896269442f800da69000d4c2f1 from './ux/theming-v2/blueprintpicker/BlueprintPicker';
145
- import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
146
- import wc1266389c28034034921b897f788f302d from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
147
148
  import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
148
149
  import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
149
150
  import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
@@ -207,6 +208,11 @@ import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/Te
207
208
  import wcb8cc745685f2417cacf578d9bed620b5 from './ux/properties/builtins/text/TextEditor';
208
209
  import wceb1460af73a8467597c5d0987d38cae5 from './ux/properties/builtins/time/TimeDisplay';
209
210
  import wcf6b07b9fb080465498768f4fc8c58415 from './ux/properties/builtins/time/TimeEditor';
211
+ import wc44e2dd896269442f800da69000d4c2f1 from './ux/theming-v2/components/blueprintpicker/BlueprintPicker';
212
+ import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/theming-v2/components/colorpicker/ColorPicker';
213
+ import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/components/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
214
+ import wc1266389c28034034921b897f788f302d from './ux/theming-v2/components/colorschemapicker/ColorSchemaPicker';
215
+ import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/theming-v2/components/typographypicker/TypographyPicker';
210
216
  import wccf8f32c9a70e408489a451caa80cd327 from './ux/velcron/blocks/content/ContentBlock';
211
217
  import wcce1c0a7d513e45ee86564ec4235e712d from './ux/velcron/blocks/content/ContentBlockSettings';
212
218
  import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
@@ -326,6 +332,7 @@ declare global {
326
332
  "omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & VueComponentBaseProps;
327
333
  "omnia-admin": typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & VueComponentBaseProps;
328
334
  "omnia-admin-renderer": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & VueComponentBaseProps;
335
+ "omfx-queryable-enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition & VueComponentBaseProps;
329
336
  "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & VueComponentBaseProps;
330
337
  "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & VueComponentBaseProps;
331
338
  "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & VueComponentBaseProps;
@@ -335,6 +342,7 @@ declare global {
335
342
  "omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & VueComponentBaseProps;
336
343
  "omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & VueComponentBaseProps;
337
344
  "omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & VueComponentBaseProps;
345
+ "omfx-enterpriseproperty-picker": typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition & VueComponentBaseProps;
338
346
  "omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & VueComponentBaseProps;
339
347
  "omfx-journey-testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & VueComponentBaseProps;
340
348
  "omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & VueComponentBaseProps;
@@ -389,12 +397,11 @@ declare global {
389
397
  "o-tooltip": typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & VueComponentBaseProps;
390
398
  "o-treeview": typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & VueComponentBaseProps;
391
399
  "o-validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & VueComponentBaseProps;
400
+ "omfx-property-block-v2": typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition & VueComponentBaseProps;
401
+ "omfx-property-block-v2-settings": typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition & VueComponentBaseProps;
392
402
  "omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
393
403
  "omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & VueComponentBaseProps;
394
404
  "omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & VueComponentBaseProps;
395
- "omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
396
- "omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
397
- "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
398
405
  "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
399
406
  "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
400
407
  "omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & VueComponentBaseProps;
@@ -458,6 +465,11 @@ declare global {
458
465
  "omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & VueComponentBaseProps;
459
466
  "omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & VueComponentBaseProps;
460
467
  "omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
468
+ "omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
469
+ "omfx-color-settings-picker": typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & VueComponentBaseProps;
470
+ "omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
471
+ "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
472
+ "omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & VueComponentBaseProps;
461
473
  "omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & VueComponentBaseProps;
462
474
  "omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & VueComponentBaseProps;
463
475
  "omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
@@ -499,249 +511,1255 @@ declare global {
499
511
  }
500
512
  declare global {
501
513
  let omfx: {
502
- "OmniaConsole": typeof wcf3d75940db51447dbf6719251f5465b0 & VueComponentBaseProps;
503
- "DevSocket": typeof wce6b88bd8d41949c8af6fed268ae64430 & VueComponentBaseProps;
504
- "AlignmentPicker": typeof wc8e3534c9960c46b090f442e563d71265 & VueComponentBaseProps;
505
- "Authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152 & VueComponentBaseProps;
506
- "CommandPalette": typeof wc5dfa7b609aed43ffab03dad33c65b2da & VueComponentBaseProps;
507
- "OptionsBlockCurrent": typeof wce57d5f3e25e942a08ed97f69d608ab92 & VueComponentBaseProps;
508
- "DateTimeZonePicker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2 & VueComponentBaseProps;
509
- "DateTimeZoneRenderer": typeof wcd3d05fa7bb114ecab1c16f714641b678 & VueComponentBaseProps;
510
- "Dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac & VueComponentBaseProps;
511
- "FeaturesJourney": typeof wcfd300449c17f44fd80d83e709a10bf63 & VueComponentBaseProps;
512
- "FilterengineSettings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba & VueComponentBaseProps;
513
- "FilterengineRenderer": typeof wc34e1cea969d744f1bbec4770b51d49f5 & VueComponentBaseProps;
514
- "PersonFilterengineRenderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95 & VueComponentBaseProps;
515
- "TagsFilterengineRenderer": typeof wc425ef72815f04fed9a042d48a2ac7df8 & VueComponentBaseProps;
516
- "FilterengineSelectionsarea": typeof wce2f7f245f168446980aef1473d8742d1 & VueComponentBaseProps;
517
- "FilterengineSelectionsareaPersonproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b & VueComponentBaseProps;
518
- "FilterengineSelectionsareaTagsproperty": typeof wc6e487078cbd14ee189af05260831ba5a & VueComponentBaseProps;
519
- "TextFilterengineRenderer": typeof wcc7b859fc2c5b46c09ff08ee4a9daa394 & VueComponentBaseProps;
520
- "BooleanFilterengineRenderer": typeof wcc311e369d2d241f38e609ad50f7dec2f & VueComponentBaseProps;
521
- "DateFilterengineRenderer": typeof wc0debbe4a117f46ddb9ca37231010938c & VueComponentBaseProps;
522
- "NumberFilterengineRenderer": typeof wcaac689be588e4dd3ac8166ac631a37f1 & VueComponentBaseProps;
523
- "FilterengineSelectionsareaBooleanproperty": typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1 & VueComponentBaseProps;
524
- "FilterengineSelectionsareaTextproperty": typeof wcb11657e2b45247fc82c78a30ba131001 & VueComponentBaseProps;
525
- "FilterengineSelectionsareaDatetimeproperty": typeof wc63a474f600324efc9148ceeab9202778 & VueComponentBaseProps;
526
- "FilterengineSelectionsareaNumberproperty": typeof wc5a6940e10c51454aa5e0a4144ab01288 & VueComponentBaseProps;
527
- "FilterengineDialogContent": typeof wc937eab372066440fa95551ac8cba45d7 & VueComponentBaseProps;
528
- "FilterenginePropertyDropdown": typeof wc7813f37afbf34cb085a2ef74e71e20fa & VueComponentBaseProps;
529
- "FilterenginePropertyList": typeof wc373cd0c180af441ca9f973b1da4de7f9 & VueComponentBaseProps;
530
- "FilterPicker": typeof wc46a6c15c2a0e446fbef9770274409366 & VueComponentBaseProps;
531
- "HubChat": typeof wcc587659a68194582be3c393240709785 & VueComponentBaseProps;
532
- "IdentityRenderer": typeof wca7608d8c42184cbb994910dc06c464a1 & VueComponentBaseProps;
533
- "IdentitySyncPropertyBindingSetup": typeof wc01c6a5e974334f06a390c9af5a7689d0 & VueComponentBaseProps;
534
- "IdentitySyncRuleSetup": typeof wcc2a811dfd3774d15862abb2f6a435a5c & VueComponentBaseProps;
535
- "IdentityPickerField": typeof wcba60557e3daf48208c919a1806502df5 & VueComponentBaseProps;
536
- "IdentityPickerInlineField": typeof wc9cbe10e4fe1a48929727942cea5f7338 & VueComponentBaseProps;
537
- "IdentityPicker": typeof wcec81357974804c539bff6c58a8785c22 & VueComponentBaseProps;
538
- "IdentityPickerDialog": typeof wc5d74b2de65164761a3dce6a534b64bd1 & VueComponentBaseProps;
539
- "IdentityPickerButton": typeof wc70593d481fa54e68be9f4fe41f0f5c92 & VueComponentBaseProps;
540
- "InputLanguagePicker": typeof wc91919b3f54de42dab709575b8a9ca233 & VueComponentBaseProps;
541
- "LimitedLabel": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f & VueComponentBaseProps;
542
- "Magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca & VueComponentBaseProps;
543
- "MarkdownEditor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a & VueComponentBaseProps;
544
- "MarkdownRenderer": typeof wcc8b990d01ddc45ab930b4409fc406435 & VueComponentBaseProps;
545
- "MonacoEditor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57 & VueComponentBaseProps;
546
- "MultilingualInput": typeof wce95c4611a45548a79e4c3984d8e5228d & VueComponentBaseProps;
547
- "OptionPicker": typeof wc7f06e68f94904b48b827b23acd148bec & VueComponentBaseProps;
548
- "PermissionInput": typeof wcfb67bd4d1cc24073ab123c822d78ea17 & VueComponentBaseProps;
549
- "PresetupWizard": typeof wc1a58948a606a42078da3fb919cc4f7e6 & VueComponentBaseProps;
550
- "ProfilecardRenderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1 & VueComponentBaseProps;
551
- "DatasourcePropertyPicker": typeof wc091ee9b103234b26a5e2bd5f992b2582 & VueComponentBaseProps;
552
- "PropertyRenderer": typeof wcf36a8a2b1c70423ebc4647aaddab8f4f & VueComponentBaseProps;
553
- "PropertyDefinitionRenderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5 & VueComponentBaseProps;
554
- "PropertyConfiguration": typeof wce012f61b652b4ab8b7e9d436ef772f54 & VueComponentBaseProps;
555
- "PropertyLabelOptions": typeof wc54caefeaae1d4da7b236a3ff268b31c3 & VueComponentBaseProps;
556
- "PropertyLocking": typeof wc14f41bfbe00d46658959d3b2ebb7da69 & VueComponentBaseProps;
557
- "PropertyInput": typeof wcb174dcf2716344b0bb02c981ae68dd73 & VueComponentBaseProps;
558
- "RichTextEditor": typeof wc7474e75042e347b4821bbafdb1cb4ee0 & VueComponentBaseProps;
559
- "RollupEmpty": typeof wc8c7794090eb647eb8510b39cbefa17a7 & VueComponentBaseProps;
560
- "SettingsPane": typeof wcc0de4753b9fe4004b0f4e6b6b91730ab & VueComponentBaseProps;
561
- "SidePanel": typeof wc539d199f69934c10a963f142e4f3056d & VueComponentBaseProps;
562
- "SigninPage": typeof wcb5315b31203e4bd1beb3c33f2122cbfe & VueComponentBaseProps;
563
- "SigninBlock": typeof wce4b25c06803a417a9c4aa4b7280a599b & VueComponentBaseProps;
564
- "SigninOmnia": typeof wcbc3b9409639d45829a6e58a4295bc470 & VueComponentBaseProps;
565
- "Signout": typeof wcf297290b5ea4409a9738ca880f1ea612 & VueComponentBaseProps;
566
- "SpacingPicker": typeof wc564bced7081c496483e8df717f600ff3 & VueComponentBaseProps;
567
- "StatusMessageOverlay": typeof wccb83d46eaaed44d4920d4d5da21bc488 & VueComponentBaseProps;
568
- "UserPresence": typeof wc21a1f20b3d404602853049c1c8b8da2f & VueComponentBaseProps;
569
- "UsertypeLayoutRenderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038 & VueComponentBaseProps;
570
- "UsertypeLayoutBladeBuilder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8 & VueComponentBaseProps;
571
- "FieldValidation": typeof wc90cfd68bb4e04f67bfd5677bdf4af59d & VueComponentBaseProps;
572
- "VersionedLayoutRenderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e & VueComponentBaseProps;
573
- "VersionedLayoutEditor": typeof wc73154f51a92944acbe248779a3fa7ef5 & VueComponentBaseProps;
574
- "TaxonomyFilterengineRenderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177 & VueComponentBaseProps;
575
- "FilterengineSelectionsareaTaxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5 & VueComponentBaseProps;
576
- "OmniaAdmin": typeof wcbc947f375ee34d2a98e2d431f2e45b62 & VueComponentBaseProps;
577
- "OmniaAdminRenderer": typeof wc253e469ef68e4cb5b526343736c2ff11 & VueComponentBaseProps;
578
- "AppInstanceRollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32 & VueComponentBaseProps;
579
- "AppManagement": typeof wc450488bd95a34f368241e9b4d8c71dee & VueComponentBaseProps;
580
- "AppManagementInstanceTab": typeof wcd26f1c7425484ce6adfc9165704877e5 & VueComponentBaseProps;
581
- "AppManagementTemplateTab": typeof wcdf7481b60b764c08865e658d9607387a & VueComponentBaseProps;
582
- "AppManagementLayoutTab": typeof wc6c400e11caad44bf8d174b145b6f122d & VueComponentBaseProps;
583
- "AppManagementNamingpolicyTab": typeof wc211ad37d3c1747c2a3fce889a433ebaa & VueComponentBaseProps;
584
- "TabManagement": typeof wc20bd8ac81b314379a3676ca3b31c720e & VueComponentBaseProps;
585
- "AppShowInPublicListingsInput": typeof wc8e21d658d6f84d70870d29805b27df86 & VueComponentBaseProps;
586
- "Docs": typeof wc1f31fc580b854d19895c1879120a9891 & VueComponentBaseProps;
587
- "MediaScalingSettings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e & VueComponentBaseProps;
588
- "JourneyTestbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49 & VueComponentBaseProps;
589
- "Journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df & VueComponentBaseProps;
590
- "JourneyBlade": typeof wcd308de8efcff4754826523a0f06df130 & VueComponentBaseProps;
591
- "JourneyMenu": typeof wc828a4c20542945858e792ec584148a5c & VueComponentBaseProps;
592
- "LayoutEditorCanvas": typeof wc8e03e2f7fb024945bc51138b77d06088 & VueComponentBaseProps;
593
- "LayoutBlockRendererHelper": typeof wc0b2ee63495854227a082987161a9e641 & VueComponentBaseProps;
594
- "LayoutRendererCanvas": typeof wcf346db89a53b404690b1795429fb0162 & VueComponentBaseProps;
595
- "MediaPickerDallePollingImage": typeof wc8f6c9579f26646dfb316c087e04455cc & VueComponentBaseProps;
596
- "OAppBar": typeof wc90d19714df6c4b16bd5d42bc705e7692 & VueComponentBaseProps;
597
- "OAvatar": typeof wc8848766a05fd4a7a8e1a89376b3cf09a & VueComponentBaseProps;
598
- "OBadge": typeof wc4cc48714e16a45feb2d213932a13d1f8 & VueComponentBaseProps;
599
- "OBtn": typeof wc2dc36afd27594696ad30c07d123dcc62 & VueComponentBaseProps;
600
- "OBtnGroup": typeof wc2c9330897d814c55987d0530d63d458e & VueComponentBaseProps;
601
- "OCard": typeof wc9349eb7714274f73bb91f7994524e5c8 & VueComponentBaseProps;
602
- "OCheckbox": typeof wcf552852ba9874a378c9329da62aaf9dc & VueComponentBaseProps;
603
- "OChip": typeof wcf12317feb91b4efebc337cfe39fabe1c & VueComponentBaseProps;
604
- "OCol": typeof wcd116618a12d0439f8da809535809c260 & VueComponentBaseProps;
605
- "ODataTable": typeof wc27c00720f7fb46bbb39286a2cb94797c & VueComponentBaseProps;
606
- "ODialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 & VueComponentBaseProps;
607
- "ODivider": typeof wcc0415286cfac41349dd264dc1621c463 & VueComponentBaseProps;
608
- "ODraggable": typeof wc3465fc250ac44f43af9d3df1cf17ec55 & VueComponentBaseProps;
609
- "OExpansionPanels": typeof wc220372653d7a43a6a79cf1d01a23cffb & VueComponentBaseProps;
610
- "OExpansionPanel": typeof wca6ca5f7d21d24b168fcab70c965fded1 & VueComponentBaseProps;
611
- "OHostProvider": typeof wc8beba318c75e49aab203190ba1953c71 & VueComponentBaseProps;
612
- "OIcon": typeof wcdf79ba95ee5d40139e7935297b7d1e87 & VueComponentBaseProps;
613
- "OImg": typeof wc1a821ca3b97a4b78bf235864addd38ca & VueComponentBaseProps;
614
- "OLayout": typeof wc428e436c13dc457898a408786361c9b1 & VueComponentBaseProps;
615
- "OList": typeof wc154a229c9bd84d31aed848da93f29ea2 & VueComponentBaseProps;
616
- "OListItem": typeof wc4a4631845ea24fbb8cabdbb9b06772da & VueComponentBaseProps;
617
- "OMain": typeof wc1ed9f2ec3580492cb211d719c9b15ad1 & VueComponentBaseProps;
618
- "OMenu": typeof wc01c206c8b30e41408b6457cdea679b78 & VueComponentBaseProps;
619
- "ONavigationDrawer": typeof wc48b4d391d03f4a01a9485b845917d229 & VueComponentBaseProps;
620
- "OPanel": typeof wc1d8d2a2328244f1eab96344841305976 & VueComponentBaseProps;
621
- "OProgress": typeof wc247719ac6d3843ec889face452544a21 & VueComponentBaseProps;
622
- "ORadioGroup": typeof wc48962186dfb94f37adc76f475b80015d & VueComponentBaseProps;
623
- "ORadio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1 & VueComponentBaseProps;
624
- "OSelect": typeof wc578e2a4d5cd247a4b1291911256253a7 & VueComponentBaseProps;
625
- "OSlider": typeof wcd108fdde5ca942d7ae92195eb74b5452 & VueComponentBaseProps;
626
- "OSnackbar": typeof wca19feddcd78b4065b7650162fd088379 & VueComponentBaseProps;
627
- "OSpacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc & VueComponentBaseProps;
628
- "OStepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e & VueComponentBaseProps;
629
- "OStepperStep": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 & VueComponentBaseProps;
630
- "OSwitch": typeof wc31cc47b19e7d4c40b826f58d1c955a43 & VueComponentBaseProps;
631
- "OTabs": typeof wc7345c491927b43438d9f5e14f51fbfad & VueComponentBaseProps;
632
- "OTab": typeof wc8669930d609c497e8cde0c554621db88 & VueComponentBaseProps;
633
- "OTable": typeof wc9ae46ba053704a329be291bf111c2a85 & VueComponentBaseProps;
634
- "OText": typeof wcb5a113074f704ba89e1ee4102ea95536 & VueComponentBaseProps;
635
- "OTextarea": typeof wc1e7db8a98533485d97b4359f64601ff0 & VueComponentBaseProps;
636
- "OTextField": typeof wc94cf71a5a68d4b86aea325d400df2bd2 & VueComponentBaseProps;
637
- "OToolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 & VueComponentBaseProps;
638
- "OTooltip": typeof wc19adb19938604f41b10f3a00eb3eb534 & VueComponentBaseProps;
639
- "OTreeview": typeof wcc617a9d7e25249929c41becb55905973 & VueComponentBaseProps;
640
- "OValidation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150 & VueComponentBaseProps;
641
- "Emoticon": typeof wc58330f37503947799af05363e58bda3c & VueComponentBaseProps;
642
- "TextcompletionPanel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d & VueComponentBaseProps;
643
- "ThemedefinitionEditor": typeof wc4ff736bf8c544324883ed49f2a38f846 & VueComponentBaseProps;
644
- "BlueprintPicker": typeof wc44e2dd896269442f800da69000d4c2f1 & VueComponentBaseProps;
645
- "ColorSchemaDefinitionPicker": typeof wc829fbdec1d3b44059578b89b6d04c52b & VueComponentBaseProps;
646
- "ColorSchemaPicker": typeof wc1266389c28034034921b897f788f302d & VueComponentBaseProps;
647
- "ThemeDefinitionPicker": typeof wc252ece0016594978b3ddfafdd59adda4 & VueComponentBaseProps;
648
- "ThemeEditorV2": typeof wc5abbb7170e454f0d8cb537bcad180cd7 & VueComponentBaseProps;
649
- "ThemeProvider": typeof wc008c41f92c8847eea45f09ebc0535fc1 & VueComponentBaseProps;
650
- "VelcronEditor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f & VueComponentBaseProps;
651
- "VelcronRenderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e & VueComponentBaseProps;
652
- "PropertiesTermSetDisplay": typeof wc7332138e1e7845d1a5e62597a27e44a4 & VueComponentBaseProps;
653
- "PropertiesTermSetEditor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1 & VueComponentBaseProps;
654
- "PropertiesTermSetConfiguration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5 & VueComponentBaseProps;
655
- "EnterprisepropertiesExtendedPropertySettings": typeof wc4ecc566131194348b7ec8495a06d4fd6 & VueComponentBaseProps;
656
- "FilterenginePersonPropertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7 & VueComponentBaseProps;
657
- "FilterenginePersonDefaultvalueInput": typeof wcad26e9b3bf774d949d153b9f9d1d4b02 & VueComponentBaseProps;
658
- "FilterengineTextPropertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c & VueComponentBaseProps;
659
- "FilterengineTextDefaultvalueInput": typeof wc47fde3016cac4cfea002b318651b2946 & VueComponentBaseProps;
660
- "FilterengineBooleanPropertysettings": typeof wc031ba18d4af243d2b9f1724a56077890 & VueComponentBaseProps;
661
- "FilterengineBooleanDefaultvalueInput": typeof wc6003c34b7d2d49cc8a9c7440371dca4b & VueComponentBaseProps;
662
- "FilterengineDatetimePropertysettings": typeof wca1d7711329c24045bf72254e8d2767c8 & VueComponentBaseProps;
663
- "FilterengineDatetimeDefaultvalueInput": typeof wcba1fad28be954b8fadb7290ccb8f8c86 & VueComponentBaseProps;
664
- "FilterengineNumberPropertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030 & VueComponentBaseProps;
665
- "FilterengineNumberDefaultvalueInput": typeof wcea2ad78acabc4ec0bc3609301b3713c3 & VueComponentBaseProps;
666
- "FilterengineTagsPropertysettings": typeof wc024952d88730404da854cfed0d045284 & VueComponentBaseProps;
667
- "FilterengineTagsDefaultvalueInput": typeof wcdc589fd533c8400a8dde3dad35f47248 & VueComponentBaseProps;
668
- "LayoutBlockPlaceholder": typeof wc4834285963564938a31a1ac1dfb1b5d8 & VueComponentBaseProps;
669
- "CanvasToolbar": typeof wc4512676606d342adbd011def4b615151 & VueComponentBaseProps;
670
- "OmniaLayoutDevelopertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f & VueComponentBaseProps;
671
- "DevicePreviewer": typeof wcd89913a1055942b38285fcab85751865 & VueComponentBaseProps;
672
- "PropertiesBirthdayDisplay": typeof wc916c23c53dbf4d5a8e421e9449c6b203 & VueComponentBaseProps;
673
- "PropertiesBirthdayEditor": typeof wc644e39fe6d4f4e23b1777aefd9c23939 & VueComponentBaseProps;
674
- "PropertiesBooleanDisplay": typeof wcf61d06a945754742a1896847765fbea5 & VueComponentBaseProps;
675
- "PropertiesBooleanEditor": typeof wca16c703117f44a68982a1898d6c3c31b & VueComponentBaseProps;
676
- "PropertiesDateDisplay": typeof wc627dc53f51a442019a52bba09ac665cc & VueComponentBaseProps;
677
- "PropertiesDateEditor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6 & VueComponentBaseProps;
678
- "PropertiesDateTimeDisplay": typeof wc5666ffa15ff14a64bac8854da534ff16 & VueComponentBaseProps;
679
- "PropertiesDateTimeEditor": typeof wc0f52758b4d0c4e02abfeea1c5c935571 & VueComponentBaseProps;
680
- "PropertiesEmailDisplay": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc & VueComponentBaseProps;
681
- "PropertiesEmailEditor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde & VueComponentBaseProps;
682
- "PropertiesHtmlDisplay": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8 & VueComponentBaseProps;
683
- "PropertiesHtmlEditor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf & VueComponentBaseProps;
684
- "PropertiesHtmlConfiguration": typeof wcae36a741825f4f209bc10b68fb677bf7 & VueComponentBaseProps;
685
- "PropertiesIdentityDisplay": typeof wc24adf7dd588e4121b7f2b88f06d19ff0 & VueComponentBaseProps;
686
- "PropertiesIdentityEditor": typeof wc512d83f1692c4d7ea3dee2653ccf15e6 & VueComponentBaseProps;
687
- "PropertiesIdentityConfiguration": typeof wc77d632a8bca5461fb6c429a0ff65dc83 & VueComponentBaseProps;
688
- "PropertiesImageDisplay": typeof wcbf51f51ebb83415085c1ac7647a65152 & VueComponentBaseProps;
689
- "PropertiesImageConfiguration": typeof wc5395d36d407d46f1bf8b16a8a01ace5a & VueComponentBaseProps;
690
- "PropertiesImageEditor": typeof wc188dea2e3ae74c54a34a3e6567e1399e & VueComponentBaseProps;
691
- "PropertiesIntegerDisplay": typeof wc5f9cd004b39f4340a86911e1fc225a20 & VueComponentBaseProps;
692
- "PropertiesIntegerEditor": typeof wc49e771f49e06477fbe72da709d82dc29 & VueComponentBaseProps;
693
- "PropertiesLanguageDisplay": typeof wc41b1957c2c2b456d8f14bc39f6761c77 & VueComponentBaseProps;
694
- "PropertiesLanguageEditor": typeof wc84265bdaa0054a8092a740c818daf04e & VueComponentBaseProps;
695
- "PropertiesLinkDisplay": typeof wc93d3ac3a514149ebbd387d1e87008ec6 & VueComponentBaseProps;
696
- "PropertiesLinkEditor": typeof wc9911a5588ea34e9cad8a5129c82e1f0c & VueComponentBaseProps;
697
- "PropertiesLinkConfiguration": typeof wcbdcc5c7cc8b04e9c8cba9787284281ca & VueComponentBaseProps;
698
- "PropertiesMediaDisplay": typeof wc82ed0f43e304436ba399aacf37dc10fb & VueComponentBaseProps;
699
- "PropertiesMediaEditor": typeof wc01ad88e84cd443e28c158b2fa4147924 & VueComponentBaseProps;
700
- "PropertiesMultilinetextDisplay": typeof wc90552b5ea3484174bf69463a6a74f83a & VueComponentBaseProps;
701
- "PropertiesMultilinetextEditor": typeof wcc24137f2406f4ebeb414b8d11492d0d3 & VueComponentBaseProps;
702
- "PropertiesMultilingualtextDisplay": typeof wc784d162feec24424a993d8ba812b9c94 & VueComponentBaseProps;
703
- "PropertiesMultilingualtextEditor": typeof wc4abd8ef8e96f4beca6d375984132b6ec & VueComponentBaseProps;
704
- "PropertiesPhoneNumberDisplay": typeof wcae83e3f39ff443b8abb93e483c14f48f & VueComponentBaseProps;
705
- "PropertiesPhoneNumberEditor": typeof wcaad7c8da16f04a46b9503564b10a8f34 & VueComponentBaseProps;
706
- "PropertiesTextDisplay": typeof wcdf429c59a8ec42cf8ec34907705793a9 & VueComponentBaseProps;
707
- "PropertiesTextEditor": typeof wcb8cc745685f2417cacf578d9bed620b5 & VueComponentBaseProps;
708
- "PropertiesTimeDisplay": typeof wceb1460af73a8467597c5d0987d38cae5 & VueComponentBaseProps;
709
- "PropertiesTimeEditor": typeof wcf6b07b9fb080465498768f4fc8c58415 & VueComponentBaseProps;
710
- "ContentBlock": typeof wccf8f32c9a70e408489a451caa80cd327 & VueComponentBaseProps;
711
- "ContentBlockSettings": typeof wcce1c0a7d513e45ee86564ec4235e712d & VueComponentBaseProps;
712
- "VelcronBlock": typeof wc80bd5b0978ea40439001d3d409236382 & VueComponentBaseProps;
713
- "VelcronBlockSettings": typeof wce8526e8ed3f74e848e0dd747fd4d376d & VueComponentBaseProps;
714
- "VelcronDefinitionPicker": typeof wcb197c5e805cc4d6bb3d012e258560b31 & VueComponentBaseProps;
715
- "VelcronPropertiesEditor": typeof wcdabd67ab338243858fe7d1ca24399995 & VueComponentBaseProps;
716
- "VelcronPropertyEditorCreator": typeof wc5688474abe554cabb34c696620eb6be1 & VueComponentBaseProps;
717
- "FilterengineTaxonomyPropertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2 & VueComponentBaseProps;
718
- "FilterengineTaxonomyDefaultvalueInput": typeof wcded30c240e6c4688955867472a8d0a02 & VueComponentBaseProps;
719
- "LayoutBackgroundSettings": typeof wcf5cf0b4975644d688124880ae533869e & VueComponentBaseProps;
720
- "LayoutBlockSettingsHeader": typeof wc2e52c0d860ec498fa3abf6b76eacc45d & VueComponentBaseProps;
721
- "LayoutBlockSettingsSpacing": typeof wc9666ee9da0af46ac8354f0577050cb60 & VueComponentBaseProps;
722
- "LayoutBlockSettingsStyle": typeof wc103ae93f7a7c4754872e2573a9a689d7 & VueComponentBaseProps;
723
- "LayoutBlockSettingsCss": typeof wc06eff92039dd49339e522ac2d7a648af & VueComponentBaseProps;
724
- "LayoutBlockSettingsTargeting": typeof wc53cbd5702e9e41ffa95093586c0e001d & VueComponentBaseProps;
725
- "LayoutBlockTitle": typeof wc1b1dd31ac8644b498ddf378a431dfb19 & VueComponentBaseProps;
726
- "LayoutBlockTitleSettings": typeof wcbeda6edf4c614323955fc06c6326f7e9 & VueComponentBaseProps;
727
- "LayoutImageBackgroundSettings": typeof wc0f7be5adc6ff4d81b920e5cf086128ae & VueComponentBaseProps;
728
- "LayoutLayoutSettingsGlobalheader": typeof wc673c5382ae8e4663ac07110302d7e386 & VueComponentBaseProps;
729
- "LayoutLayoutSettingsBlockheader": typeof wc221ed456340d4c1fa7522b7bee6d7a64 & VueComponentBaseProps;
730
- "LayoutLayoutSettingsStyle": typeof wc9e404f90ca6640f19c3fece23b073993 & VueComponentBaseProps;
731
- "LayoutClipboard": typeof wc4a31764ba9f6414a96192d0d02456086 & VueComponentBaseProps;
732
- "LayoutLockSettings": typeof wc160a5d56895f4a66a9dae49cffdae312 & VueComponentBaseProps;
733
- "LayoutSectionSettingsGeneral": typeof wc51c48c7bbe4245888bbf2f98884d6028 & VueComponentBaseProps;
734
- "LayoutSectionSettingsSpacing": typeof wc68724008d5d046b8a2f969ee90eece2c & VueComponentBaseProps;
735
- "LayoutSectionSettingsStyle": typeof wc08384c0236f840719ee3d8e018718e68 & VueComponentBaseProps;
736
- "LayoutSectionSettingsCss": typeof wc245a49e2d21a4b4ca849825b903103fe & VueComponentBaseProps;
737
- "LayoutSectionSettingsTargeting": typeof wc68628381bcdb41f6b0beb64d7ce94052 & VueComponentBaseProps;
738
- "LayoutSectionSettingsHeader": typeof wc48ff129f9a254eec9276b47f0c0f8b3e & VueComponentBaseProps;
739
- "LayoutTabLayoutSettings": typeof wc2a460a78bf504a2b9d00b1f86a347d46 & VueComponentBaseProps;
740
- "LayoutTabBlockSettings": typeof wc5b6b6242356046c29e05c24fb2135bf0 & VueComponentBaseProps;
741
- "AddButton": typeof wc1476702e8f24468d9185322be5931c54 & VueComponentBaseProps;
742
- "ColorPickerSchema": typeof wc327aebb7d6ce4565bf119cf67e121d1a & VueComponentBaseProps;
743
- "ColorSchemaMapper": typeof wc511447a5fd2646af910064ed9970d82e & VueComponentBaseProps;
744
- "RatioPicker": typeof wc3cd2da446d21461e8149e6c8334a36f4 & VueComponentBaseProps;
745
- "TypographyPickerSchema": typeof wc8420a0b507e14a288c2d895471739f1d & VueComponentBaseProps;
514
+ "OmniaConsole": {
515
+ new (...args: any[]): {
516
+ $props: typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & VueComponentBaseProps;
517
+ };
518
+ };
519
+ "DevSocket": {
520
+ new (...args: any[]): {
521
+ $props: typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
522
+ };
523
+ };
524
+ "AlignmentPicker": {
525
+ new (...args: any[]): {
526
+ $props: typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
527
+ };
528
+ };
529
+ "Authsetup": {
530
+ new (...args: any[]): {
531
+ $props: typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
532
+ };
533
+ };
534
+ "CommandPalette": {
535
+ new (...args: any[]): {
536
+ $props: typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
537
+ };
538
+ };
539
+ "OptionsBlockCurrent": {
540
+ new (...args: any[]): {
541
+ $props: typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition & VueComponentBaseProps;
542
+ };
543
+ };
544
+ "DateTimeZonePicker": {
545
+ new (...args: any[]): {
546
+ $props: typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & VueComponentBaseProps;
547
+ };
548
+ };
549
+ "DateTimeZoneRenderer": {
550
+ new (...args: any[]): {
551
+ $props: typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & VueComponentBaseProps;
552
+ };
553
+ };
554
+ "Dialog": {
555
+ new (...args: any[]): {
556
+ $props: typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & VueComponentBaseProps;
557
+ };
558
+ };
559
+ "FeaturesJourney": {
560
+ new (...args: any[]): {
561
+ $props: typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & VueComponentBaseProps;
562
+ };
563
+ };
564
+ "FilterengineSettings": {
565
+ new (...args: any[]): {
566
+ $props: typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & VueComponentBaseProps;
567
+ };
568
+ };
569
+ "FilterengineRenderer": {
570
+ new (...args: any[]): {
571
+ $props: typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & VueComponentBaseProps;
572
+ };
573
+ };
574
+ "PersonFilterengineRenderer": {
575
+ new (...args: any[]): {
576
+ $props: typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & VueComponentBaseProps;
577
+ };
578
+ };
579
+ "TagsFilterengineRenderer": {
580
+ new (...args: any[]): {
581
+ $props: typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition & VueComponentBaseProps;
582
+ };
583
+ };
584
+ "FilterengineSelectionsarea": {
585
+ new (...args: any[]): {
586
+ $props: typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & VueComponentBaseProps;
587
+ };
588
+ };
589
+ "FilterengineSelectionsareaPersonproperty": {
590
+ new (...args: any[]): {
591
+ $props: typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & VueComponentBaseProps;
592
+ };
593
+ };
594
+ "FilterengineSelectionsareaTagsproperty": {
595
+ new (...args: any[]): {
596
+ $props: typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition & VueComponentBaseProps;
597
+ };
598
+ };
599
+ "TextFilterengineRenderer": {
600
+ new (...args: any[]): {
601
+ $props: typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & VueComponentBaseProps;
602
+ };
603
+ };
604
+ "BooleanFilterengineRenderer": {
605
+ new (...args: any[]): {
606
+ $props: typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & VueComponentBaseProps;
607
+ };
608
+ };
609
+ "DateFilterengineRenderer": {
610
+ new (...args: any[]): {
611
+ $props: typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & VueComponentBaseProps;
612
+ };
613
+ };
614
+ "NumberFilterengineRenderer": {
615
+ new (...args: any[]): {
616
+ $props: typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & VueComponentBaseProps;
617
+ };
618
+ };
619
+ "FilterengineSelectionsareaBooleanproperty": {
620
+ new (...args: any[]): {
621
+ $props: typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & VueComponentBaseProps;
622
+ };
623
+ };
624
+ "FilterengineSelectionsareaTextproperty": {
625
+ new (...args: any[]): {
626
+ $props: typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & VueComponentBaseProps;
627
+ };
628
+ };
629
+ "FilterengineSelectionsareaDatetimeproperty": {
630
+ new (...args: any[]): {
631
+ $props: typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & VueComponentBaseProps;
632
+ };
633
+ };
634
+ "FilterengineSelectionsareaNumberproperty": {
635
+ new (...args: any[]): {
636
+ $props: typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & VueComponentBaseProps;
637
+ };
638
+ };
639
+ "FilterengineDialogContent": {
640
+ new (...args: any[]): {
641
+ $props: typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & VueComponentBaseProps;
642
+ };
643
+ };
644
+ "FilterenginePropertyDropdown": {
645
+ new (...args: any[]): {
646
+ $props: typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & VueComponentBaseProps;
647
+ };
648
+ };
649
+ "FilterenginePropertyList": {
650
+ new (...args: any[]): {
651
+ $props: typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & VueComponentBaseProps;
652
+ };
653
+ };
654
+ "FilterPicker": {
655
+ new (...args: any[]): {
656
+ $props: typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & VueComponentBaseProps;
657
+ };
658
+ };
659
+ "HubChat": {
660
+ new (...args: any[]): {
661
+ $props: typeof wcc587659a68194582be3c393240709785.propsDefinition & VueComponentBaseProps;
662
+ };
663
+ };
664
+ "IdentityRenderer": {
665
+ new (...args: any[]): {
666
+ $props: typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & VueComponentBaseProps;
667
+ };
668
+ };
669
+ "IdentitySyncPropertyBindingSetup": {
670
+ new (...args: any[]): {
671
+ $props: typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & VueComponentBaseProps;
672
+ };
673
+ };
674
+ "IdentitySyncRuleSetup": {
675
+ new (...args: any[]): {
676
+ $props: typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & VueComponentBaseProps;
677
+ };
678
+ };
679
+ "IdentityPickerField": {
680
+ new (...args: any[]): {
681
+ $props: typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & VueComponentBaseProps;
682
+ };
683
+ };
684
+ "IdentityPickerInlineField": {
685
+ new (...args: any[]): {
686
+ $props: typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition & VueComponentBaseProps;
687
+ };
688
+ };
689
+ "IdentityPicker": {
690
+ new (...args: any[]): {
691
+ $props: typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & VueComponentBaseProps;
692
+ };
693
+ };
694
+ "IdentityPickerDialog": {
695
+ new (...args: any[]): {
696
+ $props: typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & VueComponentBaseProps;
697
+ };
698
+ };
699
+ "IdentityPickerButton": {
700
+ new (...args: any[]): {
701
+ $props: typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & VueComponentBaseProps;
702
+ };
703
+ };
704
+ "InputLanguagePicker": {
705
+ new (...args: any[]): {
706
+ $props: typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & VueComponentBaseProps;
707
+ };
708
+ };
709
+ "LimitedLabel": {
710
+ new (...args: any[]): {
711
+ $props: typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
712
+ };
713
+ };
714
+ "Magiclink": {
715
+ new (...args: any[]): {
716
+ $props: typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
717
+ };
718
+ };
719
+ "MarkdownEditor": {
720
+ new (...args: any[]): {
721
+ $props: typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & VueComponentBaseProps;
722
+ };
723
+ };
724
+ "MarkdownRenderer": {
725
+ new (...args: any[]): {
726
+ $props: typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & VueComponentBaseProps;
727
+ };
728
+ };
729
+ "MonacoEditor": {
730
+ new (...args: any[]): {
731
+ $props: typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
732
+ };
733
+ };
734
+ "MultilingualInput": {
735
+ new (...args: any[]): {
736
+ $props: typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & VueComponentBaseProps;
737
+ };
738
+ };
739
+ "OptionPicker": {
740
+ new (...args: any[]): {
741
+ $props: typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
742
+ };
743
+ };
744
+ "PermissionInput": {
745
+ new (...args: any[]): {
746
+ $props: typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & VueComponentBaseProps;
747
+ };
748
+ };
749
+ "PresetupWizard": {
750
+ new (...args: any[]): {
751
+ $props: typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
752
+ };
753
+ };
754
+ "ProfilecardRenderer": {
755
+ new (...args: any[]): {
756
+ $props: typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
757
+ };
758
+ };
759
+ "DatasourcePropertyPicker": {
760
+ new (...args: any[]): {
761
+ $props: typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & VueComponentBaseProps;
762
+ };
763
+ };
764
+ "PropertyRenderer": {
765
+ new (...args: any[]): {
766
+ $props: typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & VueComponentBaseProps;
767
+ };
768
+ };
769
+ "PropertyDefinitionRenderer": {
770
+ new (...args: any[]): {
771
+ $props: typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & VueComponentBaseProps;
772
+ };
773
+ };
774
+ "PropertyConfiguration": {
775
+ new (...args: any[]): {
776
+ $props: typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & VueComponentBaseProps;
777
+ };
778
+ };
779
+ "PropertyLabelOptions": {
780
+ new (...args: any[]): {
781
+ $props: typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & VueComponentBaseProps;
782
+ };
783
+ };
784
+ "PropertyLocking": {
785
+ new (...args: any[]): {
786
+ $props: typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & VueComponentBaseProps;
787
+ };
788
+ };
789
+ "PropertyInput": {
790
+ new (...args: any[]): {
791
+ $props: typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & VueComponentBaseProps;
792
+ };
793
+ };
794
+ "RichTextEditor": {
795
+ new (...args: any[]): {
796
+ $props: typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & VueComponentBaseProps;
797
+ };
798
+ };
799
+ "RollupEmpty": {
800
+ new (...args: any[]): {
801
+ $props: typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & VueComponentBaseProps;
802
+ };
803
+ };
804
+ "SettingsPane": {
805
+ new (...args: any[]): {
806
+ $props: typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & VueComponentBaseProps;
807
+ };
808
+ };
809
+ "SidePanel": {
810
+ new (...args: any[]): {
811
+ $props: typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & VueComponentBaseProps;
812
+ };
813
+ };
814
+ "SigninPage": {
815
+ new (...args: any[]): {
816
+ $props: typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & VueComponentBaseProps;
817
+ };
818
+ };
819
+ "SigninBlock": {
820
+ new (...args: any[]): {
821
+ $props: typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
822
+ };
823
+ };
824
+ "SigninOmnia": {
825
+ new (...args: any[]): {
826
+ $props: typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
827
+ };
828
+ };
829
+ "Signout": {
830
+ new (...args: any[]): {
831
+ $props: typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
832
+ };
833
+ };
834
+ "SpacingPicker": {
835
+ new (...args: any[]): {
836
+ $props: typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
837
+ };
838
+ };
839
+ "StatusMessageOverlay": {
840
+ new (...args: any[]): {
841
+ $props: typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
842
+ };
843
+ };
844
+ "UserPresence": {
845
+ new (...args: any[]): {
846
+ $props: typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
847
+ };
848
+ };
849
+ "UsertypeLayoutRenderer": {
850
+ new (...args: any[]): {
851
+ $props: typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
852
+ };
853
+ };
854
+ "UsertypeLayoutBladeBuilder": {
855
+ new (...args: any[]): {
856
+ $props: typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & VueComponentBaseProps;
857
+ };
858
+ };
859
+ "FieldValidation": {
860
+ new (...args: any[]): {
861
+ $props: typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & VueComponentBaseProps;
862
+ };
863
+ };
864
+ "VersionedLayoutRenderer": {
865
+ new (...args: any[]): {
866
+ $props: typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & VueComponentBaseProps;
867
+ };
868
+ };
869
+ "VersionedLayoutEditor": {
870
+ new (...args: any[]): {
871
+ $props: typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & VueComponentBaseProps;
872
+ };
873
+ };
874
+ "TaxonomyFilterengineRenderer": {
875
+ new (...args: any[]): {
876
+ $props: typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & VueComponentBaseProps;
877
+ };
878
+ };
879
+ "FilterengineSelectionsareaTaxonomyproperty": {
880
+ new (...args: any[]): {
881
+ $props: typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & VueComponentBaseProps;
882
+ };
883
+ };
884
+ "OmniaAdmin": {
885
+ new (...args: any[]): {
886
+ $props: typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & VueComponentBaseProps;
887
+ };
888
+ };
889
+ "OmniaAdminRenderer": {
890
+ new (...args: any[]): {
891
+ $props: typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & VueComponentBaseProps;
892
+ };
893
+ };
894
+ "QueryableEnterpriseproperties": {
895
+ new (...args: any[]): {
896
+ $props: typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition & VueComponentBaseProps;
897
+ };
898
+ };
899
+ "AppInstanceRollup": {
900
+ new (...args: any[]): {
901
+ $props: typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & VueComponentBaseProps;
902
+ };
903
+ };
904
+ "AppManagement": {
905
+ new (...args: any[]): {
906
+ $props: typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & VueComponentBaseProps;
907
+ };
908
+ };
909
+ "AppManagementInstanceTab": {
910
+ new (...args: any[]): {
911
+ $props: typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & VueComponentBaseProps;
912
+ };
913
+ };
914
+ "AppManagementTemplateTab": {
915
+ new (...args: any[]): {
916
+ $props: typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & VueComponentBaseProps;
917
+ };
918
+ };
919
+ "AppManagementLayoutTab": {
920
+ new (...args: any[]): {
921
+ $props: typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & VueComponentBaseProps;
922
+ };
923
+ };
924
+ "AppManagementNamingpolicyTab": {
925
+ new (...args: any[]): {
926
+ $props: typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & VueComponentBaseProps;
927
+ };
928
+ };
929
+ "TabManagement": {
930
+ new (...args: any[]): {
931
+ $props: typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & VueComponentBaseProps;
932
+ };
933
+ };
934
+ "AppShowInPublicListingsInput": {
935
+ new (...args: any[]): {
936
+ $props: typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & VueComponentBaseProps;
937
+ };
938
+ };
939
+ "Docs": {
940
+ new (...args: any[]): {
941
+ $props: typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & VueComponentBaseProps;
942
+ };
943
+ };
944
+ "EnterprisepropertyPicker": {
945
+ new (...args: any[]): {
946
+ $props: typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition & VueComponentBaseProps;
947
+ };
948
+ };
949
+ "MediaScalingSettings": {
950
+ new (...args: any[]): {
951
+ $props: typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & VueComponentBaseProps;
952
+ };
953
+ };
954
+ "JourneyTestbench": {
955
+ new (...args: any[]): {
956
+ $props: typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & VueComponentBaseProps;
957
+ };
958
+ };
959
+ "Journey": {
960
+ new (...args: any[]): {
961
+ $props: typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & VueComponentBaseProps;
962
+ };
963
+ };
964
+ "JourneyBlade": {
965
+ new (...args: any[]): {
966
+ $props: typeof wcd308de8efcff4754826523a0f06df130.propsDefinition & VueComponentBaseProps;
967
+ };
968
+ };
969
+ "JourneyMenu": {
970
+ new (...args: any[]): {
971
+ $props: typeof wc828a4c20542945858e792ec584148a5c.propsDefinition & VueComponentBaseProps;
972
+ };
973
+ };
974
+ "LayoutEditorCanvas": {
975
+ new (...args: any[]): {
976
+ $props: typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & VueComponentBaseProps;
977
+ };
978
+ };
979
+ "LayoutBlockRendererHelper": {
980
+ new (...args: any[]): {
981
+ $props: typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & VueComponentBaseProps;
982
+ };
983
+ };
984
+ "LayoutRendererCanvas": {
985
+ new (...args: any[]): {
986
+ $props: typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & VueComponentBaseProps;
987
+ };
988
+ };
989
+ "MediaPickerDallePollingImage": {
990
+ new (...args: any[]): {
991
+ $props: typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & VueComponentBaseProps;
992
+ };
993
+ };
994
+ "OAppBar": {
995
+ new (...args: any[]): {
996
+ $props: typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & VueComponentBaseProps;
997
+ };
998
+ };
999
+ "OAvatar": {
1000
+ new (...args: any[]): {
1001
+ $props: typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & VueComponentBaseProps;
1002
+ };
1003
+ };
1004
+ "OBadge": {
1005
+ new (...args: any[]): {
1006
+ $props: typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & VueComponentBaseProps;
1007
+ };
1008
+ };
1009
+ "OBtn": {
1010
+ new (...args: any[]): {
1011
+ $props: typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition & VueComponentBaseProps;
1012
+ };
1013
+ };
1014
+ "OBtnGroup": {
1015
+ new (...args: any[]): {
1016
+ $props: typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition & VueComponentBaseProps;
1017
+ };
1018
+ };
1019
+ "OCard": {
1020
+ new (...args: any[]): {
1021
+ $props: typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition & VueComponentBaseProps;
1022
+ };
1023
+ };
1024
+ "OCheckbox": {
1025
+ new (...args: any[]): {
1026
+ $props: typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & VueComponentBaseProps;
1027
+ };
1028
+ };
1029
+ "OChip": {
1030
+ new (...args: any[]): {
1031
+ $props: typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & VueComponentBaseProps;
1032
+ };
1033
+ };
1034
+ "OCol": {
1035
+ new (...args: any[]): {
1036
+ $props: typeof wcd116618a12d0439f8da809535809c260.propsDefinition & VueComponentBaseProps;
1037
+ };
1038
+ };
1039
+ "ODataTable": {
1040
+ new (...args: any[]): {
1041
+ $props: typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & VueComponentBaseProps;
1042
+ };
1043
+ };
1044
+ "ODialog": {
1045
+ new (...args: any[]): {
1046
+ $props: typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition & VueComponentBaseProps;
1047
+ };
1048
+ };
1049
+ "ODivider": {
1050
+ new (...args: any[]): {
1051
+ $props: typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition & VueComponentBaseProps;
1052
+ };
1053
+ };
1054
+ "ODraggable": {
1055
+ new (...args: any[]): {
1056
+ $props: typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition & VueComponentBaseProps;
1057
+ };
1058
+ };
1059
+ "OExpansionPanels": {
1060
+ new (...args: any[]): {
1061
+ $props: typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & VueComponentBaseProps;
1062
+ };
1063
+ };
1064
+ "OExpansionPanel": {
1065
+ new (...args: any[]): {
1066
+ $props: typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & VueComponentBaseProps;
1067
+ };
1068
+ };
1069
+ "OHostProvider": {
1070
+ new (...args: any[]): {
1071
+ $props: typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & VueComponentBaseProps;
1072
+ };
1073
+ };
1074
+ "OIcon": {
1075
+ new (...args: any[]): {
1076
+ $props: typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & VueComponentBaseProps;
1077
+ };
1078
+ };
1079
+ "OImg": {
1080
+ new (...args: any[]): {
1081
+ $props: typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & VueComponentBaseProps;
1082
+ };
1083
+ };
1084
+ "OLayout": {
1085
+ new (...args: any[]): {
1086
+ $props: typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & VueComponentBaseProps;
1087
+ };
1088
+ };
1089
+ "OList": {
1090
+ new (...args: any[]): {
1091
+ $props: typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & VueComponentBaseProps;
1092
+ };
1093
+ };
1094
+ "OListItem": {
1095
+ new (...args: any[]): {
1096
+ $props: typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & VueComponentBaseProps;
1097
+ };
1098
+ };
1099
+ "OMain": {
1100
+ new (...args: any[]): {
1101
+ $props: typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & VueComponentBaseProps;
1102
+ };
1103
+ };
1104
+ "OMenu": {
1105
+ new (...args: any[]): {
1106
+ $props: typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & VueComponentBaseProps;
1107
+ };
1108
+ };
1109
+ "ONavigationDrawer": {
1110
+ new (...args: any[]): {
1111
+ $props: typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & VueComponentBaseProps;
1112
+ };
1113
+ };
1114
+ "OPanel": {
1115
+ new (...args: any[]): {
1116
+ $props: typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & VueComponentBaseProps;
1117
+ };
1118
+ };
1119
+ "OProgress": {
1120
+ new (...args: any[]): {
1121
+ $props: typeof wc247719ac6d3843ec889face452544a21.propsDefinition & VueComponentBaseProps;
1122
+ };
1123
+ };
1124
+ "ORadioGroup": {
1125
+ new (...args: any[]): {
1126
+ $props: typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & VueComponentBaseProps;
1127
+ };
1128
+ };
1129
+ "ORadio": {
1130
+ new (...args: any[]): {
1131
+ $props: typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & VueComponentBaseProps;
1132
+ };
1133
+ };
1134
+ "OSelect": {
1135
+ new (...args: any[]): {
1136
+ $props: typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & VueComponentBaseProps;
1137
+ };
1138
+ };
1139
+ "OSlider": {
1140
+ new (...args: any[]): {
1141
+ $props: typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & VueComponentBaseProps;
1142
+ };
1143
+ };
1144
+ "OSnackbar": {
1145
+ new (...args: any[]): {
1146
+ $props: typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & VueComponentBaseProps;
1147
+ };
1148
+ };
1149
+ "OSpacer": {
1150
+ new (...args: any[]): {
1151
+ $props: typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & VueComponentBaseProps;
1152
+ };
1153
+ };
1154
+ "OStepper": {
1155
+ new (...args: any[]): {
1156
+ $props: typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & VueComponentBaseProps;
1157
+ };
1158
+ };
1159
+ "OStepperStep": {
1160
+ new (...args: any[]): {
1161
+ $props: typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & VueComponentBaseProps;
1162
+ };
1163
+ };
1164
+ "OSwitch": {
1165
+ new (...args: any[]): {
1166
+ $props: typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & VueComponentBaseProps;
1167
+ };
1168
+ };
1169
+ "OTabs": {
1170
+ new (...args: any[]): {
1171
+ $props: typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & VueComponentBaseProps;
1172
+ };
1173
+ };
1174
+ "OTab": {
1175
+ new (...args: any[]): {
1176
+ $props: typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & VueComponentBaseProps;
1177
+ };
1178
+ };
1179
+ "OTable": {
1180
+ new (...args: any[]): {
1181
+ $props: typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition & VueComponentBaseProps;
1182
+ };
1183
+ };
1184
+ "OText": {
1185
+ new (...args: any[]): {
1186
+ $props: typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition & VueComponentBaseProps;
1187
+ };
1188
+ };
1189
+ "OTextarea": {
1190
+ new (...args: any[]): {
1191
+ $props: typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition & VueComponentBaseProps;
1192
+ };
1193
+ };
1194
+ "OTextField": {
1195
+ new (...args: any[]): {
1196
+ $props: typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition & VueComponentBaseProps;
1197
+ };
1198
+ };
1199
+ "OToolbar": {
1200
+ new (...args: any[]): {
1201
+ $props: typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition & VueComponentBaseProps;
1202
+ };
1203
+ };
1204
+ "OTooltip": {
1205
+ new (...args: any[]): {
1206
+ $props: typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & VueComponentBaseProps;
1207
+ };
1208
+ };
1209
+ "OTreeview": {
1210
+ new (...args: any[]): {
1211
+ $props: typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & VueComponentBaseProps;
1212
+ };
1213
+ };
1214
+ "OValidation": {
1215
+ new (...args: any[]): {
1216
+ $props: typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & VueComponentBaseProps;
1217
+ };
1218
+ };
1219
+ "PropertyBlockV2": {
1220
+ new (...args: any[]): {
1221
+ $props: typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition & VueComponentBaseProps;
1222
+ };
1223
+ };
1224
+ "PropertyBlockV2Settings": {
1225
+ new (...args: any[]): {
1226
+ $props: typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition & VueComponentBaseProps;
1227
+ };
1228
+ };
1229
+ "Emoticon": {
1230
+ new (...args: any[]): {
1231
+ $props: typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
1232
+ };
1233
+ };
1234
+ "TextcompletionPanel": {
1235
+ new (...args: any[]): {
1236
+ $props: typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & VueComponentBaseProps;
1237
+ };
1238
+ };
1239
+ "ThemedefinitionEditor": {
1240
+ new (...args: any[]): {
1241
+ $props: typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & VueComponentBaseProps;
1242
+ };
1243
+ };
1244
+ "ThemeDefinitionPicker": {
1245
+ new (...args: any[]): {
1246
+ $props: typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
1247
+ };
1248
+ };
1249
+ "ThemeEditorV2": {
1250
+ new (...args: any[]): {
1251
+ $props: typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
1252
+ };
1253
+ };
1254
+ "ThemeProvider": {
1255
+ new (...args: any[]): {
1256
+ $props: typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & VueComponentBaseProps;
1257
+ };
1258
+ };
1259
+ "VelcronEditor": {
1260
+ new (...args: any[]): {
1261
+ $props: typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
1262
+ };
1263
+ };
1264
+ "VelcronRenderer": {
1265
+ new (...args: any[]): {
1266
+ $props: typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & VueComponentBaseProps;
1267
+ };
1268
+ };
1269
+ "PropertiesTermSetDisplay": {
1270
+ new (...args: any[]): {
1271
+ $props: typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & VueComponentBaseProps;
1272
+ };
1273
+ };
1274
+ "PropertiesTermSetEditor": {
1275
+ new (...args: any[]): {
1276
+ $props: typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & VueComponentBaseProps;
1277
+ };
1278
+ };
1279
+ "PropertiesTermSetConfiguration": {
1280
+ new (...args: any[]): {
1281
+ $props: typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & VueComponentBaseProps;
1282
+ };
1283
+ };
1284
+ "EnterprisepropertiesExtendedPropertySettings": {
1285
+ new (...args: any[]): {
1286
+ $props: typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & VueComponentBaseProps;
1287
+ };
1288
+ };
1289
+ "FilterenginePersonPropertysettings": {
1290
+ new (...args: any[]): {
1291
+ $props: typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & VueComponentBaseProps;
1292
+ };
1293
+ };
1294
+ "FilterenginePersonDefaultvalueInput": {
1295
+ new (...args: any[]): {
1296
+ $props: typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & VueComponentBaseProps;
1297
+ };
1298
+ };
1299
+ "FilterengineTextPropertysettings": {
1300
+ new (...args: any[]): {
1301
+ $props: typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & VueComponentBaseProps;
1302
+ };
1303
+ };
1304
+ "FilterengineTextDefaultvalueInput": {
1305
+ new (...args: any[]): {
1306
+ $props: typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & VueComponentBaseProps;
1307
+ };
1308
+ };
1309
+ "FilterengineBooleanPropertysettings": {
1310
+ new (...args: any[]): {
1311
+ $props: typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & VueComponentBaseProps;
1312
+ };
1313
+ };
1314
+ "FilterengineBooleanDefaultvalueInput": {
1315
+ new (...args: any[]): {
1316
+ $props: typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & VueComponentBaseProps;
1317
+ };
1318
+ };
1319
+ "FilterengineDatetimePropertysettings": {
1320
+ new (...args: any[]): {
1321
+ $props: typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & VueComponentBaseProps;
1322
+ };
1323
+ };
1324
+ "FilterengineDatetimeDefaultvalueInput": {
1325
+ new (...args: any[]): {
1326
+ $props: typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & VueComponentBaseProps;
1327
+ };
1328
+ };
1329
+ "FilterengineNumberPropertysettings": {
1330
+ new (...args: any[]): {
1331
+ $props: typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & VueComponentBaseProps;
1332
+ };
1333
+ };
1334
+ "FilterengineNumberDefaultvalueInput": {
1335
+ new (...args: any[]): {
1336
+ $props: typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & VueComponentBaseProps;
1337
+ };
1338
+ };
1339
+ "FilterengineTagsPropertysettings": {
1340
+ new (...args: any[]): {
1341
+ $props: typeof wc024952d88730404da854cfed0d045284.propsDefinition & VueComponentBaseProps;
1342
+ };
1343
+ };
1344
+ "FilterengineTagsDefaultvalueInput": {
1345
+ new (...args: any[]): {
1346
+ $props: typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & VueComponentBaseProps;
1347
+ };
1348
+ };
1349
+ "LayoutBlockPlaceholder": {
1350
+ new (...args: any[]): {
1351
+ $props: typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & VueComponentBaseProps;
1352
+ };
1353
+ };
1354
+ "CanvasToolbar": {
1355
+ new (...args: any[]): {
1356
+ $props: typeof wc4512676606d342adbd011def4b615151.propsDefinition & VueComponentBaseProps;
1357
+ };
1358
+ };
1359
+ "OmniaLayoutDevelopertools": {
1360
+ new (...args: any[]): {
1361
+ $props: typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & VueComponentBaseProps;
1362
+ };
1363
+ };
1364
+ "DevicePreviewer": {
1365
+ new (...args: any[]): {
1366
+ $props: typeof wcd89913a1055942b38285fcab85751865.propsDefinition & VueComponentBaseProps;
1367
+ };
1368
+ };
1369
+ "PropertiesBirthdayDisplay": {
1370
+ new (...args: any[]): {
1371
+ $props: typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & VueComponentBaseProps;
1372
+ };
1373
+ };
1374
+ "PropertiesBirthdayEditor": {
1375
+ new (...args: any[]): {
1376
+ $props: typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & VueComponentBaseProps;
1377
+ };
1378
+ };
1379
+ "PropertiesBooleanDisplay": {
1380
+ new (...args: any[]): {
1381
+ $props: typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & VueComponentBaseProps;
1382
+ };
1383
+ };
1384
+ "PropertiesBooleanEditor": {
1385
+ new (...args: any[]): {
1386
+ $props: typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & VueComponentBaseProps;
1387
+ };
1388
+ };
1389
+ "PropertiesDateDisplay": {
1390
+ new (...args: any[]): {
1391
+ $props: typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & VueComponentBaseProps;
1392
+ };
1393
+ };
1394
+ "PropertiesDateEditor": {
1395
+ new (...args: any[]): {
1396
+ $props: typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & VueComponentBaseProps;
1397
+ };
1398
+ };
1399
+ "PropertiesDateTimeDisplay": {
1400
+ new (...args: any[]): {
1401
+ $props: typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & VueComponentBaseProps;
1402
+ };
1403
+ };
1404
+ "PropertiesDateTimeEditor": {
1405
+ new (...args: any[]): {
1406
+ $props: typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & VueComponentBaseProps;
1407
+ };
1408
+ };
1409
+ "PropertiesEmailDisplay": {
1410
+ new (...args: any[]): {
1411
+ $props: typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & VueComponentBaseProps;
1412
+ };
1413
+ };
1414
+ "PropertiesEmailEditor": {
1415
+ new (...args: any[]): {
1416
+ $props: typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & VueComponentBaseProps;
1417
+ };
1418
+ };
1419
+ "PropertiesHtmlDisplay": {
1420
+ new (...args: any[]): {
1421
+ $props: typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & VueComponentBaseProps;
1422
+ };
1423
+ };
1424
+ "PropertiesHtmlEditor": {
1425
+ new (...args: any[]): {
1426
+ $props: typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & VueComponentBaseProps;
1427
+ };
1428
+ };
1429
+ "PropertiesHtmlConfiguration": {
1430
+ new (...args: any[]): {
1431
+ $props: typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & VueComponentBaseProps;
1432
+ };
1433
+ };
1434
+ "PropertiesIdentityDisplay": {
1435
+ new (...args: any[]): {
1436
+ $props: typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & VueComponentBaseProps;
1437
+ };
1438
+ };
1439
+ "PropertiesIdentityEditor": {
1440
+ new (...args: any[]): {
1441
+ $props: typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & VueComponentBaseProps;
1442
+ };
1443
+ };
1444
+ "PropertiesIdentityConfiguration": {
1445
+ new (...args: any[]): {
1446
+ $props: typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & VueComponentBaseProps;
1447
+ };
1448
+ };
1449
+ "PropertiesImageDisplay": {
1450
+ new (...args: any[]): {
1451
+ $props: typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & VueComponentBaseProps;
1452
+ };
1453
+ };
1454
+ "PropertiesImageConfiguration": {
1455
+ new (...args: any[]): {
1456
+ $props: typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & VueComponentBaseProps;
1457
+ };
1458
+ };
1459
+ "PropertiesImageEditor": {
1460
+ new (...args: any[]): {
1461
+ $props: typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & VueComponentBaseProps;
1462
+ };
1463
+ };
1464
+ "PropertiesIntegerDisplay": {
1465
+ new (...args: any[]): {
1466
+ $props: typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition & VueComponentBaseProps;
1467
+ };
1468
+ };
1469
+ "PropertiesIntegerEditor": {
1470
+ new (...args: any[]): {
1471
+ $props: typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition & VueComponentBaseProps;
1472
+ };
1473
+ };
1474
+ "PropertiesLanguageDisplay": {
1475
+ new (...args: any[]): {
1476
+ $props: typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & VueComponentBaseProps;
1477
+ };
1478
+ };
1479
+ "PropertiesLanguageEditor": {
1480
+ new (...args: any[]): {
1481
+ $props: typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & VueComponentBaseProps;
1482
+ };
1483
+ };
1484
+ "PropertiesLinkDisplay": {
1485
+ new (...args: any[]): {
1486
+ $props: typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & VueComponentBaseProps;
1487
+ };
1488
+ };
1489
+ "PropertiesLinkEditor": {
1490
+ new (...args: any[]): {
1491
+ $props: typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & VueComponentBaseProps;
1492
+ };
1493
+ };
1494
+ "PropertiesLinkConfiguration": {
1495
+ new (...args: any[]): {
1496
+ $props: typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & VueComponentBaseProps;
1497
+ };
1498
+ };
1499
+ "PropertiesMediaDisplay": {
1500
+ new (...args: any[]): {
1501
+ $props: typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition & VueComponentBaseProps;
1502
+ };
1503
+ };
1504
+ "PropertiesMediaEditor": {
1505
+ new (...args: any[]): {
1506
+ $props: typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition & VueComponentBaseProps;
1507
+ };
1508
+ };
1509
+ "PropertiesMultilinetextDisplay": {
1510
+ new (...args: any[]): {
1511
+ $props: typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & VueComponentBaseProps;
1512
+ };
1513
+ };
1514
+ "PropertiesMultilinetextEditor": {
1515
+ new (...args: any[]): {
1516
+ $props: typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & VueComponentBaseProps;
1517
+ };
1518
+ };
1519
+ "PropertiesMultilingualtextDisplay": {
1520
+ new (...args: any[]): {
1521
+ $props: typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & VueComponentBaseProps;
1522
+ };
1523
+ };
1524
+ "PropertiesMultilingualtextEditor": {
1525
+ new (...args: any[]): {
1526
+ $props: typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & VueComponentBaseProps;
1527
+ };
1528
+ };
1529
+ "PropertiesPhoneNumberDisplay": {
1530
+ new (...args: any[]): {
1531
+ $props: typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & VueComponentBaseProps;
1532
+ };
1533
+ };
1534
+ "PropertiesPhoneNumberEditor": {
1535
+ new (...args: any[]): {
1536
+ $props: typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & VueComponentBaseProps;
1537
+ };
1538
+ };
1539
+ "PropertiesTextDisplay": {
1540
+ new (...args: any[]): {
1541
+ $props: typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & VueComponentBaseProps;
1542
+ };
1543
+ };
1544
+ "PropertiesTextEditor": {
1545
+ new (...args: any[]): {
1546
+ $props: typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & VueComponentBaseProps;
1547
+ };
1548
+ };
1549
+ "PropertiesTimeDisplay": {
1550
+ new (...args: any[]): {
1551
+ $props: typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & VueComponentBaseProps;
1552
+ };
1553
+ };
1554
+ "PropertiesTimeEditor": {
1555
+ new (...args: any[]): {
1556
+ $props: typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
1557
+ };
1558
+ };
1559
+ "BlueprintPicker": {
1560
+ new (...args: any[]): {
1561
+ $props: typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
1562
+ };
1563
+ };
1564
+ "ColorSettingsPicker": {
1565
+ new (...args: any[]): {
1566
+ $props: typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & VueComponentBaseProps;
1567
+ };
1568
+ };
1569
+ "ColorSchemaDefinitionPicker": {
1570
+ new (...args: any[]): {
1571
+ $props: typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
1572
+ };
1573
+ };
1574
+ "ColorSchemaPicker": {
1575
+ new (...args: any[]): {
1576
+ $props: typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
1577
+ };
1578
+ };
1579
+ "TypographyPicker": {
1580
+ new (...args: any[]): {
1581
+ $props: typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & VueComponentBaseProps;
1582
+ };
1583
+ };
1584
+ "ContentBlock": {
1585
+ new (...args: any[]): {
1586
+ $props: typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & VueComponentBaseProps;
1587
+ };
1588
+ };
1589
+ "ContentBlockSettings": {
1590
+ new (...args: any[]): {
1591
+ $props: typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & VueComponentBaseProps;
1592
+ };
1593
+ };
1594
+ "VelcronBlock": {
1595
+ new (...args: any[]): {
1596
+ $props: typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
1597
+ };
1598
+ };
1599
+ "VelcronBlockSettings": {
1600
+ new (...args: any[]): {
1601
+ $props: typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
1602
+ };
1603
+ };
1604
+ "VelcronDefinitionPicker": {
1605
+ new (...args: any[]): {
1606
+ $props: typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & VueComponentBaseProps;
1607
+ };
1608
+ };
1609
+ "VelcronPropertiesEditor": {
1610
+ new (...args: any[]): {
1611
+ $props: typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & VueComponentBaseProps;
1612
+ };
1613
+ };
1614
+ "VelcronPropertyEditorCreator": {
1615
+ new (...args: any[]): {
1616
+ $props: typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition & VueComponentBaseProps;
1617
+ };
1618
+ };
1619
+ "FilterengineTaxonomyPropertysettings": {
1620
+ new (...args: any[]): {
1621
+ $props: typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & VueComponentBaseProps;
1622
+ };
1623
+ };
1624
+ "FilterengineTaxonomyDefaultvalueInput": {
1625
+ new (...args: any[]): {
1626
+ $props: typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & VueComponentBaseProps;
1627
+ };
1628
+ };
1629
+ "LayoutBackgroundSettings": {
1630
+ new (...args: any[]): {
1631
+ $props: typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & VueComponentBaseProps;
1632
+ };
1633
+ };
1634
+ "LayoutBlockSettingsHeader": {
1635
+ new (...args: any[]): {
1636
+ $props: typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & VueComponentBaseProps;
1637
+ };
1638
+ };
1639
+ "LayoutBlockSettingsSpacing": {
1640
+ new (...args: any[]): {
1641
+ $props: typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & VueComponentBaseProps;
1642
+ };
1643
+ };
1644
+ "LayoutBlockSettingsStyle": {
1645
+ new (...args: any[]): {
1646
+ $props: typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & VueComponentBaseProps;
1647
+ };
1648
+ };
1649
+ "LayoutBlockSettingsCss": {
1650
+ new (...args: any[]): {
1651
+ $props: typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & VueComponentBaseProps;
1652
+ };
1653
+ };
1654
+ "LayoutBlockSettingsTargeting": {
1655
+ new (...args: any[]): {
1656
+ $props: typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & VueComponentBaseProps;
1657
+ };
1658
+ };
1659
+ "LayoutBlockTitle": {
1660
+ new (...args: any[]): {
1661
+ $props: typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & VueComponentBaseProps;
1662
+ };
1663
+ };
1664
+ "LayoutBlockTitleSettings": {
1665
+ new (...args: any[]): {
1666
+ $props: typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
1667
+ };
1668
+ };
1669
+ "LayoutImageBackgroundSettings": {
1670
+ new (...args: any[]): {
1671
+ $props: typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & VueComponentBaseProps;
1672
+ };
1673
+ };
1674
+ "LayoutLayoutSettingsGlobalheader": {
1675
+ new (...args: any[]): {
1676
+ $props: typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & VueComponentBaseProps;
1677
+ };
1678
+ };
1679
+ "LayoutLayoutSettingsBlockheader": {
1680
+ new (...args: any[]): {
1681
+ $props: typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & VueComponentBaseProps;
1682
+ };
1683
+ };
1684
+ "LayoutLayoutSettingsStyle": {
1685
+ new (...args: any[]): {
1686
+ $props: typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & VueComponentBaseProps;
1687
+ };
1688
+ };
1689
+ "LayoutClipboard": {
1690
+ new (...args: any[]): {
1691
+ $props: typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & VueComponentBaseProps;
1692
+ };
1693
+ };
1694
+ "LayoutLockSettings": {
1695
+ new (...args: any[]): {
1696
+ $props: typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & VueComponentBaseProps;
1697
+ };
1698
+ };
1699
+ "LayoutSectionSettingsGeneral": {
1700
+ new (...args: any[]): {
1701
+ $props: typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & VueComponentBaseProps;
1702
+ };
1703
+ };
1704
+ "LayoutSectionSettingsSpacing": {
1705
+ new (...args: any[]): {
1706
+ $props: typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & VueComponentBaseProps;
1707
+ };
1708
+ };
1709
+ "LayoutSectionSettingsStyle": {
1710
+ new (...args: any[]): {
1711
+ $props: typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & VueComponentBaseProps;
1712
+ };
1713
+ };
1714
+ "LayoutSectionSettingsCss": {
1715
+ new (...args: any[]): {
1716
+ $props: typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & VueComponentBaseProps;
1717
+ };
1718
+ };
1719
+ "LayoutSectionSettingsTargeting": {
1720
+ new (...args: any[]): {
1721
+ $props: typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & VueComponentBaseProps;
1722
+ };
1723
+ };
1724
+ "LayoutSectionSettingsHeader": {
1725
+ new (...args: any[]): {
1726
+ $props: typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & VueComponentBaseProps;
1727
+ };
1728
+ };
1729
+ "LayoutTabLayoutSettings": {
1730
+ new (...args: any[]): {
1731
+ $props: typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & VueComponentBaseProps;
1732
+ };
1733
+ };
1734
+ "LayoutTabBlockSettings": {
1735
+ new (...args: any[]): {
1736
+ $props: typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & VueComponentBaseProps;
1737
+ };
1738
+ };
1739
+ "AddButton": {
1740
+ new (...args: any[]): {
1741
+ $props: typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & VueComponentBaseProps;
1742
+ };
1743
+ };
1744
+ "ColorPickerSchema": {
1745
+ new (...args: any[]): {
1746
+ $props: typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & VueComponentBaseProps;
1747
+ };
1748
+ };
1749
+ "ColorSchemaMapper": {
1750
+ new (...args: any[]): {
1751
+ $props: typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & VueComponentBaseProps;
1752
+ };
1753
+ };
1754
+ "RatioPicker": {
1755
+ new (...args: any[]): {
1756
+ $props: typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & VueComponentBaseProps;
1757
+ };
1758
+ };
1759
+ "TypographyPickerSchema": {
1760
+ new (...args: any[]): {
1761
+ $props: typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & VueComponentBaseProps;
1762
+ };
1763
+ };
746
1764
  };
747
1765
  }