@omnia/fx 8.0.8-vnext → 8.0.10-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 (292) hide show
  1. package/internal-do-not-import-from-here/console/components/Console.d.ts +3 -0
  2. package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +3 -0
  6. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +34 -21
  7. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +23 -21
  8. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +16 -15
  9. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +9 -8
  10. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +11 -0
  11. package/internal-do-not-import-from-here/shared/models/theming/{ThemeMethods.js → UseThemeMethods.js} +1 -1
  12. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -1
  13. package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -1
  14. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +160 -0
  15. package/internal-do-not-import-from-here/ux/Exposes.d.ts +2 -1
  16. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +49 -2
  17. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +48 -15
  18. package/internal-do-not-import-from-here/ux/VueTags.d.ts +7 -9
  19. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +46 -60
  20. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeOld.d.ts +61 -0
  21. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +7 -7
  22. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +8 -8
  23. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +8 -8
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +62 -6
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +58 -5
  26. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +58 -5
  27. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +58 -5
  28. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +82 -11
  30. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +70 -8
  31. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +54 -4
  32. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +66 -7
  33. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +58 -5
  34. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +66 -7
  35. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +58 -5
  37. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +53 -1
  38. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +54 -4
  39. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +58 -5
  40. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +45 -1
  41. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +58 -5
  43. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +6 -6
  44. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +66 -7
  45. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +54 -4
  46. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +58 -5
  48. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +74 -9
  49. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +74 -9
  50. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +74 -9
  51. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +75 -9
  52. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +74 -9
  53. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +74 -9
  54. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +58 -5
  55. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +3 -3
  56. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +54 -4
  58. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +54 -4
  59. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +54 -4
  60. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +4 -4
  62. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +4 -4
  63. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +18 -1
  65. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +7 -1
  66. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +25 -25
  67. package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +5 -5
  68. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +4 -4
  69. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +11 -11
  70. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +54 -4
  71. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +5 -5
  72. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +2 -2
  73. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +3 -3
  74. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +3 -3
  75. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +3 -3
  76. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +3 -3
  77. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +70 -8
  78. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +54 -4
  79. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +70 -8
  80. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +58 -5
  81. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +3 -3
  82. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +3 -3
  83. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +4 -4
  84. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +4 -4
  85. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +4 -4
  86. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +4 -4
  87. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +4 -4
  88. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +62 -6
  89. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +5 -5
  90. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +6 -6
  91. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +5 -5
  92. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +6 -6
  93. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +5 -5
  94. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +6 -6
  95. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +5 -5
  96. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +6 -6
  97. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +5 -5
  98. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +6 -6
  99. package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +5 -5
  100. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +13 -13
  101. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +45 -1
  102. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +66 -7
  104. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +5 -5
  105. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +28 -28
  106. package/internal-do-not-import-from-here/ux/index.d.ts +0 -1
  107. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +6 -4
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/Icons.css.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/OneColumnIcon.d.ts +2 -1
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnHeroIcon.d.ts +2 -1
  111. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnIcon.d.ts +2 -1
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnPageIcon.d.ts +2 -1
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/TwoColumnIcon.d.ts +2 -1
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.css.d.ts +2 -3
  115. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +2 -0
  116. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +1 -2
  117. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +5 -3
  118. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +2 -1
  119. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -3
  120. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +3 -1
  121. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +3 -0
  122. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
  123. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -1
  124. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutSettingsPanel.d.ts +5 -2
  125. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +3 -3
  126. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.d.ts +3 -2
  127. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -4
  128. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +5 -5
  129. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +11 -11
  131. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +4 -0
  132. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +156 -0
  133. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +6 -0
  134. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +243 -0
  135. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +4 -0
  136. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +176 -0
  137. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -0
  138. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +115 -0
  139. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +8 -0
  140. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +184 -0
  141. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +4 -0
  142. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +129 -0
  143. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +128 -0
  144. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +6 -0
  145. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +133 -0
  146. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +6 -0
  147. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +104 -0
  148. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +142 -0
  149. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +150 -0
  150. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +6 -0
  151. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +143 -0
  152. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +46 -0
  153. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +115 -0
  154. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -0
  155. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +115 -0
  156. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +4 -0
  157. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +121 -0
  158. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +1 -0
  159. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +155 -0
  160. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +4 -0
  161. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +133 -0
  162. package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +1 -1
  163. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +2 -2
  164. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +4 -4
  165. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +7 -1
  166. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +11 -2
  167. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +7 -1
  168. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +11 -2
  169. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +7 -1
  170. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +11 -2
  171. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +4 -1
  172. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +7 -1
  173. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +4 -1
  174. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +4 -1
  175. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +8 -2
  176. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +4 -1
  177. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +7 -1
  178. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +10 -1
  179. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +4 -1
  180. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +4 -1
  181. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +8 -2
  182. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +4 -1
  183. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +8 -2
  184. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +4 -1
  185. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +4 -1
  186. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +7 -1
  187. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +4 -1
  188. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +8 -2
  189. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +4 -1
  190. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +7 -1
  191. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +7 -1
  192. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +7 -1
  193. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +4 -1
  194. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +7 -1
  195. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +7 -1
  196. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +10 -1
  197. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +6 -1
  198. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +9 -1
  199. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +12 -1
  200. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +9 -1
  201. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +6 -6
  202. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +7 -7
  203. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +3 -3
  204. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +3 -3
  205. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +7 -7
  208. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +58 -5
  209. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +59 -5
  210. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +58 -5
  211. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +1 -1
  212. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +4 -1
  213. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +24 -0
  214. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +8 -8
  215. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
  216. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +8 -0
  217. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +2 -0
  218. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +16 -0
  219. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +25 -0
  220. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +4 -0
  221. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +5 -1
  222. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +15 -15
  223. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +4 -4
  224. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.d.ts +45 -1
  225. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +45 -1
  226. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewer.d.ts +45 -1
  227. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -0
  228. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +8 -8
  229. package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +10 -0
  230. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
  231. package/internal-do-not-import-from-here/ux/use/index.d.ts +2 -0
  232. package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +6 -6
  233. package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +4 -4
  234. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +6 -2
  235. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +10 -3
  236. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +6 -2
  237. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +9 -2
  238. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +6 -6
  239. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +3 -3
  240. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -6
  241. package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlock.d.ts +1 -1
  242. package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlockSettings.d.ts +1 -1
  243. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +11 -11
  245. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +8 -8
  246. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +7 -7
  247. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +45 -1
  248. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +45 -1
  249. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +45 -1
  250. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +45 -1
  251. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +50 -2
  252. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +45 -1
  253. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +45 -1
  254. package/internal-do-not-import-from-here/ux/velcron/editor/components/ShareApp.d.ts +45 -1
  255. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +45 -1
  256. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +45 -1
  257. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +45 -1
  258. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +45 -1
  259. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +45 -1
  260. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts +5 -5
  261. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +4 -4
  262. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +4 -4
  263. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +45 -1
  264. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +4 -4
  265. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +4 -4
  266. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
  267. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +48 -1
  268. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +48 -1
  269. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +48 -1
  270. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +48 -1
  271. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +51 -2
  272. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +48 -1
  273. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +48 -1
  274. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +48 -1
  275. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +48 -1
  276. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +48 -1
  277. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +48 -1
  278. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +48 -1
  279. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +48 -1
  280. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +48 -1
  281. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +48 -1
  282. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -1
  283. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +9 -9
  284. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +11 -11
  285. package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +1 -2
  286. package/internal-do-not-import-from-here/wctypings.d.ts +38 -0
  287. package/package.json +2 -2
  288. package/ux/index.d.ts +1 -1
  289. package/internal-do-not-import-from-here/shared/models/theming/ThemeMethods.d.ts +0 -11
  290. package/internal-do-not-import-from-here/ux/ComponentDefinitions.d.ts +0 -60
  291. package/internal-do-not-import-from-here/ux/theming-v2/styling/themeStyling.d.ts +0 -50
  292. package/internal-do-not-import-from-here/vue/VueHotReloadApi.d.ts +0 -1
