@underverse-ui/underverse 1.0.74 → 1.0.75
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.
- package/api-reference.json +1 -1
- package/dist/index.cjs +2589 -2704
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +40 -0
- package/dist/index.d.ts +40 -0
- package/dist/index.js +2533 -2648
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2989,6 +2989,11 @@ declare const underverseMessages: {
|
|
|
2989
2989
|
noResults: string;
|
|
2990
2990
|
tryDifferentSearch: string;
|
|
2991
2991
|
};
|
|
2992
|
+
emojiSuggestion: {
|
|
2993
|
+
title: string;
|
|
2994
|
+
noResults: string;
|
|
2995
|
+
showingCount: string;
|
|
2996
|
+
};
|
|
2992
2997
|
tableMenu: {
|
|
2993
2998
|
insert3x3: string;
|
|
2994
2999
|
addColumnBefore: string;
|
|
@@ -3231,6 +3236,11 @@ declare const underverseMessages: {
|
|
|
3231
3236
|
noResults: string;
|
|
3232
3237
|
tryDifferentSearch: string;
|
|
3233
3238
|
};
|
|
3239
|
+
emojiSuggestion: {
|
|
3240
|
+
title: string;
|
|
3241
|
+
noResults: string;
|
|
3242
|
+
showingCount: string;
|
|
3243
|
+
};
|
|
3234
3244
|
tableMenu: {
|
|
3235
3245
|
insert3x3: string;
|
|
3236
3246
|
addColumnBefore: string;
|
|
@@ -3472,6 +3482,11 @@ declare const underverseMessages: {
|
|
|
3472
3482
|
noResults: string;
|
|
3473
3483
|
tryDifferentSearch: string;
|
|
3474
3484
|
};
|
|
3485
|
+
emojiSuggestion: {
|
|
3486
|
+
title: string;
|
|
3487
|
+
noResults: string;
|
|
3488
|
+
showingCount: string;
|
|
3489
|
+
};
|
|
3475
3490
|
tableMenu: {
|
|
3476
3491
|
insert3x3: string;
|
|
3477
3492
|
addColumnBefore: string;
|
|
@@ -3713,6 +3728,11 @@ declare const underverseMessages: {
|
|
|
3713
3728
|
noResults: string;
|
|
3714
3729
|
tryDifferentSearch: string;
|
|
3715
3730
|
};
|
|
3731
|
+
emojiSuggestion: {
|
|
3732
|
+
title: string;
|
|
3733
|
+
noResults: string;
|
|
3734
|
+
showingCount: string;
|
|
3735
|
+
};
|
|
3716
3736
|
tableMenu: {
|
|
3717
3737
|
insert3x3: string;
|
|
3718
3738
|
addColumnBefore: string;
|
|
@@ -3957,6 +3977,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
3957
3977
|
noResults: string;
|
|
3958
3978
|
tryDifferentSearch: string;
|
|
3959
3979
|
};
|
|
3980
|
+
emojiSuggestion: {
|
|
3981
|
+
title: string;
|
|
3982
|
+
noResults: string;
|
|
3983
|
+
showingCount: string;
|
|
3984
|
+
};
|
|
3960
3985
|
tableMenu: {
|
|
3961
3986
|
insert3x3: string;
|
|
3962
3987
|
addColumnBefore: string;
|
|
@@ -4198,6 +4223,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4198
4223
|
noResults: string;
|
|
4199
4224
|
tryDifferentSearch: string;
|
|
4200
4225
|
};
|
|
4226
|
+
emojiSuggestion: {
|
|
4227
|
+
title: string;
|
|
4228
|
+
noResults: string;
|
|
4229
|
+
showingCount: string;
|
|
4230
|
+
};
|
|
4201
4231
|
tableMenu: {
|
|
4202
4232
|
insert3x3: string;
|
|
4203
4233
|
addColumnBefore: string;
|
|
@@ -4438,6 +4468,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4438
4468
|
noResults: string;
|
|
4439
4469
|
tryDifferentSearch: string;
|
|
4440
4470
|
};
|
|
4471
|
+
emojiSuggestion: {
|
|
4472
|
+
title: string;
|
|
4473
|
+
noResults: string;
|
|
4474
|
+
showingCount: string;
|
|
4475
|
+
};
|
|
4441
4476
|
tableMenu: {
|
|
4442
4477
|
insert3x3: string;
|
|
4443
4478
|
addColumnBefore: string;
|
|
@@ -4678,6 +4713,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4678
4713
|
noResults: string;
|
|
4679
4714
|
tryDifferentSearch: string;
|
|
4680
4715
|
};
|
|
4716
|
+
emojiSuggestion: {
|
|
4717
|
+
title: string;
|
|
4718
|
+
noResults: string;
|
|
4719
|
+
showingCount: string;
|
|
4720
|
+
};
|
|
4681
4721
|
tableMenu: {
|
|
4682
4722
|
insert3x3: string;
|
|
4683
4723
|
addColumnBefore: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2989,6 +2989,11 @@ declare const underverseMessages: {
|
|
|
2989
2989
|
noResults: string;
|
|
2990
2990
|
tryDifferentSearch: string;
|
|
2991
2991
|
};
|
|
2992
|
+
emojiSuggestion: {
|
|
2993
|
+
title: string;
|
|
2994
|
+
noResults: string;
|
|
2995
|
+
showingCount: string;
|
|
2996
|
+
};
|
|
2992
2997
|
tableMenu: {
|
|
2993
2998
|
insert3x3: string;
|
|
2994
2999
|
addColumnBefore: string;
|
|
@@ -3231,6 +3236,11 @@ declare const underverseMessages: {
|
|
|
3231
3236
|
noResults: string;
|
|
3232
3237
|
tryDifferentSearch: string;
|
|
3233
3238
|
};
|
|
3239
|
+
emojiSuggestion: {
|
|
3240
|
+
title: string;
|
|
3241
|
+
noResults: string;
|
|
3242
|
+
showingCount: string;
|
|
3243
|
+
};
|
|
3234
3244
|
tableMenu: {
|
|
3235
3245
|
insert3x3: string;
|
|
3236
3246
|
addColumnBefore: string;
|
|
@@ -3472,6 +3482,11 @@ declare const underverseMessages: {
|
|
|
3472
3482
|
noResults: string;
|
|
3473
3483
|
tryDifferentSearch: string;
|
|
3474
3484
|
};
|
|
3485
|
+
emojiSuggestion: {
|
|
3486
|
+
title: string;
|
|
3487
|
+
noResults: string;
|
|
3488
|
+
showingCount: string;
|
|
3489
|
+
};
|
|
3475
3490
|
tableMenu: {
|
|
3476
3491
|
insert3x3: string;
|
|
3477
3492
|
addColumnBefore: string;
|
|
@@ -3713,6 +3728,11 @@ declare const underverseMessages: {
|
|
|
3713
3728
|
noResults: string;
|
|
3714
3729
|
tryDifferentSearch: string;
|
|
3715
3730
|
};
|
|
3731
|
+
emojiSuggestion: {
|
|
3732
|
+
title: string;
|
|
3733
|
+
noResults: string;
|
|
3734
|
+
showingCount: string;
|
|
3735
|
+
};
|
|
3716
3736
|
tableMenu: {
|
|
3717
3737
|
insert3x3: string;
|
|
3718
3738
|
addColumnBefore: string;
|
|
@@ -3957,6 +3977,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
3957
3977
|
noResults: string;
|
|
3958
3978
|
tryDifferentSearch: string;
|
|
3959
3979
|
};
|
|
3980
|
+
emojiSuggestion: {
|
|
3981
|
+
title: string;
|
|
3982
|
+
noResults: string;
|
|
3983
|
+
showingCount: string;
|
|
3984
|
+
};
|
|
3960
3985
|
tableMenu: {
|
|
3961
3986
|
insert3x3: string;
|
|
3962
3987
|
addColumnBefore: string;
|
|
@@ -4198,6 +4223,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4198
4223
|
noResults: string;
|
|
4199
4224
|
tryDifferentSearch: string;
|
|
4200
4225
|
};
|
|
4226
|
+
emojiSuggestion: {
|
|
4227
|
+
title: string;
|
|
4228
|
+
noResults: string;
|
|
4229
|
+
showingCount: string;
|
|
4230
|
+
};
|
|
4201
4231
|
tableMenu: {
|
|
4202
4232
|
insert3x3: string;
|
|
4203
4233
|
addColumnBefore: string;
|
|
@@ -4438,6 +4468,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4438
4468
|
noResults: string;
|
|
4439
4469
|
tryDifferentSearch: string;
|
|
4440
4470
|
};
|
|
4471
|
+
emojiSuggestion: {
|
|
4472
|
+
title: string;
|
|
4473
|
+
noResults: string;
|
|
4474
|
+
showingCount: string;
|
|
4475
|
+
};
|
|
4441
4476
|
tableMenu: {
|
|
4442
4477
|
insert3x3: string;
|
|
4443
4478
|
addColumnBefore: string;
|
|
@@ -4678,6 +4713,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4678
4713
|
noResults: string;
|
|
4679
4714
|
tryDifferentSearch: string;
|
|
4680
4715
|
};
|
|
4716
|
+
emojiSuggestion: {
|
|
4717
|
+
title: string;
|
|
4718
|
+
noResults: string;
|
|
4719
|
+
showingCount: string;
|
|
4720
|
+
};
|
|
4681
4721
|
tableMenu: {
|
|
4682
4722
|
insert3x3: string;
|
|
4683
4723
|
addColumnBefore: string;
|