@omnia/fx 8.0.18-vnext → 8.0.20-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 (275) hide show
  1. package/internal-do-not-import-from-here/console/components/Console.d.ts +46 -40
  2. package/internal-do-not-import-from-here/core/Inject.d.ts +2 -2
  3. package/internal-do-not-import-from-here/core/Injectable.d.ts +1 -0
  4. package/internal-do-not-import-from-here/core/Provide.d.ts +1 -1
  5. package/internal-do-not-import-from-here/core/ServiceContainer.d.ts +2 -2
  6. package/internal-do-not-import-from-here/core/console/ConsoleKeyboardShortcuts.d.ts +1 -0
  7. package/internal-do-not-import-from-here/core/use/UseEventHook.d.ts +21 -4
  8. package/internal-do-not-import-from-here/index.d.ts +3 -2
  9. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  10. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  11. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +16 -9
  12. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  13. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +126 -19
  15. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +14 -6
  16. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome_old.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +28 -28
  18. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +32 -32
  19. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +32 -32
  20. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +20 -20
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +16 -16
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +16 -16
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +16 -16
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +5 -25
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +40 -40
  26. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +28 -28
  27. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +12 -12
  28. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +24 -24
  29. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +16 -16
  30. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +24 -24
  31. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +5 -25
  32. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +16 -16
  33. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +36 -13
  34. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +12 -12
  35. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +16 -16
  36. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +5 -25
  37. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +16 -16
  38. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +24 -24
  39. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +24 -24
  40. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +12 -12
  41. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +5 -25
  42. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +16 -16
  43. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +32 -32
  44. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +32 -32
  45. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +32 -32
  46. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +32 -32
  47. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +32 -32
  48. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +32 -32
  49. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +16 -16
  50. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +12 -12
  51. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +12 -12
  52. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +12 -12
  53. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +12 -12
  54. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +16 -16
  55. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +16 -16
  56. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +32 -16
  57. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +6 -5
  58. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +68 -5
  59. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +28 -5
  60. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +100 -100
  61. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +35 -0
  62. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +6 -0
  63. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +46 -0
  64. package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/docs/index.d.ts +1 -0
  66. package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +20 -20
  67. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +28 -20
  68. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +44 -44
  69. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +12 -12
  70. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +20 -20
  71. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +5 -25
  72. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +12 -12
  73. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +12 -12
  74. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +12 -12
  75. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +12 -12
  76. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +28 -28
  77. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +12 -12
  78. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +28 -28
  79. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +16 -16
  80. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +12 -12
  81. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +12 -12
  82. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +16 -16
  83. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +16 -16
  84. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +16 -16
  85. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +16 -16
  86. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +16 -16
  87. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +20 -20
  88. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +32 -24
  89. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +36 -28
  90. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +32 -24
  91. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +36 -28
  92. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +32 -24
  93. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +36 -28
  94. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +32 -24
  95. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +36 -28
  96. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +32 -24
  97. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +36 -28
  98. package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +20 -20
  99. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +144 -56
  100. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +20 -20
  101. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +24 -24
  102. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +20 -20
  103. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +112 -112
  104. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.css.d.ts +1 -0
  105. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +185 -0
  106. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -184
  107. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +0 -16
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/OneColumnIcon.d.ts +2 -2
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnHeroIcon.d.ts +2 -2
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnIcon.d.ts +2 -2
  111. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnPageIcon.d.ts +2 -2
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/TwoColumnIcon.d.ts +2 -2
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -16
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +1 -65
  115. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +1 -2
  116. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +167 -62
  117. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +197 -49
  118. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +176 -80
  119. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +2 -2
  120. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +28 -125
  122. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +46 -22
  123. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +1 -0
  124. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +73 -16
  125. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +1 -2
  126. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +167 -18
  127. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +20 -20
  128. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +44 -44
  129. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +0 -80
  130. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -4
  131. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -130
  132. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +46 -0
  133. package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -0
  134. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +5 -1
  135. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +66 -40
  136. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -21
  137. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +3 -0
  138. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +173 -0
  139. package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +3 -0
  140. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +28 -97
  141. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -1
  142. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +125 -135
  143. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -1
  144. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +53 -49
  145. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +24 -8
  146. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -48
  147. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +0 -48
  148. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +0 -64
  149. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +62 -54
  150. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +0 -64
  151. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +29 -13
  152. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +3 -5
  153. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +55 -65
  154. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +22 -161
  156. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +0 -32
  157. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +24 -8
  158. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +1 -11
  159. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +53 -73
  160. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +50 -72
  162. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +24 -24
  163. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +26 -26
  164. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +25 -57
  165. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +3 -0
  166. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +82 -40
  167. package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +1 -0
  168. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +88 -0
  169. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +0 -64
  170. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +1 -0
  171. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +75 -61
  172. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +53 -37
  173. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +0 -48
  174. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +5 -25
  175. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +16 -16
  176. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +36 -4
  177. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +48 -4
  178. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +36 -4
  179. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +48 -4
  180. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +36 -4
  181. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +48 -4
  182. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +16 -6
  183. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +28 -6
  184. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +16 -5
  185. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +16 -6
  186. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +29 -6
  187. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +16 -5
  188. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +36 -4
  189. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +48 -4
  190. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +16 -5
  191. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +16 -6
  192. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +29 -6
  193. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +16 -4
  194. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +28 -4
  195. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +16 -5
  196. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +16 -4
  197. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +28 -4
  198. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +16 -4
  199. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +28 -4
  200. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +16 -4
  201. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +28 -4
  202. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +36 -4
  203. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +28 -6
  204. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +16 -4
  205. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +28 -4
  206. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +36 -4
  207. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +48 -4
  208. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +24 -4
  209. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +36 -4
  210. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +44 -5
  211. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +36 -5
  212. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +24 -24
  213. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +28 -28
  214. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +12 -12
  215. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +12 -12
  216. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +28 -28
  217. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +16 -16
  218. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +16 -16
  219. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +16 -16
  220. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +32 -96
  221. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +47 -0
  222. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +157 -25
  223. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +18 -22
  224. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +13 -16
  225. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +0 -1
  226. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +29 -13
  227. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +4 -4
  228. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +2 -2
  229. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +3 -3
  230. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +2 -2
  231. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +24 -8
  232. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +49 -33
  233. package/internal-do-not-import-from-here/ux/use/Types.d.ts +0 -8
  234. package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +43 -2
  235. package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +2 -1
  236. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +1 -1
  237. package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +24 -24
  238. package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +16 -16
  239. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +21 -5
  240. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +33 -5
  241. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +21 -5
  242. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +33 -5
  243. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +36 -28
  244. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +12 -12
  245. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +24 -24
  246. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +30 -30
  247. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +21 -5
  248. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts +20 -20
  249. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +16 -16
  250. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +16 -16
  251. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +16 -16
  252. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +16 -16
  253. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +28 -28
  254. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +17 -5
  255. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +17 -5
  256. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +17 -5
  257. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +17 -5
  258. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +25 -9
  259. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +17 -5
  260. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +17 -5
  261. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +17 -5
  262. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +17 -5
  263. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +17 -5
  264. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +17 -5
  265. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +17 -5
  266. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +17 -5
  267. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +17 -5
  268. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +17 -5
  269. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +36 -36
  270. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +44 -44
  271. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  272. package/internal-do-not-import-from-here/wctypings.d.ts +14 -0
  273. package/package.json +2 -2
  274. package/internal-do-not-import-from-here/ux/statusmessageoverlay/IStatusMessageOverlay.d.ts +0 -19
  275. package/internal-do-not-import-from-here/ux/statusmessageoverlay/index.d.ts +0 -1
