@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
@@ -1,60 +1,62 @@
|
|
1
1
|
import "./Styles.stylex.css";
|
2
|
+
import { type CSSProperties as StylexCssProperties } from "@stylexjs/stylex/lib/StyleXCSSTypes";
|
2
3
|
export type StylexType = {
|
3
4
|
class?: string;
|
4
5
|
style?: Readonly<{
|
5
6
|
[$$Key$$: string]: string | number;
|
6
7
|
}>;
|
7
8
|
};
|
9
|
+
export type CSSProperties = {
|
10
|
+
-readonly [k in keyof StylexCssProperties]: StylexCssProperties[k];
|
11
|
+
};
|
8
12
|
type SpacingStylexType = {
|
9
13
|
top?: string | number;
|
10
14
|
right?: string | number;
|
11
15
|
bottom?: string | number;
|
12
16
|
left?: string | number;
|
13
17
|
};
|
18
|
+
export declare function styleToString(styles: CSSProperties): string;
|
19
|
+
export declare function mergeCssRules(...styles: ReadonlyArray<StylexType>): Readonly<StylexType>;
|
20
|
+
export declare function createStylex(cssProperties: StylexCssProperties): StylexType;
|
14
21
|
export declare const cssRules: {
|
15
|
-
position
|
16
|
-
textFillColor
|
17
|
-
backgroundClip
|
18
|
-
fontFamily
|
19
|
-
flexBasis
|
20
|
-
flexGrow
|
21
|
-
maxWidth
|
22
|
-
alignSelf
|
22
|
+
position(position: string): StylexType;
|
23
|
+
textFillColor(textFillColor: string): StylexType;
|
24
|
+
backgroundClip(backgroundClip: string, important?: boolean): StylexType;
|
25
|
+
fontFamily(fontFamily: string): StylexType;
|
26
|
+
flexBasis(flexBasis: string | number): StylexType;
|
27
|
+
flexGrow(flexGrow: number): StylexType;
|
28
|
+
maxWidth(maxWidth: string): StylexType;
|
29
|
+
alignSelf(alignSelf: string): StylexType;
|
23
30
|
minWidth: (minWidth: string, important?: boolean) => StylexType;
|
24
|
-
flex: (flex: string | number) => StylexType;
|
25
|
-
justifyContent
|
26
|
-
flexWrap
|
27
|
-
rowGap
|
28
|
-
columnGap
|
29
|
-
flexDirection
|
30
|
-
font: (fontSize: string, fontWeight: number, lineHeight: string) => {
|
31
|
-
class: string;
|
32
|
-
style: {
|
33
|
-
"--fontSize": string;
|
34
|
-
"--fontWeight": number;
|
35
|
-
"--lineHeight": string;
|
36
|
-
};
|
37
|
-
};
|
31
|
+
flex: (flex: string | number, important?: boolean) => StylexType;
|
32
|
+
justifyContent(justifyContent: string): StylexType;
|
33
|
+
flexWrap(flexWrap: string): StylexType;
|
34
|
+
rowGap(rowGap: string): StylexType;
|
35
|
+
columnGap(columnGap: string): StylexType;
|
36
|
+
flexDirection(flexDirection: string): StylexType;
|
38
37
|
width: (width: string, important?: boolean) => StylexType;
|
39
38
|
height: (height: string, important?: boolean) => StylexType;
|
40
39
|
maxHeight: (maxHeight: string | number, important?: boolean) => StylexType;
|
41
|
-
minHeight
|
42
|
-
alignItems
|
43
|
-
boxSizing
|
44
|
-
display
|
45
|
-
wordBreak
|
46
|
-
whiteSpace
|
47
|
-
backDropFilter
|
48
|
-
transition
|
49
|
-
transform
|
40
|
+
minHeight(minHeight: string): StylexType;
|
41
|
+
alignItems(alignItems: string): StylexType;
|
42
|
+
boxSizing(boxSizing: string): StylexType;
|
43
|
+
display(display: string): StylexType;
|
44
|
+
wordBreak(wordBreak: string): StylexType;
|
45
|
+
whiteSpace(whiteSpace: string): StylexType;
|
46
|
+
backDropFilter(backDropFilter: string): StylexType;
|
47
|
+
transition(transition: string): StylexType;
|
48
|
+
transform(transform: string): StylexType;
|
50
49
|
fontSize: (fontSize: string | number, important?: boolean) => StylexType;
|
51
|
-
fontWeight
|
52
|
-
lineHeight
|
53
|
-
letterSpacing
|
50
|
+
fontWeight(fontWeight: number): StylexType;
|
51
|
+
lineHeight(lineHeight: string): StylexType;
|
52
|
+
letterSpacing(letterSpacing: string): StylexType;
|
54
53
|
textDecoration: (textDecoration: string, important?: boolean) => StylexType;
|
55
54
|
background: (background: string, important?: boolean) => StylexType;
|
56
|
-
opacity
|
57
|
-
backgroundImage
|
55
|
+
opacity(opacity: string | number): StylexType;
|
56
|
+
backgroundImage(backgroundImage: string, important?: boolean): StylexType;
|
57
|
+
backgroundPosition(backgroundPosition: string, important?: boolean): StylexType;
|
58
|
+
backgroundRepeat(backgroundRepeat: string, important?: boolean): StylexType;
|
59
|
+
backgroundSize(backgroundSize: string, important?: boolean): StylexType;
|
58
60
|
backgroundColor: (backgroundColor: string, important?: boolean) => StylexType;
|
59
61
|
color: (color: string, important?: boolean) => StylexType;
|
60
62
|
borderTopLeftRadius: (borderTopLeftRadius: string, important?: boolean) => StylexType;
|
@@ -76,26 +78,29 @@ export declare const cssRules: {
|
|
76
78
|
borderRight: (borderRight: string | number, important?: boolean) => StylexType;
|
77
79
|
borderBottom: (borderBottom: string | number, important?: boolean) => StylexType;
|
78
80
|
borderTop: (borderTop: string | number, important?: boolean) => StylexType;
|
79
|
-
borderRadius
|
80
|
-
textTransform
|
81
|
-
lineCamp
|
81
|
+
borderRadius(borderRadius: string | number): StylexType;
|
82
|
+
textTransform(textTransform: string): StylexType;
|
83
|
+
lineCamp(lineCamp: number): StylexType;
|
82
84
|
overflow: (overflow: string, important?: boolean) => StylexType;
|
83
85
|
overflowY: (overflowY: string, important?: boolean) => StylexType;
|
84
86
|
overflowX: (overflowX: string, important?: boolean) => StylexType;
|
85
|
-
boxOrient
|
87
|
+
boxOrient(boxOrient: string): StylexType;
|
86
88
|
cursor: (cursor: string, important?: boolean) => StylexType;
|
87
89
|
top: (top: number | string, important?: boolean) => StylexType;
|
88
|
-
left
|
90
|
+
left(left: number | string): StylexType;
|
89
91
|
right: (right: number | string, important?: boolean) => StylexType;
|
90
|
-
zIndex
|
91
|
-
textAlign
|
92
|
-
transformOrigin
|
93
|
-
borderColor
|
94
|
-
pointerEvents
|
95
|
-
verticalAlign
|
96
|
-
textOverflow
|
92
|
+
zIndex(zIndex: number): StylexType;
|
93
|
+
textAlign(textAlign: string): StylexType;
|
94
|
+
transformOrigin(transformOrigin: string): StylexType;
|
95
|
+
borderColor(borderColor: string): StylexType;
|
96
|
+
pointerEvents(pointerEvents: string): StylexType;
|
97
|
+
verticalAlign(verticalAlign: string): StylexType;
|
98
|
+
textOverflow(textOverflow: string): StylexType;
|
99
|
+
flexShrink(flexShrink: string | number): StylexType;
|
100
|
+
gridTemplateColumns(gridTemplateColumns: string | number): StylexType;
|
97
101
|
hover: {
|
98
102
|
cursor: (cursor: string, important?: boolean) => StylexType;
|
103
|
+
transform: (transform: string) => StylexType;
|
99
104
|
background: (background: string) => StylexType;
|
100
105
|
backgroundColor: (backgroundColor: string, important?: boolean) => StylexType;
|
101
106
|
boxShadow: (boxShadow: string) => StylexType;
|
@@ -216,6 +221,4 @@ export declare const cssRules: {
|
|
216
221
|
lg: {};
|
217
222
|
};
|
218
223
|
};
|
219
|
-
export declare function mergeCssRules(...styles: ReadonlyArray<StylexType>): Readonly<StylexType>;
|
220
|
-
export declare function toStylexProps(...styles: any[]): StylexType;
|
221
224
|
export {};
|
@@ -160,9 +160,7 @@ export interface VueComponentConnectProps {
|
|
160
160
|
export declare const VueComponentConnect: {
|
161
161
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
162
162
|
content: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
|
163
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {},
|
164
|
-
content: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
|
165
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
163
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
166
164
|
P: {};
|
167
165
|
B: {};
|
168
166
|
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: {};
|
@@ -14,21 +14,7 @@ declare const _default: {
|
|
14
14
|
serviceId: {
|
15
15
|
type: import("vue").PropType<guid>;
|
16
16
|
};
|
17
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
18
|
-
tableName: {
|
19
|
-
type: import("vue").PropType<string>;
|
20
|
-
};
|
21
|
-
additionalTitle: {
|
22
|
-
type: import("vue").PropType<string>;
|
23
|
-
};
|
24
|
-
additionalBuiltInProperties: {
|
25
|
-
type: import("vue").PropType<guid[]>;
|
26
|
-
required: false;
|
27
|
-
};
|
28
|
-
serviceId: {
|
29
|
-
type: import("vue").PropType<guid>;
|
30
|
-
};
|
31
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
17
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
32
18
|
P: {};
|
33
19
|
B: {};
|
34
20
|
D: {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
export declare namespace OmniaRedirectLocalize {
|
2
|
+
const namespace = "OmniaRedirectLocalization";
|
3
|
+
interface localize {
|
4
|
+
Settings: {
|
5
|
+
Title: string;
|
6
|
+
Detail: {
|
7
|
+
Add: string;
|
8
|
+
Edit: string;
|
9
|
+
SourcePath: string;
|
10
|
+
TargetPath: string;
|
11
|
+
PermanentRedirect: string;
|
12
|
+
RedirectType: string;
|
13
|
+
};
|
14
|
+
Type: {
|
15
|
+
StatusRedirect: string;
|
16
|
+
};
|
17
|
+
};
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Redirect } from "@omnia/fx-models";
|
2
|
+
export declare function useOmniaRedirectService(): {
|
3
|
+
getAll: () => Promise<Redirect[]>;
|
4
|
+
insert: (redirectInfo: Redirect) => Promise<boolean>;
|
5
|
+
update: (redirectInfo: Redirect) => Promise<boolean>;
|
6
|
+
remove: (redirectId: number) => Promise<boolean>;
|
7
|
+
};
|
@@ -0,0 +1,93 @@
|
|
1
|
+
import { guid, Redirect } from "@omnia/fx-models";
|
2
|
+
export declare const useOmniaRedirectStore: () => {
|
3
|
+
get: {
|
4
|
+
readonly allRedirects: Redirect[];
|
5
|
+
readonly editMode: boolean;
|
6
|
+
readonly editRedirect: Redirect;
|
7
|
+
};
|
8
|
+
actions: {
|
9
|
+
onDispatching: {
|
10
|
+
ensureLoadAllRedirect: {
|
11
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
12
|
+
};
|
13
|
+
insert: {
|
14
|
+
subscribe(fn: (redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
+
};
|
16
|
+
update: {
|
17
|
+
subscribe(fn: (redireftInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
+
};
|
19
|
+
turnOnAddMode: {
|
20
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
+
};
|
22
|
+
editRedirect: {
|
23
|
+
subscribe(fn: (redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
25
|
+
remove: {
|
26
|
+
subscribe(fn: (redirectId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
+
};
|
28
|
+
saveRedirect: {
|
29
|
+
subscribe(fn: (redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
+
};
|
31
|
+
};
|
32
|
+
onDispatched: {
|
33
|
+
ensureLoadAllRedirect: {
|
34
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
+
};
|
36
|
+
insert: {
|
37
|
+
subscribe(fn: (result: void, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
+
};
|
39
|
+
update: {
|
40
|
+
subscribe(fn: (result: void, redireftInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
};
|
42
|
+
turnOnAddMode: {
|
43
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
};
|
45
|
+
editRedirect: {
|
46
|
+
subscribe(fn: (result: void, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
+
};
|
48
|
+
remove: {
|
49
|
+
subscribe(fn: (result: void, redirectId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
};
|
51
|
+
saveRedirect: {
|
52
|
+
subscribe(fn: (result: boolean, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
+
};
|
54
|
+
};
|
55
|
+
onFailure: {
|
56
|
+
ensureLoadAllRedirect: {
|
57
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
+
};
|
59
|
+
insert: {
|
60
|
+
subscribe(fn: (failureReason: any, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
+
};
|
62
|
+
update: {
|
63
|
+
subscribe(fn: (failureReason: any, redireftInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
+
};
|
65
|
+
turnOnAddMode: {
|
66
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
|
+
};
|
68
|
+
editRedirect: {
|
69
|
+
subscribe(fn: (failureReason: any, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
|
+
};
|
71
|
+
remove: {
|
72
|
+
subscribe(fn: (failureReason: any, redirectId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
73
|
+
};
|
74
|
+
saveRedirect: {
|
75
|
+
subscribe(fn: (failureReason: any, redirectInfo: Redirect) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
|
+
};
|
77
|
+
};
|
78
|
+
} & {
|
79
|
+
ensureLoadAllRedirect(): Promise<void>;
|
80
|
+
insert(redirectInfo: Redirect): Promise<void>;
|
81
|
+
update(redireftInfo: Redirect): Promise<void>;
|
82
|
+
turnOnAddMode(): void;
|
83
|
+
editRedirect(redirectInfo: Redirect): void;
|
84
|
+
remove(redirectId: number): Promise<void>;
|
85
|
+
saveRedirect(redirectInfo: Redirect): Promise<boolean>;
|
86
|
+
};
|
87
|
+
bladeIds: {
|
88
|
+
redirectManager: guid;
|
89
|
+
redirectDetail: guid;
|
90
|
+
};
|
91
|
+
} & {
|
92
|
+
dispose?: () => void;
|
93
|
+
};
|
package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegional.d.ts
CHANGED
@@ -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: {};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare namespace OmniaSEOManagerLocalize {
|
2
|
+
const namespace = "OmniaSeoManager";
|
3
|
+
interface localize {
|
4
|
+
Title: string;
|
5
|
+
Detail: string;
|
6
|
+
Info: {
|
7
|
+
LastSnapshotAt: string;
|
8
|
+
SnapshotDuration: string;
|
9
|
+
LastCrawlAt: string;
|
10
|
+
Path: string;
|
11
|
+
};
|
12
|
+
ReCrawl: string;
|
13
|
+
TriggerCrawlSuccess: string;
|
14
|
+
}
|
15
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { ItemQueryResult } from "@omnia/fx-models";
|
2
|
+
import { ItemQuery } from "@omnia/fx-models";
|
3
|
+
import { SeoBasicInfo } from "@omnia/fx/ux";
|
4
|
+
export declare function useSeoService(): {
|
5
|
+
fetchAll: (itemQuery: ItemQuery) => Promise<ItemQueryResult<SeoBasicInfo>>;
|
6
|
+
getNewSnapShot: (path: string) => Promise<void>;
|
7
|
+
};
|
package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts
ADDED
@@ -0,0 +1,55 @@
|
|
1
|
+
import { guid, TenantRegionalSettings } from "@omnia/fx-models";
|
2
|
+
import { SeoBasicInfo } from "@omnia/fx/ux";
|
3
|
+
export declare const useSEOManager: () => {
|
4
|
+
bladeIds: {
|
5
|
+
seoManager: guid;
|
6
|
+
seoDetails: guid;
|
7
|
+
};
|
8
|
+
get: {
|
9
|
+
readonly snapshotInfos: SeoBasicInfo[];
|
10
|
+
readonly snapshotDetail: SeoBasicInfo;
|
11
|
+
readonly dateFormat: string;
|
12
|
+
readonly regionalSettings: TenantRegionalSettings;
|
13
|
+
readonly itemLimit: number;
|
14
|
+
readonly total: number;
|
15
|
+
};
|
16
|
+
mutate: {
|
17
|
+
snapshotDetail: SeoBasicInfo;
|
18
|
+
page: number;
|
19
|
+
itemLimit: number;
|
20
|
+
};
|
21
|
+
actions: {
|
22
|
+
onDispatching: {
|
23
|
+
ensureDataLoad: {
|
24
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
+
};
|
26
|
+
forceGetNewSnapshot: {
|
27
|
+
subscribe(fn: (snapshotInfo: SeoBasicInfo) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
+
};
|
29
|
+
};
|
30
|
+
onDispatched: {
|
31
|
+
ensureDataLoad: {
|
32
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
forceGetNewSnapshot: {
|
35
|
+
subscribe(fn: (result: void, snapshotInfo: SeoBasicInfo) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
+
};
|
37
|
+
};
|
38
|
+
onFailure: {
|
39
|
+
ensureDataLoad: {
|
40
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
};
|
42
|
+
forceGetNewSnapshot: {
|
43
|
+
subscribe(fn: (failureReason: any, snapshotInfo: SeoBasicInfo) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
};
|
45
|
+
};
|
46
|
+
} & {
|
47
|
+
ensureDataLoad(): Promise<void>;
|
48
|
+
/**
|
49
|
+
* Trigger omnia to try to get new snapshot of this page
|
50
|
+
*/
|
51
|
+
forceGetNewSnapshot(snapshotInfo: SeoBasicInfo): Promise<void>;
|
52
|
+
};
|
53
|
+
} & {
|
54
|
+
dispose?: () => void;
|
55
|
+
};
|
@@ -12,6 +12,13 @@ export declare class Router {
|
|
12
12
|
* Subscribe to navigate events
|
13
13
|
**/
|
14
14
|
static get onNavigate(): IMessageBusTopicSubscription<IRouteContext>;
|
15
|
+
/**
|
16
|
+
* Subscribe to navigate events
|
17
|
+
**/
|
18
|
+
static get onBeforeNavigate(): IMessageBusTopicSubscription<{
|
19
|
+
path: string;
|
20
|
+
title: string;
|
21
|
+
}>;
|
15
22
|
static init(): void;
|
16
23
|
static setDocumentTitle(title: string, ignoreIfTokenBasedExists?: boolean): void;
|
17
24
|
/**
|
@@ -7,13 +7,7 @@ declare const _default: {
|
|
7
7
|
settings: import("vue").Prop<AppInstanceRollupBlockSettings, AppInstanceRollupBlockSettings>;
|
8
8
|
blockInstance: import("vue").Prop<IBlockInstance<AppInstanceRollupBlockSettings>, IBlockInstance<AppInstanceRollupBlockSettings>>;
|
9
9
|
onFollowAppInstanceClicked: import("vue").Prop<(appInstanceInfoUser: AppInstanceInfoUser) => void, (appInstanceInfoUser: AppInstanceInfoUser) => void>;
|
10
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
11
|
-
hideBlock: import("vue").Prop<(hidden: boolean) => void, (hidden: boolean) => void>;
|
12
|
-
appDefinitionId: import("vue").Prop<guid, guid>;
|
13
|
-
settings: import("vue").Prop<AppInstanceRollupBlockSettings, AppInstanceRollupBlockSettings>;
|
14
|
-
blockInstance: import("vue").Prop<IBlockInstance<AppInstanceRollupBlockSettings>, IBlockInstance<AppInstanceRollupBlockSettings>>;
|
15
|
-
onFollowAppInstanceClicked: import("vue").Prop<(appInstanceInfoUser: AppInstanceInfoUser) => void, (appInstanceInfoUser: AppInstanceInfoUser) => void>;
|
16
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
10
|
+
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
17
11
|
P: {};
|
18
12
|
B: {};
|
19
13
|
D: {};
|
package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import "./AppInstanceRollup.css";
|
2
2
|
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
3
|
+
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, {
|
4
4
|
P: {};
|
5
5
|
B: {};
|
6
6
|
D: {};
|
@@ -3,10 +3,7 @@ declare const _default: {
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
close: import("vue").Prop<() => void, () => void>;
|
5
5
|
initialRenderingInstance: import("vue").Prop<AppInstanceRollupRenderingInstance, AppInstanceRollupRenderingInstance>;
|
6
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
7
|
-
close: import("vue").Prop<() => void, () => void>;
|
8
|
-
initialRenderingInstance: import("vue").Prop<AppInstanceRollupRenderingInstance, AppInstanceRollupRenderingInstance>;
|
9
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
6
|
+
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
10
7
|
P: {};
|
11
8
|
B: {};
|
12
9
|
D: {};
|
package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
declare const _default: {
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
3
3
|
total: import("vue").Prop<number, number>;
|
4
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
5
|
-
total: import("vue").Prop<number, number>;
|
6
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
4
|
+
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
7
5
|
P: {};
|
8
6
|
B: {};
|
9
7
|
D: {};
|
package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts
CHANGED
@@ -4,11 +4,7 @@ declare const _default: {
|
|
4
4
|
settings: import("vue").Prop<AppInstanceRollupBlockSettings, AppInstanceRollupBlockSettings>;
|
5
5
|
updateSettings: import("vue").Prop<(settings: AppInstanceRollupBlockSettings) => void, (settings: AppInstanceRollupBlockSettings) => void>;
|
6
6
|
isInWcm: import("vue").Prop<boolean, boolean>;
|
7
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
8
|
-
settings: import("vue").Prop<AppInstanceRollupBlockSettings, AppInstanceRollupBlockSettings>;
|
9
|
-
updateSettings: import("vue").Prop<(settings: AppInstanceRollupBlockSettings) => void, (settings: AppInstanceRollupBlockSettings) => void>;
|
10
|
-
isInWcm: import("vue").Prop<boolean, boolean>;
|
11
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
12
8
|
P: {};
|
13
9
|
B: {};
|
14
10
|
D: {};
|
@@ -83,89 +83,7 @@ declare const _default: {
|
|
83
83
|
type: PropType<object[]>;
|
84
84
|
required: true;
|
85
85
|
};
|
86
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
87
|
-
optionValue: {
|
88
|
-
type: StringConstructor;
|
89
|
-
default: string;
|
90
|
-
};
|
91
|
-
optionText: {
|
92
|
-
type: StringConstructor;
|
93
|
-
default: string;
|
94
|
-
};
|
95
|
-
"onUpdate:modelValue": {
|
96
|
-
type: PropType<(value: number) => any | void>;
|
97
|
-
};
|
98
|
-
"v-model": {
|
99
|
-
type: PropType<number>;
|
100
|
-
required: false;
|
101
|
-
};
|
102
|
-
modelValue: {
|
103
|
-
type: PropType<number>;
|
104
|
-
required: false;
|
105
|
-
};
|
106
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
107
|
-
type: PropType<(value: number) => any | void>;
|
108
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
109
|
-
type: PropType<number>;
|
110
|
-
required: false;
|
111
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
112
|
-
type: PropType<number>;
|
113
|
-
required: false;
|
114
|
-
}; } & {
|
115
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, number, {
|
116
|
-
"onUpdate:modelValue": {
|
117
|
-
type: PropType<(value: number) => any | void>;
|
118
|
-
};
|
119
|
-
} & {
|
120
|
-
"v-model": {
|
121
|
-
type: PropType<number>;
|
122
|
-
required: false;
|
123
|
-
};
|
124
|
-
} & {
|
125
|
-
modelValue: {
|
126
|
-
type: PropType<number>;
|
127
|
-
required: false;
|
128
|
-
};
|
129
|
-
}>;
|
130
|
-
defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
|
131
|
-
"onUpdate:modelValue": {
|
132
|
-
type: PropType<(value: number) => any | void>;
|
133
|
-
};
|
134
|
-
} & {
|
135
|
-
"v-model": {
|
136
|
-
type: PropType<number>;
|
137
|
-
required: false;
|
138
|
-
};
|
139
|
-
} & {
|
140
|
-
modelValue: {
|
141
|
-
type: PropType<number>;
|
142
|
-
required: false;
|
143
|
-
};
|
144
|
-
}, false>;
|
145
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, number, {
|
146
|
-
"onUpdate:modelValue": {
|
147
|
-
type: PropType<(value: number) => any | void>;
|
148
|
-
};
|
149
|
-
} & {
|
150
|
-
"v-model": {
|
151
|
-
type: PropType<number>;
|
152
|
-
required: false;
|
153
|
-
};
|
154
|
-
} & {
|
155
|
-
modelValue: {
|
156
|
-
type: PropType<number>;
|
157
|
-
required: false;
|
158
|
-
};
|
159
|
-
}>;
|
160
|
-
};
|
161
|
-
icon: {
|
162
|
-
type: PropType<IconPickerModel>;
|
163
|
-
};
|
164
|
-
options: {
|
165
|
-
type: PropType<object[]>;
|
166
|
-
required: true;
|
167
|
-
};
|
168
|
-
}>>, {
|
86
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
169
87
|
optionValue: string;
|
170
88
|
optionText: string;
|
171
89
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
@@ -415,8 +333,8 @@ declare const _default: {
|
|
415
333
|
}>;
|
416
334
|
};
|
417
335
|
icon?: IconPickerModel;
|
418
|
-
modelValue?: number;
|
419
336
|
"v-model"?: number;
|
337
|
+
modelValue?: number;
|
420
338
|
"onUpdate:modelValue"?: (value: number) => any | void;
|
421
339
|
optionValue?: string;
|
422
340
|
optionText?: string;
|