@weni/unnnic-system 3.3.1-alpha.0 → 3.3.1

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 (204) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
  3. package/dist/components/Alert/Alert.vue.d.ts +119 -18
  4. package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
  5. package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
  6. package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
  7. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
  8. package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
  9. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
  10. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +2 -2
  11. package/dist/components/Banner/Banner.vue.d.ts +1 -1
  12. package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
  13. package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
  14. package/dist/components/Button/Button.vue.d.ts +2 -2
  15. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  16. package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
  17. package/dist/components/Button/types.d.ts +1 -1
  18. package/dist/components/Button/types.d.ts.map +1 -1
  19. package/dist/components/Card/AccountCard.vue.d.ts +3 -3
  20. package/dist/components/Card/BlankCard.vue.d.ts +1 -1
  21. package/dist/components/Card/Card.vue.d.ts +21 -21
  22. package/dist/components/Card/CardCompany.vue.d.ts +8 -8
  23. package/dist/components/Card/CardData.vue.d.ts +1 -1
  24. package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
  25. package/dist/components/Card/ContentCard.vue.d.ts +2 -2
  26. package/dist/components/Card/DashCard.vue.d.ts +4 -4
  27. package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
  28. package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
  29. package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
  30. package/dist/components/Card/StatusCard.vue.d.ts +2 -2
  31. package/dist/components/Card/TitleCard.vue.d.ts +2 -2
  32. package/dist/components/CardImage/CardImage.vue.d.ts +8 -8
  33. package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
  34. package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
  35. package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
  36. package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
  37. package/dist/components/ChartBar/ChartBar.vue.d.ts +8 -8
  38. package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
  39. package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
  40. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +15 -15
  41. package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
  42. package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
  43. package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
  44. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
  45. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
  46. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
  47. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
  48. package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
  49. package/dist/components/Comment/Comment.vue.d.ts +1 -1
  50. package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
  51. package/dist/components/DataTable/index.vue.d.ts +1 -1
  52. package/dist/components/DataTable/index.vue.d.ts.map +1 -1
  53. package/dist/components/DateFilter/DateFilter.vue.d.ts +29 -176
  54. package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
  55. package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
  56. package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
  57. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
  58. package/dist/components/Flag.vue.d.ts +2 -2
  59. package/dist/components/FormElement/FormElement.vue.d.ts +32 -38
  60. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  61. package/dist/components/Icon.vue.d.ts +1 -1
  62. package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
  63. package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
  64. package/dist/components/Input/BaseInput.vue.d.ts +1 -32
  65. package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
  66. package/dist/components/Input/Input.vue.d.ts +29 -176
  67. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  68. package/dist/components/Input/TextInput.vue.d.ts +14 -83
  69. package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
  70. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +39 -186
  71. package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
  72. package/dist/components/Label/Label.vue.d.ts +15 -9
  73. package/dist/components/Label/Label.vue.d.ts.map +1 -1
  74. package/dist/components/Modal/Modal.vue.d.ts +2 -2
  75. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +9 -9
  76. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  77. package/dist/components/ModalNext/ModalNext.vue.d.ts +37 -184
  78. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
  79. package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
  80. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +14 -20
  81. package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
  82. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
  83. package/dist/components/Radio/Radio.vue.d.ts +6 -8
  84. package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
  85. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +28 -97
  86. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
  87. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
  88. package/dist/components/SelectTime/index.vue.d.ts +14 -83
  89. package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
  90. package/dist/components/Slider/Slider.vue.d.ts +2 -2
  91. package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
  92. package/dist/components/Switch/Switch.vue.d.ts +2 -2
  93. package/dist/components/Tab/Tab.vue.d.ts +2 -13
  94. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  95. package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
  96. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
  97. package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
  98. package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
  99. package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
  100. package/dist/components/Tag/Tag.vue.d.ts +8 -8
  101. package/dist/components/TextArea/TextArea.vue.d.ts +32 -38
  102. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  103. package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
  104. package/dist/components/Tour/Tour.vue.d.ts +6 -6
  105. package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
  106. package/dist/components/UploadArea/UploadArea.vue.d.ts +7 -7
  107. package/dist/components/index.d.ts +1110 -2132
  108. package/dist/components/index.d.ts.map +1 -1
  109. package/dist/{es-94ab560e.mjs → es-54ddaf5a.mjs} +1 -1
  110. package/dist/{index-5caf403e.mjs → index-a34da30f.mjs} +8094 -8447
  111. package/dist/locales/en.json.d.ts +1 -2
  112. package/dist/locales/es.json.d.ts +1 -2
  113. package/dist/locales/pt_br.json.d.ts +1 -2
  114. package/dist/{pt-br-3002df05.mjs → pt-br-ff00f945.mjs} +1 -1
  115. package/dist/style.css +1 -1
  116. package/dist/unnnic.mjs +120 -126
  117. package/dist/unnnic.umd.js +41 -42
  118. package/dist/utils/call.d.ts +1 -2
  119. package/dist/utils/call.d.ts.map +1 -1
  120. package/package.json +2 -2
  121. package/src/assets/scss/scheme-colors.scss +111 -115
  122. package/src/assets/tokens/colors.json +2 -2
  123. package/src/components/Alert/Alert.vue +135 -26
  124. package/src/components/Alert/AlertBanner.vue +182 -0
  125. package/src/components/Alert/AlertCaller.vue +49 -0
  126. package/src/components/Alert/Version1dot1.vue +36 -0
  127. package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
  128. package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
  129. package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
  130. package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
  131. package/src/components/Button/Button.vue +108 -60
  132. package/src/components/Button/types.ts +1 -0
  133. package/src/components/FormElement/FormElement.vue +91 -51
  134. package/src/components/Input/BaseInput.vue +14 -31
  135. package/src/components/Input/Input.scss +21 -19
  136. package/src/components/Input/Input.vue +30 -94
  137. package/src/components/Input/TextInput.vue +58 -82
  138. package/src/components/Input/__test__/TextInput.spec.js +5 -5
  139. package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -16
  140. package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -7
  141. package/src/components/Label/Label.vue +21 -52
  142. package/src/components/Label/__tests__/Label.spec.js +1 -1
  143. package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
  144. package/src/components/ModalDialog/ModalDialog.vue +0 -1
  145. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
  146. package/src/components/Radio/Radio.vue +67 -80
  147. package/src/components/Radio/__test__/Radio.spec.js +20 -14
  148. package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
  149. package/src/components/Tab/Tab.vue +23 -37
  150. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
  151. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
  152. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
  153. package/src/components/TextArea/TextArea.vue +9 -13
  154. package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
  155. package/src/components/index.ts +4 -18
  156. package/src/locales/en.json +1 -2
  157. package/src/locales/es.json +1 -2
  158. package/src/locales/pt_br.json +1 -2
  159. package/src/stories/Alert.stories.js +67 -6
  160. package/src/stories/Button.stories.js +17 -2
  161. package/src/stories/Input.stories.js +3 -22
  162. package/src/stories/Label.stories.js +0 -7
  163. package/src/stories/Tab.stories.js +4 -11
  164. package/src/types/scheme-colors.d.ts +14 -120
  165. package/src/utils/call.js +18 -46
  166. package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +0 -9
  167. package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +0 -1
  168. package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +0 -15
  169. package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +0 -1
  170. package/dist/components/Toast/Toast.vue.d.ts +0 -16
  171. package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
  172. package/dist/components/Toast/ToastManager.d.ts +0 -14
  173. package/dist/components/Toast/ToastManager.d.ts.map +0 -1
  174. package/dist/components/Toast/types.d.ts +0 -35
  175. package/dist/components/Toast/types.d.ts.map +0 -1
  176. package/src/assets/icons/radio-checked.svg +0 -3
  177. package/src/assets/img/previews/doc-preview.png +0 -0
  178. package/src/assets/img/previews/image-preview.png +0 -0
  179. package/src/assets/img/previews/video-preview.png +0 -0
  180. package/src/components/Popover/__tests__/Popover.spec.js +0 -147
  181. package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
  182. package/src/components/Popover/index.vue +0 -146
  183. package/src/components/RadioGroup/RadioGroup.vue +0 -110
  184. package/src/components/Select/SelectOption.vue +0 -65
  185. package/src/components/Select/__tests__/Select.spec.js +0 -412
  186. package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
  187. package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
  188. package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -97
  189. package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
  190. package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
  191. package/src/components/Select/index.vue +0 -245
  192. package/src/components/TemplatePreview/TemplatePreview.vue +0 -252
  193. package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
  194. package/src/components/TemplatePreview/types.d.ts +0 -16
  195. package/src/components/Toast/Toast.vue +0 -236
  196. package/src/components/Toast/ToastManager.ts +0 -110
  197. package/src/components/Toast/types.ts +0 -57
  198. package/src/stories/Popover.stories.js +0 -39
  199. package/src/stories/RadioGroup.stories.js +0 -139
  200. package/src/stories/Select.stories.js +0 -158
  201. package/src/stories/TemplatePreview.stories.js +0 -94
  202. package/src/stories/TemplatePreviewModal.stories.js +0 -110
  203. package/src/stories/Toast.mdx +0 -123
  204. package/src/stories/Toast.stories.js +0 -126
