@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,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import { BladeContext, BladeContexts, BladeSizeTypes, BladeVariantTypes, ConfirmDialogOptions, DefineEmit, DefineProp, DefineSlot,
|
1
|
+
import { guid, IIcon } from "@omnia/fx-models";
|
2
|
+
import { BladeContext, BladeContexts, BladeSizeTypes, BladeVariantTypes, ConfirmDialogOptions, DefineEmit, DefineProp, DefineSlot, useJourneyStore } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
export interface switchValue {
|
5
5
|
value: boolean;
|
@@ -11,7 +11,7 @@ export interface DisabledButtonTooltips {
|
|
11
11
|
delete?: string;
|
12
12
|
remove?: string;
|
13
13
|
}
|
14
|
-
export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id",
|
14
|
+
export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"reorder", boolean, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", switchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"update:reorder", (enable: boolean) => true>;
|
15
15
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<JourneyBladeProps>) => {
|
16
16
|
$: import("vue").ComponentInternalInstance;
|
17
17
|
$data: {};
|
@@ -58,13 +58,13 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<J
|
|
58
58
|
actionsFooter?: () => VNodeChild;
|
59
59
|
};
|
60
60
|
} & {
|
61
|
-
"onClick:cancel"?: (id:
|
62
|
-
"onClick:back"?: (id:
|
61
|
+
"onClick:cancel"?: (id: guid) => any;
|
62
|
+
"onClick:back"?: (id: guid) => any;
|
63
63
|
onSearch?: (searchText: string) => any;
|
64
|
-
"onClick:add"?: (id:
|
65
|
-
"onClick:settings"?: (id:
|
64
|
+
"onClick:add"?: (id: guid) => any;
|
65
|
+
"onClick:settings"?: (id: guid) => any;
|
66
66
|
"onUpdate:reorder"?: (enable: boolean) => any;
|
67
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "title" | "delete" | "id" | "size" | "disabled" | "settings" | "remove" | "variant" | "subTitle" | "create" | "ok" | "save" | "reorder" | "getApi" | "loading" | "
|
67
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "title" | "delete" | "id" | "size" | "disabled" | "settings" | "remove" | "variant" | "subTitle" | "create" | "ok" | "save" | "reorder" | "getApi" | "loading" | "searchable" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips">;
|
68
68
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
69
69
|
[key: string]: any;
|
70
70
|
}>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IIcon, JourneyMenuItem, JourneySwitchMenuItem } from "@omnia/fx-models";
|
2
2
|
import { VNode } from "vue";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
required: false;
|
23
23
|
};
|
24
24
|
id: {
|
25
|
-
type: import("vue").PropType<
|
25
|
+
type: import("vue").PropType<guid>;
|
26
26
|
required: true;
|
27
27
|
};
|
28
28
|
title: {
|
@@ -55,7 +55,7 @@ declare const _default: {
|
|
55
55
|
required: false;
|
56
56
|
};
|
57
57
|
id: {
|
58
|
-
type: import("vue").PropType<
|
58
|
+
type: import("vue").PropType<guid>;
|
59
59
|
required: true;
|
60
60
|
};
|
61
61
|
title: {
|
@@ -92,7 +92,7 @@ declare const _default: {
|
|
92
92
|
required: false;
|
93
93
|
};
|
94
94
|
id: {
|
95
|
-
type: import("vue").PropType<
|
95
|
+
type: import("vue").PropType<guid>;
|
96
96
|
required: true;
|
97
97
|
};
|
98
98
|
title: {
|
@@ -126,7 +126,7 @@ declare const _default: {
|
|
126
126
|
required: false;
|
127
127
|
};
|
128
128
|
id: {
|
129
|
-
type: import("vue").PropType<
|
129
|
+
type: import("vue").PropType<guid>;
|
130
130
|
required: true;
|
131
131
|
};
|
132
132
|
title: {
|
@@ -140,7 +140,7 @@ declare const _default: {
|
|
140
140
|
valueChanged: (item: JourneySwitchMenuItem) => true;
|
141
141
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
142
142
|
propsDefinition: Omit<Readonly<{
|
143
|
-
id:
|
143
|
+
id: guid;
|
144
144
|
} & {
|
145
145
|
icon?: IIcon;
|
146
146
|
title?: string;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
export interface switchValue {
|
3
3
|
value: boolean;
|
4
4
|
label: string;
|
@@ -10,7 +10,7 @@ export interface DisabledButtonTooltips {
|
|
10
10
|
remove?: string;
|
11
11
|
}
|
12
12
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
13
|
-
id:
|
13
|
+
id: guid;
|
14
14
|
}>) => {
|
15
15
|
$: import("vue").ComponentInternalInstance;
|
16
16
|
$data: {};
|
@@ -50,7 +50,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
50
50
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
51
51
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
52
52
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
53
|
-
id:
|
53
|
+
id: guid;
|
54
54
|
}> & {
|
55
55
|
"v-slots"?: {
|
56
56
|
default?: import("vue").Slot;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
import { BladeSizeTypes } from "./Constants";
|
3
3
|
export interface BladeInstance {
|
4
|
-
id:
|
4
|
+
id: guid;
|
5
5
|
size: BladeSizeTypes;
|
6
6
|
visible?: boolean;
|
7
7
|
active?: boolean;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, JourneyBladeRouter } from "@omnia/fx-models";
|
2
2
|
export interface InternalJourneyBladeRouter extends JourneyBladeRouter {
|
3
3
|
visible?: boolean;
|
4
4
|
}
|
5
5
|
export declare const useJourneyRouterStore: () => {
|
6
6
|
get: {
|
7
|
-
blade<T extends InternalJourneyBladeRouter>(bladeId:
|
7
|
+
blade<T extends InternalJourneyBladeRouter>(bladeId: guid): T;
|
8
8
|
};
|
9
9
|
actions: {
|
10
10
|
onDispatching: {
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { MessageBusExposeOnlySubscription } from "@omnia/fx";
|
2
|
-
import {
|
2
|
+
import { guid, IMessageBusSubscriptionHandler } from "@omnia/fx-models";
|
3
3
|
import { BladeInstance, defineBlade } from "@omnia/fx/ux";
|
4
4
|
import { BladeSizeTypes } from "../models/Constants";
|
5
5
|
import { JourneyVariant } from "../Journey.css";
|
6
6
|
export type JourneyStore = ReturnType<typeof useJourneyStore>;
|
7
7
|
interface BladeRenderRegistration {
|
8
8
|
bladeDefinition: ReturnType<typeof defineBlade>;
|
9
|
-
id:
|
9
|
+
id: guid;
|
10
10
|
}
|
11
11
|
type MapActionOnDispatching<T extends Function> = T extends (...args: infer U) => any ? (...args: U) => void : never;
|
12
12
|
type MapActionOnDispatched<T extends Function> = T extends (...args: infer U) => Promise<infer Y> | infer Y ? (result: Y, ...args: U) => void : never;
|
@@ -51,9 +51,9 @@ export type InternalJourneyStoreType = {
|
|
51
51
|
nested: boolean;
|
52
52
|
}>;
|
53
53
|
actions: ReturnDefineAction<{
|
54
|
-
moveNext(fromBladeId:
|
55
|
-
movePrev(fromBladeId:
|
56
|
-
travelTo(fromBladeId:
|
54
|
+
moveNext(fromBladeId: guid): void;
|
55
|
+
movePrev(fromBladeId: guid): void;
|
56
|
+
travelTo(fromBladeId: guid, toBladeId: guid): void;
|
57
57
|
addBlade(newBlade: BladeInstance): void;
|
58
58
|
removeBlade(blade: BladeInstance): void;
|
59
59
|
getBladeSize(blade: BladeInstance): number;
|
@@ -62,9 +62,9 @@ export type InternalJourneyStoreType = {
|
|
62
62
|
}>;
|
63
63
|
get: {
|
64
64
|
shareds<T>(): ReturnType<typeof createJourneyStateManager<T>>;
|
65
|
-
blade(id:
|
66
|
-
showBackButton(bladeId:
|
67
|
-
bladeWidth(size: BladeSizeTypes, bladeId:
|
65
|
+
blade(id: guid): BladeInstance;
|
66
|
+
showBackButton(bladeId: guid): boolean;
|
67
|
+
bladeWidth(size: BladeSizeTypes, bladeId: guid, scrollContainerLeftPosition?: number): number;
|
68
68
|
isNested: boolean;
|
69
69
|
};
|
70
70
|
};
|
@@ -90,9 +90,9 @@ export declare const useJourneyStore: () => {
|
|
90
90
|
state: T;
|
91
91
|
events: { [K in keyof T as `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<T[K]>; } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
92
92
|
};
|
93
|
-
blade(id:
|
94
|
-
showBackButton(bladeId:
|
95
|
-
bladeWidth(size: BladeSizeTypes, bladeId:
|
93
|
+
blade(id: guid): BladeInstance;
|
94
|
+
showBackButton(bladeId: guid): boolean;
|
95
|
+
bladeWidth(size: BladeSizeTypes, bladeId: guid, scrollContainerLeftPosition?: number): number;
|
96
96
|
readonly isNested: boolean;
|
97
97
|
};
|
98
98
|
actions: {
|
@@ -102,11 +102,11 @@ export declare const useJourneyStore: () => {
|
|
102
102
|
readonly Blade: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyBlade").JourneyBladeProps, "id" | "getApi">>) => any;
|
103
103
|
DataTable: <T1>(props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/datatable/DataTable").DataTableProps<T1>, "draggable">>) => any;
|
104
104
|
Draggable: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/draggable/Draggable").DraggableProps, "hideDraggableIcon">>) => any;
|
105
|
-
id:
|
105
|
+
id: guid;
|
106
106
|
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
107
107
|
moveNext(): void;
|
108
108
|
movePrev(): void;
|
109
|
-
travelTo(toBladeId:
|
109
|
+
travelTo(toBladeId: guid): void;
|
110
110
|
defineValueToSave<T_1>(value?: T_1): {
|
111
111
|
value: T_1;
|
112
112
|
setValue: (value: T_1) => void;
|
@@ -126,13 +126,13 @@ export declare const useJourneyStore: () => {
|
|
126
126
|
subscribe(fn: (activeIndex: number) => void): IMessageBusSubscriptionHandler;
|
127
127
|
};
|
128
128
|
moveNext: {
|
129
|
-
subscribe(fn: (fromBladeId:
|
129
|
+
subscribe(fn: (fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
130
130
|
};
|
131
131
|
movePrev: {
|
132
|
-
subscribe(fn: (fromBladeId:
|
132
|
+
subscribe(fn: (fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
133
133
|
};
|
134
134
|
travelTo: {
|
135
|
-
subscribe(fn: (fromBladeId:
|
135
|
+
subscribe(fn: (fromBladeId: guid, toBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
136
136
|
};
|
137
137
|
setActiveIndex: {
|
138
138
|
subscribe(fn: (index: number) => void): IMessageBusSubscriptionHandler;
|
@@ -144,11 +144,11 @@ export declare const useJourneyStore: () => {
|
|
144
144
|
readonly Blade: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyBlade").JourneyBladeProps, "id" | "getApi">>) => any;
|
145
145
|
DataTable: <T1>(props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/datatable/DataTable").DataTableProps<T1>, "draggable">>) => any;
|
146
146
|
Draggable: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/draggable/Draggable").DraggableProps, "hideDraggableIcon">>) => any;
|
147
|
-
id:
|
147
|
+
id: guid;
|
148
148
|
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
149
149
|
moveNext(): void;
|
150
150
|
movePrev(): void;
|
151
|
-
travelTo(toBladeId:
|
151
|
+
travelTo(toBladeId: guid): void;
|
152
152
|
defineValueToSave<T_1>(value?: T_1): {
|
153
153
|
value: T_1;
|
154
154
|
setValue: (value: T_1) => void;
|
@@ -168,13 +168,13 @@ export declare const useJourneyStore: () => {
|
|
168
168
|
subscribe(fn: (result: void, activeIndex: number) => void): IMessageBusSubscriptionHandler;
|
169
169
|
};
|
170
170
|
moveNext: {
|
171
|
-
subscribe(fn: (result: void, fromBladeId:
|
171
|
+
subscribe(fn: (result: void, fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
172
172
|
};
|
173
173
|
movePrev: {
|
174
|
-
subscribe(fn: (result: void, fromBladeId:
|
174
|
+
subscribe(fn: (result: void, fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
175
175
|
};
|
176
176
|
travelTo: {
|
177
|
-
subscribe(fn: (result: void, fromBladeId:
|
177
|
+
subscribe(fn: (result: void, fromBladeId: guid, toBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
178
178
|
};
|
179
179
|
setActiveIndex: {
|
180
180
|
subscribe(fn: (result: void, index: number) => void): IMessageBusSubscriptionHandler;
|
@@ -186,11 +186,11 @@ export declare const useJourneyStore: () => {
|
|
186
186
|
readonly Blade: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyBlade").JourneyBladeProps, "id" | "getApi">>) => any;
|
187
187
|
DataTable: <T1>(props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/datatable/DataTable").DataTableProps<T1>, "draggable">>) => any;
|
188
188
|
Draggable: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../../oxide/draggable/Draggable").DraggableProps, "hideDraggableIcon">>) => any;
|
189
|
-
id:
|
189
|
+
id: guid;
|
190
190
|
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
191
191
|
moveNext(): void;
|
192
192
|
movePrev(): void;
|
193
|
-
travelTo(toBladeId:
|
193
|
+
travelTo(toBladeId: guid): void;
|
194
194
|
defineValueToSave<T_1>(value?: T_1): {
|
195
195
|
value: T_1;
|
196
196
|
setValue: (value: T_1) => void;
|
@@ -210,13 +210,13 @@ export declare const useJourneyStore: () => {
|
|
210
210
|
subscribe(fn: (failureReason: any, activeIndex: number) => void): IMessageBusSubscriptionHandler;
|
211
211
|
};
|
212
212
|
moveNext: {
|
213
|
-
subscribe(fn: (failureReason: any, fromBladeId:
|
213
|
+
subscribe(fn: (failureReason: any, fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
214
214
|
};
|
215
215
|
movePrev: {
|
216
|
-
subscribe(fn: (failureReason: any, fromBladeId:
|
216
|
+
subscribe(fn: (failureReason: any, fromBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
217
217
|
};
|
218
218
|
travelTo: {
|
219
|
-
subscribe(fn: (failureReason: any, fromBladeId:
|
219
|
+
subscribe(fn: (failureReason: any, fromBladeId: guid, toBladeId: guid) => void): IMessageBusSubscriptionHandler;
|
220
220
|
};
|
221
221
|
setActiveIndex: {
|
222
222
|
subscribe(fn: (failureReason: any, index: number) => void): IMessageBusSubscriptionHandler;
|
@@ -228,9 +228,9 @@ export declare const useJourneyStore: () => {
|
|
228
228
|
removeBlade(blade: BladeInstance): void;
|
229
229
|
getBladeSize(blade: BladeInstance): number;
|
230
230
|
setBladeStates(activeIndex: number): void;
|
231
|
-
moveNext(fromBladeId:
|
232
|
-
movePrev(fromBladeId:
|
233
|
-
travelTo(fromBladeId:
|
231
|
+
moveNext(fromBladeId: guid): void;
|
232
|
+
movePrev(fromBladeId: guid): void;
|
233
|
+
travelTo(fromBladeId: guid, toBladeId: guid): void;
|
234
234
|
setActiveIndex(index: number): void;
|
235
235
|
};
|
236
236
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IIcon } from "@omnia/fx-models";
|
2
2
|
import { SettingsBladeRegistration, SettingsJourneyVariant } from "../models";
|
3
3
|
export declare const useSettingsJourneyStore: () => {
|
4
4
|
state: {
|
@@ -33,7 +33,7 @@ export declare const useSettingsJourneyStore: () => {
|
|
33
33
|
subscribe(fn: (ids: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
34
|
};
|
35
35
|
travelTo: {
|
36
|
-
subscribe(fn: (bladeId:
|
36
|
+
subscribe(fn: (bladeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
37
|
};
|
38
38
|
travelBack: {
|
39
39
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -56,7 +56,7 @@ export declare const useSettingsJourneyStore: () => {
|
|
56
56
|
subscribe(fn: (result: void, ids: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
57
|
};
|
58
58
|
travelTo: {
|
59
|
-
subscribe(fn: (result: void, bladeId:
|
59
|
+
subscribe(fn: (result: void, bladeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
60
|
};
|
61
61
|
travelBack: {
|
62
62
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -79,7 +79,7 @@ export declare const useSettingsJourneyStore: () => {
|
|
79
79
|
subscribe(fn: (failureReason: any, ids: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
80
|
};
|
81
81
|
travelTo: {
|
82
|
-
subscribe(fn: (failureReason: any, bladeId:
|
82
|
+
subscribe(fn: (failureReason: any, bladeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
83
|
};
|
84
84
|
travelBack: {
|
85
85
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -91,7 +91,7 @@ export declare const useSettingsJourneyStore: () => {
|
|
91
91
|
registerBlades: (registration: SettingsBladeRegistration[]) => void;
|
92
92
|
unRegisterBlade: (id: string) => void;
|
93
93
|
unRegisterBlades: (ids: string[]) => void;
|
94
|
-
travelTo: (bladeId:
|
94
|
+
travelTo: (bladeId: guid) => void;
|
95
95
|
travelBack: () => void;
|
96
96
|
};
|
97
97
|
get: {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
import { JourneyBladeProps } from "../JourneyBlade";
|
3
3
|
import { VNodeChild, WatchStopHandle } from "vue";
|
4
4
|
import { ConstructComponentProps } from "../../InternalDefineComponent";
|
@@ -7,10 +7,10 @@ type BladeElement = (props: ConstructComponentProps<Omit<JourneyBladeProps, "id"
|
|
7
7
|
* @deprecated use defineBlade instead..
|
8
8
|
*/
|
9
9
|
export declare function useBlade<TRoute extends {
|
10
|
-
[name: string]: string | number | boolean |
|
11
|
-
} = {}>(bladeId:
|
10
|
+
[name: string]: string | number | boolean | guid;
|
11
|
+
} = {}>(bladeId: guid, renderer?: (blade: BladeElement) => VNodeChild): {
|
12
12
|
readonly Blade: BladeElement;
|
13
|
-
id:
|
13
|
+
id: guid;
|
14
14
|
DataTable: <T extends unknown>(props: ConstructComponentProps<import("../../oxide/datatable/DataTable").DataTableProps<T>>) => {
|
15
15
|
$: import("vue").ComponentInternalInstance;
|
16
16
|
$data: {};
|
@@ -70,7 +70,7 @@ export declare function useBlade<TRoute extends {
|
|
70
70
|
readonly route: TRoute;
|
71
71
|
moveNext(): void;
|
72
72
|
movePrev(): void;
|
73
|
-
travelTo(toBladeId:
|
73
|
+
travelTo(toBladeId: guid): void;
|
74
74
|
defineValueToSave<T_2>(value?: T_2): {
|
75
75
|
value: T_2;
|
76
76
|
setValue: (value: T_2) => void;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { LayoutItemRegistration, BlockRegistration, Section, LayoutItem, Block, LoadedLayout,
|
1
|
+
import { LayoutItemRegistration, BlockRegistration, Section, LayoutItem, Block, LoadedLayout, guid, SectionItem, ColumnedSectionItemSettings, TabbedSectionItemSettings, SectionTypes, AccordionedSectionItemSettings, SteppedSectionItemSettings } from "../../../models";
|
2
2
|
/**
|
3
3
|
* Factory for Layout items
|
4
4
|
* */
|
@@ -9,7 +9,7 @@ export declare class EditorLayoutItemFactory {
|
|
9
9
|
static createAccordion(layout: LoadedLayout): SectionItem<AccordionedSectionItemSettings>;
|
10
10
|
static createStep(layout: LoadedLayout): SectionItem<SteppedSectionItemSettings>;
|
11
11
|
static createSectionWithColumns(layout: LoadedLayout, columns: number): Section;
|
12
|
-
static createBlock(layout: LoadedLayout, manifestId:
|
12
|
+
static createBlock(layout: LoadedLayout, manifestId: guid, elementName?: string): Block;
|
13
13
|
static createBlockFromRegistration(layout: LoadedLayout, registration: BlockRegistration): Block;
|
14
14
|
static createFromRegistration(layout: LoadedLayout, itemRegistration: LayoutItemRegistration): Array<LayoutItem>;
|
15
15
|
static createOneColumSectionArray(layout: LoadedLayout): Array<Section>;
|
@@ -1,17 +1,17 @@
|
|
1
|
-
import { LayoutDefinition, Section, Block, LayoutSettings, BlockLayoutSettings, ImageBackground,
|
1
|
+
import { LayoutDefinition, Section, Block, LayoutSettings, BlockLayoutSettings, ImageBackground, guid, ColumnedSectionItemSettings, SectionItem, TabbedSectionItemSettings, SectionSettings, SectionTypes, AccordionedSectionItemSettings, SteppedSectionItemSettings, IBlockInstance, LoadedLayout, MultilingualString, BlockLockSettings } from "../../../models";
|
2
2
|
import { MultilingualStore } from "../../../stores";
|
3
3
|
/**
|
4
4
|
* Factory for Layout items
|
5
5
|
* */
|
6
6
|
export declare class LayoutItemFactory {
|
7
7
|
static createSearchHandler(blockInstance: IBlockInstance, block: Block, layout: LoadedLayout, multilingualStore: MultilingualStore): (value: MultilingualString) => void;
|
8
|
-
static createLayout(parentLayoutId?:
|
8
|
+
static createLayout(parentLayoutId?: guid): LayoutDefinition;
|
9
9
|
static createSection(type: SectionTypes): Section;
|
10
10
|
static createColumn(): SectionItem<ColumnedSectionItemSettings>;
|
11
11
|
static createTab(): SectionItem<TabbedSectionItemSettings>;
|
12
12
|
static createAccordion(): SectionItem<AccordionedSectionItemSettings>;
|
13
13
|
static createStep(): SectionItem<SteppedSectionItemSettings>;
|
14
|
-
static createBlock(manifestId:
|
14
|
+
static createBlock(manifestId: guid, elementName?: string): Block;
|
15
15
|
static getDefaultLockSettings(): BlockLockSettings;
|
16
16
|
static getDefaultLayoutSettings(): LayoutSettings;
|
17
17
|
static getDefaultSectionSettings(type: SectionTypes): SectionSettings;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { LayoutMediaContext, LayoutFileContext } from "@omnia/fx/ux";
|
2
|
-
import {
|
2
|
+
import { guid, IBlockInstance } from "@omnia/fx/models";
|
3
3
|
import { ISettingsStorage } from "../../../services";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
@@ -7,7 +7,7 @@ declare const _default: {
|
|
7
7
|
type: import("vue").PropType<string>;
|
8
8
|
};
|
9
9
|
blockManifestId: {
|
10
|
-
type: import("vue").PropType<
|
10
|
+
type: import("vue").PropType<guid>;
|
11
11
|
};
|
12
12
|
onBlockInstanceCreated: {
|
13
13
|
type: import("vue").PropType<(blockInstance: IBlockInstance) => void>;
|
@@ -34,14 +34,14 @@ declare const _default: {
|
|
34
34
|
type: import("vue").PropType<() => JSX.Element>;
|
35
35
|
};
|
36
36
|
blockId: {
|
37
|
-
type: import("vue").PropType<
|
37
|
+
type: import("vue").PropType<guid>;
|
38
38
|
};
|
39
39
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
40
40
|
blockElementToRender: {
|
41
41
|
type: import("vue").PropType<string>;
|
42
42
|
};
|
43
43
|
blockManifestId: {
|
44
|
-
type: import("vue").PropType<
|
44
|
+
type: import("vue").PropType<guid>;
|
45
45
|
};
|
46
46
|
onBlockInstanceCreated: {
|
47
47
|
type: import("vue").PropType<(blockInstance: IBlockInstance) => void>;
|
@@ -68,7 +68,7 @@ declare const _default: {
|
|
68
68
|
type: import("vue").PropType<() => JSX.Element>;
|
69
69
|
};
|
70
70
|
blockId: {
|
71
|
-
type: import("vue").PropType<
|
71
|
+
type: import("vue").PropType<guid>;
|
72
72
|
};
|
73
73
|
}>>, {}, true, {}, {}, {
|
74
74
|
P: {};
|
@@ -82,7 +82,7 @@ declare const _default: {
|
|
82
82
|
type: import("vue").PropType<string>;
|
83
83
|
};
|
84
84
|
blockManifestId: {
|
85
|
-
type: import("vue").PropType<
|
85
|
+
type: import("vue").PropType<guid>;
|
86
86
|
};
|
87
87
|
onBlockInstanceCreated: {
|
88
88
|
type: import("vue").PropType<(blockInstance: IBlockInstance) => void>;
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
109
109
|
type: import("vue").PropType<() => JSX.Element>;
|
110
110
|
};
|
111
111
|
blockId: {
|
112
|
-
type: import("vue").PropType<
|
112
|
+
type: import("vue").PropType<guid>;
|
113
113
|
};
|
114
114
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
115
115
|
__isFragment?: never;
|
@@ -120,7 +120,7 @@ declare const _default: {
|
|
120
120
|
type: import("vue").PropType<string>;
|
121
121
|
};
|
122
122
|
blockManifestId: {
|
123
|
-
type: import("vue").PropType<
|
123
|
+
type: import("vue").PropType<guid>;
|
124
124
|
};
|
125
125
|
onBlockInstanceCreated: {
|
126
126
|
type: import("vue").PropType<(blockInstance: IBlockInstance) => void>;
|
@@ -147,11 +147,11 @@ declare const _default: {
|
|
147
147
|
type: import("vue").PropType<() => JSX.Element>;
|
148
148
|
};
|
149
149
|
blockId: {
|
150
|
-
type: import("vue").PropType<
|
150
|
+
type: import("vue").PropType<guid>;
|
151
151
|
};
|
152
152
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
153
153
|
propsDefinition: Omit<Readonly<{} & {
|
154
|
-
blockId?:
|
154
|
+
blockId?: guid;
|
155
155
|
layoutProvider?: string;
|
156
156
|
blockRenderer?: () => JSX.Element;
|
157
157
|
settingsStorage?: ISettingsStorage<any>;
|
@@ -160,7 +160,7 @@ declare const _default: {
|
|
160
160
|
fileContext?: LayoutFileContext;
|
161
161
|
onSettingsElementUpdated?: (element: string) => void;
|
162
162
|
onBlockInstanceCreated?: (blockInstance: IBlockInstance) => void;
|
163
|
-
blockManifestId?:
|
163
|
+
blockManifestId?: guid;
|
164
164
|
blockElementToRender?: string;
|
165
165
|
}>, never>;
|
166
166
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ImportLayoutResult, Block } from "../../../models";
|
2
|
-
import { Layout, LayoutItem } from "@omnia/fx-models";
|
2
|
+
import { guid, Layout, LayoutItem } from "@omnia/fx-models";
|
3
3
|
import { LayoutCanvasStore } from "..";
|
4
4
|
/**
|
5
5
|
* Manager to handle the layout
|
@@ -10,7 +10,7 @@ export declare class LayoutManager {
|
|
10
10
|
* @param layoutItem to copy
|
11
11
|
* @param ownerLayoutId is the new ownerLayoutId to set
|
12
12
|
*/
|
13
|
-
static copyLayout(layout: Layout, layoutId?:
|
13
|
+
static copyLayout(layout: Layout, layoutId?: guid): Layout;
|
14
14
|
private static MigrateOldSettingsOnImport;
|
15
15
|
private static RemoveLayoutBackgroundImage;
|
16
16
|
private static MigrateBlockSettings;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Block, LayoutSettings, SectionSettings, Section, ThemeStyling, ThemeDefinition } from "../../../models";
|
1
|
+
import { Block, LayoutSettings, SectionSettings, Section, ThemeStyling, ThemeDefinition, guid } from "../../../models";
|
2
2
|
import { ThemeStore, ITheming } from "../../theming";
|
3
3
|
export declare class ThemingRenditionManager {
|
4
4
|
private themeReferences;
|
@@ -7,11 +7,11 @@ export declare class ThemingRenditionManager {
|
|
7
7
|
getThemeTargetIdLayout(layoutSettings: LayoutSettings, layoutThemeDefinition: ThemeDefinition): string;
|
8
8
|
getBackgroundThemeStylingForBlock(themeStore: ThemeStore, block: Block, parentSettings: SectionSettings, layoutSettings: LayoutSettings, layoutSettingsParent: LayoutSettings, blockThemeDefinitionId: string): ThemeStyling;
|
9
9
|
getBackgroundThemeStylingForLayout(componentTheme: ITheming, layoutSettings: LayoutSettings, layoutSettingsParent: LayoutSettings): ThemeStyling;
|
10
|
-
garbagecollectNonLayoutThemes(themeStore: ThemeStore, currentLayoutId:
|
11
|
-
registerSectionTheme(themeStore: ThemeStore, section: Section, layoutId:
|
12
|
-
registerBlockTheme(themeStore: ThemeStore, block: Block, layoutId:
|
10
|
+
garbagecollectNonLayoutThemes(themeStore: ThemeStore, currentLayoutId: guid): void;
|
11
|
+
registerSectionTheme(themeStore: ThemeStore, section: Section, layoutId: guid): void;
|
12
|
+
registerBlockTheme(themeStore: ThemeStore, block: Block, layoutId: guid): void;
|
13
13
|
private registerCustomTheme;
|
14
14
|
private registerThemeDefinition;
|
15
|
-
registerLayoutTheme(themeStore: ThemeStore, layoutSettings: LayoutSettings, layoutId:
|
15
|
+
registerLayoutTheme(themeStore: ThemeStore, layoutSettings: LayoutSettings, layoutId: guid, layoutThemeDefinition: ThemeDefinition, blockThemeDefinition: ThemeDefinition): void;
|
16
16
|
private addThemingReference;
|
17
17
|
}
|