southnote-mini-sdk 1.0.0

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 (309) hide show
  1. package/app.js +22 -0
  2. package/app.json +53 -0
  3. package/app.wxss +15 -0
  4. package/assets/file/badwords.js +63008 -0
  5. package/assets/file/rules.js +38 -0
  6. package/assets/images/emoji/smile001.png +0 -0
  7. package/assets/images/emoji/smile002.png +0 -0
  8. package/assets/images/emoji/smile003.png +0 -0
  9. package/assets/images/emoji/smile004.png +0 -0
  10. package/assets/images/emoji/smile005.png +0 -0
  11. package/assets/images/emoji/smile006.png +0 -0
  12. package/assets/images/emoji/smile007.png +0 -0
  13. package/assets/images/emoji/smile008.png +0 -0
  14. package/assets/images/emoji/smile009.png +0 -0
  15. package/assets/images/emoji/smile010.png +0 -0
  16. package/assets/images/emoji/smile011.png +0 -0
  17. package/assets/images/emoji/smile012.png +0 -0
  18. package/assets/images/emoji/smile013.png +0 -0
  19. package/assets/images/emoji/smile014.png +0 -0
  20. package/assets/images/emoji/smile015.png +0 -0
  21. package/assets/images/emoji/smile016.png +0 -0
  22. package/assets/images/emoji/smile017.png +0 -0
  23. package/assets/images/emoji/smile018.png +0 -0
  24. package/assets/images/emoji/smile019.png +0 -0
  25. package/assets/images/emoji/smile020.png +0 -0
  26. package/assets/images/emoji/smile021.png +0 -0
  27. package/assets/images/emoji/smile022.png +0 -0
  28. package/assets/images/emoji/smile023.png +0 -0
  29. package/assets/images/emoji/smile024.png +0 -0
  30. package/assets/images/emoji/smile025.png +0 -0
  31. package/assets/images/emoji/smile026.png +0 -0
  32. package/assets/images/emoji/smile027.png +0 -0
  33. package/assets/images/emoji/smile028.png +0 -0
  34. package/assets/images/emoji/smile029.png +0 -0
  35. package/assets/images/emoji/smile030.png +0 -0
  36. package/assets/images/emoji/smile031.png +0 -0
  37. package/assets/images/emoji/smile032.png +0 -0
  38. package/assets/images/emoji/smile033.png +0 -0
  39. package/assets/images/emoji/smile034.png +0 -0
  40. package/assets/images/emoji/smile035.png +0 -0
  41. package/assets/images/emoji/smile036.png +0 -0
  42. package/assets/images/emoji/smile037.png +0 -0
  43. package/assets/images/emoji/smile038.png +0 -0
  44. package/assets/images/emoji/smile039.png +0 -0
  45. package/assets/images/emoji/smile040.png +0 -0
  46. package/assets/images/emoji/smile041.png +0 -0
  47. package/assets/images/emoji/smile042.png +0 -0
  48. package/assets/images/emoji/smile043.png +0 -0
  49. package/assets/images/emoji/smile044.png +0 -0
  50. package/assets/images/emoji/smile045.png +0 -0
  51. package/assets/images/emoji/smile046.png +0 -0
  52. package/assets/images/emoji/smile047.png +0 -0
  53. package/assets/images/emoji/smile048.png +0 -0
  54. package/assets/images/emoji/smile049.png +0 -0
  55. package/assets/images/emoji/smile050.png +0 -0
  56. package/assets/images/emoji/smile051.png +0 -0
  57. package/assets/images/emoji/smile052.png +0 -0
  58. package/assets/images/icons/age1.png +0 -0
  59. package/assets/images/icons/age2.png +0 -0
  60. package/assets/images/icons/age3.png +0 -0
  61. package/assets/images/icons/attachment.png +0 -0
  62. package/assets/images/icons/clear.png +0 -0
  63. package/assets/images/icons/edit_input.png +0 -0
  64. package/assets/images/icons/header_placeholder.png +0 -0
  65. package/assets/images/icons/home_collect.png +0 -0
  66. package/assets/images/icons/home_collected.png +0 -0
  67. package/assets/images/icons/home_comment.png +0 -0
  68. package/assets/images/icons/home_like.png +0 -0
  69. package/assets/images/icons/home_liked.png +0 -0
  70. package/assets/images/icons/home_message.png +0 -0
  71. package/assets/images/icons/home_share.png +0 -0
  72. package/assets/images/icons/icon_more.png +0 -0
  73. package/assets/images/icons/input_game.png +0 -0
  74. package/assets/images/icons/logo.png +0 -0
  75. package/assets/images/icons/lv1.png +0 -0
  76. package/assets/images/icons/lv2.png +0 -0
  77. package/assets/images/icons/lv3.png +0 -0
  78. package/assets/images/icons/lv4.png +0 -0
  79. package/assets/images/icons/search.png +0 -0
  80. package/assets/images/icons/sex1.png +0 -0
  81. package/assets/images/icons/sex2.png +0 -0
  82. package/assets/images/icons/sign_empty.png +0 -0
  83. package/assets/images/icons/sign_login.png +0 -0
  84. package/assets/wheel/wheel_bg.png +0 -0
  85. package/assets/wheel/wheel_bg2.png +0 -0
  86. package/assets/wheel/wheel_fore.png +0 -0
  87. package/assets/wheel/wheel_to.png +0 -0
  88. package/components/bottomSheet/bottomSheet.js +473 -0
  89. package/components/bottomSheet/bottomSheet.json +3 -0
  90. package/components/bottomSheet/bottomSheet.wxml +73 -0
  91. package/components/bottomSheet/bottomSheet.wxss +238 -0
  92. package/components/experience-item/experience-item.js +105 -0
  93. package/components/experience-item/experience-item.json +4 -0
  94. package/components/experience-item/experience-item.wxml +39 -0
  95. package/components/experience-item/experience-item.wxss +110 -0
  96. package/components/grid-item/grid-item.js +8 -0
  97. package/components/grid-item/grid-item.json +4 -0
  98. package/components/grid-item/grid-item.wxml +62 -0
  99. package/components/grid-item/grid-item.wxss +191 -0
  100. package/components/post-item/post-item.js +1085 -0
  101. package/components/post-item/post-item.json +4 -0
  102. package/components/post-item/post-item.wxml +427 -0
  103. package/components/post-item/post-item.wxss +525 -0
  104. package/components/wiki-renderer/wiki-renderer.js +636 -0
  105. package/components/wiki-renderer/wiki-renderer.json +12 -0
  106. package/components/wiki-renderer/wiki-renderer.wxml +150 -0
  107. package/components/wiki-renderer/wiki-renderer.wxss +412 -0
  108. package/components/wiki-tabs/wiki-tabs.js +52 -0
  109. package/components/wiki-tabs/wiki-tabs.json +3 -0
  110. package/components/wiki-tabs/wiki-tabs.wxml +28 -0
  111. package/components/wiki-tabs/wiki-tabs.wxss +43 -0
  112. package/index.js +49 -0
  113. package/package.json +35 -0
  114. package/pages/addGame/addGame.js +454 -0
  115. package/pages/addGame/addGame.json +3 -0
  116. package/pages/addGame/addGame.wxml +71 -0
  117. package/pages/addGame/addGame.wxss +110 -0
  118. package/pages/addSubject/addSubject.js +199 -0
  119. package/pages/addSubject/addSubject.json +4 -0
  120. package/pages/addSubject/addSubject.wxml +78 -0
  121. package/pages/addSubject/addSubject.wxss +85 -0
  122. package/pages/commonLogin/commonLogin.js +269 -0
  123. package/pages/commonLogin/commonLogin.json +4 -0
  124. package/pages/commonLogin/commonLogin.wxml +57 -0
  125. package/pages/commonLogin/commonLogin.wxss +177 -0
  126. package/pages/copyOfficial/copyOfficial.js +25 -0
  127. package/pages/copyOfficial/copyOfficial.json +3 -0
  128. package/pages/copyOfficial/copyOfficial.wxml +22 -0
  129. package/pages/copyOfficial/copyOfficial.wxss +49 -0
  130. package/pages/demo/demo.js +23 -0
  131. package/pages/demo/demo.json +3 -0
  132. package/pages/demo/demo.wxml +8 -0
  133. package/pages/demo/demo.wxss +24 -0
  134. package/pages/game/game.js +1254 -0
  135. package/pages/game/game.json +8 -0
  136. package/pages/game/game.wxml +371 -0
  137. package/pages/game/game.wxss +672 -0
  138. package/pages/home/home.js +665 -0
  139. package/pages/home/home.json +10 -0
  140. package/pages/home/home.wxml +115 -0
  141. package/pages/home/home.wxss +231 -0
  142. package/pages/lottery-winners/lottery-winners.js +60 -0
  143. package/pages/lottery-winners/lottery-winners.json +4 -0
  144. package/pages/lottery-winners/lottery-winners.wxml +53 -0
  145. package/pages/lottery-winners/lottery-winners.wxss +127 -0
  146. package/pages/message/messageCommentsAndAt/messageCommentsAndAt.js +178 -0
  147. package/pages/message/messageCommentsAndAt/messageCommentsAndAt.json +5 -0
  148. package/pages/message/messageCommentsAndAt/messageCommentsAndAt.wxml +93 -0
  149. package/pages/message/messageCommentsAndAt/messageCommentsAndAt.wxss +177 -0
  150. package/pages/message/messageEntire/messageEntire.js +112 -0
  151. package/pages/message/messageEntire/messageEntire.json +4 -0
  152. package/pages/message/messageEntire/messageEntire.wxml +44 -0
  153. package/pages/message/messageEntire/messageEntire.wxss +88 -0
  154. package/pages/message/messageLikeAndCollect/messageLikeAndCollect.js +147 -0
  155. package/pages/message/messageLikeAndCollect/messageLikeAndCollect.json +5 -0
  156. package/pages/message/messageLikeAndCollect/messageLikeAndCollect.wxml +84 -0
  157. package/pages/message/messageLikeAndCollect/messageLikeAndCollect.wxss +166 -0
  158. package/pages/message/messageNewFans/messageNewFans.js +139 -0
  159. package/pages/message/messageNewFans/messageNewFans.json +5 -0
  160. package/pages/message/messageNewFans/messageNewFans.wxml +35 -0
  161. package/pages/message/messageNewFans/messageNewFans.wxss +85 -0
  162. package/pages/officialWebview/officialWebview.js +13 -0
  163. package/pages/officialWebview/officialWebview.json +3 -0
  164. package/pages/officialWebview/officialWebview.wxml +2 -0
  165. package/pages/officialWebview/officialWebview.wxss +1 -0
  166. package/pages/post/post.js +1856 -0
  167. package/pages/post/post.json +6 -0
  168. package/pages/post/post.wxml +694 -0
  169. package/pages/post/post.wxss +1003 -0
  170. package/pages/post-editor/post-editor.js +465 -0
  171. package/pages/post-editor/post-editor.json +4 -0
  172. package/pages/post-editor/post-editor.wxml +63 -0
  173. package/pages/post-editor/post-editor.wxss +195 -0
  174. package/pages/postDialog/postDialog.js +560 -0
  175. package/pages/postDialog/postDialog.json +6 -0
  176. package/pages/postDialog/postDialog.wxml +377 -0
  177. package/pages/postDialog/postDialog.wxss +979 -0
  178. package/pages/report-category/report-category.js +29 -0
  179. package/pages/report-category/report-category.json +4 -0
  180. package/pages/report-category/report-category.wxml +14 -0
  181. package/pages/report-category/report-category.wxss +43 -0
  182. package/pages/report-form/report-form.js +65 -0
  183. package/pages/report-form/report-form.json +3 -0
  184. package/pages/report-form/report-form.wxml +11 -0
  185. package/pages/report-form/report-form.wxss +44 -0
  186. package/pages/sevenDaySignDetail/sevenDaySignDetail.js +273 -0
  187. package/pages/sevenDaySignDetail/sevenDaySignDetail.json +3 -0
  188. package/pages/sevenDaySignDetail/sevenDaySignDetail.wxml +82 -0
  189. package/pages/sevenDaySignDetail/sevenDaySignDetail.wxss +173 -0
  190. package/pages/topic/topic.js +266 -0
  191. package/pages/topic/topic.json +6 -0
  192. package/pages/topic/topic.wxml +77 -0
  193. package/pages/topic/topic.wxss +162 -0
  194. package/pages/user/user.js +939 -0
  195. package/pages/user/user.json +5 -0
  196. package/pages/user/user.wxml +179 -0
  197. package/pages/user/user.wxss +340 -0
  198. package/pages/userDatum/userDatum.js +24 -0
  199. package/pages/userDatum/userDatum.json +4 -0
  200. package/pages/userDatum/userDatum.wxml +36 -0
  201. package/pages/userDatum/userDatum.wxss +41 -0
  202. package/pages/userGameLib/userGameLib.js +105 -0
  203. package/pages/userGameLib/userGameLib.json +4 -0
  204. package/pages/userGameLib/userGameLib.wxml +42 -0
  205. package/pages/userGameLib/userGameLib.wxss +119 -0
  206. package/pages/webview/webview.js +25 -0
  207. package/pages/webview/webview.json +3 -0
  208. package/pages/webview/webview.wxml +22 -0
  209. package/pages/webview/webview.wxss +50 -0
  210. package/pages/wheelActivivty/wheelActivivty.js +492 -0
  211. package/pages/wheelActivivty/wheelActivivty.json +8 -0
  212. package/pages/wheelActivivty/wheelActivivty.wxml +131 -0
  213. package/pages/wheelActivivty/wheelActivivty.wxss +459 -0
  214. package/pages/wiki/wiki.js +138 -0
  215. package/pages/wiki/wiki.json +6 -0
  216. package/pages/wiki/wiki.wxml +20 -0
  217. package/pages/wiki/wiki.wxss +44 -0
  218. package/request/JKRequest.js +177 -0
  219. package/services/home.js +603 -0
  220. package/towxml/config.js +291 -0
  221. package/towxml/decode.js +35 -0
  222. package/towxml/decode.json +11 -0
  223. package/towxml/decode.wxml +137 -0
  224. package/towxml/decode.wxss +0 -0
  225. package/towxml/img/img.js +98 -0
  226. package/towxml/img/img.json +3 -0
  227. package/towxml/img/img.wxml +1 -0
  228. package/towxml/img/img.wxss +0 -0
  229. package/towxml/index.js +19 -0
  230. package/towxml/latex/latex.js +53 -0
  231. package/towxml/latex/latex.json +5 -0
  232. package/towxml/latex/latex.wxml +1 -0
  233. package/towxml/latex/latex.wxss +0 -0
  234. package/towxml/parse/highlight/highlight.js +1 -0
  235. package/towxml/parse/highlight/index.js +8 -0
  236. package/towxml/parse/highlight/languages/bash.js +111 -0
  237. package/towxml/parse/highlight/languages/c-like.js +236 -0
  238. package/towxml/parse/highlight/languages/c.js +22 -0
  239. package/towxml/parse/highlight/languages/css.js +132 -0
  240. package/towxml/parse/highlight/languages/dart.js +134 -0
  241. package/towxml/parse/highlight/languages/go.js +63 -0
  242. package/towxml/parse/highlight/languages/htmlbars.js +80 -0
  243. package/towxml/parse/highlight/languages/java.js +125 -0
  244. package/towxml/parse/highlight/languages/javascript.js +265 -0
  245. package/towxml/parse/highlight/languages/json.js +52 -0
  246. package/towxml/parse/highlight/languages/less.js +148 -0
  247. package/towxml/parse/highlight/languages/nginx.js +101 -0
  248. package/towxml/parse/highlight/languages/php.js +161 -0
  249. package/towxml/parse/highlight/languages/python-repl.js +29 -0
  250. package/towxml/parse/highlight/languages/python.js +131 -0
  251. package/towxml/parse/highlight/languages/scss.js +122 -0
  252. package/towxml/parse/highlight/languages/shell.js +22 -0
  253. package/towxml/parse/highlight/languages/typescript.js +215 -0
  254. package/towxml/parse/highlight/languages/xml.js +139 -0
  255. package/towxml/parse/highlight/style/github.wxss +99 -0
  256. package/towxml/parse/highlight/style/monokai.wxss +70 -0
  257. package/towxml/parse/index.js +118 -0
  258. package/towxml/parse/markdown/index.js +67 -0
  259. package/towxml/parse/markdown/markdown.js +4 -0
  260. package/towxml/parse/markdown/plugins/echarts.js +11 -0
  261. package/towxml/parse/markdown/plugins/emoji.js +2 -0
  262. package/towxml/parse/markdown/plugins/ins.js +1 -0
  263. package/towxml/parse/markdown/plugins/latex.js +158 -0
  264. package/towxml/parse/markdown/plugins/mark.js +1 -0
  265. package/towxml/parse/markdown/plugins/sub.js +1 -0
  266. package/towxml/parse/markdown/plugins/sup.js +1 -0
  267. package/towxml/parse/markdown/plugins/todo.js +147 -0
  268. package/towxml/parse/markdown/plugins/yuml.js +20 -0
  269. package/towxml/parse/parse2/Parser.js +492 -0
  270. package/towxml/parse/parse2/Tokenizer.js +903 -0
  271. package/towxml/parse/parse2/domelementtype/index.js +55 -0
  272. package/towxml/parse/parse2/domhandler/index.js +145 -0
  273. package/towxml/parse/parse2/domhandler/node.js +474 -0
  274. package/towxml/parse/parse2/entities/decode.js +179 -0
  275. package/towxml/parse/parse2/entities/decode_codepoint.js +60 -0
  276. package/towxml/parse/parse2/entities/encode.js +77 -0
  277. package/towxml/parse/parse2/entities/escape.js +112 -0
  278. package/towxml/parse/parse2/entities/generated/decode-data-html.js +9 -0
  279. package/towxml/parse/parse2/entities/generated/decode-data-xml.js +9 -0
  280. package/towxml/parse/parse2/entities/generated/encode-html.js +12 -0
  281. package/towxml/parse/parse2/entities/index.js +137 -0
  282. package/towxml/parse/parse2/index.js +8 -0
  283. package/towxml/style/main.wxss +419 -0
  284. package/towxml/style/theme/dark.wxss +73 -0
  285. package/towxml/style/theme/light.wxss +63 -0
  286. package/towxml/table/table.js +11 -0
  287. package/towxml/table/table.json +6 -0
  288. package/towxml/table/table.wxml +24 -0
  289. package/towxml/table/table.wxss +0 -0
  290. package/towxml/todogroup/todogroup.js +20 -0
  291. package/towxml/todogroup/todogroup.json +6 -0
  292. package/towxml/todogroup/todogroup.wxml +12 -0
  293. package/towxml/todogroup/todogroup.wxss +3 -0
  294. package/towxml/towxml.js +22 -0
  295. package/towxml/towxml.json +6 -0
  296. package/towxml/towxml.wxml +5 -0
  297. package/towxml/towxml.wxss +8 -0
  298. package/towxml/yuml/yuml.js +51 -0
  299. package/towxml/yuml/yuml.json +5 -0
  300. package/towxml/yuml/yuml.wxml +5 -0
  301. package/towxml/yuml/yuml.wxss +0 -0
  302. package/utils/auth.js +17 -0
  303. package/utils/base64.js +67 -0
  304. package/utils/compressImage.js +41 -0
  305. package/utils/exp.js +49 -0
  306. package/utils/formatPost.js +18 -0
  307. package/utils/parseContent.js +191 -0
  308. package/utils/query-select.js +9 -0
  309. package/utils/sensitive.js +82 -0
