@omnia/fx 8.0.192-dev → 8.0.193-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/contexts/OmniaContext.d.ts +3 -3
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/core/Extend.d.ts +2 -2
- package/internal-do-not-import-from-here/core/Factory.d.ts +2 -2
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -3
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +4 -4
- package/internal-do-not-import-from-here/core/services/OmniaPropertyBagBase.d.ts +3 -3
- package/internal-do-not-import-from-here/core/services/ServiceLocator.d.ts +4 -4
- package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +6 -6
- package/internal-do-not-import-from-here/core/services/TokenService.d.ts +2 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +2 -2
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +3 -3
- package/internal-do-not-import-from-here/runtime/core/LocalHostingService.d.ts +6 -6
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +8 -8
- package/internal-do-not-import-from-here/runtime/core/ServerSideLoader.d.ts +6 -6
- package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/AppNamingPolicyService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/AppService.d.ts +25 -25
- package/internal-do-not-import-from-here/services/AzureAdUserService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/ConnectedTenantService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/EnterprisePropertyCategoryService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/EnterprisePropertySetService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/FeatureService.d.ts +7 -7
- package/internal-do-not-import-from-here/services/ManifestService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/MediaPickerService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/PostService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/QueueService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SecretsService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +11 -10
- package/internal-do-not-import-from-here/services/SecurityService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/SettingsService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +8 -8
- package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentitySyncProviderService.d.ts +9 -9
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/identities/UserTypeService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +6 -6
- package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/ExtendedEnterprisePropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +2 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/models/Context.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/AppStore.d.ts +21 -21
- package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +9 -9
- package/internal-do-not-import-from-here/stores/ConnectedTenantStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/EnterpriseGlossaryStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertyCategoryStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertySetStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +11 -11
- package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/PostStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/PromotedTagStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/Store.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +8 -8
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/mediapicker/constants.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/AppRollupFilterEngineContext.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/BlockInstance.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +19 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/TsxAllowUnknowProperties.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/BusinessProfileRouter.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +27 -27
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +26 -26
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +17 -17
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/BlockTextIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +33 -183
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +33 -183
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api/Models.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/Models.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/connectedtenantpicker/ConnectedTenantPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/connectedtenantpicker/IConnectedTenantPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/directives/LinkHandler/registration/DefaultLinkHandlerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/editorchrome/navigation/EditorChromeNavigation.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/features/FeaturesConstants.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/MyComputerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRegistrationApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/headingconfigurations/Constants.d.ts +10 -9
- package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/models/SettingsBladeRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +80 -74
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +81 -72
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent2.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent3.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/models/DataSource.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/properties/models/Properties.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterRouter.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/selection/ISelection.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming/ThemingFallbackFactory.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseDebouncer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +101 -41
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -9
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -27
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +22 -22
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/IChrome.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +3 -3
- package/package.json +2 -2
@@ -1,81 +1,87 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
};
|
28
|
-
modelValue: {
|
29
|
-
type: import("vue").PropType<number>;
|
30
|
-
required: false;
|
31
|
-
};
|
32
|
-
}>>, {}, true, {}, {}, {
|
33
|
-
P: {};
|
34
|
-
B: {};
|
35
|
-
D: {};
|
36
|
-
C: {};
|
37
|
-
M: {};
|
38
|
-
Defaults: {};
|
39
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
40
|
-
vertical: {
|
41
|
-
type: import("vue").PropType<boolean>;
|
42
|
-
};
|
43
|
-
"v-model": {
|
44
|
-
type: import("vue").PropType<number>;
|
45
|
-
required: false;
|
46
|
-
};
|
47
|
-
"onUpdate:modelValue": {
|
48
|
-
type: import("vue").PropType<(value: number) => any>;
|
49
|
-
};
|
50
|
-
modelValue: {
|
51
|
-
type: import("vue").PropType<number>;
|
52
|
-
required: false;
|
53
|
-
};
|
54
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
55
|
-
__isFragment?: never;
|
56
|
-
__isTeleport?: never;
|
57
|
-
__isSuspense?: never;
|
58
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
59
|
-
vertical: {
|
60
|
-
type: import("vue").PropType<boolean>;
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
3
|
+
} & {
|
4
|
+
container?: boolean;
|
5
|
+
} & {
|
6
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
7
|
+
} & {
|
8
|
+
class?: String | String[];
|
9
|
+
} & {
|
10
|
+
vertical?: boolean;
|
11
|
+
} & {
|
12
|
+
"v-model"?: number;
|
13
|
+
} & {
|
14
|
+
"onUpdate:modelValue"?: (value: number) => void;
|
15
|
+
} & {
|
16
|
+
modelValue?: number;
|
17
|
+
} & {
|
18
|
+
variant?: "default" | "editable" | "understep";
|
19
|
+
} & {
|
20
|
+
hideLabel?: boolean;
|
21
|
+
}>) => {
|
22
|
+
$: import("vue").ComponentInternalInstance;
|
23
|
+
$data: {};
|
24
|
+
$props: {};
|
25
|
+
$attrs: {
|
26
|
+
[x: string]: unknown;
|
61
27
|
};
|
62
|
-
|
63
|
-
|
64
|
-
required: false;
|
28
|
+
$refs: {
|
29
|
+
[x: string]: unknown;
|
65
30
|
};
|
66
|
-
|
67
|
-
|
31
|
+
$slots: Readonly<{
|
32
|
+
[name: string]: import("vue").Slot<any>;
|
33
|
+
}>;
|
34
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
35
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
36
|
+
$emit: (event: string, ...args: any[]) => void;
|
37
|
+
$el: any;
|
38
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
39
|
+
beforeCreate?: (() => void) | (() => void)[];
|
40
|
+
created?: (() => void) | (() => void)[];
|
41
|
+
beforeMount?: (() => void) | (() => void)[];
|
42
|
+
mounted?: (() => void) | (() => void)[];
|
43
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
44
|
+
updated?: (() => void) | (() => void)[];
|
45
|
+
activated?: (() => void) | (() => void)[];
|
46
|
+
deactivated?: (() => void) | (() => void)[];
|
47
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
48
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
49
|
+
destroyed?: (() => void) | (() => void)[];
|
50
|
+
unmounted?: (() => void) | (() => void)[];
|
51
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
52
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
53
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
68
54
|
};
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
55
|
+
$forceUpdate: () => void;
|
56
|
+
$nextTick: typeof import("vue").nextTick;
|
57
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
58
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
59
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
60
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
61
|
+
} & {
|
62
|
+
container?: boolean;
|
63
|
+
} & {
|
64
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
65
|
+
} & {
|
66
|
+
class?: String | String[];
|
67
|
+
} & {
|
75
68
|
vertical?: boolean;
|
69
|
+
} & {
|
76
70
|
"v-model"?: number;
|
77
|
-
|
71
|
+
} & {
|
72
|
+
"onUpdate:modelValue"?: (value: number) => void;
|
73
|
+
} & {
|
78
74
|
modelValue?: number;
|
79
|
-
}
|
80
|
-
|
75
|
+
} & {
|
76
|
+
variant?: "default" | "editable" | "understep";
|
77
|
+
} & {
|
78
|
+
hideLabel?: boolean;
|
79
|
+
}> & {
|
80
|
+
"v-slots"?: {
|
81
|
+
default?: import("vue").Slot;
|
82
|
+
} & {};
|
83
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "vertical" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "hideLabel">;
|
84
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
85
|
+
[key: string]: any;
|
86
|
+
}>;
|
81
87
|
export default _default;
|
@@ -1,79 +1,88 @@
|
|
1
1
|
import { IIcon } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
}
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
icon: {
|
29
|
-
type: import("vue").PropType<StepIconModel>;
|
30
|
-
};
|
31
|
-
title: {
|
32
|
-
type: import("vue").PropType<string>;
|
33
|
-
};
|
34
|
-
}>>, {}, true, {}, {}, {
|
35
|
-
P: {};
|
36
|
-
B: {};
|
37
|
-
D: {};
|
38
|
-
C: {};
|
39
|
-
M: {};
|
40
|
-
Defaults: {};
|
41
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
42
|
-
complete: {
|
43
|
-
type: import("vue").PropType<boolean>;
|
44
|
-
};
|
45
|
-
step: {
|
46
|
-
type: import("vue").PropType<number>;
|
47
|
-
};
|
48
|
-
icon: {
|
49
|
-
type: import("vue").PropType<StepIconModel>;
|
50
|
-
};
|
51
|
-
title: {
|
52
|
-
type: import("vue").PropType<string>;
|
53
|
-
};
|
54
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
55
|
-
__isFragment?: never;
|
56
|
-
__isTeleport?: never;
|
57
|
-
__isSuspense?: never;
|
58
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
59
|
-
complete: {
|
60
|
-
type: import("vue").PropType<boolean>;
|
61
|
-
};
|
62
|
-
step: {
|
63
|
-
type: import("vue").PropType<number>;
|
2
|
+
import { DefineSlot, ValidationRule } from "@omnia/fx/ux";
|
3
|
+
import { VNodeChild } from "vue";
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
5
|
+
title?: string;
|
6
|
+
} & {
|
7
|
+
subTitle?: string;
|
8
|
+
} & {
|
9
|
+
icon?: IIcon;
|
10
|
+
} & {
|
11
|
+
complete?: boolean;
|
12
|
+
} & {
|
13
|
+
editable?: boolean;
|
14
|
+
} & {
|
15
|
+
reverseTransition?: boolean;
|
16
|
+
} & {
|
17
|
+
disabled?: boolean;
|
18
|
+
} & {
|
19
|
+
rules?: ValidationRule[];
|
20
|
+
} & {
|
21
|
+
eager?: boolean;
|
22
|
+
} & DefineSlot<"title", () => VNodeChild>>) => {
|
23
|
+
$: import("vue").ComponentInternalInstance;
|
24
|
+
$data: {};
|
25
|
+
$props: {};
|
26
|
+
$attrs: {
|
27
|
+
[x: string]: unknown;
|
64
28
|
};
|
65
|
-
|
66
|
-
|
29
|
+
$refs: {
|
30
|
+
[x: string]: unknown;
|
67
31
|
};
|
68
|
-
|
69
|
-
|
32
|
+
$slots: Readonly<{
|
33
|
+
[name: string]: import("vue").Slot<any>;
|
34
|
+
}>;
|
35
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
36
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
37
|
+
$emit: (event: string, ...args: any[]) => void;
|
38
|
+
$el: any;
|
39
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
40
|
+
beforeCreate?: (() => void) | (() => void)[];
|
41
|
+
created?: (() => void) | (() => void)[];
|
42
|
+
beforeMount?: (() => void) | (() => void)[];
|
43
|
+
mounted?: (() => void) | (() => void)[];
|
44
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
45
|
+
updated?: (() => void) | (() => void)[];
|
46
|
+
activated?: (() => void) | (() => void)[];
|
47
|
+
deactivated?: (() => void) | (() => void)[];
|
48
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
49
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
50
|
+
destroyed?: (() => void) | (() => void)[];
|
51
|
+
unmounted?: (() => void) | (() => void)[];
|
52
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
53
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
54
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
70
55
|
};
|
71
|
-
|
72
|
-
|
73
|
-
|
56
|
+
$forceUpdate: () => void;
|
57
|
+
$nextTick: typeof import("vue").nextTick;
|
58
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
59
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
60
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
74
61
|
title?: string;
|
75
|
-
|
62
|
+
} & {
|
63
|
+
subTitle?: string;
|
64
|
+
} & {
|
65
|
+
icon?: IIcon;
|
66
|
+
} & {
|
76
67
|
complete?: boolean;
|
77
|
-
}
|
78
|
-
|
68
|
+
} & {
|
69
|
+
editable?: boolean;
|
70
|
+
} & {
|
71
|
+
reverseTransition?: boolean;
|
72
|
+
} & {
|
73
|
+
disabled?: boolean;
|
74
|
+
} & {
|
75
|
+
rules?: ValidationRule[];
|
76
|
+
} & {
|
77
|
+
eager?: boolean;
|
78
|
+
} & DefineSlot<"title", () => VNodeChild>> & {
|
79
|
+
"v-slots"?: {
|
80
|
+
default?: import("vue").Slot;
|
81
|
+
} & {
|
82
|
+
title?: () => VNodeChild;
|
83
|
+
};
|
84
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "disabled" | "eager" | "subTitle" | "rules" | "editable" | "complete" | "reverseTransition">;
|
85
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
86
|
+
[key: string]: any;
|
87
|
+
}>;
|
79
88
|
export default _default;
|
@@ -0,0 +1,47 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
2
|
+
$: import("vue").ComponentInternalInstance;
|
3
|
+
$data: {};
|
4
|
+
$props: {};
|
5
|
+
$attrs: {
|
6
|
+
[x: string]: unknown;
|
7
|
+
};
|
8
|
+
$refs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$slots: Readonly<{
|
12
|
+
[name: string]: import("vue").Slot<any>;
|
13
|
+
}>;
|
14
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
15
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
16
|
+
$emit: (event: string, ...args: any[]) => void;
|
17
|
+
$el: any;
|
18
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
19
|
+
beforeCreate?: (() => void) | (() => void)[];
|
20
|
+
created?: (() => void) | (() => void)[];
|
21
|
+
beforeMount?: (() => void) | (() => void)[];
|
22
|
+
mounted?: (() => void) | (() => void)[];
|
23
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
24
|
+
updated?: (() => void) | (() => void)[];
|
25
|
+
activated?: (() => void) | (() => void)[];
|
26
|
+
deactivated?: (() => void) | (() => void)[];
|
27
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
28
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
29
|
+
destroyed?: (() => void) | (() => void)[];
|
30
|
+
unmounted?: (() => void) | (() => void)[];
|
31
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
32
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
34
|
+
};
|
35
|
+
$forceUpdate: () => void;
|
36
|
+
$nextTick: typeof import("vue").nextTick;
|
37
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
38
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
40
|
+
"v-slots"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
44
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>;
|
47
|
+
export default _default;
|
@@ -0,0 +1,47 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
2
|
+
$: import("vue").ComponentInternalInstance;
|
3
|
+
$data: {};
|
4
|
+
$props: {};
|
5
|
+
$attrs: {
|
6
|
+
[x: string]: unknown;
|
7
|
+
};
|
8
|
+
$refs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$slots: Readonly<{
|
12
|
+
[name: string]: import("vue").Slot<any>;
|
13
|
+
}>;
|
14
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
15
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
16
|
+
$emit: (event: string, ...args: any[]) => void;
|
17
|
+
$el: any;
|
18
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
19
|
+
beforeCreate?: (() => void) | (() => void)[];
|
20
|
+
created?: (() => void) | (() => void)[];
|
21
|
+
beforeMount?: (() => void) | (() => void)[];
|
22
|
+
mounted?: (() => void) | (() => void)[];
|
23
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
24
|
+
updated?: (() => void) | (() => void)[];
|
25
|
+
activated?: (() => void) | (() => void)[];
|
26
|
+
deactivated?: (() => void) | (() => void)[];
|
27
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
28
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
29
|
+
destroyed?: (() => void) | (() => void)[];
|
30
|
+
unmounted?: (() => void) | (() => void)[];
|
31
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
32
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
34
|
+
};
|
35
|
+
$forceUpdate: () => void;
|
36
|
+
$nextTick: typeof import("vue").nextTick;
|
37
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
38
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
40
|
+
"v-slots"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
44
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>;
|
47
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, PermissionBinding, PermissionInputSettings, RolePermissionSetting } from "@omnia/fx-models";
|
2
2
|
export interface IPermissionInputAttributes {
|
3
3
|
disabled?: boolean;
|
4
4
|
hideSaveButton?: boolean;
|
@@ -11,7 +11,7 @@ export interface IPermissionInputAttributes {
|
|
11
11
|
};
|
12
12
|
onValueUpdated?: (rolePermissionSetting: Array<RolePermissionSetting>) => Promise<void>;
|
13
13
|
onValueUpdating?: () => Promise<void>;
|
14
|
-
serviceId?:
|
14
|
+
serviceId?: guid;
|
15
15
|
}
|
16
16
|
export interface IPermissionInputApi {
|
17
17
|
save(): Promise<boolean>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { DefineEmit, IPermissionInputApi } from "@omnia/fx/ux";
|
2
|
-
import {
|
2
|
+
import { PermissionBinding, PermissionInputSettings, RolePermissionSetting, guid } from "@omnia/fx-models";
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
4
|
getApi?: (api: IPermissionInputApi) => void;
|
5
5
|
} & {
|
@@ -13,7 +13,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
13
13
|
} & {
|
14
14
|
disabled?: boolean;
|
15
15
|
} & {
|
16
|
-
serviceId?:
|
16
|
+
serviceId?: guid;
|
17
17
|
} & {
|
18
18
|
dataSource?: {
|
19
19
|
[roleId: string]: PermissionBinding[];
|
@@ -69,7 +69,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
69
69
|
} & {
|
70
70
|
disabled?: boolean;
|
71
71
|
} & {
|
72
|
-
serviceId?:
|
72
|
+
serviceId?: guid;
|
73
73
|
} & {
|
74
74
|
dataSource?: {
|
75
75
|
[roleId: string]: PermissionBinding[];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { IPermissionInputApi } from "@omnia/fx/ux";
|
2
|
-
import {
|
2
|
+
import { guid, PermissionBinding, RolePermissionSetting } from "@omnia/fx/models";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
onValueUpdating: {
|
@@ -14,7 +14,7 @@ declare const _default: {
|
|
14
14
|
}>;
|
15
15
|
};
|
16
16
|
serviceId: {
|
17
|
-
type: import("vue").PropType<
|
17
|
+
type: import("vue").PropType<guid>;
|
18
18
|
};
|
19
19
|
disabled: {
|
20
20
|
type: import("vue").PropType<boolean>;
|
@@ -45,7 +45,7 @@ declare const _default: {
|
|
45
45
|
}>;
|
46
46
|
};
|
47
47
|
serviceId: {
|
48
|
-
type: import("vue").PropType<
|
48
|
+
type: import("vue").PropType<guid>;
|
49
49
|
};
|
50
50
|
disabled: {
|
51
51
|
type: import("vue").PropType<boolean>;
|
@@ -83,7 +83,7 @@ declare const _default: {
|
|
83
83
|
}>;
|
84
84
|
};
|
85
85
|
serviceId: {
|
86
|
-
type: import("vue").PropType<
|
86
|
+
type: import("vue").PropType<guid>;
|
87
87
|
};
|
88
88
|
disabled: {
|
89
89
|
type: import("vue").PropType<boolean>;
|
@@ -118,7 +118,7 @@ declare const _default: {
|
|
118
118
|
}>;
|
119
119
|
};
|
120
120
|
serviceId: {
|
121
|
-
type: import("vue").PropType<
|
121
|
+
type: import("vue").PropType<guid>;
|
122
122
|
};
|
123
123
|
disabled: {
|
124
124
|
type: import("vue").PropType<boolean>;
|
@@ -138,7 +138,7 @@ declare const _default: {
|
|
138
138
|
};
|
139
139
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
140
140
|
propsDefinition: Omit<Readonly<{} & {
|
141
|
-
serviceId?:
|
141
|
+
serviceId?: guid;
|
142
142
|
disabled?: boolean;
|
143
143
|
getApi?: (api: IPermissionInputApi) => void;
|
144
144
|
contextParams?: {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Identity } from "@omnia/fx-models";
|
1
|
+
import { Identity, guid } from "@omnia/fx-models";
|
2
2
|
import { IPermissionInputAttributes, IValidator } from "@omnia/fx/ux";
|
3
3
|
export declare function usePermissionInput(props: IPermissionInputAttributes, validator: IValidator): {
|
4
4
|
state: import("vue").ShallowReactive<{
|
@@ -6,7 +6,7 @@ export declare function usePermissionInput(props: IPermissionInputAttributes, va
|
|
6
6
|
errMsg: string;
|
7
7
|
isSaving: boolean;
|
8
8
|
result: {
|
9
|
-
[roleId:
|
9
|
+
[roleId: guid]: Identity[];
|
10
10
|
};
|
11
11
|
previousPromiseRejecter: () => void;
|
12
12
|
}>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { PostStyle } from "..";
|
2
|
-
import {
|
2
|
+
import { guid, OmitProperties, ThemeDefinition, IPostBaseWithContext, IPostBaseContext, IPersistedPost, ResolvedUserIdentity, ReactionType } from "../../models";
|
3
3
|
import { IRichTextEditor } from "../richtexteditor";
|
4
4
|
export interface IPostCustomSlots {
|
5
5
|
/**
|
@@ -33,8 +33,8 @@ export interface PostProvider<TPostContext extends IPostBaseContext = IPostBaseC
|
|
33
33
|
handler: PostHandler<TPostTypeWithContext, TPostContext>;
|
34
34
|
}
|
35
35
|
export interface IPostComponent {
|
36
|
-
omniaServiceId:
|
37
|
-
postTypeId:
|
36
|
+
omniaServiceId: guid;
|
37
|
+
postTypeId: guid;
|
38
38
|
provider: PostProvider;
|
39
39
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
40
40
|
cardStyle?: ThemeDefinition;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IPostBaseContext, IPostBaseWithContext, OmitProperties, ResolvedUserIdentity, ThemeDefinition } from "../../models";
|
2
2
|
import { IRichTextEditor } from "../richtexteditor";
|
3
3
|
import { IPostCustomSlots, PostPermission, PostProvider } from "./IPost";
|
4
4
|
import "./Post.css";
|
@@ -9,9 +9,9 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
9
9
|
} & {
|
10
10
|
editContentOnTop?: boolean;
|
11
11
|
} & {
|
12
|
-
omniaServiceId?:
|
12
|
+
omniaServiceId?: guid;
|
13
13
|
} & {
|
14
|
-
postTypeId?:
|
14
|
+
postTypeId?: guid;
|
15
15
|
} & {
|
16
16
|
showMoreSize?: number;
|
17
17
|
} & {
|
@@ -93,9 +93,9 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
93
93
|
} & {
|
94
94
|
editContentOnTop?: boolean;
|
95
95
|
} & {
|
96
|
-
omniaServiceId?:
|
96
|
+
omniaServiceId?: guid;
|
97
97
|
} & {
|
98
|
-
postTypeId?:
|
98
|
+
postTypeId?: guid;
|
99
99
|
} & {
|
100
100
|
showMoreSize?: number;
|
101
101
|
} & {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, PropertyDefinition } from "@omnia/fx-models";
|
2
2
|
import { PropertyDataSourceBase, DataSourcePropertyDefinitionHandler } from "@omnia/fx/services";
|
3
3
|
import { DataSourceProperty } from "internal/fx/models/properties/datasource/DataSourceProperty";
|
4
4
|
import { PropertyDefinitionId } from "./Properties";
|
@@ -17,8 +17,8 @@ export interface IPropertyDataSourceRegistrationApi extends IRegisteredPropertyD
|
|
17
17
|
* */
|
18
18
|
export interface IRegisteredPropertyDataSourceApi {
|
19
19
|
getDataSources(): Promise<(new () => PropertyDataSourceBase<DataSourceProperty>)[]>;
|
20
|
-
getDataSource(dataSourceId:
|
21
|
-
getDataSourceDefinitionHandlers(dataSourceId:
|
20
|
+
getDataSource(dataSourceId: guid): Promise<new () => PropertyDataSourceBase<DataSourceProperty>>;
|
21
|
+
getDataSourceDefinitionHandlers(dataSourceId: guid): Promise<Array<{
|
22
22
|
propertyDefintionId: PropertyDefinitionId;
|
23
23
|
handlerCtor: new () => DataSourcePropertyDefinitionHandler<PropertyDefinition<any, any, any>, DataSourceProperty, any, any>;
|
24
24
|
}>>;
|
@@ -26,11 +26,11 @@ export interface IRegisteredPropertyDataSourceApi {
|
|
26
26
|
export interface IPropertyDataSourceProvider {
|
27
27
|
}
|
28
28
|
export declare class PropertyDataSourceProviderRegistration {
|
29
|
-
typeId:
|
29
|
+
typeId: guid;
|
30
30
|
provider: new () => IPropertyDataSourceProvider;
|
31
|
-
constructor(typeId:
|
31
|
+
constructor(typeId: guid, provider: new () => IPropertyDataSourceProvider);
|
32
32
|
}
|
33
33
|
export interface IPropertyDataSourceProviderApi {
|
34
34
|
register(registration: PropertyDataSourceProviderRegistration): void;
|
35
|
-
getProvider(typeId:
|
35
|
+
getProvider(typeId: guid): Promise<new () => IPropertyDataSourceProvider>;
|
36
36
|
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
export type PropertyDefinitionId =
|
3
|
-
export type PropertyTypeId =
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
|
+
export type PropertyDefinitionId = guid;
|
3
|
+
export type PropertyTypeId = guid;
|
4
4
|
export type PropertyData = string | number | boolean | Object;
|
5
5
|
export interface PropertySettings {
|
6
6
|
}
|