@omnia/fx 8.0.192-dev → 8.0.194-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (307) 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 +12 -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/app/management/tabs/templates/tabs/StepRow.d.ts +7 -3
  110. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +4 -4
  111. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +5 -5
  112. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +11 -11
  113. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +6 -1
  114. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +2 -2
  115. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +6 -6
  116. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +2 -2
  117. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -5
  118. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +26 -26
  119. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +6 -6
  120. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +17 -17
  121. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
  122. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -8
  123. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +3 -3
  124. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +7 -7
  125. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +3 -3
  127. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
  129. package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +10 -10
  130. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/BlockTextIcon.d.ts +3 -0
  131. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  132. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
  133. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -11
  134. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +3 -3
  135. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +5 -5
  136. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -3
  137. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +33 -183
  138. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -6
  139. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -2
  140. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +33 -183
  141. package/internal-do-not-import-from-here/ux/commandpalette/commands/api/Models.d.ts +2 -2
  142. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/Models.d.ts +2 -2
  143. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
  144. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +2 -2
  145. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/connectedtenantpicker/ConnectedTenantPicker.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/connectedtenantpicker/IConnectedTenantPicker.d.ts +2 -2
  148. package/internal-do-not-import-from-here/ux/directives/LinkHandler/registration/DefaultLinkHandlerProvider.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +2 -2
  150. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -5
  151. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +6 -6
  152. package/internal-do-not-import-from-here/ux/editorchrome/navigation/EditorChromeNavigation.d.ts +2 -2
  153. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +6 -6
  154. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +6 -6
  155. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +6 -6
  156. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -2
  157. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +6 -6
  158. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +8 -8
  159. package/internal-do-not-import-from-here/ux/features/FeaturesConstants.d.ts +5 -5
  160. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +3 -3
  161. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +6 -6
  162. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +4 -4
  163. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +5 -5
  164. package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/MyComputerProvider.d.ts +2 -2
  165. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRegistrationApi.d.ts +2 -2
  166. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -1
  167. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +3 -3
  168. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +7 -7
  169. package/internal-do-not-import-from-here/ux/headingconfigurations/Constants.d.ts +10 -9
  170. package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +3 -3
  171. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +6 -6
  172. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +6 -6
  173. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -7
  174. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
  175. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
  176. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +7 -7
  177. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +7 -7
  178. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -4
  179. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +8 -8
  180. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +6 -6
  181. package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +3 -3
  182. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +2 -2
  183. package/internal-do-not-import-from-here/ux/journey/models/SettingsBladeRegistration.d.ts +2 -2
  184. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -2
  185. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +29 -29
  186. package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +5 -5
  187. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +5 -5
  188. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +2 -2
  189. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -3
  190. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +11 -11
  191. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutManager.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
  193. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +41 -41
  194. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -2
  195. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +2 -2
  196. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +2 -2
  197. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +2 -2
  198. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +2 -2
  199. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +2 -2
  200. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +2 -2
  201. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +2 -2
  202. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +2 -2
  203. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +2 -2
  204. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +2 -2
  205. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +9 -9
  206. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +5 -5
  207. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +3 -3
  208. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +3 -3
  209. package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
  210. package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +2 -2
  211. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  212. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +30 -30
  213. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  214. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  215. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +4 -1
  216. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +80 -74
  217. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +81 -72
  218. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent2.d.ts +47 -0
  219. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent3.d.ts +47 -0
  220. package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +2 -2
  221. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +3 -3
  222. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +6 -6
  223. package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +2 -2
  224. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -0
  225. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +3 -3
  226. package/internal-do-not-import-from-here/ux/post/Post.d.ts +5 -5
  227. package/internal-do-not-import-from-here/ux/properties/models/DataSource.d.ts +6 -6
  228. package/internal-do-not-import-from-here/ux/properties/models/Properties.d.ts +3 -3
  229. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +10 -11
  230. package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +2 -2
  231. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +3 -3
  232. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +11 -11
  233. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +6 -6
  234. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -2
  235. package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +2 -2
  236. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +2 -2
  237. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
  238. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -2
  239. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -2
  240. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -2
  241. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -2
  242. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -2
  243. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -2
  245. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -2
  246. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -2
  247. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -2
  248. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +5 -5
  249. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -2
  250. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -2
  251. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -2
  252. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -2
  253. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -2
  254. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -2
  255. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -2
  256. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -2
  257. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -2
  258. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -2
  259. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -2
  260. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -2
  261. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -2
  262. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -2
  263. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -2
  264. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -2
  265. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -2
  266. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -2
  267. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -2
  268. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -2
  269. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -2
  270. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -2
  271. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -2
  272. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterRouter.d.ts +4 -4
  273. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +11 -10
  274. package/internal-do-not-import-from-here/ux/selection/ISelection.d.ts +3 -3
  275. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +6 -6
  276. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +3 -3
  277. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
  278. package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
  279. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +4 -4
  280. package/internal-do-not-import-from-here/ux/theming/ThemingFallbackFactory.d.ts +2 -1
  281. package/internal-do-not-import-from-here/ux/use/UseDebouncer.d.ts +2 -2
  282. package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +2 -2
  283. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -6
  284. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -2
  285. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -2
  286. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +41 -41
  287. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +2 -2
  288. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +9 -9
  289. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +9 -9
  290. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +101 -41
  291. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +9 -0
  292. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -9
  293. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -27
  294. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +22 -22
  295. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
  296. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +2 -2
  297. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
  298. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +7 -7
  299. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
  300. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +6 -6
  301. package/internal-do-not-import-from-here/ux/versionedlayout/controller/IChrome.d.ts +2 -2
  302. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +6 -6
  303. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -2
  304. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +3 -3
  305. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +6 -6
  306. package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +3 -3
  307. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import { AiSettings } from "../models";
2
- import { GuidValue } from "../shared";
2
+ import { guid } from "../shared";
3
3
  import { Store } from "./Store";
