@omnia/fx 7.0.533-dev → 8.0.1-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 (708) hide show
  1. package/internal-do-not-import-from-here/console/components/Console.d.ts +4 -5
  2. package/internal-do-not-import-from-here/console/components/MessageBusSubscriptionsViewer.d.ts +3 -3
  3. package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +45 -5
  4. package/internal-do-not-import-from-here/console/components/StoreLogviewer.d.ts +3 -3
  5. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +6 -3
  6. package/internal-do-not-import-from-here/index.d.ts +22 -4
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  9. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  10. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  11. package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +0 -6
  12. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +1 -7
  13. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +1 -7
  14. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -0
  15. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -0
  16. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +0 -1
  17. package/internal-do-not-import-from-here/shared/models/theming/index.js +0 -1
  18. package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +3 -2
  19. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +1 -1
  20. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/Exposes.d.ts +3 -2
  22. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +11 -26
  23. package/internal-do-not-import-from-here/ux/TsxAllowUnknowProperties.d.ts +6 -2
  24. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +104 -20
  25. package/internal-do-not-import-from-here/{vue → ux}/VueWebComponentSlot.d.ts +3 -4
  26. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +5 -5
  27. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +3 -3
  30. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +60 -14
  32. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/HeaderRenderer.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/FilterTab.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/GeneralTab.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.d.ts +3 -3
  41. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardView.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardViewSettings.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListViewSettings.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +62 -15
  46. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +3 -1
  47. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +62 -15
  48. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +6 -2
  49. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +5 -2
  50. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +5 -2
  51. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +5 -2
  52. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +65 -5
  53. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +11 -2
  54. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +8 -2
  55. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +4 -2
  56. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +7 -2
  57. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +5 -2
  58. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +7 -2
  59. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +65 -5
  60. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +5 -2
  61. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +6 -6
  62. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +4 -2
  63. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +5 -2
  64. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +65 -5
  66. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +5 -2
  67. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +58 -13
  68. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +7 -2
  69. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +4 -2
  70. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +65 -5
  71. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +5 -2
  72. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +9 -2
  73. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +9 -2
  74. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +9 -2
  75. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +10 -3
  76. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +9 -2
  77. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +9 -2
  78. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +5 -2
  79. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/appprovisioning/appinstancedeleteblade/AppInstanceDeleteBlade.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/appprovisioning/appinstancedeleteblade/IAppInstanceDeleteBlade.d.ts +3 -2
  82. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/IAppInstanceEditingJourney.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/appprovisioning/appinstancepermissionblade/AppInstancePermissionBlade.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/appprovisioning/appinstancepermissionblade/IAppInstancePermissionBlade.d.ts +3 -2
  88. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/IAppInstanceProgressBlade.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceroutepathblade/AppInstanceRoutePathBlade.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceroutepathblade/IAppInstanceRoutePathBlade.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/IAppPropertiesInput.d.ts +1 -0
  94. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/AppPropertyNamingPolicyInput.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/IAppPropertyNamingPolicyInput.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/IAppInstanceEnterprisePropertiesStep.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +7 -5
  105. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +10 -1
  106. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +4 -2
  107. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +2 -1
  108. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +52 -10
  109. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +3 -1
  110. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +3 -1
  112. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -3
  115. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +4 -2
  116. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstancePermissionsVueComponent.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -1
  119. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +1 -0
  120. package/internal-do-not-import-from-here/ux/appprovisioning/renderer/IValidatorWrapper.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/appprovisioning/summary/PropertiesStepSummary.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/appprovisioning/summary/UsersStepSummary.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -3
  126. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +45 -5
  127. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +4 -2
  128. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +4 -2
  129. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +4 -2
  130. package/internal-do-not-import-from-here/ux/blades/BladeHeader.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/blades/IBladeHeader.d.ts +1 -1
  132. package/internal-do-not-import-from-here/ux/button/Button.d.ts +2 -2
  133. package/internal-do-not-import-from-here/ux/button/IButton.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/colorpicker/ColorPicker.d.ts +1 -1
  135. package/internal-do-not-import-from-here/ux/colorpicker/IColorPicker.d.ts +2 -1
  136. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +45 -5
  137. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +54 -11
  138. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +54 -11
  139. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +45 -5
  140. package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +45 -5
  141. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -6
  142. package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +3 -2
  144. package/internal-do-not-import-from-here/ux/connectedtenantpicker/ConnectedTenantPicker.d.ts +3 -3
  145. package/internal-do-not-import-from-here/ux/connectedtenantpicker/IConnectedTenantPicker.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/contentdialog/ContentDialog.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/contextlanguagepicker/ContextLanguagePicker.d.ts +3 -3
  148. package/internal-do-not-import-from-here/ux/contextlanguagepicker/IContextLanguagePicker.d.ts +1 -1
  149. package/internal-do-not-import-from-here/ux/datatable/Datatable.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/datatable/IDatatable.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +45 -5
  153. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +45 -5
  154. package/internal-do-not-import-from-here/ux/decorators/Emit.d.ts +6 -0
  155. package/internal-do-not-import-from-here/ux/decorators/Helpers.d.ts +16 -0
  156. package/internal-do-not-import-from-here/ux/decorators/Prop.d.ts +9 -0
  157. package/internal-do-not-import-from-here/ux/decorators/Props.d.ts +33 -0
  158. package/internal-do-not-import-from-here/ux/decorators/Vue.d.ts +91 -0
  159. package/internal-do-not-import-from-here/ux/decorators/Watch.d.ts +8 -0
  160. package/internal-do-not-import-from-here/ux/decorators/index.d.ts +5 -0
  161. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +97 -32
  162. package/internal-do-not-import-from-here/ux/directives/LinkHandler/LinkHandler.d.ts +17 -2
  163. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +3 -3
  164. package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +3 -2
  165. package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +62 -12
  166. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +1 -1
  167. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IActionToolbar.d.ts +3 -3
  169. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IDisplaySettingsToolbar.d.ts +3 -2
  170. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +1 -1
  172. package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +3 -2
  173. package/internal-do-not-import-from-here/ux/editorchrome/navigation/EditorChromeNavigation.d.ts +3 -4
  174. package/internal-do-not-import-from-here/ux/editorchrome/navigation_drawer/NavigationDrawer.d.ts +1 -1
  175. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +1 -1
  177. package/internal-do-not-import-from-here/ux/enterpriseglossary/IEnterpriseGlossaryPicker.d.ts +1 -1
  178. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/booleanfield/BooleanFieldDisplay.d.ts +1 -1
  179. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/booleanfield/IBooleanFieldDisplay.d.ts +3 -2
  180. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +6 -4
  181. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/IDataFieldDisplay.d.ts +3 -2
  182. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay.d.ts +3 -3
  183. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/IDatetimeFieldDisplay.d.ts +3 -2
  184. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/languagefield/ILanguageFieldDisplay.d.ts +3 -2
  185. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/languagefield/LanguageFieldDisplay.d.ts +3 -3
  186. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/IPersonFieldDisplay.d.ts +3 -2
  187. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/richtextfield/IRichTextFieldDisplay.d.ts +1 -1
  189. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/richtextfield/RichTextFieldDisplay.d.ts +3 -3
  190. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/ITagsPropertyDisplay.d.ts +1 -1
  191. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +4 -4
  192. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/textfield/ITextFieldDisplay.d.ts +3 -2
  193. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/textfield/TextFieldDisplay.d.ts +3 -3
  194. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/BooleanFieldEdit.d.ts +1 -1
  195. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/IBooleanFieldEdit.d.ts +3 -2
  196. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +4 -2
  197. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +3 -2
  198. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -1
  199. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +3 -2
  200. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/languagefield/ILanguageFieldEdit.d.ts +3 -2
  201. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/languagefield/LanguageFieldEdit.d.ts +1 -1
  202. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/INumberFieldEdit.d.ts +3 -2
  203. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/NumberFieldEdit.d.ts +1 -1
  204. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +3 -2
  205. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/IRichTextFieldEdit.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +1 -1
  209. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +2 -2
  210. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +3 -2
  211. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +1 -1
  212. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  213. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -1
  214. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +58 -13
  215. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/booleanfield/BooleanFieldValueDefinition.d.ts +1 -1
  216. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/booleanfield/IBooleanFieldValueDefinition.d.ts +3 -2
  217. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datafield/DataFieldValueDefinition.d.ts +4 -2
  218. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datafield/IDataFieldValueDefinition.d.ts +3 -2
  219. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datetimefield/DateTimeFieldValueDefinition.d.ts +1 -1
  220. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datetimefield/IDateTimeFieldValueDefinition.d.ts +3 -2
  221. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/languagefield/ILanguageFieldValueDefinition.d.ts +3 -2
  222. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/languagefield/LanguageFieldValueDefinition.d.ts +1 -1
  223. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/mediafield/IMediaFieldValueDefinition.d.ts +3 -2
  224. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/mediafield/MediaFieldValueDefinition.d.ts +1 -1
  225. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/numberfield/INumberFieldValueDefinition.d.ts +3 -2
  226. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/numberfield/NumberFieldValueDefinition.d.ts +1 -1
  227. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/persionfield/IPersonFieldValueDefinition.d.ts +3 -2
  228. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/persionfield/PersonFieldValueDefinition.d.ts +1 -1
  229. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/richtextfield/IRichTextFieldValueDefinition.d.ts +3 -2
  230. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/richtextfield/RichTextFieldValueDefinition.d.ts +1 -1
  231. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/tagsproperty/ITagsPropertyValueDefinition.d.ts +1 -1
  232. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/tagsproperty/TagsPropertyValueDefinition.d.ts +1 -1
  233. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/textfield/ITextFieldValueDefinition.d.ts +3 -2
  234. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/textfield/TextFieldValueDefinition.d.ts +1 -1
  235. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -1
  236. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/IEnterprisePropertySetPicker.d.ts +1 -1
  237. package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +2 -2
  238. package/internal-do-not-import-from-here/ux/errormessage/IErrorMessage.d.ts +1 -1
  239. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +1 -1
  240. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +3 -3
  241. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +3 -3
  242. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +3 -3
  243. package/internal-do-not-import-from-here/ux/features/IFeaturesJourney.d.ts +3 -2
  244. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +1 -1
  245. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +4 -2
  246. package/internal-do-not-import-from-here/ux/features/testfeaturescomponent/ITestFeaturesComponent.d.ts +3 -2
  247. package/internal-do-not-import-from-here/ux/features/testfeaturescomponent/TestFeaturesComponent.d.ts +3 -1
  248. package/internal-do-not-import-from-here/ux/filepicker/FilePickerRenderer.d.ts +2 -2
  249. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  250. package/internal-do-not-import-from-here/ux/fileuploader/IFileUploader.d.ts +1 -1
  251. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +68 -18
  252. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +4 -2
  253. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +56 -12
  254. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +65 -5
  255. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +52 -10
  256. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +52 -10
  257. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +52 -10
  258. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +52 -10
  259. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +8 -2
  260. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +4 -2
  261. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +8 -2
  262. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +5 -2
  263. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +52 -10
  264. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +52 -10
  265. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +54 -11
  266. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +54 -11
  267. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +54 -11
  268. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +54 -11
  269. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +54 -11
  270. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +6 -2
  271. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +60 -14
  272. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +62 -15
  273. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +60 -14
  274. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +62 -15
  275. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +60 -14
  276. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +62 -15
  277. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +60 -14
  278. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +62 -15
  279. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +60 -14
  280. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +62 -15
  281. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +0 -2
  282. package/internal-do-not-import-from-here/ux/filterengine/shared/BasePropertySettings.d.ts +1 -1
  283. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  284. package/internal-do-not-import-from-here/ux/governancedashboard/IBarChartIndicator.d.ts +1 -1
  285. package/internal-do-not-import-from-here/ux/governancedashboard/INumericIndicator.d.ts +1 -1
  286. package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
  287. package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +62 -12
  288. package/internal-do-not-import-from-here/ux/heading/EditTitleComponent.d.ts +3 -3
  289. package/internal-do-not-import-from-here/ux/heading/Heading.d.ts +6 -6
  290. package/internal-do-not-import-from-here/ux/heading/IHeading.d.ts +1 -1
  291. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +1 -1
  292. package/internal-do-not-import-from-here/ux/helptext/IHelpText.d.ts +3 -2
  293. package/internal-do-not-import-from-here/ux/icon/IIcon.d.ts +1 -1
  294. package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +6 -6
  295. package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +5 -1
  296. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +6 -6
  297. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +107 -33
  298. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +2 -2
  299. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +56 -12
  300. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +7 -2
  301. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +56 -12
  302. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +102 -35
  303. package/internal-do-not-import-from-here/ux/iframe/IResizingIFrame.d.ts +3 -2
  304. package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +3 -3
  305. package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +1 -1
  306. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +2 -2
  307. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageRollup/ImageRollup.d.ts +1 -1
  308. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageSetting/ImageSetting.d.ts +1 -1
  309. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformCropper/ImageTransformCropper.d.ts +1 -1
  310. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +3 -3
  311. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +1 -1
  312. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFlipper/ImageTransformFlipper.d.ts +1 -1
  313. package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +1 -1
  314. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +4 -4
  315. package/internal-do-not-import-from-here/ux/index.d.ts +0 -2
  316. package/internal-do-not-import-from-here/ux/inputlanguagepicker/IInputLanguagePicker.d.ts +3 -2
  317. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +2 -2
  318. package/internal-do-not-import-from-here/ux/inputtoken/IInputToken.d.ts +1 -1
  319. package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +1 -1
  320. package/internal-do-not-import-from-here/ux/journey/IJourney.d.ts +1 -1
  321. package/internal-do-not-import-from-here/ux/journey/IMenuBlade.d.ts +1 -1
  322. package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +1 -1
  323. package/internal-do-not-import-from-here/ux/journey/MenuBlade.d.ts +1 -1
  324. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +2 -1
  325. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
  326. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/ILayoutEditorCanvas.d.ts +1 -1
  327. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +2 -2
  328. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  329. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +1 -1
  330. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +1 -1
  331. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +1 -1
  332. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +5 -5
  333. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/IDeveloperTools.d.ts +1 -1
  334. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +1 -1
  335. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +1 -1
  336. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/OneColumnIcon.d.ts +4 -4
  337. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnHeroIcon.d.ts +4 -4
  338. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnIcon.d.ts +4 -4
  339. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnPageIcon.d.ts +4 -4
  340. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/TwoColumnIcon.d.ts +4 -4
  341. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  342. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +2 -2
  343. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +1 -1
  344. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +2 -2
  345. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +1 -1
  346. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +1 -1
  347. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionStepper.d.ts +1 -1
  348. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +7 -7
  349. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -1
  350. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -1
  351. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/ILayoutTemplateSelector.d.ts +2 -1
  352. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/LayoutTemplateSelector.d.ts +4 -4
  353. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BackgroundSettings.d.ts +3 -3
  354. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +1 -1
  355. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
  356. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/IBackgroundSettings.d.ts +1 -1
  357. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/IImageBackgroundSettings.d.ts +2 -1
  358. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ILayoutClipboard.d.ts +1 -1
  359. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ImageBackgroundSettings.d.ts +1 -1
  360. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.d.ts +3 -3
  361. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutSettingsPanel.d.ts +3 -3
  362. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -1
  363. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.d.ts +3 -3
  364. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +7 -7
  365. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +2 -2
  366. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +1 -1
  367. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +1 -1
  368. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +1 -1
  369. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +1 -1
  370. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +1 -1
  371. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +1 -1
  372. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
  373. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +9 -9
  374. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +1 -1
  375. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitleSettings.d.ts +1 -1
  376. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +1 -1
  377. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +1 -1
  378. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSettingsComponent.d.ts +1 -1
  379. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +1 -1
  380. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +1 -1
  381. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +1 -1
  382. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +1 -1
  383. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +1 -1
  384. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +1 -1
  385. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +1 -1
  386. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +1 -1
  387. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +1 -1
  388. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +1 -1
  389. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +1 -1
  390. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +1 -1
  391. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +1 -1
  392. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +1 -1
  393. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +1 -1
  394. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +2 -2
  395. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
  396. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -1
  397. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +1 -1
  398. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/tabs/TabLayoutSettings.d.ts +1 -1
  399. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  400. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +1 -1
  401. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +1 -1
  402. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +2 -2
  403. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +1 -1
  404. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  405. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +1 -1
  406. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  407. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -1
  408. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +7 -7
  409. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
  410. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +1 -1
  411. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/ReactiveLayoutItemsSettingsStore.d.ts +0 -1
  412. package/internal-do-not-import-from-here/ux/letteravatar/ILetterAvatar.d.ts +1 -1
  413. package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +3 -3
  414. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +56 -12
  415. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +45 -5
  416. package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +1 -1
  417. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +1 -1
  418. package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +3 -3
  419. package/internal-do-not-import-from-here/ux/mediapickerimage/IMediaPickerImage.d.ts +1 -1
  420. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  421. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/IMicrosoftStreamProvider.d.ts +1 -1
  422. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +1 -1
  423. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/IYouTubeProvider.d.ts +1 -1
  424. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +1 -1
  425. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/BingProvider.d.ts +1 -1
  426. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/IBingProvider.d.ts +1 -1
  427. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +1 -1
  428. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +1 -1
  429. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -2
  430. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +1 -1
  431. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/IMyComputerProvider.d.ts +1 -1
  432. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +1 -1
  433. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/IPexelProvider.d.ts +1 -1
  434. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.d.ts +1 -1
  435. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +1 -1
  436. package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +1 -1
  437. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +1 -1
  438. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +3 -1
  439. package/internal-do-not-import-from-here/ux/multilingualinput/IMultilingualInput.d.ts +3 -3
  440. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +6 -6
  441. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +68 -18
  442. package/internal-do-not-import-from-here/ux/organizationtree/IOrganizationTree.d.ts +3 -2
  443. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -2
  444. package/internal-do-not-import-from-here/ux/organizationtree/reportees/IReportees.d.ts +3 -2
  445. package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +1 -1
  446. package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +3 -2
  447. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +3 -3
  448. package/internal-do-not-import-from-here/ux/persona/IPersona.d.ts +3 -2
  449. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  450. package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +45 -5
  451. package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +8 -8
  452. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/FileUploaderTab.d.ts +3 -3
  453. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MediaPickerTab.d.ts +1 -1
  454. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MultilingualInputTab.d.ts +3 -3
  455. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/RichtextEditorTab.d.ts +1 -1
  456. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/SharePointPermissionTab.d.ts +4 -4
  457. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TermPickerTab.d.ts +3 -3
  458. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TestChart.d.ts +3 -3
  459. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TimePeriodPickerTab.d.ts +3 -3
  460. package/internal-do-not-import-from-here/ux/playground_test/testvalidate/DemoValidate.d.ts +1 -1
  461. package/internal-do-not-import-from-here/ux/playground_test/testvalidate/IDemoValidate.d.ts +3 -2
  462. package/internal-do-not-import-from-here/ux/playground_test/testvalidate/SubComponent1.d.ts +1 -1
  463. package/internal-do-not-import-from-here/ux/post/Post.d.ts +7 -7
  464. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
  465. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +1 -1
  466. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +65 -5
  467. package/internal-do-not-import-from-here/ux/profilecard/IProfileCard.d.ts +3 -3
  468. package/internal-do-not-import-from-here/ux/profilecard/IProfileCardDialog.d.ts +3 -2
  469. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +4 -1
  470. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardDialog.d.ts +2 -3
  471. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +54 -11
  472. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -1
  473. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/IAboutUser.d.ts +3 -2
  474. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +45 -5
  475. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +45 -5
  476. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +45 -5
  477. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +45 -5
  478. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +45 -5
  479. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +45 -5
  480. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +45 -5
  481. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +45 -5
  482. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +45 -5
  483. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +45 -5
  484. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +45 -5
  485. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +45 -5
  486. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +45 -5
  487. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +45 -5
  488. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +45 -5
  489. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +45 -5
  490. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +45 -5
  491. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +45 -5
  492. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +45 -5
  493. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +45 -5
  494. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +45 -5
  495. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +45 -5
  496. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +45 -5
  497. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +45 -5
  498. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +45 -5
  499. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +45 -5
  500. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +45 -5
  501. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +45 -5
  502. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +45 -5
  503. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +45 -5
  504. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +45 -5
  505. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +45 -5
  506. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +45 -5
  507. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +45 -5
  508. package/internal-do-not-import-from-here/ux/properties/models/Properties.d.ts +0 -21
  509. package/internal-do-not-import-from-here/ux/properties/models/index.d.ts +1 -1
  510. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +46 -5
  511. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +45 -5
  512. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +58 -13
  513. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +66 -14
  514. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +52 -10
  515. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +1 -1
  516. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorSettings.d.ts +3 -2
  517. package/internal-do-not-import-from-here/ux/richtexteditor/MarkExtension.d.ts +1 -1
  518. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +1 -1
  519. package/internal-do-not-import-from-here/ux/richtexteditor/NodeExtension.d.ts +1 -1
  520. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +12 -6
  521. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +5 -5
  522. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorTester.d.ts +3 -3
  523. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +1 -1
  524. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +2 -2
  525. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifMenu.d.ts +1 -1
  526. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifToolbar.d.ts +1 -1
  527. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteToolbar.d.ts +1 -1
  528. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +1 -1
  529. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +1 -1
  530. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeToolbar.d.ts +1 -1
  531. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockToolbar.d.ts +1 -1
  532. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerToolbar.d.ts +1 -1
  533. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +3 -1
  534. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +1 -1
  535. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +4 -2
  536. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +1 -1
  537. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleToolbar.d.ts +1 -1
  538. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +2 -2
  539. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +1 -1
  540. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +1 -1
  541. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +1 -1
  542. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +1 -1
  543. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +1 -1
  544. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +1 -1
  545. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeToolbar.d.ts +1 -1
  546. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableSubToolbar.d.ts +14 -14
  547. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +2 -2
  548. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorToolbar.d.ts +1 -1
  549. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslatorToolbar.d.ts +1 -1
  550. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListToolbar.d.ts +1 -1
  551. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +1 -1
  552. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/IRichTextEditorRenderer.d.ts +1 -1
  553. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +1 -1
  554. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  555. package/internal-do-not-import-from-here/ux/rollupfilter/IRollupFilter.d.ts +3 -2
  556. package/internal-do-not-import-from-here/ux/rollupfilter/IRollupFilterPicker.d.ts +3 -2
  557. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +17 -13
  558. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterPicker.d.ts +1 -1
  559. package/internal-do-not-import-from-here/ux/securitytrimer/ISecurityTrimer.d.ts +3 -2
  560. package/internal-do-not-import-from-here/ux/securitytrimer/SecurityTrimer.d.ts +2 -2
  561. package/internal-do-not-import-from-here/ux/selection/ISelection.d.ts +1 -1
  562. package/internal-do-not-import-from-here/ux/selection/SelectionComponent.d.ts +1 -1
  563. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +3 -2
  564. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  565. package/internal-do-not-import-from-here/ux/shapedivider/IShapeDivider.d.ts +1 -1
  566. package/internal-do-not-import-from-here/ux/shapedivider/IShapeDividerSettings.d.ts +1 -1
  567. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +13 -13
  568. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDividerSettings.d.ts +1 -1
  569. package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +1 -1
  570. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +52 -10
  571. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +45 -5
  572. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +45 -5
  573. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +60 -14
  574. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +5 -2
  575. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +5 -2
  576. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +5 -2
  577. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +45 -5
  578. package/internal-do-not-import-from-here/ux/sitelogoicon/ISiteLogoIcon.d.ts +1 -1
  579. package/internal-do-not-import-from-here/ux/sitelogoicon/SiteLogoIcon.d.ts +3 -3
  580. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +7 -7
  581. package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +3 -3
  582. package/internal-do-not-import-from-here/ux/social/IComment.d.ts +1 -1
  583. package/internal-do-not-import-from-here/ux/social/ILike.d.ts +2 -1
  584. package/internal-do-not-import-from-here/ux/social/IPeopleTagging.d.ts +2 -1
  585. package/internal-do-not-import-from-here/ux/social/Like.d.ts +7 -5
  586. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  587. package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +1 -1
  588. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -1
  589. package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +1 -1
  590. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +3 -3
  591. package/internal-do-not-import-from-here/ux/spacingpicker/ISpacingPicker.d.ts +1 -1
  592. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker.d.ts +3 -3
  593. package/internal-do-not-import-from-here/ux/statusmessageoverlay/IStatusMessageOverlay.d.ts +1 -1
  594. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +3 -3
  595. package/internal-do-not-import-from-here/ux/tag/HashTagList.d.ts +1 -1
  596. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +5 -1
  597. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +3 -3
  598. package/internal-do-not-import-from-here/ux/texttranslator/ITextTranslator.d.ts +3 -2
  599. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +1 -1
  600. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +3 -3
  601. package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +1 -1
  602. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +9 -9
  603. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +32 -9
  604. package/internal-do-not-import-from-here/ux/theming-v2/styling/themeStyling.d.ts +1 -10
  605. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +54 -19
  606. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +53 -14
  607. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.d.ts +1 -1
  608. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +1 -1
  609. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewer.d.ts +1 -1
  610. package/internal-do-not-import-from-here/ux/timeperiodpicker/ITimePeriodPicker.d.ts +2 -1
  611. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +3 -3
  612. package/internal-do-not-import-from-here/ux/timezonepicker/ITimeZonePicker.d.ts +2 -1
  613. package/internal-do-not-import-from-here/ux/timezonepicker/TimeZonePicker.d.ts +3 -3
  614. package/internal-do-not-import-from-here/ux/urlinput/IUrlInput.d.ts +3 -3
  615. package/internal-do-not-import-from-here/ux/urlinput/UrlInput.d.ts +3 -3
  616. package/internal-do-not-import-from-here/ux/use/Types.d.ts +4 -4
  617. package/internal-do-not-import-from-here/ux/use/UseBreakPoint.d.ts +1 -2
  618. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +10 -4
  619. package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +64 -13
  620. package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +54 -11
  621. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +45 -5
  622. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +45 -5
  623. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +45 -5
  624. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +45 -5
  625. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +62 -15
  626. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +52 -10
  627. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +58 -13
  628. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +3 -1
  629. package/internal-do-not-import-from-here/ux/validation/IFieldValidation.d.ts +3 -2
  630. package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlock.d.ts +45 -5
  631. package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlockSettings.d.ts +45 -5
  632. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  633. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +4 -8
  634. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +5 -9
  635. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +61 -14
  636. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +1 -1
  637. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +1 -1
  638. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +1 -1
  639. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +1 -1
  640. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  641. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +1 -1
  642. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +1 -1
  643. package/internal-do-not-import-from-here/ux/velcron/editor/components/ShareApp.d.ts +1 -1
  644. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +1 -1
  645. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +1 -1
  646. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +1 -1
  647. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +1 -1
  648. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +1 -1
  649. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts +56 -12
  650. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +54 -11
  651. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +54 -11
  652. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +1 -1
  653. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +54 -11
  654. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +54 -11
  655. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +65 -14
  656. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +1 -1
  657. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +1 -1
  658. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +1 -1
  659. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +1 -1
  660. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +1 -1
  661. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +1 -1
  662. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +1 -1
  663. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +1 -1
  664. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +1 -1
  665. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +1 -1
  666. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +1 -1
  667. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +1 -1
  668. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +1 -1
  669. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +1 -1
  670. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +1 -1
  671. package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +1 -1
  672. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +2 -2
  673. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
  674. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +1 -1
  675. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +1 -1
  676. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +1 -1
  677. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +64 -16
  678. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +1 -1
  679. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +1 -1
  680. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -1
  681. package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +2 -2
  682. package/internal-do-not-import-from-here/ux/versionedlayout/editor/messages/checkedbyother/CheckedOutByOtherMessage.d.ts +1 -1
  683. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +1 -1
  684. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +1 -1
  685. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionUserInfo.d.ts +1 -1
  686. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +3 -3
  687. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +69 -19
  688. package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +1 -1
  689. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +4 -65
  690. package/internal-do-not-import-from-here/ux/vuetify/input/VSelect.d.ts +1 -1
  691. package/internal-do-not-import-from-here/ux/vuetify/stepper/VStepperItems.d.ts +1 -4
  692. package/internal-do-not-import-from-here/ux/vuetify/types.d.ts +10 -2
  693. package/internal-do-not-import-from-here/ux/welcome/Welcome.d.ts +3 -3
  694. package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +2 -1
  695. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +4 -4
  696. package/internal-do-not-import-from-here/vue/VueApp.d.ts +2 -0
  697. package/internal-do-not-import-from-here/vue/VueBundler.d.ts +1 -0
  698. package/internal-do-not-import-from-here/vue/VueHooks.d.ts +20 -0
  699. package/internal-do-not-import-from-here/vue/VueHotReloadApi.d.ts +1 -12
  700. package/internal-do-not-import-from-here/vue/index.d.ts +2 -1
  701. package/internal-do-not-import-from-here/vue/vuecustomelement/CreateVueInstance.d.ts +1 -1
  702. package/internal-do-not-import-from-here/vue/vuecustomelement/VueCustomElement.d.ts +2 -7
  703. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  704. package/internal-do-not-import-from-here/wctypings.d.ts +128 -129
  705. package/package.json +4 -7
  706. package/internal-do-not-import-from-here/shared/models/theming/ThemeMethods.d.ts +0 -11
  707. package/internal-do-not-import-from-here/shared/models/theming/ThemeMethods.js +0 -143
  708. package/internal-do-not-import-from-here/ux/shim-tsx.d.ts +0 -14
