@omnia/fx 8.0.192-dev → 8.0.194-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 +12 -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/app/management/tabs/templates/tabs/StepRow.d.ts +7 -3
- 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/permissioninput/loc/localize.d.ts +1 -0
- 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,7 +1,7 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
export declare function isTextCompletionFeatureActivated(): boolean;
|
3
3
|
export declare const textCompletionEditorExtension: () => {
|
4
|
-
id:
|
4
|
+
id: guid;
|
5
5
|
title: string;
|
6
6
|
getConfiguration(): {
|
7
7
|
nodes: import("@tiptap/core").Node<any, any>[];
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import TodoListToolbar from "./TodoListToolbar";
|
2
|
-
import {
|
2
|
+
import { guid } from "@omnia/fx-models";
|
3
3
|
export declare const todoListEditorExtension: () => {
|
4
|
-
id:
|
4
|
+
id: guid;
|
5
5
|
title: string;
|
6
6
|
getConfiguration(): {
|
7
7
|
nodes: import("@tiptap/core").Node<any, any>[];
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
export declare const underlineEditorExtension: () => {
|
3
|
-
id:
|
3
|
+
id: guid;
|
4
4
|
title: string;
|
5
5
|
getConfiguration(): {
|
6
6
|
nodes: import("@tiptap/core").Mark<import("./UnderlineNode").UnderlineOptions, any>[];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { RollupFilterRoute, TokenBasedRouteStateData,
|
1
|
+
import { RollupFilterRoute, TokenBasedRouteStateData, guid, RollupFilter, RollupFilterSlimmed } from "../../models";
|
2
2
|
import { TokenBasedRouter } from "..";
|
3
3
|
declare class InternalRollupFilterRouter extends TokenBasedRouter<RollupFilterRoute, TokenBasedRouteStateData> {
|
4
4
|
constructor();
|
@@ -18,9 +18,9 @@ declare class InternalRollupFilterRouter extends TokenBasedRouter<RollupFilterRo
|
|
18
18
|
* Override protected function logic
|
19
19
|
*/
|
20
20
|
protected protectedClearRoute(): void;
|
21
|
-
deleteFilters(title: string, componentId:
|
22
|
-
getFilters(componentId:
|
23
|
-
addOrUpdateFilters(title: string, componentId:
|
21
|
+
deleteFilters(title: string, componentId: guid): void;
|
22
|
+
getFilters(componentId: guid): RollupFilterSlimmed[];
|
23
|
+
addOrUpdateFilters(title: string, componentId: guid, filters: Array<RollupFilter>): void;
|
24
24
|
private getFilterComponentState;
|
25
25
|
clearRoute(): void;
|
26
26
|
}
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { VNodeChild } from "vue";
|
2
|
+
import { guid } from "@omnia/fx-models";
|
2
3
|
interface SecurityTrimmerSlots {
|
3
4
|
alternativeContent?: () => VNodeChild;
|
4
5
|
excludedRolesContent?: () => VNodeChild;
|
@@ -16,11 +17,11 @@ declare const _default: {
|
|
16
17
|
required: false;
|
17
18
|
};
|
18
19
|
excludedRoles: {
|
19
|
-
type: import("vue").PropType<
|
20
|
+
type: import("vue").PropType<guid[]>;
|
20
21
|
required: false;
|
21
22
|
};
|
22
23
|
roles: {
|
23
|
-
type: import("vue").PropType<
|
24
|
+
type: import("vue").PropType<guid[]>;
|
24
25
|
required: true;
|
25
26
|
};
|
26
27
|
"v-slots": import("vue").Prop<{
|
@@ -50,11 +51,11 @@ declare const _default: {
|
|
50
51
|
required: false;
|
51
52
|
};
|
52
53
|
excludedRoles: {
|
53
|
-
type: import("vue").PropType<
|
54
|
+
type: import("vue").PropType<guid[]>;
|
54
55
|
required: false;
|
55
56
|
};
|
56
57
|
roles: {
|
57
|
-
type: import("vue").PropType<
|
58
|
+
type: import("vue").PropType<guid[]>;
|
58
59
|
required: true;
|
59
60
|
};
|
60
61
|
"v-slots": import("vue").Prop<{
|
@@ -93,11 +94,11 @@ declare const _default: {
|
|
93
94
|
required: false;
|
94
95
|
};
|
95
96
|
excludedRoles: {
|
96
|
-
type: import("vue").PropType<
|
97
|
+
type: import("vue").PropType<guid[]>;
|
97
98
|
required: false;
|
98
99
|
};
|
99
100
|
roles: {
|
100
|
-
type: import("vue").PropType<
|
101
|
+
type: import("vue").PropType<guid[]>;
|
101
102
|
required: true;
|
102
103
|
};
|
103
104
|
"v-slots": import("vue").Prop<{
|
@@ -133,11 +134,11 @@ declare const _default: {
|
|
133
134
|
required: false;
|
134
135
|
};
|
135
136
|
excludedRoles: {
|
136
|
-
type: import("vue").PropType<
|
137
|
+
type: import("vue").PropType<guid[]>;
|
137
138
|
required: false;
|
138
139
|
};
|
139
140
|
roles: {
|
140
|
-
type: import("vue").PropType<
|
141
|
+
type: import("vue").PropType<guid[]>;
|
141
142
|
required: true;
|
142
143
|
};
|
143
144
|
"v-slots": import("vue").Prop<{
|
@@ -159,7 +160,7 @@ declare const _default: {
|
|
159
160
|
container: boolean;
|
160
161
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
161
162
|
propsDefinition: Omit<Readonly<{
|
162
|
-
roles:
|
163
|
+
roles: guid[];
|
163
164
|
} & {
|
164
165
|
container?: boolean;
|
165
166
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -167,7 +168,7 @@ declare const _default: {
|
|
167
168
|
"v-slots"?: {
|
168
169
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
169
170
|
} & SecurityTrimmerSlots;
|
170
|
-
excludedRoles?:
|
171
|
+
excludedRoles?: guid[];
|
171
172
|
clearCacheAndRetryIfUnauthorized?: boolean;
|
172
173
|
contextParams?: {
|
173
174
|
[key: string]: string | number;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "../../models";
|
2
2
|
import { TsxAllowUnknowProperties } from "../TsxAllowUnknowProperties";
|
3
|
-
export type SelectionTypeId =
|
3
|
+
export type SelectionTypeId = guid;
|
4
4
|
export declare class SelectionToken implements SelectionItem<string> {
|
5
5
|
title: string;
|
6
6
|
value: string;
|
7
|
-
typeId:
|
7
|
+
typeId: guid;
|
8
8
|
static typeId: SelectionTypeId;
|
9
9
|
}
|
10
10
|
export interface SelectionItem<T> {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ICommentLikeService } from "../../../stores";
|
2
|
-
import { type Comment, type CommentLikeTemplateSettings, ResolvedUserIdentity, ThemeDefinition } from "../../../models";
|
2
|
+
import { type Comment, type CommentLikeTemplateSettings, ResolvedUserIdentity, ThemeDefinition, guid } from "../../../models";
|
3
3
|
export interface CommentLikeTemplateDynamicInput {
|
4
4
|
service: ICommentLikeService;
|
5
5
|
likeListingTemplate?: string;
|
@@ -18,7 +18,7 @@ declare const _default: {
|
|
18
18
|
type: import("vue").PropType<ThemeDefinition>;
|
19
19
|
};
|
20
20
|
additionalRoles: {
|
21
|
-
type: import("vue").PropType<
|
21
|
+
type: import("vue").PropType<guid[]>;
|
22
22
|
};
|
23
23
|
canLike: {
|
24
24
|
type: import("vue").PropType<boolean>;
|
@@ -62,7 +62,7 @@ declare const _default: {
|
|
62
62
|
type: import("vue").PropType<ThemeDefinition>;
|
63
63
|
};
|
64
64
|
additionalRoles: {
|
65
|
-
type: import("vue").PropType<
|
65
|
+
type: import("vue").PropType<guid[]>;
|
66
66
|
};
|
67
67
|
canLike: {
|
68
68
|
type: import("vue").PropType<boolean>;
|
@@ -106,7 +106,7 @@ declare const _default: {
|
|
106
106
|
type: import("vue").PropType<ThemeDefinition>;
|
107
107
|
};
|
108
108
|
additionalRoles: {
|
109
|
-
type: import("vue").PropType<
|
109
|
+
type: import("vue").PropType<guid[]>;
|
110
110
|
};
|
111
111
|
canLike: {
|
112
112
|
type: import("vue").PropType<boolean>;
|
@@ -147,7 +147,7 @@ declare const _default: {
|
|
147
147
|
type: import("vue").PropType<ThemeDefinition>;
|
148
148
|
};
|
149
149
|
additionalRoles: {
|
150
|
-
type: import("vue").PropType<
|
150
|
+
type: import("vue").PropType<guid[]>;
|
151
151
|
};
|
152
152
|
canLike: {
|
153
153
|
type: import("vue").PropType<boolean>;
|
@@ -187,7 +187,7 @@ declare const _default: {
|
|
187
187
|
templateSettings?: CommentLikeTemplateSettings;
|
188
188
|
canShowEditDialogOnLoad?: boolean;
|
189
189
|
canLike?: boolean;
|
190
|
-
additionalRoles?:
|
190
|
+
additionalRoles?: guid[];
|
191
191
|
cardStyle?: ThemeDefinition;
|
192
192
|
hideEdit?: boolean;
|
193
193
|
readOnly?: boolean;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { ThemeDefinition } from "../../models";
|
1
|
+
import { ThemeDefinition, guid } from "../../models";
|
2
2
|
import { Theming } from "./Theming";
|
3
3
|
import { ThemeStore } from "./ThemeStore";
|
4
4
|
import { App, ComponentPublicInstance } from "vue";
|
5
5
|
export type VueThemingInstance = {
|
6
6
|
$theming?: Theming;
|
7
|
-
themeTargetId?:
|
8
|
-
themeDefinitionId?:
|
7
|
+
themeTargetId?: guid;
|
8
|
+
themeDefinitionId?: guid;
|
9
9
|
themeDefinition?: ThemeDefinition;
|
10
10
|
inheritanceTheme?: {
|
11
11
|
id: string;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Color, ThemeColorDefinition, ThemeStyling, ThemeDefinition, BorderDefinition } from "../../models";
|
2
2
|
import { OmniaTheming } from "../OmniaTheming";
|
3
|
-
import {
|
3
|
+
import { guid, ThemeType } from "../../models";
|
4
4
|
export declare class ThemeManager {
|
5
5
|
static omniaTheming: OmniaTheming;
|
6
6
|
static isDarkColor(color: string): boolean;
|
@@ -24,5 +24,5 @@ export declare class ThemeManager {
|
|
24
24
|
static MigrateBorder(borderDefinition: BorderDefinition): void;
|
25
25
|
static CreateThemeStylingFromDefinition(themeDefinition: ThemeColorDefinition): ThemeStyling;
|
26
26
|
static CreateDefaultBorderDefinition(): BorderDefinition;
|
27
|
-
static CreateThemeDefinition(primaryColor: string, secondaryColor: string, name: string, themeType: ThemeType, id?:
|
27
|
+
static CreateThemeDefinition(primaryColor: string, secondaryColor: string, name: string, themeType: ThemeType, id?: guid, readOnly?: boolean): ThemeDefinition;
|
28
28
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { OmniaContext } from "../..";
|
2
2
|
import { Store } from "../../stores";
|
3
3
|
import { ThemeDefinitionSettings, ThemeDefinition, ThemeTargetRegistration, ThemeTargetMapping } from "../../models";
|
4
|
-
import { IMessageBusSubscriptionHandler,
|
4
|
+
import { IMessageBusSubscriptionHandler, guid } from "../../models";
|
5
5
|
import { OmniaTheming } from "../OmniaTheming";
|
6
6
|
import { SettingsService } from "../../services";
|
7
7
|
import { Theming } from "./Theming";
|
@@ -32,14 +32,14 @@ export declare class ThemeStore extends Store {
|
|
32
32
|
private ensureThemeTargetMappings;
|
33
33
|
/** Implementation of Getters */
|
34
34
|
getters: {
|
35
|
-
getThemingById: (id:
|
36
|
-
getThemingByTargetId: (themeTargetId:
|
37
|
-
getThemingByTargetIdWithFallback: (themeTargetId:
|
35
|
+
getThemingById: (id: guid) => Theming;
|
36
|
+
getThemingByTargetId: (themeTargetId: guid) => Theming;
|
37
|
+
getThemingByTargetIdWithFallback: (themeTargetId: guid) => Theming;
|
38
38
|
getAllThemeTargetMappings: () => ThemeTargetMapping[];
|
39
|
-
getThemeTargetMappingById: (id:
|
39
|
+
getThemeTargetMappingById: (id: guid) => ThemeTargetMapping;
|
40
40
|
getAllThemeDefinitions: () => ThemeDefinition[];
|
41
|
-
getThemeDefinitionById: (id:
|
42
|
-
getThemeTargetRegistrationsById: (id:
|
41
|
+
getThemeDefinitionById: (id: guid) => ThemeDefinition;
|
42
|
+
getThemeTargetRegistrationsById: (id: guid) => ThemeTargetRegistration;
|
43
43
|
getAllThemeTargetRegistrations: () => ThemeTargetRegistration[];
|
44
44
|
};
|
45
45
|
mutations: {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "../../models";
|
2
2
|
import { ThemeTargetMapping, ThemeStyling, ThemeDefinition, ThemeColors } from "../../models";
|
3
3
|
export interface ITheming {
|
4
4
|
colors: ThemeColors;
|
@@ -6,7 +6,7 @@ export interface ITheming {
|
|
6
6
|
chrome: ThemeStyling;
|
7
7
|
}
|
8
8
|
interface ThemingModel {
|
9
|
-
id:
|
9
|
+
id: guid;
|
10
10
|
definition: ThemeTargetMapping;
|
11
11
|
body: ThemeStyling;
|
12
12
|
chrome: ThemeStyling;
|
@@ -17,8 +17,8 @@ export declare class Theming implements ITheming {
|
|
17
17
|
constructor(themeTargetMapping?: ThemeTargetMapping, allowFallback?: boolean);
|
18
18
|
model: ThemingModel;
|
19
19
|
get definition(): ThemeTargetMapping;
|
20
|
-
get id():
|
21
|
-
get targetRegistrationId():
|
20
|
+
get id(): guid;
|
21
|
+
get targetRegistrationId(): guid;
|
22
22
|
get colors(): ThemeColors;
|
23
23
|
get body(): ThemeStyling;
|
24
24
|
get chrome(): ThemeStyling;
|
@@ -1,5 +1,6 @@
|
|
1
|
+
import { guid } from "../../models";
|
1
2
|
import { Theming } from "./Theming";
|
2
3
|
export declare class ThemingFallbackFactory {
|
3
|
-
static createThemeWithFallback(id:
|
4
|
+
static createThemeWithFallback(id: guid): Theming;
|
4
5
|
static createDefaultTheming(): Theming;
|
5
6
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
2
|
-
export declare function useDebouncer(fn: Function, id:
|
1
|
+
import { guid } from "../velcron/core";
|
2
|
+
export declare function useDebouncer(fn: Function, id: guid, delayTime: number): Promise<unknown>;
|
package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { DataSourceProperty,
|
1
|
+
import { DataSourceProperty, guid } from "@omnia/fx-models";
|
2
2
|
export declare class GraphProviderProperty extends DataSourceProperty {
|
3
3
|
readonly internalName: string;
|
4
|
-
constructor(dataSourceId:
|
4
|
+
constructor(dataSourceId: guid, internalName: string);
|
5
5
|
}
|
@@ -1,14 +1,14 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, LayoutRendererCanvasApi, UserTypeLayoutMode } from "@omnia/fx-models";
|
2
2
|
import { ServiceContainerContext } from "@omnia/fx";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
|
-
userTypeId: import("vue").Prop<
|
5
|
+
userTypeId: import("vue").Prop<guid, guid>;
|
6
6
|
editMode: import("vue").Prop<boolean, boolean>;
|
7
7
|
getApi: import("vue").Prop<(api: LayoutRendererCanvasApi) => void, (api: LayoutRendererCanvasApi) => void>;
|
8
8
|
serviceContainerContext: import("vue").Prop<ServiceContainerContext, ServiceContainerContext>;
|
9
9
|
mode: import("vue").Prop<UserTypeLayoutMode, UserTypeLayoutMode>;
|
10
10
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
11
|
-
userTypeId: import("vue").Prop<
|
11
|
+
userTypeId: import("vue").Prop<guid, guid>;
|
12
12
|
editMode: import("vue").Prop<boolean, boolean>;
|
13
13
|
getApi: import("vue").Prop<(api: LayoutRendererCanvasApi) => void, (api: LayoutRendererCanvasApi) => void>;
|
14
14
|
serviceContainerContext: import("vue").Prop<ServiceContainerContext, ServiceContainerContext>;
|
@@ -21,7 +21,7 @@ declare const _default: {
|
|
21
21
|
M: {};
|
22
22
|
Defaults: {};
|
23
23
|
}, Readonly<import("vue").ExtractPropTypes<{
|
24
|
-
userTypeId: import("vue").Prop<
|
24
|
+
userTypeId: import("vue").Prop<guid, guid>;
|
25
25
|
editMode: import("vue").Prop<boolean, boolean>;
|
26
26
|
getApi: import("vue").Prop<(api: LayoutRendererCanvasApi) => void, (api: LayoutRendererCanvasApi) => void>;
|
27
27
|
serviceContainerContext: import("vue").Prop<ServiceContainerContext, ServiceContainerContext>;
|
@@ -31,7 +31,7 @@ declare const _default: {
|
|
31
31
|
__isTeleport?: never;
|
32
32
|
__isSuspense?: never;
|
33
33
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
34
|
-
userTypeId: import("vue").Prop<
|
34
|
+
userTypeId: import("vue").Prop<guid, guid>;
|
35
35
|
editMode: import("vue").Prop<boolean, boolean>;
|
36
36
|
getApi: import("vue").Prop<(api: LayoutRendererCanvasApi) => void, (api: LayoutRendererCanvasApi) => void>;
|
37
37
|
serviceContainerContext: import("vue").Prop<ServiceContainerContext, ServiceContainerContext>;
|
@@ -40,7 +40,7 @@ declare const _default: {
|
|
40
40
|
propsDefinition: Omit<Readonly<{} & {
|
41
41
|
mode?: UserTypeLayoutMode;
|
42
42
|
serviceContainerContext?: ServiceContainerContext;
|
43
|
-
userTypeId?:
|
43
|
+
userTypeId?: guid;
|
44
44
|
getApi?: (api: LayoutRendererCanvasApi) => void;
|
45
45
|
editMode?: boolean;
|
46
46
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
export interface ContentBlockBlockSettings {
|
2
|
-
}
|
3
1
|
declare const _default: {
|
4
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
5
3
|
P: {};
|
package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, VelcronAppDefinition } from "@omnia/fx/models";
|
2
2
|
export interface VelcronBlockBlockSettings {
|
3
3
|
definition: VelcronAppDefinition<any>;
|
4
4
|
forceUpdate: boolean;
|
5
5
|
showEditDefinition: boolean;
|
6
|
-
registrationId:
|
6
|
+
registrationId: guid;
|
7
7
|
}
|
8
8
|
declare const _default: {
|
9
9
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|