@@ -174,9 +174,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
174
174
  default: boolean;
175
175
  };
176
176
  }>> & Readonly<{}>, {
177
- size: string;
178
177
  filled: boolean;
179
178
  icon: string;
179
+ size: string;
180
180
  scheme: string;
181
181
  enabled: boolean;
182
182
  opacity: boolean;
@@ -190,11 +190,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
190
190
  onMousedown?: ((event: Event) => any) | undefined;
191
191
  onMouseup?: ((event: Event) => any) | undefined;
192
192
  }>, {
193
- size: import('../Icon.vue').IconSize;
194
193
  filled: boolean;
195
194
  next: boolean;
196
195
  icon: string | null;
197
196
  clickable: boolean;
197
+ size: import('../Icon.vue').IconSize;
198
198
  lineHeight: import('../Icon.vue').LineHeight | null;
199
199
  scheme: import('../Icon.vue').SchemeColor;
200
200
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -267,8 +267,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
267
267
  };
268
268
  }>> & Readonly<{}>, {
269
269
  text: string;
270
- enabled: boolean;
271
270
  forceOpen: boolean;
271
+ enabled: boolean;
272
272
  side: string;
273
273
  maxWidth: string;
274
274
  shortcutText: string;
@@ -283,11 +283,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
283
283
  onMousedown?: ((event: Event) => any) | undefined;
284
284
  onMouseup?: ((event: Event) => any) | undefined;
285
285
  }>, {
286
- size: import('../Icon.vue').IconSize;
287
286
  filled: boolean;
288
287
  next: boolean;
289
288
  icon: string | null;
290
289
  clickable: boolean;
290
+ size: import('../Icon.vue').IconSize;
291
291
  lineHeight: import('../Icon.vue').LineHeight | null;
292
292
  scheme: import('../Icon.vue').SchemeColor;
293
293
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
84
84
  onChangeProjectStatus?: ((...args: any[]) => any) | undefined;
85
85
  }>, {
86
86
  name: string;
87
- description: string;
88
87
  clickable: boolean;
88
+ description: string;
89
89
  canUpdateStatus: boolean;
90
90
  }, {}, {
91
91
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -97,11 +97,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
97
97
  onMousedown?: ((event: Event) => any) | undefined;
98
98
  onMouseup?: ((event: Event) => any) | undefined;
99
99
  }>, {
100
- size: import('../Icon.vue').IconSize;
101
100
  filled: boolean;
102
101
  next: boolean;
103
102
  icon: string | null;
104
103
  clickable: boolean;
104
+ size: import('../Icon.vue').IconSize;
105
105
  lineHeight: import('../Icon.vue').LineHeight | null;
106
106
  scheme: import('../Icon.vue').SchemeColor;
107
107
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -149,10 +149,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
149
149
  }>> & Readonly<{
150
150
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
151
151
  }>, {
152
- forceOpen: boolean;
153
152
  position: string;
154
153
  useOpenProp: boolean;
155
154
  open: boolean;
155
+ forceOpen: boolean;
156
156
  }, {}, {}, {
157
157
  onClickOutside: any;
158
158
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -169,10 +169,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
169
169
  default: null;
170
170
  };
