@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,38 +5,38 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
9
|
+
label?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
|
-
label?: any;
|
|
11
12
|
orientation?: any;
|
|
12
|
-
disabled?: any;
|
|
13
|
-
value?: any;
|
|
14
|
-
icon?: any;
|
|
15
13
|
animationTarget?: any;
|
|
16
14
|
enter?: any;
|
|
17
15
|
exit?: any;
|
|
18
|
-
|
|
16
|
+
isSelected?: any;
|
|
17
|
+
value?: any;
|
|
19
18
|
closeable?: any;
|
|
19
|
+
icon?: any;
|
|
20
20
|
iconPosition?: any;
|
|
21
|
-
|
|
21
|
+
iconSize?: 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" | "closed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "closed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
25
25
|
themeName?: any;
|
|
26
|
+
disabled?: any;
|
|
27
|
+
label?: any;
|
|
26
28
|
dir?: any;
|
|
27
29
|
lang?: any;
|
|
28
|
-
label?: any;
|
|
29
30
|
orientation?: any;
|
|
30
|
-
disabled?: any;
|
|
31
|
-
value?: any;
|
|
32
|
-
icon?: any;
|
|
33
31
|
animationTarget?: any;
|
|
34
32
|
enter?: any;
|
|
35
33
|
exit?: any;
|
|
36
|
-
|
|
34
|
+
isSelected?: any;
|
|
35
|
+
value?: any;
|
|
37
36
|
closeable?: any;
|
|
37
|
+
icon?: any;
|
|
38
38
|
iconPosition?: any;
|
|
39
|
-
|
|
39
|
+
iconSize?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,11 +10,11 @@ export declare const TabPanelComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
appearance?: any;
|
|
11
11
|
placement?: any;
|
|
12
12
|
alignment?: any;
|
|
13
|
+
hasIndicator?: any;
|
|
14
|
+
enableGestures?: any;
|
|
13
15
|
hasScrollableContent?: any;
|
|
14
16
|
canScrollToStart?: any;
|
|
15
17
|
canScrollToEnd?: any;
|
|
16
|
-
hasIndicator?: any;
|
|
17
|
-
enableGestures?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -24,11 +24,11 @@ export declare const TabPanelComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
appearance?: any;
|
|
25
25
|
placement?: any;
|
|
26
26
|
alignment?: any;
|
|
27
|
+
hasIndicator?: any;
|
|
28
|
+
enableGestures?: any;
|
|
27
29
|
hasScrollableContent?: any;
|
|
28
30
|
canScrollToStart?: any;
|
|
29
31
|
canScrollToEnd?: any;
|
|
30
|
-
hasIndicator?: any;
|
|
31
|
-
enableGestures?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabStripComponent: 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
|
-
hasIndicator?: any;
|
|
17
16
|
selectedIndex?: any;
|
|
17
|
+
hasIndicator?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
+
variant?: any;
|
|
23
|
+
disabled?: any;
|
|
22
24
|
dir?: any;
|
|
23
25
|
lang?: any;
|
|
24
26
|
items?: any;
|
|
25
|
-
disabled?: any;
|
|
26
|
-
variant?: any;
|
|
27
|
-
appearance?: any;
|
|
28
27
|
selectedItem?: any;
|
|
28
|
+
appearance?: any;
|
|
29
29
|
placement?: any;
|
|
30
|
-
hasIndicator?: any;
|
|
31
30
|
selectedIndex?: any;
|
|
31
|
+
hasIndicator?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,38 +5,38 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabStripItemComponent: 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
13
|
orientation?: any;
|
|
12
|
-
|
|
13
|
-
variant?: any;
|
|
14
|
+
isSelected?: any;
|
|
14
15
|
value?: any;
|
|
15
16
|
isFocused?: any;
|
|
17
|
+
placement?: any;
|
|
16
18
|
icon?: any;
|
|
17
|
-
iconSize?: any;
|
|
18
19
|
iconPosition?: any;
|
|
20
|
+
iconSize?: any;
|
|
19
21
|
ripple?: any;
|
|
20
|
-
isSelected?: any;
|
|
21
|
-
placement?: 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
25
|
themeName?: any;
|
|
26
|
+
variant?: any;
|
|
27
|
+
disabled?: any;
|
|
28
|
+
label?: any;
|
|
26
29
|
dir?: any;
|
|
27
30
|
lang?: any;
|
|
28
|
-
label?: any;
|
|
29
31
|
orientation?: any;
|
|
30
|
-
|
|
31
|
-
variant?: any;
|
|
32
|
+
isSelected?: any;
|
|
32
33
|
value?: any;
|
|
33
34
|
isFocused?: any;
|
|
35
|
+
placement?: any;
|
|
34
36
|
icon?: any;
|
|
35
|
-
iconSize?: any;
|
|
36
37
|
iconPosition?: any;
|
|
38
|
+
iconSize?: any;
|
|
37
39
|
ripple?: any;
|
|
38
|
-
isSelected?: any;
|
|
39
|
-
placement?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TableBodyCellComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
|
|
11
|
+
isSelected?: any;
|
|
11
12
|
text?: any;
|
|
12
13
|
formatter?: any;
|
|
13
|
-
isSelected?: any;
|
|
14
|
-
textOverflow?: any;
|
|
15
14
|
columnHidden?: any;
|
|
15
|
+
textOverflow?: 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" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
+
disabled?: any;
|
|
20
21
|
dir?: any;
|
|
21
22
|
lang?: any;
|
|
22
|
-
|
|
23
|
+
isSelected?: any;
|
|
23
24
|
text?: any;
|
|
24
25
|
formatter?: any;
|
|
25
|
-
isSelected?: any;
|
|
26
|
-
textOverflow?: any;
|
|
27
26
|
columnHidden?: any;
|
|
27
|
+
textOverflow?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TableBodyRowComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
isSelected?: 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" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
15
15
|
themeName?: any;
|
|
16
|
+
disabled?: any;
|
|
16
17
|
dir?: any;
|
|
17
18
|
lang?: any;
|
|
18
|
-
disabled?: any;
|
|
19
19
|
isSelected?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,16 +8,16 @@ export declare const TableComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
caption?: any;
|
|
11
|
-
|
|
11
|
+
columns?: any;
|
|
12
12
|
appearance?: any;
|
|
13
13
|
selectionMode?: any;
|
|
14
|
-
alternating?: any;
|
|
15
|
-
selectionType?: any;
|
|
16
14
|
resizable?: any;
|
|
17
|
-
|
|
18
|
-
columns?: any;
|
|
15
|
+
intl?: any;
|
|
19
16
|
selectedRows?: any;
|
|
20
17
|
selectedCells?: any;
|
|
18
|
+
alternating?: any;
|
|
19
|
+
selectionType?: any;
|
|
20
|
+
sortMode?: 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" | "columnsChanged" | "tableSelectionChanged" | "tableChooseColumns")[], "connected" | "disconnected" | "changed" | "columnsChanged" | "tableSelectionChanged" | "tableChooseColumns", import("vue").PublicProps, Readonly<{
|
|
@@ -25,16 +25,16 @@ export declare const TableComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
dir?: any;
|
|
26
26
|
lang?: any;
|
|
27
27
|
caption?: any;
|
|
28
|
-
|
|
28
|
+
columns?: any;
|
|
29
29
|
appearance?: any;
|
|
30
30
|
selectionMode?: any;
|
|
31
|
-
alternating?: any;
|
|
32
|
-
selectionType?: any;
|
|
33
31
|
resizable?: any;
|
|
34
|
-
|
|
35
|
-
columns?: any;
|
|
32
|
+
intl?: any;
|
|
36
33
|
selectedRows?: any;
|
|
37
34
|
selectedCells?: any;
|
|
35
|
+
alternating?: any;
|
|
36
|
+
selectionType?: any;
|
|
37
|
+
sortMode?: any;
|
|
38
38
|
}> & Readonly<{
|
|
39
39
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TableFooterCellComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
text?: any;
|
|
12
12
|
formatter?: any;
|
|
13
|
-
textOverflow?: any;
|
|
14
13
|
columnHidden?: any;
|
|
14
|
+
textOverflow?: any;
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
18
18
|
themeName?: any;
|
|
19
|
+
disabled?: any;
|
|
19
20
|
dir?: any;
|
|
20
21
|
lang?: any;
|
|
21
|
-
disabled?: any;
|
|
22
22
|
text?: any;
|
|
23
23
|
formatter?: any;
|
|
24
|
-
textOverflow?: any;
|
|
25
24
|
columnHidden?: any;
|
|
25
|
+
textOverflow?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TableFooterRowComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
13
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
14
14
|
themeName?: any;
|
|
15
|
+
disabled?: any;
|
|
15
16
|
dir?: any;
|
|
16
17
|
lang?: any;
|
|
17
|
-
disabled?: any;
|
|
18
18
|
}> & Readonly<{
|
|
19
19
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,54 +5,54 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TableHeaderCellComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
text?: any;
|
|
12
|
-
intl?: any;
|
|
13
12
|
formatter?: any;
|
|
14
|
-
sorted?: any;
|
|
15
13
|
resizable?: any;
|
|
14
|
+
intl?: any;
|
|
15
|
+
sortMode?: any;
|
|
16
|
+
sorted?: any;
|
|
17
|
+
key?: any;
|
|
16
18
|
sortable?: any;
|
|
17
19
|
pinable?: any;
|
|
20
|
+
sortDirection?: any;
|
|
21
|
+
minWidth?: any;
|
|
22
|
+
maxWidth?: any;
|
|
23
|
+
pinned?: any;
|
|
18
24
|
hideable?: any;
|
|
19
25
|
autoSizeable?: any;
|
|
20
26
|
columnChoosable?: any;
|
|
21
|
-
sortMode?: any;
|
|
22
|
-
textOverflow?: any;
|
|
23
|
-
maxWidth?: any;
|
|
24
|
-
pinned?: any;
|
|
25
|
-
minWidth?: any;
|
|
26
|
-
columnHidden?: any;
|
|
27
|
-
key?: any;
|
|
28
|
-
sortDirection?: any;
|
|
29
27
|
sortIndex?: any;
|
|
28
|
+
columnHidden?: any;
|
|
29
|
+
textOverflow?: any;
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "tableSortChanged" | "tableColumnResized" | "tableRequestChooseColumns")[], "connected" | "disconnected" | "changed" | "tableSortChanged" | "tableColumnResized" | "tableRequestChooseColumns", import("vue").PublicProps, Readonly<{
|
|
33
33
|
themeName?: any;
|
|
34
|
+
disabled?: any;
|
|
34
35
|
dir?: any;
|
|
35
36
|
lang?: any;
|
|
36
|
-
disabled?: any;
|
|
37
37
|
text?: any;
|
|
38
|
-
intl?: any;
|
|
39
38
|
formatter?: any;
|
|
40
|
-
sorted?: any;
|
|
41
39
|
resizable?: any;
|
|
40
|
+
intl?: any;
|
|
41
|
+
sortMode?: any;
|
|
42
|
+
sorted?: any;
|
|
43
|
+
key?: any;
|
|
42
44
|
sortable?: any;
|
|
43
45
|
pinable?: any;
|
|
46
|
+
sortDirection?: any;
|
|
47
|
+
minWidth?: any;
|
|
48
|
+
maxWidth?: any;
|
|
49
|
+
pinned?: any;
|
|
44
50
|
hideable?: any;
|
|
45
51
|
autoSizeable?: any;
|
|
46
52
|
columnChoosable?: any;
|
|
47
|
-
sortMode?: any;
|
|
48
|
-
textOverflow?: any;
|
|
49
|
-
maxWidth?: any;
|
|
50
|
-
pinned?: any;
|
|
51
|
-
minWidth?: any;
|
|
52
|
-
columnHidden?: any;
|
|
53
|
-
key?: any;
|
|
54
|
-
sortDirection?: any;
|
|
55
53
|
sortIndex?: any;
|
|
54
|
+
columnHidden?: any;
|
|
55
|
+
textOverflow?: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
57
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TableHeaderRowComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
13
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
14
14
|
themeName?: any;
|
|
15
|
+
disabled?: any;
|
|
15
16
|
dir?: any;
|
|
16
17
|
lang?: any;
|
|
17
|
-
disabled?: any;
|
|
18
18
|
}> & Readonly<{
|
|
19
19
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,8 +8,8 @@ export declare const TableColumnEditorComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
tableColumnEditorDismissed?: any;
|
|
11
|
-
intl?: any;
|
|
12
11
|
columns?: any;
|
|
12
|
+
intl?: 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" | "tableColumnEditorChanged")[], "connected" | "disconnected" | "changed" | "tableColumnEditorChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -17,8 +17,8 @@ export declare const TableColumnEditorComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
19
|
tableColumnEditorDismissed?: any;
|
|
20
|
-
intl?: any;
|
|
21
20
|
columns?: any;
|
|
21
|
+
intl?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TreeComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
items?: any;
|
|
11
|
-
disabled?: any;
|
|
12
12
|
selectionMode?: 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" | "selectionChanged" | "itemsChanged")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
|
+
disabled?: any;
|
|
17
18
|
dir?: any;
|
|
18
19
|
lang?: any;
|
|
19
20
|
items?: any;
|
|
20
|
-
disabled?: any;
|
|
21
21
|
selectionMode?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,40 +5,40 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TreeItemComponent: 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
|
-
isBusy?: any;
|
|
14
|
-
text?: any;
|
|
15
|
-
value?: any;
|
|
16
|
-
isFocused?: any;
|
|
17
|
-
index?: any;
|
|
18
13
|
isSelected?: any;
|
|
14
|
+
index?: any;
|
|
19
15
|
displayText?: any;
|
|
20
|
-
|
|
21
|
-
isExpanded?: any;
|
|
16
|
+
value?: any;
|
|
22
17
|
hasChildren?: any;
|
|
18
|
+
text?: any;
|
|
19
|
+
isExpanded?: any;
|
|
20
|
+
isChecked?: any;
|
|
21
|
+
isFocused?: any;
|
|
22
|
+
isBusy?: 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" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
26
26
|
themeName?: any;
|
|
27
|
+
variant?: any;
|
|
28
|
+
disabled?: any;
|
|
27
29
|
dir?: any;
|
|
28
30
|
lang?: any;
|
|
29
31
|
items?: any;
|
|
30
|
-
disabled?: any;
|
|
31
|
-
variant?: any;
|
|
32
|
-
isBusy?: any;
|
|
33
|
-
text?: any;
|
|
34
|
-
value?: any;
|
|
35
|
-
isFocused?: any;
|
|
36
|
-
index?: any;
|
|
37
32
|
isSelected?: any;
|
|
33
|
+
index?: any;
|
|
38
34
|
displayText?: any;
|
|
39
|
-
|
|
40
|
-
isExpanded?: any;
|
|
35
|
+
value?: any;
|
|
41
36
|
hasChildren?: any;
|
|
37
|
+
text?: any;
|
|
38
|
+
isExpanded?: any;
|
|
39
|
+
isChecked?: any;
|
|
40
|
+
isFocused?: any;
|
|
41
|
+
isBusy?: any;
|
|
42
42
|
}> & Readonly<{
|
|
43
43
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const WizardComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
name?: any;
|
|
11
12
|
fit?: any;
|
|
12
13
|
items?: 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;
|
|
24
25
|
name?: any;
|
|
25
26
|
fit?: any;
|
|
26
27
|
items?: 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,39 +4,39 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const WizardStepComponent: 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
|
-
|
|
12
|
-
value?: any;
|
|
13
|
+
subHeader?: any;
|
|
13
14
|
animationTarget?: any;
|
|
14
15
|
enter?: any;
|
|
15
16
|
exit?: any;
|
|
16
|
-
index?: any;
|
|
17
|
-
subHeader?: any;
|
|
18
17
|
inset?: any;
|
|
19
|
-
isActive?: any;
|
|
20
18
|
isSelected?: any;
|
|
19
|
+
index?: any;
|
|
21
20
|
displayText?: any;
|
|
21
|
+
value?: 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
|
+
isActive?: any;
|
|
25
26
|
themeName?: any;
|
|
27
|
+
disabled?: any;
|
|
26
28
|
dir?: any;
|
|
27
29
|
lang?: any;
|
|
28
30
|
header?: any;
|
|
29
|
-
|
|
30
|
-
value?: any;
|
|
31
|
+
subHeader?: any;
|
|
31
32
|
animationTarget?: any;
|
|
32
33
|
enter?: any;
|
|
33
34
|
exit?: any;
|
|
34
|
-
index?: any;
|
|
35
|
-
subHeader?: any;
|
|
36
35
|
inset?: any;
|
|
37
|
-
isActive?: any;
|
|
38
36
|
isSelected?: any;
|
|
37
|
+
index?: any;
|
|
39
38
|
displayText?: any;
|
|
39
|
+
value?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,18 +7,18 @@ export declare const AppHeaderComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
isBusy?: any;
|
|
10
11
|
isToggled?: any;
|
|
11
12
|
scrollTargetFn?: any;
|
|
12
|
-
isBusy?: 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
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
|
+
isBusy?: any;
|
|
19
20
|
isToggled?: any;
|
|
20
21
|
scrollTargetFn?: any;
|
|
21
|
-
isBusy?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,9 +8,9 @@ export declare const BusyStateComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
header?: any;
|
|
11
|
+
content?: any;
|
|
11
12
|
formatter?: any;
|
|
12
13
|
icon?: any;
|
|
13
|
-
content?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -18,9 +18,9 @@ export declare const BusyStateComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
20
|
header?: any;
|
|
21
|
+
content?: any;
|
|
21
22
|
formatter?: any;
|
|
22
23
|
icon?: any;
|
|
23
|
-
content?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,9 +8,9 @@ export declare const EmptyStateComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
header?: any;
|
|
11
|
+
content?: any;
|
|
11
12
|
formatter?: any;
|
|
12
13
|
icon?: any;
|
|
13
|
-
content?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -18,9 +18,9 @@ export declare const EmptyStateComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
20
|
header?: any;
|
|
21
|
+
content?: any;
|
|
21
22
|
formatter?: any;
|
|
22
23
|
icon?: any;
|
|
23
|
-
content?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|