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