171
171
  }>> & Readonly<{}>, {
172
- disabled: boolean;
173
172
  text: string;
174
173
  clickable: boolean;
175
174
  scheme: string;
175
+ disabled: boolean;
176
176
  hasCloseIcon: boolean;
177
177
  leftIcon: string;
178
178
  rightIcon: string;
@@ -186,11 +186,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
186
186
  onMousedown?: ((event: Event) => any) | undefined;
187
187
  onMouseup?: ((event: Event) => any) | undefined;
188
188
  }>, {
189
- size: import('../Icon.vue').IconSize;
190
189
  filled: boolean;
191
190
  next: boolean;
192
191
  icon: string | null;
193
192
  clickable: boolean;
193
+ size: import('../Icon.vue').IconSize;
194
194
  lineHeight: import('../Icon.vue').LineHeight | null;
195
195
  scheme: import('../Icon.vue').SchemeColor;
196
196
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -261,11 +261,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
261
261
  onMousedown?: ((event: Event) => any) | undefined;
262
262
  onMouseup?: ((event: Event) => any) | undefined;
263
263
  }>, {
264
- size: import('../Icon.vue').IconSize;
265
264
  filled: boolean;
266
265
  next: boolean;
267
266
  icon: string | null;
268
267
  clickable: boolean;
268
+ size: import('../Icon.vue').IconSize;
269
269
  lineHeight: import('../Icon.vue').LineHeight | null;
270
270
  scheme: import('../Icon.vue').SchemeColor;
271
271
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -337,8 +337,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
337
337
  };
