@breadstone/mosaik-elements-vue 0.0.249 → 0.0.250
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +22 -22
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +26 -26
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +15 -15
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +14 -14
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +26 -26
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +6 -6
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Cells/CellGroupComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +18 -18
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +2 -2
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +2 -2
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +25 -25
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +14 -14
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +16 -16
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +22 -22
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +46 -46
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +28 -28
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +30 -30
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +38 -38
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +18 -18
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +6 -6
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +18 -18
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +10 -10
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +8 -8
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +12 -12
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +12 -12
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +14 -14
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +8 -8
- package/Controls/Components/Media/Image/ImageComponent.d.ts +8 -8
- package/Controls/Components/Media/Map/MapComponent.d.ts +6 -6
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +14 -14
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +10 -10
- package/Controls/Components/Media/Video/VideoComponent.d.ts +8 -8
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +27 -27
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +25 -25
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +42 -42
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +9 -9
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +19 -19
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +13 -13
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +6 -6
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +28 -28
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +37 -37
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +9 -9
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +10 -10
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +16 -16
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +33 -33
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +12 -12
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +6 -6
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +10 -10
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +22 -22
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +12 -12
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +15 -15
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +22 -22
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +16 -16
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +6 -6
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +6 -6
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +6 -6
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +6 -6
- package/package.json +2 -2
|
@@ -4,53 +4,53 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToggleButtonComponent: import("vue").DefineComponent<{
|
|
7
|
+
icon?: any;
|
|
8
|
+
variant?: any;
|
|
7
9
|
themeName?: any;
|
|
10
|
+
appearance?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
13
|
reverse?: any;
|
|
11
14
|
label?: any;
|
|
12
|
-
fit?: any;
|
|
13
|
-
size?: any;
|
|
14
15
|
orientation?: any;
|
|
16
|
+
fit?: any;
|
|
15
17
|
disabled?: any;
|
|
16
|
-
variant?: any;
|
|
17
|
-
isBusy?: any;
|
|
18
|
-
appearance?: any;
|
|
19
18
|
value?: any;
|
|
19
|
+
size?: any;
|
|
20
|
+
isChecked?: any;
|
|
20
21
|
isFocused?: any;
|
|
21
|
-
|
|
22
|
-
iconSize?: any;
|
|
22
|
+
isBusy?: any;
|
|
23
23
|
horizontalContentAlignment?: any;
|
|
24
24
|
verticalContentAlignment?: any;
|
|
25
25
|
iconPosition?: any;
|
|
26
|
+
iconSize?: any;
|
|
26
27
|
type?: any;
|
|
27
28
|
ripple?: any;
|
|
28
|
-
isChecked?: any;
|
|
29
29
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
30
|
[key: string]: any;
|
|
31
31
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled", import("vue").PublicProps, Readonly<{
|
|
32
|
+
icon?: any;
|
|
33
|
+
variant?: any;
|
|
32
34
|
themeName?: any;
|
|
35
|
+
appearance?: any;
|
|
33
36
|
dir?: any;
|
|
34
37
|
lang?: any;
|
|
35
38
|
reverse?: any;
|
|
36
39
|
label?: any;
|
|
37
|
-
fit?: any;
|
|
38
|
-
size?: any;
|
|
39
40
|
orientation?: any;
|
|
41
|
+
fit?: any;
|
|
40
42
|
disabled?: any;
|
|
41
|
-
variant?: any;
|
|
42
|
-
isBusy?: any;
|
|
43
|
-
appearance?: any;
|
|
44
43
|
value?: any;
|
|
44
|
+
size?: any;
|
|
45
|
+
isChecked?: any;
|
|
45
46
|
isFocused?: any;
|
|
46
|
-
|
|
47
|
-
iconSize?: any;
|
|
47
|
+
isBusy?: any;
|
|
48
48
|
horizontalContentAlignment?: any;
|
|
49
49
|
verticalContentAlignment?: any;
|
|
50
50
|
iconPosition?: any;
|
|
51
|
+
iconSize?: any;
|
|
51
52
|
type?: any;
|
|
52
53
|
ripple?: any;
|
|
53
|
-
isChecked?: any;
|
|
54
54
|
}> & Readonly<{
|
|
55
55
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
56
56
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToggleButtonGroupComponent: import("vue").DefineComponent<{
|
|
7
|
+
variant?: any;
|
|
7
8
|
themeName?: any;
|
|
9
|
+
appearance?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
invalid?: any;
|
|
11
13
|
orientation?: any;
|
|
12
14
|
disabled?: any;
|
|
13
|
-
variant?: any;
|
|
14
|
-
appearance?: any;
|
|
15
15
|
value?: any;
|
|
16
16
|
toggleChanged?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "groupChanged")[], "connected" | "disconnected" | "changed" | "groupChanged", import("vue").PublicProps, Readonly<{
|
|
20
|
+
variant?: any;
|
|
20
21
|
themeName?: any;
|
|
22
|
+
appearance?: any;
|
|
21
23
|
dir?: any;
|
|
22
24
|
lang?: any;
|
|
23
25
|
invalid?: any;
|
|
24
26
|
orientation?: any;
|
|
25
27
|
disabled?: any;
|
|
26
|
-
variant?: any;
|
|
27
|
-
appearance?: any;
|
|
28
28
|
value?: any;
|
|
29
29
|
toggleChanged?: any;
|
|
30
30
|
}> & Readonly<{
|
|
@@ -9,8 +9,8 @@ export declare const CellComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
label?: any;
|
|
11
11
|
disabled?: any;
|
|
12
|
-
isNavigation?: any;
|
|
13
12
|
subLabel?: any;
|
|
13
|
+
isNavigation?: 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<{
|
|
@@ -19,8 +19,8 @@ export declare const CellComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
lang?: any;
|
|
20
20
|
label?: any;
|
|
21
21
|
disabled?: any;
|
|
22
|
-
isNavigation?: any;
|
|
23
22
|
subLabel?: any;
|
|
23
|
+
isNavigation?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CellGroupComponent: import("vue").DefineComponent<{
|
|
7
|
+
header?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
header?: 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
|
+
header?: any;
|
|
14
15
|
themeName?: any;
|
|
15
16
|
dir?: any;
|
|
16
17
|
lang?: any;
|
|
17
|
-
header?: any;
|
|
18
18
|
}> & Readonly<{
|
|
19
19
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,34 +4,34 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChartComponent: import("vue").DefineComponent<{
|
|
7
|
+
header?: any;
|
|
8
|
+
subHeader?: any;
|
|
9
|
+
variant?: any;
|
|
7
10
|
themeName?: any;
|
|
11
|
+
width?: any;
|
|
12
|
+
height?: any;
|
|
8
13
|
dir?: any;
|
|
9
14
|
lang?: any;
|
|
10
15
|
fill?: any;
|
|
11
|
-
header?: any;
|
|
12
16
|
legend?: any;
|
|
13
17
|
fit?: any;
|
|
14
|
-
variant?: any;
|
|
15
|
-
theme?: any;
|
|
16
18
|
legendPosition?: any;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
markers?: any;
|
|
19
|
+
theme?: any;
|
|
20
|
+
grid?: any;
|
|
21
|
+
labels?: any;
|
|
21
22
|
chart?: any;
|
|
22
23
|
annotations?: any;
|
|
23
24
|
colors?: any;
|
|
24
25
|
dataLabels?: any;
|
|
25
26
|
series?: any;
|
|
26
27
|
stroke?: any;
|
|
27
|
-
|
|
28
|
+
markers?: any;
|
|
28
29
|
noData?: any;
|
|
29
30
|
tooltip?: any;
|
|
30
31
|
plotOptions?: any;
|
|
31
32
|
responsive?: any;
|
|
32
33
|
xAxis?: any;
|
|
33
34
|
yAxis?: any;
|
|
34
|
-
grid?: any;
|
|
35
35
|
states?: any;
|
|
36
36
|
display?: any;
|
|
37
37
|
stacked?: any;
|
|
@@ -42,34 +42,34 @@ export declare const ChartComponent: import("vue").DefineComponent<{
|
|
|
42
42
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
45
|
+
header?: any;
|
|
46
|
+
subHeader?: any;
|
|
47
|
+
variant?: any;
|
|
45
48
|
themeName?: any;
|
|
49
|
+
width?: any;
|
|
50
|
+
height?: any;
|
|
46
51
|
dir?: any;
|
|
47
52
|
lang?: any;
|
|
48
53
|
fill?: any;
|
|
49
|
-
header?: any;
|
|
50
54
|
legend?: any;
|
|
51
55
|
fit?: any;
|
|
52
|
-
variant?: any;
|
|
53
|
-
theme?: any;
|
|
54
56
|
legendPosition?: any;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
markers?: any;
|
|
57
|
+
theme?: any;
|
|
58
|
+
grid?: any;
|
|
59
|
+
labels?: any;
|
|
59
60
|
chart?: any;
|
|
60
61
|
annotations?: any;
|
|
61
62
|
colors?: any;
|
|
62
63
|
dataLabels?: any;
|
|
63
64
|
series?: any;
|
|
64
65
|
stroke?: any;
|
|
65
|
-
|
|
66
|
+
markers?: any;
|
|
66
67
|
noData?: any;
|
|
67
68
|
tooltip?: any;
|
|
68
69
|
plotOptions?: any;
|
|
69
70
|
responsive?: any;
|
|
70
71
|
xAxis?: any;
|
|
71
72
|
yAxis?: any;
|
|
72
|
-
grid?: any;
|
|
73
73
|
states?: any;
|
|
74
74
|
display?: any;
|
|
75
75
|
stacked?: any;
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PatternComponent: import("vue").DefineComponent<{
|
|
7
|
+
variant?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
variant?: any;
|
|
12
12
|
for?: any;
|
|
13
13
|
control?: any;
|
|
14
14
|
mouseX?: any;
|
|
@@ -16,11 +16,11 @@ export declare const PatternComponent: import("vue").DefineComponent<{
|
|
|
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;
|
|
19
20
|
themeName?: any;
|
|
20
21
|
dir?: any;
|
|
21
22
|
lang?: any;
|
|
22
23
|
disabled?: any;
|
|
23
|
-
variant?: any;
|
|
24
24
|
for?: any;
|
|
25
25
|
control?: any;
|
|
26
26
|
mouseX?: any;
|
|
@@ -9,8 +9,8 @@ export declare const PerspectiveComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
11
|
for?: any;
|
|
12
|
-
duration?: any;
|
|
13
12
|
factor?: any;
|
|
13
|
+
duration?: 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<{
|
|
@@ -19,8 +19,8 @@ export declare const PerspectiveComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
lang?: any;
|
|
20
20
|
disabled?: any;
|
|
21
21
|
for?: any;
|
|
22
|
-
duration?: any;
|
|
23
22
|
factor?: any;
|
|
23
|
+
duration?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const RippleComponent: import("vue").DefineComponent<{
|
|
7
|
+
variant?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
variant?: any;
|
|
12
12
|
for?: any;
|
|
13
13
|
control?: any;
|
|
14
14
|
duration?: any;
|
|
@@ -16,11 +16,11 @@ export declare const RippleComponent: import("vue").DefineComponent<{
|
|
|
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;
|
|
19
20
|
themeName?: any;
|
|
20
21
|
dir?: any;
|
|
21
22
|
lang?: any;
|
|
22
23
|
disabled?: any;
|
|
23
|
-
variant?: any;
|
|
24
24
|
for?: any;
|
|
25
25
|
control?: any;
|
|
26
26
|
duration?: any;
|
|
@@ -10,8 +10,8 @@ export declare const ScaleComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
mode?: any;
|
|
11
11
|
disabled?: any;
|
|
12
12
|
for?: any;
|
|
13
|
-
duration?: any;
|
|
14
13
|
factor?: any;
|
|
14
|
+
duration?: 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<{
|
|
@@ -21,8 +21,8 @@ export declare const ScaleComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
mode?: any;
|
|
22
22
|
disabled?: any;
|
|
23
23
|
for?: any;
|
|
24
|
-
duration?: any;
|
|
25
24
|
factor?: any;
|
|
25
|
+
duration?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -13,7 +13,6 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
|
|
|
13
13
|
error?: any;
|
|
14
14
|
disabled?: any;
|
|
15
15
|
required?: any;
|
|
16
|
-
labels?: any;
|
|
17
16
|
hint?: any;
|
|
18
17
|
info?: any;
|
|
19
18
|
validators?: any;
|
|
@@ -22,6 +21,7 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
|
|
|
22
21
|
validationMessage?: any;
|
|
23
22
|
willValidate?: any;
|
|
24
23
|
internals?: any;
|
|
24
|
+
labels?: 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" | "invalid")[], "connected" | "disconnected" | "changed" | "invalid", import("vue").PublicProps, Readonly<{
|
|
@@ -34,7 +34,6 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
|
|
|
34
34
|
error?: any;
|
|
35
35
|
disabled?: any;
|
|
36
36
|
required?: any;
|
|
37
|
-
labels?: any;
|
|
38
37
|
hint?: any;
|
|
39
38
|
info?: any;
|
|
40
39
|
validators?: any;
|
|
@@ -43,6 +42,7 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
|
|
|
43
42
|
validationMessage?: any;
|
|
44
43
|
willValidate?: any;
|
|
45
44
|
internals?: any;
|
|
45
|
+
labels?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,51 +4,51 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const BannerComponent: import("vue").DefineComponent<{
|
|
7
|
-
themeName?: any;
|
|
8
|
-
dir?: any;
|
|
9
|
-
lang?: any;
|
|
10
7
|
header?: any;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
subHeader?: any;
|
|
9
|
+
icon?: any;
|
|
10
|
+
formatter?: any;
|
|
14
11
|
variant?: any;
|
|
12
|
+
themeName?: any;
|
|
13
|
+
elevation?: any;
|
|
15
14
|
appearance?: any;
|
|
16
|
-
formatter?: any;
|
|
17
|
-
icon?: any;
|
|
18
|
-
iconSize?: any;
|
|
19
|
-
subHeader?: any;
|
|
20
15
|
isOpen?: any;
|
|
21
16
|
closeable?: any;
|
|
22
|
-
|
|
17
|
+
dir?: any;
|
|
18
|
+
lang?: any;
|
|
19
|
+
orientation?: any;
|
|
20
|
+
fit?: any;
|
|
21
|
+
disabled?: any;
|
|
23
22
|
horizontalContentAlignment?: any;
|
|
24
23
|
verticalContentAlignment?: any;
|
|
24
|
+
iconSize?: any;
|
|
25
25
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
28
|
-
themeName?: any;
|
|
29
|
-
dir?: any;
|
|
30
|
-
lang?: any;
|
|
27
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("opened" | "closed" | "connected" | "disconnected" | "changed")[], "opened" | "closed" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
31
28
|
header?: any;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
subHeader?: any;
|
|
30
|
+
icon?: any;
|
|
31
|
+
formatter?: any;
|
|
35
32
|
variant?: any;
|
|
33
|
+
themeName?: any;
|
|
34
|
+
elevation?: any;
|
|
36
35
|
appearance?: any;
|
|
37
|
-
formatter?: any;
|
|
38
|
-
icon?: any;
|
|
39
|
-
iconSize?: any;
|
|
40
|
-
subHeader?: any;
|
|
41
36
|
isOpen?: any;
|
|
42
37
|
closeable?: any;
|
|
43
|
-
|
|
38
|
+
dir?: any;
|
|
39
|
+
lang?: any;
|
|
40
|
+
orientation?: any;
|
|
41
|
+
fit?: any;
|
|
42
|
+
disabled?: any;
|
|
44
43
|
horizontalContentAlignment?: any;
|
|
45
44
|
verticalContentAlignment?: any;
|
|
45
|
+
iconSize?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
47
49
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
50
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
49
51
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
50
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
51
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
52
52
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
53
|
declare module 'vue' {
|
|
54
54
|
interface GlobalComponents {
|
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const BannerHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
+
formatter?: any;
|
|
8
|
+
variant?: any;
|
|
7
9
|
themeName?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
disabled?: any;
|
|
11
|
-
variant?: any;
|
|
12
13
|
text?: any;
|
|
13
|
-
formatter?: 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<{
|
|
17
|
+
formatter?: any;
|
|
18
|
+
variant?: any;
|
|
17
19
|
themeName?: any;
|
|
18
20
|
dir?: any;
|
|
19
21
|
lang?: any;
|
|
20
22
|
disabled?: any;
|
|
21
|
-
variant?: any;
|
|
22
23
|
text?: any;
|
|
23
|
-
formatter?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const BannerSubHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
+
formatter?: any;
|
|
8
|
+
variant?: any;
|
|
7
9
|
themeName?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
disabled?: any;
|
|
11
|
-
variant?: any;
|
|
12
13
|
text?: any;
|
|
13
|
-
formatter?: 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<{
|
|
17
|
+
formatter?: any;
|
|
18
|
+
variant?: any;
|
|
17
19
|
themeName?: any;
|
|
18
20
|
dir?: any;
|
|
19
21
|
lang?: any;
|
|
20
22
|
disabled?: any;
|
|
21
|
-
variant?: any;
|
|
22
23
|
text?: any;
|
|
23
|
-
formatter?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,41 +4,41 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const BannerGroupComponent: import("vue").DefineComponent<{
|
|
7
|
+
variant?: any;
|
|
7
8
|
themeName?: any;
|
|
9
|
+
appearance?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
length?: any;
|
|
11
13
|
reverse?: any;
|
|
12
14
|
orientation?: any;
|
|
13
15
|
disabled?: any;
|
|
14
|
-
|
|
16
|
+
index?: any;
|
|
15
17
|
loop?: any;
|
|
16
|
-
appearance?: any;
|
|
17
18
|
maxLength?: any;
|
|
19
|
+
stacking?: any;
|
|
18
20
|
canPrev?: any;
|
|
19
21
|
canNext?: any;
|
|
20
|
-
index?: any;
|
|
21
22
|
dismissBehavior?: any;
|
|
22
|
-
stacking?: 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" | "change")[], "connected" | "disconnected" | "changed" | "change", import("vue").PublicProps, Readonly<{
|
|
26
|
+
variant?: any;
|
|
26
27
|
themeName?: any;
|
|
28
|
+
appearance?: any;
|
|
27
29
|
dir?: any;
|
|
28
30
|
lang?: any;
|
|
29
31
|
length?: any;
|
|
30
32
|
reverse?: any;
|
|
31
33
|
orientation?: any;
|
|
32
34
|
disabled?: any;
|
|
33
|
-
|
|
35
|
+
index?: any;
|
|
34
36
|
loop?: any;
|
|
35
|
-
appearance?: any;
|
|
36
37
|
maxLength?: any;
|
|
38
|
+
stacking?: any;
|
|
37
39
|
canPrev?: any;
|
|
38
40
|
canNext?: any;
|
|
39
|
-
index?: any;
|
|
40
41
|
dismissBehavior?: any;
|
|
41
|
-
stacking?: any;
|
|
42
42
|
}> & Readonly<{
|
|
43
43
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,33 +4,33 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const BreadcrumbItemComponent: import("vue").DefineComponent<{
|
|
7
|
+
variant?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
label?: any;
|
|
11
12
|
disabled?: any;
|
|
12
|
-
|
|
13
|
+
isActive?: any;
|
|
14
|
+
target?: any;
|
|
13
15
|
download?: any;
|
|
14
16
|
href?: any;
|
|
15
17
|
rel?: any;
|
|
16
|
-
|
|
17
|
-
variant?: any;
|
|
18
|
-
isActive?: any;
|
|
18
|
+
underline?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
22
|
+
variant?: any;
|
|
22
23
|
themeName?: any;
|
|
23
24
|
dir?: any;
|
|
24
25
|
lang?: any;
|
|
25
26
|
label?: any;
|
|
26
27
|
disabled?: any;
|
|
27
|
-
|
|
28
|
+
isActive?: any;
|
|
29
|
+
target?: any;
|
|
28
30
|
download?: any;
|
|
29
31
|
href?: any;
|
|
30
32
|
rel?: any;
|
|
31
|
-
|
|
32
|
-
variant?: any;
|
|
33
|
-
isActive?: any;
|
|
33
|
+
underline?: any;
|
|
34
34
|
}> & Readonly<{
|
|
35
35
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,38 +4,38 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CardComponent: import("vue").DefineComponent<{
|
|
7
|
+
header?: any;
|
|
8
|
+
subHeader?: any;
|
|
9
|
+
formatter?: any;
|
|
7
10
|
themeName?: any;
|
|
11
|
+
elevation?: any;
|
|
12
|
+
appearance?: any;
|
|
8
13
|
dir?: any;
|
|
9
14
|
lang?: any;
|
|
10
|
-
header?: any;
|
|
11
|
-
fit?: any;
|
|
12
15
|
orientation?: any;
|
|
16
|
+
fit?: any;
|
|
13
17
|
disabled?: any;
|
|
14
|
-
appearance?: any;
|
|
15
|
-
formatter?: any;
|
|
16
|
-
subHeader?: any;
|
|
17
|
-
elevation?: any;
|
|
18
18
|
inset?: any;
|
|
19
|
-
content?: any;
|
|
20
19
|
isSelected?: any;
|
|
20
|
+
content?: any;
|
|
21
21
|
inlineMedia?: 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
|
+
header?: any;
|
|
26
|
+
subHeader?: any;
|
|
27
|
+
formatter?: any;
|
|
25
28
|
themeName?: any;
|
|
29
|
+
elevation?: any;
|
|
30
|
+
appearance?: any;
|
|
26
31
|
dir?: any;
|
|
27
32
|
lang?: any;
|
|
28
|
-
header?: any;
|
|
29
|
-
fit?: any;
|
|
30
33
|
orientation?: any;
|
|
34
|
+
fit?: any;
|
|
31
35
|
disabled?: any;
|
|
32
|
-
appearance?: any;
|
|
33
|
-
formatter?: any;
|
|
34
|
-
subHeader?: any;
|
|
35
|
-
elevation?: any;
|
|
36
36
|
inset?: any;
|
|
37
|
-
content?: any;
|
|
38
37
|
isSelected?: any;
|
|
38
|
+
content?: any;
|
|
39
39
|
inlineMedia?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CardContentComponent: import("vue").DefineComponent<{
|
|
7
|
+
formatter?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
text?: any;
|
|
11
|
-
formatter?: any;
|
|
12
12
|
hasContent?: 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" | "contentChanged")[], "connected" | "disconnected" | "changed" | "contentChanged", import("vue").PublicProps, Readonly<{
|
|
16
|
+
formatter?: any;
|
|
16
17
|
themeName?: any;
|
|
17
18
|
dir?: any;
|
|
18
19
|
lang?: any;
|
|
19
20
|
text?: any;
|
|
20
|
-
formatter?: any;
|
|
21
21
|
hasContent?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|