@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,5 +1,5 @@
|
|
1
1
|
import { useVelcronContentEditorStore } from "./stores/ContentEditorStore";
|
2
|
-
import { DynamicState, VelcronAppDefinition, VelcronState } from "@omnia/fx-models";
|
2
|
+
import { DynamicState, VelcronAppDefinition, VelcronState, guid } from "@omnia/fx-models";
|
3
3
|
import { ThisIsWrongVelcronContentInstance } from "./models";
|
4
4
|
type ContentEditorVariants = "default" | "social" | "social-comments";
|
5
5
|
export interface ContentEditorVelcronState extends DynamicState {
|
@@ -82,10 +82,10 @@ declare const _default: {
|
|
82
82
|
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
83
|
};
|
84
84
|
toggleDefinitionPreview: {
|
85
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
85
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
86
|
};
|
87
87
|
changeDefinition: {
|
88
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
88
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
89
|
};
|
90
90
|
updateDefinition: {
|
91
91
|
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -123,10 +123,10 @@ declare const _default: {
|
|
123
123
|
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
124
124
|
};
|
125
125
|
toggleDefinitionPreview: {
|
126
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
126
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
127
127
|
};
|
128
128
|
changeDefinition: {
|
129
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
129
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
130
130
|
};
|
131
131
|
updateDefinition: {
|
132
132
|
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -164,10 +164,10 @@ declare const _default: {
|
|
164
164
|
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
165
165
|
};
|
166
166
|
toggleDefinitionPreview: {
|
167
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
167
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
168
168
|
};
|
169
169
|
changeDefinition: {
|
170
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
170
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
171
171
|
};
|
172
172
|
updateDefinition: {
|
173
173
|
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -184,8 +184,8 @@ declare const _default: {
|
|
184
184
|
setDragDropState(onGoingDragging: boolean): void;
|
185
185
|
updateColorSchema(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
186
186
|
toggleColorSchemaPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
187
|
-
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
188
|
-
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
187
|
+
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid): void;
|
188
|
+
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
189
189
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
190
190
|
};
|
191
191
|
}) => any;
|
@@ -268,10 +268,10 @@ declare const _default: {
|
|
268
268
|
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
269
269
|
};
|
270
270
|
toggleDefinitionPreview: {
|
271
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
271
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
272
272
|
};
|
273
273
|
changeDefinition: {
|
274
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
274
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
275
275
|
};
|
276
276
|
updateDefinition: {
|
277
277
|
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -309,10 +309,10 @@ declare const _default: {
|
|
309
309
|
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
310
310
|
};
|
311
311
|
toggleDefinitionPreview: {
|
312
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
312
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
313
313
|
};
|
314
314
|
changeDefinition: {
|
315
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
315
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
316
316
|
};
|
317
317
|
updateDefinition: {
|
318
318
|
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -350,10 +350,10 @@ declare const _default: {
|
|
350
350
|
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
351
351
|
};
|
352
352
|
toggleDefinitionPreview: {
|
353
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
353
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
354
354
|
};
|
355
355
|
changeDefinition: {
|
356
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
356
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
357
357
|
};
|
358
358
|
updateDefinition: {
|
359
359
|
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -370,8 +370,8 @@ declare const _default: {
|
|
370
370
|
setDragDropState(onGoingDragging: boolean): void;
|
371
371
|
updateColorSchema(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
372
372
|
toggleColorSchemaPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
373
|
-
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
374
|
-
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
373
|
+
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid): void;
|
374
|
+
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
375
375
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
376
376
|
};
|
377
377
|
}) => any;
|
@@ -457,10 +457,10 @@ declare const _default: {
|
|
457
457
|
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
458
458
|
};
|
459
459
|
toggleDefinitionPreview: {
|
460
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
460
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
461
461
|
};
|
462
462
|
changeDefinition: {
|
463
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
463
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
464
464
|
};
|
465
465
|
updateDefinition: {
|
466
466
|
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -498,10 +498,10 @@ declare const _default: {
|
|
498
498
|
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
499
499
|
};
|
500
500
|
toggleDefinitionPreview: {
|
501
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
501
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
502
502
|
};
|
503
503
|
changeDefinition: {
|
504
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
504
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
505
505
|
};
|
506
506
|
updateDefinition: {
|
507
507
|
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -539,10 +539,10 @@ declare const _default: {
|
|
539
539
|
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
540
540
|
};
|
541
541
|
toggleDefinitionPreview: {
|
542
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
542
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
543
543
|
};
|
544
544
|
changeDefinition: {
|
545
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
545
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
546
546
|
};
|
547
547
|
updateDefinition: {
|
548
548
|
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -559,8 +559,8 @@ declare const _default: {
|
|
559
559
|
setDragDropState(onGoingDragging: boolean): void;
|
560
560
|
updateColorSchema(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
561
561
|
toggleColorSchemaPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
562
|
-
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
563
|
-
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
562
|
+
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid): void;
|
563
|
+
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
564
564
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
565
565
|
};
|
566
566
|
}) => any;
|
@@ -643,10 +643,10 @@ declare const _default: {
|
|
643
643
|
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
644
644
|
};
|
645
645
|
toggleDefinitionPreview: {
|
646
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
646
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
647
647
|
};
|
648
648
|
changeDefinition: {
|
649
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
649
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
650
650
|
};
|
651
651
|
updateDefinition: {
|
652
652
|
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -684,10 +684,10 @@ declare const _default: {
|
|
684
684
|
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
685
685
|
};
|
686
686
|
toggleDefinitionPreview: {
|
687
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
687
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
688
688
|
};
|
689
689
|
changeDefinition: {
|
690
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
690
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
691
691
|
};
|
692
692
|
updateDefinition: {
|
693
693
|
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -725,10 +725,10 @@ declare const _default: {
|
|
725
725
|
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
726
726
|
};
|
727
727
|
toggleDefinitionPreview: {
|
728
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
728
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
729
729
|
};
|
730
730
|
changeDefinition: {
|
731
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
731
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
732
732
|
};
|
733
733
|
updateDefinition: {
|
734
734
|
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -745,8 +745,8 @@ declare const _default: {
|
|
745
745
|
setDragDropState(onGoingDragging: boolean): void;
|
746
746
|
updateColorSchema(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
747
747
|
toggleColorSchemaPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
748
|
-
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
749
|
-
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
748
|
+
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid): void;
|
749
|
+
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
750
750
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
751
751
|
};
|
752
752
|
}) => any;
|
@@ -826,10 +826,10 @@ declare const _default: {
|
|
826
826
|
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
827
827
|
};
|
828
828
|
toggleDefinitionPreview: {
|
829
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
829
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
830
830
|
};
|
831
831
|
changeDefinition: {
|
832
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
832
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
833
833
|
};
|
834
834
|
updateDefinition: {
|
835
835
|
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -867,10 +867,10 @@ declare const _default: {
|
|
867
867
|
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
868
868
|
};
|
869
869
|
toggleDefinitionPreview: {
|
870
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
870
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
871
871
|
};
|
872
872
|
changeDefinition: {
|
873
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
873
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
874
874
|
};
|
875
875
|
updateDefinition: {
|
876
876
|
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -908,10 +908,10 @@ declare const _default: {
|
|
908
908
|
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
909
909
|
};
|
910
910
|
toggleDefinitionPreview: {
|
911
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
911
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
912
912
|
};
|
913
913
|
changeDefinition: {
|
914
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
914
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
915
915
|
};
|
916
916
|
updateDefinition: {
|
917
917
|
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -928,8 +928,8 @@ declare const _default: {
|
|
928
928
|
setDragDropState(onGoingDragging: boolean): void;
|
929
929
|
updateColorSchema(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
930
930
|
toggleColorSchemaPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
931
|
-
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
932
|
-
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
931
|
+
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid): void;
|
932
|
+
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
933
933
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
934
934
|
};
|
935
935
|
}) => any;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { DynamicState,
|
1
|
+
import { DynamicState, guid, VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
2
|
export interface ContentBlockVelcronState extends DynamicState {
|
3
3
|
content: {
|
4
4
|
[id: string]: unknown;
|
5
5
|
};
|
6
6
|
}
|
7
7
|
export interface ThisIsWrongVelcronContentInstance extends VelcronDefinitionRegistration<ContentBlockVelcronState> {
|
8
|
-
contentId:
|
8
|
+
contentId: guid;
|
9
9
|
}
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
export declare const VelcronDefinitionIds: {
|
3
3
|
content: {
|
4
|
-
image:
|
5
|
-
imageLeftText:
|
6
|
-
imageRightText:
|
7
|
-
quote:
|
8
|
-
text:
|
4
|
+
image: guid;
|
5
|
+
imageLeftText: guid;
|
6
|
+
imageRightText: guid;
|
7
|
+
quote: guid;
|
8
|
+
text: guid;
|
9
9
|
};
|
10
10
|
social: {
|
11
|
-
image:
|
12
|
-
text:
|
13
|
-
praise:
|
11
|
+
image: guid;
|
12
|
+
text: guid;
|
13
|
+
praise: guid;
|
14
14
|
};
|
15
15
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronAppDefinition, VelcronDefinition, VelcronState, VelcronDefinitionRegistration, guid } from "@omnia/fx-models";
|
2
2
|
import { ThisIsWrongVelcronContentInstance } from "../models";
|
3
3
|
export declare enum MenuTabs {
|
4
4
|
templates = 0,
|
@@ -69,10 +69,10 @@ export declare const useVelcronContentEditorStore: () => {
|
|
69
69
|
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
70
|
};
|
71
71
|
toggleDefinitionPreview: {
|
72
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
72
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
73
73
|
};
|
74
74
|
changeDefinition: {
|
75
|
-
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
75
|
+
subscribe(fn: (definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
76
|
};
|
77
77
|
updateDefinition: {
|
78
78
|
subscribe(fn: (definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -110,10 +110,10 @@ export declare const useVelcronContentEditorStore: () => {
|
|
110
110
|
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
111
111
|
};
|
112
112
|
toggleDefinitionPreview: {
|
113
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
113
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
114
114
|
};
|
115
115
|
changeDefinition: {
|
116
|
-
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
116
|
+
subscribe(fn: (result: void, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
117
117
|
};
|
118
118
|
updateDefinition: {
|
119
119
|
subscribe(fn: (result: void, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -151,10 +151,10 @@ export declare const useVelcronContentEditorStore: () => {
|
|
151
151
|
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
152
152
|
};
|
153
153
|
toggleDefinitionPreview: {
|
154
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
154
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
155
155
|
};
|
156
156
|
changeDefinition: {
|
157
|
-
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
157
|
+
subscribe(fn: (failureReason: any, definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
158
158
|
};
|
159
159
|
updateDefinition: {
|
160
160
|
subscribe(fn: (failureReason: any, definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -171,8 +171,8 @@ export declare const useVelcronContentEditorStore: () => {
|
|
171
171
|
setDragDropState(onGoingDragging: boolean): void;
|
172
172
|
updateColorSchema(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
173
173
|
toggleColorSchemaPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, colorSchemaType: string): void;
|
174
|
-
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
175
|
-
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId:
|
174
|
+
toggleDefinitionPreview(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid): void;
|
175
|
+
changeDefinition(definitionRegistration: ThisIsWrongVelcronContentInstance, newDefinitionId: guid, toggle?: boolean): void;
|
176
176
|
updateDefinition(definition: ThisIsWrongVelcronContentInstance, velcronDefinition: VelcronAppDefinition): void;
|
177
177
|
};
|
178
178
|
};
|