@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,12 +1,12 @@
|
|
1
1
|
import { Term } from "@omnia/fx-sp";
|
2
2
|
import { DefineEmit } from "../..";
|
3
|
-
import {
|
3
|
+
import { guid, IIcon, TermUISettings } from "@omnia/fx-models";
|
4
4
|
export interface EnterpriseGlossaryTermAdditonalClickHander {
|
5
5
|
clickableIcon?: IIcon;
|
6
6
|
onClick: (e: Event) => void;
|
7
7
|
}
|
8
8
|
export interface Menu {
|
9
|
-
termId:
|
9
|
+
termId: guid;
|
10
10
|
onClick: (term: Term) => any;
|
11
11
|
title: string;
|
12
12
|
}
|
@@ -22,7 +22,7 @@ declare const _default: (props: import("../..").ConstructComponentProps<{
|
|
22
22
|
additionalClickHandler?: EnterpriseGlossaryTermAdditonalClickHander;
|
23
23
|
} & {
|
24
24
|
availableToRenderTooltip?: (items: {
|
25
|
-
termId:
|
25
|
+
termId: guid;
|
26
26
|
onClick: (term: Term) => any;
|
27
27
|
title: string;
|
28
28
|
}[]) => {
|
@@ -33,7 +33,7 @@ declare const _default: (props: import("../..").ConstructComponentProps<{
|
|
33
33
|
}[];
|
34
34
|
} & {
|
35
35
|
appendItems?: {
|
36
|
-
termId:
|
36
|
+
termId: guid;
|
37
37
|
onClick: (term: Term) => void;
|
38
38
|
title: string;
|
39
39
|
icon?: IIcon;
|
@@ -90,7 +90,7 @@ declare const _default: (props: import("../..").ConstructComponentProps<{
|
|
90
90
|
additionalClickHandler?: EnterpriseGlossaryTermAdditonalClickHander;
|
91
91
|
} & {
|
92
92
|
availableToRenderTooltip?: (items: {
|
93
|
-
termId:
|
93
|
+
termId: guid;
|
94
94
|
onClick: (term: Term) => any;
|
95
95
|
title: string;
|
96
96
|
}[]) => {
|
@@ -101,7 +101,7 @@ declare const _default: (props: import("../..").ConstructComponentProps<{
|
|
101
101
|
}[];
|
102
102
|
} & {
|
103
103
|
appendItems?: {
|
104
|
-
termId:
|
104
|
+
termId: guid;
|
105
105
|
onClick: (term: Term) => void;
|
106
106
|
title: string;
|
107
107
|
icon?: IIcon;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { EnterprisePropertyDefinition,
|
1
|
+
import { EnterprisePropertyDefinition, guid } from "../../../../models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
providerId: {
|
5
|
-
type: import("vue").PropType<
|
5
|
+
type: import("vue").PropType<guid>;
|
6
6
|
};
|
7
7
|
wrapWithParentContent: {
|
8
8
|
type: import("vue").PropType<(internalName: string, propertyContent: JSX.Element) => JSX.Element>;
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
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
|
providerId: {
|
18
|
-
type: import("vue").PropType<
|
18
|
+
type: import("vue").PropType<guid>;
|
19
19
|
};
|
20
20
|
wrapWithParentContent: {
|
21
21
|
type: import("vue").PropType<(internalName: string, propertyContent: JSX.Element) => JSX.Element>;
|
@@ -35,7 +35,7 @@ declare const _default: {
|
|
35
35
|
Defaults: {};
|
36
36
|
}, Readonly<import("vue").ExtractPropTypes<{
|
37
37
|
providerId: {
|
38
|
-
type: import("vue").PropType<
|
38
|
+
type: import("vue").PropType<guid>;
|
39
39
|
};
|
40
40
|
wrapWithParentContent: {
|
41
41
|
type: import("vue").PropType<(internalName: string, propertyContent: JSX.Element) => JSX.Element>;
|
@@ -52,7 +52,7 @@ declare const _default: {
|
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
providerId: {
|
55
|
-
type: import("vue").PropType<
|
55
|
+
type: import("vue").PropType<guid>;
|
56
56
|
};
|
57
57
|
wrapWithParentContent: {
|
58
58
|
type: import("vue").PropType<(internalName: string, propertyContent: JSX.Element) => JSX.Element>;
|
@@ -66,7 +66,7 @@ declare const _default: {
|
|
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
68
|
valueBind?: any;
|
69
|
-
providerId?:
|
69
|
+
providerId?: guid;
|
70
70
|
property?: EnterprisePropertyDefinition;
|
71
71
|
wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
|
72
72
|
}>, never>;
|
@@ -1,22 +1,71 @@
|
|
1
|
-
import {
|
2
|
-
import { IPersonFieldEdit } from "./IPersonFieldEdit";
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
3
2
|
import { EnterprisePropertyDefinition, EnterprisePropertyPersonItemSettings, Identity } from "../../../../models";
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
valueBind: {
|
8
|
-
[propertyInternalName: string]: Array<Identity>;
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
+
valueBind?: {
|
5
|
+
[propertyInternalName: string]: Identity[];
|
9
6
|
};
|
10
|
-
|
11
|
-
disabled
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
}
|
7
|
+
} & DefineEmit<"valueChanged", (value: Array<Identity>) => void> & {
|
8
|
+
disabled?: boolean;
|
9
|
+
} & {
|
10
|
+
property?: EnterprisePropertyDefinition;
|
11
|
+
} & {
|
12
|
+
settings?: EnterprisePropertyPersonItemSettings;
|
13
|
+
}>) => {
|
14
|
+
$: import("vue").ComponentInternalInstance;
|
15
|
+
$data: {};
|
16
|
+
$props: {};
|
17
|
+
$attrs: {
|
18
|
+
[x: string]: unknown;
|
19
|
+
};
|
20
|
+
$refs: {
|
21
|
+
[x: string]: unknown;
|
22
|
+
};
|
23
|
+
$slots: Readonly<{
|
24
|
+
[name: string]: import("vue").Slot<any>;
|
25
|
+
}>;
|
26
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
27
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
28
|
+
$emit: (event: string, ...args: any[]) => void;
|
29
|
+
$el: any;
|
30
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
31
|
+
beforeCreate?: (() => void) | (() => void)[];
|
32
|
+
created?: (() => void) | (() => void)[];
|
33
|
+
beforeMount?: (() => void) | (() => void)[];
|
34
|
+
mounted?: (() => void) | (() => void)[];
|
35
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
36
|
+
updated?: (() => void) | (() => void)[];
|
37
|
+
activated?: (() => void) | (() => void)[];
|
38
|
+
deactivated?: (() => void) | (() => void)[];
|
39
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
40
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
41
|
+
destroyed?: (() => void) | (() => void)[];
|
42
|
+
unmounted?: (() => void) | (() => void)[];
|
43
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
44
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
45
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
46
|
+
};
|
47
|
+
$forceUpdate: () => void;
|
48
|
+
$nextTick: typeof import("vue").nextTick;
|
49
|
+
$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;
|
50
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
51
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
52
|
+
valueBind?: {
|
53
|
+
[propertyInternalName: string]: Identity[];
|
54
|
+
};
|
55
|
+
} & DefineEmit<"valueChanged", (value: Array<Identity>) => void> & {
|
56
|
+
disabled?: boolean;
|
57
|
+
} & {
|
58
|
+
property?: EnterprisePropertyDefinition;
|
59
|
+
} & {
|
60
|
+
settings?: EnterprisePropertyPersonItemSettings;
|
61
|
+
}> & {
|
62
|
+
"v-slots"?: {
|
63
|
+
default?: import("vue").Slot;
|
64
|
+
} & {};
|
65
|
+
} & {
|
66
|
+
onValueChanged?: (value: Identity[]) => any;
|
67
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "valueBind" | "property" | "settings">;
|
68
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
69
|
+
[key: string]: any;
|
70
|
+
}>;
|
71
|
+
export default _default;
|
@@ -1,70 +1,81 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
export declare class TagsPropertyEditComponent extends VueComponentBase implements IWebComponentInstance, ITagsPropertyEdit {
|
7
|
-
valueBind: {
|
8
|
-
[propertyInternalName: string]: Array<Tag>;
|
1
|
+
import { EnterprisePropertyDefinition, Tag, EnterprisePropertyTagsItemSettings, PromotedTagOptions } from "../../../../models";
|
2
|
+
import { nextTick } from "vue";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
+
valueBind?: {
|
5
|
+
[propertyInternalName: string]: Tag[];
|
9
6
|
};
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
7
|
+
} & {
|
8
|
+
onValueChanged?: (value: Array<Tag>) => void;
|
9
|
+
} & {
|
10
|
+
property?: EnterprisePropertyDefinition;
|
11
|
+
} & {
|
12
|
+
disabled?: boolean;
|
13
|
+
} & {
|
14
14
|
promotedTagOptions?: PromotedTagOptions;
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
}
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
}
|
68
|
-
|
69
|
-
|
70
|
-
|
15
|
+
} & {
|
16
|
+
settings?: EnterprisePropertyTagsItemSettings;
|
17
|
+
} & {
|
18
|
+
hideDetails?: boolean;
|
19
|
+
}>) => {
|
20
|
+
$: import("vue").ComponentInternalInstance;
|
21
|
+
$data: {};
|
22
|
+
$props: {};
|
23
|
+
$attrs: {
|
24
|
+
[x: string]: unknown;
|
25
|
+
};
|
26
|
+
$refs: {
|
27
|
+
[x: string]: unknown;
|
28
|
+
};
|
29
|
+
$slots: Readonly<{
|
30
|
+
[name: string]: import("vue").Slot<any>;
|
31
|
+
}>;
|
32
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
33
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
34
|
+
$emit: (event: string, ...args: any[]) => void;
|
35
|
+
$el: any;
|
36
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
37
|
+
beforeCreate?: (() => void) | (() => void)[];
|
38
|
+
created?: (() => void) | (() => void)[];
|
39
|
+
beforeMount?: (() => void) | (() => void)[];
|
40
|
+
mounted?: (() => void) | (() => void)[];
|
41
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
42
|
+
updated?: (() => void) | (() => void)[];
|
43
|
+
activated?: (() => void) | (() => void)[];
|
44
|
+
deactivated?: (() => void) | (() => void)[];
|
45
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
46
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
47
|
+
destroyed?: (() => void) | (() => void)[];
|
48
|
+
unmounted?: (() => void) | (() => void)[];
|
49
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
50
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
51
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
52
|
+
};
|
53
|
+
$forceUpdate: () => void;
|
54
|
+
$nextTick: typeof nextTick;
|
55
|
+
$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;
|
56
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
57
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
58
|
+
valueBind?: {
|
59
|
+
[propertyInternalName: string]: Tag[];
|
60
|
+
};
|
61
|
+
} & {
|
62
|
+
onValueChanged?: (value: Array<Tag>) => void;
|
63
|
+
} & {
|
64
|
+
property?: EnterprisePropertyDefinition;
|
65
|
+
} & {
|
66
|
+
disabled?: boolean;
|
67
|
+
} & {
|
68
|
+
promotedTagOptions?: PromotedTagOptions;
|
69
|
+
} & {
|
70
|
+
settings?: EnterprisePropertyTagsItemSettings;
|
71
|
+
} & {
|
72
|
+
hideDetails?: boolean;
|
73
|
+
}> & {
|
74
|
+
"v-slots"?: {
|
75
|
+
default?: import("vue").Slot;
|
76
|
+
} & {};
|
77
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "valueBind" | "promotedTagOptions" | "property" | "settings" | "hideDetails" | "onValueChanged">;
|
78
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
79
|
+
[key: string]: any;
|
80
|
+
}>;
|
81
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem,
|
1
|
+
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, guid } from "../../../models";
|
2
2
|
import "./EnterprisePropertyPickerStyles.css";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
6
6
|
type: import("vue").PropType<boolean>;
|
7
7
|
};
|
8
8
|
excludedPropertyTypeIds: {
|
9
|
-
type: import("vue").PropType<
|
9
|
+
type: import("vue").PropType<guid[]>;
|
10
10
|
required: false;
|
11
11
|
};
|
12
12
|
onChange: {
|
@@ -38,7 +38,7 @@ declare const _default: {
|
|
38
38
|
type: import("vue").PropType<boolean>;
|
39
39
|
};
|
40
40
|
excludedPropertyTypeIds: {
|
41
|
-
type: import("vue").PropType<
|
41
|
+
type: import("vue").PropType<guid[]>;
|
42
42
|
required: false;
|
43
43
|
};
|
44
44
|
onChange: {
|
@@ -77,7 +77,7 @@ declare const _default: {
|
|
77
77
|
type: import("vue").PropType<boolean>;
|
78
78
|
};
|
79
79
|
excludedPropertyTypeIds: {
|
80
|
-
type: import("vue").PropType<
|
80
|
+
type: import("vue").PropType<guid[]>;
|
81
81
|
required: false;
|
82
82
|
};
|
83
83
|
onChange: {
|
@@ -113,7 +113,7 @@ declare const _default: {
|
|
113
113
|
type: import("vue").PropType<boolean>;
|
114
114
|
};
|
115
115
|
excludedPropertyTypeIds: {
|
116
|
-
type: import("vue").PropType<
|
116
|
+
type: import("vue").PropType<guid[]>;
|
117
117
|
required: false;
|
118
118
|
};
|
119
119
|
onChange: {
|
@@ -151,7 +151,7 @@ declare const _default: {
|
|
151
151
|
preSelectedPropertyInternalName?: string | string[];
|
152
152
|
propertyItems?: EnterprisePropertyDefinition[];
|
153
153
|
externalPropertyItems?: ExternalPropertySelectionItem[];
|
154
|
-
excludedPropertyTypeIds?:
|
154
|
+
excludedPropertyTypeIds?: guid[];
|
155
155
|
}>, never>;
|
156
156
|
};
|
157
157
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { IValidator } from "../..";
|
2
|
-
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem,
|
2
|
+
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, guid } from "../../../models";
|
3
3
|
export interface IEnterprisePropertyPickerProperties {
|
4
4
|
label?: string;
|
5
5
|
disabled?: boolean;
|
@@ -14,5 +14,5 @@ export interface IEnterprisePropertyPicker extends IEnterprisePropertyPickerProp
|
|
14
14
|
externalPropertyItems?: Array<ExternalPropertySelectionItem>;
|
15
15
|
onChange: (propertyInternalName: string | Array<string>) => void;
|
16
16
|
requiredWithValidator?: IValidator;
|
17
|
-
excludedPropertyTypeIds?:
|
17
|
+
excludedPropertyTypeIds?: guid[];
|
18
18
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
-
import {
|
2
|
+
import { guid, EnterprisePropertySet } from "../../../models";
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
-
preSelectedPropertySetId?:
|
4
|
+
preSelectedPropertySetId?: guid | guid[];
|
5
5
|
} & {
|
6
6
|
propertySetItems?: EnterprisePropertySet[];
|
7
7
|
} & {
|
@@ -20,7 +20,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
20
20
|
requiredWithValidator?: boolean;
|
21
21
|
} & {
|
22
22
|
multiple?: boolean;
|
23
|
-
} & DefineEmit<"change", (propertySetId:
|
23
|
+
} & DefineEmit<"change", (propertySetId: guid | Array<guid>) => void>>) => {
|
24
24
|
$: import("vue").ComponentInternalInstance;
|
25
25
|
$data: {};
|
26
26
|
$props: {};
|
@@ -59,7 +59,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
59
59
|
$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;
|
60
60
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
61
61
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
62
|
-
preSelectedPropertySetId?:
|
62
|
+
preSelectedPropertySetId?: guid | guid[];
|
63
63
|
} & {
|
64
64
|
propertySetItems?: EnterprisePropertySet[];
|
65
65
|
} & {
|
@@ -78,12 +78,12 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
78
78
|
requiredWithValidator?: boolean;
|
79
79
|
} & {
|
80
80
|
multiple?: boolean;
|
81
|
-
} & DefineEmit<"change", (propertySetId:
|
81
|
+
} & DefineEmit<"change", (propertySetId: guid | Array<guid>) => void>> & {
|
82
82
|
"v-slots"?: {
|
83
83
|
default?: import("vue").Slot;
|
84
84
|
} & {};
|
85
85
|
} & {
|
86
|
-
onChange?: (propertySetId:
|
86
|
+
onChange?: (propertySetId: guid | guid[]) => any;
|
87
87
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "filled" | "multiple" | "disabled" | "hint" | "persistentHint" | "hideDetails" | "requiredWithValidator" | "preSelectedPropertySetId" | "propertySetItems">;
|
88
88
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
89
89
|
[key: string]: any;
|
@@ -1,21 +1,21 @@
|
|
1
1
|
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
-
import {
|
2
|
+
import { guid } from "@omnia/fx-models";
|
3
3
|
export interface VDataGridHeader {
|
4
4
|
sortable: boolean;
|
5
5
|
text: string;
|
6
6
|
align: string;
|
7
7
|
}
|
8
8
|
export interface IFeatureActivationProps {
|
9
|
-
appInstanceId?:
|
9
|
+
appInstanceId?: guid;
|
10
10
|
handleClose: () => void;
|
11
|
-
handleFeatureAction: (action: string, featureId:
|
11
|
+
handleFeatureAction: (action: string, featureId: guid) => void;
|
12
12
|
targetResolverType: string;
|
13
13
|
}
|
14
14
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
15
|
-
appInstanceId?:
|
15
|
+
appInstanceId?: guid;
|
16
16
|
} & {
|
17
17
|
targetResolverType?: string;
|
18
|
-
} & DefineEmit<"handleFeatureAction", (action: string, featureId:
|
18
|
+
} & DefineEmit<"handleFeatureAction", (action: string, featureId: guid) => true> & DefineEmit<"openConsentUrl", () => void>>) => {
|
19
19
|
$: import("vue").ComponentInternalInstance;
|
20
20
|
$data: {};
|
21
21
|
$props: {};
|
@@ -54,15 +54,15 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
54
54
|
$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;
|
55
55
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
56
56
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
57
|
-
appInstanceId?:
|
57
|
+
appInstanceId?: guid;
|
58
58
|
} & {
|
59
59
|
targetResolverType?: string;
|
60
|
-
} & DefineEmit<"handleFeatureAction", (action: string, featureId:
|
60
|
+
} & DefineEmit<"handleFeatureAction", (action: string, featureId: guid) => true> & DefineEmit<"openConsentUrl", () => void>> & {
|
61
61
|
"v-slots"?: {
|
62
62
|
default?: import("vue").Slot;
|
63
63
|
} & {};
|
64
64
|
} & {
|
65
|
-
onHandleFeatureAction?: (action: string, featureId:
|
65
|
+
onHandleFeatureAction?: (action: string, featureId: guid) => any;
|
66
66
|
onOpenConsentUrl?: () => any;
|
67
67
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">;
|
68
68
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
export declare const FeaturesJourneysBladeIds: {
|
3
|
-
Default:
|
4
|
-
Properties:
|
5
|
-
ConsentUrl:
|
6
|
-
ViewConsent:
|
3
|
+
Default: guid;
|
4
|
+
Properties: guid;
|
5
|
+
ConsentUrl: guid;
|
6
|
+
ViewConsent: guid;
|
7
7
|
};
|
8
8
|
export declare const FeatureActions: {
|
9
9
|
active: string;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
-
appInstanceId?:
|
3
|
+
appInstanceId?: guid;
|
4
4
|
} & {
|
5
5
|
targetResolverType?: string;
|
6
6
|
}>) => {
|
@@ -42,7 +42,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
42
42
|
$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;
|
43
43
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
44
44
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
45
|
-
appInstanceId?:
|
45
|
+
appInstanceId?: guid;
|
46
46
|
} & {
|
47
47
|
targetResolverType?: string;
|
48
48
|
}> & {
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
-
import {
|
2
|
+
import { guid } from "../../../models";
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
-
appInstanceId?:
|
4
|
+
appInstanceId?: guid;
|
5
5
|
} & {
|
6
6
|
targetResolverType?: string;
|
7
|
-
} & DefineEmit<"handleFeatureAction", (action: string, featureId:
|
7
|
+
} & DefineEmit<"handleFeatureAction", (action: string, featureId: guid) => true>>) => {
|
8
8
|
$: import("vue").ComponentInternalInstance;
|
9
9
|
$data: {};
|
10
10
|
$props: {};
|
@@ -43,15 +43,15 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
43
43
|
$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;
|
44
44
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
45
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
46
|
-
appInstanceId?:
|
46
|
+
appInstanceId?: guid;
|
47
47
|
} & {
|
48
48
|
targetResolverType?: string;
|
49
|
-
} & DefineEmit<"handleFeatureAction", (action: string, featureId:
|
49
|
+
} & DefineEmit<"handleFeatureAction", (action: string, featureId: guid) => true>> & {
|
50
50
|
"v-slots"?: {
|
51
51
|
default?: import("vue").Slot;
|
52
52
|
} & {};
|
53
53
|
} & {
|
54
|
-
onHandleFeatureAction?: (action: string, featureId:
|
54
|
+
onHandleFeatureAction?: (action: string, featureId: guid) => any;
|
55
55
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">;
|
56
56
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
57
57
|
[key: string]: any;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
-
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DefineEmit<"handleFeatureAction", (action: string, featureId:
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DefineEmit<"handleFeatureAction", (action: string, featureId: guid) => true>>) => {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {};
|
@@ -38,12 +38,12 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<D
|
|
38
38
|
$nextTick: typeof import("vue").nextTick;
|
39
39
|
$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;
|
40
40
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
41
|
-
propsDefinition: import("@omnia/fx/ux").ExtractProps<DefineEmit<"handleFeatureAction", (action: string, featureId:
|
41
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<DefineEmit<"handleFeatureAction", (action: string, featureId: guid) => true>> & {
|
42
42
|
"v-slots"?: {
|
43
43
|
default?: import("vue").Slot;
|
44
44
|
} & {};
|
45
45
|
} & {
|
46
|
-
onHandleFeatureAction?: (action: string, featureId:
|
46
|
+
onHandleFeatureAction?: (action: string, featureId: guid) => any;
|
47
47
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
|
48
48
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
49
|
[key: string]: any;
|