@uzum-tech/ui 1.9.0 → 1.10.0

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 (249) hide show
  1. package/dist/index.js +5789 -1014
  2. package/dist/index.prod.js +12 -3
  3. package/es/_internal/scrollbar/src/Scrollbar.js +19 -38
  4. package/es/auto-complete/src/AutoComplete.d.ts +1 -1
  5. package/es/cascader/src/Cascader.d.ts +1 -1
  6. package/es/chat/index.d.ts +1 -1
  7. package/es/chat/src/Chat.d.ts +233 -11
  8. package/es/chat/src/Chat.js +73 -22
  9. package/es/chat/src/ChatParts/ChatAttachment.js +14 -12
  10. package/es/chat/src/ChatParts/MainArea.d.ts +1 -0
  11. package/es/chat/src/ChatParts/MainArea.js +95 -57
  12. package/es/chat/src/ChatParts/Sidebar.d.ts +920 -0
  13. package/es/chat/src/ChatParts/Sidebar.js +63 -12
  14. package/es/chat/src/interface.d.ts +24 -3
  15. package/es/chat/src/styles/index.cssr.js +13 -2
  16. package/es/components.d.ts +2 -0
  17. package/es/components.js +2 -0
  18. package/es/config-provider/src/internal-interface.d.ts +4 -0
  19. package/es/crop/index.d.ts +3 -0
  20. package/es/crop/index.js +1 -0
  21. package/es/crop/src/Crop.d.ts +222 -0
  22. package/es/crop/src/Crop.js +157 -0
  23. package/es/crop/src/interface.d.ts +6 -0
  24. package/es/crop/src/interface.js +7 -0
  25. package/es/crop/src/styles/index.cssr.d.ts +2 -0
  26. package/es/crop/src/styles/index.cssr.js +333 -0
  27. package/es/crop/styles/_common.d.ts +4 -0
  28. package/es/crop/styles/_common.js +3 -0
  29. package/es/crop/styles/dark.d.ts +3 -0
  30. package/es/crop/styles/dark.js +9 -0
  31. package/es/crop/styles/index.d.ts +3 -0
  32. package/es/crop/styles/index.js +2 -0
  33. package/es/crop/styles/light.d.ts +14 -0
  34. package/es/crop/styles/light.js +14 -0
  35. package/es/date-picker/src/DatePicker.d.ts +1308 -43
  36. package/es/date-picker/src/DatePicker.js +54 -29
  37. package/es/date-picker/src/interface.d.ts +1 -0
  38. package/es/date-picker/src/panel/date.d.ts +141 -0
  39. package/es/date-picker/src/panel/daterange.d.ts +141 -0
  40. package/es/date-picker/src/panel/datetime.d.ts +141 -0
  41. package/es/date-picker/src/panel/datetimerange.d.ts +141 -0
  42. package/es/date-picker/src/panel/panelMonth.d.ts +283 -1
  43. package/es/date-picker/src/panel/panelMonthContent.d.ts +141 -0
  44. package/es/date-picker/src/panel/panelYear.d.ts +283 -1
  45. package/es/date-picker/src/panel/panelYearContent.d.ts +141 -0
  46. package/es/date-picker/src/panel/use-calendar.d.ts +141 -0
  47. package/es/date-picker/src/panel/use-dual-calendar.d.ts +141 -0
  48. package/es/date-picker/src/panel/use-panel-common.d.ts +141 -0
  49. package/es/date-picker/styles/dark.js +3 -1
  50. package/es/date-picker/styles/light.d.ts +123 -0
  51. package/es/date-picker/styles/light.js +3 -1
  52. package/es/descriptions/src/Descriptions.d.ts +30 -0
  53. package/es/descriptions/src/Descriptions.js +18 -10
  54. package/es/dynamic-tags/src/DynamicTags.d.ts +30 -0
  55. package/es/dynamic-tags/styles/light.d.ts +3 -0
  56. package/es/infinite-scroll/src/InfiniteScroll.js +3 -6
  57. package/es/input/src/Input.d.ts +1 -1
  58. package/es/input-number/src/InputNumber.d.ts +1 -1
  59. package/es/legacy-transfer/src/Transfer.d.ts +1 -1
  60. package/es/locales/common/arDZ.js +2 -0
  61. package/es/locales/common/deDE.js +2 -0
  62. package/es/locales/common/enGB.js +2 -0
  63. package/es/locales/common/enUS.d.ts +2 -0
  64. package/es/locales/common/enUS.js +2 -0
  65. package/es/locales/common/eo.js +2 -0
  66. package/es/locales/common/esAR.js +2 -0
  67. package/es/locales/common/faIR.js +2 -0
  68. package/es/locales/common/frFR.js +2 -0
  69. package/es/locales/common/idID.js +2 -0
  70. package/es/locales/common/itIT.js +2 -0
  71. package/es/locales/common/jaJP.js +2 -0
  72. package/es/locales/common/koKR.js +2 -0
  73. package/es/locales/common/nbNO.js +2 -0
  74. package/es/locales/common/nlNL.js +2 -0
  75. package/es/locales/common/plPL.js +2 -0
  76. package/es/locales/common/ptBR.js +2 -0
  77. package/es/locales/common/ruRU.js +2 -0
  78. package/es/locales/common/skSK.js +2 -0
  79. package/es/locales/common/svSE.js +2 -0
  80. package/es/locales/common/thTH.js +2 -0
  81. package/es/locales/common/trTR.js +2 -0
  82. package/es/locales/common/ukUA.js +2 -0
  83. package/es/locales/common/viVN.js +2 -0
  84. package/es/locales/common/zhCN.js +2 -0
  85. package/es/locales/common/zhTW.js +2 -0
  86. package/es/modal-fullscreen/index.d.ts +2 -0
  87. package/es/modal-fullscreen/index.js +1 -0
  88. package/es/modal-fullscreen/src/ModalFull.d.ts +953 -0
  89. package/es/modal-fullscreen/src/ModalFull.js +250 -0
  90. package/es/modal-fullscreen/src/interface.d.ts +0 -0
  91. package/es/modal-fullscreen/src/interface.js +1 -0
  92. package/es/modal-fullscreen/src/styles/index.cssr.d.ts +2 -0
  93. package/es/modal-fullscreen/src/styles/index.cssr.js +85 -0
  94. package/es/modal-fullscreen/styles/_common.d.ts +12 -0
  95. package/es/modal-fullscreen/styles/_common.js +11 -0
  96. package/es/modal-fullscreen/styles/dark.d.ts +3 -0
  97. package/es/modal-fullscreen/styles/dark.js +14 -0
  98. package/es/modal-fullscreen/styles/index.d.ts +3 -0
  99. package/es/modal-fullscreen/styles/index.js +2 -0
  100. package/es/modal-fullscreen/styles/light.d.ts +100 -0
  101. package/es/modal-fullscreen/styles/light.js +19 -0
  102. package/es/rate/src/Rate.d.ts +1 -1
  103. package/es/select/src/Select.d.ts +1 -1
  104. package/es/slider/src/Slider.d.ts +1 -1
  105. package/es/switch/src/Switch.d.ts +1 -1
  106. package/es/tag/index.d.ts +2 -0
  107. package/es/tag/index.js +1 -0
  108. package/es/tag/src/Tag.d.ts +40 -0
  109. package/es/tag/src/Tag.js +3 -0
  110. package/es/tag/src/TagGroup.d.ts +644 -0
  111. package/es/tag/src/TagGroup.js +109 -0
  112. package/es/tag/src/styles/index.cssr.d.ts +1 -0
  113. package/es/tag/src/styles/index.cssr.js +8 -1
  114. package/es/tag/styles/light.d.ts +3 -0
  115. package/es/tag/styles/light.js +5 -0
  116. package/es/themes/dark.js +5 -1
  117. package/es/themes/light.js +5 -1
  118. package/es/time-picker/src/TimePicker.d.ts +1 -1
  119. package/es/transfer/src/Transfer.d.ts +1 -1
  120. package/es/tree-select/src/TreeSelect.d.ts +1 -1
  121. package/es/version.d.ts +1 -1
  122. package/es/version.js +1 -1
  123. package/es/virtual-list/index.d.ts +1 -1
  124. package/es/virtual-list/index.js +1 -1
  125. package/lib/_internal/scrollbar/src/Scrollbar.js +19 -38
  126. package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
  127. package/lib/cascader/src/Cascader.d.ts +1 -1
  128. package/lib/chat/index.d.ts +1 -1
  129. package/lib/chat/src/Chat.d.ts +233 -11
  130. package/lib/chat/src/Chat.js +73 -22
  131. package/lib/chat/src/ChatParts/ChatAttachment.js +14 -12
  132. package/lib/chat/src/ChatParts/MainArea.d.ts +1 -0
  133. package/lib/chat/src/ChatParts/MainArea.js +94 -56
  134. package/lib/chat/src/ChatParts/Sidebar.d.ts +920 -0
  135. package/lib/chat/src/ChatParts/Sidebar.js +62 -11
  136. package/lib/chat/src/interface.d.ts +24 -3
  137. package/lib/chat/src/styles/index.cssr.js +13 -2
  138. package/lib/components.d.ts +2 -0
  139. package/lib/components.js +2 -0
  140. package/lib/config-provider/src/internal-interface.d.ts +4 -0
  141. package/lib/crop/index.d.ts +3 -0
  142. package/lib/crop/index.js +9 -0
  143. package/lib/crop/src/Crop.d.ts +222 -0
  144. package/lib/crop/src/Crop.js +163 -0
  145. package/lib/crop/src/interface.d.ts +6 -0
  146. package/lib/crop/src/interface.js +10 -0
  147. package/lib/crop/src/styles/index.cssr.d.ts +2 -0
  148. package/lib/crop/src/styles/index.cssr.js +338 -0
  149. package/lib/crop/styles/_common.d.ts +4 -0
  150. package/lib/crop/styles/_common.js +5 -0
  151. package/lib/crop/styles/dark.d.ts +3 -0
  152. package/lib/crop/styles/dark.js +11 -0
  153. package/lib/crop/styles/index.d.ts +3 -0
  154. package/lib/crop/styles/index.js +10 -0
  155. package/lib/crop/styles/light.d.ts +14 -0
  156. package/lib/crop/styles/light.js +21 -0
  157. package/lib/date-picker/src/DatePicker.d.ts +1308 -43
  158. package/lib/date-picker/src/DatePicker.js +53 -28
  159. package/lib/date-picker/src/interface.d.ts +1 -0
  160. package/lib/date-picker/src/panel/date.d.ts +141 -0
  161. package/lib/date-picker/src/panel/daterange.d.ts +141 -0
  162. package/lib/date-picker/src/panel/datetime.d.ts +141 -0
  163. package/lib/date-picker/src/panel/datetimerange.d.ts +141 -0
  164. package/lib/date-picker/src/panel/panelMonth.d.ts +283 -1
  165. package/lib/date-picker/src/panel/panelMonthContent.d.ts +141 -0
  166. package/lib/date-picker/src/panel/panelYear.d.ts +283 -1
  167. package/lib/date-picker/src/panel/panelYearContent.d.ts +141 -0
  168. package/lib/date-picker/src/panel/use-calendar.d.ts +141 -0
  169. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +141 -0
  170. package/lib/date-picker/src/panel/use-panel-common.d.ts +141 -0
  171. package/lib/date-picker/styles/dark.js +3 -1
  172. package/lib/date-picker/styles/light.d.ts +123 -0
  173. package/lib/date-picker/styles/light.js +3 -1
  174. package/lib/descriptions/src/Descriptions.d.ts +30 -0
  175. package/lib/descriptions/src/Descriptions.js +18 -10
  176. package/lib/dynamic-tags/src/DynamicTags.d.ts +30 -0
  177. package/lib/dynamic-tags/styles/light.d.ts +3 -0
  178. package/lib/infinite-scroll/src/InfiniteScroll.js +3 -6
  179. package/lib/input/src/Input.d.ts +1 -1
  180. package/lib/input-number/src/InputNumber.d.ts +1 -1
  181. package/lib/legacy-transfer/src/Transfer.d.ts +1 -1
  182. package/lib/locales/common/arDZ.js +2 -0
  183. package/lib/locales/common/deDE.js +2 -0
  184. package/lib/locales/common/enGB.js +2 -0
  185. package/lib/locales/common/enUS.d.ts +2 -0
  186. package/lib/locales/common/enUS.js +2 -0
  187. package/lib/locales/common/eo.js +2 -0
  188. package/lib/locales/common/esAR.js +2 -0
  189. package/lib/locales/common/faIR.js +2 -0
  190. package/lib/locales/common/frFR.js +2 -0
  191. package/lib/locales/common/idID.js +2 -0
  192. package/lib/locales/common/itIT.js +2 -0
  193. package/lib/locales/common/jaJP.js +2 -0
  194. package/lib/locales/common/koKR.js +2 -0
  195. package/lib/locales/common/nbNO.js +2 -0
  196. package/lib/locales/common/nlNL.js +2 -0
  197. package/lib/locales/common/plPL.js +2 -0
  198. package/lib/locales/common/ptBR.js +2 -0
  199. package/lib/locales/common/ruRU.js +2 -0
  200. package/lib/locales/common/skSK.js +2 -0
  201. package/lib/locales/common/svSE.js +2 -0
  202. package/lib/locales/common/thTH.js +2 -0
  203. package/lib/locales/common/trTR.js +2 -0
  204. package/lib/locales/common/ukUA.js +2 -0
  205. package/lib/locales/common/viVN.js +2 -0
  206. package/lib/locales/common/zhCN.js +2 -0
  207. package/lib/locales/common/zhTW.js +2 -0
  208. package/lib/modal-fullscreen/index.d.ts +2 -0
  209. package/lib/modal-fullscreen/index.js +9 -0
  210. package/lib/modal-fullscreen/src/ModalFull.d.ts +953 -0
  211. package/lib/modal-fullscreen/src/ModalFull.js +256 -0
  212. package/lib/modal-fullscreen/src/interface.d.ts +0 -0
  213. package/lib/modal-fullscreen/src/interface.js +1 -0
  214. package/lib/modal-fullscreen/src/styles/index.cssr.d.ts +2 -0
  215. package/lib/modal-fullscreen/src/styles/index.cssr.js +90 -0
  216. package/lib/modal-fullscreen/styles/_common.d.ts +12 -0
  217. package/lib/modal-fullscreen/styles/_common.js +13 -0
  218. package/lib/modal-fullscreen/styles/dark.d.ts +3 -0
  219. package/lib/modal-fullscreen/styles/dark.js +16 -0
  220. package/lib/modal-fullscreen/styles/index.d.ts +3 -0
  221. package/lib/modal-fullscreen/styles/index.js +10 -0
  222. package/lib/modal-fullscreen/styles/light.d.ts +100 -0
  223. package/lib/modal-fullscreen/styles/light.js +26 -0
  224. package/lib/rate/src/Rate.d.ts +1 -1
  225. package/lib/select/src/Select.d.ts +1 -1
  226. package/lib/slider/src/Slider.d.ts +1 -1
  227. package/lib/switch/src/Switch.d.ts +1 -1
  228. package/lib/tag/index.d.ts +2 -0
  229. package/lib/tag/index.js +3 -1
  230. package/lib/tag/src/Tag.d.ts +40 -0
  231. package/lib/tag/src/Tag.js +3 -0
  232. package/lib/tag/src/TagGroup.d.ts +644 -0
  233. package/lib/tag/src/TagGroup.js +112 -0
  234. package/lib/tag/src/styles/index.cssr.d.ts +1 -0
  235. package/lib/tag/src/styles/index.cssr.js +9 -1
  236. package/lib/tag/styles/light.d.ts +3 -0
  237. package/lib/tag/styles/light.js +5 -0
  238. package/lib/themes/dark.js +5 -1
  239. package/lib/themes/light.js +5 -1
  240. package/lib/time-picker/src/TimePicker.d.ts +1 -1
  241. package/lib/transfer/src/Transfer.d.ts +1 -1
  242. package/lib/tree-select/src/TreeSelect.d.ts +1 -1
  243. package/lib/version.d.ts +1 -1
  244. package/lib/version.js +1 -1
  245. package/lib/virtual-list/index.d.ts +1 -1
  246. package/lib/virtual-list/index.js +2 -2
  247. package/package.json +4 -3
  248. package/volar.d.ts +4 -0
  249. package/web-types.json +472 -4
