@breadstone/mosaik-elements-vue 0.0.243 → 0.0.245
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 +2 -2
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +8 -8
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +6 -6
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +2 -2
- 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 +8 -8
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +6 -6
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +11 -11
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +4 -4
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +2 -2
- 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 +14 -14
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +4 -4
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
- 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 +10 -10
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +15 -15
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +10 -10
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +8 -8
- package/Controls/Components/Layouts/Designer/Content/DesignerContentComponent.js +1 -1
- package/Controls/Components/Layouts/Designer/DesignerComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComposerComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +18 -18
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComposerComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageComponent.js +1 -1
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +6 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts.map +1 -1
- package/Controls/Components/Layouts/Page/PageHeaderComponent.js +3 -3
- package/Controls/Components/Layouts/Page/PageHeaderComponent.js.map +1 -1
- package/Controls/Components/Layouts/Page/PageMenuComponent.js +1 -1
- package/Controls/Components/Layouts/Page/PagePreContentComponent.js +1 -1
- package/Controls/Components/Layouts/Page/PagePreContentComponent.js.map +1 -1
- package/Controls/Components/Layouts/Page/PagePreHeaderComponent.js +1 -1
- package/Controls/Components/Layouts/Page/PagePreHeaderComponent.js.map +1 -1
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.js +1 -1
- package/Controls/Components/Layouts/Split/SplitComponent.js.map +1 -1
- package/Controls/Components/Layouts/TileList/TileListComponent.js +1 -1
- package/Controls/Components/Layouts/TileList/TileListComponent.js.map +1 -1
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileList/TileListItemComponent.js +1 -1
- package/Controls/Components/Layouts/TileList/TileListItemComponent.js.map +1 -1
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.js +1 -1
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +8 -8
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +6 -6
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +4 -4
- 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 +8 -8
- 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 +2 -2
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +10 -10
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorAreaComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +4 -4
- 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 +2 -2
- 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 +4 -4
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +4 -4
- 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 +4 -4
- package/Controls/Components/Media/Image/ImageComponent.d.ts +4 -4
- package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +8 -8
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
- package/Controls/Components/Media/Video/VideoComponent.d.ts +2 -2
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
- 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 +2 -2
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
- 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 +4 -4
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
- 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/Kbd/KbdShortcutComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +6 -6
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +6 -6
- package/Controls/Components/Primitives/TextFormat/TextFormatComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Thumbnail/ThumbnailComponent.d.ts +2 -2
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +4 -4
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +6 -6
- 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 +6 -6
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +6 -6
- 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 +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +9 -9
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +7 -7
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +15 -15
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts +2 -2
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +4 -4
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +4 -4
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
- package/Controls/Components/Selectors/List/ListComponent.d.ts +4 -4
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +15 -15
- 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 +12 -12
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +9 -9
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +9 -9
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +15 -15
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +11 -11
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +9 -9
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableFooterRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Table/TableHeaderRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +15 -15
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +9 -9
- 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 ListItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
value?: any;
|
|
9
|
-
isSelected?: any;
|
|
10
|
-
disabled?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
10
|
+
ripple?: any;
|
|
11
|
+
isFocused?: any;
|
|
12
|
+
disabled?: any;
|
|
13
|
+
variant?: any;
|
|
14
|
+
value?: any;
|
|
15
|
+
isSelected?: any;
|
|
13
16
|
index?: any;
|
|
14
17
|
displayText?: any;
|
|
15
|
-
variant?: any;
|
|
16
18
|
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
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
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
|
-
value?: any;
|
|
24
|
-
isSelected?: any;
|
|
25
|
-
disabled?: any;
|
|
26
23
|
dir?: any;
|
|
27
24
|
lang?: any;
|
|
25
|
+
ripple?: any;
|
|
26
|
+
isFocused?: any;
|
|
27
|
+
disabled?: any;
|
|
28
|
+
variant?: any;
|
|
29
|
+
value?: any;
|
|
30
|
+
isSelected?: any;
|
|
28
31
|
index?: any;
|
|
29
32
|
displayText?: any;
|
|
30
|
-
variant?: any;
|
|
31
33
|
isChecked?: any;
|
|
32
|
-
isFocused?: any;
|
|
33
|
-
ripple?: any;
|
|
34
34
|
}> & Readonly<{
|
|
35
|
-
onSelected?: ((...args: any[]) => any) | undefined;
|
|
36
|
-
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
37
35
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
38
36
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
39
37
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
onSelected?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
declare module 'vue' {
|
|
42
42
|
interface GlobalComponents {
|
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListItemGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
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;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
20
19
|
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;
|
|
9
8
|
dir?: any;
|
|
10
9
|
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;
|
|
17
16
|
dir?: any;
|
|
18
17
|
lang?: any;
|
|
18
|
+
disabled?: any;
|
|
19
19
|
inset?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,42 +5,42 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const MenuItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
value?: any;
|
|
9
|
-
disabled?: any;
|
|
10
|
-
textOverflow?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
label?: any;
|
|
14
|
-
|
|
11
|
+
ripple?: any;
|
|
12
|
+
isFocused?: any;
|
|
13
|
+
disabled?: any;
|
|
15
14
|
variant?: any;
|
|
15
|
+
value?: any;
|
|
16
16
|
appearance?: any;
|
|
17
|
+
isActive?: any;
|
|
17
18
|
hasChildren?: any;
|
|
18
19
|
isExpanded?: any;
|
|
19
20
|
isChecked?: any;
|
|
20
|
-
isFocused?: any;
|
|
21
21
|
icon?: 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
28
|
themeName?: any;
|
|
29
|
-
value?: any;
|
|
30
|
-
disabled?: any;
|
|
31
|
-
textOverflow?: any;
|
|
32
29
|
dir?: any;
|
|
33
30
|
lang?: any;
|
|
34
31
|
label?: any;
|
|
35
|
-
|
|
32
|
+
ripple?: any;
|
|
33
|
+
isFocused?: any;
|
|
34
|
+
disabled?: any;
|
|
36
35
|
variant?: any;
|
|
36
|
+
value?: any;
|
|
37
37
|
appearance?: any;
|
|
38
|
+
isActive?: any;
|
|
38
39
|
hasChildren?: any;
|
|
39
40
|
isExpanded?: any;
|
|
40
41
|
isChecked?: any;
|
|
41
|
-
isFocused?: any;
|
|
42
42
|
icon?: any;
|
|
43
|
-
|
|
43
|
+
textOverflow?: any;
|
|
44
44
|
subLabel?: any;
|
|
45
45
|
menuMode?: any;
|
|
46
46
|
}> & Readonly<{
|
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const MenuItemGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
textOverflow?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
header?: any;
|
|
12
11
|
orientation?: any;
|
|
12
|
+
textOverflow?: 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
|
-
textOverflow?: any;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
20
19
|
header?: any;
|
|
21
20
|
orientation?: any;
|
|
21
|
+
textOverflow?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const SegmentComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
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
|
-
disabled?: any;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
19
|
+
disabled?: any;
|
|
20
20
|
variant?: any;
|
|
21
21
|
appearance?: any;
|
|
22
22
|
}> & Readonly<{
|
|
@@ -5,42 +5,42 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const SegmentItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
value?: any;
|
|
9
|
-
disabled?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
label?: any;
|
|
13
|
-
|
|
11
|
+
ripple?: any;
|
|
12
|
+
isFocused?: any;
|
|
13
|
+
disabled?: any;
|
|
14
14
|
variant?: any;
|
|
15
|
-
|
|
15
|
+
value?: any;
|
|
16
16
|
appearance?: any;
|
|
17
|
+
orientation?: any;
|
|
18
|
+
size?: any;
|
|
17
19
|
isChecked?: any;
|
|
18
|
-
isFocused?: any;
|
|
19
20
|
icon?: any;
|
|
20
21
|
iconPosition?: any;
|
|
21
22
|
iconSize?: any;
|
|
22
23
|
type?: any;
|
|
23
|
-
ripple?: 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
|
-
value?: any;
|
|
29
|
-
disabled?: any;
|
|
30
28
|
dir?: any;
|
|
31
29
|
lang?: any;
|
|
32
30
|
label?: any;
|
|
33
|
-
|
|
31
|
+
ripple?: any;
|
|
32
|
+
isFocused?: any;
|
|
33
|
+
disabled?: any;
|
|
34
34
|
variant?: any;
|
|
35
|
-
|
|
35
|
+
value?: any;
|
|
36
36
|
appearance?: any;
|
|
37
|
+
orientation?: any;
|
|
38
|
+
size?: any;
|
|
37
39
|
isChecked?: any;
|
|
38
|
-
isFocused?: any;
|
|
39
40
|
icon?: any;
|
|
40
41
|
iconPosition?: any;
|
|
41
42
|
iconSize?: any;
|
|
42
43
|
type?: any;
|
|
43
|
-
ripple?: any;
|
|
44
44
|
}> & Readonly<{
|
|
45
45
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const StepperComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
11
|
orientation?: any;
|
|
12
12
|
fit?: any;
|
|
13
13
|
items?: any;
|
|
@@ -19,9 +19,9 @@ export declare const StepperComponent: import("vue").DefineComponent<{
|
|
|
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;
|
|
23
22
|
dir?: any;
|
|
24
23
|
lang?: any;
|
|
24
|
+
disabled?: any;
|
|
25
25
|
orientation?: any;
|
|
26
26
|
fit?: any;
|
|
27
27
|
items?: any;
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const StepperItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
value?: any;
|
|
9
|
-
isSelected?: any;
|
|
10
|
-
disabled?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
header?: any;
|
|
11
|
+
disabled?: any;
|
|
12
|
+
value?: any;
|
|
14
13
|
isActive?: any;
|
|
15
14
|
animationTarget?: any;
|
|
16
15
|
enter?: any;
|
|
17
16
|
exit?: any;
|
|
17
|
+
isSelected?: any;
|
|
18
18
|
index?: any;
|
|
19
19
|
displayText?: any;
|
|
20
20
|
state?: any;
|
|
@@ -23,18 +23,18 @@ export declare const StepperItemComponent: import("vue").DefineComponent<{
|
|
|
23
23
|
hint?: any;
|
|
24
24
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
25
25
|
[key: string]: any;
|
|
26
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
26
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
27
27
|
themeName?: any;
|
|
28
|
-
value?: any;
|
|
29
|
-
isSelected?: any;
|
|
30
|
-
disabled?: any;
|
|
31
28
|
dir?: any;
|
|
32
29
|
lang?: any;
|
|
33
30
|
header?: any;
|
|
31
|
+
disabled?: any;
|
|
32
|
+
value?: any;
|
|
34
33
|
isActive?: any;
|
|
35
34
|
animationTarget?: any;
|
|
36
35
|
enter?: any;
|
|
37
36
|
exit?: any;
|
|
37
|
+
isSelected?: any;
|
|
38
38
|
index?: any;
|
|
39
39
|
displayText?: any;
|
|
40
40
|
state?: any;
|
|
@@ -42,11 +42,11 @@ export declare const StepperItemComponent: import("vue").DefineComponent<{
|
|
|
42
42
|
description?: any;
|
|
43
43
|
hint?: any;
|
|
44
44
|
}> & Readonly<{
|
|
45
|
-
onSelected?: ((...args: any[]) => any) | undefined;
|
|
46
|
-
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
47
45
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
46
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
49
47
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
onSelected?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
51
|
declare module 'vue' {
|
|
52
52
|
interface GlobalComponents {
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
|
-
|
|
12
|
-
selectedItem?: any;
|
|
10
|
+
disabled?: any;
|
|
13
11
|
variant?: any;
|
|
14
12
|
appearance?: any;
|
|
13
|
+
items?: any;
|
|
14
|
+
selectedItem?: any;
|
|
15
15
|
placement?: any;
|
|
16
16
|
alignment?: any;
|
|
17
17
|
selectedIndex?: any;
|
|
@@ -21,13 +21,13 @@ export declare const TabComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
disabled?: any;
|
|
25
24
|
dir?: any;
|
|
26
25
|
lang?: any;
|
|
27
|
-
|
|
28
|
-
selectedItem?: any;
|
|
26
|
+
disabled?: any;
|
|
29
27
|
variant?: any;
|
|
30
28
|
appearance?: any;
|
|
29
|
+
items?: any;
|
|
30
|
+
selectedItem?: any;
|
|
31
31
|
placement?: any;
|
|
32
32
|
alignment?: any;
|
|
33
33
|
selectedIndex?: any;
|
|
@@ -5,45 +5,45 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
value?: any;
|
|
9
|
-
isSelected?: any;
|
|
10
|
-
disabled?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
label?: any;
|
|
11
|
+
disabled?: any;
|
|
12
|
+
value?: any;
|
|
14
13
|
orientation?: any;
|
|
15
14
|
animationTarget?: any;
|
|
16
15
|
enter?: any;
|
|
17
16
|
exit?: any;
|
|
17
|
+
isSelected?: any;
|
|
18
18
|
closeable?: any;
|
|
19
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
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
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
|
-
value?: any;
|
|
27
|
-
isSelected?: any;
|
|
28
|
-
disabled?: any;
|
|
29
26
|
dir?: any;
|
|
30
27
|
lang?: any;
|
|
31
28
|
label?: any;
|
|
29
|
+
disabled?: any;
|
|
30
|
+
value?: any;
|
|
32
31
|
orientation?: any;
|
|
33
32
|
animationTarget?: any;
|
|
34
33
|
enter?: any;
|
|
35
34
|
exit?: any;
|
|
35
|
+
isSelected?: any;
|
|
36
36
|
closeable?: any;
|
|
37
37
|
icon?: any;
|
|
38
38
|
iconPosition?: any;
|
|
39
39
|
iconSize?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
|
-
onSelected?: ((...args: any[]) => any) | undefined;
|
|
42
|
-
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
43
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
44
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
45
43
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
46
44
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
onSelected?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
declare module 'vue' {
|
|
49
49
|
interface GlobalComponents {
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabStripComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
|
-
|
|
12
|
-
selectedItem?: any;
|
|
10
|
+
disabled?: any;
|
|
13
11
|
variant?: any;
|
|
14
12
|
appearance?: any;
|
|
13
|
+
items?: any;
|
|
14
|
+
selectedItem?: any;
|
|
15
15
|
placement?: any;
|
|
16
16
|
selectedIndex?: any;
|
|
17
17
|
hasIndicator?: any;
|
|
@@ -19,13 +19,13 @@ export declare const TabStripComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
disabled?: any;
|
|
23
22
|
dir?: any;
|
|
24
23
|
lang?: any;
|
|
25
|
-
|
|
26
|
-
selectedItem?: any;
|
|
24
|
+
disabled?: any;
|
|
27
25
|
variant?: any;
|
|
28
26
|
appearance?: any;
|
|
27
|
+
items?: any;
|
|
28
|
+
selectedItem?: any;
|
|
29
29
|
placement?: any;
|
|
30
30
|
selectedIndex?: any;
|
|
31
31
|
hasIndicator?: any;
|
|
@@ -5,44 +5,44 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabStripItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
value?: any;
|
|
9
|
-
isSelected?: any;
|
|
10
|
-
disabled?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
label?: any;
|
|
14
|
-
|
|
15
|
-
variant?: any;
|
|
11
|
+
ripple?: any;
|
|
16
12
|
isFocused?: any;
|
|
13
|
+
disabled?: any;
|
|
14
|
+
variant?: any;
|
|
15
|
+
value?: any;
|
|
16
|
+
orientation?: any;
|
|
17
|
+
isSelected?: any;
|
|
17
18
|
placement?: any;
|
|
18
19
|
icon?: any;
|
|
19
20
|
iconPosition?: any;
|
|
20
21
|
iconSize?: any;
|
|
21
|
-
ripple?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
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
|
-
value?: any;
|
|
27
|
-
isSelected?: any;
|
|
28
|
-
disabled?: any;
|
|
29
26
|
dir?: any;
|
|
30
27
|
lang?: any;
|
|
31
28
|
label?: any;
|
|
32
|
-
|
|
33
|
-
variant?: any;
|
|
29
|
+
ripple?: any;
|
|
34
30
|
isFocused?: any;
|
|
31
|
+
disabled?: any;
|
|
32
|
+
variant?: any;
|
|
33
|
+
value?: any;
|
|
34
|
+
orientation?: any;
|
|
35
|
+
isSelected?: any;
|
|
35
36
|
placement?: any;
|
|
36
37
|
icon?: any;
|
|
37
38
|
iconPosition?: any;
|
|
38
39
|
iconSize?: any;
|
|
39
|
-
ripple?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
|
-
onSelected?: ((...args: any[]) => any) | undefined;
|
|
42
|
-
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
43
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
44
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
45
43
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
onSelected?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
47
47
|
declare module 'vue' {
|
|
48
48
|
interface GlobalComponents {
|
|
@@ -5,34 +5,34 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TableBodyCellComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
8
11
|
value?: any;
|
|
9
12
|
isSelected?: any;
|
|
10
13
|
text?: any;
|
|
11
|
-
columnHidden?: any;
|
|
12
|
-
disabled?: any;
|
|
13
14
|
formatter?: any;
|
|
15
|
+
columnHidden?: any;
|
|
14
16
|
textOverflow?: any;
|
|
15
|
-
dir?: any;
|
|
16
|
-
lang?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
19
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
20
20
|
themeName?: any;
|
|
21
|
+
dir?: any;
|
|
22
|
+
lang?: any;
|
|
23
|
+
disabled?: any;
|
|
21
24
|
value?: any;
|
|
22
25
|
isSelected?: any;
|
|
23
26
|
text?: any;
|
|
24
|
-
columnHidden?: any;
|
|
25
|
-
disabled?: any;
|
|
26
27
|
formatter?: any;
|
|
28
|
+
columnHidden?: any;
|
|
27
29
|
textOverflow?: any;
|
|
28
|
-
dir?: any;
|
|
29
|
-
lang?: any;
|
|
30
30
|
}> & Readonly<{
|
|
31
|
-
onSelected?: ((...args: any[]) => any) | undefined;
|
|
32
|
-
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
33
31
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
32
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
35
33
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
onSelected?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
declare module 'vue' {
|
|
38
38
|
interface GlobalComponents {
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TableBodyRowComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
value?: any;
|
|
9
|
-
isSelected?: any;
|
|
10
|
-
disabled?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
|
+
value?: any;
|
|
12
|
+
isSelected?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
15
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
|
-
value?: any;
|
|
18
|
-
isSelected?: any;
|
|
19
|
-
disabled?: any;
|
|
20
17
|
dir?: any;
|
|
21
18
|
lang?: any;
|
|
19
|
+
disabled?: any;
|
|
20
|
+
value?: any;
|
|
21
|
+
isSelected?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
|
-
onSelected?: ((...args: any[]) => any) | undefined;
|
|
24
|
-
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
25
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
27
25
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onSelected?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
29
29
|
declare module 'vue' {
|
|
30
30
|
interface GlobalComponents {
|
|
@@ -8,8 +8,8 @@ export declare const TableComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
caption?: any;
|
|
11
|
-
columns?: any;
|
|
12
11
|
appearance?: any;
|
|
12
|
+
columns?: any;
|
|
13
13
|
selectionMode?: any;
|
|
14
14
|
resizable?: any;
|
|
15
15
|
intl?: any;
|
|
@@ -25,8 +25,8 @@ export declare const TableComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
dir?: any;
|
|
26
26
|
lang?: any;
|
|
27
27
|
caption?: any;
|
|
28
|
-
columns?: any;
|
|
29
28
|
appearance?: any;
|
|
29
|
+
columns?: any;
|
|
30
30
|
selectionMode?: any;
|
|
31
31
|
resizable?: any;
|
|
32
32
|
intl?: any;
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TableFooterCellComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
+
text?: any;
|
|
11
12
|
formatter?: any;
|
|
13
|
+
columnHidden?: any;
|
|
12
14
|
textOverflow?: any;
|
|
13
|
-
dir?: any;
|
|
14
|
-
lang?: 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
|
-
|
|
20
|
-
|
|
19
|
+
dir?: any;
|
|
20
|
+
lang?: any;
|
|
21
21
|
disabled?: any;
|
|
22
|
+
text?: any;
|
|
22
23
|
formatter?: any;
|
|
24
|
+
columnHidden?: any;
|
|
23
25
|
textOverflow?: any;
|
|
24
|
-
dir?: any;
|
|
25
|
-
lang?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|