@milaboratories/miplots4 1.0.94 → 1.0.95
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/dist/index.d.ts +19 -0
- package/dist/index.js +10 -10
- package/package.json +1 -2
package/dist/index.d.ts
CHANGED
|
@@ -3452,6 +3452,13 @@ declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3452
3452
|
}, {
|
|
3453
3453
|
show: boolean;
|
|
3454
3454
|
}>>;
|
|
3455
|
+
logo: z.ZodOptional<z.ZodObject<{
|
|
3456
|
+
show: z.ZodBoolean;
|
|
3457
|
+
}, "strip", z.ZodTypeAny, {
|
|
3458
|
+
show: boolean;
|
|
3459
|
+
}, {
|
|
3460
|
+
show: boolean;
|
|
3461
|
+
}>>;
|
|
3455
3462
|
}, "strip", z.ZodTypeAny, {
|
|
3456
3463
|
box?: {
|
|
3457
3464
|
show: boolean;
|
|
@@ -3474,6 +3481,9 @@ declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3474
3481
|
pairedPoints?: {
|
|
3475
3482
|
show: boolean;
|
|
3476
3483
|
} | undefined;
|
|
3484
|
+
logo?: {
|
|
3485
|
+
show: boolean;
|
|
3486
|
+
} | undefined;
|
|
3477
3487
|
boxOutliers?: {
|
|
3478
3488
|
show: boolean;
|
|
3479
3489
|
} | undefined;
|
|
@@ -3502,6 +3512,9 @@ declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
3502
3512
|
pairedPoints?: {
|
|
3503
3513
|
show: boolean;
|
|
3504
3514
|
} | undefined;
|
|
3515
|
+
logo?: {
|
|
3516
|
+
show: boolean;
|
|
3517
|
+
} | undefined;
|
|
3505
3518
|
boxOutliers?: {
|
|
3506
3519
|
show: boolean;
|
|
3507
3520
|
} | undefined;
|
|
@@ -5210,6 +5223,9 @@ declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5210
5223
|
pairedPoints?: {
|
|
5211
5224
|
show: boolean;
|
|
5212
5225
|
} | undefined;
|
|
5226
|
+
logo?: {
|
|
5227
|
+
show: boolean;
|
|
5228
|
+
} | undefined;
|
|
5213
5229
|
boxOutliers?: {
|
|
5214
5230
|
show: boolean;
|
|
5215
5231
|
} | undefined;
|
|
@@ -5579,6 +5595,9 @@ declare const DiscreteSettingsSchema: z.ZodObject<{
|
|
|
5579
5595
|
pairedPoints?: {
|
|
5580
5596
|
show: boolean;
|
|
5581
5597
|
} | undefined;
|
|
5598
|
+
logo?: {
|
|
5599
|
+
show: boolean;
|
|
5600
|
+
} | undefined;
|
|
5582
5601
|
boxOutliers?: {
|
|
5583
5602
|
show: boolean;
|
|
5584
5603
|
} | undefined;
|