@breadstone/mosaik-elements-vue 0.0.237 → 0.0.238
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
|
@@ -4,31 +4,31 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const AnchorComponent: import("vue").DefineComponent<{
|
|
7
|
-
themeName?: any;
|
|
8
|
-
dir?: any;
|
|
9
|
-
lang?: any;
|
|
10
|
-
label?: any;
|
|
11
|
-
disabled?: any;
|
|
12
7
|
underline?: any;
|
|
13
8
|
download?: any;
|
|
14
9
|
href?: any;
|
|
15
10
|
rel?: any;
|
|
16
11
|
target?: any;
|
|
12
|
+
themeName?: any;
|
|
17
13
|
variant?: any;
|
|
14
|
+
disabled?: any;
|
|
15
|
+
label?: any;
|
|
16
|
+
dir?: any;
|
|
17
|
+
lang?: 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
|
-
themeName?: any;
|
|
22
|
-
dir?: any;
|
|
23
|
-
lang?: any;
|
|
24
|
-
label?: any;
|
|
25
|
-
disabled?: any;
|
|
26
21
|
underline?: any;
|
|
27
22
|
download?: any;
|
|
28
23
|
href?: any;
|
|
29
24
|
rel?: any;
|
|
30
25
|
target?: any;
|
|
26
|
+
themeName?: any;
|
|
31
27
|
variant?: any;
|
|
28
|
+
disabled?: any;
|
|
29
|
+
label?: any;
|
|
30
|
+
dir?: any;
|
|
31
|
+
lang?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,57 +4,57 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ButtonComponent: import("vue").DefineComponent<{
|
|
7
|
+
download?: any;
|
|
8
|
+
href?: any;
|
|
9
|
+
rel?: any;
|
|
10
|
+
target?: any;
|
|
7
11
|
themeName?: any;
|
|
12
|
+
variant?: any;
|
|
13
|
+
disabled?: any;
|
|
14
|
+
label?: any;
|
|
8
15
|
dir?: any;
|
|
9
16
|
lang?: any;
|
|
10
17
|
reverse?: any;
|
|
11
|
-
|
|
18
|
+
orientation?: any;
|
|
12
19
|
fit?: any;
|
|
20
|
+
value?: any;
|
|
13
21
|
size?: any;
|
|
14
|
-
orientation?: any;
|
|
15
|
-
disabled?: any;
|
|
16
|
-
download?: any;
|
|
17
|
-
href?: any;
|
|
18
|
-
rel?: any;
|
|
19
|
-
target?: any;
|
|
20
|
-
variant?: any;
|
|
21
|
-
isBusy?: any;
|
|
22
22
|
appearance?: any;
|
|
23
|
-
value?: any;
|
|
24
23
|
isFocused?: any;
|
|
25
|
-
|
|
26
|
-
iconSize?: any;
|
|
24
|
+
isBusy?: any;
|
|
27
25
|
horizontalContentAlignment?: any;
|
|
28
26
|
verticalContentAlignment?: any;
|
|
27
|
+
icon?: any;
|
|
29
28
|
iconPosition?: any;
|
|
29
|
+
iconSize?: any;
|
|
30
30
|
type?: any;
|
|
31
31
|
ripple?: any;
|
|
32
32
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
33
|
[key: string]: any;
|
|
34
34
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
35
|
+
download?: any;
|
|
36
|
+
href?: any;
|
|
37
|
+
rel?: any;
|
|
38
|
+
target?: any;
|
|
35
39
|
themeName?: any;
|
|
40
|
+
variant?: any;
|
|
41
|
+
disabled?: any;
|
|
42
|
+
label?: any;
|
|
36
43
|
dir?: any;
|
|
37
44
|
lang?: any;
|
|
38
45
|
reverse?: any;
|
|
39
|
-
|
|
46
|
+
orientation?: any;
|
|
40
47
|
fit?: any;
|
|
48
|
+
value?: any;
|
|
41
49
|
size?: any;
|
|
42
|
-
orientation?: any;
|
|
43
|
-
disabled?: any;
|
|
44
|
-
download?: any;
|
|
45
|
-
href?: any;
|
|
46
|
-
rel?: any;
|
|
47
|
-
target?: any;
|
|
48
|
-
variant?: any;
|
|
49
|
-
isBusy?: any;
|
|
50
50
|
appearance?: any;
|
|
51
|
-
value?: any;
|
|
52
51
|
isFocused?: any;
|
|
53
|
-
|
|
54
|
-
iconSize?: any;
|
|
52
|
+
isBusy?: any;
|
|
55
53
|
horizontalContentAlignment?: any;
|
|
56
54
|
verticalContentAlignment?: any;
|
|
55
|
+
icon?: any;
|
|
57
56
|
iconPosition?: any;
|
|
57
|
+
iconSize?: any;
|
|
58
58
|
type?: any;
|
|
59
59
|
ripple?: any;
|
|
60
60
|
}> & Readonly<{
|
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ButtonGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
orientation?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
13
|
appearance?: 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
17
|
themeName?: any;
|
|
18
|
+
variant?: any;
|
|
19
|
+
disabled?: any;
|
|
18
20
|
dir?: any;
|
|
19
21
|
lang?: any;
|
|
20
22
|
orientation?: any;
|
|
21
|
-
disabled?: any;
|
|
22
|
-
variant?: any;
|
|
23
23
|
appearance?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,54 +5,54 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CompoundButtonComponent: 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
13
|
reverse?: any;
|
|
11
|
-
|
|
14
|
+
orientation?: any;
|
|
12
15
|
fit?: any;
|
|
16
|
+
value?: any;
|
|
13
17
|
size?: any;
|
|
14
|
-
orientation?: any;
|
|
15
|
-
disabled?: any;
|
|
16
|
-
variant?: any;
|
|
17
|
-
isBusy?: any;
|
|
18
18
|
appearance?: any;
|
|
19
|
-
value?: any;
|
|
20
19
|
isFocused?: any;
|
|
21
|
-
|
|
22
|
-
iconSize?: any;
|
|
20
|
+
isBusy?: any;
|
|
23
21
|
horizontalContentAlignment?: any;
|
|
24
22
|
verticalContentAlignment?: any;
|
|
23
|
+
icon?: any;
|
|
25
24
|
iconPosition?: any;
|
|
25
|
+
iconSize?: any;
|
|
26
26
|
type?: any;
|
|
27
27
|
ripple?: any;
|
|
28
|
-
isNavigation?: any;
|
|
29
28
|
subLabel?: any;
|
|
29
|
+
isNavigation?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
33
33
|
themeName?: any;
|
|
34
|
+
variant?: any;
|
|
35
|
+
disabled?: any;
|
|
36
|
+
label?: any;
|
|
34
37
|
dir?: any;
|
|
35
38
|
lang?: any;
|
|
36
39
|
reverse?: any;
|
|
37
|
-
|
|
40
|
+
orientation?: any;
|
|
38
41
|
fit?: any;
|
|
42
|
+
value?: any;
|
|
39
43
|
size?: any;
|
|
40
|
-
orientation?: any;
|
|
41
|
-
disabled?: any;
|
|
42
|
-
variant?: any;
|
|
43
|
-
isBusy?: any;
|
|
44
44
|
appearance?: any;
|
|
45
|
-
value?: any;
|
|
46
45
|
isFocused?: any;
|
|
47
|
-
|
|
48
|
-
iconSize?: any;
|
|
46
|
+
isBusy?: any;
|
|
49
47
|
horizontalContentAlignment?: any;
|
|
50
48
|
verticalContentAlignment?: any;
|
|
49
|
+
icon?: any;
|
|
51
50
|
iconPosition?: any;
|
|
51
|
+
iconSize?: any;
|
|
52
52
|
type?: any;
|
|
53
53
|
ripple?: any;
|
|
54
|
-
isNavigation?: any;
|
|
55
54
|
subLabel?: any;
|
|
55
|
+
isNavigation?: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
57
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,16 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DropdownButtonComponent: 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
13
|
reverse?: any;
|
|
11
|
-
|
|
14
|
+
orientation?: any;
|
|
12
15
|
fit?: any;
|
|
16
|
+
value?: any;
|
|
13
17
|
size?: any;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
variant?: any;
|
|
18
|
+
appearance?: any;
|
|
19
|
+
isFocused?: any;
|
|
17
20
|
isBusy?: any;
|
|
21
|
+
horizontalContentAlignment?: any;
|
|
22
|
+
verticalContentAlignment?: any;
|
|
23
|
+
icon?: any;
|
|
24
|
+
iconPosition?: any;
|
|
25
|
+
iconSize?: any;
|
|
26
|
+
type?: any;
|
|
27
|
+
ripple?: any;
|
|
18
28
|
dropDownPlacement?: any;
|
|
19
29
|
dropDownStrategy?: any;
|
|
20
30
|
dropDownDistance?: any;
|
|
@@ -25,31 +35,31 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
|
|
|
25
35
|
dropDownWidth?: any;
|
|
26
36
|
dropDownMaxWidth?: any;
|
|
27
37
|
isDropDownOpen?: any;
|
|
28
|
-
appearance?: any;
|
|
29
|
-
value?: any;
|
|
30
|
-
isFocused?: any;
|
|
31
|
-
icon?: any;
|
|
32
|
-
iconSize?: any;
|
|
33
|
-
horizontalContentAlignment?: any;
|
|
34
|
-
verticalContentAlignment?: any;
|
|
35
|
-
iconPosition?: any;
|
|
36
|
-
type?: any;
|
|
37
|
-
ripple?: any;
|
|
38
38
|
caretVisible?: any;
|
|
39
39
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
40
40
|
[key: string]: any;
|
|
41
41
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
42
42
|
themeName?: any;
|
|
43
|
+
variant?: any;
|
|
44
|
+
disabled?: any;
|
|
45
|
+
label?: any;
|
|
43
46
|
dir?: any;
|
|
44
47
|
lang?: any;
|
|
45
48
|
reverse?: any;
|
|
46
|
-
|
|
49
|
+
orientation?: any;
|
|
47
50
|
fit?: any;
|
|
51
|
+
value?: any;
|
|
48
52
|
size?: any;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
variant?: any;
|
|
53
|
+
appearance?: any;
|
|
54
|
+
isFocused?: any;
|
|
52
55
|
isBusy?: any;
|
|
56
|
+
horizontalContentAlignment?: any;
|
|
57
|
+
verticalContentAlignment?: any;
|
|
58
|
+
icon?: any;
|
|
59
|
+
iconPosition?: any;
|
|
60
|
+
iconSize?: any;
|
|
61
|
+
type?: any;
|
|
62
|
+
ripple?: any;
|
|
53
63
|
dropDownPlacement?: any;
|
|
54
64
|
dropDownStrategy?: any;
|
|
55
65
|
dropDownDistance?: any;
|
|
@@ -60,16 +70,6 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
|
|
|
60
70
|
dropDownWidth?: any;
|
|
61
71
|
dropDownMaxWidth?: any;
|
|
62
72
|
isDropDownOpen?: any;
|
|
63
|
-
appearance?: any;
|
|
64
|
-
value?: any;
|
|
65
|
-
isFocused?: any;
|
|
66
|
-
icon?: any;
|
|
67
|
-
iconSize?: any;
|
|
68
|
-
horizontalContentAlignment?: any;
|
|
69
|
-
verticalContentAlignment?: any;
|
|
70
|
-
iconPosition?: any;
|
|
71
|
-
type?: any;
|
|
72
|
-
ripple?: any;
|
|
73
73
|
caretVisible?: any;
|
|
74
74
|
}> & Readonly<{
|
|
75
75
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,38 +5,38 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const FabComponent: 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
|
-
|
|
13
|
+
value?: any;
|
|
11
14
|
size?: any;
|
|
12
|
-
disabled?: any;
|
|
13
|
-
variant?: any;
|
|
14
|
-
isBusy?: any;
|
|
15
15
|
appearance?: any;
|
|
16
|
-
value?: any;
|
|
17
16
|
isFocused?: any;
|
|
17
|
+
isBusy?: any;
|
|
18
18
|
icon?: any;
|
|
19
|
-
iconSize?: any;
|
|
20
19
|
iconPosition?: any;
|
|
20
|
+
iconSize?: any;
|
|
21
21
|
type?: any;
|
|
22
22
|
ripple?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
26
26
|
themeName?: any;
|
|
27
|
+
variant?: any;
|
|
28
|
+
disabled?: any;
|
|
29
|
+
label?: any;
|
|
27
30
|
dir?: any;
|
|
28
31
|
lang?: any;
|
|
29
|
-
|
|
32
|
+
value?: any;
|
|
30
33
|
size?: any;
|
|
31
|
-
disabled?: any;
|
|
32
|
-
variant?: any;
|
|
33
|
-
isBusy?: any;
|
|
34
34
|
appearance?: any;
|
|
35
|
-
value?: any;
|
|
36
35
|
isFocused?: any;
|
|
36
|
+
isBusy?: any;
|
|
37
37
|
icon?: any;
|
|
38
|
-
iconSize?: any;
|
|
39
38
|
iconPosition?: any;
|
|
39
|
+
iconSize?: any;
|
|
40
40
|
type?: any;
|
|
41
41
|
ripple?: any;
|
|
42
42
|
}> & Readonly<{
|
package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts
CHANGED
|
@@ -5,33 +5,33 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const FabGroupComponent: 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
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
13
|
appearance?: any;
|
|
14
|
-
icon?: any;
|
|
15
|
-
iconSize?: any;
|
|
16
14
|
isOpen?: any;
|
|
17
15
|
closeable?: any;
|
|
16
|
+
icon?: any;
|
|
18
17
|
iconPosition?: any;
|
|
18
|
+
iconSize?: any;
|
|
19
19
|
direction?: any;
|
|
20
20
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
23
23
|
themeName?: any;
|
|
24
|
+
variant?: any;
|
|
25
|
+
disabled?: any;
|
|
26
|
+
label?: any;
|
|
24
27
|
dir?: any;
|
|
25
28
|
lang?: any;
|
|
26
|
-
label?: any;
|
|
27
|
-
disabled?: any;
|
|
28
|
-
variant?: any;
|
|
29
29
|
appearance?: any;
|
|
30
|
-
icon?: any;
|
|
31
|
-
iconSize?: any;
|
|
32
30
|
isOpen?: any;
|
|
33
31
|
closeable?: any;
|
|
32
|
+
icon?: any;
|
|
34
33
|
iconPosition?: any;
|
|
34
|
+
iconSize?: any;
|
|
35
35
|
direction?: any;
|
|
36
36
|
}> & Readonly<{
|
|
37
37
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PressButtonComponent: 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
13
|
reverse?: any;
|
|
11
|
-
|
|
14
|
+
orientation?: any;
|
|
12
15
|
fit?: any;
|
|
16
|
+
value?: any;
|
|
13
17
|
size?: any;
|
|
14
|
-
orientation?: any;
|
|
15
|
-
disabled?: any;
|
|
16
|
-
variant?: any;
|
|
17
|
-
isBusy?: any;
|
|
18
18
|
appearance?: any;
|
|
19
|
-
value?: any;
|
|
20
19
|
isFocused?: any;
|
|
21
|
-
|
|
22
|
-
iconSize?: any;
|
|
20
|
+
isBusy?: any;
|
|
23
21
|
horizontalContentAlignment?: any;
|
|
24
22
|
verticalContentAlignment?: any;
|
|
23
|
+
icon?: any;
|
|
25
24
|
iconPosition?: any;
|
|
25
|
+
iconSize?: any;
|
|
26
26
|
type?: any;
|
|
27
27
|
ripple?: any;
|
|
28
28
|
duration?: any;
|
|
@@ -31,24 +31,24 @@ export declare const PressButtonComponent: import("vue").DefineComponent<{
|
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "pressed")[], "connected" | "disconnected" | "changed" | "pressed", import("vue").PublicProps, Readonly<{
|
|
33
33
|
themeName?: any;
|
|
34
|
+
variant?: any;
|
|
35
|
+
disabled?: any;
|
|
36
|
+
label?: any;
|
|
34
37
|
dir?: any;
|
|
35
38
|
lang?: any;
|
|
36
39
|
reverse?: any;
|
|
37
|
-
|
|
40
|
+
orientation?: any;
|
|
38
41
|
fit?: any;
|
|
42
|
+
value?: any;
|
|
39
43
|
size?: any;
|
|
40
|
-
orientation?: any;
|
|
41
|
-
disabled?: any;
|
|
42
|
-
variant?: any;
|
|
43
|
-
isBusy?: any;
|
|
44
44
|
appearance?: any;
|
|
45
|
-
value?: any;
|
|
46
45
|
isFocused?: any;
|
|
47
|
-
|
|
48
|
-
iconSize?: any;
|
|
46
|
+
isBusy?: any;
|
|
49
47
|
horizontalContentAlignment?: any;
|
|
50
48
|
verticalContentAlignment?: any;
|
|
49
|
+
icon?: any;
|
|
51
50
|
iconPosition?: any;
|
|
51
|
+
iconSize?: any;
|
|
52
52
|
type?: any;
|
|
53
53
|
ripple?: any;
|
|
54
54
|
duration?: any;
|
|
@@ -5,56 +5,56 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const RepeatButtonComponent: 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
13
|
reverse?: any;
|
|
11
|
-
|
|
14
|
+
orientation?: any;
|
|
12
15
|
fit?: any;
|
|
16
|
+
value?: any;
|
|
17
|
+
delay?: any;
|
|
18
|
+
interval?: any;
|
|
13
19
|
size?: any;
|
|
14
|
-
orientation?: any;
|
|
15
|
-
disabled?: any;
|
|
16
|
-
variant?: any;
|
|
17
|
-
isBusy?: any;
|
|
18
20
|
appearance?: any;
|
|
19
|
-
value?: any;
|
|
20
21
|
isFocused?: any;
|
|
21
|
-
|
|
22
|
-
iconSize?: any;
|
|
22
|
+
isBusy?: any;
|
|
23
23
|
horizontalContentAlignment?: any;
|
|
24
24
|
verticalContentAlignment?: any;
|
|
25
|
+
icon?: any;
|
|
25
26
|
iconPosition?: any;
|
|
27
|
+
iconSize?: any;
|
|
26
28
|
type?: any;
|
|
27
29
|
ripple?: any;
|
|
28
30
|
isRepeating?: any;
|
|
29
|
-
delay?: any;
|
|
30
|
-
interval?: any;
|
|
31
31
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
32
|
[key: string]: any;
|
|
33
33
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "repeated")[], "connected" | "disconnected" | "changed" | "repeated", import("vue").PublicProps, Readonly<{
|
|
34
34
|
themeName?: any;
|
|
35
|
+
variant?: any;
|
|
36
|
+
disabled?: any;
|
|
37
|
+
label?: any;
|
|
35
38
|
dir?: any;
|
|
36
39
|
lang?: any;
|
|
37
40
|
reverse?: any;
|
|
38
|
-
|
|
41
|
+
orientation?: any;
|
|
39
42
|
fit?: any;
|
|
43
|
+
value?: any;
|
|
44
|
+
delay?: any;
|
|
45
|
+
interval?: any;
|
|
40
46
|
size?: any;
|
|
41
|
-
orientation?: any;
|
|
42
|
-
disabled?: any;
|
|
43
|
-
variant?: any;
|
|
44
|
-
isBusy?: any;
|
|
45
47
|
appearance?: any;
|
|
46
|
-
value?: any;
|
|
47
48
|
isFocused?: any;
|
|
48
|
-
|
|
49
|
-
iconSize?: any;
|
|
49
|
+
isBusy?: any;
|
|
50
50
|
horizontalContentAlignment?: any;
|
|
51
51
|
verticalContentAlignment?: any;
|
|
52
|
+
icon?: any;
|
|
52
53
|
iconPosition?: any;
|
|
54
|
+
iconSize?: any;
|
|
53
55
|
type?: any;
|
|
54
56
|
ripple?: any;
|
|
55
57
|
isRepeating?: any;
|
|
56
|
-
delay?: any;
|
|
57
|
-
interval?: any;
|
|
58
58
|
}> & Readonly<{
|
|
59
59
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,16 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const SplitButtonComponent: 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
13
|
reverse?: any;
|
|
11
|
-
|
|
14
|
+
orientation?: any;
|
|
12
15
|
fit?: any;
|
|
16
|
+
value?: any;
|
|
13
17
|
size?: any;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
variant?: any;
|
|
18
|
+
appearance?: any;
|
|
19
|
+
isFocused?: any;
|
|
17
20
|
isBusy?: any;
|
|
21
|
+
horizontalContentAlignment?: any;
|
|
22
|
+
verticalContentAlignment?: any;
|
|
23
|
+
icon?: any;
|
|
24
|
+
iconPosition?: any;
|
|
25
|
+
iconSize?: any;
|
|
26
|
+
type?: any;
|
|
27
|
+
ripple?: any;
|
|
18
28
|
dropDownPlacement?: any;
|
|
19
29
|
dropDownStrategy?: any;
|
|
20
30
|
dropDownDistance?: any;
|
|
@@ -25,30 +35,30 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
|
|
|
25
35
|
dropDownWidth?: any;
|
|
26
36
|
dropDownMaxWidth?: any;
|
|
27
37
|
isDropDownOpen?: any;
|
|
28
|
-
appearance?: any;
|
|
29
|
-
value?: any;
|
|
30
|
-
isFocused?: any;
|
|
31
|
-
icon?: any;
|
|
32
|
-
iconSize?: any;
|
|
33
|
-
horizontalContentAlignment?: any;
|
|
34
|
-
verticalContentAlignment?: any;
|
|
35
|
-
iconPosition?: any;
|
|
36
|
-
type?: any;
|
|
37
|
-
ripple?: any;
|
|
38
38
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
39
|
[key: string]: any;
|
|
40
40
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
41
41
|
themeName?: any;
|
|
42
|
+
variant?: any;
|
|
43
|
+
disabled?: any;
|
|
44
|
+
label?: any;
|
|
42
45
|
dir?: any;
|
|
43
46
|
lang?: any;
|
|
44
47
|
reverse?: any;
|
|
45
|
-
|
|
48
|
+
orientation?: any;
|
|
46
49
|
fit?: any;
|
|
50
|
+
value?: any;
|
|
47
51
|
size?: any;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
variant?: any;
|
|
52
|
+
appearance?: any;
|
|
53
|
+
isFocused?: any;
|
|
51
54
|
isBusy?: any;
|
|
55
|
+
horizontalContentAlignment?: any;
|
|
56
|
+
verticalContentAlignment?: any;
|
|
57
|
+
icon?: any;
|
|
58
|
+
iconPosition?: any;
|
|
59
|
+
iconSize?: any;
|
|
60
|
+
type?: any;
|
|
61
|
+
ripple?: any;
|
|
52
62
|
dropDownPlacement?: any;
|
|
53
63
|
dropDownStrategy?: any;
|
|
54
64
|
dropDownDistance?: any;
|
|
@@ -59,16 +69,6 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
|
|
|
59
69
|
dropDownWidth?: any;
|
|
60
70
|
dropDownMaxWidth?: any;
|
|
61
71
|
isDropDownOpen?: any;
|
|
62
|
-
appearance?: any;
|
|
63
|
-
value?: any;
|
|
64
|
-
isFocused?: any;
|
|
65
|
-
icon?: any;
|
|
66
|
-
iconSize?: any;
|
|
67
|
-
horizontalContentAlignment?: any;
|
|
68
|
-
verticalContentAlignment?: any;
|
|
69
|
-
iconPosition?: any;
|
|
70
|
-
type?: any;
|
|
71
|
-
ripple?: any;
|
|
72
72
|
}> & Readonly<{
|
|
73
73
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TileComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
fit?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
13
|
appearance?: any;
|
|
14
14
|
isFocused?: any;
|
|
15
|
-
elevation?: any;
|
|
16
15
|
type?: any;
|
|
17
16
|
ripple?: any;
|
|
17
|
+
elevation?: 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
|
fit?: any;
|
|
25
|
-
disabled?: any;
|
|
26
|
-
variant?: any;
|
|
27
27
|
appearance?: any;
|
|
28
28
|
isFocused?: any;
|
|
29
|
-
elevation?: any;
|
|
30
29
|
type?: any;
|
|
31
30
|
ripple?: any;
|
|
31
|
+
elevation?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|