@underverse-ui/underverse 1.0.150 → 1.0.152
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 +1183 -299
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +1184 -299
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3618,6 +3618,10 @@ declare const underverseMessages: {
|
|
|
3618
3618
|
borderWidth: string;
|
|
3619
3619
|
borderColor: string;
|
|
3620
3620
|
clearBorder: string;
|
|
3621
|
+
formula: string;
|
|
3622
|
+
apply: string;
|
|
3623
|
+
clear: string;
|
|
3624
|
+
recalculate: string;
|
|
3621
3625
|
done: string;
|
|
3622
3626
|
};
|
|
3623
3627
|
callout: {
|
|
@@ -3992,6 +3996,10 @@ declare const underverseMessages: {
|
|
|
3992
3996
|
borderWidth: string;
|
|
3993
3997
|
borderColor: string;
|
|
3994
3998
|
clearBorder: string;
|
|
3999
|
+
formula: string;
|
|
4000
|
+
apply: string;
|
|
4001
|
+
clear: string;
|
|
4002
|
+
recalculate: string;
|
|
3995
4003
|
done: string;
|
|
3996
4004
|
};
|
|
3997
4005
|
callout: {
|
|
@@ -5115,6 +5123,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5115
5123
|
borderWidth: string;
|
|
5116
5124
|
borderColor: string;
|
|
5117
5125
|
clearBorder: string;
|
|
5126
|
+
formula: string;
|
|
5127
|
+
apply: string;
|
|
5128
|
+
clear: string;
|
|
5129
|
+
recalculate: string;
|
|
5118
5130
|
done: string;
|
|
5119
5131
|
};
|
|
5120
5132
|
callout: {
|
|
@@ -5488,6 +5500,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5488
5500
|
borderWidth: string;
|
|
5489
5501
|
borderColor: string;
|
|
5490
5502
|
clearBorder: string;
|
|
5503
|
+
formula: string;
|
|
5504
|
+
apply: string;
|
|
5505
|
+
clear: string;
|
|
5506
|
+
recalculate: string;
|
|
5491
5507
|
done: string;
|
|
5492
5508
|
};
|
|
5493
5509
|
callout: {
|
package/dist/index.d.ts
CHANGED
|
@@ -3618,6 +3618,10 @@ declare const underverseMessages: {
|
|
|
3618
3618
|
borderWidth: string;
|
|
3619
3619
|
borderColor: string;
|
|
3620
3620
|
clearBorder: string;
|
|
3621
|
+
formula: string;
|
|
3622
|
+
apply: string;
|
|
3623
|
+
clear: string;
|
|
3624
|
+
recalculate: string;
|
|
3621
3625
|
done: string;
|
|
3622
3626
|
};
|
|
3623
3627
|
callout: {
|
|
@@ -3992,6 +3996,10 @@ declare const underverseMessages: {
|
|
|
3992
3996
|
borderWidth: string;
|
|
3993
3997
|
borderColor: string;
|
|
3994
3998
|
clearBorder: string;
|
|
3999
|
+
formula: string;
|
|
4000
|
+
apply: string;
|
|
4001
|
+
clear: string;
|
|
4002
|
+
recalculate: string;
|
|
3995
4003
|
done: string;
|
|
3996
4004
|
};
|
|
3997
4005
|
callout: {
|
|
@@ -5115,6 +5123,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5115
5123
|
borderWidth: string;
|
|
5116
5124
|
borderColor: string;
|
|
5117
5125
|
clearBorder: string;
|
|
5126
|
+
formula: string;
|
|
5127
|
+
apply: string;
|
|
5128
|
+
clear: string;
|
|
5129
|
+
recalculate: string;
|
|
5118
5130
|
done: string;
|
|
5119
5131
|
};
|
|
5120
5132
|
callout: {
|
|
@@ -5488,6 +5500,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
|
|
|
5488
5500
|
borderWidth: string;
|
|
5489
5501
|
borderColor: string;
|
|
5490
5502
|
clearBorder: string;
|
|
5503
|
+
formula: string;
|
|
5504
|
+
apply: string;
|
|
5505
|
+
clear: string;
|
|
5506
|
+
recalculate: string;
|
|
5491
5507
|
done: string;
|
|
5492
5508
|
};
|
|
5493
5509
|
callout: {
|