@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,10 +1,10 @@
|
|
1
1
|
import { MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo, SvgIcon } from "@omnia/fx-models";
|
2
2
|
export declare const mediaPickerDallEProvider: () => {
|
3
|
-
id: import("@omnia/fx-models").
|
3
|
+
id: import("@omnia/fx-models").guid;
|
4
4
|
category: string;
|
5
5
|
name: string;
|
6
6
|
icon: SvgIcon;
|
7
|
-
providerComponentManifestId: import("@omnia/fx-models").
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").guid;
|
8
8
|
sortOrder: number;
|
9
9
|
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Image[];
|
10
10
|
supportGalleryFeature: true;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo, SvgIcon } from "@omnia/fx-models";
|
2
2
|
export declare const mediaPickerMediaflowProvider: () => {
|
3
|
-
id: import("@omnia/fx-models").
|
3
|
+
id: import("@omnia/fx-models").guid;
|
4
4
|
category: string;
|
5
5
|
name: string;
|
6
6
|
icon: SvgIcon;
|
7
|
-
providerComponentManifestId: import("@omnia/fx-models").
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").guid;
|
8
8
|
sortOrder: number;
|
9
9
|
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes[];
|
10
10
|
supportGalleryFeature: true;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { FabricIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
2
|
export declare const mediaPickerMicrosoftStreamProvider: () => {
|
3
|
-
id: import("@omnia/fx-models").
|
3
|
+
id: import("@omnia/fx-models").guid;
|
4
4
|
category: string;
|
5
5
|
name: string;
|
6
6
|
icon: FabricIcon;
|
7
|
-
providerComponentManifestId: import("@omnia/fx-models").
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").guid;
|
8
8
|
sortOrder: number;
|
9
9
|
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Video[];
|
10
10
|
supportGalleryFeature: true;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import { FontAwesomeIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
2
|
export declare const mediaPickerMyComputerProvider: () => {
|
3
|
-
id: import("@omnia/fx-models").
|
3
|
+
id: import("@omnia/fx-models").guid;
|
4
4
|
category: string;
|
5
5
|
name: string;
|
6
6
|
icon: FontAwesomeIcon;
|
7
7
|
sortOrder: number;
|
8
|
-
providerComponentManifestId: import("@omnia/fx-models").
|
8
|
+
providerComponentManifestId: import("@omnia/fx-models").guid;
|
9
9
|
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Image[];
|
10
10
|
supportGalleryFeature: true;
|
11
11
|
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): false;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { SvgIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
2
|
export declare const mediaPickerPexelProvider: () => {
|
3
|
-
id: import("@omnia/fx-models").
|
3
|
+
id: import("@omnia/fx-models").guid;
|
4
4
|
category: string;
|
5
5
|
name: string;
|
6
6
|
icon: SvgIcon;
|
7
|
-
providerComponentManifestId: import("@omnia/fx-models").
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").guid;
|
8
8
|
sortOrder: number;
|
9
9
|
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Image[];
|
10
10
|
supportGalleryFeature: true;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { SvgIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
2
|
export declare const mediaPickerUnsplashProvider: () => {
|
3
|
-
id: import("@omnia/fx-models").
|
3
|
+
id: import("@omnia/fx-models").guid;
|
4
4
|
category: string;
|
5
5
|
name: string;
|
6
6
|
icon: SvgIcon;
|
7
|
-
providerComponentManifestId: import("@omnia/fx-models").
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").guid;
|
8
8
|
sortOrder: number;
|
9
9
|
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Image[];
|
10
10
|
supportGalleryFeature: true;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { FontAwesomeIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
2
|
export declare const mediaPickerVimeoProvider: () => {
|
3
|
-
id: import("@omnia/fx-models").
|
3
|
+
id: import("@omnia/fx-models").guid;
|
4
4
|
category: string;
|
5
5
|
name: string;
|
6
6
|
icon: FontAwesomeIcon;
|
7
|
-
providerComponentManifestId: import("@omnia/fx-models").
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").guid;
|
8
8
|
sortOrder: number;
|
9
9
|
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Video[];
|
10
10
|
supportGalleryFeature: true;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { FontAwesomeIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
2
|
export declare const mediaPickerYoutubeProvider: () => {
|
3
|
-
id: import("@omnia/fx-models").
|
3
|
+
id: import("@omnia/fx-models").guid;
|
4
4
|
category: string;
|
5
5
|
name: string;
|
6
6
|
icon: FontAwesomeIcon;
|
7
|
-
providerComponentManifestId: import("@omnia/fx-models").
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").guid;
|
8
8
|
sortOrder: number;
|
9
9
|
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Video[];
|
10
10
|
supportGalleryFeature: true;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import {
|
2
|
-
export declare const mediaPickerStorageProviderAppInstanceContext: (param1:
|
3
|
-
omniaServiceId:
|
4
|
-
storageProviderContextId:
|
5
|
-
appInstanceId:
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerStorageProviderAppInstanceContext: (param1: guid) => {
|
3
|
+
omniaServiceId: guid;
|
4
|
+
storageProviderContextId: guid;
|
5
|
+
appInstanceId: guid;
|
6
6
|
};
|
7
|
-
export declare const mediaPickerStorageProviderTempAppInstanceContext: (param1:
|
8
|
-
omniaServiceId:
|
9
|
-
storageProviderContextId:
|
10
|
-
appTemplateId:
|
7
|
+
export declare const mediaPickerStorageProviderTempAppInstanceContext: (param1: guid) => {
|
8
|
+
omniaServiceId: guid;
|
9
|
+
storageProviderContextId: guid;
|
10
|
+
appTemplateId: guid;
|
11
11
|
};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
export declare const mediaPickerStorageProviderAppInstancePostContext: (param1:
|
3
|
-
omniaServiceId:
|
4
|
-
storageProviderContextId:
|
5
|
-
appInstanceId:
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerStorageProviderAppInstancePostContext: (param1: guid) => {
|
3
|
+
omniaServiceId: guid;
|
4
|
+
storageProviderContextId: guid;
|
5
|
+
appInstanceId: guid;
|
6
6
|
};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
export declare const mediaPickerStorageProviderVersionedLayoutContext: (param1: number) => {
|
3
|
-
omniaServiceId:
|
4
|
-
storageProviderContextId:
|
3
|
+
omniaServiceId: guid;
|
4
|
+
storageProviderContextId: guid;
|
5
5
|
layoutId: number;
|
6
6
|
};
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
export declare const mediaPickerUserIconsStorageProviderContext: () => {
|
3
|
-
omniaServiceId:
|
4
|
-
storageProviderContextId:
|
3
|
+
omniaServiceId: guid;
|
4
|
+
storageProviderContextId: guid;
|
5
5
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { MessageBusTopicMediator } from "../..";
|
2
|
-
import {
|
2
|
+
import { guid, IMessageBusTopicPublication, ThemeDefinition, ThemeTargetRegistration } from "../../models";
|
3
3
|
export declare class Topics {
|
4
4
|
static Theming: {
|
5
5
|
new (): {};
|
@@ -10,7 +10,7 @@ export declare class Topics {
|
|
10
10
|
new (): {};
|
11
11
|
readonly doAction: MessageBusTopicMediator<{
|
12
12
|
nodeId: number;
|
13
|
-
editorId:
|
13
|
+
editorId: guid;
|
14
14
|
}>;
|
15
15
|
readonly allowAction: MessageBusTopicMediator<boolean>;
|
16
16
|
readonly onCompleteAction: MessageBusTopicMediator<{
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, MediaPickerEnums, MediaPickerImage } from "@omnia/fx-models";
|
2
2
|
export declare class LegacySvgImage implements MediaPickerImage {
|
3
3
|
svgHtml: string;
|
4
4
|
omniaImageId: number;
|
5
|
-
omniaServiceId:
|
5
|
+
omniaServiceId: guid;
|
6
6
|
fileName: string;
|
7
7
|
altText?: string;
|
8
8
|
omniaMediaType: MediaPickerEnums.OmniaMediaTypes;
|
@@ -251,8 +251,8 @@ declare const _default: {
|
|
251
251
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
252
252
|
propsDefinition: Omit<Readonly<{} & {
|
253
253
|
container?: boolean;
|
254
|
-
value?: any;
|
255
254
|
class?: String | String[];
|
255
|
+
value?: any;
|
256
256
|
label?: string;
|
257
257
|
disabled?: boolean;
|
258
258
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -8,22 +8,22 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
9
9
|
};
|
10
10
|
xl: {
|
11
|
-
type: import("vue").PropType<1 |
|
11
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
12
12
|
};
|
13
13
|
lg: {
|
14
|
-
type: import("vue").PropType<1 |
|
14
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
15
15
|
};
|
16
16
|
md: {
|
17
|
-
type: import("vue").PropType<1 |
|
17
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
18
18
|
};
|
19
19
|
sm: {
|
20
|
-
type: import("vue").PropType<1 |
|
20
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
21
21
|
};
|
22
22
|
xs: {
|
23
|
-
type: import("vue").PropType<1 |
|
23
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
24
24
|
};
|
25
25
|
cols: {
|
26
|
-
type: import("vue").PropType<1 |
|
26
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
27
27
|
};
|
28
28
|
variant: {
|
29
29
|
type: import("vue").PropType<"grid" | "default">;
|
@@ -62,22 +62,22 @@ declare const _default: {
|
|
62
62
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
63
63
|
};
|
64
64
|
xl: {
|
65
|
-
type: import("vue").PropType<1 |
|
65
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
66
66
|
};
|
67
67
|
lg: {
|
68
|
-
type: import("vue").PropType<1 |
|
68
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
69
69
|
};
|
70
70
|
md: {
|
71
|
-
type: import("vue").PropType<1 |
|
71
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
72
72
|
};
|
73
73
|
sm: {
|
74
|
-
type: import("vue").PropType<1 |
|
74
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
75
75
|
};
|
76
76
|
xs: {
|
77
|
-
type: import("vue").PropType<1 |
|
77
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
78
78
|
};
|
79
79
|
cols: {
|
80
|
-
type: import("vue").PropType<1 |
|
80
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
81
81
|
};
|
82
82
|
variant: {
|
83
83
|
type: import("vue").PropType<"grid" | "default">;
|
@@ -125,22 +125,22 @@ declare const _default: {
|
|
125
125
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
126
126
|
};
|
127
127
|
xl: {
|
128
|
-
type: import("vue").PropType<1 |
|
128
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
129
129
|
};
|
130
130
|
lg: {
|
131
|
-
type: import("vue").PropType<1 |
|
131
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
132
132
|
};
|
133
133
|
md: {
|
134
|
-
type: import("vue").PropType<1 |
|
134
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
135
135
|
};
|
136
136
|
sm: {
|
137
|
-
type: import("vue").PropType<1 |
|
137
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
138
138
|
};
|
139
139
|
xs: {
|
140
|
-
type: import("vue").PropType<1 |
|
140
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
141
141
|
};
|
142
142
|
cols: {
|
143
|
-
type: import("vue").PropType<1 |
|
143
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
144
144
|
};
|
145
145
|
variant: {
|
146
146
|
type: import("vue").PropType<"grid" | "default">;
|
@@ -185,22 +185,22 @@ declare const _default: {
|
|
185
185
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
186
186
|
};
|
187
187
|
xl: {
|
188
|
-
type: import("vue").PropType<1 |
|
188
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
189
189
|
};
|
190
190
|
lg: {
|
191
|
-
type: import("vue").PropType<1 |
|
191
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
192
192
|
};
|
193
193
|
md: {
|
194
|
-
type: import("vue").PropType<1 |
|
194
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
195
195
|
};
|
196
196
|
sm: {
|
197
|
-
type: import("vue").PropType<1 |
|
197
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
198
198
|
};
|
199
199
|
xs: {
|
200
|
-
type: import("vue").PropType<1 |
|
200
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
201
201
|
};
|
202
202
|
cols: {
|
203
|
-
type: import("vue").PropType<1 |
|
203
|
+
type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
|
204
204
|
};
|
205
205
|
variant: {
|
206
206
|
type: import("vue").PropType<"grid" | "default">;
|
@@ -235,13 +235,13 @@ declare const _default: {
|
|
235
235
|
container: boolean;
|
236
236
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
237
237
|
propsDefinition: Omit<Readonly<{} & {
|
238
|
-
xs?: 1 |
|
239
|
-
xl?: 1 |
|
238
|
+
xs?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
|
239
|
+
xl?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
|
240
240
|
container?: boolean;
|
241
241
|
class?: String | String[];
|
242
|
-
sm?: 1 |
|
243
|
-
md?: 1 |
|
244
|
-
lg?: 1 |
|
242
|
+
sm?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
|
243
|
+
md?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
|
244
|
+
lg?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
|
245
245
|
alignSelf?: "auto" | "start" | "center" | "end" | "stretch" | "baseline";
|
246
246
|
margin?: Spacing | SpacingValue;
|
247
247
|
padding?: Spacing | SpacingValue;
|
@@ -250,7 +250,7 @@ declare const _default: {
|
|
250
250
|
toned?: boolean;
|
251
251
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
252
252
|
variant?: "grid" | "default";
|
253
|
-
cols?: 1 |
|
253
|
+
cols?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
|
254
254
|
}>, never>;
|
255
255
|
};
|
256
256
|
export default _default;
|
@@ -128,8 +128,8 @@ declare const _default: {
|
|
128
128
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
129
129
|
propsDefinition: Omit<Readonly<{} & {
|
130
130
|
container?: boolean;
|
131
|
-
value?: any;
|
132
131
|
class?: String | String[];
|
132
|
+
value?: any;
|
133
133
|
label?: string;
|
134
134
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
135
135
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
@@ -9,7 +9,7 @@ declare const _default: {
|
|
9
9
|
required: false;
|
10
10
|
};
|
11
11
|
length: {
|
12
|
-
type: import("vue").PropType<5 |
|
12
|
+
type: import("vue").PropType<"5" | 5 | 10 | "10">;
|
13
13
|
required: false;
|
14
14
|
};
|
15
15
|
hover: {
|
@@ -67,7 +67,7 @@ declare const _default: {
|
|
67
67
|
required: false;
|
68
68
|
};
|
69
69
|
length: {
|
70
|
-
type: import("vue").PropType<5 |
|
70
|
+
type: import("vue").PropType<"5" | 5 | 10 | "10">;
|
71
71
|
required: false;
|
72
72
|
};
|
73
73
|
hover: {
|
@@ -134,7 +134,7 @@ declare const _default: {
|
|
134
134
|
required: false;
|
135
135
|
};
|
136
136
|
length: {
|
137
|
-
type: import("vue").PropType<5 |
|
137
|
+
type: import("vue").PropType<"5" | 5 | 10 | "10">;
|
138
138
|
required: false;
|
139
139
|
};
|
140
140
|
hover: {
|
@@ -198,7 +198,7 @@ declare const _default: {
|
|
198
198
|
required: false;
|
199
199
|
};
|
200
200
|
length: {
|
201
|
-
type: import("vue").PropType<5 |
|
201
|
+
type: import("vue").PropType<"5" | 5 | 10 | "10">;
|
202
202
|
required: false;
|
203
203
|
};
|
204
204
|
hover: {
|
@@ -251,7 +251,7 @@ declare const _default: {
|
|
251
251
|
container: boolean;
|
252
252
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
253
253
|
propsDefinition: Omit<Readonly<{} & {
|
254
|
-
length?: 5 |
|
254
|
+
length?: "5" | 5 | 10 | "10";
|
255
255
|
container?: boolean;
|
256
256
|
class?: String | String[];
|
257
257
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|