@underverse-ui/underverse 1.0.50 → 1.0.52
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 +288 -97
- 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 +286 -95
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3199,6 +3199,11 @@ declare const underverseMessages: {
|
|
|
3199
3199
|
cancelBtn: string;
|
|
3200
3200
|
addFromUrl: string;
|
|
3201
3201
|
};
|
|
3202
|
+
emojiPicker: {
|
|
3203
|
+
searchPlaceholder: string;
|
|
3204
|
+
noResults: string;
|
|
3205
|
+
tryDifferentSearch: string;
|
|
3206
|
+
};
|
|
3202
3207
|
tableMenu: {
|
|
3203
3208
|
insert3x3: string;
|
|
3204
3209
|
addColumnBefore: string;
|
|
@@ -3416,6 +3421,11 @@ declare const underverseMessages: {
|
|
|
3416
3421
|
cancelBtn: string;
|
|
3417
3422
|
addFromUrl: string;
|
|
3418
3423
|
};
|
|
3424
|
+
emojiPicker: {
|
|
3425
|
+
searchPlaceholder: string;
|
|
3426
|
+
noResults: string;
|
|
3427
|
+
tryDifferentSearch: string;
|
|
3428
|
+
};
|
|
3419
3429
|
tableMenu: {
|
|
3420
3430
|
insert3x3: string;
|
|
3421
3431
|
addColumnBefore: string;
|
|
@@ -3632,6 +3642,11 @@ declare const underverseMessages: {
|
|
|
3632
3642
|
cancelBtn: string;
|
|
3633
3643
|
addFromUrl: string;
|
|
3634
3644
|
};
|
|
3645
|
+
emojiPicker: {
|
|
3646
|
+
searchPlaceholder: string;
|
|
3647
|
+
noResults: string;
|
|
3648
|
+
tryDifferentSearch: string;
|
|
3649
|
+
};
|
|
3635
3650
|
tableMenu: {
|
|
3636
3651
|
insert3x3: string;
|
|
3637
3652
|
addColumnBefore: string;
|
|
@@ -3848,6 +3863,11 @@ declare const underverseMessages: {
|
|
|
3848
3863
|
cancelBtn: string;
|
|
3849
3864
|
addFromUrl: string;
|
|
3850
3865
|
};
|
|
3866
|
+
emojiPicker: {
|
|
3867
|
+
searchPlaceholder: string;
|
|
3868
|
+
noResults: string;
|
|
3869
|
+
tryDifferentSearch: string;
|
|
3870
|
+
};
|
|
3851
3871
|
tableMenu: {
|
|
3852
3872
|
insert3x3: string;
|
|
3853
3873
|
addColumnBefore: string;
|
|
@@ -4067,6 +4087,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4067
4087
|
cancelBtn: string;
|
|
4068
4088
|
addFromUrl: string;
|
|
4069
4089
|
};
|
|
4090
|
+
emojiPicker: {
|
|
4091
|
+
searchPlaceholder: string;
|
|
4092
|
+
noResults: string;
|
|
4093
|
+
tryDifferentSearch: string;
|
|
4094
|
+
};
|
|
4070
4095
|
tableMenu: {
|
|
4071
4096
|
insert3x3: string;
|
|
4072
4097
|
addColumnBefore: string;
|
|
@@ -4283,6 +4308,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4283
4308
|
cancelBtn: string;
|
|
4284
4309
|
addFromUrl: string;
|
|
4285
4310
|
};
|
|
4311
|
+
emojiPicker: {
|
|
4312
|
+
searchPlaceholder: string;
|
|
4313
|
+
noResults: string;
|
|
4314
|
+
tryDifferentSearch: string;
|
|
4315
|
+
};
|
|
4286
4316
|
tableMenu: {
|
|
4287
4317
|
insert3x3: string;
|
|
4288
4318
|
addColumnBefore: string;
|
|
@@ -4498,6 +4528,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4498
4528
|
cancelBtn: string;
|
|
4499
4529
|
addFromUrl: string;
|
|
4500
4530
|
};
|
|
4531
|
+
emojiPicker: {
|
|
4532
|
+
searchPlaceholder: string;
|
|
4533
|
+
noResults: string;
|
|
4534
|
+
tryDifferentSearch: string;
|
|
4535
|
+
};
|
|
4501
4536
|
tableMenu: {
|
|
4502
4537
|
insert3x3: string;
|
|
4503
4538
|
addColumnBefore: string;
|
|
@@ -4713,6 +4748,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4713
4748
|
cancelBtn: string;
|
|
4714
4749
|
addFromUrl: string;
|
|
4715
4750
|
};
|
|
4751
|
+
emojiPicker: {
|
|
4752
|
+
searchPlaceholder: string;
|
|
4753
|
+
noResults: string;
|
|
4754
|
+
tryDifferentSearch: string;
|
|
4755
|
+
};
|
|
4716
4756
|
tableMenu: {
|
|
4717
4757
|
insert3x3: string;
|
|
4718
4758
|
addColumnBefore: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3199,6 +3199,11 @@ declare const underverseMessages: {
|
|
|
3199
3199
|
cancelBtn: string;
|
|
3200
3200
|
addFromUrl: string;
|
|
3201
3201
|
};
|
|
3202
|
+
emojiPicker: {
|
|
3203
|
+
searchPlaceholder: string;
|
|
3204
|
+
noResults: string;
|
|
3205
|
+
tryDifferentSearch: string;
|
|
3206
|
+
};
|
|
3202
3207
|
tableMenu: {
|
|
3203
3208
|
insert3x3: string;
|
|
3204
3209
|
addColumnBefore: string;
|
|
@@ -3416,6 +3421,11 @@ declare const underverseMessages: {
|
|
|
3416
3421
|
cancelBtn: string;
|
|
3417
3422
|
addFromUrl: string;
|
|
3418
3423
|
};
|
|
3424
|
+
emojiPicker: {
|
|
3425
|
+
searchPlaceholder: string;
|
|
3426
|
+
noResults: string;
|
|
3427
|
+
tryDifferentSearch: string;
|
|
3428
|
+
};
|
|
3419
3429
|
tableMenu: {
|
|
3420
3430
|
insert3x3: string;
|
|
3421
3431
|
addColumnBefore: string;
|
|
@@ -3632,6 +3642,11 @@ declare const underverseMessages: {
|
|
|
3632
3642
|
cancelBtn: string;
|
|
3633
3643
|
addFromUrl: string;
|
|
3634
3644
|
};
|
|
3645
|
+
emojiPicker: {
|
|
3646
|
+
searchPlaceholder: string;
|
|
3647
|
+
noResults: string;
|
|
3648
|
+
tryDifferentSearch: string;
|
|
3649
|
+
};
|
|
3635
3650
|
tableMenu: {
|
|
3636
3651
|
insert3x3: string;
|
|
3637
3652
|
addColumnBefore: string;
|
|
@@ -3848,6 +3863,11 @@ declare const underverseMessages: {
|
|
|
3848
3863
|
cancelBtn: string;
|
|
3849
3864
|
addFromUrl: string;
|
|
3850
3865
|
};
|
|
3866
|
+
emojiPicker: {
|
|
3867
|
+
searchPlaceholder: string;
|
|
3868
|
+
noResults: string;
|
|
3869
|
+
tryDifferentSearch: string;
|
|
3870
|
+
};
|
|
3851
3871
|
tableMenu: {
|
|
3852
3872
|
insert3x3: string;
|
|
3853
3873
|
addColumnBefore: string;
|
|
@@ -4067,6 +4087,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4067
4087
|
cancelBtn: string;
|
|
4068
4088
|
addFromUrl: string;
|
|
4069
4089
|
};
|
|
4090
|
+
emojiPicker: {
|
|
4091
|
+
searchPlaceholder: string;
|
|
4092
|
+
noResults: string;
|
|
4093
|
+
tryDifferentSearch: string;
|
|
4094
|
+
};
|
|
4070
4095
|
tableMenu: {
|
|
4071
4096
|
insert3x3: string;
|
|
4072
4097
|
addColumnBefore: string;
|
|
@@ -4283,6 +4308,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4283
4308
|
cancelBtn: string;
|
|
4284
4309
|
addFromUrl: string;
|
|
4285
4310
|
};
|
|
4311
|
+
emojiPicker: {
|
|
4312
|
+
searchPlaceholder: string;
|
|
4313
|
+
noResults: string;
|
|
4314
|
+
tryDifferentSearch: string;
|
|
4315
|
+
};
|
|
4286
4316
|
tableMenu: {
|
|
4287
4317
|
insert3x3: string;
|
|
4288
4318
|
addColumnBefore: string;
|
|
@@ -4498,6 +4528,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4498
4528
|
cancelBtn: string;
|
|
4499
4529
|
addFromUrl: string;
|
|
4500
4530
|
};
|
|
4531
|
+
emojiPicker: {
|
|
4532
|
+
searchPlaceholder: string;
|
|
4533
|
+
noResults: string;
|
|
4534
|
+
tryDifferentSearch: string;
|
|
4535
|
+
};
|
|
4501
4536
|
tableMenu: {
|
|
4502
4537
|
insert3x3: string;
|
|
4503
4538
|
addColumnBefore: string;
|
|
@@ -4713,6 +4748,11 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
4713
4748
|
cancelBtn: string;
|
|
4714
4749
|
addFromUrl: string;
|
|
4715
4750
|
};
|
|
4751
|
+
emojiPicker: {
|
|
4752
|
+
searchPlaceholder: string;
|
|
4753
|
+
noResults: string;
|
|
4754
|
+
tryDifferentSearch: string;
|
|
4755
|
+
};
|
|
4716
4756
|
tableMenu: {
|
|
4717
4757
|
insert3x3: string;
|
|
4718
4758
|
addColumnBefore: string;
|