@breadstone/mosaik-elements-vue 0.1.49 → 0.1.50

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.
Files changed (227) hide show
  1. package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
  2. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +22 -22
  3. package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
  4. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
  5. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +24 -24
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +10 -10
  7. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +11 -11
  8. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +14 -14
  9. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +18 -18
  10. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +24 -24
  11. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +16 -16
  13. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +4 -4
  14. package/Controls/Components/Cells/CellComponent.d.ts +2 -2
  15. package/Controls/Components/Charts/ChartComponent.d.ts +14 -14
  16. package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
  17. package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
  18. package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
  19. package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +19 -19
  20. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
  21. package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
  22. package/Controls/Components/Grouping/Card/CardComponent.d.ts +10 -10
  23. package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +12 -12
  24. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +4 -4
  25. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +16 -16
  26. package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
  27. package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
  28. package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
  29. package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
  30. package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
  31. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
  32. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +24 -24
  33. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
  34. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
  35. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
  36. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
  37. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +12 -12
  38. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
  39. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
  40. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
  41. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
  42. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
  43. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
  44. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +14 -14
  45. package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
  46. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
  47. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
  48. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +16 -16
  49. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +10 -10
  50. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
  51. package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +4 -4
  52. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
  53. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +22 -22
  54. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
  55. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
  56. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
  57. package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
  58. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +16 -16
  59. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
  60. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
  61. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +10 -10
  62. package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
  63. package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
  64. package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
  65. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +6 -6
  66. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +8 -8
  67. package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
  68. package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
  69. package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
  70. package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
  71. package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
  72. package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
  73. package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
  74. package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
  75. package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
  76. package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
  77. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
  78. package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
  79. package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
  80. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +6 -6
  81. package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
  82. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +8 -8
  83. package/Controls/Components/Media/Camera/CameraComponent.d.ts +8 -8
  84. package/Controls/Components/Media/Chat/ChatComponent.d.ts +6 -6
  85. package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
  86. package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +4 -4
  87. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
  88. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  89. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
  90. package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
  91. package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
  92. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +2 -2
  93. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
  94. package/Controls/Components/Media/Chip/ChipComponent.d.ts +12 -12
  95. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
  96. package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
  97. package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
  98. package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
  99. package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
  100. package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
  101. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +6 -6
  102. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +4 -4
  103. package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
  104. package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
  105. package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
  106. package/Controls/Components/Media/Image/ImageComponent.d.ts +6 -6
  107. package/Controls/Components/Media/Map/MapComponent.d.ts +6 -6
  108. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +12 -12
  109. package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
  110. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
  111. package/Controls/Components/Media/Video/VideoComponent.d.ts +8 -8
  112. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +6 -6
  113. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +30 -27
  114. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts.map +1 -1
  115. package/Controls/Components/Overlays/Dialog/DialogComponent.js +4 -3
  116. package/Controls/Components/Overlays/Dialog/DialogComponent.js.map +1 -1
  117. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +28 -25
  118. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts.map +1 -1
  119. package/Controls/Components/Overlays/Drawer/DrawerComponent.js +4 -3
  120. package/Controls/Components/Overlays/Drawer/DrawerComponent.js.map +1 -1
  121. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +4 -4
  122. package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +2 -2
  123. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +42 -39
  124. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts.map +1 -1
  125. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.js +4 -3
  126. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.js.map +1 -1
  127. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +12 -9
  128. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts.map +1 -1
  129. package/Controls/Components/Overlays/Sheet/SheetComponent.js +4 -3
  130. package/Controls/Components/Overlays/Sheet/SheetComponent.js.map +1 -1
  131. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +27 -24
  132. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts.map +1 -1
  133. package/Controls/Components/Overlays/Toast/ToastComponent.js +4 -3
  134. package/Controls/Components/Overlays/Toast/ToastComponent.js.map +1 -1
  135. package/Controls/Components/Overlays/tour/TourComponent.d.ts +16 -13
  136. package/Controls/Components/Overlays/tour/TourComponent.d.ts.map +1 -1
  137. package/Controls/Components/Overlays/tour/TourComponent.js +4 -3
  138. package/Controls/Components/Overlays/tour/TourComponent.js.map +1 -1
  139. package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
  140. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +6 -6
  141. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +6 -6
  142. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +4 -4
  143. package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +4 -4
  144. package/Controls/Components/Primitives/Dot/DotComponent.d.ts +2 -2
  145. package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
  146. package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +2 -2
  147. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +26 -26
  148. package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
  149. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +6 -6
  150. package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
  151. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +30 -30
  152. package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
  153. package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
  154. package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
  155. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +6 -6
  156. package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
  157. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  158. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +8 -8
  159. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
  160. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +42 -39
  161. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts.map +1 -1
  162. package/Controls/Components/Primitives/Popup/PopupComponent.js +4 -3
  163. package/Controls/Components/Primitives/Popup/PopupComponent.js.map +1 -1
  164. package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
  165. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +12 -9
  166. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts.map +1 -1
  167. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.js +4 -3
  168. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.js.map +1 -1
  169. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
  170. package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
  171. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
  172. package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
  173. package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
  174. package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
  175. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +16 -16
  176. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +33 -33
  177. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +10 -10
  178. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +4 -4
  179. package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +8 -8
  180. package/Controls/Components/Primitives/listing/ListingComponent.d.ts +4 -4
  181. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +8 -8
  182. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
  183. package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
  184. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
  185. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
  186. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
  187. package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
  188. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +6 -6
  189. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
  190. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +8 -8
  191. package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
  192. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
  193. package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
  194. package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
  195. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
  196. package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
  197. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +22 -22
  198. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
  199. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +10 -10
  200. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +10 -10
  201. package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
  202. package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
  203. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +16 -16
  204. package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
  205. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +10 -10
  206. package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
  207. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +16 -16
  208. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
  209. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +14 -14
  210. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +6 -6
  211. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
  212. package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
  213. package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
  214. package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
  215. package/Controls/Components/Selectors/Table/TableComponent.d.ts +12 -12
  216. package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
  217. package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
  218. package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
  219. package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
  220. package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
  221. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +12 -12
  222. package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
  223. package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
  224. package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
  225. package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
  226. package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
  227. package/package.json +2 -2
