@omnia/fx 8.0.191-dev → 8.0.193-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/contexts/OmniaContext.d.ts +3 -3
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/core/Extend.d.ts +2 -2
- package/internal-do-not-import-from-here/core/Factory.d.ts +2 -2
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -3
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +4 -4
- package/internal-do-not-import-from-here/core/services/OmniaPropertyBagBase.d.ts +3 -3
- package/internal-do-not-import-from-here/core/services/ServiceLocator.d.ts +4 -4
- package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +6 -6
- package/internal-do-not-import-from-here/core/services/TokenService.d.ts +2 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +3 -3
- package/internal-do-not-import-from-here/runtime/core/LocalHostingService.d.ts +6 -6
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +8 -8
- package/internal-do-not-import-from-here/runtime/core/ServerSideLoader.d.ts +6 -6
- package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/AppNamingPolicyService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/AppService.d.ts +25 -25
- package/internal-do-not-import-from-here/services/AzureAdUserService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/ConnectedTenantService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/EnterprisePropertyCategoryService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/EnterprisePropertySetService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/FeatureService.d.ts +7 -7
- package/internal-do-not-import-from-here/services/ManifestService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/MediaPickerService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/PostService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/QueueService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SecretsService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +11 -10
- package/internal-do-not-import-from-here/services/SecurityService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/SettingsService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +8 -8
- package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentitySyncProviderService.d.ts +9 -9
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/identities/UserTypeService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +6 -6
- package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/ExtendedEnterprisePropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +2 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/models/Context.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/AppStore.d.ts +21 -21
- package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +9 -9
- package/internal-do-not-import-from-here/stores/ConnectedTenantStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/EnterpriseGlossaryStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertyCategoryStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertySetStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +11 -11
- package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/PostStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/PromotedTagStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/Store.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +8 -8
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/mediapicker/constants.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/AppRollupFilterEngineContext.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/BlockInstance.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +19 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/TsxAllowUnknowProperties.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/BusinessProfileRouter.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +69 -48
- package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +196 -6
- package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +55 -33
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +55 -15
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +58 -40
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +46 -15
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutSettingsComponent.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutTabSettingsRenderer.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +16 -57
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +52 -29
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +55 -18
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +52 -29
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/BlockedWordsBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/PrefixBlade.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/SuffixBlade.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +59 -38
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +67 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +55 -15
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +49 -29
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/blades/EditAndCreateTemplateBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +63 -47
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +64 -48
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +64 -48
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +72 -167
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +63 -47
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +66 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +52 -29
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +55 -17
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +107 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +49 -24
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +53 -343
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +26 -26
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningConstants.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +17 -17
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/BlockTextIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +33 -183
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +33 -183
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api/Models.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/Models.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/connectedtenantpicker/ConnectedTenantPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/connectedtenantpicker/IConnectedTenantPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/directives/LinkHandler/registration/DefaultLinkHandlerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/editorchrome/navigation/EditorChromeNavigation.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +69 -20
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +79 -68
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/features/FeaturesConstants.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/MyComputerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRegistrationApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/headingconfigurations/Constants.d.ts +10 -9
- package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/models/SettingsBladeRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +80 -74
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +81 -72
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent2.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent3.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +74 -154
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/models/DataSource.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/properties/models/Properties.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterRouter.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/selection/ISelection.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +68 -406
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming/ThemingFallbackFactory.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseDebouncer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +101 -41
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -9
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -27
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +22 -22
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/IChrome.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +71 -26
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +33 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +61 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +0 -62
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +0 -47
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/editlayout/LayoutSettingsComponent.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/EditLayoutStyle.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutListingStyle.css.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutTabStyle.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/IAppInstanceEnterprisePropertiesStep.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/index.d.ts +0 -1
@@ -1,13 +1,13 @@
|
|
1
|
-
import { InstanceLifetimes,
|
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:
|
7
|
+
id: guid;
|
8
8
|
name: string;
|
9
9
|
type: StoreLogTypes;
|
10
|
-
storeId:
|
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:
|
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():
|
44
|
+
protected get id(): guid;
|
45
45
|
/**
|
46
46
|
* Triggers when the store is ready to be used
|
47
47
|
* */
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, TargetingProperty, TargetingPropertyData, TargetingPropertyResult, TargetingPropertyQuery, TargetingPropertyFlatResult } from "../models";
|
2
2
|
import { Store } from "./Store";
|
3
3
|
import { TargetingPropertyService } from "../services/TargetingPropertyService";
|
4
4
|
export declare class TargetingPropertyStore extends Store {
|
@@ -11,8 +11,8 @@ export declare class TargetingPropertyStore extends Store {
|
|
11
11
|
}>;
|
12
12
|
getters: {
|
13
13
|
properties: () => TargetingProperty<TargetingPropertyData>[];
|
14
|
-
propertiesForEnterpriseProperty: (enterprisePropertyDefinitionId:
|
15
|
-
property: (id:
|
14
|
+
propertiesForEnterpriseProperty: (enterprisePropertyDefinitionId: guid) => TargetingProperty<TargetingPropertyData>[];
|
15
|
+
property: (id: guid) => TargetingProperty<TargetingPropertyData>;
|
16
16
|
userTargetingResult: (queries: TargetingPropertyQuery[]) => TargetingPropertyFlatResult[];
|
17
17
|
};
|
18
18
|
mutations: {};
|
@@ -20,10 +20,10 @@ export declare class TargetingPropertyStore extends Store {
|
|
20
20
|
ensureLoadData: import("./Store").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
|
21
21
|
addTargetingProperty: import("./Store").StoreAction<unknown, (property: TargetingProperty<TargetingPropertyData>) => void, (result: unknown, property: TargetingProperty<TargetingPropertyData>) => void, (failureReason: any, property: TargetingProperty<TargetingPropertyData>) => void, (property: TargetingProperty<TargetingPropertyData>) => Promise<unknown>>;
|
22
22
|
updateTargetingProperty: import("./Store").StoreAction<unknown, (property: TargetingProperty<TargetingPropertyData>) => void, (result: unknown, property: TargetingProperty<TargetingPropertyData>) => void, (failureReason: any, property: TargetingProperty<TargetingPropertyData>) => void, (property: TargetingProperty<TargetingPropertyData>) => Promise<unknown>>;
|
23
|
-
removeTargetingProperty: import("./Store").StoreAction<unknown, (propertyId:
|
23
|
+
removeTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: guid) => void, (result: unknown, propertyId: guid) => void, (failureReason: any, propertyId: guid) => void, (propertyId: guid) => Promise<unknown>>;
|
24
24
|
ensureUserTargetingResult: import("./Store").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
|
25
|
-
terminateTargetingProperty: import("./Store").StoreAction<unknown, (propertyId:
|
26
|
-
restoreTargetingProperty: import("./Store").StoreAction<unknown, (propertyId:
|
25
|
+
terminateTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: guid) => void, (result: unknown, propertyId: guid) => void, (failureReason: any, propertyId: guid) => void, (propertyId: guid) => Promise<unknown>>;
|
26
|
+
restoreTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: guid) => void, (result: unknown, propertyId: guid) => void, (failureReason: any, propertyId: guid) => void, (propertyId: guid) => Promise<unknown>>;
|
27
27
|
};
|
28
28
|
onActivated(): void;
|
29
29
|
onDisposing(): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { GroupIdentity,
|
1
|
+
import { GroupIdentity, Identity, IdentityProperty, UserIdentityPropertyDefinition, PropertyBinding, PropertyDefinition, ResolvedUserIdentity, UserIdentity, guid, LanguagePropertyValue } from "@omnia/fx-models";
|
2
2
|
import { MediaPickerService, UserPresenceStatus } from "../services";
|
3
3
|
import { Store } from "./Store";
|
4
4
|
export declare class UserIdentityStore extends Store {
|
@@ -54,9 +54,9 @@ export declare class UserIdentityStore extends Store {
|
|
54
54
|
[groupUid: string]: boolean;
|
55
55
|
}>>;
|
56
56
|
getUserGroups: import("./Store").StoreAction<unknown, (user: UserIdentity) => void, (result: GroupIdentity[], user: UserIdentity) => void, (failureReason: any, user: UserIdentity) => void, (user: UserIdentity) => Promise<GroupIdentity[]>>;
|
57
|
-
getIdentitiesWithProviderIdentities: import("./Store").StoreAction<unknown, (providerId:
|
57
|
+
getIdentitiesWithProviderIdentities: import("./Store").StoreAction<unknown, (providerId: guid, userIds: guid[]) => void, (result: {
|
58
58
|
[userIdentityUid: string]: Identity;
|
59
|
-
}, providerId:
|
59
|
+
}, providerId: guid, userIds: guid[]) => void, (failureReason: any, providerId: guid, userIds: guid[]) => void, (providerId: guid, userIds: guid[]) => Promise<{
|
60
60
|
[userIdentityUid: string]: Identity;
|
61
61
|
}>>;
|
62
62
|
setUiLanguage: import("./Store").StoreAction<unknown, (uiLanguage: LanguagePropertyValue) => void, (result: ResolvedUserIdentity, uiLanguage: LanguagePropertyValue) => void, (failureReason: any, uiLanguage: LanguagePropertyValue) => void, (uiLanguage: LanguagePropertyValue) => Promise<ResolvedUserIdentity>>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Future,
|
1
|
+
import { Future, guid, IResolvedIdentity, Identity, IdentityQuery, ItemQueryResult, UserIdentityQuery } from "@omnia/fx-models";
|
2
2
|
import { IdentityService } from "../services";
|
3
3
|
import { IIdentityPickerStore, IdentityStore } from "./IdentityStore";
|
4
4
|
import { Store } from "./Store";
|
@@ -7,8 +7,8 @@ export declare class UserTypeIdentityStore extends Store {
|
|
7
7
|
private identityStore;
|
8
8
|
private userTypeIdentitiesState;
|
9
9
|
getters: {
|
10
|
-
createIdentityPickerStore: (userType:
|
11
|
-
getIdentitiesOfUserType: (userType:
|
10
|
+
createIdentityPickerStore: (userType: guid) => UserTypeIdentityPickerStore;
|
11
|
+
getIdentitiesOfUserType: (userType: guid) => ItemQueryResult<IResolvedIdentity>;
|
12
12
|
};
|
13
13
|
actions: {
|
14
14
|
resolveIdentities: import("./Store").StoreAction<unknown, (identities: Identity[]) => void, (result: {
|
@@ -16,8 +16,8 @@ export declare class UserTypeIdentityStore extends Store {
|
|
16
16
|
}, identities: Identity[]) => void, (failureReason: any, identities: Identity[]) => void, (identities: Identity[]) => Promise<{
|
17
17
|
[uid: string]: IResolvedIdentity;
|
18
18
|
}>>;
|
19
|
-
query: import("./Store").StoreAction<unknown, (query: IdentityQuery, userTypeId:
|
20
|
-
ensureUserTypeIdentities: import("./Store").StoreAction<unknown, (query: UserIdentityQuery, userType:
|
19
|
+
query: import("./Store").StoreAction<unknown, (query: IdentityQuery, userTypeId: guid) => void, (result: ItemQueryResult<IResolvedIdentity>, query: IdentityQuery, userTypeId: guid) => void, (failureReason: any, query: IdentityQuery, userTypeId: guid) => void, (query: IdentityQuery, userTypeId: guid) => Future<ItemQueryResult<IResolvedIdentity>>>;
|
20
|
+
ensureUserTypeIdentities: import("./Store").StoreAction<unknown, (query: UserIdentityQuery, userType: guid) => void, (result: ItemQueryResult<IResolvedIdentity>, query: UserIdentityQuery, userType: guid) => void, (failureReason: any, query: UserIdentityQuery, userType: guid) => void, (query: UserIdentityQuery, userType: guid) => Promise<ItemQueryResult<IResolvedIdentity>>>;
|
21
21
|
};
|
22
22
|
protected onActivated(): void;
|
23
23
|
}
|
@@ -26,7 +26,7 @@ export declare class UserTypeIdentityPickerStore extends Store implements IIdent
|
|
26
26
|
private identityStore;
|
27
27
|
private identityService;
|
28
28
|
private userType;
|
29
|
-
constructor(userTypeIdentityStore: UserTypeIdentityStore, identityStore: IdentityStore, identityService: IdentityService, userType:
|
29
|
+
constructor(userTypeIdentityStore: UserTypeIdentityStore, identityStore: IdentityStore, identityService: IdentityService, userType: guid);
|
30
30
|
getters: {
|
31
31
|
getResolvedIdentity: (identity: Identity) => IResolvedIdentity;
|
32
32
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { SubscriptionHandler } from "../core";
|
2
|
-
import { VersionedAlternateLayout, VersionedLayout, VersionedLayoutId, VersionedLayoutDefinition, DisplayBreakpointVersionedAlternateLayoutMapping,
|
2
|
+
import { VersionedAlternateLayout, VersionedLayout, VersionedLayoutId, VersionedLayoutDefinition, DisplayBreakpointVersionedAlternateLayoutMapping, guid, ICheckedoutVersionedData, IVersionedData, IVersionedDataIdentifier, IVersionReference, LatestReferenceResponse } from "../models";
|
3
3
|
import { Store } from "./Store";
|
4
4
|
export declare class VersionedLayoutStore extends Store {
|
5
5
|
private versionedLayoutService;
|
@@ -11,16 +11,16 @@ export declare class VersionedLayoutStore extends Store {
|
|
11
11
|
getLayoutByIdentifer: (identifier: IVersionedDataIdentifier) => VersionedLayout;
|
12
12
|
getLayoutDefinition: (version: IVersionReference) => IVersionedData<VersionedLayoutDefinition>;
|
13
13
|
getLatestRef: (dataIdentifier: IVersionedDataIdentifier) => LatestReferenceResponse;
|
14
|
-
getAppScopedLayoutWithDefinition: <Definition extends VersionedLayoutDefinition>(appInstanceId:
|
14
|
+
getAppScopedLayoutWithDefinition: <Definition extends VersionedLayoutDefinition>(appInstanceId: guid, definition: new () => Definition) => VersionedLayout[];
|
15
15
|
getTenantScopedLayoutWithDefinition: <Definition_1 extends VersionedLayoutDefinition>(definition: new () => Definition_1) => VersionedLayout[];
|
16
|
-
getBusinessProfileScopedLayoutWithDefinition: <Definition_2 extends VersionedLayoutDefinition>(businessProfileId:
|
16
|
+
getBusinessProfileScopedLayoutWithDefinition: <Definition_2 extends VersionedLayoutDefinition>(businessProfileId: guid, definition: new () => Definition_2) => VersionedLayout[];
|
17
17
|
};
|
18
18
|
mutations: {
|
19
19
|
addOrUpdateLayouts: import("./Store").StoreMutation<(...versionedLayouts: VersionedLayout[]) => void, (...args: VersionedLayout[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
20
20
|
addOrUpdateDefinitions: import("./Store").StoreMutation<(...definitions: IVersionedData<VersionedLayoutDefinition>[]) => void, (...args: IVersionedData<VersionedLayoutDefinition>[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
21
21
|
};
|
22
22
|
actions: {
|
23
|
-
ensureLoadForApp: import("./Store").StoreAction<unknown, (appInstanceId:
|
23
|
+
ensureLoadForApp: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: void, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<void>>;
|
24
24
|
ensureLoadForTenant: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
25
25
|
ensureLoadLayoutDefinitionLatestRef: import("./Store").StoreAction<unknown, (dataIdentifier: IVersionedDataIdentifier, useCache?: unknown) => void, (result: void, dataIdentifier: IVersionedDataIdentifier, useCache?: unknown) => void, (failureReason: any, dataIdentifier: IVersionedDataIdentifier, useCache?: unknown) => void, (dataIdentifier: IVersionedDataIdentifier, useCache?: unknown) => Promise<void>>;
|
26
26
|
ensureLoadByIdentifier: import("./Store").StoreAction<unknown, (identifier: IVersionedDataIdentifier, useCache?: unknown) => void, (result: void, identifier: IVersionedDataIdentifier, useCache?: unknown) => void, (failureReason: any, identifier: IVersionedDataIdentifier, useCache?: unknown) => void, (identifier: IVersionedDataIdentifier, useCache?: unknown) => Promise<void>>;
|
@@ -28,20 +28,20 @@ export declare class VersionedLayoutStore extends Store {
|
|
28
28
|
ensureLoadDefinition: import("./Store").StoreAction<unknown, (version: IVersionReference) => void, (result: void, version: IVersionReference) => void, (failureReason: any, version: IVersionReference) => void, (version: IVersionReference) => Promise<void>>;
|
29
29
|
ensureLoadDefinitionWithParentLayout: import("./Store").StoreAction<unknown, (version: IVersionReference, parentVersion: IVersionReference, force?: boolean) => void, (result: unknown, version: IVersionReference, parentVersion: IVersionReference, force?: boolean) => void, (failureReason: any, version: IVersionReference, parentVersion: IVersionReference, force?: boolean) => void, (version: IVersionReference, parentVersion: IVersionReference, force?: boolean) => Promise<unknown>>;
|
30
30
|
ensureLoadDisplayBreakpointMapping: import("./Store").StoreAction<unknown, (versionedLayout: VersionedLayout, useCache?: unknown) => void, (result: DisplayBreakpointVersionedAlternateLayoutMapping, versionedLayout: VersionedLayout, useCache?: unknown) => void, (failureReason: any, versionedLayout: VersionedLayout, useCache?: unknown) => void, (versionedLayout: VersionedLayout, useCache?: unknown) => Promise<DisplayBreakpointVersionedAlternateLayoutMapping>>;
|
31
|
-
ensureLoadByProfileAndTypeId: import("./Store").StoreAction<unknown, (businessProfileId:
|
32
|
-
ensureLoadByTypeIds: import("./Store").StoreAction<unknown, (layoutTypeIds:
|
31
|
+
ensureLoadByProfileAndTypeId: import("./Store").StoreAction<unknown, (businessProfileId: guid, layoutTypeId: guid) => void, (result: void, businessProfileId: guid, layoutTypeId: guid) => void, (failureReason: any, businessProfileId: guid, layoutTypeId: guid) => void, (businessProfileId: guid, layoutTypeId: guid) => Promise<void>>;
|
32
|
+
ensureLoadByTypeIds: import("./Store").StoreAction<unknown, (layoutTypeIds: guid[]) => void, (result: void, layoutTypeIds: guid[]) => void, (failureReason: any, layoutTypeIds: guid[]) => void, (layoutTypeIds: guid[]) => Promise<void>>;
|
33
33
|
setDisplayBreakpointMapping: import("./Store").StoreAction<unknown, (versionedLayout: VersionedLayout, mapping: DisplayBreakpointVersionedAlternateLayoutMapping) => void, (result: void, versionedLayout: VersionedLayout, mapping: DisplayBreakpointVersionedAlternateLayoutMapping) => void, (failureReason: any, versionedLayout: VersionedLayout, mapping: DisplayBreakpointVersionedAlternateLayoutMapping) => void, (versionedLayout: VersionedLayout, mapping: DisplayBreakpointVersionedAlternateLayoutMapping) => Promise<void>>;
|
34
|
-
createAppScoped: import("./Store").StoreAction<unknown, (appInstanceId:
|
34
|
+
createAppScoped: import("./Store").StoreAction<unknown, (appInstanceId: guid, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (result: {
|
35
35
|
versionedLayout: VersionedLayout;
|
36
36
|
checkedOutVersionedData: IVersionedData<VersionedLayoutDefinition>;
|
37
|
-
}, appInstanceId:
|
37
|
+
}, appInstanceId: guid, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (failureReason: any, appInstanceId: guid, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (appInstanceId: guid, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => Promise<{
|
38
38
|
versionedLayout: VersionedLayout;
|
39
39
|
checkedOutVersionedData: IVersionedData<VersionedLayoutDefinition>;
|
40
40
|
}>>;
|
41
|
-
createBusinessProfileScoped: import("./Store").StoreAction<unknown, (businessProfileId:
|
41
|
+
createBusinessProfileScoped: import("./Store").StoreAction<unknown, (businessProfileId: guid, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (result: {
|
42
42
|
versionedLayout: VersionedLayout;
|
43
43
|
checkedOutVersionedData: IVersionedData<VersionedLayoutDefinition>;
|
44
|
-
}, businessProfileId:
|
44
|
+
}, businessProfileId: guid, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (failureReason: any, businessProfileId: guid, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (businessProfileId: guid, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => Promise<{
|
45
45
|
versionedLayout: VersionedLayout;
|
46
46
|
checkedOutVersionedData: IVersionedData<VersionedLayoutDefinition>;
|
47
47
|
}>>;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IMediaPickerGalleryHandler, ImageMetaData, MediaGallery, MediaPickerImageTransformationResult, MediaPickerMediaItem, MediaPickerStorageProviderContext, MediaState } from "@omnia/fx-models";
|
2
2
|
export declare function useMediaPickerStorageProviderContext(): MediaPickerStorageProviderContext;
|
3
3
|
export declare const GalleryStore: () => {
|
4
4
|
state: {
|
5
5
|
selectedMediaGallery: MediaGallery;
|
6
6
|
editingMediaIndex: number;
|
7
|
-
editingMediaId:
|
7
|
+
editingMediaId: guid;
|
8
8
|
preSelectedImageMetaData: ImageMetaData;
|
9
9
|
mediaStates: MediaState[];
|
10
10
|
finishItemCount: number;
|
@@ -26,7 +26,7 @@ export declare const GalleryStore: () => {
|
|
26
26
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
27
|
};
|
28
28
|
addOrUpdateItem: {
|
29
|
-
subscribe(fn: (mediaState: MediaState, galleryHandler: IMediaPickerGalleryHandler, id:
|
29
|
+
subscribe(fn: (mediaState: MediaState, galleryHandler: IMediaPickerGalleryHandler, id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
30
|
};
|
31
31
|
updateImageTransformed: {
|
32
32
|
subscribe(fn: (transformation: MediaPickerImageTransformationResult) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -61,7 +61,7 @@ export declare const GalleryStore: () => {
|
|
61
61
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
62
|
};
|
63
63
|
addOrUpdateItem: {
|
64
|
-
subscribe(fn: (result: void, mediaState: MediaState, galleryHandler: IMediaPickerGalleryHandler, id:
|
64
|
+
subscribe(fn: (result: void, mediaState: MediaState, galleryHandler: IMediaPickerGalleryHandler, id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
65
|
};
|
66
66
|
updateImageTransformed: {
|
67
67
|
subscribe(fn: (result: void, transformation: MediaPickerImageTransformationResult) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -96,7 +96,7 @@ export declare const GalleryStore: () => {
|
|
96
96
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
97
|
};
|
98
98
|
addOrUpdateItem: {
|
99
|
-
subscribe(fn: (failureReason: any, mediaState: MediaState, galleryHandler: IMediaPickerGalleryHandler, id:
|
99
|
+
subscribe(fn: (failureReason: any, mediaState: MediaState, galleryHandler: IMediaPickerGalleryHandler, id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
100
100
|
};
|
101
101
|
updateImageTransformed: {
|
102
102
|
subscribe(fn: (failureReason: any, transformation: MediaPickerImageTransformationResult) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -131,7 +131,7 @@ export declare const GalleryStore: () => {
|
|
131
131
|
* @param item the item to be added to the gallery, this can be a video or an image
|
132
132
|
* @param id The id of the media state
|
133
133
|
*/
|
134
|
-
addOrUpdateItem(mediaState: MediaState, galleryHandler: IMediaPickerGalleryHandler, id:
|
134
|
+
addOrUpdateItem(mediaState: MediaState, galleryHandler: IMediaPickerGalleryHandler, id: guid): void;
|
135
135
|
/**
|
136
136
|
* @description this is the method that gets called from the image transformer
|
137
137
|
* @param transformation the transformation result from the image transformer
|
@@ -148,7 +148,7 @@ export declare const GalleryStore: () => {
|
|
148
148
|
events: {
|
149
149
|
onMutatedSelectedMediaGallery: import("../../core").MessageBusExposeOnlySubscription<MediaGallery>;
|
150
150
|
onMutatedEditingMediaIndex: import("../../core").MessageBusExposeOnlySubscription<number>;
|
151
|
-
onMutatedEditingMediaId: import("../../core").MessageBusExposeOnlySubscription<
|
151
|
+
onMutatedEditingMediaId: import("../../core").MessageBusExposeOnlySubscription<guid>;
|
152
152
|
onMutatedPreSelectedImageMetaData: import("../../core").MessageBusExposeOnlySubscription<ImageMetaData>;
|
153
153
|
onMutatedMediaStates: import("../../core").MessageBusExposeOnlySubscription<MediaState[]>;
|
154
154
|
onMutatedFinishItemCount: import("../../core").MessageBusExposeOnlySubscription<number>;
|
@@ -164,7 +164,7 @@ export declare const GalleryStore: () => {
|
|
164
164
|
mutate: {
|
165
165
|
selectedMediaGallery: (value: MediaGallery | ((prev: MediaGallery) => MediaGallery)) => void;
|
166
166
|
editingMediaIndex: (value: number | ((prev: number) => number)) => void;
|
167
|
-
editingMediaId: (value:
|
167
|
+
editingMediaId: (value: guid | ((prev: guid) => guid)) => void;
|
168
168
|
preSelectedImageMetaData: (value: ImageMetaData | ((prev: ImageMetaData) => ImageMetaData)) => void;
|
169
169
|
mediaStates: (value: MediaState[] | ((prev: MediaState[]) => MediaState[])) => void;
|
170
170
|
finishItemCount: (value: number | ((prev: number) => number)) => void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IMediaPickerImageProviderHandler, IMediaPickerProviderHandler, ImageInformation, ImageItem, MediaItem, MediaPickerBase64Image, MediaPickerImageScaling, MediaPickerLimitedSizeSettings, MediaPickerMedia, MediaPickerMessage, MediaPickerProvider, VideoInformation, VideoItem } from "@omnia/fx-models";
|
2
2
|
export declare const ProviderStore: () => {
|
3
3
|
state: {
|
4
4
|
showImageTransformer: boolean;
|
@@ -222,16 +222,16 @@ export declare const ProviderStore: () => {
|
|
222
222
|
statusMessage: (value: MediaPickerMessage | ((prev: MediaPickerMessage) => MediaPickerMessage)) => void;
|
223
223
|
};
|
224
224
|
get: {
|
225
|
-
providerById(id:
|
225
|
+
providerById(id: guid): MediaPickerProvider;
|
226
226
|
activeProvider(): {
|
227
|
-
id:
|
227
|
+
id: guid;
|
228
228
|
category: string;
|
229
229
|
name: string;
|
230
230
|
icon: import("@omnia/fx-models").IIcon;
|
231
231
|
hasEditorForMedia(media: import("@omnia/fx-models").MediaPickerVideo | import("@omnia/fx-models").MediaPickerPersistedImage): boolean;
|
232
232
|
sortOrder?: number;
|
233
233
|
selectableMediaTypes: import("@omnia/fx-models").MediaPickerEnums.OmniaMediaTypes[];
|
234
|
-
providerComponentManifestId:
|
234
|
+
providerComponentManifestId: guid;
|
235
235
|
supportGalleryFeature: boolean;
|
236
236
|
};
|
237
237
|
};
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
2
|
-
export declare const KEEP_ORIGINAL_SIZE_OPTION_VALUE:
|
1
|
+
import { guid } from "../../models";
|
2
|
+
export declare const KEEP_ORIGINAL_SIZE_OPTION_VALUE: guid;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { DbQueryFilterEngineContext } from "@omnia/fx-models";
|
1
|
+
import { DbQueryFilterEngineContext, guid } from "@omnia/fx-models";
|
2
2
|
export declare class AppRollupFilterEngineContext extends DbQueryFilterEngineContext {
|
3
|
-
componentId:
|
4
|
-
uniqueId:
|
5
|
-
constructor(componentId:
|
3
|
+
componentId: guid;
|
4
|
+
uniqueId: guid;
|
5
|
+
constructor(componentId: guid);
|
6
6
|
readonly supportFullTextSearch: boolean;
|
7
7
|
getAvailableProperties(): import("@omnia/fx-models").EnterprisePropertyDefinition[];
|
8
8
|
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { BlockLayoutSettings, BlockRenderingModes, Breakpoint,
|
1
|
+
import { BlockLayoutSettings, BlockRenderingModes, Breakpoint, guid, IBlockInstance, ILayoutMediaContext, ILayoutFileContext, IMessageBusTopicSubscription, MultilingualString } from "../models";
|
2
2
|
export declare class BlockInstance<TSettings = void> implements IBlockInstance<TSettings> {
|
3
3
|
setSearchValue: (value: MultilingualString) => void;
|
4
|
-
id:
|
5
|
-
manifestId:
|
6
|
-
layoutDefinitionId:
|
4
|
+
id: guid;
|
5
|
+
manifestId: guid;
|
6
|
+
layoutDefinitionId: guid;
|
7
7
|
mode: BlockRenderingModes;
|
8
8
|
hide: boolean;
|
9
9
|
clickProtection: {
|
@@ -69,7 +69,7 @@ type VuetifySlots<T> = {
|
|
69
69
|
type VuetifyValue<T> = T extends {
|
70
70
|
value?: any;
|
71
71
|
} ? T["value"] : T;
|
72
|
-
import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem } from "vuetify/components";
|
72
|
+
import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem, VStepper, VStepperHeader, VStepperWindow, VStepperActions, VStepperWindowItem, VStepperItem } from "vuetify/components";
|
73
73
|
import { Intersect } from "vuetify/directives";
|
74
74
|
import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker, VFab, VSpeedDial } from "vuetify/components";
|
75
75
|
import { VCalendar } from "vuetify/labs/VCalendar";
|
@@ -291,6 +291,24 @@ declare global {
|
|
291
291
|
"v-slide-group-item": VuetifyProps<Pick<VSlideGroupItem, "$props">> & {
|
292
292
|
[name: string]: any;
|
293
293
|
};
|
294
|
+
"v-stepper": VuetifyProps<Pick<VStepper, "$props">> & {
|
295
|
+
[name: string]: any;
|
296
|
+
};
|
297
|
+
"v-stepper-header": VuetifyProps<Pick<VStepperHeader, "$props">> & {
|
298
|
+
[name: string]: any;
|
299
|
+
};
|
300
|
+
"v-stepper-window": VuetifyProps<Pick<VStepperWindow, "$props">> & {
|
301
|
+
[name: string]: any;
|
302
|
+
};
|
303
|
+
"v-stepper-actions": VuetifyProps<Pick<VStepperActions, "$props">> & {
|
304
|
+
[name: string]: any;
|
305
|
+
};
|
306
|
+
"v-stepper-item": VuetifyProps<Pick<VStepperItem, "$props">> & {
|
307
|
+
[name: string]: any;
|
308
|
+
};
|
309
|
+
"v-stepper-window-item": VuetifyProps<Pick<VStepperWindowItem, "$props">> & {
|
310
|
+
[name: string]: any;
|
311
|
+
};
|
294
312
|
}
|
295
313
|
}
|
296
314
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { SubscriptionHandler } from "@omnia/fx";
|
2
2
|
import { ComponentInjectOptions, ComponentObjectPropsOptions, ComponentOptions, ComponentOptionsBase, ComponentOptionsMixin, ComponentPropsOptions, ComponentPublicInstance, ComputedOptions, CreateComponentPublicInstance, DefineComponent, EmitsOptions, ExtractDefaultPropTypes, MethodOptions, ObjectEmitsOptions, Prop, PropType, RenderFunction, Slot, SlotsType, VNode, VNodeArrayChildren, VNodeProps, VNodeTypes, WatchStopHandle, watch, watchEffect } from "vue";
|
3
3
|
import { LooseRequired, Prettify, UnionToIntersection } from "@vue/shared";
|
4
|
-
import { ColorSchemaTypes, ComponentBundleManifest, Directives,
|
4
|
+
import { ColorSchemaTypes, ComponentBundleManifest, Directives, guid } from "@omnia/fx-models";
|
5
5
|
import { ColorSchemaStoreType, VueComponentBaseProps } from ".";
|
6
6
|
import { IValidator } from "./models/Validation";
|
7
7
|
import { useColorSchemaSetup } from "./use/UseColorSchemaSetup";
|
@@ -290,8 +290,8 @@ export declare function defineVue(): {
|
|
290
290
|
};
|
291
291
|
};
|
292
292
|
};
|
293
|
-
export declare function getElementName(componentManifestId:
|
294
|
-
export declare function createVueNode(element: VNodeTypes |
|
293
|
+
export declare function getElementName(componentManifestId: guid): string;
|
294
|
+
export declare function createVueNode(element: VNodeTypes | guid, props?: RawProps, children?: RawChildren | RawSlots): VNode;
|
295
295
|
export declare function internalDVCByFS(injectOptions: any, options: any, extraOptions: any, register: any): (props: ConstructComponentProps<Record<string, any>>) => {
|
296
296
|
$: import("vue").ComponentInternalInstance;
|
297
297
|
$data: {};
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
import { VueComponentBaseProps } from "./VueComponentBase";
|
3
3
|
export type TsxAllowUnknowProperties<T extends {}> = T & Omit<VueComponentBaseProps, "placeholder" | "key" | "onChange" | "property"> & {
|
4
|
-
key?: string | number |
|
4
|
+
key?: string | number | guid;
|
5
5
|
dark?: boolean;
|
6
6
|
ref?: string;
|
7
7
|
slot?: string;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Events, HTMLAttributes, VNode, VNodeArrayChildren, VNodeProps, VNodeRef } from "vue";
|
2
2
|
import { Vue } from "./decorators";
|
3
3
|
import * as models from "../models";
|
4
|
-
import {
|
4
|
+
import { guid } from "../models";
|
5
5
|
import { ConfirmDialogOptions, ConfirmDialogResponse } from "./confirmdialog/IVueConfirmDialog";
|
6
6
|
import { ITheming } from "./theming";
|
7
7
|
type VuetifyThemeItem = string | number | {
|
@@ -115,10 +115,10 @@ export interface IVueComponentBase<Props = VueComponentBaseProps, EventsWithOn =
|
|
115
115
|
$confirm: {
|
116
116
|
open: (options?: ConfirmDialogOptions) => Promise<ConfirmDialogResponse>;
|
117
117
|
};
|
118
|
-
createVueNode(element: string | models.
|
118
|
+
createVueNode(element: string | models.guid, props?: RawProps, children?: () => RawChildren): VNode;
|
119
119
|
}
|
120
120
|
export type VueComponentBaseProps = Pick<HTMLAttributes, "id" | "class" | "style" | "onClick" | "tabindex"> & Pick<EventHandlers<Events>, "onKeydown" | "onKeyup" | "onKeypress"> & {
|
121
|
-
key?: string | number | symbol |
|
121
|
+
key?: string | number | symbol | guid;
|
122
122
|
$children?: any;
|
123
123
|
ref?: VNodeRef | string;
|
124
124
|
slot?: string;
|
@@ -150,8 +150,8 @@ export declare class VueComponentBase<Props = VueComponentBaseProps | {}, Events
|
|
150
150
|
};
|
151
151
|
resetValidation(): void;
|
152
152
|
validate(): Promise<boolean>;
|
153
|
-
createVueNode(element: string | models.
|
154
|
-
getElementNameByManifestId(manifestId: models.
|
153
|
+
createVueNode(element: string | models.guid, props?: RawProps, children?: () => RawChildren): VNode;
|
154
|
+
getElementNameByManifestId(manifestId: models.guid): string;
|
155
155
|
}
|
156
156
|
export declare function getVuetifyAppClasses(): string;
|
157
157
|
export interface VueComponentConnectProps {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { MessageBusTopicMediator } from "@omnia/fx";
|
2
|
-
import { ActionHandler, ActionRegistration, ActionHandlerRegistrationId, ApiPath,
|
2
|
+
import { ActionHandler, ActionRegistration, ActionHandlerRegistrationId, ApiPath, guid, IActionHandlerInstance, IActionHandlerInstanceProperties, IActionHandlerSettings, IExtendApiManifestWithConfiguration, IMessageBusTopicPublishSubscriber, MultilingualString } from "@omnia/fx-models";
|
3
3
|
import { MessageBusExposeOnlySubscription } from "../../core";
|
4
4
|
export interface IActionHandlerTriggeredRendererComponent {
|
5
5
|
actionHandler: ActionHandlerInstance;
|
@@ -37,7 +37,7 @@ export declare abstract class ActionHandlerBase<TSettings extends IActionHandler
|
|
37
37
|
abstract onTriggered(renderingCallback: (elementName: string, themeTargetId?: string, domProps?: Object) => void): any;
|
38
38
|
abstract onDisposing(): any;
|
39
39
|
constructor();
|
40
|
-
id:
|
40
|
+
id: guid;
|
41
41
|
typeId: ActionHandlerRegistrationId;
|
42
42
|
toolTip: MultilingualString;
|
43
43
|
settings: IActionHandlerSettings;
|
@@ -70,7 +70,7 @@ export declare class ActionHandlerInstance implements IActionHandlerInstance {
|
|
70
70
|
private instance;
|
71
71
|
private actionHandlerStore;
|
72
72
|
constructor(instance: ActionHandlerBase, actionHandler: ActionHandler);
|
73
|
-
id:
|
73
|
+
id: guid;
|
74
74
|
typeId: ActionHandlerRegistrationId;
|
75
75
|
toolTip: MultilingualString;
|
76
76
|
settings: IActionHandlerSettings;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AdminRoute, TokenBasedRouteStateData,
|
1
|
+
import { AdminRoute, TokenBasedRouteStateData, guid } from "../../models";
|
2
2
|
import { TokenBasedRouter } from "../TokenBasedRouter";
|
3
3
|
declare class InternalAdminRouter extends TokenBasedRouter<AdminRoute, TokenBasedRouteStateData> {
|
4
4
|
private static manifestIdReg;
|
@@ -20,7 +20,7 @@ declare class InternalAdminRouter extends TokenBasedRouter<AdminRoute, TokenBase
|
|
20
20
|
* Override protected function logic
|
21
21
|
*/
|
22
22
|
protected protectedClearRoute(): void;
|
23
|
-
navigateRoot(title: string, manifestId:
|
23
|
+
navigateRoot(title: string, manifestId: guid, urlSegment?: string): void;
|
24
24
|
navigatePath(title: string, path: string): void;
|
25
25
|
clearRoute(): void;
|
26
26
|
get parentRouterTitle(): string;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BusinessProfileRoute, TokenBasedRouteStateData,
|
1
|
+
import { BusinessProfileRoute, TokenBasedRouteStateData, guid } from "../../models";
|
2
2
|
import { TokenBasedRouter } from "../TokenBasedRouter";
|
3
3
|
declare class InternalBusinessProfileRouter extends TokenBasedRouter<BusinessProfileRoute, TokenBasedRouteStateData> {
|
4
4
|
private static profileIdReg;
|
@@ -19,7 +19,7 @@ declare class InternalBusinessProfileRouter extends TokenBasedRouter<BusinessPro
|
|
19
19
|
* Override protected function logic
|
20
20
|
*/
|
21
21
|
protected protectedClearRoute(): void;
|
22
|
-
navigateBusinessProfile(title: string, profileId:
|
22
|
+
navigateBusinessProfile(title: string, profileId: guid): void;
|
23
23
|
clearRoute(): void;
|
24
24
|
}
|
25
25
|
export declare const BusinessProfileRouter: InternalBusinessProfileRouter;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { EnterprisePropertyDefinition,
|
1
|
+
import { EnterprisePropertyDefinition, guid } from "../../../models";
|
2
2
|
export interface IQueryablePropertiesJourneyState {
|
3
3
|
selectedProperty: EnterprisePropertyDefinition;
|
4
4
|
}
|
5
5
|
export interface IQueryablePropertiesJourney {
|
6
6
|
additionalTitle?: string;
|
7
7
|
tableName?: string;
|
8
|
-
serviceId:
|
9
|
-
additionalBuiltInProperties?: Array<
|
8
|
+
serviceId: guid;
|
9
|
+
additionalBuiltInProperties?: Array<guid>;
|
10
10
|
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
additionalBuiltInProperties: {
|
5
|
-
type: import("vue").PropType<
|
5
|
+
type: import("vue").PropType<guid[]>;
|
6
6
|
required: false;
|
7
7
|
};
|
8
8
|
tableName: {
|
@@ -10,12 +10,12 @@ declare const _default: {
|
|
10
10
|
required: true;
|
11
11
|
};
|
12
12
|
serviceId: {
|
13
|
-
type: import("vue").PropType<
|
13
|
+
type: import("vue").PropType<guid>;
|
14
14
|
required: true;
|
15
15
|
};
|
16
16
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
17
17
|
additionalBuiltInProperties: {
|
18
|
-
type: import("vue").PropType<
|
18
|
+
type: import("vue").PropType<guid[]>;
|
19
19
|
required: false;
|
20
20
|
};
|
21
21
|
tableName: {
|
@@ -23,7 +23,7 @@ declare const _default: {
|
|
23
23
|
required: true;
|
24
24
|
};
|
25
25
|
serviceId: {
|
26
|
-
type: import("vue").PropType<
|
26
|
+
type: import("vue").PropType<guid>;
|
27
27
|
required: true;
|
28
28
|
};
|
29
29
|
}>>, {}, true, {}, {}, {
|
@@ -35,7 +35,7 @@ declare const _default: {
|
|
35
35
|
Defaults: {};
|
36
36
|
}, Readonly<import("vue").ExtractPropTypes<{
|
37
37
|
additionalBuiltInProperties: {
|
38
|
-
type: import("vue").PropType<
|
38
|
+
type: import("vue").PropType<guid[]>;
|
39
39
|
required: false;
|
40
40
|
};
|
41
41
|
tableName: {
|
@@ -43,7 +43,7 @@ declare const _default: {
|
|
43
43
|
required: true;
|
44
44
|
};
|
45
45
|
serviceId: {
|
46
|
-
type: import("vue").PropType<
|
46
|
+
type: import("vue").PropType<guid>;
|
47
47
|
required: true;
|
48
48
|
};
|
49
49
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
@@ -52,7 +52,7 @@ declare const _default: {
|
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
additionalBuiltInProperties: {
|
55
|
-
type: import("vue").PropType<
|
55
|
+
type: import("vue").PropType<guid[]>;
|
56
56
|
required: false;
|
57
57
|
};
|
58
58
|
tableName: {
|
@@ -60,15 +60,15 @@ declare const _default: {
|
|
60
60
|
required: true;
|
61
61
|
};
|
62
62
|
serviceId: {
|
63
|
-
type: import("vue").PropType<
|
63
|
+
type: import("vue").PropType<guid>;
|
64
64
|
required: true;
|
65
65
|
};
|
66
66
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
67
67
|
propsDefinition: Omit<Readonly<{
|
68
|
-
serviceId:
|
68
|
+
serviceId: guid;
|
69
69
|
tableName: string;
|
70
70
|
} & {
|
71
|
-
additionalBuiltInProperties?:
|
71
|
+
additionalBuiltInProperties?: guid[];
|
72
72
|
}>, never>;
|
73
73
|
};
|
74
74
|
export default _default;
|