@globalpayments/js 1.9.3 → 1.9.8
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/package.json +1 -1
- package/types/apm/index.d.ts +11 -0
- package/types/index.d.ts +4 -0
- package/types/internal/lib/eums.d.ts +11 -0
- package/types/internal/lib/styles/default.d.ts +285 -0
- package/types/internal/lib/styles/gp-default.d.ts +24 -18
- package/types/internal/lib/styles/simple.d.ts +285 -0
- package/types/lib/version.d.ts +1 -1
- package/types/tools/configure.d.ts +12 -7
- package/types/ui/form/index.d.ts +733 -170
- package/types/ui/iframe-field/action-add-click-to-pay.d.ts +2 -2
- package/types/ui/iframe-field/index.d.ts +1 -0
package/types/ui/form/index.d.ts
CHANGED
|
@@ -48,9 +48,6 @@ export declare const fieldStyles: () => {
|
|
|
48
48
|
display: string;
|
|
49
49
|
"font-family": string;
|
|
50
50
|
"font-size": string;
|
|
51
|
-
/**
|
|
52
|
-
* Represents logic surrounding a group of hosted fields.
|
|
53
|
-
*/
|
|
54
51
|
"font-weight": string;
|
|
55
52
|
"line-height": string;
|
|
56
53
|
"margin-bottom": string;
|
|
@@ -211,16 +208,7 @@ export declare const fieldStyles: () => {
|
|
|
211
208
|
};
|
|
212
209
|
".card-number.card-type-discover": {
|
|
213
210
|
"background-image": string;
|
|
214
|
-
};
|
|
215
|
-
* Sets an event listener for an event type
|
|
216
|
-
*
|
|
217
|
-
* @param fieldTypeOrEventName The field type on which the listener should
|
|
218
|
-
* be applied, or the type of event that should trigger the listener
|
|
219
|
-
* @param eventNameOrListener The type of event that should trigger the
|
|
220
|
-
* listener, or the listener function
|
|
221
|
-
* @param listener The listener function when both field type and event type
|
|
222
|
-
* are provided
|
|
223
|
-
*/
|
|
211
|
+
};
|
|
224
212
|
".card-number.card-type-jcb": {
|
|
225
213
|
"background-image": string;
|
|
226
214
|
};
|
|
@@ -388,90 +376,6 @@ export declare const parentStyles: () => {
|
|
|
388
376
|
".secure-payment-form .tooltip, .secure-payment-form .tooltip-content": {
|
|
389
377
|
display: string;
|
|
390
378
|
};
|
|
391
|
-
};
|
|
392
|
-
"gp-default": {
|
|
393
|
-
".secure-payment-form": {
|
|
394
|
-
display: string;
|
|
395
|
-
"-ms-flex-wrap": string;
|
|
396
|
-
"flex-wrap": string;
|
|
397
|
-
};
|
|
398
|
-
".secure-payment-form *": {
|
|
399
|
-
"box-sizing": string;
|
|
400
|
-
};
|
|
401
|
-
".secure-payment-form label": {
|
|
402
|
-
margin: string;
|
|
403
|
-
display: string;
|
|
404
|
-
"font-size": string;
|
|
405
|
-
"font-weight": string;
|
|
406
|
-
"font-family": string;
|
|
407
|
-
};
|
|
408
|
-
".secure-payment-form > div": {
|
|
409
|
-
flex: string;
|
|
410
|
-
};
|
|
411
|
-
".secure-payment-form .credit-card-card-cvv iframe": {
|
|
412
|
-
width: string;
|
|
413
|
-
float: string;
|
|
414
|
-
};
|
|
415
|
-
".secure-payment-form .credit-card-shield": {
|
|
416
|
-
flex: string;
|
|
417
|
-
"margin-right": string;
|
|
418
|
-
background: string;
|
|
419
|
-
width: string;
|
|
420
|
-
height: string;
|
|
421
|
-
};
|
|
422
|
-
".secure-payment-form .credit-card-logo": {
|
|
423
|
-
flex: string;
|
|
424
|
-
"margin-left": string; /**
|
|
425
|
-
* Appends additional CSS rules to the group of hosted fields
|
|
426
|
-
*
|
|
427
|
-
* @param json New CSS rules
|
|
428
|
-
*/
|
|
429
|
-
background: string;
|
|
430
|
-
width: string;
|
|
431
|
-
height: string;
|
|
432
|
-
};
|
|
433
|
-
".secure-payment-form .credit-card-submit": {
|
|
434
|
-
margin: string;
|
|
435
|
-
};
|
|
436
|
-
".secure-payment-form iframe": {
|
|
437
|
-
"min-height": string;
|
|
438
|
-
width: string;
|
|
439
|
-
};
|
|
440
|
-
".secure-payment-form .tooltip": {
|
|
441
|
-
position: string;
|
|
442
|
-
width: string;
|
|
443
|
-
height: string;
|
|
444
|
-
border: string;
|
|
445
|
-
"border-left": string;
|
|
446
|
-
color: string;
|
|
447
|
-
overflow: string;
|
|
448
|
-
"background-size": string;
|
|
449
|
-
background: string;
|
|
450
|
-
};
|
|
451
|
-
".secure-payment-form .tooltip-content": {
|
|
452
|
-
visibility: string;
|
|
453
|
-
width: string;
|
|
454
|
-
"background-color": string;
|
|
455
|
-
color: string;
|
|
456
|
-
"text-align": string;
|
|
457
|
-
"border-radius": string;
|
|
458
|
-
border: string;
|
|
459
|
-
padding: string;
|
|
460
|
-
position: string;
|
|
461
|
-
"z-index": string;
|
|
462
|
-
right: string;
|
|
463
|
-
opacity: string;
|
|
464
|
-
transition: string;
|
|
465
|
-
"font-size": string;
|
|
466
|
-
"font-weight": string;
|
|
467
|
-
"margin-top": string;
|
|
468
|
-
overflow: string;
|
|
469
|
-
"box-shadow": string;
|
|
470
|
-
};
|
|
471
|
-
".secure-payment-form .tooltip:hover + .tooltip-content": {
|
|
472
|
-
visibility: string;
|
|
473
|
-
opacity: string;
|
|
474
|
-
};
|
|
475
379
|
".secure-payment-form .other-cards-label": {
|
|
476
380
|
"border-bottom": string;
|
|
477
381
|
"text-align": string;
|
|
@@ -555,7 +459,7 @@ export declare const parentStyles: () => {
|
|
|
555
459
|
".secure-payment-form .apm-active .right-arrow": {
|
|
556
460
|
display: string;
|
|
557
461
|
};
|
|
558
|
-
".secure-payment-form .ctp-
|
|
462
|
+
".secure-payment-form .ctp-info-tooltip": {
|
|
559
463
|
width: string;
|
|
560
464
|
height: string;
|
|
561
465
|
display: string;
|
|
@@ -564,7 +468,7 @@ export declare const parentStyles: () => {
|
|
|
564
468
|
background: string;
|
|
565
469
|
margin: string;
|
|
566
470
|
};
|
|
567
|
-
".secure-payment-form .ctp-
|
|
471
|
+
".secure-payment-form .ctp-info-tooltip-content": {
|
|
568
472
|
visibility: string;
|
|
569
473
|
width: string;
|
|
570
474
|
"background-color": string;
|
|
@@ -583,21 +487,29 @@ export declare const parentStyles: () => {
|
|
|
583
487
|
"font-weight": string;
|
|
584
488
|
"box-shadow": string;
|
|
585
489
|
};
|
|
586
|
-
".secure-payment-form .ctp-
|
|
490
|
+
".secure-payment-form .ctp-info-tooltip .ctp-heading": {
|
|
491
|
+
"max-width": string;
|
|
492
|
+
margin: string;
|
|
493
|
+
};
|
|
494
|
+
".secure-payment-form .ctp-info-tooltip-content ul": {
|
|
495
|
+
padding: string;
|
|
496
|
+
};
|
|
497
|
+
".secure-payment-form .ctp-info-tooltip-content li": {
|
|
587
498
|
padding: string;
|
|
588
499
|
"font-size": string;
|
|
589
500
|
"line-height": string;
|
|
501
|
+
"list-style": string;
|
|
590
502
|
};
|
|
591
|
-
".secure-payment-form .ctp-
|
|
503
|
+
".secure-payment-form .ctp-info-tooltip-content li.smart-checkout": {
|
|
592
504
|
background: string;
|
|
593
505
|
};
|
|
594
|
-
".secure-payment-form .ctp-
|
|
506
|
+
".secure-payment-form .ctp-info-tooltip-content li.faster-checkout": {
|
|
595
507
|
background: string;
|
|
596
508
|
};
|
|
597
|
-
".secure-payment-form .ctp-
|
|
509
|
+
".secure-payment-form .ctp-info-tooltip-content li.industry-standards": {
|
|
598
510
|
background: string;
|
|
599
511
|
};
|
|
600
|
-
".secure-payment-form .ctp-
|
|
512
|
+
".secure-payment-form .ctp-info-tooltip .top-arrow": {
|
|
601
513
|
position: string;
|
|
602
514
|
"margin-top": string;
|
|
603
515
|
background: string;
|
|
@@ -612,17 +524,17 @@ export declare const parentStyles: () => {
|
|
|
612
524
|
"-webkit-transform": string;
|
|
613
525
|
"z-index": string;
|
|
614
526
|
};
|
|
615
|
-
".secure-payment-form .ctp-
|
|
527
|
+
".secure-payment-form .ctp-info-tooltip-content li .ctp-icon": {
|
|
616
528
|
"background-size": string;
|
|
617
529
|
width: string;
|
|
618
530
|
height: string;
|
|
619
531
|
margin: string;
|
|
620
532
|
};
|
|
621
|
-
".secure-payment-form .ctp-
|
|
533
|
+
".secure-payment-form .ctp-info-tooltip-content strong": {
|
|
622
534
|
"font-size": string;
|
|
623
535
|
"vertical-align": string;
|
|
624
536
|
};
|
|
625
|
-
".secure-payment-form .ctp-
|
|
537
|
+
".secure-payment-form .ctp-info-tooltip:hover .ctp-info-tooltip-content": {
|
|
626
538
|
visibility: string;
|
|
627
539
|
opacity: string;
|
|
628
540
|
};
|
|
@@ -634,7 +546,7 @@ export declare const parentStyles: () => {
|
|
|
634
546
|
height: string;
|
|
635
547
|
margin: string;
|
|
636
548
|
};
|
|
637
|
-
".secure-payment-form
|
|
549
|
+
".secure-payment-form div[class^='ctp'] .card-brands": {
|
|
638
550
|
background: string;
|
|
639
551
|
display: string;
|
|
640
552
|
"vertical-align": string;
|
|
@@ -694,13 +606,7 @@ export declare const parentStyles: () => {
|
|
|
694
606
|
"font-weight": string;
|
|
695
607
|
margin: string;
|
|
696
608
|
};
|
|
697
|
-
".secure-payment-form #ctp-wrapper label
|
|
698
|
-
"font-size": string;
|
|
699
|
-
"line-height": string;
|
|
700
|
-
"font-weight": string;
|
|
701
|
-
margin: string;
|
|
702
|
-
};
|
|
703
|
-
".secure-payment-form #ctp-wrapper label#userMobile": {
|
|
609
|
+
".secure-payment-form #ctp-wrapper label": {
|
|
704
610
|
"font-size": string;
|
|
705
611
|
"line-height": string;
|
|
706
612
|
"font-weight": string;
|
|
@@ -737,11 +643,15 @@ export declare const parentStyles: () => {
|
|
|
737
643
|
};
|
|
738
644
|
".secure-payment-form #ctp-wrapper .signinlayout": {
|
|
739
645
|
"min-height": string;
|
|
646
|
+
"max-width": string;
|
|
740
647
|
};
|
|
741
648
|
".secure-payment-form #ctp-wrapper .logindiv": {
|
|
742
649
|
"min-height": string;
|
|
743
650
|
padding: string;
|
|
744
651
|
};
|
|
652
|
+
".secure-payment-form #ctp-wrapper #cancel-link": {
|
|
653
|
+
"margin-bottom": string;
|
|
654
|
+
};
|
|
745
655
|
".secure-payment-form #ctp-wrapper .logindiv .tooltip": {
|
|
746
656
|
display: string;
|
|
747
657
|
};
|
|
@@ -751,86 +661,736 @@ export declare const parentStyles: () => {
|
|
|
751
661
|
".secure-payment-form #ctp-wrapper .VerificationLabel label": {
|
|
752
662
|
display: string;
|
|
753
663
|
};
|
|
754
|
-
"@font-face": {
|
|
755
|
-
"font-family": string;
|
|
756
|
-
src: string;
|
|
757
|
-
};
|
|
758
|
-
"@media(min-width: 800px)": {
|
|
759
|
-
".secure-payment-form .credit-card-card-expiration": {
|
|
760
|
-
flex: string;
|
|
761
|
-
"margin-right": string;
|
|
762
|
-
};
|
|
763
|
-
".secure-payment-form .credit-card-card-cvv": {
|
|
764
|
-
flex: string;
|
|
765
|
-
"margin-left": string;
|
|
766
|
-
};
|
|
767
|
-
".secure-payment-form .tooltip-content": {
|
|
768
|
-
right: string;
|
|
769
|
-
};
|
|
770
|
-
};
|
|
771
664
|
};
|
|
772
|
-
|
|
665
|
+
"gp-default": {
|
|
773
666
|
".secure-payment-form": {
|
|
774
|
-
|
|
775
|
-
|
|
667
|
+
display: string;
|
|
668
|
+
"-ms-flex-wrap": string;
|
|
669
|
+
"flex-wrap": string;
|
|
670
|
+
};
|
|
671
|
+
".secure-payment-form *": {
|
|
672
|
+
"box-sizing": string;
|
|
776
673
|
};
|
|
777
674
|
".secure-payment-form label": {
|
|
778
|
-
|
|
675
|
+
margin: string;
|
|
676
|
+
display: string;
|
|
779
677
|
"font-size": string;
|
|
780
678
|
"font-weight": string;
|
|
781
|
-
"
|
|
782
|
-
"text-transform": string;
|
|
679
|
+
"font-family": string;
|
|
783
680
|
};
|
|
784
|
-
".secure-payment-form
|
|
681
|
+
".secure-payment-form > div": {
|
|
682
|
+
flex: string;
|
|
683
|
+
};
|
|
684
|
+
".secure-payment-form .credit-card-card-cvv iframe": {
|
|
685
|
+
width: string;
|
|
686
|
+
float: string;
|
|
687
|
+
};
|
|
688
|
+
".secure-payment-form .credit-card-shield": {
|
|
689
|
+
flex: string;
|
|
690
|
+
"margin-right": string;
|
|
785
691
|
background: string;
|
|
786
|
-
|
|
692
|
+
width: string;
|
|
787
693
|
height: string;
|
|
788
|
-
"margin-bottom": string;
|
|
789
694
|
};
|
|
790
|
-
".secure-payment-form
|
|
791
|
-
|
|
695
|
+
".secure-payment-form .credit-card-logo": {
|
|
696
|
+
flex: string;
|
|
697
|
+
"margin-left": string;
|
|
698
|
+
background: string;
|
|
699
|
+
width: string;
|
|
700
|
+
height: string;
|
|
701
|
+
};
|
|
702
|
+
".secure-payment-form .credit-card-submit": {
|
|
703
|
+
margin: string;
|
|
792
704
|
};
|
|
793
705
|
".secure-payment-form iframe": {
|
|
794
706
|
"min-height": string;
|
|
707
|
+
width: string;
|
|
795
708
|
};
|
|
796
|
-
".secure-payment-form .
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
709
|
+
".secure-payment-form .tooltip": {
|
|
710
|
+
position: string;
|
|
711
|
+
width: string;
|
|
712
|
+
height: string;
|
|
713
|
+
border: string;
|
|
714
|
+
"border-left": string;
|
|
715
|
+
color: string;
|
|
716
|
+
overflow: string;
|
|
717
|
+
"background-size": string;
|
|
718
|
+
background: string;
|
|
805
719
|
};
|
|
806
|
-
".secure-payment-form
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
"-webkit-transition": string;
|
|
720
|
+
".secure-payment-form .tooltip-content": {
|
|
721
|
+
visibility: string;
|
|
722
|
+
width: string;
|
|
810
723
|
"background-color": string;
|
|
811
|
-
|
|
724
|
+
color: string;
|
|
725
|
+
"text-align": string;
|
|
812
726
|
"border-radius": string;
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
"
|
|
727
|
+
border: string;
|
|
728
|
+
padding: string;
|
|
729
|
+
position: string;
|
|
730
|
+
"z-index": string;
|
|
731
|
+
right: string;
|
|
732
|
+
opacity: string;
|
|
733
|
+
transition: string;
|
|
817
734
|
"font-size": string;
|
|
818
|
-
"font-
|
|
819
|
-
|
|
735
|
+
"font-weight": string;
|
|
736
|
+
"margin-top": string;
|
|
737
|
+
overflow: string;
|
|
738
|
+
"box-shadow": string;
|
|
739
|
+
};
|
|
740
|
+
".secure-payment-form .tooltip:hover + .tooltip-content": {
|
|
741
|
+
visibility: string;
|
|
742
|
+
opacity: string;
|
|
743
|
+
};
|
|
744
|
+
".secure-payment-form .other-cards-label": {
|
|
745
|
+
"border-bottom": string;
|
|
746
|
+
"text-align": string;
|
|
820
747
|
margin: string;
|
|
821
|
-
|
|
822
|
-
|
|
748
|
+
position: string;
|
|
749
|
+
};
|
|
750
|
+
".secure-payment-form .other-cards-label span": {
|
|
751
|
+
"text-align": string;
|
|
823
752
|
padding: string;
|
|
824
|
-
|
|
825
|
-
|
|
753
|
+
background: string;
|
|
754
|
+
position: string;
|
|
755
|
+
color: string;
|
|
826
756
|
width: string;
|
|
757
|
+
left: string;
|
|
758
|
+
"-webkit-transform": string;
|
|
759
|
+
"-moz-transform": string;
|
|
760
|
+
"-ms-transform": string;
|
|
761
|
+
"-o-transform": string;
|
|
762
|
+
transform: string;
|
|
763
|
+
margin: string;
|
|
764
|
+
"font-family": string;
|
|
765
|
+
"font-size": string;
|
|
766
|
+
"white-space": string;
|
|
827
767
|
};
|
|
828
|
-
".secure-payment-form
|
|
768
|
+
".secure-payment-form .hidden": {
|
|
769
|
+
display: string;
|
|
770
|
+
};
|
|
771
|
+
".secure-payment-form .ctp-panel": {
|
|
829
772
|
border: string;
|
|
830
773
|
"box-shadow": string;
|
|
831
|
-
|
|
774
|
+
"border-radius": string;
|
|
775
|
+
"margin-bottom": string;
|
|
832
776
|
};
|
|
833
|
-
".secure-payment-form .
|
|
777
|
+
".secure-payment-form div[class^='credit-card'].apm-active ~ div:not([class$='shield']):not([class$='logo'])": {
|
|
778
|
+
display: string;
|
|
779
|
+
};
|
|
780
|
+
".secure-payment-form .ctp-panel .ctp-button": {
|
|
781
|
+
display: string;
|
|
782
|
+
background: string;
|
|
783
|
+
"flex-direction": string;
|
|
784
|
+
"align-items": string;
|
|
785
|
+
padding: string;
|
|
786
|
+
flex: string;
|
|
787
|
+
order: string;
|
|
788
|
+
"flex-grow": string;
|
|
789
|
+
position: string;
|
|
790
|
+
"font-size": string;
|
|
791
|
+
"line-height": string;
|
|
792
|
+
cursor: string;
|
|
793
|
+
"font-family": string;
|
|
794
|
+
};
|
|
795
|
+
".secure-payment-form .apm-active .ctp-panel .ctp-button": {
|
|
796
|
+
cursor: string;
|
|
797
|
+
};
|
|
798
|
+
".secure-payment-form .ctp-panel .ctp-button:after": {
|
|
799
|
+
content: string;
|
|
800
|
+
position: string;
|
|
801
|
+
width: string;
|
|
802
|
+
height: string;
|
|
803
|
+
border: string;
|
|
804
|
+
"border-width": string;
|
|
805
|
+
display: string;
|
|
806
|
+
padding: string;
|
|
807
|
+
transform: string;
|
|
808
|
+
"-webkit-transform": string;
|
|
809
|
+
};
|
|
810
|
+
".secure-payment-form .ctp-panel .right-arrow": {
|
|
811
|
+
position: string;
|
|
812
|
+
background: string;
|
|
813
|
+
right: string;
|
|
814
|
+
border: string;
|
|
815
|
+
"border-width": string;
|
|
816
|
+
display: string;
|
|
817
|
+
padding: string;
|
|
818
|
+
transform: string;
|
|
819
|
+
"-webkit-transform": string;
|
|
820
|
+
"z-index": string;
|
|
821
|
+
top: string;
|
|
822
|
+
"margin-top": string;
|
|
823
|
+
};
|
|
824
|
+
".secure-payment-form .apm-active .right-arrow": {
|
|
825
|
+
display: string;
|
|
826
|
+
};
|
|
827
|
+
".secure-payment-form .ctp-info-tooltip": {
|
|
828
|
+
width: string;
|
|
829
|
+
height: string;
|
|
830
|
+
display: string;
|
|
831
|
+
"vertical-align": string;
|
|
832
|
+
overflow: string;
|
|
833
|
+
background: string;
|
|
834
|
+
margin: string;
|
|
835
|
+
};
|
|
836
|
+
".secure-payment-form .ctp-info-tooltip-content": {
|
|
837
|
+
visibility: string;
|
|
838
|
+
width: string;
|
|
839
|
+
"background-color": string;
|
|
840
|
+
color: string;
|
|
841
|
+
"text-align": string;
|
|
842
|
+
"border-radius": string;
|
|
843
|
+
border: string;
|
|
844
|
+
padding: string;
|
|
845
|
+
position: string;
|
|
846
|
+
"z-index": string;
|
|
847
|
+
"margin-left": string;
|
|
848
|
+
"margin-top": string;
|
|
849
|
+
opacity: string;
|
|
850
|
+
transition: string;
|
|
851
|
+
"font-size": string;
|
|
852
|
+
"font-weight": string;
|
|
853
|
+
"box-shadow": string;
|
|
854
|
+
};
|
|
855
|
+
".secure-payment-form .ctp-info-tooltip .ctp-heading": {
|
|
856
|
+
"max-width": string;
|
|
857
|
+
margin: string;
|
|
858
|
+
};
|
|
859
|
+
".secure-payment-form .ctp-info-tooltip-content ul": {
|
|
860
|
+
padding: string;
|
|
861
|
+
};
|
|
862
|
+
".secure-payment-form .ctp-info-tooltip-content li": {
|
|
863
|
+
padding: string;
|
|
864
|
+
"font-size": string;
|
|
865
|
+
"line-height": string;
|
|
866
|
+
"list-style": string;
|
|
867
|
+
};
|
|
868
|
+
".secure-payment-form .ctp-info-tooltip-content li.smart-checkout": {
|
|
869
|
+
background: string;
|
|
870
|
+
};
|
|
871
|
+
".secure-payment-form .ctp-info-tooltip-content li.faster-checkout": {
|
|
872
|
+
background: string;
|
|
873
|
+
};
|
|
874
|
+
".secure-payment-form .ctp-info-tooltip-content li.industry-standards": {
|
|
875
|
+
background: string;
|
|
876
|
+
};
|
|
877
|
+
".secure-payment-form .ctp-info-tooltip .top-arrow": {
|
|
878
|
+
position: string;
|
|
879
|
+
"margin-top": string;
|
|
880
|
+
background: string;
|
|
881
|
+
width: string;
|
|
882
|
+
left: string;
|
|
883
|
+
"margin-left": string;
|
|
884
|
+
border: string;
|
|
885
|
+
"border-width": string;
|
|
886
|
+
display: string;
|
|
887
|
+
padding: string;
|
|
888
|
+
transform: string;
|
|
889
|
+
"-webkit-transform": string;
|
|
890
|
+
"z-index": string;
|
|
891
|
+
};
|
|
892
|
+
".secure-payment-form .ctp-info-tooltip-content li .ctp-icon": {
|
|
893
|
+
"background-size": string;
|
|
894
|
+
width: string;
|
|
895
|
+
height: string;
|
|
896
|
+
margin: string;
|
|
897
|
+
};
|
|
898
|
+
".secure-payment-form .ctp-info-tooltip-content strong": {
|
|
899
|
+
"font-size": string;
|
|
900
|
+
"vertical-align": string;
|
|
901
|
+
};
|
|
902
|
+
".secure-payment-form .ctp-info-tooltip:hover .ctp-info-tooltip-content": {
|
|
903
|
+
visibility: string;
|
|
904
|
+
opacity: string;
|
|
905
|
+
};
|
|
906
|
+
".secure-payment-form .ctp-panel .ctp-button .ctp-icon": {
|
|
907
|
+
background: string;
|
|
908
|
+
display: string;
|
|
909
|
+
"vertical-align": string;
|
|
910
|
+
width: string;
|
|
911
|
+
height: string;
|
|
912
|
+
margin: string;
|
|
913
|
+
};
|
|
914
|
+
".secure-payment-form div[class^='ctp'] .card-brands": {
|
|
915
|
+
background: string;
|
|
916
|
+
display: string;
|
|
917
|
+
"vertical-align": string;
|
|
918
|
+
"padding-right": string;
|
|
919
|
+
"min-height": string;
|
|
920
|
+
color: string;
|
|
921
|
+
"white-space": string;
|
|
922
|
+
};
|
|
923
|
+
".secure-payment-form #ctp-wrapper #header": {
|
|
924
|
+
display: string;
|
|
925
|
+
};
|
|
926
|
+
".secure-payment-form #ctp-wrapper #footer": {
|
|
927
|
+
display: string;
|
|
928
|
+
};
|
|
929
|
+
".secure-payment-form #ctp-wrapper label.footerLabel": {
|
|
930
|
+
margin: string;
|
|
931
|
+
"font-size": string;
|
|
932
|
+
"line-height": string;
|
|
933
|
+
"font-weight": string;
|
|
934
|
+
};
|
|
935
|
+
".secure-payment-form #ctp-wrapper .footerLinewindow": {
|
|
936
|
+
padding: string;
|
|
937
|
+
};
|
|
938
|
+
".secure-payment-form #ctp-wrapper .TransitionLabel": {
|
|
939
|
+
"font-size": string;
|
|
940
|
+
"line-height": string;
|
|
941
|
+
"text-align": string;
|
|
942
|
+
float: string;
|
|
943
|
+
margin: string;
|
|
944
|
+
};
|
|
945
|
+
".secure-payment-form #ctp-wrapper #mtransitiontext.transctcardlabel": {
|
|
946
|
+
"font-size": string;
|
|
947
|
+
"line-height": string;
|
|
948
|
+
"text-align": string;
|
|
949
|
+
float: string;
|
|
950
|
+
margin: string;
|
|
951
|
+
};
|
|
952
|
+
".secure-payment-form #ctp-wrapper .transctcardlabel": {
|
|
953
|
+
"font-size": string;
|
|
954
|
+
"line-height": string;
|
|
955
|
+
"text-align": string;
|
|
956
|
+
float: string;
|
|
957
|
+
};
|
|
958
|
+
".secure-payment-form #ctp-wrapper .quitbanner": {
|
|
959
|
+
"margin-left": string;
|
|
960
|
+
"margin-top": string;
|
|
961
|
+
};
|
|
962
|
+
".secure-payment-form #ctp-wrapper .quitbanner > svg": {
|
|
963
|
+
display: string;
|
|
964
|
+
};
|
|
965
|
+
".secure-payment-form #ctp-wrapper .quitbanner .quitPage": {
|
|
966
|
+
margin: string;
|
|
967
|
+
};
|
|
968
|
+
".secure-payment-form #ctp-wrapper .VerificationLabel": {
|
|
969
|
+
"font-size": string;
|
|
970
|
+
"line-height": string;
|
|
971
|
+
"font-weight": string;
|
|
972
|
+
margin: string;
|
|
973
|
+
};
|
|
974
|
+
".secure-payment-form #ctp-wrapper label": {
|
|
975
|
+
"font-size": string;
|
|
976
|
+
"line-height": string;
|
|
977
|
+
"font-weight": string;
|
|
978
|
+
margin: string;
|
|
979
|
+
};
|
|
980
|
+
".secure-payment-form #ctp-wrapper label.change": {
|
|
981
|
+
"font-size": string;
|
|
982
|
+
"line-height": string;
|
|
983
|
+
"font-weight": string;
|
|
984
|
+
margin: string;
|
|
985
|
+
};
|
|
986
|
+
".secure-payment-form #ctp-wrapper .blue-button": {
|
|
987
|
+
height: string;
|
|
988
|
+
"font-size": string;
|
|
989
|
+
"line-height": string;
|
|
990
|
+
padding: string;
|
|
991
|
+
};
|
|
992
|
+
".secure-payment-form #ctp-wrapper .blue-button label": {
|
|
993
|
+
margin: string;
|
|
994
|
+
};
|
|
995
|
+
".secure-payment-form #ctp-wrapper .lblemailDisplay": {
|
|
996
|
+
"font-size": string;
|
|
997
|
+
"line-height": string;
|
|
998
|
+
"margin-top": string;
|
|
999
|
+
};
|
|
1000
|
+
".secure-payment-form #ctp-wrapper .rsdcode": {
|
|
1001
|
+
"font-size": string;
|
|
1002
|
+
"line-height": string;
|
|
1003
|
+
"font-weight": string;
|
|
1004
|
+
"margin-bottom": string;
|
|
1005
|
+
};
|
|
1006
|
+
".secure-payment-form #ctp-wrapper .svgalignDiv": {
|
|
1007
|
+
padding: string;
|
|
1008
|
+
};
|
|
1009
|
+
".secure-payment-form #ctp-wrapper .signinlayout": {
|
|
1010
|
+
"min-height": string;
|
|
1011
|
+
"max-width": string;
|
|
1012
|
+
};
|
|
1013
|
+
".secure-payment-form #ctp-wrapper .logindiv": {
|
|
1014
|
+
"min-height": string;
|
|
1015
|
+
padding: string;
|
|
1016
|
+
};
|
|
1017
|
+
".secure-payment-form #ctp-wrapper #cancel-link": {
|
|
1018
|
+
"margin-bottom": string;
|
|
1019
|
+
};
|
|
1020
|
+
".secure-payment-form #ctp-wrapper .logindiv .tooltip": {
|
|
1021
|
+
display: string;
|
|
1022
|
+
};
|
|
1023
|
+
".secure-payment-form #ctp-wrapper .logindiv .lblemailInput": {
|
|
1024
|
+
display: string;
|
|
1025
|
+
};
|
|
1026
|
+
".secure-payment-form #ctp-wrapper .VerificationLabel label": {
|
|
1027
|
+
display: string;
|
|
1028
|
+
};
|
|
1029
|
+
"@font-face": {
|
|
1030
|
+
"font-family": string;
|
|
1031
|
+
src: string;
|
|
1032
|
+
};
|
|
1033
|
+
"@media(min-width: 800px)": {
|
|
1034
|
+
".secure-payment-form .credit-card-card-expiration": {
|
|
1035
|
+
flex: string;
|
|
1036
|
+
"margin-right": string;
|
|
1037
|
+
};
|
|
1038
|
+
".secure-payment-form .credit-card-card-cvv": {
|
|
1039
|
+
flex: string;
|
|
1040
|
+
"margin-left": string;
|
|
1041
|
+
};
|
|
1042
|
+
".secure-payment-form .tooltip-content": {
|
|
1043
|
+
right: string;
|
|
1044
|
+
};
|
|
1045
|
+
};
|
|
1046
|
+
};
|
|
1047
|
+
simple: {
|
|
1048
|
+
".secure-payment-form": {
|
|
1049
|
+
"font-family": string;
|
|
1050
|
+
width: string;
|
|
1051
|
+
};
|
|
1052
|
+
".secure-payment-form label": {
|
|
1053
|
+
color: string;
|
|
1054
|
+
"font-size": string;
|
|
1055
|
+
"font-weight": string;
|
|
1056
|
+
"line-height": string;
|
|
1057
|
+
"text-transform": string;
|
|
1058
|
+
};
|
|
1059
|
+
".secure-payment-form #ss-banner": {
|
|
1060
|
+
background: string;
|
|
1061
|
+
"background-size": string;
|
|
1062
|
+
height: string;
|
|
1063
|
+
"margin-bottom": string;
|
|
1064
|
+
};
|
|
1065
|
+
".secure-payment-form div": {
|
|
1066
|
+
display: string;
|
|
1067
|
+
};
|
|
1068
|
+
".secure-payment-form iframe": {
|
|
1069
|
+
"min-height": string;
|
|
1070
|
+
};
|
|
1071
|
+
".secure-payment-form .form-row": {
|
|
1072
|
+
"margin-top": string;
|
|
1073
|
+
};
|
|
1074
|
+
".secure-payment-form .form-wrapper": {
|
|
1075
|
+
display: string;
|
|
1076
|
+
/**
|
|
1077
|
+
* Deletes all hosted fields within the form
|
|
1078
|
+
*/
|
|
1079
|
+
margin: string;
|
|
1080
|
+
};
|
|
1081
|
+
".secure-payment-form input": {
|
|
1082
|
+
"-o-transition": string;
|
|
1083
|
+
"-webkit-box-shadow": string;
|
|
1084
|
+
"-webkit-transition": string;
|
|
1085
|
+
"background-color": string;
|
|
1086
|
+
border: string;
|
|
1087
|
+
"border-radius": string;
|
|
1088
|
+
"box-shadow": string;
|
|
1089
|
+
"box-sizing": string;
|
|
1090
|
+
display: string;
|
|
1091
|
+
"font-family": string;
|
|
1092
|
+
"font-size": string;
|
|
1093
|
+
"font-smoothing": string;
|
|
1094
|
+
height: string;
|
|
1095
|
+
margin: string;
|
|
1096
|
+
"max-width": string;
|
|
1097
|
+
outline: string;
|
|
1098
|
+
padding: string;
|
|
1099
|
+
transition: string;
|
|
1100
|
+
"vertical-align": string;
|
|
1101
|
+
width: string;
|
|
1102
|
+
};
|
|
1103
|
+
".secure-payment-form input:focus": {
|
|
1104
|
+
border: string;
|
|
1105
|
+
"box-shadow": string;
|
|
1106
|
+
outline: string;
|
|
1107
|
+
};
|
|
1108
|
+
".secure-payment-form .tooltip, .secure-payment-form .tooltip-content": {
|
|
1109
|
+
display: string;
|
|
1110
|
+
};
|
|
1111
|
+
".secure-payment-form .other-cards-label": {
|
|
1112
|
+
"border-bottom": string;
|
|
1113
|
+
"text-align": string;
|
|
1114
|
+
margin: string;
|
|
1115
|
+
position: string;
|
|
1116
|
+
};
|
|
1117
|
+
".secure-payment-form .other-cards-label span": {
|
|
1118
|
+
"text-align": string;
|
|
1119
|
+
padding: string;
|
|
1120
|
+
background: string;
|
|
1121
|
+
position: string;
|
|
1122
|
+
color: string;
|
|
1123
|
+
width: string;
|
|
1124
|
+
left: string;
|
|
1125
|
+
"-webkit-transform": string;
|
|
1126
|
+
"-moz-transform": string;
|
|
1127
|
+
"-ms-transform": string;
|
|
1128
|
+
"-o-transform": string;
|
|
1129
|
+
transform: string;
|
|
1130
|
+
margin: string;
|
|
1131
|
+
"font-family": string;
|
|
1132
|
+
"font-size": string;
|
|
1133
|
+
"white-space": string;
|
|
1134
|
+
};
|
|
1135
|
+
".secure-payment-form .hidden": {
|
|
1136
|
+
display: string;
|
|
1137
|
+
};
|
|
1138
|
+
".secure-payment-form .ctp-panel": {
|
|
1139
|
+
border: string;
|
|
1140
|
+
"box-shadow": string;
|
|
1141
|
+
"border-radius": string;
|
|
1142
|
+
"margin-bottom": string;
|
|
1143
|
+
};
|
|
1144
|
+
".secure-payment-form div[class^='credit-card'].apm-active ~ div:not([class$='shield']):not([class$='logo'])": {
|
|
1145
|
+
display: string;
|
|
1146
|
+
};
|
|
1147
|
+
".secure-payment-form .ctp-panel .ctp-button": {
|
|
1148
|
+
display: string;
|
|
1149
|
+
background: string;
|
|
1150
|
+
"flex-direction": string;
|
|
1151
|
+
"align-items": string;
|
|
1152
|
+
padding: string;
|
|
1153
|
+
flex: string;
|
|
1154
|
+
order: string;
|
|
1155
|
+
"flex-grow": string;
|
|
1156
|
+
position: string;
|
|
1157
|
+
"font-size": string;
|
|
1158
|
+
"line-height": string;
|
|
1159
|
+
cursor: string;
|
|
1160
|
+
"font-family": string;
|
|
1161
|
+
};
|
|
1162
|
+
".secure-payment-form .apm-active .ctp-panel .ctp-button": {
|
|
1163
|
+
cursor: string;
|
|
1164
|
+
};
|
|
1165
|
+
".secure-payment-form .ctp-panel .ctp-button:after": {
|
|
1166
|
+
content: string;
|
|
1167
|
+
position: string;
|
|
1168
|
+
width: string;
|
|
1169
|
+
height: string;
|
|
1170
|
+
border: string;
|
|
1171
|
+
"border-width": string;
|
|
1172
|
+
display: string;
|
|
1173
|
+
padding: string;
|
|
1174
|
+
transform: string;
|
|
1175
|
+
"-webkit-transform": string;
|
|
1176
|
+
};
|
|
1177
|
+
".secure-payment-form .ctp-panel .right-arrow": {
|
|
1178
|
+
position: string;
|
|
1179
|
+
background: string;
|
|
1180
|
+
right: string;
|
|
1181
|
+
border: string;
|
|
1182
|
+
"border-width": string;
|
|
1183
|
+
display: string;
|
|
1184
|
+
padding: string;
|
|
1185
|
+
transform: string;
|
|
1186
|
+
"-webkit-transform": string;
|
|
1187
|
+
"z-index": string;
|
|
1188
|
+
top: string;
|
|
1189
|
+
"margin-top": string;
|
|
1190
|
+
};
|
|
1191
|
+
".secure-payment-form .apm-active .right-arrow": {
|
|
1192
|
+
display: string;
|
|
1193
|
+
};
|
|
1194
|
+
".secure-payment-form .ctp-info-tooltip": {
|
|
1195
|
+
width: string;
|
|
1196
|
+
height: string;
|
|
1197
|
+
display: string;
|
|
1198
|
+
"vertical-align": string;
|
|
1199
|
+
overflow: string;
|
|
1200
|
+
background: string;
|
|
1201
|
+
margin: string;
|
|
1202
|
+
};
|
|
1203
|
+
".secure-payment-form .ctp-info-tooltip-content": {
|
|
1204
|
+
visibility: string;
|
|
1205
|
+
width: string;
|
|
1206
|
+
"background-color": string;
|
|
1207
|
+
color: string;
|
|
1208
|
+
"text-align": string;
|
|
1209
|
+
"border-radius": string;
|
|
1210
|
+
border: string;
|
|
1211
|
+
padding: string;
|
|
1212
|
+
position: string;
|
|
1213
|
+
"z-index": string;
|
|
1214
|
+
"margin-left": string;
|
|
1215
|
+
"margin-top": string;
|
|
1216
|
+
opacity: string;
|
|
1217
|
+
transition: string;
|
|
1218
|
+
"font-size": string;
|
|
1219
|
+
"font-weight": string;
|
|
1220
|
+
"box-shadow": string;
|
|
1221
|
+
};
|
|
1222
|
+
".secure-payment-form .ctp-info-tooltip .ctp-heading": {
|
|
1223
|
+
"max-width": string;
|
|
1224
|
+
margin: string;
|
|
1225
|
+
};
|
|
1226
|
+
".secure-payment-form .ctp-info-tooltip-content ul": {
|
|
1227
|
+
padding: string;
|
|
1228
|
+
};
|
|
1229
|
+
".secure-payment-form .ctp-info-tooltip-content li": {
|
|
1230
|
+
padding: string;
|
|
1231
|
+
"font-size": string;
|
|
1232
|
+
"line-height": string;
|
|
1233
|
+
"list-style": string;
|
|
1234
|
+
};
|
|
1235
|
+
".secure-payment-form .ctp-info-tooltip-content li.smart-checkout": {
|
|
1236
|
+
background: string;
|
|
1237
|
+
};
|
|
1238
|
+
".secure-payment-form .ctp-info-tooltip-content li.faster-checkout": {
|
|
1239
|
+
background: string;
|
|
1240
|
+
};
|
|
1241
|
+
".secure-payment-form .ctp-info-tooltip-content li.industry-standards": {
|
|
1242
|
+
background: string;
|
|
1243
|
+
};
|
|
1244
|
+
".secure-payment-form .ctp-info-tooltip .top-arrow": {
|
|
1245
|
+
position: string;
|
|
1246
|
+
"margin-top": string;
|
|
1247
|
+
background: string;
|
|
1248
|
+
width: string;
|
|
1249
|
+
left: string;
|
|
1250
|
+
"margin-left": string;
|
|
1251
|
+
border: string;
|
|
1252
|
+
"border-width": string;
|
|
1253
|
+
display: string;
|
|
1254
|
+
padding: string;
|
|
1255
|
+
transform: string;
|
|
1256
|
+
"-webkit-transform": string;
|
|
1257
|
+
"z-index": string;
|
|
1258
|
+
};
|
|
1259
|
+
".secure-payment-form .ctp-info-tooltip-content li .ctp-icon": {
|
|
1260
|
+
"background-size": string;
|
|
1261
|
+
width: string;
|
|
1262
|
+
height: string;
|
|
1263
|
+
margin: string;
|
|
1264
|
+
};
|
|
1265
|
+
".secure-payment-form .ctp-info-tooltip-content strong": {
|
|
1266
|
+
"font-size": string;
|
|
1267
|
+
"vertical-align": string;
|
|
1268
|
+
};
|
|
1269
|
+
".secure-payment-form .ctp-info-tooltip:hover .ctp-info-tooltip-content": {
|
|
1270
|
+
visibility: string;
|
|
1271
|
+
opacity: string;
|
|
1272
|
+
};
|
|
1273
|
+
".secure-payment-form .ctp-panel .ctp-button .ctp-icon": {
|
|
1274
|
+
background: string;
|
|
1275
|
+
display: string;
|
|
1276
|
+
"vertical-align": string;
|
|
1277
|
+
width: string;
|
|
1278
|
+
height: string;
|
|
1279
|
+
margin: string;
|
|
1280
|
+
};
|
|
1281
|
+
".secure-payment-form div[class^='ctp'] .card-brands": {
|
|
1282
|
+
background: string;
|
|
1283
|
+
display: string;
|
|
1284
|
+
"vertical-align": string;
|
|
1285
|
+
"padding-right": string;
|
|
1286
|
+
"min-height": string;
|
|
1287
|
+
color: string;
|
|
1288
|
+
"white-space": string;
|
|
1289
|
+
};
|
|
1290
|
+
".secure-payment-form #ctp-wrapper #header": {
|
|
1291
|
+
display: string;
|
|
1292
|
+
};
|
|
1293
|
+
".secure-payment-form #ctp-wrapper #footer": {
|
|
1294
|
+
display: string;
|
|
1295
|
+
};
|
|
1296
|
+
".secure-payment-form #ctp-wrapper label.footerLabel": {
|
|
1297
|
+
margin: string;
|
|
1298
|
+
"font-size": string;
|
|
1299
|
+
"line-height": string;
|
|
1300
|
+
"font-weight": string;
|
|
1301
|
+
};
|
|
1302
|
+
".secure-payment-form #ctp-wrapper .footerLinewindow": {
|
|
1303
|
+
padding: string;
|
|
1304
|
+
};
|
|
1305
|
+
".secure-payment-form #ctp-wrapper .TransitionLabel": {
|
|
1306
|
+
"font-size": string;
|
|
1307
|
+
"line-height": string;
|
|
1308
|
+
"text-align": string;
|
|
1309
|
+
float: string;
|
|
1310
|
+
margin: string;
|
|
1311
|
+
};
|
|
1312
|
+
".secure-payment-form #ctp-wrapper #mtransitiontext.transctcardlabel": {
|
|
1313
|
+
"font-size": string;
|
|
1314
|
+
"line-height": string;
|
|
1315
|
+
"text-align": string;
|
|
1316
|
+
float: string;
|
|
1317
|
+
margin: string;
|
|
1318
|
+
};
|
|
1319
|
+
".secure-payment-form #ctp-wrapper .transctcardlabel": {
|
|
1320
|
+
"font-size": string;
|
|
1321
|
+
"line-height": string;
|
|
1322
|
+
"text-align": string;
|
|
1323
|
+
float: string;
|
|
1324
|
+
};
|
|
1325
|
+
".secure-payment-form #ctp-wrapper .quitbanner": {
|
|
1326
|
+
"margin-left": string;
|
|
1327
|
+
"margin-top": string;
|
|
1328
|
+
};
|
|
1329
|
+
".secure-payment-form #ctp-wrapper .quitbanner > svg": {
|
|
1330
|
+
display: string;
|
|
1331
|
+
};
|
|
1332
|
+
".secure-payment-form #ctp-wrapper .quitbanner .quitPage": {
|
|
1333
|
+
margin: string;
|
|
1334
|
+
};
|
|
1335
|
+
".secure-payment-form #ctp-wrapper .VerificationLabel": {
|
|
1336
|
+
"font-size": string;
|
|
1337
|
+
"line-height": string;
|
|
1338
|
+
"font-weight": string;
|
|
1339
|
+
margin: string;
|
|
1340
|
+
};
|
|
1341
|
+
".secure-payment-form #ctp-wrapper label": {
|
|
1342
|
+
"font-size": string;
|
|
1343
|
+
"line-height": string;
|
|
1344
|
+
"font-weight": string;
|
|
1345
|
+
margin: string;
|
|
1346
|
+
};
|
|
1347
|
+
".secure-payment-form #ctp-wrapper label.change": {
|
|
1348
|
+
"font-size": string;
|
|
1349
|
+
"line-height": string;
|
|
1350
|
+
"font-weight": string;
|
|
1351
|
+
margin: string;
|
|
1352
|
+
};
|
|
1353
|
+
".secure-payment-form #ctp-wrapper .blue-button": {
|
|
1354
|
+
height: string;
|
|
1355
|
+
"font-size": string;
|
|
1356
|
+
"line-height": string;
|
|
1357
|
+
padding: string;
|
|
1358
|
+
};
|
|
1359
|
+
".secure-payment-form #ctp-wrapper .blue-button label": {
|
|
1360
|
+
margin: string;
|
|
1361
|
+
};
|
|
1362
|
+
".secure-payment-form #ctp-wrapper .lblemailDisplay": {
|
|
1363
|
+
"font-size": string;
|
|
1364
|
+
"line-height": string;
|
|
1365
|
+
"margin-top": string;
|
|
1366
|
+
};
|
|
1367
|
+
".secure-payment-form #ctp-wrapper .rsdcode": {
|
|
1368
|
+
"font-size": string;
|
|
1369
|
+
"line-height": string;
|
|
1370
|
+
"font-weight": string;
|
|
1371
|
+
"margin-bottom": string;
|
|
1372
|
+
};
|
|
1373
|
+
".secure-payment-form #ctp-wrapper .svgalignDiv": {
|
|
1374
|
+
padding: string;
|
|
1375
|
+
};
|
|
1376
|
+
".secure-payment-form #ctp-wrapper .signinlayout": {
|
|
1377
|
+
"min-height": string;
|
|
1378
|
+
"max-width": string;
|
|
1379
|
+
};
|
|
1380
|
+
".secure-payment-form #ctp-wrapper .logindiv": {
|
|
1381
|
+
"min-height": string;
|
|
1382
|
+
padding: string;
|
|
1383
|
+
};
|
|
1384
|
+
".secure-payment-form #ctp-wrapper #cancel-link": {
|
|
1385
|
+
"margin-bottom": string;
|
|
1386
|
+
};
|
|
1387
|
+
".secure-payment-form #ctp-wrapper .logindiv .tooltip": {
|
|
1388
|
+
display: string;
|
|
1389
|
+
};
|
|
1390
|
+
".secure-payment-form #ctp-wrapper .logindiv .lblemailInput": {
|
|
1391
|
+
display: string;
|
|
1392
|
+
};
|
|
1393
|
+
".secure-payment-form #ctp-wrapper .VerificationLabel label": {
|
|
834
1394
|
display: string;
|
|
835
1395
|
};
|
|
836
1396
|
};
|
|
@@ -842,6 +1402,8 @@ export interface IUIFormOptions {
|
|
|
842
1402
|
style?: "default" | "simple" | "blank" | "gp-default";
|
|
843
1403
|
titles?: IDictionary;
|
|
844
1404
|
values?: IDictionary;
|
|
1405
|
+
amount?: number;
|
|
1406
|
+
apms?: IDictionary;
|
|
845
1407
|
}
|
|
846
1408
|
export declare const frameFieldTypes: string[];
|
|
847
1409
|
export interface IUIFormFields {
|
|
@@ -892,4 +1454,5 @@ export default class UIForm {
|
|
|
892
1454
|
dispose(): void;
|
|
893
1455
|
private createFrames;
|
|
894
1456
|
private requestDataFromAll;
|
|
1457
|
+
setSubtotalAmount(amount: string): void;
|
|
895
1458
|
}
|