@@ -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<{
@@ -8,12 +8,12 @@ export declare const TileListItemComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  col?: any;
11
- resizable?: any;
12
- reorderable?: any;
13
- row?: any;
14
- rowSpan?: any;
15
11
  colSpan?: any;
12
+ rowSpan?: any;
16
13
  order?: any;
14
+ reorderable?: 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<{
@@ -21,12 +21,12 @@ export declare const TileListItemComponent: import("vue").DefineComponent<{
21
21
  dir?: any;
22
22
  lang?: any;
23
23
  col?: any;
24
- resizable?: any;
25
- reorderable?: any;
26
- row?: any;
27
- rowSpan?: any;
28
24
  colSpan?: any;
25
+ rowSpan?: any;
29
26
  order?: any;
27
+ reorderable?: 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;
@@ -4,23 +4,23 @@
4
4
  * @public
5
5
  */
6
6
  export declare const TileManagerTileComponent: import("vue").DefineComponent<{
7
+ isDraggable?: any;
7
8
  themeName?: any;
8
9
  dir?: any;
9
10
  lang?: any;
10
11
  position?: any;
11
- isDraggable?: any;
12
- isDragging?: any;
13
- rowSpan?: any;
14
- isResizing?: any;
15
- colSpan?: any;
12
+ resizeMode?: any;
16
13
  fullscreen?: any;
17
14
  tileManager?: any;
18
- resizeMode?: any;
19
15
  resizeDisabled?: any;
16
+ isResizing?: any;
17
+ isDragging?: 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;
@@ -30,23 +30,23 @@ export declare const TileManagerTileComponent: 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" | "tileResizeStart" | "tileResizeEnd" | "tileResizeCancel" | "tileDragStart" | "tileDragEnd" | "tileDragCancel" | "tileFullscreen" | "tileMaximize")[], "connected" | "disconnected" | "changed" | "tileResizeStart" | "tileResizeEnd" | "tileResizeCancel" | "tileDragStart" | "tileDragEnd" | "tileDragCancel" | "tileFullscreen" | "tileMaximize", import("vue").PublicProps, Readonly<{
33
+ isDraggable?: any;
33
34
  themeName?: any;
34
35
  dir?: any;
35
36
  lang?: any;
36
37
  position?: any;
37
- isDraggable?: any;
38
- isDragging?: any;
39
- rowSpan?: any;
40
- isResizing?: any;
41
- colSpan?: any;
38
+ resizeMode?: any;
42
39
  fullscreen?: any;
43
40
  tileManager?: any;
44
- resizeMode?: any;
45
41
  resizeDisabled?: any;
42
+ isResizing?: any;
43
+ isDragging?: 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
- fit?: any;
12
- items?: any;
11
+ columns?: any;
13
12
  orientation?: any;
13
+ fit?: any;
14
14
  gap?: any;
15
- columns?: any;
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
- fit?: any;
24
- items?: any;
23
+ columns?: any;
25
24
  orientation?: any;
25
+ fit?: any;
26
26
  gap?: any;
27
- columns?: any;
27
+ items?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
30
30
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -5,6 +5,8 @@
5
5
  */
6
6
  export declare const AudioComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
+ width?: any;
9
+ height?: any;
8
10
  dir?: any;
9
11
  lang?: any;
10
12
  legend?: any;
@@ -17,12 +19,12 @@ export declare const AudioComponent: import("vue").DefineComponent<{
17
19
  ratio?: any;
18
20
  muted?: any;
19
21
  loop?: any;
20
- width?: any;
21
- height?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
25
25
  themeName?: any;
26
+ width?: any;
27
+ height?: any;
26
28
  dir?: any;
27
29
  lang?: any;
28
30
  legend?: any;
@@ -35,8 +37,6 @@ export declare const AudioComponent: import("vue").DefineComponent<{
35
37
  ratio?: any;
36
38
  muted?: any;
37
39
  loop?: any;
38
- width?: any;
39
- height?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;
42
42
  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
- appearance?: any;
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
- appearance?: any;
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
- appearance?: any;
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
- appearance?: any;
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
- appearance?: any;
14
+ position?: any;
15
+ size?: any;
15
16
  icon?: any;
16
- overlap?: any;
17
17
  attached?: any;
18
- position?: any;
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
- appearance?: any;
29
+ position?: any;
30
+ size?: any;
30
31
  icon?: any;
31
- overlap?: any;
32
32
  attached?: any;
33
- position?: any;
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
+ width?: any;
9
+ height?: any;
8
10
  dir?: any;
9
11
  lang?: any;
10
12
  disabled?: any;
11
13
  src?: any;
12
14
  autoPlay?: any;
13
- width?: any;
14
- height?: any;
15
+ poster?: any;
16
+ autoFullScreen?: 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
+ width?: any;
28
+ height?: any;
27
29
  dir?: any;
28
30
  lang?: any;
29
31
  disabled?: any;
30
32
  src?: any;
31
33
  autoPlay?: any;
32
- width?: any;
33
- height?: any;
34
+ poster?: any;
35
+ autoFullScreen?: 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
+ width?: any;
9
+ height?: any;
10
+ appearance?: any;
8
11
  dir?: any;
9
12
  lang?: any;
10
13
  variant?: any;
11
- width?: any;
12
- 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
+ width?: any;
22
+ height?: any;
23
+ appearance?: any;
21
24
  dir?: any;
22
25
  lang?: any;
23
26
  variant?: any;
24
- width?: any;
25
- 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
- appearance?: any;
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
- appearance?: any;
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,28 +5,28 @@
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
- appearance?: any;
15
- value?: any;
16
16
  minRows?: any;
17
17
  maxRows?: 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" | "chatSubmit")[], "connected" | "disconnected" | "changed" | "chatSubmit", import("vue").PublicProps, Readonly<{
21
21
  themeName?: any;
22
+ appearance?: any;
22
23
  dir?: any;
23
24
  lang?: any;
24
25
  submitted?: any;
25
26
  disabled?: any;
27
+ value?: any;
26
28
  variant?: any;
27
29
  placeholder?: any;
28
- appearance?: any;
29
- value?: any;
30
30
  minRows?: any;
31
31
  maxRows?: any;
32
32
  }> & Readonly<{
@@ -5,31 +5,31 @@
5
5
  */
6
6
  export declare const ChatMarkerComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
+ appearance?: any;
8
9
  dir?: any;
9
10
  lang?: any;
10
11
  orientation?: any;
11
12
  variant?: any;
12
13
  text?: any;
13
- appearance?: 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
+ appearance?: any;
23
24
  dir?: any;
24
25
  lang?: any;
25
26
  orientation?: any;
26
27
  variant?: any;
27
28
  text?: any;
28
- appearance?: 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
+ appearance?: any;
8
9
  dir?: any;
9
10
  lang?: any;
10
11
  disabled?: any;
11
12
  variant?: any;
12
13
  src?: any;
13
14
  text?: any;
14
- appearance?: 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
+ appearance?: any;
20
21
  dir?: any;
21
22
  lang?: any;
22
23
  disabled?: any;
23
24
  variant?: any;
24
25
  src?: any;
25
26
  text?: any;
26
- appearance?: any;
27
27
  icon?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;