@@ -6,7 +6,7 @@ import { OmniaUxLocalization } from "../../UxModels";
6
6
  import { IVersionedLayoutDefinitionEditorTabRenderer } from "./IVersionedLayoutDefinitionEditorTabRenderer";
7
7
  import { RefreshStateOption } from "./RefreshStateOption";
8
8
  declare class PanelRenderer implements IEditorItemPanelsRenderer {
9
- generateElement(h: any): JSX.Element;
9
+ generateElement(): JSX.Element;
10
10
  }
11
11
  export declare class VersionedLayoutDefinitionEditorItemPrivateImutableState {
12
12
  readonly multilingualStore: MultilingualStore;
@@ -76,14 +76,14 @@ declare const _default: {
76
76
  renderNavigationDrawerBottom: () => JSX.Element;
77
77
  serviceContainerContext: ServiceContainerContext;
78
78
  }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
79
- propsDefinition: Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
80
- getApi: (api: VersionedLayoutEditorApi) => void;
81
- appInstanceId: GuidValue;
82
- closeEditor: () => void;
83
- navigationDrawerTitle: string;
84
- renderNavigationDrawer: () => JSX.Element;
85
- renderNavigationDrawerBottom: () => JSX.Element;
86
- serviceContainerContext: ServiceContainerContext;
87
- }>>>;
79
+ propsDefinition: Readonly<{} & {
80
+ appInstanceId?: GuidValue;
81
+ renderNavigationDrawer?: () => JSX.Element;
82
+ closeEditor?: () => void;
83
+ navigationDrawerTitle?: string;
84
+ renderNavigationDrawerBottom?: () => JSX.Element;
85
+ serviceContainerContext?: ServiceContainerContext;
86
+ getApi?: (api: VersionedLayoutEditorApi) => void;
87
+ }>;
88
88
  };
