@breadstone/mosaik-elements-vue 0.0.254 → 0.0.255
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 +44 -44
- 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 +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +6 -6
- 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 +8 -8
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +15 -15
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +8 -8
- 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,21 +4,21 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ScrubSliderComponent: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
appearance?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
track?: any;
|
|
13
11
|
invalid?: any;
|
|
14
12
|
orientation?: any;
|
|
15
13
|
disabled?: any;
|
|
14
|
+
variant?: any;
|
|
15
|
+
appearance?: any;
|
|
16
16
|
value?: any;
|
|
17
17
|
isFocused?: any;
|
|
18
18
|
step?: any;
|
|
19
|
-
ticks?: any;
|
|
20
19
|
min?: any;
|
|
21
20
|
max?: any;
|
|
21
|
+
ticks?: any;
|
|
22
22
|
tickPlacement?: any;
|
|
23
23
|
showTickLabels?: any;
|
|
24
24
|
tickLabelAccessor?: any;
|
|
@@ -29,21 +29,21 @@ export declare const ScrubSliderComponent: import("vue").DefineComponent<{
|
|
|
29
29
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
30
|
[key: string]: any;
|
|
31
31
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "input" | "rangeValueChanged" | "change")[], "connected" | "disconnected" | "changed" | "input" | "rangeValueChanged" | "change", import("vue").PublicProps, Readonly<{
|
|
32
|
-
variant?: any;
|
|
33
32
|
themeName?: any;
|
|
34
|
-
appearance?: any;
|
|
35
33
|
dir?: any;
|
|
36
34
|
lang?: any;
|
|
37
35
|
track?: any;
|
|
38
36
|
invalid?: any;
|
|
39
37
|
orientation?: any;
|
|
40
38
|
disabled?: any;
|
|
39
|
+
variant?: any;
|
|
40
|
+
appearance?: any;
|
|
41
41
|
value?: any;
|
|
42
42
|
isFocused?: any;
|
|
43
43
|
step?: any;
|
|
44
|
-
ticks?: any;
|
|
45
44
|
min?: any;
|
|
46
45
|
max?: any;
|
|
46
|
+
ticks?: any;
|
|
47
47
|
tickPlacement?: any;
|
|
48
48
|
showTickLabels?: any;
|
|
49
49
|
tickLabelAccessor?: any;
|
|
@@ -4,21 +4,21 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SliderComponent: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
appearance?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
track?: any;
|
|
13
11
|
invalid?: any;
|
|
14
12
|
orientation?: any;
|
|
15
13
|
disabled?: any;
|
|
14
|
+
variant?: any;
|
|
15
|
+
appearance?: any;
|
|
16
16
|
value?: any;
|
|
17
17
|
isFocused?: any;
|
|
18
18
|
step?: any;
|
|
19
|
-
ticks?: any;
|
|
20
19
|
min?: any;
|
|
21
20
|
max?: any;
|
|
21
|
+
ticks?: any;
|
|
22
22
|
tickPlacement?: any;
|
|
23
23
|
showTickLabels?: any;
|
|
24
24
|
tickLabelAccessor?: any;
|
|
@@ -27,21 +27,21 @@ export declare const SliderComponent: import("vue").DefineComponent<{
|
|
|
27
27
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
28
28
|
[key: string]: any;
|
|
29
29
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "rangeValueChanged")[], "connected" | "disconnected" | "changed" | "rangeValueChanged", import("vue").PublicProps, Readonly<{
|
|
30
|
-
variant?: any;
|
|
31
30
|
themeName?: any;
|
|
32
|
-
appearance?: any;
|
|
33
31
|
dir?: any;
|
|
34
32
|
lang?: any;
|
|
35
33
|
track?: any;
|
|
36
34
|
invalid?: any;
|
|
37
35
|
orientation?: any;
|
|
38
36
|
disabled?: any;
|
|
37
|
+
variant?: any;
|
|
38
|
+
appearance?: any;
|
|
39
39
|
value?: any;
|
|
40
40
|
isFocused?: any;
|
|
41
41
|
step?: any;
|
|
42
|
-
ticks?: any;
|
|
43
42
|
min?: any;
|
|
44
43
|
max?: any;
|
|
44
|
+
ticks?: any;
|
|
45
45
|
tickPlacement?: any;
|
|
46
46
|
showTickLabels?: any;
|
|
47
47
|
tickLabelAccessor?: any;
|
|
@@ -4,37 +4,37 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const Slider2Component: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
appearance?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
orientation?: any;
|
|
13
|
-
gap?: any;
|
|
14
11
|
disabled?: any;
|
|
12
|
+
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
15
14
|
value?: any;
|
|
15
|
+
thickness?: any;
|
|
16
16
|
step?: any;
|
|
17
|
+
gap?: any;
|
|
17
18
|
min?: any;
|
|
18
19
|
max?: any;
|
|
19
|
-
thickness?: any;
|
|
20
20
|
showValueIndicator?: any;
|
|
21
21
|
valueChanged?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "rangeValueChanged")[], "connected" | "disconnected" | "changed" | "rangeValueChanged", import("vue").PublicProps, Readonly<{
|
|
25
|
-
variant?: any;
|
|
26
25
|
themeName?: any;
|
|
27
|
-
appearance?: any;
|
|
28
26
|
dir?: any;
|
|
29
27
|
lang?: any;
|
|
30
28
|
orientation?: any;
|
|
31
|
-
gap?: any;
|
|
32
29
|
disabled?: any;
|
|
30
|
+
variant?: any;
|
|
31
|
+
appearance?: any;
|
|
33
32
|
value?: any;
|
|
33
|
+
thickness?: any;
|
|
34
34
|
step?: any;
|
|
35
|
+
gap?: any;
|
|
35
36
|
min?: any;
|
|
36
37
|
max?: any;
|
|
37
|
-
thickness?: any;
|
|
38
38
|
showValueIndicator?: any;
|
|
39
39
|
valueChanged?: any;
|
|
40
40
|
}> & Readonly<{
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const Slider2ThumbComponent: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
disabled?: any;
|
|
11
|
+
variant?: any;
|
|
12
12
|
value?: any;
|
|
13
13
|
isFocused?: any;
|
|
14
14
|
step?: any;
|
|
@@ -17,11 +17,11 @@ export declare const Slider2ThumbComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "rangeValueChanged")[], "connected" | "disconnected" | "changed" | "rangeValueChanged", import("vue").PublicProps, Readonly<{
|
|
20
|
-
variant?: any;
|
|
21
20
|
themeName?: any;
|
|
22
21
|
dir?: any;
|
|
23
22
|
lang?: any;
|
|
24
23
|
disabled?: any;
|
|
24
|
+
variant?: any;
|
|
25
25
|
value?: any;
|
|
26
26
|
isFocused?: any;
|
|
27
27
|
step?: any;
|
|
@@ -4,37 +4,37 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CarouselComponent: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
appearance?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
disabled?: any;
|
|
13
|
-
|
|
11
|
+
variant?: any;
|
|
14
12
|
loop?: any;
|
|
13
|
+
appearance?: any;
|
|
15
14
|
displayMode?: any;
|
|
16
15
|
hasPrevious?: any;
|
|
17
16
|
hasNext?: any;
|
|
18
17
|
showNavigation?: any;
|
|
19
18
|
showIndicator?: any;
|
|
20
19
|
navigationPosition?: any;
|
|
20
|
+
selectedItem?: 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" | "selectionChanged" | "itemsChanged")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged", import("vue").PublicProps, Readonly<{
|
|
24
|
-
variant?: any;
|
|
25
24
|
themeName?: any;
|
|
26
|
-
appearance?: any;
|
|
27
25
|
dir?: any;
|
|
28
26
|
lang?: any;
|
|
29
27
|
disabled?: any;
|
|
30
|
-
|
|
28
|
+
variant?: any;
|
|
31
29
|
loop?: any;
|
|
30
|
+
appearance?: any;
|
|
32
31
|
displayMode?: any;
|
|
33
32
|
hasPrevious?: any;
|
|
34
33
|
hasNext?: any;
|
|
35
34
|
showNavigation?: any;
|
|
36
35
|
showIndicator?: any;
|
|
37
36
|
navigationPosition?: any;
|
|
37
|
+
selectedItem?: any;
|
|
38
38
|
}> & Readonly<{
|
|
39
39
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,11 +8,11 @@ export declare const CarouselItemComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
+
value?: any;
|
|
12
|
+
index?: any;
|
|
11
13
|
isActive?: any;
|
|
12
14
|
isSelected?: any;
|
|
13
|
-
index?: any;
|
|
14
15
|
displayText?: any;
|
|
15
|
-
value?: any;
|
|
16
16
|
isDismissed?: any;
|
|
17
17
|
dismissDirection?: any;
|
|
18
18
|
parent?: any;
|
|
@@ -23,11 +23,11 @@ export declare const CarouselItemComponent: import("vue").DefineComponent<{
|
|
|
23
23
|
dir?: any;
|
|
24
24
|
lang?: any;
|
|
25
25
|
disabled?: any;
|
|
26
|
+
value?: any;
|
|
27
|
+
index?: any;
|
|
26
28
|
isActive?: any;
|
|
27
29
|
isSelected?: any;
|
|
28
|
-
index?: any;
|
|
29
30
|
displayText?: any;
|
|
30
|
-
value?: any;
|
|
31
31
|
isDismissed?: any;
|
|
32
32
|
dismissDirection?: any;
|
|
33
33
|
parent?: any;
|
|
@@ -7,20 +7,20 @@ export declare const CarouselItem2Component: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
|
|
10
|
+
value?: any;
|
|
11
11
|
index?: any;
|
|
12
|
+
isSelected?: any;
|
|
12
13
|
displayText?: any;
|
|
13
|
-
value?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
17
17
|
themeName?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
|
-
|
|
20
|
+
value?: any;
|
|
21
21
|
index?: any;
|
|
22
|
+
isSelected?: any;
|
|
22
23
|
displayText?: any;
|
|
23
|
-
value?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,22 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ComboComponent: import("vue").DefineComponent<{
|
|
7
|
-
intl?: any;
|
|
8
|
-
variant?: any;
|
|
9
7
|
themeName?: any;
|
|
10
|
-
appearance?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
label?: any;
|
|
14
11
|
invalid?: any;
|
|
15
12
|
disabled?: any;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
selectionMode?: any;
|
|
19
|
-
required?: any;
|
|
13
|
+
variant?: any;
|
|
14
|
+
intl?: any;
|
|
20
15
|
placeholder?: any;
|
|
16
|
+
required?: any;
|
|
21
17
|
textAlign?: any;
|
|
22
|
-
isClearable?: any;
|
|
23
18
|
dropDownPlacement?: any;
|
|
24
19
|
dropDownStrategy?: any;
|
|
25
20
|
dropDownDistance?: any;
|
|
@@ -30,26 +25,26 @@ export declare const ComboComponent: import("vue").DefineComponent<{
|
|
|
30
25
|
dropDownWidth?: any;
|
|
31
26
|
dropDownMaxWidth?: any;
|
|
32
27
|
isDropDownOpen?: any;
|
|
28
|
+
appearance?: any;
|
|
29
|
+
isClearable?: any;
|
|
30
|
+
value?: any;
|
|
31
|
+
selectionMode?: any;
|
|
32
|
+
selectedItem?: any;
|
|
33
33
|
selectedItems?: any;
|
|
34
34
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
35
35
|
[key: string]: any;
|
|
36
36
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "cleared")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "cleared", import("vue").PublicProps, Readonly<{
|
|
37
|
-
intl?: any;
|
|
38
|
-
variant?: any;
|
|
39
37
|
themeName?: any;
|
|
40
|
-
appearance?: any;
|
|
41
38
|
dir?: any;
|
|
42
39
|
lang?: any;
|
|
43
40
|
label?: any;
|
|
44
41
|
invalid?: any;
|
|
45
42
|
disabled?: any;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
selectionMode?: any;
|
|
49
|
-
required?: any;
|
|
43
|
+
variant?: any;
|
|
44
|
+
intl?: any;
|
|
50
45
|
placeholder?: any;
|
|
46
|
+
required?: any;
|
|
51
47
|
textAlign?: any;
|
|
52
|
-
isClearable?: any;
|
|
53
48
|
dropDownPlacement?: any;
|
|
54
49
|
dropDownStrategy?: any;
|
|
55
50
|
dropDownDistance?: any;
|
|
@@ -60,6 +55,11 @@ export declare const ComboComponent: import("vue").DefineComponent<{
|
|
|
60
55
|
dropDownWidth?: any;
|
|
61
56
|
dropDownMaxWidth?: any;
|
|
62
57
|
isDropDownOpen?: any;
|
|
58
|
+
appearance?: any;
|
|
59
|
+
isClearable?: any;
|
|
60
|
+
value?: any;
|
|
61
|
+
selectionMode?: any;
|
|
62
|
+
selectedItem?: any;
|
|
63
63
|
selectedItems?: any;
|
|
64
64
|
}> & Readonly<{
|
|
65
65
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,39 +4,39 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ComboItemComponent: import("vue").DefineComponent<{
|
|
7
|
-
icon?: any;
|
|
8
|
-
variant?: any;
|
|
9
7
|
themeName?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
label?: any;
|
|
13
11
|
disabled?: any;
|
|
12
|
+
variant?: any;
|
|
13
|
+
value?: any;
|
|
14
|
+
isFocused?: any;
|
|
15
|
+
icon?: any;
|
|
16
|
+
index?: any;
|
|
14
17
|
isActive?: any;
|
|
18
|
+
ripple?: any;
|
|
15
19
|
isSelected?: any;
|
|
16
|
-
index?: any;
|
|
17
20
|
displayText?: any;
|
|
18
|
-
value?: any;
|
|
19
21
|
isChecked?: any;
|
|
20
|
-
isFocused?: any;
|
|
21
|
-
ripple?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
25
|
-
icon?: any;
|
|
26
|
-
variant?: any;
|
|
27
25
|
themeName?: any;
|
|
28
26
|
dir?: any;
|
|
29
27
|
lang?: any;
|
|
30
28
|
label?: any;
|
|
31
29
|
disabled?: any;
|
|
30
|
+
variant?: any;
|
|
31
|
+
value?: any;
|
|
32
|
+
isFocused?: any;
|
|
33
|
+
icon?: any;
|
|
34
|
+
index?: any;
|
|
32
35
|
isActive?: any;
|
|
36
|
+
ripple?: any;
|
|
33
37
|
isSelected?: any;
|
|
34
|
-
index?: any;
|
|
35
38
|
displayText?: any;
|
|
36
|
-
value?: any;
|
|
37
39
|
isChecked?: any;
|
|
38
|
-
isFocused?: any;
|
|
39
|
-
ripple?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,59 +4,59 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DataTableComponent: import("vue").DefineComponent<{
|
|
7
|
-
intl?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
appearance?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
caption?: any;
|
|
13
11
|
source?: any;
|
|
14
12
|
disabled?: any;
|
|
13
|
+
intl?: any;
|
|
14
|
+
appearance?: any;
|
|
15
15
|
selectionMode?: any;
|
|
16
|
-
reorderable?: any;
|
|
17
|
-
resizable?: any;
|
|
18
16
|
alternating?: any;
|
|
19
|
-
|
|
20
|
-
sortMode?: any;
|
|
17
|
+
editorOpened?: any;
|
|
21
18
|
sorted?: any;
|
|
19
|
+
sortedSource?: any;
|
|
20
|
+
allColumnsHidden?: any;
|
|
21
|
+
autoGenerateColumns?: any;
|
|
22
|
+
columnDefinitions?: any;
|
|
23
|
+
selectionType?: any;
|
|
24
|
+
resizable?: any;
|
|
22
25
|
sortable?: any;
|
|
23
26
|
pinable?: any;
|
|
24
27
|
hideable?: any;
|
|
25
28
|
autoSizeable?: any;
|
|
26
29
|
columnChoosable?: any;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
sortedSource?: any;
|
|
30
|
-
allColumnsHidden?: any;
|
|
31
|
-
autoGenerateColumns?: any;
|
|
30
|
+
reorderable?: any;
|
|
31
|
+
sortMode?: any;
|
|
32
32
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
33
|
[key: string]: any;
|
|
34
34
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "tableSelectionChanged" | "dataTableEditorOpened" | "dataTableEditorClosed")[], "connected" | "disconnected" | "changed" | "tableSelectionChanged" | "dataTableEditorOpened" | "dataTableEditorClosed", import("vue").PublicProps, Readonly<{
|
|
35
|
-
intl?: any;
|
|
36
35
|
themeName?: any;
|
|
37
|
-
appearance?: any;
|
|
38
36
|
dir?: any;
|
|
39
37
|
lang?: any;
|
|
40
38
|
caption?: any;
|
|
41
39
|
source?: any;
|
|
42
40
|
disabled?: any;
|
|
41
|
+
intl?: any;
|
|
42
|
+
appearance?: any;
|
|
43
43
|
selectionMode?: any;
|
|
44
|
-
reorderable?: any;
|
|
45
|
-
resizable?: any;
|
|
46
44
|
alternating?: any;
|
|
47
|
-
|
|
48
|
-
sortMode?: any;
|
|
45
|
+
editorOpened?: any;
|
|
49
46
|
sorted?: any;
|
|
47
|
+
sortedSource?: any;
|
|
48
|
+
allColumnsHidden?: any;
|
|
49
|
+
autoGenerateColumns?: any;
|
|
50
|
+
columnDefinitions?: any;
|
|
51
|
+
selectionType?: any;
|
|
52
|
+
resizable?: any;
|
|
50
53
|
sortable?: any;
|
|
51
54
|
pinable?: any;
|
|
52
55
|
hideable?: any;
|
|
53
56
|
autoSizeable?: any;
|
|
54
57
|
columnChoosable?: any;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
sortedSource?: any;
|
|
58
|
-
allColumnsHidden?: any;
|
|
59
|
-
autoGenerateColumns?: any;
|
|
58
|
+
reorderable?: any;
|
|
59
|
+
sortMode?: any;
|
|
60
60
|
}> & Readonly<{
|
|
61
61
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const EpgChannelComponent: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
|
-
appearance?: any;
|
|
9
7
|
dir?: any;
|
|
10
8
|
lang?: any;
|
|
11
9
|
label?: any;
|
|
12
10
|
disabled?: any;
|
|
13
|
-
|
|
11
|
+
variant?: any;
|
|
12
|
+
appearance?: any;
|
|
14
13
|
value?: any;
|
|
15
14
|
locale?: any;
|
|
15
|
+
displayText?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
19
|
-
variant?: any;
|
|
20
|
-
appearance?: any;
|
|
21
19
|
dir?: any;
|
|
22
20
|
lang?: any;
|
|
23
21
|
label?: any;
|
|
24
22
|
disabled?: any;
|
|
25
|
-
|
|
23
|
+
variant?: any;
|
|
24
|
+
appearance?: any;
|
|
26
25
|
value?: any;
|
|
27
26
|
locale?: any;
|
|
27
|
+
displayText?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,20 +4,18 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const EpgComponent: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
|
-
appearance?: any;
|
|
9
7
|
dir?: any;
|
|
10
8
|
lang?: any;
|
|
11
9
|
filter?: any;
|
|
12
10
|
items?: any;
|
|
13
11
|
disabled?: any;
|
|
14
|
-
|
|
15
|
-
showFilter?: any;
|
|
16
|
-
filterMemberPath?: any;
|
|
12
|
+
variant?: any;
|
|
17
13
|
filterPlaceholder?: any;
|
|
14
|
+
appearance?: any;
|
|
15
|
+
locale?: any;
|
|
16
|
+
zoom?: any;
|
|
18
17
|
start?: any;
|
|
19
18
|
end?: any;
|
|
20
|
-
zoom?: any;
|
|
21
19
|
visibleStart?: any;
|
|
22
20
|
visibleEnd?: any;
|
|
23
21
|
isNow?: any;
|
|
@@ -25,23 +23,23 @@ export declare const EpgComponent: import("vue").DefineComponent<{
|
|
|
25
23
|
showNowLine?: any;
|
|
26
24
|
showMinimap?: any;
|
|
27
25
|
timelineFormat?: any;
|
|
26
|
+
showFilter?: any;
|
|
27
|
+
filterMemberPath?: any;
|
|
28
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
31
|
-
variant?: any;
|
|
32
|
-
appearance?: any;
|
|
33
31
|
dir?: any;
|
|
34
32
|
lang?: any;
|
|
35
33
|
filter?: any;
|
|
36
34
|
items?: any;
|
|
37
35
|
disabled?: any;
|
|
38
|
-
|
|
39
|
-
showFilter?: any;
|
|
40
|
-
filterMemberPath?: any;
|
|
36
|
+
variant?: any;
|
|
41
37
|
filterPlaceholder?: any;
|
|
38
|
+
appearance?: any;
|
|
39
|
+
locale?: any;
|
|
40
|
+
zoom?: any;
|
|
42
41
|
start?: any;
|
|
43
42
|
end?: any;
|
|
44
|
-
zoom?: any;
|
|
45
43
|
visibleStart?: any;
|
|
46
44
|
visibleEnd?: any;
|
|
47
45
|
isNow?: any;
|
|
@@ -49,6 +47,8 @@ export declare const EpgComponent: import("vue").DefineComponent<{
|
|
|
49
47
|
showNowLine?: any;
|
|
50
48
|
showMinimap?: any;
|
|
51
49
|
timelineFormat?: any;
|
|
50
|
+
showFilter?: any;
|
|
51
|
+
filterMemberPath?: any;
|
|
52
52
|
}> & Readonly<{
|
|
53
53
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
54
54
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,39 +4,39 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const EpgProgramComponent: import("vue").DefineComponent<{
|
|
7
|
-
header?: any;
|
|
8
|
-
variant?: any;
|
|
9
|
-
appearance?: any;
|
|
10
7
|
dir?: any;
|
|
11
8
|
lang?: any;
|
|
9
|
+
header?: any;
|
|
12
10
|
disabled?: any;
|
|
13
|
-
|
|
11
|
+
variant?: any;
|
|
12
|
+
appearance?: any;
|
|
14
13
|
value?: any;
|
|
15
14
|
isFocused?: any;
|
|
16
15
|
locale?: any;
|
|
17
|
-
|
|
18
|
-
end?: any;
|
|
16
|
+
displayText?: any;
|
|
19
17
|
root?: any;
|
|
20
18
|
lane?: any;
|
|
21
19
|
isFiltered?: any;
|
|
20
|
+
start?: any;
|
|
21
|
+
end?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "select")[], "connected" | "disconnected" | "changed" | "select", import("vue").PublicProps, Readonly<{
|
|
25
|
-
header?: any;
|
|
26
|
-
variant?: any;
|
|
27
|
-
appearance?: any;
|
|
28
25
|
dir?: any;
|
|
29
26
|
lang?: any;
|
|
27
|
+
header?: any;
|
|
30
28
|
disabled?: any;
|
|
31
|
-
|
|
29
|
+
variant?: any;
|
|
30
|
+
appearance?: any;
|
|
32
31
|
value?: any;
|
|
33
32
|
isFocused?: any;
|
|
34
33
|
locale?: any;
|
|
35
|
-
|
|
36
|
-
end?: any;
|
|
34
|
+
displayText?: any;
|
|
37
35
|
root?: any;
|
|
38
36
|
lane?: any;
|
|
39
37
|
isFiltered?: any;
|
|
38
|
+
start?: any;
|
|
39
|
+
end?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,39 +4,39 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListComponent: import("vue").DefineComponent<{
|
|
7
|
-
intl?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
filter?: any;
|
|
12
|
-
orientation?: any;
|
|
13
11
|
items?: any;
|
|
12
|
+
orientation?: any;
|
|
14
13
|
disabled?: any;
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
intl?: any;
|
|
15
|
+
filterPlaceholder?: any;
|
|
17
16
|
value?: any;
|
|
17
|
+
inset?: any;
|
|
18
18
|
selectionMode?: any;
|
|
19
|
+
selectedItem?: any;
|
|
19
20
|
showFilter?: any;
|
|
20
21
|
filterMemberPath?: any;
|
|
21
|
-
filterPlaceholder?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged", import("vue").PublicProps, Readonly<{
|
|
25
|
-
intl?: any;
|
|
26
25
|
themeName?: any;
|
|
27
26
|
dir?: any;
|
|
28
27
|
lang?: any;
|
|
29
28
|
filter?: any;
|
|
30
|
-
orientation?: any;
|
|
31
29
|
items?: any;
|
|
30
|
+
orientation?: any;
|
|
32
31
|
disabled?: any;
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
intl?: any;
|
|
33
|
+
filterPlaceholder?: any;
|
|
35
34
|
value?: any;
|
|
35
|
+
inset?: any;
|
|
36
36
|
selectionMode?: any;
|
|
37
|
+
selectedItem?: any;
|
|
37
38
|
showFilter?: any;
|
|
38
39
|
filterMemberPath?: any;
|
|
39
|
-
filterPlaceholder?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|