@breadstone/mosaik-elements-vue 0.1.57 → 0.1.59

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 (225) hide show
  1. package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
  2. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +16 -16
  3. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +10 -10
  4. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +20 -20
  5. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +6 -6
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
  7. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +8 -8
  8. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +12 -12
  9. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +20 -20
  10. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +2 -2
  11. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +10 -10
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
  13. package/Controls/Components/Cells/CellComponent.d.ts +2 -2
  14. package/Controls/Components/Charts/ChartComponent.d.ts +10 -10
  15. package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
  16. package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
  17. package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
  18. package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +10 -10
  19. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
  20. package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
  21. package/Controls/Components/Grouping/Card/CardComponent.d.ts +8 -8
  22. package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +10 -10
  23. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
  24. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
  25. package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
  26. package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +2 -2
  27. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
  28. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +22 -22
  29. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
  30. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
  31. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
  32. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +16 -16
  33. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +10 -10
  34. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
  35. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
  36. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
  37. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
  38. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
  39. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
  40. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +12 -12
  41. package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
  42. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
  43. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
  44. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +14 -14
  45. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
  46. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
  47. package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +2 -2
  48. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
  49. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +18 -18
  50. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +6 -6
  51. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
  52. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
  53. package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
  54. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
  55. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
  56. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
  57. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +8 -8
  58. package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts +72 -0
  59. package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts.map +1 -0
  60. package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.js +31 -0
  61. package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.js.map +1 -0
  62. package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts +37 -0
  63. package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts.map +1 -0
  64. package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.js +30 -0
  65. package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.js.map +1 -0
  66. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts +46 -0
  67. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts.map +1 -0
  68. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.js +31 -0
  69. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.js.map +1 -0
  70. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts +57 -0
  71. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts.map +1 -0
  72. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js +34 -0
  73. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js.map +1 -0
  74. package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
  75. package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +2 -2
  76. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
  77. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +6 -6
  78. package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
  79. package/Controls/Components/Layouts/Grid/GridComponent.d.ts +4 -4
  80. package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
  81. package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
  82. package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
  83. package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
  84. package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
  85. package/Controls/Components/Layouts/Stack/StackComponent.d.ts +2 -2
  86. package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
  87. package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +4 -4
  88. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
  89. package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +2 -2
  90. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +4 -4
  91. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +4 -4
  92. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  93. package/Controls/Components/Media/Chat/ChatComponent.d.ts +4 -2
  94. package/Controls/Components/Media/Chat/ChatComponent.d.ts.map +1 -1
  95. package/Controls/Components/Media/Chat/ChatComponent.js +2 -2
  96. package/Controls/Components/Media/Chat/ChatComponent.js.map +1 -1
  97. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
  98. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  99. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
  100. package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
  101. package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
  102. package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.d.ts +37 -0
  103. package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.d.ts.map +1 -0
  104. package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.js +30 -0
  105. package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.js.map +1 -0
  106. package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts +70 -0
  107. package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts.map +1 -0
  108. package/Controls/Components/Media/Chat/ChatPromptBoxComponent.js +31 -0
  109. package/Controls/Components/Media/Chat/ChatPromptBoxComponent.js.map +1 -0
  110. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -2
  111. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts.map +1 -1
  112. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.js +4 -4
  113. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.js.map +1 -1
  114. package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +2 -0
  115. package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts.map +1 -1
  116. package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.js +2 -2
  117. package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.js.map +1 -1
  118. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +10 -8
  119. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts.map +1 -1
  120. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.js +4 -4
  121. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.js.map +1 -1
  122. package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
  123. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +6 -6
  124. package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
  125. package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
  126. package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +2 -2
  127. package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
  128. package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
  129. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
  130. package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
  131. package/Controls/Components/Media/Icon/IconComponent.d.ts +4 -4
  132. package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
  133. package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
  134. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +10 -10
  135. package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
  136. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +4 -4
  137. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  138. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
  139. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +16 -16
  140. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
  141. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
  142. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
  143. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +4 -4
  144. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +18 -18
  145. package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
  146. package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
  147. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
  148. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
  149. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
  150. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +22 -22
  151. package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
  152. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
  153. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +26 -26
  154. package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
  155. package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
  156. package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
  157. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
  158. package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
  159. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  160. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +6 -6
  161. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
  162. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
  163. package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
  164. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
  165. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
  166. package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts +2 -1
  167. package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts.map +1 -1
  168. package/Controls/Components/Primitives/Scroll/ScrollComponent.js +3 -2
  169. package/Controls/Components/Primitives/Scroll/ScrollComponent.js.map +1 -1
  170. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
  171. package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
  172. package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
  173. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +8 -8
  174. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
  175. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +6 -6
  176. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
  177. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +4 -4
  178. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
  179. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
  180. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
  181. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
  182. package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
  183. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +4 -4
  184. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +4 -4
  185. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
  186. package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
  187. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
  188. package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
  189. package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
  190. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
  191. package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
  192. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +20 -20
  193. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +4 -4
  194. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +8 -8
  195. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
  196. package/Controls/Components/Selectors/List/ListComponent.d.ts +8 -8
  197. package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
  198. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +14 -14
  199. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +6 -6
  200. package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +2 -2
  201. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
  202. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
  203. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
  204. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
  205. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
  206. package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
  207. package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
  208. package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
  209. package/Controls/Components/Selectors/Table/TableComponent.d.ts +10 -10
  210. package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
  211. package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
  212. package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
  213. package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
  214. package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +2 -2
  215. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
  216. package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
  217. package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
  218. package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
  219. package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
  220. package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
  221. package/Index.d.ts +6 -2
  222. package/Index.d.ts.map +1 -1
  223. package/Index.js +6 -2
  224. package/Index.js.map +1 -1
  225. package/package.json +2 -2