@@ -325,6 +325,9 @@ export declare const dynamicTagsProps: {
325
325
  rippleDuration: string;
326
326
  }, any>;
327
327
  Tag: import("../../_mixins").Theme<"Tag", {
328
+ gapSmall: string;
329
+ gapMedium: string;
330
+ gapLarge: string;
328
331
  closeIconSizeTiny: string;
329
332
  closeIconSizeSmall: string;
330
333
  closeIconSizeMedium: string;
@@ -676,6 +679,9 @@ export declare const dynamicTagsProps: {
676
679
  rippleDuration: string;
677
680
  }, any>;
678
681
  Tag: import("../../_mixins").Theme<"Tag", {
682
+ gapSmall: string;
683
+ gapMedium: string;
684
+ gapLarge: string;
679
685
  closeIconSizeTiny: string;
680
686
  closeIconSizeSmall: string;
681
687
  closeIconSizeMedium: string;
@@ -1027,6 +1033,9 @@ export declare const dynamicTagsProps: {
1027
1033
  rippleDuration: string;
1028
1034
  }, any>;
1029
1035
  Tag: import("../../_mixins").Theme<"Tag", {
1036
+ gapSmall: string;
1037
+ gapMedium: string;
1038
+ gapLarge: string;
1030
1039
  closeIconSizeTiny: string;
1031
1040
  closeIconSizeSmall: string;
1032
1041
  closeIconSizeMedium: string;
@@ -1416,6 +1425,9 @@ declare const _default: import("vue").DefineComponent<{
1416
1425
  rippleDuration: string;
1417
1426
  }, any>;
1418
1427
  Tag: import("../../_mixins").Theme<"Tag", {
1428
+ gapSmall: string;
1429
+ gapMedium: string;
1430
+ gapLarge: string;
1419
1431
  closeIconSizeTiny: string;
1420
1432
  closeIconSizeSmall: string;
1421
1433
  closeIconSizeMedium: string;
@@ -1767,6 +1779,9 @@ declare const _default: import("vue").DefineComponent<{
1767
1779
  rippleDuration: string;
1768
1780
  }, any>;
1769
1781
  Tag: import("../../_mixins").Theme<"Tag", {
1782
+ gapSmall: string;
1783
+ gapMedium: string;
1784
+ gapLarge: string;
1770
1785
  closeIconSizeTiny: string;
1771
1786
  closeIconSizeSmall: string;
1772
1787
  closeIconSizeMedium: string;
@@ -2118,6 +2133,9 @@ declare const _default: import("vue").DefineComponent<{
2118
2133
  rippleDuration: string;
2119
2134
  }, any>;
2120
2135
  Tag: import("../../_mixins").Theme<"Tag", {
2136
+ gapSmall: string;
2137
+ gapMedium: string;
2138
+ gapLarge: string;
2121
2139
  closeIconSizeTiny: string;
2122
2140
  closeIconSizeSmall: string;
2123
2141
  closeIconSizeMedium: string;
@@ -2502,6 +2520,9 @@ declare const _default: import("vue").DefineComponent<{
2502
2520
  rippleDuration: string;
2503
2521
  }, any>;
2504
2522
  Tag: import("../../_mixins").Theme<"Tag", {
2523
+ gapSmall: string;
2524
+ gapMedium: string;
2525
+ gapLarge: string;
2505
2526
  closeIconSizeTiny: string;
2506
2527
  closeIconSizeSmall: string;
2507
2528
  closeIconSizeMedium: string;
@@ -2918,6 +2939,9 @@ declare const _default: import("vue").DefineComponent<{
2918
2939
  rippleDuration: string;
2919
2940
  }, any>;
2920
2941
  Tag: import("../../_mixins").Theme<"Tag", {
2942
+ gapSmall: string;
2943
+ gapMedium: string;
2944
+ gapLarge: string;
2921
2945
  closeIconSizeTiny: string;
2922
2946
  closeIconSizeSmall: string;
2923
2947
  closeIconSizeMedium: string;
@@ -3269,6 +3293,9 @@ declare const _default: import("vue").DefineComponent<{
3269
3293
  rippleDuration: string;
3270
3294
  }, any>;
3271
3295
  Tag: import("../../_mixins").Theme<"Tag", {
3296
+ gapSmall: string;
3297
+ gapMedium: string;
3298
+ gapLarge: string;
3272
3299
  closeIconSizeTiny: string;
3273
3300
  closeIconSizeSmall: string;
3274
3301
  closeIconSizeMedium: string;
@@ -3620,6 +3647,9 @@ declare const _default: import("vue").DefineComponent<{
3620
3647
  rippleDuration: string;
3621
3648
  }, any>;
3622
3649
  Tag: import("../../_mixins").Theme<"Tag", {
3650
+ gapSmall: string;
3651
+ gapMedium: string;
3652
+ gapLarge: string;
3623
3653
  closeIconSizeTiny: string;
3624
3654
  closeIconSizeSmall: string;
3625
3655
  closeIconSizeMedium: string;
@@ -285,6 +285,9 @@ declare const dynamicTagsLight: import("../../_mixins").Theme<"DynamicTags", {
285
285
  rippleDuration: string;
286
286
  }, any>;
287
287
  Tag: import("../../_mixins").Theme<"Tag", {
288
+ gapSmall: string;
289
+ gapMedium: string;
290
+ gapLarge: string;
288
291
  closeIconSizeTiny: string;
289
292
  closeIconSizeSmall: string;
290
293
  closeIconSizeMedium: string;
@@ -48,18 +48,15 @@ export default defineComponent({
48
48
  }
49
49
  });
50
50
  const handleScroll = () => {
51
- if (loading) {
51
+ if (loading)
52
52
  return;
53
- }
54
53
  void handleCheckBottom();
55
54
  };
56
55
  const handleWheel = (e) => {
57
- if (e.deltaY <= 0) {
56
+ if (e.deltaY <= 0)
58
57
  return;
59
- }
60
- if (loading) {
58
+ if (loading)
61
59
  return;
62
- }
63
60
  void handleCheckBottom();
64
61
  };
65
62
  return {
@@ -1103,6 +1103,7 @@ declare const _default: import("vue").DefineComponent<{
1103
1103
  round: boolean;
1104
1104
  autofocus: boolean;
1105
1105
  uppercase: boolean;
1106
+ defaultValue: string | [string, string] | null;
1106
1107
  clearable: boolean;
1107
1108
  loadingSkeleton: boolean;
1108
1109
  autosize: boolean | {
@@ -1112,7 +1113,6 @@ declare const _default: import("vue").DefineComponent<{
1112
1113
  resizable: boolean;
1113
1114
  pair: boolean;
1114
1115
  autocomplete: boolean;
1115
- defaultValue: string | [string, string] | null;
1116
1116
  rows: string | number;
1117
1117
  copyable: boolean;
1118
1118
  readonly: string | boolean;
@@ -3104,12 +3104,12 @@ declare const _default: import("vue").DefineComponent<{
3104
3104
  bordered: boolean | undefined;
3105
3105
  step: string | number;
3106
3106
  autofocus: boolean;
3107
+ defaultValue: number | null;
3107
3108
  clearable: boolean;
3108
3109
  keyboard: {
3109
3110
  ArrowUp?: boolean;
3110
3111
  ArrowDown?: boolean;
3111
3112
  };
3112
- defaultValue: number | null;
3113
3113
  readonly: boolean;
3114
3114
  showButton: boolean;
3115
3115
  buttonPlacement: "right" | "both";
@@ -4079,8 +4079,8 @@ declare const _default: import("vue").DefineComponent<{
4079
4079
  readonly filter: Filter;
4080
4080
  readonly disabled: boolean | undefined;
4081
4081
  readonly virtualScroll: boolean;
4082
- readonly filterable: boolean;
4083
4082
  readonly defaultValue: OptionValue[] | null;
4083
+ readonly filterable: boolean;
4084
4084
  readonly options: Option[];
4085
4085
  }, {}>;
4086
4086
  export default _default;
@@ -129,6 +129,8 @@ const arDZ = {
129
129
  typingText: 'Typing...',
130
130
  retryText: 'Resend',
131
131
  closeButtonText: 'Close chat',
132
+ shareButtonTooltip: 'Share chat',
133
+ profileButtonTooltip: 'View profile',
132
134
  unreadNotificationText: 'new messages'
133
135
  }
134
136
  };
@@ -129,6 +129,8 @@ const deDE = {
129
129
  typingText: 'Typing...',
130
130
  retryText: 'Resend',
131
131
  closeButtonText: 'Close chat',
132
+ shareButtonTooltip: 'Share chat',
133
+ profileButtonTooltip: 'View profile',
132
134
  unreadNotificationText: 'new messages'
133
135
  }
134
136
  };
@@ -130,6 +130,8 @@ const enGB = {
130
130
  typingText: 'Typing...',
131
131
  retryText: 'Resend',
132
132
  closeButtonText: 'Close chat',
133
+ shareButtonTooltip: 'Share chat',
134
+ profileButtonTooltip: 'View profile',
133
135
  unreadNotificationText: 'new messages'
134
136
  }
135
137
  };
@@ -129,6 +129,8 @@ declare const enUS: {
129
129
  typingText: string;
130
130
  retryText: string;
131
131
  closeButtonText: string;
132
+ shareButtonTooltip: string;
133
+ profileButtonTooltip: string;
132
134
  unreadNotificationText: string;
133
135
  };
134
136
  };
@@ -130,6 +130,8 @@ const enUS = {
130
130
  typingText: 'Typing...',
131
131
  retryText: 'Resend',
132
132
  closeButtonText: 'Close chat',
133
+ shareButtonTooltip: 'Share chat',
134
+ profileButtonTooltip: 'View profile',
133
135
  unreadNotificationText: 'new messages'
134
136
  }
135
137
  };
@@ -131,6 +131,8 @@ const eo = {
131
131
  typingText: 'Typing...',
132
132
  retryText: 'Resend',
133
133
  closeButtonText: 'Close chat',
134
+ shareButtonTooltip: 'Share chat',
135
+ profileButtonTooltip: 'View profile',
134
136
  unreadNotificationText: 'new messages'
135
137
  }
136
138
  };
@@ -133,6 +133,8 @@ const esAR = {
133
133
  typingText: 'Typing...',
134
134
  retryText: 'Resend',
135
135
  closeButtonText: 'Close chat',
136
+ shareButtonTooltip: 'Share chat',
137
+ profileButtonTooltip: 'View profile',
136
138
  unreadNotificationText: 'new messages'
137
139
  }
138
140
  };
@@ -129,6 +129,8 @@ const faIR = {
129
129
  typingText: 'Typing...',
130
130
  retryText: 'Resend',
131
131
  closeButtonText: 'Close chat',
132
+ shareButtonTooltip: 'Share chat',
133
+ profileButtonTooltip: 'View profile',
132
134
  unreadNotificationText: 'new messages'
133
135
  }
134
136
  };
@@ -129,6 +129,8 @@ const frFR = {
129
129
  typingText: 'Typing...',
130
130
  retryText: 'Resend',
131
131
  closeButtonText: 'Close chat',
132
+ shareButtonTooltip: 'Share chat',
133
+ profileButtonTooltip: 'View profile',
132
134
  unreadNotificationText: 'new messages'
133
135
  }
134
136
  };
@@ -133,6 +133,8 @@ const idID = {
133
133
  typingText: 'Typing...',
134
134
  retryText: 'Resend',
135
135
  closeButtonText: 'Close chat',
136
+ shareButtonTooltip: 'Share chat',
137
+ profileButtonTooltip: 'View profile',
136
138
  unreadNotificationText: 'new messages'
137
139
  }
138
140
  };
@@ -132,6 +132,8 @@ const itIT = {
132
132
  typingText: 'Typing...',
133
133
  retryText: 'Resend',
134
134
  closeButtonText: 'Close chat',
135
+ shareButtonTooltip: 'Share chat',
136
+ profileButtonTooltip: 'View profile',
135
137
  unreadNotificationText: 'new messages'
136
138
  }
137
139
  };
@@ -132,6 +132,8 @@ const jaJP = {
132
132
  typingText: 'Typing...',
133
133
  retryText: 'Resend',
134
134
  closeButtonText: 'Close chat',
135
+ shareButtonTooltip: 'Share chat',
136
+ profileButtonTooltip: 'View profile',
135
137
  unreadNotificationText: 'new messages'
136
138
  }
137
139
  };
@@ -132,6 +132,8 @@ const koKR = {
132
132
  typingText: 'Typing...',
133
133
  retryText: 'Resend',
134
134
  closeButtonText: 'Close chat',
135
+ shareButtonTooltip: 'Share chat',
136
+ profileButtonTooltip: 'View profile',
135
137
  unreadNotificationText: 'new messages'
136
138
  }
137
139
  };
@@ -133,6 +133,8 @@ const nbNO = {
133
133
  typingText: 'Typing...',
134
134
  retryText: 'Resend',
135
135
  closeButtonText: 'Close chat',
136
+ shareButtonTooltip: 'Share chat',
137
+ profileButtonTooltip: 'View profile',
136
138
  unreadNotificationText: 'new messages'
137
139
  }
138
140
  };
@@ -131,6 +131,8 @@ const nlNL = {
131
131
  typingText: 'Typing...',
132
132
  retryText: 'Resend',
133
133
  closeButtonText: 'Close chat',
134
+ shareButtonTooltip: 'Share chat',
135
+ profileButtonTooltip: 'View profile',
134
136
  unreadNotificationText: 'new messages'
135
137
  }
136
138
  };