338
338
  }>> & Readonly<{}>, {
339
339
  text: string;
340
- enabled: boolean;
341
340
  forceOpen: boolean;
341
+ enabled: boolean;
342
342
  side: string;
343
343
  maxWidth: string;
344
344
  shortcutText: string;
@@ -373,9 +373,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
373
373
  default: boolean;
374
374
  };
375
375
  }>> & Readonly<{}>, {
376
- disabled: boolean;
377
376
  text: string;
378
377
  clickable: boolean;
378
+ disabled: boolean;
379
379
  }, {}, {
380
380
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
381
381
  click: (event: Event) => any;
@@ -386,11 +386,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
386
386
  onMousedown?: ((event: Event) => any) | undefined;
387
387
  onMouseup?: ((event: Event) => any) | undefined;
388
388
  }>, {
389
- size: import('../Icon.vue').IconSize;
390
389
  filled: boolean;
391
390
  next: boolean;
392
391
  icon: string | null;
393
392
  clickable: boolean;
393
+ size: import('../Icon.vue').IconSize;
394
394
  lineHeight: import('../Icon.vue').LineHeight | null;
395
395
  scheme: import('../Icon.vue').SchemeColor;
396
396
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -467,11 +467,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
467
467
  default: string;
468
468
  };
469
469
  }>> & Readonly<{}>, {
470
- type: string;
471
- disabled: boolean;
472
470
  text: string;
473
471
  clickable: boolean;
474
472
  scheme: string;
473
+ type: string;
474
+ disabled: boolean;
475
475
  hasCloseIcon: boolean;
476
476
  leftIcon: string;
477
477
  rightIcon: string;
@@ -489,11 +489,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
489
489
  onMousedown?: ((event: Event) => any) | undefined;
490
490
  onMouseup?: ((event: Event) => any) | undefined;
491
491
  }>, {
492
- size: import('../Icon.vue').IconSize;
493
492
  filled: boolean;
494
493
  next: boolean;
495
494
  icon: string | null;
496
495
  clickable: boolean;
496
+ size: import('../Icon.vue').IconSize;
497
497
  lineHeight: import('../Icon.vue').LineHeight | null;
498
498
  scheme: import('../Icon.vue').SchemeColor;
499
499
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -525,11 +525,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
525
525
  default: boolean;
526
526
  };
527
527
  }>> & Readonly<{}>, {
528
- type: string;
529
- modelValue: unknown[];
530
528
  name: string;
531
529
  icon: string;
532
530
  clickable: boolean;
531
+ type: string;
532
+ modelValue: unknown[];
533
533
  tagItems: unknown[];
534
534
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
535
535
  export default _default;
@@ -142,10 +142,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
142
142
  default: null;
143
143
  };
144
144
  }>> & Readonly<{}>, {
145
- disabled: boolean;
146
145
  text: string;
147
146
  clickable: boolean;
148
147
  scheme: string;
148
+ disabled: boolean;
149
149
  hasCloseIcon: boolean;
150
150
  leftIcon: string;
151
151
  rightIcon: string;
@@ -159,11 +159,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
159
159
  onMousedown?: ((event: Event) => any) | undefined;
160
160
  onMouseup?: ((event: Event) => any) | undefined;
161
161
  }>, {
162
- size: import('../Icon.vue').IconSize;
163
162
  filled: boolean;
164
163
  next: boolean;
165
164
  icon: string | null;
166
165
  clickable: boolean;
166
+ size: import('../Icon.vue').IconSize;
167
167
  lineHeight: import('../Icon.vue').LineHeight | null;
168
168
  scheme: import('../Icon.vue').SchemeColor;
169
169
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -234,11 +234,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
234
234
  onMousedown?: ((event: Event) => any) | undefined;
235
235
  onMouseup?: ((event: Event) => any) | undefined;
236
236
  }>, {
237
- size: import('../Icon.vue').IconSize;
238
237
  filled: boolean;
239
238
  next: boolean;
240
239
  icon: string | null;
241
240
  clickable: boolean;
241
+ size: import('../Icon.vue').IconSize;
242
242
  lineHeight: import('../Icon.vue').LineHeight | null;
243
243
  scheme: import('../Icon.vue').SchemeColor;
244
244
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -310,8 +310,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
310
310
  };