89
89
  export default _default;
@@ -123,16 +123,16 @@ declare const _default: {
123
123
  serviceContainerContext: ServiceContainerContext;
124
124
  layoutProvider: string;
125
125
  }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
126
- propsDefinition: Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
127
- layoutBackgroundImageElementId: string;
128
- appInstanceId: GuidValue;
129
- versionedLayoutId: VersionedLayoutId;
130
- layoutThemeDefinition: ThemeDefinition;
131
- blockThemeDefinition: ThemeDefinition;
132
- enableAlternateLayout: boolean;
133
- getApi: (api: LayoutRendererCanvasApi) => void;
134
- serviceContainerContext: ServiceContainerContext;
135
- layoutProvider: string;
136
- }>>>;
126
+ propsDefinition: Readonly<{} & {
127
+ appInstanceId?: GuidValue;
128
+ versionedLayoutId?: VersionedLayoutId;
129
+ layoutThemeDefinition?: ThemeDefinition;
130
+ blockThemeDefinition?: ThemeDefinition;
131
+ serviceContainerContext?: ServiceContainerContext;
132
+ getApi?: (api: LayoutRendererCanvasApi) => void;
133
+ layoutProvider?: string;
134
+ layoutBackgroundImageElementId?: string;
135
+ enableAlternateLayout?: boolean;
136
+ }>;
137
137
  };
138
138
  export default _default;
@@ -26,8 +26,7 @@ export { VImgTag as VImg } from "../VueTags";
26
26
  export { VLayoutTag as VLayout } from "../VueTags";
27
27
  export { VListTag as VList } from "../VueTags";
28
28
  export { VListItemTag as VListTile } from "../VueTags";
29
- export { VListItemAvatarTag as VListTileAvatar } from "../VueTags";
30
- export { VListItemContentTag as VListTileContent } from "../VueTags";
29
+ export { VListItemMediaTag as VListTileAvatar } from "../VueTags";
31
30
  export { VListItemSubTitleTag as VListTileSubTitle } from "../VueTags";
32
31
  export { VListItemTitleTag as VListTileTitle } from "../VueTags";
33
32
  export { VMenuTag as VMenu } from "../VueTags";
@@ -9,6 +9,7 @@ import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-impo
9
9
  import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
10
10
  import wcc4e43a3ff52f46c0bb86924e5d0af1e8 from '../../fx-sp/internal-do-not-import-from-here/ux/user/UserPropertiesBySharePointDisplay';
11
11
  import wc8bbb21b589db4b4e88cca21a964710c9 from '../../fx-sp/internal-do-not-import-from-here/ux/user/UserPropertiesBySharePointEditor';
