@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
@@ -421,6 +421,7 @@ declare const _default: {
|
|
421
421
|
container: boolean;
|
422
422
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
423
423
|
propsDefinition: Omit<Readonly<{} & {
|
424
|
+
filter?: "custom";
|
424
425
|
name?: {
|
425
426
|
[x: `onUpdate:${string}`]: {
|
426
427
|
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
@@ -482,7 +483,6 @@ declare const _default: {
|
|
482
483
|
};
|
483
484
|
}>;
|
484
485
|
};
|
485
|
-
filter?: "custom";
|
486
486
|
container?: boolean;
|
487
487
|
class?: String | String[];
|
488
488
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { BackgroundDefinition, ChromeBlueprint, FillDefinition, Spacing } from "@omnia/fx-models";
|
1
|
+
import { BackgroundDefinition, ChromeBlueprint, FillDefinition, Spacing, guid } from "@omnia/fx-models";
|
2
2
|
export declare class FilledChrome implements ChromeBlueprint {
|
3
3
|
name: string;
|
4
4
|
header: {
|
5
|
-
definitionId:
|
5
|
+
definitionId: guid;
|
6
6
|
};
|
7
7
|
styles: {
|
8
8
|
background: {
|
@@ -14,7 +14,7 @@ export declare class FilledChrome implements ChromeBlueprint {
|
|
14
14
|
export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
15
15
|
name: string;
|
16
16
|
header: {
|
17
|
-
definitionId:
|
17
|
+
definitionId: guid;
|
18
18
|
};
|
19
19
|
styles: {
|
20
20
|
background: BackgroundDefinition;
|
@@ -24,7 +24,7 @@ export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
|
24
24
|
export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
25
25
|
name: string;
|
26
26
|
header: {
|
27
|
-
definitionId:
|
27
|
+
definitionId: guid;
|
28
28
|
};
|
29
29
|
styles: {
|
30
30
|
background: BackgroundDefinition;
|
@@ -34,7 +34,7 @@ export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
|
34
34
|
export declare class OutlinedChrome implements ChromeBlueprint {
|
35
35
|
name: string;
|
36
36
|
header: {
|
37
|
-
definitionId:
|
37
|
+
definitionId: guid;
|
38
38
|
};
|
39
39
|
styles: {
|
40
40
|
background: BackgroundDefinition;
|
@@ -44,7 +44,7 @@ export declare class OutlinedChrome implements ChromeBlueprint {
|
|
44
44
|
export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
45
45
|
name: string;
|
46
46
|
header: {
|
47
|
-
definitionId:
|
47
|
+
definitionId: guid;
|
48
48
|
};
|
49
49
|
styles: {
|
50
50
|
background: BackgroundDefinition;
|
@@ -54,7 +54,7 @@ export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
|
54
54
|
export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
55
55
|
name: string;
|
56
56
|
header: {
|
57
|
-
definitionId:
|
57
|
+
definitionId: guid;
|
58
58
|
};
|
59
59
|
styles: {
|
60
60
|
background: BackgroundDefinition;
|
@@ -64,7 +64,7 @@ export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
|
64
64
|
export declare class ElevatedChrome implements ChromeBlueprint {
|
65
65
|
name: string;
|
66
66
|
header: {
|
67
|
-
definitionId:
|
67
|
+
definitionId: guid;
|
68
68
|
};
|
69
69
|
styles: {
|
70
70
|
elevation: number;
|
@@ -77,7 +77,7 @@ export declare class ElevatedChrome implements ChromeBlueprint {
|
|
77
77
|
export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
78
78
|
name: string;
|
79
79
|
header: {
|
80
|
-
definitionId:
|
80
|
+
definitionId: guid;
|
81
81
|
};
|
82
82
|
styles: {
|
83
83
|
background: BackgroundDefinition;
|
@@ -87,7 +87,7 @@ export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
|
87
87
|
export declare class ElevatedLargeRoundingChrome implements ChromeBlueprint {
|
88
88
|
name: string;
|
89
89
|
header: {
|
90
|
-
definitionId:
|
90
|
+
definitionId: guid;
|
91
91
|
};
|
92
92
|
styles: {
|
93
93
|
background: BackgroundDefinition;
|
@@ -1,3 +1,6 @@
|
|
1
1
|
import { VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
+
import { VelcronFlexRowDefinition } from "internal/fx/ux/velcron/core";
|
3
|
+
export declare const propertyEditors: import("@omnia/fx-models").VelcronEditor<any>[];
|
4
|
+
export declare const viewDefinition: VelcronFlexRowDefinition;
|
2
5
|
export declare const BlockHeaderTextIconLeft: VelcronDefinitionRegistration<object>;
|
3
6
|
export declare const BlockHeaderTextIconRight: VelcronDefinitionRegistration<object>;
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import { TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
1
|
+
import { TypographyBlueprint, TypographyBlueprints, guid } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultDocTypographyBlueprints implements TypographyBlueprints {
|
3
|
-
id:
|
3
|
+
id: guid;
|
4
4
|
name: string;
|
5
5
|
primary: DocumentationTypography;
|
6
6
|
constructor();
|
7
7
|
}
|
8
8
|
export declare class DocumentationTypography implements TypographyBlueprint {
|
9
9
|
name: string;
|
10
|
-
id:
|
10
|
+
id: guid;
|
11
11
|
title: {
|
12
12
|
xl: {
|
13
13
|
lg: {
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import { TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
1
|
+
import { TypographyBlueprint, TypographyBlueprints, guid } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultEditorTypographyBlueprints implements TypographyBlueprints {
|
3
|
-
id:
|
3
|
+
id: guid;
|
4
4
|
name: string;
|
5
5
|
primary: EditorTypography;
|
6
6
|
constructor();
|
7
7
|
}
|
8
8
|
export declare class EditorTypography implements TypographyBlueprint {
|
9
9
|
name: string;
|
10
|
-
id:
|
10
|
+
id: guid;
|
11
11
|
font: {
|
12
|
-
id:
|
12
|
+
id: guid;
|
13
13
|
family: string;
|
14
14
|
cdn: string;
|
15
15
|
};
|
package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
import { ChromeBlueprints, ComponentBlueprints,
|
1
|
+
import { ChromeBlueprints, ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
|
3
3
|
import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
|
4
4
|
declare class SquareChromeBlueprintsTemplate implements ChromeBlueprints {
|
5
5
|
name: string;
|
6
|
-
id:
|
6
|
+
id: guid;
|
7
7
|
primary: any;
|
8
8
|
variant1: any;
|
9
9
|
variant2: any;
|
@@ -27,14 +27,14 @@ declare class LargeIconsTemplate implements IconBlueprints {
|
|
27
27
|
}
|
28
28
|
declare class RoundChromeBlueprintsTemplate implements ChromeBlueprints {
|
29
29
|
name: string;
|
30
|
-
id:
|
30
|
+
id: guid;
|
31
31
|
primary: any;
|
32
32
|
variant1: any;
|
33
33
|
variant2: any;
|
34
34
|
variant3: any;
|
35
35
|
}
|
36
36
|
export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
|
37
|
-
id:
|
37
|
+
id: guid;
|
38
38
|
name: string;
|
39
39
|
primary: {
|
40
40
|
layout: DefaultLayoutSpacing;
|
@@ -44,7 +44,7 @@ export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprint
|
|
44
44
|
}
|
45
45
|
export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprints {
|
46
46
|
name: string;
|
47
|
-
id:
|
47
|
+
id: guid;
|
48
48
|
primary: {
|
49
49
|
layout: PreviewInnerSpacing;
|
50
50
|
inner: PreviewInnerSpacing;
|
@@ -86,7 +86,7 @@ declare class SquareBlueprintsTemplate implements ComponentBlueprints {
|
|
86
86
|
};
|
87
87
|
blocks: SquareChromeBlueprintsTemplate;
|
88
88
|
icons?: DefaultIconsBlueprintsTemplate;
|
89
|
-
constructor(id:
|
89
|
+
constructor(id: guid, name: string);
|
90
90
|
}
|
91
91
|
declare class RoundBlueprintsTemplate implements ComponentBlueprints {
|
92
92
|
id: any;
|
@@ -123,16 +123,16 @@ declare class RoundBlueprintsTemplate implements ComponentBlueprints {
|
|
123
123
|
};
|
124
124
|
blocks: RoundChromeBlueprintsTemplate;
|
125
125
|
icons?: DefaultIconsBlueprintsTemplate;
|
126
|
-
constructor(id:
|
126
|
+
constructor(id: guid, name: string);
|
127
127
|
}
|
128
128
|
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
129
|
-
id:
|
129
|
+
id: guid;
|
130
130
|
name: string;
|
131
131
|
primary: DefaultTypography;
|
132
132
|
constructor();
|
133
133
|
}
|
134
134
|
export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
|
135
|
-
id:
|
135
|
+
id: guid;
|
136
136
|
name: string;
|
137
137
|
primary: FunkyTypography;
|
138
138
|
constructor();
|
@@ -141,13 +141,13 @@ export declare class PreviewTypographyBlueprint implements TypographyBlueprints
|
|
141
141
|
name: string;
|
142
142
|
primary: PreviewTypography;
|
143
143
|
constructor();
|
144
|
-
id:
|
144
|
+
id: guid;
|
145
145
|
}
|
146
146
|
export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
|
147
147
|
name: string;
|
148
148
|
primary: PreviewMiniTypography;
|
149
149
|
constructor();
|
150
|
-
id:
|
150
|
+
id: guid;
|
151
151
|
}
|
152
152
|
export declare const BlueprintsTemplates: {
|
153
153
|
chrome: {
|
package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import { ColorSchema, ColorSchemas, ComponentBlueprints,
|
1
|
+
import { ColorSchema, ColorSchemas, ComponentBlueprints, guid, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
3
|
-
id:
|
3
|
+
id: guid;
|
4
4
|
colors: ColorSchemas;
|
5
5
|
dark: boolean;
|
6
6
|
name: string;
|
@@ -19,7 +19,7 @@ export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
|
19
19
|
error: string | ColorSchema;
|
20
20
|
warning: string | ColorSchema;
|
21
21
|
notification: string | ColorSchema;
|
22
|
-
}, name: string, id:
|
22
|
+
}, name: string, id: guid, blueprints: {
|
23
23
|
typography: TypographyBlueprints;
|
24
24
|
spacing: SpacingBlueprints;
|
25
25
|
components: ComponentBlueprints;
|
package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, TypographyBlueprint } from "@omnia/fx-models";
|
2
2
|
export declare class FunkyTypography implements TypographyBlueprint {
|
3
3
|
name: string;
|
4
4
|
font: {
|
5
|
-
id:
|
5
|
+
id: guid;
|
6
6
|
family: string;
|
7
7
|
cdn: string;
|
8
8
|
};
|
@@ -108,7 +108,7 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
108
108
|
export declare class DefaultTypography implements TypographyBlueprint {
|
109
109
|
name: string;
|
110
110
|
font: {
|
111
|
-
id:
|
111
|
+
id: guid;
|
112
112
|
family: string;
|
113
113
|
};
|
114
114
|
fills: {
|
@@ -212,7 +212,7 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
212
212
|
}
|
213
213
|
export declare class PreviewTypography implements TypographyBlueprint {
|
214
214
|
font?: {
|
215
|
-
id:
|
215
|
+
id: guid;
|
216
216
|
family: string;
|
217
217
|
cdn?: string;
|
218
218
|
};
|
@@ -321,7 +321,7 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
321
321
|
}
|
322
322
|
export declare class PreviewMiniTypography implements TypographyBlueprint {
|
323
323
|
font?: {
|
324
|
-
id:
|
324
|
+
id: guid;
|
325
325
|
family: string;
|
326
326
|
cdn?: string;
|
327
327
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { MessageBusExposeOnlySubscription } from "@omnia/fx";
|
2
|
-
import { ColorDefinition, ColorGradientValue, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorTypes, ColorValue,
|
2
|
+
import { ColorDefinition, ColorGradientValue, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorTypes, ColorValue, guid, IMessageBusSubscriptionHandler } from "@omnia/fx-models";
|
3
3
|
import { useThemeStoreV2 } from "./ThemeStoreV2";
|
4
4
|
type MapActionOnDispatching<T extends Function> = T extends (...args: infer U) => any ? (...args: U) => void : never;
|
5
5
|
type MapActionOnDispatched<T extends Function> = T extends (...args: infer U) => Promise<infer Y> | infer Y ? (result: Y, ...args: U) => void : never;
|
@@ -35,7 +35,7 @@ export type ColorSchemaStoreType = {
|
|
35
35
|
isContainer: boolean;
|
36
36
|
name: string;
|
37
37
|
colorSchemaType: ColorSchemaTypes | ColorSchemaType;
|
38
|
-
id:
|
38
|
+
id: guid;
|
39
39
|
};
|
40
40
|
events: Events<{
|
41
41
|
base: ColorDefinition;
|
@@ -45,7 +45,7 @@ export type ColorSchemaStoreType = {
|
|
45
45
|
isContainer: boolean;
|
46
46
|
name: string;
|
47
47
|
colorSchemaType: ColorSchemaTypes | ColorSchemaType;
|
48
|
-
id:
|
48
|
+
id: guid;
|
49
49
|
}>;
|
50
50
|
actions: ReturnDefineAction<{
|
51
51
|
setColorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType, container?: boolean): void;
|