311
311
  }>> & Readonly<{}>, {
312
312
  text: string;
313
- enabled: boolean;
314
313
  forceOpen: boolean;
314
+ enabled: boolean;
315
315
  side: string;
316
316
  maxWidth: string;
317
317
  shortcutText: string;
@@ -346,9 +346,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
346
346
  default: boolean;
347
347
  };
348
348
  }>> & Readonly<{}>, {
349
- disabled: boolean;
350
349
  text: string;
351
350
  clickable: boolean;
351
+ disabled: boolean;
352
352
  }, {}, {
353
353
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
354
354
  click: (event: Event) => any;
@@ -359,11 +359,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
359
359
  onMousedown?: ((event: Event) => any) | undefined;
360
360
  onMouseup?: ((event: Event) => any) | undefined;
361
361
  }>, {
362
- size: import('../Icon.vue').IconSize;
363
362
  filled: boolean;
364
363
  next: boolean;
365
364
  icon: string | null;
366
365
  clickable: boolean;
366
+ size: import('../Icon.vue').IconSize;
367
367
  lineHeight: import('../Icon.vue').LineHeight | null;
368
368
  scheme: import('../Icon.vue').SchemeColor;
369
369
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -440,11 +440,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
440
440
  default: string;
441
441
  };
442
442
  }>> & Readonly<{}>, {
443
- type: string;
444
- disabled: boolean;
445
443
  text: string;
446
444
  clickable: boolean;
447
445
  scheme: string;
446
+ type: string;
447
+ disabled: boolean;
448
448
  hasCloseIcon: boolean;
449
449
  leftIcon: string;
450
450
  rightIcon: string;
@@ -462,11 +462,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
462
462
  onMousedown?: ((event: Event) => any) | undefined;
463
463
  onMouseup?: ((event: Event) => any) | undefined;
464
464
  }>, {
465
- size: import('../Icon.vue').IconSize;
466
465
  filled: boolean;
467
466
  next: boolean;
468
467
  icon: string | null;
469
468
  clickable: boolean;
469
+ size: import('../Icon.vue').IconSize;
470
470
  lineHeight: import('../Icon.vue').LineHeight | null;
471
471
  scheme: import('../Icon.vue').SchemeColor;
472
472
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -40,21 +40,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
40
40
  onMousedown?: ((event: Event) => any) | undefined;
41
41
  onMouseup?: ((event: Event) => any) | undefined;
42
42
  }>, {
43
- size: import('../Icon.vue').IconSize;
44
43
  filled: boolean;
45
44
  next: boolean;
46
45
  icon: string | null;
47
46
  clickable: boolean;
47
+ size: import('../Icon.vue').IconSize;
48
48
  lineHeight: import('../Icon.vue').LineHeight | null;
49
49
  scheme: import('../Icon.vue').SchemeColor;
50
50
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
51
51
  UnnnicButton: {
52
52
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
53
+ text: string;
54
+ next: boolean;
53
55
  size: import('../Button/types').ButtonSize;
54
56
  type: import('../Button/types').ButtonType;
55
57
  disabled: boolean;
56
- text: string;
57
- next: boolean;
58
58
  iconLeft: string;
59
59
  iconRight: string;
60
60
  float: boolean;
@@ -69,11 +69,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
69
69
  M: {};
70
70
  Defaults: {};
71
71
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
72
+ text: string;
73
+ next: boolean;
72
74
  size: import('../Button/types').ButtonSize;
73
75
  type: import('../Button/types').ButtonType;
74
76
  disabled: boolean;
75
- text: string;
76
- next: boolean;
77
77
  iconLeft: string;
78
78
  iconRight: string;
79
79
  float: boolean;
@@ -85,11 +85,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
85
85
  __isTeleport?: never;
86
86
  __isSuspense?: never;
87
87
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
88
+ text: string;
89
+ next: boolean;
88
90
  size: import('../Button/types').ButtonSize;
89
91
  type: import('../Button/types').ButtonType;
90
92
  disabled: boolean;
91
- text: string;
92
- next: boolean;
93
93
  iconLeft: string;
94
94
  iconRight: string;
95
95
  float: boolean;
@@ -169,8 +169,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
169
169
  };
170
170
  }>> & Readonly<{}>, {
171
171
  text: string;
172
- enabled: boolean;
173
172
  forceOpen: boolean;
173
+ enabled: boolean;
174
174
  side: string;
175
175
  maxWidth: string;
176
176
  shortcutText: string;
@@ -87,8 +87,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
87
87
  };
