@omnia/fx 8.0.20-vnext → 8.0.22-vnext

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (251) hide show
  1. package/internal-do-not-import-from-here/libs/prismjs/index.d.ts +2 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +8 -0
  6. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +22 -14
  7. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -5
  8. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
  9. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +4 -2
  10. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +33 -17
  11. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
  13. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
  14. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +86 -85
  15. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  16. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +217 -0
  19. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +5 -13
  20. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
  23. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +9 -5
  24. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
  25. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +140 -0
  26. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +226 -1
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +163 -20
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +150 -16
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +117 -29
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +9 -1
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -1
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +52 -10
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +151 -51
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +51 -0
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +4 -4
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +34 -6
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +131 -0
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +35 -7
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +36 -8
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +46 -39
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +99 -27
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +73 -29
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +9 -1
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +202 -35
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +593 -13
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +593 -16
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +593 -18
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +593 -18
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +593 -13
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +174 -24
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +77 -15
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +103 -20
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +593 -13
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +593 -16
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +593 -11
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +593 -13
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +593 -15
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +593 -21
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +593 -23
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +593 -16
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +593 -14
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +72 -19
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +72 -22
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +72 -22
  80. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +78 -17
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +69 -8
  82. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +179 -19
  84. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
  85. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
  86. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +188 -35
  87. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
  88. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +100 -49
  89. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
  90. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +200 -68
  91. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +172 -27
  92. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +178 -48
  93. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +150 -11
  94. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +151 -55
  95. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +198 -30
  96. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +198 -30
  97. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
  98. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -3
  99. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
  100. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +18 -0
  101. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +522 -40
  102. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +35 -1
  103. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -1
  104. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +76 -83
  105. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
  106. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +226 -1
  107. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -1
  108. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +227 -2
  109. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +9 -1
  110. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -1
  111. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +93 -99
  112. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
  113. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
  114. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -0
  115. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +31 -5
  116. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -2
  117. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +30 -1
  118. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +226 -1
  119. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +1 -1
  120. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +42 -10
  121. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +9 -1
  122. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
  123. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +18 -10
  125. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +9 -1
  126. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +228 -3
  127. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +227 -2
  128. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +14 -8
  129. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +96 -66
  130. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
  131. package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
  132. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +10 -2
  133. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +226 -1
  134. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
  135. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +299 -12
  136. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +250 -25
  137. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +226 -1
  138. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +9 -1
  139. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +9 -1
  140. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +226 -1
  141. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +248 -1
  142. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +19 -22
  143. package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +4 -1
  144. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +30 -1
  145. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +28 -20
  146. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
  147. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +423 -0
  148. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +247 -1
  149. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -0
  150. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +7 -1
  151. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +40 -40
  152. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
  153. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
  154. package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts → richtexteditor/EditorMenuBar.d.ts} +58 -19
  155. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
  156. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +587 -103
  157. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
  158. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
  159. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +46 -9
  160. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +46 -9
  161. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +46 -11
  163. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +46 -9
  164. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +46 -9
  165. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +46 -9
  166. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  167. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +126 -14
  168. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
  169. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +326 -29
  170. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +226 -1
  172. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -16
  173. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +413 -39
  174. package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
  175. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
  176. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
  177. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +37 -11
  178. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +202 -0
  179. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -1
  180. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
  181. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +330 -0
  182. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
  183. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +363 -0
  184. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +6 -6
  185. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +256 -64
  186. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
  188. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
  189. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +226 -1
  190. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
  191. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +6 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +46 -0
  194. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +46 -0
  195. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +46 -0
  196. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +46 -0
  197. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
  198. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +15 -0
  199. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +20 -23
  200. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -1
  201. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +13 -3
  202. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +6 -14
  203. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +11 -0
  204. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -0
  205. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +8 -7
  209. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +5 -84
  210. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +473 -35
  211. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
  212. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -5
  213. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +76 -56
  214. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
  215. package/internal-do-not-import-from-here/wctypings.d.ts +67 -5
  216. package/package.json +4 -4
  217. package/task.js +0 -4
  218. package/task.ts +0 -5
  219. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
  220. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
  221. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
  222. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
  223. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
  224. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
  225. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
  226. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
  227. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
  228. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
  229. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
  230. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
  231. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
  232. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +0 -1
  233. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
  234. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
  235. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
  236. package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
  237. package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
  238. package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
  239. package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
  240. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
  241. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
  242. package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -54
  243. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
  244. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  245. /package/internal-do-not-import-from-here/ux/{theming-v2/themeeditor/components/ColorSelector.d.ts → compositiontests/WowComp.d.ts} +0 -0
  246. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/apis/DocsApis.d.ts} +0 -0
  247. /package/internal-do-not-import-from-here/ux/{theming-v2/themeeditor/components/ComponentsViewer.d.ts → oxide/treeview/docs/TreeviewIntro.d.ts} +0 -0
  248. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → blueprints/BluePrintSelector.d.ts} +0 -0
  249. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → blueprints/BlueprintEditor.d.ts} +0 -0
  250. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
  251. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  $props: Partial<{
8
8
  container?: any;
9
9
  colorSchemaType?: any;
10
+ colors?: any;
10
11
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
12
  xl: {
12
13
  type: import("vue").PropType<ColsValue>;
@@ -50,7 +51,8 @@ declare const _default: {
50
51
  };
51
52
  colorSchemaType?: any;
52
53
  container?: any;
53
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
54
+ colors?: any;
55
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
54
56
  $attrs: {
55
57
  [x: string]: unknown;
56
58
  };
@@ -107,9 +109,11 @@ declare const _default: {
107
109
  };
108
110
  colorSchemaType?: any;
109
111
  container?: any;
112
+ colors?: any;
110
113
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
111
114
  container?: any;
112
115
  colorSchemaType?: any;
116
+ colors?: any;
113
117
  }, {}, string> & {
114
118
  beforeCreate?: (() => void) | (() => void)[];
115
119
  created?: (() => void) | (() => void)[];
@@ -173,6 +177,7 @@ declare const _default: {
173
177
  };
174
178
  colorSchemaType?: any;
175
179
  container?: any;
180
+ colors?: any;
176
181
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
177
182
  __isFragment?: never;
178
183
  __isTeleport?: never;
@@ -220,13 +225,16 @@ declare const _default: {
220
225
  };
221
226
  colorSchemaType?: any;
222
227
  container?: any;
228
+ colors?: any;
223
229
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
224
230
  container?: any;
225
231
  colorSchemaType?: any;
232
+ colors?: any;
226
233
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
227
234
  propsDefinition: Readonly<{
228
235
  container?: any;
229
236
  colorSchemaType?: any;
237
+ colors?: any;
230
238
  } & {
231
239
  xs?: ColsValue;
232
240
  sm?: ColsValue;
@@ -1,4 +1,5 @@
1
- export type DialogType = "save-cancel" | "confirm" | "ok-cancel" | "default" | "admin";
1
+ export declare const DialogTypeDefinition: string[];
2
+ export type DialogType = typeof DialogTypeDefinition[number];
2
3
  export declare const DialogStyles: {
3
4
  templateTitle: string;
4
5
  titleWrapper: string;
@@ -1,8 +1,9 @@
1
1
  import { Func, IIcon } from "@omnia/fx/models";
2
- import { DialogType } from "./Dialog.css";
3
2
  import { VNodeChild } from "vue";
4
- type DialogSize = "small" | "medium" | "large" | "full";
5
- type ContentHeight = "dynamic" | "static";
3
+ export * from "./Dialog.css";
4
+ export declare const DialogSizeDefinitions: string[];
5
+ export type DialogSize = typeof DialogSizeDefinitions[number];
6
+ export declare const ContentHeightDefinitions: string[];
6
7
  declare const _default: {
7
8
  new (...args: any[]): {
8
9
  $: import("vue").ComponentInternalInstance;
@@ -10,42 +11,24 @@ declare const _default: {
10
11
  $props: Partial<{
11
12
  container?: any;
12
13
  colorSchemaType?: any;
14
+ colors?: any;
13
15
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
14
- "v-slots": import("vue").Prop<{
15
- default?: Func<[VNodeChild]>;
16
- } & {
17
- fixedContent?: Func<[VNodeChild]>;
18
- activator?: Func<[VNodeChild]>;
19
- headerButtons?: Func<[VNodeChild]>;
20
- actions?: Func<[VNodeChild]>;
21
- navigation?: Func<[VNodeChild]>;
22
- }>;
23
16
  "custom-scrolling": {
24
17
  type: import("vue").PropType<boolean>;
25
18
  };
26
19
  customScrolling: {
27
20
  type: import("vue").PropType<boolean>;
28
21
  };
29
- "content-height": {
30
- type: import("vue").PropType<ContentHeight>;
31
- required: false;
32
- };
33
22
  contentHeight: {
34
- type: import("vue").PropType<ContentHeight>;
23
+ type: import("vue").PropType<string>;
35
24
  required: false;
36
25
  };
37
26
  variant: {
38
- type: import("vue").PropType<DialogType>;
39
- required: false;
40
- } & {
41
- type: import("vue").PropType<DialogType>;
27
+ type: import("vue").PropType<string>;
42
28
  required: false;
43
29
  };
44
30
  size: {
45
- type: import("vue").PropType<DialogSize>;
46
- required: false;
47
- } & {
48
- type: import("vue").PropType<DialogSize>;
31
+ type: import("vue").PropType<string>;
49
32
  required: false;
50
33
  };
51
34
  "hidden-close-button": {
@@ -59,11 +42,26 @@ declare const _default: {
59
42
  } & {
60
43
  type: import("vue").PropType<IIcon>;
61
44
  };
45
+ "sub-title": {
46
+ type: import("vue").PropType<string>;
47
+ };
48
+ subTitle: {
49
+ type: import("vue").PropType<string>;
50
+ };
62
51
  title: {
63
52
  type: import("vue").PropType<string>;
64
53
  } & {
65
54
  type: import("vue").PropType<string>;
66
55
  };
56
+ "v-slots": import("vue").Prop<{
57
+ default?: Func<[VNodeChild]>;
58
+ } & {
59
+ fixedContent?: Func<[VNodeChild]>;
60
+ activator?: Func<[VNodeChild]>;
61
+ headerButtons?: Func<[VNodeChild]>;
62
+ actions?: Func<[VNodeChild]>;
63
+ navigation?: Func<[VNodeChild]>;
64
+ }>;
67
65
  "v-model": {
68
66
  type: import("vue").PropType<boolean>;
69
67
  required: false;
@@ -78,12 +76,13 @@ declare const _default: {
78
76
  };
79
77
  colorSchemaType?: any;
80
78
  container?: any;
79
+ colors?: any;
81
80
  }>> & {
82
81
  "onUpdate:modelValue"?: (value: boolean) => any;
83
82
  "onClick:close"?: () => any;
84
83
  "onClick:cancel"?: () => any;
85
84
  "onClick:confirm"?: () => any;
86
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
85
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
87
86
  $attrs: {
88
87
  [x: string]: unknown;
89
88
  };
@@ -95,44 +94,25 @@ declare const _default: {
95
94
  }>;
96
95
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
97
96
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
98
- $emit: ((event: "click:close") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:cancel") => void) & ((event: "click:confirm") => void);
97
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:close") => void) & ((event: "click:cancel") => void) & ((event: "click:confirm") => void);
99
98
  $el: any;
100
99
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
101
- "v-slots": import("vue").Prop<{
102
- default?: Func<[VNodeChild]>;
103
- } & {
104
- fixedContent?: Func<[VNodeChild]>;
105
- activator?: Func<[VNodeChild]>;
106
- headerButtons?: Func<[VNodeChild]>;
107
- actions?: Func<[VNodeChild]>;
108
- navigation?: Func<[VNodeChild]>;
109
- }>;
110
100
  "custom-scrolling": {
111
101
  type: import("vue").PropType<boolean>;
112
102
  };
113
103
  customScrolling: {
114
104
  type: import("vue").PropType<boolean>;
115
105
  };
116
- "content-height": {
117
- type: import("vue").PropType<ContentHeight>;
118
- required: false;
119
- };
120
106
  contentHeight: {
121
- type: import("vue").PropType<ContentHeight>;
107
+ type: import("vue").PropType<string>;
122
108
  required: false;
123
109
  };
124
110
  variant: {
125
- type: import("vue").PropType<DialogType>;
126
- required: false;
127
- } & {
128
- type: import("vue").PropType<DialogType>;
111
+ type: import("vue").PropType<string>;
129
112
  required: false;
130
113
  };
131
114
  size: {
132
- type: import("vue").PropType<DialogSize>;
133
- required: false;
134
- } & {
135
- type: import("vue").PropType<DialogSize>;
115
+ type: import("vue").PropType<string>;
136
116
  required: false;
137
117
  };
138
118
  "hidden-close-button": {
@@ -146,11 +126,26 @@ declare const _default: {
146
126
  } & {
147
127
  type: import("vue").PropType<IIcon>;
148
128
  };
129
+ "sub-title": {
130
+ type: import("vue").PropType<string>;
131
+ };
132
+ subTitle: {
133
+ type: import("vue").PropType<string>;
134
+ };
149
135
  title: {
150
136
  type: import("vue").PropType<string>;
151
137
  } & {
152
138
  type: import("vue").PropType<string>;
153
139
  };
140
+ "v-slots": import("vue").Prop<{
141
+ default?: Func<[VNodeChild]>;
142
+ } & {
143
+ fixedContent?: Func<[VNodeChild]>;
144
+ activator?: Func<[VNodeChild]>;
145
+ headerButtons?: Func<[VNodeChild]>;
146
+ actions?: Func<[VNodeChild]>;
147
+ navigation?: Func<[VNodeChild]>;
148
+ }>;
154
149
  "v-model": {
155
150
  type: import("vue").PropType<boolean>;
156
151
  required: false;
@@ -165,6 +160,7 @@ declare const _default: {
165
160
  };
166
161
  colorSchemaType?: any;
167
162
  container?: any;
163
+ colors?: any;
168
164
  }>> & {
169
165
  "onUpdate:modelValue"?: (value: boolean) => any;
170
166
  "onClick:close"?: () => any;
@@ -178,6 +174,7 @@ declare const _default: {
178
174
  }, string, {
179
175
  container?: any;
180
176
  colorSchemaType?: any;
177
+ colors?: any;
181
178
  }, {}, string> & {
182
179
  beforeCreate?: (() => void) | (() => void)[];
183
180
  created?: (() => void) | (() => void)[];
@@ -199,41 +196,22 @@ declare const _default: {
199
196
  $nextTick: typeof import("vue").nextTick;
200
197
  $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;
201
198
  } & Readonly<import("vue").ExtractPropTypes<{
202
- "v-slots": import("vue").Prop<{
203
- default?: Func<[VNodeChild]>;
204
- } & {
205
- fixedContent?: Func<[VNodeChild]>;
206
- activator?: Func<[VNodeChild]>;
207
- headerButtons?: Func<[VNodeChild]>;
208
- actions?: Func<[VNodeChild]>;
209
- navigation?: Func<[VNodeChild]>;
210
- }>;
211
199
  "custom-scrolling": {
212
200
  type: import("vue").PropType<boolean>;
213
201
  };
214
202
  customScrolling: {
215
203
  type: import("vue").PropType<boolean>;
216
204
  };
217
- "content-height": {
218
- type: import("vue").PropType<ContentHeight>;
219
- required: false;
220
- };
221
205
  contentHeight: {
222
- type: import("vue").PropType<ContentHeight>;
206
+ type: import("vue").PropType<string>;
223
207
  required: false;
224
208
  };
225
209
  variant: {
226
- type: import("vue").PropType<DialogType>;
227
- required: false;
228
- } & {
229
- type: import("vue").PropType<DialogType>;
210
+ type: import("vue").PropType<string>;
230
211
  required: false;
231
212
  };
232
213
  size: {
233
- type: import("vue").PropType<DialogSize>;
234
- required: false;
235
- } & {
236
- type: import("vue").PropType<DialogSize>;
214
+ type: import("vue").PropType<string>;
237
215
  required: false;
238
216
  };
239
217
  "hidden-close-button": {
@@ -247,11 +225,26 @@ declare const _default: {
247
225
  } & {
248
226
  type: import("vue").PropType<IIcon>;
249
227
  };
228
+ "sub-title": {
229
+ type: import("vue").PropType<string>;
230
+ };
231
+ subTitle: {
232
+ type: import("vue").PropType<string>;
233
+ };
250
234
  title: {
251
235
  type: import("vue").PropType<string>;
252
236
  } & {
253
237
  type: import("vue").PropType<string>;
254
238
  };
239
+ "v-slots": import("vue").Prop<{
240
+ default?: Func<[VNodeChild]>;
241
+ } & {
242
+ fixedContent?: Func<[VNodeChild]>;
243
+ activator?: Func<[VNodeChild]>;
244
+ headerButtons?: Func<[VNodeChild]>;
245
+ actions?: Func<[VNodeChild]>;
246
+ navigation?: Func<[VNodeChild]>;
247
+ }>;
255
248
  "v-model": {
256
249
  type: import("vue").PropType<boolean>;
257
250
  required: false;
@@ -266,6 +259,7 @@ declare const _default: {
266
259
  };
267
260
  colorSchemaType?: any;
268
261
  container?: any;
262
+ colors?: any;
269
263
  }>> & {
270
264
  "onUpdate:modelValue"?: (value: boolean) => any;
271
265
  "onClick:close"?: () => any;
@@ -276,41 +270,22 @@ declare const _default: {
276
270
  __isTeleport?: never;
277
271
  __isSuspense?: never;
278
272
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
279
- "v-slots": import("vue").Prop<{
280
- default?: Func<[VNodeChild]>;
281
- } & {
282
- fixedContent?: Func<[VNodeChild]>;
283
- activator?: Func<[VNodeChild]>;
284
- headerButtons?: Func<[VNodeChild]>;
285
- actions?: Func<[VNodeChild]>;
286
- navigation?: Func<[VNodeChild]>;
287
- }>;
288
273
  "custom-scrolling": {
289
274
  type: import("vue").PropType<boolean>;
290
275
  };
291
276
  customScrolling: {
292
277
  type: import("vue").PropType<boolean>;
293
278
  };
294
- "content-height": {
295
- type: import("vue").PropType<ContentHeight>;
296
- required: false;
297
- };
298
279
  contentHeight: {
299
- type: import("vue").PropType<ContentHeight>;
280
+ type: import("vue").PropType<string>;
300
281
  required: false;
301
282
  };
302
283
  variant: {
303
- type: import("vue").PropType<DialogType>;
304
- required: false;
305
- } & {
306
- type: import("vue").PropType<DialogType>;
284
+ type: import("vue").PropType<string>;
307
285
  required: false;
308
286
  };
309
287
  size: {
310
- type: import("vue").PropType<DialogSize>;
311
- required: false;
312
- } & {
313
- type: import("vue").PropType<DialogSize>;
288
+ type: import("vue").PropType<string>;
314
289
  required: false;
315
290
  };
316
291
  "hidden-close-button": {
@@ -324,11 +299,26 @@ declare const _default: {
324
299
  } & {
325
300
  type: import("vue").PropType<IIcon>;
326
301
  };
302
+ "sub-title": {
303
+ type: import("vue").PropType<string>;
304
+ };
305
+ subTitle: {
306
+ type: import("vue").PropType<string>;
307
+ };
327
308
  title: {
328
309
  type: import("vue").PropType<string>;
329
310
  } & {
330
311
  type: import("vue").PropType<string>;
331
312
  };
313
+ "v-slots": import("vue").Prop<{
314
+ default?: Func<[VNodeChild]>;
315
+ } & {
316
+ fixedContent?: Func<[VNodeChild]>;
317
+ activator?: Func<[VNodeChild]>;
318
+ headerButtons?: Func<[VNodeChild]>;
319
+ actions?: Func<[VNodeChild]>;
320
+ navigation?: Func<[VNodeChild]>;
321
+ }>;
332
322
  "v-model": {
333
323
  type: import("vue").PropType<boolean>;
334
324
  required: false;
@@ -343,6 +333,7 @@ declare const _default: {
343
333
  };
344
334
  colorSchemaType?: any;
345
335
  container?: any;
336
+ colors?: any;
346
337
  }>> & {
347
338
  "onUpdate:modelValue"?: (value: boolean) => any;
348
339
  "onClick:close"?: () => any;
@@ -356,15 +347,19 @@ declare const _default: {
356
347
  }, string, {
357
348
  container?: any;
358
349
  colorSchemaType?: any;
350
+ colors?: any;
359
351
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
360
352
  propsDefinition: Readonly<{
361
353
  container?: any;
362
354
  colorSchemaType?: any;
355
+ colors?: any;
363
356
  } & {
364
357
  title?: string;
365
358
  class?: String | String[];
366
- size?: DialogSize;
359
+ size?: string;
367
360
  icon?: IIcon;
361
+ "v-model"?: boolean;
362
+ modelValue?: boolean;
368
363
  "v-slots"?: {
369
364
  default?: Func<[VNodeChild]>;
370
365
  } & {
@@ -374,13 +369,12 @@ declare const _default: {
374
369
  actions?: Func<[VNodeChild]>;
375
370
  navigation?: Func<[VNodeChild]>;
376
371
  };
377
- "v-model"?: boolean;
378
- modelValue?: boolean;
379
- variant?: DialogType;
372
+ variant?: string;
373
+ subTitle?: string;
374
+ "sub-title"?: string;
380
375
  hiddenCloseButton?: boolean;
381
376
  "hidden-close-button"?: boolean;
382
- contentHeight?: ContentHeight;
383
- "content-height"?: ContentHeight;
377
+ contentHeight?: string;
384
378
  customScrolling?: boolean;
385
379
  "custom-scrolling"?: boolean;
386
380
  }> & {
@@ -0,0 +1 @@
1
+ export declare const DialogExamples: import("@omnia/fx/ux").ComponentSpec;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").ComponentSpec;
@@ -0,0 +1,3 @@
1
+ export declare const DividerStyles: {
2
+ divider: (dark: boolean) => string;
3
+ };
@@ -2,7 +2,13 @@ declare const _default: {
2
2
  new (...args: any[]): {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
6
+ class: {
7
+ type: import("vue").PropType<string>;
8
+ } & {
9
+ type: import("vue").PropType<string>;
10
+ };
11
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
12
  $attrs: {
7
13
  [x: string]: unknown;
8
14
  };
@@ -16,7 +22,13 @@ declare const _default: {
16
22
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
23
  $emit: (event: string, ...args: any[]) => void;
18
24
  $el: any;
19
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
25
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
26
+ class: {
27
+ type: import("vue").PropType<string>;
28
+ } & {
29
+ type: import("vue").PropType<string>;
30
+ };
31
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
32
  beforeCreate?: (() => void) | (() => void)[];
21
33
  created?: (() => void) | (() => void)[];
22
34
  beforeMount?: (() => void) | (() => void)[];
@@ -36,11 +48,25 @@ declare const _default: {
36
48
  $forceUpdate: () => void;
37
49
  $nextTick: typeof import("vue").nextTick;
38
50
  $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;
39
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
51
+ } & Readonly<import("vue").ExtractPropTypes<{
52
+ class: {
53
+ type: import("vue").PropType<string>;
54
+ } & {
55
+ type: import("vue").PropType<string>;
56
+ };
57
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
58
  __isFragment?: never;
41
59
  __isTeleport?: never;
42
60
  __isSuspense?: never;
43
- } & 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 & {
44
- propsDefinition: Readonly<{} & {}>;
61
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
62
+ class: {
63
+ type: import("vue").PropType<string>;
64
+ } & {
65
+ type: import("vue").PropType<string>;
66
+ };
67
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
68
+ propsDefinition: Readonly<{} & {
69
+ class?: string;
70
+ }>;
45
71
  };
46
72
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { ColorDefinition } from "@omnia/fx-models";
2
2
  export type PanelType = "navigation";
3
3
  export declare const ExpansionPanelStyles: {
4
- iconWrapper: string;
4
+ iconWrapper: (variant: PanelType) => string;
5
5
  customHeader: string;
6
- wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: PanelType, hideExpandIcon: boolean) => string;
6
+ wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: PanelType, hideExpandIcon: boolean, toned: boolean) => string;
7
7
  };
@@ -7,12 +7,18 @@ declare const _default: {
7
7
  $props: Partial<{
8
8
  container?: any;
9
9
  colorSchemaType?: any;
10
+ colors?: any;
10
11
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
12
  "v-slots": import("vue").Prop<{
12
13
  default?: Func<[VNodeChild]>;
13
14
  } & {
14
15
  header?: Func<[VNodeChild]>;
15
16
  }>;
17
+ toned: {
18
+ type: import("vue").PropType<boolean>;
19
+ } & {
20
+ type: import("vue").PropType<boolean>;
21
+ };
16
22
  "hide-expand-icon": {
17
23
  type: import("vue").PropType<boolean>;
18
24
  };
@@ -40,7 +46,8 @@ declare const _default: {
40
46
  };
41
47
  colorSchemaType?: any;
42
48
  container?: any;
43
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
49
+ colors?: any;
50
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
44
51
  $attrs: {
45
52
  [x: string]: unknown;
46
53
  };
@@ -60,6 +67,11 @@ declare const _default: {
60
67
  } & {
61
68
  header?: Func<[VNodeChild]>;
62
69
  }>;
70
+ toned: {
71
+ type: import("vue").PropType<boolean>;
72
+ } & {
73
+ type: import("vue").PropType<boolean>;
74
+ };
63
75
  "hide-expand-icon": {
64
76
  type: import("vue").PropType<boolean>;
65
77
  };
@@ -87,9 +99,11 @@ declare const _default: {
87
99
  };
88
100
  colorSchemaType?: any;
89
101
  container?: any;
102
+ colors?: any;
90
103
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
91
104
  container?: any;
92
105
  colorSchemaType?: any;
106
+ colors?: any;
93
107
  }, {}, string> & {
94
108
  beforeCreate?: (() => void) | (() => void)[];
95
109
  created?: (() => void) | (() => void)[];
@@ -116,6 +130,11 @@ declare const _default: {
116
130
  } & {
117
131
  header?: Func<[VNodeChild]>;
118
132
  }>;
133
+ toned: {
134
+ type: import("vue").PropType<boolean>;
135
+ } & {
136
+ type: import("vue").PropType<boolean>;
137
+ };
119
138
  "hide-expand-icon": {
120
139
  type: import("vue").PropType<boolean>;
121
140
  };
@@ -143,6 +162,7 @@ declare const _default: {
143
162
  };
144
163
  colorSchemaType?: any;
145
164
  container?: any;
165
+ colors?: any;
146
166
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
147
167
  __isFragment?: never;
148
168
  __isTeleport?: never;
@@ -153,6 +173,11 @@ declare const _default: {
153
173
  } & {
154
174
  header?: Func<[VNodeChild]>;
155
175
  }>;
176
+ toned: {
177
+ type: import("vue").PropType<boolean>;
178
+ } & {
179
+ type: import("vue").PropType<boolean>;
180
+ };
156
181
  "hide-expand-icon": {
157
182
  type: import("vue").PropType<boolean>;
158
183
  };
@@ -180,13 +205,16 @@ declare const _default: {
180
205
  };
181
206
  colorSchemaType?: any;
182
207
  container?: any;
208
+ colors?: any;
183
209
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
184
210
  container?: any;
185
211
  colorSchemaType?: any;
212
+ colors?: any;
186
213
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
187
214
  propsDefinition: Readonly<{
188
215
  container?: any;
189
216
  colorSchemaType?: any;
217
+ colors?: any;
190
218
  } & {
191
219
  title?: string;
192
220
  class?: String | String[];
@@ -197,6 +225,7 @@ declare const _default: {
197
225
  header?: Func<[VNodeChild]>;
198
226
  };
199
227
  variant?: "navigation";
228
+ toned?: boolean;
200
229
  hideExpandIcon?: boolean;
201
230
  "hide-expand-icon"?: boolean;
202
231
  }>;