@breadstone/mosaik-elements-vue 0.1.5 → 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 +6 -6
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +22 -22
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +6 -6
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +14 -14
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +10 -10
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.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 +14 -14
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
- 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 +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +14 -14
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +4 -4
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +24 -22
- 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 +8 -8
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +10 -10
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +17 -15
- 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 +12 -12
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComposerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +6 -6
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +8 -8
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
- 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 +8 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputComponent.js +1 -1
- package/Controls/Components/Media/Chat/ChatInputComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
- 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/VoiceRecorderChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +10 -10
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
- package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
- package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +12 -12
- 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 +4 -4
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.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 +12 -12
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +12 -12
- package/Controls/Components/Overlays/tour/TourStepComponent.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 +4 -4
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +4 -4
- 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 +2 -2
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +24 -24
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
- 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 +8 -8
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
- 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 +8 -8
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +10 -10
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +4 -4
- 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/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +22 -22
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +10 -10
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
- 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 +12 -12
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
- package/package.json +2 -2
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FlowBoardColumnItemComposerComponent: import("vue").DefineComponent<{
|
|
7
|
+
columnKey?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
open?: any;
|
|
11
|
-
columnKey?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "flowBoardBeforeItemCreate" | "flowBoardItemCreate")[], "connected" | "disconnected" | "changed" | "flowBoardBeforeItemCreate" | "flowBoardItemCreate", import("vue").PublicProps, Readonly<{
|
|
15
|
+
columnKey?: any;
|
|
15
16
|
themeName?: any;
|
|
16
17
|
dir?: any;
|
|
17
18
|
lang?: any;
|
|
18
19
|
open?: any;
|
|
19
|
-
columnKey?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,10 +7,10 @@ export declare const FlowBoardComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
gap?: any;
|
|
10
11
|
size?: any;
|
|
11
12
|
isFocused?: any;
|
|
12
13
|
displayMode?: any;
|
|
13
|
-
gap?: any;
|
|
14
14
|
dragdrop?: any;
|
|
15
15
|
scrollMode?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -19,10 +19,10 @@ export declare const FlowBoardComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
themeName?: any;
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
|
+
gap?: any;
|
|
22
23
|
size?: any;
|
|
23
24
|
isFocused?: any;
|
|
24
25
|
displayMode?: any;
|
|
25
|
-
gap?: any;
|
|
26
26
|
dragdrop?: any;
|
|
27
27
|
scrollMode?: any;
|
|
28
28
|
}> & Readonly<{
|
|
@@ -7,24 +7,24 @@ export declare const GridComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
items?: any;
|
|
11
|
-
columnDefinitions?: any;
|
|
12
10
|
gap?: any;
|
|
13
|
-
|
|
11
|
+
items?: any;
|
|
14
12
|
horizontalAlignment?: any;
|
|
15
13
|
verticalAlignment?: any;
|
|
14
|
+
rowDefinitions?: any;
|
|
15
|
+
columnDefinitions?: 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
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
|
-
items?: any;
|
|
23
|
-
columnDefinitions?: any;
|
|
24
22
|
gap?: any;
|
|
25
|
-
|
|
23
|
+
items?: any;
|
|
26
24
|
horizontalAlignment?: any;
|
|
27
25
|
verticalAlignment?: any;
|
|
26
|
+
rowDefinitions?: any;
|
|
27
|
+
columnDefinitions?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,20 +7,20 @@ export declare const GridItemComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
rowSpan?: any;
|
|
11
|
+
row?: any;
|
|
10
12
|
column?: any;
|
|
11
13
|
columnSpan?: any;
|
|
12
|
-
row?: any;
|
|
13
|
-
rowSpan?: 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
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
|
+
rowSpan?: any;
|
|
21
|
+
row?: any;
|
|
20
22
|
column?: any;
|
|
21
23
|
columnSpan?: any;
|
|
22
|
-
row?: any;
|
|
23
|
-
rowSpan?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,18 +7,18 @@ export declare const MasonryComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
columns?: any;
|
|
10
11
|
fit?: any;
|
|
11
12
|
gap?: any;
|
|
12
|
-
columns?: 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
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
|
+
columns?: any;
|
|
19
20
|
fit?: any;
|
|
20
21
|
gap?: any;
|
|
21
|
-
columns?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,8 +7,8 @@ export declare const PageHeaderComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
text?: any;
|
|
11
10
|
inset?: any;
|
|
11
|
+
text?: any;
|
|
12
12
|
subText?: any;
|
|
13
13
|
additionalText?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -17,8 +17,8 @@ export declare const PageHeaderComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
themeName?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
|
-
text?: any;
|
|
21
20
|
inset?: any;
|
|
21
|
+
text?: any;
|
|
22
22
|
subText?: any;
|
|
23
23
|
additionalText?: any;
|
|
24
24
|
}> & Readonly<{
|
|
@@ -8,8 +8,8 @@ export declare const ResizeComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
mode?: any;
|
|
11
|
-
active?: any;
|
|
12
11
|
ghostFactory?: any;
|
|
12
|
+
active?: 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" | "resizeResizeStarted" | "resizeResized" | "resizeResizeEnded" | "resizeResizeCanceled")[], "connected" | "disconnected" | "changed" | "resizeResizeStarted" | "resizeResized" | "resizeResizeEnded" | "resizeResizeCanceled", import("vue").PublicProps, Readonly<{
|
|
@@ -17,8 +17,8 @@ export declare const ResizeComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
19
|
mode?: any;
|
|
20
|
-
active?: any;
|
|
21
20
|
ghostFactory?: any;
|
|
21
|
+
active?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,11 +8,10 @@ export declare const SplitComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
reverse?: any;
|
|
11
|
-
fit?: any;
|
|
12
11
|
orientation?: any;
|
|
12
|
+
fit?: any;
|
|
13
13
|
disabled?: any;
|
|
14
14
|
position?: any;
|
|
15
|
-
thickness?: any;
|
|
16
15
|
min?: any;
|
|
17
16
|
max?: any;
|
|
18
17
|
collapsedPanel?: any;
|
|
@@ -25,6 +24,7 @@ export declare const SplitComponent: import("vue").DefineComponent<{
|
|
|
25
24
|
lock?: any;
|
|
26
25
|
snaps?: any;
|
|
27
26
|
snapThreshold?: any;
|
|
27
|
+
thickness?: any;
|
|
28
28
|
collapsible?: any;
|
|
29
29
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
30
|
[key: string]: any;
|
|
@@ -33,11 +33,10 @@ export declare const SplitComponent: import("vue").DefineComponent<{
|
|
|
33
33
|
dir?: any;
|
|
34
34
|
lang?: any;
|
|
35
35
|
reverse?: any;
|
|
36
|
-
fit?: any;
|
|
37
36
|
orientation?: any;
|
|
37
|
+
fit?: any;
|
|
38
38
|
disabled?: any;
|
|
39
39
|
position?: any;
|
|
40
|
-
thickness?: any;
|
|
41
40
|
min?: any;
|
|
42
41
|
max?: any;
|
|
43
42
|
collapsedPanel?: any;
|
|
@@ -50,6 +49,7 @@ export declare const SplitComponent: import("vue").DefineComponent<{
|
|
|
50
49
|
lock?: any;
|
|
51
50
|
snaps?: any;
|
|
52
51
|
snapThreshold?: any;
|
|
52
|
+
thickness?: any;
|
|
53
53
|
collapsible?: any;
|
|
54
54
|
}> & Readonly<{
|
|
55
55
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,11 +8,11 @@ export declare const StackComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
reverse?: any;
|
|
11
|
+
orientation?: any;
|
|
11
12
|
fit?: any;
|
|
13
|
+
gap?: any;
|
|
12
14
|
items?: any;
|
|
13
|
-
orientation?: any;
|
|
14
15
|
wrap?: any;
|
|
15
|
-
gap?: any;
|
|
16
16
|
horizontalAlignment?: any;
|
|
17
17
|
verticalAlignment?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -22,11 +22,11 @@ export declare const StackComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
dir?: any;
|
|
23
23
|
lang?: any;
|
|
24
24
|
reverse?: any;
|
|
25
|
+
orientation?: any;
|
|
25
26
|
fit?: any;
|
|
27
|
+
gap?: any;
|
|
26
28
|
items?: any;
|
|
27
|
-
orientation?: any;
|
|
28
29
|
wrap?: any;
|
|
29
|
-
gap?: any;
|
|
30
30
|
horizontalAlignment?: any;
|
|
31
31
|
verticalAlignment?: any;
|
|
32
32
|
}> & Readonly<{
|
|
@@ -4,29 +4,29 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TileListItemComponent: import("vue").DefineComponent<{
|
|
7
|
+
reorderable?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
col?: any;
|
|
11
|
-
resizable?: any;
|
|
12
|
-
reorderable?: any;
|
|
13
|
-
row?: any;
|
|
14
|
-
rowSpan?: any;
|
|
15
12
|
colSpan?: any;
|
|
13
|
+
rowSpan?: any;
|
|
16
14
|
order?: any;
|
|
15
|
+
resizable?: any;
|
|
16
|
+
row?: 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
|
+
reorderable?: any;
|
|
20
21
|
themeName?: any;
|
|
21
22
|
dir?: any;
|
|
22
23
|
lang?: any;
|
|
23
24
|
col?: any;
|
|
24
|
-
resizable?: any;
|
|
25
|
-
reorderable?: any;
|
|
26
|
-
row?: any;
|
|
27
|
-
rowSpan?: any;
|
|
28
25
|
colSpan?: any;
|
|
26
|
+
rowSpan?: any;
|
|
29
27
|
order?: any;
|
|
28
|
+
resizable?: any;
|
|
29
|
+
row?: any;
|
|
30
30
|
}> & Readonly<{
|
|
31
31
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,9 +8,9 @@ export declare const TileManagerComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
gap?: any;
|
|
11
|
-
resizeMode?: any;
|
|
12
11
|
tiles?: any;
|
|
13
12
|
maximizedTile?: any;
|
|
13
|
+
resizeMode?: any;
|
|
14
14
|
dragMode?: any;
|
|
15
15
|
columnCount?: any;
|
|
16
16
|
minColumnWidth?: any;
|
|
@@ -22,9 +22,9 @@ export declare const TileManagerComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
dir?: any;
|
|
23
23
|
lang?: any;
|
|
24
24
|
gap?: any;
|
|
25
|
-
resizeMode?: any;
|
|
26
25
|
tiles?: any;
|
|
27
26
|
maximizedTile?: any;
|
|
27
|
+
resizeMode?: any;
|
|
28
28
|
dragMode?: any;
|
|
29
29
|
columnCount?: any;
|
|
30
30
|
minColumnWidth?: any;
|
|
@@ -8,19 +8,19 @@ export declare const TileManagerTileComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
position?: any;
|
|
11
|
-
|
|
12
|
-
isDragging?: any;
|
|
13
|
-
rowSpan?: any;
|
|
14
|
-
isResizing?: any;
|
|
15
|
-
colSpan?: any;
|
|
11
|
+
resizeMode?: any;
|
|
16
12
|
fullscreen?: any;
|
|
17
13
|
tileManager?: any;
|
|
18
|
-
resizeMode?: any;
|
|
19
14
|
resizeDisabled?: any;
|
|
15
|
+
isResizing?: any;
|
|
16
|
+
isDragging?: any;
|
|
17
|
+
isDraggable?: any;
|
|
20
18
|
headerRef?: any;
|
|
21
19
|
tileContentRef?: any;
|
|
22
20
|
isResizable?: any;
|
|
23
21
|
cssContainer?: any;
|
|
22
|
+
colSpan?: any;
|
|
23
|
+
rowSpan?: any;
|
|
24
24
|
colStart?: any;
|
|
25
25
|
rowStart?: any;
|
|
26
26
|
maximized?: any;
|
|
@@ -34,19 +34,19 @@ export declare const TileManagerTileComponent: import("vue").DefineComponent<{
|
|
|
34
34
|
dir?: any;
|
|
35
35
|
lang?: any;
|
|
36
36
|
position?: any;
|
|
37
|
-
|
|
38
|
-
isDragging?: any;
|
|
39
|
-
rowSpan?: any;
|
|
40
|
-
isResizing?: any;
|
|
41
|
-
colSpan?: any;
|
|
37
|
+
resizeMode?: any;
|
|
42
38
|
fullscreen?: any;
|
|
43
39
|
tileManager?: any;
|
|
44
|
-
resizeMode?: any;
|
|
45
40
|
resizeDisabled?: any;
|
|
41
|
+
isResizing?: any;
|
|
42
|
+
isDragging?: any;
|
|
43
|
+
isDraggable?: any;
|
|
46
44
|
headerRef?: any;
|
|
47
45
|
tileContentRef?: any;
|
|
48
46
|
isResizable?: any;
|
|
49
47
|
cssContainer?: any;
|
|
48
|
+
colSpan?: any;
|
|
49
|
+
rowSpan?: any;
|
|
50
50
|
colStart?: any;
|
|
51
51
|
rowStart?: any;
|
|
52
52
|
maximized?: any;
|
|
@@ -8,11 +8,11 @@ export declare const WrapComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
reverse?: any;
|
|
11
|
-
|
|
12
|
-
items?: any;
|
|
11
|
+
columns?: any;
|
|
13
12
|
orientation?: any;
|
|
13
|
+
fit?: any;
|
|
14
14
|
gap?: any;
|
|
15
|
-
|
|
15
|
+
items?: 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<{
|
|
@@ -20,11 +20,11 @@ export declare const WrapComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
22
|
reverse?: any;
|
|
23
|
-
|
|
24
|
-
items?: any;
|
|
23
|
+
columns?: any;
|
|
25
24
|
orientation?: any;
|
|
25
|
+
fit?: any;
|
|
26
26
|
gap?: any;
|
|
27
|
-
|
|
27
|
+
items?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,33 +5,33 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const AvatarComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
size?: any;
|
|
11
11
|
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
13
|
src?: any;
|
|
14
|
+
size?: any;
|
|
14
15
|
text?: any;
|
|
15
|
-
|
|
16
|
+
icon?: any;
|
|
16
17
|
hasBadge?: any;
|
|
17
18
|
textAccessor?: any;
|
|
18
|
-
icon?: any;
|
|
19
19
|
displayMode?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
23
23
|
themeName?: any;
|
|
24
|
+
appearance?: any;
|
|
24
25
|
dir?: any;
|
|
25
26
|
lang?: any;
|
|
26
|
-
size?: any;
|
|
27
27
|
disabled?: any;
|
|
28
28
|
variant?: any;
|
|
29
29
|
src?: any;
|
|
30
|
+
size?: any;
|
|
30
31
|
text?: any;
|
|
31
|
-
|
|
32
|
+
icon?: any;
|
|
32
33
|
hasBadge?: any;
|
|
33
34
|
textAccessor?: any;
|
|
34
|
-
icon?: any;
|
|
35
35
|
displayMode?: any;
|
|
36
36
|
}> & Readonly<{
|
|
37
37
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,23 +5,23 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const AvatarGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
size?: any;
|
|
11
11
|
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
|
-
|
|
13
|
+
size?: any;
|
|
14
14
|
maxLength?: any;
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
18
18
|
themeName?: any;
|
|
19
|
+
appearance?: any;
|
|
19
20
|
dir?: any;
|
|
20
21
|
lang?: any;
|
|
21
|
-
size?: any;
|
|
22
22
|
disabled?: any;
|
|
23
23
|
variant?: any;
|
|
24
|
-
|
|
24
|
+
size?: any;
|
|
25
25
|
maxLength?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,32 +5,32 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const BadgeComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
label?: any;
|
|
11
|
-
size?: any;
|
|
12
12
|
disabled?: any;
|
|
13
13
|
variant?: any;
|
|
14
|
-
|
|
14
|
+
position?: any;
|
|
15
|
+
size?: 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
|
+
appearance?: any;
|
|
23
24
|
dir?: any;
|
|
24
25
|
lang?: any;
|
|
25
26
|
label?: any;
|
|
26
|
-
size?: any;
|
|
27
27
|
disabled?: any;
|
|
28
28
|
variant?: any;
|
|
29
|
-
|
|
29
|
+
position?: any;
|
|
30
|
+
size?: 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;
|
|
@@ -10,13 +10,13 @@ export declare const CameraComponent: import("vue").DefineComponent<{
|
|
|
10
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;
|
|
@@ -29,13 +29,13 @@ export declare const CameraComponent: import("vue").DefineComponent<{
|
|
|
29
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
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
variant?: any;
|
|
11
12
|
width?: any;
|
|
12
13
|
height?: any;
|
|
13
14
|
intl?: any;
|
|
14
|
-
appearance?: 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
|
+
appearance?: any;
|
|
21
22
|
dir?: any;
|
|
22
23
|
lang?: any;
|
|
23
24
|
variant?: any;
|
|
24
25
|
width?: any;
|
|
25
26
|
height?: any;
|
|
26
27
|
intl?: any;
|
|
27
|
-
appearance?: any;
|
|
28
28
|
scrollToEnd?: any;
|
|
29
29
|
begin?: any;
|
|
30
30
|
}> & Readonly<{
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatInputAttachmentListComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
disabled?: any;
|
|
11
12
|
variant?: any;
|
|
12
|
-
|
|
13
|
+
files?: any;
|
|
13
14
|
attachmentAdded?: any;
|
|
14
15
|
attachmentRemoved?: any;
|
|
15
|
-
files?: 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" | "attachmentAdd" | "attachmentRemove")[], "connected" | "disconnected" | "changed" | "attachmentAdd" | "attachmentRemove", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
+
appearance?: any;
|
|
20
21
|
dir?: any;
|
|
21
22
|
lang?: any;
|
|
22
23
|
disabled?: any;
|
|
23
24
|
variant?: any;
|
|
24
|
-
|
|
25
|
+
files?: any;
|
|
25
26
|
attachmentAdded?: any;
|
|
26
27
|
attachmentRemoved?: any;
|
|
27
|
-
files?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,26 +5,30 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatInputComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
submitted?: any;
|
|
11
12
|
disabled?: any;
|
|
13
|
+
value?: any;
|
|
12
14
|
variant?: any;
|
|
13
15
|
placeholder?: any;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
+
minRows?: any;
|
|
17
|
+
maxRows?: any;
|
|
16
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
19
|
[key: string]: any;
|
|
18
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "chatSubmit")[], "connected" | "disconnected" | "changed" | "chatSubmit", import("vue").PublicProps, Readonly<{
|
|
19
21
|
themeName?: any;
|
|
22
|
+
appearance?: any;
|
|
20
23
|
dir?: any;
|
|
21
24
|
lang?: any;
|
|
22
25
|
submitted?: any;
|
|
23
26
|
disabled?: any;
|
|
27
|
+
value?: any;
|
|
24
28
|
variant?: any;
|
|
25
29
|
placeholder?: any;
|
|
26
|
-
|
|
27
|
-
|
|
30
|
+
minRows?: any;
|
|
31
|
+
maxRows?: any;
|
|
28
32
|
}> & Readonly<{
|
|
29
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatInputComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatInputComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"ChatInputComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatInputComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAqB7B,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,eAAe,EAAE,OAAO,kBAAkB,CAAC;KAC9C;CACJ"}
|
|
@@ -12,7 +12,7 @@ import { defineComponent, h } from 'vue';
|
|
|
12
12
|
*/
|
|
13
13
|
export const ChatInputComponent = defineComponent({
|
|
14
14
|
name: 'ChatInputComponent',
|
|
15
|
-
props: ['submitted', 'value', 'placeholder', 'themeName', 'variant', 'appearance', 'disabled', 'dir', 'lang'],
|
|
15
|
+
props: ['submitted', 'value', 'placeholder', 'minRows', 'maxRows', 'themeName', 'variant', 'appearance', 'disabled', 'dir', 'lang'],
|
|
16
16
|
emits: ['chatSubmit', 'connected', 'disconnected', 'changed'],
|
|
17
17
|
// slots: ['tools', 'style']
|
|
18
18
|
// methods: { send, clear, onApplyTemplate, onSlotChanges, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, adoptStyle, on, off, emit, requestUpdate }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatInputComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatInputComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;IAC9C,IAAI,EAAE,oBAAoB;IAC1B,KAAK,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ChatInputComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatInputComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;IAC9C,IAAI,EAAE,oBAAoB;IAC1B,KAAK,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;IACnI,KAAK,EAAE,CAAC,YAAY,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC7D,4BAA4B;IAC5B,sMAAsM;IACtM,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,mBAAmB,EACnB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,YAAY,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC;YACzD,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;SACtD,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
|