@breadstone/mosaik-elements-vue 0.0.237 → 0.0.241
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 +10 -10
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +28 -28
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +10 -10
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +28 -28
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +6 -6
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +6 -6
- package/Controls/Components/Cells/CellComponent.d.ts +6 -6
- package/Controls/Components/Charts/ChartComponent.d.ts +12 -12
- 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/FormFieldComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +16 -16
- 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/BreadcrumbComponent.js +2 -2
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbComponent.js.map +1 -1
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +18 -2
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts.map +1 -1
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.js +3 -3
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.js.map +1 -1
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +14 -14
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +50 -50
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +28 -28
- 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 +14 -14
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +8 -8
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +8 -8
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +34 -34
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +42 -42
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +40 -40
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +4 -4
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +10 -10
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +22 -22
- 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/SignaturePad/SignaturePadComponent.d.ts +18 -18
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +30 -30
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +40 -40
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +14 -14
- 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 +10 -10
- 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 +6 -6
- 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 +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +10 -10
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +10 -10
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +6 -6
- 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 +4 -4
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +6 -6
- 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 +12 -12
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
- 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 +4 -4
- 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 +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/FontEditor/FontEditorComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +8 -8
- package/Controls/Components/Media/Image/ImageComponent.d.ts +6 -6
- package/Controls/Components/Media/Map/MapComponent.d.ts +6 -6
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +16 -16
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +8 -8
- package/Controls/Components/Media/Video/VideoComponent.d.ts +6 -6
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +14 -14
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +10 -10
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +12 -12
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
- 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 +4 -4
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
- 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 +2 -2
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +22 -22
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Kbd/KbdShortcutComponent.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 +8 -8
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +12 -12
- package/Controls/Components/Primitives/Thumbnail/ThumbnailComponent.d.ts +2 -2
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +12 -12
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +26 -26
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +14 -14
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.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 +8 -8
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +10 -10
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts +2 -2
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +22 -22
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +10 -10
- 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 +12 -12
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +8 -8
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +4 -4
- 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/TableHeaderRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +10 -10
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
- package/package.json +2 -2
|
@@ -5,58 +5,58 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DataTableComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
caption?: any;
|
|
11
12
|
source?: any;
|
|
12
|
-
disabled?: any;
|
|
13
|
-
intl?: any;
|
|
14
13
|
appearance?: any;
|
|
15
14
|
selectionMode?: any;
|
|
15
|
+
reorderable?: any;
|
|
16
|
+
resizable?: any;
|
|
17
|
+
intl?: any;
|
|
16
18
|
alternating?: any;
|
|
17
|
-
editorOpened?: any;
|
|
18
|
-
sorted?: any;
|
|
19
|
-
sortedSource?: any;
|
|
20
|
-
allColumnsHidden?: any;
|
|
21
|
-
autoGenerateColumns?: any;
|
|
22
|
-
columnDefinitions?: any;
|
|
23
19
|
selectionType?: any;
|
|
24
|
-
|
|
20
|
+
sortMode?: any;
|
|
21
|
+
sorted?: any;
|
|
25
22
|
sortable?: any;
|
|
26
23
|
pinable?: any;
|
|
27
24
|
hideable?: any;
|
|
28
25
|
autoSizeable?: any;
|
|
29
26
|
columnChoosable?: any;
|
|
30
|
-
|
|
31
|
-
|
|
27
|
+
columnDefinitions?: any;
|
|
28
|
+
editorOpened?: any;
|
|
29
|
+
sortedSource?: any;
|
|
30
|
+
allColumnsHidden?: any;
|
|
31
|
+
autoGenerateColumns?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
35
35
|
themeName?: any;
|
|
36
|
+
disabled?: any;
|
|
36
37
|
dir?: any;
|
|
37
38
|
lang?: any;
|
|
38
39
|
caption?: any;
|
|
39
40
|
source?: any;
|
|
40
|
-
disabled?: any;
|
|
41
|
-
intl?: any;
|
|
42
41
|
appearance?: any;
|
|
43
42
|
selectionMode?: any;
|
|
43
|
+
reorderable?: any;
|
|
44
|
+
resizable?: any;
|
|
45
|
+
intl?: any;
|
|
44
46
|
alternating?: any;
|
|
45
|
-
editorOpened?: any;
|
|
46
|
-
sorted?: any;
|
|
47
|
-
sortedSource?: any;
|
|
48
|
-
allColumnsHidden?: any;
|
|
49
|
-
autoGenerateColumns?: any;
|
|
50
|
-
columnDefinitions?: any;
|
|
51
47
|
selectionType?: any;
|
|
52
|
-
|
|
48
|
+
sortMode?: any;
|
|
49
|
+
sorted?: any;
|
|
53
50
|
sortable?: any;
|
|
54
51
|
pinable?: any;
|
|
55
52
|
hideable?: any;
|
|
56
53
|
autoSizeable?: any;
|
|
57
54
|
columnChoosable?: any;
|
|
58
|
-
|
|
59
|
-
|
|
55
|
+
columnDefinitions?: any;
|
|
56
|
+
editorOpened?: any;
|
|
57
|
+
sortedSource?: any;
|
|
58
|
+
allColumnsHidden?: any;
|
|
59
|
+
autoGenerateColumns?: 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
|
+
disabled?: any;
|
|
9
|
+
label?: any;
|
|
7
10
|
dir?: any;
|
|
8
11
|
lang?: any;
|
|
9
|
-
|
|
10
|
-
disabled?: any;
|
|
11
|
-
variant?: any;
|
|
12
|
-
appearance?: any;
|
|
12
|
+
displayText?: any;
|
|
13
13
|
value?: any;
|
|
14
|
+
appearance?: any;
|
|
14
15
|
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
|
+
disabled?: any;
|
|
21
|
+
label?: any;
|
|
19
22
|
dir?: any;
|
|
20
23
|
lang?: any;
|
|
21
|
-
|
|
22
|
-
disabled?: any;
|
|
23
|
-
variant?: any;
|
|
24
|
-
appearance?: any;
|
|
24
|
+
displayText?: any;
|
|
25
25
|
value?: any;
|
|
26
|
+
appearance?: any;
|
|
26
27
|
locale?: any;
|
|
27
|
-
displayText?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,18 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const EpgComponent: import("vue").DefineComponent<{
|
|
7
|
+
variant?: any;
|
|
8
|
+
disabled?: any;
|
|
7
9
|
dir?: any;
|
|
8
10
|
lang?: any;
|
|
9
11
|
filter?: any;
|
|
10
12
|
items?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
|
-
filterPlaceholder?: any;
|
|
14
13
|
appearance?: any;
|
|
15
14
|
locale?: any;
|
|
16
|
-
|
|
15
|
+
showFilter?: any;
|
|
16
|
+
filterMemberPath?: any;
|
|
17
|
+
filterPlaceholder?: any;
|
|
17
18
|
start?: any;
|
|
18
19
|
end?: any;
|
|
20
|
+
zoom?: any;
|
|
19
21
|
visibleStart?: any;
|
|
20
22
|
visibleEnd?: any;
|
|
21
23
|
isNow?: any;
|
|
@@ -23,23 +25,23 @@ export declare const EpgComponent: import("vue").DefineComponent<{
|
|
|
23
25
|
showNowLine?: any;
|
|
24
26
|
showMinimap?: any;
|
|
25
27
|
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
|
+
disabled?: any;
|
|
31
33
|
dir?: any;
|
|
32
34
|
lang?: any;
|
|
33
35
|
filter?: any;
|
|
34
36
|
items?: any;
|
|
35
|
-
disabled?: any;
|
|
36
|
-
variant?: any;
|
|
37
|
-
filterPlaceholder?: any;
|
|
38
37
|
appearance?: any;
|
|
39
38
|
locale?: any;
|
|
40
|
-
|
|
39
|
+
showFilter?: any;
|
|
40
|
+
filterMemberPath?: any;
|
|
41
|
+
filterPlaceholder?: any;
|
|
41
42
|
start?: any;
|
|
42
43
|
end?: any;
|
|
44
|
+
zoom?: any;
|
|
43
45
|
visibleStart?: any;
|
|
44
46
|
visibleEnd?: any;
|
|
45
47
|
isNow?: any;
|
|
@@ -47,8 +49,6 @@ export declare const EpgComponent: import("vue").DefineComponent<{
|
|
|
47
49
|
showNowLine?: any;
|
|
48
50
|
showMinimap?: any;
|
|
49
51
|
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
|
+
variant?: any;
|
|
8
|
+
disabled?: any;
|
|
7
9
|
dir?: any;
|
|
8
10
|
lang?: any;
|
|
9
11
|
header?: any;
|
|
10
|
-
|
|
11
|
-
variant?: any;
|
|
12
|
-
appearance?: any;
|
|
12
|
+
displayText?: any;
|
|
13
13
|
value?: any;
|
|
14
|
+
appearance?: any;
|
|
14
15
|
isFocused?: any;
|
|
15
16
|
locale?: any;
|
|
16
|
-
|
|
17
|
+
start?: any;
|
|
18
|
+
end?: any;
|
|
17
19
|
root?: any;
|
|
18
20
|
lane?: any;
|
|
19
21
|
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
|
+
variant?: any;
|
|
26
|
+
disabled?: any;
|
|
25
27
|
dir?: any;
|
|
26
28
|
lang?: any;
|
|
27
29
|
header?: any;
|
|
28
|
-
|
|
29
|
-
variant?: any;
|
|
30
|
-
appearance?: any;
|
|
30
|
+
displayText?: any;
|
|
31
31
|
value?: any;
|
|
32
|
+
appearance?: any;
|
|
32
33
|
isFocused?: any;
|
|
33
34
|
locale?: any;
|
|
34
|
-
|
|
35
|
+
start?: any;
|
|
36
|
+
end?: any;
|
|
35
37
|
root?: any;
|
|
36
38
|
lane?: any;
|
|
37
39
|
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;
|
|
@@ -5,38 +5,38 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
filter?: any;
|
|
11
|
-
items?: any;
|
|
12
12
|
orientation?: any;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
filterPlaceholder?: any;
|
|
16
|
-
value?: any;
|
|
13
|
+
items?: any;
|
|
14
|
+
selectedItem?: any;
|
|
17
15
|
inset?: any;
|
|
16
|
+
value?: any;
|
|
18
17
|
selectionMode?: any;
|
|
19
|
-
|
|
18
|
+
intl?: any;
|
|
20
19
|
showFilter?: any;
|
|
21
20
|
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
25
|
themeName?: any;
|
|
26
|
+
disabled?: any;
|
|
26
27
|
dir?: any;
|
|
27
28
|
lang?: any;
|
|
28
29
|
filter?: any;
|
|
29
|
-
items?: any;
|
|
30
30
|
orientation?: any;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
filterPlaceholder?: any;
|
|
34
|
-
value?: any;
|
|
31
|
+
items?: any;
|
|
32
|
+
selectedItem?: any;
|
|
35
33
|
inset?: any;
|
|
34
|
+
value?: any;
|
|
36
35
|
selectionMode?: any;
|
|
37
|
-
|
|
36
|
+
intl?: any;
|
|
38
37
|
showFilter?: any;
|
|
39
38
|
filterMemberPath?: any;
|
|
39
|
+
filterPlaceholder?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,32 +5,32 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
|
-
variant?: any;
|
|
12
|
-
value?: any;
|
|
13
|
-
isFocused?: any;
|
|
14
|
-
index?: any;
|
|
15
|
-
ripple?: any;
|
|
16
12
|
isSelected?: any;
|
|
13
|
+
index?: any;
|
|
17
14
|
displayText?: any;
|
|
15
|
+
value?: any;
|
|
18
16
|
isChecked?: any;
|
|
17
|
+
isFocused?: any;
|
|
18
|
+
ripple?: any;
|
|
19
19
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
22
22
|
themeName?: any;
|
|
23
|
+
variant?: any;
|
|
24
|
+
disabled?: any;
|
|
23
25
|
dir?: any;
|
|
24
26
|
lang?: any;
|
|
25
|
-
disabled?: any;
|
|
26
|
-
variant?: any;
|
|
27
|
-
value?: any;
|
|
28
|
-
isFocused?: any;
|
|
29
|
-
index?: any;
|
|
30
|
-
ripple?: any;
|
|
31
27
|
isSelected?: any;
|
|
28
|
+
index?: any;
|
|
32
29
|
displayText?: any;
|
|
30
|
+
value?: any;
|
|
33
31
|
isChecked?: any;
|
|
32
|
+
isFocused?: any;
|
|
33
|
+
ripple?: any;
|
|
34
34
|
}> & Readonly<{
|
|
35
35
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListItemGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
header?: any;
|
|
11
|
-
disabled?: any;
|
|
12
12
|
isSticky?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
|
+
disabled?: any;
|
|
17
18
|
dir?: any;
|
|
18
19
|
lang?: any;
|
|
19
20
|
header?: any;
|
|
20
|
-
disabled?: any;
|
|
21
21
|
isSticky?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const MenuComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
inset?: 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" | "activated")[], "connected" | "disconnected" | "changed" | "activated", import("vue").PublicProps, Readonly<{
|
|
15
15
|
themeName?: any;
|
|
16
|
+
disabled?: any;
|
|
16
17
|
dir?: any;
|
|
17
18
|
lang?: any;
|
|
18
|
-
disabled?: any;
|
|
19
19
|
inset?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,44 +4,44 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const MenuItemComponent: import("vue").DefineComponent<{
|
|
7
|
+
isActive?: any;
|
|
7
8
|
themeName?: any;
|
|
9
|
+
variant?: any;
|
|
10
|
+
disabled?: any;
|
|
11
|
+
label?: any;
|
|
8
12
|
dir?: any;
|
|
9
13
|
lang?: any;
|
|
10
|
-
label?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
|
-
appearance?: any;
|
|
14
14
|
value?: any;
|
|
15
|
+
appearance?: any;
|
|
16
|
+
hasChildren?: any;
|
|
17
|
+
isExpanded?: any;
|
|
18
|
+
isChecked?: any;
|
|
15
19
|
isFocused?: any;
|
|
16
20
|
icon?: any;
|
|
17
|
-
isActive?: any;
|
|
18
21
|
ripple?: any;
|
|
19
|
-
subLabel?: any;
|
|
20
|
-
isChecked?: any;
|
|
21
|
-
isExpanded?: any;
|
|
22
22
|
textOverflow?: any;
|
|
23
|
-
|
|
23
|
+
subLabel?: any;
|
|
24
24
|
menuMode?: any;
|
|
25
25
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "activated")[], "connected" | "disconnected" | "changed" | "activated", import("vue").PublicProps, Readonly<{
|
|
28
|
+
isActive?: any;
|
|
28
29
|
themeName?: any;
|
|
30
|
+
variant?: any;
|
|
31
|
+
disabled?: any;
|
|
32
|
+
label?: any;
|
|
29
33
|
dir?: any;
|
|
30
34
|
lang?: any;
|
|
31
|
-
label?: any;
|
|
32
|
-
disabled?: any;
|
|
33
|
-
variant?: any;
|
|
34
|
-
appearance?: any;
|
|
35
35
|
value?: any;
|
|
36
|
+
appearance?: any;
|
|
37
|
+
hasChildren?: any;
|
|
38
|
+
isExpanded?: any;
|
|
39
|
+
isChecked?: any;
|
|
36
40
|
isFocused?: any;
|
|
37
41
|
icon?: any;
|
|
38
|
-
isActive?: any;
|
|
39
42
|
ripple?: any;
|
|
40
|
-
subLabel?: any;
|
|
41
|
-
isChecked?: any;
|
|
42
|
-
isExpanded?: any;
|
|
43
43
|
textOverflow?: any;
|
|
44
|
-
|
|
44
|
+
subLabel?: any;
|
|
45
45
|
menuMode?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const SegmentComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
|
-
variant?: any;
|
|
12
12
|
appearance?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
|
+
variant?: any;
|
|
18
|
+
disabled?: any;
|
|
17
19
|
dir?: any;
|
|
18
20
|
lang?: any;
|
|
19
|
-
disabled?: any;
|
|
20
|
-
variant?: any;
|
|
21
21
|
appearance?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,42 +5,42 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const SegmentItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
label?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
|
-
label?: any;
|
|
11
|
-
size?: any;
|
|
12
13
|
orientation?: any;
|
|
13
|
-
disabled?: any;
|
|
14
|
-
variant?: any;
|
|
15
|
-
appearance?: any;
|
|
16
14
|
value?: any;
|
|
15
|
+
size?: any;
|
|
16
|
+
appearance?: any;
|
|
17
|
+
isChecked?: any;
|
|
17
18
|
isFocused?: any;
|
|
18
19
|
icon?: any;
|
|
19
|
-
iconSize?: any;
|
|
20
20
|
iconPosition?: any;
|
|
21
|
+
iconSize?: any;
|
|
21
22
|
type?: any;
|
|
22
23
|
ripple?: any;
|
|
23
|
-
isChecked?: any;
|
|
24
24
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
25
25
|
[key: string]: any;
|
|
26
26
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled", import("vue").PublicProps, Readonly<{
|
|
27
27
|
themeName?: any;
|
|
28
|
+
variant?: any;
|
|
29
|
+
disabled?: any;
|
|
30
|
+
label?: any;
|
|
28
31
|
dir?: any;
|
|
29
32
|
lang?: any;
|
|
30
|
-
label?: any;
|
|
31
|
-
size?: any;
|
|
32
33
|
orientation?: any;
|
|
33
|
-
disabled?: any;
|
|
34
|
-
variant?: any;
|
|
35
|
-
appearance?: any;
|
|
36
34
|
value?: any;
|
|
35
|
+
size?: any;
|
|
36
|
+
appearance?: any;
|
|
37
|
+
isChecked?: any;
|
|
37
38
|
isFocused?: any;
|
|
38
39
|
icon?: any;
|
|
39
|
-
iconSize?: any;
|
|
40
40
|
iconPosition?: any;
|
|
41
|
+
iconSize?: any;
|
|
41
42
|
type?: any;
|
|
42
43
|
ripple?: any;
|
|
43
|
-
isChecked?: any;
|
|
44
44
|
}> & Readonly<{
|
|
45
45
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const StepperComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
11
|
+
orientation?: any;
|
|
10
12
|
fit?: any;
|
|
11
13
|
items?: any;
|
|
12
|
-
orientation?: any;
|
|
13
|
-
disabled?: any;
|
|
14
|
-
selectedItem?: any;
|
|
15
14
|
activeIndex?: any;
|
|
16
15
|
isFirstStep?: any;
|
|
17
16
|
isLastStep?: any;
|
|
17
|
+
selectedItem?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "activeStepChanged")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "activeStepChanged", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
+
disabled?: any;
|
|
22
23
|
dir?: any;
|
|
23
24
|
lang?: any;
|
|
25
|
+
orientation?: any;
|
|
24
26
|
fit?: any;
|
|
25
27
|
items?: any;
|
|
26
|
-
orientation?: any;
|
|
27
|
-
disabled?: any;
|
|
28
|
-
selectedItem?: any;
|
|
29
28
|
activeIndex?: any;
|
|
30
29
|
isFirstStep?: any;
|
|
31
30
|
isLastStep?: any;
|
|
31
|
+
selectedItem?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,43 +4,43 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const StepperItemComponent: import("vue").DefineComponent<{
|
|
7
|
+
isActive?: any;
|
|
7
8
|
themeName?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
header?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
value?: any;
|
|
13
|
-
state?: any;
|
|
14
|
-
icon?: any;
|
|
15
13
|
animationTarget?: any;
|
|
16
14
|
enter?: any;
|
|
17
15
|
exit?: any;
|
|
18
|
-
index?: any;
|
|
19
|
-
isActive?: any;
|
|
20
16
|
isSelected?: any;
|
|
17
|
+
index?: any;
|
|
21
18
|
displayText?: any;
|
|
22
|
-
|
|
19
|
+
value?: any;
|
|
20
|
+
state?: any;
|
|
21
|
+
icon?: any;
|
|
23
22
|
description?: any;
|
|
23
|
+
hint?: any;
|
|
24
24
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
25
25
|
[key: string]: any;
|
|
26
26
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
27
|
+
isActive?: any;
|
|
27
28
|
themeName?: any;
|
|
29
|
+
disabled?: any;
|
|
28
30
|
dir?: any;
|
|
29
31
|
lang?: any;
|
|
30
32
|
header?: any;
|
|
31
|
-
disabled?: any;
|
|
32
|
-
value?: any;
|
|
33
|
-
state?: any;
|
|
34
|
-
icon?: any;
|
|
35
33
|
animationTarget?: any;
|
|
36
34
|
enter?: any;
|
|
37
35
|
exit?: any;
|
|
38
|
-
index?: any;
|
|
39
|
-
isActive?: any;
|
|
40
36
|
isSelected?: any;
|
|
37
|
+
index?: any;
|
|
41
38
|
displayText?: any;
|
|
42
|
-
|
|
39
|
+
value?: any;
|
|
40
|
+
state?: any;
|
|
41
|
+
icon?: any;
|
|
43
42
|
description?: any;
|
|
43
|
+
hint?: any;
|
|
44
44
|
}> & Readonly<{
|
|
45
45
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,34 +5,34 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
items?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
|
-
appearance?: any;
|
|
14
13
|
selectedItem?: any;
|
|
14
|
+
appearance?: any;
|
|
15
15
|
placement?: any;
|
|
16
16
|
alignment?: any;
|
|
17
|
+
selectedIndex?: any;
|
|
17
18
|
hasIndicator?: any;
|
|
18
19
|
enableGestures?: any;
|
|
19
|
-
selectedIndex?: any;
|
|
20
20
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
23
23
|
themeName?: any;
|
|
24
|
+
variant?: any;
|
|
25
|
+
disabled?: any;
|
|
24
26
|
dir?: any;
|
|
25
27
|
lang?: any;
|
|
26
28
|
items?: any;
|
|
27
|
-
disabled?: any;
|
|
28
|
-
variant?: any;
|
|
29
|
-
appearance?: any;
|
|
30
29
|
selectedItem?: any;
|
|
30
|
+
appearance?: any;
|
|
31
31
|
placement?: any;
|
|
32
32
|
alignment?: any;
|
|
33
|
+
selectedIndex?: any;
|
|
33
34
|
hasIndicator?: any;
|
|
34
35
|
enableGestures?: any;
|
|
35
|
-
selectedIndex?: any;
|
|
36
36
|
}> & Readonly<{
|
|
37
37
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
38
38
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|