ece-docs-components 1.0.39 → 1.0.41

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