@breadstone/mosaik-elements-vue 0.0.249 → 0.0.251
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 +6 -6
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +22 -22
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +26 -26
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +15 -15
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +14 -14
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +26 -26
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +6 -6
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Cells/CellGroupComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +18 -18
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +2 -2
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +2 -2
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +25 -25
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +14 -14
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +16 -16
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +22 -22
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +46 -46
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +28 -28
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +30 -30
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +38 -38
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +16 -16
- 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 +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +6 -6
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +18 -18
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +10 -10
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +8 -8
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +12 -12
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +12 -12
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +14 -14
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +8 -8
- package/Controls/Components/Media/Image/ImageComponent.d.ts +8 -8
- package/Controls/Components/Media/Map/MapComponent.d.ts +6 -6
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +14 -14
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +10 -10
- package/Controls/Components/Media/Video/VideoComponent.d.ts +8 -8
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +27 -27
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +25 -25
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +42 -42
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +9 -9
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +19 -19
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +13 -13
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +6 -6
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +28 -28
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +37 -37
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +9 -9
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +10 -10
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +16 -16
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +33 -33
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +12 -12
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +6 -6
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +10 -10
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +22 -22
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +12 -12
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +15 -15
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +22 -22
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +16 -16
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +6 -6
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +6 -6
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +6 -6
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +6 -6
- package/package.json +2 -2
|
@@ -4,35 +4,35 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SchedulerComponent: import("vue").DefineComponent<{
|
|
7
|
+
intl?: any;
|
|
8
|
+
variant?: any;
|
|
7
9
|
themeName?: any;
|
|
10
|
+
appearance?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
|
-
size?: any;
|
|
11
13
|
disabled?: any;
|
|
12
|
-
|
|
13
|
-
intl?: any;
|
|
14
|
-
appearance?: any;
|
|
15
|
-
view?: any;
|
|
16
|
-
blackoutDates?: any;
|
|
17
|
-
specialDates?: any;
|
|
18
|
-
firstDayOfWeek?: any;
|
|
19
|
-
isTodayHighlighted?: any;
|
|
20
|
-
isWeekendHighlighted?: any;
|
|
21
|
-
showWeekNumbers?: any;
|
|
22
|
-
showAdjacent?: any;
|
|
14
|
+
size?: any;
|
|
23
15
|
locale?: any;
|
|
24
16
|
visibleDates?: any;
|
|
25
17
|
collectedEvents?: any;
|
|
26
18
|
eventsByDay?: any;
|
|
27
19
|
timeSlots?: any;
|
|
28
20
|
hasAllDayEvents?: any;
|
|
21
|
+
view?: any;
|
|
29
22
|
startDate?: any;
|
|
30
23
|
days?: any;
|
|
31
24
|
hourStart?: any;
|
|
32
25
|
hourEnd?: any;
|
|
33
26
|
stepMinutes?: any;
|
|
34
27
|
timezone?: any;
|
|
28
|
+
blackoutDates?: any;
|
|
29
|
+
specialDates?: any;
|
|
30
|
+
firstDayOfWeek?: any;
|
|
31
|
+
isTodayHighlighted?: any;
|
|
32
|
+
isWeekendHighlighted?: any;
|
|
35
33
|
allDayVisibility?: any;
|
|
34
|
+
showWeekNumbers?: any;
|
|
35
|
+
showAdjacent?: any;
|
|
36
36
|
daysAhead?: any;
|
|
37
37
|
weekdayFormat?: any;
|
|
38
38
|
dayFormat?: any;
|
|
@@ -41,35 +41,35 @@ export declare const SchedulerComponent: import("vue").DefineComponent<{
|
|
|
41
41
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
42
42
|
[key: string]: any;
|
|
43
43
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "schedulerBeforeEventActivate" | "schedulerEventActivate" | "schedulerBeforeSelectRange" | "schedulerSelectRange" | "schedulerRangeChange")[], "connected" | "disconnected" | "changed" | "schedulerBeforeEventActivate" | "schedulerEventActivate" | "schedulerBeforeSelectRange" | "schedulerSelectRange" | "schedulerRangeChange", import("vue").PublicProps, Readonly<{
|
|
44
|
+
intl?: any;
|
|
45
|
+
variant?: any;
|
|
44
46
|
themeName?: any;
|
|
47
|
+
appearance?: any;
|
|
45
48
|
dir?: any;
|
|
46
49
|
lang?: any;
|
|
47
|
-
size?: any;
|
|
48
50
|
disabled?: any;
|
|
49
|
-
|
|
50
|
-
intl?: any;
|
|
51
|
-
appearance?: any;
|
|
52
|
-
view?: any;
|
|
53
|
-
blackoutDates?: any;
|
|
54
|
-
specialDates?: any;
|
|
55
|
-
firstDayOfWeek?: any;
|
|
56
|
-
isTodayHighlighted?: any;
|
|
57
|
-
isWeekendHighlighted?: any;
|
|
58
|
-
showWeekNumbers?: any;
|
|
59
|
-
showAdjacent?: any;
|
|
51
|
+
size?: any;
|
|
60
52
|
locale?: any;
|
|
61
53
|
visibleDates?: any;
|
|
62
54
|
collectedEvents?: any;
|
|
63
55
|
eventsByDay?: any;
|
|
64
56
|
timeSlots?: any;
|
|
65
57
|
hasAllDayEvents?: any;
|
|
58
|
+
view?: any;
|
|
66
59
|
startDate?: any;
|
|
67
60
|
days?: any;
|
|
68
61
|
hourStart?: any;
|
|
69
62
|
hourEnd?: any;
|
|
70
63
|
stepMinutes?: any;
|
|
71
64
|
timezone?: any;
|
|
65
|
+
blackoutDates?: any;
|
|
66
|
+
specialDates?: any;
|
|
67
|
+
firstDayOfWeek?: any;
|
|
68
|
+
isTodayHighlighted?: any;
|
|
69
|
+
isWeekendHighlighted?: any;
|
|
72
70
|
allDayVisibility?: any;
|
|
71
|
+
showWeekNumbers?: any;
|
|
72
|
+
showAdjacent?: any;
|
|
73
73
|
daysAhead?: any;
|
|
74
74
|
weekdayFormat?: any;
|
|
75
75
|
dayFormat?: any;
|
|
@@ -4,41 +4,41 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SchedulerEventComponent: import("vue").DefineComponent<{
|
|
7
|
+
variant?: any;
|
|
7
8
|
themeName?: any;
|
|
9
|
+
appearance?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
schedulerEventChange?: any;
|
|
11
13
|
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
|
-
appearance?: any;
|
|
14
14
|
value?: any;
|
|
15
15
|
isFocused?: any;
|
|
16
16
|
ripple?: any;
|
|
17
17
|
view?: any;
|
|
18
|
-
start?: any;
|
|
19
|
-
end?: any;
|
|
20
18
|
eventKey?: any;
|
|
21
19
|
allDay?: any;
|
|
22
20
|
status?: any;
|
|
21
|
+
start?: any;
|
|
22
|
+
end?: any;
|
|
23
23
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
26
|
+
variant?: any;
|
|
26
27
|
themeName?: any;
|
|
28
|
+
appearance?: any;
|
|
27
29
|
dir?: any;
|
|
28
30
|
lang?: any;
|
|
29
31
|
schedulerEventChange?: any;
|
|
30
32
|
disabled?: any;
|
|
31
|
-
variant?: any;
|
|
32
|
-
appearance?: any;
|
|
33
33
|
value?: any;
|
|
34
34
|
isFocused?: any;
|
|
35
35
|
ripple?: any;
|
|
36
36
|
view?: any;
|
|
37
|
-
start?: any;
|
|
38
|
-
end?: any;
|
|
39
37
|
eventKey?: any;
|
|
40
38
|
allDay?: any;
|
|
41
39
|
status?: any;
|
|
40
|
+
start?: any;
|
|
41
|
+
end?: any;
|
|
42
42
|
}> & Readonly<{
|
|
43
43
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,57 +4,57 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SearchboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
formatter?: any;
|
|
8
|
+
variant?: any;
|
|
7
9
|
themeName?: any;
|
|
10
|
+
appearance?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
13
|
name?: any;
|
|
11
14
|
mode?: any;
|
|
12
15
|
invalid?: any;
|
|
13
16
|
disabled?: any;
|
|
14
|
-
|
|
17
|
+
value?: any;
|
|
18
|
+
state?: any;
|
|
19
|
+
delay?: any;
|
|
20
|
+
isFocused?: any;
|
|
15
21
|
isBusy?: any;
|
|
16
|
-
placeholder?: 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
30
|
pattern?: any;
|
|
29
|
-
autocomplete?: any;
|
|
30
|
-
delay?: any;
|
|
31
31
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
32
|
[key: string]: any;
|
|
33
33
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "searched" | "cleared")[], "connected" | "disconnected" | "changed" | "searched" | "cleared", import("vue").PublicProps, Readonly<{
|
|
34
|
+
formatter?: any;
|
|
35
|
+
variant?: any;
|
|
34
36
|
themeName?: any;
|
|
37
|
+
appearance?: any;
|
|
35
38
|
dir?: any;
|
|
36
39
|
lang?: any;
|
|
37
40
|
name?: any;
|
|
38
41
|
mode?: any;
|
|
39
42
|
invalid?: any;
|
|
40
43
|
disabled?: any;
|
|
41
|
-
|
|
44
|
+
value?: any;
|
|
45
|
+
state?: any;
|
|
46
|
+
delay?: any;
|
|
47
|
+
isFocused?: any;
|
|
42
48
|
isBusy?: any;
|
|
43
|
-
placeholder?: any;
|
|
44
49
|
required?: any;
|
|
45
50
|
readonly?: any;
|
|
51
|
+
autofocus?: any;
|
|
52
|
+
placeholder?: any;
|
|
53
|
+
autocomplete?: any;
|
|
46
54
|
textAlign?: any;
|
|
47
|
-
appearance?: any;
|
|
48
55
|
isClearable?: any;
|
|
49
|
-
value?: any;
|
|
50
|
-
state?: any;
|
|
51
|
-
formatter?: any;
|
|
52
56
|
parser?: any;
|
|
53
|
-
isFocused?: any;
|
|
54
|
-
autofocus?: any;
|
|
55
57
|
pattern?: any;
|
|
56
|
-
autocomplete?: any;
|
|
57
|
-
delay?: any;
|
|
58
58
|
}> & Readonly<{
|
|
59
59
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,23 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SelectComponent: import("vue").DefineComponent<{
|
|
7
|
+
intl?: any;
|
|
8
|
+
variant?: any;
|
|
7
9
|
themeName?: any;
|
|
10
|
+
appearance?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
13
|
filter?: any;
|
|
11
14
|
label?: any;
|
|
12
15
|
invalid?: any;
|
|
13
16
|
disabled?: any;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
placeholder?: any;
|
|
17
|
-
filterPlaceholder?: any;
|
|
17
|
+
selectedItem?: any;
|
|
18
|
+
value?: any;
|
|
18
19
|
required?: any;
|
|
20
|
+
placeholder?: any;
|
|
21
|
+
isEditable?: any;
|
|
19
22
|
textAlign?: any;
|
|
23
|
+
isClearable?: any;
|
|
20
24
|
dropDownPlacement?: any;
|
|
21
25
|
dropDownStrategy?: any;
|
|
22
26
|
dropDownDistance?: any;
|
|
@@ -27,30 +31,30 @@ export declare const SelectComponent: import("vue").DefineComponent<{
|
|
|
27
31
|
dropDownWidth?: any;
|
|
28
32
|
dropDownMaxWidth?: any;
|
|
29
33
|
isDropDownOpen?: any;
|
|
30
|
-
|
|
31
|
-
isClearable?: any;
|
|
32
|
-
value?: any;
|
|
33
|
-
selectedItem?: any;
|
|
34
|
-
isEditable?: any;
|
|
34
|
+
isReadOnly?: any;
|
|
35
35
|
showFilter?: any;
|
|
36
36
|
filterMemberPath?: any;
|
|
37
|
-
|
|
37
|
+
filterPlaceholder?: any;
|
|
38
38
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
39
|
[key: string]: any;
|
|
40
40
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "cleared")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "cleared", import("vue").PublicProps, Readonly<{
|
|
41
|
+
intl?: any;
|
|
42
|
+
variant?: any;
|
|
41
43
|
themeName?: any;
|
|
44
|
+
appearance?: any;
|
|
42
45
|
dir?: any;
|
|
43
46
|
lang?: any;
|
|
44
47
|
filter?: any;
|
|
45
48
|
label?: any;
|
|
46
49
|
invalid?: any;
|
|
47
50
|
disabled?: any;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
placeholder?: any;
|
|
51
|
-
filterPlaceholder?: any;
|
|
51
|
+
selectedItem?: any;
|
|
52
|
+
value?: any;
|
|
52
53
|
required?: any;
|
|
54
|
+
placeholder?: any;
|
|
55
|
+
isEditable?: any;
|
|
53
56
|
textAlign?: any;
|
|
57
|
+
isClearable?: any;
|
|
54
58
|
dropDownPlacement?: any;
|
|
55
59
|
dropDownStrategy?: any;
|
|
56
60
|
dropDownDistance?: any;
|
|
@@ -61,14 +65,10 @@ export declare const SelectComponent: import("vue").DefineComponent<{
|
|
|
61
65
|
dropDownWidth?: any;
|
|
62
66
|
dropDownMaxWidth?: any;
|
|
63
67
|
isDropDownOpen?: any;
|
|
64
|
-
|
|
65
|
-
isClearable?: any;
|
|
66
|
-
value?: any;
|
|
67
|
-
selectedItem?: any;
|
|
68
|
-
isEditable?: any;
|
|
68
|
+
isReadOnly?: any;
|
|
69
69
|
showFilter?: any;
|
|
70
70
|
filterMemberPath?: any;
|
|
71
|
-
|
|
71
|
+
filterPlaceholder?: any;
|
|
72
72
|
}> & Readonly<{
|
|
73
73
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,37 +4,37 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SelectItemComponent: import("vue").DefineComponent<{
|
|
7
|
+
icon?: any;
|
|
8
|
+
variant?: any;
|
|
7
9
|
themeName?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
label?: any;
|
|
11
13
|
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
|
-
value?: any;
|
|
14
|
-
isFocused?: any;
|
|
15
|
-
icon?: any;
|
|
16
|
-
index?: any;
|
|
17
14
|
isActive?: any;
|
|
18
|
-
ripple?: any;
|
|
19
15
|
isSelected?: any;
|
|
16
|
+
index?: any;
|
|
20
17
|
displayText?: any;
|
|
18
|
+
value?: any;
|
|
19
|
+
isFocused?: any;
|
|
20
|
+
ripple?: any;
|
|
21
21
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
24
|
+
icon?: any;
|
|
25
|
+
variant?: any;
|
|
24
26
|
themeName?: any;
|
|
25
27
|
dir?: any;
|
|
26
28
|
lang?: any;
|
|
27
29
|
label?: any;
|
|
28
30
|
disabled?: any;
|
|
29
|
-
variant?: any;
|
|
30
|
-
value?: any;
|
|
31
|
-
isFocused?: any;
|
|
32
|
-
icon?: any;
|
|
33
|
-
index?: any;
|
|
34
31
|
isActive?: any;
|
|
35
|
-
ripple?: any;
|
|
36
32
|
isSelected?: any;
|
|
33
|
+
index?: any;
|
|
37
34
|
displayText?: any;
|
|
35
|
+
value?: any;
|
|
36
|
+
isFocused?: any;
|
|
37
|
+
ripple?: any;
|
|
38
38
|
}> & Readonly<{
|
|
39
39
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SelectItemGroupComponent: import("vue").DefineComponent<{
|
|
7
|
+
header?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
header?: any;
|
|
11
11
|
items?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
|
+
header?: any;
|
|
15
16
|
themeName?: any;
|
|
16
17
|
dir?: any;
|
|
17
18
|
lang?: any;
|
|
18
|
-
header?: any;
|
|
19
19
|
items?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,56 +4,56 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SignaturepadComponent: import("vue").DefineComponent<{
|
|
7
|
+
variant?: any;
|
|
7
8
|
themeName?: any;
|
|
9
|
+
width?: any;
|
|
10
|
+
height?: any;
|
|
11
|
+
appearance?: any;
|
|
8
12
|
dir?: any;
|
|
9
13
|
lang?: any;
|
|
10
14
|
label?: any;
|
|
11
15
|
invalid?: any;
|
|
12
16
|
disabled?: any;
|
|
13
|
-
variant?: any;
|
|
14
|
-
width?: any;
|
|
15
|
-
height?: any;
|
|
16
|
-
placeholder?: any;
|
|
17
|
-
required?: any;
|
|
18
|
-
appearance?: any;
|
|
19
|
-
isClearable?: any;
|
|
20
17
|
value?: any;
|
|
21
18
|
isFocused?: any;
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
required?: any;
|
|
20
|
+
placeholder?: any;
|
|
21
|
+
isClearable?: any;
|
|
24
22
|
minWidth?: any;
|
|
23
|
+
maxWidth?: any;
|
|
25
24
|
isEmpty?: any;
|
|
26
25
|
minDistance?: any;
|
|
27
26
|
throttle?: any;
|
|
28
27
|
dotSize?: any;
|
|
29
28
|
velocityFilterWeight?: any;
|
|
29
|
+
backgroundColor?: any;
|
|
30
30
|
penColor?: any;
|
|
31
31
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
32
|
[key: string]: any;
|
|
33
33
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "signStarted" | "signEnded" | "signStrokeBeforeUpdate" | "signStrokeAfterUpdate" | "cleared")[], "connected" | "disconnected" | "changed" | "signStarted" | "signEnded" | "signStrokeBeforeUpdate" | "signStrokeAfterUpdate" | "cleared", import("vue").PublicProps, Readonly<{
|
|
34
|
+
variant?: any;
|
|
34
35
|
themeName?: any;
|
|
36
|
+
width?: any;
|
|
37
|
+
height?: any;
|
|
38
|
+
appearance?: any;
|
|
35
39
|
dir?: any;
|
|
36
40
|
lang?: any;
|
|
37
41
|
label?: any;
|
|
38
42
|
invalid?: any;
|
|
39
43
|
disabled?: any;
|
|
40
|
-
variant?: any;
|
|
41
|
-
width?: any;
|
|
42
|
-
height?: any;
|
|
43
|
-
placeholder?: any;
|
|
44
|
-
required?: any;
|
|
45
|
-
appearance?: any;
|
|
46
|
-
isClearable?: any;
|
|
47
44
|
value?: any;
|
|
48
45
|
isFocused?: any;
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
required?: any;
|
|
47
|
+
placeholder?: any;
|
|
48
|
+
isClearable?: any;
|
|
51
49
|
minWidth?: any;
|
|
50
|
+
maxWidth?: any;
|
|
52
51
|
isEmpty?: any;
|
|
53
52
|
minDistance?: any;
|
|
54
53
|
throttle?: any;
|
|
55
54
|
dotSize?: any;
|
|
56
55
|
velocityFilterWeight?: any;
|
|
56
|
+
backgroundColor?: any;
|
|
57
57
|
penColor?: any;
|
|
58
58
|
}> & Readonly<{
|
|
59
59
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TextboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
formatter?: any;
|
|
8
|
+
variant?: any;
|
|
7
9
|
themeName?: any;
|
|
10
|
+
appearance?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
13
|
name?: any;
|
|
@@ -12,33 +15,33 @@ export declare const TextboxComponent: import("vue").DefineComponent<{
|
|
|
12
15
|
invalid?: any;
|
|
13
16
|
resize?: any;
|
|
14
17
|
disabled?: any;
|
|
15
|
-
|
|
18
|
+
value?: any;
|
|
19
|
+
state?: any;
|
|
20
|
+
isFocused?: any;
|
|
16
21
|
isBusy?: any;
|
|
17
|
-
placeholder?: any;
|
|
18
22
|
required?: any;
|
|
23
|
+
type?: any;
|
|
19
24
|
readonly?: any;
|
|
25
|
+
autofocus?: any;
|
|
26
|
+
placeholder?: any;
|
|
27
|
+
autocomplete?: any;
|
|
20
28
|
textAlign?: any;
|
|
21
|
-
appearance?: any;
|
|
22
29
|
isClearable?: any;
|
|
23
|
-
value?: any;
|
|
24
|
-
state?: any;
|
|
25
|
-
formatter?: any;
|
|
26
30
|
parser?: any;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
31
|
+
multiline?: any;
|
|
32
|
+
multilineRows?: any;
|
|
33
|
+
multilineMaxRows?: any;
|
|
30
34
|
pattern?: any;
|
|
31
|
-
autocomplete?: any;
|
|
32
35
|
keyboard?: any;
|
|
33
36
|
minlength?: any;
|
|
34
37
|
maxlength?: any;
|
|
35
|
-
multilineRows?: any;
|
|
36
|
-
multiline?: any;
|
|
37
|
-
multilineMaxRows?: any;
|
|
38
38
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
39
|
[key: string]: any;
|
|
40
40
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
41
|
+
formatter?: any;
|
|
42
|
+
variant?: any;
|
|
41
43
|
themeName?: any;
|
|
44
|
+
appearance?: any;
|
|
42
45
|
dir?: any;
|
|
43
46
|
lang?: any;
|
|
44
47
|
name?: any;
|
|
@@ -46,29 +49,26 @@ export declare const TextboxComponent: import("vue").DefineComponent<{
|
|
|
46
49
|
invalid?: any;
|
|
47
50
|
resize?: any;
|
|
48
51
|
disabled?: any;
|
|
49
|
-
|
|
52
|
+
value?: any;
|
|
53
|
+
state?: any;
|
|
54
|
+
isFocused?: any;
|
|
50
55
|
isBusy?: any;
|
|
51
|
-
placeholder?: any;
|
|
52
56
|
required?: any;
|
|
57
|
+
type?: any;
|
|
53
58
|
readonly?: any;
|
|
59
|
+
autofocus?: any;
|
|
60
|
+
placeholder?: any;
|
|
61
|
+
autocomplete?: any;
|
|
54
62
|
textAlign?: any;
|
|
55
|
-
appearance?: any;
|
|
56
63
|
isClearable?: any;
|
|
57
|
-
value?: any;
|
|
58
|
-
state?: any;
|
|
59
|
-
formatter?: any;
|
|
60
64
|
parser?: any;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
65
|
+
multiline?: any;
|
|
66
|
+
multilineRows?: any;
|
|
67
|
+
multilineMaxRows?: any;
|
|
64
68
|
pattern?: any;
|
|
65
|
-
autocomplete?: any;
|
|
66
69
|
keyboard?: any;
|
|
67
70
|
minlength?: any;
|
|
68
71
|
maxlength?: any;
|
|
69
|
-
multilineRows?: any;
|
|
70
|
-
multiline?: any;
|
|
71
|
-
multilineMaxRows?: any;
|
|
72
72
|
}> & Readonly<{
|
|
73
73
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,18 +4,34 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
formatter?: any;
|
|
8
|
+
variant?: any;
|
|
7
9
|
themeName?: any;
|
|
10
|
+
appearance?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
13
|
name?: any;
|
|
11
14
|
label?: any;
|
|
12
15
|
invalid?: any;
|
|
13
16
|
disabled?: any;
|
|
14
|
-
|
|
15
|
-
|
|
17
|
+
value?: any;
|
|
18
|
+
state?: any;
|
|
19
|
+
interval?: any;
|
|
20
|
+
isFocused?: any;
|
|
16
21
|
required?: any;
|
|
17
22
|
readonly?: any;
|
|
23
|
+
autofocus?: any;
|
|
24
|
+
placeholder?: any;
|
|
25
|
+
autocomplete?: any;
|
|
26
|
+
isEditable?: any;
|
|
27
|
+
blackoutTimes?: any;
|
|
28
|
+
specialTimes?: any;
|
|
29
|
+
minTime?: any;
|
|
30
|
+
maxTime?: any;
|
|
31
|
+
markerHandler?: any;
|
|
18
32
|
textAlign?: any;
|
|
33
|
+
isClearable?: any;
|
|
34
|
+
locale?: any;
|
|
19
35
|
dropDownPlacement?: any;
|
|
20
36
|
dropDownStrategy?: any;
|
|
21
37
|
dropDownDistance?: any;
|
|
@@ -26,38 +42,38 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
|
26
42
|
dropDownWidth?: any;
|
|
27
43
|
dropDownMaxWidth?: any;
|
|
28
44
|
isDropDownOpen?: any;
|
|
29
|
-
appearance?: any;
|
|
30
|
-
isClearable?: any;
|
|
31
|
-
value?: any;
|
|
32
|
-
state?: any;
|
|
33
|
-
formatter?: any;
|
|
34
45
|
parser?: any;
|
|
35
|
-
isFocused?: any;
|
|
36
|
-
markerHandler?: any;
|
|
37
|
-
locale?: any;
|
|
38
|
-
autofocus?: any;
|
|
39
|
-
autocomplete?: any;
|
|
40
|
-
isEditable?: any;
|
|
41
|
-
interval?: any;
|
|
42
|
-
blackoutTimes?: any;
|
|
43
|
-
specialTimes?: any;
|
|
44
|
-
minTime?: any;
|
|
45
|
-
maxTime?: any;
|
|
46
46
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
47
|
[key: string]: any;
|
|
48
48
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
49
|
+
formatter?: any;
|
|
50
|
+
variant?: any;
|
|
49
51
|
themeName?: any;
|
|
52
|
+
appearance?: any;
|
|
50
53
|
dir?: any;
|
|
51
54
|
lang?: any;
|
|
52
55
|
name?: any;
|
|
53
56
|
label?: any;
|
|
54
57
|
invalid?: any;
|
|
55
58
|
disabled?: any;
|
|
56
|
-
|
|
57
|
-
|
|
59
|
+
value?: any;
|
|
60
|
+
state?: any;
|
|
61
|
+
interval?: any;
|
|
62
|
+
isFocused?: any;
|
|
58
63
|
required?: any;
|
|
59
64
|
readonly?: any;
|
|
65
|
+
autofocus?: any;
|
|
66
|
+
placeholder?: any;
|
|
67
|
+
autocomplete?: any;
|
|
68
|
+
isEditable?: any;
|
|
69
|
+
blackoutTimes?: any;
|
|
70
|
+
specialTimes?: any;
|
|
71
|
+
minTime?: any;
|
|
72
|
+
maxTime?: any;
|
|
73
|
+
markerHandler?: any;
|
|
60
74
|
textAlign?: any;
|
|
75
|
+
isClearable?: any;
|
|
76
|
+
locale?: any;
|
|
61
77
|
dropDownPlacement?: any;
|
|
62
78
|
dropDownStrategy?: any;
|
|
63
79
|
dropDownDistance?: any;
|
|
@@ -68,23 +84,7 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
|
68
84
|
dropDownWidth?: any;
|
|
69
85
|
dropDownMaxWidth?: any;
|
|
70
86
|
isDropDownOpen?: any;
|
|
71
|
-
appearance?: any;
|
|
72
|
-
isClearable?: any;
|
|
73
|
-
value?: any;
|
|
74
|
-
state?: any;
|
|
75
|
-
formatter?: any;
|
|
76
87
|
parser?: any;
|
|
77
|
-
isFocused?: any;
|
|
78
|
-
markerHandler?: any;
|
|
79
|
-
locale?: any;
|
|
80
|
-
autofocus?: any;
|
|
81
|
-
autocomplete?: any;
|
|
82
|
-
isEditable?: any;
|
|
83
|
-
interval?: any;
|
|
84
|
-
blackoutTimes?: any;
|
|
85
|
-
specialTimes?: any;
|
|
86
|
-
minTime?: any;
|
|
87
|
-
maxTime?: any;
|
|
88
88
|
}> & Readonly<{
|
|
89
89
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
90
90
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|