@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,4 +1,5 @@
1
- export type ColsValue = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
1
+ export type ColsValue = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
2
+ export type AlignmentType = "end" | "center" | "start" | "baseline" | "stretch" | "auto";
2
3
  declare const _default: {
3
4
  new (...args: any[]): {
4
5
  $: import("vue").ComponentInternalInstance;
@@ -9,57 +10,39 @@ declare const _default: {
9
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
11
  xl: {
11
12
  type: import("vue").PropType<ColsValue>;
12
- required: boolean;
13
- default?: ColsValue;
14
13
  } & {
15
14
  type: import("vue").PropType<ColsValue>;
16
- required: boolean;
17
- default?: ColsValue;
18
15
  };
19
16
  lg: {
20
17
  type: import("vue").PropType<ColsValue>;
21
- required: boolean;
22
- default?: ColsValue;
23
18
  } & {
24
19
  type: import("vue").PropType<ColsValue>;
25
- required: boolean;
26
- default?: ColsValue;
27
20
  };
28
21
  md: {
29
22
  type: import("vue").PropType<ColsValue>;
30
- required: boolean;
31
- default?: ColsValue;
32
23
  } & {
33
24
  type: import("vue").PropType<ColsValue>;
34
- required: boolean;
35
- default?: ColsValue;
36
25
  };
37
26
  sm: {
38
27
  type: import("vue").PropType<ColsValue>;
39
- required: boolean;
40
- default?: ColsValue;
41
28
  } & {
42
29
  type: import("vue").PropType<ColsValue>;
43
- required: boolean;
44
- default?: ColsValue;
45
30
  };
46
31
  xs: {
47
32
  type: import("vue").PropType<ColsValue>;
48
- required: boolean;
49
- default?: ColsValue;
50
33
  } & {
51
34
  type: import("vue").PropType<ColsValue>;
52
- required: boolean;
53
- default?: ColsValue;
54
35
  };
55
36
  cols: {
56
37
  type: import("vue").PropType<ColsValue>;
57
- required: boolean;
58
- default?: ColsValue;
59
38
  } & {
60
39
  type: import("vue").PropType<ColsValue>;
61
- required: boolean;
62
- default?: ColsValue;
40
+ };
41
+ "align-self": {
42
+ type: import("vue").PropType<AlignmentType>;
43
+ };
44
+ alignSelf: {
45
+ type: import("vue").PropType<AlignmentType>;
63
46
  };
64
47
  class: {
65
48
  type: import("vue").PropType<String | String[]>;
@@ -84,57 +67,39 @@ declare const _default: {
84
67
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
85
68
  xl: {
86
69
  type: import("vue").PropType<ColsValue>;
87
- required: boolean;
88
- default?: ColsValue;
89
70
  } & {
90
71
  type: import("vue").PropType<ColsValue>;
91
- required: boolean;
92
- default?: ColsValue;
93
72
  };
94
73
  lg: {
95
74
  type: import("vue").PropType<ColsValue>;
96
- required: boolean;
97
- default?: ColsValue;
98
75
  } & {
99
76
  type: import("vue").PropType<ColsValue>;
100
- required: boolean;
101
- default?: ColsValue;
102
77
  };
103
78
  md: {
104
79
  type: import("vue").PropType<ColsValue>;
105
- required: boolean;
106
- default?: ColsValue;
107
80
  } & {
108
81
  type: import("vue").PropType<ColsValue>;
109
- required: boolean;
110
- default?: ColsValue;
111
82
  };
112
83
  sm: {
113
84
  type: import("vue").PropType<ColsValue>;
114
- required: boolean;
115
- default?: ColsValue;
116
85
  } & {
117
86
  type: import("vue").PropType<ColsValue>;
118
- required: boolean;
119
- default?: ColsValue;
120
87
  };
121
88
  xs: {
122
89
  type: import("vue").PropType<ColsValue>;
123
- required: boolean;
124
- default?: ColsValue;
125
90
  } & {
126
91
  type: import("vue").PropType<ColsValue>;
127
- required: boolean;
128
- default?: ColsValue;
129
92
  };
130
93
  cols: {
131
94
  type: import("vue").PropType<ColsValue>;
132
- required: boolean;
133
- default?: ColsValue;
134
95
  } & {
135
96
  type: import("vue").PropType<ColsValue>;
136
- required: boolean;
137
- default?: ColsValue;
97
+ };
98
+ "align-self": {
99
+ type: import("vue").PropType<AlignmentType>;
100
+ };
101
+ alignSelf: {
102
+ type: import("vue").PropType<AlignmentType>;
138
103
  };
139
104
  class: {
140
105
  type: import("vue").PropType<String | String[]>;
@@ -168,57 +133,39 @@ declare const _default: {
168
133
  } & Readonly<import("vue").ExtractPropTypes<{
169
134
  xl: {
170
135
  type: import("vue").PropType<ColsValue>;
171
- required: boolean;
172
- default?: ColsValue;
173
136
  } & {
174
137
  type: import("vue").PropType<ColsValue>;
175
- required: boolean;
176
- default?: ColsValue;
177
138
  };
178
139
  lg: {
179
140
  type: import("vue").PropType<ColsValue>;
180
- required: boolean;
181
- default?: ColsValue;
182
141
  } & {
183
142
  type: import("vue").PropType<ColsValue>;
184
- required: boolean;
185
- default?: ColsValue;
186
143
  };
187
144
  md: {
188
145
  type: import("vue").PropType<ColsValue>;
189
- required: boolean;
190
- default?: ColsValue;
191
146
  } & {
192
147
  type: import("vue").PropType<ColsValue>;
193
- required: boolean;
194
- default?: ColsValue;
195
148
  };
196
149
  sm: {
197
150
  type: import("vue").PropType<ColsValue>;
198
- required: boolean;
199
- default?: ColsValue;
200
151
  } & {
201
152
  type: import("vue").PropType<ColsValue>;
202
- required: boolean;
203
- default?: ColsValue;
204
153
  };
205
154
  xs: {
206
155
  type: import("vue").PropType<ColsValue>;
207
- required: boolean;
208
- default?: ColsValue;
209
156
  } & {
210
157
  type: import("vue").PropType<ColsValue>;
211
- required: boolean;
212
- default?: ColsValue;
213
158
  };
214
159
  cols: {
215
160
  type: import("vue").PropType<ColsValue>;
216
- required: boolean;
217
- default?: ColsValue;
218
161
  } & {
219
162
  type: import("vue").PropType<ColsValue>;
220
- required: boolean;
221
- default?: ColsValue;
163
+ };
164
+ "align-self": {
165
+ type: import("vue").PropType<AlignmentType>;
166
+ };
167
+ alignSelf: {
168
+ type: import("vue").PropType<AlignmentType>;
222
169
  };
223
170
  class: {
224
171
  type: import("vue").PropType<String | String[]>;
@@ -233,57 +180,39 @@ declare const _default: {
233
180
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
234
181
  xl: {
235
182
  type: import("vue").PropType<ColsValue>;
236
- required: boolean;
237
- default?: ColsValue;
238
183
  } & {
239
184
  type: import("vue").PropType<ColsValue>;
240
- required: boolean;
241
- default?: ColsValue;
242
185
  };
243
186
  lg: {
244
187
  type: import("vue").PropType<ColsValue>;
245
- required: boolean;
246
- default?: ColsValue;
247
188
  } & {
248
189
  type: import("vue").PropType<ColsValue>;
249
- required: boolean;
250
- default?: ColsValue;
251
190
  };
252
191
  md: {
253
192
  type: import("vue").PropType<ColsValue>;
254
- required: boolean;
255
- default?: ColsValue;
256
193
  } & {
257
194
  type: import("vue").PropType<ColsValue>;
258
- required: boolean;
259
- default?: ColsValue;
260
195
  };
261
196
  sm: {
262
197
  type: import("vue").PropType<ColsValue>;
263
- required: boolean;
264
- default?: ColsValue;
265
198
  } & {
266
199
  type: import("vue").PropType<ColsValue>;
267
- required: boolean;
268
- default?: ColsValue;
269
200
  };
270
201
  xs: {
271
202
  type: import("vue").PropType<ColsValue>;
272
- required: boolean;
273
- default?: ColsValue;
274
203
  } & {
275
204
  type: import("vue").PropType<ColsValue>;
276
- required: boolean;
277
- default?: ColsValue;
278
205
  };
279
206
  cols: {
280
207
  type: import("vue").PropType<ColsValue>;
281
- required: boolean;
282
- default?: ColsValue;
283
208
  } & {
284
209
  type: import("vue").PropType<ColsValue>;
285
- required: boolean;
286
- default?: ColsValue;
210
+ };
211
+ "align-self": {
212
+ type: import("vue").PropType<AlignmentType>;
213
+ };
214
+ alignSelf: {
215
+ type: import("vue").PropType<AlignmentType>;
287
216
  };
288
217
  class: {
289
218
  type: import("vue").PropType<String | String[]>;
@@ -304,7 +233,9 @@ declare const _default: {
304
233
  md?: ColsValue;
305
234
  lg?: ColsValue;
306
235
  class?: String | String[];
236
+ alignSelf?: AlignmentType;
307
237
  xl?: ColsValue;
238
+ "align-self"?: AlignmentType;
308
239
  cols?: ColsValue;
309
240
  }>;
310
241
  };
@@ -1,9 +1,10 @@
1
+ export type DialogType = "save-cancel" | "confirm" | "ok-cancel" | "default" | "admin";
1
2
  export declare const DialogStyles: {
2
3
  templateTitle: string;
3
4
  titleWrapper: string;
4
5
  fixedContent: (backgroundColor: string) => string;
5
6
  activator: string;
6
- contentScrollWrapper: (customScroll: boolean, hasButtons: any, fullSize: any) => string;
7
+ contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: DialogType) => string;
7
8
  notScrollOutside: string;
8
9
  iconWrapper: (dark: boolean) => string;
9
10
  footerWrapper: (backgroundColor: string) => string;