88
88
  }>> & Readonly<{}>, {
89
89
  text: string;
90
- enabled: boolean;
91
90
  forceOpen: boolean;
91
+ enabled: boolean;
92
92
  side: string;
93
93
  maxWidth: string;
94
94
  shortcutText: string;
@@ -102,8 +102,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
102
102
  };
103
103
  }>> & Readonly<{}>, {
104
104
  text: string;
105
- enabled: boolean;
106
105
  forceOpen: boolean;
106
+ enabled: boolean;
107
107
  side: string;
108
108
  maxWidth: string;
109
109
  shortcutText: string;
@@ -118,11 +118,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
118
118
  onMousedown?: ((event: Event) => any) | undefined;
119
119
  onMouseup?: ((event: Event) => any) | undefined;
120
120
  }>, {
121
- size: import('../Icon.vue').IconSize;
122
121
  filled: boolean;
123
122
  next: boolean;
124
123
  icon: string | null;
125
124
  clickable: boolean;
125
+ size: import('../Icon.vue').IconSize;
126
126
  lineHeight: import('../Icon.vue').LineHeight | null;
127
127
  scheme: import('../Icon.vue').SchemeColor;
128
128
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -205,9 +205,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
205
205
  onClick?: ((...args: any[]) => any) | undefined;
206
206
  onClickPin?: ((...args: any[]) => any) | undefined;
207
207
  }>, {
208
- disabled: boolean;
209
208
  title: string;
210
209
  selected: boolean;
210
+ disabled: boolean;
211
211
  locale: string;
212
212
  lastMessage: Record<string, any>;
213
213
  lastInteractionTime: string;
@@ -279,9 +279,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
279
279
  }>> & Readonly<{
280
280
  onClick?: ((...args: any[]) => any) | undefined;
281
281
  }>, {
282
+ clickable: boolean;
282
283
  size: string;
283
284
  disabled: boolean;
284
- clickable: boolean;
285
285
  active: boolean;
286
286
  photoUrl: string;
287
287
  }, {}, {
@@ -294,11 +294,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
294
294
  onMousedown?: ((event: Event) => any) | undefined;
295
295
  onMouseup?: ((event: Event) => any) | undefined;
296
296
  }>, {
297
- size: import('../Icon.vue').IconSize;
298
297
  filled: boolean;
299
298
  next: boolean;
300
299
  icon: string | null;
301
300
  clickable: boolean;
301
+ size: import('../Icon.vue').IconSize;
302
302
  lineHeight: import('../Icon.vue').LineHeight | null;
303
303
  scheme: import('../Icon.vue').SchemeColor;
304
304
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -312,11 +312,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
312
312
  onMousedown?: ((event: Event) => any) | undefined;
313
313
  onMouseup?: ((event: Event) => any) | undefined;
314
314
  }>, {
315
- size: import('../Icon.vue').IconSize;
316
315
  filled: boolean;
317
316
  next: boolean;
318
317
  icon: string | null;
319
318
  clickable: boolean;
319
+ size: import('../Icon.vue').IconSize;
320
320
  lineHeight: import('../Icon.vue').LineHeight | null;
321
321
  scheme: import('../Icon.vue').SchemeColor;
322
322
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -342,7 +342,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
342
342
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
343
343
  Checkbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
344
344
  modelValue: {
345
- type: (StringConstructor | BooleanConstructor)[];
345
+ type: (BooleanConstructor | StringConstructor)[];
346
346
  default: boolean;
347
347
  validator(value: unknown): boolean;
348
348
  };
@@ -367,7 +367,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
367
367
  click(): void;
368
368
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
369
369
  modelValue: {
370
- type: (StringConstructor | BooleanConstructor)[];
370
+ type: (BooleanConstructor | StringConstructor)[];
371
371
  default: boolean;
372
372
  validator(value: unknown): boolean;
373
373
  };
@@ -402,11 +402,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
402
402
  onMousedown?: ((event: Event) => any) | undefined;
403
403
  onMouseup?: ((event: Event) => any) | undefined;
404
404
  }>, {
405
- size: import('../Icon.vue').IconSize;
406
405
  filled: boolean;
407
406
  next: boolean;
408
407
  icon: string | null;
409
408
  clickable: boolean;
409
+ size: import('../Icon.vue').IconSize;
410
410
  lineHeight: import('../Icon.vue').LineHeight | null;
411
411
  scheme: import('../Icon.vue').SchemeColor;
412
412
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -524,10 +524,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
524
524
  default: null;
525
525
  };
