designertool 0.66.0 → 0.68.0
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/composable/googleMap.d.ts +10 -0
- package/dist/designertool.js +3947 -3860
- package/dist/stores/global-store.d.ts +10 -0
- package/dist/stores/item-store.d.ts +10 -0
- package/dist/types/items.d.ts +3 -0
- package/package.json +1 -1
|
@@ -360,6 +360,7 @@ export declare const useMap: () => {
|
|
|
360
360
|
} | undefined;
|
|
361
361
|
backgroundColor?: string | undefined;
|
|
362
362
|
padding?: number | undefined;
|
|
363
|
+
paddingY?: number | undefined;
|
|
363
364
|
keepRatio?: boolean | undefined;
|
|
364
365
|
style?: string | undefined;
|
|
365
366
|
} | {
|
|
@@ -380,6 +381,7 @@ export declare const useMap: () => {
|
|
|
380
381
|
} | undefined;
|
|
381
382
|
backgroundColor?: string | undefined;
|
|
382
383
|
padding?: number | undefined;
|
|
384
|
+
paddingY?: number | undefined;
|
|
383
385
|
keepRatio?: boolean | undefined;
|
|
384
386
|
style?: string | undefined;
|
|
385
387
|
} | {
|
|
@@ -400,6 +402,7 @@ export declare const useMap: () => {
|
|
|
400
402
|
} | undefined;
|
|
401
403
|
backgroundColor?: string | undefined;
|
|
402
404
|
padding?: number | undefined;
|
|
405
|
+
paddingY?: number | undefined;
|
|
403
406
|
keepRatio?: boolean | undefined;
|
|
404
407
|
style?: string | undefined;
|
|
405
408
|
} | {
|
|
@@ -420,6 +423,7 @@ export declare const useMap: () => {
|
|
|
420
423
|
} | undefined;
|
|
421
424
|
backgroundColor?: string | undefined;
|
|
422
425
|
padding?: number | undefined;
|
|
426
|
+
paddingY?: number | undefined;
|
|
423
427
|
keepRatio?: boolean | undefined;
|
|
424
428
|
style?: string | undefined;
|
|
425
429
|
} | {
|
|
@@ -440,6 +444,7 @@ export declare const useMap: () => {
|
|
|
440
444
|
} | undefined;
|
|
441
445
|
backgroundColor?: string | undefined;
|
|
442
446
|
padding?: number | undefined;
|
|
447
|
+
paddingY?: number | undefined;
|
|
443
448
|
keepRatio?: boolean | undefined;
|
|
444
449
|
style?: string | undefined;
|
|
445
450
|
} | {
|
|
@@ -467,6 +472,7 @@ export declare const useMap: () => {
|
|
|
467
472
|
} | undefined;
|
|
468
473
|
backgroundColor?: string | undefined;
|
|
469
474
|
padding?: number | undefined;
|
|
475
|
+
paddingY?: number | undefined;
|
|
470
476
|
keepRatio?: boolean | undefined;
|
|
471
477
|
style?: string | undefined;
|
|
472
478
|
} | {
|
|
@@ -488,6 +494,7 @@ export declare const useMap: () => {
|
|
|
488
494
|
} | undefined;
|
|
489
495
|
backgroundColor?: string | undefined;
|
|
490
496
|
padding?: number | undefined;
|
|
497
|
+
paddingY?: number | undefined;
|
|
491
498
|
keepRatio?: boolean | undefined;
|
|
492
499
|
style?: string | undefined;
|
|
493
500
|
} | {
|
|
@@ -519,6 +526,7 @@ export declare const useMap: () => {
|
|
|
519
526
|
} | undefined;
|
|
520
527
|
backgroundColor?: string | undefined;
|
|
521
528
|
padding?: number | undefined;
|
|
529
|
+
paddingY?: number | undefined;
|
|
522
530
|
keepRatio?: boolean | undefined;
|
|
523
531
|
style?: string | undefined;
|
|
524
532
|
} | {
|
|
@@ -544,6 +552,7 @@ export declare const useMap: () => {
|
|
|
544
552
|
} | undefined;
|
|
545
553
|
backgroundColor?: string | undefined;
|
|
546
554
|
padding?: number | undefined;
|
|
555
|
+
paddingY?: number | undefined;
|
|
547
556
|
keepRatio?: boolean | undefined;
|
|
548
557
|
style?: string | undefined;
|
|
549
558
|
} | undefined;
|
|
@@ -557,6 +566,7 @@ export declare const useMap: () => {
|
|
|
557
566
|
border?: import('../types/items').Border;
|
|
558
567
|
backgroundColor?: string;
|
|
559
568
|
padding?: number;
|
|
569
|
+
paddingY?: number;
|
|
560
570
|
};
|
|
561
571
|
getElementBorder(el: Element): import('../types/items').Border;
|
|
562
572
|
getElementStyle(el: Element): {
|