@omnia/fx 8.0.150-dev → 8.0.152-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,18 +1,21 @@
1
- import { VelcronAppDefinition, VelcronDefinition } from "@omnia/fx-models";
2
- import { VelcronAppDataDescriptor, VelcronDataMemberDescriptor } from "./BuiltInDescriptors";
3
- import { VelcronDescriptor } from "./VelcronDescriptors";
1
+ import { VelcronAppDefinition, VelcronDefinition, VelcronStateEditor } from "@omnia/fx-models";
2
+ import { VelcronStatePropertyDescriptor, VelcronDescriptor, VelcronEditorDescriptor } from "./VelcronDescriptors";
4
3
  export interface AppTreeItem {
5
4
  definition: VelcronAppDefinition | VelcronDefinition;
6
5
  descriptor: VelcronDescriptor;
7
6
  propertyName?: string;
8
7
  value?: any;
9
8
  }
10
- export interface DataMemberAppTreeItem extends AppTreeItem {
9
+ export interface StatePropertyAppTreeItem extends AppTreeItem {
11
10
  propertyName: string;
12
11
  value: any;
13
- items: Array<DataMemberAppTreeItem>;
14
- parent: DataMemberAppTreeItem;
15
- descriptor: VelcronDataMemberDescriptor | VelcronAppDataDescriptor;
12
+ items: Array<StatePropertyAppTreeItem>;
13
+ parent: StatePropertyAppTreeItem;
14
+ descriptor: VelcronStatePropertyDescriptor;
15
+ }
16
+ export interface EditorAppTreeItem extends AppTreeItem {
17
+ value: VelcronStateEditor<any>;
18
+ descriptor: VelcronEditorDescriptor;
16
19
  }
17
20
  export interface AppValidationState {
18
21
  isAppValid: boolean;
@@ -0,0 +1,8 @@
1
+ import { VelcronStateDescriptor, VelcronStatePropertyDescriptor } from "./VelcronDescriptors";
2
+ export declare const VelcronAppDataMemberDescriptor: VelcronStateDescriptor;
3
+ export declare const VelcronUnknownDataMemberDescriptor: VelcronStatePropertyDescriptor;
4
+ export declare const VelcronObjectDataMemberDescriptor: VelcronStatePropertyDescriptor;
5
+ export declare const VelcronTextDataMemberDescriptor: VelcronStatePropertyDescriptor;
6
+ export declare const VelcronArrayDataMemberDescriptor: VelcronStatePropertyDescriptor;
7
+ export declare const VelcronBooleanDataMemberDescriptor: VelcronStatePropertyDescriptor;
8
+ export declare const VelcronNumberDataMemberDescriptor: VelcronStatePropertyDescriptor;
@@ -1,4 +1,4 @@
1
- import { IIcon, VelcronPropertyEditor } from "@omnia/fx-models";
1
+ import { IIcon, VelcronDefinition, VelcronStateEditor } from "@omnia/fx-models";
2
2
  import { VelcronDataTypes } from "../../core/models/Enums";
3
3
  import { VelcroncomponentArrayType, VelcronObjectType, VelcronPrimitiveType } from "../../core/models/VelcronTypes";
4
4
  import { VelcronDescriptorTypes } from "./Enums";
@@ -6,6 +6,14 @@ export interface VelcronDescriptor {
6
6
  descriptorType: VelcronDescriptorTypes;
7
7
  icon: IIcon;
8
8
  }
9
+ export interface VelcronComponentTemplateDescriptor extends VelcronDescriptor {
10
+ descriptorType: VelcronDescriptorTypes.template;
11
+ name: string;
12
+ category: string;
13
+ definition?: VelcronDefinition;
14
+ state?: object;
15
+ editors?: Array<VelcronStateEditor>;
16
+ }
9
17
  export interface VelcronComponentDescriptor extends VelcronDescriptor {
10
18
  descriptorType: VelcronDescriptorTypes.component;
11
19
  type: string;
@@ -22,7 +30,7 @@ export interface VelcronComponentPropertyDescriptor {
22
30
  name: string;
23
31
  type: VelcronDataTypes;
24
32
  group?: string;
25
- editor?: VelcronPropertyEditor<any>;
33
+ editor?: VelcronStateEditor<any>;
26
34
  required?: boolean;
27
35
  defaultValue?: VelcronPrimitiveType | VelcroncomponentArrayType | VelcronObjectType<{}>;
28
36
  disableRemovePropertyOnEmptyOrFalse?: boolean;
@@ -35,3 +43,19 @@ export interface VelcronComponentArrayPropertyDescriptor extends VelcronComponen
35
43
  export interface VelcronComponentEventDescriptor {
36
44
  name: string;
37
45
  }
46
+ export interface VelcronStatePropertyDescriptor extends VelcronDescriptor {
47
+ descriptorType: VelcronDescriptorTypes.stateProperty;
48
+ dataType: VelcronDataTypes;
49
+ }
50
+ export interface VelcronStateDescriptor extends VelcronDescriptor {
51
+ descriptorType: VelcronDescriptorTypes.stateRoot;
52
+ dataType: VelcronDataTypes.object;
53
+ }
54
+ export interface VelcronEditorsDescriptor extends VelcronDescriptor {
55
+ descriptorType: VelcronDescriptorTypes.editorsRoot;
56
+ dataType: VelcronDataTypes.object;
57
+ }
58
+ export interface VelcronEditorDescriptor extends VelcronDescriptor {
59
+ descriptorType: VelcronDescriptorTypes.editor;
60
+ dataType: VelcronDataTypes.object;
61
+ }
@@ -0,0 +1,21 @@
1
+ import { BuiltInPropertyEditorType } from "@omnia/fx-models";
2
+ import { VelcronEditorDescriptor, VelcronEditorsDescriptor } from "./VelcronDescriptors";
3
+ export declare const VelcronEditorsRootDescriptor: VelcronEditorsDescriptor;
4
+ export declare const VelcronSliderEditorDescriptor: VelcronEditorDescriptor;
5
+ export declare const VelcronTextEditorDescriptor: VelcronEditorDescriptor;
6
+ export declare const VelcronEnterpriseEditorDescriptor: VelcronEditorDescriptor;
7
+ export declare const VelcronTypographyEditorDescriptor: VelcronEditorDescriptor;
8
+ export declare const VelcronSwitchEditorDescriptor: VelcronEditorDescriptor;
9
+ export declare const VelcronAlignmentEditorDescriptor: VelcronEditorDescriptor;
10
+ export declare const VelcronColorEditorDescriptor: VelcronEditorDescriptor;
11
+ export declare const VelcronColorSchemaEditorDescriptor: VelcronEditorDescriptor;
12
+ export declare const VelcronIconEditorDescriptor: VelcronEditorDescriptor;
13
+ export declare const VelcronMarkdownEditorDescriptor: VelcronEditorDescriptor;
14
+ export declare const VelcronImageEditorDescriptor: VelcronEditorDescriptor;
15
+ export declare const VelcronSpacingEditorDescriptor: VelcronEditorDescriptor;
16
+ export declare const VelcronReferenceEditorDescriptor: VelcronEditorDescriptor;
17
+ type BuiltInPropertyEditorDescriptorMap = {
18
+ [key in BuiltInPropertyEditorType]: typeof VelcronTextEditorDescriptor | typeof VelcronSliderEditorDescriptor | typeof VelcronSwitchEditorDescriptor | typeof VelcronAlignmentEditorDescriptor | typeof VelcronColorEditorDescriptor | typeof VelcronMarkdownEditorDescriptor | typeof VelcronIconEditorDescriptor | typeof VelcronImageEditorDescriptor | typeof VelcronTypographyEditorDescriptor | typeof VelcronSpacingEditorDescriptor | typeof VelcronColorSchemaEditorDescriptor | typeof VelcronReferenceEditorDescriptor;
19
+ };
20
+ export declare const builtInPropertyEditorDescriptorMap: BuiltInPropertyEditorDescriptorMap;
21
+ export {};
@@ -1,5 +1,9 @@
1
1
  export * from "./CodeEditor";
2
2
  export * from "./Shared";
3
3
  export * from "./Enums";
4
- export * from "./BuiltInDescriptors";
5
4
  export * from "./VelcronDescriptors";
5
+ export * from "./VelcronDescriptors";
6
+ export * from "./VelcronEditorDescriptors";
7
+ export * from "./ComponentDescriptors";
8
+ export * from "./EventDescriptors";
9
+ export * from "./StateDescriptors";
@@ -0,0 +1,21 @@
1
+ import { VelcronComponentDescriptor, VelcronComponentTemplateDescriptor } from "../models";
2
+ export declare const useVelcronComponentStore: () => {
3
+ get: {};
4
+ state: {
5
+ builtInComponentDescriptions: {
6
+ [name: string]: VelcronComponentDescriptor;
7
+ };
8
+ componentTemplates: VelcronComponentTemplateDescriptor[];
9
+ };
10
+ actions: {
11
+ onDispatching: {};
12
+ onDispatched: {};
13
+ onFailure: {};
14
+ };
15
+ events: {
16
+ onMutatedBuiltInComponentDescriptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
17
+ [name: string]: VelcronComponentDescriptor;
18
+ }>;
19
+ onMutatedComponentTemplates: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronComponentTemplateDescriptor[]>;
20
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
21
+ };
@@ -1,11 +1,32 @@
1
1
  import { TreeViewItem, VelcronAppDefinition, VelcronDefinition } from "@omnia/fx-models";
2
- import { AppTreeItem, AppValidationState, editorModes } from "../models/Shared";
2
+ import { AppTreeItem, AppValidationState, EditorAppTreeItem, StatePropertyAppTreeItem, editorModes } from "../models/Shared";
3
3
  import { CodeEditorState, VelcronComponentDescriptor, codeEditorTabs, AddVelcronComponentMode } from "../models";
4
- import { ThemeDefinitionV2, VelcronRenderContext } from "../../core";
4
+ import { ThemeDefinitionV2, VelcronRenderContext, VelcronStateEditor } from "../../core";
5
5
  type canvasMode = "split-spacing" | "design";
6
6
  export declare const useVelcronEditorStore: () => {
7
7
  get: {
8
+ componentStore: {
9
+ get: {};
10
+ state: {
11
+ builtInComponentDescriptions: {
12
+ [name: string]: VelcronComponentDescriptor;
13
+ };
14
+ componentTemplates: import("../models").VelcronComponentTemplateDescriptor[];
15
+ };
16
+ actions: {
17
+ onDispatching: {};
18
+ onDispatched: {};
19
+ onFailure: {};
20
+ };
21
+ events: {
22
+ onMutatedBuiltInComponentDescriptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
23
+ [name: string]: VelcronComponentDescriptor;
24
+ }>;
25
+ onMutatedComponentTemplates: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models").VelcronComponentTemplateDescriptor[]>;
26
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
27
+ };
8
28
  getBodyTreeviewItem(): TreeViewItem<any>;
29
+ getStatePropertyPath(from: TreeViewItem<StatePropertyAppTreeItem>): string;
9
30
  };
10
31
  state: {
11
32
  previewTheme: ThemeDefinitionV2;
@@ -25,12 +46,10 @@ export declare const useVelcronEditorStore: () => {
25
46
  showAddComponent: AddVelcronComponentMode;
26
47
  showAddApp: boolean;
27
48
  showAddDataObject: boolean;
49
+ showStateTree: boolean;
28
50
  showShare: boolean;
29
51
  codeEditor: CodeEditorState;
30
52
  validation: AppValidationState;
31
- builtInComponentDescriptions: {
32
- [name: string]: VelcronComponentDescriptor;
33
- };
34
53
  };
35
54
  actions: {
36
55
  onDispatching: {
@@ -43,8 +62,11 @@ export declare const useVelcronEditorStore: () => {
43
62
  setAppDefinitionFromJson: {
44
63
  subscribe(fn: (newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
45
64
  };
46
- persistState: {
47
- subscribe(fn: (jsonCode: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
65
+ mergeInSubState: {
66
+ subscribe(fn: (toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
67
+ };
68
+ addEditors: {
69
+ subscribe(fn: (editors: VelcronStateEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
48
70
  };
49
71
  setAppValidation: {
50
72
  subscribe(fn: (newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -86,10 +108,16 @@ export declare const useVelcronEditorStore: () => {
86
108
  subscribe(fn: (target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
87
109
  };
88
110
  renameDataMember: {
89
- subscribe(fn: (target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
111
+ subscribe(fn: (target: TreeViewItem<StatePropertyAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
112
  };
91
113
  updateDataMemberValue: {
92
- subscribe(fn: (target: TreeViewItem<AppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
114
+ subscribe(fn: (target: TreeViewItem<StatePropertyAppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
115
+ };
116
+ renameEditor: {
117
+ subscribe(fn: (target: TreeViewItem<EditorAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
118
+ };
119
+ renameComponent: {
120
+ subscribe(fn: (target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
93
121
  };
94
122
  setActiveAppTreeItem: {
95
123
  subscribe(fn: (key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -103,6 +131,9 @@ export declare const useVelcronEditorStore: () => {
103
131
  reloadApp: {
104
132
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
105
133
  };
134
+ rebuildTree: {
135
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
136
+ };
106
137
  updateHistory: {
107
138
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
108
139
  };
@@ -117,8 +148,11 @@ export declare const useVelcronEditorStore: () => {
117
148
  setAppDefinitionFromJson: {
118
149
  subscribe(fn: (result: void, newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
119
150
  };
120
- persistState: {
121
- subscribe(fn: (result: void, jsonCode: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
151
+ mergeInSubState: {
152
+ subscribe(fn: (result: void, toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
153
+ };
154
+ addEditors: {
155
+ subscribe(fn: (result: void, editors: VelcronStateEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
122
156
  };
123
157
  setAppValidation: {
124
158
  subscribe(fn: (result: void, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -154,16 +188,22 @@ export declare const useVelcronEditorStore: () => {
154
188
  subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
155
189
  };
156
190
  addDataMember: {
157
- subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
191
+ subscribe(fn: (result: TreeViewItem<AppTreeItem>, target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
158
192
  };
159
193
  deleteDataMember: {
160
194
  subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
161
195
  };
162
196
  renameDataMember: {
163
- subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
197
+ subscribe(fn: (result: void, target: TreeViewItem<StatePropertyAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
164
198
  };
165
199
  updateDataMemberValue: {
166
- subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
200
+ subscribe(fn: (result: void, target: TreeViewItem<StatePropertyAppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
201
+ };
202
+ renameEditor: {
203
+ subscribe(fn: (result: void, target: TreeViewItem<EditorAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
204
+ };
205
+ renameComponent: {
206
+ subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
167
207
  };
168
208
  setActiveAppTreeItem: {
169
209
  subscribe(fn: (result: void, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -177,6 +217,9 @@ export declare const useVelcronEditorStore: () => {
177
217
  reloadApp: {
178
218
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
179
219
  };
220
+ rebuildTree: {
221
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
222
+ };
180
223
  updateHistory: {
181
224
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
182
225
  };
@@ -191,8 +234,11 @@ export declare const useVelcronEditorStore: () => {
191
234
  setAppDefinitionFromJson: {
192
235
  subscribe(fn: (failureReason: any, newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
193
236
  };
194
- persistState: {
195
- subscribe(fn: (failureReason: any, jsonCode: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
237
+ mergeInSubState: {
238
+ subscribe(fn: (failureReason: any, toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
239
+ };
240
+ addEditors: {
241
+ subscribe(fn: (failureReason: any, editors: VelcronStateEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
196
242
  };
197
243
  setAppValidation: {
198
244
  subscribe(fn: (failureReason: any, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -234,10 +280,16 @@ export declare const useVelcronEditorStore: () => {
234
280
  subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
235
281
  };
236
282
  renameDataMember: {
237
- subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
283
+ subscribe(fn: (failureReason: any, target: TreeViewItem<StatePropertyAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
238
284
  };
239
285
  updateDataMemberValue: {
240
- subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
286
+ subscribe(fn: (failureReason: any, target: TreeViewItem<StatePropertyAppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
287
+ };
288
+ renameEditor: {
289
+ subscribe(fn: (failureReason: any, target: TreeViewItem<EditorAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
290
+ };
291
+ renameComponent: {
292
+ subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
241
293
  };
242
294
  setActiveAppTreeItem: {
243
295
  subscribe(fn: (failureReason: any, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -251,6 +303,9 @@ export declare const useVelcronEditorStore: () => {
251
303
  reloadApp: {
252
304
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
253
305
  };
306
+ rebuildTree: {
307
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
308
+ };
254
309
  updateHistory: {
255
310
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
256
311
  };
@@ -259,7 +314,8 @@ export declare const useVelcronEditorStore: () => {
259
314
  setAppTree(tree: Array<TreeViewItem<AppTreeItem>>): void;
260
315
  setAppDefinition(newDefinition: VelcronAppDefinition): void;
261
316
  setAppDefinitionFromJson(newState: string): void;
262
- persistState(jsonCode: string): void;
317
+ mergeInSubState(toMerge: object): void;
318
+ addEditors(editors: Array<VelcronStateEditor>): void;
263
319
  setAppValidation(newState: AppValidationState): void;
264
320
  setCodeEditorTab(newState: codeEditorTabs): void;
265
321
  setEditorMode(newState: editorModes): void;
@@ -273,14 +329,17 @@ export declare const useVelcronEditorStore: () => {
273
329
  afterKey?: string;
274
330
  }): void;
275
331
  deleteComponent(target: TreeViewItem<AppTreeItem>): void;
276
- addDataMember(target: TreeViewItem<AppTreeItem>, propertyName: string, value: any): void;
332
+ addDataMember(target: TreeViewItem<AppTreeItem>, propertyName: string, value: any): TreeViewItem<AppTreeItem>;
277
333
  deleteDataMember(target: TreeViewItem<AppTreeItem>): void;
278
- renameDataMember(target: TreeViewItem<AppTreeItem>, newName: string): void;
279
- updateDataMemberValue(target: TreeViewItem<AppTreeItem>, newValue: any): void;
334
+ renameDataMember(target: TreeViewItem<StatePropertyAppTreeItem>, newName: string): void;
335
+ updateDataMemberValue(target: TreeViewItem<StatePropertyAppTreeItem>, newValue: any): void;
336
+ renameEditor(target: TreeViewItem<EditorAppTreeItem>, newName: string): void;
337
+ renameComponent(target: TreeViewItem<AppTreeItem>, newName: string): void;
280
338
  setActiveAppTreeItem(key: string): void;
281
339
  copyComponent(): void;
282
340
  pasteComponent(): void;
283
341
  reloadApp(): void;
342
+ rebuildTree(): void;
284
343
  updateHistory(): void;
285
344
  };
286
345
  events: {
@@ -301,12 +360,10 @@ export declare const useVelcronEditorStore: () => {
301
360
  onMutatedShowAddComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<AddVelcronComponentMode>;
302
361
  onMutatedShowAddApp: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
303
362
  onMutatedShowAddDataObject: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
363
+ onMutatedShowStateTree: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
304
364
  onMutatedShowShare: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
305
365
  onMutatedCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
306
366
  onMutatedValidation: import("@omnia/fx").MessageBusExposeOnlySubscription<AppValidationState>;
307
- onMutatedBuiltInComponentDescriptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
308
- [name: string]: VelcronComponentDescriptor;
309
- }>;
310
367
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
311
368
  };
312
369
  export {};
@@ -0,0 +1,8 @@
1
+ import { VelcronComponentTemplateDescriptor } from "../models";
2
+ export declare const VelcronContentComponentTemplates: {
3
+ TitleTemplate: VelcronComponentTemplateDescriptor;
4
+ CaptionTemplate: VelcronComponentTemplateDescriptor;
5
+ SummaryTemplate: VelcronComponentTemplateDescriptor;
6
+ TextTemplate: VelcronComponentTemplateDescriptor;
7
+ SectionTemplate: VelcronComponentTemplateDescriptor;
8
+ };
@@ -0,0 +1 @@
1
+ export * from "./stores";
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  type: import("vue").PropType<boolean>;
13
13
  };
14
14
  "color-schema-type": {
15
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
15
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
16
16
  };
17
17
  "theme-definition": {
18
18
  type: import("vue").PropType<ThemeDefinitionV2>;
@@ -52,7 +52,7 @@ declare const _default: {
52
52
  type: import("vue").PropType<boolean>;
53
53
  };
54
54
  "color-schema-type": {
55
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
55
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
56
56
  };
57
57
  "theme-definition": {
58
58
  type: import("vue").PropType<ThemeDefinitionV2>;
@@ -100,7 +100,7 @@ declare const _default: {
100
100
  type: import("vue").PropType<boolean>;
101
101
  };
102
102
  "color-schema-type": {
103
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
103
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
104
104
  };
105
105
  "theme-definition": {
106
106
  type: import("vue").PropType<ThemeDefinitionV2>;
@@ -145,7 +145,7 @@ declare const _default: {
145
145
  type: import("vue").PropType<boolean>;
146
146
  };
147
147
  "color-schema-type": {
148
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
148
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
149
149
  };
150
150
  "theme-definition": {
151
151
  type: import("vue").PropType<ThemeDefinitionV2>;
@@ -185,7 +185,7 @@ declare const _default: {
185
185
  colorSchemaType: any;
186
186
  colors?: any;
187
187
  } & {
188
- "color-schema-type"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
188
+ "color-schema-type"?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
189
189
  themeDefinition?: ThemeDefinitionV2;
190
190
  "theme-definition"?: ThemeDefinitionV2;
191
191
  context?: VelcronRenderContext;
@@ -0,0 +1,32 @@
1
+ import { VelcronRenderContext, VelcronSlidePanelDefinition } from "../../core";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ definition: import("vue").Prop<VelcronSlidePanelDefinition, VelcronSlidePanelDefinition>;
5
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
6
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
7
+ definition: import("vue").Prop<VelcronSlidePanelDefinition, VelcronSlidePanelDefinition>;
8
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
9
+ }>>, {}, true, {}, {}, {
10
+ P: {};
11
+ B: {};
12
+ D: {};
13
+ C: {};
14
+ M: {};
15
+ Defaults: {};
16
+ }, Readonly<import("vue").ExtractPropTypes<{
17
+ definition: import("vue").Prop<VelcronSlidePanelDefinition, VelcronSlidePanelDefinition>;
18
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
19
+ }>>, {}, {}, {}, {}, {}>;
20
+ __isFragment?: never;
21
+ __isTeleport?: never;
22
+ __isSuspense?: never;
23
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
24
+ definition: import("vue").Prop<VelcronSlidePanelDefinition, VelcronSlidePanelDefinition>;
25
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
26
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
27
+ propsDefinition: Omit<Readonly<{} & {
28
+ definition?: VelcronSlidePanelDefinition;
29
+ renderContext?: VelcronRenderContext;
30
+ }>, never>;
31
+ };
32
+ export default _default;