@breadstone/mosaik-elements-vue 0.0.287 → 0.0.288
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/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +8 -8
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +28 -28
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +8 -8
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +22 -22
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +32 -32
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +14 -14
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +14 -14
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +32 -32
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +10 -10
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +22 -22
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +8 -8
- package/Controls/Components/Cells/CellComponent.d.ts +4 -4
- package/Controls/Components/Cells/CellGroupComponent.d.ts +4 -4
- package/Controls/Components/Charts/ChartComponent.d.ts +24 -24
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +4 -4
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +4 -4
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +4 -4
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +4 -4
- package/Controls/Components/Forms/FormComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +24 -24
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +6 -6
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +16 -16
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Card/CardActionsComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +18 -18
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardFooterComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Disclosure/DisclosureComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +18 -18
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Expander/ExpanderHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +24 -24
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Region/RegionComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Region/RegionViewComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +10 -10
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +10 -10
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +4 -4
- package/Controls/Components/Grouping/actionbar/ActionbarSeparatorComponent.d.ts +4 -4
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +50 -50
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +32 -32
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +10 -10
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Choice/ChoiceGroupHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +32 -32
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +42 -42
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +42 -42
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +18 -18
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +4 -4
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +12 -12
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +26 -26
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +10 -10
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +20 -20
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +28 -28
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +38 -38
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Absolute/AbsoluteComponent.d.ts +6 -6
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +6 -6
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Designer/Content/DesignerContentComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Designer/DesignerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Designer/Frame/DesignerFrameComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +12 -12
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +6 -6
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComposerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +10 -10
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComposerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +10 -10
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +6 -6
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +8 -8
- package/Controls/Components/Layouts/Page/PageComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageContentComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Page/PageMenuComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PagePreContentComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PagePreHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +10 -10
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +12 -12
- package/Controls/Components/Layouts/TileList/TileListComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +10 -10
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +6 -6
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +14 -14
- package/Controls/Components/Layouts/Virtualize/VirtualizeComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +14 -14
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +6 -6
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +10 -10
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +8 -8
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +14 -14
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +10 -10
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +10 -10
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +12 -12
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +16 -16
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +6 -6
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +14 -14
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +12 -12
- package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorAreaComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +14 -14
- package/Controls/Components/Media/ColorEditor/ColorEditorHueSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorShadeSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +8 -8
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +8 -8
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +4 -4
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +6 -6
- package/Controls/Components/Media/Emoji/EmojiComponent.d.ts +2 -2
- package/Controls/Components/Media/FontEditor/FontEditorComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +10 -10
- package/Controls/Components/Media/Image/ImageComponent.d.ts +12 -12
- package/Controls/Components/Media/Map/MapComponent.d.ts +8 -8
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +18 -18
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +4 -4
- package/Controls/Components/Media/Timeline/TimelineComponent.d.ts +4 -4
- package/Controls/Components/Media/Timeline/TimelineContentComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineItemComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +12 -12
- package/Controls/Components/Media/Timeline/TimelineOppositeComponent.d.ts +2 -2
- package/Controls/Components/Media/Video/VideoComponent.d.ts +12 -12
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +10 -10
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogActionsComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +25 -25
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogFooterComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerActionsComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +27 -27
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerFooterComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +42 -42
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +11 -11
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetFooterComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +24 -24
- package/Controls/Components/Overlays/tour/TourAnchorComponent.d.ts +2 -2
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Clickable/ClickableComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Divider/DividerComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +8 -8
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +32 -32
- package/Controls/Components/Primitives/Floating/FloatingTriggerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Footer/FooterItemComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Helmet/HelmetComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +12 -12
- package/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdShortcutComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Marquee/MarqueeComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +44 -44
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Portal/PortalHostComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +10 -10
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Spacer/SpacerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Swipe/SwipeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +12 -12
- package/Controls/Components/Primitives/TextFormat/TextFormatComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Thumbnail/ThumbnailComponent.d.ts +2 -2
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +18 -18
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +34 -34
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +16 -16
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +8 -8
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +12 -12
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +8 -8
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +6 -6
- package/Controls/Components/Primitives/thumb/ThumbComponent.d.ts +2 -2
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +12 -12
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +14 -14
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +8 -8
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +10 -10
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +10 -10
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +12 -12
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel2/Carousel2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +6 -6
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts +2 -2
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +24 -24
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +8 -8
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +18 -18
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +14 -14
- package/Controls/Components/Selectors/List/ListComponent.d.ts +16 -16
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Menu/MenuComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +10 -10
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +10 -10
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Table/TableBodyComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Table/TableFooterComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableFooterRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +22 -22
- package/Controls/Components/Selectors/Table/TableHeaderComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +16 -16
- package/Controls/Components/Shell/AppComponent.d.ts +2 -2
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +4 -4
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +8 -8
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +8 -8
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +8 -8
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +8 -8
- package/Theming/Theme2Component.d.ts +2 -2
- package/package.json +2 -2
|
@@ -4,19 +4,30 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
values?: any;
|
|
8
|
+
appearance?: any;
|
|
9
|
+
variant?: any;
|
|
10
|
+
formatter?: any;
|
|
7
11
|
themeName?: any;
|
|
8
12
|
dir?: any;
|
|
9
13
|
lang?: any;
|
|
10
|
-
values?: any;
|
|
11
14
|
name?: any;
|
|
12
15
|
label?: any;
|
|
13
16
|
invalid?: any;
|
|
14
17
|
disabled?: any;
|
|
15
|
-
|
|
16
|
-
|
|
18
|
+
value?: any;
|
|
19
|
+
state?: any;
|
|
20
|
+
selectionMode?: any;
|
|
21
|
+
isFocused?: any;
|
|
17
22
|
required?: any;
|
|
18
23
|
readonly?: any;
|
|
24
|
+
autofocus?: any;
|
|
25
|
+
placeholder?: any;
|
|
26
|
+
autocomplete?: any;
|
|
27
|
+
markerHandler?: any;
|
|
19
28
|
textAlign?: any;
|
|
29
|
+
isClearable?: any;
|
|
30
|
+
locale?: any;
|
|
20
31
|
dropDownPlacement?: any;
|
|
21
32
|
dropDownStrategy?: any;
|
|
22
33
|
dropDownDistance?: any;
|
|
@@ -27,51 +38,51 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
|
27
38
|
dropDownWidth?: any;
|
|
28
39
|
dropDownMaxWidth?: any;
|
|
29
40
|
isDropDownOpen?: any;
|
|
30
|
-
appearance?: any;
|
|
31
|
-
isClearable?: any;
|
|
32
|
-
value?: any;
|
|
33
|
-
state?: any;
|
|
34
|
-
formatter?: any;
|
|
35
41
|
parser?: any;
|
|
36
|
-
isFocused?: any;
|
|
37
|
-
displayDate?: any;
|
|
38
|
-
displayDateStart?: any;
|
|
39
|
-
displayDateEnd?: any;
|
|
40
42
|
view?: any;
|
|
41
|
-
selectionMode?: any;
|
|
42
43
|
blackoutDates?: any;
|
|
43
44
|
specialDates?: any;
|
|
44
|
-
minDate?: any;
|
|
45
|
-
maxDate?: any;
|
|
46
45
|
firstDayOfWeek?: any;
|
|
47
46
|
isTodayHighlighted?: any;
|
|
48
47
|
isWeekendHighlighted?: any;
|
|
49
48
|
showWeekNumbers?: any;
|
|
50
49
|
showAdjacent?: any;
|
|
51
|
-
|
|
50
|
+
displayDate?: any;
|
|
51
|
+
displayDateStart?: any;
|
|
52
|
+
displayDateEnd?: any;
|
|
53
|
+
displayValue?: any;
|
|
52
54
|
allowedViews?: any;
|
|
53
55
|
showNavigation?: any;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
autocomplete?: any;
|
|
56
|
+
minDate?: any;
|
|
57
|
+
maxDate?: any;
|
|
57
58
|
format?: any;
|
|
58
|
-
displayValue?: any;
|
|
59
59
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
60
60
|
[key: string]: any;
|
|
61
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
61
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changed" | "connected" | "disconnected" | "cleared")[], "changed" | "connected" | "disconnected" | "cleared", import("vue").PublicProps, Readonly<{
|
|
62
|
+
values?: any;
|
|
63
|
+
appearance?: any;
|
|
64
|
+
variant?: any;
|
|
65
|
+
formatter?: any;
|
|
62
66
|
themeName?: any;
|
|
63
67
|
dir?: any;
|
|
64
68
|
lang?: any;
|
|
65
|
-
values?: any;
|
|
66
69
|
name?: any;
|
|
67
70
|
label?: any;
|
|
68
71
|
invalid?: any;
|
|
69
72
|
disabled?: any;
|
|
70
|
-
|
|
71
|
-
|
|
73
|
+
value?: any;
|
|
74
|
+
state?: any;
|
|
75
|
+
selectionMode?: any;
|
|
76
|
+
isFocused?: any;
|
|
72
77
|
required?: any;
|
|
73
78
|
readonly?: any;
|
|
79
|
+
autofocus?: any;
|
|
80
|
+
placeholder?: any;
|
|
81
|
+
autocomplete?: any;
|
|
82
|
+
markerHandler?: any;
|
|
74
83
|
textAlign?: any;
|
|
84
|
+
isClearable?: any;
|
|
85
|
+
locale?: any;
|
|
75
86
|
dropDownPlacement?: any;
|
|
76
87
|
dropDownStrategy?: any;
|
|
77
88
|
dropDownDistance?: any;
|
|
@@ -82,39 +93,28 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
|
82
93
|
dropDownWidth?: any;
|
|
83
94
|
dropDownMaxWidth?: any;
|
|
84
95
|
isDropDownOpen?: any;
|
|
85
|
-
appearance?: any;
|
|
86
|
-
isClearable?: any;
|
|
87
|
-
value?: any;
|
|
88
|
-
state?: any;
|
|
89
|
-
formatter?: any;
|
|
90
96
|
parser?: any;
|
|
91
|
-
isFocused?: any;
|
|
92
|
-
displayDate?: any;
|
|
93
|
-
displayDateStart?: any;
|
|
94
|
-
displayDateEnd?: any;
|
|
95
97
|
view?: any;
|
|
96
|
-
selectionMode?: any;
|
|
97
98
|
blackoutDates?: any;
|
|
98
99
|
specialDates?: any;
|
|
99
|
-
minDate?: any;
|
|
100
|
-
maxDate?: any;
|
|
101
100
|
firstDayOfWeek?: any;
|
|
102
101
|
isTodayHighlighted?: any;
|
|
103
102
|
isWeekendHighlighted?: any;
|
|
104
103
|
showWeekNumbers?: any;
|
|
105
104
|
showAdjacent?: any;
|
|
106
|
-
|
|
105
|
+
displayDate?: any;
|
|
106
|
+
displayDateStart?: any;
|
|
107
|
+
displayDateEnd?: any;
|
|
108
|
+
displayValue?: any;
|
|
107
109
|
allowedViews?: any;
|
|
108
110
|
showNavigation?: any;
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
autocomplete?: any;
|
|
111
|
+
minDate?: any;
|
|
112
|
+
maxDate?: any;
|
|
112
113
|
format?: any;
|
|
113
|
-
displayValue?: any;
|
|
114
114
|
}> & Readonly<{
|
|
115
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
115
116
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
116
117
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
117
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
118
118
|
onCleared?: ((...args: any[]) => any) | undefined;
|
|
119
119
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
120
120
|
declare module 'vue' {
|
|
@@ -4,19 +4,29 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
values?: any;
|
|
8
|
+
appearance?: any;
|
|
9
|
+
variant?: any;
|
|
10
|
+
formatter?: any;
|
|
7
11
|
themeName?: any;
|
|
8
12
|
dir?: any;
|
|
9
13
|
lang?: any;
|
|
10
|
-
values?: any;
|
|
11
14
|
name?: any;
|
|
12
15
|
label?: any;
|
|
13
16
|
invalid?: any;
|
|
14
17
|
disabled?: any;
|
|
15
|
-
|
|
16
|
-
|
|
18
|
+
value?: any;
|
|
19
|
+
state?: any;
|
|
20
|
+
isFocused?: any;
|
|
17
21
|
required?: any;
|
|
18
22
|
readonly?: any;
|
|
23
|
+
autofocus?: any;
|
|
24
|
+
placeholder?: any;
|
|
25
|
+
autocomplete?: any;
|
|
26
|
+
markerHandler?: any;
|
|
19
27
|
textAlign?: any;
|
|
28
|
+
isClearable?: any;
|
|
29
|
+
locale?: any;
|
|
20
30
|
dropDownPlacement?: any;
|
|
21
31
|
dropDownStrategy?: any;
|
|
22
32
|
dropDownDistance?: any;
|
|
@@ -27,34 +37,23 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
27
37
|
dropDownWidth?: any;
|
|
28
38
|
dropDownMaxWidth?: any;
|
|
29
39
|
isDropDownOpen?: any;
|
|
30
|
-
appearance?: any;
|
|
31
|
-
isClearable?: any;
|
|
32
|
-
value?: any;
|
|
33
|
-
state?: any;
|
|
34
|
-
formatter?: any;
|
|
35
40
|
parser?: any;
|
|
36
|
-
isFocused?: any;
|
|
37
|
-
displayDate?: any;
|
|
38
|
-
displayDateStart?: any;
|
|
39
|
-
displayDateEnd?: any;
|
|
40
41
|
view?: any;
|
|
41
42
|
blackoutDates?: any;
|
|
42
43
|
specialDates?: any;
|
|
43
|
-
minDate?: any;
|
|
44
|
-
maxDate?: any;
|
|
45
44
|
firstDayOfWeek?: any;
|
|
46
45
|
isTodayHighlighted?: any;
|
|
47
46
|
isWeekendHighlighted?: any;
|
|
48
47
|
showWeekNumbers?: any;
|
|
49
48
|
showAdjacent?: any;
|
|
50
|
-
|
|
49
|
+
displayDate?: any;
|
|
50
|
+
displayDateStart?: any;
|
|
51
|
+
displayDateEnd?: any;
|
|
52
|
+
displayValue?: any;
|
|
51
53
|
allowedViews?: any;
|
|
52
54
|
showNavigation?: any;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
autocomplete?: any;
|
|
56
|
-
format?: any;
|
|
57
|
-
displayValue?: any;
|
|
55
|
+
minDate?: any;
|
|
56
|
+
maxDate?: any;
|
|
58
57
|
selectedHour?: any;
|
|
59
58
|
selectedMinute?: any;
|
|
60
59
|
is12Hour?: any;
|
|
@@ -62,22 +61,33 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
62
61
|
selectedDisplayHour?: any;
|
|
63
62
|
hourItems?: any;
|
|
64
63
|
minuteItems?: any;
|
|
64
|
+
format?: any;
|
|
65
65
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
66
66
|
[key: string]: any;
|
|
67
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
67
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changed" | "connected" | "disconnected" | "cleared")[], "changed" | "connected" | "disconnected" | "cleared", import("vue").PublicProps, Readonly<{
|
|
68
|
+
values?: any;
|
|
69
|
+
appearance?: any;
|
|
70
|
+
variant?: any;
|
|
71
|
+
formatter?: any;
|
|
68
72
|
themeName?: any;
|
|
69
73
|
dir?: any;
|
|
70
74
|
lang?: any;
|
|
71
|
-
values?: any;
|
|
72
75
|
name?: any;
|
|
73
76
|
label?: any;
|
|
74
77
|
invalid?: any;
|
|
75
78
|
disabled?: any;
|
|
76
|
-
|
|
77
|
-
|
|
79
|
+
value?: any;
|
|
80
|
+
state?: any;
|
|
81
|
+
isFocused?: any;
|
|
78
82
|
required?: any;
|
|
79
83
|
readonly?: any;
|
|
84
|
+
autofocus?: any;
|
|
85
|
+
placeholder?: any;
|
|
86
|
+
autocomplete?: any;
|
|
87
|
+
markerHandler?: any;
|
|
80
88
|
textAlign?: any;
|
|
89
|
+
isClearable?: any;
|
|
90
|
+
locale?: any;
|
|
81
91
|
dropDownPlacement?: any;
|
|
82
92
|
dropDownStrategy?: any;
|
|
83
93
|
dropDownDistance?: any;
|
|
@@ -88,34 +98,23 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
88
98
|
dropDownWidth?: any;
|
|
89
99
|
dropDownMaxWidth?: any;
|
|
90
100
|
isDropDownOpen?: any;
|
|
91
|
-
appearance?: any;
|
|
92
|
-
isClearable?: any;
|
|
93
|
-
value?: any;
|
|
94
|
-
state?: any;
|
|
95
|
-
formatter?: any;
|
|
96
101
|
parser?: any;
|
|
97
|
-
isFocused?: any;
|
|
98
|
-
displayDate?: any;
|
|
99
|
-
displayDateStart?: any;
|
|
100
|
-
displayDateEnd?: any;
|
|
101
102
|
view?: any;
|
|
102
103
|
blackoutDates?: any;
|
|
103
104
|
specialDates?: any;
|
|
104
|
-
minDate?: any;
|
|
105
|
-
maxDate?: any;
|
|
106
105
|
firstDayOfWeek?: any;
|
|
107
106
|
isTodayHighlighted?: any;
|
|
108
107
|
isWeekendHighlighted?: any;
|
|
109
108
|
showWeekNumbers?: any;
|
|
110
109
|
showAdjacent?: any;
|
|
111
|
-
|
|
110
|
+
displayDate?: any;
|
|
111
|
+
displayDateStart?: any;
|
|
112
|
+
displayDateEnd?: any;
|
|
113
|
+
displayValue?: any;
|
|
112
114
|
allowedViews?: any;
|
|
113
115
|
showNavigation?: any;
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
autocomplete?: any;
|
|
117
|
-
format?: any;
|
|
118
|
-
displayValue?: any;
|
|
116
|
+
minDate?: any;
|
|
117
|
+
maxDate?: any;
|
|
119
118
|
selectedHour?: any;
|
|
120
119
|
selectedMinute?: any;
|
|
121
120
|
is12Hour?: any;
|
|
@@ -123,10 +122,11 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
123
122
|
selectedDisplayHour?: any;
|
|
124
123
|
hourItems?: any;
|
|
125
124
|
minuteItems?: any;
|
|
125
|
+
format?: any;
|
|
126
126
|
}> & Readonly<{
|
|
127
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
127
128
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
128
129
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
129
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
130
130
|
onCleared?: ((...args: any[]) => any) | undefined;
|
|
131
131
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
132
132
|
declare module 'vue' {
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DurationboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
appearance?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
formatter?: any;
|
|
7
10
|
themeName?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
@@ -11,24 +14,24 @@ export declare const DurationboxComponent: import("vue").DefineComponent<{
|
|
|
11
14
|
label?: any;
|
|
12
15
|
invalid?: any;
|
|
13
16
|
disabled?: any;
|
|
14
|
-
variant?: any;
|
|
15
|
-
placeholder?: any;
|
|
16
|
-
required?: any;
|
|
17
|
-
readonly?: any;
|
|
18
|
-
appearance?: any;
|
|
19
|
-
isClearable?: any;
|
|
20
17
|
value?: any;
|
|
21
18
|
state?: any;
|
|
22
|
-
formatter?: any;
|
|
23
|
-
parser?: any;
|
|
24
19
|
isFocused?: any;
|
|
20
|
+
required?: any;
|
|
21
|
+
readonly?: any;
|
|
25
22
|
autofocus?: any;
|
|
23
|
+
placeholder?: any;
|
|
24
|
+
isClearable?: any;
|
|
25
|
+
parser?: any;
|
|
26
26
|
hours?: any;
|
|
27
27
|
minutes?: any;
|
|
28
28
|
seconds?: any;
|
|
29
29
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
30
|
[key: string]: any;
|
|
31
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
31
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changed" | "connected" | "disconnected" | "input" | "cleared" | "blur" | "change" | "focus")[], "changed" | "connected" | "disconnected" | "input" | "cleared" | "blur" | "change" | "focus", import("vue").PublicProps, Readonly<{
|
|
32
|
+
appearance?: any;
|
|
33
|
+
variant?: any;
|
|
34
|
+
formatter?: any;
|
|
32
35
|
themeName?: any;
|
|
33
36
|
dir?: any;
|
|
34
37
|
lang?: any;
|
|
@@ -36,25 +39,22 @@ export declare const DurationboxComponent: import("vue").DefineComponent<{
|
|
|
36
39
|
label?: any;
|
|
37
40
|
invalid?: any;
|
|
38
41
|
disabled?: any;
|
|
39
|
-
variant?: any;
|
|
40
|
-
placeholder?: any;
|
|
41
|
-
required?: any;
|
|
42
|
-
readonly?: any;
|
|
43
|
-
appearance?: any;
|
|
44
|
-
isClearable?: any;
|
|
45
42
|
value?: any;
|
|
46
43
|
state?: any;
|
|
47
|
-
formatter?: any;
|
|
48
|
-
parser?: any;
|
|
49
44
|
isFocused?: any;
|
|
45
|
+
required?: any;
|
|
46
|
+
readonly?: any;
|
|
50
47
|
autofocus?: any;
|
|
48
|
+
placeholder?: any;
|
|
49
|
+
isClearable?: any;
|
|
50
|
+
parser?: any;
|
|
51
51
|
hours?: any;
|
|
52
52
|
minutes?: any;
|
|
53
53
|
seconds?: any;
|
|
54
54
|
}> & Readonly<{
|
|
55
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
55
56
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
56
57
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
59
59
|
onCleared?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FileboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
appearance?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
formatter?: any;
|
|
7
10
|
themeName?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
@@ -11,25 +14,25 @@ export declare const FileboxComponent: import("vue").DefineComponent<{
|
|
|
11
14
|
label?: any;
|
|
12
15
|
invalid?: any;
|
|
13
16
|
disabled?: any;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
directory?: any;
|
|
18
|
-
placeholder?: any;
|
|
17
|
+
value?: any;
|
|
18
|
+
state?: any;
|
|
19
|
+
isFocused?: any;
|
|
19
20
|
required?: any;
|
|
20
21
|
readonly?: any;
|
|
21
|
-
|
|
22
|
+
autofocus?: any;
|
|
23
|
+
placeholder?: any;
|
|
22
24
|
isClearable?: any;
|
|
23
|
-
value?: any;
|
|
24
|
-
state?: any;
|
|
25
|
-
formatter?: any;
|
|
26
25
|
parser?: any;
|
|
27
|
-
|
|
26
|
+
multiple?: any;
|
|
27
|
+
accept?: any;
|
|
28
|
+
directory?: any;
|
|
28
29
|
files?: any;
|
|
29
|
-
autofocus?: any;
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
32
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changed" | "connected" | "disconnected" | "filesSelected" | "cleared")[], "changed" | "connected" | "disconnected" | "filesSelected" | "cleared", import("vue").PublicProps, Readonly<{
|
|
33
|
+
appearance?: any;
|
|
34
|
+
variant?: any;
|
|
35
|
+
formatter?: any;
|
|
33
36
|
themeName?: any;
|
|
34
37
|
dir?: any;
|
|
35
38
|
lang?: any;
|
|
@@ -37,26 +40,23 @@ export declare const FileboxComponent: import("vue").DefineComponent<{
|
|
|
37
40
|
label?: any;
|
|
38
41
|
invalid?: any;
|
|
39
42
|
disabled?: any;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
directory?: any;
|
|
44
|
-
placeholder?: any;
|
|
43
|
+
value?: any;
|
|
44
|
+
state?: any;
|
|
45
|
+
isFocused?: any;
|
|
45
46
|
required?: any;
|
|
46
47
|
readonly?: any;
|
|
47
|
-
|
|
48
|
+
autofocus?: any;
|
|
49
|
+
placeholder?: any;
|
|
48
50
|
isClearable?: any;
|
|
49
|
-
value?: any;
|
|
50
|
-
state?: any;
|
|
51
|
-
formatter?: any;
|
|
52
51
|
parser?: any;
|
|
53
|
-
|
|
52
|
+
multiple?: any;
|
|
53
|
+
accept?: any;
|
|
54
|
+
directory?: any;
|
|
54
55
|
files?: any;
|
|
55
|
-
autofocus?: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
57
58
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
58
59
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
59
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onFilesSelected?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
onCleared?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -13,7 +13,7 @@ export declare const FilePickerComponent: import("vue").DefineComponent<{
|
|
|
13
13
|
directory?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
16
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changed" | "connected" | "disconnected" | "filesPicked")[], "changed" | "connected" | "disconnected" | "filesPicked", import("vue").PublicProps, Readonly<{
|
|
17
17
|
themeName?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
@@ -22,9 +22,9 @@ export declare const FilePickerComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
accept?: any;
|
|
23
23
|
directory?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
25
26
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
27
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
27
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onFilesPicked?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
30
|
declare module 'vue' {
|
|
@@ -4,49 +4,49 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FileUploadComponent: import("vue").DefineComponent<{
|
|
7
|
+
appearance?: any;
|
|
8
|
+
variant?: any;
|
|
7
9
|
themeName?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
invalid?: any;
|
|
11
13
|
disabled?: any;
|
|
12
|
-
|
|
14
|
+
value?: any;
|
|
15
|
+
placeholder?: any;
|
|
16
|
+
isDragging?: any;
|
|
17
|
+
intl?: any;
|
|
18
|
+
view?: any;
|
|
19
|
+
strategy?: any;
|
|
13
20
|
multiple?: any;
|
|
14
21
|
accept?: any;
|
|
15
22
|
directory?: any;
|
|
16
|
-
intl?: any;
|
|
17
|
-
placeholder?: any;
|
|
18
|
-
appearance?: any;
|
|
19
|
-
value?: any;
|
|
20
|
-
view?: any;
|
|
21
|
-
isDragging?: any;
|
|
22
23
|
autoUpload?: any;
|
|
23
|
-
strategy?: any;
|
|
24
24
|
maxSize?: any;
|
|
25
25
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
27
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changed" | "connected" | "disconnected" | "filesChanged" | "fileAdded" | "fileRemoved" | "fileFailed")[], "changed" | "connected" | "disconnected" | "filesChanged" | "fileAdded" | "fileRemoved" | "fileFailed", import("vue").PublicProps, Readonly<{
|
|
28
|
+
appearance?: any;
|
|
29
|
+
variant?: any;
|
|
28
30
|
themeName?: any;
|
|
29
31
|
dir?: any;
|
|
30
32
|
lang?: any;
|
|
31
33
|
invalid?: any;
|
|
32
34
|
disabled?: any;
|
|
33
|
-
|
|
35
|
+
value?: any;
|
|
36
|
+
placeholder?: any;
|
|
37
|
+
isDragging?: any;
|
|
38
|
+
intl?: any;
|
|
39
|
+
view?: any;
|
|
40
|
+
strategy?: any;
|
|
34
41
|
multiple?: any;
|
|
35
42
|
accept?: any;
|
|
36
43
|
directory?: any;
|
|
37
|
-
intl?: any;
|
|
38
|
-
placeholder?: any;
|
|
39
|
-
appearance?: any;
|
|
40
|
-
value?: any;
|
|
41
|
-
view?: any;
|
|
42
|
-
isDragging?: any;
|
|
43
44
|
autoUpload?: any;
|
|
44
|
-
strategy?: any;
|
|
45
45
|
maxSize?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
47
48
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
49
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
onFilesChanged?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
onFileAdded?: ((...args: any[]) => any) | undefined;
|
|
52
52
|
onFileRemoved?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,21 +8,21 @@ export declare const FileUploadItemComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
view?: any;
|
|
11
|
-
file?: any;
|
|
12
11
|
controlled?: any;
|
|
12
|
+
file?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
15
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changed" | "connected" | "disconnected")[], "changed" | "connected" | "disconnected", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
19
|
view?: any;
|
|
20
|
-
file?: any;
|
|
21
20
|
controlled?: any;
|
|
21
|
+
file?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
23
24
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
25
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
25
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
declare module 'vue' {
|
|
28
28
|
interface GlobalComponents {
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const NumberboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
appearance?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
formatter?: any;
|
|
7
10
|
themeName?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
@@ -11,32 +14,32 @@ export declare const NumberboxComponent: import("vue").DefineComponent<{
|
|
|
11
14
|
label?: any;
|
|
12
15
|
invalid?: any;
|
|
13
16
|
disabled?: any;
|
|
14
|
-
|
|
17
|
+
value?: any;
|
|
18
|
+
state?: any;
|
|
19
|
+
isFocused?: any;
|
|
15
20
|
isBusy?: any;
|
|
16
|
-
|
|
21
|
+
step?: any;
|
|
17
22
|
required?: any;
|
|
18
23
|
readonly?: any;
|
|
24
|
+
autofocus?: any;
|
|
25
|
+
placeholder?: any;
|
|
26
|
+
autocomplete?: any;
|
|
19
27
|
textAlign?: any;
|
|
20
|
-
appearance?: any;
|
|
21
28
|
isClearable?: any;
|
|
22
|
-
value?: any;
|
|
23
|
-
state?: any;
|
|
24
|
-
formatter?: any;
|
|
25
29
|
parser?: any;
|
|
26
|
-
isFocused?: any;
|
|
27
|
-
autofocus?: any;
|
|
28
|
-
pattern?: any;
|
|
29
|
-
autocomplete?: any;
|
|
30
|
-
step?: any;
|
|
31
30
|
min?: any;
|
|
32
31
|
max?: any;
|
|
32
|
+
pattern?: any;
|
|
33
33
|
keyboard?: any;
|
|
34
34
|
spinPosition?: any;
|
|
35
35
|
spinner?: any;
|
|
36
36
|
decimalPlaces?: any;
|
|
37
37
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
38
|
[key: string]: any;
|
|
39
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
39
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changed" | "connected" | "disconnected" | "input" | "cleared" | "blur" | "change" | "focus")[], "changed" | "connected" | "disconnected" | "input" | "cleared" | "blur" | "change" | "focus", import("vue").PublicProps, Readonly<{
|
|
40
|
+
appearance?: any;
|
|
41
|
+
variant?: any;
|
|
42
|
+
formatter?: any;
|
|
40
43
|
themeName?: any;
|
|
41
44
|
dir?: any;
|
|
42
45
|
lang?: any;
|
|
@@ -44,33 +47,30 @@ export declare const NumberboxComponent: import("vue").DefineComponent<{
|
|
|
44
47
|
label?: any;
|
|
45
48
|
invalid?: any;
|
|
46
49
|
disabled?: any;
|
|
47
|
-
|
|
50
|
+
value?: any;
|
|
51
|
+
state?: any;
|
|
52
|
+
isFocused?: any;
|
|
48
53
|
isBusy?: any;
|
|
49
|
-
|
|
54
|
+
step?: any;
|
|
50
55
|
required?: any;
|
|
51
56
|
readonly?: any;
|
|
57
|
+
autofocus?: any;
|
|
58
|
+
placeholder?: any;
|
|
59
|
+
autocomplete?: any;
|
|
52
60
|
textAlign?: any;
|
|
53
|
-
appearance?: any;
|
|
54
61
|
isClearable?: any;
|
|
55
|
-
value?: any;
|
|
56
|
-
state?: any;
|
|
57
|
-
formatter?: any;
|
|
58
62
|
parser?: any;
|
|
59
|
-
isFocused?: any;
|
|
60
|
-
autofocus?: any;
|
|
61
|
-
pattern?: any;
|
|
62
|
-
autocomplete?: any;
|
|
63
|
-
step?: any;
|
|
64
63
|
min?: any;
|
|
65
64
|
max?: any;
|
|
65
|
+
pattern?: any;
|
|
66
66
|
keyboard?: any;
|
|
67
67
|
spinPosition?: any;
|
|
68
68
|
spinner?: any;
|
|
69
69
|
decimalPlaces?: any;
|
|
70
70
|
}> & Readonly<{
|
|
71
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
71
72
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
72
73
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
73
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
onCleared?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
onBlur?: ((...args: any[]) => any) | undefined;
|