@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,4 +1,4 @@
1
- import { useVelcronContentEditorStore } from "./store/ContentEditorStore";
1
+ import { useVelcronContentEditorStore } from "./stores/ContentEditorStore";
2
2
  import { DynamicState, VelcronAppDefinition, VelcronState } from "@omnia/fx-models";
3
3
  import { VelcronContentInstance } from "./models";
4
4
  type ContentEditorVariants = "default" | "social" | "social-comments";
@@ -8,6 +8,12 @@ declare const _default: {
8
8
  } & {
9
9
  activator?: () => VNodeChild;
10
10
  }>;
11
+ "allow-built-in": {
12
+ type: import("vue").PropType<boolean>;
13
+ };
14
+ allowBuiltIn: {
15
+ type: import("vue").PropType<boolean>;
16
+ };
11
17
  exclusions: {
12
18
  type: import("vue").PropType<GuidValue[]>;
13
19
  } & {
@@ -132,6 +138,12 @@ declare const _default: {
132
138
  } & {
133
139
  activator?: () => VNodeChild;
134
140
  }>;
141
+ "allow-built-in": {
142
+ type: import("vue").PropType<boolean>;
143
+ };
144
+ allowBuiltIn: {
145
+ type: import("vue").PropType<boolean>;
146
+ };
135
147
  exclusions: {
136
148
  type: import("vue").PropType<GuidValue[]>;
137
149
  } & {
@@ -261,6 +273,12 @@ declare const _default: {
261
273
  } & {
262
274
  activator?: () => VNodeChild;
263
275
  }>;
276
+ "allow-built-in": {
277
+ type: import("vue").PropType<boolean>;
278
+ };
279
+ allowBuiltIn: {
280
+ type: import("vue").PropType<boolean>;
281
+ };
264
282
  exclusions: {
265
283
  type: import("vue").PropType<GuidValue[]>;
266
284
  } & {
@@ -387,6 +405,12 @@ declare const _default: {
387
405
  } & {
388
406
  activator?: () => VNodeChild;
389
407
  }>;
408
+ "allow-built-in": {
409
+ type: import("vue").PropType<boolean>;
410
+ };
411
+ allowBuiltIn: {
412
+ type: import("vue").PropType<boolean>;
413
+ };
390
414
  exclusions: {
391
415
  type: import("vue").PropType<GuidValue[]>;
392
416
  } & {
@@ -515,7 +539,6 @@ declare const _default: {
515
539
  colorSchemaType?: any;
516
540
  colors?: any;
517
541
  } & {
518
- title?: string;
519
542
  name?: {
520
543
  [x: `onUpdate:${string}`]: {
521
544
  type: import("vue").PropType<(value: boolean) => any>;
@@ -578,6 +601,7 @@ declare const _default: {
578
601
  }>;
579
602
  };
580
603
  icon?: IIcon;
604
+ title?: string;
581
605
  filters?: string[];
582
606
  "v-model"?: boolean;
583
607
  "onUpdate:modelValue"?: (value: boolean) => any;
@@ -593,6 +617,8 @@ declare const _default: {
593
617
  "allow-edit"?: boolean;
594
618
  "preview-state"?: VelcronState;
595
619
  exclusions?: GuidValue[];
620
+ allowBuiltIn?: boolean;
621
+ "allow-built-in"?: boolean;
596
622
  }>, "onUpdate:modelValue" | "onAdd" | "onSelected" | "onDefinition:enter" | "onDefinition:leave"> & {
597
623
  "onUpdate:modelValue"?: (value: boolean) => any;
598
624
  onAdd?: () => any;
@@ -1,5 +1,5 @@
1
1
  import { VelcronAppDefinition } from "@omnia/fx-models";
2
- import { VelcronPropertyEditor } from "../../core";
2
+ import { VelcronStateEditor } from "../../core";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  "hide-property-mapped": {
@@ -9,10 +9,10 @@ declare const _default: {
9
9
  type: import("vue").PropType<boolean>;
10
10
  };
11
11
  "property-editors": {
12
- type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
12
+ type: import("vue").PropType<VelcronStateEditor<any>[]>;
13
13
  };
14
14
  propertyEditors: {
15
- type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
15
+ type: import("vue").PropType<VelcronStateEditor<any>[]>;
16
16
  };
17
17
  "onUpdate:modelValue": {
18
18
  type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
@@ -92,10 +92,10 @@ declare const _default: {
92
92
  type: import("vue").PropType<boolean>;
93
93
  };
94
94
  "property-editors": {
95
- type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
95
+ type: import("vue").PropType<VelcronStateEditor<any>[]>;
96
96
  };
97
97
  propertyEditors: {
98
- type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
98
+ type: import("vue").PropType<VelcronStateEditor<any>[]>;
99
99
  };
100
100
  "onUpdate:modelValue": {
101
101
  type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
@@ -180,10 +180,10 @@ declare const _default: {
180
180
  type: import("vue").PropType<boolean>;
181
181
  };
182
182
  "property-editors": {
183
- type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
183
+ type: import("vue").PropType<VelcronStateEditor<any>[]>;
184
184
  };
185
185
  propertyEditors: {
186
- type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
186
+ type: import("vue").PropType<VelcronStateEditor<any>[]>;
187
187
  };
188
188
  "onUpdate:modelValue": {
189
189
  type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
@@ -265,10 +265,10 @@ declare const _default: {
265
265
  type: import("vue").PropType<boolean>;
266
266
  };
267
267
  "property-editors": {
268
- type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
268
+ type: import("vue").PropType<VelcronStateEditor<any>[]>;
269
269
  };
270
270
  propertyEditors: {
271
- type: import("vue").PropType<VelcronPropertyEditor<any>[]>;
271
+ type: import("vue").PropType<VelcronStateEditor<any>[]>;
272
272
  };
273
273
  "onUpdate:modelValue": {
274
274
  type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
@@ -406,8 +406,8 @@ declare const _default: {
406
406
  "v-model"?: VelcronAppDefinition<object>;
407
407
  "onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
408
408
  modelValue?: VelcronAppDefinition<object>;
409
- propertyEditors?: VelcronPropertyEditor<any>[];
410
- "property-editors"?: VelcronPropertyEditor<any>[];
409
+ propertyEditors?: VelcronStateEditor<any>[];
410
+ "property-editors"?: VelcronStateEditor<any>[];
411
411
  hidePropertyMapped?: boolean;
412
412
  "hide-property-mapped"?: boolean;
413
413
  }>, "onUpdate:modelValue"> & {
@@ -34,6 +34,7 @@ export interface BuiltInComponentRenderers {
34
34
  "radio": unknown;
35
35
  "rive": unknown;
36
36
  "lottie": unknown;
37
+ "slide-panel": unknown;
37
38
  }
38
39
  export interface ColorSchemaReference {
39
40
  name: string;
@@ -248,9 +249,9 @@ export interface VelcronIconDefinition extends VelcronDefinition, VelcronColorSt
248
249
  }
249
250
  export interface VelcronMarkdownDefinition extends VelcronDefinitionWithEditMode, VelcronColorStyling, VelcronTextStyling {
250
251
  type: "markdown";
251
- value: VelcronBindableProp<string>;
252
- placeholder: VelcronBindableProp<string>;
253
- events: VelcronOnUpdatedEvent;
252
+ value?: VelcronBindableProp<string>;
253
+ placeholder?: VelcronBindableProp<string>;
254
+ events?: VelcronOnUpdatedEvent;
254
255
  }
255
256
  export interface VelcronRiveDefinition extends VelcronDefinition {
256
257
  type: "rive";
@@ -270,6 +271,17 @@ export interface VelcronLottieDefinition extends VelcronDefinition {
270
271
  direction?: VelcronBindableProp<"normal" | "reverse">;
271
272
  hover?: VelcronBindableProp<boolean>;
272
273
  }
274
+ export interface VelcronSlidePanelDefinition extends VelcronDefinition {
275
+ type: "slide-panel";
276
+ slidesPerView?: VelcronBindableProp<number>;
277
+ pagination?: VelcronBindableProp<boolean>;
278
+ navigation?: VelcronBindableProp<boolean>;
279
+ scrollbar?: VelcronBindableProp<boolean>;
280
+ autoplay?: VelcronBindableProp<boolean>;
281
+ loop?: VelcronBindableProp<boolean>;
282
+ style?: VelcronCardStyling;
283
+ events?: VelcronOnPressEvent;
284
+ }
273
285
  export interface VelcronDimensions {
274
286
  top: number | string;
275
287
  right: number | string;
@@ -1,34 +1,10 @@
1
- import { TypographySize, TypographyType, VelcronImageRatios, VelcronPropertyEditor, VelcronSpacing } from "@omnia/fx-models";
1
+ import { TypographySize, TypographyType, VelcronImageRatios, VelcronStateEditor, VelcronSpacing, BuiltInPropertyEditorType } from "@omnia/fx-models";
2
2
  export interface ResolvedPropertyEditor {
3
- editor: VelcronPropertyEditor;
4
- }
5
- export interface BuiltInPropertyEditors {
6
- text: unknown;
7
- slider: unknown;
8
- switch: unknown;
9
- alignment: unknown;
10
- color: unknown;
11
- markdown: unknown;
12
- icon: unknown;
13
- image: unknown;
14
- typography: unknown;
15
- spacing: unknown;
16
- "color-schema-type": unknown;
17
- reference: unknown;
18
- }
19
- export declare enum BuiltInPropertyEditorTypes {
20
- text = "text",
21
- slider = "slider",
22
- switch = "switch",
23
- alignment = "alignment",
24
- color = "color",
25
- markdown = "markdown",
26
- icon = "icon",
27
- image = "image",
28
- typography = "typography",
29
- spacing = "spacing",
30
- "color-schema-type" = "color-schema-type"
3
+ editor: VelcronStateEditor;
31
4
  }
5
+ export type BuiltInPropertyEditorMap = {
6
+ [key in BuiltInPropertyEditorType]: unknown;
7
+ };
32
8
  export interface VelcronSliderPropertyEditorSettings {
33
9
  min: number;
34
10
  max: number;
@@ -47,43 +23,43 @@ export interface VelcronTextEditorSettings {
47
23
  type: TypographyType;
48
24
  placeholder: string;
49
25
  }
50
- export interface VelcronSliderPropertyEditor extends VelcronPropertyEditor<VelcronSliderPropertyEditorSettings> {
26
+ export interface VelcronSliderPropertyEditor extends VelcronStateEditor<VelcronSliderPropertyEditorSettings> {
51
27
  type: "slider";
52
28
  }
53
- export interface VelcronTextPropertyEditor extends VelcronPropertyEditor<VelcronTextEditorSettings> {
29
+ export interface VelcronTextPropertyEditor extends VelcronStateEditor<VelcronTextEditorSettings> {
54
30
  type: "text";
55
31
  }
56
- export interface VelcronEnterprisePropertyEditor extends VelcronPropertyEditor<any> {
32
+ export interface VelcronEnterprisePropertyEditor extends VelcronStateEditor<any> {
57
33
  type: "enterprise-property";
58
34
  }
59
- export interface VelcronTypographyPropertyEditor extends VelcronPropertyEditor<VelcronTypographyEditorSettings> {
35
+ export interface VelcronTypographyPropertyEditor extends VelcronStateEditor<VelcronTypographyEditorSettings> {
60
36
  type: "typography";
61
37
  }
62
- export interface VelcronSwitchPropertyEditor extends VelcronPropertyEditor<any> {
38
+ export interface VelcronSwitchPropertyEditor extends VelcronStateEditor<any> {
63
39
  type: "switch";
64
40
  }
65
- export interface VelcronAlignmentPropertyEditor extends VelcronPropertyEditor<any> {
41
+ export interface VelcronAlignmentPropertyEditor extends VelcronStateEditor<any> {
66
42
  type: "alignment";
67
43
  }
68
- export interface VelcronColorPropertyEditor extends VelcronPropertyEditor<any> {
44
+ export interface VelcronColorPropertyEditor extends VelcronStateEditor<any> {
69
45
  type: "color";
70
46
  }
71
- export interface VelcronColorSchemaPropertyEditor extends VelcronPropertyEditor<any> {
47
+ export interface VelcronColorSchemaPropertyEditor extends VelcronStateEditor<any> {
72
48
  type: "color-schema-type";
73
49
  }
74
- export interface VelcronIconPropertyEditor extends VelcronPropertyEditor<any> {
50
+ export interface VelcronIconPropertyEditor extends VelcronStateEditor<any> {
75
51
  type: "icon";
76
52
  }
77
- export interface VelcronMarkdownPropertyEditor extends VelcronPropertyEditor<VelcronMarkdownEditorSettings> {
53
+ export interface VelcronMarkdownPropertyEditor extends VelcronStateEditor<VelcronMarkdownEditorSettings> {
78
54
  type: "markdown";
79
55
  }
80
- export interface VelcronImagePropertyEditor extends VelcronPropertyEditor<any> {
56
+ export interface VelcronImagePropertyEditor extends VelcronStateEditor<any> {
81
57
  type: "image";
82
58
  }
83
- export interface VelcronSpacingPropertyEditor extends VelcronPropertyEditor<VelcronSpacingEditorSettings> {
59
+ export interface VelcronSpacingPropertyEditor extends VelcronStateEditor<VelcronSpacingEditorSettings> {
84
60
  type: "spacing";
85
61
  }
86
- export interface VelcronReferencePropertyEditor extends VelcronPropertyEditor<any> {
62
+ export interface VelcronReferencePropertyEditor extends VelcronStateEditor<any> {
87
63
  type: "reference";
88
64
  }
89
65
  export interface VelcronState {
@@ -23,6 +23,7 @@ export declare const VelcronConstants: {
23
23
  reference: string;
24
24
  rive: string;
25
25
  lottie: string;
26
+ "slide-panel": string;
26
27
  };
27
28
  events: {
28
29
  idTokenStart: string;
@@ -1,9 +1,9 @@
1
- import { BuiltInPropertyEditors, ResolvedPropertyEditor } from "../models";
1
+ import { BuiltInPropertyEditorMap, ResolvedPropertyEditor } from "../models";
2
2
  export declare class VelcronPropertyEditors {
3
3
  private static editors;
4
4
  static registerEditor(type: string, editor: any): void;
5
5
  static hasEditors(): boolean;
6
6
  static hasEditor(type: string): any;
7
- static registerEditors(editors: BuiltInPropertyEditors): void;
7
+ static registerEditors(editors: BuiltInPropertyEditorMap): void;
8
8
  static getEditor(editor: string): ResolvedPropertyEditor;
9
9
  }
@@ -8,7 +8,7 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
8
8
  onContainer: ColorDefinition;
9
9
  isContainer: boolean;
10
10
  name: string;
11
- colorSchemaType: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11
+ colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
12
12
  id: import("@omnia/fx-models").GuidValue;
13
13
  };
14
14
  get: {
@@ -1,9 +1,9 @@
1
- import { VelcronPropertyEditor } from "@omnia/fx-models";
1
+ import { VelcronStateEditor } from "@omnia/fx-models";
2
2
  import { VelcronEditorBuilder } from "./VelcronEditorBuilder";
3
3
  import { VelcronEditorBuilderBase } from "./VelcronEditorBuilderBase";
4
4
  export declare class VelcronColorSchemaEditorBuilder extends VelcronEditorBuilderBase {
5
5
  private editor;
6
6
  constructor(builder: any);
7
7
  add(): VelcronEditorBuilder;
8
- protected internalBuild(): VelcronPropertyEditor<any>[];
8
+ protected internalBuild(): VelcronStateEditor<any>[];
9
9
  }
@@ -1,4 +1,4 @@
1
- import { VelcronPropertyEditor } from "@omnia/fx-models";
1
+ import { VelcronStateEditor } from "@omnia/fx-models";
2
2
  import { VelcronEditorBuilderBase } from "./VelcronEditorBuilderBase";
3
3
  export declare class VelcronContentEditorBuilder extends VelcronEditorBuilderBase {
4
4
  private mainEditor;
@@ -34,5 +34,5 @@ export declare class VelcronContentEditorBuilder extends VelcronEditorBuilderBas
34
34
  addPropertyMappingEditor: (title?: string) => VelcronContentEditorBuilder;
35
35
  addTypographyEditor: (title?: string, type?: "text" | "title") => VelcronContentEditorBuilder;
36
36
  };
37
- protected internalBuild(): VelcronPropertyEditor<any>[];
37
+ protected internalBuild(): VelcronStateEditor<any>[];
38
38
  }
@@ -1,4 +1,4 @@
1
- import { VelcronPropertyEditor } from "@omnia/fx-models";
1
+ import { VelcronStateEditor } from "@omnia/fx-models";
2
2
  import { VelcronContentEditorBuilder } from "./VelcronContentEditor";
3
3
  import { VelcronColorSchemaEditorBuilder } from "./VelcronColorSchemaEditor";
4
4
  import { VelcronImageEditorBuilder } from "./VelcronImageEditor";
@@ -12,5 +12,5 @@ export declare class VelcronEditorBuilder {
12
12
  colorSchemaType(): VelcronColorSchemaEditorBuilder;
13
13
  image(): VelcronImageEditorBuilder;
14
14
  properties(): VelcronPropertyMappingEditorBuilder;
15
- build(): VelcronPropertyEditor<any>[];
15
+ build(): VelcronStateEditor<any>[];
16
16
  }
@@ -1,4 +1,4 @@
1
- import { TypographyType, VelcronPropertyEditor, VelcronTypographyEditorSettings } from "@omnia/fx-models";
1
+ import { TypographyType, VelcronStateEditor, VelcronTypographyEditorSettings } from "@omnia/fx-models";
2
2
  export declare class VelcronEditorBuilder2 {
3
3
  private editors;
4
4
  private formatStateMapping;
@@ -11,5 +11,5 @@ export declare class VelcronEditorBuilder2 {
11
11
  blockHeaderEditor: () => VelcronEditorBuilder2;
12
12
  typographyEditor: (stateMapping: string, settings: VelcronTypographyEditorSettings) => VelcronEditorBuilder2;
13
13
  };
14
- build(): VelcronPropertyEditor<any>[];
14
+ build(): VelcronStateEditor<any>[];
15
15
  }
@@ -1,9 +1,9 @@
1
- import { VelcronPropertyEditor } from "@omnia/fx-models";
1
+ import { VelcronStateEditor } from "@omnia/fx-models";
2
2
  import { VelcronEditorBuilder } from "./VelcronEditorBuilder";
3
3
  export declare abstract class VelcronEditorBuilderBase {
4
4
  protected builder: VelcronEditorBuilder;
5
5
  constructor(builder: VelcronEditorBuilder);
6
6
  done(): VelcronEditorBuilder;
7
- build(): VelcronPropertyEditor<any>[];
8
- protected abstract internalBuild(): Array<VelcronPropertyEditor>;
7
+ build(): VelcronStateEditor<any>[];
8
+ protected abstract internalBuild(): Array<VelcronStateEditor>;
9
9
  }
@@ -1,4 +1,4 @@
1
- import { VelcronPropertyEditor } from "@omnia/fx-models";
1
+ import { VelcronStateEditor } from "@omnia/fx-models";
2
2
  import { VelcronEditorBuilder } from "./VelcronEditorBuilder";
3
3
  import { VelcronEditorBuilderBase } from "./VelcronEditorBuilderBase";
4
4
  export declare class VelcronImageEditorBuilder extends VelcronEditorBuilderBase {
@@ -7,5 +7,5 @@ export declare class VelcronImageEditorBuilder extends VelcronEditorBuilderBase
7
7
  main: {
8
8
  add: () => VelcronEditorBuilder;
9
9
  };
10
- protected internalBuild(): VelcronPropertyEditor<any>[];
10
+ protected internalBuild(): VelcronStateEditor<any>[];
11
11
  }
@@ -1,9 +1,9 @@
1
- import { VelcronPropertyEditor } from "@omnia/fx-models";
1
+ import { VelcronStateEditor } from "@omnia/fx-models";
2
2
  import { VelcronEditorBuilder } from "./VelcronEditorBuilder";
3
3
  import { VelcronEditorBuilderBase } from "./VelcronEditorBuilderBase";
4
4
  export declare class VelcronPropertyMappingEditorBuilder extends VelcronEditorBuilderBase {
5
5
  private editor;
6
6
  constructor(builder: any);
7
7
  add(): VelcronEditorBuilder;
8
- protected internalBuild(): VelcronPropertyEditor<any>[];
8
+ protected internalBuild(): VelcronStateEditor<any>[];
9
9
  }
@@ -2,14 +2,17 @@ import { TreeViewItem } from "@omnia/fx-models";
2
2
  export declare const AppExplorerVariantDefinitions: readonly ["default", "statebind"];
3
3
  export type OAppExplorerVariants = typeof AppExplorerVariantDefinitions[number];
4
4
  declare const _default: (props: {
5
+ "v-model"?: TreeViewItem<any>;
6
+ "onUpdate:modelValue"?: (value: TreeViewItem<any>) => void;
7
+ modelValue?: TreeViewItem<any>;
5
8
  variant?: "default" | "statebind";
6
9
  } & Omit<{
7
10
  "onItems:selected"?: (items: TreeViewItem<any>[]) => any;
8
- }, "variant"> & {
11
+ }, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant"> & {
9
12
  "v-slots"?: {
10
13
  default?: import("vue").Slot;
11
14
  } & {};
12
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "emit:items:selected">) => {
15
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "emit:items:selected">) => {
13
16
  $: import("vue").ComponentInternalInstance;
14
17
  $data: {};
15
18
  $props: {};
@@ -48,6 +51,9 @@ declare const _default: (props: {
48
51
  $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;
49
52
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
50
53
  propsDefinition: {
54
+ "v-model"?: TreeViewItem<any>;
55
+ "onUpdate:modelValue"?: (value: TreeViewItem<any>) => void;
56
+ modelValue?: TreeViewItem<any>;
51
57
  variant?: "default" | "statebind";
52
58
  } & {
53
59
  "v-slots"?: {
@@ -55,7 +61,7 @@ declare const _default: (props: {
55
61
  } & {};
56
62
  } & {
57
63
  "onItems:selected"?: (items: TreeViewItem<any>[]) => any;
58
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant">;
64
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">;
59
65
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
66
  [key: string]: any;
61
67
  }>;
@@ -0,0 +1,55 @@
1
+ declare const _default: (props: {
2
+ show?: boolean;
3
+ } & Omit<{}, "show"> & {
4
+ "v-slots"?: {
5
+ default?: import("vue").Slot;
6
+ } & {};
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "show">) => {
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
+ show?: boolean;
47
+ } & {
48
+ "v-slots"?: {
49
+ default?: import("vue").Slot;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "show">;
52
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
55
+ export default _default;
@@ -1,15 +1,18 @@
1
1
  import { VelcronDataTypes } from "@omnia/fx-models";
2
2
  import { VelcronComponentPropertyDescriptor } from "../models";
3
3
  declare const _default: (props: {
4
- descriptor: VelcronComponentPropertyDescriptor;
4
+ "v-model"?: boolean;
5
+ "onUpdate:modelValue"?: (value: boolean) => void;
6
+ modelValue?: boolean;
7
+ descriptor?: VelcronComponentPropertyDescriptor;
5
8
  allowedDataTypes?: VelcronDataTypes[];
6
9
  } & Omit<{
7
10
  "onState:selected"?: (value: string) => any;
8
- }, "descriptor" | "allowedDataTypes"> & {
11
+ }, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes"> & {
9
12
  "v-slots"?: {
10
13
  default?: import("vue").Slot;
11
14
  } & {};
12
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "descriptor" | "allowedDataTypes" | "emit:state:selected">) => {
15
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes" | "emit:state:selected">) => {
13
16
  $: import("vue").ComponentInternalInstance;
14
17
  $data: {};
15
18
  $props: {};
@@ -48,7 +51,10 @@ declare const _default: (props: {
48
51
  $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;
49
52
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
50
53
  propsDefinition: {
51
- descriptor: VelcronComponentPropertyDescriptor;
54
+ "v-model"?: boolean;
55
+ "onUpdate:modelValue"?: (value: boolean) => void;
56
+ modelValue?: boolean;
57
+ descriptor?: VelcronComponentPropertyDescriptor;
52
58
  allowedDataTypes?: VelcronDataTypes[];
53
59
  } & {
54
60
  "v-slots"?: {
@@ -56,7 +62,7 @@ declare const _default: (props: {
56
62
  } & {};
57
63
  } & {
58
64
  "onState:selected"?: (value: string) => any;
59
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "descriptor" | "allowedDataTypes">;
65
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes">;
60
66
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
61
67
  [key: string]: any;
62
68
  }>;
@@ -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,17 @@
1
+ import { VelcronComponentDescriptor } from "./VelcronDescriptors";
2
+ export declare const VelcronAppComponentDescriptor: VelcronComponentDescriptor;
3
+ export declare const VelcronTextComponentDescriptor: VelcronComponentDescriptor;
4
+ export declare const VelcronTextInputComponentDescriptor: VelcronComponentDescriptor;
5
+ export declare const VelcronImageComponentDescriptor: VelcronComponentDescriptor;
6
+ export declare const VelcronCardComponentDescriptor: VelcronComponentDescriptor;
7
+ export declare const VelcronButtonComponentDescriptor: VelcronComponentDescriptor;
8
+ export declare const VelcronProgressCircleComponentDescriptor: VelcronComponentDescriptor;
9
+ export declare const VelcronFlexComponentDescriptor: VelcronComponentDescriptor;
10
+ export declare const VelcronRowComponentDescriptor: VelcronComponentDescriptor;
11
+ export declare const VelcronColumnComponentDescriptor: VelcronComponentDescriptor;
12
+ export declare const VelcronDialogComponentDescriptor: VelcronComponentDescriptor;
13
+ export declare const VelcronIconComponentDescriptor: VelcronComponentDescriptor;
14
+ export declare const VelcronChipComponentDescriptor: VelcronComponentDescriptor;
15
+ export declare const VelcronMarkdownComponentDescriptor: VelcronComponentDescriptor;
16
+ export declare const VelcronReferenceComponentDescriptor: VelcronComponentDescriptor;
17
+ export declare const VelcronSliderComponentDescriptor: VelcronComponentDescriptor;
@@ -1,9 +1,13 @@
1
1
  export declare enum VelcronDescriptorTypes {
2
2
  component = 0,
3
3
  subComponent = 1,
4
- appData = 2,
5
- dataMember = 3
4
+ stateRoot = 2,
5
+ stateProperty = 3,
6
+ template = 4,
7
+ editorsRoot = 5,
8
+ editor = 6
6
9
  }
10
+ export type VelcronCompontentTemplateTypes = "content";
7
11
  export type AddVelcronComponentInsertionStrategy = "default" | "before" | "after" | "createnew";
8
12
  export type AddVelcronComponentMode = {
9
13
  show: boolean;
@@ -0,0 +1,6 @@
1
+ import { VelcronComponentEventDescriptor } from "./VelcronDescriptors";
2
+ export declare const VelcronOnPressEventDescriptor: VelcronComponentEventDescriptor;
3
+ export declare const VelcronOnLoadEventDescriptor: VelcronComponentEventDescriptor;
4
+ export declare const VelcronOnChangedEventDescriptor: VelcronComponentEventDescriptor;
5
+ export declare const VelcronOnCloseRequestedEventDescriptor: VelcronComponentEventDescriptor;
6
+ export declare const VelcronOnClosedEventDescriptor: VelcronComponentEventDescriptor;