@omnia/fx 8.0.293-dev → 8.0.296-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/console/components/MessageBusSubscriptionsViewer.d.ts +4 -14
- package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/console/components/StoreLogviewer.d.ts +4 -8
- package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +9 -4
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +26 -20
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +6 -38
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +6 -29
- package/internal-do-not-import-from-here/stores/Store.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +53 -50
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/ComponentRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/OmniaRedirect.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/RedirectDetails.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/loc/localize.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +93 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegional.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/loc/localize.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/app/Router.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -7
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/app/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -84
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +2 -22
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +1 -87
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +2 -72
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -25
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -44
- package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/actionhandler/ThemeDesignerAction.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/actionhandler/ThemeSelectorAction.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/ComponentsJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlockBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlockBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlueprintPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ButtonBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ButtonsBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/EditBlueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/IconsBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/TabBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/TabBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/SpacingJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/TypographyJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +4 -78
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +13 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/ColorSchemasJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/TemplatesJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ButtonTemplates.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplateEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/TabTemplateEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/TabTemplates.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/PreviewJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/EditThemeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/ViewThemeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +3 -75
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +2 -29
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +4 -88
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +3 -85
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +5 -122
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +3 -82
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +4 -82
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +5 -122
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -101
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +86 -181
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +2 -26
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +2 -71
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +2 -71
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -39
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +4 -88
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +12 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +46 -1
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +16 -13
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +979 -38
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +133 -85
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +13 -8
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +979 -38
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +5 -14
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/store/ThemingStore.d.ts +67 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -53
- package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +34 -554
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +3 -53
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -29
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +4 -28
- package/internal-do-not-import-from-here/ux/directives/motion/Motion.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -38
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/draggable/DraggableComponent.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +1 -28
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +1 -21
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +1 -25
- package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +3 -25
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -21
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -33
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +4 -80
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +9 -137
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -31
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +2 -76
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -44
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditorToolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -44
- package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +5 -50
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +2 -17
- package/internal-do-not-import-from-here/ux/hub/feed/components/ActorsList.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -86
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -99
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +3 -91
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +46 -740
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +64 -544
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +4 -119
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -95
- package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +4 -105
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -32
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +2 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +3 -37
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +2 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +4 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionSliderRenderer.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/links/LinkPicker.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkFailure.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkLogin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +15 -124
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -26
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeComponent.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +7 -118
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/VimeoProvider.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/MotionDirective.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/linkpicker/LinkPickerRegistration.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +5 -107
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/motion/MotionContext.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -48
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +3 -51
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -50
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -70
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/block/SlidePanelBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -95
- package/internal-do-not-import-from-here/ux/pickerwrapper/PickerWrapper.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +2 -69
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +2 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +2 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +2 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +2 -15
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +2 -14
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +2 -100
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -49
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +2 -80
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -74
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -73
- package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifMenu.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +6 -73
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +6 -72
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +1 -1
- 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/RemoveFormatting/RemoveFormattingMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeToolbar.d.ts +1 -1
- 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/Table/TableSubToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslatorToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -35
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +3 -46
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/AuthenticationPage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/signout/Logout.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +1 -48
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +2 -26
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +10 -40
- package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -38
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +2 -83
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +2 -90
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -82
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +7 -126
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -95
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +2 -85
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +47 -19
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +7 -6
- package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditorAction.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-editors/EditEditorsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +2 -37
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +1 -16
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexColumn.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexRow.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flow.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Grid.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Link.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Lottie.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Rive.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +2 -74
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +2 -74
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +2 -82
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +2 -71
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +2 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +2 -69
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +2 -80
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +2 -85
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +2 -78
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +2 -80
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +1 -29
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +1 -29
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -38
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +1 -39
- package/internal-do-not-import-from-here/wctypings.d.ts +60 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +0 -18
@@ -13,7 +13,7 @@ export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" |
|
|
13
13
|
declare const defaultRules: ValidationRule[];
|
14
14
|
type SlotsWithReturnObject<TItem> = DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild>;
|
15
15
|
type SlotsWithoutReturnObject = DefineSlot<"chip", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild>;
|
16
|
-
type BaseProps<TItem, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"toned", boolean> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild> & DefineSlot<"prepend-inner", () => VNodeChild> & DefineProp<"maxHeight", number, false, 300> & DefineProp<"itemHeight", number, false, 40>;
|
16
|
+
type BaseProps<TItem, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"toned", boolean> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild> & DefineSlot<"prepend-inner", () => VNodeChild> & DefineSlot<"append-inner", () => VNodeChild> & DefineProp<"maxHeight", number, false, 300> & DefineProp<"itemHeight", number, false, 40>;
|
17
17
|
export type OSelectProps<TItem, TReturnObject extends boolean> = BaseProps<TItem, TReturnObject> & DefineType<TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject>;
|
18
18
|
declare const _default: <TItem extends readonly any[], TReturnObject extends boolean>(props: import("@omnia/fx/ux").ConstructComponentProps<OSelectProps<TItem, TReturnObject>>) => any;
|
19
19
|
export default _default;
|
@@ -1,11 +1,20 @@
|
|
1
1
|
import { DefineEmit, DefineProp, DefinePropTheming, useSlidePanelStore } from "@omnia/fx/ux";
|
2
2
|
import { Swiper } from "internal/fx/libs/swiper";
|
3
|
+
import { Properties } from "csstype";
|
3
4
|
export declare const SlidePanelVariation: readonly ["default", "custom-navigation"];
|
4
5
|
export type SlidePanelVariationType = typeof SlidePanelVariation[number];
|
6
|
+
export interface SlidePanelStyleOverrides {
|
7
|
+
container?: Properties;
|
8
|
+
wrapper?: Properties;
|
9
|
+
slides?: Properties;
|
10
|
+
previousSlide?: Properties;
|
11
|
+
nextSlide?: Properties;
|
12
|
+
activeSlide?: Properties;
|
13
|
+
}
|
5
14
|
/**
|
6
15
|
* Slide panel component
|
7
16
|
* @remarks - read the docs here of Core API https://swiperjs.com/swiper-api
|
8
17
|
*/
|
9
|
-
type SlidePanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"navigation", boolean, false, false, "If navigation arrows should be shown."> & DefineProp<"pagination", boolean, false, false, "If pagination should be shown."> & DefineProp<"autoplay", boolean, false, false, "Autoplay the slides."> & DefineProp<"loop", boolean, false, false, "Loops the slides."> & DefineProp<"scrollbar", boolean, false, false, "If scrollbar should be shown."> & DefineProp<"delay", number, false, 5000, "delay in milliseconds between slides for autoplay."> & DefineProp<"slidesPerView", number, false,
|
18
|
+
type SlidePanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"navigation", boolean, false, false, "If navigation arrows should be shown."> & DefineProp<"pagination", boolean, false, false, "If pagination should be shown."> & DefineProp<"autoplay", boolean, false, false, "Autoplay the slides."> & DefineProp<"centeredSlides", boolean, false, false, "Active slide will be centered, not always on the left side."> & DefineProp<"loop", boolean, false, false, "Loops the slides."> & DefineProp<"scrollbar", boolean, false, false, "If scrollbar should be shown."> & DefineProp<"delay", number, false, 5000, "delay in milliseconds between slides for autoplay."> & DefineProp<"slidesPerView", number, false, 1, "How many slides to be visible."> & DefineProp<"slideSpacing", number, false, 1, "The spacing between slides."> & DefineProp<"getApi", (store: ReturnType<typeof useSlidePanelStore>) => void, false, null, "callback to get a reference to the slider store. The store is used to interact with the slide panel."> & DefineProp<"contentWrapperClass", String, false, null, "The class to be applied to the content wrapper"> & DefineProp<"variant", SlidePanelVariationType, false, "default", "The variation of the slide panel. If set to custom-navigation, the navigation buttons will be rendered outside the slide panel and component outside has to handle the styles of the navigation buttons."> & DefineProp<"styleOverrides", SlidePanelStyleOverrides, false, null, "Style overrides to different containers"> & DefineEmit<"init", (swiper: Swiper) => void, "Emits when the swiper is initialized"> & DefineEmit<"afterInit", (swiper: Swiper) => void, "Emits after the swiper is initialized">;
|
10
19
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SlidePanelProps>) => any;
|
11
20
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
3
|
P: {};
|
4
4
|
B: {};
|
5
5
|
D: {};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DefineProp, DefineSlot } from "@omnia/fx/ux";
|
2
2
|
import { useStickyContainerStore } from "./store";
|
3
3
|
import { VNodeChild } from "vue";
|
4
|
-
type StickyContainerProps = DefineProp<"getApi", (store: ReturnType<typeof useStickyContainerStore>) => void, false, null, "callback to get a reference to the scrolling store. The store is used to interact with the scrolling component."> & DefineProp<"viewportElementTrackingId", string, false, null, "hides the sticky container when the element is not visible in the viewport. Use it for toolbars etc"> & DefineProp<"editor", boolean, false, null, "If the container runs in the content editor"> & DefineSlot<"customRenderer", () => VNodeChild>;
|
4
|
+
type StickyContainerProps = DefineProp<"getApi", (store: ReturnType<typeof useStickyContainerStore>) => void, false, null, "callback to get a reference to the scrolling store. The store is used to interact with the scrolling component."> & DefineProp<"viewportElementTrackingId", string, false, null, "hides the sticky container when the element is not visible in the viewport. Use it for toolbars etc"> & DefineProp<"editor", boolean, false, null, "If the container runs in the content editor"> & DefineProp<"class", string, false, null, "Custom class"> & DefineSlot<"customRenderer", () => VNodeChild>;
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<StickyContainerProps>) => any;
|
6
6
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
|
2
|
-
import { ColorType, ColorTypes, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx/models";
|
2
|
+
import { ColorType, ColorTypes, OTextAlignmentTypes, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx/models";
|
3
3
|
type textWrapping = "none";
|
4
|
-
type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TypographyType | TypographyTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TypographySize | TypographySizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"noWrap", boolean, false, false, "Specifies that the text never wraps to the next line. Default is false."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
|
4
|
+
type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TypographyType | TypographyTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TypographySize | TypographySizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"noWrap", boolean, false, false, "Specifies that the text never wraps to the next line. Default is false."> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TextProps>) => any;
|
6
6
|
export default _default;
|
@@ -102,97 +102,7 @@ declare const _default: {
|
|
102
102
|
"onUpdate:active"?: (items: any[]) => any;
|
103
103
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
104
104
|
"update:active": (items: Array<any>) => true;
|
105
|
-
}, import("vue").
|
106
|
-
"v-slots": import("vue").Prop<{
|
107
|
-
default?: import("../../DefineVueTypings").Slot;
|
108
|
-
} & {
|
109
|
-
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
110
|
-
itemToolTip?: (item: any) => VNodeChild;
|
111
|
-
}>;
|
112
|
-
indentation: {
|
113
|
-
type: import("vue").PropType<SpacingValue>;
|
114
|
-
required: false;
|
115
|
-
};
|
116
|
-
padding: {
|
117
|
-
type: import("vue").PropType<Spacing | SpacingValue>;
|
118
|
-
required: false;
|
119
|
-
};
|
120
|
-
checkNodeToMove: {
|
121
|
-
type: import("vue").PropType<(item: any) => boolean>;
|
122
|
-
};
|
123
|
-
onMoveNode: {
|
124
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
125
|
-
};
|
126
|
-
loadChildren: {
|
127
|
-
type: import("vue").PropType<(selectedNode: any, level?: number) => void | Promise<void>>;
|
128
|
-
};
|
129
|
-
itemChildren: {
|
130
|
-
type: import("vue").PropType<string>;
|
131
|
-
required: false;
|
132
|
-
};
|
133
|
-
itemValue: {
|
134
|
-
type: import("vue").PropType<string>;
|
135
|
-
required: false;
|
136
|
-
};
|
137
|
-
itemIcon: {
|
138
|
-
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
139
|
-
required: false;
|
140
|
-
};
|
141
|
-
itemTitle: {
|
142
|
-
type: import("vue").PropType<string | ((item: any) => string)>;
|
143
|
-
required: false;
|
144
|
-
};
|
145
|
-
batchChildrensDisplay: {
|
146
|
-
type: import("vue").PropType<number>;
|
147
|
-
required: false;
|
148
|
-
};
|
149
|
-
multiple: {
|
150
|
-
type: import("vue").PropType<boolean>;
|
151
|
-
required: false;
|
152
|
-
};
|
153
|
-
expandOnSelection: {
|
154
|
-
type: import("vue").PropType<boolean>;
|
155
|
-
};
|
156
|
-
items: {
|
157
|
-
type: import("vue").PropType<any[]>;
|
158
|
-
};
|
159
|
-
"onUpdate:modelValue": {
|
160
|
-
type: import("vue").PropType<(value: any[]) => any | void>;
|
161
|
-
};
|
162
|
-
"v-model": {
|
163
|
-
type: import("vue").PropType<any[]>;
|
164
|
-
required: false;
|
165
|
-
};
|
166
|
-
modelValue: {
|
167
|
-
type: import("vue").PropType<any[]>;
|
168
|
-
required: false;
|
169
|
-
};
|
170
|
-
"onUpdate:expanded": {
|
171
|
-
type: import("vue").PropType<(value: any[]) => any | void>;
|
172
|
-
};
|
173
|
-
"v-model:expanded": {
|
174
|
-
type: import("vue").PropType<any[]>;
|
175
|
-
required: false;
|
176
|
-
};
|
177
|
-
expanded: {
|
178
|
-
type: import("vue").PropType<any[]>;
|
179
|
-
required: false;
|
180
|
-
};
|
181
|
-
colorSchemaType: {
|
182
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
183
|
-
required: boolean;
|
184
|
-
};
|
185
|
-
container: {
|
186
|
-
type: BooleanConstructor;
|
187
|
-
required: boolean;
|
188
|
-
};
|
189
|
-
colors: {
|
190
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
191
|
-
required: boolean;
|
192
|
-
};
|
193
|
-
}>> & {
|
194
|
-
"onUpdate:active"?: (items: any[]) => any;
|
195
|
-
}, {
|
105
|
+
}, import("vue").PublicProps, {
|
196
106
|
container: boolean;
|
197
107
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
198
108
|
P: {};
|
@@ -398,19 +308,19 @@ declare const _default: {
|
|
398
308
|
expanded?: any[];
|
399
309
|
multiple?: boolean;
|
400
310
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
401
|
-
items?: any[];
|
402
311
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
403
|
-
modelValue?: any[];
|
404
|
-
"v-model"?: any[];
|
405
|
-
"onUpdate:modelValue"?: (value: any[]) => any | void;
|
406
312
|
"v-slots"?: {
|
407
313
|
default?: import("../../DefineVueTypings").Slot;
|
408
314
|
} & {
|
409
315
|
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
410
316
|
itemToolTip?: (item: any) => VNodeChild;
|
411
317
|
};
|
318
|
+
"v-model"?: any[];
|
319
|
+
modelValue?: any[];
|
320
|
+
"onUpdate:modelValue"?: (value: any[]) => any | void;
|
412
321
|
itemValue?: string;
|
413
322
|
"v-model:expanded"?: any[];
|
323
|
+
items?: any[];
|
414
324
|
"onUpdate:expanded"?: (value: any[]) => any | void;
|
415
325
|
itemTitle?: string | ((item: any) => string);
|
416
326
|
itemChildren?: string;
|
@@ -8,14 +8,7 @@ declare const _default: {
|
|
8
8
|
};
|
9
9
|
}>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
10
10
|
[key: string]: any;
|
11
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
12
|
-
toned: {
|
13
|
-
type: import("vue").PropType<boolean>;
|
14
|
-
};
|
15
|
-
label: {
|
16
|
-
type: import("vue").PropType<string>;
|
17
|
-
};
|
18
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
11
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
19
12
|
P: {};
|
20
13
|
B: {};
|
21
14
|
D: {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
3
|
P: {};
|
4
4
|
B: {};
|
5
5
|
D: {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
3
|
P: {};
|
4
4
|
B: {};
|
5
5
|
D: {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
3
|
P: {};
|
4
4
|
B: {};
|
5
5
|
D: {};
|
package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts
CHANGED
@@ -71,74 +71,7 @@ declare const _default: {
|
|
71
71
|
};
|
72
72
|
}>;
|
73
73
|
};
|
74
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
75
|
-
"onUpdate:modelValue": {
|
76
|
-
type: import("vue").PropType<(value: VelcronEditor<any>) => any | void>;
|
77
|
-
};
|
78
|
-
"v-model": {
|
79
|
-
type: import("vue").PropType<VelcronEditor<any>>;
|
80
|
-
required: false;
|
81
|
-
};
|
82
|
-
modelValue: {
|
83
|
-
type: import("vue").PropType<VelcronEditor<any>>;
|
84
|
-
required: false;
|
85
|
-
};
|
86
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
87
|
-
type: import("vue").PropType<(value: VelcronEditor<any>) => any | void>;
|
88
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
89
|
-
type: import("vue").PropType<VelcronEditor<any>>;
|
90
|
-
required: false;
|
91
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
92
|
-
type: import("vue").PropType<VelcronEditor<any>>;
|
93
|
-
required: false;
|
94
|
-
}; } & {
|
95
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronEditor<any>, {
|
96
|
-
"onUpdate:modelValue": {
|
97
|
-
type: import("vue").PropType<(value: VelcronEditor<any>) => any | void>;
|
98
|
-
};
|
99
|
-
} & {
|
100
|
-
"v-model": {
|
101
|
-
type: import("vue").PropType<VelcronEditor<any>>;
|
102
|
-
required: false;
|
103
|
-
};
|
104
|
-
} & {
|
105
|
-
modelValue: {
|
106
|
-
type: import("vue").PropType<VelcronEditor<any>>;
|
107
|
-
required: false;
|
108
|
-
};
|
109
|
-
}>;
|
110
|
-
defaultValue(value?: VelcronEditor<any>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronEditor<any>, {
|
111
|
-
"onUpdate:modelValue": {
|
112
|
-
type: import("vue").PropType<(value: VelcronEditor<any>) => any | void>;
|
113
|
-
};
|
114
|
-
} & {
|
115
|
-
"v-model": {
|
116
|
-
type: import("vue").PropType<VelcronEditor<any>>;
|
117
|
-
required: false;
|
118
|
-
};
|
119
|
-
} & {
|
120
|
-
modelValue: {
|
121
|
-
type: import("vue").PropType<VelcronEditor<any>>;
|
122
|
-
required: false;
|
123
|
-
};
|
124
|
-
}, false>;
|
125
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronEditor<any>, {
|
126
|
-
"onUpdate:modelValue": {
|
127
|
-
type: import("vue").PropType<(value: VelcronEditor<any>) => any | void>;
|
128
|
-
};
|
129
|
-
} & {
|
130
|
-
"v-model": {
|
131
|
-
type: import("vue").PropType<VelcronEditor<any>>;
|
132
|
-
required: false;
|
133
|
-
};
|
134
|
-
} & {
|
135
|
-
modelValue: {
|
136
|
-
type: import("vue").PropType<VelcronEditor<any>>;
|
137
|
-
required: false;
|
138
|
-
};
|
139
|
-
}>;
|
140
|
-
};
|
141
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
74
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
142
75
|
P: {};
|
143
76
|
B: {};
|
144
77
|
D: {};
|
@@ -346,8 +279,8 @@ declare const _default: {
|
|
346
279
|
};
|
347
280
|
}>;
|
348
281
|
};
|
349
|
-
modelValue?: VelcronEditor<any>;
|
350
282
|
"v-model"?: VelcronEditor<any>;
|
283
|
+
modelValue?: VelcronEditor<any>;
|
351
284
|
"onUpdate:modelValue"?: (value: VelcronEditor<any>) => any | void;
|
352
285
|
}>, never>;
|
353
286
|
};
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts
CHANGED
@@ -7,14 +7,7 @@ declare const _default: {
|
|
7
7
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
8
8
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<BirthdayPropertyDefinition>, PropertyConfiguration<BirthdayPropertyDefinition>>;
|
9
9
|
multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
|
10
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
11
|
-
modelValue: import("vue").Prop<PropertyConfiguration<BirthdayPropertyDefinition>, PropertyConfiguration<BirthdayPropertyDefinition>>;
|
12
|
-
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void, (validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void>;
|
13
|
-
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
14
|
-
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
15
|
-
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<BirthdayPropertyDefinition>, PropertyConfiguration<BirthdayPropertyDefinition>>;
|
16
|
-
multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
|
17
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
10
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
18
11
|
P: {};
|
19
12
|
B: {};
|
20
13
|
D: {};
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts
CHANGED
@@ -18,19 +18,7 @@ declare const _default: {
|
|
18
18
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
19
19
|
}>;
|
20
20
|
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
21
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
22
|
-
modelValue: import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
23
|
-
editorSettings: import("vue").Prop<BirthdayEditorSettings, BirthdayEditorSettings>;
|
24
|
-
displaySettings: import("vue").Prop<BirthdayDisplaySettings, BirthdayDisplaySettings>;
|
25
|
-
setupSettings?: import("vue").Prop<never, never>;
|
26
|
-
disabled?: import("vue").Prop<boolean, boolean>;
|
27
|
-
styles: import("vue").Prop<{
|
28
|
-
container: import("typestyle/lib/types").NestedCSSProperties;
|
29
|
-
}, {
|
30
|
-
container: import("typestyle/lib/types").NestedCSSProperties;
|
31
|
-
}>;
|
32
|
-
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
33
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
21
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
34
22
|
P: {};
|
35
23
|
B: {};
|
36
24
|
D: {};
|
@@ -69,8 +57,8 @@ declare const _default: {
|
|
69
57
|
propsDefinition: Omit<Readonly<{} & {
|
70
58
|
disabled?: boolean;
|
71
59
|
styles?: typeof BirthdayEditorStyles;
|
72
|
-
modelValue?: BirthdayPropertyValue;
|
73
60
|
"v-model"?: BirthdayPropertyValue;
|
61
|
+
modelValue?: BirthdayPropertyValue;
|
74
62
|
displaySettings?: BirthdayDisplaySettings;
|
75
63
|
setupSettings?: never;
|
76
64
|
editorSettings?: BirthdayEditorSettings;
|
@@ -12,15 +12,7 @@ declare const _default: {
|
|
12
12
|
disabled?: import("vue").Prop<boolean, boolean>;
|
13
13
|
"v-model": import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
14
14
|
"onUpdate:modelValue": import("vue").Prop<(value: BooleanPropertyValue) => void, (value: BooleanPropertyValue) => void>;
|
15
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
16
|
-
modelValue: import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
17
|
-
editorSettings: import("vue").Prop<BooleanEditorSettings, BooleanEditorSettings>;
|
18
|
-
displaySettings: import("vue").Prop<BooleanDisplaySettings, BooleanDisplaySettings>;
|
19
|
-
setupSettings?: import("vue").Prop<never, never>;
|
20
|
-
disabled?: import("vue").Prop<boolean, boolean>;
|
21
|
-
"v-model": import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
22
|
-
"onUpdate:modelValue": import("vue").Prop<(value: BooleanPropertyValue) => void, (value: BooleanPropertyValue) => void>;
|
23
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
15
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
24
16
|
P: {};
|
25
17
|
B: {};
|
26
18
|
D: {};
|
@@ -50,8 +42,8 @@ declare const _default: {
|
|
50
42
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
43
|
propsDefinition: Omit<Readonly<{} & {
|
52
44
|
disabled?: boolean;
|
53
|
-
modelValue?: BooleanPropertyValue;
|
54
45
|
"v-model"?: BooleanPropertyValue;
|
46
|
+
modelValue?: BooleanPropertyValue;
|
55
47
|
"onUpdate:modelValue"?: (value: BooleanPropertyValue) => void;
|
56
48
|
displaySettings?: BooleanDisplaySettings;
|
57
49
|
setupSettings?: never;
|
@@ -10,14 +10,7 @@ declare const _default: {
|
|
10
10
|
setupSettings?: import("vue").Prop<never, never>;
|
11
11
|
disabled?: import("vue").Prop<boolean, boolean>;
|
12
12
|
"v-model": import("vue").Prop<BusinessProfilePropertyValue, BusinessProfilePropertyValue>;
|
13
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
14
|
-
modelValue: import("vue").Prop<BusinessProfilePropertyValue, BusinessProfilePropertyValue>;
|
15
|
-
editorSettings: import("vue").Prop<import("@omnia/fx-models").BusinessProfileEditorSettings, import("@omnia/fx-models").BusinessProfileEditorSettings>;
|
16
|
-
displaySettings: import("vue").Prop<import("@omnia/fx-models").BusinessProfileDisplaySettings, import("@omnia/fx-models").BusinessProfileDisplaySettings>;
|
17
|
-
setupSettings?: import("vue").Prop<never, never>;
|
18
|
-
disabled?: import("vue").Prop<boolean, boolean>;
|
19
|
-
"v-model": import("vue").Prop<BusinessProfilePropertyValue, BusinessProfilePropertyValue>;
|
20
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
13
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
21
14
|
P: {};
|
22
15
|
B: {};
|
23
16
|
D: {};
|
@@ -45,8 +38,8 @@ declare const _default: {
|
|
45
38
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
46
39
|
propsDefinition: Omit<Readonly<{} & {
|
47
40
|
disabled?: boolean;
|
48
|
-
modelValue?: BusinessProfilePropertyValue;
|
49
41
|
"v-model"?: PropertyValueType<BusinessProfilePropertyDefinition>;
|
42
|
+
modelValue?: BusinessProfilePropertyValue;
|
50
43
|
displaySettings?: import("@omnia/fx-models").BusinessProfileDisplaySettings;
|
51
44
|
setupSettings?: never;
|
52
45
|
editorSettings?: import("@omnia/fx-models").BusinessProfileEditorSettings;
|
@@ -18,19 +18,7 @@ declare const _default: {
|
|
18
18
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
19
19
|
}>;
|
20
20
|
"v-model": import("vue").Prop<DatePropertyValue, DatePropertyValue>;
|
21
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
22
|
-
modelValue: import("vue").Prop<DatePropertyValue, DatePropertyValue>;
|
23
|
-
editorSettings: import("vue").Prop<DateEditorSettings, DateEditorSettings>;
|
24
|
-
displaySettings: import("vue").Prop<DateDisplaySettings, DateDisplaySettings>;
|
25
|
-
setupSettings?: import("vue").Prop<never, never>;
|
26
|
-
disabled?: import("vue").Prop<boolean, boolean>;
|
27
|
-
styles: import("vue").Prop<{
|
28
|
-
container: import("typestyle/lib/types").NestedCSSProperties;
|
29
|
-
}, {
|
30
|
-
container: import("typestyle/lib/types").NestedCSSProperties;
|
31
|
-
}>;
|
32
|
-
"v-model": import("vue").Prop<DatePropertyValue, DatePropertyValue>;
|
33
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
21
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
34
22
|
P: {};
|
35
23
|
B: {};
|
36
24
|
D: {};
|
@@ -69,8 +57,8 @@ declare const _default: {
|
|
69
57
|
propsDefinition: Omit<Readonly<{} & {
|
70
58
|
disabled?: boolean;
|
71
59
|
styles?: typeof DateEditorStyles;
|
72
|
-
modelValue?: DatePropertyValue;
|
73
60
|
"v-model"?: DatePropertyValue;
|
61
|
+
modelValue?: DatePropertyValue;
|
74
62
|
displaySettings?: DateDisplaySettings;
|
75
63
|
setupSettings?: never;
|
76
64
|
editorSettings?: DateEditorSettings;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts
CHANGED
@@ -7,14 +7,7 @@ declare const _default: {
|
|
7
7
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
8
8
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
9
9
|
multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
|
10
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
11
|
-
modelValue: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
12
|
-
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void, (validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void>;
|
13
|
-
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
14
|
-
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
15
|
-
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
16
|
-
multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
|
17
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
10
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
18
11
|
P: {};
|
19
12
|
B: {};
|
20
13
|
D: {};
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts
CHANGED
@@ -18,19 +18,7 @@ declare const _default: {
|
|
18
18
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
19
19
|
}>;
|
20
20
|
"v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
|
21
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
22
|
-
modelValue: import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
|
23
|
-
editorSettings: import("vue").Prop<DateTimeEditorSettings, DateTimeEditorSettings>;
|
24
|
-
displaySettings: import("vue").Prop<DateTimeDisplaySettings, DateTimeDisplaySettings>;
|
25
|
-
setupSettings?: import("vue").Prop<never, never>;
|
26
|
-
disabled?: import("vue").Prop<boolean, boolean>;
|
27
|
-
styles: import("vue").Prop<{
|
28
|
-
container: import("typestyle/lib/types").NestedCSSProperties;
|
29
|
-
}, {
|
30
|
-
container: import("typestyle/lib/types").NestedCSSProperties;
|
31
|
-
}>;
|
32
|
-
"v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
|
33
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
21
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
34
22
|
P: {};
|
35
23
|
B: {};
|
36
24
|
D: {};
|
@@ -69,8 +57,8 @@ declare const _default: {
|
|
69
57
|
propsDefinition: Omit<Readonly<{} & {
|
70
58
|
disabled?: boolean;
|
71
59
|
styles?: typeof DateTimeEditorStyles;
|
72
|
-
modelValue?: DateTimePropertyValue;
|
73
60
|
"v-model"?: DateTimePropertyValue;
|
61
|
+
modelValue?: DateTimePropertyValue;
|
74
62
|
displaySettings?: DateTimeDisplaySettings;
|
75
63
|
setupSettings?: never;
|
76
64
|
editorSettings?: DateTimeEditorSettings;
|
@@ -8,15 +8,7 @@ declare const _default: {
|
|
8
8
|
disabled?: import("vue").Prop<boolean, boolean>;
|
9
9
|
"v-model": import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
10
10
|
"onUpdate:modelValue": import("vue").Prop<(value: EmailPropertyValue) => void, (value: EmailPropertyValue) => void>;
|
11
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
12
|
-
modelValue: import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
13
|
-
editorSettings: import("vue").Prop<EmailEditorSettings, EmailEditorSettings>;
|
14
|
-
displaySettings: import("vue").Prop<EmailDisplaySettings, EmailDisplaySettings>;
|
15
|
-
setupSettings?: import("vue").Prop<never, never>;
|
16
|
-
disabled?: import("vue").Prop<boolean, boolean>;
|
17
|
-
"v-model": import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
18
|
-
"onUpdate:modelValue": import("vue").Prop<(value: EmailPropertyValue) => void, (value: EmailPropertyValue) => void>;
|
19
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
11
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
20
12
|
P: {};
|
21
13
|
B: {};
|
22
14
|
D: {};
|
@@ -46,8 +38,8 @@ declare const _default: {
|
|
46
38
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
47
39
|
propsDefinition: Omit<Readonly<{} & {
|
48
40
|
disabled?: boolean;
|
49
|
-
modelValue?: EmailPropertyValue;
|
50
41
|
"v-model"?: EmailPropertyValue;
|
42
|
+
modelValue?: EmailPropertyValue;
|
51
43
|
"onUpdate:modelValue"?: (value: EmailPropertyValue) => void;
|
52
44
|
displaySettings?: EmailDisplaySettings;
|
53
45
|
setupSettings?: never;
|
@@ -7,14 +7,7 @@ declare const _default: {
|
|
7
7
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
8
8
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
9
9
|
multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
|
10
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
11
|
-
modelValue: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
12
|
-
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void, (validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void>;
|
13
|
-
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
14
|
-
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
15
|
-
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
16
|
-
multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
|
17
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
10
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
18
11
|
P: {};
|
19
12
|
B: {};
|
20
13
|
D: {};
|