@underverse-ui/underverse 1.0.153 → 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 +1009 -728
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +104 -0
- package/dist/index.d.ts +104 -0
- package/dist/index.js +805 -524
- 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;
|
|
@@ -3965,6 +3974,15 @@ declare const underverseMessages: {
|
|
|
3965
3974
|
noResults: string;
|
|
3966
3975
|
showingCount: string;
|
|
3967
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
|
+
};
|
|
3968
3986
|
tableMenu: {
|
|
3969
3987
|
insert3x3: string;
|
|
3970
3988
|
insertTable: string;
|
|
@@ -4307,6 +4325,7 @@ declare const underverseMessages: {
|
|
|
4307
4325
|
dividerDesc: string;
|
|
4308
4326
|
table: string;
|
|
4309
4327
|
tableDesc: string;
|
|
4328
|
+
noResults: string;
|
|
4310
4329
|
callout: string;
|
|
4311
4330
|
calloutDesc: string;
|
|
4312
4331
|
bookmark: string;
|
|
@@ -4345,6 +4364,15 @@ declare const underverseMessages: {
|
|
|
4345
4364
|
noResults: string;
|
|
4346
4365
|
showingCount: string;
|
|
4347
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
|
+
};
|
|
4348
4376
|
tableMenu: {
|
|
4349
4377
|
insert3x3: string;
|
|
4350
4378
|
insertTable: string;
|
|
@@ -4379,6 +4407,13 @@ declare const underverseMessages: {
|
|
|
4379
4407
|
borderWidth: string;
|
|
4380
4408
|
borderColor: string;
|
|
4381
4409
|
clearBorder: string;
|
|
4410
|
+
formula: string;
|
|
4411
|
+
numberFormat: string;
|
|
4412
|
+
formatText: string;
|
|
4413
|
+
formatDate: string;
|
|
4414
|
+
apply: string;
|
|
4415
|
+
clear: string;
|
|
4416
|
+
recalculate: string;
|
|
4382
4417
|
done: string;
|
|
4383
4418
|
};
|
|
4384
4419
|
callout: {
|
|
@@ -4680,6 +4715,7 @@ declare const underverseMessages: {
|
|
|
4680
4715
|
dividerDesc: string;
|
|
4681
4716
|
table: string;
|
|
4682
4717
|
tableDesc: string;
|
|
4718
|
+
noResults: string;
|
|
4683
4719
|
callout: string;
|
|
4684
4720
|
calloutDesc: string;
|
|
4685
4721
|
bookmark: string;
|
|
@@ -4718,6 +4754,15 @@ declare const underverseMessages: {
|
|
|
4718
4754
|
noResults: string;
|
|
4719
4755
|
showingCount: string;
|
|
4720
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
|
+
};
|
|
4721
4766
|
tableMenu: {
|
|
4722
4767
|
insert3x3: string;
|
|
4723
4768
|
insertTable: string;
|
|
@@ -4752,6 +4797,13 @@ declare const underverseMessages: {
|
|
|
4752
4797
|
borderWidth: string;
|
|
4753
4798
|
borderColor: string;
|
|
4754
4799
|
clearBorder: string;
|
|
4800
|
+
formula: string;
|
|
4801
|
+
numberFormat: string;
|
|
4802
|
+
formatText: string;
|
|
4803
|
+
formatDate: string;
|
|
4804
|
+
apply: string;
|
|
4805
|
+
clear: string;
|
|
4806
|
+
recalculate: string;
|
|
4755
4807
|
done: string;
|
|
4756
4808
|
};
|
|
4757
4809
|
callout: {
|
|
@@ -5095,6 +5147,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5095
5147
|
noResults: string;
|
|
5096
5148
|
showingCount: string;
|
|
5097
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
|
+
};
|
|
5098
5159
|
tableMenu: {
|
|
5099
5160
|
insert3x3: string;
|
|
5100
5161
|
insertTable: string;
|
|
@@ -5475,6 +5536,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5475
5536
|
noResults: string;
|
|
5476
5537
|
showingCount: string;
|
|
5477
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
|
+
};
|
|
5478
5548
|
tableMenu: {
|
|
5479
5549
|
insert3x3: string;
|
|
5480
5550
|
insertTable: string;
|
|
@@ -5816,6 +5886,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5816
5886
|
dividerDesc: string;
|
|
5817
5887
|
table: string;
|
|
5818
5888
|
tableDesc: string;
|
|
5889
|
+
noResults: string;
|
|
5819
5890
|
callout: string;
|
|
5820
5891
|
calloutDesc: string;
|
|
5821
5892
|
bookmark: string;
|
|
@@ -5854,6 +5925,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5854
5925
|
noResults: string;
|
|
5855
5926
|
showingCount: string;
|
|
5856
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
|
+
};
|
|
5857
5937
|
tableMenu: {
|
|
5858
5938
|
insert3x3: string;
|
|
5859
5939
|
insertTable: string;
|
|
@@ -5888,6 +5968,13 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5888
5968
|
borderWidth: string;
|
|
5889
5969
|
borderColor: string;
|
|
5890
5970
|
clearBorder: string;
|
|
5971
|
+
formula: string;
|
|
5972
|
+
numberFormat: string;
|
|
5973
|
+
formatText: string;
|
|
5974
|
+
formatDate: string;
|
|
5975
|
+
apply: string;
|
|
5976
|
+
clear: string;
|
|
5977
|
+
recalculate: string;
|
|
5891
5978
|
done: string;
|
|
5892
5979
|
};
|
|
5893
5980
|
callout: {
|
|
@@ -6188,6 +6275,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6188
6275
|
dividerDesc: string;
|
|
6189
6276
|
table: string;
|
|
6190
6277
|
tableDesc: string;
|
|
6278
|
+
noResults: string;
|
|
6191
6279
|
callout: string;
|
|
6192
6280
|
calloutDesc: string;
|
|
6193
6281
|
bookmark: string;
|
|
@@ -6226,6 +6314,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6226
6314
|
noResults: string;
|
|
6227
6315
|
showingCount: string;
|
|
6228
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
|
+
};
|
|
6229
6326
|
tableMenu: {
|
|
6230
6327
|
insert3x3: string;
|
|
6231
6328
|
insertTable: string;
|
|
@@ -6260,6 +6357,13 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6260
6357
|
borderWidth: string;
|
|
6261
6358
|
borderColor: string;
|
|
6262
6359
|
clearBorder: string;
|
|
6360
|
+
formula: string;
|
|
6361
|
+
numberFormat: string;
|
|
6362
|
+
formatText: string;
|
|
6363
|
+
formatDate: string;
|
|
6364
|
+
apply: string;
|
|
6365
|
+
clear: string;
|
|
6366
|
+
recalculate: string;
|
|
6263
6367
|
done: string;
|
|
6264
6368
|
};
|
|
6265
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;
|
|
@@ -3965,6 +3974,15 @@ declare const underverseMessages: {
|
|
|
3965
3974
|
noResults: string;
|
|
3966
3975
|
showingCount: string;
|
|
3967
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
|
+
};
|
|
3968
3986
|
tableMenu: {
|
|
3969
3987
|
insert3x3: string;
|
|
3970
3988
|
insertTable: string;
|
|
@@ -4307,6 +4325,7 @@ declare const underverseMessages: {
|
|
|
4307
4325
|
dividerDesc: string;
|
|
4308
4326
|
table: string;
|
|
4309
4327
|
tableDesc: string;
|
|
4328
|
+
noResults: string;
|
|
4310
4329
|
callout: string;
|
|
4311
4330
|
calloutDesc: string;
|
|
4312
4331
|
bookmark: string;
|
|
@@ -4345,6 +4364,15 @@ declare const underverseMessages: {
|
|
|
4345
4364
|
noResults: string;
|
|
4346
4365
|
showingCount: string;
|
|
4347
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
|
+
};
|
|
4348
4376
|
tableMenu: {
|
|
4349
4377
|
insert3x3: string;
|
|
4350
4378
|
insertTable: string;
|
|
@@ -4379,6 +4407,13 @@ declare const underverseMessages: {
|
|
|
4379
4407
|
borderWidth: string;
|
|
4380
4408
|
borderColor: string;
|
|
4381
4409
|
clearBorder: string;
|
|
4410
|
+
formula: string;
|
|
4411
|
+
numberFormat: string;
|
|
4412
|
+
formatText: string;
|
|
4413
|
+
formatDate: string;
|
|
4414
|
+
apply: string;
|
|
4415
|
+
clear: string;
|
|
4416
|
+
recalculate: string;
|
|
4382
4417
|
done: string;
|
|
4383
4418
|
};
|
|
4384
4419
|
callout: {
|
|
@@ -4680,6 +4715,7 @@ declare const underverseMessages: {
|
|
|
4680
4715
|
dividerDesc: string;
|
|
4681
4716
|
table: string;
|
|
4682
4717
|
tableDesc: string;
|
|
4718
|
+
noResults: string;
|
|
4683
4719
|
callout: string;
|
|
4684
4720
|
calloutDesc: string;
|
|
4685
4721
|
bookmark: string;
|
|
@@ -4718,6 +4754,15 @@ declare const underverseMessages: {
|
|
|
4718
4754
|
noResults: string;
|
|
4719
4755
|
showingCount: string;
|
|
4720
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
|
+
};
|
|
4721
4766
|
tableMenu: {
|
|
4722
4767
|
insert3x3: string;
|
|
4723
4768
|
insertTable: string;
|
|
@@ -4752,6 +4797,13 @@ declare const underverseMessages: {
|
|
|
4752
4797
|
borderWidth: string;
|
|
4753
4798
|
borderColor: string;
|
|
4754
4799
|
clearBorder: string;
|
|
4800
|
+
formula: string;
|
|
4801
|
+
numberFormat: string;
|
|
4802
|
+
formatText: string;
|
|
4803
|
+
formatDate: string;
|
|
4804
|
+
apply: string;
|
|
4805
|
+
clear: string;
|
|
4806
|
+
recalculate: string;
|
|
4755
4807
|
done: string;
|
|
4756
4808
|
};
|
|
4757
4809
|
callout: {
|
|
@@ -5095,6 +5147,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5095
5147
|
noResults: string;
|
|
5096
5148
|
showingCount: string;
|
|
5097
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
|
+
};
|
|
5098
5159
|
tableMenu: {
|
|
5099
5160
|
insert3x3: string;
|
|
5100
5161
|
insertTable: string;
|
|
@@ -5475,6 +5536,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5475
5536
|
noResults: string;
|
|
5476
5537
|
showingCount: string;
|
|
5477
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
|
+
};
|
|
5478
5548
|
tableMenu: {
|
|
5479
5549
|
insert3x3: string;
|
|
5480
5550
|
insertTable: string;
|
|
@@ -5816,6 +5886,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5816
5886
|
dividerDesc: string;
|
|
5817
5887
|
table: string;
|
|
5818
5888
|
tableDesc: string;
|
|
5889
|
+
noResults: string;
|
|
5819
5890
|
callout: string;
|
|
5820
5891
|
calloutDesc: string;
|
|
5821
5892
|
bookmark: string;
|
|
@@ -5854,6 +5925,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5854
5925
|
noResults: string;
|
|
5855
5926
|
showingCount: string;
|
|
5856
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
|
+
};
|
|
5857
5937
|
tableMenu: {
|
|
5858
5938
|
insert3x3: string;
|
|
5859
5939
|
insertTable: string;
|
|
@@ -5888,6 +5968,13 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5888
5968
|
borderWidth: string;
|
|
5889
5969
|
borderColor: string;
|
|
5890
5970
|
clearBorder: string;
|
|
5971
|
+
formula: string;
|
|
5972
|
+
numberFormat: string;
|
|
5973
|
+
formatText: string;
|
|
5974
|
+
formatDate: string;
|
|
5975
|
+
apply: string;
|
|
5976
|
+
clear: string;
|
|
5977
|
+
recalculate: string;
|
|
5891
5978
|
done: string;
|
|
5892
5979
|
};
|
|
5893
5980
|
callout: {
|
|
@@ -6188,6 +6275,7 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6188
6275
|
dividerDesc: string;
|
|
6189
6276
|
table: string;
|
|
6190
6277
|
tableDesc: string;
|
|
6278
|
+
noResults: string;
|
|
6191
6279
|
callout: string;
|
|
6192
6280
|
calloutDesc: string;
|
|
6193
6281
|
bookmark: string;
|
|
@@ -6226,6 +6314,15 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6226
6314
|
noResults: string;
|
|
6227
6315
|
showingCount: string;
|
|
6228
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
|
+
};
|
|
6229
6326
|
tableMenu: {
|
|
6230
6327
|
insert3x3: string;
|
|
6231
6328
|
insertTable: string;
|
|
@@ -6260,6 +6357,13 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
6260
6357
|
borderWidth: string;
|
|
6261
6358
|
borderColor: string;
|
|
6262
6359
|
clearBorder: string;
|
|
6360
|
+
formula: string;
|
|
6361
|
+
numberFormat: string;
|
|
6362
|
+
formatText: string;
|
|
6363
|
+
formatDate: string;
|
|
6364
|
+
apply: string;
|
|
6365
|
+
clear: string;
|
|
6366
|
+
recalculate: string;
|
|
6263
6367
|
done: string;
|
|
6264
6368
|
};
|
|
6265
6369
|
callout: {
|