526
526
  }>> & Readonly<{}>, {
527
- disabled: boolean;
528
527
  text: string;
529
528
  clickable: boolean;
530
529
  scheme: string;
530
+ disabled: boolean;
531
531
  hasCloseIcon: boolean;
532
532
  leftIcon: string;
533
533
  rightIcon: string;
@@ -541,11 +541,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
541
541
  onMousedown?: ((event: Event) => any) | undefined;
542
542
  onMouseup?: ((event: Event) => any) | undefined;
543
543
  }>, {
544
- size: import('../Icon.vue').IconSize;
545
544
  filled: boolean;
546
545
  next: boolean;
547
546
  icon: string | null;
548
547
  clickable: boolean;
548
+ size: import('../Icon.vue').IconSize;
549
549
  lineHeight: import('../Icon.vue').LineHeight | null;
550
550
  scheme: import('../Icon.vue').SchemeColor;
551
551
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -616,11 +616,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
616
616
  onMousedown?: ((event: Event) => any) | undefined;
617
617
  onMouseup?: ((event: Event) => any) | undefined;
618
618
  }>, {
619
- size: import('../Icon.vue').IconSize;
620
619
  filled: boolean;
621
620
  next: boolean;
622
621
  icon: string | null;
623
622
  clickable: boolean;
623
+ size: import('../Icon.vue').IconSize;
624
624
  lineHeight: import('../Icon.vue').LineHeight | null;
625
625
  scheme: import('../Icon.vue').SchemeColor;
626
626
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -692,8 +692,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
692
692
  };
693
693
  }>> & Readonly<{}>, {
694
694
  text: string;
695
- enabled: boolean;
696
695
  forceOpen: boolean;
696
+ enabled: boolean;
697
697
  side: string;
698
698
  maxWidth: string;
699
699
  shortcutText: string;
@@ -728,9 +728,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
728
728
  default: boolean;
729
729
  };
730
730
  }>> & Readonly<{}>, {
731
- disabled: boolean;
732
731
  text: string;
733
732
  clickable: boolean;
733
+ disabled: boolean;
734
734
  }, {}, {
735
735
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
736
736
  click: (event: Event) => any;
@@ -741,11 +741,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
741
741
  onMousedown?: ((event: Event) => any) | undefined;
742
742
  onMouseup?: ((event: Event) => any) | undefined;
743
743
  }>, {
744
- size: import('../Icon.vue').IconSize;
745
744
  filled: boolean;
746
745
  next: boolean;
747
746
  icon: string | null;
748
747
  clickable: boolean;
748
+ size: import('../Icon.vue').IconSize;
749
749
  lineHeight: import('../Icon.vue').LineHeight | null;
750
750
  scheme: import('../Icon.vue').SchemeColor;
751
751
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -822,11 +822,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
822
822
  default: string;
823
823
  };
824
824
  }>> & Readonly<{}>, {
825
- type: string;
826
- disabled: boolean;
827
825
  text: string;
828
826
  clickable: boolean;
829
827
  scheme: string;
828
+ type: string;
829
+ disabled: boolean;
830
830
  hasCloseIcon: boolean;
831
831
  leftIcon: string;
832
832
  rightIcon: string;
@@ -28,11 +28,11 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
28
28
  onMousedown?: ((event: Event) => any) | undefined;
29
29
  onMouseup?: ((event: Event) => any) | undefined;
30
30
  }>, {
31
- size: import('../Icon.vue').IconSize;
32
31
  filled: boolean;
33
32
  next: boolean;
34
33
  icon: string | null;
35
34
  clickable: boolean;
35
+ size: import('../Icon.vue').IconSize;
36
36
  lineHeight: import('../Icon.vue').LineHeight | null;
37
37
  scheme: import('../Icon.vue').SchemeColor;
38
38
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -37,8 +37,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
37
37
  }) => any) | undefined;
