ece-docs-components 1.0.40 → 1.0.42
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/dist/cjs/_virtual/Parser.js +6 -0
- package/dist/cjs/_virtual/Parser.js.map +1 -0
- package/dist/cjs/_virtual/Tokenizer.js +6 -0
- package/dist/cjs/_virtual/Tokenizer.js.map +1 -0
- package/dist/cjs/_virtual/attributes-to-props.js +6 -0
- package/dist/cjs/_virtual/attributes-to-props.js.map +1 -0
- package/dist/cjs/_virtual/decode-codepoint.js +6 -0
- package/dist/cjs/_virtual/decode-codepoint.js.map +1 -0
- package/dist/cjs/_virtual/decode-data-html.js +6 -0
- package/dist/cjs/_virtual/decode-data-html.js.map +1 -0
- package/dist/cjs/_virtual/decode-data-html2.js +6 -0
- package/dist/cjs/_virtual/decode-data-html2.js.map +1 -0
- package/dist/cjs/_virtual/decode-data-xml.js +6 -0
- package/dist/cjs/_virtual/decode-data-xml.js.map +1 -0
- package/dist/cjs/_virtual/decode-data-xml2.js +6 -0
- package/dist/cjs/_virtual/decode-data-xml2.js.map +1 -0
- package/dist/cjs/_virtual/decode.js +6 -0
- package/dist/cjs/_virtual/decode.js.map +1 -0
- package/dist/cjs/_virtual/decode2.js +6 -0
- package/dist/cjs/_virtual/decode2.js.map +1 -0
- package/dist/cjs/_virtual/decode_codepoint.js +6 -0
- package/dist/cjs/_virtual/decode_codepoint.js.map +1 -0
- package/dist/cjs/_virtual/dom-to-react.js +6 -0
- package/dist/cjs/_virtual/dom-to-react.js.map +1 -0
- package/dist/cjs/_virtual/encode-html.js +6 -0
- package/dist/cjs/_virtual/encode-html.js.map +1 -0
- package/dist/cjs/_virtual/encode.js +6 -0
- package/dist/cjs/_virtual/encode.js.map +1 -0
- package/dist/cjs/_virtual/escape.js +6 -0
- package/dist/cjs/_virtual/escape.js.map +1 -0
- package/dist/cjs/_virtual/feeds.js +6 -0
- package/dist/cjs/_virtual/feeds.js.map +1 -0
- package/dist/cjs/_virtual/foreignNames.js +6 -0
- package/dist/cjs/_virtual/foreignNames.js.map +1 -0
- package/dist/cjs/_virtual/helpers.js +6 -0
- package/dist/cjs/_virtual/helpers.js.map +1 -0
- package/dist/cjs/_virtual/html-to-dom.js +6 -0
- package/dist/cjs/_virtual/html-to-dom.js.map +1 -0
- package/dist/cjs/_virtual/index.js +4 -4
- package/dist/cjs/_virtual/index10.js +6 -0
- package/dist/cjs/_virtual/index10.js.map +1 -0
- package/dist/cjs/_virtual/index11.js +6 -0
- package/dist/cjs/_virtual/index11.js.map +1 -0
- package/dist/cjs/_virtual/index2.js +2 -4
- package/dist/cjs/_virtual/index2.js.map +1 -1
- package/dist/cjs/_virtual/index3.js +2 -2
- package/dist/cjs/_virtual/index4.js +2 -2
- package/dist/cjs/_virtual/index5.js +2 -2
- package/dist/cjs/_virtual/index6.js +2 -2
- package/dist/cjs/_virtual/index7.js +6 -0
- package/dist/cjs/_virtual/index7.js.map +1 -0
- package/dist/cjs/_virtual/index8.js +6 -0
- package/dist/cjs/_virtual/index8.js.map +1 -0
- package/dist/cjs/_virtual/index9.js +6 -0
- package/dist/cjs/_virtual/index9.js.map +1 -0
- package/dist/cjs/_virtual/legacy.js +6 -0
- package/dist/cjs/_virtual/legacy.js.map +1 -0
- package/dist/cjs/_virtual/manipulation.js +6 -0
- package/dist/cjs/_virtual/manipulation.js.map +1 -0
- package/dist/cjs/_virtual/node.js +6 -0
- package/dist/cjs/_virtual/node.js.map +1 -0
- package/dist/cjs/_virtual/possibleStandardNamesOptimized.js +6 -0
- package/dist/cjs/_virtual/possibleStandardNamesOptimized.js.map +1 -0
- package/dist/cjs/_virtual/querying.js +6 -0
- package/dist/cjs/_virtual/querying.js.map +1 -0
- package/dist/cjs/_virtual/stringify.js +6 -0
- package/dist/cjs/_virtual/stringify.js.map +1 -0
- package/dist/cjs/_virtual/traversal.js +6 -0
- package/dist/cjs/_virtual/traversal.js.map +1 -0
- package/dist/cjs/_virtual/types.js +6 -0
- package/dist/cjs/_virtual/types.js.map +1 -0
- package/dist/cjs/_virtual/utilities.js +6 -0
- package/dist/cjs/_virtual/utilities.js.map +1 -0
- package/dist/cjs/_virtual/utilities2.js +6 -0
- package/dist/cjs/_virtual/utilities2.js.map +1 -0
- package/dist/cjs/_virtual/utilities3.js +6 -0
- package/dist/cjs/_virtual/utilities3.js.map +1 -0
- package/dist/cjs/components/Alert.js +5 -4
- package/dist/cjs/components/Alert.js.map +1 -1
- package/dist/cjs/components/Modal.js +2 -1
- package/dist/cjs/components/Modal.js.map +1 -1
- package/dist/cjs/node_modules/dom-serializer/lib/foreignNames.js +116 -0
- package/dist/cjs/node_modules/dom-serializer/lib/foreignNames.js.map +1 -0
- package/dist/cjs/node_modules/dom-serializer/lib/index.js +245 -0
- package/dist/cjs/node_modules/dom-serializer/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/domelementtype/lib/index.js +70 -0
- package/dist/cjs/node_modules/domelementtype/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/domhandler/lib/index.js +182 -0
- package/dist/cjs/node_modules/domhandler/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/domhandler/lib/node.js +488 -0
- package/dist/cjs/node_modules/domhandler/lib/node.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/feeds.js +205 -0
- package/dist/cjs/node_modules/domutils/lib/feeds.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/helpers.js +156 -0
- package/dist/cjs/node_modules/domutils/lib/helpers.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/index.js +56 -0
- package/dist/cjs/node_modules/domutils/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/legacy.js +183 -0
- package/dist/cjs/node_modules/domutils/lib/legacy.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/manipulation.js +155 -0
- package/dist/cjs/node_modules/domutils/lib/manipulation.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/querying.js +169 -0
- package/dist/cjs/node_modules/domutils/lib/querying.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/stringify.js +107 -0
- package/dist/cjs/node_modules/domutils/lib/stringify.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/traversal.js +139 -0
- package/dist/cjs/node_modules/domutils/lib/traversal.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/decode.js +554 -0
- package/dist/cjs/node_modules/entities/lib/decode.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/decode_codepoint.js +91 -0
- package/dist/cjs/node_modules/entities/lib/decode_codepoint.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/encode.js +92 -0
- package/dist/cjs/node_modules/entities/lib/encode.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/escape.js +137 -0
- package/dist/cjs/node_modules/entities/lib/escape.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/generated/decode-data-html.js +22 -0
- package/dist/cjs/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/generated/decode-data-xml.js +22 -0
- package/dist/cjs/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/generated/encode-html.js +25 -0
- package/dist/cjs/node_modules/entities/lib/generated/encode-html.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/index.js +144 -0
- package/dist/cjs/node_modules/entities/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/index.js +47 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/server/html-to-dom.js +46 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/server/html-to-dom.js.map +1 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/server/utilities.js +32 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/server/utilities.js.map +1 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/types.js +16 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/types.js.map +1 -0
- package/dist/cjs/node_modules/html-react-parser/esm/index.js +10 -0
- package/dist/cjs/node_modules/html-react-parser/esm/index.js.map +1 -0
- package/dist/cjs/node_modules/html-react-parser/lib/attributes-to-props.js +89 -0
- package/dist/cjs/node_modules/html-react-parser/lib/attributes-to-props.js.map +1 -0
- package/dist/cjs/node_modules/html-react-parser/lib/dom-to-react.js +138 -0
- package/dist/cjs/node_modules/html-react-parser/lib/dom-to-react.js.map +1 -0
- package/dist/cjs/node_modules/html-react-parser/lib/index.js +55 -0
- package/dist/cjs/node_modules/html-react-parser/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/html-react-parser/lib/utilities.js +121 -0
- package/dist/cjs/node_modules/html-react-parser/lib/utilities.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Parser.js +542 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Parser.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Tokenizer.js +805 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Tokenizer.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/index.js +143 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/index.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js +92 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js +529 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js +23 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +23 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +1 -0
- package/dist/cjs/node_modules/inline-style-parser/cjs/index.js +274 -0
- package/dist/cjs/node_modules/inline-style-parser/cjs/index.js.map +1 -0
- package/dist/cjs/node_modules/react-property/lib/index.js +534 -0
- package/dist/cjs/node_modules/react-property/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-property/lib/possibleStandardNamesOptimized.js +507 -0
- package/dist/cjs/node_modules/react-property/lib/possibleStandardNamesOptimized.js.map +1 -0
- package/dist/cjs/node_modules/style-to-js/cjs/index.js +40 -0
- package/dist/cjs/node_modules/style-to-js/cjs/index.js.map +1 -0
- package/dist/cjs/node_modules/style-to-js/cjs/utilities.js +60 -0
- package/dist/cjs/node_modules/style-to-js/cjs/utilities.js.map +1 -0
- package/dist/cjs/node_modules/style-to-object/cjs/index.js +58 -0
- package/dist/cjs/node_modules/style-to-object/cjs/index.js.map +1 -0
- package/dist/esm/_virtual/Parser.js +4 -0
- package/dist/esm/_virtual/Parser.js.map +1 -0
- package/dist/esm/_virtual/Tokenizer.js +4 -0
- package/dist/esm/_virtual/Tokenizer.js.map +1 -0
- package/dist/esm/_virtual/_commonjsHelpers.js +6 -0
- package/dist/esm/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/esm/_virtual/attributes-to-props.js +4 -0
- package/dist/esm/_virtual/attributes-to-props.js.map +1 -0
- package/dist/esm/_virtual/decode-codepoint.js +4 -0
- package/dist/esm/_virtual/decode-codepoint.js.map +1 -0
- package/dist/esm/_virtual/decode-data-html.js +4 -0
- package/dist/esm/_virtual/decode-data-html.js.map +1 -0
- package/dist/esm/_virtual/decode-data-html2.js +4 -0
- package/dist/esm/_virtual/decode-data-html2.js.map +1 -0
- package/dist/esm/_virtual/decode-data-xml.js +4 -0
- package/dist/esm/_virtual/decode-data-xml.js.map +1 -0
- package/dist/esm/_virtual/decode-data-xml2.js +4 -0
- package/dist/esm/_virtual/decode-data-xml2.js.map +1 -0
- package/dist/esm/_virtual/decode.js +4 -0
- package/dist/esm/_virtual/decode.js.map +1 -0
- package/dist/esm/_virtual/decode2.js +4 -0
- package/dist/esm/_virtual/decode2.js.map +1 -0
- package/dist/esm/_virtual/decode_codepoint.js +4 -0
- package/dist/esm/_virtual/decode_codepoint.js.map +1 -0
- package/dist/esm/_virtual/dom-to-react.js +4 -0
- package/dist/esm/_virtual/dom-to-react.js.map +1 -0
- package/dist/esm/_virtual/encode-html.js +4 -0
- package/dist/esm/_virtual/encode-html.js.map +1 -0
- package/dist/esm/_virtual/encode.js +4 -0
- package/dist/esm/_virtual/encode.js.map +1 -0
- package/dist/esm/_virtual/escape.js +4 -0
- package/dist/esm/_virtual/escape.js.map +1 -0
- package/dist/esm/_virtual/feeds.js +4 -0
- package/dist/esm/_virtual/feeds.js.map +1 -0
- package/dist/esm/_virtual/foreignNames.js +4 -0
- package/dist/esm/_virtual/foreignNames.js.map +1 -0
- package/dist/esm/_virtual/helpers.js +4 -0
- package/dist/esm/_virtual/helpers.js.map +1 -0
- package/dist/esm/_virtual/html-to-dom.js +4 -0
- package/dist/esm/_virtual/html-to-dom.js.map +1 -0
- package/dist/esm/_virtual/index.js +8 -0
- package/dist/esm/_virtual/index.js.map +1 -0
- package/dist/esm/_virtual/index10.js +4 -0
- package/dist/esm/_virtual/index10.js.map +1 -0
- package/dist/esm/_virtual/index11.js +4 -0
- package/dist/esm/_virtual/index11.js.map +1 -0
- package/dist/esm/_virtual/index2.js +4 -0
- package/dist/esm/_virtual/index2.js.map +1 -0
- package/dist/esm/_virtual/index3.js +4 -0
- package/dist/esm/_virtual/index3.js.map +1 -0
- package/dist/esm/_virtual/index4.js +4 -0
- package/dist/esm/_virtual/index4.js.map +1 -0
- package/dist/esm/_virtual/index5.js +4 -0
- package/dist/esm/_virtual/index5.js.map +1 -0
- package/dist/esm/_virtual/index6.js +4 -0
- package/dist/esm/_virtual/index6.js.map +1 -0
- package/dist/esm/_virtual/index7.js +4 -0
- package/dist/esm/_virtual/index7.js.map +1 -0
- package/dist/esm/_virtual/index8.js +4 -0
- package/dist/esm/_virtual/index8.js.map +1 -0
- package/dist/esm/_virtual/index9.js +4 -0
- package/dist/esm/_virtual/index9.js.map +1 -0
- package/dist/esm/_virtual/legacy.js +4 -0
- package/dist/esm/_virtual/legacy.js.map +1 -0
- package/dist/esm/_virtual/manipulation.js +4 -0
- package/dist/esm/_virtual/manipulation.js.map +1 -0
- package/dist/esm/_virtual/node.js +4 -0
- package/dist/esm/_virtual/node.js.map +1 -0
- package/dist/esm/_virtual/possibleStandardNamesOptimized.js +4 -0
- package/dist/esm/_virtual/possibleStandardNamesOptimized.js.map +1 -0
- package/dist/esm/_virtual/querying.js +4 -0
- package/dist/esm/_virtual/querying.js.map +1 -0
- package/dist/esm/_virtual/stringify.js +4 -0
- package/dist/esm/_virtual/stringify.js.map +1 -0
- package/dist/esm/_virtual/traversal.js +4 -0
- package/dist/esm/_virtual/traversal.js.map +1 -0
- package/dist/esm/_virtual/types.js +4 -0
- package/dist/esm/_virtual/types.js.map +1 -0
- package/dist/esm/_virtual/utilities.js +4 -0
- package/dist/esm/_virtual/utilities.js.map +1 -0
- package/dist/esm/_virtual/utilities2.js +4 -0
- package/dist/esm/_virtual/utilities2.js.map +1 -0
- package/dist/esm/_virtual/utilities3.js +4 -0
- package/dist/esm/_virtual/utilities3.js.map +1 -0
- package/dist/esm/components/Alert.js +5 -4
- package/dist/esm/components/Alert.js.map +1 -1
- package/dist/esm/components/Modal.js +2 -1
- package/dist/esm/components/Modal.js.map +1 -1
- package/dist/esm/node_modules/dom-serializer/lib/foreignNames.js +114 -0
- package/dist/esm/node_modules/dom-serializer/lib/foreignNames.js.map +1 -0
- package/dist/esm/node_modules/dom-serializer/lib/index.js +243 -0
- package/dist/esm/node_modules/dom-serializer/lib/index.js.map +1 -0
- package/dist/esm/node_modules/domelementtype/lib/index.js +68 -0
- package/dist/esm/node_modules/domelementtype/lib/index.js.map +1 -0
- package/dist/esm/node_modules/domhandler/lib/index.js +180 -0
- package/dist/esm/node_modules/domhandler/lib/index.js.map +1 -0
- package/dist/esm/node_modules/domhandler/lib/node.js +486 -0
- package/dist/esm/node_modules/domhandler/lib/node.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/feeds.js +203 -0
- package/dist/esm/node_modules/domutils/lib/feeds.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/helpers.js +154 -0
- package/dist/esm/node_modules/domutils/lib/helpers.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/index.js +54 -0
- package/dist/esm/node_modules/domutils/lib/index.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/legacy.js +181 -0
- package/dist/esm/node_modules/domutils/lib/legacy.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/manipulation.js +153 -0
- package/dist/esm/node_modules/domutils/lib/manipulation.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/querying.js +167 -0
- package/dist/esm/node_modules/domutils/lib/querying.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/stringify.js +105 -0
- package/dist/esm/node_modules/domutils/lib/stringify.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/traversal.js +137 -0
- package/dist/esm/node_modules/domutils/lib/traversal.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/decode.js +552 -0
- package/dist/esm/node_modules/entities/lib/decode.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/decode_codepoint.js +89 -0
- package/dist/esm/node_modules/entities/lib/decode_codepoint.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/encode.js +90 -0
- package/dist/esm/node_modules/entities/lib/encode.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/escape.js +135 -0
- package/dist/esm/node_modules/entities/lib/escape.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/generated/decode-data-html.js +20 -0
- package/dist/esm/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/generated/decode-data-xml.js +20 -0
- package/dist/esm/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/generated/encode-html.js +23 -0
- package/dist/esm/node_modules/entities/lib/generated/encode-html.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/index.js +142 -0
- package/dist/esm/node_modules/entities/lib/index.js.map +1 -0
- package/dist/esm/node_modules/html-dom-parser/lib/index.js +45 -0
- package/dist/esm/node_modules/html-dom-parser/lib/index.js.map +1 -0
- package/dist/esm/node_modules/html-dom-parser/lib/server/html-to-dom.js +44 -0
- package/dist/esm/node_modules/html-dom-parser/lib/server/html-to-dom.js.map +1 -0
- package/dist/esm/node_modules/html-dom-parser/lib/server/utilities.js +30 -0
- package/dist/esm/node_modules/html-dom-parser/lib/server/utilities.js.map +1 -0
- package/dist/esm/node_modules/html-dom-parser/lib/types.js +14 -0
- package/dist/esm/node_modules/html-dom-parser/lib/types.js.map +1 -0
- package/dist/esm/node_modules/html-react-parser/esm/index.js +6 -0
- package/dist/esm/node_modules/html-react-parser/esm/index.js.map +1 -0
- package/dist/esm/node_modules/html-react-parser/lib/attributes-to-props.js +87 -0
- package/dist/esm/node_modules/html-react-parser/lib/attributes-to-props.js.map +1 -0
- package/dist/esm/node_modules/html-react-parser/lib/dom-to-react.js +136 -0
- package/dist/esm/node_modules/html-react-parser/lib/dom-to-react.js.map +1 -0
- package/dist/esm/node_modules/html-react-parser/lib/index.js +53 -0
- package/dist/esm/node_modules/html-react-parser/lib/index.js.map +1 -0
- package/dist/esm/node_modules/html-react-parser/lib/utilities.js +119 -0
- package/dist/esm/node_modules/html-react-parser/lib/utilities.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/Parser.js +540 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/Parser.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/Tokenizer.js +803 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/Tokenizer.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/index.js +141 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/index.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js +90 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js +527 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js +21 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +21 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +1 -0
- package/dist/esm/node_modules/inline-style-parser/cjs/index.js +272 -0
- package/dist/esm/node_modules/inline-style-parser/cjs/index.js.map +1 -0
- package/dist/esm/node_modules/react-property/lib/index.js +532 -0
- package/dist/esm/node_modules/react-property/lib/index.js.map +1 -0
- package/dist/esm/node_modules/react-property/lib/possibleStandardNamesOptimized.js +505 -0
- package/dist/esm/node_modules/react-property/lib/possibleStandardNamesOptimized.js.map +1 -0
- package/dist/esm/node_modules/style-to-js/cjs/index.js +38 -0
- package/dist/esm/node_modules/style-to-js/cjs/index.js.map +1 -0
- package/dist/esm/node_modules/style-to-js/cjs/utilities.js +58 -0
- package/dist/esm/node_modules/style-to-js/cjs/utilities.js.map +1 -0
- package/dist/esm/node_modules/style-to-object/cjs/index.js +56 -0
- package/dist/esm/node_modules/style-to-object/cjs/index.js.map +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,532 @@
|
|
|
1
|
+
import { __exports as lib } from '../../../_virtual/index6.js';
|
|
2
|
+
import { __require as requirePossibleStandardNamesOptimized } from './possibleStandardNamesOptimized.js';
|
|
3
|
+
|
|
4
|
+
var hasRequiredLib;
|
|
5
|
+
|
|
6
|
+
function requireLib () {
|
|
7
|
+
if (hasRequiredLib) return lib;
|
|
8
|
+
hasRequiredLib = 1;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
12
|
+
*
|
|
13
|
+
* This source code is licensed under the MIT license found in the
|
|
14
|
+
* LICENSE file in the root directory of this source tree.
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
// A reserved attribute.
|
|
23
|
+
// It is handled by React separately and shouldn't be written to the DOM.
|
|
24
|
+
const RESERVED = 0;
|
|
25
|
+
|
|
26
|
+
// A simple string attribute.
|
|
27
|
+
// Attributes that aren't in the filter are presumed to have this type.
|
|
28
|
+
const STRING = 1;
|
|
29
|
+
|
|
30
|
+
// A string attribute that accepts booleans in React. In HTML, these are called
|
|
31
|
+
// "enumerated" attributes with "true" and "false" as possible values.
|
|
32
|
+
// When true, it should be set to a "true" string.
|
|
33
|
+
// When false, it should be set to a "false" string.
|
|
34
|
+
const BOOLEANISH_STRING = 2;
|
|
35
|
+
|
|
36
|
+
// A real boolean attribute.
|
|
37
|
+
// When true, it should be present (set either to an empty string or its name).
|
|
38
|
+
// When false, it should be omitted.
|
|
39
|
+
const BOOLEAN = 3;
|
|
40
|
+
|
|
41
|
+
// An attribute that can be used as a flag as well as with a value.
|
|
42
|
+
// When true, it should be present (set either to an empty string or its name).
|
|
43
|
+
// When false, it should be omitted.
|
|
44
|
+
// For any other value, should be present with that value.
|
|
45
|
+
const OVERLOADED_BOOLEAN = 4;
|
|
46
|
+
|
|
47
|
+
// An attribute that must be numeric or parse as a numeric.
|
|
48
|
+
// When falsy, it should be removed.
|
|
49
|
+
const NUMERIC = 5;
|
|
50
|
+
|
|
51
|
+
// An attribute that must be positive numeric or parse as a positive numeric.
|
|
52
|
+
// When falsy, it should be removed.
|
|
53
|
+
const POSITIVE_NUMERIC = 6;
|
|
54
|
+
|
|
55
|
+
function getPropertyInfo(name) {
|
|
56
|
+
return properties.hasOwnProperty(name) ? properties[name] : null;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
function PropertyInfoRecord(
|
|
60
|
+
name,
|
|
61
|
+
type,
|
|
62
|
+
mustUseProperty,
|
|
63
|
+
attributeName,
|
|
64
|
+
attributeNamespace,
|
|
65
|
+
sanitizeURL,
|
|
66
|
+
removeEmptyString,
|
|
67
|
+
) {
|
|
68
|
+
this.acceptsBooleans =
|
|
69
|
+
type === BOOLEANISH_STRING ||
|
|
70
|
+
type === BOOLEAN ||
|
|
71
|
+
type === OVERLOADED_BOOLEAN;
|
|
72
|
+
this.attributeName = attributeName;
|
|
73
|
+
this.attributeNamespace = attributeNamespace;
|
|
74
|
+
this.mustUseProperty = mustUseProperty;
|
|
75
|
+
this.propertyName = name;
|
|
76
|
+
this.type = type;
|
|
77
|
+
this.sanitizeURL = sanitizeURL;
|
|
78
|
+
this.removeEmptyString = removeEmptyString;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// When adding attributes to this list, be sure to also add them to
|
|
82
|
+
// the `possibleStandardNames` module to ensure casing and incorrect
|
|
83
|
+
// name warnings.
|
|
84
|
+
const properties = {};
|
|
85
|
+
|
|
86
|
+
// These props are reserved by React. They shouldn't be written to the DOM.
|
|
87
|
+
const reservedProps = [
|
|
88
|
+
'children',
|
|
89
|
+
'dangerouslySetInnerHTML',
|
|
90
|
+
// TODO: This prevents the assignment of defaultValue to regular
|
|
91
|
+
// elements (not just inputs). Now that ReactDOMInput assigns to the
|
|
92
|
+
// defaultValue property -- do we need this?
|
|
93
|
+
'defaultValue',
|
|
94
|
+
'defaultChecked',
|
|
95
|
+
'innerHTML',
|
|
96
|
+
'suppressContentEditableWarning',
|
|
97
|
+
'suppressHydrationWarning',
|
|
98
|
+
'style',
|
|
99
|
+
];
|
|
100
|
+
|
|
101
|
+
reservedProps.forEach(name => {
|
|
102
|
+
properties[name] = new PropertyInfoRecord(
|
|
103
|
+
name,
|
|
104
|
+
RESERVED,
|
|
105
|
+
false, // mustUseProperty
|
|
106
|
+
name, // attributeName
|
|
107
|
+
null, // attributeNamespace
|
|
108
|
+
false, // sanitizeURL
|
|
109
|
+
false, // removeEmptyString
|
|
110
|
+
);
|
|
111
|
+
});
|
|
112
|
+
|
|
113
|
+
// A few React string attributes have a different name.
|
|
114
|
+
// This is a mapping from React prop names to the attribute names.
|
|
115
|
+
[
|
|
116
|
+
['acceptCharset', 'accept-charset'],
|
|
117
|
+
['className', 'class'],
|
|
118
|
+
['htmlFor', 'for'],
|
|
119
|
+
['httpEquiv', 'http-equiv'],
|
|
120
|
+
].forEach(([name, attributeName]) => {
|
|
121
|
+
properties[name] = new PropertyInfoRecord(
|
|
122
|
+
name,
|
|
123
|
+
STRING,
|
|
124
|
+
false, // mustUseProperty
|
|
125
|
+
attributeName, // attributeName
|
|
126
|
+
null, // attributeNamespace
|
|
127
|
+
false, // sanitizeURL
|
|
128
|
+
false, // removeEmptyString
|
|
129
|
+
);
|
|
130
|
+
});
|
|
131
|
+
|
|
132
|
+
// These are "enumerated" HTML attributes that accept "true" and "false".
|
|
133
|
+
// In React, we let users pass `true` and `false` even though technically
|
|
134
|
+
// these aren't boolean attributes (they are coerced to strings).
|
|
135
|
+
['contentEditable', 'draggable', 'spellCheck', 'value'].forEach(name => {
|
|
136
|
+
properties[name] = new PropertyInfoRecord(
|
|
137
|
+
name,
|
|
138
|
+
BOOLEANISH_STRING,
|
|
139
|
+
false, // mustUseProperty
|
|
140
|
+
name.toLowerCase(), // attributeName
|
|
141
|
+
null, // attributeNamespace
|
|
142
|
+
false, // sanitizeURL
|
|
143
|
+
false, // removeEmptyString
|
|
144
|
+
);
|
|
145
|
+
});
|
|
146
|
+
|
|
147
|
+
// These are "enumerated" SVG attributes that accept "true" and "false".
|
|
148
|
+
// In React, we let users pass `true` and `false` even though technically
|
|
149
|
+
// these aren't boolean attributes (they are coerced to strings).
|
|
150
|
+
// Since these are SVG attributes, their attribute names are case-sensitive.
|
|
151
|
+
[
|
|
152
|
+
'autoReverse',
|
|
153
|
+
'externalResourcesRequired',
|
|
154
|
+
'focusable',
|
|
155
|
+
'preserveAlpha',
|
|
156
|
+
].forEach(name => {
|
|
157
|
+
properties[name] = new PropertyInfoRecord(
|
|
158
|
+
name,
|
|
159
|
+
BOOLEANISH_STRING,
|
|
160
|
+
false, // mustUseProperty
|
|
161
|
+
name, // attributeName
|
|
162
|
+
null, // attributeNamespace
|
|
163
|
+
false, // sanitizeURL
|
|
164
|
+
false, // removeEmptyString
|
|
165
|
+
);
|
|
166
|
+
});
|
|
167
|
+
|
|
168
|
+
// These are HTML boolean attributes.
|
|
169
|
+
[
|
|
170
|
+
'allowFullScreen',
|
|
171
|
+
'async',
|
|
172
|
+
// Note: there is a special case that prevents it from being written to the DOM
|
|
173
|
+
// on the client side because the browsers are inconsistent. Instead we call focus().
|
|
174
|
+
'autoFocus',
|
|
175
|
+
'autoPlay',
|
|
176
|
+
'controls',
|
|
177
|
+
'default',
|
|
178
|
+
'defer',
|
|
179
|
+
'disabled',
|
|
180
|
+
'disablePictureInPicture',
|
|
181
|
+
'disableRemotePlayback',
|
|
182
|
+
'formNoValidate',
|
|
183
|
+
'hidden',
|
|
184
|
+
'loop',
|
|
185
|
+
'noModule',
|
|
186
|
+
'noValidate',
|
|
187
|
+
'open',
|
|
188
|
+
'playsInline',
|
|
189
|
+
'readOnly',
|
|
190
|
+
'required',
|
|
191
|
+
'reversed',
|
|
192
|
+
'scoped',
|
|
193
|
+
'seamless',
|
|
194
|
+
// Microdata
|
|
195
|
+
'itemScope',
|
|
196
|
+
].forEach(name => {
|
|
197
|
+
properties[name] = new PropertyInfoRecord(
|
|
198
|
+
name,
|
|
199
|
+
BOOLEAN,
|
|
200
|
+
false, // mustUseProperty
|
|
201
|
+
name.toLowerCase(), // attributeName
|
|
202
|
+
null, // attributeNamespace
|
|
203
|
+
false, // sanitizeURL
|
|
204
|
+
false, // removeEmptyString
|
|
205
|
+
);
|
|
206
|
+
});
|
|
207
|
+
|
|
208
|
+
// These are the few React props that we set as DOM properties
|
|
209
|
+
// rather than attributes. These are all booleans.
|
|
210
|
+
[
|
|
211
|
+
'checked',
|
|
212
|
+
// Note: `option.selected` is not updated if `select.multiple` is
|
|
213
|
+
// disabled with `removeAttribute`. We have special logic for handling this.
|
|
214
|
+
'multiple',
|
|
215
|
+
'muted',
|
|
216
|
+
'selected',
|
|
217
|
+
|
|
218
|
+
// NOTE: if you add a camelCased prop to this list,
|
|
219
|
+
// you'll need to set attributeName to name.toLowerCase()
|
|
220
|
+
// instead in the assignment below.
|
|
221
|
+
].forEach(name => {
|
|
222
|
+
properties[name] = new PropertyInfoRecord(
|
|
223
|
+
name,
|
|
224
|
+
BOOLEAN,
|
|
225
|
+
true, // mustUseProperty
|
|
226
|
+
name, // attributeName
|
|
227
|
+
null, // attributeNamespace
|
|
228
|
+
false, // sanitizeURL
|
|
229
|
+
false, // removeEmptyString
|
|
230
|
+
);
|
|
231
|
+
});
|
|
232
|
+
|
|
233
|
+
// These are HTML attributes that are "overloaded booleans": they behave like
|
|
234
|
+
// booleans, but can also accept a string value.
|
|
235
|
+
[
|
|
236
|
+
'capture',
|
|
237
|
+
'download',
|
|
238
|
+
|
|
239
|
+
// NOTE: if you add a camelCased prop to this list,
|
|
240
|
+
// you'll need to set attributeName to name.toLowerCase()
|
|
241
|
+
// instead in the assignment below.
|
|
242
|
+
].forEach(name => {
|
|
243
|
+
properties[name] = new PropertyInfoRecord(
|
|
244
|
+
name,
|
|
245
|
+
OVERLOADED_BOOLEAN,
|
|
246
|
+
false, // mustUseProperty
|
|
247
|
+
name, // attributeName
|
|
248
|
+
null, // attributeNamespace
|
|
249
|
+
false, // sanitizeURL
|
|
250
|
+
false, // removeEmptyString
|
|
251
|
+
);
|
|
252
|
+
});
|
|
253
|
+
|
|
254
|
+
// These are HTML attributes that must be positive numbers.
|
|
255
|
+
[
|
|
256
|
+
'cols',
|
|
257
|
+
'rows',
|
|
258
|
+
'size',
|
|
259
|
+
'span',
|
|
260
|
+
|
|
261
|
+
// NOTE: if you add a camelCased prop to this list,
|
|
262
|
+
// you'll need to set attributeName to name.toLowerCase()
|
|
263
|
+
// instead in the assignment below.
|
|
264
|
+
].forEach(name => {
|
|
265
|
+
properties[name] = new PropertyInfoRecord(
|
|
266
|
+
name,
|
|
267
|
+
POSITIVE_NUMERIC,
|
|
268
|
+
false, // mustUseProperty
|
|
269
|
+
name, // attributeName
|
|
270
|
+
null, // attributeNamespace
|
|
271
|
+
false, // sanitizeURL
|
|
272
|
+
false, // removeEmptyString
|
|
273
|
+
);
|
|
274
|
+
});
|
|
275
|
+
|
|
276
|
+
// These are HTML attributes that must be numbers.
|
|
277
|
+
['rowSpan', 'start'].forEach(name => {
|
|
278
|
+
properties[name] = new PropertyInfoRecord(
|
|
279
|
+
name,
|
|
280
|
+
NUMERIC,
|
|
281
|
+
false, // mustUseProperty
|
|
282
|
+
name.toLowerCase(), // attributeName
|
|
283
|
+
null, // attributeNamespace
|
|
284
|
+
false, // sanitizeURL
|
|
285
|
+
false, // removeEmptyString
|
|
286
|
+
);
|
|
287
|
+
});
|
|
288
|
+
|
|
289
|
+
const CAMELIZE = /[\-\:]([a-z])/g;
|
|
290
|
+
const capitalize = token => token[1].toUpperCase();
|
|
291
|
+
|
|
292
|
+
// This is a list of all SVG attributes that need special casing, namespacing,
|
|
293
|
+
// or boolean value assignment. Regular attributes that just accept strings
|
|
294
|
+
// and have the same names are omitted, just like in the HTML attribute filter.
|
|
295
|
+
// Some of these attributes can be hard to find. This list was created by
|
|
296
|
+
// scraping the MDN documentation.
|
|
297
|
+
[
|
|
298
|
+
'accent-height',
|
|
299
|
+
'alignment-baseline',
|
|
300
|
+
'arabic-form',
|
|
301
|
+
'baseline-shift',
|
|
302
|
+
'cap-height',
|
|
303
|
+
'clip-path',
|
|
304
|
+
'clip-rule',
|
|
305
|
+
'color-interpolation',
|
|
306
|
+
'color-interpolation-filters',
|
|
307
|
+
'color-profile',
|
|
308
|
+
'color-rendering',
|
|
309
|
+
'dominant-baseline',
|
|
310
|
+
'enable-background',
|
|
311
|
+
'fill-opacity',
|
|
312
|
+
'fill-rule',
|
|
313
|
+
'flood-color',
|
|
314
|
+
'flood-opacity',
|
|
315
|
+
'font-family',
|
|
316
|
+
'font-size',
|
|
317
|
+
'font-size-adjust',
|
|
318
|
+
'font-stretch',
|
|
319
|
+
'font-style',
|
|
320
|
+
'font-variant',
|
|
321
|
+
'font-weight',
|
|
322
|
+
'glyph-name',
|
|
323
|
+
'glyph-orientation-horizontal',
|
|
324
|
+
'glyph-orientation-vertical',
|
|
325
|
+
'horiz-adv-x',
|
|
326
|
+
'horiz-origin-x',
|
|
327
|
+
'image-rendering',
|
|
328
|
+
'letter-spacing',
|
|
329
|
+
'lighting-color',
|
|
330
|
+
'marker-end',
|
|
331
|
+
'marker-mid',
|
|
332
|
+
'marker-start',
|
|
333
|
+
'overline-position',
|
|
334
|
+
'overline-thickness',
|
|
335
|
+
'paint-order',
|
|
336
|
+
'panose-1',
|
|
337
|
+
'pointer-events',
|
|
338
|
+
'rendering-intent',
|
|
339
|
+
'shape-rendering',
|
|
340
|
+
'stop-color',
|
|
341
|
+
'stop-opacity',
|
|
342
|
+
'strikethrough-position',
|
|
343
|
+
'strikethrough-thickness',
|
|
344
|
+
'stroke-dasharray',
|
|
345
|
+
'stroke-dashoffset',
|
|
346
|
+
'stroke-linecap',
|
|
347
|
+
'stroke-linejoin',
|
|
348
|
+
'stroke-miterlimit',
|
|
349
|
+
'stroke-opacity',
|
|
350
|
+
'stroke-width',
|
|
351
|
+
'text-anchor',
|
|
352
|
+
'text-decoration',
|
|
353
|
+
'text-rendering',
|
|
354
|
+
'underline-position',
|
|
355
|
+
'underline-thickness',
|
|
356
|
+
'unicode-bidi',
|
|
357
|
+
'unicode-range',
|
|
358
|
+
'units-per-em',
|
|
359
|
+
'v-alphabetic',
|
|
360
|
+
'v-hanging',
|
|
361
|
+
'v-ideographic',
|
|
362
|
+
'v-mathematical',
|
|
363
|
+
'vector-effect',
|
|
364
|
+
'vert-adv-y',
|
|
365
|
+
'vert-origin-x',
|
|
366
|
+
'vert-origin-y',
|
|
367
|
+
'word-spacing',
|
|
368
|
+
'writing-mode',
|
|
369
|
+
'xmlns:xlink',
|
|
370
|
+
'x-height',
|
|
371
|
+
|
|
372
|
+
// NOTE: if you add a camelCased prop to this list,
|
|
373
|
+
// you'll need to set attributeName to name.toLowerCase()
|
|
374
|
+
// instead in the assignment below.
|
|
375
|
+
].forEach(attributeName => {
|
|
376
|
+
const name = attributeName.replace(CAMELIZE, capitalize);
|
|
377
|
+
properties[name] = new PropertyInfoRecord(
|
|
378
|
+
name,
|
|
379
|
+
STRING,
|
|
380
|
+
false, // mustUseProperty
|
|
381
|
+
attributeName,
|
|
382
|
+
null, // attributeNamespace
|
|
383
|
+
false, // sanitizeURL
|
|
384
|
+
false, // removeEmptyString
|
|
385
|
+
);
|
|
386
|
+
});
|
|
387
|
+
|
|
388
|
+
// String SVG attributes with the xlink namespace.
|
|
389
|
+
[
|
|
390
|
+
'xlink:actuate',
|
|
391
|
+
'xlink:arcrole',
|
|
392
|
+
'xlink:role',
|
|
393
|
+
'xlink:show',
|
|
394
|
+
'xlink:title',
|
|
395
|
+
'xlink:type',
|
|
396
|
+
|
|
397
|
+
// NOTE: if you add a camelCased prop to this list,
|
|
398
|
+
// you'll need to set attributeName to name.toLowerCase()
|
|
399
|
+
// instead in the assignment below.
|
|
400
|
+
].forEach(attributeName => {
|
|
401
|
+
const name = attributeName.replace(CAMELIZE, capitalize);
|
|
402
|
+
properties[name] = new PropertyInfoRecord(
|
|
403
|
+
name,
|
|
404
|
+
STRING,
|
|
405
|
+
false, // mustUseProperty
|
|
406
|
+
attributeName,
|
|
407
|
+
'http://www.w3.org/1999/xlink',
|
|
408
|
+
false, // sanitizeURL
|
|
409
|
+
false, // removeEmptyString
|
|
410
|
+
);
|
|
411
|
+
});
|
|
412
|
+
|
|
413
|
+
// String SVG attributes with the xml namespace.
|
|
414
|
+
[
|
|
415
|
+
'xml:base',
|
|
416
|
+
'xml:lang',
|
|
417
|
+
'xml:space',
|
|
418
|
+
|
|
419
|
+
// NOTE: if you add a camelCased prop to this list,
|
|
420
|
+
// you'll need to set attributeName to name.toLowerCase()
|
|
421
|
+
// instead in the assignment below.
|
|
422
|
+
].forEach(attributeName => {
|
|
423
|
+
const name = attributeName.replace(CAMELIZE, capitalize);
|
|
424
|
+
properties[name] = new PropertyInfoRecord(
|
|
425
|
+
name,
|
|
426
|
+
STRING,
|
|
427
|
+
false, // mustUseProperty
|
|
428
|
+
attributeName,
|
|
429
|
+
'http://www.w3.org/XML/1998/namespace',
|
|
430
|
+
false, // sanitizeURL
|
|
431
|
+
false, // removeEmptyString
|
|
432
|
+
);
|
|
433
|
+
});
|
|
434
|
+
|
|
435
|
+
// These attribute exists both in HTML and SVG.
|
|
436
|
+
// The attribute name is case-sensitive in SVG so we can't just use
|
|
437
|
+
// the React name like we do for attributes that exist only in HTML.
|
|
438
|
+
['tabIndex', 'crossOrigin'].forEach(attributeName => {
|
|
439
|
+
properties[attributeName] = new PropertyInfoRecord(
|
|
440
|
+
attributeName,
|
|
441
|
+
STRING,
|
|
442
|
+
false, // mustUseProperty
|
|
443
|
+
attributeName.toLowerCase(), // attributeName
|
|
444
|
+
null, // attributeNamespace
|
|
445
|
+
false, // sanitizeURL
|
|
446
|
+
false, // removeEmptyString
|
|
447
|
+
);
|
|
448
|
+
});
|
|
449
|
+
|
|
450
|
+
// These attributes accept URLs. These must not allow javascript: URLS.
|
|
451
|
+
// These will also need to accept Trusted Types object in the future.
|
|
452
|
+
const xlinkHref = 'xlinkHref';
|
|
453
|
+
properties[xlinkHref] = new PropertyInfoRecord(
|
|
454
|
+
'xlinkHref',
|
|
455
|
+
STRING,
|
|
456
|
+
false, // mustUseProperty
|
|
457
|
+
'xlink:href',
|
|
458
|
+
'http://www.w3.org/1999/xlink',
|
|
459
|
+
true, // sanitizeURL
|
|
460
|
+
false, // removeEmptyString
|
|
461
|
+
);
|
|
462
|
+
|
|
463
|
+
['src', 'href', 'action', 'formAction'].forEach(attributeName => {
|
|
464
|
+
properties[attributeName] = new PropertyInfoRecord(
|
|
465
|
+
attributeName,
|
|
466
|
+
STRING,
|
|
467
|
+
false, // mustUseProperty
|
|
468
|
+
attributeName.toLowerCase(), // attributeName
|
|
469
|
+
null, // attributeNamespace
|
|
470
|
+
true, // sanitizeURL
|
|
471
|
+
true, // removeEmptyString
|
|
472
|
+
);
|
|
473
|
+
});
|
|
474
|
+
|
|
475
|
+
//
|
|
476
|
+
const {
|
|
477
|
+
CAMELCASE,
|
|
478
|
+
SAME,
|
|
479
|
+
possibleStandardNames: possibleStandardNamesOptimized
|
|
480
|
+
} = requirePossibleStandardNamesOptimized();
|
|
481
|
+
|
|
482
|
+
const ATTRIBUTE_NAME_START_CHAR =
|
|
483
|
+
':A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD';
|
|
484
|
+
|
|
485
|
+
const ATTRIBUTE_NAME_CHAR =
|
|
486
|
+
ATTRIBUTE_NAME_START_CHAR + '\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040';
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* Checks whether a property name is a custom attribute.
|
|
490
|
+
*
|
|
491
|
+
* @see https://github.com/facebook/react/blob/15-stable/src/renderers/dom/shared/HTMLDOMPropertyConfig.js#L23-L25
|
|
492
|
+
*
|
|
493
|
+
* @type {(attribute: string) => boolean}
|
|
494
|
+
*/
|
|
495
|
+
const isCustomAttribute =
|
|
496
|
+
RegExp.prototype.test.bind(
|
|
497
|
+
// eslint-disable-next-line no-misleading-character-class
|
|
498
|
+
new RegExp('^(data|aria)-[' + ATTRIBUTE_NAME_CHAR + ']*$')
|
|
499
|
+
);
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* @type {Record<string, string>}
|
|
503
|
+
*/
|
|
504
|
+
const possibleStandardNames = Object.keys(
|
|
505
|
+
possibleStandardNamesOptimized
|
|
506
|
+
).reduce((accumulator, standardName) => {
|
|
507
|
+
const propName = possibleStandardNamesOptimized[standardName];
|
|
508
|
+
if (propName === SAME) {
|
|
509
|
+
accumulator[standardName] = standardName;
|
|
510
|
+
} else if (propName === CAMELCASE) {
|
|
511
|
+
accumulator[standardName.toLowerCase()] = standardName;
|
|
512
|
+
} else {
|
|
513
|
+
accumulator[standardName] = propName;
|
|
514
|
+
}
|
|
515
|
+
return accumulator;
|
|
516
|
+
}, {});
|
|
517
|
+
|
|
518
|
+
lib.BOOLEAN = BOOLEAN;
|
|
519
|
+
lib.BOOLEANISH_STRING = BOOLEANISH_STRING;
|
|
520
|
+
lib.NUMERIC = NUMERIC;
|
|
521
|
+
lib.OVERLOADED_BOOLEAN = OVERLOADED_BOOLEAN;
|
|
522
|
+
lib.POSITIVE_NUMERIC = POSITIVE_NUMERIC;
|
|
523
|
+
lib.RESERVED = RESERVED;
|
|
524
|
+
lib.STRING = STRING;
|
|
525
|
+
lib.getPropertyInfo = getPropertyInfo;
|
|
526
|
+
lib.isCustomAttribute = isCustomAttribute;
|
|
527
|
+
lib.possibleStandardNames = possibleStandardNames;
|
|
528
|
+
return lib;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export { requireLib as __require };
|
|
532
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../node_modules/react-property/lib/index.js"],"sourcesContent":["'use strict';\n\n/**\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\n// A reserved attribute.\n// It is handled by React separately and shouldn't be written to the DOM.\nconst RESERVED = 0;\n\n// A simple string attribute.\n// Attributes that aren't in the filter are presumed to have this type.\nconst STRING = 1;\n\n// A string attribute that accepts booleans in React. In HTML, these are called\n// \"enumerated\" attributes with \"true\" and \"false\" as possible values.\n// When true, it should be set to a \"true\" string.\n// When false, it should be set to a \"false\" string.\nconst BOOLEANISH_STRING = 2;\n\n// A real boolean attribute.\n// When true, it should be present (set either to an empty string or its name).\n// When false, it should be omitted.\nconst BOOLEAN = 3;\n\n// An attribute that can be used as a flag as well as with a value.\n// When true, it should be present (set either to an empty string or its name).\n// When false, it should be omitted.\n// For any other value, should be present with that value.\nconst OVERLOADED_BOOLEAN = 4;\n\n// An attribute that must be numeric or parse as a numeric.\n// When falsy, it should be removed.\nconst NUMERIC = 5;\n\n// An attribute that must be positive numeric or parse as a positive numeric.\n// When falsy, it should be removed.\nconst POSITIVE_NUMERIC = 6;\n\nfunction getPropertyInfo(name) {\n return properties.hasOwnProperty(name) ? properties[name] : null;\n}\n\nfunction PropertyInfoRecord(\n name,\n type,\n mustUseProperty,\n attributeName,\n attributeNamespace,\n sanitizeURL,\n removeEmptyString,\n) {\n this.acceptsBooleans =\n type === BOOLEANISH_STRING ||\n type === BOOLEAN ||\n type === OVERLOADED_BOOLEAN;\n this.attributeName = attributeName;\n this.attributeNamespace = attributeNamespace;\n this.mustUseProperty = mustUseProperty;\n this.propertyName = name;\n this.type = type;\n this.sanitizeURL = sanitizeURL;\n this.removeEmptyString = removeEmptyString;\n}\n\n// When adding attributes to this list, be sure to also add them to\n// the `possibleStandardNames` module to ensure casing and incorrect\n// name warnings.\nconst properties = {};\n\n// These props are reserved by React. They shouldn't be written to the DOM.\nconst reservedProps = [\n 'children',\n 'dangerouslySetInnerHTML',\n // TODO: This prevents the assignment of defaultValue to regular\n // elements (not just inputs). Now that ReactDOMInput assigns to the\n // defaultValue property -- do we need this?\n 'defaultValue',\n 'defaultChecked',\n 'innerHTML',\n 'suppressContentEditableWarning',\n 'suppressHydrationWarning',\n 'style',\n];\n\nreservedProps.forEach(name => {\n properties[name] = new PropertyInfoRecord(\n name,\n RESERVED,\n false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// A few React string attributes have a different name.\n// This is a mapping from React prop names to the attribute names.\n[\n ['acceptCharset', 'accept-charset'],\n ['className', 'class'],\n ['htmlFor', 'for'],\n ['httpEquiv', 'http-equiv'],\n].forEach(([name, attributeName]) => {\n properties[name] = new PropertyInfoRecord(\n name,\n STRING,\n false, // mustUseProperty\n attributeName, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// These are \"enumerated\" HTML attributes that accept \"true\" and \"false\".\n// In React, we let users pass `true` and `false` even though technically\n// these aren't boolean attributes (they are coerced to strings).\n['contentEditable', 'draggable', 'spellCheck', 'value'].forEach(name => {\n properties[name] = new PropertyInfoRecord(\n name,\n BOOLEANISH_STRING,\n false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// These are \"enumerated\" SVG attributes that accept \"true\" and \"false\".\n// In React, we let users pass `true` and `false` even though technically\n// these aren't boolean attributes (they are coerced to strings).\n// Since these are SVG attributes, their attribute names are case-sensitive.\n[\n 'autoReverse',\n 'externalResourcesRequired',\n 'focusable',\n 'preserveAlpha',\n].forEach(name => {\n properties[name] = new PropertyInfoRecord(\n name,\n BOOLEANISH_STRING,\n false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// These are HTML boolean attributes.\n[\n 'allowFullScreen',\n 'async',\n // Note: there is a special case that prevents it from being written to the DOM\n // on the client side because the browsers are inconsistent. Instead we call focus().\n 'autoFocus',\n 'autoPlay',\n 'controls',\n 'default',\n 'defer',\n 'disabled',\n 'disablePictureInPicture',\n 'disableRemotePlayback',\n 'formNoValidate',\n 'hidden',\n 'loop',\n 'noModule',\n 'noValidate',\n 'open',\n 'playsInline',\n 'readOnly',\n 'required',\n 'reversed',\n 'scoped',\n 'seamless',\n // Microdata\n 'itemScope',\n].forEach(name => {\n properties[name] = new PropertyInfoRecord(\n name,\n BOOLEAN,\n false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// These are the few React props that we set as DOM properties\n// rather than attributes. These are all booleans.\n[\n 'checked',\n // Note: `option.selected` is not updated if `select.multiple` is\n // disabled with `removeAttribute`. We have special logic for handling this.\n 'multiple',\n 'muted',\n 'selected',\n\n // NOTE: if you add a camelCased prop to this list,\n // you'll need to set attributeName to name.toLowerCase()\n // instead in the assignment below.\n].forEach(name => {\n properties[name] = new PropertyInfoRecord(\n name,\n BOOLEAN,\n true, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// These are HTML attributes that are \"overloaded booleans\": they behave like\n// booleans, but can also accept a string value.\n[\n 'capture',\n 'download',\n\n // NOTE: if you add a camelCased prop to this list,\n // you'll need to set attributeName to name.toLowerCase()\n // instead in the assignment below.\n].forEach(name => {\n properties[name] = new PropertyInfoRecord(\n name,\n OVERLOADED_BOOLEAN,\n false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// These are HTML attributes that must be positive numbers.\n[\n 'cols',\n 'rows',\n 'size',\n 'span',\n\n // NOTE: if you add a camelCased prop to this list,\n // you'll need to set attributeName to name.toLowerCase()\n // instead in the assignment below.\n].forEach(name => {\n properties[name] = new PropertyInfoRecord(\n name,\n POSITIVE_NUMERIC,\n false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// These are HTML attributes that must be numbers.\n['rowSpan', 'start'].forEach(name => {\n properties[name] = new PropertyInfoRecord(\n name,\n NUMERIC,\n false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\nconst CAMELIZE = /[\\-\\:]([a-z])/g;\nconst capitalize = token => token[1].toUpperCase();\n\n// This is a list of all SVG attributes that need special casing, namespacing,\n// or boolean value assignment. Regular attributes that just accept strings\n// and have the same names are omitted, just like in the HTML attribute filter.\n// Some of these attributes can be hard to find. This list was created by\n// scraping the MDN documentation.\n[\n 'accent-height',\n 'alignment-baseline',\n 'arabic-form',\n 'baseline-shift',\n 'cap-height',\n 'clip-path',\n 'clip-rule',\n 'color-interpolation',\n 'color-interpolation-filters',\n 'color-profile',\n 'color-rendering',\n 'dominant-baseline',\n 'enable-background',\n 'fill-opacity',\n 'fill-rule',\n 'flood-color',\n 'flood-opacity',\n 'font-family',\n 'font-size',\n 'font-size-adjust',\n 'font-stretch',\n 'font-style',\n 'font-variant',\n 'font-weight',\n 'glyph-name',\n 'glyph-orientation-horizontal',\n 'glyph-orientation-vertical',\n 'horiz-adv-x',\n 'horiz-origin-x',\n 'image-rendering',\n 'letter-spacing',\n 'lighting-color',\n 'marker-end',\n 'marker-mid',\n 'marker-start',\n 'overline-position',\n 'overline-thickness',\n 'paint-order',\n 'panose-1',\n 'pointer-events',\n 'rendering-intent',\n 'shape-rendering',\n 'stop-color',\n 'stop-opacity',\n 'strikethrough-position',\n 'strikethrough-thickness',\n 'stroke-dasharray',\n 'stroke-dashoffset',\n 'stroke-linecap',\n 'stroke-linejoin',\n 'stroke-miterlimit',\n 'stroke-opacity',\n 'stroke-width',\n 'text-anchor',\n 'text-decoration',\n 'text-rendering',\n 'underline-position',\n 'underline-thickness',\n 'unicode-bidi',\n 'unicode-range',\n 'units-per-em',\n 'v-alphabetic',\n 'v-hanging',\n 'v-ideographic',\n 'v-mathematical',\n 'vector-effect',\n 'vert-adv-y',\n 'vert-origin-x',\n 'vert-origin-y',\n 'word-spacing',\n 'writing-mode',\n 'xmlns:xlink',\n 'x-height',\n\n // NOTE: if you add a camelCased prop to this list,\n // you'll need to set attributeName to name.toLowerCase()\n // instead in the assignment below.\n].forEach(attributeName => {\n const name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(\n name,\n STRING,\n false, // mustUseProperty\n attributeName,\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// String SVG attributes with the xlink namespace.\n[\n 'xlink:actuate',\n 'xlink:arcrole',\n 'xlink:role',\n 'xlink:show',\n 'xlink:title',\n 'xlink:type',\n\n // NOTE: if you add a camelCased prop to this list,\n // you'll need to set attributeName to name.toLowerCase()\n // instead in the assignment below.\n].forEach(attributeName => {\n const name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(\n name,\n STRING,\n false, // mustUseProperty\n attributeName,\n 'http://www.w3.org/1999/xlink',\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// String SVG attributes with the xml namespace.\n[\n 'xml:base',\n 'xml:lang',\n 'xml:space',\n\n // NOTE: if you add a camelCased prop to this list,\n // you'll need to set attributeName to name.toLowerCase()\n // instead in the assignment below.\n].forEach(attributeName => {\n const name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(\n name,\n STRING,\n false, // mustUseProperty\n attributeName,\n 'http://www.w3.org/XML/1998/namespace',\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// These attribute exists both in HTML and SVG.\n// The attribute name is case-sensitive in SVG so we can't just use\n// the React name like we do for attributes that exist only in HTML.\n['tabIndex', 'crossOrigin'].forEach(attributeName => {\n properties[attributeName] = new PropertyInfoRecord(\n attributeName,\n STRING,\n false, // mustUseProperty\n attributeName.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false, // removeEmptyString\n );\n});\n\n// These attributes accept URLs. These must not allow javascript: URLS.\n// These will also need to accept Trusted Types object in the future.\nconst xlinkHref = 'xlinkHref';\nproperties[xlinkHref] = new PropertyInfoRecord(\n 'xlinkHref',\n STRING,\n false, // mustUseProperty\n 'xlink:href',\n 'http://www.w3.org/1999/xlink',\n true, // sanitizeURL\n false, // removeEmptyString\n);\n\n['src', 'href', 'action', 'formAction'].forEach(attributeName => {\n properties[attributeName] = new PropertyInfoRecord(\n attributeName,\n STRING,\n false, // mustUseProperty\n attributeName.toLowerCase(), // attributeName\n null, // attributeNamespace\n true, // sanitizeURL\n true, // removeEmptyString\n );\n});\n\n// \nconst {\n CAMELCASE,\n SAME,\n possibleStandardNames: possibleStandardNamesOptimized\n} = require('../lib/possibleStandardNamesOptimized');\n\nconst ATTRIBUTE_NAME_START_CHAR =\n ':A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\n\nconst ATTRIBUTE_NAME_CHAR =\n ATTRIBUTE_NAME_START_CHAR + '\\\\-.0-9\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040';\n\n/**\n * Checks whether a property name is a custom attribute.\n *\n * @see https://github.com/facebook/react/blob/15-stable/src/renderers/dom/shared/HTMLDOMPropertyConfig.js#L23-L25\n *\n * @type {(attribute: string) => boolean}\n */\nconst isCustomAttribute =\n RegExp.prototype.test.bind(\n // eslint-disable-next-line no-misleading-character-class\n new RegExp('^(data|aria)-[' + ATTRIBUTE_NAME_CHAR + ']*$')\n );\n\n/**\n * @type {Record<string, string>}\n */\nconst possibleStandardNames = Object.keys(\n possibleStandardNamesOptimized\n).reduce((accumulator, standardName) => {\n const propName = possibleStandardNamesOptimized[standardName];\n if (propName === SAME) {\n accumulator[standardName] = standardName;\n } else if (propName === CAMELCASE) {\n accumulator[standardName.toLowerCase()] = standardName;\n } else {\n accumulator[standardName] = propName;\n }\n return accumulator;\n}, {});\n\nexports.BOOLEAN = BOOLEAN;\nexports.BOOLEANISH_STRING = BOOLEANISH_STRING;\nexports.NUMERIC = NUMERIC;\nexports.OVERLOADED_BOOLEAN = OVERLOADED_BOOLEAN;\nexports.POSITIVE_NUMERIC = POSITIVE_NUMERIC;\nexports.RESERVED = RESERVED;\nexports.STRING = STRING;\nexports.getPropertyInfo = getPropertyInfo;\nexports.isCustomAttribute = isCustomAttribute;\nexports.possibleStandardNames = possibleStandardNames;\n"],"names":["require$$0"],"mappings":"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","x_google_ignoreList":[0]}
|