@@ -1,27 +1,23 @@
1
- import { Store } from "@omnia/fx/stores";
2
1
  import { ColorSchema, ColorSchemaType, ColorSchemaTypes } from "@omnia/fx-models";
3
- import { ThemeStoreV2 } from "./ThemeStoreV2";
4
- export declare class ColorSchemaStore extends Store {
5
- private colorSchema;
6
- private colorSchemaType;
7
- private themeStore;
8
- constructor();
9
- onActivated(): void;
10
- onDisposing(): void;
11
- setupSubscriptions(): void;
12
- /**
13
- * Implementation of getters
14
- */
15
- getters: {
2
+ import { useThemeStoreV2 } from "./ThemeStoreV2";
3
+ export declare const useColorSchemaStore: (newInstanceWithName?: string) => {
4
+ state: {
5
+ colorSchema: ColorSchema;
6
+ colorSchemaType: ColorSchemaTypes;
7
+ };
8
+ get: {
16
9
  colorSchema: () => ColorSchema;
17
10
  color: (colorTypes: string) => any;
18
11
  };
19
- /**
20
- * Implementation of mutations
21
- */
22
- mutations: {
23
- colorSchema: import("@omnia/fx/stores").StoreMutation<(colorSchemaType: ColorSchemaTypes | ColorSchemaType) => void, (colorSchemaType: ColorSchemaTypes) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
24
- customColorSchema: import("@omnia/fx/stores").StoreMutation<(colorSchema: ColorSchema) => void, (colorSchema: ColorSchema) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
25
- themeStore: import("@omnia/fx/stores").StoreMutation<(themeStore: ThemeStoreV2) => void, (themeStore: ThemeStoreV2) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
12
+ actions: {
13
+ colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => void;
14
+ themeStore: (themeStoreInstance: ReturnType<typeof useThemeStoreV2>) => void;
15
+ };
16
+ events: {
17
+ onMutatingColorSchema: import("@omnia/fx").EventHook<ColorSchema>;
18
+ onMutatedColorSchema: import("@omnia/fx").EventHook<ColorSchema>;
19
+ onMutatingColorSchemaType: import("@omnia/fx").EventHook<ColorSchemaTypes>;
20
+ onMutatedColorSchemaType: import("@omnia/fx").EventHook<ColorSchemaTypes>;
26
21
  };
27
- }
22
+ activated: void;
23
+ };
@@ -1,14 +1,9 @@
1
- import { Store } from "@omnia/fx/stores";
2
1
  import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographyType, TypographyTypes } from "../../shared/models";
3
- export declare class ThemeStoreV2 extends Store {
4
- private currentTheme;
5
- constructor();
6
- onActivated(): void;
7
- onDisposing(): void;
8
- /**
9
- * Implementation of getters
10
- */
11
- getters: {
2
+ export declare const useThemeStoreV2: (newInstanceWithName?: string) => {
3
+ state: {
4
+ currentTheme: import("./themes/Themes").ThemeDefinitionInstance;
5
+ };
6
+ get: {
12
7
  colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
13
8
  typography: (typographyType: TypographyTypes | TypographyType) => import("@omnia/fx-models").TypographyTypeDefinition;
14
9
  color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
@@ -18,10 +13,12 @@ export declare class ThemeStoreV2 extends Store {
18
13
  complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("@omnia/fx-models").ColorDefinition;
19
14
  currentTheme: () => ThemeDefinitionV2;
20
15
  };
21
- /**
22
- * Implementation of mutations
23
- */
24
- mutations: {
25
- setTheme: import("@omnia/fx/stores").StoreMutation<(themeDefinition: ThemeDefinitionV2) => void, (themeDefinition: ThemeDefinitionV2) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
16
+ actions: {
17
+ setTheme: (themeDefinition: ThemeDefinitionV2) => void;
18
+ };
19
+ events: {
20
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("./themes/Themes").ThemeDefinitionInstance>;
21
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("./themes/Themes").ThemeDefinitionInstance>;
26
22
  };
27
- }
23
+ activated: void;
24
+ };
@@ -1,5 +1,4 @@
1
1
  export declare const ColorSchemaPickerStyles: {
2
- componentWrapper: string;
3
2
  colorPaletteWrapper: string;
4
3
  colorPaletteRow: (color: string) => string;
5
4
  colorField: string;
@@ -9,12 +9,16 @@ declare const _default: {
9
9
  colorSchemaType?: any;
10
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
11
  "v-slots": import("vue").Prop<{
12
- default?: () => VNodeChild;
12
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
13
13
  } & {
14
14
  activator?: () => VNodeChild;
15
15
  }>;
16
- "v-model": import("vue").PropType<unknown>;
17
- modelValue: import("vue").PropType<unknown>;
16
+ "v-model": {
17
+ type: import("vue").PropType<unknown>;
18
+ };
19
+ modelValue: {
20
+ type: import("vue").PropType<unknown>;
21
+ };
18
22
  colorSchemaType?: any;
19
23
  container?: any;
20
24
  }>> & {
@@ -35,12 +39,16 @@ declare const _default: {
35
39
  $el: any;
36
40
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
37
41
  "v-slots": import("vue").Prop<{
38
- default?: () => VNodeChild;
42
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
39
43
  } & {
40
44
  activator?: () => VNodeChild;
41
45
  }>;
42
- "v-model": import("vue").PropType<unknown>;
43
- modelValue: import("vue").PropType<unknown>;
46
+ "v-model": {
47
+ type: import("vue").PropType<unknown>;
48
+ };
49
+ modelValue: {
50
+ type: import("vue").PropType<unknown>;
51
+ };
44
52
  colorSchemaType?: any;
45
53
  container?: any;
46
54
  }>> & {
@@ -72,12 +80,16 @@ declare const _default: {
72
80
  $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;
73
81
  } & Readonly<import("vue").ExtractPropTypes<{
74
82
  "v-slots": import("vue").Prop<{
75
- default?: () => VNodeChild;
83
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
76
84
  } & {
77
85
  activator?: () => VNodeChild;
78
86
  }>;
79
- "v-model": import("vue").PropType<unknown>;
80
- modelValue: import("vue").PropType<unknown>;
87
+ "v-model": {
88
+ type: import("vue").PropType<unknown>;
89
+ };
90
+ modelValue: {
91
+ type: import("vue").PropType<unknown>;
92
+ };
81
93
  colorSchemaType?: any;
82
94
  container?: any;
83
95
  }>> & {
@@ -88,12 +100,16 @@ declare const _default: {
88
100
  __isSuspense?: never;
89
101
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
90
102
  "v-slots": import("vue").Prop<{
91
- default?: () => VNodeChild;
103
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
92
104
  } & {
93
105
  activator?: () => VNodeChild;
94
106
  }>;
95
- "v-model": import("vue").PropType<unknown>;
96
- modelValue: import("vue").PropType<unknown>;
107
+ "v-model": {
108
+ type: import("vue").PropType<unknown>;
109
+ };
110
+ modelValue: {
111
+ type: import("vue").PropType<unknown>;
112
+ };
97
113
  colorSchemaType?: any;
98
114
  container?: any;
99
115
  }>> & {
@@ -109,7 +125,7 @@ declare const _default: {
109
125
  colorSchemaType?: any;
110
126
  } & {
111
127
  "v-slots"?: {
112
- default?: () => VNodeChild;
128
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
113
129
  } & {
114
130
  activator?: () => VNodeChild;
115
131
  };
@@ -1,8 +1,8 @@
1
1
  import { ColorSchemaType, ColorSchemaTypes, ColorTypeResult } from "@omnia/fx-models";
2
- import { ThemeStoreV2 } from "../ThemeStoreV2";
3
- export declare const useButtonBlueprint: (injectedThemeStore?: ThemeStoreV2) => string;
4
- export declare const useIconBlueprint: (injectedThemeStore?: ThemeStoreV2) => string;
5
- export declare const useCardBlueprint: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, injectedThemeStore?: ThemeStoreV2, opacity?: number) => {
2
+ import { useThemeStoreV2 } from "../ThemeStoreV2";
3
+ export declare const useButtonBlueprint: (injectedThemeStore?: ReturnType<typeof useThemeStoreV2>) => string;
4
+ export declare const useIconBlueprint: (injectedThemeStore?: ReturnType<typeof useThemeStoreV2>) => string;
5
+ export declare const useCardBlueprint: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, injectedThemeStore?: ReturnType<typeof useThemeStoreV2>, opacity?: number) => {
6
6
  card: ColorTypeResult<string>;
7
7
  cardImage: string;
8
8
  };
@@ -1,2 +1,2 @@
1
- import { ThemeStoreV2 } from "../ThemeStoreV2";
2
- export declare const useThemeStyling: (injectThemeStore?: ThemeStoreV2) => {};
1
+ declare const _default: {};
2
+ export default _default;
@@ -1,6 +1,6 @@
1
1
  import { TypographyTypes } from "@omnia/fx-models";
2
2
  import { MediaQuery } from "typestyle/lib/types";
3
- import { ThemeStoreV2 } from "../ThemeStoreV2";
3
+ import { useThemeStoreV2 } from "../ThemeStoreV2";
4
4
  export interface TypographyTypesResult {
5
5
  h1: string;
6
6
  h2: string;
@@ -10,7 +10,7 @@ export interface TypographyTypesResult {
10
10
  text: string;
11
11
  typographyType: (typographyType: string) => string;
12
12
  }
13
- export declare const useTypographyTypeStyling: (typographyType: TypographyTypes, injectedThemeStore?: ThemeStoreV2) => {
13
+ export declare const useTypographyTypeStyling: (typographyType: TypographyTypes, injectedThemeStore?: ReturnType<typeof useThemeStoreV2>) => {
14
14
  baseStyles: {
15
15
  fontSize: string;
16
16
  fontWeight: number;
@@ -22,4 +22,4 @@ export declare const useTypographyTypeStyling: (typographyType: TypographyTypes,
22
22
  queryOnSmallScreen: MediaQuery;
23
23
  queryOnMediumScreen: MediaQuery;
24
24
  };
25
- export declare const useTypographyStyling: (injectedThemeStore?: ThemeStoreV2) => TypographyTypesResult;
25
+ export declare const useTypographyStyling: (injectedThemeStore?: ReturnType<typeof useThemeStoreV2>) => TypographyTypesResult;
@@ -1,4 +1,4 @@
1
1
  import { ColorSchema, ColorTypeResult } from "@omnia/fx-models";
2
- import { ThemeStoreV2 } from "../ThemeStoreV2";
2
+ import { useThemeStoreV2 } from "../ThemeStoreV2";
3
3
  export declare const useVuetifyColorStyling: (colorSchema: ColorSchema) => ColorTypeResult<object>;
4
- export declare const useVuetifySliderStyling: (colorSchema: ColorSchema, injectThemeStore?: ThemeStoreV2) => ColorTypeResult<object>;
4
+ export declare const useVuetifySliderStyling: (colorSchema: ColorSchema, injectThemeStore?: ReturnType<typeof useThemeStoreV2>) => ColorTypeResult<object>;
@@ -7,8 +7,12 @@ declare const _default: {
7
7
  container?: any;
8
8
  colorSchemaType?: any;
9
9
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
- "v-model": import("vue").PropType<Guid>;
11
- modelValue: import("vue").PropType<Guid>;
10
+ "v-model": {
11
+ type: import("vue").PropType<Guid>;
12
+ };
13
+ modelValue: {
14
+ type: import("vue").PropType<Guid>;
15
+ };
12
16
  colorSchemaType?: any;
13
17
  container?: any;
14
18
  }>> & {
@@ -28,8 +32,12 @@ declare const _default: {
28
32
  $emit: (event: "update:modelValue", theme: ThemeDefinitionV2) => void;
29
33
  $el: any;
30
34
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
31
- "v-model": import("vue").PropType<Guid>;
32
- modelValue: import("vue").PropType<Guid>;
35
+ "v-model": {
36
+ type: import("vue").PropType<Guid>;
37
+ };
38
+ modelValue: {
39
+ type: import("vue").PropType<Guid>;
40
+ };
33
41
  colorSchemaType?: any;
34
42
  container?: any;
35
43
  }>> & {
@@ -60,8 +68,12 @@ declare const _default: {
60
68
  $nextTick: typeof import("vue").nextTick;
61
69
  $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;
62
70
  } & Readonly<import("vue").ExtractPropTypes<{
63
- "v-model": import("vue").PropType<Guid>;
64
- modelValue: import("vue").PropType<Guid>;
71
+ "v-model": {
72
+ type: import("vue").PropType<Guid>;
73
+ };
74
+ modelValue: {
75
+ type: import("vue").PropType<Guid>;
76
+ };
65
77
  colorSchemaType?: any;
66
78
  container?: any;
67
79
  }>> & {
@@ -71,8 +83,12 @@ declare const _default: {
71
83
  __isTeleport?: never;
72
84
  __isSuspense?: never;
73
85
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
74
- "v-model": import("vue").PropType<Guid>;
75
- modelValue: import("vue").PropType<Guid>;
86
+ "v-model": {
87
+ type: import("vue").PropType<Guid>;
88
+ };
89
+ modelValue: {
90
+ type: import("vue").PropType<Guid>;
91
+ };
76
92
  colorSchemaType?: any;
77
93
  container?: any;
78
94
  }>> & {
@@ -1,20 +1,24 @@
1
- import { ThemeStoreV2 } from "@omnia/fx/ux";
1
+ import { useThemeStoreV2 } from "@omnia/fx/ux";
2
2
  import { nextTick, VNodeChild } from "vue";
3
3
  import { ThemeDefinitionV2 } from "../../velcron/core";
4
- export type RegisterThemeStore = (store: ThemeStoreV2) => void;
4
+ export type RegisterThemeStore = (store: ReturnType<typeof useThemeStoreV2>) => void;
5
5
  declare const _default: {
6
6
  new (...args: any[]): {
7
7
  $: import("vue").ComponentInternalInstance;
8
8
  $data: {};
9
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
10
- "v-slots": {
11
- default?: () => VNodeChild;
9
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
+ "v-slots": import("vue").Prop<{
11
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
12
12
  } & {
13
13
  activator?: () => VNodeChild;
14
- };
15
- "theme-store-registration-hook": void | RegisterThemeStore;
16
- themeStoreRegistrationHook: void | RegisterThemeStore;
17
- }>>> & {
14
+ }, {
15
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
16
+ } & {
17
+ activator?: () => VNodeChild;
18
+ }>;
19
+ "theme-store-registration-hook": import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
20
+ themeStoreRegistrationHook: import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
21
+ }>> & {
18
22
  "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
19
23
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
20
24
  $attrs: {
@@ -30,15 +34,19 @@ declare const _default: {
30
34
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
31
35
  $emit: (event: "update:modelValue", themeDefinition: ThemeDefinitionV2) => void;
32
36
  $el: any;
33
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
34
- "v-slots": {
35
- default?: () => VNodeChild;
37
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
38
+ "v-slots": import("vue").Prop<{
39
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
40
+ } & {
41
+ activator?: () => VNodeChild;
42
+ }, {
43
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
36
44
  } & {
37
45
  activator?: () => VNodeChild;
38
- };
39
- "theme-store-registration-hook": void | RegisterThemeStore;
40
- themeStoreRegistrationHook: void | RegisterThemeStore;
41
- }>>> & {
46
+ }>;
47
+ "theme-store-registration-hook": import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
48
+ themeStoreRegistrationHook: import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
49
+ }>> & {
42
50
  "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
43
51
  }, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
52
  "update:modelValue": (themeDefinition: ThemeDefinitionV2) => true;
@@ -62,41 +70,49 @@ declare const _default: {
62
70
  $forceUpdate: () => void;
63
71
  $nextTick: typeof nextTick;
64
72
  $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;
65
- } & Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
66
- "v-slots": {
67
- default?: () => VNodeChild;
73
+ } & Readonly<import("vue").ExtractPropTypes<{
74
+ "v-slots": import("vue").Prop<{
75
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
68
76
  } & {
69
77
  activator?: () => VNodeChild;
70
- };
71
- "theme-store-registration-hook": void | RegisterThemeStore;
72
- themeStoreRegistrationHook: void | RegisterThemeStore;
73
- }>>> & {
78
+ }, {
79
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
80
+ } & {
81
+ activator?: () => VNodeChild;
82
+ }>;
83
+ "theme-store-registration-hook": import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
84
+ themeStoreRegistrationHook: import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
85
+ }>> & {
74
86
  "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
75
87
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
76
88
  __isFragment?: never;
77
89
  __isTeleport?: never;
78
90
  __isSuspense?: never;
79
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
80
- "v-slots": {
81
- default?: () => VNodeChild;
91
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
92
+ "v-slots": import("vue").Prop<{
93
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
82
94
  } & {
83
95
  activator?: () => VNodeChild;
84
- };
85
- "theme-store-registration-hook": void | RegisterThemeStore;
86
- themeStoreRegistrationHook: void | RegisterThemeStore;
87
- }>>> & {
96
+ }, {
97
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
98
+ } & {
99
+ activator?: () => VNodeChild;
100
+ }>;
101
+ "theme-store-registration-hook": import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
102
+ themeStoreRegistrationHook: import("vue").Prop<RegisterThemeStore, RegisterThemeStore>;
103
+ }>> & {
88
104
  "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
89
105
  }, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
90
106
  "update:modelValue": (themeDefinition: ThemeDefinitionV2) => true;
91
107
  }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
92
108
  propsDefinition: Readonly<{} & {
93
109
  "v-slots"?: {
94
- default?: () => VNodeChild;
110
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
95
111
  } & {
96
112
  activator?: () => VNodeChild;
97
113
  };
98
- themeStoreRegistrationHook?: void | RegisterThemeStore;
99
- "theme-store-registration-hook"?: void | RegisterThemeStore;
114
+ themeStoreRegistrationHook?: RegisterThemeStore;
115
+ "theme-store-registration-hook"?: RegisterThemeStore;
100
116
  }> & {
101
117
  "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
102
118
  };
@@ -1,13 +1,5 @@
1
1
  import { Ref, ComputedRef } from "vue";
2
2
  import { Vue } from "../decorators";
3
- /**
4
- * Func
5
- *
6
- * ```ts
7
- * type Func = () => void;
8
- * ```
9
- */
10
- export type Func = () => void;
11
3
  /**
12
4
  * Maybe it's a ref, or a plain value
13
5
  *
@@ -1,7 +1,48 @@
1
1
  import { ColorDefinition, ColorTypes } from "@omnia/fx/models";
2
- import { ColorSchemaStore } from "../theming-v2";
3
2
  export declare const useComponentSetup: (props: object) => {
4
- colorSchemaStore: ColorSchemaStore;
3
+ colorSchemaStore: {
4
+ state: {
5
+ colorSchema: import("@omnia/fx-models").ColorSchema;
6
+ colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes;
7
+ };
8
+ get: {
9
+ colorSchema: () => import("@omnia/fx-models").ColorSchema;
10
+ color: (colorTypes: string) => any;
11
+ };
12
+ actions: {
13
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes) => void;
14
+ themeStore: (themeStoreInstance: {
15
+ state: {
16
+ currentTheme: import("../theming-v2").ThemeDefinitionInstance;
17
+ };
18
+ get: {
19
+ colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
20
+ typography: (typographyType: import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
21
+ color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => string;
22
+ colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => ColorDefinition;
23
+ complementaryColorType: (colorType: ColorTypes) => ColorTypes;
24
+ complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => string;
25
+ complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => ColorDefinition;
26
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
27
+ };
28
+ actions: {
29
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
30
+ };
31
+ events: {
32
+ onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
33
+ onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
34
+ };
35
+ activated: void;
36
+ }) => void;
37
+ };
38
+ events: {
39
+ onMutatingColorSchema: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchema>;
40
+ onMutatedColorSchema: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchema>;
41
+ onMutatingColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaTypes>;
42
+ onMutatedColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaTypes>;
43
+ };
44
+ activated: void;
45
+ };
5
46
  readonly baseColor: ColorDefinition;
6
47
  readonly onBaseColor: ColorDefinition;
7
48
  readonly containerColor: ColorDefinition;
@@ -1,4 +1,5 @@
1
- import { Func, MaybeComputedRef } from "./Types";
1
+ import { MaybeComputedRef } from "./Types";
2
+ import { Func } from "@omnia/fx-models";
2
3
  interface InferEventTarget<Events> {
3
4
  addEventListener(event: Events, Func?: any, options?: any): any;
4
5
  removeEventListener(event: Events, Func?: any, options?: any): any;
@@ -7,7 +7,7 @@ type RawProps = VNodeProps & {
7
7
  } & Record<string, any>;
8
8
  type RawChildren = string | number | boolean | VNode | VNodeArrayChildren | (() => any);
9
9
  export declare function useCurrentVueInstance(): import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
10
- export declare function useCreateVueNode(element: string | GuidValue, props?: RawProps, children?: RawChildren, onComponentCreated?: (instance: any) => void): VNode;
10
+ export declare function useCreateVueNode(element: string | GuidValue, props?: RawProps, children?: () => RawChildren, onComponentCreated?: (instance: any) => void): VNode;
11
11
  export declare function useTransformVSlot(slots: {
12
12
  [name: string]: (ref?: any) => Array<JSX.Element>;
13
13
  }): {
@@ -3,12 +3,12 @@ declare const _default: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
7
- valueBind: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>;
8
- onValueBindChanged: (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void;
9
- disabled: boolean;
10
- editMode: boolean;
11
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
7
+ valueBind: import("vue").Prop<PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>, PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>>;
8
+ onValueBindChanged: import("vue").Prop<(value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void, (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void>;
9
+ disabled: import("vue").Prop<boolean, boolean>;
10
+ editMode: import("vue").Prop<boolean, boolean>;
11
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
12
12
  $attrs: {
13
13
  [x: string]: unknown;
14
14
  };
@@ -22,12 +22,12 @@ declare const _default: {
22
22
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
23
23
  $emit: (event: string, ...args: any[]) => void;
24
24
  $el: any;
25
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
26
- valueBind: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>;
27
- onValueBindChanged: (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void;
28
- disabled: boolean;
29
- editMode: boolean;
30
- }>>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
26
+ valueBind: import("vue").Prop<PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>, PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>>;
27
+ onValueBindChanged: import("vue").Prop<(value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void, (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void>;
28
+ disabled: import("vue").Prop<boolean, boolean>;
29
+ editMode: import("vue").Prop<boolean, boolean>;
30
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
31
  [key: string]: any;
32
32
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
33
33
  beforeCreate?: (() => void) | (() => void)[];
@@ -49,23 +49,23 @@ declare const _default: {
49
49
  $forceUpdate: () => void;
50
50
  $nextTick: typeof import("vue").nextTick;
51
51
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
52
- } & Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
53
- valueBind: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>;
54
- onValueBindChanged: (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void;
55
- disabled: boolean;
56
- editMode: boolean;
57
- }>>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
+ } & Readonly<import("vue").ExtractPropTypes<{
53
+ valueBind: import("vue").Prop<PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>, PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>>;
54
+ onValueBindChanged: import("vue").Prop<(value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void, (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void>;
55
+ disabled: import("vue").Prop<boolean, boolean>;
56
+ editMode: import("vue").Prop<boolean, boolean>;
57
+ }>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
58
  [key: string]: any;
59
59
  }>> & {} & import("vue").ComponentCustomProperties & {};
60
60
  __isFragment?: never;
61
61
  __isTeleport?: never;
62
62
  __isSuspense?: never;
63
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
64
- valueBind: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>;
65
- onValueBindChanged: (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void;
66
- disabled: boolean;
67
- editMode: boolean;
68
- }>>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
63
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
64
+ valueBind: import("vue").Prop<PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>, PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>>;
65
+ onValueBindChanged: import("vue").Prop<(value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void, (value: PropertyValueBinding<PropertyDefinition<any, any, any> | PropertyValue<any, any>>) => void>;
66
+ disabled: import("vue").Prop<boolean, boolean>;
67
+ editMode: import("vue").Prop<boolean, boolean>;
68
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
69
69
  [key: string]: any;
70
70
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
71
71
  propsDefinition: Readonly<{} & {