@designcrowd/library.brand-page 5.6.4-scroll-2 → 5.6.4-scroll-3
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/lib/src/brand-page/components/page/Page.mixin.js +4 -2
- package/lib/src/brand-page-maker/components/admin-background-settings/AdminBackgroundSettings.mixin.d.ts +6 -0
- package/lib/src/index.mjs +1 -1
- package/lib/src/shared/background-settings/components/BackgroundSettings.mixin.d.ts +6 -0
- package/lib/src/shared/background-settings/components/background-color/BackgroundColorSettings.mixin.d.ts +6 -0
- package/lib/src/shared/background-settings/components/background-shapes/BackgroundShapeSettings.mixin.d.ts +6 -0
- package/lib/src/shared/content-settings/components/color-field/ColorField.mixin.d.ts +6 -0
- package/lib/src/shared/page-settings/components/page-settings/PageSettings.mixin.d.ts +148 -0
- package/lib/src/shared/page-settings/components/page-settings-section-styles/PageSettingsSectionStyles.mixin.d.ts +130 -0
- package/lib/src/shared/style-settings/components/StyleSettings.mixin.d.ts +10 -0
- package/package.json +1 -1
- package/src/brand-page/components/page/Page.mixin.ts +4 -2
|
@@ -66,6 +66,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
66
66
|
fontWeight?: string | undefined;
|
|
67
67
|
height?: string | undefined;
|
|
68
68
|
left?: string | undefined;
|
|
69
|
+
right?: string | undefined;
|
|
69
70
|
letterSpacing?: string | undefined;
|
|
70
71
|
lineHeight?: string | undefined;
|
|
71
72
|
marginBottom?: string | undefined;
|
|
@@ -78,6 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
78
79
|
textAlign?: string | undefined;
|
|
79
80
|
textDecoration?: string | undefined;
|
|
80
81
|
top?: string | undefined;
|
|
82
|
+
bottom?: string | undefined;
|
|
81
83
|
transform?: string | undefined;
|
|
82
84
|
transformOrigin?: string | undefined;
|
|
83
85
|
transition?: string | undefined;
|
|
@@ -112,6 +114,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
112
114
|
fontWeight?: string | undefined;
|
|
113
115
|
height?: string | undefined;
|
|
114
116
|
left?: string | undefined;
|
|
117
|
+
right?: string | undefined;
|
|
115
118
|
letterSpacing?: string | undefined;
|
|
116
119
|
lineHeight?: string | undefined;
|
|
117
120
|
marginBottom?: string | undefined;
|
|
@@ -124,6 +127,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
124
127
|
textAlign?: string | undefined;
|
|
125
128
|
textDecoration?: string | undefined;
|
|
126
129
|
top?: string | undefined;
|
|
130
|
+
bottom?: string | undefined;
|
|
127
131
|
transform?: string | undefined;
|
|
128
132
|
transformOrigin?: string | undefined;
|
|
129
133
|
transition?: string | undefined;
|
|
@@ -157,6 +161,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
157
161
|
fontWeight?: string | undefined;
|
|
158
162
|
height?: string | undefined;
|
|
159
163
|
left?: string | undefined;
|
|
164
|
+
right?: string | undefined;
|
|
160
165
|
letterSpacing?: string | undefined;
|
|
161
166
|
lineHeight?: string | undefined;
|
|
162
167
|
marginBottom?: string | undefined;
|
|
@@ -169,6 +174,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
169
174
|
textAlign?: string | undefined;
|
|
170
175
|
textDecoration?: string | undefined;
|
|
171
176
|
top?: string | undefined;
|
|
177
|
+
bottom?: string | undefined;
|
|
172
178
|
transform?: string | undefined;
|
|
173
179
|
transformOrigin?: string | undefined;
|
|
174
180
|
transition?: string | undefined;
|
|
@@ -204,6 +210,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
210
|
fontWeight?: string | undefined;
|
|
205
211
|
height?: string | undefined;
|
|
206
212
|
left?: string | undefined;
|
|
213
|
+
right?: string | undefined;
|
|
207
214
|
letterSpacing?: string | undefined;
|
|
208
215
|
lineHeight?: string | undefined;
|
|
209
216
|
marginBottom?: string | undefined;
|
|
@@ -216,6 +223,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
216
223
|
textAlign?: string | undefined;
|
|
217
224
|
textDecoration?: string | undefined;
|
|
218
225
|
top?: string | undefined;
|
|
226
|
+
bottom?: string | undefined;
|
|
219
227
|
transform?: string | undefined;
|
|
220
228
|
transformOrigin?: string | undefined;
|
|
221
229
|
transition?: string | undefined;
|
|
@@ -250,6 +258,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
250
258
|
fontWeight?: string | undefined;
|
|
251
259
|
height?: string | undefined;
|
|
252
260
|
left?: string | undefined;
|
|
261
|
+
right?: string | undefined;
|
|
253
262
|
letterSpacing?: string | undefined;
|
|
254
263
|
lineHeight?: string | undefined;
|
|
255
264
|
marginBottom?: string | undefined;
|
|
@@ -262,6 +271,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
262
271
|
textAlign?: string | undefined;
|
|
263
272
|
textDecoration?: string | undefined;
|
|
264
273
|
top?: string | undefined;
|
|
274
|
+
bottom?: string | undefined;
|
|
265
275
|
transform?: string | undefined;
|
|
266
276
|
transformOrigin?: string | undefined;
|
|
267
277
|
transition?: string | undefined;
|
|
@@ -295,6 +305,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
295
305
|
fontWeight?: string | undefined;
|
|
296
306
|
height?: string | undefined;
|
|
297
307
|
left?: string | undefined;
|
|
308
|
+
right?: string | undefined;
|
|
298
309
|
letterSpacing?: string | undefined;
|
|
299
310
|
lineHeight?: string | undefined;
|
|
300
311
|
marginBottom?: string | undefined;
|
|
@@ -307,6 +318,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
307
318
|
textAlign?: string | undefined;
|
|
308
319
|
textDecoration?: string | undefined;
|
|
309
320
|
top?: string | undefined;
|
|
321
|
+
bottom?: string | undefined;
|
|
310
322
|
transform?: string | undefined;
|
|
311
323
|
transformOrigin?: string | undefined;
|
|
312
324
|
transition?: string | undefined;
|
|
@@ -345,6 +357,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
345
357
|
fontWeight?: string | undefined;
|
|
346
358
|
height?: string | undefined;
|
|
347
359
|
left?: string | undefined;
|
|
360
|
+
right?: string | undefined;
|
|
348
361
|
letterSpacing?: string | undefined;
|
|
349
362
|
lineHeight?: string | undefined;
|
|
350
363
|
marginBottom?: string | undefined;
|
|
@@ -357,6 +370,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
357
370
|
textAlign?: string | undefined;
|
|
358
371
|
textDecoration?: string | undefined;
|
|
359
372
|
top?: string | undefined;
|
|
373
|
+
bottom?: string | undefined;
|
|
360
374
|
transform?: string | undefined;
|
|
361
375
|
transformOrigin?: string | undefined;
|
|
362
376
|
transition?: string | undefined;
|
|
@@ -391,6 +405,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
391
405
|
fontWeight?: string | undefined;
|
|
392
406
|
height?: string | undefined;
|
|
393
407
|
left?: string | undefined;
|
|
408
|
+
right?: string | undefined;
|
|
394
409
|
letterSpacing?: string | undefined;
|
|
395
410
|
lineHeight?: string | undefined;
|
|
396
411
|
marginBottom?: string | undefined;
|
|
@@ -403,6 +418,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
403
418
|
textAlign?: string | undefined;
|
|
404
419
|
textDecoration?: string | undefined;
|
|
405
420
|
top?: string | undefined;
|
|
421
|
+
bottom?: string | undefined;
|
|
406
422
|
transform?: string | undefined;
|
|
407
423
|
transformOrigin?: string | undefined;
|
|
408
424
|
transition?: string | undefined;
|
|
@@ -436,6 +452,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
436
452
|
fontWeight?: string | undefined;
|
|
437
453
|
height?: string | undefined;
|
|
438
454
|
left?: string | undefined;
|
|
455
|
+
right?: string | undefined;
|
|
439
456
|
letterSpacing?: string | undefined;
|
|
440
457
|
lineHeight?: string | undefined;
|
|
441
458
|
marginBottom?: string | undefined;
|
|
@@ -448,6 +465,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
448
465
|
textAlign?: string | undefined;
|
|
449
466
|
textDecoration?: string | undefined;
|
|
450
467
|
top?: string | undefined;
|
|
468
|
+
bottom?: string | undefined;
|
|
451
469
|
transform?: string | undefined;
|
|
452
470
|
transformOrigin?: string | undefined;
|
|
453
471
|
transition?: string | undefined;
|
|
@@ -483,6 +501,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
483
501
|
fontWeight?: string | undefined;
|
|
484
502
|
height?: string | undefined;
|
|
485
503
|
left?: string | undefined;
|
|
504
|
+
right?: string | undefined;
|
|
486
505
|
letterSpacing?: string | undefined;
|
|
487
506
|
lineHeight?: string | undefined;
|
|
488
507
|
marginBottom?: string | undefined;
|
|
@@ -495,6 +514,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
495
514
|
textAlign?: string | undefined;
|
|
496
515
|
textDecoration?: string | undefined;
|
|
497
516
|
top?: string | undefined;
|
|
517
|
+
bottom?: string | undefined;
|
|
498
518
|
transform?: string | undefined;
|
|
499
519
|
transformOrigin?: string | undefined;
|
|
500
520
|
transition?: string | undefined;
|
|
@@ -529,6 +549,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
529
549
|
fontWeight?: string | undefined;
|
|
530
550
|
height?: string | undefined;
|
|
531
551
|
left?: string | undefined;
|
|
552
|
+
right?: string | undefined;
|
|
532
553
|
letterSpacing?: string | undefined;
|
|
533
554
|
lineHeight?: string | undefined;
|
|
534
555
|
marginBottom?: string | undefined;
|
|
@@ -541,6 +562,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
541
562
|
textAlign?: string | undefined;
|
|
542
563
|
textDecoration?: string | undefined;
|
|
543
564
|
top?: string | undefined;
|
|
565
|
+
bottom?: string | undefined;
|
|
544
566
|
transform?: string | undefined;
|
|
545
567
|
transformOrigin?: string | undefined;
|
|
546
568
|
transition?: string | undefined;
|
|
@@ -574,6 +596,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
574
596
|
fontWeight?: string | undefined;
|
|
575
597
|
height?: string | undefined;
|
|
576
598
|
left?: string | undefined;
|
|
599
|
+
right?: string | undefined;
|
|
577
600
|
letterSpacing?: string | undefined;
|
|
578
601
|
lineHeight?: string | undefined;
|
|
579
602
|
marginBottom?: string | undefined;
|
|
@@ -586,6 +609,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
586
609
|
textAlign?: string | undefined;
|
|
587
610
|
textDecoration?: string | undefined;
|
|
588
611
|
top?: string | undefined;
|
|
612
|
+
bottom?: string | undefined;
|
|
589
613
|
transform?: string | undefined;
|
|
590
614
|
transformOrigin?: string | undefined;
|
|
591
615
|
transition?: string | undefined;
|
|
@@ -625,6 +649,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
625
649
|
fontWeight?: string | undefined;
|
|
626
650
|
height?: string | undefined;
|
|
627
651
|
left?: string | undefined;
|
|
652
|
+
right?: string | undefined;
|
|
628
653
|
letterSpacing?: string | undefined;
|
|
629
654
|
lineHeight?: string | undefined;
|
|
630
655
|
marginBottom?: string | undefined;
|
|
@@ -637,6 +662,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
637
662
|
textAlign?: string | undefined;
|
|
638
663
|
textDecoration?: string | undefined;
|
|
639
664
|
top?: string | undefined;
|
|
665
|
+
bottom?: string | undefined;
|
|
640
666
|
transform?: string | undefined;
|
|
641
667
|
transformOrigin?: string | undefined;
|
|
642
668
|
transition?: string | undefined;
|
|
@@ -671,6 +697,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
671
697
|
fontWeight?: string | undefined;
|
|
672
698
|
height?: string | undefined;
|
|
673
699
|
left?: string | undefined;
|
|
700
|
+
right?: string | undefined;
|
|
674
701
|
letterSpacing?: string | undefined;
|
|
675
702
|
lineHeight?: string | undefined;
|
|
676
703
|
marginBottom?: string | undefined;
|
|
@@ -683,6 +710,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
683
710
|
textAlign?: string | undefined;
|
|
684
711
|
textDecoration?: string | undefined;
|
|
685
712
|
top?: string | undefined;
|
|
713
|
+
bottom?: string | undefined;
|
|
686
714
|
transform?: string | undefined;
|
|
687
715
|
transformOrigin?: string | undefined;
|
|
688
716
|
transition?: string | undefined;
|
|
@@ -716,6 +744,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
716
744
|
fontWeight?: string | undefined;
|
|
717
745
|
height?: string | undefined;
|
|
718
746
|
left?: string | undefined;
|
|
747
|
+
right?: string | undefined;
|
|
719
748
|
letterSpacing?: string | undefined;
|
|
720
749
|
lineHeight?: string | undefined;
|
|
721
750
|
marginBottom?: string | undefined;
|
|
@@ -728,6 +757,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
728
757
|
textAlign?: string | undefined;
|
|
729
758
|
textDecoration?: string | undefined;
|
|
730
759
|
top?: string | undefined;
|
|
760
|
+
bottom?: string | undefined;
|
|
731
761
|
transform?: string | undefined;
|
|
732
762
|
transformOrigin?: string | undefined;
|
|
733
763
|
transition?: string | undefined;
|
|
@@ -763,6 +793,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
763
793
|
fontWeight?: string | undefined;
|
|
764
794
|
height?: string | undefined;
|
|
765
795
|
left?: string | undefined;
|
|
796
|
+
right?: string | undefined;
|
|
766
797
|
letterSpacing?: string | undefined;
|
|
767
798
|
lineHeight?: string | undefined;
|
|
768
799
|
marginBottom?: string | undefined;
|
|
@@ -775,6 +806,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
775
806
|
textAlign?: string | undefined;
|
|
776
807
|
textDecoration?: string | undefined;
|
|
777
808
|
top?: string | undefined;
|
|
809
|
+
bottom?: string | undefined;
|
|
778
810
|
transform?: string | undefined;
|
|
779
811
|
transformOrigin?: string | undefined;
|
|
780
812
|
transition?: string | undefined;
|
|
@@ -809,6 +841,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
809
841
|
fontWeight?: string | undefined;
|
|
810
842
|
height?: string | undefined;
|
|
811
843
|
left?: string | undefined;
|
|
844
|
+
right?: string | undefined;
|
|
812
845
|
letterSpacing?: string | undefined;
|
|
813
846
|
lineHeight?: string | undefined;
|
|
814
847
|
marginBottom?: string | undefined;
|
|
@@ -821,6 +854,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
821
854
|
textAlign?: string | undefined;
|
|
822
855
|
textDecoration?: string | undefined;
|
|
823
856
|
top?: string | undefined;
|
|
857
|
+
bottom?: string | undefined;
|
|
824
858
|
transform?: string | undefined;
|
|
825
859
|
transformOrigin?: string | undefined;
|
|
826
860
|
transition?: string | undefined;
|
|
@@ -854,6 +888,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
854
888
|
fontWeight?: string | undefined;
|
|
855
889
|
height?: string | undefined;
|
|
856
890
|
left?: string | undefined;
|
|
891
|
+
right?: string | undefined;
|
|
857
892
|
letterSpacing?: string | undefined;
|
|
858
893
|
lineHeight?: string | undefined;
|
|
859
894
|
marginBottom?: string | undefined;
|
|
@@ -866,6 +901,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
866
901
|
textAlign?: string | undefined;
|
|
867
902
|
textDecoration?: string | undefined;
|
|
868
903
|
top?: string | undefined;
|
|
904
|
+
bottom?: string | undefined;
|
|
869
905
|
transform?: string | undefined;
|
|
870
906
|
transformOrigin?: string | undefined;
|
|
871
907
|
transition?: string | undefined;
|
|
@@ -904,6 +940,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
904
940
|
fontWeight?: string | undefined;
|
|
905
941
|
height?: string | undefined;
|
|
906
942
|
left?: string | undefined;
|
|
943
|
+
right?: string | undefined;
|
|
907
944
|
letterSpacing?: string | undefined;
|
|
908
945
|
lineHeight?: string | undefined;
|
|
909
946
|
marginBottom?: string | undefined;
|
|
@@ -916,6 +953,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
916
953
|
textAlign?: string | undefined;
|
|
917
954
|
textDecoration?: string | undefined;
|
|
918
955
|
top?: string | undefined;
|
|
956
|
+
bottom?: string | undefined;
|
|
919
957
|
transform?: string | undefined;
|
|
920
958
|
transformOrigin?: string | undefined;
|
|
921
959
|
transition?: string | undefined;
|
|
@@ -950,6 +988,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
950
988
|
fontWeight?: string | undefined;
|
|
951
989
|
height?: string | undefined;
|
|
952
990
|
left?: string | undefined;
|
|
991
|
+
right?: string | undefined;
|
|
953
992
|
letterSpacing?: string | undefined;
|
|
954
993
|
lineHeight?: string | undefined;
|
|
955
994
|
marginBottom?: string | undefined;
|
|
@@ -962,6 +1001,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
962
1001
|
textAlign?: string | undefined;
|
|
963
1002
|
textDecoration?: string | undefined;
|
|
964
1003
|
top?: string | undefined;
|
|
1004
|
+
bottom?: string | undefined;
|
|
965
1005
|
transform?: string | undefined;
|
|
966
1006
|
transformOrigin?: string | undefined;
|
|
967
1007
|
transition?: string | undefined;
|
|
@@ -995,6 +1035,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
995
1035
|
fontWeight?: string | undefined;
|
|
996
1036
|
height?: string | undefined;
|
|
997
1037
|
left?: string | undefined;
|
|
1038
|
+
right?: string | undefined;
|
|
998
1039
|
letterSpacing?: string | undefined;
|
|
999
1040
|
lineHeight?: string | undefined;
|
|
1000
1041
|
marginBottom?: string | undefined;
|
|
@@ -1007,6 +1048,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1007
1048
|
textAlign?: string | undefined;
|
|
1008
1049
|
textDecoration?: string | undefined;
|
|
1009
1050
|
top?: string | undefined;
|
|
1051
|
+
bottom?: string | undefined;
|
|
1010
1052
|
transform?: string | undefined;
|
|
1011
1053
|
transformOrigin?: string | undefined;
|
|
1012
1054
|
transition?: string | undefined;
|
|
@@ -1042,6 +1084,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1042
1084
|
fontWeight?: string | undefined;
|
|
1043
1085
|
height?: string | undefined;
|
|
1044
1086
|
left?: string | undefined;
|
|
1087
|
+
right?: string | undefined;
|
|
1045
1088
|
letterSpacing?: string | undefined;
|
|
1046
1089
|
lineHeight?: string | undefined;
|
|
1047
1090
|
marginBottom?: string | undefined;
|
|
@@ -1054,6 +1097,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1054
1097
|
textAlign?: string | undefined;
|
|
1055
1098
|
textDecoration?: string | undefined;
|
|
1056
1099
|
top?: string | undefined;
|
|
1100
|
+
bottom?: string | undefined;
|
|
1057
1101
|
transform?: string | undefined;
|
|
1058
1102
|
transformOrigin?: string | undefined;
|
|
1059
1103
|
transition?: string | undefined;
|
|
@@ -1088,6 +1132,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1088
1132
|
fontWeight?: string | undefined;
|
|
1089
1133
|
height?: string | undefined;
|
|
1090
1134
|
left?: string | undefined;
|
|
1135
|
+
right?: string | undefined;
|
|
1091
1136
|
letterSpacing?: string | undefined;
|
|
1092
1137
|
lineHeight?: string | undefined;
|
|
1093
1138
|
marginBottom?: string | undefined;
|
|
@@ -1100,6 +1145,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1100
1145
|
textAlign?: string | undefined;
|
|
1101
1146
|
textDecoration?: string | undefined;
|
|
1102
1147
|
top?: string | undefined;
|
|
1148
|
+
bottom?: string | undefined;
|
|
1103
1149
|
transform?: string | undefined;
|
|
1104
1150
|
transformOrigin?: string | undefined;
|
|
1105
1151
|
transition?: string | undefined;
|
|
@@ -1133,6 +1179,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1133
1179
|
fontWeight?: string | undefined;
|
|
1134
1180
|
height?: string | undefined;
|
|
1135
1181
|
left?: string | undefined;
|
|
1182
|
+
right?: string | undefined;
|
|
1136
1183
|
letterSpacing?: string | undefined;
|
|
1137
1184
|
lineHeight?: string | undefined;
|
|
1138
1185
|
marginBottom?: string | undefined;
|
|
@@ -1145,6 +1192,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1145
1192
|
textAlign?: string | undefined;
|
|
1146
1193
|
textDecoration?: string | undefined;
|
|
1147
1194
|
top?: string | undefined;
|
|
1195
|
+
bottom?: string | undefined;
|
|
1148
1196
|
transform?: string | undefined;
|
|
1149
1197
|
transformOrigin?: string | undefined;
|
|
1150
1198
|
transition?: string | undefined;
|
|
@@ -1185,6 +1233,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1185
1233
|
fontWeight?: string | undefined;
|
|
1186
1234
|
height?: string | undefined;
|
|
1187
1235
|
left?: string | undefined;
|
|
1236
|
+
right?: string | undefined;
|
|
1188
1237
|
letterSpacing?: string | undefined;
|
|
1189
1238
|
lineHeight?: string | undefined;
|
|
1190
1239
|
marginBottom?: string | undefined;
|
|
@@ -1197,6 +1246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1197
1246
|
textAlign?: string | undefined;
|
|
1198
1247
|
textDecoration?: string | undefined;
|
|
1199
1248
|
top?: string | undefined;
|
|
1249
|
+
bottom?: string | undefined;
|
|
1200
1250
|
transform?: string | undefined;
|
|
1201
1251
|
transformOrigin?: string | undefined;
|
|
1202
1252
|
transition?: string | undefined;
|
|
@@ -1244,6 +1294,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1244
1294
|
fontWeight?: string | undefined;
|
|
1245
1295
|
height?: string | undefined;
|
|
1246
1296
|
left?: string | undefined;
|
|
1297
|
+
right?: string | undefined;
|
|
1247
1298
|
letterSpacing?: string | undefined;
|
|
1248
1299
|
lineHeight?: string | undefined;
|
|
1249
1300
|
marginBottom?: string | undefined;
|
|
@@ -1256,6 +1307,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1256
1307
|
textAlign?: string | undefined;
|
|
1257
1308
|
textDecoration?: string | undefined;
|
|
1258
1309
|
top?: string | undefined;
|
|
1310
|
+
bottom?: string | undefined;
|
|
1259
1311
|
transform?: string | undefined;
|
|
1260
1312
|
transformOrigin?: string | undefined;
|
|
1261
1313
|
transition?: string | undefined;
|
|
@@ -1289,6 +1341,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1289
1341
|
fontWeight?: string | undefined;
|
|
1290
1342
|
height?: string | undefined;
|
|
1291
1343
|
left?: string | undefined;
|
|
1344
|
+
right?: string | undefined;
|
|
1292
1345
|
letterSpacing?: string | undefined;
|
|
1293
1346
|
lineHeight?: string | undefined;
|
|
1294
1347
|
marginBottom?: string | undefined;
|
|
@@ -1301,6 +1354,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1301
1354
|
textAlign?: string | undefined;
|
|
1302
1355
|
textDecoration?: string | undefined;
|
|
1303
1356
|
top?: string | undefined;
|
|
1357
|
+
bottom?: string | undefined;
|
|
1304
1358
|
transform?: string | undefined;
|
|
1305
1359
|
transformOrigin?: string | undefined;
|
|
1306
1360
|
transition?: string | undefined;
|
|
@@ -1342,6 +1396,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1342
1396
|
fontWeight?: string | undefined;
|
|
1343
1397
|
height?: string | undefined;
|
|
1344
1398
|
left?: string | undefined;
|
|
1399
|
+
right?: string | undefined;
|
|
1345
1400
|
letterSpacing?: string | undefined;
|
|
1346
1401
|
lineHeight?: string | undefined;
|
|
1347
1402
|
marginBottom?: string | undefined;
|
|
@@ -1354,6 +1409,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1354
1409
|
textAlign?: string | undefined;
|
|
1355
1410
|
textDecoration?: string | undefined;
|
|
1356
1411
|
top?: string | undefined;
|
|
1412
|
+
bottom?: string | undefined;
|
|
1357
1413
|
transform?: string | undefined;
|
|
1358
1414
|
transformOrigin?: string | undefined;
|
|
1359
1415
|
transition?: string | undefined;
|
|
@@ -1388,6 +1444,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1388
1444
|
fontWeight?: string | undefined;
|
|
1389
1445
|
height?: string | undefined;
|
|
1390
1446
|
left?: string | undefined;
|
|
1447
|
+
right?: string | undefined;
|
|
1391
1448
|
letterSpacing?: string | undefined;
|
|
1392
1449
|
lineHeight?: string | undefined;
|
|
1393
1450
|
marginBottom?: string | undefined;
|
|
@@ -1400,6 +1457,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1400
1457
|
textAlign?: string | undefined;
|
|
1401
1458
|
textDecoration?: string | undefined;
|
|
1402
1459
|
top?: string | undefined;
|
|
1460
|
+
bottom?: string | undefined;
|
|
1403
1461
|
transform?: string | undefined;
|
|
1404
1462
|
transformOrigin?: string | undefined;
|
|
1405
1463
|
transition?: string | undefined;
|
|
@@ -1433,6 +1491,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1433
1491
|
fontWeight?: string | undefined;
|
|
1434
1492
|
height?: string | undefined;
|
|
1435
1493
|
left?: string | undefined;
|
|
1494
|
+
right?: string | undefined;
|
|
1436
1495
|
letterSpacing?: string | undefined;
|
|
1437
1496
|
lineHeight?: string | undefined;
|
|
1438
1497
|
marginBottom?: string | undefined;
|
|
@@ -1445,6 +1504,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1445
1504
|
textAlign?: string | undefined;
|
|
1446
1505
|
textDecoration?: string | undefined;
|
|
1447
1506
|
top?: string | undefined;
|
|
1507
|
+
bottom?: string | undefined;
|
|
1448
1508
|
transform?: string | undefined;
|
|
1449
1509
|
transformOrigin?: string | undefined;
|
|
1450
1510
|
transition?: string | undefined;
|
|
@@ -1480,6 +1540,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1480
1540
|
fontWeight?: string | undefined;
|
|
1481
1541
|
height?: string | undefined;
|
|
1482
1542
|
left?: string | undefined;
|
|
1543
|
+
right?: string | undefined;
|
|
1483
1544
|
letterSpacing?: string | undefined;
|
|
1484
1545
|
lineHeight?: string | undefined;
|
|
1485
1546
|
marginBottom?: string | undefined;
|
|
@@ -1492,6 +1553,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1492
1553
|
textAlign?: string | undefined;
|
|
1493
1554
|
textDecoration?: string | undefined;
|
|
1494
1555
|
top?: string | undefined;
|
|
1556
|
+
bottom?: string | undefined;
|
|
1495
1557
|
transform?: string | undefined;
|
|
1496
1558
|
transformOrigin?: string | undefined;
|
|
1497
1559
|
transition?: string | undefined;
|
|
@@ -1526,6 +1588,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1526
1588
|
fontWeight?: string | undefined;
|
|
1527
1589
|
height?: string | undefined;
|
|
1528
1590
|
left?: string | undefined;
|
|
1591
|
+
right?: string | undefined;
|
|
1529
1592
|
letterSpacing?: string | undefined;
|
|
1530
1593
|
lineHeight?: string | undefined;
|
|
1531
1594
|
marginBottom?: string | undefined;
|
|
@@ -1538,6 +1601,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1538
1601
|
textAlign?: string | undefined;
|
|
1539
1602
|
textDecoration?: string | undefined;
|
|
1540
1603
|
top?: string | undefined;
|
|
1604
|
+
bottom?: string | undefined;
|
|
1541
1605
|
transform?: string | undefined;
|
|
1542
1606
|
transformOrigin?: string | undefined;
|
|
1543
1607
|
transition?: string | undefined;
|
|
@@ -1571,6 +1635,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1571
1635
|
fontWeight?: string | undefined;
|
|
1572
1636
|
height?: string | undefined;
|
|
1573
1637
|
left?: string | undefined;
|
|
1638
|
+
right?: string | undefined;
|
|
1574
1639
|
letterSpacing?: string | undefined;
|
|
1575
1640
|
lineHeight?: string | undefined;
|
|
1576
1641
|
marginBottom?: string | undefined;
|
|
@@ -1583,6 +1648,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1583
1648
|
textAlign?: string | undefined;
|
|
1584
1649
|
textDecoration?: string | undefined;
|
|
1585
1650
|
top?: string | undefined;
|
|
1651
|
+
bottom?: string | undefined;
|
|
1586
1652
|
transform?: string | undefined;
|
|
1587
1653
|
transformOrigin?: string | undefined;
|
|
1588
1654
|
transition?: string | undefined;
|
|
@@ -1621,6 +1687,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1621
1687
|
fontWeight?: string | undefined;
|
|
1622
1688
|
height?: string | undefined;
|
|
1623
1689
|
left?: string | undefined;
|
|
1690
|
+
right?: string | undefined;
|
|
1624
1691
|
letterSpacing?: string | undefined;
|
|
1625
1692
|
lineHeight?: string | undefined;
|
|
1626
1693
|
marginBottom?: string | undefined;
|
|
@@ -1633,6 +1700,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1633
1700
|
textAlign?: string | undefined;
|
|
1634
1701
|
textDecoration?: string | undefined;
|
|
1635
1702
|
top?: string | undefined;
|
|
1703
|
+
bottom?: string | undefined;
|
|
1636
1704
|
transform?: string | undefined;
|
|
1637
1705
|
transformOrigin?: string | undefined;
|
|
1638
1706
|
transition?: string | undefined;
|
|
@@ -1667,6 +1735,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1667
1735
|
fontWeight?: string | undefined;
|
|
1668
1736
|
height?: string | undefined;
|
|
1669
1737
|
left?: string | undefined;
|
|
1738
|
+
right?: string | undefined;
|
|
1670
1739
|
letterSpacing?: string | undefined;
|
|
1671
1740
|
lineHeight?: string | undefined;
|
|
1672
1741
|
marginBottom?: string | undefined;
|
|
@@ -1679,6 +1748,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1679
1748
|
textAlign?: string | undefined;
|
|
1680
1749
|
textDecoration?: string | undefined;
|
|
1681
1750
|
top?: string | undefined;
|
|
1751
|
+
bottom?: string | undefined;
|
|
1682
1752
|
transform?: string | undefined;
|
|
1683
1753
|
transformOrigin?: string | undefined;
|
|
1684
1754
|
transition?: string | undefined;
|
|
@@ -1712,6 +1782,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1712
1782
|
fontWeight?: string | undefined;
|
|
1713
1783
|
height?: string | undefined;
|
|
1714
1784
|
left?: string | undefined;
|
|
1785
|
+
right?: string | undefined;
|
|
1715
1786
|
letterSpacing?: string | undefined;
|
|
1716
1787
|
lineHeight?: string | undefined;
|
|
1717
1788
|
marginBottom?: string | undefined;
|
|
@@ -1724,6 +1795,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1724
1795
|
textAlign?: string | undefined;
|
|
1725
1796
|
textDecoration?: string | undefined;
|
|
1726
1797
|
top?: string | undefined;
|
|
1798
|
+
bottom?: string | undefined;
|
|
1727
1799
|
transform?: string | undefined;
|
|
1728
1800
|
transformOrigin?: string | undefined;
|
|
1729
1801
|
transition?: string | undefined;
|
|
@@ -1759,6 +1831,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1759
1831
|
fontWeight?: string | undefined;
|
|
1760
1832
|
height?: string | undefined;
|
|
1761
1833
|
left?: string | undefined;
|
|
1834
|
+
right?: string | undefined;
|
|
1762
1835
|
letterSpacing?: string | undefined;
|
|
1763
1836
|
lineHeight?: string | undefined;
|
|
1764
1837
|
marginBottom?: string | undefined;
|
|
@@ -1771,6 +1844,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1771
1844
|
textAlign?: string | undefined;
|
|
1772
1845
|
textDecoration?: string | undefined;
|
|
1773
1846
|
top?: string | undefined;
|
|
1847
|
+
bottom?: string | undefined;
|
|
1774
1848
|
transform?: string | undefined;
|
|
1775
1849
|
transformOrigin?: string | undefined;
|
|
1776
1850
|
transition?: string | undefined;
|
|
@@ -1805,6 +1879,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1805
1879
|
fontWeight?: string | undefined;
|
|
1806
1880
|
height?: string | undefined;
|
|
1807
1881
|
left?: string | undefined;
|
|
1882
|
+
right?: string | undefined;
|
|
1808
1883
|
letterSpacing?: string | undefined;
|
|
1809
1884
|
lineHeight?: string | undefined;
|
|
1810
1885
|
marginBottom?: string | undefined;
|
|
@@ -1817,6 +1892,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1817
1892
|
textAlign?: string | undefined;
|
|
1818
1893
|
textDecoration?: string | undefined;
|
|
1819
1894
|
top?: string | undefined;
|
|
1895
|
+
bottom?: string | undefined;
|
|
1820
1896
|
transform?: string | undefined;
|
|
1821
1897
|
transformOrigin?: string | undefined;
|
|
1822
1898
|
transition?: string | undefined;
|
|
@@ -1850,6 +1926,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1850
1926
|
fontWeight?: string | undefined;
|
|
1851
1927
|
height?: string | undefined;
|
|
1852
1928
|
left?: string | undefined;
|
|
1929
|
+
right?: string | undefined;
|
|
1853
1930
|
letterSpacing?: string | undefined;
|
|
1854
1931
|
lineHeight?: string | undefined;
|
|
1855
1932
|
marginBottom?: string | undefined;
|
|
@@ -1862,6 +1939,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1862
1939
|
textAlign?: string | undefined;
|
|
1863
1940
|
textDecoration?: string | undefined;
|
|
1864
1941
|
top?: string | undefined;
|
|
1942
|
+
bottom?: string | undefined;
|
|
1865
1943
|
transform?: string | undefined;
|
|
1866
1944
|
transformOrigin?: string | undefined;
|
|
1867
1945
|
transition?: string | undefined;
|
|
@@ -1901,6 +1979,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1901
1979
|
fontWeight?: string | undefined;
|
|
1902
1980
|
height?: string | undefined;
|
|
1903
1981
|
left?: string | undefined;
|
|
1982
|
+
right?: string | undefined;
|
|
1904
1983
|
letterSpacing?: string | undefined;
|
|
1905
1984
|
lineHeight?: string | undefined;
|
|
1906
1985
|
marginBottom?: string | undefined;
|
|
@@ -1913,6 +1992,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1913
1992
|
textAlign?: string | undefined;
|
|
1914
1993
|
textDecoration?: string | undefined;
|
|
1915
1994
|
top?: string | undefined;
|
|
1995
|
+
bottom?: string | undefined;
|
|
1916
1996
|
transform?: string | undefined;
|
|
1917
1997
|
transformOrigin?: string | undefined;
|
|
1918
1998
|
transition?: string | undefined;
|
|
@@ -1947,6 +2027,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1947
2027
|
fontWeight?: string | undefined;
|
|
1948
2028
|
height?: string | undefined;
|
|
1949
2029
|
left?: string | undefined;
|
|
2030
|
+
right?: string | undefined;
|
|
1950
2031
|
letterSpacing?: string | undefined;
|
|
1951
2032
|
lineHeight?: string | undefined;
|
|
1952
2033
|
marginBottom?: string | undefined;
|
|
@@ -1959,6 +2040,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1959
2040
|
textAlign?: string | undefined;
|
|
1960
2041
|
textDecoration?: string | undefined;
|
|
1961
2042
|
top?: string | undefined;
|
|
2043
|
+
bottom?: string | undefined;
|
|
1962
2044
|
transform?: string | undefined;
|
|
1963
2045
|
transformOrigin?: string | undefined;
|
|
1964
2046
|
transition?: string | undefined;
|
|
@@ -1992,6 +2074,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1992
2074
|
fontWeight?: string | undefined;
|
|
1993
2075
|
height?: string | undefined;
|
|
1994
2076
|
left?: string | undefined;
|
|
2077
|
+
right?: string | undefined;
|
|
1995
2078
|
letterSpacing?: string | undefined;
|
|
1996
2079
|
lineHeight?: string | undefined;
|
|
1997
2080
|
marginBottom?: string | undefined;
|
|
@@ -2004,6 +2087,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2004
2087
|
textAlign?: string | undefined;
|
|
2005
2088
|
textDecoration?: string | undefined;
|
|
2006
2089
|
top?: string | undefined;
|
|
2090
|
+
bottom?: string | undefined;
|
|
2007
2091
|
transform?: string | undefined;
|
|
2008
2092
|
transformOrigin?: string | undefined;
|
|
2009
2093
|
transition?: string | undefined;
|
|
@@ -2039,6 +2123,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2039
2123
|
fontWeight?: string | undefined;
|
|
2040
2124
|
height?: string | undefined;
|
|
2041
2125
|
left?: string | undefined;
|
|
2126
|
+
right?: string | undefined;
|
|
2042
2127
|
letterSpacing?: string | undefined;
|
|
2043
2128
|
lineHeight?: string | undefined;
|
|
2044
2129
|
marginBottom?: string | undefined;
|
|
@@ -2051,6 +2136,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2051
2136
|
textAlign?: string | undefined;
|
|
2052
2137
|
textDecoration?: string | undefined;
|
|
2053
2138
|
top?: string | undefined;
|
|
2139
|
+
bottom?: string | undefined;
|
|
2054
2140
|
transform?: string | undefined;
|
|
2055
2141
|
transformOrigin?: string | undefined;
|
|
2056
2142
|
transition?: string | undefined;
|
|
@@ -2085,6 +2171,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2085
2171
|
fontWeight?: string | undefined;
|
|
2086
2172
|
height?: string | undefined;
|
|
2087
2173
|
left?: string | undefined;
|
|
2174
|
+
right?: string | undefined;
|
|
2088
2175
|
letterSpacing?: string | undefined;
|
|
2089
2176
|
lineHeight?: string | undefined;
|
|
2090
2177
|
marginBottom?: string | undefined;
|
|
@@ -2097,6 +2184,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2097
2184
|
textAlign?: string | undefined;
|
|
2098
2185
|
textDecoration?: string | undefined;
|
|
2099
2186
|
top?: string | undefined;
|
|
2187
|
+
bottom?: string | undefined;
|
|
2100
2188
|
transform?: string | undefined;
|
|
2101
2189
|
transformOrigin?: string | undefined;
|
|
2102
2190
|
transition?: string | undefined;
|
|
@@ -2130,6 +2218,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2130
2218
|
fontWeight?: string | undefined;
|
|
2131
2219
|
height?: string | undefined;
|
|
2132
2220
|
left?: string | undefined;
|
|
2221
|
+
right?: string | undefined;
|
|
2133
2222
|
letterSpacing?: string | undefined;
|
|
2134
2223
|
lineHeight?: string | undefined;
|
|
2135
2224
|
marginBottom?: string | undefined;
|
|
@@ -2142,6 +2231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2142
2231
|
textAlign?: string | undefined;
|
|
2143
2232
|
textDecoration?: string | undefined;
|
|
2144
2233
|
top?: string | undefined;
|
|
2234
|
+
bottom?: string | undefined;
|
|
2145
2235
|
transform?: string | undefined;
|
|
2146
2236
|
transformOrigin?: string | undefined;
|
|
2147
2237
|
transition?: string | undefined;
|
|
@@ -2180,6 +2270,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2180
2270
|
fontWeight?: string | undefined;
|
|
2181
2271
|
height?: string | undefined;
|
|
2182
2272
|
left?: string | undefined;
|
|
2273
|
+
right?: string | undefined;
|
|
2183
2274
|
letterSpacing?: string | undefined;
|
|
2184
2275
|
lineHeight?: string | undefined;
|
|
2185
2276
|
marginBottom?: string | undefined;
|
|
@@ -2192,6 +2283,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2192
2283
|
textAlign?: string | undefined;
|
|
2193
2284
|
textDecoration?: string | undefined;
|
|
2194
2285
|
top?: string | undefined;
|
|
2286
|
+
bottom?: string | undefined;
|
|
2195
2287
|
transform?: string | undefined;
|
|
2196
2288
|
transformOrigin?: string | undefined;
|
|
2197
2289
|
transition?: string | undefined;
|
|
@@ -2226,6 +2318,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2226
2318
|
fontWeight?: string | undefined;
|
|
2227
2319
|
height?: string | undefined;
|
|
2228
2320
|
left?: string | undefined;
|
|
2321
|
+
right?: string | undefined;
|
|
2229
2322
|
letterSpacing?: string | undefined;
|
|
2230
2323
|
lineHeight?: string | undefined;
|
|
2231
2324
|
marginBottom?: string | undefined;
|
|
@@ -2238,6 +2331,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2238
2331
|
textAlign?: string | undefined;
|
|
2239
2332
|
textDecoration?: string | undefined;
|
|
2240
2333
|
top?: string | undefined;
|
|
2334
|
+
bottom?: string | undefined;
|
|
2241
2335
|
transform?: string | undefined;
|
|
2242
2336
|
transformOrigin?: string | undefined;
|
|
2243
2337
|
transition?: string | undefined;
|
|
@@ -2271,6 +2365,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2271
2365
|
fontWeight?: string | undefined;
|
|
2272
2366
|
height?: string | undefined;
|
|
2273
2367
|
left?: string | undefined;
|
|
2368
|
+
right?: string | undefined;
|
|
2274
2369
|
letterSpacing?: string | undefined;
|
|
2275
2370
|
lineHeight?: string | undefined;
|
|
2276
2371
|
marginBottom?: string | undefined;
|
|
@@ -2283,6 +2378,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2283
2378
|
textAlign?: string | undefined;
|
|
2284
2379
|
textDecoration?: string | undefined;
|
|
2285
2380
|
top?: string | undefined;
|
|
2381
|
+
bottom?: string | undefined;
|
|
2286
2382
|
transform?: string | undefined;
|
|
2287
2383
|
transformOrigin?: string | undefined;
|
|
2288
2384
|
transition?: string | undefined;
|
|
@@ -2318,6 +2414,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2318
2414
|
fontWeight?: string | undefined;
|
|
2319
2415
|
height?: string | undefined;
|
|
2320
2416
|
left?: string | undefined;
|
|
2417
|
+
right?: string | undefined;
|
|
2321
2418
|
letterSpacing?: string | undefined;
|
|
2322
2419
|
lineHeight?: string | undefined;
|
|
2323
2420
|
marginBottom?: string | undefined;
|
|
@@ -2330,6 +2427,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2330
2427
|
textAlign?: string | undefined;
|
|
2331
2428
|
textDecoration?: string | undefined;
|
|
2332
2429
|
top?: string | undefined;
|
|
2430
|
+
bottom?: string | undefined;
|
|
2333
2431
|
transform?: string | undefined;
|
|
2334
2432
|
transformOrigin?: string | undefined;
|
|
2335
2433
|
transition?: string | undefined;
|
|
@@ -2364,6 +2462,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2364
2462
|
fontWeight?: string | undefined;
|
|
2365
2463
|
height?: string | undefined;
|
|
2366
2464
|
left?: string | undefined;
|
|
2465
|
+
right?: string | undefined;
|
|
2367
2466
|
letterSpacing?: string | undefined;
|
|
2368
2467
|
lineHeight?: string | undefined;
|
|
2369
2468
|
marginBottom?: string | undefined;
|
|
@@ -2376,6 +2475,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2376
2475
|
textAlign?: string | undefined;
|
|
2377
2476
|
textDecoration?: string | undefined;
|
|
2378
2477
|
top?: string | undefined;
|
|
2478
|
+
bottom?: string | undefined;
|
|
2379
2479
|
transform?: string | undefined;
|
|
2380
2480
|
transformOrigin?: string | undefined;
|
|
2381
2481
|
transition?: string | undefined;
|
|
@@ -2409,6 +2509,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2409
2509
|
fontWeight?: string | undefined;
|
|
2410
2510
|
height?: string | undefined;
|
|
2411
2511
|
left?: string | undefined;
|
|
2512
|
+
right?: string | undefined;
|
|
2412
2513
|
letterSpacing?: string | undefined;
|
|
2413
2514
|
lineHeight?: string | undefined;
|
|
2414
2515
|
marginBottom?: string | undefined;
|
|
@@ -2421,6 +2522,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2421
2522
|
textAlign?: string | undefined;
|
|
2422
2523
|
textDecoration?: string | undefined;
|
|
2423
2524
|
top?: string | undefined;
|
|
2525
|
+
bottom?: string | undefined;
|
|
2424
2526
|
transform?: string | undefined;
|
|
2425
2527
|
transformOrigin?: string | undefined;
|
|
2426
2528
|
transition?: string | undefined;
|
|
@@ -2461,6 +2563,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2461
2563
|
fontWeight?: string | undefined;
|
|
2462
2564
|
height?: string | undefined;
|
|
2463
2565
|
left?: string | undefined;
|
|
2566
|
+
right?: string | undefined;
|
|
2464
2567
|
letterSpacing?: string | undefined;
|
|
2465
2568
|
lineHeight?: string | undefined;
|
|
2466
2569
|
marginBottom?: string | undefined;
|
|
@@ -2473,6 +2576,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2473
2576
|
textAlign?: string | undefined;
|
|
2474
2577
|
textDecoration?: string | undefined;
|
|
2475
2578
|
top?: string | undefined;
|
|
2579
|
+
bottom?: string | undefined;
|
|
2476
2580
|
transform?: string | undefined;
|
|
2477
2581
|
transformOrigin?: string | undefined;
|
|
2478
2582
|
transition?: string | undefined;
|
|
@@ -2520,6 +2624,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2520
2624
|
fontWeight?: string | undefined;
|
|
2521
2625
|
height?: string | undefined;
|
|
2522
2626
|
left?: string | undefined;
|
|
2627
|
+
right?: string | undefined;
|
|
2523
2628
|
letterSpacing?: string | undefined;
|
|
2524
2629
|
lineHeight?: string | undefined;
|
|
2525
2630
|
marginBottom?: string | undefined;
|
|
@@ -2532,6 +2637,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2532
2637
|
textAlign?: string | undefined;
|
|
2533
2638
|
textDecoration?: string | undefined;
|
|
2534
2639
|
top?: string | undefined;
|
|
2640
|
+
bottom?: string | undefined;
|
|
2535
2641
|
transform?: string | undefined;
|
|
2536
2642
|
transformOrigin?: string | undefined;
|
|
2537
2643
|
transition?: string | undefined;
|
|
@@ -2565,6 +2671,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2565
2671
|
fontWeight?: string | undefined;
|
|
2566
2672
|
height?: string | undefined;
|
|
2567
2673
|
left?: string | undefined;
|
|
2674
|
+
right?: string | undefined;
|
|
2568
2675
|
letterSpacing?: string | undefined;
|
|
2569
2676
|
lineHeight?: string | undefined;
|
|
2570
2677
|
marginBottom?: string | undefined;
|
|
@@ -2577,6 +2684,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2577
2684
|
textAlign?: string | undefined;
|
|
2578
2685
|
textDecoration?: string | undefined;
|
|
2579
2686
|
top?: string | undefined;
|
|
2687
|
+
bottom?: string | undefined;
|
|
2580
2688
|
transform?: string | undefined;
|
|
2581
2689
|
transformOrigin?: string | undefined;
|
|
2582
2690
|
transition?: string | undefined;
|
|
@@ -2618,6 +2726,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2618
2726
|
fontWeight?: string | undefined;
|
|
2619
2727
|
height?: string | undefined;
|
|
2620
2728
|
left?: string | undefined;
|
|
2729
|
+
right?: string | undefined;
|
|
2621
2730
|
letterSpacing?: string | undefined;
|
|
2622
2731
|
lineHeight?: string | undefined;
|
|
2623
2732
|
marginBottom?: string | undefined;
|
|
@@ -2630,6 +2739,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2630
2739
|
textAlign?: string | undefined;
|
|
2631
2740
|
textDecoration?: string | undefined;
|
|
2632
2741
|
top?: string | undefined;
|
|
2742
|
+
bottom?: string | undefined;
|
|
2633
2743
|
transform?: string | undefined;
|
|
2634
2744
|
transformOrigin?: string | undefined;
|
|
2635
2745
|
transition?: string | undefined;
|
|
@@ -2664,6 +2774,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2664
2774
|
fontWeight?: string | undefined;
|
|
2665
2775
|
height?: string | undefined;
|
|
2666
2776
|
left?: string | undefined;
|
|
2777
|
+
right?: string | undefined;
|
|
2667
2778
|
letterSpacing?: string | undefined;
|
|
2668
2779
|
lineHeight?: string | undefined;
|
|
2669
2780
|
marginBottom?: string | undefined;
|
|
@@ -2676,6 +2787,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2676
2787
|
textAlign?: string | undefined;
|
|
2677
2788
|
textDecoration?: string | undefined;
|
|
2678
2789
|
top?: string | undefined;
|
|
2790
|
+
bottom?: string | undefined;
|
|
2679
2791
|
transform?: string | undefined;
|
|
2680
2792
|
transformOrigin?: string | undefined;
|
|
2681
2793
|
transition?: string | undefined;
|
|
@@ -2709,6 +2821,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2709
2821
|
fontWeight?: string | undefined;
|
|
2710
2822
|
height?: string | undefined;
|
|
2711
2823
|
left?: string | undefined;
|
|
2824
|
+
right?: string | undefined;
|
|
2712
2825
|
letterSpacing?: string | undefined;
|
|
2713
2826
|
lineHeight?: string | undefined;
|
|
2714
2827
|
marginBottom?: string | undefined;
|
|
@@ -2721,6 +2834,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2721
2834
|
textAlign?: string | undefined;
|
|
2722
2835
|
textDecoration?: string | undefined;
|
|
2723
2836
|
top?: string | undefined;
|
|
2837
|
+
bottom?: string | undefined;
|
|
2724
2838
|
transform?: string | undefined;
|
|
2725
2839
|
transformOrigin?: string | undefined;
|
|
2726
2840
|
transition?: string | undefined;
|
|
@@ -2756,6 +2870,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2756
2870
|
fontWeight?: string | undefined;
|
|
2757
2871
|
height?: string | undefined;
|
|
2758
2872
|
left?: string | undefined;
|
|
2873
|
+
right?: string | undefined;
|
|
2759
2874
|
letterSpacing?: string | undefined;
|
|
2760
2875
|
lineHeight?: string | undefined;
|
|
2761
2876
|
marginBottom?: string | undefined;
|
|
@@ -2768,6 +2883,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2768
2883
|
textAlign?: string | undefined;
|
|
2769
2884
|
textDecoration?: string | undefined;
|
|
2770
2885
|
top?: string | undefined;
|
|
2886
|
+
bottom?: string | undefined;
|
|
2771
2887
|
transform?: string | undefined;
|
|
2772
2888
|
transformOrigin?: string | undefined;
|
|
2773
2889
|
transition?: string | undefined;
|
|
@@ -2838,6 +2954,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2838
2954
|
fontWeight?: string | undefined;
|
|
2839
2955
|
height?: string | undefined;
|
|
2840
2956
|
left?: string | undefined;
|
|
2957
|
+
right?: string | undefined;
|
|
2841
2958
|
letterSpacing?: string | undefined;
|
|
2842
2959
|
lineHeight?: string | undefined;
|
|
2843
2960
|
marginBottom?: string | undefined;
|
|
@@ -2850,6 +2967,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2850
2967
|
textAlign?: string | undefined;
|
|
2851
2968
|
textDecoration?: string | undefined;
|
|
2852
2969
|
top?: string | undefined;
|
|
2970
|
+
bottom?: string | undefined;
|
|
2853
2971
|
transform?: string | undefined;
|
|
2854
2972
|
transformOrigin?: string | undefined;
|
|
2855
2973
|
transition?: string | undefined;
|
|
@@ -2884,6 +3002,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2884
3002
|
fontWeight?: string | undefined;
|
|
2885
3003
|
height?: string | undefined;
|
|
2886
3004
|
left?: string | undefined;
|
|
3005
|
+
right?: string | undefined;
|
|
2887
3006
|
letterSpacing?: string | undefined;
|
|
2888
3007
|
lineHeight?: string | undefined;
|
|
2889
3008
|
marginBottom?: string | undefined;
|
|
@@ -2896,6 +3015,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2896
3015
|
textAlign?: string | undefined;
|
|
2897
3016
|
textDecoration?: string | undefined;
|
|
2898
3017
|
top?: string | undefined;
|
|
3018
|
+
bottom?: string | undefined;
|
|
2899
3019
|
transform?: string | undefined;
|
|
2900
3020
|
transformOrigin?: string | undefined;
|
|
2901
3021
|
transition?: string | undefined;
|
|
@@ -2929,6 +3049,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2929
3049
|
fontWeight?: string | undefined;
|
|
2930
3050
|
height?: string | undefined;
|
|
2931
3051
|
left?: string | undefined;
|
|
3052
|
+
right?: string | undefined;
|
|
2932
3053
|
letterSpacing?: string | undefined;
|
|
2933
3054
|
lineHeight?: string | undefined;
|
|
2934
3055
|
marginBottom?: string | undefined;
|
|
@@ -2941,6 +3062,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2941
3062
|
textAlign?: string | undefined;
|
|
2942
3063
|
textDecoration?: string | undefined;
|
|
2943
3064
|
top?: string | undefined;
|
|
3065
|
+
bottom?: string | undefined;
|
|
2944
3066
|
transform?: string | undefined;
|
|
2945
3067
|
transformOrigin?: string | undefined;
|
|
2946
3068
|
transition?: string | undefined;
|
|
@@ -2976,6 +3098,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2976
3098
|
fontWeight?: string | undefined;
|
|
2977
3099
|
height?: string | undefined;
|
|
2978
3100
|
left?: string | undefined;
|
|
3101
|
+
right?: string | undefined;
|
|
2979
3102
|
letterSpacing?: string | undefined;
|
|
2980
3103
|
lineHeight?: string | undefined;
|
|
2981
3104
|
marginBottom?: string | undefined;
|
|
@@ -2988,6 +3111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2988
3111
|
textAlign?: string | undefined;
|
|
2989
3112
|
textDecoration?: string | undefined;
|
|
2990
3113
|
top?: string | undefined;
|
|
3114
|
+
bottom?: string | undefined;
|
|
2991
3115
|
transform?: string | undefined;
|
|
2992
3116
|
transformOrigin?: string | undefined;
|
|
2993
3117
|
transition?: string | undefined;
|
|
@@ -3075,6 +3199,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3075
3199
|
fontWeight?: string | undefined;
|
|
3076
3200
|
height?: string | undefined;
|
|
3077
3201
|
left?: string | undefined;
|
|
3202
|
+
right?: string | undefined;
|
|
3078
3203
|
letterSpacing?: string | undefined;
|
|
3079
3204
|
lineHeight?: string | undefined;
|
|
3080
3205
|
marginBottom?: string | undefined;
|
|
@@ -3087,6 +3212,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3087
3212
|
textAlign?: string | undefined;
|
|
3088
3213
|
textDecoration?: string | undefined;
|
|
3089
3214
|
top?: string | undefined;
|
|
3215
|
+
bottom?: string | undefined;
|
|
3090
3216
|
transform?: string | undefined;
|
|
3091
3217
|
transformOrigin?: string | undefined;
|
|
3092
3218
|
transition?: string | undefined;
|
|
@@ -3120,6 +3246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3120
3246
|
fontWeight?: string | undefined;
|
|
3121
3247
|
height?: string | undefined;
|
|
3122
3248
|
left?: string | undefined;
|
|
3249
|
+
right?: string | undefined;
|
|
3123
3250
|
letterSpacing?: string | undefined;
|
|
3124
3251
|
lineHeight?: string | undefined;
|
|
3125
3252
|
marginBottom?: string | undefined;
|
|
@@ -3132,6 +3259,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3132
3259
|
textAlign?: string | undefined;
|
|
3133
3260
|
textDecoration?: string | undefined;
|
|
3134
3261
|
top?: string | undefined;
|
|
3262
|
+
bottom?: string | undefined;
|
|
3135
3263
|
transform?: string | undefined;
|
|
3136
3264
|
transformOrigin?: string | undefined;
|
|
3137
3265
|
transition?: string | undefined;
|
|
@@ -3166,6 +3294,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3166
3294
|
fontWeight?: string | undefined;
|
|
3167
3295
|
height?: string | undefined;
|
|
3168
3296
|
left?: string | undefined;
|
|
3297
|
+
right?: string | undefined;
|
|
3169
3298
|
letterSpacing?: string | undefined;
|
|
3170
3299
|
lineHeight?: string | undefined;
|
|
3171
3300
|
marginBottom?: string | undefined;
|
|
@@ -3178,6 +3307,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3178
3307
|
textAlign?: string | undefined;
|
|
3179
3308
|
textDecoration?: string | undefined;
|
|
3180
3309
|
top?: string | undefined;
|
|
3310
|
+
bottom?: string | undefined;
|
|
3181
3311
|
transform?: string | undefined;
|
|
3182
3312
|
transformOrigin?: string | undefined;
|
|
3183
3313
|
transition?: string | undefined;
|