@omnia/fx 8.0.192-dev → 8.0.193-dev

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 (305) hide show
  1. package/internal-do-not-import-from-here/contexts/OmniaContext.d.ts +3 -3
  2. package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +4 -4
  3. package/internal-do-not-import-from-here/core/Extend.d.ts +2 -2
  4. package/internal-do-not-import-from-here/core/Factory.d.ts +2 -2
  5. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -3
  6. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +4 -4
  7. package/internal-do-not-import-from-here/core/services/OmniaPropertyBagBase.d.ts +3 -3
  8. package/internal-do-not-import-from-here/core/services/ServiceLocator.d.ts +4 -4
  9. package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +6 -6
  10. package/internal-do-not-import-from-here/core/services/TokenService.d.ts +2 -2
  11. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
  12. package/internal-do-not-import-from-here/index.d.ts +2 -2
  13. package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +3 -3
  14. package/internal-do-not-import-from-here/runtime/core/LocalHostingService.d.ts +6 -6
  15. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +8 -8
  16. package/internal-do-not-import-from-here/runtime/core/ServerSideLoader.d.ts +6 -6
  17. package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +3 -3
  18. package/internal-do-not-import-from-here/services/AppNamingPolicyService.d.ts +3 -3
  19. package/internal-do-not-import-from-here/services/AppService.d.ts +25 -25
  20. package/internal-do-not-import-from-here/services/AzureAdUserService.d.ts +3 -3
  21. package/internal-do-not-import-from-here/services/ConnectedTenantService.d.ts +3 -3
  22. package/internal-do-not-import-from-here/services/EnterprisePropertyCategoryService.d.ts +4 -4
  23. package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +5 -5
  24. package/internal-do-not-import-from-here/services/EnterprisePropertySetService.d.ts +5 -5
  25. package/internal-do-not-import-from-here/services/FeatureService.d.ts +7 -7
  26. package/internal-do-not-import-from-here/services/ManifestService.d.ts +2 -2
  27. package/internal-do-not-import-from-here/services/MediaPickerService.d.ts +3 -3
  28. package/internal-do-not-import-from-here/services/PostService.d.ts +2 -2
  29. package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +4 -4
  30. package/internal-do-not-import-from-here/services/QueueService.d.ts +2 -2
  31. package/internal-do-not-import-from-here/services/SecretsService.d.ts +3 -3
  32. package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +11 -10
  33. package/internal-do-not-import-from-here/services/SecurityService.d.ts +4 -4
  34. package/internal-do-not-import-from-here/services/SettingsService.d.ts +2 -2
  35. package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +5 -5
  36. package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +8 -8
  37. package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +2 -2
  38. package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts +2 -2
  39. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +2 -2
  40. package/internal-do-not-import-from-here/services/identities/IdentitySyncProviderService.d.ts +9 -9
  41. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -3
  42. package/internal-do-not-import-from-here/services/identities/UserTypeService.d.ts +2 -2
  43. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +6 -6
  44. package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +4 -4
  45. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +3 -3
  46. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/ExtendedEnterprisePropertyBindingProvider.d.ts +3 -3
  47. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +3 -3
  48. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +3 -3
  49. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +4 -4
  50. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +2 -2
  51. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +2 -2
  52. package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +2 -2
  53. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +2 -1
  54. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +2 -2
  55. package/internal-do-not-import-from-here/spfx/models/Context.d.ts +3 -3
  56. package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +4 -4
  57. package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +5 -5
  58. package/internal-do-not-import-from-here/stores/AppStore.d.ts +21 -21
  59. package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +6 -6
  60. package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +9 -9
  61. package/internal-do-not-import-from-here/stores/ConnectedTenantStore.d.ts +5 -5
  62. package/internal-do-not-import-from-here/stores/EnterpriseGlossaryStore.d.ts +2 -2
  63. package/internal-do-not-import-from-here/stores/EnterprisePropertyCategoryStore.d.ts +2 -2
  64. package/internal-do-not-import-from-here/stores/EnterprisePropertySetStore.d.ts +3 -3
  65. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +10 -10
  66. package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +10 -10
  67. package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +11 -11
  68. package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +4 -4
  69. package/internal-do-not-import-from-here/stores/PostStore.d.ts +2 -2
  70. package/internal-do-not-import-from-here/stores/PromotedTagStore.d.ts +3 -3
  71. package/internal-do-not-import-from-here/stores/Store.d.ts +5 -5
  72. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +6 -6
  73. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -3
  74. package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +6 -6
  75. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +10 -10
  76. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +8 -8
  77. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +4 -4
  78. package/internal-do-not-import-from-here/stores/mediapicker/constants.d.ts +2 -2
  79. package/internal-do-not-import-from-here/ux/AppRollupFilterEngineContext.d.ts +4 -4
  80. package/internal-do-not-import-from-here/ux/BlockInstance.d.ts +4 -4
  81. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +19 -1
  82. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
  83. package/internal-do-not-import-from-here/ux/TsxAllowUnknowProperties.d.ts +2 -2
  84. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +5 -5
  85. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +3 -3
  86. package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/admin/BusinessProfileRouter.d.ts +2 -2
  88. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +3 -3
  89. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +11 -11
  90. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +13 -13
  91. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +6 -6
  92. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +11 -11
  93. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -4
  94. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +6 -6
  95. package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +2 -2
  96. package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +6 -6
  98. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +3 -3
  99. package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +3 -3
  100. package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +3 -3
  101. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +3 -3
  102. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +3 -3
  103. package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +3 -3
  104. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +3 -2
  105. package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +27 -27
  106. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +6 -6
  107. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +3 -3
  108. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +2 -2
  109. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +4 -4
  110. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +5 -5
  111. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +11 -11
  112. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +6 -1
  113. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +2 -2
  114. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +6 -6
  115. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +2 -2
  116. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -5
  117. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +26 -26
  118. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +6 -6
  119. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +17 -17
  120. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
  121. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -8
  122. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +3 -3
  123. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +7 -7
  124. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +5 -5
  125. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +3 -3
  126. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +10 -10
  129. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/BlockTextIcon.d.ts +3 -0
  130. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  131. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
  132. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -11
  133. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +3 -3
  134. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +5 -5
  135. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -3
  136. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +33 -183
  137. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -6
  138. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -2
  139. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +33 -183
  140. package/internal-do-not-import-from-here/ux/commandpalette/commands/api/Models.d.ts +2 -2
  141. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/Models.d.ts +2 -2
  142. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +2 -2
  144. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  145. package/internal-do-not-import-from-here/ux/connectedtenantpicker/ConnectedTenantPicker.d.ts +2 -2
  146. package/internal-do-not-import-from-here/ux/connectedtenantpicker/IConnectedTenantPicker.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/directives/LinkHandler/registration/DefaultLinkHandlerProvider.d.ts +2 -2
  148. package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -5
  150. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +6 -6
  151. package/internal-do-not-import-from-here/ux/editorchrome/navigation/EditorChromeNavigation.d.ts +2 -2
  152. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +6 -6
  153. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +6 -6
  154. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +6 -6
  155. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -2
  156. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +6 -6
  157. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +8 -8
  158. package/internal-do-not-import-from-here/ux/features/FeaturesConstants.d.ts +5 -5
  159. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +3 -3
  160. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +6 -6
  161. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +4 -4
  162. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +5 -5
  163. package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/MyComputerProvider.d.ts +2 -2
  164. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRegistrationApi.d.ts +2 -2
  165. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -1
  166. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +3 -3
  167. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +7 -7
  168. package/internal-do-not-import-from-here/ux/headingconfigurations/Constants.d.ts +10 -9
  169. package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +3 -3
  170. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +6 -6
  171. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +6 -6
  172. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -7
  173. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
  174. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
  175. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +7 -7
  176. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +7 -7
  177. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -4
  178. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +8 -8
  179. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +6 -6
  180. package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +3 -3
  181. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +2 -2
  182. package/internal-do-not-import-from-here/ux/journey/models/SettingsBladeRegistration.d.ts +2 -2
  183. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -2
  184. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +29 -29
  185. package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +5 -5
  186. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +5 -5
  187. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +2 -2
  188. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -3
  189. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +11 -11
  190. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutManager.d.ts +2 -2
  191. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
  192. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +41 -41
  193. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -2
  194. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +2 -2
  195. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +2 -2
  196. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +2 -2
  197. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +2 -2
  198. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +2 -2
  199. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +2 -2
  200. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +2 -2
  201. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +2 -2
  202. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +2 -2
  203. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +2 -2
  204. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +9 -9
  205. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +5 -5
  206. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +3 -3
  207. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +3 -3
  208. package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
  209. package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +2 -2
  210. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  211. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +30 -30
  212. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  213. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  214. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +4 -1
  215. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +80 -74
  216. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +81 -72
  217. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent2.d.ts +47 -0
  218. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent3.d.ts +47 -0
  219. package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +2 -2
  220. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +3 -3
  221. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +6 -6
  222. package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +2 -2
  223. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +3 -3
  224. package/internal-do-not-import-from-here/ux/post/Post.d.ts +5 -5
  225. package/internal-do-not-import-from-here/ux/properties/models/DataSource.d.ts +6 -6
  226. package/internal-do-not-import-from-here/ux/properties/models/Properties.d.ts +3 -3
  227. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +10 -11
  228. package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +2 -2
  229. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +3 -3
  230. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +11 -11
  231. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +6 -6
  232. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -2
  233. package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +2 -2
  234. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +2 -2
  235. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
  236. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -2
  237. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -2
  238. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -2
  239. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -2
  240. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -2
  241. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -2
  242. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -2
  243. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -2
  245. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -2
  246. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +5 -5
  247. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -2
  248. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -2
  249. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -2
  250. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -2
  251. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -2
  252. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -2
  253. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -2
  254. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -2
  255. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -2
  256. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -2
  257. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -2
  258. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -2
  259. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -2
  260. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -2
  261. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -2
  262. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -2
  263. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -2
  264. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -2
  265. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -2
  266. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -2
  267. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -2
  268. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -2
  269. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -2
  270. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterRouter.d.ts +4 -4
  271. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +11 -10
  272. package/internal-do-not-import-from-here/ux/selection/ISelection.d.ts +3 -3
  273. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +6 -6
  274. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +3 -3
  275. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
  276. package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
  277. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +4 -4
  278. package/internal-do-not-import-from-here/ux/theming/ThemingFallbackFactory.d.ts +2 -1
  279. package/internal-do-not-import-from-here/ux/use/UseDebouncer.d.ts +2 -2
  280. package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +2 -2
  281. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -6
  282. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -2
  283. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -2
  284. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +41 -41
  285. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +2 -2
  286. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +9 -9
  287. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +9 -9
  288. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +101 -41
  289. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +9 -0
  290. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -9
  291. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -27
  292. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +22 -22
  293. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
  294. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +2 -2
  295. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
  296. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +7 -7
  297. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
  298. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +6 -6
  299. package/internal-do-not-import-from-here/ux/versionedlayout/controller/IChrome.d.ts +2 -2
  300. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +6 -6
  301. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -2
  302. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +3 -3
  303. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +6 -6
  304. package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +3 -3
  305. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { BoolFilter, GuidValue, Identity, IResolvedIdentity, ISpecialUserConfiguration, PrincipalTypes } from "@omnia/fx-models";