@@ -132,6 +132,8 @@ const plPL = {
132
132
  typingText: 'Typing...',
133
133
  retryText: 'Resend',
134
134
  closeButtonText: 'Close chat',
135
+ shareButtonTooltip: 'Share chat',
136
+ profileButtonTooltip: 'View profile',
135
137
  unreadNotificationText: 'new messages'
136
138
  }
137
139
  };
@@ -129,6 +129,8 @@ const ptBR = {
129
129
  typingText: 'Typing...',
130
130
  retryText: 'Resend',
131
131
  closeButtonText: 'Close chat',
132
+ shareButtonTooltip: 'Share chat',
133
+ profileButtonTooltip: 'View profile',
132
134
  unreadNotificationText: 'new messages'
133
135
  }
134
136
  };
@@ -134,6 +134,8 @@ const ruRu = {
134
134
  typingText: 'Печатает...',
135
135
  retryText: 'Повторно отправить',
136
136
  closeButtonText: 'Завершить чат',
137
+ shareButtonTooltip: 'Поделиться чатом',
138
+ profileButtonTooltip: 'Просмотреть профиль',
137
139
  unreadNotificationText: 'новых сообщений'
138
140
  }
139
141
  };
@@ -133,6 +133,8 @@ const skSK = {
133
133
  typingText: 'Typing...',
134
134
  retryText: 'Resend',
135
135
  closeButtonText: 'Close chat',
136
+ shareButtonTooltip: 'Share chat',
137
+ profileButtonTooltip: 'View profile',
136
138
  unreadNotificationText: 'new messages'
137
139
  }
