@mobilon-dev/chotto 0.3.55 → 0.3.57

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.
@@ -39,6 +39,7 @@ export declare const messages: ({
39
39
  hasMessengerAccount?: undefined;
40
40
  callAttemptDuration?: undefined;
41
41
  autoRemove?: undefined;
42
+ tooltipText?: undefined;
42
43
  } | {
43
44
  chatId: number;
44
45
  dialogId: string;
@@ -75,6 +76,7 @@ export declare const messages: ({
75
76
  hasMessengerAccount?: undefined;
76
77
  callAttemptDuration?: undefined;
77
78
  autoRemove?: undefined;
79
+ tooltipText?: undefined;
78
80
  } | {
79
81
  chatId: number;
80
82
  dialogId: string;
@@ -116,6 +118,7 @@ export declare const messages: ({
116
118
  hasMessengerAccount?: undefined;
117
119
  callAttemptDuration?: undefined;
118
120
  autoRemove?: undefined;
121
+ tooltipText?: undefined;
119
122
  } | {
120
123
  chatId: number;
121
124
  dialogId: string;
@@ -149,6 +152,7 @@ export declare const messages: ({
149
152
  hasMessengerAccount?: undefined;
150
153
  callAttemptDuration?: undefined;
151
154
  autoRemove?: undefined;
155
+ tooltipText?: undefined;
152
156
  } | {
153
157
  chatId: number;
154
158
  dialogId: string;
@@ -190,6 +194,7 @@ export declare const messages: ({
190
194
  hasMessengerAccount?: undefined;
191
195
  callAttemptDuration?: undefined;
192
196
  autoRemove?: undefined;
197
+ tooltipText?: undefined;
193
198
  } | {
194
199
  chatId: number;
195
200
  dialogId: string;
@@ -231,6 +236,7 @@ export declare const messages: ({
231
236
  hasMessengerAccount?: undefined;
232
237
  callAttemptDuration?: undefined;
233
238
  autoRemove?: undefined;
239
+ tooltipText?: undefined;
234
240
  } | {
235
241
  chatId: number;
236
242
  dialogId: string;
@@ -278,6 +284,7 @@ export declare const messages: ({
278
284
  hasMessengerAccount?: undefined;
279
285
  callAttemptDuration?: undefined;
280
286
  autoRemove?: undefined;
287
+ tooltipText?: undefined;
281
288
  } | {
282
289
  chatId: number;
283
290
  dialogId: string;
@@ -317,6 +324,7 @@ export declare const messages: ({
317
324
  hasMessengerAccount?: undefined;
318
325
  callAttemptDuration?: undefined;
319
326
  autoRemove?: undefined;
327
+ tooltipText?: undefined;
320
328
  } | {
321
329
  chatId: number;
322
330
  dialogId: string;
@@ -356,6 +364,7 @@ export declare const messages: ({
356
364
  hasMessengerAccount?: undefined;
357
365
  callAttemptDuration?: undefined;
358
366
  autoRemove?: undefined;
367
+ tooltipText?: undefined;
359
368
  } | {
360
369
  chatId: number;
361
370
  dialogId: string;
@@ -389,6 +398,7 @@ export declare const messages: ({
389
398
  hasMessengerAccount?: undefined;
390
399
  callAttemptDuration?: undefined;
391
400
  autoRemove?: undefined;
401
+ tooltipText?: undefined;
392
402
  } | {
393
403
  chatId: number;
394
404
  dialogId: string;
@@ -430,6 +440,7 @@ export declare const messages: ({
430
440
  hasMessengerAccount?: undefined;
431
441
  callAttemptDuration?: undefined;
432
442
  autoRemove?: undefined;
443
+ tooltipText?: undefined;
433
444
  } | {
434
445
  chatId: number;
435
446
  dialogId: string;
@@ -469,6 +480,7 @@ export declare const messages: ({
469
480
  hasMessengerAccount?: undefined;
470
481
  callAttemptDuration?: undefined;
471
482
  autoRemove?: undefined;
483
+ tooltipText?: undefined;
472
484
  } | {
473
485
  chatId: number;
474
486
  dialogId: string;
@@ -508,6 +520,7 @@ export declare const messages: ({
508
520
  hasMessengerAccount?: undefined;
509
521
  callAttemptDuration?: undefined;
510
522
  autoRemove?: undefined;
523
+ tooltipText?: undefined;
511
524
  } | {
512
525
  chatId: number;
513
526
  dialogId: string;
@@ -552,6 +565,7 @@ export declare const messages: ({
552
565
  hasMessengerAccount?: undefined;
553
566
  callAttemptDuration?: undefined;
554
567
  autoRemove?: undefined;
568
+ tooltipText?: undefined;
555
569
  } | {
556
570
  chatId: number;
557
571
  dialogId: string;
@@ -590,6 +604,7 @@ export declare const messages: ({
590
604
  hasMessengerAccount?: undefined;
591
605
  callAttemptDuration?: undefined;
592
606
  autoRemove?: undefined;
607
+ tooltipText?: undefined;
593
608
  } | {
594
609
  chatId: number;
595
610
  dialogId: string;
@@ -635,6 +650,7 @@ export declare const messages: ({
635
650
  hasMessengerAccount?: undefined;
636
651
  callAttemptDuration?: undefined;
637
652
  autoRemove?: undefined;
653
+ tooltipText?: undefined;
638
654
  } | {
639
655
  chatId: number;
640
656
  type: string;
@@ -676,6 +692,7 @@ export declare const messages: ({
676
692
  hasMessengerAccount?: undefined;
677
693
  callAttemptDuration?: undefined;
678
694
  autoRemove?: undefined;
695
+ tooltipText?: undefined;
679
696
  } | {
680
697
  chatId: number;
681
698
  type: string;
@@ -717,6 +734,7 @@ export declare const messages: ({
717
734
  hasMessengerAccount?: undefined;
718
735
  callAttemptDuration?: undefined;
719
736
  autoRemove?: undefined;
737
+ tooltipText?: undefined;
720
738
  } | {
721
739
  chatId: number;
722
740
  type: string;
@@ -750,6 +768,7 @@ export declare const messages: ({
750
768
  hasMessengerAccount?: undefined;
751
769
  callAttemptDuration?: undefined;
752
770
  autoRemove?: undefined;
771
+ tooltipText?: undefined;
753
772
  } | {
754
773
  chatId: number;
755
774
  messageId: number;
@@ -783,6 +802,7 @@ export declare const messages: ({
783
802
  hasMessengerAccount?: undefined;
784
803
  callAttemptDuration?: undefined;
785
804
  autoRemove?: undefined;
805
+ tooltipText?: undefined;
786
806
  } | {
787
807
  chatId: number;
788
808
  type: string;
@@ -819,6 +839,7 @@ export declare const messages: ({
819
839
  hasMessengerAccount?: undefined;
820
840
  callAttemptDuration?: undefined;
821
841
  autoRemove?: undefined;
842
+ tooltipText?: undefined;
822
843
  } | {
823
844
  chatId: number;
824
845
  header: string;
@@ -852,6 +873,7 @@ export declare const messages: ({
852
873
  hasMessengerAccount?: undefined;
853
874
  callAttemptDuration?: undefined;
854
875
  autoRemove?: undefined;
876
+ tooltipText?: undefined;
855
877
  } | {
856
878
  chatId: number;
857
879
  type: string;
@@ -890,6 +912,7 @@ export declare const messages: ({
890
912
  hasMessengerAccount?: undefined;
891
913
  callAttemptDuration?: undefined;
892
914
  autoRemove?: undefined;
915
+ tooltipText?: undefined;
893
916
  } | {
894
917
  chatId: number;
895
918
  type: string;
@@ -926,6 +949,7 @@ export declare const messages: ({
926
949
  hasMessengerAccount?: undefined;
927
950
  callAttemptDuration?: undefined;
928
951
  autoRemove?: undefined;
952
+ tooltipText?: undefined;
929
953
  } | {
930
954
  chatId: number;
931
955
  type: string;
@@ -959,6 +983,7 @@ export declare const messages: ({
959
983
  hasMessengerAccount?: undefined;
960
984
  callAttemptDuration?: undefined;
961
985
  autoRemove?: undefined;
986
+ tooltipText?: undefined;
962
987
  } | {
963
988
  chatId: number;
964
989
  type: string;
@@ -992,6 +1017,7 @@ export declare const messages: ({
992
1017
  hasMessengerAccount?: undefined;
993
1018
  callAttemptDuration?: undefined;
994
1019
  autoRemove?: undefined;
1020
+ tooltipText?: undefined;
995
1021
  } | {
996
1022
  chatId: number;
997
1023
  type: string;
@@ -1025,6 +1051,7 @@ export declare const messages: ({
1025
1051
  hasMessengerAccount?: undefined;
1026
1052
  callAttemptDuration?: undefined;
1027
1053
  autoRemove?: undefined;
1054
+ tooltipText?: undefined;
1028
1055
  } | {
1029
1056
  chatId: number;
1030
1057
  type: string;
@@ -1060,6 +1087,7 @@ export declare const messages: ({
1060
1087
  hasMessengerAccount?: undefined;
1061
1088
  callAttemptDuration?: undefined;
1062
1089
  autoRemove?: undefined;
1090
+ tooltipText?: undefined;
1063
1091
  } | {
1064
1092
  chatId: number;
1065
1093
  type: string;
@@ -1093,6 +1121,7 @@ export declare const messages: ({
1093
1121
  hasMessengerAccount?: undefined;
1094
1122
  callAttemptDuration?: undefined;
1095
1123
  autoRemove?: undefined;
1124
+ tooltipText?: undefined;
1096
1125
  } | {
1097
1126
  chatId: number;
1098
1127
  type: string;
@@ -1126,6 +1155,7 @@ export declare const messages: ({
1126
1155
  hasMessengerAccount?: undefined;
1127
1156
  callAttemptDuration?: undefined;
1128
1157
  autoRemove?: undefined;
1158
+ tooltipText?: undefined;
1129
1159
  } | {
1130
1160
  chatId: number;
1131
1161
  type: string;
@@ -1162,6 +1192,7 @@ export declare const messages: ({
1162
1192
  hasMessengerAccount?: undefined;
1163
1193
  callAttemptDuration?: undefined;
1164
1194
  autoRemove?: undefined;
1195
+ tooltipText?: undefined;
1165
1196
  } | {
1166
1197
  chatId: number;
1167
1198
  type: string;
@@ -1202,6 +1233,7 @@ export declare const messages: ({
1202
1233
  hasMessengerAccount?: undefined;
1203
1234
  callAttemptDuration?: undefined;
1204
1235
  autoRemove?: undefined;
1236
+ tooltipText?: undefined;
1205
1237
  } | {
1206
1238
  chatId: number;
1207
1239
  dialogId: string;
@@ -1243,6 +1275,7 @@ export declare const messages: ({
1243
1275
  hasMessengerAccount?: undefined;
1244
1276
  callAttemptDuration?: undefined;
1245
1277
  autoRemove?: undefined;
1278
+ tooltipText?: undefined;
1246
1279
  } | {
1247
1280
  chatId: number;
1248
1281
  dialogId: string;
@@ -1276,6 +1309,7 @@ export declare const messages: ({
1276
1309
  hasMessengerAccount?: undefined;
1277
1310
  callAttemptDuration?: undefined;
1278
1311
  autoRemove?: undefined;
1312
+ tooltipText?: undefined;
1279
1313
  } | {
1280
1314
  chatId: number;
1281
1315
  dialogId: string;
@@ -1309,6 +1343,7 @@ export declare const messages: ({
1309
1343
  hasMessengerAccount?: undefined;
1310
1344
  callAttemptDuration?: undefined;
1311
1345
  autoRemove?: undefined;
1346
+ tooltipText?: undefined;
1312
1347
  } | {
1313
1348
  chatId: number;
1314
1349
  dialogId: string;
@@ -1355,6 +1390,7 @@ export declare const messages: ({
1355
1390
  hasMessengerAccount?: undefined;
1356
1391
  callAttemptDuration?: undefined;
1357
1392
  autoRemove?: undefined;
1393
+ tooltipText?: undefined;
1358
1394
  } | {
1359
1395
  chatId: number;
1360
1396
  dialogId: string;
@@ -1397,6 +1433,7 @@ export declare const messages: ({
1397
1433
  hasMessengerAccount?: undefined;
1398
1434
  callAttemptDuration?: undefined;
1399
1435
  autoRemove?: undefined;
1436
+ tooltipText?: undefined;
1400
1437
  } | {
1401
1438
  chatId: number;
1402
1439
  dialogId: string;
@@ -1433,6 +1470,7 @@ export declare const messages: ({
1433
1470
  hasMessengerAccount?: undefined;
1434
1471
  callAttemptDuration?: undefined;
1435
1472
  autoRemove?: undefined;
1473
+ tooltipText?: undefined;
1436
1474
  } | {
1437
1475
  chatId: number;
1438
1476
  dialogId: string;
@@ -1478,6 +1516,7 @@ export declare const messages: ({
1478
1516
  hasMessengerAccount?: undefined;
1479
1517
  callAttemptDuration?: undefined;
1480
1518
  autoRemove?: undefined;
1519
+ tooltipText?: undefined;
1481
1520
  } | {
1482
1521
  chatId: number;
1483
1522
  dialogId: string;
@@ -1511,6 +1550,7 @@ export declare const messages: ({
1511
1550
  hasMessengerAccount?: undefined;
1512
1551
  callAttemptDuration?: undefined;
1513
1552
  autoRemove?: undefined;
1553
+ tooltipText?: undefined;
1514
1554
  } | {
1515
1555
  chatId: number;
1516
1556
  dialogId: string;
@@ -1544,6 +1584,7 @@ export declare const messages: ({
1544
1584
  hasMessengerAccount?: undefined;
1545
1585
  callAttemptDuration?: undefined;
1546
1586
  autoRemove?: undefined;
1587
+ tooltipText?: undefined;
1547
1588
  } | {
1548
1589
  chatId: number;
1549
1590
  dialogId: string;
@@ -1583,6 +1624,7 @@ export declare const messages: ({
1583
1624
  hasMessengerAccount?: undefined;
1584
1625
  callAttemptDuration?: undefined;
1585
1626
  autoRemove?: undefined;
1627
+ tooltipText?: undefined;
1586
1628
  } | {
1587
1629
  chatId: number;
1588
1630
  type: string;
@@ -1616,6 +1658,7 @@ export declare const messages: ({
1616
1658
  hasMessengerAccount?: undefined;
1617
1659
  callAttemptDuration?: undefined;
1618
1660
  autoRemove?: undefined;
1661
+ tooltipText?: undefined;
1619
1662
  } | {
1620
1663
  chatId: number;
1621
1664
  dialogId: string;
@@ -1658,6 +1701,7 @@ export declare const messages: ({
1658
1701
  hasMessengerAccount?: undefined;
1659
1702
  callAttemptDuration?: undefined;
1660
1703
  autoRemove?: undefined;
1704
+ tooltipText?: undefined;
1661
1705
  } | {
1662
1706
  chatId: number;
1663
1707
  dialogId: string;
@@ -1691,6 +1735,7 @@ export declare const messages: ({
1691
1735
  hasMessengerAccount?: undefined;
1692
1736
  callAttemptDuration?: undefined;
1693
1737
  autoRemove?: undefined;
1738
+ tooltipText?: undefined;
1694
1739
  } | {
1695
1740
  chatId: number;
1696
1741
  dialogId: string;
@@ -1737,6 +1782,7 @@ export declare const messages: ({
1737
1782
  hasMessengerAccount?: undefined;
1738
1783
  callAttemptDuration?: undefined;
1739
1784
  autoRemove?: undefined;
1785
+ tooltipText?: undefined;
1740
1786
  } | {
1741
1787
  chatId: number;
1742
1788
  dialogId: string;
@@ -1778,6 +1824,7 @@ export declare const messages: ({
1778
1824
  hasMessengerAccount?: undefined;
1779
1825
  callAttemptDuration?: undefined;
1780
1826
  autoRemove?: undefined;
1827
+ tooltipText?: undefined;
1781
1828
  } | {
1782
1829
  chatId: number;
1783
1830
  dialogId: string;
@@ -1828,6 +1875,7 @@ export declare const messages: ({
1828
1875
  hasMessengerAccount?: undefined;
1829
1876
  callAttemptDuration?: undefined;
1830
1877
  autoRemove?: undefined;
1878
+ tooltipText?: undefined;
1831
1879
  } | {
1832
1880
  chatId: number;
1833
1881
  dialogId: string;
@@ -1861,6 +1909,7 @@ export declare const messages: ({
1861
1909
  hasMessengerAccount?: undefined;
1862
1910
  callAttemptDuration?: undefined;
1863
1911
  autoRemove?: undefined;
1912
+ tooltipText?: undefined;
1864
1913
  } | {
1865
1914
  chatId: number;
1866
1915
  dialogId: string;
@@ -1894,6 +1943,7 @@ export declare const messages: ({
1894
1943
  backgroundColor?: undefined;
1895
1944
  callAttemptDuration?: undefined;
1896
1945
  autoRemove?: undefined;
1946
+ tooltipText?: undefined;
1897
1947
  } | {
1898
1948
  chatId: number;
1899
1949
  dialogId: string;
@@ -1935,6 +1985,7 @@ export declare const messages: ({
1935
1985
  hasMessengerAccount?: undefined;
1936
1986
  callAttemptDuration?: undefined;
1937
1987
  autoRemove?: undefined;
1988
+ tooltipText?: undefined;
1938
1989
  } | {
1939
1990
  chatId: number;
1940
1991
  dialogId: string;
@@ -1968,6 +2019,7 @@ export declare const messages: ({
1968
2019
  backgroundColor?: undefined;
1969
2020
  hasMessengerAccount?: undefined;
1970
2021
  autoRemove?: undefined;
2022
+ tooltipText?: undefined;
1971
2023
  } | {
1972
2024
  chatId: number;
1973
2025
  dialogId: string;
@@ -2001,6 +2053,7 @@ export declare const messages: ({
2001
2053
  hasMessengerAccount?: undefined;
2002
2054
  callAttemptDuration?: undefined;
2003
2055
  autoRemove?: undefined;
2056
+ tooltipText?: undefined;
2004
2057
  } | {
2005
2058
  chatId: number;
2006
2059
  dialogId: string;
@@ -2042,6 +2095,7 @@ export declare const messages: ({
2042
2095
  hasMessengerAccount?: undefined;
2043
2096
  callAttemptDuration?: undefined;
2044
2097
  autoRemove?: undefined;
2098
+ tooltipText?: undefined;
2045
2099
  } | {
2046
2100
  chatId: number;
2047
2101
  dialogId: string;
@@ -2075,6 +2129,7 @@ export declare const messages: ({
2075
2129
  hasMessengerAccount?: undefined;
2076
2130
  callAttemptDuration?: undefined;
2077
2131
  autoRemove?: undefined;
2132
+ tooltipText?: undefined;
2078
2133
  } | {
2079
2134
  chatId: number;
2080
2135
  dialogId: string;
@@ -2108,6 +2163,7 @@ export declare const messages: ({
2108
2163
  hasMessengerAccount?: undefined;
2109
2164
  callAttemptDuration?: undefined;
2110
2165
  autoRemove?: undefined;
2166
+ tooltipText?: undefined;
2111
2167
  } | {
2112
2168
  chatId: number;
2113
2169
  dialogId: string;
@@ -2141,6 +2197,7 @@ export declare const messages: ({
2141
2197
  hasMessengerAccount?: undefined;
2142
2198
  callAttemptDuration?: undefined;
2143
2199
  autoRemove?: undefined;
2200
+ tooltipText?: undefined;
2144
2201
  } | {
2145
2202
  chatId: number;
2146
2203
  dialogId: string;
@@ -2174,6 +2231,7 @@ export declare const messages: ({
2174
2231
  backgroundColor?: undefined;
2175
2232
  callAttemptDuration?: undefined;
2176
2233
  autoRemove?: undefined;
2234
+ tooltipText?: undefined;
2177
2235
  } | {
2178
2236
  chatId: number;
2179
2237
  dialogId: string;
@@ -2207,6 +2265,7 @@ export declare const messages: ({
2207
2265
  backgroundColor?: undefined;
2208
2266
  callAttemptDuration?: undefined;
2209
2267
  autoRemove?: undefined;
2268
+ tooltipText?: undefined;
2210
2269
  } | {
2211
2270
  chatId: number;
2212
2271
  dialogId: string;
@@ -2240,6 +2299,7 @@ export declare const messages: ({
2240
2299
  backgroundColor?: undefined;
2241
2300
  callAttemptDuration?: undefined;
2242
2301
  autoRemove?: undefined;
2302
+ tooltipText?: undefined;
2243
2303
  } | {
2244
2304
  chatId: number;
2245
2305
  dialogId: string;
@@ -2273,6 +2333,7 @@ export declare const messages: ({
2273
2333
  backgroundColor?: undefined;
2274
2334
  callAttemptDuration?: undefined;
2275
2335
  autoRemove?: undefined;
2336
+ tooltipText?: undefined;
2276
2337
  } | {
2277
2338
  chatId: number;
2278
2339
  dialogId: string;
@@ -2306,6 +2367,7 @@ export declare const messages: ({
2306
2367
  backgroundColor?: undefined;
2307
2368
  hasMessengerAccount?: undefined;
2308
2369
  callAttemptDuration?: undefined;
2370
+ tooltipText?: undefined;
2309
2371
  } | {
2310
2372
  chatId: number;
2311
2373
  dialogId: string;
@@ -2313,6 +2375,7 @@ export declare const messages: ({
2313
2375
  type: string;
2314
2376
  text: string;
2315
2377
  timestamp: string;
2378
+ tooltipText: string;
2316
2379
  direction?: undefined;
2317
2380
  position?: undefined;
2318
2381
  status?: undefined;
@@ -2372,6 +2435,7 @@ export declare const messages: ({
2372
2435
  hasMessengerAccount?: undefined;
2373
2436
  callAttemptDuration?: undefined;
2374
2437
  autoRemove?: undefined;
2438
+ tooltipText?: undefined;
2375
2439
  } | {
2376
2440
  chatId: number;
2377
2441
  dialogId: string;
@@ -2413,6 +2477,7 @@ export declare const messages: ({
2413
2477
  hasMessengerAccount?: undefined;
2414
2478
  callAttemptDuration?: undefined;
2415
2479
  autoRemove?: undefined;
2480
+ tooltipText?: undefined;
2416
2481
  } | {
2417
2482
  chatId: number;
2418
2483
  dialogId: string;
@@ -2446,6 +2511,7 @@ export declare const messages: ({
2446
2511
  hasMessengerAccount?: undefined;
2447
2512
  callAttemptDuration?: undefined;
2448
2513
  autoRemove?: undefined;
2514
+ tooltipText?: undefined;
2449
2515
  } | {
2450
2516
  chatId: number;
2451
2517
  dialogId: string;
@@ -2479,6 +2545,7 @@ export declare const messages: ({
2479
2545
  hasMessengerAccount?: undefined;
2480
2546
  callAttemptDuration?: undefined;
2481
2547
  autoRemove?: undefined;
2548
+ tooltipText?: undefined;
2482
2549
  } | {
2483
2550
  chatId: number;
2484
2551
  dialogId: string;
@@ -2512,6 +2579,7 @@ export declare const messages: ({
2512
2579
  hasMessengerAccount?: undefined;
2513
2580
  callAttemptDuration?: undefined;
2514
2581
  autoRemove?: undefined;
2582
+ tooltipText?: undefined;
2515
2583
  } | {
2516
2584
  chatId: number;
2517
2585
  dialogId: string;
@@ -2545,6 +2613,7 @@ export declare const messages: ({
2545
2613
  hasMessengerAccount?: undefined;
2546
2614
  callAttemptDuration?: undefined;
2547
2615
  autoRemove?: undefined;
2616
+ tooltipText?: undefined;
2548
2617
  } | {
2549
2618
  chatId: number;
2550
2619
  dialogId: string;
@@ -2578,6 +2647,7 @@ export declare const messages: ({
2578
2647
  hasMessengerAccount?: undefined;
2579
2648
  callAttemptDuration?: undefined;
2580
2649
  autoRemove?: undefined;
2650
+ tooltipText?: undefined;
2581
2651
  } | {
2582
2652
  messageId: number;
2583
2653
  chatId: number;
@@ -2611,6 +2681,7 @@ export declare const messages: ({
2611
2681
  hasMessengerAccount?: undefined;
2612
2682
  callAttemptDuration?: undefined;
2613
2683
  autoRemove?: undefined;
2684
+ tooltipText?: undefined;
2614
2685
  } | {
2615
2686
  messageId: number;
2616
2687
  chatId: number;
@@ -2650,6 +2721,7 @@ export declare const messages: ({
2650
2721
  hasMessengerAccount?: undefined;
2651
2722
  callAttemptDuration?: undefined;
2652
2723
  autoRemove?: undefined;
2724
+ tooltipText?: undefined;
2653
2725
  } | {
2654
2726
  chatId: number;
2655
2727
  dialogId: string;
@@ -2683,6 +2755,7 @@ export declare const messages: ({
2683
2755
  hasMessengerAccount?: undefined;
2684
2756
  callAttemptDuration?: undefined;
2685
2757
  autoRemove?: undefined;
2758
+ tooltipText?: undefined;
2686
2759
  } | {
2687
2760
  chatId: number;
2688
2761
  dialogId: string;
@@ -2716,6 +2789,7 @@ export declare const messages: ({
2716
2789
  hasMessengerAccount?: undefined;
2717
2790
  callAttemptDuration?: undefined;
2718
2791
  autoRemove?: undefined;
2792
+ tooltipText?: undefined;
2719
2793
  } | {
2720
2794
  chatId: number;
2721
2795
  dialogId: string;
@@ -2749,4 +2823,5 @@ export declare const messages: ({
2749
2823
  hasMessengerAccount?: undefined;
2750
2824
  callAttemptDuration?: undefined;
2751
2825
  autoRemove?: undefined;
2826
+ tooltipText?: undefined;
2752
2827
  })[];
@@ -4,6 +4,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4
4
  type: () => IDelimiterMessage;
5
5
  required: true;
6
6
  };
7
+ /** Текст подсказки при наведении. Если не передан — берётся из message.tooltipText */
8
+ tooltipText: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ /** Позиция тултипа: top | right | bottom | left | bottom-left | bottom-center */
13
+ tooltipPosition: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ /** Отступ тултипа от элемента (px) */
18
+ tooltipOffset: {
19
+ type: NumberConstructor;
20
+ default: number;
21
+ };
22
+ /** Задержка показа тултипа (ms) */
23
+ tooltipDelay: {
24
+ type: NumberConstructor;
25
+ default: number;
26
+ };
7
27
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
28
  read: (messageId: string) => any;
9
29
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -11,7 +31,32 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11
31
  type: () => IDelimiterMessage;
12
32
  required: true;
13
33
  };
34
+ /** Текст подсказки при наведении. Если не передан — берётся из message.tooltipText */
35
+ tooltipText: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ /** Позиция тултипа: top | right | bottom | left | bottom-left | bottom-center */
40
+ tooltipPosition: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
44
+ /** Отступ тултипа от элемента (px) */
45
+ tooltipOffset: {
46
+ type: NumberConstructor;
47
+ default: number;
48
+ };
49
+ /** Задержка показа тултипа (ms) */
50
+ tooltipDelay: {
51
+ type: NumberConstructor;
52
+ default: number;
53
+ };
14
54
  }>> & Readonly<{
15
55
  onRead?: ((messageId: string) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
56
+ }>, {
57
+ tooltipPosition: string;
58
+ tooltipText: string;
59
+ tooltipOffset: number;
60
+ tooltipDelay: number;
61
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
62
  export default _default;
@@ -4,3 +4,4 @@ declare const meta: Meta<typeof DelimiterMessage>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof DelimiterMessage>;
6
6
  export declare const Standard: Story;
7
+ export declare const WithTooltip: Story;
@@ -14,10 +14,6 @@ export interface DelimiterMessageThemeCSSVariables {
14
14
  '--chotto-delimitermessage-height': string;
15
15
  /** Отступы контейнера разделителя */
16
16
  '--chotto-delimitermessage-margin': string;
17
- /** Толщина линий разделителя */
18
- '--chotto-delimitermessage-line-height': string;
19
- /** Цвет линий разделителя */
20
- '--chotto-delimitermessage-line-color': string;
21
17
  /** Длительность анимации перехода */
22
18
  '--chotto-delimitermessage-transition-duration': string;
23
19
  /** Функция плавности анимации перехода */
@@ -177,6 +177,8 @@ export interface IDelimiterMessage {
177
177
  messageId: string;
178
178
  text: string;
179
179
  autoRemove?: boolean;
180
+ /** Текст подсказки при наведении (передаётся в Tooltip) */
181
+ tooltipText?: string;
180
182
  }
181
183
  export interface ITextMessage {
182
184
  messageId: string;
@@ -17,6 +17,8 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
17
17
  isSearching: boolean;
18
18
  searchProgress: string;
19
19
  searchStats: Record<string, any>;
20
+ placeholderTitle: string;
21
+ placeholderHint: string;
20
22
  $props: {
21
23
  readonly chats?: unknown[] | undefined;
22
24
  readonly searchQuery?: string | undefined;
@@ -30,6 +32,8 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
30
32
  readonly isSearching?: boolean | undefined;
31
33
  readonly searchProgress?: string | undefined;
32
34
  readonly searchStats?: Record<string, any> | undefined;
35
+ readonly placeholderTitle?: string | undefined;
36
+ readonly placeholderHint?: string | undefined;
33
37
  };
34
38
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
39
  type __VLS_Slots = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobilon-dev/chotto",
3
- "version": "0.3.55",
3
+ "version": "0.3.57",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",