4
4
  export declare class AiSettingsStore extends Store {
5
5
  private settings;
@@ -14,21 +14,21 @@ export declare class AiSettingsStore extends Store {
14
14
  * Implementation of getters
15
15
  */
16
16
  getters: {
17
- getSettingsByType: (type: string, businessProfileId?: GuidValue) => AiSettings[];
17
+ getSettingsByType: (type: string, businessProfileId?: guid) => AiSettings[];
18
18
  currentEditing: () => AiSettings;
19
19
  };
20
20
  /**
21
21
  * Implementation of mutations
22
22
  */
23
23
  mutations: {
24
- settingsByType: import("./Store").StoreMutation<(newState: Array<AiSettings>, type: string, businessProfileId?: GuidValue) => void, (newState: AiSettings[], type: string, businessProfileId?: GuidValue) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
24
+ settingsByType: import("./Store").StoreMutation<(newState: Array<AiSettings>, type: string, businessProfileId?: guid) => void, (newState: AiSettings[], type: string, businessProfileId?: guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
25
25
  currentEditing: import("./Store").StoreMutation<(newState: AiSettings) => void, (newState: AiSettings) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
26
26
  };
27
27
  /**
28
28
  * Implementation of actions
29
29
  */
30
30
  actions: {
31
- loadSettingsByType: import("./Store").StoreAction<unknown, (type: string, businessProfileId?: GuidValue) => void, (result: AiSettings[], type: string, businessProfileId?: GuidValue) => void, (failureReason: any, type: string, businessProfileId?: GuidValue) => void, (type: string, businessProfileId?: GuidValue) => Promise<AiSettings[]>>;
31
+ loadSettingsByType: import("./Store").StoreAction<unknown, (type: string, businessProfileId?: guid) => void, (result: AiSettings[], type: string, businessProfileId?: guid) => void, (failureReason: any, type: string, businessProfileId?: guid) => void, (type: string, businessProfileId?: guid) => Promise<AiSettings[]>>;
32
32
  updateSetting: import("./Store").StoreAction<unknown, (model: AiSettings) => void, (result: AiSettings, model: AiSettings) => void, (failureReason: any, model: AiSettings) => void, (model: AiSettings) => Promise<AiSettings>>;
33
33
  addSetting: import("./Store").StoreAction<unknown, (model: AiSettings) => void, (result: AiSettings, model: AiSettings) => void, (failureReason: any, model: AiSettings) => void, (model: AiSettings) => Promise<AiSettings>>;
34
34
  removeSetting: import("./Store").StoreAction<unknown, (id: number) => void, (result: void, id: number) => void, (failureReason: any, id: number) => void, (id: number) => Promise<void>>;
@@ -1,4 +1,4 @@
1
- import { AppNamingPolicy, AppNamingPolicyDefinition, GuidValue } from "../models";
1
+ import { AppNamingPolicy, AppNamingPolicyDefinition, guid } from "../models";
2
2
  import { Store } from "./Store";
3
3
  export declare class AppNamingPolicyStore extends Store {
4
4
  private omniaContext;
@@ -6,13 +6,13 @@ export declare class AppNamingPolicyStore extends Store {
6
6
  private loadPromises;
7
7
  private policies;
8
8
  getters: {
9
- getByAppDefinitionId: (appDefinitionId: GuidValue) => AppNamingPolicy[];
9
+ getByAppDefinitionId: (appDefinitionId: guid) => AppNamingPolicy[];
10
10
  getById: (id: number) => AppNamingPolicy;
11
11
  };
12
12
  actions: {
13
- ensureLoad: import("./Store").StoreAction<unknown, (appDefinitionId: GuidValue) => void, (result: void, appDefinitionId: GuidValue) => void, (failureReason: any, appDefinitionId: GuidValue) => void, (appDefinitionId: GuidValue) => Promise<void>>;
14
- ensureLoadById: import("./Store").StoreAction<unknown, (appDefinitionId: GuidValue) => void, (result: void, appDefinitionId: GuidValue) => void, (failureReason: any, appDefinitionId: GuidValue) => void, (appDefinitionId: GuidValue) => Promise<void>>;
15
- add: import("./Store").StoreAction<unknown, (appDefinitionId: GuidValue, definition: AppNamingPolicyDefinition) => void, (result: AppNamingPolicy, appDefinitionId: GuidValue, definition: AppNamingPolicyDefinition) => void, (failureReason: any, appDefinitionId: GuidValue, definition: AppNamingPolicyDefinition) => void, (appDefinitionId: GuidValue, definition: AppNamingPolicyDefinition) => Promise<AppNamingPolicy>>;
13
+ ensureLoad: import("./Store").StoreAction<unknown, (appDefinitionId: guid) => void, (result: void, appDefinitionId: guid) => void, (failureReason: any, appDefinitionId: guid) => void, (appDefinitionId: guid) => Promise<void>>;
14
+ ensureLoadById: import("./Store").StoreAction<unknown, (appDefinitionId: guid) => void, (result: void, appDefinitionId: guid) => void, (failureReason: any, appDefinitionId: guid) => void, (appDefinitionId: guid) => Promise<void>>;
15
+ add: import("./Store").StoreAction<unknown, (appDefinitionId: guid, definition: AppNamingPolicyDefinition) => void, (result: AppNamingPolicy, appDefinitionId: guid, definition: AppNamingPolicyDefinition) => void, (failureReason: any, appDefinitionId: guid, definition: AppNamingPolicyDefinition) => void, (appDefinitionId: guid, definition: AppNamingPolicyDefinition) => Promise<AppNamingPolicy>>;
16
16
  update: import("./Store").StoreAction<unknown, (policy: AppNamingPolicy) => void, (result: unknown, policy: AppNamingPolicy) => void, (failureReason: any, policy: AppNamingPolicy) => void, (policy: AppNamingPolicy) => Promise<unknown>>;
17
17
  delete: import("./Store").StoreAction<unknown, (policy: AppNamingPolicy) => void, (result: unknown, policy: AppNamingPolicy) => void, (failureReason: any, policy: AppNamingPolicy) => void, (policy: AppNamingPolicy) => Promise<unknown>>;
18
18
  };
@@ -1,4 +1,4 @@
1
- import { AppTemplate, AppDefinition, AppInstance, AppInstancesResult, AppInstanceCreateInfo, AppInstanceUpdateInfo, GuidValue, AppInstanceRejectInfo, AppInstanceActionProgressResult, AppInstanceInputInfo } from "../models";
1
+ import { AppTemplate, AppDefinition, AppInstance, AppInstancesResult, AppInstanceCreateInfo, AppInstanceUpdateInfo, guid, AppInstanceRejectInfo, AppInstanceActionProgressResult, AppInstanceInputInfo } from "../models";
2
2
  import { Store } from "./Store";
3
3
  import { AppService } from "../services/AppService";
4
4
  export declare class AppStore extends Store {
@@ -32,39 +32,39 @@ export declare class AppStore extends Store {
32
32
  constructor();
33
33
  getters: {
34
34
  getTenantAppTemplates: () => AppTemplate[];
35
- getAppTemplates: (businessProfileId?: GuidValue) => AppTemplate[];
36
- getAppTemplatesByDefinition: (appDefinitionId: GuidValue, businessProfileId?: GuidValue) => AppTemplate[];
37
- getAppDefinition: (appDefinitionId: GuidValue) => AppDefinition;
38
- getAppTemplate: (appTemplateId: GuidValue) => AppTemplate;
39
- getAppInstanceById: (appInstanceId: GuidValue) => AppInstance;
35
+ getAppTemplates: (businessProfileId?: guid) => AppTemplate[];
36
+ getAppTemplatesByDefinition: (appDefinitionId: guid, businessProfileId?: guid) => AppTemplate[];
37
+ getAppDefinition: (appDefinitionId: guid) => AppDefinition;
38
+ getAppTemplate: (appTemplateId: guid) => AppTemplate;
39
+ getAppInstanceById: (appInstanceId: guid) => AppInstance;
40
40
  getEditingAppInstance: () => AppInstance;
41
41
  };
42
42
  mutations: {
43
43
  setEditingAppTemplate: (appTemplate: AppTemplate) => void;
44
44
  setEditingAppInstance: import("./Store").StoreMutation<(appInstance: AppInstance) => void, (appInstance: AppInstance) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
45
- appInstanceFollowStatusUpdated: import("./Store").StoreMutation<(appInstanceId: GuidValue, followed: boolean) => void, (appInstanceId: GuidValue, followed: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
45
+ appInstanceFollowStatusUpdated: import("./Store").StoreMutation<(appInstanceId: guid, followed: boolean) => void, (appInstanceId: guid, followed: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
46
46
  };
47
47
  actions: {
48
- ensureAppProvisioning: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue, inputInfo?: AppInstanceInputInfo) => void, (result: AppInstance, appInstanceId: GuidValue, inputInfo?: AppInstanceInputInfo) => void, (failureReason: any, appInstanceId: GuidValue, inputInfo?: AppInstanceInputInfo) => void, (appInstanceId: GuidValue, inputInfo?: AppInstanceInputInfo) => Promise<AppInstance>>;
49
- requestChangeProvisioning: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue, inputInfo?: AppInstanceInputInfo) => void, (result: AppInstance, appInstanceId: GuidValue, inputInfo?: AppInstanceInputInfo) => void, (failureReason: any, appInstanceId: GuidValue, inputInfo?: AppInstanceInputInfo) => void, (appInstanceId: GuidValue, inputInfo?: AppInstanceInputInfo) => Promise<AppInstance>>;
48
+ ensureAppProvisioning: import("./Store").StoreAction<unknown, (appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (result: AppInstance, appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (failureReason: any, appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => Promise<AppInstance>>;
49
+ requestChangeProvisioning: import("./Store").StoreAction<unknown, (appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (result: AppInstance, appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (failureReason: any, appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => Promise<AppInstance>>;
50
50
  loadAppDefinitions: import("./Store").StoreAction<unknown, () => void, (result: AppDefinition[]) => void, (failureReason: any) => void, () => Promise<AppDefinition[]>>;
51
51
  loadTenantAppTemplates: import("./Store").StoreAction<unknown, () => void, (result: AppTemplate[]) => void, (failureReason: any) => void, () => Promise<AppTemplate[]>>;
52
- loadAppTemplates: import("./Store").StoreAction<unknown, (businessProfileId?: GuidValue) => void, (result: AppTemplate[], businessProfileId?: GuidValue) => void, (failureReason: any, businessProfileId?: GuidValue) => void, (businessProfileId?: GuidValue) => Promise<AppTemplate[]>>;
53
- loadAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue) => void, (result: AppInstance, appInstanceId: GuidValue) => void, (failureReason: any, appInstanceId: GuidValue) => void, (appInstanceId: GuidValue) => Promise<AppInstance>>;
54
- ensureAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue) => void, (result: AppInstance, appInstanceId: GuidValue) => void, (failureReason: any, appInstanceId: GuidValue) => void, (appInstanceId: GuidValue) => Promise<AppInstance>>;
55
- refreshAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue) => void, (result: AppInstance, appInstanceId: GuidValue) => void, (failureReason: any, appInstanceId: GuidValue) => void, (appInstanceId: GuidValue) => Promise<AppInstance>>;
56
- loadAppInstanceProgress: import("./Store").StoreAction<unknown, (transactionId: GuidValue) => void, (result: AppInstanceActionProgressResult, transactionId: GuidValue) => void, (failureReason: any, transactionId: GuidValue) => void, (transactionId: GuidValue) => Promise<AppInstanceActionProgressResult>>;
52
+ loadAppTemplates: import("./Store").StoreAction<unknown, (businessProfileId?: guid) => void, (result: AppTemplate[], businessProfileId?: guid) => void, (failureReason: any, businessProfileId?: guid) => void, (businessProfileId?: guid) => Promise<AppTemplate[]>>;
53
+ loadAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: AppInstance, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<AppInstance>>;
54
+ ensureAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: AppInstance, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<AppInstance>>;
55
+ refreshAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: AppInstance, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<AppInstance>>;
56
+ loadAppInstanceProgress: import("./Store").StoreAction<unknown, (transactionId: guid) => void, (result: AppInstanceActionProgressResult, transactionId: guid) => void, (failureReason: any, transactionId: guid) => void, (transactionId: guid) => Promise<AppInstanceActionProgressResult>>;
57
57
  addOrUpdateAppTemplate: import("./Store").StoreAction<unknown, (appTemplate: AppTemplate) => void, (result: AppTemplate, appTemplate: AppTemplate) => void, (failureReason: any, appTemplate: AppTemplate) => void, (appTemplate: AppTemplate) => Promise<AppTemplate>>;
58
- removeAppTemplate: import("./Store").StoreAction<unknown, (appTemplateId: GuidValue) => void, (result: any, appTemplateId: GuidValue) => void, (failureReason: any, appTemplateId: GuidValue) => void, (appTemplateId: GuidValue) => Promise<any>>;
59
- createAppInstance: import("./Store").StoreAction<unknown, (createInfo: AppInstanceCreateInfo, businessProfileId?: GuidValue, useRouteProvisioning?: boolean) => void, (result: AppInstance, createInfo: AppInstanceCreateInfo, businessProfileId?: GuidValue, useRouteProvisioning?: boolean) => void, (failureReason: any, createInfo: AppInstanceCreateInfo, businessProfileId?: GuidValue, useRouteProvisioning?: boolean) => void, (createInfo: AppInstanceCreateInfo, businessProfileId?: GuidValue, useRouteProvisioning?: boolean) => Promise<AppInstance>>;
58
+ removeAppTemplate: import("./Store").StoreAction<unknown, (appTemplateId: guid) => void, (result: any, appTemplateId: guid) => void, (failureReason: any, appTemplateId: guid) => void, (appTemplateId: guid) => Promise<any>>;
59
+ createAppInstance: import("./Store").StoreAction<unknown, (createInfo: AppInstanceCreateInfo, businessProfileId?: guid, useRouteProvisioning?: boolean) => void, (result: AppInstance, createInfo: AppInstanceCreateInfo, businessProfileId?: guid, useRouteProvisioning?: boolean) => void, (failureReason: any, createInfo: AppInstanceCreateInfo, businessProfileId?: guid, useRouteProvisioning?: boolean) => void, (createInfo: AppInstanceCreateInfo, businessProfileId?: guid, useRouteProvisioning?: boolean) => Promise<AppInstance>>;
60
60
  updateAppInstance: import("./Store").StoreAction<unknown, (updateInfo: AppInstanceUpdateInfo) => void, (result: AppInstance, updateInfo: AppInstanceUpdateInfo) => void, (failureReason: any, updateInfo: AppInstanceUpdateInfo) => void, (updateInfo: AppInstanceUpdateInfo) => Promise<AppInstance>>;
61
- removeAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue) => void, (result: AppInstance, appInstanceId: GuidValue) => void, (failureReason: any, appInstanceId: GuidValue) => void, (appInstanceId: GuidValue) => Promise<AppInstance>>;
62
- approveAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue, createInfo: AppInstanceCreateInfo) => void, (result: AppInstance, appInstanceId: GuidValue, createInfo: AppInstanceCreateInfo) => void, (failureReason: any, appInstanceId: GuidValue, createInfo: AppInstanceCreateInfo) => void, (appInstanceId: GuidValue, createInfo: AppInstanceCreateInfo) => Promise<AppInstance>>;
61
+ removeAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: AppInstance, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<AppInstance>>;
62
+ approveAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid, createInfo: AppInstanceCreateInfo) => void, (result: AppInstance, appInstanceId: guid, createInfo: AppInstanceCreateInfo) => void, (failureReason: any, appInstanceId: guid, createInfo: AppInstanceCreateInfo) => void, (appInstanceId: guid, createInfo: AppInstanceCreateInfo) => Promise<AppInstance>>;
63
63
  rejectAppInstance: import("./Store").StoreAction<unknown, (rejectInfo: AppInstanceRejectInfo) => void, (result: AppInstance, rejectInfo: AppInstanceRejectInfo) => void, (failureReason: any, rejectInfo: AppInstanceRejectInfo) => void, (rejectInfo: AppInstanceRejectInfo) => Promise<AppInstance>>;
64
64
  updateAppInstanceProperties: import("./Store").StoreAction<unknown, (updateInfo: AppInstanceUpdateInfo) => void, (result: AppInstance, updateInfo: AppInstanceUpdateInfo) => void, (failureReason: any, updateInfo: AppInstanceUpdateInfo) => void, (updateInfo: AppInstanceUpdateInfo) => Promise<AppInstance>>;
65
- followAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue) => void, (result: void, appInstanceId: GuidValue) => void, (failureReason: any, appInstanceId: GuidValue) => void, (appInstanceId: GuidValue) => Promise<void>>;
66
- unfollowAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue) => void, (result: void, appInstanceId: GuidValue) => void, (failureReason: any, appInstanceId: GuidValue) => void, (appInstanceId: GuidValue) => Promise<void>>;
67
- addOrUpdateLastVisited: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue) => void, (result: void, appInstanceId: GuidValue) => void, (failureReason: any, appInstanceId: GuidValue) => void, (appInstanceId: GuidValue) => Promise<void>>;
65
+ followAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: void, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<void>>;
66
+ unfollowAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: void, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<void>>;
67
+ addOrUpdateLastVisited: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: void, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<void>>;
68
68
  };
69
69
  private getProfileAppDefinitionKey;
70
70
  private getProfileKey;
@@ -1,5 +1,5 @@
1
1
  import { OmniaContext } from "../contexts";
2
- import { GuidValue, AzureAdDefaultUserProperties, AdProperty } from "../models";
2
+ import { guid, AzureAdDefaultUserProperties, AdProperty } from "../models";
3
3
  import { Store } from "./Store";
4
4
  export declare class AzureAdUserStore extends Store {
5
5
  private azureAdService;
@@ -10,15 +10,15 @@ export declare class AzureAdUserStore extends Store {
10
10
  private defaultSelectUserProperties;
11
11
  private isOmniaUser;
12
12
  actions: {
13
- getUserPropertiesValue: import("./Store").StoreAction<unknown, (id: GuidValue, selectMoreProperties?: string[]) => void, (result: AzureAdDefaultUserProperties, id: GuidValue, selectMoreProperties?: string[]) => void, (failureReason: any, id: GuidValue, selectMoreProperties?: string[]) => void, <T extends AzureAdDefaultUserProperties = AzureAdDefaultUserProperties>(id: GuidValue, selectMoreProperties?: string[]) => Promise<T>>;
13
+ getUserPropertiesValue: import("./Store").StoreAction<unknown, (id: guid, selectMoreProperties?: string[]) => void, (result: AzureAdDefaultUserProperties, id: guid, selectMoreProperties?: string[]) => void, (failureReason: any, id: guid, selectMoreProperties?: string[]) => void, <T extends AzureAdDefaultUserProperties = AzureAdDefaultUserProperties>(id: guid, selectMoreProperties?: string[]) => Promise<T>>;
14
14
  getUserPropertiesMetadata: import("./Store").StoreAction<unknown, () => void, (result: string[]) => void, (failureReason: any) => void, () => Promise<string[]>>;
15
- updateUserPropertiesValue: import("./Store").StoreAction<unknown, (id: GuidValue, properties: {
15
+ updateUserPropertiesValue: import("./Store").StoreAction<unknown, (id: guid, properties: {
16
16
  [name: string]: any;
17
- }) => void, (result: void, id: GuidValue, properties: {
17
+ }) => void, (result: void, id: guid, properties: {
18
18
  [name: string]: any;
19
- }) => void, (failureReason: any, id: GuidValue, properties: {
19
+ }) => void, (failureReason: any, id: guid, properties: {
20
20
  [name: string]: any;
21
- }) => void, (id: GuidValue, properties: {
21
+ }) => void, (id: guid, properties: {
22
22
  [name: string]: any;
23
23
  }) => Promise<void>>;
24
24
  getUserSyncProperties: import("./Store").StoreAction<unknown, () => void, (result: AdProperty[]) => void, (failureReason: any) => void, () => Promise<AdProperty[]>>;
@@ -1,4 +1,4 @@
1
- import { ClipboardBase, Guid } from "../models";
1
+ import { ClipboardBase, guid } from "../models";
2
2
  import { Store } from "./Store";
3
3
  export declare class ClipboardStore extends Store {
4
4
  private clipboards;
@@ -14,24 +14,24 @@ export declare class ClipboardStore extends Store {
14
14
  * Implementation of getters
15
15
  */
16
16
  getters: {
17
- getClipboard: (id: Guid) => ClipboardBase<any>;
17
+ getClipboard: (id: guid) => ClipboardBase<any>;
18
18
  };
19
19
  /**
20
20
  * Implementation of mutations
21
21
  */
22
22
  mutations: {
23
- ensureClipboard: import("./Store").StoreMutation<(id: Guid) => void, (id: Guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
24
- addClipboardItem: import("./Store").StoreMutation<(id: Guid, item: any) => void, (id: Guid, item: any) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
25
- updateClipboard: import("./Store").StoreMutation<(id: Guid, clipboard: ClipboardBase<any>) => void, (id: Guid, clipboard: ClipboardBase<any>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
26
- clearClipboard: import("./Store").StoreMutation<(id: Guid) => void, (id: Guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
23
+ ensureClipboard: import("./Store").StoreMutation<(id: guid) => void, (id: guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
24
+ addClipboardItem: import("./Store").StoreMutation<(id: guid, item: any) => void, (id: guid, item: any) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
25
+ updateClipboard: import("./Store").StoreMutation<(id: guid, clipboard: ClipboardBase<any>) => void, (id: guid, clipboard: ClipboardBase<any>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
26
+ clearClipboard: import("./Store").StoreMutation<(id: guid) => void, (id: guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
27
27
  saveClipboard: import("./Store").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
28
- appendClipboard: import("./Store").StoreMutation<(id: Guid, clipboard: ClipboardBase<any>) => void, (id: Guid, clipboard: ClipboardBase<any>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
29
- reloadClipboard: import("./Store").StoreMutation<(id: Guid) => void, (id: Guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
28
+ appendClipboard: import("./Store").StoreMutation<(id: guid, clipboard: ClipboardBase<any>) => void, (id: guid, clipboard: ClipboardBase<any>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
29
+ reloadClipboard: import("./Store").StoreMutation<(id: guid) => void, (id: guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
30
30
  };
31
31
  /**
32
32
  * Implementation of actions
33
33
  */
34
34
  actions: {
35
- reloadClipboard: import("./Store").StoreAction<unknown, (id: Guid) => void, (result: void, id: Guid) => void, (failureReason: any, id: Guid) => void, (id: Guid) => Promise<void>>;
35
+ reloadClipboard: import("./Store").StoreAction<unknown, (id: guid) => void, (result: void, id: guid) => void, (failureReason: any, id: guid) => void, (id: guid) => Promise<void>>;
36
36
  };
37
37
  }
@@ -1,4 +1,4 @@
1
- import { ConnectedTenant, GuidValue } from "../models";
1
+ import { ConnectedTenant, guid } from "../models";
2
2
  import { Store } from "./Store";
3
3
  export declare class ConnectedTenantStore extends Store {
4
4
  private connectedTenantService;
@@ -6,18 +6,18 @@ export declare class ConnectedTenantStore extends Store {
6
6
  constructor();
7
7
  getters: {
8
8
  getAll: () => Array<ConnectedTenant>;
9
- getById: (id: GuidValue) => ConnectedTenant;
9
+ getById: (id: guid) => ConnectedTenant;
10
10
  };
11
11
  mutations: {
12
12
  addOrUpdateConnectedTenant: import("./Store").StoreMutation<(newTenants: Array<ConnectedTenant>) => void, (newTenants: ConnectedTenant[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
13
- removeConnectedTenant: import("./Store").StoreMutation<(...ids: Array<GuidValue>) => void, (...args: GuidValue[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
13
+ removeConnectedTenant: import("./Store").StoreMutation<(...ids: Array<guid>) => void, (...args: guid[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
14
14
  };
15
15
  actions: {
16
16
  loadAll: import("./Store").StoreAction<unknown, () => void, (result: ConnectedTenant[]) => void, (failureReason: any) => void, () => Promise<ConnectedTenant[]>>;
17
- loadById: import("./Store").StoreAction<unknown, (id: GuidValue) => void, (result: ConnectedTenant, id: GuidValue) => void, (failureReason: any, id: GuidValue) => void, (id: GuidValue) => Promise<ConnectedTenant>>;
17
+ loadById: import("./Store").StoreAction<unknown, (id: guid) => void, (result: ConnectedTenant, id: guid) => void, (failureReason: any, id: guid) => void, (id: guid) => Promise<ConnectedTenant>>;
18
18
  create: import("./Store").StoreAction<unknown, (connectedTenant: ConnectedTenant) => void, (result: ConnectedTenant, connectedTenant: ConnectedTenant) => void, (failureReason: any, connectedTenant: ConnectedTenant) => void, (connectedTenant: ConnectedTenant) => Promise<ConnectedTenant>>;
19
19
  update: import("./Store").StoreAction<unknown, (connectedTenant: ConnectedTenant) => void, (result: ConnectedTenant, connectedTenant: ConnectedTenant) => void, (failureReason: any, connectedTenant: ConnectedTenant) => void, (connectedTenant: ConnectedTenant) => Promise<ConnectedTenant>>;
20
- delete: import("./Store").StoreAction<unknown, (id: GuidValue) => void, (result: void, id: GuidValue) => void, (failureReason: any, id: GuidValue) => void, (id: GuidValue) => Promise<void>>;
20
+ delete: import("./Store").StoreAction<unknown, (id: guid) => void, (result: void, id: guid) => void, (failureReason: any, id: guid) => void, (id: guid) => Promise<void>>;
21
21
  };
22
22
  onActivated(): void;
23
23
  onDisposing(): void;
@@ -33,12 +33,12 @@ export declare class EnterpriseGlossaryStore extends Store {
33
33
  resolveTitle: import("./Store").StoreAction<unknown, (enterpriseGlossary: EnterpriseGlossaryBase) => void, (result: string, enterpriseGlossary: EnterpriseGlossaryBase) => void, (failureReason: any, enterpriseGlossary: EnterpriseGlossaryBase) => void, (enterpriseGlossary: EnterpriseGlossaryBase) => Promise<string>>;
34
34
  getAll: import("./Store").StoreAction<unknown, () => void, (result: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>[]) => void, (failureReason: any) => void, () => Promise<EnterpriseGlossaryInstance[]>>;
35
35
  ensureEnterpriseGlossary: import("./Store").StoreAction<unknown, (glossaryId: number) => void, (result: void, glossaryId: number) => void, (failureReason: any, glossaryId: number) => void, (glossaryId: number) => Promise<void>>;
36
- ensureEnterpriseGlossaryMapping: import("./Store").StoreAction<unknown, (id: import("@omnia/fx-models").GuidValue) => void, (result: void, id: import("@omnia/fx-models").GuidValue) => void, (failureReason: any, id: import("@omnia/fx-models").GuidValue) => void, (id: EnterpriseGlossaryMappingId) => Promise<void>>;
36
+ ensureEnterpriseGlossaryMapping: import("./Store").StoreAction<unknown, (id: import("@omnia/fx-models").guid) => void, (result: void, id: import("@omnia/fx-models").guid) => void, (failureReason: any, id: import("@omnia/fx-models").guid) => void, (id: EnterpriseGlossaryMappingId) => Promise<void>>;
37
37
  addEnterpriseGlossary: import("./Store").StoreAction<unknown, (enterpriseGlossary: EnterpriseGlossaryBase) => void, (result: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>, enterpriseGlossary: EnterpriseGlossaryBase) => void, (failureReason: any, enterpriseGlossary: EnterpriseGlossaryBase) => void, (enterpriseGlossary: EnterpriseGlossaryBase) => Promise<EnterpriseGlossaryInstance>>;
38
38
  updateEnterpriseGlossary: import("./Store").StoreAction<unknown, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (result: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (failureReason: any, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance) => Promise<EnterpriseGlossaryInstance>>;
39
39
  removeEnterpriseGlossary: import("./Store").StoreAction<unknown, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (result: void, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (failureReason: any, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance) => Promise<void>>;
40
40
  addOrUpdateEnterpriseGlossaryMapping: import("./Store").StoreAction<unknown, (mapping: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>) => void, (result: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>, mapping: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>) => void, (failureReason: any, mapping: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>) => void, (mapping: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>) => Promise<EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>>>;
41
- removeEnterpriseGlossaryMappings: import("./Store").StoreAction<unknown, (ids: import("@omnia/fx-models").GuidValue[]) => void, (result: void, ids: import("@omnia/fx-models").GuidValue[]) => void, (failureReason: any, ids: import("@omnia/fx-models").GuidValue[]) => void, (ids: EnterpriseGlossaryMappingId[]) => Promise<void>>;
41
+ removeEnterpriseGlossaryMappings: import("./Store").StoreAction<unknown, (ids: import("@omnia/fx-models").guid[]) => void, (result: void, ids: import("@omnia/fx-models").guid[]) => void, (failureReason: any, ids: import("@omnia/fx-models").guid[]) => void, (ids: EnterpriseGlossaryMappingId[]) => Promise<void>>;
42
42
  triggerEnterpriseGlossaryInformation: import("./Store").StoreAction<unknown, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossary>, sourceInformation: IEnterpriseGlossaryInformationSourceReadonly<Object>) => void, (result: void, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossary>, sourceInformation: IEnterpriseGlossaryInformationSourceReadonly<Object>) => void, (failureReason: any, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossary>, sourceInformation: IEnterpriseGlossaryInformationSourceReadonly<Object>) => void, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossary>, sourceInformation: IEnterpriseGlossaryInformationSourceReadonly) => Promise<void>>;
43
43
  queryEnterpriseGlossaryMappings: import("./Store").StoreAction<unknown, (name: string) => void, (result: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>[], name: string) => void, (failureReason: any, name: string) => void, (name: string) => Promise<Array<EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>>>>;
44
44
  };
@@ -1,4 +1,4 @@
1
- import { EnterprisePropertyCategory, GuidValue } from "../models";
1
+ import { EnterprisePropertyCategory, guid } from "../models";
2
2
  import { Store } from "./Store";
3
3
  import { EnterprisePropertyCategoryService } from "../services/EnterprisePropertyCategoryService";
4
4
  export declare class EnterprisePropertyCategoryStore extends Store {
@@ -15,7 +15,7 @@ export declare class EnterprisePropertyCategoryStore extends Store {
15
15
  ensureLoadAllCategories: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
16
16
  addEnterprisePropertyCategory: import("./Store").StoreAction<unknown, (enterprisePropertyCategory: EnterprisePropertyCategory) => void, (result: void, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (failureReason: any, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (enterprisePropertyCategory: EnterprisePropertyCategory) => Promise<void>>;
17
17
  updateEnterprisePropertyCategory: import("./Store").StoreAction<unknown, (enterprisePropertyCategory: EnterprisePropertyCategory) => void, (result: void, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (failureReason: any, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (enterprisePropertyCategory: EnterprisePropertyCategory) => Promise<void>>;
18
- updateEnterprisePropertyCategoryOrders: import("./Store").StoreAction<unknown, (sortedCategoryIds: GuidValue[]) => void, (result: void, sortedCategoryIds: GuidValue[]) => void, (failureReason: any, sortedCategoryIds: GuidValue[]) => void, (sortedCategoryIds: Array<GuidValue>) => Promise<void>>;
18
+ updateEnterprisePropertyCategoryOrders: import("./Store").StoreAction<unknown, (sortedCategoryIds: guid[]) => void, (result: void, sortedCategoryIds: guid[]) => void, (failureReason: any, sortedCategoryIds: guid[]) => void, (sortedCategoryIds: Array<guid>) => Promise<void>>;
19
19
  removeEnterprisePropertyCategory: import("./Store").StoreAction<unknown, (enterprisePropertyCategory: EnterprisePropertyCategory) => void, (result: void, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (failureReason: any, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (enterprisePropertyCategory: EnterprisePropertyCategory) => Promise<void>>;
20
20
  };
21
21
  onActivated(): void;
@@ -1,4 +1,4 @@
1
- import { EnterprisePropertySet, GuidValue } from "../models";
1
+ import { EnterprisePropertySet, guid } from "../models";
2
2
  import { Store } from "./Store";
3
3
  import { EnterprisePropertySetService } from "../services/EnterprisePropertySetService";
4
4
  export declare class EnterprisePropertySetStore extends Store {
@@ -20,8 +20,8 @@ export declare class EnterprisePropertySetStore extends Store {
20
20
  addEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertySet: EnterprisePropertySet) => void, (result: any, enterprisePropertySet: EnterprisePropertySet) => void, (failureReason: any, enterprisePropertySet: EnterprisePropertySet) => void, (enterprisePropertySet: EnterprisePropertySet) => Promise<any>>;
21
21
  updateEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertySet: EnterprisePropertySet) => void, (result: any, enterprisePropertySet: EnterprisePropertySet) => void, (failureReason: any, enterprisePropertySet: EnterprisePropertySet) => void, (enterprisePropertySet: EnterprisePropertySet) => Promise<any>>;
22
22
  removeEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertySet: EnterprisePropertySet) => void, (result: any, enterprisePropertySet: EnterprisePropertySet) => void, (failureReason: any, enterprisePropertySet: EnterprisePropertySet) => void, (enterprisePropertySet: EnterprisePropertySet) => Promise<any>>;
23
- terminateEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertySetId: GuidValue) => void, (result: any, enterprisePropertySetId: GuidValue) => void, (failureReason: any, enterprisePropertySetId: GuidValue) => void, (enterprisePropertySetId: GuidValue) => Promise<any>>;
24
- restoreEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertyId: GuidValue) => void, (result: any, enterprisePropertyId: GuidValue) => void, (failureReason: any, enterprisePropertyId: GuidValue) => void, (enterprisePropertyId: GuidValue) => Promise<any>>;
23
+ terminateEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertySetId: guid) => void, (result: any, enterprisePropertySetId: guid) => void, (failureReason: any, enterprisePropertySetId: guid) => void, (enterprisePropertySetId: guid) => Promise<any>>;
24
+ restoreEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertyId: guid) => void, (result: any, enterprisePropertyId: guid) => void, (failureReason: any, enterprisePropertyId: guid) => void, (enterprisePropertyId: guid) => Promise<any>>;
25
25
  };
26
26
  private addOrUpdateSets;
27
27
  onActivated(): void;
@@ -1,4 +1,4 @@
1
- import { EnterprisePropertyDefinition, EnterprisePropertyDataType, PropertyIndexedType, GuidValue, PropertyArchive, EnterprisePropertyColumnMapping } from "../models";
1
+ import { EnterprisePropertyDefinition, EnterprisePropertyDataType, PropertyIndexedType, guid, PropertyArchive, EnterprisePropertyColumnMapping } from "../models";
2
2
  import { Store } from "./Store";
3
3
  import { EnterprisePropertyService } from "../services/EnterprisePropertyService";
4
4
  export declare class EnterprisePropertyStore extends Store {
@@ -36,9 +36,9 @@ export declare class EnterprisePropertyStore extends Store {
36
36
  retrievableManagedPropertiesByIndexedTypes: (indexTypes: Array<PropertyIndexedType>) => EnterprisePropertyDefinition[];
37
37
  refinableManagedPropertiesByIndexedTypes: (indexTypes: Array<PropertyIndexedType>) => EnterprisePropertyDefinition[];
38
38
  editingProperty: () => EnterprisePropertyDefinition;
39
- queryableEnterpriseProperties: (serviceId: GuidValue, tableName?: string) => Array<EnterprisePropertyDefinition>;
40
- queryableEnterprisePropertiesByIndexedTypes: (serviceId: GuidValue, indexTypes: Array<PropertyIndexedType>, tableName?: string) => EnterprisePropertyDefinition[];
41
- queryableEnterprisePropertiesColumnMapping: (serviceId: GuidValue, tableName?: string) => Array<EnterprisePropertyColumnMapping>;
39
+ queryableEnterpriseProperties: (serviceId: guid, tableName?: string) => Array<EnterprisePropertyDefinition>;
40
+ queryableEnterprisePropertiesByIndexedTypes: (serviceId: guid, indexTypes: Array<PropertyIndexedType>, tableName?: string) => EnterprisePropertyDefinition[];
41
+ queryableEnterprisePropertiesColumnMapping: (serviceId: guid, tableName?: string) => Array<EnterprisePropertyColumnMapping>;
42
42
  };
43
43
  mutations: {
44
44
  resetEditingProperty: import("./Store").StoreMutation<(property?: EnterprisePropertyDefinition) => void, (property?: EnterprisePropertyDefinition) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
@@ -49,13 +49,13 @@ export declare class EnterprisePropertyStore extends Store {
49
49
  ensureLoadExtendedEnterpriseProperties: import("./Store").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
50
50
  addEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterpriseProperty: EnterprisePropertyDefinition) => void, (result: unknown, enterpriseProperty: EnterprisePropertyDefinition) => void, (failureReason: any, enterpriseProperty: EnterprisePropertyDefinition) => void, (enterpriseProperty: EnterprisePropertyDefinition) => Promise<unknown>>;
51
51
  updateEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterpriseProperty: EnterprisePropertyDefinition) => void, (result: unknown, enterpriseProperty: EnterprisePropertyDefinition) => void, (failureReason: any, enterpriseProperty: EnterprisePropertyDefinition) => void, (enterpriseProperty: EnterprisePropertyDefinition) => Promise<unknown>>;
52
- removeEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: GuidValue) => void, (result: unknown, enterprisePropertyId: GuidValue) => void, (failureReason: any, enterprisePropertyId: GuidValue) => void, (enterprisePropertyId: GuidValue) => Promise<unknown>>;
52
+ removeEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: guid) => void, (result: unknown, enterprisePropertyId: guid) => void, (failureReason: any, enterprisePropertyId: guid) => void, (enterprisePropertyId: guid) => Promise<unknown>>;
53
53
  getAllArchiveEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, () => void, (result: PropertyArchive[]) => void, (failureReason: any) => void, () => Promise<PropertyArchive[]>>;
54
- terminateEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: GuidValue) => void, (result: unknown, enterprisePropertyId: GuidValue) => void, (failureReason: any, enterprisePropertyId: GuidValue) => void, (enterprisePropertyId: GuidValue) => Promise<unknown>>;
55
- restoreEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: GuidValue) => void, (result: void, enterprisePropertyId: GuidValue) => void, (failureReason: any, enterprisePropertyId: GuidValue) => void, (enterprisePropertyId: GuidValue) => Promise<void>>;
56
- ensureLoadQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: GuidValue, tableName?: string, forceReload?: boolean) => void, (result: void, serviceId: GuidValue, tableName?: string, forceReload?: boolean) => void, (failureReason: any, serviceId: GuidValue, tableName?: string, forceReload?: boolean) => void, (serviceId: GuidValue, tableName?: string, forceReload?: boolean) => Promise<void>>;
57
- removeQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: GuidValue, property: EnterprisePropertyColumnMapping) => void, (result: EnterprisePropertyColumnMapping, serviceId: GuidValue, property: EnterprisePropertyColumnMapping) => void, (failureReason: any, serviceId: GuidValue, property: EnterprisePropertyColumnMapping) => void, (serviceId: GuidValue, property: EnterprisePropertyColumnMapping) => Promise<EnterprisePropertyColumnMapping>>;
58
- addQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: GuidValue, properties: EnterprisePropertyColumnMapping[]) => void, (result: void, serviceId: GuidValue, properties: EnterprisePropertyColumnMapping[]) => void, (failureReason: any, serviceId: GuidValue, properties: EnterprisePropertyColumnMapping[]) => void, (serviceId: GuidValue, properties: EnterprisePropertyColumnMapping[]) => Promise<void>>;
54
+ terminateEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: guid) => void, (result: unknown, enterprisePropertyId: guid) => void, (failureReason: any, enterprisePropertyId: guid) => void, (enterprisePropertyId: guid) => Promise<unknown>>;
55
+ restoreEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: guid) => void, (result: void, enterprisePropertyId: guid) => void, (failureReason: any, enterprisePropertyId: guid) => void, (enterprisePropertyId: guid) => Promise<void>>;
56
+ ensureLoadQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: guid, tableName?: string, forceReload?: boolean) => void, (result: void, serviceId: guid, tableName?: string, forceReload?: boolean) => void, (failureReason: any, serviceId: guid, tableName?: string, forceReload?: boolean) => void, (serviceId: guid, tableName?: string, forceReload?: boolean) => Promise<void>>;
57
+ removeQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: guid, property: EnterprisePropertyColumnMapping) => void, (result: EnterprisePropertyColumnMapping, serviceId: guid, property: EnterprisePropertyColumnMapping) => void, (failureReason: any, serviceId: guid, property: EnterprisePropertyColumnMapping) => void, (serviceId: guid, property: EnterprisePropertyColumnMapping) => Promise<EnterprisePropertyColumnMapping>>;
58
+ addQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: guid, properties: EnterprisePropertyColumnMapping[]) => void, (result: void, serviceId: guid, properties: EnterprisePropertyColumnMapping[]) => void, (failureReason: any, serviceId: guid, properties: EnterprisePropertyColumnMapping[]) => void, (serviceId: guid, properties: EnterprisePropertyColumnMapping[]) => Promise<void>>;
59
59
  };
60
60
  private ensureUniqueMultilingualTitle;
61
61
  private getServiceIdWithTableKey;
@@ -1,5 +1,5 @@
1
1
  import { Store } from "./Store";
2
- import { GuidValue, Feature, FeatureInstance } from "../models";
2
+ import { guid, Feature, FeatureInstance } from "../models";
3
3
  import { FeatureService } from "../services/FeatureService";
4
4
  import { OmniaContext } from "../contexts";
5
5
  export declare class FeatureStore extends Store {
@@ -12,10 +12,10 @@ export declare class FeatureStore extends Store {
12
12
  editingFeatureInstance: import("./Store").StoreState<FeatureInstance>;
13
13
  editingFeatureInstanceAction: import("./Store").StoreState<string>;
14
14
  getters: {
15
- isAnyFeaturesActivated: (featureIds: Array<GuidValue>) => boolean;
16
- isAllFeaturesActivated: (featureIds: Array<GuidValue>) => boolean;
17
- getFeatureDefinition: (featureDefinitionId: GuidValue) => Feature;
18
- getFeatureInstance: (featureId: GuidValue) => FeatureInstance;
15
+ isAnyFeaturesActivated: (featureIds: Array<guid>) => boolean;
16
+ isAllFeaturesActivated: (featureIds: Array<guid>) => boolean;
17
+ getFeatureDefinition: (featureDefinitionId: guid) => Feature;
18
+ getFeatureInstance: (featureId: guid) => FeatureInstance;
19
19
  };
20
20
  mutations: {
21
21
  addOrUpdateFeatureInstance: import("./Store").StoreMutation<(feature: FeatureInstance) => void, (feature: FeatureInstance) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
@@ -33,11 +33,11 @@ export declare class FeatureStore extends Store {
33
33
  }) => void, (targetResolverType: string, params: {
34
34
  [name: string]: string;
35
35
  }) => Promise<FeatureInstance[]>>;
36
- loadFeatureInstance: import("./Store").StoreAction<unknown, (featureId: GuidValue) => void, (result: FeatureInstance, featureId: GuidValue) => void, (failureReason: any, featureId: GuidValue) => void, (featureId: GuidValue) => Promise<FeatureInstance>>;
37
- activateFeature: import("./Store").StoreAction<unknown, (featureId: GuidValue, properties: any) => void, (result: FeatureInstance, featureId: GuidValue, properties: any) => void, (failureReason: any, featureId: GuidValue, properties: any) => void, (featureId: GuidValue, properties: any) => Promise<FeatureInstance>>;
38
- requestConsent: import("./Store").StoreAction<unknown, (featureIds: GuidValue[]) => void, (result: FeatureInstance[], featureIds: GuidValue[]) => void, (failureReason: any, featureIds: GuidValue[]) => void, (featureIds: GuidValue[]) => Promise<FeatureInstance[]>>;
39
- upgradeFeature: import("./Store").StoreAction<unknown, (featureId: GuidValue, properties: any) => void, (result: FeatureInstance, featureId: GuidValue, properties: any) => void, (failureReason: any, featureId: GuidValue, properties: any) => void, (featureId: GuidValue, properties: any) => Promise<FeatureInstance>>;
40
- removeFeature: import("./Store").StoreAction<unknown, (featureId: GuidValue) => void, (result: FeatureInstance, featureId: GuidValue) => void, (failureReason: any, featureId: GuidValue) => void, (featureId: GuidValue) => Promise<FeatureInstance>>;
36
+ loadFeatureInstance: import("./Store").StoreAction<unknown, (featureId: guid) => void, (result: FeatureInstance, featureId: guid) => void, (failureReason: any, featureId: guid) => void, (featureId: guid) => Promise<FeatureInstance>>;
37
+ activateFeature: import("./Store").StoreAction<unknown, (featureId: guid, properties: any) => void, (result: FeatureInstance, featureId: guid, properties: any) => void, (failureReason: any, featureId: guid, properties: any) => void, (featureId: guid, properties: any) => Promise<FeatureInstance>>;
38
+ requestConsent: import("./Store").StoreAction<unknown, (featureIds: guid[]) => void, (result: FeatureInstance[], featureIds: guid[]) => void, (failureReason: any, featureIds: guid[]) => void, (featureIds: guid[]) => Promise<FeatureInstance[]>>;
39
+ upgradeFeature: import("./Store").StoreAction<unknown, (featureId: guid, properties: any) => void, (result: FeatureInstance, featureId: guid, properties: any) => void, (failureReason: any, featureId: guid, properties: any) => void, (featureId: guid, properties: any) => Promise<FeatureInstance>>;
40
+ removeFeature: import("./Store").StoreAction<unknown, (featureId: guid) => void, (result: FeatureInstance, featureId: guid) => void, (failureReason: any, featureId: guid) => void, (featureId: guid) => Promise<FeatureInstance>>;
41
41
  };
42
42
  private handleFeatureActivatedStatus;
43
43
  onActivated(): void;
@@ -1,4 +1,4 @@
1
- import { GuidValue, IdentityPropertySyncBinding, IdentityPropertySyncBindingBase, IdentityProviderLogSortColumn, IdentityProviderSettingsValue, IdentityProviderSettingsBuiltInValue } from "@omnia/fx-models";
1
+ import { guid, IdentityPropertySyncBinding, IdentityPropertySyncBindingBase, IdentityProviderLogSortColumn, IdentityProviderSettingsValue, IdentityProviderSettingsBuiltInValue } from "@omnia/fx-models";
2
2
  import { Store } from "./Store";
3
3
  export declare class IdentitySyncProviderStore extends Store {
4
4
  private identitySyncProviderService;
@@ -6,7 +6,7 @@ export declare class IdentitySyncProviderStore extends Store {
6
6
  private settingsState;
7
7
  private syncPropertyBindingsState;
8
8
  getters: {
9
- settings: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: GuidValue) => {
9
+ settings: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: guid) => {
10
10
  value: T;
11
11
  schedule: string;
12
12
  started?: Date;
@@ -19,22 +19,22 @@ export declare class IdentitySyncProviderStore extends Store {
19
19
  setupComplete: boolean;
20
20
  nextScheduledRun?: Date;
21
21
  };
22
- syncPropertyBindings: (providerId: GuidValue) => IdentityPropertySyncBinding[];
22
+ syncPropertyBindings: (providerId: guid) => IdentityPropertySyncBinding[];
23
23
  };
24
24
  actions: {
25
- getSettings: import("./Store").StoreAction<unknown, (providerId: GuidValue, force?: boolean) => void, (result: void, providerId: GuidValue, force?: boolean) => void, (failureReason: any, providerId: GuidValue, force?: boolean) => void, (providerId: GuidValue, force?: boolean) => Promise<void>>;
26
- saveSettingsValue: import("./Store").StoreAction<unknown, (providerId: GuidValue, settingsValue: IdentityProviderSettingsValue) => void, (result: void, providerId: GuidValue, settingsValue: IdentityProviderSettingsValue) => void, (failureReason: any, providerId: GuidValue, settingsValue: IdentityProviderSettingsValue) => void, <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: GuidValue, settingsValue: T) => Promise<void>>;
27
- forceFullSync: import("./Store").StoreAction<unknown, (providerId: GuidValue) => void, (result: void, providerId: GuidValue) => void, (failureReason: any, providerId: GuidValue) => void, (providerId: GuidValue) => Promise<void>>;
28
- forceFullUserSync: import("./Store").StoreAction<unknown, (providerId: GuidValue) => void, (result: void, providerId: GuidValue) => void, (failureReason: any, providerId: GuidValue) => void, (providerId: GuidValue) => Promise<void>>;
29
- togglePause: import("./Store").StoreAction<unknown, (providerId: GuidValue) => void, (result: void, providerId: GuidValue) => void, (failureReason: any, providerId: GuidValue) => void, (providerId: GuidValue) => Promise<void>>;
30
- getSyncLogs: import("./Store").StoreAction<unknown, (providerId: GuidValue, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => void, (result: {
25
+ getSettings: import("./Store").StoreAction<unknown, (providerId: guid, force?: boolean) => void, (result: void, providerId: guid, force?: boolean) => void, (failureReason: any, providerId: guid, force?: boolean) => void, (providerId: guid, force?: boolean) => Promise<void>>;
26
+ saveSettingsValue: import("./Store").StoreAction<unknown, (providerId: guid, settingsValue: IdentityProviderSettingsValue) => void, (result: void, providerId: guid, settingsValue: IdentityProviderSettingsValue) => void, (failureReason: any, providerId: guid, settingsValue: IdentityProviderSettingsValue) => void, <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: guid, settingsValue: T) => Promise<void>>;
27
+ forceFullSync: import("./Store").StoreAction<unknown, (providerId: guid) => void, (result: void, providerId: guid) => void, (failureReason: any, providerId: guid) => void, (providerId: guid) => Promise<void>>;
28
+ forceFullUserSync: import("./Store").StoreAction<unknown, (providerId: guid) => void, (result: void, providerId: guid) => void, (failureReason: any, providerId: guid) => void, (providerId: guid) => Promise<void>>;
29
+ togglePause: import("./Store").StoreAction<unknown, (providerId: guid) => void, (result: void, providerId: guid) => void, (failureReason: any, providerId: guid) => void, (providerId: guid) => Promise<void>>;
30
+ getSyncLogs: import("./Store").StoreAction<unknown, (providerId: guid, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => void, (result: {
31
31
  total: number;
32
32
  value: import("@omnia/fx-models").IdentityProviderRunLog[];
33
- }, providerId: GuidValue, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => void, (failureReason: any, providerId: GuidValue, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => void, (providerId: GuidValue, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => Promise<{
33
+ }, providerId: guid, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => void, (failureReason: any, providerId: guid, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => void, (providerId: guid, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => Promise<{
34
34
  total: number;
35
35
  value: import("@omnia/fx-models").IdentityProviderRunLog[];
36
36
  }>>;
37
- getSyncPropertyBindings: import("./Store").StoreAction<unknown, (providerId: GuidValue, refesh?: boolean) => void, (result: IdentityPropertySyncBinding[], providerId: GuidValue, refesh?: boolean) => void, (failureReason: any, providerId: GuidValue, refesh?: boolean) => void, (providerId: GuidValue, refesh?: boolean) => Promise<IdentityPropertySyncBinding[]>>;
37
+ getSyncPropertyBindings: import("./Store").StoreAction<unknown, (providerId: guid, refesh?: boolean) => void, (result: IdentityPropertySyncBinding[], providerId: guid, refesh?: boolean) => void, (failureReason: any, providerId: guid, refesh?: boolean) => void, (providerId: guid, refesh?: boolean) => Promise<IdentityPropertySyncBinding[]>>;
38
38
  addSyncPropertyBinding: import("./Store").StoreAction<unknown, (value: IdentityPropertySyncBindingBase) => void, (result: void, value: IdentityPropertySyncBindingBase) => void, (failureReason: any, value: IdentityPropertySyncBindingBase) => void, (value: IdentityPropertySyncBindingBase) => Promise<void>>;
39
39
  removeSyncPropertyBinding: import("./Store").StoreAction<unknown, (value: IdentityPropertySyncBinding) => void, (result: void, value: IdentityPropertySyncBinding) => void, (failureReason: any, value: IdentityPropertySyncBinding) => void, (value: IdentityPropertySyncBinding) => Promise<void>>;
40
40
  };
@@ -1,4 +1,4 @@
1
- import { MediaPickerImageRatio, MediaPickerImageScaling, MediaPickerProvider, GuidValue, MediaPickerImageRatioDefinition, MediaPickerRollupImageRatio, MultilingualString, MediaPickerImageScalingDefinition, MediaPickerImage, MediaPickerVideo } from "../models";
1
+ import { MediaPickerImageRatio, MediaPickerImageScaling, MediaPickerProvider, guid, MediaPickerImageRatioDefinition, MediaPickerRollupImageRatio, MultilingualString, MediaPickerImageScalingDefinition, MediaPickerImage, MediaPickerVideo } from "../models";
2
2
  import { Store } from "./Store";
3
3
  export declare class MediaPickerStore extends Store {
4
4
  private mediaPickerService;
@@ -11,12 +11,12 @@ export declare class MediaPickerStore extends Store {
11
11
  constructor();
12
12
  getters: {
13
13
  imageRatios: () => Array<MediaPickerImageRatio>;
14
- imageRatioByUniqueId: (uniqueId: GuidValue) => MediaPickerImageRatio;
14
+ imageRatioByUniqueId: (uniqueId: guid) => MediaPickerImageRatio;
15
15
  rollupRatios: () => Array<MediaPickerRollupImageRatio>;
16
16
  imageScalings: () => Array<MediaPickerImageScaling>;
17
- imageScalingByUniqueId: (uniqueId: GuidValue) => MediaPickerImageScaling;
17
+ imageScalingByUniqueId: (uniqueId: guid) => MediaPickerImageScaling;
18
18
  providers: () => Array<MediaPickerProvider>;
19
- url: (media: MediaPickerImage | MediaPickerVideo, ratioId?: GuidValue) => string;
19
+ url: (media: MediaPickerImage | MediaPickerVideo, ratioId?: guid) => string;
20
20
  };
21
21
  mutations: {
22
22
  registerMediaPickerProvider: import("./Store").StoreMutation<(provider: MediaPickerProvider | Array<MediaPickerProvider>) => void, (provider: MediaPickerProvider | MediaPickerProvider[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
@@ -1,4 +1,4 @@
1
- import { GuidValue, IPersistedPost, IPostBaseContext, IPostBaseWithContext, ReactionType, ResolvedUserIdentity } from "../models";
1
+ import { guid, IPersistedPost, IPostBaseContext, IPostBaseWithContext, ReactionType, ResolvedUserIdentity } from "../models";
2
2
  import { PostService } from "../services/PostService";
3
3
  import { Store } from "./Store";
4
4
  import { UserIdentityStore } from "./UserIdentityStore";
@@ -31,7 +31,7 @@ export declare class PostStore<TPostType extends IPostBaseWithContext<TContextTy
31
31
  createPost: import("./Store").StoreAction<unknown, (post: TPostType, currentUser: ResolvedUserIdentity) => void, (result: IPersistedPost<TPostType>, post: TPostType, currentUser: ResolvedUserIdentity) => void, (failureReason: any, post: TPostType, currentUser: ResolvedUserIdentity) => void, (post: TPostType, currentUser: ResolvedUserIdentity) => Promise<IPersistedPost<TPostType>>>;
32
32
  deletePost: import("./Store").StoreAction<unknown, (persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (result: unknown, persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (failureReason: any, persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => Promise<unknown>>;
33
33
  updatePost: import("./Store").StoreAction<unknown, (persistedPost: IPersistedPost<TPostType>) => void, (result: unknown, persistedPost: IPersistedPost<TPostType>) => void, (failureReason: any, persistedPost: IPersistedPost<TPostType>) => void, (persistedPost: IPersistedPost<TPostType>) => Promise<unknown>>;
34
- loadData: import("./Store").StoreAction<unknown, (omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: GuidValue[], currentUser: ResolvedUserIdentity) => void, (result: unknown, omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: GuidValue[], currentUser: ResolvedUserIdentity) => void, (failureReason: any, omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: GuidValue[], currentUser: ResolvedUserIdentity) => void, (omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: Array<GuidValue>, currentUser: ResolvedUserIdentity) => Promise<unknown>>;
34
+ loadData: import("./Store").StoreAction<unknown, (omniaServiceId: guid, postTypeId: guid, topicIds: guid[], currentUser: ResolvedUserIdentity) => void, (result: unknown, omniaServiceId: guid, postTypeId: guid, topicIds: guid[], currentUser: ResolvedUserIdentity) => void, (failureReason: any, omniaServiceId: guid, postTypeId: guid, topicIds: guid[], currentUser: ResolvedUserIdentity) => void, (omniaServiceId: guid, postTypeId: guid, topicIds: Array<guid>, currentUser: ResolvedUserIdentity) => Promise<unknown>>;
35
35
  };
36
36
  calculateTopPostLastActivity(posts: IPersistedPost<IPostBaseWithContext<TContextType>>[]): void;
37
37
  getSortedPosts(persistedPosts: Array<IPersistedPost<IPostBaseWithContext<TContextType>>>): IPersistedPost<IPostBaseWithContext<TContextType>>[];
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { OmniaContext } from "../contexts";
3
3
  import { AppStore } from "./AppStore";
4
4
  import { Store } from "./Store";
@@ -9,10 +9,10 @@ export declare class PromotedTagStore extends Store {
9
9
  onActivated(): void;
10
10
  onDisposing(): void;
11
11
  getters: {
12
- getPromotedPropertiesValue: <T>(appInstanceId: GuidValue, propertyName: string) => T[];
12
+ getPromotedPropertiesValue: <T>(appInstanceId: guid, propertyName: string) => T[];
13
13
  };
14
14
  mutations: {};
15
15
  actions: {
16
- ensurePromotedPropertiesValue: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue, promotedPropertiesName: string[]) => void, (result: void, appInstanceId: GuidValue, promotedPropertiesName: string[]) => void, (failureReason: any, appInstanceId: GuidValue, promotedPropertiesName: string[]) => void, (appInstanceId: GuidValue, promotedPropertiesName: string[]) => Promise<void>>;
16
+ ensurePromotedPropertiesValue: import("./Store").StoreAction<unknown, (appInstanceId: guid, promotedPropertiesName: string[]) => void, (result: void, appInstanceId: guid, promotedPropertiesName: string[]) => void, (failureReason: any, appInstanceId: guid, promotedPropertiesName: string[]) => void, (appInstanceId: guid, promotedPropertiesName: string[]) => Promise<void>>;
17
17
  };
18
18
  }
@@ -1,13 +1,13 @@
1
- import { InstanceLifetimes, GuidValue, StoreDefintion as OmniaStoreDefinition, StateMutation, MutatableState, IMessageBusSubscriptionHandler } from "../models";
1
+ import { InstanceLifetimes, StoreDefintion as OmniaStoreDefinition, StateMutation, MutatableState, guid, IMessageBusSubscriptionHandler } from "../models";
2
2
  export declare enum StoreLogTypes {
3
3
  mutation = "Mutation",
4
4
  action = "Action"
5
5
  }
6
6
  export interface StoreLog {
7
- id: GuidValue;
7
+ id: guid;
8
8
  name: string;
9
9
  type: StoreLogTypes;
10
- storeId: GuidValue;
10
+ storeId: guid;
11
11
  storeName: string;
12
12
  createdAt: Date;
13
13
  object: StateMutation<any>;
@@ -27,7 +27,7 @@ export declare class StoreLogger {
27
27
  private _logState;
28
28
  enabled: boolean;
29
29
  constructor(logState: Array<StoreLog>);
30
- add(id: GuidValue, name: string, type: StoreLogTypes, storeId: GuidValue, storeName: string, object: StateMutationLog): void;
30
+ add(id: guid, name: string, type: StoreLogTypes, storeId: guid, storeName: string, object: StateMutationLog): void;
31
31
  enable(): void;
32
32
  disable(): void;
33
33
  get log(): Array<StoreLog>;
@@ -41,7 +41,7 @@ export declare abstract class Store {
41
41
  private _storeDefinition;
42
42
  private _disposed;
43
43
  constructor(storeDefinition?: Omit<OmniaStoreDefinition, "id">);
44
- protected get id(): GuidValue;
44
+ protected get id(): guid;
45
45
  /**
46
46
  * Triggers when the store is ready to be used
47
47
  * */