12
+ import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
12
13
  import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
13
14
  import wc450488bd95a34f368241e9b4d8c71dee from './ux/app/management/AppManagement';
14
15
  import wcd26f1c7425484ce6adfc9165704877e5 from './ux/app/management/tabs/instance/InstanceTab';
@@ -57,6 +58,24 @@ import wcba60557e3daf48208c919a1806502df5 from './ux/identitypicker/IdentityPick
57
58
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
58
59
  import wcf365f5cb3a694c20be7b96423bbc3eca from './ux/magiclink/MagicLink';
59
60
  import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
61
+ import wc7fbf605e1ae24b21b0a9e35141aca17b from './ux/oxide/appbar/Appbar';
62
+ import wc0c73f6d6c7f34688a93368434caaa389 from './ux/oxide/btn/Button';
63
+ import wcbeb97ee8f2a94d1b86980b1736f82e20 from './ux/oxide/btntoggle/ButtonToggle';
64
+ import wcffc99f8d26ae4caf84ece7c13463b6c5 from './ux/oxide/card/Card';
65
+ import wc2ae3cf98c95443a199d44705ad87d994 from './ux/oxide/dialog/Dialog';
66
+ import wc1f535ab2cf154914a9bb104aa46d1e2a from './ux/oxide/expansionpanel/ExpansionPanels';
67
+ import wc170e8b8212bd45f5b8009e0efb29d7a3 from './ux/oxide/expansionpanel/ExpansionPanel';
68
+ import wcde8b25f7e81a437d9ee6b104c28b1c25 from './ux/oxide/icon/Icon';
69
+ import wc25d0a8d8f8ac4ff08c468027b5273882 from './ux/oxide/layout/Layout';
70
+ import wc49934d3df84d47c39314cce5bb4340b1 from './ux/oxide/list/List';
71
+ import wc606fb8e73c2a4de59c5a7b96b9b8997b from './ux/oxide/list/ListItem';
72
+ import wcd17d504fd4874d8bb50ab6a946859546 from './ux/oxide/navigationdrawer/NavigationDrawer';
73
+ import wc3241a7ddf0d04b68bf4aab335e2405fb from './ux/oxide/spacer/Spacer';
74
+ import wc3ae18994ae5546dc945347d58432108d from './ux/oxide/tab/Tabs';
75
+ import wc07776976fab941de8e169e6e903fb4fe from './ux/oxide/tab/Tab';
76
+ import wc7b543325ab85489eb1401d7bfdf6f5fc from './ux/oxide/text/Text';
77
+ import wc9a7ad06b091e4633a0fc3d380210f9cb from './ux/oxide/textfield/TextField';
78
+ import wc53c3a240c5bf4d39ac29ac7f1f7415ae from './ux/oxide/toolbar/Toolbar';
60
79
  import wcb6ddbf2c41224cd29b92fcecbbdd31a0 from './ux/playground_test/Play2Component';
61
80
  import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
62
81
  import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