1
+ import { BoolFilter, guid, Identity, IResolvedIdentity, ISpecialUserConfiguration, PrincipalTypes } from "@omnia/fx-models";
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -72,7 +72,7 @@ declare const _default: {
72
72
  required: false;
73
73
  };
74
74
  providerIds: {
75
- type: import("vue").PropType<GuidValue[]>;
75
+ type: import("vue").PropType<guid[]>;
76
76
  };
77
77
  type: {
78
78
  type: import("vue").PropType<PrincipalTypes>;
@@ -171,7 +171,7 @@ declare const _default: {
171
171
  required: false;
172
172
  };
173
173
  providerIds: {
174
- type: import("vue").PropType<GuidValue[]>;
174
+ type: import("vue").PropType<guid[]>;
175
175
  };
176
176
  type: {
177
177
  type: import("vue").PropType<PrincipalTypes>;
@@ -270,7 +270,7 @@ declare const _default: {
270
270
  required: false;
271
271
  };
272
272
  providerIds: {
273
- type: import("vue").PropType<GuidValue[]>;
273
+ type: import("vue").PropType<guid[]>;
274
274
  };
275
275
  type: {
276
276
  type: import("vue").PropType<PrincipalTypes>;
@@ -366,7 +366,7 @@ declare const _default: {
366
366
  required: false;
367
367
  };
368
368
  providerIds: {
369
- type: import("vue").PropType<GuidValue[]>;
369
+ type: import("vue").PropType<guid[]>;
370
370
  };
371
371
  type: {
372
372
  type: import("vue").PropType<PrincipalTypes>;
@@ -396,8 +396,8 @@ declare const _default: {
396
396
  add: (identity: Identity) => void;
397
397
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
398
398
  propsDefinition: Omit<Readonly<{} & {
399
- type?: PrincipalTypes;
400
399
  filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
400
+ type?: PrincipalTypes;
401
401
  top?: Boolean;
402
402
  disabled?: Boolean;
403
403
  identityStore?: IIdentityPickerStore;
@@ -405,7 +405,7 @@ declare const _default: {
405
405
  "onUpdate:modelValue"?: (value: Identity[]) => any;
406
406
  modelValue?: Identity[];
407
407
  businessProfileId?: string;
408
- providerIds?: GuidValue[];
408
+ providerIds?: guid[];
409
409
  emailEnabled?: BoolFilter;
410
410
  permissionEnabled?: BoolFilter;
411
411
  disabledIdentities?: Identity[];
@@ -1,4 +1,4 @@
1
- import { GuidValue, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter } from "@omnia/fx-models";
1
+ import { guid, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter } from "@omnia/fx-models";
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -81,7 +81,7 @@ declare const _default: {
81
81
  required: false;
82
82
  };
83
83
  providerIds: {
84
- type: import("vue").PropType<GuidValue[]>;
84
+ type: import("vue").PropType<guid[]>;
85
85
  };
86
86
  type: {
87
87
  type: import("vue").PropType<PrincipalTypes>;
@@ -174,7 +174,7 @@ declare const _default: {
174
174
  required: false;
175
175
  };
176
176
  providerIds: {
177
- type: import("vue").PropType<GuidValue[]>;
177
+ type: import("vue").PropType<guid[]>;
178
178
  };
179
179
  type: {
180
180
  type: import("vue").PropType<PrincipalTypes>;
@@ -269,7 +269,7 @@ declare const _default: {
269
269
  required: false;
270
270
  };
271
271
  providerIds: {
272
- type: import("vue").PropType<GuidValue[]>;
272
+ type: import("vue").PropType<guid[]>;
273
273
  };
274
274
  type: {
275
275
  type: import("vue").PropType<PrincipalTypes>;
@@ -361,7 +361,7 @@ declare const _default: {
361
361
  required: false;
362
362
  };
363
363
  providerIds: {
364
- type: import("vue").PropType<GuidValue[]>;
364
+ type: import("vue").PropType<guid[]>;
365
365
  };
366
366
  type: {
367
367
  type: import("vue").PropType<PrincipalTypes>;
@@ -376,8 +376,8 @@ declare const _default: {
376
376
  };
377
377
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
378
378
  propsDefinition: Omit<Readonly<{} & {
379
- type?: PrincipalTypes;
380
379
  filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
380
+ type?: PrincipalTypes;
381
381
  top?: boolean;
382
382
  description?: string;
383
383
  label?: string;
@@ -386,7 +386,7 @@ declare const _default: {
386
386
  ariaInvalid?: boolean;
387
387
  ariaDescribedby?: string;
388
388
  singleLine?: boolean;
389
- providerIds?: GuidValue[];
389
+ providerIds?: guid[];
390
390
  emailEnabled?: BoolFilter;
391
391
  permissionEnabled?: BoolFilter;
392
392
  keepSelectionMenu?: boolean;
@@ -1,4 +1,4 @@
1
- import { BoolFilter, GuidValue, IResolvedIdentity, ISpecialUserConfiguration, Identity, PrincipalTypes } from "@omnia/fx-models";
1
+ import { BoolFilter, guid, IResolvedIdentity, ISpecialUserConfiguration, Identity, PrincipalTypes } from "@omnia/fx-models";
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -89,7 +89,7 @@ declare const _default: {
89
89
  required: false;
90
90
  };
91
91
  providerIds: {
92
- type: import("vue").PropType<GuidValue[]>;
92
+ type: import("vue").PropType<guid[]>;
93
93
  };
94
94
  type: {
95
95
  type: import("vue").PropType<PrincipalTypes>;
@@ -250,7 +250,7 @@ declare const _default: {
250
250
  required: false;
251
251
  };
252
252
  providerIds: {
253
- type: import("vue").PropType<GuidValue[]>;
253
+ type: import("vue").PropType<guid[]>;
254
254
  };
255
255
  type: {
256
256
  type: import("vue").PropType<PrincipalTypes>;
@@ -413,7 +413,7 @@ declare const _default: {
413
413
  required: false;
414
414
  };
415
415
  providerIds: {
416
- type: import("vue").PropType<GuidValue[]>;
416
+ type: import("vue").PropType<guid[]>;
417
417
  };
418
418
  type: {
419
419
  type: import("vue").PropType<PrincipalTypes>;
@@ -573,7 +573,7 @@ declare const _default: {
573
573
  required: false;
574
574
  };
575
575
  providerIds: {
576
- type: import("vue").PropType<GuidValue[]>;
576
+ type: import("vue").PropType<guid[]>;
577
577
  };
578
578
  type: {
579
579
  type: import("vue").PropType<PrincipalTypes>;
@@ -648,6 +648,7 @@ declare const _default: {
648
648
  };
649
649
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
650
650
  propsDefinition: Omit<Readonly<{} & {
651
+ filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
651
652
  type?: PrincipalTypes;
652
653
  name?: {
653
654
  [x: `onUpdate:${string}`]: {
@@ -710,7 +711,6 @@ declare const _default: {
710
711
  };
711
712
  }>;
712
713
  };
713
- filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
714
714
  top?: boolean;
715
715
  disabled?: boolean;
716
716
  identityStore?: IIdentityPickerStore;
@@ -720,7 +720,7 @@ declare const _default: {
720
720
  businessProfileId?: string;
721
721
  showMenu?: boolean;
722
722
  location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
723
- providerIds?: GuidValue[];
723
+ providerIds?: guid[];
724
724
  emailEnabled?: BoolFilter;
725
725
  permissionEnabled?: BoolFilter;
726
726
  keepSelectionMenu?: boolean;
@@ -1,4 +1,4 @@
1
- import { GuidValue, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter, ISpecialUserConfiguration } from "@omnia/fx-models";
1
+ import { guid, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter, ISpecialUserConfiguration } from "@omnia/fx-models";
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -103,7 +103,7 @@ declare const _default: {
103
103
  required: false;
104
104
  };
105
105
  providerIds: {
106
- type: import("vue").PropType<GuidValue[]>;
106
+ type: import("vue").PropType<guid[]>;
107
107
  };
108
108
  type: {
109
109
  type: import("vue").PropType<PrincipalTypes>;
@@ -229,7 +229,7 @@ declare const _default: {
229
229
  required: false;
230
230
  };
231
231
  providerIds: {
232
- type: import("vue").PropType<GuidValue[]>;
232
+ type: import("vue").PropType<guid[]>;
233
233
  };
234
234
  type: {
235
235
  type: import("vue").PropType<PrincipalTypes>;
@@ -357,7 +357,7 @@ declare const _default: {
357
357
  required: false;
358
358
  };
359
359
  providerIds: {
360
- type: import("vue").PropType<GuidValue[]>;
360
+ type: import("vue").PropType<guid[]>;
361
361
  };
362
362
  type: {
363
363
  type: import("vue").PropType<PrincipalTypes>;
@@ -482,7 +482,7 @@ declare const _default: {
482
482
  required: false;
483
483
  };
484
484
  providerIds: {
485
- type: import("vue").PropType<GuidValue[]>;
485
+ type: import("vue").PropType<guid[]>;
486
486
  };
487
487
  type: {
488
488
  type: import("vue").PropType<PrincipalTypes>;
@@ -508,8 +508,8 @@ declare const _default: {
508
508
  };
509
509
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
510
510
  propsDefinition: Omit<Readonly<{} & {
511
- type?: PrincipalTypes;
512
511
  filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
512
+ type?: PrincipalTypes;
513
513
  top?: boolean;
514
514
  description?: string;
515
515
  label?: string;
@@ -525,7 +525,7 @@ declare const _default: {
525
525
  businessProfileId?: string;
526
526
  ariaDescribedby?: string;
527
527
  singleLine?: boolean;
528
- providerIds?: GuidValue[];
528
+ providerIds?: guid[];
529
529
  emailEnabled?: BoolFilter;
530
530
  permissionEnabled?: BoolFilter;
531
531
  keepSelectionMenu?: boolean;
@@ -1,4 +1,4 @@
1
- import { BoolFilter, GuidValue, Identity, IResolvedIdentity, PrincipalTypes } from "@omnia/fx-models";
1
+ import { BoolFilter, guid, Identity, IResolvedIdentity, PrincipalTypes } from "@omnia/fx-models";
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  /**
4
4
  * @deprecated Due to recent changes, it's better to use omfx-identity-picker directly instead. This component should be deleted when there's no usage left.
@@ -100,7 +100,7 @@ declare const _default: {
100
100
  required: false;
101
101
  };
102
102
  providerIds: {
103
- type: import("vue").PropType<GuidValue[]>;
103
+ type: import("vue").PropType<guid[]>;
104
104
  };
105
105
  type: {
106
106
  type: import("vue").PropType<PrincipalTypes>;
@@ -220,7 +220,7 @@ declare const _default: {
220
220
  required: false;
221
221
  };
222
222
  providerIds: {
223
- type: import("vue").PropType<GuidValue[]>;
223
+ type: import("vue").PropType<guid[]>;
224
224
  };
225
225
  type: {
226
226
  type: import("vue").PropType<PrincipalTypes>;
@@ -342,7 +342,7 @@ declare const _default: {
342
342
  required: false;
343
343
  };
344
344
  providerIds: {
345
- type: import("vue").PropType<GuidValue[]>;
345
+ type: import("vue").PropType<guid[]>;
346
346
  };
347
347
  type: {
348
348
  type: import("vue").PropType<PrincipalTypes>;
@@ -461,7 +461,7 @@ declare const _default: {
461
461
  required: false;
462
462
  };
463
463
  providerIds: {
464
- type: import("vue").PropType<GuidValue[]>;
464
+ type: import("vue").PropType<guid[]>;
465
465
  };
466
466
  type: {
467
467
  type: import("vue").PropType<PrincipalTypes>;
@@ -487,8 +487,8 @@ declare const _default: {
487
487
  };
488
488
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
489
489
  propsDefinition: Omit<Readonly<{} & {
490
- type?: PrincipalTypes;
491
490
  filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
491
+ type?: PrincipalTypes;
492
492
  top?: boolean;
493
493
  description?: string;
494
494
  label?: string;
@@ -502,7 +502,7 @@ declare const _default: {
502
502
  ariaInvalid?: boolean;
503
503
  ariaDescribedby?: string;
504
504
  singleLine?: boolean;
505
- providerIds?: GuidValue[];
505
+ providerIds?: guid[];
506
506
  emailEnabled?: BoolFilter;
507
507
  permissionEnabled?: BoolFilter;
508
508
  keepSelectionMenu?: boolean;
@@ -1,4 +1,4 @@
1
- import { GuidValue, JourneyBladeRoute } from "@omnia/fx-models";
1
+ import { guid, JourneyBladeRoute } from "@omnia/fx-models";
2
2
  import { JourneyBladeProps } from "./JourneyBlade";
3
3
  import { VNodeChild } from "vue";
4
4
  import { ConstructComponentProps } from "../InternalDefineComponent";
@@ -7,15 +7,15 @@ import { DraggableProps } from "../oxide/draggable/Draggable";
7
7
  type BladeElement = (props: ConstructComponentProps<Omit<JourneyBladeProps, "id" | "getApi">>) => any;
8
8
  type DatatTableComponentTypings = <T1>(props: ConstructComponentProps<Omit<DataTableProps<T1>, "draggable">>) => any;
9
9
  type DraggableComponentTypings = (props: ConstructComponentProps<Omit<DraggableProps, "hideDraggableIcon">>) => any;
10
- export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(bladeId: GuidValue, renderer?: (blade: BladeElement) => VNodeChild): {
10
+ export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(bladeId: guid, renderer?: (blade: BladeElement) => VNodeChild): {
11
11
  readonly Blade: BladeElement;
12
12
  DataTable: DatatTableComponentTypings;
13
13
  Draggable: DraggableComponentTypings;
14
- id: GuidValue;
14
+ id: guid;
15
15
  readonly route: TRoute;
16
16
  moveNext(): void;
17
17
  movePrev(): void;
18
- travelTo(toBladeId: GuidValue): void;
18
+ travelTo(toBladeId: guid): void;
19
19
  defineValueToSave<T>(value?: T): {
20
20
  value: T;
21
21
  setValue: (value: T) => void;
@@ -1,5 +1,5 @@
1
- import { GuidValue, IIcon } from "@omnia/fx-models";
2
- import { BladeContext, BladeContexts, BladeSizeTypes, BladeVariantTypes, ConfirmDialogOptions, DefineEmit, DefineProp, DefineSlot, DefineVModel, useJourneyStore } from "@omnia/fx/ux";
1
+ import { guid, IIcon } from "@omnia/fx-models";
2
+ import { BladeContext, BladeContexts, BladeSizeTypes, BladeVariantTypes, ConfirmDialogOptions, DefineEmit, DefineProp, DefineSlot, useJourneyStore } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  export interface switchValue {
5
5
  value: boolean;
@@ -11,7 +11,7 @@ export interface DisabledButtonTooltips {
11
11
  delete?: string;
12
12
  remove?: string;
13
13
  }
14
- export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", GuidValue, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineVModel<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"reorder", boolean, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", switchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineEmit<"click:add", (id: GuidValue) => true> & DefineEmit<"click:back", (id: GuidValue) => true> & DefineEmit<"click:cancel", (id: GuidValue) => true> & DefineEmit<"click:settings", (id: GuidValue) => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"update:reorder", (enable: boolean) => true>;
14
+ export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"reorder", boolean, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", switchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"update:reorder", (enable: boolean) => true>;
15
15
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<JourneyBladeProps>) => {
16
16
  $: import("vue").ComponentInternalInstance;
17
17
  $data: {};
@@ -58,13 +58,13 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<J
58
58
  actionsFooter?: () => VNodeChild;
59
59
  };
60
60
  } & {
61
- "onClick:cancel"?: (id: GuidValue) => any;
62
- "onClick:back"?: (id: GuidValue) => any;
61
+ "onClick:cancel"?: (id: guid) => any;
62
+ "onClick:back"?: (id: guid) => any;
63
63
  onSearch?: (searchText: string) => any;
64
- "onClick:add"?: (id: GuidValue) => any;
65
- "onClick:settings"?: (id: GuidValue) => any;
64
+ "onClick:add"?: (id: guid) => any;
65
+ "onClick:settings"?: (id: guid) => any;
66
66
  "onUpdate:reorder"?: (enable: boolean) => any;
67
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "title" | "delete" | "id" | "size" | "disabled" | "settings" | "remove" | "variant" | "subTitle" | "create" | "ok" | "save" | "reorder" | "getApi" | "loading" | "v-model:save" | "onUpdate:save" | "searchable" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips">;
67
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "title" | "delete" | "id" | "size" | "disabled" | "settings" | "remove" | "variant" | "subTitle" | "create" | "ok" | "save" | "reorder" | "getApi" | "loading" | "searchable" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips">;
68
68
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
69
69
  [key: string]: any;
70
70
  }>;
@@ -1,4 +1,4 @@
1
- import { GuidValue, IIcon, JourneyMenuItem, JourneySwitchMenuItem } from "@omnia/fx-models";
1
+ import { guid, IIcon, JourneyMenuItem, JourneySwitchMenuItem } from "@omnia/fx-models";
2
2
  import { VNode } from "vue";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -22,7 +22,7 @@ declare const _default: {
22
22
  required: false;
23
23
  };
24
24
  id: {
25
- type: import("vue").PropType<GuidValue>;
25
+ type: import("vue").PropType<guid>;
26
26
  required: true;
27
27
  };
28
28
  title: {
@@ -55,7 +55,7 @@ declare const _default: {
55
55
  required: false;
56
56
  };
57
57
  id: {
58
- type: import("vue").PropType<GuidValue>;
58
+ type: import("vue").PropType<guid>;
59
59
  required: true;
60
60
  };
61
61
  title: {
@@ -92,7 +92,7 @@ declare const _default: {
92
92
  required: false;
93
93
  };
94
94
  id: {
95
- type: import("vue").PropType<GuidValue>;
95
+ type: import("vue").PropType<guid>;
96
96
  required: true;
97
97
  };
98
98
  title: {
@@ -126,7 +126,7 @@ declare const _default: {
126
126
  required: false;
127
127
  };
128
128
  id: {
129
- type: import("vue").PropType<GuidValue>;
129
+ type: import("vue").PropType<guid>;
130
130
  required: true;
131
131
  };
132
132
  title: {
@@ -140,7 +140,7 @@ declare const _default: {
140
140
  valueChanged: (item: JourneySwitchMenuItem) => true;
141
141
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
142
142
  propsDefinition: Omit<Readonly<{
143
- id: GuidValue;
143
+ id: guid;
144
144
  } & {
145
145
  icon?: IIcon;
146
146
  title?: string;
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export interface switchValue {
3
3
  value: boolean;
4
4
  label: string;
@@ -10,7 +10,7 @@ export interface DisabledButtonTooltips {
10
10
  remove?: string;
11
11
  }
12
12
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
13
- id: GuidValue;
13
+ id: guid;
14
14
  }>) => {
15
15
  $: import("vue").ComponentInternalInstance;
16
16
  $data: {};
@@ -50,7 +50,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
50
50
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
51
51
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
52
52
  propsDefinition: import("@omnia/fx/ux").ExtractProps<{
53
- id: GuidValue;
53
+ id: guid;
54
54
  }> & {
55
55
  "v-slots"?: {
56
56
  default?: import("vue").Slot;
@@ -1,7 +1,7 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { BladeSizeTypes } from "./Constants";
3
3
  export interface BladeInstance {
4
- id: GuidValue;
4
+ id: guid;
5
5
  size: BladeSizeTypes;
6
6
  visible?: boolean;
7
7
  active?: boolean;
@@ -1,7 +1,7 @@
1
- import { GuidValue, IIcon } from "@omnia/fx-models";
1
+ import { guid, IIcon } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
3
  export interface SettingsJourneyItem {
4
- id: GuidValue;
4
+ id: guid;
5
5
  title: string;
6
6
  icon: IIcon;
7
7
  }
@@ -1,10 +1,10 @@
1
- import { GuidValue, JourneyBladeRouter } from "@omnia/fx-models";
1
+ import { guid, JourneyBladeRouter } from "@omnia/fx-models";
2
2
  export interface InternalJourneyBladeRouter extends JourneyBladeRouter {
3
3
  visible?: boolean;
4
4
  }
5
5
  export declare const useJourneyRouterStore: () => {
6
6
  get: {
7
- blade<T extends InternalJourneyBladeRouter>(bladeId: GuidValue): T;
7
+ blade<T extends InternalJourneyBladeRouter>(bladeId: guid): T;
8
8
  };
9
9
  actions: {
10
10
  onDispatching: {