@protontech/autofill 0.0.33835493 → 0.0.35059265
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/features/feature.d.ts +1 -1
- package/features/feature.js +6 -8
- package/features/feature.spec.js +6 -2
- package/features/registry.d.ts +3 -0
- package/features/registry.js +9 -0
- package/features/sorted.gen.d.ts +14 -0
- package/features/sorted.gen.js +22 -0
- package/features/v1/abstract.field.js +2 -2
- package/features/v1/abstract.form.d.ts +0 -612
- package/features/v1/abstract.form.js +1 -2
- package/features/v1/index.d.ts +12 -4425
- package/features/v1/index.js +12 -14
- package/package.json +3 -3
- package/scripts/gen-sorted-features.d.ts +1 -0
- package/scripts/gen-sorted-features.js +32 -0
|
@@ -611,616 +611,4 @@ export declare const formFeatures: {
|
|
|
611
611
|
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
612
612
|
};
|
|
613
613
|
};
|
|
614
|
-
export declare const formFeaturesComputer: import("@protontech/autofill/types").FeatureComputer<{
|
|
615
|
-
__formInputMFACandidates: {
|
|
616
|
-
name: "__formInputMFACandidates";
|
|
617
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
618
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
619
|
-
};
|
|
620
|
-
__formMFA: {
|
|
621
|
-
name: "__formMFA";
|
|
622
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
623
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
624
|
-
};
|
|
625
|
-
__formOTPOutlier: {
|
|
626
|
-
name: "__formOTPOutlier";
|
|
627
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
628
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
629
|
-
};
|
|
630
|
-
__formTextAuthenticator: {
|
|
631
|
-
name: "__formTextAuthenticator";
|
|
632
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
633
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
634
|
-
};
|
|
635
|
-
__headingsOTPOutlier: {
|
|
636
|
-
name: "__headingsOTPOutlier";
|
|
637
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
638
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
639
|
-
};
|
|
640
|
-
__inputIterator: {
|
|
641
|
-
name: "__inputIterator";
|
|
642
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
643
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): import("@protontech/autofill/utils/form").FormInputIterator;
|
|
644
|
-
};
|
|
645
|
-
__linkOTPOutlier: {
|
|
646
|
-
name: "__linkOTPOutlier";
|
|
647
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
648
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
649
|
-
};
|
|
650
|
-
visibleFieldsCount: {
|
|
651
|
-
name: "visibleFieldsCountScaled";
|
|
652
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
653
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
654
|
-
};
|
|
655
|
-
visibleInputsCount: {
|
|
656
|
-
name: "visibleInputsCountScaled";
|
|
657
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
658
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
659
|
-
};
|
|
660
|
-
fieldsetsCount: {
|
|
661
|
-
name: "fieldsetsCountScaled";
|
|
662
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
663
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
664
|
-
};
|
|
665
|
-
textsCount: {
|
|
666
|
-
name: "textsCountScaled";
|
|
667
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
668
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
669
|
-
};
|
|
670
|
-
textareasCount: {
|
|
671
|
-
name: "textareasCountScaled";
|
|
672
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
673
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
674
|
-
};
|
|
675
|
-
selectsCount: {
|
|
676
|
-
name: "selectsCountScaled";
|
|
677
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
678
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
679
|
-
};
|
|
680
|
-
disabledCount: {
|
|
681
|
-
name: "disabledCountScaled";
|
|
682
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
683
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
684
|
-
};
|
|
685
|
-
radiosCount: {
|
|
686
|
-
name: "radiosCountScaled";
|
|
687
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
688
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
689
|
-
};
|
|
690
|
-
readOnlyCount: {
|
|
691
|
-
name: "readOnlyCountScaled";
|
|
692
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
693
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
694
|
-
};
|
|
695
|
-
formComplexity: {
|
|
696
|
-
name: "formComplexityScaled";
|
|
697
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
698
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
699
|
-
};
|
|
700
|
-
visibleIdentifiersCount: {
|
|
701
|
-
name: "visibleIdentifiersCountScaled";
|
|
702
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
703
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
704
|
-
};
|
|
705
|
-
hiddenIdentifiersCount: {
|
|
706
|
-
name: "hiddenIdentifiersCountScaled";
|
|
707
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
708
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
709
|
-
};
|
|
710
|
-
usernamesCount: {
|
|
711
|
-
name: "usernamesCountScaled";
|
|
712
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
713
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
714
|
-
};
|
|
715
|
-
emailsCount: {
|
|
716
|
-
name: "emailsCountScaled";
|
|
717
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
718
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
719
|
-
};
|
|
720
|
-
hiddenCount: {
|
|
721
|
-
name: "hiddenCountScaled";
|
|
722
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
723
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
724
|
-
};
|
|
725
|
-
hiddenPasswordsCount: {
|
|
726
|
-
name: "hiddenPasswordsCountScaled";
|
|
727
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
728
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
729
|
-
};
|
|
730
|
-
submitsCount: {
|
|
731
|
-
name: "submitsCountScaled";
|
|
732
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
733
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
734
|
-
};
|
|
735
|
-
identitiesCount: {
|
|
736
|
-
name: "identitiesCountScaled";
|
|
737
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
738
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
739
|
-
};
|
|
740
|
-
ccsCount: {
|
|
741
|
-
name: "ccsCountScaled";
|
|
742
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
743
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
744
|
-
};
|
|
745
|
-
hasTels: {
|
|
746
|
-
name: "hasTels";
|
|
747
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
748
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
749
|
-
};
|
|
750
|
-
hasOAuth: {
|
|
751
|
-
name: "hasOAuth";
|
|
752
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
753
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
754
|
-
};
|
|
755
|
-
hasCaptchas: {
|
|
756
|
-
name: "hasCaptchas";
|
|
757
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
758
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
759
|
-
};
|
|
760
|
-
hasFiles: {
|
|
761
|
-
name: "hasFiles";
|
|
762
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
763
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
764
|
-
};
|
|
765
|
-
hasDate: {
|
|
766
|
-
name: "hasDate";
|
|
767
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
768
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
769
|
-
};
|
|
770
|
-
hasNumber: {
|
|
771
|
-
name: "hasNumber";
|
|
772
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
773
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
774
|
-
};
|
|
775
|
-
oneVisibleField: {
|
|
776
|
-
name: "oneVisibleField";
|
|
777
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
778
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
779
|
-
};
|
|
780
|
-
twoVisibleFields: {
|
|
781
|
-
name: "twoVisibleFields";
|
|
782
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
783
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
784
|
-
};
|
|
785
|
-
threeOrMoreVisibleFields: {
|
|
786
|
-
name: "threeOrMoreVisibleFields";
|
|
787
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
788
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
789
|
-
};
|
|
790
|
-
noPasswords: {
|
|
791
|
-
name: "noPasswords";
|
|
792
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
793
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
794
|
-
};
|
|
795
|
-
onePassword: {
|
|
796
|
-
name: "onePassword";
|
|
797
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
798
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
799
|
-
};
|
|
800
|
-
twoPasswords: {
|
|
801
|
-
name: "twoPasswords";
|
|
802
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
803
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
804
|
-
};
|
|
805
|
-
threeOrMorePasswords: {
|
|
806
|
-
name: "threeOrMorePasswords";
|
|
807
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
808
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
809
|
-
};
|
|
810
|
-
noIdentifiers: {
|
|
811
|
-
name: "noIdentifiers";
|
|
812
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
813
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
814
|
-
};
|
|
815
|
-
oneIdentifier: {
|
|
816
|
-
name: "oneIdentifier";
|
|
817
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
818
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
819
|
-
};
|
|
820
|
-
twoIdentifiers: {
|
|
821
|
-
name: "twoIdentifiers";
|
|
822
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
823
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
824
|
-
};
|
|
825
|
-
threeOrMoreIdentifiers: {
|
|
826
|
-
name: "threeOrMoreIdentifiers";
|
|
827
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
828
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
829
|
-
};
|
|
830
|
-
autofocusedIsIdentifier: {
|
|
831
|
-
name: "autofocusedIsIdentifier";
|
|
832
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
833
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
834
|
-
};
|
|
835
|
-
autofocusedIsPassword: {
|
|
836
|
-
name: "autofocusedIsPassword";
|
|
837
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
838
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
839
|
-
};
|
|
840
|
-
visibleRatio: {
|
|
841
|
-
name: "visibleRatio";
|
|
842
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
843
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
844
|
-
};
|
|
845
|
-
inputRatio: {
|
|
846
|
-
name: "inputRatio";
|
|
847
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
848
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
849
|
-
};
|
|
850
|
-
hiddenRatio: {
|
|
851
|
-
name: "hiddenRatio";
|
|
852
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
853
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
854
|
-
};
|
|
855
|
-
identifierRatio: {
|
|
856
|
-
name: "identifierRatio";
|
|
857
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
858
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
859
|
-
};
|
|
860
|
-
emailRatio: {
|
|
861
|
-
name: "emailRatio";
|
|
862
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
863
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
864
|
-
};
|
|
865
|
-
usernameRatio: {
|
|
866
|
-
name: "usernameRatio";
|
|
867
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
868
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
869
|
-
};
|
|
870
|
-
passwordRatio: {
|
|
871
|
-
name: "passwordRatio";
|
|
872
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
873
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
874
|
-
};
|
|
875
|
-
disabledRatio: {
|
|
876
|
-
name: "disabledRatio";
|
|
877
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
878
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
879
|
-
};
|
|
880
|
-
requiredRatio: {
|
|
881
|
-
name: "requiredRatio";
|
|
882
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
883
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
884
|
-
};
|
|
885
|
-
checkboxRatio: {
|
|
886
|
-
name: "checkboxRatio";
|
|
887
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
888
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
889
|
-
};
|
|
890
|
-
hiddenIdentifierRatio: {
|
|
891
|
-
name: "hiddenIdentifierRatio";
|
|
892
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
893
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
894
|
-
};
|
|
895
|
-
hiddenPasswordRatio: {
|
|
896
|
-
name: "hiddenPasswordRatio";
|
|
897
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
898
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
899
|
-
};
|
|
900
|
-
pageLogin: {
|
|
901
|
-
name: "pageLogin";
|
|
902
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
903
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
904
|
-
};
|
|
905
|
-
formTextLogin: {
|
|
906
|
-
name: "formTextLogin";
|
|
907
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
908
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
909
|
-
};
|
|
910
|
-
formAttrsLogin: {
|
|
911
|
-
name: "formAttrsLogin";
|
|
912
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
913
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
914
|
-
};
|
|
915
|
-
headingsLogin: {
|
|
916
|
-
name: "headingsLogin";
|
|
917
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
918
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
919
|
-
};
|
|
920
|
-
layoutLogin: {
|
|
921
|
-
name: "layoutLogin";
|
|
922
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
923
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
924
|
-
};
|
|
925
|
-
rememberMeCheckbox: {
|
|
926
|
-
name: "rememberMeCheckbox";
|
|
927
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
928
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
929
|
-
};
|
|
930
|
-
troubleLink: {
|
|
931
|
-
name: "troubleLink";
|
|
932
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
933
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
934
|
-
};
|
|
935
|
-
submitLogin: {
|
|
936
|
-
name: "submitLogin";
|
|
937
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
938
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
939
|
-
};
|
|
940
|
-
pageRegister: {
|
|
941
|
-
name: "pageRegister";
|
|
942
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
943
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
944
|
-
};
|
|
945
|
-
formTextRegister: {
|
|
946
|
-
name: "formTextRegister";
|
|
947
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
948
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
949
|
-
};
|
|
950
|
-
formAttrsRegister: {
|
|
951
|
-
name: "formAttrsRegister";
|
|
952
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
953
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
954
|
-
};
|
|
955
|
-
headingsRegister: {
|
|
956
|
-
name: "headingsRegister";
|
|
957
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
958
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
959
|
-
};
|
|
960
|
-
layoutRegister: {
|
|
961
|
-
name: "layoutRegister";
|
|
962
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
963
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
964
|
-
};
|
|
965
|
-
pwNewRegister: {
|
|
966
|
-
name: "pwNewRegister";
|
|
967
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
968
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
969
|
-
};
|
|
970
|
-
pwConfirmRegister: {
|
|
971
|
-
name: "pwConfirmRegister";
|
|
972
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
973
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
974
|
-
};
|
|
975
|
-
submitRegister: {
|
|
976
|
-
name: "submitRegister";
|
|
977
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
978
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
979
|
-
};
|
|
980
|
-
TOSRef: {
|
|
981
|
-
name: "TOSRef";
|
|
982
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
983
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
984
|
-
};
|
|
985
|
-
pagePwReset: {
|
|
986
|
-
name: "pagePwReset";
|
|
987
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
988
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
989
|
-
};
|
|
990
|
-
formTextPwReset: {
|
|
991
|
-
name: "formTextPwReset";
|
|
992
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
993
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
994
|
-
};
|
|
995
|
-
formAttrsPwReset: {
|
|
996
|
-
name: "formAttrsPwReset";
|
|
997
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
998
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
999
|
-
};
|
|
1000
|
-
headingsPwReset: {
|
|
1001
|
-
name: "headingsPwReset";
|
|
1002
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1003
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1004
|
-
};
|
|
1005
|
-
layoutPwReset: {
|
|
1006
|
-
name: "layoutPwReset";
|
|
1007
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1008
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1009
|
-
};
|
|
1010
|
-
pageRecovery: {
|
|
1011
|
-
name: "pageRecovery";
|
|
1012
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1013
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1014
|
-
};
|
|
1015
|
-
formTextRecovery: {
|
|
1016
|
-
name: "formTextRecovery";
|
|
1017
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1018
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1019
|
-
};
|
|
1020
|
-
formAttrsRecovery: {
|
|
1021
|
-
name: "formAttrsRecovery";
|
|
1022
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1023
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1024
|
-
};
|
|
1025
|
-
headingsRecovery: {
|
|
1026
|
-
name: "headingsRecovery";
|
|
1027
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1028
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1029
|
-
};
|
|
1030
|
-
layoutRecovery: {
|
|
1031
|
-
name: "layoutRecovery";
|
|
1032
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1033
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1034
|
-
};
|
|
1035
|
-
identifierRecovery: {
|
|
1036
|
-
name: "identifierRecovery";
|
|
1037
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1038
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1039
|
-
};
|
|
1040
|
-
submitRecovery: {
|
|
1041
|
-
name: "submitRecovery";
|
|
1042
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1043
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1044
|
-
};
|
|
1045
|
-
formTextMFA: {
|
|
1046
|
-
name: "formTextMFA";
|
|
1047
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1048
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1049
|
-
};
|
|
1050
|
-
formAttrsMFA: {
|
|
1051
|
-
name: "formAttrsMFA";
|
|
1052
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1053
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1054
|
-
};
|
|
1055
|
-
inputsMFA: {
|
|
1056
|
-
name: "inputsMFA";
|
|
1057
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1058
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1059
|
-
};
|
|
1060
|
-
newsletterForm: {
|
|
1061
|
-
name: "newsletterForm";
|
|
1062
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1063
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1064
|
-
};
|
|
1065
|
-
searchForm: {
|
|
1066
|
-
name: "searchForm";
|
|
1067
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1068
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1069
|
-
};
|
|
1070
|
-
multistepForm: {
|
|
1071
|
-
name: "multistepForm";
|
|
1072
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1073
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1074
|
-
};
|
|
1075
|
-
multiAuthForm: {
|
|
1076
|
-
name: "multiAuthForm";
|
|
1077
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1078
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): boolean;
|
|
1079
|
-
};
|
|
1080
|
-
multistepForm_multiAuthForm: {
|
|
1081
|
-
name: "multistepForm,multiAuthForm";
|
|
1082
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1083
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1084
|
-
};
|
|
1085
|
-
visibleRatio_visibleFieldsCount: {
|
|
1086
|
-
name: "visibleRatio,visibleFieldsCountScaled";
|
|
1087
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1088
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1089
|
-
};
|
|
1090
|
-
visibleRatio_visibleIdentifiersCount: {
|
|
1091
|
-
name: "visibleRatio,visibleIdentifiersCountScaled";
|
|
1092
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1093
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1094
|
-
};
|
|
1095
|
-
visibleRatio_visiblePasswordsCount: {
|
|
1096
|
-
name: "visibleRatio,visiblePasswordsCountScaled";
|
|
1097
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1098
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1099
|
-
};
|
|
1100
|
-
visibleRatio_hiddenIdentifiersCount: {
|
|
1101
|
-
name: "visibleRatio,hiddenIdentifiersCountScaled";
|
|
1102
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1103
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1104
|
-
};
|
|
1105
|
-
visibleRatio_hiddenPasswordsCount: {
|
|
1106
|
-
name: "visibleRatio,hiddenPasswordsCountScaled";
|
|
1107
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1108
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1109
|
-
};
|
|
1110
|
-
visibleRatio_multiAuthForm: {
|
|
1111
|
-
name: "visibleRatio,multiAuthForm";
|
|
1112
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1113
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1114
|
-
};
|
|
1115
|
-
visibleRatio_multistepForm: {
|
|
1116
|
-
name: "visibleRatio,multistepForm";
|
|
1117
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1118
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1119
|
-
};
|
|
1120
|
-
identifierRatio_visibleFieldsCount: {
|
|
1121
|
-
name: "identifierRatio,visibleFieldsCountScaled";
|
|
1122
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1123
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1124
|
-
};
|
|
1125
|
-
identifierRatio_visibleIdentifiersCount: {
|
|
1126
|
-
name: "identifierRatio,visibleIdentifiersCountScaled";
|
|
1127
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1128
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1129
|
-
};
|
|
1130
|
-
identifierRatio_visiblePasswordsCount: {
|
|
1131
|
-
name: "identifierRatio,visiblePasswordsCountScaled";
|
|
1132
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1133
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1134
|
-
};
|
|
1135
|
-
identifierRatio_hiddenIdentifiersCount: {
|
|
1136
|
-
name: "identifierRatio,hiddenIdentifiersCountScaled";
|
|
1137
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1138
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1139
|
-
};
|
|
1140
|
-
identifierRatio_hiddenPasswordsCount: {
|
|
1141
|
-
name: "identifierRatio,hiddenPasswordsCountScaled";
|
|
1142
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1143
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1144
|
-
};
|
|
1145
|
-
identifierRatio_multiAuthForm: {
|
|
1146
|
-
name: "identifierRatio,multiAuthForm";
|
|
1147
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1148
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1149
|
-
};
|
|
1150
|
-
identifierRatio_multistepForm: {
|
|
1151
|
-
name: "identifierRatio,multistepForm";
|
|
1152
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1153
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1154
|
-
};
|
|
1155
|
-
passwordRatio_visibleFieldsCount: {
|
|
1156
|
-
name: "passwordRatio,visibleFieldsCountScaled";
|
|
1157
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1158
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1159
|
-
};
|
|
1160
|
-
passwordRatio_visibleIdentifiersCount: {
|
|
1161
|
-
name: "passwordRatio,visibleIdentifiersCountScaled";
|
|
1162
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1163
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1164
|
-
};
|
|
1165
|
-
passwordRatio_visiblePasswordsCount: {
|
|
1166
|
-
name: "passwordRatio,visiblePasswordsCountScaled";
|
|
1167
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1168
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1169
|
-
};
|
|
1170
|
-
passwordRatio_hiddenIdentifiersCount: {
|
|
1171
|
-
name: "passwordRatio,hiddenIdentifiersCountScaled";
|
|
1172
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1173
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1174
|
-
};
|
|
1175
|
-
passwordRatio_hiddenPasswordsCount: {
|
|
1176
|
-
name: "passwordRatio,hiddenPasswordsCountScaled";
|
|
1177
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1178
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1179
|
-
};
|
|
1180
|
-
passwordRatio_multiAuthForm: {
|
|
1181
|
-
name: "passwordRatio,multiAuthForm";
|
|
1182
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1183
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1184
|
-
};
|
|
1185
|
-
passwordRatio_multistepForm: {
|
|
1186
|
-
name: "passwordRatio,multistepForm";
|
|
1187
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1188
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1189
|
-
};
|
|
1190
|
-
requiredRatio_visibleFieldsCount: {
|
|
1191
|
-
name: "requiredRatio,visibleFieldsCountScaled";
|
|
1192
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1193
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1194
|
-
};
|
|
1195
|
-
requiredRatio_visibleIdentifiersCount: {
|
|
1196
|
-
name: "requiredRatio,visibleIdentifiersCountScaled";
|
|
1197
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1198
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1199
|
-
};
|
|
1200
|
-
requiredRatio_visiblePasswordsCount: {
|
|
1201
|
-
name: "requiredRatio,visiblePasswordsCountScaled";
|
|
1202
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1203
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1204
|
-
};
|
|
1205
|
-
requiredRatio_hiddenIdentifiersCount: {
|
|
1206
|
-
name: "requiredRatio,hiddenIdentifiersCountScaled";
|
|
1207
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1208
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1209
|
-
};
|
|
1210
|
-
requiredRatio_hiddenPasswordsCount: {
|
|
1211
|
-
name: "requiredRatio,hiddenPasswordsCountScaled";
|
|
1212
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1213
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1214
|
-
};
|
|
1215
|
-
requiredRatio_multiAuthForm: {
|
|
1216
|
-
name: "requiredRatio,multiAuthForm";
|
|
1217
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1218
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1219
|
-
};
|
|
1220
|
-
requiredRatio_multistepForm: {
|
|
1221
|
-
name: "requiredRatio,multistepForm";
|
|
1222
|
-
parents: import("@protontech/autofill/types").AbstractFeatures;
|
|
1223
|
-
compute(parents: import("@protontech/autofill/types").InferParentComputeType<import("@protontech/autofill/types").AbstractFeatures>, fnode: import("@protontech/fathom").Fnode): number;
|
|
1224
|
-
};
|
|
1225
|
-
}>;
|
|
1226
614
|
export type FormFeatures = ComputedFeatures<typeof formFeatures>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { kAnchorLinkSelector, kButtonSelector, kCaptchaSelector, kFieldSelector, kLayoutSelector, kPasswordSelector, kSocialSelector } from "@protontech/autofill/constants/selectors";
|
|
2
|
-
import { feature, featureCount, featureScaled, featuresProduct, flattenFeatures
|
|
2
|
+
import { feature, featureCount, featureScaled, featuresProduct, flattenFeatures } from "@protontech/autofill/features/feature";
|
|
3
3
|
import { getFormAttributes } from "@protontech/autofill/utils/attributes";
|
|
4
4
|
import { any } from "@protontech/autofill/utils/combinators";
|
|
5
5
|
import { getCCFieldType } from "@protontech/autofill/utils/credit-card";
|
|
@@ -333,4 +333,3 @@ export const formFeatures = flattenFeatures({
|
|
|
333
333
|
requiredRatio_multiAuthForm,
|
|
334
334
|
requiredRatio_multistepForm,
|
|
335
335
|
});
|
|
336
|
-
export const formFeaturesComputer = getComputerForFeatures(formFeatures);
|