@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
|
@@ -5,32 +5,32 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const BadgeComponent: 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
|
+
position?: any;
|
|
11
14
|
size?: any;
|
|
12
|
-
disabled?: any;
|
|
13
|
-
variant?: any;
|
|
14
15
|
appearance?: any;
|
|
15
16
|
icon?: any;
|
|
16
|
-
overlap?: any;
|
|
17
17
|
attached?: any;
|
|
18
|
-
|
|
18
|
+
overlap?: any;
|
|
19
19
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
22
22
|
themeName?: any;
|
|
23
|
+
variant?: any;
|
|
24
|
+
disabled?: any;
|
|
25
|
+
label?: any;
|
|
23
26
|
dir?: any;
|
|
24
27
|
lang?: any;
|
|
25
|
-
|
|
28
|
+
position?: any;
|
|
26
29
|
size?: any;
|
|
27
|
-
disabled?: any;
|
|
28
|
-
variant?: any;
|
|
29
30
|
appearance?: any;
|
|
30
31
|
icon?: any;
|
|
31
|
-
overlap?: any;
|
|
32
32
|
attached?: any;
|
|
33
|
-
|
|
33
|
+
overlap?: any;
|
|
34
34
|
}> & Readonly<{
|
|
35
35
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CameraComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
src?: any;
|
|
12
12
|
autoPlay?: any;
|
|
13
|
+
poster?: any;
|
|
14
|
+
autoFullScreen?: any;
|
|
13
15
|
width?: any;
|
|
14
16
|
height?: any;
|
|
15
17
|
type?: any;
|
|
16
18
|
isSupported?: any;
|
|
17
19
|
isRecorderSupported?: any;
|
|
18
|
-
poster?: any;
|
|
19
|
-
autoFullScreen?: any;
|
|
20
20
|
recorderFormat?: any;
|
|
21
21
|
captureFormat?: any;
|
|
22
22
|
frame?: any;
|
|
@@ -24,18 +24,18 @@ export declare const CameraComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "captured" | "recorded" | "error")[], "connected" | "disconnected" | "changed" | "captured" | "recorded" | "error", import("vue").PublicProps, Readonly<{
|
|
26
26
|
themeName?: any;
|
|
27
|
+
disabled?: any;
|
|
27
28
|
dir?: any;
|
|
28
29
|
lang?: any;
|
|
29
|
-
disabled?: any;
|
|
30
30
|
src?: any;
|
|
31
31
|
autoPlay?: any;
|
|
32
|
+
poster?: any;
|
|
33
|
+
autoFullScreen?: any;
|
|
32
34
|
width?: any;
|
|
33
35
|
height?: any;
|
|
34
36
|
type?: any;
|
|
35
37
|
isSupported?: any;
|
|
36
38
|
isRecorderSupported?: any;
|
|
37
|
-
poster?: any;
|
|
38
|
-
autoFullScreen?: any;
|
|
39
39
|
recorderFormat?: any;
|
|
40
40
|
captureFormat?: any;
|
|
41
41
|
frame?: any;
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
variant?: any;
|
|
11
11
|
width?: any;
|
|
12
12
|
height?: any;
|
|
13
|
-
intl?: any;
|
|
14
13
|
appearance?: any;
|
|
14
|
+
intl?: any;
|
|
15
15
|
scrollToEnd?: any;
|
|
16
16
|
begin?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
20
20
|
themeName?: any;
|
|
21
|
+
variant?: any;
|
|
21
22
|
dir?: any;
|
|
22
23
|
lang?: any;
|
|
23
|
-
variant?: any;
|
|
24
24
|
width?: any;
|
|
25
25
|
height?: any;
|
|
26
|
-
intl?: any;
|
|
27
26
|
appearance?: any;
|
|
27
|
+
intl?: any;
|
|
28
28
|
scrollToEnd?: any;
|
|
29
29
|
begin?: any;
|
|
30
30
|
}> & Readonly<{
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatInputAttachmentListComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
|
-
variant?: any;
|
|
12
12
|
appearance?: any;
|
|
13
13
|
attachmentAdded?: any;
|
|
14
14
|
attachmentRemoved?: any;
|
|
@@ -17,10 +17,10 @@ export declare const ChatInputAttachmentListComponent: import("vue").DefineCompo
|
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "attachmentAdd" | "attachmentRemove")[], "connected" | "disconnected" | "changed" | "attachmentAdd" | "attachmentRemove", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
+
variant?: any;
|
|
21
|
+
disabled?: any;
|
|
20
22
|
dir?: any;
|
|
21
23
|
lang?: any;
|
|
22
|
-
disabled?: any;
|
|
23
|
-
variant?: any;
|
|
24
24
|
appearance?: any;
|
|
25
25
|
attachmentAdded?: any;
|
|
26
26
|
attachmentRemoved?: any;
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatInputComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
submitted?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
|
-
placeholder?: any;
|
|
14
|
-
appearance?: any;
|
|
15
13
|
value?: any;
|
|
14
|
+
appearance?: any;
|
|
15
|
+
placeholder?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "chatSubmit")[], "connected" | "disconnected" | "changed" | "chatSubmit", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
+
variant?: any;
|
|
21
|
+
disabled?: any;
|
|
20
22
|
dir?: any;
|
|
21
23
|
lang?: any;
|
|
22
24
|
submitted?: any;
|
|
23
|
-
disabled?: any;
|
|
24
|
-
variant?: any;
|
|
25
|
-
placeholder?: any;
|
|
26
|
-
appearance?: any;
|
|
27
25
|
value?: any;
|
|
26
|
+
appearance?: any;
|
|
27
|
+
placeholder?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,31 +5,31 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMarkerComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
orientation?: any;
|
|
11
|
-
variant?: any;
|
|
12
|
-
text?: any;
|
|
13
12
|
appearance?: any;
|
|
13
|
+
text?: any;
|
|
14
14
|
formatter?: any;
|
|
15
|
-
icon?: any;
|
|
16
15
|
horizontalContentAlignment?: any;
|
|
17
16
|
verticalContentAlignment?: any;
|
|
17
|
+
icon?: any;
|
|
18
18
|
isSticky?: any;
|
|
19
19
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
22
22
|
themeName?: any;
|
|
23
|
+
variant?: any;
|
|
23
24
|
dir?: any;
|
|
24
25
|
lang?: any;
|
|
25
26
|
orientation?: any;
|
|
26
|
-
variant?: any;
|
|
27
|
-
text?: any;
|
|
28
27
|
appearance?: any;
|
|
28
|
+
text?: any;
|
|
29
29
|
formatter?: any;
|
|
30
|
-
icon?: any;
|
|
31
30
|
horizontalContentAlignment?: any;
|
|
32
31
|
verticalContentAlignment?: any;
|
|
32
|
+
icon?: any;
|
|
33
33
|
isSticky?: any;
|
|
34
34
|
}> & Readonly<{
|
|
35
35
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,25 +5,25 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMessageAvatarComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
|
-
variant?: any;
|
|
12
12
|
src?: any;
|
|
13
|
-
text?: any;
|
|
14
13
|
appearance?: any;
|
|
14
|
+
text?: any;
|
|
15
15
|
icon?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
+
variant?: any;
|
|
21
|
+
disabled?: any;
|
|
20
22
|
dir?: any;
|
|
21
23
|
lang?: any;
|
|
22
|
-
disabled?: any;
|
|
23
|
-
variant?: any;
|
|
24
24
|
src?: any;
|
|
25
|
-
text?: any;
|
|
26
25
|
appearance?: any;
|
|
26
|
+
text?: any;
|
|
27
27
|
icon?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,35 +5,35 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMessageComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
at?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
|
-
isBusy?: any;
|
|
14
|
-
text?: any;
|
|
15
|
-
appearance?: any;
|
|
16
13
|
value?: any;
|
|
14
|
+
appearance?: any;
|
|
15
|
+
text?: any;
|
|
16
|
+
isBusy?: any;
|
|
17
17
|
formatter?: any;
|
|
18
|
-
attachments?: any;
|
|
19
18
|
author?: any;
|
|
19
|
+
attachments?: any;
|
|
20
20
|
reply?: any;
|
|
21
21
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
24
24
|
themeName?: any;
|
|
25
|
+
variant?: any;
|
|
26
|
+
disabled?: any;
|
|
25
27
|
dir?: any;
|
|
26
28
|
lang?: any;
|
|
27
29
|
at?: any;
|
|
28
|
-
disabled?: any;
|
|
29
|
-
variant?: any;
|
|
30
|
-
isBusy?: any;
|
|
31
|
-
text?: any;
|
|
32
|
-
appearance?: any;
|
|
33
30
|
value?: any;
|
|
31
|
+
appearance?: any;
|
|
32
|
+
text?: any;
|
|
33
|
+
isBusy?: any;
|
|
34
34
|
formatter?: any;
|
|
35
|
-
attachments?: any;
|
|
36
35
|
author?: any;
|
|
36
|
+
attachments?: any;
|
|
37
37
|
reply?: any;
|
|
38
38
|
}> & Readonly<{
|
|
39
39
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,8 +8,8 @@ export declare const ChatMessageDividerComponent: import("vue").DefineComponent<
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
text?: any;
|
|
11
|
-
isSticky?: any;
|
|
12
11
|
thickness?: any;
|
|
12
|
+
isSticky?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -17,8 +17,8 @@ export declare const ChatMessageDividerComponent: import("vue").DefineComponent<
|
|
|
17
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
19
|
text?: any;
|
|
20
|
-
isSticky?: any;
|
|
21
20
|
thickness?: any;
|
|
21
|
+
isSticky?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMessageReactionComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
|
-
emoji?: any;
|
|
12
11
|
count?: any;
|
|
12
|
+
emoji?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
|
+
disabled?: any;
|
|
17
18
|
dir?: any;
|
|
18
19
|
lang?: any;
|
|
19
|
-
disabled?: any;
|
|
20
|
-
emoji?: any;
|
|
21
20
|
count?: any;
|
|
21
|
+
emoji?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const AttachmentChatToolComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
|
|
11
|
+
dock?: any;
|
|
11
12
|
multiple?: any;
|
|
12
|
-
accept?: any;
|
|
13
13
|
directory?: any;
|
|
14
|
+
accept?: any;
|
|
14
15
|
attachmentRejected?: any;
|
|
15
16
|
maxFiles?: any;
|
|
16
17
|
maxFileSize?: any;
|
|
17
|
-
dock?: 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" | "attachmentReject" | "filesPicked")[], "connected" | "disconnected" | "changed" | "attachmentReject" | "filesPicked", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
+
disabled?: any;
|
|
22
23
|
dir?: any;
|
|
23
24
|
lang?: any;
|
|
24
|
-
|
|
25
|
+
dock?: any;
|
|
25
26
|
multiple?: any;
|
|
26
|
-
accept?: any;
|
|
27
27
|
directory?: any;
|
|
28
|
+
accept?: any;
|
|
28
29
|
attachmentRejected?: any;
|
|
29
30
|
maxFiles?: any;
|
|
30
31
|
maxFileSize?: any;
|
|
31
|
-
dock?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ReactionChatToolComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
dock?: any;
|
|
12
12
|
reactions?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
|
+
disabled?: any;
|
|
17
18
|
dir?: any;
|
|
18
19
|
lang?: any;
|
|
19
|
-
disabled?: any;
|
|
20
20
|
dock?: any;
|
|
21
21
|
reactions?: any;
|
|
22
22
|
}> & Readonly<{
|
|
@@ -5,38 +5,38 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const VoiceRecorderChatToolComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
|
-
dock?: any;
|
|
12
|
-
state?: any;
|
|
13
11
|
recCancel?: any;
|
|
14
12
|
recResume?: any;
|
|
15
13
|
recStop?: any;
|
|
16
14
|
recStart?: any;
|
|
17
15
|
recPause?: any;
|
|
16
|
+
state?: any;
|
|
18
17
|
elapsedTime?: any;
|
|
19
18
|
maxDurationTime?: any;
|
|
20
19
|
objectUrl?: any;
|
|
21
20
|
canPause?: any;
|
|
21
|
+
dock?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "recorderStart" | "recorderStop" | "recorderPause" | "recorderResume" | "recorderCancel")[], "connected" | "disconnected" | "changed" | "recorderStart" | "recorderStop" | "recorderPause" | "recorderResume" | "recorderCancel", import("vue").PublicProps, Readonly<{
|
|
25
25
|
themeName?: any;
|
|
26
|
+
disabled?: any;
|
|
26
27
|
dir?: any;
|
|
27
28
|
lang?: any;
|
|
28
|
-
disabled?: any;
|
|
29
|
-
dock?: any;
|
|
30
|
-
state?: any;
|
|
31
29
|
recCancel?: any;
|
|
32
30
|
recResume?: any;
|
|
33
31
|
recStop?: any;
|
|
34
32
|
recStart?: any;
|
|
35
33
|
recPause?: any;
|
|
34
|
+
state?: any;
|
|
36
35
|
elapsedTime?: any;
|
|
37
36
|
maxDurationTime?: any;
|
|
38
37
|
objectUrl?: any;
|
|
39
38
|
canPause?: any;
|
|
39
|
+
dock?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,37 +5,37 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChipComponent: 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
15
|
appearance?: any;
|
|
15
|
-
|
|
16
|
+
isChecked?: any;
|
|
16
17
|
isFocused?: any;
|
|
17
|
-
icon?: any;
|
|
18
18
|
closeable?: any;
|
|
19
|
+
icon?: any;
|
|
19
20
|
ripple?: any;
|
|
20
|
-
isChecked?: any;
|
|
21
21
|
isCheckable?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "closed" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "closed" | "toggled", import("vue").PublicProps, Readonly<{
|
|
25
25
|
themeName?: any;
|
|
26
|
+
variant?: any;
|
|
27
|
+
disabled?: any;
|
|
28
|
+
label?: any;
|
|
26
29
|
dir?: any;
|
|
27
30
|
lang?: any;
|
|
28
|
-
|
|
31
|
+
value?: any;
|
|
29
32
|
size?: any;
|
|
30
|
-
disabled?: any;
|
|
31
|
-
variant?: any;
|
|
32
33
|
appearance?: any;
|
|
33
|
-
|
|
34
|
+
isChecked?: any;
|
|
34
35
|
isFocused?: any;
|
|
35
|
-
icon?: any;
|
|
36
36
|
closeable?: any;
|
|
37
|
+
icon?: any;
|
|
37
38
|
ripple?: any;
|
|
38
|
-
isChecked?: any;
|
|
39
39
|
isCheckable?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,34 +5,34 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChipGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
name?: any;
|
|
11
13
|
invalid?: any;
|
|
14
|
+
value?: any;
|
|
12
15
|
size?: any;
|
|
13
|
-
disabled?: any;
|
|
14
|
-
wrap?: any;
|
|
15
|
-
variant?: any;
|
|
16
|
-
required?: any;
|
|
17
16
|
appearance?: any;
|
|
18
|
-
value?: any;
|
|
19
17
|
selectionMode?: any;
|
|
18
|
+
required?: any;
|
|
19
|
+
wrap?: 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" | "chipChanged")[], "connected" | "disconnected" | "changed" | "chipChanged", import("vue").PublicProps, Readonly<{
|
|
23
23
|
themeName?: any;
|
|
24
|
+
variant?: any;
|
|
25
|
+
disabled?: any;
|
|
24
26
|
dir?: any;
|
|
25
27
|
lang?: any;
|
|
26
28
|
name?: any;
|
|
27
29
|
invalid?: any;
|
|
30
|
+
value?: any;
|
|
28
31
|
size?: any;
|
|
29
|
-
disabled?: any;
|
|
30
|
-
wrap?: any;
|
|
31
|
-
variant?: any;
|
|
32
|
-
required?: any;
|
|
33
32
|
appearance?: any;
|
|
34
|
-
value?: any;
|
|
35
33
|
selectionMode?: any;
|
|
34
|
+
required?: any;
|
|
35
|
+
wrap?: any;
|
|
36
36
|
}> & Readonly<{
|
|
37
37
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
38
38
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorAreaComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
isFocused?: any;
|
|
12
12
|
color?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "input" | "change")[], "connected" | "disconnected" | "changed" | "input" | "change", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
|
+
disabled?: any;
|
|
17
18
|
dir?: any;
|
|
18
19
|
lang?: any;
|
|
19
|
-
disabled?: any;
|
|
20
20
|
isFocused?: any;
|
|
21
21
|
color?: any;
|
|
22
22
|
}> & Readonly<{
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorEditorAlphaSliderComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
isFocused?: any;
|
|
12
|
+
step?: any;
|
|
12
13
|
color?: any;
|
|
13
14
|
alpha?: any;
|
|
14
|
-
step?: any;
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "alphaChanged")[], "connected" | "disconnected" | "changed" | "alphaChanged", import("vue").PublicProps, Readonly<{
|
|
18
18
|
themeName?: any;
|
|
19
|
+
disabled?: any;
|
|
19
20
|
dir?: any;
|
|
20
21
|
lang?: any;
|
|
21
|
-
disabled?: any;
|
|
22
22
|
isFocused?: any;
|
|
23
|
+
step?: any;
|
|
23
24
|
color?: any;
|
|
24
25
|
alpha?: any;
|
|
25
|
-
step?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorEditorAreaComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
value?: any;
|
|
12
12
|
isFocused?: any;
|
|
13
13
|
hue?: any;
|
|
@@ -16,9 +16,9 @@ export declare const ColorEditorAreaComponent: import("vue").DefineComponent<{
|
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "colorAreaChanged")[], "connected" | "disconnected" | "changed" | "colorAreaChanged", import("vue").PublicProps, Readonly<{
|
|
18
18
|
themeName?: any;
|
|
19
|
+
disabled?: any;
|
|
19
20
|
dir?: any;
|
|
20
21
|
lang?: any;
|
|
21
|
-
disabled?: any;
|
|
22
22
|
value?: any;
|
|
23
23
|
isFocused?: any;
|
|
24
24
|
hue?: any;
|