@omnia/fx 8.0.192-dev → 8.0.193-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/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/management/AppManagement.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +27 -27
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +2 -2
- 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/appprovisioningwizard/AppProvisioningWizard.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +6 -1
- 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/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -5
- 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/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/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 +3 -3
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +6 -6
- 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/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 +1 -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 +3 -3
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
tableName: {
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
6
6
|
required: true;
|
7
7
|
};
|
8
8
|
serviceId: {
|
9
|
-
type: import("vue").PropType<
|
9
|
+
type: import("vue").PropType<guid>;
|
10
10
|
required: true;
|
11
11
|
};
|
12
12
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
15
15
|
required: true;
|
16
16
|
};
|
17
17
|
serviceId: {
|
18
|
-
type: import("vue").PropType<
|
18
|
+
type: import("vue").PropType<guid>;
|
19
19
|
required: true;
|
20
20
|
};
|
21
21
|
}>>, {}, true, {}, {}, {
|
@@ -31,7 +31,7 @@ declare const _default: {
|
|
31
31
|
required: true;
|
32
32
|
};
|
33
33
|
serviceId: {
|
34
|
-
type: import("vue").PropType<
|
34
|
+
type: import("vue").PropType<guid>;
|
35
35
|
required: true;
|
36
36
|
};
|
37
37
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
@@ -44,12 +44,12 @@ declare const _default: {
|
|
44
44
|
required: true;
|
45
45
|
};
|
46
46
|
serviceId: {
|
47
|
-
type: import("vue").PropType<
|
47
|
+
type: import("vue").PropType<guid>;
|
48
48
|
required: true;
|
49
49
|
};
|
50
50
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
51
|
propsDefinition: Omit<Readonly<{
|
52
|
-
serviceId:
|
52
|
+
serviceId: guid;
|
53
53
|
tableName: string;
|
54
54
|
} & {}>, never>;
|
55
55
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
tableName: {
|
@@ -8,11 +8,11 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<string>;
|
9
9
|
};
|
10
10
|
additionalBuiltInProperties: {
|
11
|
-
type: import("vue").PropType<
|
11
|
+
type: import("vue").PropType<guid[]>;
|
12
12
|
required: false;
|
13
13
|
};
|
14
14
|
serviceId: {
|
15
|
-
type: import("vue").PropType<
|
15
|
+
type: import("vue").PropType<guid>;
|
16
16
|
};
|
17
17
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
18
18
|
tableName: {
|
@@ -22,11 +22,11 @@ declare const _default: {
|
|
22
22
|
type: import("vue").PropType<string>;
|
23
23
|
};
|
24
24
|
additionalBuiltInProperties: {
|
25
|
-
type: import("vue").PropType<
|
25
|
+
type: import("vue").PropType<guid[]>;
|
26
26
|
required: false;
|
27
27
|
};
|
28
28
|
serviceId: {
|
29
|
-
type: import("vue").PropType<
|
29
|
+
type: import("vue").PropType<guid>;
|
30
30
|
};
|
31
31
|
}>>, {}, true, {}, {}, {
|
32
32
|
P: {};
|
@@ -43,11 +43,11 @@ declare const _default: {
|
|
43
43
|
type: import("vue").PropType<string>;
|
44
44
|
};
|
45
45
|
additionalBuiltInProperties: {
|
46
|
-
type: import("vue").PropType<
|
46
|
+
type: import("vue").PropType<guid[]>;
|
47
47
|
required: false;
|
48
48
|
};
|
49
49
|
serviceId: {
|
50
|
-
type: import("vue").PropType<
|
50
|
+
type: import("vue").PropType<guid>;
|
51
51
|
};
|
52
52
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
53
53
|
__isFragment?: never;
|
@@ -61,16 +61,16 @@ declare const _default: {
|
|
61
61
|
type: import("vue").PropType<string>;
|
62
62
|
};
|
63
63
|
additionalBuiltInProperties: {
|
64
|
-
type: import("vue").PropType<
|
64
|
+
type: import("vue").PropType<guid[]>;
|
65
65
|
required: false;
|
66
66
|
};
|
67
67
|
serviceId: {
|
68
|
-
type: import("vue").PropType<
|
68
|
+
type: import("vue").PropType<guid>;
|
69
69
|
};
|
70
70
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
71
71
|
propsDefinition: Omit<Readonly<{} & {
|
72
|
-
serviceId?:
|
73
|
-
additionalBuiltInProperties?:
|
72
|
+
serviceId?: guid;
|
73
|
+
additionalBuiltInProperties?: guid[];
|
74
74
|
additionalTitle?: string;
|
75
75
|
tableName?: string;
|
76
76
|
}>, never>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AdminNavigationBuiltInCategory, NavigationNode, NavigationMenuNode, Future,
|
1
|
+
import { AdminNavigationBuiltInCategory, NavigationNode, NavigationMenuNode, Future, guid } from "../../../models";
|
2
2
|
import { Store } from "../../../stores";
|
3
3
|
import { AdminNavigationNodeRegistration } from "../../../models/ux/InternalAdminApi";
|
4
4
|
type AdminNavCategory = AdminNavigationBuiltInCategory | string;
|
@@ -41,7 +41,7 @@ export declare const useAdminStore: () => {
|
|
41
41
|
subscribe(fn: (category: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
42
|
};
|
43
43
|
ensureLoadNavigationNodeRegistrationsByParentNodeId: {
|
44
|
-
subscribe(fn: (parentNodeId:
|
44
|
+
subscribe(fn: (parentNodeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
45
|
};
|
46
46
|
};
|
47
47
|
onDispatched: {
|
@@ -49,7 +49,7 @@ export declare const useAdminStore: () => {
|
|
49
49
|
subscribe(fn: (result: void, category: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
50
|
};
|
51
51
|
ensureLoadNavigationNodeRegistrationsByParentNodeId: {
|
52
|
-
subscribe(fn: (result: void, parentNodeId:
|
52
|
+
subscribe(fn: (result: void, parentNodeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
53
|
};
|
54
54
|
};
|
55
55
|
onFailure: {
|
@@ -57,16 +57,16 @@ export declare const useAdminStore: () => {
|
|
57
57
|
subscribe(fn: (failureReason: any, category: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
58
|
};
|
59
59
|
ensureLoadNavigationNodeRegistrationsByParentNodeId: {
|
60
|
-
subscribe(fn: (failureReason: any, parentNodeId:
|
60
|
+
subscribe(fn: (failureReason: any, parentNodeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
61
|
};
|
62
62
|
};
|
63
63
|
} & {
|
64
64
|
ensureLoadNavigationNodeRegistrationsByCategory(category: string): Future<void>;
|
65
|
-
ensureLoadNavigationNodeRegistrationsByParentNodeId(parentNodeId:
|
65
|
+
ensureLoadNavigationNodeRegistrationsByParentNodeId(parentNodeId: guid): Future<void>;
|
66
66
|
};
|
67
67
|
get: {
|
68
68
|
getNavigationNodeRegistrationsByCategory(category: string): AdminNavigationNodeRegistration[];
|
69
|
-
getNavigationNodeRegistrationsByParentNodeId(parentNodeId:
|
69
|
+
getNavigationNodeRegistrationsByParentNodeId(parentNodeId: guid): AdminNavigationNodeRegistration[];
|
70
70
|
};
|
71
71
|
};
|
72
72
|
export {};
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
export declare class AppContextProvider {
|
3
3
|
private omniaContext;
|
4
4
|
private omniaContextProvider;
|
5
5
|
private appService;
|
6
6
|
private internalAppContext;
|
7
|
-
updateContextByAppInstanceId(id:
|
7
|
+
updateContextByAppInstanceId(id: guid): Promise<void>;
|
8
8
|
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { PropertyConfiguration, PropertyDefinition, DataSourcePropertyDisplayInformation, guid, PropertyDefinitionId, PropertyDisplaySettingsBase, PropertySetupBase, AppDataSourceProperty } from "@omnia/fx-models";
|
2
2
|
import { EnterprisePropertyStore, MultilingualStore } from "@omnia/fx/stores";
|
3
3
|
import { PropertyDataSourceBase, WritebackResult, EnterprisePropertiesProvider, PropertyBindingService } from "@omnia/fx/services";
|
4
4
|
export declare class AppPropertiesProvider extends PropertyDataSourceBase<AppDataSourceProperty> {
|
5
|
-
id:
|
5
|
+
id: guid;
|
6
6
|
title: string;
|
7
7
|
private omniaContext;
|
8
8
|
enterprisePropertyStore: EnterprisePropertyStore;
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import { AppInstanceInfoUser, AppInstanceRollupBlockSettings, IBlockInstance } from "@omnia/fx/models";
|
1
|
+
import { AppInstanceInfoUser, AppInstanceRollupBlockSettings, IBlockInstance, guid } from "@omnia/fx/models";
|
2
2
|
import "./AppInstanceRollup.css";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
hideBlock: import("vue").Prop<(hidden: boolean) => void, (hidden: boolean) => void>;
|
6
|
-
appDefinitionId: import("vue").Prop<
|
6
|
+
appDefinitionId: import("vue").Prop<guid, guid>;
|
7
7
|
settings: import("vue").Prop<AppInstanceRollupBlockSettings, AppInstanceRollupBlockSettings>;
|
8
8
|
blockInstance: import("vue").Prop<IBlockInstance<AppInstanceRollupBlockSettings>, IBlockInstance<AppInstanceRollupBlockSettings>>;
|
9
9
|
onFollowAppInstanceClicked: import("vue").Prop<(appInstanceInfoUser: AppInstanceInfoUser) => void, (appInstanceInfoUser: AppInstanceInfoUser) => void>;
|
10
10
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
11
11
|
hideBlock: import("vue").Prop<(hidden: boolean) => void, (hidden: boolean) => void>;
|
12
|
-
appDefinitionId: import("vue").Prop<
|
12
|
+
appDefinitionId: import("vue").Prop<guid, guid>;
|
13
13
|
settings: import("vue").Prop<AppInstanceRollupBlockSettings, AppInstanceRollupBlockSettings>;
|
14
14
|
blockInstance: import("vue").Prop<IBlockInstance<AppInstanceRollupBlockSettings>, IBlockInstance<AppInstanceRollupBlockSettings>>;
|
15
15
|
onFollowAppInstanceClicked: import("vue").Prop<(appInstanceInfoUser: AppInstanceInfoUser) => void, (appInstanceInfoUser: AppInstanceInfoUser) => void>;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
Defaults: {};
|
23
23
|
}, Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
hideBlock: import("vue").Prop<(hidden: boolean) => void, (hidden: boolean) => void>;
|
25
|
-
appDefinitionId: import("vue").Prop<
|
25
|
+
appDefinitionId: import("vue").Prop<guid, guid>;
|
26
26
|
settings: import("vue").Prop<AppInstanceRollupBlockSettings, AppInstanceRollupBlockSettings>;
|
27
27
|
blockInstance: import("vue").Prop<IBlockInstance<AppInstanceRollupBlockSettings>, IBlockInstance<AppInstanceRollupBlockSettings>>;
|
28
28
|
onFollowAppInstanceClicked: import("vue").Prop<(appInstanceInfoUser: AppInstanceInfoUser) => void, (appInstanceInfoUser: AppInstanceInfoUser) => void>;
|
@@ -32,13 +32,13 @@ declare const _default: {
|
|
32
32
|
__isSuspense?: never;
|
33
33
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
34
34
|
hideBlock: import("vue").Prop<(hidden: boolean) => void, (hidden: boolean) => void>;
|
35
|
-
appDefinitionId: import("vue").Prop<
|
35
|
+
appDefinitionId: import("vue").Prop<guid, guid>;
|
36
36
|
settings: import("vue").Prop<AppInstanceRollupBlockSettings, AppInstanceRollupBlockSettings>;
|
37
37
|
blockInstance: import("vue").Prop<IBlockInstance<AppInstanceRollupBlockSettings>, IBlockInstance<AppInstanceRollupBlockSettings>>;
|
38
38
|
onFollowAppInstanceClicked: import("vue").Prop<(appInstanceInfoUser: AppInstanceInfoUser) => void, (appInstanceInfoUser: AppInstanceInfoUser) => void>;
|
39
39
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
40
40
|
propsDefinition: Omit<Readonly<{} & {
|
41
|
-
appDefinitionId?:
|
41
|
+
appDefinitionId?: guid;
|
42
42
|
settings?: AppInstanceRollupBlockSettings;
|
43
43
|
hideBlock?: (hidden: boolean) => void;
|
44
44
|
blockInstance?: IBlockInstance<AppInstanceRollupBlockSettings>;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { AppInstanceInfoUser, AppInstanceRollupBlockSettings,
|
1
|
+
import { AppInstanceInfoUser, AppInstanceRollupBlockSettings, guid, IBlockInstance } from "@omnia/fx/models";
|
2
2
|
import { FilterEngineHandler, VueComponentBase } from "@omnia/fx/ux";
|
3
3
|
import { OmniaUxLocalization } from "../../../UxModels";
|
4
4
|
import "./AppInstanceRollup.css";
|
5
5
|
interface MainRendererProps {
|
6
|
-
appDefinitionId:
|
6
|
+
appDefinitionId: guid;
|
7
7
|
settings: AppInstanceRollupBlockSettings;
|
8
8
|
blockInstance: IBlockInstance<AppInstanceRollupBlockSettings>;
|
9
9
|
onFollowAppInstanceClicked?: (appInstanceInfoUser: AppInstanceInfoUser) => void;
|
@@ -14,7 +14,7 @@ interface MainRendererProps {
|
|
14
14
|
};
|
15
15
|
}
|
16
16
|
export declare class MainRenderer extends VueComponentBase<MainRendererProps> {
|
17
|
-
appDefinitionId:
|
17
|
+
appDefinitionId: guid;
|
18
18
|
settings: AppInstanceRollupBlockSettings;
|
19
19
|
blockInstance: IBlockInstance<AppInstanceRollupBlockSettings>;
|
20
20
|
onFollowAppInstanceClicked?: (appInstanceInfoUser: AppInstanceInfoUser) => void;
|
package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import { IWebComponentInstance } from "@omnia/fx";
|
2
2
|
import { VueComponentBase } from "@omnia/fx/ux";
|
3
|
-
import { AppInstanceRollupBlockSettings,
|
3
|
+
import { AppInstanceRollupBlockSettings, guid } from "@omnia/fx-models";
|
4
4
|
import { OmniaUxLocalization } from "../../../UxModels";
|
5
5
|
import { IAppInstanceRollupSettings } from "..";
|
6
6
|
export declare class AppInstanceRollupSettingsComponent extends VueComponentBase implements IWebComponentInstance, IAppInstanceRollupSettings {
|
7
|
-
componentId:
|
8
|
-
appDefinitionId:
|
7
|
+
componentId: guid;
|
8
|
+
appDefinitionId: guid;
|
9
9
|
settings: AppInstanceRollupBlockSettings;
|
10
10
|
private enterprisePropertyStore;
|
11
11
|
uxLoc: OmniaUxLocalization;
|
package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import { AppInstanceRollupBlockSettings,
|
1
|
+
import { AppInstanceRollupBlockSettings, guid } from "@omnia/fx-models";
|
2
2
|
import { TsxAllowUnknowProperties } from "../../..";
|
3
3
|
export interface IAppInstanceRollupSettings {
|
4
|
-
componentId:
|
5
|
-
appDefinitionId:
|
4
|
+
componentId: guid;
|
5
|
+
appDefinitionId: guid;
|
6
6
|
settings: AppInstanceRollupBlockSettings;
|
7
7
|
}
|
8
8
|
declare global {
|
package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
import { AppInstanceRollupBlockSettings,
|
1
|
+
import { AppInstanceRollupBlockSettings, guid } from "@omnia/fx-models";
|
2
2
|
import { OmniaUxLocalization, VueComponentBase } from "@omnia/fx/ux";
|
3
3
|
interface DisplayTabProps {
|
4
|
-
appDefinitionId:
|
4
|
+
appDefinitionId: guid;
|
5
5
|
settings: AppInstanceRollupBlockSettings;
|
6
6
|
updateSettings: (settings: AppInstanceRollupBlockSettings) => void;
|
7
7
|
}
|
8
8
|
export declare class DisplayTab extends VueComponentBase<DisplayTabProps> {
|
9
|
-
appDefinitionId:
|
9
|
+
appDefinitionId: guid;
|
10
10
|
settings: AppInstanceRollupBlockSettings;
|
11
11
|
updateSettings: (settings: AppInstanceRollupBlockSettings) => void;
|
12
12
|
private localizationStore;
|
package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, AppInstanceRollupBlockSettings } from "@omnia/fx-models";
|
2
2
|
import { OmniaUxLocalization, VueComponentBase } from "@omnia/fx/ux";
|
3
3
|
interface QueryTabProps {
|
4
|
-
appDefinitionId:
|
4
|
+
appDefinitionId: guid;
|
5
5
|
settings: AppInstanceRollupBlockSettings;
|
6
6
|
updateSettings: (settings: AppInstanceRollupBlockSettings) => void;
|
7
7
|
}
|
8
8
|
export declare class QueryTab extends VueComponentBase<QueryTabProps> {
|
9
|
-
appDefinitionId:
|
9
|
+
appDefinitionId: guid;
|
10
10
|
settings: AppInstanceRollupBlockSettings;
|
11
11
|
updateSettings: (settings: AppInstanceRollupBlockSettings) => void;
|
12
12
|
uxLoc: OmniaUxLocalization;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AppInstanceInfoUser, AppInstanceRollupBlockSettings, DirectionRules, IBlockInstance } from "@omnia/fx-models";
|
1
|
+
import { AppInstanceInfoUser, AppInstanceRollupBlockSettings, DirectionRules, IBlockInstance, guid } from "@omnia/fx-models";
|
2
2
|
export declare class AppInstanceRollupRenderingInstance {
|
3
3
|
private _blockInstance;
|
4
4
|
private _settings;
|
@@ -12,8 +12,8 @@ export declare class AppInstanceRollupRenderingInstance {
|
|
12
12
|
get settings(): AppInstanceRollupBlockSettings;
|
13
13
|
get hideBlock(): (value: boolean) => void;
|
14
14
|
get bidirectionalityClass(): string;
|
15
|
-
get appDefinitionId():
|
15
|
+
get appDefinitionId(): guid;
|
16
16
|
get onFollowAppInstanceClicked(): (appInstanceInfoUser: AppInstanceInfoUser) => void;
|
17
|
-
init(blockInstance: IBlockInstance<AppInstanceRollupBlockSettings>, settings: AppInstanceRollupBlockSettings, hideBlock: (value: boolean) => void, appDefinitionId:
|
17
|
+
init(blockInstance: IBlockInstance<AppInstanceRollupBlockSettings>, settings: AppInstanceRollupBlockSettings, hideBlock: (value: boolean) => void, appDefinitionId: guid, onFollowAppInstanceClicked: (appInstanceInfoUser: AppInstanceInfoUser) => void, directionRule: DirectionRules): void;
|
18
18
|
apply(instance: AppInstanceRollupRenderingInstance, settings: AppInstanceRollupBlockSettings): void;
|
19
19
|
}
|
@@ -1,8 +1,9 @@
|
|
1
|
+
import { guid } from "@omnia/fx/models";
|
1
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
2
3
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
4
|
isStandalone?: boolean;
|
4
5
|
} & {
|
5
|
-
appDefinitionId?:
|
6
|
+
appDefinitionId?: guid;
|
6
7
|
} & {
|
7
8
|
title?: string;
|
8
9
|
} & {
|
@@ -50,7 +51,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
50
51
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
51
52
|
isStandalone?: boolean;
|
52
53
|
} & {
|
53
|
-
appDefinitionId?:
|
54
|
+
appDefinitionId?: guid;
|
54
55
|
} & {
|
55
56
|
title?: string;
|
56
57
|
} & {
|
@@ -1,35 +1,35 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
export declare const AppManagementBladeIds: {
|
3
|
-
AppManagement:
|
3
|
+
AppManagement: guid;
|
4
4
|
Instance: {
|
5
|
-
Default:
|
6
|
-
Templates:
|
7
|
-
ProvisioningWizard:
|
8
|
-
ProvisioningWizardDetails:
|
9
|
-
Edit:
|
10
|
-
Feature:
|
11
|
-
EditAlias:
|
12
|
-
Permission:
|
13
|
-
AttachSite:
|
5
|
+
Default: guid;
|
6
|
+
Templates: guid;
|
7
|
+
ProvisioningWizard: guid;
|
8
|
+
ProvisioningWizardDetails: guid;
|
9
|
+
Edit: guid;
|
10
|
+
Feature: guid;
|
11
|
+
EditAlias: guid;
|
12
|
+
Permission: guid;
|
13
|
+
AttachSite: guid;
|
14
14
|
};
|
15
15
|
Templates: {
|
16
|
-
Default:
|
17
|
-
Details:
|
18
|
-
EditAndCreate:
|
19
|
-
Features:
|
20
|
-
General:
|
21
|
-
Policies:
|
22
|
-
Properties:
|
23
|
-
CustomSteps:
|
16
|
+
Default: guid;
|
17
|
+
Details: guid;
|
18
|
+
EditAndCreate: guid;
|
19
|
+
Features: guid;
|
20
|
+
General: guid;
|
21
|
+
Policies: guid;
|
22
|
+
Properties: guid;
|
23
|
+
CustomSteps: guid;
|
24
24
|
};
|
25
25
|
NamingPolicies: {
|
26
|
-
Default:
|
27
|
-
EditPolicies:
|
28
|
-
PreviewPolicy:
|
29
|
-
GeneralPolicy:
|
30
|
-
PrefixPolicy:
|
31
|
-
SuffixPolicy:
|
32
|
-
AffixesPolicy:
|
33
|
-
BlockedWords:
|
26
|
+
Default: guid;
|
27
|
+
EditPolicies: guid;
|
28
|
+
PreviewPolicy: guid;
|
29
|
+
GeneralPolicy: guid;
|
30
|
+
PrefixPolicy: guid;
|
31
|
+
SuffixPolicy: guid;
|
32
|
+
AffixesPolicy: guid;
|
33
|
+
BlockedWords: guid;
|
34
34
|
};
|
35
35
|
};
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { AppInstanceTabSettings, VersionedLayoutDefinition, AppLayoutTabSettings, AppNamingPolicyTabSettings, AppTemplateTabSettings, ElementRenderer,
|
1
|
+
import { AppInstanceTabSettings, VersionedLayoutDefinition, AppLayoutTabSettings, AppNamingPolicyTabSettings, AppTemplateTabSettings, ElementRenderer, guid, IAppManagementInstanceConfigurationApi, IAppManagementInstanceHandler, IAppManagementUsageApi } from "@omnia/fx-models";
|
2
2
|
import { OmniaUxLocalization } from "@omnia/fx/ux";
|
3
3
|
import { Ref } from "vue";
|
4
4
|
import { AppManagementLocalization } from "../core";
|
5
5
|
export interface IAppManagementInstanceApi extends IAppManagementInstanceConfigurationApi {
|
6
|
-
readonly appDefinitionId:
|
6
|
+
readonly appDefinitionId: guid;
|
7
7
|
readonly appInstanceTabSettings: AppInstanceTabSettings;
|
8
8
|
readonly appTemplateTabSettings: AppTemplateTabSettings;
|
9
9
|
readonly appLayoutTabSettings: AppLayoutTabSettings;
|
@@ -17,11 +17,11 @@ export interface IAppManagementInstanceApi extends IAppManagementInstanceConfigu
|
|
17
17
|
};
|
18
18
|
}
|
19
19
|
export interface IInternalAppManagementUsageApi extends IAppManagementUsageApi {
|
20
|
-
getHandler: (appDefinitionId:
|
20
|
+
getHandler: (appDefinitionId: guid) => Promise<new () => IAppManagementInstanceHandler>;
|
21
21
|
}
|
22
22
|
export declare class AppManagementInstanceApi implements IAppManagementInstanceApi, IAppManagementInstanceConfigurationApi {
|
23
|
-
readonly instanceId:
|
24
|
-
appDefinitionId:
|
23
|
+
readonly instanceId: guid;
|
24
|
+
appDefinitionId: guid;
|
25
25
|
appInstanceTabSettings: AppInstanceTabSettings;
|
26
26
|
appTemplateTabSettings: AppTemplateTabSettings;
|
27
27
|
appLayoutTabSettings: AppLayoutTabSettings;
|
@@ -224,7 +224,7 @@ export declare class AppManagementInstanceApi implements IAppManagementInstanceA
|
|
224
224
|
loc: AppManagementLocalization.ILocalize;
|
225
225
|
onLayoutEditorOpenedHook: () => void;
|
226
226
|
onLayoutEditorClosedHook: () => void;
|
227
|
-
constructor(appDefinitionId:
|
227
|
+
constructor(appDefinitionId: guid);
|
228
228
|
addAppInstanceTab: (settings: AppInstanceTabSettings) => this;
|
229
229
|
addAppTemplateTab: (settings: AppTemplateTabSettings) => this;
|
230
230
|
addAppLayoutTab: (settings: AppLayoutTabSettings<VersionedLayoutDefinition>) => this;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { AppInstance, AppTemplate,
|
1
|
+
import { AppInstance, AppTemplate, guid } from "@omnia/fx/models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
-
refreshKey?:
|
3
|
+
refreshKey?: guid;
|
4
4
|
} & {
|
5
5
|
openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
|
6
6
|
} & {
|
@@ -44,7 +44,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
44
44
|
$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;
|
45
45
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
46
46
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
47
|
-
refreshKey?:
|
47
|
+
refreshKey?: guid;
|
48
48
|
} & {
|
49
49
|
openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
|
50
50
|
} & {
|
package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AffixDefinition, EnterprisePropertyDefinition,
|
1
|
+
import { AffixDefinition, EnterprisePropertyDefinition, guid } from "@omnia/fx-models";
|
2
2
|
import { IDataTableRowRenderer } from "@omnia/fx/ux";
|
3
3
|
export interface AffixRowConfigurationData {
|
4
4
|
availablePropertyTitleAsDict: {
|
@@ -9,7 +9,7 @@ export interface AffixRowConfigurationData {
|
|
9
9
|
};
|
10
10
|
availableProperties: EnterprisePropertyDefinition[];
|
11
11
|
targetingProperties: {
|
12
|
-
id:
|
12
|
+
id: guid;
|
13
13
|
label: string;
|
14
14
|
}[];
|
15
15
|
scopesAsDict: {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
export declare const AppInstanceEditingBladeIds: {
|
3
|
-
editProperties:
|
4
|
-
editEnterpriseProperties:
|
5
|
-
progress:
|
3
|
+
editProperties: guid;
|
4
|
+
editEnterpriseProperties: guid;
|
5
|
+
progress: guid;
|
6
6
|
};
|
@@ -2,7 +2,7 @@ import { AppInstance } from "@omnia/fx/models";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
cols: {
|
5
|
-
type: import("vue").PropType<1 |
|
5
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
|
6
6
|
};
|
7
7
|
appInstance: {
|
8
8
|
type: import("vue").PropType<AppInstance>;
|
@@ -17,7 +17,7 @@ declare const _default: {
|
|
17
17
|
};
|
18
18
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
19
19
|
cols: {
|
20
|
-
type: import("vue").PropType<1 |
|
20
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
|
21
21
|
};
|
22
22
|
appInstance: {
|
23
23
|
type: import("vue").PropType<AppInstance>;
|
@@ -34,7 +34,7 @@ declare const _default: {
|
|
34
34
|
Defaults: {};
|
35
35
|
}, Readonly<import("vue").ExtractPropTypes<{
|
36
36
|
cols: {
|
37
|
-
type: import("vue").PropType<1 |
|
37
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
|
38
38
|
};
|
39
39
|
appInstance: {
|
40
40
|
type: import("vue").PropType<AppInstance>;
|
@@ -48,7 +48,7 @@ declare const _default: {
|
|
48
48
|
__isSuspense?: never;
|
49
49
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
50
50
|
cols: {
|
51
|
-
type: import("vue").PropType<1 |
|
51
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
|
52
52
|
};
|
53
53
|
appInstance: {
|
54
54
|
type: import("vue").PropType<AppInstance>;
|
@@ -63,7 +63,7 @@ declare const _default: {
|
|
63
63
|
};
|
64
64
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
65
65
|
propsDefinition: Omit<Readonly<{} & {
|
66
|
-
cols?: 1 |
|
66
|
+
cols?: "1" | "2" | "3" | "4" | 1 | 2 | 3 | 4;
|
67
67
|
appInstance?: AppInstance;
|
68
68
|
}>, "onValueChanged" | "onDoc$"> & {
|
69
69
|
onValueChanged?: () => any;
|