@breadstone/mosaik-elements-vue 0.1.6 → 0.1.7
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 +4 -4
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +6 -6
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +6 -6
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +6 -6
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +6 -6
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +6 -6
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +6 -6
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +6 -6
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +6 -6
- 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 +4 -4
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +4 -4
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +4 -4
- 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 +4 -4
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- 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 +8 -8
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +8 -8
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +6 -6
- 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 +8 -8
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +6 -4
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts.map +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.js +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.js.map +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +6 -6
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +6 -6
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +8 -8
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +6 -6
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +14 -12
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.js.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +14 -14
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComposerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +2 -2
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +4 -4
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +4 -4
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +12 -12
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +6 -6
- 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 +6 -6
- 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 +2 -2
- 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/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 +4 -4
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +4 -4
- package/Controls/Components/Media/Video/VideoComponent.d.ts +2 -2
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Clickable/ClickableComponent.d.ts +4 -4
- 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 +4 -4
- package/Controls/Components/Primitives/Elevation/ElevationComponent.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/FocusRing/FocusRingComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +4 -4
- 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 +4 -4
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +4 -4
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +4 -4
- 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 +2 -2
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +4 -4
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +6 -6
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +4 -4
- 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 +6 -6
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +2 -2
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +6 -6
- 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 +6 -6
- package/Controls/Components/Selectors/List/ListComponent.d.ts +4 -4
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +6 -6
- 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 +6 -6
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableFooterRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +4 -4
- 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 +6 -6
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +4 -4
- package/package.json +2 -2
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const AnchorComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
variant?: any;
|
|
9
|
-
disabled?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
label?: any;
|
|
11
|
+
disabled?: any;
|
|
12
|
+
variant?: any;
|
|
13
13
|
target?: any;
|
|
14
14
|
download?: any;
|
|
15
15
|
href?: any;
|
|
@@ -19,11 +19,11 @@ 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
|
-
variant?: any;
|
|
23
|
-
disabled?: any;
|
|
24
22
|
dir?: any;
|
|
25
23
|
lang?: any;
|
|
26
24
|
label?: any;
|
|
25
|
+
disabled?: any;
|
|
26
|
+
variant?: any;
|
|
27
27
|
target?: any;
|
|
28
28
|
download?: any;
|
|
29
29
|
href?: any;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ButtonComponent: import("vue").DefineComponent<{
|
|
7
|
-
value?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
appearance?: any;
|
|
11
|
-
disabled?: any;
|
|
12
9
|
dir?: any;
|
|
13
10
|
lang?: any;
|
|
14
11
|
reverse?: any;
|
|
15
12
|
label?: any;
|
|
16
13
|
orientation?: any;
|
|
17
14
|
fit?: any;
|
|
15
|
+
disabled?: any;
|
|
16
|
+
value?: any;
|
|
17
|
+
variant?: any;
|
|
18
18
|
size?: any;
|
|
19
19
|
isFocused?: any;
|
|
20
20
|
isBusy?: any;
|
|
@@ -32,17 +32,17 @@ export declare const ButtonComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
value?: any;
|
|
36
35
|
themeName?: any;
|
|
37
|
-
variant?: any;
|
|
38
36
|
appearance?: any;
|
|
39
|
-
disabled?: any;
|
|
40
37
|
dir?: any;
|
|
41
38
|
lang?: any;
|
|
42
39
|
reverse?: any;
|
|
43
40
|
label?: any;
|
|
44
41
|
orientation?: any;
|
|
45
42
|
fit?: any;
|
|
43
|
+
disabled?: any;
|
|
44
|
+
value?: any;
|
|
45
|
+
variant?: any;
|
|
46
46
|
size?: any;
|
|
47
47
|
isFocused?: any;
|
|
48
48
|
isBusy?: any;
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ButtonGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
variant?: any;
|
|
9
8
|
appearance?: any;
|
|
10
|
-
disabled?: any;
|
|
11
9
|
dir?: any;
|
|
12
10
|
lang?: any;
|
|
13
11
|
orientation?: any;
|
|
12
|
+
disabled?: any;
|
|
13
|
+
variant?: 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
18
|
appearance?: any;
|
|
20
|
-
disabled?: any;
|
|
21
19
|
dir?: any;
|
|
22
20
|
lang?: any;
|
|
23
21
|
orientation?: any;
|
|
22
|
+
disabled?: any;
|
|
23
|
+
variant?: 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 CompoundButtonComponent: import("vue").DefineComponent<{
|
|
7
|
-
value?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
appearance?: any;
|
|
11
|
-
disabled?: any;
|
|
12
9
|
dir?: any;
|
|
13
10
|
lang?: any;
|
|
14
11
|
reverse?: any;
|
|
15
12
|
label?: any;
|
|
16
13
|
orientation?: any;
|
|
17
14
|
fit?: any;
|
|
15
|
+
disabled?: any;
|
|
16
|
+
value?: any;
|
|
17
|
+
variant?: any;
|
|
18
18
|
size?: any;
|
|
19
19
|
isFocused?: any;
|
|
20
20
|
isBusy?: any;
|
|
@@ -30,17 +30,17 @@ export declare const CompoundButtonComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
value?: any;
|
|
34
33
|
themeName?: any;
|
|
35
|
-
variant?: any;
|
|
36
34
|
appearance?: any;
|
|
37
|
-
disabled?: any;
|
|
38
35
|
dir?: any;
|
|
39
36
|
lang?: any;
|
|
40
37
|
reverse?: any;
|
|
41
38
|
label?: any;
|
|
42
39
|
orientation?: any;
|
|
43
40
|
fit?: any;
|
|
41
|
+
disabled?: any;
|
|
42
|
+
value?: any;
|
|
43
|
+
variant?: any;
|
|
44
44
|
size?: any;
|
|
45
45
|
isFocused?: any;
|
|
46
46
|
isBusy?: any;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DropdownButtonComponent: import("vue").DefineComponent<{
|
|
7
|
-
value?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
appearance?: any;
|
|
11
|
-
disabled?: any;
|
|
12
9
|
dir?: any;
|
|
13
10
|
lang?: any;
|
|
14
11
|
reverse?: any;
|
|
15
12
|
label?: any;
|
|
16
13
|
orientation?: any;
|
|
17
14
|
fit?: any;
|
|
15
|
+
disabled?: any;
|
|
16
|
+
value?: any;
|
|
17
|
+
variant?: any;
|
|
18
18
|
size?: any;
|
|
19
19
|
isFocused?: any;
|
|
20
20
|
isBusy?: any;
|
|
@@ -39,17 +39,17 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
value?: any;
|
|
43
42
|
themeName?: any;
|
|
44
|
-
variant?: any;
|
|
45
43
|
appearance?: any;
|
|
46
|
-
disabled?: any;
|
|
47
44
|
dir?: any;
|
|
48
45
|
lang?: any;
|
|
49
46
|
reverse?: any;
|
|
50
47
|
label?: any;
|
|
51
48
|
orientation?: any;
|
|
52
49
|
fit?: any;
|
|
50
|
+
disabled?: any;
|
|
51
|
+
value?: any;
|
|
52
|
+
variant?: any;
|
|
53
53
|
size?: any;
|
|
54
54
|
isFocused?: any;
|
|
55
55
|
isBusy?: any;
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FabComponent: import("vue").DefineComponent<{
|
|
7
|
-
value?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
appearance?: any;
|
|
11
|
-
disabled?: any;
|
|
12
9
|
dir?: any;
|
|
13
10
|
lang?: any;
|
|
14
11
|
label?: any;
|
|
12
|
+
disabled?: any;
|
|
13
|
+
value?: any;
|
|
14
|
+
variant?: any;
|
|
15
15
|
size?: any;
|
|
16
16
|
isFocused?: any;
|
|
17
17
|
isBusy?: any;
|
|
@@ -23,14 +23,14 @@ export declare const FabComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
value?: any;
|
|
27
26
|
themeName?: any;
|
|
28
|
-
variant?: any;
|
|
29
27
|
appearance?: any;
|
|
30
|
-
disabled?: any;
|
|
31
28
|
dir?: any;
|
|
32
29
|
lang?: any;
|
|
33
30
|
label?: any;
|
|
31
|
+
disabled?: any;
|
|
32
|
+
value?: any;
|
|
33
|
+
variant?: any;
|
|
34
34
|
size?: any;
|
|
35
35
|
isFocused?: any;
|
|
36
36
|
isBusy?: any;
|
package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const FabGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
variant?: any;
|
|
9
8
|
appearance?: any;
|
|
10
|
-
disabled?: any;
|
|
11
9
|
dir?: any;
|
|
12
10
|
lang?: any;
|
|
13
11
|
label?: any;
|
|
12
|
+
disabled?: any;
|
|
13
|
+
variant?: any;
|
|
14
14
|
isOpen?: any;
|
|
15
15
|
closeable?: any;
|
|
16
16
|
icon?: any;
|
|
@@ -21,12 +21,12 @@ 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
|
-
variant?: any;
|
|
25
24
|
appearance?: any;
|
|
26
|
-
disabled?: any;
|
|
27
25
|
dir?: any;
|
|
28
26
|
lang?: any;
|
|
29
27
|
label?: any;
|
|
28
|
+
disabled?: any;
|
|
29
|
+
variant?: any;
|
|
30
30
|
isOpen?: any;
|
|
31
31
|
closeable?: any;
|
|
32
32
|
icon?: any;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PressButtonComponent: import("vue").DefineComponent<{
|
|
7
|
-
value?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
appearance?: any;
|
|
11
|
-
disabled?: any;
|
|
12
9
|
dir?: any;
|
|
13
10
|
lang?: any;
|
|
14
11
|
reverse?: any;
|
|
15
12
|
label?: any;
|
|
16
13
|
orientation?: any;
|
|
17
14
|
fit?: any;
|
|
15
|
+
disabled?: any;
|
|
16
|
+
value?: any;
|
|
17
|
+
variant?: any;
|
|
18
18
|
size?: any;
|
|
19
19
|
isFocused?: any;
|
|
20
20
|
isBusy?: any;
|
|
@@ -30,17 +30,17 @@ export declare const PressButtonComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
value?: any;
|
|
34
33
|
themeName?: any;
|
|
35
|
-
variant?: any;
|
|
36
34
|
appearance?: any;
|
|
37
|
-
disabled?: any;
|
|
38
35
|
dir?: any;
|
|
39
36
|
lang?: any;
|
|
40
37
|
reverse?: any;
|
|
41
38
|
label?: any;
|
|
42
39
|
orientation?: any;
|
|
43
40
|
fit?: any;
|
|
41
|
+
disabled?: any;
|
|
42
|
+
value?: any;
|
|
43
|
+
variant?: any;
|
|
44
44
|
size?: any;
|
|
45
45
|
isFocused?: any;
|
|
46
46
|
isBusy?: any;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const RepeatButtonComponent: import("vue").DefineComponent<{
|
|
7
|
-
value?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
appearance?: any;
|
|
11
|
-
disabled?: any;
|
|
12
9
|
dir?: any;
|
|
13
10
|
lang?: any;
|
|
14
11
|
reverse?: any;
|
|
15
12
|
label?: any;
|
|
16
13
|
orientation?: any;
|
|
17
14
|
fit?: any;
|
|
15
|
+
disabled?: any;
|
|
16
|
+
value?: any;
|
|
17
|
+
variant?: any;
|
|
18
18
|
delay?: any;
|
|
19
19
|
interval?: any;
|
|
20
20
|
size?: any;
|
|
@@ -31,17 +31,17 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
value?: any;
|
|
35
34
|
themeName?: any;
|
|
36
|
-
variant?: any;
|
|
37
35
|
appearance?: any;
|
|
38
|
-
disabled?: any;
|
|
39
36
|
dir?: any;
|
|
40
37
|
lang?: any;
|
|
41
38
|
reverse?: any;
|
|
42
39
|
label?: any;
|
|
43
40
|
orientation?: any;
|
|
44
41
|
fit?: any;
|
|
42
|
+
disabled?: any;
|
|
43
|
+
value?: any;
|
|
44
|
+
variant?: any;
|
|
45
45
|
delay?: any;
|
|
46
46
|
interval?: any;
|
|
47
47
|
size?: any;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SplitButtonComponent: import("vue").DefineComponent<{
|
|
7
|
-
value?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
appearance?: any;
|
|
11
|
-
disabled?: any;
|
|
12
9
|
dir?: any;
|
|
13
10
|
lang?: any;
|
|
14
11
|
reverse?: any;
|
|
15
12
|
label?: any;
|
|
16
13
|
orientation?: any;
|
|
17
14
|
fit?: any;
|
|
15
|
+
disabled?: any;
|
|
16
|
+
value?: any;
|
|
17
|
+
variant?: any;
|
|
18
18
|
size?: any;
|
|
19
19
|
isFocused?: any;
|
|
20
20
|
isBusy?: any;
|
|
@@ -38,17 +38,17 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
value?: any;
|
|
42
41
|
themeName?: any;
|
|
43
|
-
variant?: any;
|
|
44
42
|
appearance?: any;
|
|
45
|
-
disabled?: any;
|
|
46
43
|
dir?: any;
|
|
47
44
|
lang?: any;
|
|
48
45
|
reverse?: any;
|
|
49
46
|
label?: any;
|
|
50
47
|
orientation?: any;
|
|
51
48
|
fit?: any;
|
|
49
|
+
disabled?: any;
|
|
50
|
+
value?: any;
|
|
51
|
+
variant?: any;
|
|
52
52
|
size?: any;
|
|
53
53
|
isFocused?: any;
|
|
54
54
|
isBusy?: any;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TileComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
variant?: any;
|
|
9
8
|
appearance?: any;
|
|
10
|
-
disabled?: any;
|
|
11
9
|
dir?: any;
|
|
12
10
|
lang?: any;
|
|
13
11
|
fit?: any;
|
|
12
|
+
disabled?: any;
|
|
13
|
+
variant?: any;
|
|
14
14
|
isFocused?: any;
|
|
15
15
|
type?: any;
|
|
16
16
|
ripple?: any;
|
|
@@ -19,12 +19,12 @@ export declare const TileComponent: 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
|
-
variant?: any;
|
|
23
22
|
appearance?: any;
|
|
24
|
-
disabled?: any;
|
|
25
23
|
dir?: any;
|
|
26
24
|
lang?: any;
|
|
27
25
|
fit?: any;
|
|
26
|
+
disabled?: any;
|
|
27
|
+
variant?: any;
|
|
28
28
|
isFocused?: any;
|
|
29
29
|
type?: any;
|
|
30
30
|
ripple?: any;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToggleButtonComponent: import("vue").DefineComponent<{
|
|
7
|
-
value?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
appearance?: any;
|
|
11
|
-
disabled?: any;
|
|
12
9
|
dir?: any;
|
|
13
10
|
lang?: any;
|
|
14
11
|
reverse?: any;
|
|
15
12
|
label?: any;
|
|
16
13
|
orientation?: any;
|
|
17
14
|
fit?: any;
|
|
15
|
+
disabled?: any;
|
|
16
|
+
value?: any;
|
|
17
|
+
variant?: any;
|
|
18
18
|
size?: any;
|
|
19
19
|
isChecked?: any;
|
|
20
20
|
isFocused?: any;
|
|
@@ -29,17 +29,17 @@ export declare const ToggleButtonComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
value?: any;
|
|
33
32
|
themeName?: any;
|
|
34
|
-
variant?: any;
|
|
35
33
|
appearance?: any;
|
|
36
|
-
disabled?: any;
|
|
37
34
|
dir?: any;
|
|
38
35
|
lang?: any;
|
|
39
36
|
reverse?: any;
|
|
40
37
|
label?: any;
|
|
41
38
|
orientation?: any;
|
|
42
39
|
fit?: any;
|
|
40
|
+
disabled?: any;
|
|
41
|
+
value?: any;
|
|
42
|
+
variant?: any;
|
|
43
43
|
size?: any;
|
|
44
44
|
isChecked?: any;
|
|
45
45
|
isFocused?: any;
|
|
@@ -4,28 +4,28 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToggleButtonGroupComponent: import("vue").DefineComponent<{
|
|
7
|
-
value?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
appearance?: any;
|
|
11
|
-
disabled?: any;
|
|
12
9
|
dir?: any;
|
|
13
10
|
lang?: any;
|
|
14
11
|
invalid?: any;
|
|
15
12
|
orientation?: any;
|
|
13
|
+
disabled?: any;
|
|
14
|
+
value?: any;
|
|
15
|
+
variant?: 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
|
-
value?: any;
|
|
21
20
|
themeName?: any;
|
|
22
|
-
variant?: any;
|
|
23
21
|
appearance?: any;
|
|
24
|
-
disabled?: any;
|
|
25
22
|
dir?: any;
|
|
26
23
|
lang?: any;
|
|
27
24
|
invalid?: any;
|
|
28
25
|
orientation?: any;
|
|
26
|
+
disabled?: any;
|
|
27
|
+
value?: any;
|
|
28
|
+
variant?: 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<{
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChartComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
variant?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
fill?: any;
|
|
@@ -13,6 +12,7 @@ export declare const ChartComponent: import("vue").DefineComponent<{
|
|
|
13
12
|
legend?: any;
|
|
14
13
|
fit?: any;
|
|
15
14
|
subHeader?: any;
|
|
15
|
+
variant?: any;
|
|
16
16
|
legendPosition?: any;
|
|
17
17
|
width?: any;
|
|
18
18
|
height?: any;
|
|
@@ -43,7 +43,6 @@ export declare const ChartComponent: import("vue").DefineComponent<{
|
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
45
45
|
themeName?: any;
|
|
46
|
-
variant?: any;
|
|
47
46
|
dir?: any;
|
|
48
47
|
lang?: any;
|
|
49
48
|
fill?: any;
|
|
@@ -51,6 +50,7 @@ export declare const ChartComponent: import("vue").DefineComponent<{
|
|
|
51
50
|
legend?: any;
|
|
52
51
|
fit?: any;
|
|
53
52
|
subHeader?: any;
|
|
53
|
+
variant?: any;
|
|
54
54
|
legendPosition?: any;
|
|
55
55
|
width?: any;
|
|
56
56
|
height?: any;
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PatternComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
variant?: any;
|
|
9
|
-
disabled?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
|
+
variant?: any;
|
|
12
12
|
for?: any;
|
|
13
13
|
control?: any;
|
|
14
14
|
mouseX?: any;
|
|
@@ -17,10 +17,10 @@ export declare const PatternComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
-
variant?: any;
|
|
21
|
-
disabled?: any;
|
|
22
20
|
dir?: any;
|
|
23
21
|
lang?: any;
|
|
22
|
+
disabled?: any;
|
|
23
|
+
variant?: any;
|
|
24
24
|
for?: any;
|
|
25
25
|
control?: any;
|
|
26
26
|
mouseX?: any;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PerspectiveComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
11
|
for?: any;
|
|
12
12
|
factor?: any;
|
|
13
13
|
duration?: any;
|
|
@@ -15,9 +15,9 @@ export declare const PerspectiveComponent: import("vue").DefineComponent<{
|
|
|
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;
|
|
20
|
+
disabled?: any;
|
|
21
21
|
for?: any;
|
|
22
22
|
factor?: any;
|
|
23
23
|
duration?: any;
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const RippleComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
variant?: any;
|
|
9
|
-
disabled?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
|
+
variant?: any;
|
|
12
12
|
for?: any;
|
|
13
13
|
control?: any;
|
|
14
14
|
duration?: any;
|
|
@@ -17,10 +17,10 @@ export declare const RippleComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
-
variant?: any;
|
|
21
|
-
disabled?: any;
|
|
22
20
|
dir?: any;
|
|
23
21
|
lang?: any;
|
|
22
|
+
disabled?: any;
|
|
23
|
+
variant?: any;
|
|
24
24
|
for?: any;
|
|
25
25
|
control?: any;
|
|
26
26
|
duration?: any;
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ScaleComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
mode?: any;
|
|
11
|
+
disabled?: any;
|
|
12
12
|
for?: any;
|
|
13
13
|
factor?: any;
|
|
14
14
|
duration?: any;
|
|
@@ -16,10 +16,10 @@ export declare const ScaleComponent: import("vue").DefineComponent<{
|
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
18
18
|
themeName?: any;
|
|
19
|
-
disabled?: any;
|
|
20
19
|
dir?: any;
|
|
21
20
|
lang?: any;
|
|
22
21
|
mode?: any;
|
|
22
|
+
disabled?: any;
|
|
23
23
|
for?: any;
|
|
24
24
|
factor?: any;
|
|
25
25
|
duration?: any;
|
|
@@ -13,7 +13,7 @@ export declare const FormComponent: import("vue").DefineComponent<{
|
|
|
13
13
|
novalidate?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
16
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "formReset" | "submitted")[], "connected" | "disconnected" | "changed" | "formReset" | "submitted", import("vue").PublicProps, Readonly<{
|
|
17
17
|
themeName?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
@@ -25,8 +25,8 @@ export declare const FormComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
27
27
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
onSubmitted?: ((...args: any[]) => any) | undefined;
|
|
29
28
|
onFormReset?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
onSubmitted?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
31
31
|
declare module 'vue' {
|
|
32
32
|
interface GlobalComponents {
|