@omnia/fx 8.0.162-dev → 8.0.164-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/Console.d.ts +2 -6
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +31 -16
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +33 -6
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +17 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +113 -84
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +155 -126
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +51 -11
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +29 -6
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +18 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +23 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +15 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +23 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +14 -5
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +22 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +52 -6071
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +756 -752
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +72 -72
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +756 -752
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +70 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +19 -4
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +23 -4
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +17 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +206 -135
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/VimeoProvider.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/loc/localize.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/LegacyVideo.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +31 -4
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +77 -27
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +55 -55
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -6187
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +46 -12384
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +81 -26
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +572 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/{textfield → inputfield}/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +100 -71
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +59 -12381
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +41 -4
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -6187
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/use/UseJourney.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +220 -80
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +45 -17
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +73 -12
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +3 -16
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +27 -211
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +186 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddApp.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +59 -29
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +98 -98
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/{ContainerEditor.d.ts → BackgroundEditor.d.ts} +112 -91
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +446 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +132 -97
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +350 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +72 -11
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ReferenceEditor.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/velcron/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +28 -8
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +19 -8
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +2 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +52 -28
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/{oxide/textfield → datetimepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/textfield → datetimepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{datetimepicker/DateTimePicker.css.d.ts → vuetify/input/VNumber.bundle.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronEditor } from "@omnia/fx-models";
|
2
2
|
export interface PropertySettingsItem {
|
3
3
|
text: string;
|
4
4
|
id: any;
|
@@ -6,134 +6,134 @@ export interface PropertySettingsItem {
|
|
6
6
|
declare const _default: {
|
7
7
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
8
8
|
"onUpdate:modelValue": {
|
9
|
-
type: import("vue").PropType<(value:
|
9
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
10
10
|
};
|
11
11
|
"v-model": {
|
12
|
-
type: import("vue").PropType<
|
12
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
13
13
|
required: false;
|
14
14
|
};
|
15
15
|
modelValue: {
|
16
|
-
type: import("vue").PropType<
|
16
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
17
17
|
required: false;
|
18
18
|
};
|
19
19
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
20
|
-
type: import("vue").PropType<(value:
|
20
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
21
21
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
22
|
-
type: import("vue").PropType<
|
22
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
23
23
|
required: false;
|
24
24
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
25
|
-
type: import("vue").PropType<
|
25
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
26
26
|
required: false;
|
27
27
|
}; } & {
|
28
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
28
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronEditor<any>, {
|
29
29
|
"onUpdate:modelValue": {
|
30
|
-
type: import("vue").PropType<(value:
|
30
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
31
31
|
};
|
32
32
|
} & {
|
33
33
|
"v-model": {
|
34
|
-
type: import("vue").PropType<
|
34
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
35
35
|
required: false;
|
36
36
|
};
|
37
37
|
} & {
|
38
38
|
modelValue: {
|
39
|
-
type: import("vue").PropType<
|
39
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
40
40
|
required: false;
|
41
41
|
};
|
42
42
|
}>;
|
43
|
-
defaultValue(value?:
|
43
|
+
defaultValue(value?: VelcronEditor<any>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronEditor<any>, {
|
44
44
|
"onUpdate:modelValue": {
|
45
|
-
type: import("vue").PropType<(value:
|
45
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
46
46
|
};
|
47
47
|
} & {
|
48
48
|
"v-model": {
|
49
|
-
type: import("vue").PropType<
|
49
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
50
50
|
required: false;
|
51
51
|
};
|
52
52
|
} & {
|
53
53
|
modelValue: {
|
54
|
-
type: import("vue").PropType<
|
54
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
55
55
|
required: false;
|
56
56
|
};
|
57
57
|
}, false>;
|
58
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
58
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronEditor<any>, {
|
59
59
|
"onUpdate:modelValue": {
|
60
|
-
type: import("vue").PropType<(value:
|
60
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
61
61
|
};
|
62
62
|
} & {
|
63
63
|
"v-model": {
|
64
|
-
type: import("vue").PropType<
|
64
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
65
65
|
required: false;
|
66
66
|
};
|
67
67
|
} & {
|
68
68
|
modelValue: {
|
69
|
-
type: import("vue").PropType<
|
69
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
70
70
|
required: false;
|
71
71
|
};
|
72
72
|
}>;
|
73
73
|
};
|
74
74
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
75
75
|
"onUpdate:modelValue": {
|
76
|
-
type: import("vue").PropType<(value:
|
76
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
77
77
|
};
|
78
78
|
"v-model": {
|
79
|
-
type: import("vue").PropType<
|
79
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
80
80
|
required: false;
|
81
81
|
};
|
82
82
|
modelValue: {
|
83
|
-
type: import("vue").PropType<
|
83
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
84
84
|
required: false;
|
85
85
|
};
|
86
86
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
87
|
-
type: import("vue").PropType<(value:
|
87
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
88
88
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
89
|
-
type: import("vue").PropType<
|
89
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
90
90
|
required: false;
|
91
91
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
92
|
-
type: import("vue").PropType<
|
92
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
93
93
|
required: false;
|
94
94
|
}; } & {
|
95
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
95
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronEditor<any>, {
|
96
96
|
"onUpdate:modelValue": {
|
97
|
-
type: import("vue").PropType<(value:
|
97
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
98
98
|
};
|
99
99
|
} & {
|
100
100
|
"v-model": {
|
101
|
-
type: import("vue").PropType<
|
101
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
102
102
|
required: false;
|
103
103
|
};
|
104
104
|
} & {
|
105
105
|
modelValue: {
|
106
|
-
type: import("vue").PropType<
|
106
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
107
107
|
required: false;
|
108
108
|
};
|
109
109
|
}>;
|
110
|
-
defaultValue(value?:
|
110
|
+
defaultValue(value?: VelcronEditor<any>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronEditor<any>, {
|
111
111
|
"onUpdate:modelValue": {
|
112
|
-
type: import("vue").PropType<(value:
|
112
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
113
113
|
};
|
114
114
|
} & {
|
115
115
|
"v-model": {
|
116
|
-
type: import("vue").PropType<
|
116
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
117
117
|
required: false;
|
118
118
|
};
|
119
119
|
} & {
|
120
120
|
modelValue: {
|
121
|
-
type: import("vue").PropType<
|
121
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
122
122
|
required: false;
|
123
123
|
};
|
124
124
|
}, false>;
|
125
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
125
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronEditor<any>, {
|
126
126
|
"onUpdate:modelValue": {
|
127
|
-
type: import("vue").PropType<(value:
|
127
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
128
128
|
};
|
129
129
|
} & {
|
130
130
|
"v-model": {
|
131
|
-
type: import("vue").PropType<
|
131
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
132
132
|
required: false;
|
133
133
|
};
|
134
134
|
} & {
|
135
135
|
modelValue: {
|
136
|
-
type: import("vue").PropType<
|
136
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
137
137
|
required: false;
|
138
138
|
};
|
139
139
|
}>;
|
@@ -147,67 +147,67 @@ declare const _default: {
|
|
147
147
|
Defaults: {};
|
148
148
|
}, Readonly<import("vue").ExtractPropTypes<{
|
149
149
|
"onUpdate:modelValue": {
|
150
|
-
type: import("vue").PropType<(value:
|
150
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
151
151
|
};
|
152
152
|
"v-model": {
|
153
|
-
type: import("vue").PropType<
|
153
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
154
154
|
required: false;
|
155
155
|
};
|
156
156
|
modelValue: {
|
157
|
-
type: import("vue").PropType<
|
157
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
158
158
|
required: false;
|
159
159
|
};
|
160
160
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
161
|
-
type: import("vue").PropType<(value:
|
161
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
162
162
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
163
|
-
type: import("vue").PropType<
|
163
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
164
164
|
required: false;
|
165
165
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
166
|
-
type: import("vue").PropType<
|
166
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
167
167
|
required: false;
|
168
168
|
}; } & {
|
169
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
169
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronEditor<any>, {
|
170
170
|
"onUpdate:modelValue": {
|
171
|
-
type: import("vue").PropType<(value:
|
171
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
172
172
|
};
|
173
173
|
} & {
|
174
174
|
"v-model": {
|
175
|
-
type: import("vue").PropType<
|
175
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
176
176
|
required: false;
|
177
177
|
};
|
178
178
|
} & {
|
179
179
|
modelValue: {
|
180
|
-
type: import("vue").PropType<
|
180
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
181
181
|
required: false;
|
182
182
|
};
|
183
183
|
}>;
|
184
|
-
defaultValue(value?:
|
184
|
+
defaultValue(value?: VelcronEditor<any>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronEditor<any>, {
|
185
185
|
"onUpdate:modelValue": {
|
186
|
-
type: import("vue").PropType<(value:
|
186
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
187
187
|
};
|
188
188
|
} & {
|
189
189
|
"v-model": {
|
190
|
-
type: import("vue").PropType<
|
190
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
191
191
|
required: false;
|
192
192
|
};
|
193
193
|
} & {
|
194
194
|
modelValue: {
|
195
|
-
type: import("vue").PropType<
|
195
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
196
196
|
required: false;
|
197
197
|
};
|
198
198
|
}, false>;
|
199
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
199
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronEditor<any>, {
|
200
200
|
"onUpdate:modelValue": {
|
201
|
-
type: import("vue").PropType<(value:
|
201
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
202
202
|
};
|
203
203
|
} & {
|
204
204
|
"v-model": {
|
205
|
-
type: import("vue").PropType<
|
205
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
206
206
|
required: false;
|
207
207
|
};
|
208
208
|
} & {
|
209
209
|
modelValue: {
|
210
|
-
type: import("vue").PropType<
|
210
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
211
211
|
required: false;
|
212
212
|
};
|
213
213
|
}>;
|
@@ -218,67 +218,67 @@ declare const _default: {
|
|
218
218
|
__isSuspense?: never;
|
219
219
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
220
220
|
"onUpdate:modelValue": {
|
221
|
-
type: import("vue").PropType<(value:
|
221
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
222
222
|
};
|
223
223
|
"v-model": {
|
224
|
-
type: import("vue").PropType<
|
224
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
225
225
|
required: false;
|
226
226
|
};
|
227
227
|
modelValue: {
|
228
|
-
type: import("vue").PropType<
|
228
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
229
229
|
required: false;
|
230
230
|
};
|
231
231
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
232
|
-
type: import("vue").PropType<(value:
|
232
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
233
233
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
234
|
-
type: import("vue").PropType<
|
234
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
235
235
|
required: false;
|
236
236
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
237
|
-
type: import("vue").PropType<
|
237
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
238
238
|
required: false;
|
239
239
|
}; } & {
|
240
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
240
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronEditor<any>, {
|
241
241
|
"onUpdate:modelValue": {
|
242
|
-
type: import("vue").PropType<(value:
|
242
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
243
243
|
};
|
244
244
|
} & {
|
245
245
|
"v-model": {
|
246
|
-
type: import("vue").PropType<
|
246
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
247
247
|
required: false;
|
248
248
|
};
|
249
249
|
} & {
|
250
250
|
modelValue: {
|
251
|
-
type: import("vue").PropType<
|
251
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
252
252
|
required: false;
|
253
253
|
};
|
254
254
|
}>;
|
255
|
-
defaultValue(value?:
|
255
|
+
defaultValue(value?: VelcronEditor<any>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronEditor<any>, {
|
256
256
|
"onUpdate:modelValue": {
|
257
|
-
type: import("vue").PropType<(value:
|
257
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
258
258
|
};
|
259
259
|
} & {
|
260
260
|
"v-model": {
|
261
|
-
type: import("vue").PropType<
|
261
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
262
262
|
required: false;
|
263
263
|
};
|
264
264
|
} & {
|
265
265
|
modelValue: {
|
266
|
-
type: import("vue").PropType<
|
266
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
267
267
|
required: false;
|
268
268
|
};
|
269
269
|
}, false>;
|
270
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
270
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronEditor<any>, {
|
271
271
|
"onUpdate:modelValue": {
|
272
|
-
type: import("vue").PropType<(value:
|
272
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
273
273
|
};
|
274
274
|
} & {
|
275
275
|
"v-model": {
|
276
|
-
type: import("vue").PropType<
|
276
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
277
277
|
required: false;
|
278
278
|
};
|
279
279
|
} & {
|
280
280
|
modelValue: {
|
281
|
-
type: import("vue").PropType<
|
281
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
282
282
|
required: false;
|
283
283
|
};
|
284
284
|
}>;
|
@@ -287,68 +287,68 @@ declare const _default: {
|
|
287
287
|
propsDefinition: Omit<Readonly<{} & {
|
288
288
|
name?: {
|
289
289
|
[x: `onUpdate:${string}`]: {
|
290
|
-
type: import("vue").PropType<(value:
|
290
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
291
291
|
};
|
292
292
|
} & {
|
293
293
|
[x: `v-model:${string}`]: {
|
294
|
-
type: import("vue").PropType<
|
294
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
295
295
|
required: false;
|
296
296
|
};
|
297
297
|
} & {
|
298
298
|
[x: string]: {
|
299
|
-
type: import("vue").PropType<
|
299
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
300
300
|
required: false;
|
301
301
|
};
|
302
302
|
} & {
|
303
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string,
|
303
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronEditor<any>, {
|
304
304
|
"onUpdate:modelValue": {
|
305
|
-
type: import("vue").PropType<(value:
|
305
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
306
306
|
};
|
307
307
|
} & {
|
308
308
|
"v-model": {
|
309
|
-
type: import("vue").PropType<
|
309
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
310
310
|
required: false;
|
311
311
|
};
|
312
312
|
} & {
|
313
313
|
modelValue: {
|
314
|
-
type: import("vue").PropType<
|
314
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
315
315
|
required: false;
|
316
316
|
};
|
317
317
|
}>;
|
318
|
-
defaultValue(value?:
|
318
|
+
defaultValue(value?: VelcronEditor<any>): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronEditor<any>, {
|
319
319
|
"onUpdate:modelValue": {
|
320
|
-
type: import("vue").PropType<(value:
|
320
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
321
321
|
};
|
322
322
|
} & {
|
323
323
|
"v-model": {
|
324
|
-
type: import("vue").PropType<
|
324
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
325
325
|
required: false;
|
326
326
|
};
|
327
327
|
} & {
|
328
328
|
modelValue: {
|
329
|
-
type: import("vue").PropType<
|
329
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
330
330
|
required: false;
|
331
331
|
};
|
332
332
|
}, false>;
|
333
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string,
|
333
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronEditor<any>, {
|
334
334
|
"onUpdate:modelValue": {
|
335
|
-
type: import("vue").PropType<(value:
|
335
|
+
type: import("vue").PropType<(value: VelcronEditor<any>) => any>;
|
336
336
|
};
|
337
337
|
} & {
|
338
338
|
"v-model": {
|
339
|
-
type: import("vue").PropType<
|
339
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
340
340
|
required: false;
|
341
341
|
};
|
342
342
|
} & {
|
343
343
|
modelValue: {
|
344
|
-
type: import("vue").PropType<
|
344
|
+
type: import("vue").PropType<VelcronEditor<any>>;
|
345
345
|
required: false;
|
346
346
|
};
|
347
347
|
}>;
|
348
348
|
};
|
349
|
-
"v-model"?:
|
350
|
-
"onUpdate:modelValue"?: (value:
|
351
|
-
modelValue?:
|
349
|
+
"v-model"?: VelcronEditor<any>;
|
350
|
+
"onUpdate:modelValue"?: (value: VelcronEditor<any>) => any;
|
351
|
+
modelValue?: VelcronEditor<any>;
|
352
352
|
}>, never>;
|
353
353
|
};
|
354
354
|
export default _default;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
import { ColorValue } from "@omnia/fx-models";
|
1
2
|
export interface BoldOptions {
|
2
3
|
HTMLAttributes: Record<string, any>;
|
3
4
|
}
|
@@ -7,7 +8,7 @@ declare module "@tiptap/core" {
|
|
7
8
|
/**
|
8
9
|
* Set the text color
|
9
10
|
*/
|
10
|
-
setColor: (color:
|
11
|
+
setColor: (color: ColorValue) => ReturnType;
|
11
12
|
/**
|
12
13
|
* Unset the text color
|
13
14
|
*/
|
@@ -12,9 +12,18 @@ declare const _default: {
|
|
12
12
|
} & {
|
13
13
|
type: import("vue").PropType<string>;
|
14
14
|
};
|
15
|
-
colorSchemaType
|
16
|
-
|
17
|
-
|
15
|
+
colorSchemaType: {
|
16
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
17
|
+
required: boolean;
|
18
|
+
};
|
19
|
+
container: {
|
20
|
+
type: BooleanConstructor;
|
21
|
+
required: boolean;
|
22
|
+
};
|
23
|
+
colors: {
|
24
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
25
|
+
required: boolean;
|
26
|
+
};
|
18
27
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
19
28
|
"rendering-mode": {
|
20
29
|
type: import("vue").PropType<BlockRenderingModes>;
|
@@ -27,13 +36,20 @@ declare const _default: {
|
|
27
36
|
} & {
|
28
37
|
type: import("vue").PropType<string>;
|
29
38
|
};
|
30
|
-
colorSchemaType
|
31
|
-
|
32
|
-
|
39
|
+
colorSchemaType: {
|
40
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
41
|
+
required: boolean;
|
42
|
+
};
|
43
|
+
container: {
|
44
|
+
type: BooleanConstructor;
|
45
|
+
required: boolean;
|
46
|
+
};
|
47
|
+
colors: {
|
48
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
49
|
+
required: boolean;
|
50
|
+
};
|
33
51
|
}>>, {
|
34
|
-
container
|
35
|
-
colorSchemaType?: any;
|
36
|
-
colors?: any;
|
52
|
+
container: boolean;
|
37
53
|
}, true, {}, {}, {
|
38
54
|
P: {};
|
39
55
|
B: {};
|
@@ -53,13 +69,20 @@ declare const _default: {
|
|
53
69
|
} & {
|
54
70
|
type: import("vue").PropType<string>;
|
55
71
|
};
|
56
|
-
colorSchemaType
|
57
|
-
|
58
|
-
|
72
|
+
colorSchemaType: {
|
73
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
74
|
+
required: boolean;
|
75
|
+
};
|
76
|
+
container: {
|
77
|
+
type: BooleanConstructor;
|
78
|
+
required: boolean;
|
79
|
+
};
|
80
|
+
colors: {
|
81
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
82
|
+
required: boolean;
|
83
|
+
};
|
59
84
|
}>>, () => JSX.Element, {}, {}, {}, {
|
60
|
-
container
|
61
|
-
colorSchemaType?: any;
|
62
|
-
colors?: any;
|
85
|
+
container: boolean;
|
63
86
|
}>;
|
64
87
|
__isFragment?: never;
|
65
88
|
__isTeleport?: never;
|
@@ -76,20 +99,26 @@ declare const _default: {
|
|
76
99
|
} & {
|
77
100
|
type: import("vue").PropType<string>;
|
78
101
|
};
|
79
|
-
colorSchemaType
|
80
|
-
|
81
|
-
|
102
|
+
colorSchemaType: {
|
103
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
104
|
+
required: boolean;
|
105
|
+
};
|
106
|
+
container: {
|
107
|
+
type: BooleanConstructor;
|
108
|
+
required: boolean;
|
109
|
+
};
|
110
|
+
colors: {
|
111
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
112
|
+
required: boolean;
|
113
|
+
};
|
82
114
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
83
|
-
container
|
84
|
-
colorSchemaType?: any;
|
85
|
-
colors?: any;
|
115
|
+
container: boolean;
|
86
116
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
87
|
-
propsDefinition: Omit<Readonly<{
|
88
|
-
container?: any;
|
89
|
-
colorSchemaType?: any;
|
90
|
-
colors?: any;
|
91
|
-
} & {
|
117
|
+
propsDefinition: Omit<Readonly<{} & {
|
92
118
|
text?: string;
|
119
|
+
container?: boolean;
|
120
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
121
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
93
122
|
renderingMode?: BlockRenderingModes;
|
94
123
|
"rendering-mode"?: BlockRenderingModes;
|
95
124
|
}>, never>;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { TimeFormat } from "@omnia/fx/ux";
|
1
2
|
import { IRollupFilter, RollupFilterModel } from ".";
|
2
3
|
import { IWebComponentInstance } from "../..";
|
3
4
|
import { EnterprisePropertyDefinition, RollupEnums, RollupFilter, TaxonomyPropertySettings, TagRollupFilter } from "../../models";
|
@@ -20,7 +21,7 @@ export declare class RollupFilterComponent extends VueComponentBase implements I
|
|
20
21
|
loc: RollupFilterLocalization.locInterface;
|
21
22
|
private blockInstance;
|
22
23
|
formatter: {
|
23
|
-
timeformat:
|
24
|
+
timeformat: TimeFormat;
|
24
25
|
locale: string;
|
25
26
|
firstdayofweek: number;
|
26
27
|
};
|