@omnia/fx 8.0.150-dev → 8.0.152-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (231) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  3. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/UxModels.d.ts +0 -1
  5. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +54 -15
  6. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
  8. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
  10. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  11. package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +56 -18
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillBladeEdit.d.ts +16 -0
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillsBlade.d.ts +16 -0
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +53 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +50 -0
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +16 -0
  18. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +46 -6
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +54 -15
  21. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +54 -15
  23. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +54 -15
  25. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  27. package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +54 -15
  28. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  29. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +54 -15
  30. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  31. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +54 -15
  32. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +12 -5
  33. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -16
  34. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +54 -15
  35. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +54 -15
  38. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +54 -15
  39. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  40. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +54 -15
  41. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +54 -15
  43. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +3 -0
  44. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +8 -5
  45. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +54 -15
  46. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +21 -0
  48. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +6 -4
  49. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +6 -4
  50. package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +54 -15
  51. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/FillStyleDefinitions.d.ts +5 -0
  52. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +31 -1
  53. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +526 -308
  54. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +531 -313
  55. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +526 -308
  56. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +72 -60
  57. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +2 -1
  58. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +526 -308
  59. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
  60. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  62. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +54 -15
  63. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +56 -0
  64. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +55 -0
  65. package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +7 -0
  66. package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +8 -0
  67. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +54 -15
  68. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  69. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -3
  70. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +54 -15
  72. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +54 -15
  73. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +54 -15
  74. package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +54 -15
  75. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +54 -15
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +11 -10
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +1 -3
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +1 -3
  80. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +11 -10
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  84. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  85. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  86. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  87. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +54 -15
  88. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +54 -15
  89. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +54 -15
  90. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +54 -15
  91. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  92. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +54 -15
  93. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +54 -15
  94. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +54 -15
  95. package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +54 -15
  96. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +54 -15
  97. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +54 -15
  98. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +54 -15
  99. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  100. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  101. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +54 -15
  102. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +538 -319
  103. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1078 -640
  104. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +54 -15
  105. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +54 -15
  106. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +48 -22
  107. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +54 -15
  108. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +54 -15
  109. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +54 -15
  110. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +54 -15
  111. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +54 -15
  112. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +8 -4
  113. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  114. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +54 -15
  115. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +54 -15
  116. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  118. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +54 -15
  119. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  120. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +54 -15
  121. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +54 -15
  122. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
  123. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +54 -15
  124. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +54 -15
  125. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +54 -15
  126. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +54 -15
  127. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +54 -15
  128. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  129. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +54 -15
  130. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +54 -15
  132. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +54 -15
  133. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  134. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +54 -15
  135. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +54 -15
  136. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +54 -15
  137. package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +54 -15
  138. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  139. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +54 -15
  140. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +54 -15
  141. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +54 -15
  142. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +54 -15
  143. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +54 -15
  144. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +54 -15
  145. package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +54 -15
  146. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +54 -15
  147. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1078 -640
  148. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +54 -15
  149. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +54 -15
  150. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +54 -15
  151. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +54 -15
  152. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +54 -15
  153. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +54 -15
  154. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +54 -15
  155. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +54 -15
  156. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +54 -15
  158. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +54 -15
  159. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  161. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +54 -15
  162. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +54 -15
  163. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +10 -36
  164. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +54 -15
  165. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +54 -15
  166. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +54 -15
  167. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +54 -15
  169. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +54 -15
  170. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +54 -15
  171. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +54 -15
  172. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +54 -15
  173. package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +54 -15
  174. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  175. package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +54 -15
  176. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +538 -319
  177. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +1 -1
  178. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -1
  179. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  180. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -3
  181. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +18 -42
  182. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  183. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +2 -2
  184. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  185. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +2 -2
  186. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +2 -2
  187. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +2 -2
  188. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +2 -2
  189. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +3 -3
  190. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +2 -2
  191. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +9 -3
  193. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +55 -0
  194. package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +11 -5
  195. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-editors/EditEditorsPanel.d.ts +16 -0
  196. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +17 -0
  197. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -2
  198. package/internal-do-not-import-from-here/ux/velcron/editor/models/EventDescriptors.d.ts +6 -0
  199. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +10 -7
  200. package/internal-do-not-import-from-here/ux/velcron/editor/models/StateDescriptors.d.ts +8 -0
  201. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +26 -2
  202. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +21 -0
  203. package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +5 -1
  204. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +21 -0
  205. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +82 -25
  206. package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +8 -0
  207. package/internal-do-not-import-from-here/ux/velcron/index.d.ts +1 -0
  208. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  209. package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +32 -0
  210. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  211. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +10 -10
  212. package/internal-do-not-import-from-here/ux/{aurora/store → velcron/stores}/VelcronDefinitionStore.d.ts +21 -1
  213. package/internal-do-not-import-from-here/ux/velcron/stores/index.d.ts +1 -0
  214. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -1
  215. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -3
  216. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +3 -0
  217. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +26 -0
  218. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  219. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +1 -0
  220. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +70 -58
  221. package/internal-do-not-import-from-here/wctypings.d.ts +131 -86
  222. package/package.json +3 -3
  223. package/internal-do-not-import-from-here/ux/aurora/store/tmpUseIndexDb.d.ts +0 -69
  224. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +0 -43
  225. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +0 -1
  226. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.css.d.ts +0 -3
  227. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +0 -31
  228. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +0 -38
  229. /package/internal-do-not-import-from-here/ux/app/{AppLayoutPlaceHolderRegistration.d.ts → AppDynamicPlaceHolderRegistration.d.ts} +0 -0
  230. /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/PlaceHolderApis.d.ts → dynamicplaceholder/DynamicPlaceholderApis.d.ts} +0 -0
  231. /package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/{store → stores}/ContentEditorStore.d.ts +0 -0
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaGroupManifests","OmniaResourceManifests","OmniaService","OmniaWebComponentManifests"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","BuiltInPropertyEditorTypes","VelcronActionTypes","VelcronColorSchemasStateBinding","VelcronContentStateBinding","VelcronDataTypes","VelcronHeaderStateBinding","VelcronHorizontalAlignments","VelcronIconTypes","VelcronImageRatios","VelcronImagesStateBinding","VelcronSpacingStateBinding","VelcronStateBinding","VelcronVerticalAlignments","VelcronViewDirections"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"10407664-c0c5-438b-94b2-507d58d190af","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","registerInjectResolver","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaGroupManifests","OmniaResourceManifests","OmniaService","OmniaWebComponentManifests"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronColorSchemasStateBinding","VelcronContentStateBinding","VelcronDataTypes","VelcronHeaderStateBinding","VelcronHorizontalAlignments","VelcronIconTypes","VelcronImageRatios","VelcronImagesStateBinding","VelcronSpacingStateBinding","VelcronStateBinding","VelcronVerticalAlignments","VelcronViewDirections"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"10407664-c0c5-438b-94b2-507d58d190af","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","registerInjectResolver","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
@@ -15,14 +15,14 @@ export declare const useCompontentHostStore: () => {
15
15
  state: {
16
16
  host: "admin" | "editor" | "docs";
17
17
  componentHost: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx";
18
- componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
18
+ componentVariant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
19
19
  appliedComponents: string[];
20
20
  force: boolean;
21
21
  };
22
22
  events: {
23
23
  onMutatedHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
24
24
  onMutatedComponentHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx">;
25
- onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
25
+ onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
26
26
  onMutatedAppliedComponents: import("internal/fx/core").MessageBusExposeOnlySubscription<string[]>;
27
27
  onMutatedForce: import("internal/fx/core").MessageBusExposeOnlySubscription<boolean>;
28
28
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -38,7 +38,7 @@ export declare const useCompontentHostStore: () => {
38
38
  subscribe(fn: (type: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
39
39
  };
40
40
  setComponentVariant: {
41
- subscribe(fn: (variant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
41
+ subscribe(fn: (variant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
42
42
  };
43
43
  setForce: {
44
44
  subscribe(fn: (value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -58,7 +58,7 @@ export declare const useCompontentHostStore: () => {
58
58
  subscribe(fn: (result: void, type: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
59
  };
60
60
  setComponentVariant: {
61
- subscribe(fn: (result: void, variant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
61
+ subscribe(fn: (result: void, variant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
62
  };
63
63
  setForce: {
64
64
  subscribe(fn: (result: void, value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -78,7 +78,7 @@ export declare const useCompontentHostStore: () => {
78
78
  subscribe(fn: (failureReason: any, type: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
79
79
  };
80
80
  setComponentVariant: {
81
- subscribe(fn: (failureReason: any, variant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
81
+ subscribe(fn: (failureReason: any, variant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
82
  };
83
83
  setForce: {
84
84
  subscribe(fn: (failureReason: any, value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -99,7 +99,7 @@ export declare const useCompontentHostStore: () => {
99
99
  canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
100
100
  readonly host: "admin" | "editor" | "docs";
101
101
  readonly componentHost: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx";
102
- readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
102
+ readonly componentVariant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
103
103
  readonly force: boolean;
104
104
  appliedComponents(host: string): boolean;
105
105
  };
@@ -30,6 +30,7 @@ export * from "./texttranslator";
30
30
  export * from "./errormessage";
31
31
  export * from "./theming";
32
32
  export * from "./aurora";
33
+ export * from "./velcron";
33
34
  export * from "./messaging";
34
35
  export * from "./layoutcanvas";
35
36
  export * from "./editorchrome";
@@ -1237,7 +1237,6 @@ export interface OmniaUxLocalization {
1237
1237
  Center: string;
1238
1238
  Hero: string;
1239
1239
  Tab: string;
1240
- PlaceHolder: string;
1241
1240
  Slider: string;
1242
1241
  };
1243
1242
  DisplayBreakPoints: {
@@ -1,16 +1,55 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
4
+ "v-slots"?: {
5
+ default?: import("vue").Slot;
6
+ } & {};
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
8
+ $: import("vue").ComponentInternalInstance;
9
+ $data: {};
10
+ $props: {};
11
+ $attrs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $refs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $slots: Readonly<{
18
+ [name: string]: import("vue").Slot<any>;
19
+ }>;
20
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $emit: (event: string, ...args: any[]) => void;
23
+ $el: any;
24
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
25
+ beforeCreate?: (() => void) | (() => void)[];
26
+ created?: (() => void) | (() => void)[];
27
+ beforeMount?: (() => void) | (() => void)[];
28
+ mounted?: (() => void) | (() => void)[];
29
+ beforeUpdate?: (() => void) | (() => void)[];
30
+ updated?: (() => void) | (() => void)[];
31
+ activated?: (() => void) | (() => void)[];
32
+ deactivated?: (() => void) | (() => void)[];
33
+ beforeDestroy?: (() => void) | (() => void)[];
34
+ beforeUnmount?: (() => void) | (() => void)[];
35
+ destroyed?: (() => void) | (() => void)[];
36
+ unmounted?: (() => void) | (() => void)[];
37
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
40
+ };
41
+ $forceUpdate: () => void;
42
+ $nextTick: typeof import("vue").nextTick;
43
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
44
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
48
+ "v-slots"?: {
49
+ default?: import("vue").Slot;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
52
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
16
55
  export default _default;
@@ -32,8 +32,8 @@ declare const _default: {
32
32
  handleClick: import("vue").Prop<(value?: any) => void, (value?: any) => void>;
33
33
  }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
34
34
  propsDefinition: Omit<Readonly<{} & {
35
- title?: string;
36
35
  icon?: string;
36
+ title?: string;
37
37
  description?: string;
38
38
  handleClick?: (value?: any) => void;
39
39
  }>, never>;
@@ -2,10 +2,10 @@ import { AppInstance } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
4
  "align-x": {
5
- type: import("vue").PropType<"left" | "center" | "right">;
5
+ type: import("vue").PropType<"left" | "right" | "center">;
6
6
  };
7
7
  alignX: {
8
- type: import("vue").PropType<"left" | "center" | "right">;
8
+ type: import("vue").PropType<"left" | "right" | "center">;
9
9
  };
10
10
  "image-height": {
11
11
  type: import("vue").PropType<number>;
@@ -35,10 +35,10 @@ declare const _default: {
35
35
  };
36
36
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
37
37
  "align-x": {
38
- type: import("vue").PropType<"left" | "center" | "right">;
38
+ type: import("vue").PropType<"left" | "right" | "center">;
39
39
  };
40
40
  alignX: {
41
- type: import("vue").PropType<"left" | "center" | "right">;
41
+ type: import("vue").PropType<"left" | "right" | "center">;
42
42
  };
43
43
  "image-height": {
44
44
  type: import("vue").PropType<number>;
@@ -70,10 +70,10 @@ declare const _default: {
70
70
  Defaults: {};
71
71
  }, Readonly<import("vue").ExtractPropTypes<{
72
72
  "align-x": {
73
- type: import("vue").PropType<"left" | "center" | "right">;
73
+ type: import("vue").PropType<"left" | "right" | "center">;
74
74
  };
75
75
  alignX: {
76
- type: import("vue").PropType<"left" | "center" | "right">;
76
+ type: import("vue").PropType<"left" | "right" | "center">;
77
77
  };
78
78
  "image-height": {
79
79
  type: import("vue").PropType<number>;
@@ -102,10 +102,10 @@ declare const _default: {
102
102
  __isSuspense?: never;
103
103
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
104
104
  "align-x": {
105
- type: import("vue").PropType<"left" | "center" | "right">;
105
+ type: import("vue").PropType<"left" | "right" | "center">;
106
106
  };
107
107
  alignX: {
108
- type: import("vue").PropType<"left" | "center" | "right">;
108
+ type: import("vue").PropType<"left" | "right" | "center">;
109
109
  };
110
110
  "image-height": {
111
111
  type: import("vue").PropType<number>;
@@ -135,8 +135,8 @@ declare const _default: {
135
135
  };
136
136
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
137
137
  propsDefinition: Omit<Readonly<{} & {
138
- alignX?: "left" | "center" | "right";
139
- "align-x"?: "left" | "center" | "right";
138
+ alignX?: "left" | "right" | "center";
139
+ "align-x"?: "left" | "right" | "center";
140
140
  appInstance?: AppInstance;
141
141
  "app-instance"?: AppInstance;
142
142
  imageWidth?: number;
@@ -158,9 +158,9 @@ declare const _default: {
158
158
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
159
159
  propsDefinition: Omit<Readonly<{} & {
160
160
  content?: JSX.Element;
161
+ next?: (appInstance: AppInstance) => Promise<void>;
161
162
  onSave?: (appInstance: AppInstance) => Promise<void>;
162
163
  "on-save"?: (appInstance: AppInstance) => Promise<void>;
163
- next?: (appInstance: AppInstance) => Promise<void>;
164
164
  appInstance?: AppInstance;
165
165
  "app-instance"?: AppInstance;
166
166
  lastStep?: boolean;
@@ -2,9 +2,9 @@ import { AppInstance } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
4
  cols: {
5
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
5
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
6
6
  } & {
7
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
7
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
8
8
  };
9
9
  "app-instance": {
10
10
  type: import("vue").PropType<AppInstance>;
@@ -22,9 +22,9 @@ declare const _default: {
22
22
  };
23
23
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
24
24
  cols: {
25
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
25
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
26
26
  } & {
27
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
27
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
28
28
  };
29
29
  "app-instance": {
30
30
  type: import("vue").PropType<AppInstance>;
@@ -44,9 +44,9 @@ declare const _default: {
44
44
  Defaults: {};
45
45
  }, Readonly<import("vue").ExtractPropTypes<{
46
46
  cols: {
47
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
47
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
48
48
  } & {
49
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
49
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
50
50
  };
51
51
  "app-instance": {
52
52
  type: import("vue").PropType<AppInstance>;
@@ -63,9 +63,9 @@ declare const _default: {
63
63
  __isSuspense?: never;
64
64
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
65
65
  cols: {
66
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
66
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
67
67
  } & {
68
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
68
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
69
69
  };
70
70
  "app-instance": {
71
71
  type: import("vue").PropType<AppInstance>;
@@ -83,7 +83,7 @@ declare const _default: {
83
83
  };
84
84
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
85
85
  propsDefinition: Omit<Readonly<{} & {
86
- cols?: 1 | 2 | 4 | 3 | "1" | "4" | "2" | "3";
86
+ cols?: 3 | 1 | 2 | 4 | "1" | "4" | "2" | "3";
87
87
  appInstance?: AppInstance;
88
88
  "app-instance"?: AppInstance;
89
89
  }>, "onValueChanged" | "onDoc$"> & {
@@ -4,10 +4,10 @@ export type OColNumbers = typeof OColNumberDefinitions[number];
4
4
  declare const _default: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
6
  cols: {
7
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
7
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
8
8
  required: false;
9
9
  } & {
10
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
10
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
11
11
  required: false;
12
12
  };
13
13
  "summary-view": {
@@ -40,10 +40,10 @@ declare const _default: {
40
40
  };
41
41
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
42
42
  cols: {
43
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
43
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
44
44
  required: false;
45
45
  } & {
46
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
46
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
47
47
  required: false;
48
48
  };
49
49
  "summary-view": {
@@ -78,10 +78,10 @@ declare const _default: {
78
78
  Defaults: {};
79
79
  }, Readonly<import("vue").ExtractPropTypes<{
80
80
  cols: {
81
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
81
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
82
82
  required: false;
83
83
  } & {
84
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
84
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
85
85
  required: false;
86
86
  };
87
87
  "summary-view": {
@@ -113,10 +113,10 @@ declare const _default: {
113
113
  __isSuspense?: never;
114
114
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
115
115
  cols: {
116
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
116
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
117
117
  required: false;
118
118
  } & {
119
- type: import("vue").PropType<1 | 2 | 4 | 3 | "1" | "4" | "2" | "3">;
119
+ type: import("vue").PropType<3 | 1 | 2 | 4 | "1" | "4" | "2" | "3">;
120
120
  required: false;
121
121
  };
122
122
  "summary-view": {
@@ -150,7 +150,7 @@ declare const _default: {
150
150
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
151
151
  propsDefinition: Omit<Readonly<{} & {
152
152
  hideTeamsPresence?: boolean;
153
- cols?: 1 | 2 | 4 | 3 | "1" | "4" | "2" | "3";
153
+ cols?: 3 | 1 | 2 | 4 | "1" | "4" | "2" | "3";
154
154
  appInstance?: AppInstance;
155
155
  "app-instance"?: AppInstance;
156
156
  "hide-teams-presence"?: boolean;
@@ -1,20 +1,58 @@
1
- import { OmniaUxLocalization } from "../..";
2
1
  import { AppInstance, AppTemplate } from "../../../models";
3
- import { VueComponentBase } from "../../VueComponentBase";
4
- export declare class InformationStepSummary extends VueComponentBase {
2
+ declare const _default: (props: {
5
3
  appInstance: AppInstance;
6
- appTemplate: AppTemplate;
7
- protected omniaUxLoc: OmniaUxLocalization;
8
- private summaryInfoState;
9
- private wizardSize;
10
- private mediaPickerService;
11
- private multilingualStore;
12
- private renderer;
13
- private styles;
14
- created(): void;
15
- mounted(): void;
16
- private renderDefaultUI;
17
- private renderElement;
18
- private renderInformation;
19
- render(): JSX.Element;
20
- }
4
+ appTemplate?: AppTemplate;
5
+ } & Omit<{}, "appInstance" | "appTemplate"> & {
6
+ "v-slots"?: {
7
+ default?: import("vue").Slot;
8
+ } & {};
9
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstance" | "appTemplate">) => {
10
+ $: import("vue").ComponentInternalInstance;
11
+ $data: {};
12
+ $props: {};
13
+ $attrs: {
14
+ [x: string]: unknown;
15
+ };
16
+ $refs: {
17
+ [x: string]: unknown;
18
+ };
19
+ $slots: Readonly<{
20
+ [name: string]: import("vue").Slot<any>;
21
+ }>;
22
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
23
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
24
+ $emit: (event: string, ...args: any[]) => void;
25
+ $el: any;
26
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
27
+ beforeCreate?: (() => void) | (() => void)[];
28
+ created?: (() => void) | (() => void)[];
29
+ beforeMount?: (() => void) | (() => void)[];
30
+ mounted?: (() => void) | (() => void)[];
31
+ beforeUpdate?: (() => void) | (() => void)[];
32
+ updated?: (() => void) | (() => void)[];
33
+ activated?: (() => void) | (() => void)[];
34
+ deactivated?: (() => void) | (() => void)[];
35
+ beforeDestroy?: (() => void) | (() => void)[];
36
+ beforeUnmount?: (() => void) | (() => void)[];
37
+ destroyed?: (() => void) | (() => void)[];
38
+ unmounted?: (() => void) | (() => void)[];
39
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
40
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
41
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
42
+ };
43
+ $forceUpdate: () => void;
44
+ $nextTick: typeof import("vue").nextTick;
45
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
46
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
47
+ propsDefinition: {
48
+ appInstance: AppInstance;
49
+ appTemplate?: AppTemplate;
50
+ } & {
51
+ "v-slots"?: {
52
+ default?: import("vue").Slot;
53
+ } & {};
54
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstance" | "appTemplate">;
55
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
+ [key: string]: any;
57
+ }>;
58
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
15
+ };
16
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
15
+ };
16
+ export default _default;
@@ -2,7 +2,7 @@ import { ChromeBlueprint, VelcronAppDefinition, ColorValue, ChromeBlueprints, Bl
2
2
  export declare const useChromeEditorStore: () => {
3
3
  state: {
4
4
  editMode: boolean;
5
- previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5
+ previewColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
6
6
  backgroundOpacity: number;
7
7
  backgroundColor: ColorValue;
8
8
  editingBlueprint: ChromeBlueprint;
@@ -11,7 +11,7 @@ export declare const useChromeEditorStore: () => {
11
11
  };
12
12
  events: {
13
13
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
14
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
14
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
15
15
  onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
16
16
  onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorValue>;
17
17
  onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint>;
@@ -121,7 +121,7 @@ export declare const useComponentsEditorStore: () => {
121
121
  blockEditorStore: {
122
122
  state: {
123
123
  editMode: boolean;
124
- previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
124
+ previewColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
125
125
  backgroundOpacity: number;
126
126
  backgroundColor: import("@omnia/fx-models").ColorValue;
127
127
  editingBlueprint: import("@omnia/fx-models").ChromeBlueprint;
@@ -130,7 +130,7 @@ export declare const useComponentsEditorStore: () => {
130
130
  };
131
131
  events: {
132
132
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
133
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
133
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
134
134
  onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
135
135
  onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorValue>;
136
136
  onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ChromeBlueprint>;
@@ -363,6 +363,55 @@ export declare const useComponentsEditorStore: () => {
363
363
  applyChanges(): void;
364
364
  };
365
365
  };
366
+ fillsEditorStore: {
367
+ state: {
368
+ editingFillBlueprint: import("@omnia/fx-models").BackgroundDefinition;
369
+ showBorder: boolean;
370
+ };
371
+ events: {
372
+ onMutatedEditingFillBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BackgroundDefinition>;
373
+ onMutatedShowBorder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
374
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
375
+ actions: {
376
+ onDispatching: {
377
+ setEditingBlueprints: {
378
+ subscribe(fn: (blueprints: import("@omnia/fx-models").BackgroundDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
379
+ };
380
+ setEditingBlueprint: {
381
+ subscribe(fn: (type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
382
+ };
383
+ applyChanges: {
384
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
385
+ };
386
+ };
387
+ onDispatched: {
388
+ setEditingBlueprints: {
389
+ subscribe(fn: (result: void, blueprints: import("@omnia/fx-models").BackgroundDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
390
+ };
391
+ setEditingBlueprint: {
392
+ subscribe(fn: (result: void, type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
393
+ };
394
+ applyChanges: {
395
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
396
+ };
397
+ };
398
+ onFailure: {
399
+ setEditingBlueprints: {
400
+ subscribe(fn: (failureReason: any, blueprints: import("@omnia/fx-models").BackgroundDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
401
+ };
402
+ setEditingBlueprint: {
403
+ subscribe(fn: (failureReason: any, type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
404
+ };
405
+ applyChanges: {
406
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
407
+ };
408
+ };
409
+ } & {
410
+ setEditingBlueprints(blueprints: import("@omnia/fx-models").BackgroundDefinition): void;
411
+ setEditingBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): void;
412
+ applyChanges(): void;
413
+ };
414
+ };
366
415
  };
367
416
  bladeId: {
368
417
  previewBlade: Guid;
@@ -379,5 +428,7 @@ export declare const useComponentsEditorStore: () => {
379
428
  spacingBlade: Guid;
380
429
  blockBlade: Guid;
381
430
  blockEditBlade: Guid;
431
+ fillsBlade: Guid;
432
+ fillEditBlade: Guid;
382
433
  };
383
434
  };