|
9929 | 9929 | },
|
9930 | 9930 | {
|
9931 | 9931 | "name": "autocomplete",
|
9932 |
| - "type": "\"name\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"", |
| 9932 | + "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"", |
9933 | 9933 | "complexType": {
|
9934 | 9934 | "original": "AutocompleteTypes",
|
9935 |
| - "resolved": "\"name\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"", |
| 9935 | + "resolved": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"", |
9936 | 9936 | "references": {
|
9937 | 9937 | "AutocompleteTypes": {
|
9938 | 9938 | "location": "import",
|
|
9952 | 9952 | "value": "name",
|
9953 | 9953 | "type": "string"
|
9954 | 9954 | },
|
| 9955 | + { |
| 9956 | + "value": "email", |
| 9957 | + "type": "string" |
| 9958 | + }, |
| 9959 | + { |
| 9960 | + "value": "tel", |
| 9961 | + "type": "string" |
| 9962 | + }, |
| 9963 | + { |
| 9964 | + "value": "url", |
| 9965 | + "type": "string" |
| 9966 | + }, |
9955 | 9967 | {
|
9956 | 9968 | "value": "on",
|
9957 | 9969 | "type": "string"
|
|
9984 | 9996 | "value": "nickname",
|
9985 | 9997 | "type": "string"
|
9986 | 9998 | },
|
9987 |
| - { |
9988 |
| - "value": "email", |
9989 |
| - "type": "string" |
9990 |
| - }, |
9991 | 9999 | {
|
9992 | 10000 | "value": "username",
|
9993 | 10001 | "type": "string"
|
|
10128 | 10136 | "value": "sex",
|
10129 | 10137 | "type": "string"
|
10130 | 10138 | },
|
10131 |
| - { |
10132 |
| - "value": "tel", |
10133 |
| - "type": "string" |
10134 |
| - }, |
10135 | 10139 | {
|
10136 | 10140 | "value": "tel-country-code",
|
10137 | 10141 | "type": "string"
|
|
10156 | 10160 | "value": "impp",
|
10157 | 10161 | "type": "string"
|
10158 | 10162 | },
|
10159 |
| - { |
10160 |
| - "value": "url", |
10161 |
| - "type": "string" |
10162 |
| - }, |
10163 | 10163 | {
|
10164 | 10164 | "value": "photo",
|
10165 | 10165 | "type": "string"
|
@@ -22778,10 +22778,10 @@
|
22778 | 22778 | },
|
22779 | 22779 | {
|
22780 | 22780 | "name": "autocomplete",
|
22781 |
| - "type": "\"name\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"", |
| 22781 | + "type": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"", |
22782 | 22782 | "complexType": {
|
22783 | 22783 | "original": "AutocompleteTypes",
|
22784 |
| - "resolved": "\"name\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\"", |
| 22784 | + "resolved": "\"name\" | \"email\" | \"tel\" | \"url\" | \"on\" | \"off\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\"", |
22785 | 22785 | "references": {
|
22786 | 22786 | "AutocompleteTypes": {
|
22787 | 22787 | "location": "import",
|
|
22801 | 22801 | "value": "name",
|
22802 | 22802 | "type": "string"
|
22803 | 22803 | },
|
| 22804 | + { |
| 22805 | + "value": "email", |
| 22806 | + "type": "string" |
| 22807 | + }, |
| 22808 | + { |
| 22809 | + "value": "tel", |
| 22810 | + "type": "string" |
| 22811 | + }, |
| 22812 | + { |
| 22813 | + "value": "url", |
| 22814 | + "type": "string" |
| 22815 | + }, |
22804 | 22816 | {
|
22805 | 22817 | "value": "on",
|
22806 | 22818 | "type": "string"
|
|
22833 | 22845 | "value": "nickname",
|
22834 | 22846 | "type": "string"
|
22835 | 22847 | },
|
22836 |
| - { |
22837 |
| - "value": "email", |
22838 |
| - "type": "string" |
22839 |
| - }, |
22840 | 22848 | {
|
22841 | 22849 | "value": "username",
|
22842 | 22850 | "type": "string"
|
|
22977 | 22985 | "value": "sex",
|
22978 | 22986 | "type": "string"
|
22979 | 22987 | },
|
22980 |
| - { |
22981 |
| - "value": "tel", |
22982 |
| - "type": "string" |
22983 |
| - }, |
22984 | 22988 | {
|
22985 | 22989 | "value": "tel-country-code",
|
22986 | 22990 | "type": "string"
|
|
23005 | 23009 | "value": "impp",
|
23006 | 23010 | "type": "string"
|
23007 | 23011 | },
|
23008 |
| - { |
23009 |
| - "value": "url", |
23010 |
| - "type": "string" |
23011 |
| - }, |
23012 | 23012 | {
|
23013 | 23013 | "value": "photo",
|
23014 | 23014 | "type": "string"
|
|
0 commit comments