@@ -143,6 +162,7 @@ declare global {
143
162
  "omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & VueComponentBaseProps;
144
163
  "omfx-properties-sharepoint-user-provider-display": typeof wcc4e43a3ff52f46c0bb86924e5d0af1e8.propsDefinition & VueComponentBaseProps;
145
164
  "omfx-properties-sharepoint-user-provider-editor": typeof wc8bbb21b589db4b4e88cca21a964710c9.propsDefinition & VueComponentBaseProps;
165
+ "omnia-admin": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & VueComponentBaseProps;
146
166
  "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & VueComponentBaseProps;
147
167
  "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & VueComponentBaseProps;
148
168
  "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & VueComponentBaseProps;
@@ -191,6 +211,24 @@ declare global {
191
211
  "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
192
212
  "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
193
213
  "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
214
+ "o-app-bar": typeof wc7fbf605e1ae24b21b0a9e35141aca17b.propsDefinition & VueComponentBaseProps;
215
+ "o-btn": typeof wc0c73f6d6c7f34688a93368434caaa389.propsDefinition & VueComponentBaseProps;
216
+ "o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
217
+ "o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
218
+ "o-dialog": typeof wc2ae3cf98c95443a199d44705ad87d994.propsDefinition & VueComponentBaseProps;
219
+ "o-expansion-panels": typeof wc1f535ab2cf154914a9bb104aa46d1e2a.propsDefinition & VueComponentBaseProps;
220
+ "o-expansion-panel": typeof wc170e8b8212bd45f5b8009e0efb29d7a3.propsDefinition & VueComponentBaseProps;
221
+ "o-icon": typeof wcde8b25f7e81a437d9ee6b104c28b1c25.propsDefinition & VueComponentBaseProps;
222
+ "o-layout": typeof wc25d0a8d8f8ac4ff08c468027b5273882.propsDefinition & VueComponentBaseProps;
223
+ "o-list": typeof wc49934d3df84d47c39314cce5bb4340b1.propsDefinition & VueComponentBaseProps;
224
+ "o-list-item": typeof wc606fb8e73c2a4de59c5a7b96b9b8997b.propsDefinition & VueComponentBaseProps;
225
+ "o-navigation-drawer": typeof wcd17d504fd4874d8bb50ab6a946859546.propsDefinition & VueComponentBaseProps;
226
+ "o-spacer": typeof wc3241a7ddf0d04b68bf4aab335e2405fb.propsDefinition & VueComponentBaseProps;
227
+ "o-tabs": typeof wc3ae18994ae5546dc945347d58432108d.propsDefinition & VueComponentBaseProps;
228
+ "o-tab": typeof wc07776976fab941de8e169e6e903fb4fe.propsDefinition & VueComponentBaseProps;
229
+ "o-text": typeof wc7b543325ab85489eb1401d7bfdf6f5fc.propsDefinition & VueComponentBaseProps;
230
+ "o-text-field": typeof wc9a7ad06b091e4633a0fc3d380210f9cb.propsDefinition & VueComponentBaseProps;
231
+ "o-toolbar": typeof wc53c3a240c5bf4d39ac29ac7f1f7415ae.propsDefinition & VueComponentBaseProps;
194
232
  "omnia-play-2": typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition & VueComponentBaseProps;
195
233
  "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
196
234
  "omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.8-vnext",
4
+ "version": "8.0.10-vnext",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.8-vnext",
23
+ "@omnia/fx-models": "8.0.10-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
package/ux/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from '../internal-do-not-import-from-here/ux/index';
2
- export * from '../internal-do-not-import-from-here/ux/ComponentDefinitions';
2
+ export * from '../internal-do-not-import-from-here/ux/ComponentTypings';
3
3
 
4
4
 
@@ -1,11 +0,0 @@
1
- import { ColorDefinition, ThemeDefinitionV2 } from "./ThemeDefinitionV2";
2
- import { TypographyType } from "./TypographyDefinition";
3
- export declare const useThemeMethods: (themedefinition: ThemeDefinitionV2) => {
4
- colorSchema: (colorSchemaType: string) => import("./ThemeDefinitionV2").ColorSchema;
5
- typography: (typographyType: string) => TypographyType;
6
- color: (colorSchemaType: string, colorType: string) => string;
7
- colorDefinition: (colorSchemaType: string, colorType: string) => ColorDefinition;
8
- complementaryColorType: (colorType: string) => string;
9
- complementaryColor: (colorSchemaType: string, colorType: string) => string;
10
- complementaryColorDefinition: (colorSchemaType: string, colorType: string) => ColorDefinition;
11
- };
@@ -1,60 +0,0 @@
1
- import "client/tooling/vue/bb000000-0000-bbbb-0000-0000000000bb.wctypings";
2
- import "../wctypings";
3
- import "./button/index";
4
- import "./colorpicker/index";
5
- import "./confirmdialog/index";
6
- import "./contextlanguagepicker/index";
7
- import "./datatable/index";
8
- import "./datetimepicker/index";
9
- import "./dialog/index";
10
- import "./documenticon/index";
11
- import "./enterpriseproperties/index";
12
- import "./enterprisepropertysets/index";
13
- import "./errormessage/index";
14
- import "./features/index";
15
- import "./fileuploader/index";
16
- import "./governancedashboard/index";
17
- import "./heading/index";
18
- import "./icon/index";
19
- import "./iconpicker/index";
20
- import "./iframe/index";
21
- import "./imagegrid/index";
22
- import "./imagetransformation/index";
23
- import "./imagetransformer/index";
24
- import "./journey/index";
25
- import "./languagepicker/index";
26
- import "./layoutcanvas/editor/ILayoutEditorCanvas";
27
- import "./layoutcanvas/renderer/ILayoutBlockRendererHelper";
28
- import "./layoutcanvas/renderer/ILayoutRendererCanvas";
29
- import "./letteravatar/index";
30
- import "./mediapicker/index";
31
- import "./mediapickerproviders/index";
32
- import "./messaging/index";
33
- import "./multilingualinput/index";
34
- import "./peoplepicker/index";
35
- import "./permissioninput/index";
36
- import "./richtexteditor/index";
37
- import "./richtexteditor/PublicRichTextEditorApi";
38
- import "./richtexteditorrenderer/index";
39
- import "./rollupfilter/index";
40
- import "./securitytrimer/index";
41
- import "./settings/index";
42
- import "./sitelogoicon/index";
43
- import "./social/index";
44
- import "./spacingpicker/index";
45
- import "./statusmessageoverlay/index";
46
- import "./templatepicker/index";
47
- import "./texttranslator/index";
48
- import "./theming/index";
49
- import "./timeperiodpicker/index";
50
- import "./timezonepicker/index";
51
- import "./urlinput/index";
52
- import "./validation/index";
53
- import "./welcome/index";
54
- import "./wizard/index";
55
- import "./enterpriseglossary/index";
56
- import "./app/builders/index";
57
- import "./app/appinstance/index";
58
- import "./selection/index";
59
- import "./profilecard/index";
60
- import "./organizationtree/IOrganizationTree";
@@ -1,50 +0,0 @@
1
- import { ColorStyles } from "@omnia/fx-models";
2
- import { ThemeStoreV2 } from "../ThemeStoreV2";
3
- export interface ColorTypeResult<resultType> {
4
- base: resultType;
5
- baseTone: resultType;
6
- onBase: resultType;
7
- onBaseTone: resultType;
8
- container: resultType;
9
- containerTone: resultType;
10
- onContainer: resultType;
11
- onContainerTone: resultType;
12
- colorType: (colorType: string) => resultType;
13
- }
14
- export interface ThemeDefinitionTypeResult {
15
- primary: ColorTypeResult<ColorStyles>;
16
- secondary: ColorTypeResult<ColorStyles>;
17
- accent1: ColorTypeResult<ColorStyles>;
18
- accent2: ColorTypeResult<ColorStyles>;
19
- accent3: ColorTypeResult<ColorStyles>;
20
- background: ColorTypeResult<ColorStyles>;
21
- neutral: ColorTypeResult<ColorStyles>;
22
- info: ColorTypeResult<ColorStyles>;
23
- error: ColorTypeResult<ColorStyles>;
24
- colorTypeSchema: (colorSchemaType: string) => ColorTypeResult<ColorStyles>;
25
- }
26
- export interface TypographyTypesResult {
27
- h1: string;
28
- h2: string;
29
- h3: string;
30
- caption: string;
31
- link: string;
32
- text: string;
33
- typographyType: (typographyType: string) => string;
34
- }
35
- export declare const useThemeStyling: (injectedThemeStore?: ThemeStoreV2) => {
36
- colorSchemas: () => ThemeDefinitionTypeResult;
37
- colorSchema: (colorSchemaType: string) => any;
38
- color: (colorSchemaType: string, colorType: string, opacity?: number) => ColorStyles;
39
- cardStylings: (colorSchemaType: string, opacity?: number) => ColorTypeResult<string>;
40
- cardStyling: (colorSchemaType: string, colorType: string, opacity?: number) => string;
41
- cardImage: string;
42
- typographies: () => TypographyTypesResult;
43
- typography: (typographyType: string) => any;
44
- vuetify: (colorSchemaType: string) => {
45
- generalStylings: () => ColorTypeResult<object>;
46
- generalStyling: (colorType: string) => object;
47
- sliderStylings: () => ColorTypeResult<object>;
48
- sliderStyling: (colorType: string) => object;
49
- };
50
- };