@@ -1,5 +1,4 @@
1
1
  import { VueComponentBaseProps } from "./ux/index";
2
- import * as base from "vue-tsx-support/types/base";
3
2
  import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/MessageOverlay';
4
3
  import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
5
4
  import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
@@ -128,139 +127,139 @@ import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRen
128
127
  import wcba03fc7e6921468289c0a0ffe0cf942e from './ux/versionedlayout/renderer/VersionedLayoutRenderer';
129
128
  import wc73154f51a92944acbe248779a3fa7ef5 from './ux/versionedlayout/editor/VersionedLayoutEditor';
130
129
  declare global {
131
- namespace VueTsxSupport.JSX {
130
+ namespace JSX {
132
131
  interface Element {
133
132
  }
134
133
  interface ElementClass {
135
134
  }
136
135
  interface IntrinsicElements {
137
- "omfx-dev-message": base.CombinedTsxComponentAttrs<typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
138
- "omfx-filterengine-taxonomy-propertysettings": base.CombinedTsxComponentAttrs<typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
139
- "omfx-filterengine-taxonomy-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
140
- "omfx-taxonomy-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
141
- "omfx-filterengine-selectionsarea-taxonomyproperty": base.CombinedTsxComponentAttrs<typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
142
- "omfx-properties-term-set-display": base.CombinedTsxComponentAttrs<typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
143
- "omfx-properties-term-set-editor": base.CombinedTsxComponentAttrs<typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
144
- "omfx-properties-term-set-configuration": base.CombinedTsxComponentAttrs<typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
145
- "omfx-properties-sharepoint-user-provider-display": base.CombinedTsxComponentAttrs<typeof wcc4e43a3ff52f46c0bb86924e5d0af1e8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
146
- "omfx-properties-sharepoint-user-provider-editor": base.CombinedTsxComponentAttrs<typeof wc8bbb21b589db4b4e88cca21a964710c9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
147
- "omfx-app-instance-rollup": base.CombinedTsxComponentAttrs<typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
148
- "omfx-app-management": base.CombinedTsxComponentAttrs<typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
149
- "omfx-app-management-instance-tab": base.CombinedTsxComponentAttrs<typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
150
- "omfx-app-management-template-tab": base.CombinedTsxComponentAttrs<typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
151
- "omfx-app-management-layout-tab": base.CombinedTsxComponentAttrs<typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
152
- "omfx-app-management-namingpolicy-tab": base.CombinedTsxComponentAttrs<typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
153
- "omfx-tab-management": base.CombinedTsxComponentAttrs<typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
154
- "omfx-add-button": base.CombinedTsxComponentAttrs<typeof wc1476702e8f24468d9185322be5931c54.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
155
- "omfx-app-show-in-public-listings-input": base.CombinedTsxComponentAttrs<typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
156
- "omfx-authsetup": base.CombinedTsxComponentAttrs<typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
157
- "omfx-command-palette": base.CombinedTsxComponentAttrs<typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
158
- "omfx-date-time-zone-picker": base.CombinedTsxComponentAttrs<typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
159
- "omfx-date-time-zone-renderer": base.CombinedTsxComponentAttrs<typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
160
- "omfx-dialog": base.CombinedTsxComponentAttrs<typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
161
- "omfx-dynamicgroup-property-editor-renderer": base.CombinedTsxComponentAttrs<typeof wc2402bfd5328b4234bbedb24a71cfc2a0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
162
- "omfx-enterpriseproperties-extended-property-settings": base.CombinedTsxComponentAttrs<typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
163
- "omfx-filterengine-person-propertysettings": base.CombinedTsxComponentAttrs<typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
164
- "omfx-filterengine-person-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
165
- "omfx-filterengine-text-propertysettings": base.CombinedTsxComponentAttrs<typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
166
- "omfx-filterengine-text-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
167
- "omfx-filterengine-boolean-propertysettings": base.CombinedTsxComponentAttrs<typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
168
- "omfx-filterengine-boolean-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
169
- "omfx-filterengine-datetime-propertysettings": base.CombinedTsxComponentAttrs<typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
170
- "omfx-filterengine-datetime-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
171
- "omfx-filterengine-number-propertysettings": base.CombinedTsxComponentAttrs<typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
172
- "omfx-filterengine-number-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
173
- "omfx-filterengine-settings": base.CombinedTsxComponentAttrs<typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
174
- "omfx-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
175
- "omfx-person-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
176
- "omfx-filterengine-selectionsarea": base.CombinedTsxComponentAttrs<typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
177
- "omfx-filterengine-selectionsarea-personproperty": base.CombinedTsxComponentAttrs<typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
178
- "omfx-text-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
179
- "omfx-boolean-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
180
- "omfx-date-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
181
- "omfx-number-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
182
- "omfx-filterengine-selectionsarea-booleanproperty": base.CombinedTsxComponentAttrs<typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
183
- "omfx-filterengine-selectionsarea-textproperty": base.CombinedTsxComponentAttrs<typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
184
- "omfx-filterengine-selectionsarea-datetimeproperty": base.CombinedTsxComponentAttrs<typeof wc63a474f600324efc9148ceeab9202778.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
185
- "omfx-filterengine-selectionsarea-numberproperty": base.CombinedTsxComponentAttrs<typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
186
- "omfx-filterengine-dialog-content": base.CombinedTsxComponentAttrs<typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
187
- "omfx-group-property-editor-renderer": base.CombinedTsxComponentAttrs<typeof wc6c7a23eae5d8435fa229c59d40d5e037.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
188
- "omfx-identity-renderer": base.CombinedTsxComponentAttrs<typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
189
- "omfx-identity-sync-property-binding-setup": base.CombinedTsxComponentAttrs<typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
190
- "omfx-identity-sync-rule-setup": base.CombinedTsxComponentAttrs<typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
191
- "omfx-identity-picker": base.CombinedTsxComponentAttrs<typeof wcba60557e3daf48208c919a1806502df5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
192
- "omfx-limited-label": base.CombinedTsxComponentAttrs<typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
193
- "omfx-magiclink": base.CombinedTsxComponentAttrs<typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
194
- "omfx-option-picker": base.CombinedTsxComponentAttrs<typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
195
- "omnia-play-2": base.CombinedTsxComponentAttrs<typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
196
- "omfx-presetup-wizard": base.CombinedTsxComponentAttrs<typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
197
- "omfx-profilecard-renderer": base.CombinedTsxComponentAttrs<typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
198
- "omfx-properties-birthday-display": base.CombinedTsxComponentAttrs<typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
199
- "omfx-properties-birthday-editor": base.CombinedTsxComponentAttrs<typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
200
- "omfx-properties-date-time-display": base.CombinedTsxComponentAttrs<typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
201
- "omfx-properties-date-time-editor": base.CombinedTsxComponentAttrs<typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
202
- "omfx-properties-date-display": base.CombinedTsxComponentAttrs<typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
203
- "omfx-properties-date-editor": base.CombinedTsxComponentAttrs<typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
204
- "omfx-properties-email-display": base.CombinedTsxComponentAttrs<typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
205
- "omfx-properties-email-editor": base.CombinedTsxComponentAttrs<typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
206
- "omfx-properties-html-display": base.CombinedTsxComponentAttrs<typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
207
- "omfx-properties-html-editor": base.CombinedTsxComponentAttrs<typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
208
- "omfx-properties-html-configuration": base.CombinedTsxComponentAttrs<typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
209
- "omfx-properties-identity-display": base.CombinedTsxComponentAttrs<typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
210
- "omfx-properties-identity-editor": base.CombinedTsxComponentAttrs<typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
211
- "omfx-properties-identity-configuration": base.CombinedTsxComponentAttrs<typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
212
- "omfx-properties-image-display": base.CombinedTsxComponentAttrs<typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
213
- "omfx-properties-image-configuration": base.CombinedTsxComponentAttrs<typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
214
- "omfx-properties-image-editor": base.CombinedTsxComponentAttrs<typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
215
- "omfx-properties-language-display": base.CombinedTsxComponentAttrs<typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
216
- "omfx-properties-language-editor": base.CombinedTsxComponentAttrs<typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
217
- "omfx-properties-link-display": base.CombinedTsxComponentAttrs<typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
218
- "omfx-properties-link-editor": base.CombinedTsxComponentAttrs<typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
219
- "omfx-properties-link-configuration": base.CombinedTsxComponentAttrs<typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
220
- "omfx-properties-multilinetext-display": base.CombinedTsxComponentAttrs<typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
221
- "omfx-properties-multilinetext-editor": base.CombinedTsxComponentAttrs<typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
222
- "omfx-properties-multilingualtext-display": base.CombinedTsxComponentAttrs<typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
223
- "omfx-properties-multilingualtext-editor": base.CombinedTsxComponentAttrs<typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
224
- "omfx-properties-phone-number-display": base.CombinedTsxComponentAttrs<typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
225
- "omfx-properties-phone-number-editor": base.CombinedTsxComponentAttrs<typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
226
- "omfx-properties-text-display": base.CombinedTsxComponentAttrs<typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
227
- "omfx-properties-text-editor": base.CombinedTsxComponentAttrs<typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
228
- "omfx-properties-time-display": base.CombinedTsxComponentAttrs<typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
229
- "omfx-properties-time-editor": base.CombinedTsxComponentAttrs<typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
230
- "omfx-property-picker": base.CombinedTsxComponentAttrs<typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
231
- "omfx-property-renderer": base.CombinedTsxComponentAttrs<typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
232
- "omfx-property-datasource-renderer": base.CombinedTsxComponentAttrs<typeof wc089c74fc73af4e9f920237c71b475d8b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
233
- "omfx-property-input": base.CombinedTsxComponentAttrs<typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
234
- "omfx-app-legacy-enterprise-properties-display": base.CombinedTsxComponentAttrs<typeof wc646cfdda09044ebc9339f2ac31318512.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
235
- "omfx-legacy-enterprise-properties-editor": base.CombinedTsxComponentAttrs<typeof wc332ae4244d4e4b0296befadb2ad2ac6b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
236
- "omfx-emoticon": base.CombinedTsxComponentAttrs<typeof wc58330f37503947799af05363e58bda3c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
237
- "omfx-side-panel": base.CombinedTsxComponentAttrs<typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
238
- "omfx-signin-page": base.CombinedTsxComponentAttrs<typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
239
- "omfx-signin-block": base.CombinedTsxComponentAttrs<typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
240
- "omfx-signin-omnia": base.CombinedTsxComponentAttrs<typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
241
- "omfx-signout": base.CombinedTsxComponentAttrs<typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
242
- "omfx-theme-definition-picker": base.CombinedTsxComponentAttrs<typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
243
- "omfx-theme-editor-v2": base.CombinedTsxComponentAttrs<typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
244
- "omfx-properties-user-configuration-renderer": base.CombinedTsxComponentAttrs<typeof wc0beecee9c6ce42c88bd468bde23f9f32.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
245
- "omfx-properties-user-provider-display": base.CombinedTsxComponentAttrs<typeof wc8f4747f0b0884fd2a3b60baef21b67fc.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
246
- "omfx-properties-user-provider-editor": base.CombinedTsxComponentAttrs<typeof wc909b95011fbe44c28440ad9cd6aaff85.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
247
- "omfx-properties-msgraph-user-provider-display": base.CombinedTsxComponentAttrs<typeof wc7f2ffaf9ec9e4faba84db55101236094.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
248
- "omfx-properties-msgraph-user-provider-editor": base.CombinedTsxComponentAttrs<typeof wc9920229c8d53416b884ad1ca25ad429d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
249
- "omfx-user-property-renderer": base.CombinedTsxComponentAttrs<typeof wc26f3558f4af24b198d2bc7a775166840.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
250
- "omfx-user-presence": base.CombinedTsxComponentAttrs<typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
251
- "omfx-usertype-layout-renderer": base.CombinedTsxComponentAttrs<typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
252
- "omfx-usertype-layout-blade-builder": base.CombinedTsxComponentAttrs<typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
253
- "omfx-velcron-block": base.CombinedTsxComponentAttrs<typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
254
- "omfx-velcron-block-settings": base.CombinedTsxComponentAttrs<typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
255
- "omfx-color-picker-schema": base.CombinedTsxComponentAttrs<typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
256
- "omfx-color-schema-mapper": base.CombinedTsxComponentAttrs<typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
257
- "omfx-color-schema-picker": base.CombinedTsxComponentAttrs<typeof wc1266389c28034034921b897f788f302d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
258
- "omfx-ratio-picker": base.CombinedTsxComponentAttrs<typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
259
- "omfx-typography-picker-schema": base.CombinedTsxComponentAttrs<typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
260
- "omfx-velcron-editor": base.CombinedTsxComponentAttrs<typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
261
- "omfx-velcron-renderer": base.CombinedTsxComponentAttrs<typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
262
- "omfx-versioned-layout-renderer": base.CombinedTsxComponentAttrs<typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
263
- "omfx-versioned-layout-editor": base.CombinedTsxComponentAttrs<typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
136
+ "omfx-dev-message": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
137
+ "omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & VueComponentBaseProps;
138
+ "omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & VueComponentBaseProps;
139
+ "omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & VueComponentBaseProps;
140
+ "omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & VueComponentBaseProps;
141
+ "omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & VueComponentBaseProps;
142
+ "omfx-properties-term-set-editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & VueComponentBaseProps;
143
+ "omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & VueComponentBaseProps;
144
+ "omfx-properties-sharepoint-user-provider-display": typeof wcc4e43a3ff52f46c0bb86924e5d0af1e8.propsDefinition & VueComponentBaseProps;
145
+ "omfx-properties-sharepoint-user-provider-editor": typeof wc8bbb21b589db4b4e88cca21a964710c9.propsDefinition & VueComponentBaseProps;
146
+ "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & VueComponentBaseProps;
147
+ "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & VueComponentBaseProps;
148
+ "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & VueComponentBaseProps;
149
+ "omfx-app-management-template-tab": typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & VueComponentBaseProps;
150
+ "omfx-app-management-layout-tab": typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & VueComponentBaseProps;
151
+ "omfx-app-management-namingpolicy-tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & VueComponentBaseProps;
152
+ "omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & VueComponentBaseProps;
153
+ "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & VueComponentBaseProps;
154
+ "omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & VueComponentBaseProps;
155
+ "omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
156
+ "omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
157
+ "omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & VueComponentBaseProps;
158
+ "omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & VueComponentBaseProps;
159
+ "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & VueComponentBaseProps;
160
+ "omfx-dynamicgroup-property-editor-renderer": typeof wc2402bfd5328b4234bbedb24a71cfc2a0.propsDefinition & VueComponentBaseProps;
161
+ "omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & VueComponentBaseProps;
162
+ "omfx-filterengine-person-propertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & VueComponentBaseProps;
163
+ "omfx-filterengine-person-defaultvalue-input": typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & VueComponentBaseProps;
164
+ "omfx-filterengine-text-propertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & VueComponentBaseProps;
165
+ "omfx-filterengine-text-defaultvalue-input": typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & VueComponentBaseProps;
166
+ "omfx-filterengine-boolean-propertysettings": typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & VueComponentBaseProps;
167
+ "omfx-filterengine-boolean-defaultvalue-input": typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & VueComponentBaseProps;
168
+ "omfx-filterengine-datetime-propertysettings": typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & VueComponentBaseProps;
169
+ "omfx-filterengine-datetime-defaultvalue-input": typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & VueComponentBaseProps;
170
+ "omfx-filterengine-number-propertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & VueComponentBaseProps;
171
+ "omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & VueComponentBaseProps;
172
+ "omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & VueComponentBaseProps;
173
+ "omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & VueComponentBaseProps;
174
+ "omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & VueComponentBaseProps;
175
+ "omfx-filterengine-selectionsarea": typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & VueComponentBaseProps;
176
+ "omfx-filterengine-selectionsarea-personproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & VueComponentBaseProps;
177
+ "omfx-text-filterengine-renderer": typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & VueComponentBaseProps;
178
+ "omfx-boolean-filterengine-renderer": typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & VueComponentBaseProps;
179
+ "omfx-date-filterengine-renderer": typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & VueComponentBaseProps;
180
+ "omfx-number-filterengine-renderer": typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & VueComponentBaseProps;
181
+ "omfx-filterengine-selectionsarea-booleanproperty": typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & VueComponentBaseProps;
182
+ "omfx-filterengine-selectionsarea-textproperty": typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & VueComponentBaseProps;
183
+ "omfx-filterengine-selectionsarea-datetimeproperty": typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & VueComponentBaseProps;
184
+ "omfx-filterengine-selectionsarea-numberproperty": typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & VueComponentBaseProps;
185
+ "omfx-filterengine-dialog-content": typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & VueComponentBaseProps;
186
+ "omfx-group-property-editor-renderer": typeof wc6c7a23eae5d8435fa229c59d40d5e037.propsDefinition & VueComponentBaseProps;
187
+ "omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & VueComponentBaseProps;
188
+ "omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & VueComponentBaseProps;
189
+ "omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & VueComponentBaseProps;
190
+ "omfx-identity-picker": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & VueComponentBaseProps;
191
+ "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
192
+ "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
193
+ "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
194
+ "omnia-play-2": typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition & VueComponentBaseProps;
195
+ "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
196
+ "omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
197
+ "omfx-properties-birthday-display": typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & VueComponentBaseProps;
198
+ "omfx-properties-birthday-editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & VueComponentBaseProps;
199
+ "omfx-properties-date-time-display": typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & VueComponentBaseProps;
200
+ "omfx-properties-date-time-editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & VueComponentBaseProps;
201
+ "omfx-properties-date-display": typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & VueComponentBaseProps;
202
+ "omfx-properties-date-editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & VueComponentBaseProps;
203
+ "omfx-properties-email-display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & VueComponentBaseProps;
204
+ "omfx-properties-email-editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & VueComponentBaseProps;
205
+ "omfx-properties-html-display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & VueComponentBaseProps;
206
+ "omfx-properties-html-editor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & VueComponentBaseProps;
207
+ "omfx-properties-html-configuration": typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & VueComponentBaseProps;
208
+ "omfx-properties-identity-display": typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & VueComponentBaseProps;
209
+ "omfx-properties-identity-editor": typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & VueComponentBaseProps;
210
+ "omfx-properties-identity-configuration": typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & VueComponentBaseProps;
211
+ "omfx-properties-image-display": typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & VueComponentBaseProps;
212
+ "omfx-properties-image-configuration": typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & VueComponentBaseProps;
213
+ "omfx-properties-image-editor": typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & VueComponentBaseProps;
214
+ "omfx-properties-language-display": typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & VueComponentBaseProps;
215
+ "omfx-properties-language-editor": typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & VueComponentBaseProps;
216
+ "omfx-properties-link-display": typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & VueComponentBaseProps;
217
+ "omfx-properties-link-editor": typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & VueComponentBaseProps;
218
+ "omfx-properties-link-configuration": typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & VueComponentBaseProps;
219
+ "omfx-properties-multilinetext-display": typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & VueComponentBaseProps;
220
+ "omfx-properties-multilinetext-editor": typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & VueComponentBaseProps;
221
+ "omfx-properties-multilingualtext-display": typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & VueComponentBaseProps;
222
+ "omfx-properties-multilingualtext-editor": typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & VueComponentBaseProps;
223
+ "omfx-properties-phone-number-display": typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & VueComponentBaseProps;
224
+ "omfx-properties-phone-number-editor": typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & VueComponentBaseProps;
225
+ "omfx-properties-text-display": typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & VueComponentBaseProps;
226
+ "omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & VueComponentBaseProps;
227
+ "omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & VueComponentBaseProps;
228
+ "omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
229
+ "omfx-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & VueComponentBaseProps;
230
+ "omfx-property-renderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & VueComponentBaseProps;
231
+ "omfx-property-datasource-renderer": typeof wc089c74fc73af4e9f920237c71b475d8b.propsDefinition & VueComponentBaseProps;
232
+ "omfx-property-input": typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & VueComponentBaseProps;
233
+ "omfx-app-legacy-enterprise-properties-display": typeof wc646cfdda09044ebc9339f2ac31318512.propsDefinition & VueComponentBaseProps;
234
+ "omfx-legacy-enterprise-properties-editor": typeof wc332ae4244d4e4b0296befadb2ad2ac6b.propsDefinition & VueComponentBaseProps;
235
+ "omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
236
+ "omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & VueComponentBaseProps;
237
+ "omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & VueComponentBaseProps;
238
+ "omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
239
+ "omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
240
+ "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
241
+ "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
242
+ "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
243
+ "omfx-properties-user-configuration-renderer": typeof wc0beecee9c6ce42c88bd468bde23f9f32.propsDefinition & VueComponentBaseProps;
244
+ "omfx-properties-user-provider-display": typeof wc8f4747f0b0884fd2a3b60baef21b67fc.propsDefinition & VueComponentBaseProps;
245
+ "omfx-properties-user-provider-editor": typeof wc909b95011fbe44c28440ad9cd6aaff85.propsDefinition & VueComponentBaseProps;
246
+ "omfx-properties-msgraph-user-provider-display": typeof wc7f2ffaf9ec9e4faba84db55101236094.propsDefinition & VueComponentBaseProps;
247
+ "omfx-properties-msgraph-user-provider-editor": typeof wc9920229c8d53416b884ad1ca25ad429d.propsDefinition & VueComponentBaseProps;
248
+ "omfx-user-property-renderer": typeof wc26f3558f4af24b198d2bc7a775166840.propsDefinition & VueComponentBaseProps;
249
+ "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
250
+ "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
251
+ "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & VueComponentBaseProps;
252
+ "omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
253
+ "omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
254
+ "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & VueComponentBaseProps;
255
+ "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & VueComponentBaseProps;
256
+ "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
257
+ "omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & VueComponentBaseProps;
258
+ "omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & VueComponentBaseProps;
259
+ "omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
260
+ "omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & VueComponentBaseProps;
261
+ "omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & VueComponentBaseProps;
262
+ "omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & VueComponentBaseProps;
264
263
  }
265
264
  }
266
265
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.0.533-dev",
4
+ "version": "8.0.1-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,15 +20,14 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.0.533-dev",
23
+ "@omnia/fx-models": "8.0.1-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
27
27
  "vue-virtual-scroller": "1.0.0-rc.2",
28
28
  "splitpanes": "2.4.1",
29
- "vuetify": "2.6.12",
30
- "vue": "2.7.13",
31
- "vue-tsx-support": "3.2.0",
29
+ "vuetify": "3.1.5",
30
+ "vue": "3.2.47",
32
31
  "typescript": "4.9.4",
33
32
  "tiptap": "1.26.4",
34
33
  "tiptap-extensions": "1.28.4",
@@ -46,8 +45,6 @@
46
45
  "prosemirror-inputrules": "1.0.4",
47
46
  "prosemirror-keymap": "1.0.2",
48
47
  "prosemirror-schema-list": "1.0.4",
49
- "vue-property-decorator": "8.3.0",
50
- "vue-class-component": "7.1.0",
51
48
  "axios": "0.24.0",
52
49
  "mousetrap": "1.6.1"
53
50
  },
@@ -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,143 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.useThemeMethods = void 0;
4
- const ThemeDefinitionV2_1 = require("./ThemeDefinitionV2");
5
- const TypographyDefinition_1 = require("./TypographyDefinition");
6
- const useThemeMethods = (themedefinition) => {
7
- const colorSchema = (colorSchemaType) => {
8
- if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.primary) {
9
- return themedefinition.primary;
10
- }
11
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.secondary) {
12
- return themedefinition.secondary;
13
- }
14
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent1) {
15
- return themedefinition.accent1;
16
- }
17
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent2) {
18
- return themedefinition.accent2;
19
- }
20
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent3) {
21
- return themedefinition.accent3;
22
- }
23
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.background) {
24
- return themedefinition.background;
25
- }
26
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.neutral) {
27
- return themedefinition.neutral;
28
- }
29
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.error) {
30
- return themedefinition.error;
31
- }
32
- return themedefinition.background;
33
- };
34
- const typography = (typographyType) => {
35
- if (typographyType === TypographyDefinition_1.TypographyTypes.h1) {
36
- return themedefinition.typography.h1;
37
- }
38
- else if (typographyType === TypographyDefinition_1.TypographyTypes.h2) {
39
- return themedefinition.typography.h2;
40
- }
41
- else if (typographyType === TypographyDefinition_1.TypographyTypes.h3) {
42
- return themedefinition.typography.h3;
43
- }
44
- else if (typographyType === TypographyDefinition_1.TypographyTypes.caption) {
45
- return themedefinition.typography.caption;
46
- }
47
- else if (typographyType === TypographyDefinition_1.TypographyTypes.link) {
48
- return themedefinition.typography.link;
49
- }
50
- else if (typographyType === TypographyDefinition_1.TypographyTypes.text) {
51
- return themedefinition.typography.text;
52
- }
53
- return themedefinition.typography.text;
54
- };
55
- const color = (colorSchemaType, colorType) => {
56
- const mappedColorSchema = colorSchema(colorSchemaType);
57
- if (colorType === ThemeDefinitionV2_1.ColorTypes.base) {
58
- return mappedColorSchema.base.color;
59
- }
60
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.baseTone) {
61
- return mappedColorSchema.base.colorToned;
62
- }
63
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase) {
64
- return mappedColorSchema.onBase.color;
65
- }
66
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBaseTone) {
67
- return mappedColorSchema.onBase.colorToned;
68
- }
69
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.container) {
70
- return mappedColorSchema.container.color;
71
- }
72
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.containerTone) {
73
- return mappedColorSchema.container.colorToned;
74
- }
75
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer) {
76
- return mappedColorSchema.onContainer.color;
77
- }
78
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainerTone) {
79
- return mappedColorSchema.onContainer.colorToned;
80
- }
81
- return colorType;
82
- };
83
- const colorDefinition = (colorSchemaType, colorType) => {
84
- const mappedColorSchema = colorSchema(colorSchemaType);
85
- if (colorType === ThemeDefinitionV2_1.ColorTypes.base
86
- || colorType === ThemeDefinitionV2_1.ColorTypes.baseTone) {
87
- return mappedColorSchema.base;
88
- }
89
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase
90
- ||
91
- colorType === ThemeDefinitionV2_1.ColorTypes.onBaseTone) {
92
- return mappedColorSchema.onBase;
93
- }
94
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.container
95
- ||
96
- colorType === ThemeDefinitionV2_1.ColorTypes.containerTone) {
97
- return mappedColorSchema.container;
98
- }
99
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer
100
- ||
101
- colorType === ThemeDefinitionV2_1.ColorTypes.onContainerTone) {
102
- return mappedColorSchema.onContainer;
103
- }
104
- return mappedColorSchema.base;
105
- };
106
- const complementaryColorType = (colorType) => {
107
- if (colorType === ThemeDefinitionV2_1.ColorTypes.base
108
- || colorType === ThemeDefinitionV2_1.ColorTypes.baseTone) {
109
- return ThemeDefinitionV2_1.ColorTypes.onBase;
110
- }
111
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase
112
- || colorType === ThemeDefinitionV2_1.ColorTypes.onBaseTone) {
113
- return ThemeDefinitionV2_1.ColorTypes.base;
114
- }
115
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.container
116
- || colorType === ThemeDefinitionV2_1.ColorTypes.containerTone) {
117
- return ThemeDefinitionV2_1.ColorTypes.onContainer;
118
- }
119
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer
120
- || colorType === ThemeDefinitionV2_1.ColorTypes.onContainerTone) {
121
- return ThemeDefinitionV2_1.ColorTypes.container;
122
- }
123
- return colorType;
124
- };
125
- const complementaryColor = (colorSchemaType, colorType) => {
126
- const matchingColorType = complementaryColorType(colorType);
127
- return color(colorSchemaType, matchingColorType);
128
- };
129
- const complementaryColorDefinition = (colorSchemaType, colorType) => {
130
- const matchingColorType = complementaryColorType(colorType);
131
- return colorDefinition(colorSchemaType, matchingColorType);
132
- };
133
- return {
134
- colorSchema,
135
- typography,
136
- color,
137
- colorDefinition,
138
- complementaryColorType,
139
- complementaryColor,
140
- complementaryColorDefinition
141
- };
142
- };
143
- exports.useThemeMethods = useThemeMethods;
@@ -1,14 +0,0 @@
1
- import { VNode } from "vue";
2
-
3
- declare global {
4
- namespace VueTsxSupport.JSX {
5
- interface Element extends VNode { }
6
- //interface ElementClass extends ComponentRenderProxy { }
7
- //interface ElementAttributesProperty {
8
- // $props: any; // specify the property name to use
9
- //}
10
- //interface IntrinsicElements {
11
- // [elem: string]: any;
12
- //}
13
- }
14
- }