@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
|
@@ -81,6 +81,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
81
81
|
fontWeight?: string | undefined;
|
|
82
82
|
height?: string | undefined;
|
|
83
83
|
left?: string | undefined;
|
|
84
|
+
right?: string | undefined;
|
|
84
85
|
letterSpacing?: string | undefined;
|
|
85
86
|
lineHeight?: string | undefined;
|
|
86
87
|
marginBottom?: string | undefined;
|
|
@@ -93,6 +94,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
93
94
|
textAlign?: string | undefined;
|
|
94
95
|
textDecoration?: string | undefined;
|
|
95
96
|
top?: string | undefined;
|
|
97
|
+
bottom?: string | undefined;
|
|
96
98
|
transform?: string | undefined;
|
|
97
99
|
transformOrigin?: string | undefined;
|
|
98
100
|
transition?: string | undefined;
|
|
@@ -127,6 +129,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
127
129
|
fontWeight?: string | undefined;
|
|
128
130
|
height?: string | undefined;
|
|
129
131
|
left?: string | undefined;
|
|
132
|
+
right?: string | undefined;
|
|
130
133
|
letterSpacing?: string | undefined;
|
|
131
134
|
lineHeight?: string | undefined;
|
|
132
135
|
marginBottom?: string | undefined;
|
|
@@ -139,6 +142,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
139
142
|
textAlign?: string | undefined;
|
|
140
143
|
textDecoration?: string | undefined;
|
|
141
144
|
top?: string | undefined;
|
|
145
|
+
bottom?: string | undefined;
|
|
142
146
|
transform?: string | undefined;
|
|
143
147
|
transformOrigin?: string | undefined;
|
|
144
148
|
transition?: string | undefined;
|
|
@@ -172,6 +176,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
172
176
|
fontWeight?: string | undefined;
|
|
173
177
|
height?: string | undefined;
|
|
174
178
|
left?: string | undefined;
|
|
179
|
+
right?: string | undefined;
|
|
175
180
|
letterSpacing?: string | undefined;
|
|
176
181
|
lineHeight?: string | undefined;
|
|
177
182
|
marginBottom?: string | undefined;
|
|
@@ -184,6 +189,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
184
189
|
textAlign?: string | undefined;
|
|
185
190
|
textDecoration?: string | undefined;
|
|
186
191
|
top?: string | undefined;
|
|
192
|
+
bottom?: string | undefined;
|
|
187
193
|
transform?: string | undefined;
|
|
188
194
|
transformOrigin?: string | undefined;
|
|
189
195
|
transition?: string | undefined;
|
|
@@ -219,6 +225,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
219
225
|
fontWeight?: string | undefined;
|
|
220
226
|
height?: string | undefined;
|
|
221
227
|
left?: string | undefined;
|
|
228
|
+
right?: string | undefined;
|
|
222
229
|
letterSpacing?: string | undefined;
|
|
223
230
|
lineHeight?: string | undefined;
|
|
224
231
|
marginBottom?: string | undefined;
|
|
@@ -231,6 +238,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
231
238
|
textAlign?: string | undefined;
|
|
232
239
|
textDecoration?: string | undefined;
|
|
233
240
|
top?: string | undefined;
|
|
241
|
+
bottom?: string | undefined;
|
|
234
242
|
transform?: string | undefined;
|
|
235
243
|
transformOrigin?: string | undefined;
|
|
236
244
|
transition?: string | undefined;
|
|
@@ -265,6 +273,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
265
273
|
fontWeight?: string | undefined;
|
|
266
274
|
height?: string | undefined;
|
|
267
275
|
left?: string | undefined;
|
|
276
|
+
right?: string | undefined;
|
|
268
277
|
letterSpacing?: string | undefined;
|
|
269
278
|
lineHeight?: string | undefined;
|
|
270
279
|
marginBottom?: string | undefined;
|
|
@@ -277,6 +286,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
277
286
|
textAlign?: string | undefined;
|
|
278
287
|
textDecoration?: string | undefined;
|
|
279
288
|
top?: string | undefined;
|
|
289
|
+
bottom?: string | undefined;
|
|
280
290
|
transform?: string | undefined;
|
|
281
291
|
transformOrigin?: string | undefined;
|
|
282
292
|
transition?: string | undefined;
|
|
@@ -310,6 +320,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
310
320
|
fontWeight?: string | undefined;
|
|
311
321
|
height?: string | undefined;
|
|
312
322
|
left?: string | undefined;
|
|
323
|
+
right?: string | undefined;
|
|
313
324
|
letterSpacing?: string | undefined;
|
|
314
325
|
lineHeight?: string | undefined;
|
|
315
326
|
marginBottom?: string | undefined;
|
|
@@ -322,6 +333,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
322
333
|
textAlign?: string | undefined;
|
|
323
334
|
textDecoration?: string | undefined;
|
|
324
335
|
top?: string | undefined;
|
|
336
|
+
bottom?: string | undefined;
|
|
325
337
|
transform?: string | undefined;
|
|
326
338
|
transformOrigin?: string | undefined;
|
|
327
339
|
transition?: string | undefined;
|
|
@@ -360,6 +372,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
360
372
|
fontWeight?: string | undefined;
|
|
361
373
|
height?: string | undefined;
|
|
362
374
|
left?: string | undefined;
|
|
375
|
+
right?: string | undefined;
|
|
363
376
|
letterSpacing?: string | undefined;
|
|
364
377
|
lineHeight?: string | undefined;
|
|
365
378
|
marginBottom?: string | undefined;
|
|
@@ -372,6 +385,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
372
385
|
textAlign?: string | undefined;
|
|
373
386
|
textDecoration?: string | undefined;
|
|
374
387
|
top?: string | undefined;
|
|
388
|
+
bottom?: string | undefined;
|
|
375
389
|
transform?: string | undefined;
|
|
376
390
|
transformOrigin?: string | undefined;
|
|
377
391
|
transition?: string | undefined;
|
|
@@ -406,6 +420,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
406
420
|
fontWeight?: string | undefined;
|
|
407
421
|
height?: string | undefined;
|
|
408
422
|
left?: string | undefined;
|
|
423
|
+
right?: string | undefined;
|
|
409
424
|
letterSpacing?: string | undefined;
|
|
410
425
|
lineHeight?: string | undefined;
|
|
411
426
|
marginBottom?: string | undefined;
|
|
@@ -418,6 +433,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
418
433
|
textAlign?: string | undefined;
|
|
419
434
|
textDecoration?: string | undefined;
|
|
420
435
|
top?: string | undefined;
|
|
436
|
+
bottom?: string | undefined;
|
|
421
437
|
transform?: string | undefined;
|
|
422
438
|
transformOrigin?: string | undefined;
|
|
423
439
|
transition?: string | undefined;
|
|
@@ -451,6 +467,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
451
467
|
fontWeight?: string | undefined;
|
|
452
468
|
height?: string | undefined;
|
|
453
469
|
left?: string | undefined;
|
|
470
|
+
right?: string | undefined;
|
|
454
471
|
letterSpacing?: string | undefined;
|
|
455
472
|
lineHeight?: string | undefined;
|
|
456
473
|
marginBottom?: string | undefined;
|
|
@@ -463,6 +480,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
463
480
|
textAlign?: string | undefined;
|
|
464
481
|
textDecoration?: string | undefined;
|
|
465
482
|
top?: string | undefined;
|
|
483
|
+
bottom?: string | undefined;
|
|
466
484
|
transform?: string | undefined;
|
|
467
485
|
transformOrigin?: string | undefined;
|
|
468
486
|
transition?: string | undefined;
|
|
@@ -498,6 +516,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
498
516
|
fontWeight?: string | undefined;
|
|
499
517
|
height?: string | undefined;
|
|
500
518
|
left?: string | undefined;
|
|
519
|
+
right?: string | undefined;
|
|
501
520
|
letterSpacing?: string | undefined;
|
|
502
521
|
lineHeight?: string | undefined;
|
|
503
522
|
marginBottom?: string | undefined;
|
|
@@ -510,6 +529,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
510
529
|
textAlign?: string | undefined;
|
|
511
530
|
textDecoration?: string | undefined;
|
|
512
531
|
top?: string | undefined;
|
|
532
|
+
bottom?: string | undefined;
|
|
513
533
|
transform?: string | undefined;
|
|
514
534
|
transformOrigin?: string | undefined;
|
|
515
535
|
transition?: string | undefined;
|
|
@@ -544,6 +564,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
544
564
|
fontWeight?: string | undefined;
|
|
545
565
|
height?: string | undefined;
|
|
546
566
|
left?: string | undefined;
|
|
567
|
+
right?: string | undefined;
|
|
547
568
|
letterSpacing?: string | undefined;
|
|
548
569
|
lineHeight?: string | undefined;
|
|
549
570
|
marginBottom?: string | undefined;
|
|
@@ -556,6 +577,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
556
577
|
textAlign?: string | undefined;
|
|
557
578
|
textDecoration?: string | undefined;
|
|
558
579
|
top?: string | undefined;
|
|
580
|
+
bottom?: string | undefined;
|
|
559
581
|
transform?: string | undefined;
|
|
560
582
|
transformOrigin?: string | undefined;
|
|
561
583
|
transition?: string | undefined;
|
|
@@ -589,6 +611,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
589
611
|
fontWeight?: string | undefined;
|
|
590
612
|
height?: string | undefined;
|
|
591
613
|
left?: string | undefined;
|
|
614
|
+
right?: string | undefined;
|
|
592
615
|
letterSpacing?: string | undefined;
|
|
593
616
|
lineHeight?: string | undefined;
|
|
594
617
|
marginBottom?: string | undefined;
|
|
@@ -601,6 +624,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
601
624
|
textAlign?: string | undefined;
|
|
602
625
|
textDecoration?: string | undefined;
|
|
603
626
|
top?: string | undefined;
|
|
627
|
+
bottom?: string | undefined;
|
|
604
628
|
transform?: string | undefined;
|
|
605
629
|
transformOrigin?: string | undefined;
|
|
606
630
|
transition?: string | undefined;
|
|
@@ -640,6 +664,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
640
664
|
fontWeight?: string | undefined;
|
|
641
665
|
height?: string | undefined;
|
|
642
666
|
left?: string | undefined;
|
|
667
|
+
right?: string | undefined;
|
|
643
668
|
letterSpacing?: string | undefined;
|
|
644
669
|
lineHeight?: string | undefined;
|
|
645
670
|
marginBottom?: string | undefined;
|
|
@@ -652,6 +677,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
652
677
|
textAlign?: string | undefined;
|
|
653
678
|
textDecoration?: string | undefined;
|
|
654
679
|
top?: string | undefined;
|
|
680
|
+
bottom?: string | undefined;
|
|
655
681
|
transform?: string | undefined;
|
|
656
682
|
transformOrigin?: string | undefined;
|
|
657
683
|
transition?: string | undefined;
|
|
@@ -686,6 +712,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
686
712
|
fontWeight?: string | undefined;
|
|
687
713
|
height?: string | undefined;
|
|
688
714
|
left?: string | undefined;
|
|
715
|
+
right?: string | undefined;
|
|
689
716
|
letterSpacing?: string | undefined;
|
|
690
717
|
lineHeight?: string | undefined;
|
|
691
718
|
marginBottom?: string | undefined;
|
|
@@ -698,6 +725,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
698
725
|
textAlign?: string | undefined;
|
|
699
726
|
textDecoration?: string | undefined;
|
|
700
727
|
top?: string | undefined;
|
|
728
|
+
bottom?: string | undefined;
|
|
701
729
|
transform?: string | undefined;
|
|
702
730
|
transformOrigin?: string | undefined;
|
|
703
731
|
transition?: string | undefined;
|
|
@@ -731,6 +759,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
731
759
|
fontWeight?: string | undefined;
|
|
732
760
|
height?: string | undefined;
|
|
733
761
|
left?: string | undefined;
|
|
762
|
+
right?: string | undefined;
|
|
734
763
|
letterSpacing?: string | undefined;
|
|
735
764
|
lineHeight?: string | undefined;
|
|
736
765
|
marginBottom?: string | undefined;
|
|
@@ -743,6 +772,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
743
772
|
textAlign?: string | undefined;
|
|
744
773
|
textDecoration?: string | undefined;
|
|
745
774
|
top?: string | undefined;
|
|
775
|
+
bottom?: string | undefined;
|
|
746
776
|
transform?: string | undefined;
|
|
747
777
|
transformOrigin?: string | undefined;
|
|
748
778
|
transition?: string | undefined;
|
|
@@ -778,6 +808,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
778
808
|
fontWeight?: string | undefined;
|
|
779
809
|
height?: string | undefined;
|
|
780
810
|
left?: string | undefined;
|
|
811
|
+
right?: string | undefined;
|
|
781
812
|
letterSpacing?: string | undefined;
|
|
782
813
|
lineHeight?: string | undefined;
|
|
783
814
|
marginBottom?: string | undefined;
|
|
@@ -790,6 +821,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
790
821
|
textAlign?: string | undefined;
|
|
791
822
|
textDecoration?: string | undefined;
|
|
792
823
|
top?: string | undefined;
|
|
824
|
+
bottom?: string | undefined;
|
|
793
825
|
transform?: string | undefined;
|
|
794
826
|
transformOrigin?: string | undefined;
|
|
795
827
|
transition?: string | undefined;
|
|
@@ -824,6 +856,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
824
856
|
fontWeight?: string | undefined;
|
|
825
857
|
height?: string | undefined;
|
|
826
858
|
left?: string | undefined;
|
|
859
|
+
right?: string | undefined;
|
|
827
860
|
letterSpacing?: string | undefined;
|
|
828
861
|
lineHeight?: string | undefined;
|
|
829
862
|
marginBottom?: string | undefined;
|
|
@@ -836,6 +869,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
836
869
|
textAlign?: string | undefined;
|
|
837
870
|
textDecoration?: string | undefined;
|
|
838
871
|
top?: string | undefined;
|
|
872
|
+
bottom?: string | undefined;
|
|
839
873
|
transform?: string | undefined;
|
|
840
874
|
transformOrigin?: string | undefined;
|
|
841
875
|
transition?: string | undefined;
|
|
@@ -869,6 +903,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
869
903
|
fontWeight?: string | undefined;
|
|
870
904
|
height?: string | undefined;
|
|
871
905
|
left?: string | undefined;
|
|
906
|
+
right?: string | undefined;
|
|
872
907
|
letterSpacing?: string | undefined;
|
|
873
908
|
lineHeight?: string | undefined;
|
|
874
909
|
marginBottom?: string | undefined;
|
|
@@ -881,6 +916,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
881
916
|
textAlign?: string | undefined;
|
|
882
917
|
textDecoration?: string | undefined;
|
|
883
918
|
top?: string | undefined;
|
|
919
|
+
bottom?: string | undefined;
|
|
884
920
|
transform?: string | undefined;
|
|
885
921
|
transformOrigin?: string | undefined;
|
|
886
922
|
transition?: string | undefined;
|
|
@@ -919,6 +955,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
919
955
|
fontWeight?: string | undefined;
|
|
920
956
|
height?: string | undefined;
|
|
921
957
|
left?: string | undefined;
|
|
958
|
+
right?: string | undefined;
|
|
922
959
|
letterSpacing?: string | undefined;
|
|
923
960
|
lineHeight?: string | undefined;
|
|
924
961
|
marginBottom?: string | undefined;
|
|
@@ -931,6 +968,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
931
968
|
textAlign?: string | undefined;
|
|
932
969
|
textDecoration?: string | undefined;
|
|
933
970
|
top?: string | undefined;
|
|
971
|
+
bottom?: string | undefined;
|
|
934
972
|
transform?: string | undefined;
|
|
935
973
|
transformOrigin?: string | undefined;
|
|
936
974
|
transition?: string | undefined;
|
|
@@ -965,6 +1003,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
965
1003
|
fontWeight?: string | undefined;
|
|
966
1004
|
height?: string | undefined;
|
|
967
1005
|
left?: string | undefined;
|
|
1006
|
+
right?: string | undefined;
|
|
968
1007
|
letterSpacing?: string | undefined;
|
|
969
1008
|
lineHeight?: string | undefined;
|
|
970
1009
|
marginBottom?: string | undefined;
|
|
@@ -977,6 +1016,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
977
1016
|
textAlign?: string | undefined;
|
|
978
1017
|
textDecoration?: string | undefined;
|
|
979
1018
|
top?: string | undefined;
|
|
1019
|
+
bottom?: string | undefined;
|
|
980
1020
|
transform?: string | undefined;
|
|
981
1021
|
transformOrigin?: string | undefined;
|
|
982
1022
|
transition?: string | undefined;
|
|
@@ -1010,6 +1050,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1010
1050
|
fontWeight?: string | undefined;
|
|
1011
1051
|
height?: string | undefined;
|
|
1012
1052
|
left?: string | undefined;
|
|
1053
|
+
right?: string | undefined;
|
|
1013
1054
|
letterSpacing?: string | undefined;
|
|
1014
1055
|
lineHeight?: string | undefined;
|
|
1015
1056
|
marginBottom?: string | undefined;
|
|
@@ -1022,6 +1063,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1022
1063
|
textAlign?: string | undefined;
|
|
1023
1064
|
textDecoration?: string | undefined;
|
|
1024
1065
|
top?: string | undefined;
|
|
1066
|
+
bottom?: string | undefined;
|
|
1025
1067
|
transform?: string | undefined;
|
|
1026
1068
|
transformOrigin?: string | undefined;
|
|
1027
1069
|
transition?: string | undefined;
|
|
@@ -1057,6 +1099,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1057
1099
|
fontWeight?: string | undefined;
|
|
1058
1100
|
height?: string | undefined;
|
|
1059
1101
|
left?: string | undefined;
|
|
1102
|
+
right?: string | undefined;
|
|
1060
1103
|
letterSpacing?: string | undefined;
|
|
1061
1104
|
lineHeight?: string | undefined;
|
|
1062
1105
|
marginBottom?: string | undefined;
|
|
@@ -1069,6 +1112,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1069
1112
|
textAlign?: string | undefined;
|
|
1070
1113
|
textDecoration?: string | undefined;
|
|
1071
1114
|
top?: string | undefined;
|
|
1115
|
+
bottom?: string | undefined;
|
|
1072
1116
|
transform?: string | undefined;
|
|
1073
1117
|
transformOrigin?: string | undefined;
|
|
1074
1118
|
transition?: string | undefined;
|
|
@@ -1103,6 +1147,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1103
1147
|
fontWeight?: string | undefined;
|
|
1104
1148
|
height?: string | undefined;
|
|
1105
1149
|
left?: string | undefined;
|
|
1150
|
+
right?: string | undefined;
|
|
1106
1151
|
letterSpacing?: string | undefined;
|
|
1107
1152
|
lineHeight?: string | undefined;
|
|
1108
1153
|
marginBottom?: string | undefined;
|
|
@@ -1115,6 +1160,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1115
1160
|
textAlign?: string | undefined;
|
|
1116
1161
|
textDecoration?: string | undefined;
|
|
1117
1162
|
top?: string | undefined;
|
|
1163
|
+
bottom?: string | undefined;
|
|
1118
1164
|
transform?: string | undefined;
|
|
1119
1165
|
transformOrigin?: string | undefined;
|
|
1120
1166
|
transition?: string | undefined;
|
|
@@ -1148,6 +1194,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1148
1194
|
fontWeight?: string | undefined;
|
|
1149
1195
|
height?: string | undefined;
|
|
1150
1196
|
left?: string | undefined;
|
|
1197
|
+
right?: string | undefined;
|
|
1151
1198
|
letterSpacing?: string | undefined;
|
|
1152
1199
|
lineHeight?: string | undefined;
|
|
1153
1200
|
marginBottom?: string | undefined;
|
|
@@ -1160,6 +1207,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1160
1207
|
textAlign?: string | undefined;
|
|
1161
1208
|
textDecoration?: string | undefined;
|
|
1162
1209
|
top?: string | undefined;
|
|
1210
|
+
bottom?: string | undefined;
|
|
1163
1211
|
transform?: string | undefined;
|
|
1164
1212
|
transformOrigin?: string | undefined;
|
|
1165
1213
|
transition?: string | undefined;
|
|
@@ -1200,6 +1248,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1200
1248
|
fontWeight?: string | undefined;
|
|
1201
1249
|
height?: string | undefined;
|
|
1202
1250
|
left?: string | undefined;
|
|
1251
|
+
right?: string | undefined;
|
|
1203
1252
|
letterSpacing?: string | undefined;
|
|
1204
1253
|
lineHeight?: string | undefined;
|
|
1205
1254
|
marginBottom?: string | undefined;
|
|
@@ -1212,6 +1261,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1212
1261
|
textAlign?: string | undefined;
|
|
1213
1262
|
textDecoration?: string | undefined;
|
|
1214
1263
|
top?: string | undefined;
|
|
1264
|
+
bottom?: string | undefined;
|
|
1215
1265
|
transform?: string | undefined;
|
|
1216
1266
|
transformOrigin?: string | undefined;
|
|
1217
1267
|
transition?: string | undefined;
|
|
@@ -1259,6 +1309,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1259
1309
|
fontWeight?: string | undefined;
|
|
1260
1310
|
height?: string | undefined;
|
|
1261
1311
|
left?: string | undefined;
|
|
1312
|
+
right?: string | undefined;
|
|
1262
1313
|
letterSpacing?: string | undefined;
|
|
1263
1314
|
lineHeight?: string | undefined;
|
|
1264
1315
|
marginBottom?: string | undefined;
|
|
@@ -1271,6 +1322,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1271
1322
|
textAlign?: string | undefined;
|
|
1272
1323
|
textDecoration?: string | undefined;
|
|
1273
1324
|
top?: string | undefined;
|
|
1325
|
+
bottom?: string | undefined;
|
|
1274
1326
|
transform?: string | undefined;
|
|
1275
1327
|
transformOrigin?: string | undefined;
|
|
1276
1328
|
transition?: string | undefined;
|
|
@@ -1304,6 +1356,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1304
1356
|
fontWeight?: string | undefined;
|
|
1305
1357
|
height?: string | undefined;
|
|
1306
1358
|
left?: string | undefined;
|
|
1359
|
+
right?: string | undefined;
|
|
1307
1360
|
letterSpacing?: string | undefined;
|
|
1308
1361
|
lineHeight?: string | undefined;
|
|
1309
1362
|
marginBottom?: string | undefined;
|
|
@@ -1316,6 +1369,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1316
1369
|
textAlign?: string | undefined;
|
|
1317
1370
|
textDecoration?: string | undefined;
|
|
1318
1371
|
top?: string | undefined;
|
|
1372
|
+
bottom?: string | undefined;
|
|
1319
1373
|
transform?: string | undefined;
|
|
1320
1374
|
transformOrigin?: string | undefined;
|
|
1321
1375
|
transition?: string | undefined;
|
|
@@ -1357,6 +1411,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1357
1411
|
fontWeight?: string | undefined;
|
|
1358
1412
|
height?: string | undefined;
|
|
1359
1413
|
left?: string | undefined;
|
|
1414
|
+
right?: string | undefined;
|
|
1360
1415
|
letterSpacing?: string | undefined;
|
|
1361
1416
|
lineHeight?: string | undefined;
|
|
1362
1417
|
marginBottom?: string | undefined;
|
|
@@ -1369,6 +1424,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1369
1424
|
textAlign?: string | undefined;
|
|
1370
1425
|
textDecoration?: string | undefined;
|
|
1371
1426
|
top?: string | undefined;
|
|
1427
|
+
bottom?: string | undefined;
|
|
1372
1428
|
transform?: string | undefined;
|
|
1373
1429
|
transformOrigin?: string | undefined;
|
|
1374
1430
|
transition?: string | undefined;
|
|
@@ -1403,6 +1459,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1403
1459
|
fontWeight?: string | undefined;
|
|
1404
1460
|
height?: string | undefined;
|
|
1405
1461
|
left?: string | undefined;
|
|
1462
|
+
right?: string | undefined;
|
|
1406
1463
|
letterSpacing?: string | undefined;
|
|
1407
1464
|
lineHeight?: string | undefined;
|
|
1408
1465
|
marginBottom?: string | undefined;
|
|
@@ -1415,6 +1472,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1415
1472
|
textAlign?: string | undefined;
|
|
1416
1473
|
textDecoration?: string | undefined;
|
|
1417
1474
|
top?: string | undefined;
|
|
1475
|
+
bottom?: string | undefined;
|
|
1418
1476
|
transform?: string | undefined;
|
|
1419
1477
|
transformOrigin?: string | undefined;
|
|
1420
1478
|
transition?: string | undefined;
|
|
@@ -1448,6 +1506,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1448
1506
|
fontWeight?: string | undefined;
|
|
1449
1507
|
height?: string | undefined;
|
|
1450
1508
|
left?: string | undefined;
|
|
1509
|
+
right?: string | undefined;
|
|
1451
1510
|
letterSpacing?: string | undefined;
|
|
1452
1511
|
lineHeight?: string | undefined;
|
|
1453
1512
|
marginBottom?: string | undefined;
|
|
@@ -1460,6 +1519,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1460
1519
|
textAlign?: string | undefined;
|
|
1461
1520
|
textDecoration?: string | undefined;
|
|
1462
1521
|
top?: string | undefined;
|
|
1522
|
+
bottom?: string | undefined;
|
|
1463
1523
|
transform?: string | undefined;
|
|
1464
1524
|
transformOrigin?: string | undefined;
|
|
1465
1525
|
transition?: string | undefined;
|
|
@@ -1495,6 +1555,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1495
1555
|
fontWeight?: string | undefined;
|
|
1496
1556
|
height?: string | undefined;
|
|
1497
1557
|
left?: string | undefined;
|
|
1558
|
+
right?: string | undefined;
|
|
1498
1559
|
letterSpacing?: string | undefined;
|
|
1499
1560
|
lineHeight?: string | undefined;
|
|
1500
1561
|
marginBottom?: string | undefined;
|
|
@@ -1507,6 +1568,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1507
1568
|
textAlign?: string | undefined;
|
|
1508
1569
|
textDecoration?: string | undefined;
|
|
1509
1570
|
top?: string | undefined;
|
|
1571
|
+
bottom?: string | undefined;
|
|
1510
1572
|
transform?: string | undefined;
|
|
1511
1573
|
transformOrigin?: string | undefined;
|
|
1512
1574
|
transition?: string | undefined;
|
|
@@ -1541,6 +1603,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1541
1603
|
fontWeight?: string | undefined;
|
|
1542
1604
|
height?: string | undefined;
|
|
1543
1605
|
left?: string | undefined;
|
|
1606
|
+
right?: string | undefined;
|
|
1544
1607
|
letterSpacing?: string | undefined;
|
|
1545
1608
|
lineHeight?: string | undefined;
|
|
1546
1609
|
marginBottom?: string | undefined;
|
|
@@ -1553,6 +1616,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1553
1616
|
textAlign?: string | undefined;
|
|
1554
1617
|
textDecoration?: string | undefined;
|
|
1555
1618
|
top?: string | undefined;
|
|
1619
|
+
bottom?: string | undefined;
|
|
1556
1620
|
transform?: string | undefined;
|
|
1557
1621
|
transformOrigin?: string | undefined;
|
|
1558
1622
|
transition?: string | undefined;
|
|
@@ -1586,6 +1650,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1586
1650
|
fontWeight?: string | undefined;
|
|
1587
1651
|
height?: string | undefined;
|
|
1588
1652
|
left?: string | undefined;
|
|
1653
|
+
right?: string | undefined;
|
|
1589
1654
|
letterSpacing?: string | undefined;
|
|
1590
1655
|
lineHeight?: string | undefined;
|
|
1591
1656
|
marginBottom?: string | undefined;
|
|
@@ -1598,6 +1663,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1598
1663
|
textAlign?: string | undefined;
|
|
1599
1664
|
textDecoration?: string | undefined;
|
|
1600
1665
|
top?: string | undefined;
|
|
1666
|
+
bottom?: string | undefined;
|
|
1601
1667
|
transform?: string | undefined;
|
|
1602
1668
|
transformOrigin?: string | undefined;
|
|
1603
1669
|
transition?: string | undefined;
|
|
@@ -1636,6 +1702,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1636
1702
|
fontWeight?: string | undefined;
|
|
1637
1703
|
height?: string | undefined;
|
|
1638
1704
|
left?: string | undefined;
|
|
1705
|
+
right?: string | undefined;
|
|
1639
1706
|
letterSpacing?: string | undefined;
|
|
1640
1707
|
lineHeight?: string | undefined;
|
|
1641
1708
|
marginBottom?: string | undefined;
|
|
@@ -1648,6 +1715,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1648
1715
|
textAlign?: string | undefined;
|
|
1649
1716
|
textDecoration?: string | undefined;
|
|
1650
1717
|
top?: string | undefined;
|
|
1718
|
+
bottom?: string | undefined;
|
|
1651
1719
|
transform?: string | undefined;
|
|
1652
1720
|
transformOrigin?: string | undefined;
|
|
1653
1721
|
transition?: string | undefined;
|
|
@@ -1682,6 +1750,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1682
1750
|
fontWeight?: string | undefined;
|
|
1683
1751
|
height?: string | undefined;
|
|
1684
1752
|
left?: string | undefined;
|
|
1753
|
+
right?: string | undefined;
|
|
1685
1754
|
letterSpacing?: string | undefined;
|
|
1686
1755
|
lineHeight?: string | undefined;
|
|
1687
1756
|
marginBottom?: string | undefined;
|
|
@@ -1694,6 +1763,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1694
1763
|
textAlign?: string | undefined;
|
|
1695
1764
|
textDecoration?: string | undefined;
|
|
1696
1765
|
top?: string | undefined;
|
|
1766
|
+
bottom?: string | undefined;
|
|
1697
1767
|
transform?: string | undefined;
|
|
1698
1768
|
transformOrigin?: string | undefined;
|
|
1699
1769
|
transition?: string | undefined;
|
|
@@ -1727,6 +1797,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1727
1797
|
fontWeight?: string | undefined;
|
|
1728
1798
|
height?: string | undefined;
|
|
1729
1799
|
left?: string | undefined;
|
|
1800
|
+
right?: string | undefined;
|
|
1730
1801
|
letterSpacing?: string | undefined;
|
|
1731
1802
|
lineHeight?: string | undefined;
|
|
1732
1803
|
marginBottom?: string | undefined;
|
|
@@ -1739,6 +1810,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1739
1810
|
textAlign?: string | undefined;
|
|
1740
1811
|
textDecoration?: string | undefined;
|
|
1741
1812
|
top?: string | undefined;
|
|
1813
|
+
bottom?: string | undefined;
|
|
1742
1814
|
transform?: string | undefined;
|
|
1743
1815
|
transformOrigin?: string | undefined;
|
|
1744
1816
|
transition?: string | undefined;
|
|
@@ -1774,6 +1846,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1774
1846
|
fontWeight?: string | undefined;
|
|
1775
1847
|
height?: string | undefined;
|
|
1776
1848
|
left?: string | undefined;
|
|
1849
|
+
right?: string | undefined;
|
|
1777
1850
|
letterSpacing?: string | undefined;
|
|
1778
1851
|
lineHeight?: string | undefined;
|
|
1779
1852
|
marginBottom?: string | undefined;
|
|
@@ -1786,6 +1859,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1786
1859
|
textAlign?: string | undefined;
|
|
1787
1860
|
textDecoration?: string | undefined;
|
|
1788
1861
|
top?: string | undefined;
|
|
1862
|
+
bottom?: string | undefined;
|
|
1789
1863
|
transform?: string | undefined;
|
|
1790
1864
|
transformOrigin?: string | undefined;
|
|
1791
1865
|
transition?: string | undefined;
|
|
@@ -1820,6 +1894,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1820
1894
|
fontWeight?: string | undefined;
|
|
1821
1895
|
height?: string | undefined;
|
|
1822
1896
|
left?: string | undefined;
|
|
1897
|
+
right?: string | undefined;
|
|
1823
1898
|
letterSpacing?: string | undefined;
|
|
1824
1899
|
lineHeight?: string | undefined;
|
|
1825
1900
|
marginBottom?: string | undefined;
|
|
@@ -1832,6 +1907,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1832
1907
|
textAlign?: string | undefined;
|
|
1833
1908
|
textDecoration?: string | undefined;
|
|
1834
1909
|
top?: string | undefined;
|
|
1910
|
+
bottom?: string | undefined;
|
|
1835
1911
|
transform?: string | undefined;
|
|
1836
1912
|
transformOrigin?: string | undefined;
|
|
1837
1913
|
transition?: string | undefined;
|
|
@@ -1865,6 +1941,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1865
1941
|
fontWeight?: string | undefined;
|
|
1866
1942
|
height?: string | undefined;
|
|
1867
1943
|
left?: string | undefined;
|
|
1944
|
+
right?: string | undefined;
|
|
1868
1945
|
letterSpacing?: string | undefined;
|
|
1869
1946
|
lineHeight?: string | undefined;
|
|
1870
1947
|
marginBottom?: string | undefined;
|
|
@@ -1877,6 +1954,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1877
1954
|
textAlign?: string | undefined;
|
|
1878
1955
|
textDecoration?: string | undefined;
|
|
1879
1956
|
top?: string | undefined;
|
|
1957
|
+
bottom?: string | undefined;
|
|
1880
1958
|
transform?: string | undefined;
|
|
1881
1959
|
transformOrigin?: string | undefined;
|
|
1882
1960
|
transition?: string | undefined;
|
|
@@ -1916,6 +1994,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1916
1994
|
fontWeight?: string | undefined;
|
|
1917
1995
|
height?: string | undefined;
|
|
1918
1996
|
left?: string | undefined;
|
|
1997
|
+
right?: string | undefined;
|
|
1919
1998
|
letterSpacing?: string | undefined;
|
|
1920
1999
|
lineHeight?: string | undefined;
|
|
1921
2000
|
marginBottom?: string | undefined;
|
|
@@ -1928,6 +2007,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1928
2007
|
textAlign?: string | undefined;
|
|
1929
2008
|
textDecoration?: string | undefined;
|
|
1930
2009
|
top?: string | undefined;
|
|
2010
|
+
bottom?: string | undefined;
|
|
1931
2011
|
transform?: string | undefined;
|
|
1932
2012
|
transformOrigin?: string | undefined;
|
|
1933
2013
|
transition?: string | undefined;
|
|
@@ -1962,6 +2042,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1962
2042
|
fontWeight?: string | undefined;
|
|
1963
2043
|
height?: string | undefined;
|
|
1964
2044
|
left?: string | undefined;
|
|
2045
|
+
right?: string | undefined;
|
|
1965
2046
|
letterSpacing?: string | undefined;
|
|
1966
2047
|
lineHeight?: string | undefined;
|
|
1967
2048
|
marginBottom?: string | undefined;
|
|
@@ -1974,6 +2055,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1974
2055
|
textAlign?: string | undefined;
|
|
1975
2056
|
textDecoration?: string | undefined;
|
|
1976
2057
|
top?: string | undefined;
|
|
2058
|
+
bottom?: string | undefined;
|
|
1977
2059
|
transform?: string | undefined;
|
|
1978
2060
|
transformOrigin?: string | undefined;
|
|
1979
2061
|
transition?: string | undefined;
|
|
@@ -2007,6 +2089,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2007
2089
|
fontWeight?: string | undefined;
|
|
2008
2090
|
height?: string | undefined;
|
|
2009
2091
|
left?: string | undefined;
|
|
2092
|
+
right?: string | undefined;
|
|
2010
2093
|
letterSpacing?: string | undefined;
|
|
2011
2094
|
lineHeight?: string | undefined;
|
|
2012
2095
|
marginBottom?: string | undefined;
|
|
@@ -2019,6 +2102,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2019
2102
|
textAlign?: string | undefined;
|
|
2020
2103
|
textDecoration?: string | undefined;
|
|
2021
2104
|
top?: string | undefined;
|
|
2105
|
+
bottom?: string | undefined;
|
|
2022
2106
|
transform?: string | undefined;
|
|
2023
2107
|
transformOrigin?: string | undefined;
|
|
2024
2108
|
transition?: string | undefined;
|
|
@@ -2054,6 +2138,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2054
2138
|
fontWeight?: string | undefined;
|
|
2055
2139
|
height?: string | undefined;
|
|
2056
2140
|
left?: string | undefined;
|
|
2141
|
+
right?: string | undefined;
|
|
2057
2142
|
letterSpacing?: string | undefined;
|
|
2058
2143
|
lineHeight?: string | undefined;
|
|
2059
2144
|
marginBottom?: string | undefined;
|
|
@@ -2066,6 +2151,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2066
2151
|
textAlign?: string | undefined;
|
|
2067
2152
|
textDecoration?: string | undefined;
|
|
2068
2153
|
top?: string | undefined;
|
|
2154
|
+
bottom?: string | undefined;
|
|
2069
2155
|
transform?: string | undefined;
|
|
2070
2156
|
transformOrigin?: string | undefined;
|
|
2071
2157
|
transition?: string | undefined;
|
|
@@ -2100,6 +2186,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2100
2186
|
fontWeight?: string | undefined;
|
|
2101
2187
|
height?: string | undefined;
|
|
2102
2188
|
left?: string | undefined;
|
|
2189
|
+
right?: string | undefined;
|
|
2103
2190
|
letterSpacing?: string | undefined;
|
|
2104
2191
|
lineHeight?: string | undefined;
|
|
2105
2192
|
marginBottom?: string | undefined;
|
|
@@ -2112,6 +2199,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2112
2199
|
textAlign?: string | undefined;
|
|
2113
2200
|
textDecoration?: string | undefined;
|
|
2114
2201
|
top?: string | undefined;
|
|
2202
|
+
bottom?: string | undefined;
|
|
2115
2203
|
transform?: string | undefined;
|
|
2116
2204
|
transformOrigin?: string | undefined;
|
|
2117
2205
|
transition?: string | undefined;
|
|
@@ -2145,6 +2233,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2145
2233
|
fontWeight?: string | undefined;
|
|
2146
2234
|
height?: string | undefined;
|
|
2147
2235
|
left?: string | undefined;
|
|
2236
|
+
right?: string | undefined;
|
|
2148
2237
|
letterSpacing?: string | undefined;
|
|
2149
2238
|
lineHeight?: string | undefined;
|
|
2150
2239
|
marginBottom?: string | undefined;
|
|
@@ -2157,6 +2246,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2157
2246
|
textAlign?: string | undefined;
|
|
2158
2247
|
textDecoration?: string | undefined;
|
|
2159
2248
|
top?: string | undefined;
|
|
2249
|
+
bottom?: string | undefined;
|
|
2160
2250
|
transform?: string | undefined;
|
|
2161
2251
|
transformOrigin?: string | undefined;
|
|
2162
2252
|
transition?: string | undefined;
|
|
@@ -2195,6 +2285,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2195
2285
|
fontWeight?: string | undefined;
|
|
2196
2286
|
height?: string | undefined;
|
|
2197
2287
|
left?: string | undefined;
|
|
2288
|
+
right?: string | undefined;
|
|
2198
2289
|
letterSpacing?: string | undefined;
|
|
2199
2290
|
lineHeight?: string | undefined;
|
|
2200
2291
|
marginBottom?: string | undefined;
|
|
@@ -2207,6 +2298,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2207
2298
|
textAlign?: string | undefined;
|
|
2208
2299
|
textDecoration?: string | undefined;
|
|
2209
2300
|
top?: string | undefined;
|
|
2301
|
+
bottom?: string | undefined;
|
|
2210
2302
|
transform?: string | undefined;
|
|
2211
2303
|
transformOrigin?: string | undefined;
|
|
2212
2304
|
transition?: string | undefined;
|
|
@@ -2241,6 +2333,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2241
2333
|
fontWeight?: string | undefined;
|
|
2242
2334
|
height?: string | undefined;
|
|
2243
2335
|
left?: string | undefined;
|
|
2336
|
+
right?: string | undefined;
|
|
2244
2337
|
letterSpacing?: string | undefined;
|
|
2245
2338
|
lineHeight?: string | undefined;
|
|
2246
2339
|
marginBottom?: string | undefined;
|
|
@@ -2253,6 +2346,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2253
2346
|
textAlign?: string | undefined;
|
|
2254
2347
|
textDecoration?: string | undefined;
|
|
2255
2348
|
top?: string | undefined;
|
|
2349
|
+
bottom?: string | undefined;
|
|
2256
2350
|
transform?: string | undefined;
|
|
2257
2351
|
transformOrigin?: string | undefined;
|
|
2258
2352
|
transition?: string | undefined;
|
|
@@ -2286,6 +2380,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2286
2380
|
fontWeight?: string | undefined;
|
|
2287
2381
|
height?: string | undefined;
|
|
2288
2382
|
left?: string | undefined;
|
|
2383
|
+
right?: string | undefined;
|
|
2289
2384
|
letterSpacing?: string | undefined;
|
|
2290
2385
|
lineHeight?: string | undefined;
|
|
2291
2386
|
marginBottom?: string | undefined;
|
|
@@ -2298,6 +2393,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2298
2393
|
textAlign?: string | undefined;
|
|
2299
2394
|
textDecoration?: string | undefined;
|
|
2300
2395
|
top?: string | undefined;
|
|
2396
|
+
bottom?: string | undefined;
|
|
2301
2397
|
transform?: string | undefined;
|
|
2302
2398
|
transformOrigin?: string | undefined;
|
|
2303
2399
|
transition?: string | undefined;
|
|
@@ -2333,6 +2429,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2333
2429
|
fontWeight?: string | undefined;
|
|
2334
2430
|
height?: string | undefined;
|
|
2335
2431
|
left?: string | undefined;
|
|
2432
|
+
right?: string | undefined;
|
|
2336
2433
|
letterSpacing?: string | undefined;
|
|
2337
2434
|
lineHeight?: string | undefined;
|
|
2338
2435
|
marginBottom?: string | undefined;
|
|
@@ -2345,6 +2442,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2345
2442
|
textAlign?: string | undefined;
|
|
2346
2443
|
textDecoration?: string | undefined;
|
|
2347
2444
|
top?: string | undefined;
|
|
2445
|
+
bottom?: string | undefined;
|
|
2348
2446
|
transform?: string | undefined;
|
|
2349
2447
|
transformOrigin?: string | undefined;
|
|
2350
2448
|
transition?: string | undefined;
|
|
@@ -2379,6 +2477,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2379
2477
|
fontWeight?: string | undefined;
|
|
2380
2478
|
height?: string | undefined;
|
|
2381
2479
|
left?: string | undefined;
|
|
2480
|
+
right?: string | undefined;
|
|
2382
2481
|
letterSpacing?: string | undefined;
|
|
2383
2482
|
lineHeight?: string | undefined;
|
|
2384
2483
|
marginBottom?: string | undefined;
|
|
@@ -2391,6 +2490,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2391
2490
|
textAlign?: string | undefined;
|
|
2392
2491
|
textDecoration?: string | undefined;
|
|
2393
2492
|
top?: string | undefined;
|
|
2493
|
+
bottom?: string | undefined;
|
|
2394
2494
|
transform?: string | undefined;
|
|
2395
2495
|
transformOrigin?: string | undefined;
|
|
2396
2496
|
transition?: string | undefined;
|
|
@@ -2424,6 +2524,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2424
2524
|
fontWeight?: string | undefined;
|
|
2425
2525
|
height?: string | undefined;
|
|
2426
2526
|
left?: string | undefined;
|
|
2527
|
+
right?: string | undefined;
|
|
2427
2528
|
letterSpacing?: string | undefined;
|
|
2428
2529
|
lineHeight?: string | undefined;
|
|
2429
2530
|
marginBottom?: string | undefined;
|
|
@@ -2436,6 +2537,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2436
2537
|
textAlign?: string | undefined;
|
|
2437
2538
|
textDecoration?: string | undefined;
|
|
2438
2539
|
top?: string | undefined;
|
|
2540
|
+
bottom?: string | undefined;
|
|
2439
2541
|
transform?: string | undefined;
|
|
2440
2542
|
transformOrigin?: string | undefined;
|
|
2441
2543
|
transition?: string | undefined;
|
|
@@ -2476,6 +2578,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2476
2578
|
fontWeight?: string | undefined;
|
|
2477
2579
|
height?: string | undefined;
|
|
2478
2580
|
left?: string | undefined;
|
|
2581
|
+
right?: string | undefined;
|
|
2479
2582
|
letterSpacing?: string | undefined;
|
|
2480
2583
|
lineHeight?: string | undefined;
|
|
2481
2584
|
marginBottom?: string | undefined;
|
|
@@ -2488,6 +2591,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2488
2591
|
textAlign?: string | undefined;
|
|
2489
2592
|
textDecoration?: string | undefined;
|
|
2490
2593
|
top?: string | undefined;
|
|
2594
|
+
bottom?: string | undefined;
|
|
2491
2595
|
transform?: string | undefined;
|
|
2492
2596
|
transformOrigin?: string | undefined;
|
|
2493
2597
|
transition?: string | undefined;
|
|
@@ -2535,6 +2639,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2535
2639
|
fontWeight?: string | undefined;
|
|
2536
2640
|
height?: string | undefined;
|
|
2537
2641
|
left?: string | undefined;
|
|
2642
|
+
right?: string | undefined;
|
|
2538
2643
|
letterSpacing?: string | undefined;
|
|
2539
2644
|
lineHeight?: string | undefined;
|
|
2540
2645
|
marginBottom?: string | undefined;
|
|
@@ -2547,6 +2652,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2547
2652
|
textAlign?: string | undefined;
|
|
2548
2653
|
textDecoration?: string | undefined;
|
|
2549
2654
|
top?: string | undefined;
|
|
2655
|
+
bottom?: string | undefined;
|
|
2550
2656
|
transform?: string | undefined;
|
|
2551
2657
|
transformOrigin?: string | undefined;
|
|
2552
2658
|
transition?: string | undefined;
|
|
@@ -2580,6 +2686,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2580
2686
|
fontWeight?: string | undefined;
|
|
2581
2687
|
height?: string | undefined;
|
|
2582
2688
|
left?: string | undefined;
|
|
2689
|
+
right?: string | undefined;
|
|
2583
2690
|
letterSpacing?: string | undefined;
|
|
2584
2691
|
lineHeight?: string | undefined;
|
|
2585
2692
|
marginBottom?: string | undefined;
|
|
@@ -2592,6 +2699,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2592
2699
|
textAlign?: string | undefined;
|
|
2593
2700
|
textDecoration?: string | undefined;
|
|
2594
2701
|
top?: string | undefined;
|
|
2702
|
+
bottom?: string | undefined;
|
|
2595
2703
|
transform?: string | undefined;
|
|
2596
2704
|
transformOrigin?: string | undefined;
|
|
2597
2705
|
transition?: string | undefined;
|
|
@@ -2633,6 +2741,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2633
2741
|
fontWeight?: string | undefined;
|
|
2634
2742
|
height?: string | undefined;
|
|
2635
2743
|
left?: string | undefined;
|
|
2744
|
+
right?: string | undefined;
|
|
2636
2745
|
letterSpacing?: string | undefined;
|
|
2637
2746
|
lineHeight?: string | undefined;
|
|
2638
2747
|
marginBottom?: string | undefined;
|
|
@@ -2645,6 +2754,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2645
2754
|
textAlign?: string | undefined;
|
|
2646
2755
|
textDecoration?: string | undefined;
|
|
2647
2756
|
top?: string | undefined;
|
|
2757
|
+
bottom?: string | undefined;
|
|
2648
2758
|
transform?: string | undefined;
|
|
2649
2759
|
transformOrigin?: string | undefined;
|
|
2650
2760
|
transition?: string | undefined;
|
|
@@ -2679,6 +2789,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2679
2789
|
fontWeight?: string | undefined;
|
|
2680
2790
|
height?: string | undefined;
|
|
2681
2791
|
left?: string | undefined;
|
|
2792
|
+
right?: string | undefined;
|
|
2682
2793
|
letterSpacing?: string | undefined;
|
|
2683
2794
|
lineHeight?: string | undefined;
|
|
2684
2795
|
marginBottom?: string | undefined;
|
|
@@ -2691,6 +2802,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2691
2802
|
textAlign?: string | undefined;
|
|
2692
2803
|
textDecoration?: string | undefined;
|
|
2693
2804
|
top?: string | undefined;
|
|
2805
|
+
bottom?: string | undefined;
|
|
2694
2806
|
transform?: string | undefined;
|
|
2695
2807
|
transformOrigin?: string | undefined;
|
|
2696
2808
|
transition?: string | undefined;
|
|
@@ -2724,6 +2836,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2724
2836
|
fontWeight?: string | undefined;
|
|
2725
2837
|
height?: string | undefined;
|
|
2726
2838
|
left?: string | undefined;
|
|
2839
|
+
right?: string | undefined;
|
|
2727
2840
|
letterSpacing?: string | undefined;
|
|
2728
2841
|
lineHeight?: string | undefined;
|
|
2729
2842
|
marginBottom?: string | undefined;
|
|
@@ -2736,6 +2849,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2736
2849
|
textAlign?: string | undefined;
|
|
2737
2850
|
textDecoration?: string | undefined;
|
|
2738
2851
|
top?: string | undefined;
|
|
2852
|
+
bottom?: string | undefined;
|
|
2739
2853
|
transform?: string | undefined;
|
|
2740
2854
|
transformOrigin?: string | undefined;
|
|
2741
2855
|
transition?: string | undefined;
|
|
@@ -2771,6 +2885,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2771
2885
|
fontWeight?: string | undefined;
|
|
2772
2886
|
height?: string | undefined;
|
|
2773
2887
|
left?: string | undefined;
|
|
2888
|
+
right?: string | undefined;
|
|
2774
2889
|
letterSpacing?: string | undefined;
|
|
2775
2890
|
lineHeight?: string | undefined;
|
|
2776
2891
|
marginBottom?: string | undefined;
|
|
@@ -2783,6 +2898,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2783
2898
|
textAlign?: string | undefined;
|
|
2784
2899
|
textDecoration?: string | undefined;
|
|
2785
2900
|
top?: string | undefined;
|
|
2901
|
+
bottom?: string | undefined;
|
|
2786
2902
|
transform?: string | undefined;
|
|
2787
2903
|
transformOrigin?: string | undefined;
|
|
2788
2904
|
transition?: string | undefined;
|
|
@@ -2853,6 +2969,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2853
2969
|
fontWeight?: string | undefined;
|
|
2854
2970
|
height?: string | undefined;
|
|
2855
2971
|
left?: string | undefined;
|
|
2972
|
+
right?: string | undefined;
|
|
2856
2973
|
letterSpacing?: string | undefined;
|
|
2857
2974
|
lineHeight?: string | undefined;
|
|
2858
2975
|
marginBottom?: string | undefined;
|
|
@@ -2865,6 +2982,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2865
2982
|
textAlign?: string | undefined;
|
|
2866
2983
|
textDecoration?: string | undefined;
|
|
2867
2984
|
top?: string | undefined;
|
|
2985
|
+
bottom?: string | undefined;
|
|
2868
2986
|
transform?: string | undefined;
|
|
2869
2987
|
transformOrigin?: string | undefined;
|
|
2870
2988
|
transition?: string | undefined;
|
|
@@ -2899,6 +3017,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2899
3017
|
fontWeight?: string | undefined;
|
|
2900
3018
|
height?: string | undefined;
|
|
2901
3019
|
left?: string | undefined;
|
|
3020
|
+
right?: string | undefined;
|
|
2902
3021
|
letterSpacing?: string | undefined;
|
|
2903
3022
|
lineHeight?: string | undefined;
|
|
2904
3023
|
marginBottom?: string | undefined;
|
|
@@ -2911,6 +3030,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2911
3030
|
textAlign?: string | undefined;
|
|
2912
3031
|
textDecoration?: string | undefined;
|
|
2913
3032
|
top?: string | undefined;
|
|
3033
|
+
bottom?: string | undefined;
|
|
2914
3034
|
transform?: string | undefined;
|
|
2915
3035
|
transformOrigin?: string | undefined;
|
|
2916
3036
|
transition?: string | undefined;
|
|
@@ -2944,6 +3064,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2944
3064
|
fontWeight?: string | undefined;
|
|
2945
3065
|
height?: string | undefined;
|
|
2946
3066
|
left?: string | undefined;
|
|
3067
|
+
right?: string | undefined;
|
|
2947
3068
|
letterSpacing?: string | undefined;
|
|
2948
3069
|
lineHeight?: string | undefined;
|
|
2949
3070
|
marginBottom?: string | undefined;
|
|
@@ -2956,6 +3077,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2956
3077
|
textAlign?: string | undefined;
|
|
2957
3078
|
textDecoration?: string | undefined;
|
|
2958
3079
|
top?: string | undefined;
|
|
3080
|
+
bottom?: string | undefined;
|
|
2959
3081
|
transform?: string | undefined;
|
|
2960
3082
|
transformOrigin?: string | undefined;
|
|
2961
3083
|
transition?: string | undefined;
|
|
@@ -2991,6 +3113,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2991
3113
|
fontWeight?: string | undefined;
|
|
2992
3114
|
height?: string | undefined;
|
|
2993
3115
|
left?: string | undefined;
|
|
3116
|
+
right?: string | undefined;
|
|
2994
3117
|
letterSpacing?: string | undefined;
|
|
2995
3118
|
lineHeight?: string | undefined;
|
|
2996
3119
|
marginBottom?: string | undefined;
|
|
@@ -3003,6 +3126,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3003
3126
|
textAlign?: string | undefined;
|
|
3004
3127
|
textDecoration?: string | undefined;
|
|
3005
3128
|
top?: string | undefined;
|
|
3129
|
+
bottom?: string | undefined;
|
|
3006
3130
|
transform?: string | undefined;
|
|
3007
3131
|
transformOrigin?: string | undefined;
|
|
3008
3132
|
transition?: string | undefined;
|
|
@@ -3099,6 +3223,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3099
3223
|
fontWeight?: string | undefined;
|
|
3100
3224
|
height?: string | undefined;
|
|
3101
3225
|
left?: string | undefined;
|
|
3226
|
+
right?: string | undefined;
|
|
3102
3227
|
letterSpacing?: string | undefined;
|
|
3103
3228
|
lineHeight?: string | undefined;
|
|
3104
3229
|
marginBottom?: string | undefined;
|
|
@@ -3111,6 +3236,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3111
3236
|
textAlign?: string | undefined;
|
|
3112
3237
|
textDecoration?: string | undefined;
|
|
3113
3238
|
top?: string | undefined;
|
|
3239
|
+
bottom?: string | undefined;
|
|
3114
3240
|
transform?: string | undefined;
|
|
3115
3241
|
transformOrigin?: string | undefined;
|
|
3116
3242
|
transition?: string | undefined;
|
|
@@ -3145,6 +3271,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3145
3271
|
fontWeight?: string | undefined;
|
|
3146
3272
|
height?: string | undefined;
|
|
3147
3273
|
left?: string | undefined;
|
|
3274
|
+
right?: string | undefined;
|
|
3148
3275
|
letterSpacing?: string | undefined;
|
|
3149
3276
|
lineHeight?: string | undefined;
|
|
3150
3277
|
marginBottom?: string | undefined;
|
|
@@ -3157,6 +3284,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3157
3284
|
textAlign?: string | undefined;
|
|
3158
3285
|
textDecoration?: string | undefined;
|
|
3159
3286
|
top?: string | undefined;
|
|
3287
|
+
bottom?: string | undefined;
|
|
3160
3288
|
transform?: string | undefined;
|
|
3161
3289
|
transformOrigin?: string | undefined;
|
|
3162
3290
|
transition?: string | undefined;
|
|
@@ -3190,6 +3318,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3190
3318
|
fontWeight?: string | undefined;
|
|
3191
3319
|
height?: string | undefined;
|
|
3192
3320
|
left?: string | undefined;
|
|
3321
|
+
right?: string | undefined;
|
|
3193
3322
|
letterSpacing?: string | undefined;
|
|
3194
3323
|
lineHeight?: string | undefined;
|
|
3195
3324
|
marginBottom?: string | undefined;
|
|
@@ -3202,6 +3331,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3202
3331
|
textAlign?: string | undefined;
|
|
3203
3332
|
textDecoration?: string | undefined;
|
|
3204
3333
|
top?: string | undefined;
|
|
3334
|
+
bottom?: string | undefined;
|
|
3205
3335
|
transform?: string | undefined;
|
|
3206
3336
|
transformOrigin?: string | undefined;
|
|
3207
3337
|
transition?: string | undefined;
|
|
@@ -3237,6 +3367,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3237
3367
|
fontWeight?: string | undefined;
|
|
3238
3368
|
height?: string | undefined;
|
|
3239
3369
|
left?: string | undefined;
|
|
3370
|
+
right?: string | undefined;
|
|
3240
3371
|
letterSpacing?: string | undefined;
|
|
3241
3372
|
lineHeight?: string | undefined;
|
|
3242
3373
|
marginBottom?: string | undefined;
|
|
@@ -3249,6 +3380,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3249
3380
|
textAlign?: string | undefined;
|
|
3250
3381
|
textDecoration?: string | undefined;
|
|
3251
3382
|
top?: string | undefined;
|
|
3383
|
+
bottom?: string | undefined;
|
|
3252
3384
|
transform?: string | undefined;
|
|
3253
3385
|
transformOrigin?: string | undefined;
|
|
3254
3386
|
transition?: string | undefined;
|
|
@@ -3283,6 +3415,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3283
3415
|
fontWeight?: string | undefined;
|
|
3284
3416
|
height?: string | undefined;
|
|
3285
3417
|
left?: string | undefined;
|
|
3418
|
+
right?: string | undefined;
|
|
3286
3419
|
letterSpacing?: string | undefined;
|
|
3287
3420
|
lineHeight?: string | undefined;
|
|
3288
3421
|
marginBottom?: string | undefined;
|
|
@@ -3295,6 +3428,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3295
3428
|
textAlign?: string | undefined;
|
|
3296
3429
|
textDecoration?: string | undefined;
|
|
3297
3430
|
top?: string | undefined;
|
|
3431
|
+
bottom?: string | undefined;
|
|
3298
3432
|
transform?: string | undefined;
|
|
3299
3433
|
transformOrigin?: string | undefined;
|
|
3300
3434
|
transition?: string | undefined;
|
|
@@ -3328,6 +3462,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3328
3462
|
fontWeight?: string | undefined;
|
|
3329
3463
|
height?: string | undefined;
|
|
3330
3464
|
left?: string | undefined;
|
|
3465
|
+
right?: string | undefined;
|
|
3331
3466
|
letterSpacing?: string | undefined;
|
|
3332
3467
|
lineHeight?: string | undefined;
|
|
3333
3468
|
marginBottom?: string | undefined;
|
|
@@ -3340,6 +3475,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3340
3475
|
textAlign?: string | undefined;
|
|
3341
3476
|
textDecoration?: string | undefined;
|
|
3342
3477
|
top?: string | undefined;
|
|
3478
|
+
bottom?: string | undefined;
|
|
3343
3479
|
transform?: string | undefined;
|
|
3344
3480
|
transformOrigin?: string | undefined;
|
|
3345
3481
|
transition?: string | undefined;
|
|
@@ -3379,6 +3515,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3379
3515
|
fontWeight?: string | undefined;
|
|
3380
3516
|
height?: string | undefined;
|
|
3381
3517
|
left?: string | undefined;
|
|
3518
|
+
right?: string | undefined;
|
|
3382
3519
|
letterSpacing?: string | undefined;
|
|
3383
3520
|
lineHeight?: string | undefined;
|
|
3384
3521
|
marginBottom?: string | undefined;
|
|
@@ -3391,6 +3528,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3391
3528
|
textAlign?: string | undefined;
|
|
3392
3529
|
textDecoration?: string | undefined;
|
|
3393
3530
|
top?: string | undefined;
|
|
3531
|
+
bottom?: string | undefined;
|
|
3394
3532
|
transform?: string | undefined;
|
|
3395
3533
|
transformOrigin?: string | undefined;
|
|
3396
3534
|
transition?: string | undefined;
|
|
@@ -3425,6 +3563,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3425
3563
|
fontWeight?: string | undefined;
|
|
3426
3564
|
height?: string | undefined;
|
|
3427
3565
|
left?: string | undefined;
|
|
3566
|
+
right?: string | undefined;
|
|
3428
3567
|
letterSpacing?: string | undefined;
|
|
3429
3568
|
lineHeight?: string | undefined;
|
|
3430
3569
|
marginBottom?: string | undefined;
|
|
@@ -3437,6 +3576,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3437
3576
|
textAlign?: string | undefined;
|
|
3438
3577
|
textDecoration?: string | undefined;
|
|
3439
3578
|
top?: string | undefined;
|
|
3579
|
+
bottom?: string | undefined;
|
|
3440
3580
|
transform?: string | undefined;
|
|
3441
3581
|
transformOrigin?: string | undefined;
|
|
3442
3582
|
transition?: string | undefined;
|
|
@@ -3470,6 +3610,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3470
3610
|
fontWeight?: string | undefined;
|
|
3471
3611
|
height?: string | undefined;
|
|
3472
3612
|
left?: string | undefined;
|
|
3613
|
+
right?: string | undefined;
|
|
3473
3614
|
letterSpacing?: string | undefined;
|
|
3474
3615
|
lineHeight?: string | undefined;
|
|
3475
3616
|
marginBottom?: string | undefined;
|
|
@@ -3482,6 +3623,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3482
3623
|
textAlign?: string | undefined;
|
|
3483
3624
|
textDecoration?: string | undefined;
|
|
3484
3625
|
top?: string | undefined;
|
|
3626
|
+
bottom?: string | undefined;
|
|
3485
3627
|
transform?: string | undefined;
|
|
3486
3628
|
transformOrigin?: string | undefined;
|
|
3487
3629
|
transition?: string | undefined;
|
|
@@ -3517,6 +3659,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3517
3659
|
fontWeight?: string | undefined;
|
|
3518
3660
|
height?: string | undefined;
|
|
3519
3661
|
left?: string | undefined;
|
|
3662
|
+
right?: string | undefined;
|
|
3520
3663
|
letterSpacing?: string | undefined;
|
|
3521
3664
|
lineHeight?: string | undefined;
|
|
3522
3665
|
marginBottom?: string | undefined;
|
|
@@ -3529,6 +3672,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3529
3672
|
textAlign?: string | undefined;
|
|
3530
3673
|
textDecoration?: string | undefined;
|
|
3531
3674
|
top?: string | undefined;
|
|
3675
|
+
bottom?: string | undefined;
|
|
3532
3676
|
transform?: string | undefined;
|
|
3533
3677
|
transformOrigin?: string | undefined;
|
|
3534
3678
|
transition?: string | undefined;
|
|
@@ -3563,6 +3707,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3563
3707
|
fontWeight?: string | undefined;
|
|
3564
3708
|
height?: string | undefined;
|
|
3565
3709
|
left?: string | undefined;
|
|
3710
|
+
right?: string | undefined;
|
|
3566
3711
|
letterSpacing?: string | undefined;
|
|
3567
3712
|
lineHeight?: string | undefined;
|
|
3568
3713
|
marginBottom?: string | undefined;
|
|
@@ -3575,6 +3720,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3575
3720
|
textAlign?: string | undefined;
|
|
3576
3721
|
textDecoration?: string | undefined;
|
|
3577
3722
|
top?: string | undefined;
|
|
3723
|
+
bottom?: string | undefined;
|
|
3578
3724
|
transform?: string | undefined;
|
|
3579
3725
|
transformOrigin?: string | undefined;
|
|
3580
3726
|
transition?: string | undefined;
|
|
@@ -3608,6 +3754,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3608
3754
|
fontWeight?: string | undefined;
|
|
3609
3755
|
height?: string | undefined;
|
|
3610
3756
|
left?: string | undefined;
|
|
3757
|
+
right?: string | undefined;
|
|
3611
3758
|
letterSpacing?: string | undefined;
|
|
3612
3759
|
lineHeight?: string | undefined;
|
|
3613
3760
|
marginBottom?: string | undefined;
|
|
@@ -3620,6 +3767,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3620
3767
|
textAlign?: string | undefined;
|
|
3621
3768
|
textDecoration?: string | undefined;
|
|
3622
3769
|
top?: string | undefined;
|
|
3770
|
+
bottom?: string | undefined;
|
|
3623
3771
|
transform?: string | undefined;
|
|
3624
3772
|
transformOrigin?: string | undefined;
|
|
3625
3773
|
transition?: string | undefined;
|