@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,16 +1,55 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
4
+ "v-slots"?: {
5
+ default?: import("vue").Slot;
6
+ } & {};
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
8
+ $: import("vue").ComponentInternalInstance;
9
+ $data: {};
10
+ $props: {};
11
+ $attrs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $refs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $slots: Readonly<{
18
+ [name: string]: import("vue").Slot<any>;
19
+ }>;
20
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $emit: (event: string, ...args: any[]) => void;
23
+ $el: any;
24
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
25
+ beforeCreate?: (() => void) | (() => void)[];
26
+ created?: (() => void) | (() => void)[];
27
+ beforeMount?: (() => void) | (() => void)[];
28
+ mounted?: (() => void) | (() => void)[];
29
+ beforeUpdate?: (() => void) | (() => void)[];
30
+ updated?: (() => void) | (() => void)[];
31
+ activated?: (() => void) | (() => void)[];
32
+ deactivated?: (() => void) | (() => void)[];
33
+ beforeDestroy?: (() => void) | (() => void)[];
34
+ beforeUnmount?: (() => void) | (() => void)[];
35
+ destroyed?: (() => void) | (() => void)[];
36
+ unmounted?: (() => void) | (() => void)[];
37
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
40
+ };
41
+ $forceUpdate: () => void;
42
+ $nextTick: typeof import("vue").nextTick;
43
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
44
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
48
+ "v-slots"?: {
49
+ default?: import("vue").Slot;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
52
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
16
55
  export default _default;
@@ -1,16 +1,55 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
4
+ "v-slots"?: {
5
+ default?: import("vue").Slot;
6
+ } & {};
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
8
+ $: import("vue").ComponentInternalInstance;
9
+ $data: {};
10
+ $props: {};
11
+ $attrs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $refs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $slots: Readonly<{
18
+ [name: string]: import("vue").Slot<any>;
19
+ }>;
20
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $emit: (event: string, ...args: any[]) => void;
23
+ $el: any;
24
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
25
+ beforeCreate?: (() => void) | (() => void)[];
26
+ created?: (() => void) | (() => void)[];
27
+ beforeMount?: (() => void) | (() => void)[];
28
+ mounted?: (() => void) | (() => void)[];
29
+ beforeUpdate?: (() => void) | (() => void)[];
30
+ updated?: (() => void) | (() => void)[];
31
+ activated?: (() => void) | (() => void)[];
32
+ deactivated?: (() => void) | (() => void)[];
33
+ beforeDestroy?: (() => void) | (() => void)[];
34
+ beforeUnmount?: (() => void) | (() => void)[];
35
+ destroyed?: (() => void) | (() => void)[];
36
+ unmounted?: (() => void) | (() => void)[];
37
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
40
+ };
41
+ $forceUpdate: () => void;
42
+ $nextTick: typeof import("vue").nextTick;
43
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
44
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
48
+ "v-slots"?: {
49
+ default?: import("vue").Slot;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
52
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
16
55
  export default _default;
@@ -1,4 +1,4 @@
1
- import { Func, IIcon } from "@omnia/fx/models";
1
+ import { Func, Future, IIcon, ODialogBuiltinButtons, ODialogButtonInstance } from "@omnia/fx/models";
2
2
  import { VNodeChild } from "vue";
3
3
  export * from "./Dialog.css";
4
4
  type SlotNavigationType = (apis: {
@@ -7,12 +7,18 @@ type SlotNavigationType = (apis: {
7
7
  }) => VNodeChild;
8
8
  declare const _default: {
9
9
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
10
+ "can-close": {
11
+ type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
12
+ };
13
+ canClose: {
14
+ type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
15
+ };
10
16
  contentWrapperClass: {
11
17
  type: import("vue").PropType<string>;
12
18
  required: false;
13
19
  };
14
20
  "content-wrapper-class": {
15
- type: import("vue").PropType<string>; /**Default is mediumsize */
21
+ type: import("vue").PropType<string>;
16
22
  required: false;
17
23
  };
18
24
  "horizontal-scroll": {
@@ -32,18 +38,18 @@ declare const _default: {
32
38
  required: false;
33
39
  };
34
40
  "content-height": {
35
- type: import("vue").PropType<"dynamic" | "static">; /**Default is mediumsize */
41
+ type: import("vue").PropType<"dynamic" | "static">;
36
42
  required: false;
37
43
  };
38
44
  variant: {
39
- type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">; /**Default is mediumsize */
45
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
40
46
  required: false;
41
47
  } & {
42
48
  type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
43
49
  required: false;
44
50
  };
45
51
  size: {
46
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">; /**Default is mediumsize */
52
+ type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
47
53
  required: false;
48
54
  } & {
49
55
  type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
@@ -88,7 +94,7 @@ declare const _default: {
88
94
  header?: Func<[VNodeChild]>;
89
95
  }>;
90
96
  persistent: {
91
- type: import("vue").PropType<boolean>; /**Default is mediumsize */
97
+ type: import("vue").PropType<boolean>;
92
98
  required: false;
93
99
  } & {
94
100
  type: import("vue").PropType<boolean>;
@@ -123,12 +129,18 @@ declare const _default: {
123
129
  "click:cancel": () => true;
124
130
  "click:confirm": () => true;
125
131
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
132
+ "can-close": {
133
+ type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
134
+ };
135
+ canClose: {
136
+ type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
137
+ };
126
138
  contentWrapperClass: {
127
139
  type: import("vue").PropType<string>;
128
140
  required: false;
129
141
  };
130
142
  "content-wrapper-class": {
131
- type: import("vue").PropType<string>; /**Default is mediumsize */
143
+ type: import("vue").PropType<string>;
132
144
  required: false;
133
145
  };
134
146
  "horizontal-scroll": {
@@ -148,18 +160,18 @@ declare const _default: {
148
160
  required: false;
149
161
  };
150
162
  "content-height": {
151
- type: import("vue").PropType<"dynamic" | "static">; /**Default is mediumsize */
163
+ type: import("vue").PropType<"dynamic" | "static">;
152
164
  required: false;
153
165
  };
154
166
  variant: {
155
- type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">; /**Default is mediumsize */
167
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
156
168
  required: false;
157
169
  } & {
158
170
  type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
159
171
  required: false;
160
172
  };
161
173
  size: {
162
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">; /**Default is mediumsize */
174
+ type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
163
175
  required: false;
164
176
  } & {
165
177
  type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
@@ -204,7 +216,7 @@ declare const _default: {
204
216
  header?: Func<[VNodeChild]>;
205
217
  }>;
206
218
  persistent: {
207
- type: import("vue").PropType<boolean>; /**Default is mediumsize */
219
+ type: import("vue").PropType<boolean>;
208
220
  required: false;
209
221
  } & {
210
222
  type: import("vue").PropType<boolean>;
@@ -245,12 +257,18 @@ declare const _default: {
245
257
  M: {};
246
258
  Defaults: {};
247
259
  }, Readonly<import("vue").ExtractPropTypes<{
260
+ "can-close": {
261
+ type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
262
+ };
263
+ canClose: {
264
+ type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
265
+ };
248
266
  contentWrapperClass: {
249
267
  type: import("vue").PropType<string>;
250
268
  required: false;
251
269
  };
252
270
  "content-wrapper-class": {
253
- type: import("vue").PropType<string>; /**Default is mediumsize */
271
+ type: import("vue").PropType<string>;
254
272
  required: false;
255
273
  };
256
274
  "horizontal-scroll": {
@@ -270,18 +288,18 @@ declare const _default: {
270
288
  required: false;
271
289
  };
272
290
  "content-height": {
273
- type: import("vue").PropType<"dynamic" | "static">; /**Default is mediumsize */
291
+ type: import("vue").PropType<"dynamic" | "static">;
274
292
  required: false;
275
293
  };
276
294
  variant: {
277
- type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">; /**Default is mediumsize */
295
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
278
296
  required: false;
279
297
  } & {
280
298
  type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
281
299
  required: false;
282
300
  };
283
301
  size: {
284
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">; /**Default is mediumsize */
302
+ type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
285
303
  required: false;
286
304
  } & {
287
305
  type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
@@ -326,7 +344,7 @@ declare const _default: {
326
344
  header?: Func<[VNodeChild]>;
327
345
  }>;
328
346
  persistent: {
329
- type: import("vue").PropType<boolean>; /**Default is mediumsize */
347
+ type: import("vue").PropType<boolean>;
330
348
  required: false;
331
349
  } & {
332
350
  type: import("vue").PropType<boolean>;
@@ -364,12 +382,18 @@ declare const _default: {
364
382
  __isTeleport?: never;
365
383
  __isSuspense?: never;
366
384
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
385
+ "can-close": {
386
+ type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
387
+ };
388
+ canClose: {
389
+ type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
390
+ };
367
391
  contentWrapperClass: {
368
392
  type: import("vue").PropType<string>;
369
393
  required: false;
370
394
  };
371
395
  "content-wrapper-class": {
372
- type: import("vue").PropType<string>; /**Default is mediumsize */
396
+ type: import("vue").PropType<string>;
373
397
  required: false;
374
398
  };
375
399
  "horizontal-scroll": {
@@ -389,18 +413,18 @@ declare const _default: {
389
413
  required: false;
390
414
  };
391
415
  "content-height": {
392
- type: import("vue").PropType<"dynamic" | "static">; /**Default is mediumsize */
416
+ type: import("vue").PropType<"dynamic" | "static">;
393
417
  required: false;
394
418
  };
395
419
  variant: {
396
- type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">; /**Default is mediumsize */
420
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
397
421
  required: false;
398
422
  } & {
399
423
  type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
400
424
  required: false;
401
425
  };
402
426
  size: {
403
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">; /**Default is mediumsize */
427
+ type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
404
428
  required: false;
405
429
  } & {
406
430
  type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
@@ -445,7 +469,7 @@ declare const _default: {
445
469
  header?: Func<[VNodeChild]>;
446
470
  }>;
447
471
  persistent: {
448
- type: import("vue").PropType<boolean>; /**Default is mediumsize */
472
+ type: import("vue").PropType<boolean>;
449
473
  required: false;
450
474
  } & {
451
475
  type: import("vue").PropType<boolean>;
@@ -489,8 +513,8 @@ declare const _default: {
489
513
  colorSchemaType?: any;
490
514
  colors?: any;
491
515
  } & {
492
- title?: string;
493
516
  icon?: IIcon;
517
+ title?: string;
494
518
  class?: String | String[];
495
519
  size?: "small" | "medium" | "large" | "x-small" | "full";
496
520
  persistent?: boolean;
@@ -522,6 +546,8 @@ declare const _default: {
522
546
  "horizontal-scroll"?: boolean;
523
547
  contentWrapperClass?: string;
524
548
  "content-wrapper-class"?: string;
549
+ canClose?: (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>;
550
+ "can-close"?: (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>;
525
551
  }>, "onUpdate:modelValue" | "onClick:close" | "onClick:cancel" | "onClick:confirm"> & {
526
552
  "onUpdate:modelValue"?: (value: boolean) => any;
527
553
  "onClick:close"?: () => any;
@@ -1,16 +1,55 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
4
+ "v-slots"?: {
5
+ default?: import("vue").Slot;
6
+ } & {};
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
8
+ $: import("vue").ComponentInternalInstance;
9
+ $data: {};
10
+ $props: {};
11
+ $attrs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $refs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $slots: Readonly<{
18
+ [name: string]: import("vue").Slot<any>;
19
+ }>;
20
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $emit: (event: string, ...args: any[]) => void;
23
+ $el: any;
24
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
25
+ beforeCreate?: (() => void) | (() => void)[];
26
+ created?: (() => void) | (() => void)[];
27
+ beforeMount?: (() => void) | (() => void)[];
28
+ mounted?: (() => void) | (() => void)[];
29
+ beforeUpdate?: (() => void) | (() => void)[];
30
+ updated?: (() => void) | (() => void)[];
31
+ activated?: (() => void) | (() => void)[];
32
+ deactivated?: (() => void) | (() => void)[];
33
+ beforeDestroy?: (() => void) | (() => void)[];
34
+ beforeUnmount?: (() => void) | (() => void)[];
35
+ destroyed?: (() => void) | (() => void)[];
36
+ unmounted?: (() => void) | (() => void)[];
37
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
40
+ };
41
+ $forceUpdate: () => void;
42
+ $nextTick: typeof import("vue").nextTick;
43
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
44
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
48
+ "v-slots"?: {
49
+ default?: import("vue").Slot;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
52
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
16
55
  export default _default;
@@ -1,16 +1,55 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
4
+ "v-slots"?: {
5
+ default?: import("vue").Slot;
6
+ } & {};
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
8
+ $: import("vue").ComponentInternalInstance;
9
+ $data: {};
10
+ $props: {};
11
+ $attrs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $refs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $slots: Readonly<{
18
+ [name: string]: import("vue").Slot<any>;
19
+ }>;
20
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $emit: (event: string, ...args: any[]) => void;
23
+ $el: any;
24
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
25
+ beforeCreate?: (() => void) | (() => void)[];
26
+ created?: (() => void) | (() => void)[];
27
+ beforeMount?: (() => void) | (() => void)[];
28
+ mounted?: (() => void) | (() => void)[];
29
+ beforeUpdate?: (() => void) | (() => void)[];
30
+ updated?: (() => void) | (() => void)[];
31
+ activated?: (() => void) | (() => void)[];
32
+ deactivated?: (() => void) | (() => void)[];
33
+ beforeDestroy?: (() => void) | (() => void)[];
34
+ beforeUnmount?: (() => void) | (() => void)[];
35
+ destroyed?: (() => void) | (() => void)[];
36
+ unmounted?: (() => void) | (() => void)[];
37
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
40
+ };
41
+ $forceUpdate: () => void;
42
+ $nextTick: typeof import("vue").nextTick;
43
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
44
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
48
+ "v-slots"?: {
49
+ default?: import("vue").Slot;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
52
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
16
55
  export default _default;
@@ -1,16 +1,55 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
4
+ "v-slots"?: {
5
+ default?: import("vue").Slot;
6
+ } & {};
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
8
+ $: import("vue").ComponentInternalInstance;
9
+ $data: {};
10
+ $props: {};
11
+ $attrs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $refs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $slots: Readonly<{
18
+ [name: string]: import("vue").Slot<any>;
19
+ }>;
20
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $emit: (event: string, ...args: any[]) => void;
23
+ $el: any;
24
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
25
+ beforeCreate?: (() => void) | (() => void)[];
26
+ created?: (() => void) | (() => void)[];
27
+ beforeMount?: (() => void) | (() => void)[];
28
+ mounted?: (() => void) | (() => void)[];
29
+ beforeUpdate?: (() => void) | (() => void)[];
30
+ updated?: (() => void) | (() => void)[];
31
+ activated?: (() => void) | (() => void)[];
32
+ deactivated?: (() => void) | (() => void)[];
33
+ beforeDestroy?: (() => void) | (() => void)[];
34
+ beforeUnmount?: (() => void) | (() => void)[];
35
+ destroyed?: (() => void) | (() => void)[];
36
+ unmounted?: (() => void) | (() => void)[];
37
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
40
+ };
41
+ $forceUpdate: () => void;
42
+ $nextTick: typeof import("vue").nextTick;
43
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
44
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
48
+ "v-slots"?: {
49
+ default?: import("vue").Slot;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
52
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
16
55
  export default _default;