@underverse-ui/underverse 1.0.152 → 1.0.154
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 +1091 -726
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +116 -0
- package/dist/index.d.ts +116 -0
- package/dist/index.js +887 -522
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3584,6 +3584,15 @@ declare const underverseMessages: {
|
|
|
3584
3584
|
noResults: string;
|
|
3585
3585
|
showingCount: string;
|
|
3586
3586
|
};
|
|
3587
|
+
formulaSuggestion: {
|
|
3588
|
+
title: string;
|
|
3589
|
+
noResults: string;
|
|
3590
|
+
sum: string;
|
|
3591
|
+
avg: string;
|
|
3592
|
+
min: string;
|
|
3593
|
+
max: string;
|
|
3594
|
+
count: string;
|
|
3595
|
+
};
|
|
3587
3596
|
tableMenu: {
|
|
3588
3597
|
insert3x3: string;
|
|
3589
3598
|
insertTable: string;
|
|
@@ -3619,6 +3628,9 @@ declare const underverseMessages: {
|
|
|
3619
3628
|
borderColor: string;
|
|
3620
3629
|
clearBorder: string;
|
|
3621
3630
|
formula: string;
|
|
3631
|
+
numberFormat: string;
|
|
3632
|
+
formatText: string;
|
|
3633
|
+
formatDate: string;
|
|
3622
3634
|
apply: string;
|
|
3623
3635
|
clear: string;
|
|
3624
3636
|
recalculate: string;
|
|
@@ -3962,6 +3974,15 @@ declare const underverseMessages: {
|
|
|
3962
3974
|
noResults: string;
|
|
3963
3975
|
showingCount: string;
|
|
3964
3976
|
};
|
|
3977
|
+
formulaSuggestion: {
|
|
3978
|
+
title: string;
|
|
3979
|
+
noResults: string;
|
|
3980
|
+
sum: string;
|
|
3981
|
+
avg: string;
|
|
3982
|
+
min: string;
|
|
3983
|
+
max: string;
|
|
3984
|
+
count: string;
|
|
3985
|
+
};
|
|
3965
3986
|
tableMenu: {
|
|
3966
3987
|
insert3x3: string;
|
|
3967
3988
|
insertTable: string;
|
|
@@ -3997,6 +4018,9 @@ declare const underverseMessages: {
|
|
|
3997
4018
|
borderColor: string;
|
|
3998
4019
|
clearBorder: string;
|
|
3999
4020
|
formula: string;
|
|
4021
|
+
numberFormat: string;
|
|
4022
|
+
formatText: string;
|
|
4023
|
+
formatDate: string;
|
|
4000
4024
|
apply: string;
|
|
4001
4025
|
clear: string;
|
|
4002
4026
|
recalculate: string;
|
|
@@ -4301,6 +4325,7 @@ declare const underverseMessages: {
|
|
|
4301
4325
|
dividerDesc: string;
|
|
4302
4326
|
table: string;
|
|
4303
4327
|
tableDesc: string;
|
|
4328
|
+
noResults: string;
|
|
4304
4329
|
callout: string;
|
|
4305
4330
|
calloutDesc: string;
|
|
4306
4331
|
bookmark: string;
|
|
@@ -4339,6 +4364,15 @@ declare const underverseMessages: {
|
|
|
4339
4364
|
noResults: string;
|
|
4340
4365
|
showingCount: string;
|
|
4341
4366
|
};
|
|
4367
|
+
formulaSuggestion: {
|
|
4368
|
+
title: string;
|
|
4369
|
+
noResults: string;
|
|
4370
|
+
sum: string;
|
|
4371
|
+
avg: string;
|
|
4372
|
+
min: string;
|
|
4373
|
+
max: string;
|
|
4374
|
+
count: string;
|
|
4375
|
+
};
|
|
4342
4376
|
tableMenu: {
|
|
4343
4377
|
insert3x3: string;
|
|
4344
4378
|
insertTable: string;
|
|
@@ -4373,6 +4407,13 @@ declare const underverseMessages: {
|
|
|
4373
4407
|
borderWidth: string;
|
|
4374
4408
|
borderColor: string;
|
|
4375
4409
|
clearBorder: string;
|
|
4410
|
+
formula: string;
|
|
4411
|
+
numberFormat: string;
|
|
4412
|
+
formatText: string;
|
|
4413
|
+
formatDate: string;
|
|
4414
|
+
apply: string;
|
|
4415
|
+
clear: string;
|
|
4416
|
+
recalculate: string;
|
|
4376
4417
|
done: string;
|
|
4377
4418
|
};
|
|
4378
4419
|
callout: {
|
|
@@ -4674,6 +4715,7 @@ declare const underverseMessages: {
|
|
|
4674
4715
|
dividerDesc: string;
|
|
4675
4716
|
table: string;
|
|
4676
4717
|
tableDesc: string;
|
|
4718
|
+
noResults: string;
|
|
4677
4719
|
callout: string;
|
|
4678
4720
|
calloutDesc: string;
|
|
4679
4721
|
bookmark: string;
|
|
@@ -4712,6 +4754,15 @@ declare const underverseMessages: {
|
|
|
4712
4754
|
noResults: string;
|
|
4713
4755
|
showingCount: string;
|
|
4714
4756
|
};
|
|
4757
|
+
formulaSuggestion: {
|
|
4758
|
+
title: string;
|
|
4759
|
+
noResults: string;
|
|
4760
|
+
sum: string;
|
|
4761
|
+
avg: string;
|
|
4762
|
+
min: string;
|
|
4763
|
+
max: string;
|
|
4764
|
+
count: string;
|
|
4765
|
+
};
|
|
4715
4766
|
tableMenu: {
|
|
4716
4767
|
insert3x3: string;
|
|
4717
4768
|
insertTable: string;
|
|
@@ -4746,6 +4797,13 @@ declare const underverseMessages: {
|
|
|
4746
4797
|
borderWidth: string;
|
|
4747
4798
|
borderColor: string;
|
|
4748
4799
|
clearBorder: string;
|
|
4800
|
+
formula: string;
|
|
4801
|
+
numberFormat: string;
|
|
4802
|
+
formatText: string;
|
|
4803
|
+
formatDate: string;
|
|
4804
|
+
apply: string;
|
|
4805
|
+
clear: string;
|
|
4806
|
+
recalculate: string;
|
|
4749
4807
|
done: string;
|
|
4750
4808
|
};
|
|
4751
4809
|
callout: {
|
|
@@ -5089,6 +5147,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5089
5147
|
noResults: string;
|
|
5090
5148
|
showingCount: string;
|
|
5091
5149
|
};
|
|
5150
|
+
formulaSuggestion: {
|
|
5151
|
+
title: string;
|
|
5152
|
+
noResults: string;
|
|
5153
|
+
sum: string;
|
|
5154
|
+
avg: string;
|
|
5155
|
+
min: string;
|
|
5156
|
+
max: string;
|
|
5157
|
+
count: string;
|
|
5158
|
+
};
|
|
5092
5159
|
tableMenu: {
|
|
5093
5160
|
insert3x3: string;
|
|
5094
5161
|
insertTable: string;
|
|
@@ -5124,6 +5191,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5124
5191
|
borderColor: string;
|
|
5125
5192
|
clearBorder: string;
|
|
5126
5193
|
formula: string;
|
|
5194
|
+
numberFormat: string;
|
|
5195
|
+
formatText: string;
|
|
5196
|
+
formatDate: string;
|
|
5127
5197
|
apply: string;
|
|
5128
5198
|
clear: string;
|
|
5129
5199
|
recalculate: string;
|
|
@@ -5466,6 +5536,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5466
5536
|
noResults: string;
|
|
5467
5537
|
showingCount: string;
|
|
5468
5538
|
};
|
|
5539
|
+
formulaSuggestion: {
|
|
5540
|
+
title: string;
|
|
5541
|
+
noResults: string;
|
|
5542
|
+
sum: string;
|
|
5543
|
+
avg: string;
|
|
5544
|
+
min: string;
|
|
5545
|
+
max: string;
|
|
5546
|
+
count: string;
|
|
5547
|
+
};
|
|
5469
5548
|
tableMenu: {
|
|
5470
5549
|
insert3x3: string;
|
|
5471
5550
|
insertTable: string;
|
|
@@ -5501,6 +5580,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5501
5580
|
borderColor: string;
|
|
5502
5581
|
clearBorder: string;
|
|
5503
5582
|
formula: string;
|
|
5583
|
+
numberFormat: string;
|
|
5584
|
+
formatText: string;
|
|
5585
|
+
formatDate: string;
|
|
5504
5586
|
apply: string;
|
|
5505
5587
|
clear: string;
|
|
5506
5588
|
recalculate: string;
|
|
@@ -5804,6 +5886,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5804
5886
|
dividerDesc: string;
|
|
5805
5887
|
table: string;
|
|
5806
5888
|
tableDesc: string;
|
|
5889
|
+
noResults: string;
|
|
5807
5890
|
callout: string;
|
|
5808
5891
|
calloutDesc: string;
|
|
5809
5892
|
bookmark: string;
|
|
@@ -5842,6 +5925,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5842
5925
|
noResults: string;
|
|
5843
5926
|
showingCount: string;
|
|
5844
5927
|
};
|
|
5928
|
+
formulaSuggestion: {
|
|
5929
|
+
title: string;
|
|
5930
|
+
noResults: string;
|
|
5931
|
+
sum: string;
|
|
5932
|
+
avg: string;
|
|
5933
|
+
min: string;
|
|
5934
|
+
max: string;
|
|
5935
|
+
count: string;
|
|
5936
|
+
};
|
|
5845
5937
|
tableMenu: {
|
|
5846
5938
|
insert3x3: string;
|
|
5847
5939
|
insertTable: string;
|
|
@@ -5876,6 +5968,13 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5876
5968
|
borderWidth: string;
|
|
5877
5969
|
borderColor: string;
|
|
5878
5970
|
clearBorder: string;
|
|
5971
|
+
formula: string;
|
|
5972
|
+
numberFormat: string;
|
|
5973
|
+
formatText: string;
|
|
5974
|
+
formatDate: string;
|
|
5975
|
+
apply: string;
|
|
5976
|
+
clear: string;
|
|
5977
|
+
recalculate: string;
|
|
5879
5978
|
done: string;
|
|
5880
5979
|
};
|
|
5881
5980
|
callout: {
|
|
@@ -6176,6 +6275,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6176
6275
|
dividerDesc: string;
|
|
6177
6276
|
table: string;
|
|
6178
6277
|
tableDesc: string;
|
|
6278
|
+
noResults: string;
|
|
6179
6279
|
callout: string;
|
|
6180
6280
|
calloutDesc: string;
|
|
6181
6281
|
bookmark: string;
|
|
@@ -6214,6 +6314,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6214
6314
|
noResults: string;
|
|
6215
6315
|
showingCount: string;
|
|
6216
6316
|
};
|
|
6317
|
+
formulaSuggestion: {
|
|
6318
|
+
title: string;
|
|
6319
|
+
noResults: string;
|
|
6320
|
+
sum: string;
|
|
6321
|
+
avg: string;
|
|
6322
|
+
min: string;
|
|
6323
|
+
max: string;
|
|
6324
|
+
count: string;
|
|
6325
|
+
};
|
|
6217
6326
|
tableMenu: {
|
|
6218
6327
|
insert3x3: string;
|
|
6219
6328
|
insertTable: string;
|
|
@@ -6248,6 +6357,13 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6248
6357
|
borderWidth: string;
|
|
6249
6358
|
borderColor: string;
|
|
6250
6359
|
clearBorder: string;
|
|
6360
|
+
formula: string;
|
|
6361
|
+
numberFormat: string;
|
|
6362
|
+
formatText: string;
|
|
6363
|
+
formatDate: string;
|
|
6364
|
+
apply: string;
|
|
6365
|
+
clear: string;
|
|
6366
|
+
recalculate: string;
|
|
6251
6367
|
done: string;
|
|
6252
6368
|
};
|
|
6253
6369
|
callout: {
|
package/dist/index.d.ts
CHANGED
|
@@ -3584,6 +3584,15 @@ declare const underverseMessages: {
|
|
|
3584
3584
|
noResults: string;
|
|
3585
3585
|
showingCount: string;
|
|
3586
3586
|
};
|
|
3587
|
+
formulaSuggestion: {
|
|
3588
|
+
title: string;
|
|
3589
|
+
noResults: string;
|
|
3590
|
+
sum: string;
|
|
3591
|
+
avg: string;
|
|
3592
|
+
min: string;
|
|
3593
|
+
max: string;
|
|
3594
|
+
count: string;
|
|
3595
|
+
};
|
|
3587
3596
|
tableMenu: {
|
|
3588
3597
|
insert3x3: string;
|
|
3589
3598
|
insertTable: string;
|
|
@@ -3619,6 +3628,9 @@ declare const underverseMessages: {
|
|
|
3619
3628
|
borderColor: string;
|
|
3620
3629
|
clearBorder: string;
|
|
3621
3630
|
formula: string;
|
|
3631
|
+
numberFormat: string;
|
|
3632
|
+
formatText: string;
|
|
3633
|
+
formatDate: string;
|
|
3622
3634
|
apply: string;
|
|
3623
3635
|
clear: string;
|
|
3624
3636
|
recalculate: string;
|
|
@@ -3962,6 +3974,15 @@ declare const underverseMessages: {
|
|
|
3962
3974
|
noResults: string;
|
|
3963
3975
|
showingCount: string;
|
|
3964
3976
|
};
|
|
3977
|
+
formulaSuggestion: {
|
|
3978
|
+
title: string;
|
|
3979
|
+
noResults: string;
|
|
3980
|
+
sum: string;
|
|
3981
|
+
avg: string;
|
|
3982
|
+
min: string;
|
|
3983
|
+
max: string;
|
|
3984
|
+
count: string;
|
|
3985
|
+
};
|
|
3965
3986
|
tableMenu: {
|
|
3966
3987
|
insert3x3: string;
|
|
3967
3988
|
insertTable: string;
|
|
@@ -3997,6 +4018,9 @@ declare const underverseMessages: {
|
|
|
3997
4018
|
borderColor: string;
|
|
3998
4019
|
clearBorder: string;
|
|
3999
4020
|
formula: string;
|
|
4021
|
+
numberFormat: string;
|
|
4022
|
+
formatText: string;
|
|
4023
|
+
formatDate: string;
|
|
4000
4024
|
apply: string;
|
|
4001
4025
|
clear: string;
|
|
4002
4026
|
recalculate: string;
|
|
@@ -4301,6 +4325,7 @@ declare const underverseMessages: {
|
|
|
4301
4325
|
dividerDesc: string;
|
|
4302
4326
|
table: string;
|
|
4303
4327
|
tableDesc: string;
|
|
4328
|
+
noResults: string;
|
|
4304
4329
|
callout: string;
|
|
4305
4330
|
calloutDesc: string;
|
|
4306
4331
|
bookmark: string;
|
|
@@ -4339,6 +4364,15 @@ declare const underverseMessages: {
|
|
|
4339
4364
|
noResults: string;
|
|
4340
4365
|
showingCount: string;
|
|
4341
4366
|
};
|
|
4367
|
+
formulaSuggestion: {
|
|
4368
|
+
title: string;
|
|
4369
|
+
noResults: string;
|
|
4370
|
+
sum: string;
|
|
4371
|
+
avg: string;
|
|
4372
|
+
min: string;
|
|
4373
|
+
max: string;
|
|
4374
|
+
count: string;
|
|
4375
|
+
};
|
|
4342
4376
|
tableMenu: {
|
|
4343
4377
|
insert3x3: string;
|
|
4344
4378
|
insertTable: string;
|
|
@@ -4373,6 +4407,13 @@ declare const underverseMessages: {
|
|
|
4373
4407
|
borderWidth: string;
|
|
4374
4408
|
borderColor: string;
|
|
4375
4409
|
clearBorder: string;
|
|
4410
|
+
formula: string;
|
|
4411
|
+
numberFormat: string;
|
|
4412
|
+
formatText: string;
|
|
4413
|
+
formatDate: string;
|
|
4414
|
+
apply: string;
|
|
4415
|
+
clear: string;
|
|
4416
|
+
recalculate: string;
|
|
4376
4417
|
done: string;
|
|
4377
4418
|
};
|
|
4378
4419
|
callout: {
|
|
@@ -4674,6 +4715,7 @@ declare const underverseMessages: {
|
|
|
4674
4715
|
dividerDesc: string;
|
|
4675
4716
|
table: string;
|
|
4676
4717
|
tableDesc: string;
|
|
4718
|
+
noResults: string;
|
|
4677
4719
|
callout: string;
|
|
4678
4720
|
calloutDesc: string;
|
|
4679
4721
|
bookmark: string;
|
|
@@ -4712,6 +4754,15 @@ declare const underverseMessages: {
|
|
|
4712
4754
|
noResults: string;
|
|
4713
4755
|
showingCount: string;
|
|
4714
4756
|
};
|
|
4757
|
+
formulaSuggestion: {
|
|
4758
|
+
title: string;
|
|
4759
|
+
noResults: string;
|
|
4760
|
+
sum: string;
|
|
4761
|
+
avg: string;
|
|
4762
|
+
min: string;
|
|
4763
|
+
max: string;
|
|
4764
|
+
count: string;
|
|
4765
|
+
};
|
|
4715
4766
|
tableMenu: {
|
|
4716
4767
|
insert3x3: string;
|
|
4717
4768
|
insertTable: string;
|
|
@@ -4746,6 +4797,13 @@ declare const underverseMessages: {
|
|
|
4746
4797
|
borderWidth: string;
|
|
4747
4798
|
borderColor: string;
|
|
4748
4799
|
clearBorder: string;
|
|
4800
|
+
formula: string;
|
|
4801
|
+
numberFormat: string;
|
|
4802
|
+
formatText: string;
|
|
4803
|
+
formatDate: string;
|
|
4804
|
+
apply: string;
|
|
4805
|
+
clear: string;
|
|
4806
|
+
recalculate: string;
|
|
4749
4807
|
done: string;
|
|
4750
4808
|
};
|
|
4751
4809
|
callout: {
|
|
@@ -5089,6 +5147,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5089
5147
|
noResults: string;
|
|
5090
5148
|
showingCount: string;
|
|
5091
5149
|
};
|
|
5150
|
+
formulaSuggestion: {
|
|
5151
|
+
title: string;
|
|
5152
|
+
noResults: string;
|
|
5153
|
+
sum: string;
|
|
5154
|
+
avg: string;
|
|
5155
|
+
min: string;
|
|
5156
|
+
max: string;
|
|
5157
|
+
count: string;
|
|
5158
|
+
};
|
|
5092
5159
|
tableMenu: {
|
|
5093
5160
|
insert3x3: string;
|
|
5094
5161
|
insertTable: string;
|
|
@@ -5124,6 +5191,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5124
5191
|
borderColor: string;
|
|
5125
5192
|
clearBorder: string;
|
|
5126
5193
|
formula: string;
|
|
5194
|
+
numberFormat: string;
|
|
5195
|
+
formatText: string;
|
|
5196
|
+
formatDate: string;
|
|
5127
5197
|
apply: string;
|
|
5128
5198
|
clear: string;
|
|
5129
5199
|
recalculate: string;
|
|
@@ -5466,6 +5536,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5466
5536
|
noResults: string;
|
|
5467
5537
|
showingCount: string;
|
|
5468
5538
|
};
|
|
5539
|
+
formulaSuggestion: {
|
|
5540
|
+
title: string;
|
|
5541
|
+
noResults: string;
|
|
5542
|
+
sum: string;
|
|
5543
|
+
avg: string;
|
|
5544
|
+
min: string;
|
|
5545
|
+
max: string;
|
|
5546
|
+
count: string;
|
|
5547
|
+
};
|
|
5469
5548
|
tableMenu: {
|
|
5470
5549
|
insert3x3: string;
|
|
5471
5550
|
insertTable: string;
|
|
@@ -5501,6 +5580,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5501
5580
|
borderColor: string;
|
|
5502
5581
|
clearBorder: string;
|
|
5503
5582
|
formula: string;
|
|
5583
|
+
numberFormat: string;
|
|
5584
|
+
formatText: string;
|
|
5585
|
+
formatDate: string;
|
|
5504
5586
|
apply: string;
|
|
5505
5587
|
clear: string;
|
|
5506
5588
|
recalculate: string;
|
|
@@ -5804,6 +5886,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5804
5886
|
dividerDesc: string;
|
|
5805
5887
|
table: string;
|
|
5806
5888
|
tableDesc: string;
|
|
5889
|
+
noResults: string;
|
|
5807
5890
|
callout: string;
|
|
5808
5891
|
calloutDesc: string;
|
|
5809
5892
|
bookmark: string;
|
|
@@ -5842,6 +5925,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5842
5925
|
noResults: string;
|
|
5843
5926
|
showingCount: string;
|
|
5844
5927
|
};
|
|
5928
|
+
formulaSuggestion: {
|
|
5929
|
+
title: string;
|
|
5930
|
+
noResults: string;
|
|
5931
|
+
sum: string;
|
|
5932
|
+
avg: string;
|
|
5933
|
+
min: string;
|
|
5934
|
+
max: string;
|
|
5935
|
+
count: string;
|
|
5936
|
+
};
|
|
5845
5937
|
tableMenu: {
|
|
5846
5938
|
insert3x3: string;
|
|
5847
5939
|
insertTable: string;
|
|
@@ -5876,6 +5968,13 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5876
5968
|
borderWidth: string;
|
|
5877
5969
|
borderColor: string;
|
|
5878
5970
|
clearBorder: string;
|
|
5971
|
+
formula: string;
|
|
5972
|
+
numberFormat: string;
|
|
5973
|
+
formatText: string;
|
|
5974
|
+
formatDate: string;
|
|
5975
|
+
apply: string;
|
|
5976
|
+
clear: string;
|
|
5977
|
+
recalculate: string;
|
|
5879
5978
|
done: string;
|
|
5880
5979
|
};
|
|
5881
5980
|
callout: {
|
|
@@ -6176,6 +6275,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6176
6275
|
dividerDesc: string;
|
|
6177
6276
|
table: string;
|
|
6178
6277
|
tableDesc: string;
|
|
6278
|
+
noResults: string;
|
|
6179
6279
|
callout: string;
|
|
6180
6280
|
calloutDesc: string;
|
|
6181
6281
|
bookmark: string;
|
|
@@ -6214,6 +6314,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6214
6314
|
noResults: string;
|
|
6215
6315
|
showingCount: string;
|
|
6216
6316
|
};
|
|
6317
|
+
formulaSuggestion: {
|
|
6318
|
+
title: string;
|
|
6319
|
+
noResults: string;
|
|
6320
|
+
sum: string;
|
|
6321
|
+
avg: string;
|
|
6322
|
+
min: string;
|
|
6323
|
+
max: string;
|
|
6324
|
+
count: string;
|
|
6325
|
+
};
|
|
6217
6326
|
tableMenu: {
|
|
6218
6327
|
insert3x3: string;
|
|
6219
6328
|
insertTable: string;
|
|
@@ -6248,6 +6357,13 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6248
6357
|
borderWidth: string;
|
|
6249
6358
|
borderColor: string;
|
|
6250
6359
|
clearBorder: string;
|
|
6360
|
+
formula: string;
|
|
6361
|
+
numberFormat: string;
|
|
6362
|
+
formatText: string;
|
|
6363
|
+
formatDate: string;
|
|
6364
|
+
apply: string;
|
|
6365
|
+
clear: string;
|
|
6366
|
+
recalculate: string;
|
|
6251
6367
|
done: string;
|
|
6252
6368
|
};
|
|
6253
6369
|
callout: {
|