@@ -9,14 +9,14 @@ export declare const ChatMessageComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  at?: any;
11
11
  disabled?: any;
12
+ value?: any;
12
13
  variant?: any;
13
- isBusy?: any;
14
- text?: any;
15
14
  appearance?: any;
16
- value?: 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;
@@ -26,14 +26,14 @@ export declare const ChatMessageComponent: import("vue").DefineComponent<{
26
26
  lang?: any;
27
27
  at?: any;
28
28
  disabled?: any;
29
+ value?: any;
29
30
  variant?: any;
30
- isBusy?: any;
31
- text?: any;
32
31
  appearance?: any;
33
- value?: 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;
@@ -8,8 +8,8 @@ export declare const ChatMessageReactionComponent: import("vue").DefineComponent
8
8
  dir?: any;
9
9
  lang?: any;
10
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<{
@@ -17,8 +17,8 @@ export declare const ChatMessageReactionComponent: import("vue").DefineComponent
17
17
  dir?: any;
18
18
  lang?: any;
19
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;
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Vue 3 component wrapper for the mosaik-chat-prompt-box-attachment-list web component.
3
+ *
4
+ * @public
5
+ */
6
+ export declare const ChatPromptBoxAttachmentListComponent: import("vue").DefineComponent<{
7
+ themeName?: any;
8
+ dir?: any;
9
+ lang?: any;
10
+ entries?: any;
11
+ disabled?: any;
12
+ variant?: any;
13
+ appearance?: any;
14
+ attachmentRemoved?: any;
15
+ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
+ [key: string]: any;
17
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "attachmentRemove")[], "connected" | "disconnected" | "changed" | "attachmentRemove", import("vue").PublicProps, Readonly<{
18
+ themeName?: any;
19
+ dir?: any;
20
+ lang?: any;
21
+ entries?: any;
22
+ disabled?: any;
23
+ variant?: any;
24
+ appearance?: any;
25
+ attachmentRemoved?: any;
26
+ }> & Readonly<{
27
+ onConnected?: ((...args: any[]) => any) | undefined;
28
+ onDisconnected?: ((...args: any[]) => any) | undefined;
29
+ onChanged?: ((...args: any[]) => any) | undefined;
30
+ onAttachmentRemove?: ((...args: any[]) => any) | undefined;
31
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
32
+ declare module 'vue' {
33
+ interface GlobalComponents {
34
+ MosaikChatPromptBoxAttachmentList: typeof ChatPromptBoxAttachmentListComponent;
35
+ }
36
+ }
37
+ //# sourceMappingURL=ChatPromptBoxAttachmentListComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatPromptBoxAttachmentListComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;iFAqB/C,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,iCAAiC,EAAE,OAAO,oCAAoC,CAAC;KAClF;CACJ"}
@@ -0,0 +1,30 @@
1
+ // ------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
5
+ // </auto-generated>
6
+ // ------------------------------------------------------------------------------
7
+ import { defineComponent, h } from 'vue';
8
+ /**
9
+ * Vue 3 component wrapper for the mosaik-chat-prompt-box-attachment-list web component.
10
+ *
11
+ * @public
12
+ */
13
+ export const ChatPromptBoxAttachmentListComponent = defineComponent({
14
+ name: 'ChatPromptBoxAttachmentListComponent',
15
+ props: ['attachmentRemoved', 'entries', 'themeName', 'variant', 'appearance', 'disabled', 'dir', 'lang'],
16
+ emits: ['attachmentRemove', 'connected', 'disconnected', 'changed'],
17
+ // slots: ['style']
18
+ // methods: { getAttachmentEntries, openAttachment, onDismiss, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, adoptStyle, on, off, emit, requestUpdate }
19
+ setup(props, { slots, emit }) {
20
+ return () => h('mosaik-chat-prompt-box-attachment-list', {
21
+ ...props,
22
+ // Vue 3 event handlers (onEventName format)
23
+ onAttachmentRemove: (event) => emit('attachmentRemove', event),
24
+ onConnected: (event) => emit('connected', event),
25
+ onDisconnected: (event) => emit('disconnected', event),
26
+ onChanged: (event) => emit('changed', event)
27
+ }, slots.default ? slots.default() : []);
28
+ }
29
+ });
30
+ //# sourceMappingURL=ChatPromptBoxAttachmentListComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatPromptBoxAttachmentListComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.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,oCAAoC,GAAG,eAAe,CAAC;IAChE,IAAI,EAAE,sCAAsC;IAC5C,KAAK,EAAE,CAAC,mBAAmB,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;IACxG,KAAK,EAAE,CAAC,kBAAkB,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IACnE,mBAAmB;IACnB,yNAAyN;IACzN,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,wCAAwC,EACxC;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,kBAAkB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC;YACrE,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"}
@@ -0,0 +1,70 @@
1
+ /**
2
+ * Vue 3 component wrapper for the mosaik-chat-prompt-box web component.
3
+ *
4
+ * @public
5
+ */
6
+ export declare const ChatPromptBoxComponent: import("vue").DefineComponent<{
7
+ themeName?: any;
8
+ dir?: any;
9
+ lang?: any;
10
+ entries?: any;
11
+ name?: any;
12
+ disabled?: any;
13
+ value?: any;
14
+ variant?: any;
15
+ appearance?: any;
16
+ state?: any;
17
+ isFocused?: any;
18
+ formatter?: any;
19
+ required?: any;
20
+ readonly?: any;
21
+ autofocus?: any;
22
+ placeholder?: any;
23
+ parser?: any;
24
+ minlength?: any;
25
+ maxlength?: any;
26
+ tools?: any;
27
+ minRows?: any;
28
+ maxRows?: any;
29
+ showSubmitButton?: any;
30
+ submitOnEnter?: any;
31
+ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "entriesChanged" | "promptSubmitted")[], "connected" | "disconnected" | "changed" | "entriesChanged" | "promptSubmitted", import("vue").PublicProps, Readonly<{
34
+ themeName?: any;
35
+ dir?: any;
36
+ lang?: any;
37
+ entries?: any;
38
+ name?: any;
39
+ disabled?: any;
40
+ value?: any;
41
+ variant?: any;
42
+ appearance?: any;
43
+ state?: any;
44
+ isFocused?: any;
45
+ formatter?: any;
46
+ required?: any;
47
+ readonly?: any;
48
+ autofocus?: any;
49
+ placeholder?: any;
50
+ parser?: any;
51
+ minlength?: any;
52
+ maxlength?: any;
53
+ tools?: any;
54
+ minRows?: any;
55
+ maxRows?: any;
56
+ showSubmitButton?: any;
57
+ submitOnEnter?: any;
58
+ }> & Readonly<{
59
+ onConnected?: ((...args: any[]) => any) | undefined;
60
+ onDisconnected?: ((...args: any[]) => any) | undefined;
61
+ onChanged?: ((...args: any[]) => any) | undefined;
62
+ onEntriesChanged?: ((...args: any[]) => any) | undefined;
63
+ onPromptSubmitted?: ((...args: any[]) => any) | undefined;
64
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
65
+ declare module 'vue' {
66
+ interface GlobalComponents {
67
+ MosaikChatPromptBox: typeof ChatPromptBoxComponent;
68
+ }
69
+ }
70
+ //# sourceMappingURL=ChatPromptBoxComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatPromptBoxComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatPromptBoxComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAsBjC,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,mBAAmB,EAAE,OAAO,sBAAsB,CAAC;KACtD;CACJ"}
@@ -0,0 +1,31 @@
1
+ // ------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
5
+ // </auto-generated>
6
+ // ------------------------------------------------------------------------------
7
+ import { defineComponent, h } from 'vue';
8
+ /**
9
+ * Vue 3 component wrapper for the mosaik-chat-prompt-box web component.
10
+ *
11
+ * @public
12
+ */
13
+ export const ChatPromptBoxComponent = defineComponent({
14
+ name: 'ChatPromptBoxComponent',
15
+ props: ['value', 'entries', 'tools', 'placeholder', 'minRows', 'maxRows', 'showSubmitButton', 'submitOnEnter', 'readonly', 'required', 'autofocus', 'name', 'minlength', 'maxlength', 'themeName', 'appearance', 'variant', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
16
+ emits: ['entriesChanged', 'promptSubmitted', 'connected', 'disconnected', 'changed'],
17
+ // slots: ['content', 'tools', 'style']
18
+ // methods: { getFormattedValue, registerTool, unregisterTool, addEntry, updateEntry, removeEntry, clearEntries, clear, reset, checkValidity, canSubmit, submit, focus, blur, onChange, onInput, onKeydown, onFocus, onBlur, onSlotChanges, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, hasVisibleFocusInTree, adoptStyle, on, off, emit, requestUpdate }
19
+ setup(props, { slots, emit }) {
20
+ return () => h('mosaik-chat-prompt-box', {
21
+ ...props,
22
+ // Vue 3 event handlers (onEventName format)
23
+ onEntriesChanged: (event) => emit('entriesChanged', event),
24
+ onPromptSubmitted: (event) => emit('promptSubmitted', event),
25
+ onConnected: (event) => emit('connected', event),
26
+ onDisconnected: (event) => emit('disconnected', event),
27
+ onChanged: (event) => emit('changed', event)
28
+ }, slots.default ? slots.default() : []);
29
+ }
30
+ });
31
+ //# sourceMappingURL=ChatPromptBoxComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatPromptBoxComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatPromptBoxComponent.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,sBAAsB,GAAG,eAAe,CAAC;IAClD,IAAI,EAAE,wBAAwB;IAC9B,KAAK,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS,EAAE,kBAAkB,EAAE,eAAe,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACnS,KAAK,EAAE,CAAC,gBAAgB,EAAE,iBAAiB,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IACpF,uCAAuC;IACvC,8YAA8Y;IAC9Y,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,wBAAwB,EACxB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,gBAAgB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC;YACjE,iBAAiB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,iBAAiB,EAAE,KAAK,CAAC;YACnE,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"}
@@ -8,13 +8,14 @@ export declare const AttachmentChatToolComponent: import("vue").DefineComponent<
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  disabled?: any;
11
+ dock?: any;
12
+ disabledWhen?: any;
11
13
  multiple?: any;
12
14
  accept?: any;
13
15
  directory?: any;
14
16
  attachmentRejected?: any;
15
17
  maxFiles?: any;
16
18
  maxFileSize?: any;
17
- dock?: any;
18
19
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
20
  [key: string]: any;
20
21
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "attachmentReject" | "filesPicked")[], "connected" | "disconnected" | "changed" | "attachmentReject" | "filesPicked", import("vue").PublicProps, Readonly<{
@@ -22,13 +23,14 @@ export declare const AttachmentChatToolComponent: import("vue").DefineComponent<
22
23
  dir?: any;
23
24
  lang?: any;
24
25
  disabled?: any;
26
+ dock?: any;
27
+ disabledWhen?: any;
25
28
  multiple?: any;
26
29
  accept?: any;
27
30
  directory?: any;
28
31
  attachmentRejected?: any;
29
32
  maxFiles?: any;
30
33
  maxFileSize?: any;
31
- dock?: any;
32
34
  }> & Readonly<{
33
35
  onConnected?: ((...args: any[]) => any) | undefined;
34
36
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AttachmentChatToolComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAsBtC,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,wBAAwB,EAAE,OAAO,2BAA2B,CAAC;KAChE;CACJ"}
1
+ {"version":3,"file":"AttachmentChatToolComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAsBtC,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,wBAAwB,EAAE,OAAO,2BAA2B,CAAC;KAChE;CACJ"}
@@ -12,16 +12,16 @@ import { defineComponent, h } from 'vue';
12
12
  */
13
13
  export const AttachmentChatToolComponent = defineComponent({
14
14
  name: 'AttachmentChatToolComponent',
15
- props: ['multiple', 'accept', 'directory', 'attachmentRejected', 'maxFiles', 'maxFileSize', 'themeName', 'dock', 'disabled', 'dir', 'lang'],
16
- emits: ['filesPicked', 'attachmentReject', 'connected', 'disconnected', 'changed'],
15
+ props: ['multiple', 'accept', 'directory', 'attachmentRejected', 'maxFiles', 'maxFileSize', 'themeName', 'dock', 'disabledWhen', 'disabled', 'dir', 'lang'],
16
+ emits: ['attachmentReject', 'filesPicked', 'connected', 'disconnected', 'changed'],
17
17
  // slots: ['style']
18
- // methods: { execute, attach, adoptStyle, on, off, emit, requestUpdate }
18
+ // methods: { isDisabled, execute, attach, detach, onPromptBoxStateChanged, adoptStyle, on, off, emit, requestUpdate }
19
19
  setup(props, { slots, emit }) {
20
20
  return () => h('mosaik-attachment-chat-tool', {
21
21
  ...props,
22
22
  // Vue 3 event handlers (onEventName format)
23
- onFilesPicked: (event) => emit('filesPicked', event),
24
23
  onAttachmentReject: (event) => emit('attachmentReject', event),
24
+ onFilesPicked: (event) => emit('filesPicked', event),
25
25
  onConnected: (event) => emit('connected', event),
26
26
  onDisconnected: (event) => emit('disconnected', event),
27
27
  onChanged: (event) => emit('changed', event)
@@ -1 +1 @@
1
- {"version":3,"file":"AttachmentChatToolComponent.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.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,2BAA2B,GAAG,eAAe,CAAC;IACvD,IAAI,EAAE,6BAA6B;IACnC,KAAK,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,WAAW,EAAE,oBAAoB,EAAE,UAAU,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;IAC3I,KAAK,EAAE,CAAC,aAAa,EAAE,kBAAkB,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAClF,mBAAmB;IACnB,yEAAyE;IACzE,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,6BAA6B,EAC7B;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,aAAa,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,KAAK,CAAC;YAC3D,kBAAkB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC;YACrE,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"}
1
+ {"version":3,"file":"AttachmentChatToolComponent.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.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,2BAA2B,GAAG,eAAe,CAAC;IACvD,IAAI,EAAE,6BAA6B;IACnC,KAAK,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,WAAW,EAAE,oBAAoB,EAAE,UAAU,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;IAC3J,KAAK,EAAE,CAAC,kBAAkB,EAAE,aAAa,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAClF,mBAAmB;IACnB,sHAAsH;IACtH,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,6BAA6B,EAC7B;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,kBAAkB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC;YACrE,aAAa,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,KAAK,CAAC;YAC3D,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"}
@@ -9,6 +9,7 @@ export declare const ReactionChatToolComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  disabled?: any;
11
11
  dock?: any;
12
+ disabledWhen?: any;
12
13
  reactions?: any;
13
14
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
15
  [key: string]: any;
@@ -18,6 +19,7 @@ export declare const ReactionChatToolComponent: import("vue").DefineComponent<{
18
19
  lang?: any;
19
20
  disabled?: any;
20
21
  dock?: any;
22
+ disabledWhen?: any;
21
23
  reactions?: any;
22
24
  }> & Readonly<{
23
25
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ReactionChatToolComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;iFAoBpC,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,sBAAsB,EAAE,OAAO,yBAAyB,CAAC;KAC5D;CACJ"}
1
+ {"version":3,"file":"ReactionChatToolComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;iFAoBpC,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,sBAAsB,EAAE,OAAO,yBAAyB,CAAC;KAC5D;CACJ"}
@@ -12,10 +12,10 @@ import { defineComponent, h } from 'vue';
12
12
  */
13
13
  export const ReactionChatToolComponent = defineComponent({
14
14
  name: 'ReactionChatToolComponent',
15
- props: ['reactions', 'themeName', 'dock', 'disabled', 'dir', 'lang'],
15
+ props: ['reactions', 'themeName', 'dock', 'disabledWhen', 'disabled', 'dir', 'lang'],
16
16
  emits: ['connected', 'disconnected', 'changed'],
17
17
  // slots: ['style']
18
- // methods: { execute, attach, adoptStyle, on, off, emit, requestUpdate }
18
+ // methods: { execute, isDisabled, attach, detach, onPromptBoxStateChanged, adoptStyle, on, off, emit, requestUpdate }
19
19
  setup(props, { slots, emit }) {
20
20
  return () => h('mosaik-reaction-chat-tool', {
21
21
  ...props,
@@ -1 +1 @@
1
- {"version":3,"file":"ReactionChatToolComponent.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.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,yBAAyB,GAAG,eAAe,CAAC;IACrD,IAAI,EAAE,2BAA2B;IACjC,KAAK,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;IACpE,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,mBAAmB;IACnB,yEAAyE;IACzE,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,2BAA2B,EAC3B;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,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"}
1
+ {"version":3,"file":"ReactionChatToolComponent.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.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,yBAAyB,GAAG,eAAe,CAAC;IACrD,IAAI,EAAE,2BAA2B;IACjC,KAAK,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;IACpF,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,mBAAmB;IACnB,sHAAsH;IACtH,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,2BAA2B,EAC3B;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,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"}
@@ -8,17 +8,18 @@ export declare const VoiceRecorderChatToolComponent: import("vue").DefineCompone
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  disabled?: any;
11
- dock?: any;
12
- state?: any;
13
11
  recCancel?: any;
12
+ recPause?: any;
14
13
  recResume?: any;
15
- recStop?: any;
16
14
  recStart?: any;
17
- recPause?: any;
15
+ recStop?: any;
16
+ state?: any;
18
17
  elapsedTime?: any;
19
18
  maxDurationTime?: any;
20
19
  objectUrl?: any;
21
20
  canPause?: any;
21
+ dock?: any;
22
+ disabledWhen?: any;
22
23
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
24
  [key: string]: any;
24
25
  }>, {}, {}, {}, 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<{
@@ -26,17 +27,18 @@ export declare const VoiceRecorderChatToolComponent: import("vue").DefineCompone
26
27
  dir?: any;
27
28
  lang?: any;
28
29
  disabled?: any;
29
- dock?: any;
30
- state?: any;
31
30
  recCancel?: any;
31
+ recPause?: any;
32
32
  recResume?: any;
33
- recStop?: any;
34
33
  recStart?: any;
35
- recPause?: any;
34
+ recStop?: any;
35
+ state?: any;
36
36
  elapsedTime?: any;
37
37
  maxDurationTime?: any;
38
38
  objectUrl?: any;
39
39
  canPause?: any;
40
+ dock?: any;
41
+ disabledWhen?: any;
40
42
  }> & Readonly<{
41
43
  onConnected?: ((...args: any[]) => any) | undefined;
42
44
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"VoiceRecorderChatToolComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAyBzC,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,2BAA2B,EAAE,OAAO,8BAA8B,CAAC;KACtE;CACJ"}
1
+ {"version":3,"file":"VoiceRecorderChatToolComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAyBzC,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,2BAA2B,EAAE,OAAO,8BAA8B,CAAC;KACtE;CACJ"}
@@ -12,18 +12,18 @@ import { defineComponent, h } from 'vue';
12
12
  */
13
13
  export const VoiceRecorderChatToolComponent = defineComponent({
14
14
  name: 'VoiceRecorderChatToolComponent',
15
- props: ['recCancel', 'recResume', 'recStop', 'recStart', 'recPause', 'state', 'elapsedTime', 'maxDurationTime', 'objectUrl', 'canPause', 'themeName', 'dock', 'disabled', 'dir', 'lang'],
16
- emits: ['recorderCancel', 'recorderStart', 'recorderPause', 'recorderResume', 'recorderStop', 'connected', 'disconnected', 'changed'],
15
+ props: ['recCancel', 'recPause', 'recResume', 'recStart', 'recStop', 'state', 'elapsedTime', 'maxDurationTime', 'objectUrl', 'canPause', 'themeName', 'dock', 'disabledWhen', 'disabled', 'dir', 'lang'],
16
+ emits: ['recorderCancel', 'recorderPause', 'recorderResume', 'recorderStart', 'recorderStop', 'connected', 'disconnected', 'changed'],
17
17
  // slots: ['style']
18
- // methods: { execute, attach, adoptStyle, on, off, emit, requestUpdate }
18
+ // methods: { getTimeLabel, execute, isDisabled, attach, detach, onPromptBoxStateChanged, adoptStyle, on, off, emit, requestUpdate }
19
19
  setup(props, { slots, emit }) {
20
20
  return () => h('mosaik-voice-recorder-chat-tool', {
21
21
  ...props,
22
22
  // Vue 3 event handlers (onEventName format)
23
23
  onRecorderCancel: (event) => emit('recorderCancel', event),
24
- onRecorderStart: (event) => emit('recorderStart', event),
25
24
  onRecorderPause: (event) => emit('recorderPause', event),
26
25
  onRecorderResume: (event) => emit('recorderResume', event),
26
+ onRecorderStart: (event) => emit('recorderStart', event),
27
27
  onRecorderStop: (event) => emit('recorderStop', event),
28
28
  onConnected: (event) => emit('connected', event),
29
29
  onDisconnected: (event) => emit('disconnected', event),
@@ -1 +1 @@
1
- {"version":3,"file":"VoiceRecorderChatToolComponent.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.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,8BAA8B,GAAG,eAAe,CAAC;IAC1D,IAAI,EAAE,gCAAgC;IACtC,KAAK,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;IACxL,KAAK,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,eAAe,EAAE,gBAAgB,EAAE,cAAc,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IACrI,mBAAmB;IACnB,yEAAyE;IACzE,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,iCAAiC,EACjC;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,gBAAgB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC;YACjE,eAAe,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC;YAC/D,eAAe,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC;YAC/D,gBAAgB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC;YACjE,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,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"}
1
+ {"version":3,"file":"VoiceRecorderChatToolComponent.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.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,8BAA8B,GAAG,eAAe,CAAC;IAC1D,IAAI,EAAE,gCAAgC;IACtC,KAAK,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;IACxM,KAAK,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IACrI,mBAAmB;IACnB,oIAAoI;IACpI,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,iCAAiC,EACjC;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,gBAAgB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC;YACjE,eAAe,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC;YAC/D,gBAAgB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC;YACjE,eAAe,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC;YAC/D,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,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"}
@@ -10,14 +10,14 @@ export declare const ChipComponent: import("vue").DefineComponent<{
10
10
  label?: any;
11
11
  size?: any;
12
12
  disabled?: any;
13
+ value?: any;
13
14
  variant?: any;
14
15
  appearance?: any;
15
- value?: any;
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;
@@ -28,14 +28,14 @@ export declare const ChipComponent: import("vue").DefineComponent<{
28
28
  label?: any;
29
29
  size?: any;
30
30
  disabled?: any;
31
+ value?: any;
31
32
  variant?: any;
32
33
  appearance?: any;
33
- value?: any;
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;
@@ -11,12 +11,12 @@ export declare const ChipGroupComponent: import("vue").DefineComponent<{
11
11
  invalid?: any;
12
12
  size?: any;
13
13
  disabled?: any;
14
- wrap?: any;
14
+ value?: any;
15
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<{
@@ -27,12 +27,12 @@ export declare const ChipGroupComponent: import("vue").DefineComponent<{
27
27
  invalid?: any;
28
28
  size?: any;
29
29
  disabled?: any;
30
- wrap?: any;
30
+ value?: any;
31
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;
@@ -9,9 +9,9 @@ export declare const ColorEditorAlphaSliderComponent: import("vue").DefineCompon
9
9
  lang?: any;
10
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<{
@@ -20,9 +20,9 @@ export declare const ColorEditorAlphaSliderComponent: import("vue").DefineCompon
20
20
  lang?: any;
21
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;
@@ -10,18 +10,18 @@ export declare const ColorEditorComponent: import("vue").DefineComponent<{
10
10
  disabled?: any;
11
11
  value?: any;
12
12
  isFocused?: any;
13
- color?: any;
14
- alpha?: any;
15
- hue?: any;
16
- saturation?: any;
17
13
  format?: any;
18
14
  showAlpha?: any;
19
- palettes?: any;
20
- selectedPalette?: any;
21
15
  showInputs?: any;
22
16
  showPalette?: any;
23
17
  showEyeDropper?: any;
24
18
  showSwatch?: any;
19
+ palettes?: any;
20
+ selectedPalette?: any;
21
+ color?: any;
22
+ hue?: any;
23
+ saturation?: any;
24
+ alpha?: any;
25
25
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
27
27
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged" | "paletteChanged")[], "connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged" | "paletteChanged", import("vue").PublicProps, Readonly<{
@@ -31,18 +31,18 @@ export declare const ColorEditorComponent: import("vue").DefineComponent<{
31
31
  disabled?: any;
32
32
  value?: any;
33
33
  isFocused?: any;
34
- color?: any;
35
- alpha?: any;
36
- hue?: any;
37
- saturation?: any;
38
34
  format?: any;
39
35
  showAlpha?: any;
40
- palettes?: any;
41
- selectedPalette?: any;
42
36
  showInputs?: any;
43
37
  showPalette?: any;
44
38
  showEyeDropper?: any;
45
39
  showSwatch?: any;
40
+ palettes?: any;
41
+ selectedPalette?: any;
42
+ color?: any;
43
+ hue?: any;
44
+ saturation?: any;
45
+ alpha?: any;
46
46
  }> & Readonly<{
47
47
  onConnected?: ((...args: any[]) => any) | undefined;
48
48
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,9 +10,9 @@ export declare const ColorEditorInputsComponent: import("vue").DefineComponent<{
10
10
  size?: any;
11
11
  disabled?: any;
12
12
  isFocused?: any;
13
- color?: any;
14
13
  format?: any;
15
14
  showAlpha?: any;
15
+ color?: 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" | "colorChanged" | "colorFormatChanged")[], "connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged", import("vue").PublicProps, Readonly<{
@@ -22,9 +22,9 @@ export declare const ColorEditorInputsComponent: import("vue").DefineComponent<{
22
22
  size?: any;
23
23
  disabled?: any;
24
24
  isFocused?: any;
25
- color?: any;
26
25
  format?: any;
27
26
  showAlpha?: any;
27
+ color?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
30
30
  onDisconnected?: ((...args: any[]) => any) | undefined;