@@ -0,0 +1,492 @@
1
+ var Tokenizer_js_1 = require("./Tokenizer.js");
2
+ var decode_js_1 = require("./entities/decode.js");
3
+ var formTags = new Set([
4
+ "input",
5
+ "option",
6
+ "optgroup",
7
+ "select",
8
+ "button",
9
+ "datalist",
10
+ "textarea",
11
+ ]);
12
+ var pTag = new Set(["p"]);
13
+ var tableSectionTags = new Set(["thead", "tbody"]);
14
+ var ddtTags = new Set(["dd", "dt"]);
15
+ var rtpTags = new Set(["rt", "rp"]);
16
+ var openImpliesClose = new Map([
17
+ ["tr", new Set(["tr", "th", "td"])],
18
+ ["th", new Set(["th"])],
19
+ ["td", new Set(["thead", "th", "td"])],
20
+ ["body", new Set(["head", "link", "script"])],
21
+ ["li", new Set(["li"])],
22
+ ["p", pTag],
23
+ ["h1", pTag],
24
+ ["h2", pTag],
25
+ ["h3", pTag],
26
+ ["h4", pTag],
27
+ ["h5", pTag],
28
+ ["h6", pTag],
29
+ ["select", formTags],
30
+ ["input", formTags],
31
+ ["output", formTags],
32
+ ["button", formTags],
33
+ ["datalist", formTags],
34
+ ["textarea", formTags],
35
+ ["option", new Set(["option"])],
36
+ ["optgroup", new Set(["optgroup", "option"])],
37
+ ["dd", ddtTags],
38
+ ["dt", ddtTags],
39
+ ["address", pTag],
40
+ ["article", pTag],
41
+ ["aside", pTag],
42
+ ["blockquote", pTag],
43
+ ["details", pTag],
44
+ ["div", pTag],
45
+ ["dl", pTag],
46
+ ["fieldset", pTag],
47
+ ["figcaption", pTag],
48
+ ["figure", pTag],
49
+ ["footer", pTag],
50
+ ["form", pTag],
51
+ ["header", pTag],
52
+ ["hr", pTag],
53
+ ["main", pTag],
54
+ ["nav", pTag],
55
+ ["ol", pTag],
56
+ ["pre", pTag],
57
+ ["section", pTag],
58
+ ["table", pTag],
59
+ ["ul", pTag],
60
+ ["rt", rtpTags],
61
+ ["rp", rtpTags],
62
+ ["tbody", tableSectionTags],
63
+ ["tfoot", tableSectionTags],
64
+ ]);
65
+ var voidElements = new Set([
66
+ "area",
67
+ "base",
68
+ "basefont",
69
+ "br",
70
+ "col",
71
+ "command",
72
+ "embed",
73
+ "frame",
74
+ "hr",
75
+ "img",
76
+ "input",
77
+ "isindex",
78
+ "keygen",
79
+ "link",
80
+ "meta",
81
+ "param",
82
+ "source",
83
+ "track",
84
+ "wbr",
85
+ ]);
86
+ var foreignContextElements = new Set(["math", "svg"]);
87
+ var htmlIntegrationElements = new Set([
88
+ "mi",
89
+ "mo",
90
+ "mn",
91
+ "ms",
92
+ "mtext",
93
+ "annotation-xml",
94
+ "foreignobject",
95
+ "desc",
96
+ "title",
97
+ ]);
98
+ var reNameEnd = /\s|\//;
99
+ var Parser = /** @class */ (function () {
100
+ function Parser(cbs, options) {
101
+ if (options === void 0) { options = {}; }
102
+ var _a, _b, _c, _d, _e;
103
+ this.options = options;
104
+ /** The start index of the last event. */
105
+ this.startIndex = 0;
106
+ /** The end index of the last event. */
107
+ this.endIndex = 0;
108
+ /**
109
+ * Store the start index of the current open tag,
110
+ * so we can update the start index for attributes.
111
+ */
112
+ this.openTagStart = 0;
113
+ this.tagname = "";
114
+ this.attribname = "";
115
+ this.attribvalue = "";
116
+ this.attribs = null;
117
+ this.stack = [];
118
+ this.foreignContext = [];
119
+ this.buffers = [];
120
+ this.bufferOffset = 0;
121
+ /** The index of the last written buffer. Used when resuming after a `pause()`. */
122
+ this.writeIndex = 0;
123
+ /** Indicates whether the parser has finished running / `.end` has been called. */
124
+ this.ended = false;
125
+ this.cbs = cbs !== null && cbs !== void 0 ? cbs : {};
126
+ this.lowerCaseTagNames = (_a = options.lowerCaseTags) !== null && _a !== void 0 ? _a : !options.xmlMode;
127
+ this.lowerCaseAttributeNames =
128
+ (_b = options.lowerCaseAttributeNames) !== null && _b !== void 0 ? _b : !options.xmlMode;
129
+ this.tokenizer = new ((_c = options.Tokenizer) !== null && _c !== void 0 ? _c : Tokenizer_js_1.default)(this.options, this);
130
+ (_e = (_d = this.cbs).onparserinit) === null || _e === void 0 ? void 0 : _e.call(_d, this);
131
+ }
132
+ // Tokenizer event handlers
133
+ /** @internal */
134
+ Parser.prototype.ontext = function (start, endIndex) {
135
+ var _a, _b;
136
+ var data = this.getSlice(start, endIndex);
137
+ this.endIndex = endIndex - 1;
138
+ (_b = (_a = this.cbs).ontext) === null || _b === void 0 ? void 0 : _b.call(_a, data);
139
+ this.startIndex = endIndex;
140
+ };
141
+ /** @internal */
142
+ Parser.prototype.ontextentity = function (cp) {
143
+ var _a, _b;
144
+ /*
145
+ * Entities can be emitted on the character, or directly after.
146
+ * We use the section start here to get accurate indices.
147
+ */
148
+ var idx = this.tokenizer.getSectionStart();
149
+ this.endIndex = idx - 1;
150
+ (_b = (_a = this.cbs).ontext) === null || _b === void 0 ? void 0 : _b.call(_a, (0, decode_js_1.fromCodePoint)(cp));
151
+ this.startIndex = idx;
152
+ };
153
+ Parser.prototype.isVoidElement = function (name) {
154
+ return !this.options.xmlMode && voidElements.has(name);
155
+ };
156
+ /** @internal */
157
+ Parser.prototype.onopentagname = function (start, endIndex) {
158
+ this.endIndex = endIndex;
159
+ var name = this.getSlice(start, endIndex);
160
+ if (this.lowerCaseTagNames) {
161
+ name = name.toLowerCase();
162
+ }
163
+ this.emitOpenTag(name);
164
+ };
165
+ Parser.prototype.emitOpenTag = function (name) {
166
+ var _a, _b, _c, _d;
167
+ this.openTagStart = this.startIndex;
168
+ this.tagname = name;
169
+ var impliesClose = !this.options.xmlMode && openImpliesClose.get(name);
170
+ if (impliesClose) {
171
+ while (this.stack.length > 0 &&
172
+ impliesClose.has(this.stack[this.stack.length - 1])) {
173
+ var el = this.stack.pop();
174
+ (_b = (_a = this.cbs).onclosetag) === null || _b === void 0 ? void 0 : _b.call(_a, el, true);
175
+ }
176
+ }
177
+ if (!this.isVoidElement(name)) {
178
+ this.stack.push(name);
179
+ if (foreignContextElements.has(name)) {
180
+ this.foreignContext.push(true);
181
+ }
182
+ else if (htmlIntegrationElements.has(name)) {
183
+ this.foreignContext.push(false);
184
+ }
185
+ }
186
+ (_d = (_c = this.cbs).onopentagname) === null || _d === void 0 ? void 0 : _d.call(_c, name);
187
+ if (this.cbs.onopentag)
188
+ this.attribs = {};
189
+ };
190
+ Parser.prototype.endOpenTag = function (isImplied) {
191
+ var _a, _b;
192
+ this.startIndex = this.openTagStart;
193
+ if (this.attribs) {
194
+ (_b = (_a = this.cbs).onopentag) === null || _b === void 0 ? void 0 : _b.call(_a, this.tagname, this.attribs, isImplied);
195
+ this.attribs = null;
196
+ }
197
+ if (this.cbs.onclosetag && this.isVoidElement(this.tagname)) {
198
+ this.cbs.onclosetag(this.tagname, true);
199
+ }
200
+ this.tagname = "";
201
+ };
202
+ /** @internal */
203
+ Parser.prototype.onopentagend = function (endIndex) {
204
+ this.endIndex = endIndex;
205
+ this.endOpenTag(false);
206
+ // Set `startIndex` for next node
207
+ this.startIndex = endIndex + 1;
208
+ };
209
+ /** @internal */
210
+ Parser.prototype.onclosetag = function (start, endIndex) {
211
+ var _a, _b, _c, _d, _e, _f;
212
+ this.endIndex = endIndex;
213
+ var name = this.getSlice(start, endIndex);
214
+ if (this.lowerCaseTagNames) {
215
+ name = name.toLowerCase();
216
+ }
217
+ if (foreignContextElements.has(name) ||
218
+ htmlIntegrationElements.has(name)) {
219
+ this.foreignContext.pop();
220
+ }
221
+ if (!this.isVoidElement(name)) {
222
+ var pos = this.stack.lastIndexOf(name);
223
+ if (pos !== -1) {
224
+ if (this.cbs.onclosetag) {
225
+ var count = this.stack.length - pos;
226
+ while (count--) {
227
+ // We know the stack has sufficient elements.
228
+ this.cbs.onclosetag(this.stack.pop(), count !== 0);
229
+ }
230
+ }
231
+ else
232
+ this.stack.length = pos;
233
+ }
234
+ else if (!this.options.xmlMode && name === "p") {
235
+ // Implicit open before close
236
+ this.emitOpenTag("p");
237
+ this.closeCurrentTag(true);
238
+ }
239
+ }
240
+ else if (!this.options.xmlMode && name === "br") {
241
+ // We can't use `emitOpenTag` for implicit open, as `br` would be implicitly closed.
242
+ (_b = (_a = this.cbs).onopentagname) === null || _b === void 0 ? void 0 : _b.call(_a, "br");
243
+ (_d = (_c = this.cbs).onopentag) === null || _d === void 0 ? void 0 : _d.call(_c, "br", {}, true);
244
+ (_f = (_e = this.cbs).onclosetag) === null || _f === void 0 ? void 0 : _f.call(_e, "br", false);
245
+ }
246
+ // Set `startIndex` for next node
247
+ this.startIndex = endIndex + 1;
248
+ };
249
+ /** @internal */
250
+ Parser.prototype.onselfclosingtag = function (endIndex) {
251
+ this.endIndex = endIndex;
252
+ if (this.options.xmlMode ||
253
+ this.options.recognizeSelfClosing ||
254
+ this.foreignContext[this.foreignContext.length - 1]) {
255
+ this.closeCurrentTag(false);
256
+ // Set `startIndex` for next node
257
+ this.startIndex = endIndex + 1;
258
+ }
259
+ else {
260
+ // Ignore the fact that the tag is self-closing.
261
+ this.onopentagend(endIndex);
262
+ }
263
+ };
264
+ Parser.prototype.closeCurrentTag = function (isOpenImplied) {
265
+ var _a, _b;
266
+ var name = this.tagname;
267
+ this.endOpenTag(isOpenImplied);
268
+ // Self-closing tags will be on the top of the stack
269
+ if (this.stack[this.stack.length - 1] === name) {
270
+ // If the opening tag isn't implied, the closing tag has to be implied.
271
+ (_b = (_a = this.cbs).onclosetag) === null || _b === void 0 ? void 0 : _b.call(_a, name, !isOpenImplied);
272
+ this.stack.pop();
273
+ }
274
+ };
275
+ /** @internal */
276
+ Parser.prototype.onattribname = function (start, endIndex) {
277
+ this.startIndex = start;
278
+ var name = this.getSlice(start, endIndex);
279
+ this.attribname = this.lowerCaseAttributeNames
280
+ ? name.toLowerCase()
281
+ : name;
282
+ };
283
+ /** @internal */
284
+ Parser.prototype.onattribdata = function (start, endIndex) {
285
+ this.attribvalue += this.getSlice(start, endIndex);
286
+ };
287
+ /** @internal */
288
+ Parser.prototype.onattribentity = function (cp) {
289
+ this.attribvalue += (0, decode_js_1.fromCodePoint)(cp);
290
+ };
291
+ /** @internal */
292
+ Parser.prototype.onattribend = function (quote, endIndex) {
293
+ var _a, _b;
294
+ this.endIndex = endIndex;
295
+ (_b = (_a = this.cbs).onattribute) === null || _b === void 0 ? void 0 : _b.call(_a, this.attribname, this.attribvalue, quote === Tokenizer_js_1.QuoteType.Double
296
+ ? '"'
297
+ : quote === Tokenizer_js_1.QuoteType.Single
298
+ ? "'"
299
+ : quote === Tokenizer_js_1.QuoteType.NoValue
300
+ ? undefined
301
+ : null);
302
+ if (this.attribs &&
303
+ !Object.prototype.hasOwnProperty.call(this.attribs, this.attribname)) {
304
+ this.attribs[this.attribname] = this.attribvalue;
305
+ }
306
+ this.attribvalue = "";
307
+ };
308
+ Parser.prototype.getInstructionName = function (value) {
309
+ var idx = value.search(reNameEnd);
310
+ var name = idx < 0 ? value : value.substr(0, idx);
311
+ if (this.lowerCaseTagNames) {
312
+ name = name.toLowerCase();
313
+ }
314
+ return name;
315
+ };
316
+ /** @internal */
317
+ Parser.prototype.ondeclaration = function (start, endIndex) {
318
+ this.endIndex = endIndex;
319
+ var value = this.getSlice(start, endIndex);
320
+ if (this.cbs.onprocessinginstruction) {
321
+ var name = this.getInstructionName(value);
322
+ this.cbs.onprocessinginstruction("!".concat(name), "!".concat(value));
323
+ }
324
+ // Set `startIndex` for next node
325
+ this.startIndex = endIndex + 1;
326
+ };
327
+ /** @internal */
328
+ Parser.prototype.onprocessinginstruction = function (start, endIndex) {
329
+ this.endIndex = endIndex;
330
+ var value = this.getSlice(start, endIndex);
331
+ if (this.cbs.onprocessinginstruction) {
332
+ var name = this.getInstructionName(value);
333
+ this.cbs.onprocessinginstruction("?".concat(name), "?".concat(value));
334
+ }
335
+ // Set `startIndex` for next node
336
+ this.startIndex = endIndex + 1;
337
+ };
338
+ /** @internal */
339
+ Parser.prototype.oncomment = function (start, endIndex, offset) {
340
+ var _a, _b, _c, _d;
341
+ this.endIndex = endIndex;
342
+ (_b = (_a = this.cbs).oncomment) === null || _b === void 0 ? void 0 : _b.call(_a, this.getSlice(start, endIndex - offset));
343
+ (_d = (_c = this.cbs).oncommentend) === null || _d === void 0 ? void 0 : _d.call(_c);
344
+ // Set `startIndex` for next node
345
+ this.startIndex = endIndex + 1;
346
+ };
347
+ /** @internal */
348
+ Parser.prototype.oncdata = function (start, endIndex, offset) {
349
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
350
+ this.endIndex = endIndex;
351
+ var value = this.getSlice(start, endIndex - offset);
352
+ if (this.options.xmlMode || this.options.recognizeCDATA) {
353
+ (_b = (_a = this.cbs).oncdatastart) === null || _b === void 0 ? void 0 : _b.call(_a);
354
+ (_d = (_c = this.cbs).ontext) === null || _d === void 0 ? void 0 : _d.call(_c, value);
355
+ (_f = (_e = this.cbs).oncdataend) === null || _f === void 0 ? void 0 : _f.call(_e);
356
+ }
357
+ else {
358
+ (_h = (_g = this.cbs).oncomment) === null || _h === void 0 ? void 0 : _h.call(_g, "[CDATA[".concat(value, "]]"));
359
+ (_k = (_j = this.cbs).oncommentend) === null || _k === void 0 ? void 0 : _k.call(_j);
360
+ }
361
+ // Set `startIndex` for next node
362
+ this.startIndex = endIndex + 1;
363
+ };
364
+ /** @internal */
365
+ Parser.prototype.onend = function () {
366
+ var _a, _b;
367
+ if (this.cbs.onclosetag) {
368
+ // Set the end index for all remaining tags
369
+ this.endIndex = this.startIndex;
370
+ for (var i = this.stack.length; i > 0; this.cbs.onclosetag(this.stack[--i], true))
371
+ ;
372
+ }
373
+ (_b = (_a = this.cbs).onend) === null || _b === void 0 ? void 0 : _b.call(_a);
374
+ };
375
+ /**
376
+ * Resets the parser to a blank state, ready to parse a new HTML document
377
+ */
378
+ Parser.prototype.reset = function () {
379
+ var _a, _b, _c, _d;
380
+ (_b = (_a = this.cbs).onreset) === null || _b === void 0 ? void 0 : _b.call(_a);
381
+ this.tokenizer.reset();
382
+ this.tagname = "";
383
+ this.attribname = "";
384
+ this.attribs = null;
385
+ this.stack.length = 0;
386
+ this.startIndex = 0;
387
+ this.endIndex = 0;
388
+ (_d = (_c = this.cbs).onparserinit) === null || _d === void 0 ? void 0 : _d.call(_c, this);
389
+ this.buffers.length = 0;
390
+ this.bufferOffset = 0;
391
+ this.writeIndex = 0;
392
+ this.ended = false;
393
+ };
394
+ /**
395
+ * Resets the parser, then parses a complete document and
396
+ * pushes it to the handler.
397
+ *
398
+ * @param data Document to parse.
399
+ */
400
+ Parser.prototype.parseComplete = function (data) {
401
+ this.reset();
402
+ this.end(data);
403
+ };
404
+ Parser.prototype.getSlice = function (start, end) {
405
+ while (start - this.bufferOffset >= this.buffers[0].length) {
406
+ this.shiftBuffer();
407
+ }
408
+ var str = this.buffers[0].slice(start - this.bufferOffset, end - this.bufferOffset);
409
+ while (end - this.bufferOffset > this.buffers[0].length) {
410
+ this.shiftBuffer();
411
+ str += this.buffers[0].slice(0, end - this.bufferOffset);
412
+ }
413
+ return str;
414
+ };
415
+ Parser.prototype.shiftBuffer = function () {
416
+ this.bufferOffset += this.buffers[0].length;
417
+ this.writeIndex--;
418
+ this.buffers.shift();
419
+ };
420
+ /**
421
+ * Parses a chunk of data and calls the corresponding callbacks.
422
+ *
423
+ * @param chunk Chunk to parse.
424
+ */
425
+ Parser.prototype.write = function (chunk) {
426
+ var _a, _b;
427
+ if (this.ended) {
428
+ (_b = (_a = this.cbs).onerror) === null || _b === void 0 ? void 0 : _b.call(_a, new Error(".write() after done!"));
429
+ return;
430
+ }
431
+ this.buffers.push(chunk);
432
+ if (this.tokenizer.running) {
433
+ this.tokenizer.write(chunk);
434
+ this.writeIndex++;
435
+ }
436
+ };
437
+ /**
438
+ * Parses the end of the buffer and clears the stack, calls onend.
439
+ *
440
+ * @param chunk Optional final chunk to parse.
441
+ */
442
+ Parser.prototype.end = function (chunk) {
443
+ var _a, _b;
444
+ if (this.ended) {
445
+ (_b = (_a = this.cbs).onerror) === null || _b === void 0 ? void 0 : _b.call(_a, Error(".end() after done!"));
446
+ return;
447
+ }
448
+ if (chunk)
449
+ this.write(chunk);
450
+ this.ended = true;
451
+ this.tokenizer.end();
452
+ };
453
+ /**
454
+ * Pauses parsing. The parser won't emit events until `resume` is called.
455
+ */
456
+ Parser.prototype.pause = function () {
457
+ this.tokenizer.pause();
458
+ };
459
+ /**
460
+ * Resumes parsing after `pause` was called.
461
+ */
462
+ Parser.prototype.resume = function () {
463
+ this.tokenizer.resume();
464
+ while (this.tokenizer.running &&
465
+ this.writeIndex < this.buffers.length) {
466
+ this.tokenizer.write(this.buffers[this.writeIndex++]);
467
+ }
468
+ if (this.ended)
469
+ this.tokenizer.end();
470
+ };
471
+ /**
472
+ * Alias of `write`, for backwards compatibility.
473
+ *
474
+ * @param chunk Chunk to parse.
475
+ * @deprecated
476
+ */
477
+ Parser.prototype.parseChunk = function (chunk) {
478
+ this.write(chunk);
479
+ };
480
+ /**
481
+ * Alias of `end`, for backwards compatibility.
482
+ *
483
+ * @param chunk Optional final chunk to parse.
484
+ * @deprecated
485
+ */
486
+ Parser.prototype.done = function (chunk) {
487
+ this.end(chunk);
488
+ };
489
+ return Parser;
490
+ }());
491
+
492
+ module.exports = Parser;