38
38
  }>, {
39
39
  close: () => void;
40
- size: "auto" | "small" | "large";
41
40
  title: string;
41
+ size: "auto" | "small" | "large";
42
42
  subtitle: string;
43
43
  back: () => void;
44
44
  crumbs: Array<{
@@ -1 +1 @@
1
- {"version":3,"file":"ChatsHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsHeader/ChatsHeader.vue"],"names":[],"mappings":"AAqFA;AAiTA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAWjE,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;CACnC;AAuCD,iBAAS,cAAc;WA2MT,OAAO,IAA6B;;yBAXpB,GAAG;uBACL,GAAG;;;;EAe9B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAnPS,MAAM;cAAQ,MAAM;;;;cAApB,MAAM;cAAQ,MAAM;;;WAzBxC,MAAM,IAAI;UAIX,MAAM,GAAG,OAAO,GAAG,OAAO;WAVzB,MAAM;cACH,MAAM;UAIV,MAAM,IAAI;YAIR,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;uBAP1B,gBAAgB;gBACvB,MAAM;gBACN,MAAM;iBAGL,MAAM,IAAI;gBACX,MAAM,IAAI;wFAmRvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ChatsHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsHeader/ChatsHeader.vue"],"names":[],"mappings":"AAqFA;AAiTA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAWjE,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;CACnC;AAuCD,iBAAS,cAAc;WA2MT,OAAO,IAA6B;;yBAXpB,GAAG;uBACL,GAAG;;;;EAe9B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAnPS,MAAM;cAAQ,MAAM;;;;cAApB,MAAM;cAAQ,MAAM;;;WAzBxC,MAAM,IAAI;WANV,MAAM;UAUP,MAAM,GAAG,OAAO,GAAG,OAAO;cATtB,MAAM;UAIV,MAAM,IAAI;YAIR,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;uBAP1B,gBAAgB;gBACvB,MAAM;gBACN,MAAM;iBAGL,MAAM,IAAI;gBACX,MAAM,IAAI;wFAmRvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -240,11 +240,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
240
240
  onMousedown?: ((event: Event) => any) | undefined;
241
241
  onMouseup?: ((event: Event) => any) | undefined;
242
242
  }>, {
243
- size: import('../Icon.vue').IconSize;
244
243
  filled: boolean;
245
244
  next: boolean;
246
245
  icon: string | null;
247
246
  clickable: boolean;
247
+ size: import('../Icon.vue').IconSize;
248
248
  lineHeight: import('../Icon.vue').LineHeight | null;
249
249
  scheme: import('../Icon.vue').SchemeColor;
250
250
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -258,11 +258,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
258
258
  onMousedown?: ((event: Event) => any) | undefined;
259
259
  onMouseup?: ((event: Event) => any) | undefined;
260
260
  }>, {
261
- size: import('../Icon.vue').IconSize;
262
261
  filled: boolean;
263
262
  next: boolean;
264
263
  icon: string | null;
265
264
  clickable: boolean;
265
+ size: import('../Icon.vue').IconSize;
266
266
  lineHeight: import('../Icon.vue').LineHeight | null;
267
267
  scheme: import('../Icon.vue').SchemeColor;
268
268
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -298,11 +298,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
298
298
  onMousedown?: ((event: Event) => any) | undefined;
299
299
  onMouseup?: ((event: Event) => any) | undefined;
300
300
  }>, {
301
- size: import('../Icon.vue').IconSize;
302
301
  filled: boolean;
303
302
  next: boolean;
304
303
  icon: string | null;
305
304
  clickable: boolean;
305
+ size: import('../Icon.vue').IconSize;
306
306
  lineHeight: import('../Icon.vue').LineHeight | null;
307
307
  scheme: import('../Icon.vue').SchemeColor;
308
308
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -316,11 +316,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
316
316
  onMousedown?: ((event: Event) => any) | undefined;
317
317
  onMouseup?: ((event: Event) => any) | undefined;
318
318
  }>, {
319
- size: import('../Icon.vue').IconSize;
320
319
  filled: boolean;
321
320
  next: boolean;
322
321
  icon: string | null;
323
322
  clickable: boolean;
323
+ size: import('../Icon.vue').IconSize;
324
324
  lineHeight: import('../Icon.vue').LineHeight | null;
325
325
  scheme: import('../Icon.vue').SchemeColor;
326
326
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -392,8 +392,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
392
392
  };
393
393
  }>> & Readonly<{}>, {
394
394
  text: string;
395
- enabled: boolean;
396
395
  forceOpen: boolean;
396
+ enabled: boolean;
397
397
  side: string;
398
398
  maxWidth: string;
399
399
  shortcutText: string;