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