138
140
  };
@@ -129,6 +129,8 @@ const svSE = {
129
129
  typingText: 'Typing...',
130
130
  retryText: 'Resend',
131
131
  closeButtonText: 'Close chat',
132
+ shareButtonTooltip: 'Share chat',
133
+ profileButtonTooltip: 'View profile',
132
134
  unreadNotificationText: 'new messages'
133
135
  }
134
136
  };
@@ -133,6 +133,8 @@ const thTH = {
133
133
  typingText: 'Typing...',
134
134
  retryText: 'Resend',
135
135
  closeButtonText: 'Close chat',
136
+ shareButtonTooltip: 'Share chat',
137
+ profileButtonTooltip: 'View profile',
136
138
  unreadNotificationText: 'new messages'
137
139
  }
138
140
  };
@@ -130,6 +130,8 @@ const trTR = {
130
130
  typingText: 'Typing...',
131
131
  retryText: 'Resend',
132
132
  closeButtonText: 'Close chat',
133
+ shareButtonTooltip: 'Share chat',
134
+ profileButtonTooltip: 'View profile',
133
135
  unreadNotificationText: 'new messages'
134
136
  }
135
137
  };
@@ -130,6 +130,8 @@ const ukUA = {
130
130
  typingText: 'Typing...',
131
131
  retryText: 'Resend',
132
132
  closeButtonText: 'Close chat',
133
+ shareButtonTooltip: 'Share chat',
134
+ profileButtonTooltip: 'View profile',
133
135
  unreadNotificationText: 'new messages'
134
136
  }
