@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 { VelcronAppDefinition, VelcronDefinition, VelcronDefinitionRegistration, ContainerBlueprint, ContainerVariant, VelcronSectionInstance, guid } from "@omnia/fx-models";
|
2
2
|
type insertMode = "add" | "change";
|
3
3
|
export declare const useVelcronContentEditorStore: () => {
|
4
4
|
get: {
|
@@ -9,6 +9,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
9
9
|
definitions: VelcronSectionInstance[];
|
10
10
|
activeDefinition: VelcronSectionInstance;
|
11
11
|
definitionInFocus: boolean;
|
12
|
+
fixedContentWidth: string;
|
12
13
|
showEditorToolbar: boolean;
|
13
14
|
selectedDefinition: VelcronSectionInstance;
|
14
15
|
toggleColorSchemaPreview: string;
|
@@ -30,6 +31,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
30
31
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance[]>;
|
31
32
|
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
|
32
33
|
onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
34
|
+
onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
33
35
|
onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
34
36
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
|
35
37
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
@@ -49,6 +51,9 @@ export declare const useVelcronContentEditorStore: () => {
|
|
49
51
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
50
52
|
actions: {
|
51
53
|
onDispatching: {
|
54
|
+
setFixedContentWidth: {
|
55
|
+
subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
+
};
|
52
57
|
showDefinitionSelector: {
|
53
58
|
subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
59
|
};
|
@@ -92,16 +97,19 @@ export declare const useVelcronContentEditorStore: () => {
|
|
92
97
|
subscribe(fn: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
98
|
};
|
94
99
|
previewDefinition: {
|
95
|
-
subscribe(fn: (definitionRegistration: VelcronSectionInstance, newDefinitionId:
|
100
|
+
subscribe(fn: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
96
101
|
};
|
97
102
|
changeDefinition: {
|
98
|
-
subscribe(fn: (definitionRegistration: VelcronSectionInstance, newDefinitionId:
|
103
|
+
subscribe(fn: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
99
104
|
};
|
100
105
|
updateDefinition: {
|
101
106
|
subscribe(fn: (definition: VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
102
107
|
};
|
103
108
|
};
|
104
109
|
onDispatched: {
|
110
|
+
setFixedContentWidth: {
|
111
|
+
subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
112
|
+
};
|
105
113
|
showDefinitionSelector: {
|
106
114
|
subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
107
115
|
};
|
@@ -145,16 +153,19 @@ export declare const useVelcronContentEditorStore: () => {
|
|
145
153
|
subscribe(fn: (result: void, definitionRegistration: VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
146
154
|
};
|
147
155
|
previewDefinition: {
|
148
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronSectionInstance, newDefinitionId:
|
156
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
149
157
|
};
|
150
158
|
changeDefinition: {
|
151
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronSectionInstance, newDefinitionId:
|
159
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
152
160
|
};
|
153
161
|
updateDefinition: {
|
154
162
|
subscribe(fn: (result: void, definition: VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
155
163
|
};
|
156
164
|
};
|
157
165
|
onFailure: {
|
166
|
+
setFixedContentWidth: {
|
167
|
+
subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
168
|
+
};
|
158
169
|
showDefinitionSelector: {
|
159
170
|
subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
160
171
|
};
|
@@ -198,16 +209,17 @@ export declare const useVelcronContentEditorStore: () => {
|
|
198
209
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
199
210
|
};
|
200
211
|
previewDefinition: {
|
201
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronSectionInstance, newDefinitionId:
|
212
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
202
213
|
};
|
203
214
|
changeDefinition: {
|
204
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronSectionInstance, newDefinitionId:
|
215
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
205
216
|
};
|
206
217
|
updateDefinition: {
|
207
218
|
subscribe(fn: (failureReason: any, definition: VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
208
219
|
};
|
209
220
|
};
|
210
221
|
} & {
|
222
|
+
setFixedContentWidth(width: string): void;
|
211
223
|
showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
|
212
224
|
toggleEditorToolbar(forceHide?: boolean): void;
|
213
225
|
addByRegistration(definition: VelcronDefinitionRegistration, setAsActive?: boolean): void;
|
@@ -222,8 +234,8 @@ export declare const useVelcronContentEditorStore: () => {
|
|
222
234
|
updateColorSchema(definitionRegistration: VelcronSectionInstance, colorSchemaType: string): void;
|
223
235
|
previewContainerBlueprint: (definitionRegistration: VelcronSectionInstance, containerVariant: ContainerBlueprint | ContainerVariant, cancelPreview: boolean) => void;
|
224
236
|
previewColorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
225
|
-
previewDefinition: (definitionRegistration: VelcronSectionInstance, newDefinitionId:
|
226
|
-
changeDefinition(definitionRegistration: VelcronSectionInstance, newDefinitionId:
|
237
|
+
previewDefinition: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void;
|
238
|
+
changeDefinition(definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, toggle?: boolean): void;
|
227
239
|
updateDefinition(definition: VelcronSectionInstance, velcronDefinition: VelcronAppDefinition): void;
|
228
240
|
};
|
229
241
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IIcon, VelcronState } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
type Variant = "dialog" | "panel" | "editor" | "default";
|
4
4
|
declare const _default: {
|
@@ -12,7 +12,7 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<boolean>;
|
13
13
|
};
|
14
14
|
exclusions: {
|
15
|
-
type: import("vue").PropType<
|
15
|
+
type: import("vue").PropType<guid[]>;
|
16
16
|
};
|
17
17
|
previewState: {
|
18
18
|
type: import("vue").PropType<VelcronState>;
|
@@ -113,15 +113,15 @@ declare const _default: {
|
|
113
113
|
}>> & {
|
114
114
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
115
115
|
onAdd?: () => any;
|
116
|
-
onSelected?: (id:
|
117
|
-
"onDefinition:enter"?: (id:
|
118
|
-
"onDefinition:leave"?: (id:
|
116
|
+
onSelected?: (id: guid) => any;
|
117
|
+
"onDefinition:enter"?: (id: guid) => any;
|
118
|
+
"onDefinition:leave"?: (id: guid) => any;
|
119
119
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
120
|
-
selected: (id:
|
120
|
+
selected: (id: guid) => any;
|
121
121
|
add: () => any;
|
122
122
|
"update:modelValue": (value: boolean) => any;
|
123
|
-
"definition:enter": (id:
|
124
|
-
"definition:leave": (id:
|
123
|
+
"definition:enter": (id: guid) => any;
|
124
|
+
"definition:leave": (id: guid) => any;
|
125
125
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
126
126
|
"v-slots": import("vue").Prop<{
|
127
127
|
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
@@ -132,7 +132,7 @@ declare const _default: {
|
|
132
132
|
type: import("vue").PropType<boolean>;
|
133
133
|
};
|
134
134
|
exclusions: {
|
135
|
-
type: import("vue").PropType<
|
135
|
+
type: import("vue").PropType<guid[]>;
|
136
136
|
};
|
137
137
|
previewState: {
|
138
138
|
type: import("vue").PropType<VelcronState>;
|
@@ -233,9 +233,9 @@ declare const _default: {
|
|
233
233
|
}>> & {
|
234
234
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
235
235
|
onAdd?: () => any;
|
236
|
-
onSelected?: (id:
|
237
|
-
"onDefinition:enter"?: (id:
|
238
|
-
"onDefinition:leave"?: (id:
|
236
|
+
onSelected?: (id: guid) => any;
|
237
|
+
"onDefinition:enter"?: (id: guid) => any;
|
238
|
+
"onDefinition:leave"?: (id: guid) => any;
|
239
239
|
}, {
|
240
240
|
container: boolean;
|
241
241
|
}, true, {}, {}, {
|
@@ -255,7 +255,7 @@ declare const _default: {
|
|
255
255
|
type: import("vue").PropType<boolean>;
|
256
256
|
};
|
257
257
|
exclusions: {
|
258
|
-
type: import("vue").PropType<
|
258
|
+
type: import("vue").PropType<guid[]>;
|
259
259
|
};
|
260
260
|
previewState: {
|
261
261
|
type: import("vue").PropType<VelcronState>;
|
@@ -356,9 +356,9 @@ declare const _default: {
|
|
356
356
|
}>> & {
|
357
357
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
358
358
|
onAdd?: () => any;
|
359
|
-
onSelected?: (id:
|
360
|
-
"onDefinition:enter"?: (id:
|
361
|
-
"onDefinition:leave"?: (id:
|
359
|
+
onSelected?: (id: guid) => any;
|
360
|
+
"onDefinition:enter"?: (id: guid) => any;
|
361
|
+
"onDefinition:leave"?: (id: guid) => any;
|
362
362
|
}, () => JSX.Element, {}, {}, {}, {
|
363
363
|
container: boolean;
|
364
364
|
}>;
|
@@ -375,7 +375,7 @@ declare const _default: {
|
|
375
375
|
type: import("vue").PropType<boolean>;
|
376
376
|
};
|
377
377
|
exclusions: {
|
378
|
-
type: import("vue").PropType<
|
378
|
+
type: import("vue").PropType<guid[]>;
|
379
379
|
};
|
380
380
|
previewState: {
|
381
381
|
type: import("vue").PropType<VelcronState>;
|
@@ -476,15 +476,15 @@ declare const _default: {
|
|
476
476
|
}>> & {
|
477
477
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
478
478
|
onAdd?: () => any;
|
479
|
-
onSelected?: (id:
|
480
|
-
"onDefinition:enter"?: (id:
|
481
|
-
"onDefinition:leave"?: (id:
|
479
|
+
onSelected?: (id: guid) => any;
|
480
|
+
"onDefinition:enter"?: (id: guid) => any;
|
481
|
+
"onDefinition:leave"?: (id: guid) => any;
|
482
482
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
483
|
-
selected: (id:
|
483
|
+
selected: (id: guid) => any;
|
484
484
|
add: () => any;
|
485
485
|
"update:modelValue": (value: boolean) => any;
|
486
|
-
"definition:enter": (id:
|
487
|
-
"definition:leave": (id:
|
486
|
+
"definition:enter": (id: guid) => any;
|
487
|
+
"definition:leave": (id: guid) => any;
|
488
488
|
}, string, {
|
489
489
|
container: boolean;
|
490
490
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
@@ -567,14 +567,14 @@ declare const _default: {
|
|
567
567
|
variant?: Variant;
|
568
568
|
allowEdit?: boolean;
|
569
569
|
previewState?: VelcronState;
|
570
|
-
exclusions?:
|
570
|
+
exclusions?: guid[];
|
571
571
|
allowBuiltIn?: boolean;
|
572
572
|
}>, "onUpdate:modelValue" | "onAdd" | "onSelected" | "onDefinition:enter" | "onDefinition:leave"> & {
|
573
573
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
574
574
|
onAdd?: () => any;
|
575
|
-
onSelected?: (id:
|
576
|
-
"onDefinition:enter"?: (id:
|
577
|
-
"onDefinition:leave"?: (id:
|
575
|
+
onSelected?: (id: guid) => any;
|
576
|
+
"onDefinition:enter"?: (id: guid) => any;
|
577
|
+
"onDefinition:leave"?: (id: guid) => any;
|
578
578
|
};
|
579
579
|
};
|
580
580
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, VelcronDefinitionRegistration, VelcronState } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
previewState: {
|
@@ -90,14 +90,14 @@ declare const _default: {
|
|
90
90
|
};
|
91
91
|
}>> & {
|
92
92
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
93
|
-
onSelected?: (id:
|
94
|
-
"onDefinition:enter"?: (id:
|
95
|
-
"onDefinition:leave"?: (id:
|
93
|
+
onSelected?: (id: guid) => any;
|
94
|
+
"onDefinition:enter"?: (id: guid) => any;
|
95
|
+
"onDefinition:leave"?: (id: guid) => any;
|
96
96
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
97
|
-
selected: (id:
|
97
|
+
selected: (id: guid) => any;
|
98
98
|
"update:modelValue": (value: boolean) => any;
|
99
|
-
"definition:enter": (id:
|
100
|
-
"definition:leave": (id:
|
99
|
+
"definition:enter": (id: guid) => any;
|
100
|
+
"definition:leave": (id: guid) => any;
|
101
101
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
102
102
|
previewState: {
|
103
103
|
type: import("vue").PropType<VelcronState>;
|
@@ -188,9 +188,9 @@ declare const _default: {
|
|
188
188
|
};
|
189
189
|
}>> & {
|
190
190
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
191
|
-
onSelected?: (id:
|
192
|
-
"onDefinition:enter"?: (id:
|
193
|
-
"onDefinition:leave"?: (id:
|
191
|
+
onSelected?: (id: guid) => any;
|
192
|
+
"onDefinition:enter"?: (id: guid) => any;
|
193
|
+
"onDefinition:leave"?: (id: guid) => any;
|
194
194
|
}, {
|
195
195
|
container: boolean;
|
196
196
|
}, true, {}, {}, {
|
@@ -290,9 +290,9 @@ declare const _default: {
|
|
290
290
|
};
|
291
291
|
}>> & {
|
292
292
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
293
|
-
onSelected?: (id:
|
294
|
-
"onDefinition:enter"?: (id:
|
295
|
-
"onDefinition:leave"?: (id:
|
293
|
+
onSelected?: (id: guid) => any;
|
294
|
+
"onDefinition:enter"?: (id: guid) => any;
|
295
|
+
"onDefinition:leave"?: (id: guid) => any;
|
296
296
|
}, () => JSX.Element, {}, {}, {}, {
|
297
297
|
container: boolean;
|
298
298
|
}>;
|
@@ -389,14 +389,14 @@ declare const _default: {
|
|
389
389
|
};
|
390
390
|
}>> & {
|
391
391
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
392
|
-
onSelected?: (id:
|
393
|
-
"onDefinition:enter"?: (id:
|
394
|
-
"onDefinition:leave"?: (id:
|
392
|
+
onSelected?: (id: guid) => any;
|
393
|
+
"onDefinition:enter"?: (id: guid) => any;
|
394
|
+
"onDefinition:leave"?: (id: guid) => any;
|
395
395
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
396
|
-
selected: (id:
|
396
|
+
selected: (id: guid) => any;
|
397
397
|
"update:modelValue": (value: boolean) => any;
|
398
|
-
"definition:enter": (id:
|
399
|
-
"definition:leave": (id:
|
398
|
+
"definition:enter": (id: guid) => any;
|
399
|
+
"definition:leave": (id: guid) => any;
|
400
400
|
}, string, {
|
401
401
|
container: boolean;
|
402
402
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
@@ -473,9 +473,9 @@ declare const _default: {
|
|
473
473
|
hasContainer?: boolean;
|
474
474
|
}>, "onUpdate:modelValue" | "onSelected" | "onDefinition:enter" | "onDefinition:leave"> & {
|
475
475
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
476
|
-
onSelected?: (id:
|
477
|
-
"onDefinition:enter"?: (id:
|
478
|
-
"onDefinition:leave"?: (id:
|
476
|
+
onSelected?: (id: guid) => any;
|
477
|
+
"onDefinition:enter"?: (id: guid) => any;
|
478
|
+
"onDefinition:leave"?: (id: guid) => any;
|
479
479
|
};
|
480
480
|
};
|
481
481
|
export default _default;
|
@@ -2,7 +2,7 @@ import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEve
|
|
2
2
|
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
4
|
import { DynamicState, VelcronDefinition, VelcronEffects, useVelcronThemingStore } from "..";
|
5
|
-
import {
|
5
|
+
import { guid, PropertyConfiguration, PropertyValue, PropertyDefinition, PropertySetupBase } from "@omnia/fx/models";
|
6
6
|
import { useVelcronColorSchemaStore } from "../stores/VelcronColorSchema";
|
7
7
|
export interface ResolvedComponentRenderer {
|
8
8
|
component: unknown;
|
@@ -69,7 +69,7 @@ export interface VelcronRenderContext {
|
|
69
69
|
disposers: Array<() => void>;
|
70
70
|
baseDefinition?: VelcronAppDefinition;
|
71
71
|
subApp?: boolean;
|
72
|
-
subAppreferenceId?:
|
72
|
+
subAppreferenceId?: guid;
|
73
73
|
}
|
74
74
|
export interface VelcronRenderContextEventHandlers {
|
75
75
|
receiving?: {
|
@@ -366,7 +366,7 @@ export interface VelcronRadioDefinition extends VelcronDefinition {
|
|
366
366
|
events: VelcronOnUpdatedEvent;
|
367
367
|
}
|
368
368
|
export interface VelcronPropertyDefinitionValue {
|
369
|
-
definitionId:
|
369
|
+
definitionId: guid;
|
370
370
|
value: PropertyValue;
|
371
371
|
configuration: PropertyConfiguration<PropertyDefinition<any, any, any, PropertySetupBase>>;
|
372
372
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes } from "@omnia/fx-models";
|
1
|
+
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, guid } from "@omnia/fx-models";
|
2
2
|
import { useVelcronThemingStore } from ".";
|
3
3
|
export declare const useVelcronColorSchemaStore: (newStateWithName?: string) => {
|
4
4
|
state: {
|
@@ -9,7 +9,7 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
|
|
9
9
|
isContainer: boolean;
|
10
10
|
name: string;
|
11
11
|
colorSchemaType: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
12
|
-
id:
|
12
|
+
id: guid;
|
13
13
|
};
|
14
14
|
get: {
|
15
15
|
readonly colorSchema: ColorSchema;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { TreeViewItem, VelcronAppDefinition, VelcronDefinition } from "@omnia/fx-models";
|
1
|
+
import { guid, TreeViewItem, VelcronAppDefinition, VelcronDefinition } from "@omnia/fx-models";
|
2
2
|
import { AppTreeItem, AppValidationState, EditorAppTreeItem, StatePropertyAppTreeItem, editorModes } from "../models/Shared";
|
3
3
|
import { CodeEditorState, VelcronComponentDescriptor, codeEditorTabs, AddVelcronComponentMode } from "../models";
|
4
4
|
import { ThemeDefinitionV2, VelcronRenderContext, VelcronEditor } from "../../core";
|
@@ -36,7 +36,7 @@ export declare const useVelcronEditorStore: () => {
|
|
36
36
|
appData: {};
|
37
37
|
appAsJson: string;
|
38
38
|
appDefinition: VelcronAppDefinition<object>;
|
39
|
-
appCacheKey:
|
39
|
+
appCacheKey: guid;
|
40
40
|
appTreeOpenIds: string[];
|
41
41
|
treeViewItems: TreeViewItem<AppTreeItem>[];
|
42
42
|
selectedAppTreeItem: TreeViewItem<AppTreeItem>;
|
@@ -340,7 +340,7 @@ export declare const useVelcronEditorStore: () => {
|
|
340
340
|
onMutatedAppData: import("@omnia/fx").MessageBusExposeOnlySubscription<{}>;
|
341
341
|
onMutatedAppAsJson: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
342
342
|
onMutatedAppDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronAppDefinition<object>>;
|
343
|
-
onMutatedAppCacheKey: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
343
|
+
onMutatedAppCacheKey: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
|
344
344
|
onMutatedAppTreeOpenIds: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
|
345
345
|
onMutatedTreeViewItems: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>[]>;
|
346
346
|
onMutatedSelectedAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>>;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, VersionedLayoutDefinition, VersionedLayout } from "@omnia/fx/models";
|
2
2
|
import { VersionedLayoutEditorApi, VersionedLayoutDefinitionEditorItem } from "@omnia/fx/ux";
|
3
3
|
export interface VersionedLayoutBladeSettings<T extends VersionedLayoutDefinition = VersionedLayoutDefinition> {
|
4
4
|
layoutDefinition: new () => T;
|
5
|
-
appInstanceId?:
|
6
|
-
businessProfileId?:
|
5
|
+
appInstanceId?: guid;
|
6
|
+
businessProfileId?: guid;
|
7
7
|
onBeforeCreate?: (layout: VersionedLayoutDefinition) => VersionedLayoutDefinition | Promise<VersionedLayoutDefinition>;
|
8
8
|
checkDeletable?: (layout: VersionedLayout) => Promise<boolean>;
|
9
9
|
enableAlias?: boolean;
|
@@ -11,10 +11,10 @@ export interface VersionedLayoutBladeSettings<T extends VersionedLayoutDefinitio
|
|
11
11
|
enableBlockLockSettings?: boolean;
|
12
12
|
}
|
13
13
|
export declare const VersionedLayoutBladeIds: {
|
14
|
-
layoutAlias:
|
15
|
-
layoutList:
|
16
|
-
layoutCreation:
|
17
|
-
layoutEdit:
|
14
|
+
layoutAlias: guid;
|
15
|
+
layoutList: guid;
|
16
|
+
layoutCreation: guid;
|
17
|
+
layoutEdit: guid;
|
18
18
|
};
|
19
19
|
export interface VersionedLayoutBuilderState {
|
20
20
|
layoutEditing: VersionedLayout;
|
package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts
CHANGED
@@ -90,7 +90,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
90
90
|
bottomNavigationDrawer?: () => JSX.Element;
|
91
91
|
prependNavigation?: () => JSX.Element;
|
92
92
|
};
|
93
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
93
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "sort" | "icon" | "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation">;
|
94
94
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
95
95
|
[key: string]: any;
|
96
96
|
}>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VersionedLayoutId,
|
1
|
+
import { VersionedLayoutId, guid } from "@omnia/fx/models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
undeletable: {
|
@@ -14,7 +14,7 @@ declare const _default: {
|
|
14
14
|
type: import("vue").PropType<string>;
|
15
15
|
};
|
16
16
|
appInstanceId: {
|
17
|
-
type: import("vue").PropType<
|
17
|
+
type: import("vue").PropType<guid>;
|
18
18
|
};
|
19
19
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
20
20
|
undeletable: {
|
@@ -30,7 +30,7 @@ declare const _default: {
|
|
30
30
|
type: import("vue").PropType<string>;
|
31
31
|
};
|
32
32
|
appInstanceId: {
|
33
|
-
type: import("vue").PropType<
|
33
|
+
type: import("vue").PropType<guid>;
|
34
34
|
};
|
35
35
|
}>>, {}, true, {}, {}, {
|
36
36
|
P: {};
|
@@ -53,7 +53,7 @@ declare const _default: {
|
|
53
53
|
type: import("vue").PropType<string>;
|
54
54
|
};
|
55
55
|
appInstanceId: {
|
56
|
-
type: import("vue").PropType<
|
56
|
+
type: import("vue").PropType<guid>;
|
57
57
|
};
|
58
58
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
59
59
|
__isFragment?: never;
|
@@ -73,11 +73,11 @@ declare const _default: {
|
|
73
73
|
type: import("vue").PropType<string>;
|
74
74
|
};
|
75
75
|
appInstanceId: {
|
76
|
-
type: import("vue").PropType<
|
76
|
+
type: import("vue").PropType<guid>;
|
77
77
|
};
|
78
78
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
79
79
|
propsDefinition: Omit<Readonly<{} & {
|
80
|
-
appInstanceId?:
|
80
|
+
appInstanceId?: guid;
|
81
81
|
versionedLayoutId?: VersionedLayoutId;
|
82
82
|
layoutBackgroundImageElementId?: string;
|
83
83
|
enableAlternateLayout?: boolean;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { VersionedLayoutId,
|
1
|
+
import { VersionedLayoutId, guid } from "../../../models";
|
2
2
|
export interface IChromeComponent {
|
3
3
|
layoutBackgroundImageElementId: string;
|
4
|
-
appInstanceId?:
|
4
|
+
appInstanceId?: guid;
|
5
5
|
versionedLayoutId: VersionedLayoutId;
|
6
6
|
enableAlternateLayout?: boolean;
|
7
7
|
undeletable?: boolean;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VersionedLayoutId,
|
1
|
+
import { VersionedLayoutId, guid } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
speedDialOptionsRenderer: {
|
@@ -17,7 +17,7 @@ declare const _default: {
|
|
17
17
|
type: import("vue").PropType<VersionedLayoutId>;
|
18
18
|
};
|
19
19
|
appInstanceId: {
|
20
|
-
type: import("vue").PropType<
|
20
|
+
type: import("vue").PropType<guid>;
|
21
21
|
};
|
22
22
|
layoutBackgroundImageElementId: {
|
23
23
|
type: import("vue").PropType<string>;
|
@@ -39,7 +39,7 @@ declare const _default: {
|
|
39
39
|
type: import("vue").PropType<VersionedLayoutId>;
|
40
40
|
};
|
41
41
|
appInstanceId: {
|
42
|
-
type: import("vue").PropType<
|
42
|
+
type: import("vue").PropType<guid>;
|
43
43
|
};
|
44
44
|
layoutBackgroundImageElementId: {
|
45
45
|
type: import("vue").PropType<string>;
|
@@ -68,7 +68,7 @@ declare const _default: {
|
|
68
68
|
type: import("vue").PropType<VersionedLayoutId>;
|
69
69
|
};
|
70
70
|
appInstanceId: {
|
71
|
-
type: import("vue").PropType<
|
71
|
+
type: import("vue").PropType<guid>;
|
72
72
|
};
|
73
73
|
layoutBackgroundImageElementId: {
|
74
74
|
type: import("vue").PropType<string>;
|
@@ -94,14 +94,14 @@ declare const _default: {
|
|
94
94
|
type: import("vue").PropType<VersionedLayoutId>;
|
95
95
|
};
|
96
96
|
appInstanceId: {
|
97
|
-
type: import("vue").PropType<
|
97
|
+
type: import("vue").PropType<guid>;
|
98
98
|
};
|
99
99
|
layoutBackgroundImageElementId: {
|
100
100
|
type: import("vue").PropType<string>;
|
101
101
|
};
|
102
102
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
103
103
|
propsDefinition: Omit<Readonly<{} & {
|
104
|
-
appInstanceId?:
|
104
|
+
appInstanceId?: guid;
|
105
105
|
versionedLayoutId?: VersionedLayoutId;
|
106
106
|
layoutBackgroundImageElementId?: string;
|
107
107
|
enableAlternateLayout?: boolean;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VersionedLayout, VersionedLayoutDefinition, EditorDisplayModes,
|
1
|
+
import { VersionedLayout, VersionedLayoutDefinition, EditorDisplayModes, guid, IActionButton, IEditorItem, IEditorItemPanelsRenderer, IEditorTabRegistration, IVersionedData, Layout, LayoutEditorCanvasApi, ThemeDefinition, LayoutEditorModes } from "@omnia/fx-models";
|
2
2
|
import { VersionedLayoutEditorStore } from "..";
|
3
3
|
import { VersionedLayoutStore, MultilingualStore } from "../../../stores";
|
4
4
|
import { EditorChromeStore } from "../../editorchrome";
|
@@ -243,7 +243,7 @@ export declare class VersionedLayoutDefinitionEditorItem implements IEditorItem
|
|
243
243
|
constructor(immutableState: VersionedLayoutDefinitionEditorItemPrivateImutableState, state: VersionedLayoutDefinitionEditorItemState);
|
244
244
|
private createDesignAndPreviewButton;
|
245
245
|
addRightItemExtendButton(actionButton: IActionButton): void;
|
246
|
-
addTabRenderer(tabId:
|
246
|
+
addTabRenderer(tabId: guid, tabName: string, tabRenderer: IVersionedLayoutDefinitionEditorTabRenderer): void;
|
247
247
|
onDefaultLayoutEditorTabApiReady(cb: (api: LayoutEditorCanvasApi) => void): void;
|
248
248
|
private setLayoutEditorCanvasApi;
|
249
249
|
private discardChanges;
|
package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
import { ServiceContainerContext } from "@omnia/fx";
|
2
|
-
import {
|
2
|
+
import { guid, IIcon } from "@omnia/fx-models";
|
3
3
|
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
4
4
|
import { VersionedLayoutEditorApi } from "./IVersionedLayoutEditor";
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
6
|
-
appInstanceId?:
|
6
|
+
appInstanceId?: guid;
|
7
7
|
} & {
|
8
8
|
icon?: IIcon;
|
9
9
|
} & {
|
@@ -51,7 +51,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
51
51
|
$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;
|
52
52
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
53
53
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
54
|
-
appInstanceId?:
|
54
|
+
appInstanceId?: guid;
|
55
55
|
} & {
|
56
56
|
icon?: IIcon;
|
57
57
|
} & {
|
package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VersionedLayoutId,
|
1
|
+
import { VersionedLayoutId, guid, LayoutRendererCanvasApi, ThemeDefinition, IVersionReference } from "@omnia/fx-models";
|
2
2
|
import { ServiceContainerContext } from "../../../core";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
@@ -29,7 +29,7 @@ declare const _default: {
|
|
29
29
|
type: StringConstructor;
|
30
30
|
};
|
31
31
|
appInstanceId: {
|
32
|
-
type: import("vue").PropType<
|
32
|
+
type: import("vue").PropType<guid>;
|
33
33
|
required: true;
|
34
34
|
};
|
35
35
|
versionedLayoutId: {
|
@@ -63,7 +63,7 @@ declare const _default: {
|
|
63
63
|
type: StringConstructor;
|
64
64
|
};
|
65
65
|
appInstanceId: {
|
66
|
-
type: import("vue").PropType<
|
66
|
+
type: import("vue").PropType<guid>;
|
67
67
|
required: true;
|
68
68
|
};
|
69
69
|
versionedLayoutId: {
|
@@ -108,7 +108,7 @@ declare const _default: {
|
|
108
108
|
type: StringConstructor;
|
109
109
|
};
|
110
110
|
appInstanceId: {
|
111
|
-
type: import("vue").PropType<
|
111
|
+
type: import("vue").PropType<guid>;
|
112
112
|
required: true;
|
113
113
|
};
|
114
114
|
versionedLayoutId: {
|
@@ -150,7 +150,7 @@ declare const _default: {
|
|
150
150
|
type: StringConstructor;
|
151
151
|
};
|
152
152
|
appInstanceId: {
|
153
|
-
type: import("vue").PropType<
|
153
|
+
type: import("vue").PropType<guid>;
|
154
154
|
required: true;
|
155
155
|
};
|
156
156
|
versionedLayoutId: {
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
162
162
|
enableAlternateLayout: boolean;
|
163
163
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
164
164
|
propsDefinition: Omit<Readonly<{
|
165
|
-
appInstanceId:
|
165
|
+
appInstanceId: guid;
|
166
166
|
} & {
|
167
167
|
serviceContainerContext?: ServiceContainerContext;
|
168
168
|
versionedLayoutId?: VersionedLayoutId;
|