135
137
  };
@@ -129,6 +129,8 @@ const viVN = {
129
129
  typingText: 'Typing...',
130
130
  retryText: 'Resend',
131
131
  closeButtonText: 'Close chat',
132
+ shareButtonTooltip: 'Share chat',
133
+ profileButtonTooltip: 'View profile',
132
134
  unreadNotificationText: 'new messages'
133
135
  }
134
136
  };
@@ -129,6 +129,8 @@ const zhCN = {
129
129
  typingText: 'Typing...',
130
130
  retryText: 'Resend',
131
131
  closeButtonText: 'Close chat',
132
+ shareButtonTooltip: 'Share chat',
133
+ profileButtonTooltip: 'View profile',
132
134
  unreadNotificationText: 'new messages'
133
135
  }
134
136
  };
@@ -129,6 +129,8 @@ const zhTW = {
129
129
  typingText: 'Typing...',
130
130
  retryText: 'Resend',
131
131
  closeButtonText: 'Close chat',
132
+ shareButtonTooltip: 'Share chat',
133
+ profileButtonTooltip: 'View profile',
132
134
  unreadNotificationText: 'new messages'
133
135
  }
134
136
  };
@@ -0,0 +1,2 @@
1
+ export { default as UModalFullscreen, modalFullscreenProps } from './src/ModalFull';
2
+ export type { ModalFullscreenProps } from './src/ModalFull';
@@ -0,0 +1 @@
1
+ export { default as UModalFullscreen, modalFullscreenProps } from './src/ModalFull';