@gmb/bitmark-parser-generator 3.34.0 → 3.36.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 (904) hide show
  1. package/README.md +4 -4
  2. package/dist/browser/bitmark-parser-generator.min.js +1 -1
  3. package/dist/browser/bundle-report.html +2 -2
  4. package/dist/index.cjs +33650 -0
  5. package/dist/index.cjs.map +1 -0
  6. package/dist/index.d.cts +7733 -0
  7. package/dist/index.d.ts +7733 -0
  8. package/dist/index.js +33590 -0
  9. package/dist/index.js.map +1 -0
  10. package/package.json +106 -90
  11. package/dist/cjs/BitmarkParserGenerator.js +0 -776
  12. package/dist/cjs/BitmarkParserGenerator.js.map +0 -1
  13. package/dist/cjs/ast/Ast.js +0 -220
  14. package/dist/cjs/ast/Ast.js.map +0 -1
  15. package/dist/cjs/ast/BaseBuilder.js +0 -193
  16. package/dist/cjs/ast/BaseBuilder.js.map +0 -1
  17. package/dist/cjs/ast/Builder.js +0 -1781
  18. package/dist/cjs/ast/Builder.js.map +0 -1
  19. package/dist/cjs/ast/ResourceBuilder.js +0 -963
  20. package/dist/cjs/ast/ResourceBuilder.js.map +0 -1
  21. package/dist/cjs/ast/rules/NodeValidator.js +0 -184
  22. package/dist/cjs/ast/rules/NodeValidator.js.map +0 -1
  23. package/dist/cjs/ast/writer/FileWriter.js +0 -119
  24. package/dist/cjs/ast/writer/FileWriter.js.map +0 -1
  25. package/dist/cjs/ast/writer/StreamWriter.js +0 -89
  26. package/dist/cjs/ast/writer/StreamWriter.js.map +0 -1
  27. package/dist/cjs/ast/writer/StringWriter.js +0 -115
  28. package/dist/cjs/ast/writer/StringWriter.js.map +0 -1
  29. package/dist/cjs/ast/writer/Writer.js +0 -3
  30. package/dist/cjs/ast/writer/Writer.js.map +0 -1
  31. package/dist/cjs/breakscaping/Breakscape.js +0 -80
  32. package/dist/cjs/breakscaping/Breakscape.js.map +0 -1
  33. package/dist/cjs/breakscaping/BreakscapeLoop.js +0 -305
  34. package/dist/cjs/breakscaping/BreakscapeLoop.js.map +0 -1
  35. package/dist/cjs/breakscaping/BreakscapeOptions.js +0 -3
  36. package/dist/cjs/breakscaping/BreakscapeOptions.js.map +0 -1
  37. package/dist/cjs/breakscaping/BreakscapeRegex.js +0 -213
  38. package/dist/cjs/breakscaping/BreakscapeRegex.js.map +0 -1
  39. package/dist/cjs/breakscaping/RegexConfigs.js +0 -38
  40. package/dist/cjs/breakscaping/RegexConfigs.js.map +0 -1
  41. package/dist/cjs/config/Config.js +0 -352
  42. package/dist/cjs/config/Config.js.map +0 -1
  43. package/dist/cjs/config/ConfigHydrator.js +0 -161
  44. package/dist/cjs/config/ConfigHydrator.js.map +0 -1
  45. package/dist/cjs/config/raw/bits.js +0 -2615
  46. package/dist/cjs/config/raw/bits.js.map +0 -1
  47. package/dist/cjs/config/raw/cardSets.js +0 -549
  48. package/dist/cjs/config/raw/cardSets.js.map +0 -1
  49. package/dist/cjs/config/raw/groups.js +0 -1182
  50. package/dist/cjs/config/raw/groups.js.map +0 -1
  51. package/dist/cjs/config/raw/properties.js +0 -1006
  52. package/dist/cjs/config/raw/properties.js.map +0 -1
  53. package/dist/cjs/config/raw/resources.js +0 -103
  54. package/dist/cjs/config/raw/resources.js.map +0 -1
  55. package/dist/cjs/config/raw/tags.js +0 -48
  56. package/dist/cjs/config/raw/tags.js.map +0 -1
  57. package/dist/cjs/generated/build-info.js +0 -13
  58. package/dist/cjs/generated/build-info.js.map +0 -1
  59. package/dist/cjs/generated/parser/bitmark/bitmark-peggy-parser.js +0 -3168
  60. package/dist/cjs/generated/parser/bitmark/bitmark-peggy-parser.js.map +0 -1
  61. package/dist/cjs/generated/parser/text/text-peggy-parser.js +0 -9659
  62. package/dist/cjs/generated/parser/text/text-peggy-parser.js.map +0 -1
  63. package/dist/cjs/generator/AstWalkerGenerator.js +0 -86
  64. package/dist/cjs/generator/AstWalkerGenerator.js.map +0 -1
  65. package/dist/cjs/generator/Generator.js +0 -3
  66. package/dist/cjs/generator/Generator.js.map +0 -1
  67. package/dist/cjs/generator/bitmark/BitmarkFileGenerator.js +0 -49
  68. package/dist/cjs/generator/bitmark/BitmarkFileGenerator.js.map +0 -1
  69. package/dist/cjs/generator/bitmark/BitmarkGenerator.js +0 -2601
  70. package/dist/cjs/generator/bitmark/BitmarkGenerator.js.map +0 -1
  71. package/dist/cjs/generator/bitmark/BitmarkStringGenerator.js +0 -51
  72. package/dist/cjs/generator/bitmark/BitmarkStringGenerator.js.map +0 -1
  73. package/dist/cjs/generator/json/JsonFileGenerator.js +0 -53
  74. package/dist/cjs/generator/json/JsonFileGenerator.js.map +0 -1
  75. package/dist/cjs/generator/json/JsonGenerator.js +0 -1584
  76. package/dist/cjs/generator/json/JsonGenerator.js.map +0 -1
  77. package/dist/cjs/generator/json/JsonObjectGenerator.js +0 -51
  78. package/dist/cjs/generator/json/JsonObjectGenerator.js.map +0 -1
  79. package/dist/cjs/generator/json/JsonStringGenerator.js +0 -50
  80. package/dist/cjs/generator/json/JsonStringGenerator.js.map +0 -1
  81. package/dist/cjs/generator/text/TextGenerator.js +0 -1199
  82. package/dist/cjs/generator/text/TextGenerator.js.map +0 -1
  83. package/dist/cjs/index.js +0 -79
  84. package/dist/cjs/index.js.map +0 -1
  85. package/dist/cjs/info/InfoBuilder.js +0 -43
  86. package/dist/cjs/info/InfoBuilder.js.map +0 -1
  87. package/dist/cjs/init/init.js +0 -15
  88. package/dist/cjs/init/init.js.map +0 -1
  89. package/dist/cjs/model/ast/BreakscapedString.js +0 -3
  90. package/dist/cjs/model/ast/BreakscapedString.js.map +0 -1
  91. package/dist/cjs/model/ast/NodeType.js +0 -557
  92. package/dist/cjs/model/ast/NodeType.js.map +0 -1
  93. package/dist/cjs/model/ast/Nodes.js +0 -3
  94. package/dist/cjs/model/ast/Nodes.js.map +0 -1
  95. package/dist/cjs/model/ast/StardardString.js +0 -3
  96. package/dist/cjs/model/ast/StardardString.js.map +0 -1
  97. package/dist/cjs/model/ast/TextNodes.js +0 -3
  98. package/dist/cjs/model/ast/TextNodes.js.map +0 -1
  99. package/dist/cjs/model/config/AbstractTagConfig.js +0 -18
  100. package/dist/cjs/model/config/AbstractTagConfig.js.map +0 -1
  101. package/dist/cjs/model/config/BitConfig.js +0 -72
  102. package/dist/cjs/model/config/BitConfig.js.map +0 -1
  103. package/dist/cjs/model/config/CardSetConfig.js +0 -26
  104. package/dist/cjs/model/config/CardSetConfig.js.map +0 -1
  105. package/dist/cjs/model/config/CardVariantConfig.js +0 -32
  106. package/dist/cjs/model/config/CardVariantConfig.js.map +0 -1
  107. package/dist/cjs/model/config/MarkupTagConfig.js +0 -41
  108. package/dist/cjs/model/config/MarkupTagConfig.js.map +0 -1
  109. package/dist/cjs/model/config/PropertyTagConfig.js +0 -50
  110. package/dist/cjs/model/config/PropertyTagConfig.js.map +0 -1
  111. package/dist/cjs/model/config/ResourceTagConfig.js +0 -42
  112. package/dist/cjs/model/config/ResourceTagConfig.js.map +0 -1
  113. package/dist/cjs/model/config/ResourcesConfig.js +0 -31
  114. package/dist/cjs/model/config/ResourcesConfig.js.map +0 -1
  115. package/dist/cjs/model/config/TagConfig.js +0 -3
  116. package/dist/cjs/model/config/TagConfig.js.map +0 -1
  117. package/dist/cjs/model/config/TagsConfig.js +0 -3
  118. package/dist/cjs/model/config/TagsConfig.js.map +0 -1
  119. package/dist/cjs/model/config/TagsConfigWithInfo.js +0 -3
  120. package/dist/cjs/model/config/TagsConfigWithInfo.js.map +0 -1
  121. package/dist/cjs/model/config/_Config.js +0 -3
  122. package/dist/cjs/model/config/_Config.js.map +0 -1
  123. package/dist/cjs/model/config/enum/CardSetConfigKey.js +0 -28
  124. package/dist/cjs/model/config/enum/CardSetConfigKey.js.map +0 -1
  125. package/dist/cjs/model/config/enum/ConfigKey.js +0 -29
  126. package/dist/cjs/model/config/enum/ConfigKey.js.map +0 -1
  127. package/dist/cjs/model/config/enum/GroupConfigKey.js +0 -57
  128. package/dist/cjs/model/config/enum/GroupConfigKey.js.map +0 -1
  129. package/dist/cjs/model/config/enum/GroupConfigType.js +0 -14
  130. package/dist/cjs/model/config/enum/GroupConfigType.js.map +0 -1
  131. package/dist/cjs/model/config/enum/PropertyConfigKey.js +0 -215
  132. package/dist/cjs/model/config/enum/PropertyConfigKey.js.map +0 -1
  133. package/dist/cjs/model/config/enum/ResourceConfigKey.js +0 -40
  134. package/dist/cjs/model/config/enum/ResourceConfigKey.js.map +0 -1
  135. package/dist/cjs/model/config/enum/TagConfigKey.js +0 -26
  136. package/dist/cjs/model/config/enum/TagConfigKey.js.map +0 -1
  137. package/dist/cjs/model/enum/BitTagType.js +0 -13
  138. package/dist/cjs/model/enum/BitTagType.js.map +0 -1
  139. package/dist/cjs/model/enum/BitType.js +0 -576
  140. package/dist/cjs/model/enum/BitType.js.map +0 -1
  141. package/dist/cjs/model/enum/BitmarkGeneratorOutput.js +0 -2
  142. package/dist/cjs/model/enum/BitmarkGeneratorOutput.js.map +0 -1
  143. package/dist/cjs/model/enum/BitmarkParserType.js +0 -9
  144. package/dist/cjs/model/enum/BitmarkParserType.js.map +0 -1
  145. package/dist/cjs/model/enum/BitmarkVersion.js +0 -12
  146. package/dist/cjs/model/enum/BitmarkVersion.js.map +0 -1
  147. package/dist/cjs/model/enum/BodyBitType.js +0 -14
  148. package/dist/cjs/model/enum/BodyBitType.js.map +0 -1
  149. package/dist/cjs/model/enum/BodyTextFormat.js +0 -14
  150. package/dist/cjs/model/enum/BodyTextFormat.js.map +0 -1
  151. package/dist/cjs/model/enum/CardSetVersion.js +0 -10
  152. package/dist/cjs/model/enum/CardSetVersion.js.map +0 -1
  153. package/dist/cjs/model/enum/Count.js +0 -9
  154. package/dist/cjs/model/enum/Count.js.map +0 -1
  155. package/dist/cjs/model/enum/DeprecatedTextFormat.js +0 -9
  156. package/dist/cjs/model/enum/DeprecatedTextFormat.js.map +0 -1
  157. package/dist/cjs/model/enum/ExampleType.js +0 -11
  158. package/dist/cjs/model/enum/ExampleType.js.map +0 -1
  159. package/dist/cjs/model/enum/PropertyAstKey.js +0 -18
  160. package/dist/cjs/model/enum/PropertyAstKey.js.map +0 -1
  161. package/dist/cjs/model/enum/PropertyFormat.js +0 -14
  162. package/dist/cjs/model/enum/PropertyFormat.js.map +0 -1
  163. package/dist/cjs/model/enum/PropertyJsonKey.js +0 -14
  164. package/dist/cjs/model/enum/PropertyJsonKey.js.map +0 -1
  165. package/dist/cjs/model/enum/PropertyTag.js +0 -8
  166. package/dist/cjs/model/enum/PropertyTag.js.map +0 -1
  167. package/dist/cjs/model/enum/ResourceJsonKey.js +0 -27
  168. package/dist/cjs/model/enum/ResourceJsonKey.js.map +0 -1
  169. package/dist/cjs/model/enum/ResourceTag.js +0 -37
  170. package/dist/cjs/model/enum/ResourceTag.js.map +0 -1
  171. package/dist/cjs/model/enum/Tag.js +0 -21
  172. package/dist/cjs/model/enum/Tag.js.map +0 -1
  173. package/dist/cjs/model/enum/TextFormat.js +0 -16
  174. package/dist/cjs/model/enum/TextFormat.js.map +0 -1
  175. package/dist/cjs/model/enum/TextLocation.js +0 -15
  176. package/dist/cjs/model/enum/TextLocation.js.map +0 -1
  177. package/dist/cjs/model/enum/TextMarkType.js +0 -54
  178. package/dist/cjs/model/enum/TextMarkType.js.map +0 -1
  179. package/dist/cjs/model/enum/TextNodeType.js +0 -35
  180. package/dist/cjs/model/enum/TextNodeType.js.map +0 -1
  181. package/dist/cjs/model/enum/TextSection.js +0 -18
  182. package/dist/cjs/model/enum/TextSection.js.map +0 -1
  183. package/dist/cjs/model/info/enum/InfoFormat.js +0 -11
  184. package/dist/cjs/model/info/enum/InfoFormat.js.map +0 -1
  185. package/dist/cjs/model/info/enum/InfoType.js +0 -12
  186. package/dist/cjs/model/info/enum/InfoType.js.map +0 -1
  187. package/dist/cjs/model/json/BitJson.js +0 -3
  188. package/dist/cjs/model/json/BitJson.js.map +0 -1
  189. package/dist/cjs/model/json/BitWrapperJson.js +0 -3
  190. package/dist/cjs/model/json/BitWrapperJson.js.map +0 -1
  191. package/dist/cjs/model/json/BodyBitJson.js +0 -3
  192. package/dist/cjs/model/json/BodyBitJson.js.map +0 -1
  193. package/dist/cjs/model/json/ParserJson.js +0 -3
  194. package/dist/cjs/model/json/ParserJson.js.map +0 -1
  195. package/dist/cjs/model/json/ResourceJson.js +0 -3
  196. package/dist/cjs/model/json/ResourceJson.js.map +0 -1
  197. package/dist/cjs/model/parser/ParserData.js +0 -3
  198. package/dist/cjs/model/parser/ParserData.js.map +0 -1
  199. package/dist/cjs/model/parser/ParserError.js +0 -3
  200. package/dist/cjs/model/parser/ParserError.js.map +0 -1
  201. package/dist/cjs/model/parser/ParserInfo.js +0 -3
  202. package/dist/cjs/model/parser/ParserInfo.js.map +0 -1
  203. package/dist/cjs/model/parser/ParserLocation.js +0 -3
  204. package/dist/cjs/model/parser/ParserLocation.js.map +0 -1
  205. package/dist/cjs/model/parser/ParserLocationRange.js +0 -3
  206. package/dist/cjs/model/parser/ParserLocationRange.js.map +0 -1
  207. package/dist/cjs/model/parser/TagValidationData.js +0 -3
  208. package/dist/cjs/model/parser/TagValidationData.js.map +0 -1
  209. package/dist/cjs/parser/bitmark/BitmarkParser.js +0 -25
  210. package/dist/cjs/parser/bitmark/BitmarkParser.js.map +0 -1
  211. package/dist/cjs/parser/bitmark/peg/BitmarkPegParser.js +0 -7
  212. package/dist/cjs/parser/bitmark/peg/BitmarkPegParser.js.map +0 -1
  213. package/dist/cjs/parser/bitmark/peg/BitmarkPegParserHelper.js +0 -614
  214. package/dist/cjs/parser/bitmark/peg/BitmarkPegParserHelper.js.map +0 -1
  215. package/dist/cjs/parser/bitmark/peg/BitmarkPegParserProcessor.js +0 -716
  216. package/dist/cjs/parser/bitmark/peg/BitmarkPegParserProcessor.js.map +0 -1
  217. package/dist/cjs/parser/bitmark/peg/BitmarkPegParserTypes.js +0 -69
  218. package/dist/cjs/parser/bitmark/peg/BitmarkPegParserTypes.js.map +0 -1
  219. package/dist/cjs/parser/bitmark/peg/BitmarkPegParserValidator.js +0 -745
  220. package/dist/cjs/parser/bitmark/peg/BitmarkPegParserValidator.js.map +0 -1
  221. package/dist/cjs/parser/bitmark/peg/PeggyGrammarLocation.js +0 -82
  222. package/dist/cjs/parser/bitmark/peg/PeggyGrammarLocation.js.map +0 -1
  223. package/dist/cjs/parser/bitmark/peg/contentProcessors/BodyContentProcessor.js +0 -260
  224. package/dist/cjs/parser/bitmark/peg/contentProcessors/BodyContentProcessor.js.map +0 -1
  225. package/dist/cjs/parser/bitmark/peg/contentProcessors/BookChainContentProcessor.js +0 -50
  226. package/dist/cjs/parser/bitmark/peg/contentProcessors/BookChainContentProcessor.js.map +0 -1
  227. package/dist/cjs/parser/bitmark/peg/contentProcessors/CardContentProcessor.js +0 -885
  228. package/dist/cjs/parser/bitmark/peg/contentProcessors/CardContentProcessor.js.map +0 -1
  229. package/dist/cjs/parser/bitmark/peg/contentProcessors/ClozeTagContentProcessor.js +0 -27
  230. package/dist/cjs/parser/bitmark/peg/contentProcessors/ClozeTagContentProcessor.js.map +0 -1
  231. package/dist/cjs/parser/bitmark/peg/contentProcessors/ContentProcessorUtils.js +0 -61
  232. package/dist/cjs/parser/bitmark/peg/contentProcessors/ContentProcessorUtils.js.map +0 -1
  233. package/dist/cjs/parser/bitmark/peg/contentProcessors/DefaultTagContentProcessor.js +0 -63
  234. package/dist/cjs/parser/bitmark/peg/contentProcessors/DefaultTagContentProcessor.js.map +0 -1
  235. package/dist/cjs/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.js +0 -161
  236. package/dist/cjs/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.js.map +0 -1
  237. package/dist/cjs/parser/bitmark/peg/contentProcessors/FooterContentProcessor.js +0 -55
  238. package/dist/cjs/parser/bitmark/peg/contentProcessors/FooterContentProcessor.js.map +0 -1
  239. package/dist/cjs/parser/bitmark/peg/contentProcessors/GapChainContentProcessor.js +0 -31
  240. package/dist/cjs/parser/bitmark/peg/contentProcessors/GapChainContentProcessor.js.map +0 -1
  241. package/dist/cjs/parser/bitmark/peg/contentProcessors/ImageSourceChainContentProcessor.js +0 -59
  242. package/dist/cjs/parser/bitmark/peg/contentProcessors/ImageSourceChainContentProcessor.js.map +0 -1
  243. package/dist/cjs/parser/bitmark/peg/contentProcessors/InternalCommentTagContentProcessor.js +0 -16
  244. package/dist/cjs/parser/bitmark/peg/contentProcessors/InternalCommentTagContentProcessor.js.map +0 -1
  245. package/dist/cjs/parser/bitmark/peg/contentProcessors/ItemLeadChainContentProcessor.js +0 -29
  246. package/dist/cjs/parser/bitmark/peg/contentProcessors/ItemLeadChainContentProcessor.js.map +0 -1
  247. package/dist/cjs/parser/bitmark/peg/contentProcessors/ItemLeadTagContentProcessor.js +0 -20
  248. package/dist/cjs/parser/bitmark/peg/contentProcessors/ItemLeadTagContentProcessor.js.map +0 -1
  249. package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.js +0 -45
  250. package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.js.map +0 -1
  251. package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.js +0 -44
  252. package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.js.map +0 -1
  253. package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.js +0 -11
  254. package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.js.map +0 -1
  255. package/dist/cjs/parser/bitmark/peg/contentProcessors/PersonChainContentProcessor.js +0 -57
  256. package/dist/cjs/parser/bitmark/peg/contentProcessors/PersonChainContentProcessor.js.map +0 -1
  257. package/dist/cjs/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.js +0 -158
  258. package/dist/cjs/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.js.map +0 -1
  259. package/dist/cjs/parser/bitmark/peg/contentProcessors/RatingLevelChainContentProcessor.js +0 -37
  260. package/dist/cjs/parser/bitmark/peg/contentProcessors/RatingLevelChainContentProcessor.js.map +0 -1
  261. package/dist/cjs/parser/bitmark/peg/contentProcessors/ReferenceTagContentProcessor.js +0 -24
  262. package/dist/cjs/parser/bitmark/peg/contentProcessors/ReferenceTagContentProcessor.js.map +0 -1
  263. package/dist/cjs/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.js +0 -163
  264. package/dist/cjs/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.js.map +0 -1
  265. package/dist/cjs/parser/bitmark/peg/contentProcessors/ServingsChainContentProcessor.js +0 -27
  266. package/dist/cjs/parser/bitmark/peg/contentProcessors/ServingsChainContentProcessor.js.map +0 -1
  267. package/dist/cjs/parser/bitmark/peg/contentProcessors/TechnicalTermChainContentProcessor.js +0 -28
  268. package/dist/cjs/parser/bitmark/peg/contentProcessors/TechnicalTermChainContentProcessor.js.map +0 -1
  269. package/dist/cjs/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.js +0 -53
  270. package/dist/cjs/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.js.map +0 -1
  271. package/dist/cjs/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.js +0 -203
  272. package/dist/cjs/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.js.map +0 -1
  273. package/dist/cjs/parser/bitmark/peg/contentProcessors/TrueFalseTagContentProcessor.js +0 -24
  274. package/dist/cjs/parser/bitmark/peg/contentProcessors/TrueFalseTagContentProcessor.js.map +0 -1
  275. package/dist/cjs/parser/json/JsonParser.js +0 -270
  276. package/dist/cjs/parser/json/JsonParser.js.map +0 -1
  277. package/dist/cjs/parser/text/TextParser.js +0 -148
  278. package/dist/cjs/parser/text/TextParser.js.map +0 -1
  279. package/dist/cjs/parser/text/peg/TextPegParser.js +0 -7
  280. package/dist/cjs/parser/text/peg/TextPegParser.js.map +0 -1
  281. package/dist/cjs/utils/ArrayUtils.js +0 -43
  282. package/dist/cjs/utils/ArrayUtils.js.map +0 -1
  283. package/dist/cjs/utils/BitUtils.js +0 -75
  284. package/dist/cjs/utils/BitUtils.js.map +0 -1
  285. package/dist/cjs/utils/BooleanUtils.js +0 -62
  286. package/dist/cjs/utils/BooleanUtils.js.map +0 -1
  287. package/dist/cjs/utils/FileUtils.js +0 -75
  288. package/dist/cjs/utils/FileUtils.js.map +0 -1
  289. package/dist/cjs/utils/NumberUtils.js +0 -62
  290. package/dist/cjs/utils/NumberUtils.js.map +0 -1
  291. package/dist/cjs/utils/ObjectUtils.js +0 -417
  292. package/dist/cjs/utils/ObjectUtils.js.map +0 -1
  293. package/dist/cjs/utils/StringUtils.js +0 -183
  294. package/dist/cjs/utils/StringUtils.js.map +0 -1
  295. package/dist/cjs/utils/UrlUtils.js +0 -37
  296. package/dist/cjs/utils/UrlUtils.js.map +0 -1
  297. package/dist/cjs/utils/env/Env.js +0 -131
  298. package/dist/cjs/utils/env/Env.js.map +0 -1
  299. package/dist/cjs/utils/env/Environment.js +0 -15
  300. package/dist/cjs/utils/env/Environment.js.map +0 -1
  301. package/dist/cjs/utils/env/Os.js +0 -14
  302. package/dist/cjs/utils/env/Os.js.map +0 -1
  303. package/dist/cjs/utils/env/Version.js +0 -12
  304. package/dist/cjs/utils/env/Version.js.map +0 -1
  305. package/dist/cjs/utils/env/userAgent.js +0 -88
  306. package/dist/cjs/utils/env/userAgent.js.map +0 -1
  307. package/dist/cjs/utils/polyfill/fs.js +0 -14
  308. package/dist/cjs/utils/polyfill/fs.js.map +0 -1
  309. package/dist/esm/BitmarkParserGenerator.js +0 -735
  310. package/dist/esm/BitmarkParserGenerator.js.map +0 -1
  311. package/dist/esm/ast/Ast.js +0 -217
  312. package/dist/esm/ast/Ast.js.map +0 -1
  313. package/dist/esm/ast/BaseBuilder.js +0 -190
  314. package/dist/esm/ast/BaseBuilder.js.map +0 -1
  315. package/dist/esm/ast/Builder.js +0 -1775
  316. package/dist/esm/ast/Builder.js.map +0 -1
  317. package/dist/esm/ast/ResourceBuilder.js +0 -960
  318. package/dist/esm/ast/ResourceBuilder.js.map +0 -1
  319. package/dist/esm/ast/rules/NodeValidator.js +0 -181
  320. package/dist/esm/ast/rules/NodeValidator.js.map +0 -1
  321. package/dist/esm/ast/writer/FileWriter.js +0 -80
  322. package/dist/esm/ast/writer/FileWriter.js.map +0 -1
  323. package/dist/esm/ast/writer/StreamWriter.js +0 -83
  324. package/dist/esm/ast/writer/StreamWriter.js.map +0 -1
  325. package/dist/esm/ast/writer/StringWriter.js +0 -112
  326. package/dist/esm/ast/writer/StringWriter.js.map +0 -1
  327. package/dist/esm/ast/writer/Writer.js +0 -2
  328. package/dist/esm/ast/writer/Writer.js.map +0 -1
  329. package/dist/esm/breakscaping/Breakscape.js +0 -77
  330. package/dist/esm/breakscaping/Breakscape.js.map +0 -1
  331. package/dist/esm/breakscaping/BreakscapeLoop.js +0 -302
  332. package/dist/esm/breakscaping/BreakscapeLoop.js.map +0 -1
  333. package/dist/esm/breakscaping/BreakscapeOptions.js +0 -2
  334. package/dist/esm/breakscaping/BreakscapeOptions.js.map +0 -1
  335. package/dist/esm/breakscaping/BreakscapeRegex.js +0 -177
  336. package/dist/esm/breakscaping/BreakscapeRegex.js.map +0 -1
  337. package/dist/esm/breakscaping/RegexConfigs.js +0 -35
  338. package/dist/esm/breakscaping/RegexConfigs.js.map +0 -1
  339. package/dist/esm/config/Config.js +0 -349
  340. package/dist/esm/config/Config.js.map +0 -1
  341. package/dist/esm/config/ConfigHydrator.js +0 -158
  342. package/dist/esm/config/ConfigHydrator.js.map +0 -1
  343. package/dist/esm/config/raw/bits.js +0 -2612
  344. package/dist/esm/config/raw/bits.js.map +0 -1
  345. package/dist/esm/config/raw/cardSets.js +0 -546
  346. package/dist/esm/config/raw/cardSets.js.map +0 -1
  347. package/dist/esm/config/raw/groups.js +0 -1179
  348. package/dist/esm/config/raw/groups.js.map +0 -1
  349. package/dist/esm/config/raw/properties.js +0 -1003
  350. package/dist/esm/config/raw/properties.js.map +0 -1
  351. package/dist/esm/config/raw/resources.js +0 -100
  352. package/dist/esm/config/raw/resources.js.map +0 -1
  353. package/dist/esm/config/raw/tags.js +0 -45
  354. package/dist/esm/config/raw/tags.js.map +0 -1
  355. package/dist/esm/generated/build-info.js +0 -10
  356. package/dist/esm/generated/build-info.js.map +0 -1
  357. package/dist/esm/generated/parser/bitmark/bitmark-peggy-parser.js +0 -3163
  358. package/dist/esm/generated/parser/bitmark/bitmark-peggy-parser.js.map +0 -1
  359. package/dist/esm/generated/parser/text/text-peggy-parser.js +0 -9654
  360. package/dist/esm/generated/parser/text/text-peggy-parser.js.map +0 -1
  361. package/dist/esm/generator/AstWalkerGenerator.js +0 -83
  362. package/dist/esm/generator/AstWalkerGenerator.js.map +0 -1
  363. package/dist/esm/generator/Generator.js +0 -2
  364. package/dist/esm/generator/Generator.js.map +0 -1
  365. package/dist/esm/generator/bitmark/BitmarkFileGenerator.js +0 -46
  366. package/dist/esm/generator/bitmark/BitmarkFileGenerator.js.map +0 -1
  367. package/dist/esm/generator/bitmark/BitmarkGenerator.js +0 -2598
  368. package/dist/esm/generator/bitmark/BitmarkGenerator.js.map +0 -1
  369. package/dist/esm/generator/bitmark/BitmarkStringGenerator.js +0 -48
  370. package/dist/esm/generator/bitmark/BitmarkStringGenerator.js.map +0 -1
  371. package/dist/esm/generator/json/JsonFileGenerator.js +0 -50
  372. package/dist/esm/generator/json/JsonFileGenerator.js.map +0 -1
  373. package/dist/esm/generator/json/JsonGenerator.js +0 -1578
  374. package/dist/esm/generator/json/JsonGenerator.js.map +0 -1
  375. package/dist/esm/generator/json/JsonObjectGenerator.js +0 -48
  376. package/dist/esm/generator/json/JsonObjectGenerator.js.map +0 -1
  377. package/dist/esm/generator/json/JsonStringGenerator.js +0 -47
  378. package/dist/esm/generator/json/JsonStringGenerator.js.map +0 -1
  379. package/dist/esm/generator/text/TextGenerator.js +0 -1196
  380. package/dist/esm/generator/text/TextGenerator.js.map +0 -1
  381. package/dist/esm/index.js +0 -49
  382. package/dist/esm/index.js.map +0 -1
  383. package/dist/esm/info/InfoBuilder.js +0 -40
  384. package/dist/esm/info/InfoBuilder.js.map +0 -1
  385. package/dist/esm/init/init.js +0 -13
  386. package/dist/esm/init/init.js.map +0 -1
  387. package/dist/esm/model/ast/BreakscapedString.js +0 -2
  388. package/dist/esm/model/ast/BreakscapedString.js.map +0 -1
  389. package/dist/esm/model/ast/NodeType.js +0 -554
  390. package/dist/esm/model/ast/NodeType.js.map +0 -1
  391. package/dist/esm/model/ast/Nodes.js +0 -2
  392. package/dist/esm/model/ast/Nodes.js.map +0 -1
  393. package/dist/esm/model/ast/StardardString.js +0 -2
  394. package/dist/esm/model/ast/StardardString.js.map +0 -1
  395. package/dist/esm/model/ast/TextNodes.js +0 -2
  396. package/dist/esm/model/ast/TextNodes.js.map +0 -1
  397. package/dist/esm/model/config/AbstractTagConfig.js +0 -15
  398. package/dist/esm/model/config/AbstractTagConfig.js.map +0 -1
  399. package/dist/esm/model/config/BitConfig.js +0 -69
  400. package/dist/esm/model/config/BitConfig.js.map +0 -1
  401. package/dist/esm/model/config/CardSetConfig.js +0 -23
  402. package/dist/esm/model/config/CardSetConfig.js.map +0 -1
  403. package/dist/esm/model/config/CardVariantConfig.js +0 -29
  404. package/dist/esm/model/config/CardVariantConfig.js.map +0 -1
  405. package/dist/esm/model/config/MarkupTagConfig.js +0 -38
  406. package/dist/esm/model/config/MarkupTagConfig.js.map +0 -1
  407. package/dist/esm/model/config/PropertyTagConfig.js +0 -47
  408. package/dist/esm/model/config/PropertyTagConfig.js.map +0 -1
  409. package/dist/esm/model/config/ResourceTagConfig.js +0 -39
  410. package/dist/esm/model/config/ResourceTagConfig.js.map +0 -1
  411. package/dist/esm/model/config/ResourcesConfig.js +0 -28
  412. package/dist/esm/model/config/ResourcesConfig.js.map +0 -1
  413. package/dist/esm/model/config/TagConfig.js +0 -2
  414. package/dist/esm/model/config/TagConfig.js.map +0 -1
  415. package/dist/esm/model/config/TagsConfig.js +0 -2
  416. package/dist/esm/model/config/TagsConfig.js.map +0 -1
  417. package/dist/esm/model/config/TagsConfigWithInfo.js +0 -2
  418. package/dist/esm/model/config/TagsConfigWithInfo.js.map +0 -1
  419. package/dist/esm/model/config/_Config.js +0 -2
  420. package/dist/esm/model/config/_Config.js.map +0 -1
  421. package/dist/esm/model/config/enum/CardSetConfigKey.js +0 -25
  422. package/dist/esm/model/config/enum/CardSetConfigKey.js.map +0 -1
  423. package/dist/esm/model/config/enum/ConfigKey.js +0 -26
  424. package/dist/esm/model/config/enum/ConfigKey.js.map +0 -1
  425. package/dist/esm/model/config/enum/GroupConfigKey.js +0 -53
  426. package/dist/esm/model/config/enum/GroupConfigKey.js.map +0 -1
  427. package/dist/esm/model/config/enum/GroupConfigType.js +0 -11
  428. package/dist/esm/model/config/enum/GroupConfigType.js.map +0 -1
  429. package/dist/esm/model/config/enum/PropertyConfigKey.js +0 -211
  430. package/dist/esm/model/config/enum/PropertyConfigKey.js.map +0 -1
  431. package/dist/esm/model/config/enum/ResourceConfigKey.js +0 -36
  432. package/dist/esm/model/config/enum/ResourceConfigKey.js.map +0 -1
  433. package/dist/esm/model/config/enum/TagConfigKey.js +0 -22
  434. package/dist/esm/model/config/enum/TagConfigKey.js.map +0 -1
  435. package/dist/esm/model/enum/BitTagType.js +0 -10
  436. package/dist/esm/model/enum/BitTagType.js.map +0 -1
  437. package/dist/esm/model/enum/BitType.js +0 -573
  438. package/dist/esm/model/enum/BitType.js.map +0 -1
  439. package/dist/esm/model/enum/BitmarkGeneratorOutput.js +0 -2
  440. package/dist/esm/model/enum/BitmarkGeneratorOutput.js.map +0 -1
  441. package/dist/esm/model/enum/BitmarkParserType.js +0 -6
  442. package/dist/esm/model/enum/BitmarkParserType.js.map +0 -1
  443. package/dist/esm/model/enum/BitmarkVersion.js +0 -8
  444. package/dist/esm/model/enum/BitmarkVersion.js.map +0 -1
  445. package/dist/esm/model/enum/BodyBitType.js +0 -11
  446. package/dist/esm/model/enum/BodyBitType.js.map +0 -1
  447. package/dist/esm/model/enum/BodyTextFormat.js +0 -11
  448. package/dist/esm/model/enum/BodyTextFormat.js.map +0 -1
  449. package/dist/esm/model/enum/CardSetVersion.js +0 -7
  450. package/dist/esm/model/enum/CardSetVersion.js.map +0 -1
  451. package/dist/esm/model/enum/Count.js +0 -6
  452. package/dist/esm/model/enum/Count.js.map +0 -1
  453. package/dist/esm/model/enum/DeprecatedTextFormat.js +0 -6
  454. package/dist/esm/model/enum/DeprecatedTextFormat.js.map +0 -1
  455. package/dist/esm/model/enum/ExampleType.js +0 -8
  456. package/dist/esm/model/enum/ExampleType.js.map +0 -1
  457. package/dist/esm/model/enum/PropertyAstKey.js +0 -15
  458. package/dist/esm/model/enum/PropertyAstKey.js.map +0 -1
  459. package/dist/esm/model/enum/PropertyFormat.js +0 -11
  460. package/dist/esm/model/enum/PropertyFormat.js.map +0 -1
  461. package/dist/esm/model/enum/PropertyJsonKey.js +0 -11
  462. package/dist/esm/model/enum/PropertyJsonKey.js.map +0 -1
  463. package/dist/esm/model/enum/PropertyTag.js +0 -5
  464. package/dist/esm/model/enum/PropertyTag.js.map +0 -1
  465. package/dist/esm/model/enum/ResourceJsonKey.js +0 -24
  466. package/dist/esm/model/enum/ResourceJsonKey.js.map +0 -1
  467. package/dist/esm/model/enum/ResourceTag.js +0 -34
  468. package/dist/esm/model/enum/ResourceTag.js.map +0 -1
  469. package/dist/esm/model/enum/Tag.js +0 -18
  470. package/dist/esm/model/enum/Tag.js.map +0 -1
  471. package/dist/esm/model/enum/TextFormat.js +0 -13
  472. package/dist/esm/model/enum/TextFormat.js.map +0 -1
  473. package/dist/esm/model/enum/TextLocation.js +0 -12
  474. package/dist/esm/model/enum/TextLocation.js.map +0 -1
  475. package/dist/esm/model/enum/TextMarkType.js +0 -51
  476. package/dist/esm/model/enum/TextMarkType.js.map +0 -1
  477. package/dist/esm/model/enum/TextNodeType.js +0 -32
  478. package/dist/esm/model/enum/TextNodeType.js.map +0 -1
  479. package/dist/esm/model/enum/TextSection.js +0 -15
  480. package/dist/esm/model/enum/TextSection.js.map +0 -1
  481. package/dist/esm/model/info/enum/InfoFormat.js +0 -8
  482. package/dist/esm/model/info/enum/InfoFormat.js.map +0 -1
  483. package/dist/esm/model/info/enum/InfoType.js +0 -9
  484. package/dist/esm/model/info/enum/InfoType.js.map +0 -1
  485. package/dist/esm/model/json/BitJson.js +0 -2
  486. package/dist/esm/model/json/BitJson.js.map +0 -1
  487. package/dist/esm/model/json/BitWrapperJson.js +0 -2
  488. package/dist/esm/model/json/BitWrapperJson.js.map +0 -1
  489. package/dist/esm/model/json/BodyBitJson.js +0 -2
  490. package/dist/esm/model/json/BodyBitJson.js.map +0 -1
  491. package/dist/esm/model/json/ParserJson.js +0 -2
  492. package/dist/esm/model/json/ParserJson.js.map +0 -1
  493. package/dist/esm/model/json/ResourceJson.js +0 -2
  494. package/dist/esm/model/json/ResourceJson.js.map +0 -1
  495. package/dist/esm/model/parser/ParserData.js +0 -2
  496. package/dist/esm/model/parser/ParserData.js.map +0 -1
  497. package/dist/esm/model/parser/ParserError.js +0 -2
  498. package/dist/esm/model/parser/ParserError.js.map +0 -1
  499. package/dist/esm/model/parser/ParserInfo.js +0 -2
  500. package/dist/esm/model/parser/ParserInfo.js.map +0 -1
  501. package/dist/esm/model/parser/ParserLocation.js +0 -2
  502. package/dist/esm/model/parser/ParserLocation.js.map +0 -1
  503. package/dist/esm/model/parser/ParserLocationRange.js +0 -2
  504. package/dist/esm/model/parser/ParserLocationRange.js.map +0 -1
  505. package/dist/esm/model/parser/TagValidationData.js +0 -2
  506. package/dist/esm/model/parser/TagValidationData.js.map +0 -1
  507. package/dist/esm/parser/bitmark/BitmarkParser.js +0 -22
  508. package/dist/esm/parser/bitmark/BitmarkParser.js.map +0 -1
  509. package/dist/esm/parser/bitmark/peg/BitmarkPegParser.js +0 -4
  510. package/dist/esm/parser/bitmark/peg/BitmarkPegParser.js.map +0 -1
  511. package/dist/esm/parser/bitmark/peg/BitmarkPegParserHelper.js +0 -611
  512. package/dist/esm/parser/bitmark/peg/BitmarkPegParserHelper.js.map +0 -1
  513. package/dist/esm/parser/bitmark/peg/BitmarkPegParserProcessor.js +0 -713
  514. package/dist/esm/parser/bitmark/peg/BitmarkPegParserProcessor.js.map +0 -1
  515. package/dist/esm/parser/bitmark/peg/BitmarkPegParserTypes.js +0 -59
  516. package/dist/esm/parser/bitmark/peg/BitmarkPegParserTypes.js.map +0 -1
  517. package/dist/esm/parser/bitmark/peg/BitmarkPegParserValidator.js +0 -742
  518. package/dist/esm/parser/bitmark/peg/BitmarkPegParserValidator.js.map +0 -1
  519. package/dist/esm/parser/bitmark/peg/PeggyGrammarLocation.js +0 -79
  520. package/dist/esm/parser/bitmark/peg/PeggyGrammarLocation.js.map +0 -1
  521. package/dist/esm/parser/bitmark/peg/contentProcessors/BodyContentProcessor.js +0 -257
  522. package/dist/esm/parser/bitmark/peg/contentProcessors/BodyContentProcessor.js.map +0 -1
  523. package/dist/esm/parser/bitmark/peg/contentProcessors/BookChainContentProcessor.js +0 -48
  524. package/dist/esm/parser/bitmark/peg/contentProcessors/BookChainContentProcessor.js.map +0 -1
  525. package/dist/esm/parser/bitmark/peg/contentProcessors/CardContentProcessor.js +0 -883
  526. package/dist/esm/parser/bitmark/peg/contentProcessors/CardContentProcessor.js.map +0 -1
  527. package/dist/esm/parser/bitmark/peg/contentProcessors/ClozeTagContentProcessor.js +0 -25
  528. package/dist/esm/parser/bitmark/peg/contentProcessors/ClozeTagContentProcessor.js.map +0 -1
  529. package/dist/esm/parser/bitmark/peg/contentProcessors/ContentProcessorUtils.js +0 -58
  530. package/dist/esm/parser/bitmark/peg/contentProcessors/ContentProcessorUtils.js.map +0 -1
  531. package/dist/esm/parser/bitmark/peg/contentProcessors/DefaultTagContentProcessor.js +0 -61
  532. package/dist/esm/parser/bitmark/peg/contentProcessors/DefaultTagContentProcessor.js.map +0 -1
  533. package/dist/esm/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.js +0 -159
  534. package/dist/esm/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.js.map +0 -1
  535. package/dist/esm/parser/bitmark/peg/contentProcessors/FooterContentProcessor.js +0 -52
  536. package/dist/esm/parser/bitmark/peg/contentProcessors/FooterContentProcessor.js.map +0 -1
  537. package/dist/esm/parser/bitmark/peg/contentProcessors/GapChainContentProcessor.js +0 -29
  538. package/dist/esm/parser/bitmark/peg/contentProcessors/GapChainContentProcessor.js.map +0 -1
  539. package/dist/esm/parser/bitmark/peg/contentProcessors/ImageSourceChainContentProcessor.js +0 -57
  540. package/dist/esm/parser/bitmark/peg/contentProcessors/ImageSourceChainContentProcessor.js.map +0 -1
  541. package/dist/esm/parser/bitmark/peg/contentProcessors/InternalCommentTagContentProcessor.js +0 -14
  542. package/dist/esm/parser/bitmark/peg/contentProcessors/InternalCommentTagContentProcessor.js.map +0 -1
  543. package/dist/esm/parser/bitmark/peg/contentProcessors/ItemLeadChainContentProcessor.js +0 -27
  544. package/dist/esm/parser/bitmark/peg/contentProcessors/ItemLeadChainContentProcessor.js.map +0 -1
  545. package/dist/esm/parser/bitmark/peg/contentProcessors/ItemLeadTagContentProcessor.js +0 -18
  546. package/dist/esm/parser/bitmark/peg/contentProcessors/ItemLeadTagContentProcessor.js.map +0 -1
  547. package/dist/esm/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.js +0 -43
  548. package/dist/esm/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.js.map +0 -1
  549. package/dist/esm/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.js +0 -42
  550. package/dist/esm/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.js.map +0 -1
  551. package/dist/esm/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.js +0 -9
  552. package/dist/esm/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.js.map +0 -1
  553. package/dist/esm/parser/bitmark/peg/contentProcessors/PersonChainContentProcessor.js +0 -55
  554. package/dist/esm/parser/bitmark/peg/contentProcessors/PersonChainContentProcessor.js.map +0 -1
  555. package/dist/esm/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.js +0 -156
  556. package/dist/esm/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.js.map +0 -1
  557. package/dist/esm/parser/bitmark/peg/contentProcessors/RatingLevelChainContentProcessor.js +0 -35
  558. package/dist/esm/parser/bitmark/peg/contentProcessors/RatingLevelChainContentProcessor.js.map +0 -1
  559. package/dist/esm/parser/bitmark/peg/contentProcessors/ReferenceTagContentProcessor.js +0 -22
  560. package/dist/esm/parser/bitmark/peg/contentProcessors/ReferenceTagContentProcessor.js.map +0 -1
  561. package/dist/esm/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.js +0 -160
  562. package/dist/esm/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.js.map +0 -1
  563. package/dist/esm/parser/bitmark/peg/contentProcessors/ServingsChainContentProcessor.js +0 -25
  564. package/dist/esm/parser/bitmark/peg/contentProcessors/ServingsChainContentProcessor.js.map +0 -1
  565. package/dist/esm/parser/bitmark/peg/contentProcessors/TechnicalTermChainContentProcessor.js +0 -26
  566. package/dist/esm/parser/bitmark/peg/contentProcessors/TechnicalTermChainContentProcessor.js.map +0 -1
  567. package/dist/esm/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.js +0 -50
  568. package/dist/esm/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.js.map +0 -1
  569. package/dist/esm/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.js +0 -201
  570. package/dist/esm/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.js.map +0 -1
  571. package/dist/esm/parser/bitmark/peg/contentProcessors/TrueFalseTagContentProcessor.js +0 -22
  572. package/dist/esm/parser/bitmark/peg/contentProcessors/TrueFalseTagContentProcessor.js.map +0 -1
  573. package/dist/esm/parser/json/JsonParser.js +0 -267
  574. package/dist/esm/parser/json/JsonParser.js.map +0 -1
  575. package/dist/esm/parser/text/TextParser.js +0 -145
  576. package/dist/esm/parser/text/TextParser.js.map +0 -1
  577. package/dist/esm/parser/text/peg/TextPegParser.js +0 -4
  578. package/dist/esm/parser/text/peg/TextPegParser.js.map +0 -1
  579. package/dist/esm/utils/ArrayUtils.js +0 -40
  580. package/dist/esm/utils/ArrayUtils.js.map +0 -1
  581. package/dist/esm/utils/BitUtils.js +0 -72
  582. package/dist/esm/utils/BitUtils.js.map +0 -1
  583. package/dist/esm/utils/BooleanUtils.js +0 -59
  584. package/dist/esm/utils/BooleanUtils.js.map +0 -1
  585. package/dist/esm/utils/FileUtils.js +0 -36
  586. package/dist/esm/utils/FileUtils.js.map +0 -1
  587. package/dist/esm/utils/NumberUtils.js +0 -59
  588. package/dist/esm/utils/NumberUtils.js.map +0 -1
  589. package/dist/esm/utils/ObjectUtils.js +0 -411
  590. package/dist/esm/utils/ObjectUtils.js.map +0 -1
  591. package/dist/esm/utils/StringUtils.js +0 -180
  592. package/dist/esm/utils/StringUtils.js.map +0 -1
  593. package/dist/esm/utils/UrlUtils.js +0 -34
  594. package/dist/esm/utils/UrlUtils.js.map +0 -1
  595. package/dist/esm/utils/env/Env.js +0 -127
  596. package/dist/esm/utils/env/Env.js.map +0 -1
  597. package/dist/esm/utils/env/Environment.js +0 -12
  598. package/dist/esm/utils/env/Environment.js.map +0 -1
  599. package/dist/esm/utils/env/Os.js +0 -11
  600. package/dist/esm/utils/env/Os.js.map +0 -1
  601. package/dist/esm/utils/env/Version.js +0 -9
  602. package/dist/esm/utils/env/Version.js.map +0 -1
  603. package/dist/esm/utils/env/userAgent.js +0 -86
  604. package/dist/esm/utils/env/userAgent.js.map +0 -1
  605. package/dist/esm/utils/polyfill/fs.js +0 -10
  606. package/dist/esm/utils/polyfill/fs.js.map +0 -1
  607. package/dist/types/BitmarkParserGenerator.d.ts +0 -478
  608. package/dist/types/BitmarkParserGenerator.d.ts.map +0 -1
  609. package/dist/types/ast/Ast.d.ts +0 -137
  610. package/dist/types/ast/Ast.d.ts.map +0 -1
  611. package/dist/types/ast/BaseBuilder.d.ts +0 -64
  612. package/dist/types/ast/BaseBuilder.d.ts.map +0 -1
  613. package/dist/types/ast/Builder.d.ts +0 -692
  614. package/dist/types/ast/Builder.d.ts.map +0 -1
  615. package/dist/types/ast/ResourceBuilder.d.ts +0 -384
  616. package/dist/types/ast/ResourceBuilder.d.ts.map +0 -1
  617. package/dist/types/ast/rules/NodeValidator.d.ts +0 -28
  618. package/dist/types/ast/rules/NodeValidator.d.ts.map +0 -1
  619. package/dist/types/ast/writer/FileWriter.d.ts +0 -37
  620. package/dist/types/ast/writer/FileWriter.d.ts.map +0 -1
  621. package/dist/types/ast/writer/StreamWriter.d.ts +0 -29
  622. package/dist/types/ast/writer/StreamWriter.d.ts.map +0 -1
  623. package/dist/types/ast/writer/StringWriter.d.ts +0 -30
  624. package/dist/types/ast/writer/StringWriter.d.ts.map +0 -1
  625. package/dist/types/ast/writer/Writer.d.ts +0 -72
  626. package/dist/types/ast/writer/Writer.d.ts.map +0 -1
  627. package/dist/types/breakscaping/Breakscape.d.ts +0 -44
  628. package/dist/types/breakscaping/Breakscape.d.ts.map +0 -1
  629. package/dist/types/breakscaping/BreakscapeLoop.d.ts +0 -142
  630. package/dist/types/breakscaping/BreakscapeLoop.d.ts.map +0 -1
  631. package/dist/types/breakscaping/BreakscapeOptions.d.ts +0 -30
  632. package/dist/types/breakscaping/BreakscapeOptions.d.ts.map +0 -1
  633. package/dist/types/breakscaping/BreakscapeRegex.d.ts +0 -96
  634. package/dist/types/breakscaping/BreakscapeRegex.d.ts.map +0 -1
  635. package/dist/types/breakscaping/RegexConfigs.d.ts +0 -35
  636. package/dist/types/breakscaping/RegexConfigs.d.ts.map +0 -1
  637. package/dist/types/config/Config.d.ts +0 -115
  638. package/dist/types/config/Config.d.ts.map +0 -1
  639. package/dist/types/config/ConfigHydrator.d.ts +0 -16
  640. package/dist/types/config/ConfigHydrator.d.ts.map +0 -1
  641. package/dist/types/config/raw/bits.d.ts +0 -4
  642. package/dist/types/config/raw/bits.d.ts.map +0 -1
  643. package/dist/types/config/raw/cardSets.d.ts +0 -4
  644. package/dist/types/config/raw/cardSets.d.ts.map +0 -1
  645. package/dist/types/config/raw/groups.d.ts +0 -4
  646. package/dist/types/config/raw/groups.d.ts.map +0 -1
  647. package/dist/types/config/raw/properties.d.ts +0 -4
  648. package/dist/types/config/raw/properties.d.ts.map +0 -1
  649. package/dist/types/config/raw/resources.d.ts +0 -4
  650. package/dist/types/config/raw/resources.d.ts.map +0 -1
  651. package/dist/types/config/raw/tags.d.ts +0 -4
  652. package/dist/types/config/raw/tags.d.ts.map +0 -1
  653. package/dist/types/generated/build-info.d.ts +0 -8
  654. package/dist/types/generated/build-info.d.ts.map +0 -1
  655. package/dist/types/generated/parser/bitmark/bitmark-peggy-parser.d.ts +0 -12
  656. package/dist/types/generated/parser/bitmark/bitmark-peggy-parser.d.ts.map +0 -1
  657. package/dist/types/generated/parser/text/text-peggy-parser.d.ts +0 -12
  658. package/dist/types/generated/parser/text/text-peggy-parser.d.ts.map +0 -1
  659. package/dist/types/generator/AstWalkerGenerator.d.ts +0 -32
  660. package/dist/types/generator/AstWalkerGenerator.d.ts.map +0 -1
  661. package/dist/types/generator/Generator.d.ts +0 -6
  662. package/dist/types/generator/Generator.d.ts.map +0 -1
  663. package/dist/types/generator/bitmark/BitmarkFileGenerator.d.ts +0 -41
  664. package/dist/types/generator/bitmark/BitmarkFileGenerator.d.ts.map +0 -1
  665. package/dist/types/generator/bitmark/BitmarkGenerator.d.ts +0 -401
  666. package/dist/types/generator/bitmark/BitmarkGenerator.d.ts.map +0 -1
  667. package/dist/types/generator/bitmark/BitmarkStringGenerator.d.ts +0 -31
  668. package/dist/types/generator/bitmark/BitmarkStringGenerator.d.ts.map +0 -1
  669. package/dist/types/generator/json/JsonFileGenerator.d.ts +0 -45
  670. package/dist/types/generator/json/JsonFileGenerator.d.ts.map +0 -1
  671. package/dist/types/generator/json/JsonGenerator.d.ts +0 -357
  672. package/dist/types/generator/json/JsonGenerator.d.ts.map +0 -1
  673. package/dist/types/generator/json/JsonObjectGenerator.d.ts +0 -32
  674. package/dist/types/generator/json/JsonObjectGenerator.d.ts.map +0 -1
  675. package/dist/types/generator/json/JsonStringGenerator.d.ts +0 -30
  676. package/dist/types/generator/json/JsonStringGenerator.d.ts.map +0 -1
  677. package/dist/types/generator/text/TextGenerator.d.ts +0 -228
  678. package/dist/types/generator/text/TextGenerator.d.ts.map +0 -1
  679. package/dist/types/index.d.ts +0 -50
  680. package/dist/types/index.d.ts.map +0 -1
  681. package/dist/types/info/InfoBuilder.d.ts +0 -18
  682. package/dist/types/info/InfoBuilder.d.ts.map +0 -1
  683. package/dist/types/init/init.d.ts +0 -4
  684. package/dist/types/init/init.d.ts.map +0 -1
  685. package/dist/types/model/ast/BreakscapedString.d.ts +0 -4
  686. package/dist/types/model/ast/BreakscapedString.d.ts.map +0 -1
  687. package/dist/types/model/ast/NodeType.d.ts +0 -1093
  688. package/dist/types/model/ast/NodeType.d.ts.map +0 -1
  689. package/dist/types/model/ast/Nodes.d.ts +0 -268
  690. package/dist/types/model/ast/Nodes.d.ts.map +0 -1
  691. package/dist/types/model/ast/StardardString.d.ts +0 -4
  692. package/dist/types/model/ast/StardardString.d.ts.map +0 -1
  693. package/dist/types/model/ast/TextNodes.d.ts +0 -130
  694. package/dist/types/model/ast/TextNodes.d.ts.map +0 -1
  695. package/dist/types/model/config/AbstractTagConfig.d.ts +0 -24
  696. package/dist/types/model/config/AbstractTagConfig.d.ts.map +0 -1
  697. package/dist/types/model/config/BitConfig.d.ts +0 -48
  698. package/dist/types/model/config/BitConfig.d.ts.map +0 -1
  699. package/dist/types/model/config/CardSetConfig.d.ts +0 -14
  700. package/dist/types/model/config/CardSetConfig.d.ts.map +0 -1
  701. package/dist/types/model/config/CardVariantConfig.d.ts +0 -16
  702. package/dist/types/model/config/CardVariantConfig.d.ts.map +0 -1
  703. package/dist/types/model/config/MarkupTagConfig.d.ts +0 -17
  704. package/dist/types/model/config/MarkupTagConfig.d.ts.map +0 -1
  705. package/dist/types/model/config/PropertyTagConfig.d.ts +0 -23
  706. package/dist/types/model/config/PropertyTagConfig.d.ts.map +0 -1
  707. package/dist/types/model/config/ResourceTagConfig.d.ts +0 -18
  708. package/dist/types/model/config/ResourceTagConfig.d.ts.map +0 -1
  709. package/dist/types/model/config/ResourcesConfig.d.ts +0 -14
  710. package/dist/types/model/config/ResourcesConfig.d.ts.map +0 -1
  711. package/dist/types/model/config/TagConfig.d.ts +0 -5
  712. package/dist/types/model/config/TagConfig.d.ts.map +0 -1
  713. package/dist/types/model/config/TagsConfig.d.ts +0 -5
  714. package/dist/types/model/config/TagsConfig.d.ts.map +0 -1
  715. package/dist/types/model/config/TagsConfigWithInfo.d.ts +0 -9
  716. package/dist/types/model/config/TagsConfigWithInfo.d.ts.map +0 -1
  717. package/dist/types/model/config/_Config.d.ts +0 -119
  718. package/dist/types/model/config/_Config.d.ts.map +0 -1
  719. package/dist/types/model/config/enum/CardSetConfigKey.d.ts +0 -43
  720. package/dist/types/model/config/enum/CardSetConfigKey.d.ts.map +0 -1
  721. package/dist/types/model/config/enum/ConfigKey.d.ts +0 -578
  722. package/dist/types/model/config/enum/ConfigKey.d.ts.map +0 -1
  723. package/dist/types/model/config/enum/GroupConfigKey.d.ts +0 -144
  724. package/dist/types/model/config/enum/GroupConfigKey.d.ts.map +0 -1
  725. package/dist/types/model/config/enum/GroupConfigType.d.ts +0 -16
  726. package/dist/types/model/config/enum/GroupConfigType.d.ts.map +0 -1
  727. package/dist/types/model/config/enum/PropertyConfigKey.d.ts +0 -618
  728. package/dist/types/model/config/enum/PropertyConfigKey.d.ts.map +0 -1
  729. package/dist/types/model/config/enum/ResourceConfigKey.d.ts +0 -87
  730. package/dist/types/model/config/enum/ResourceConfigKey.d.ts.map +0 -1
  731. package/dist/types/model/config/enum/TagConfigKey.d.ts +0 -51
  732. package/dist/types/model/config/enum/TagConfigKey.d.ts.map +0 -1
  733. package/dist/types/model/enum/BitTagType.d.ts +0 -15
  734. package/dist/types/model/enum/BitTagType.d.ts.map +0 -1
  735. package/dist/types/model/enum/BitType.d.ts +0 -1143
  736. package/dist/types/model/enum/BitType.d.ts.map +0 -1
  737. package/dist/types/model/enum/BitmarkGeneratorOutput.d.ts +0 -1
  738. package/dist/types/model/enum/BitmarkGeneratorOutput.d.ts.map +0 -1
  739. package/dist/types/model/enum/BitmarkParserType.d.ts +0 -7
  740. package/dist/types/model/enum/BitmarkParserType.d.ts.map +0 -1
  741. package/dist/types/model/enum/BitmarkVersion.d.ts +0 -12
  742. package/dist/types/model/enum/BitmarkVersion.d.ts.map +0 -1
  743. package/dist/types/model/enum/BodyBitType.d.ts +0 -25
  744. package/dist/types/model/enum/BodyBitType.d.ts.map +0 -1
  745. package/dist/types/model/enum/BodyTextFormat.d.ts +0 -17
  746. package/dist/types/model/enum/BodyTextFormat.d.ts.map +0 -1
  747. package/dist/types/model/enum/CardSetVersion.d.ts +0 -11
  748. package/dist/types/model/enum/CardSetVersion.d.ts.map +0 -1
  749. package/dist/types/model/enum/Count.d.ts +0 -7
  750. package/dist/types/model/enum/Count.d.ts.map +0 -1
  751. package/dist/types/model/enum/DeprecatedTextFormat.d.ts +0 -7
  752. package/dist/types/model/enum/DeprecatedTextFormat.d.ts.map +0 -1
  753. package/dist/types/model/enum/ExampleType.d.ts +0 -13
  754. package/dist/types/model/enum/ExampleType.d.ts.map +0 -1
  755. package/dist/types/model/enum/PropertyAstKey.d.ts +0 -22
  756. package/dist/types/model/enum/PropertyAstKey.d.ts.map +0 -1
  757. package/dist/types/model/enum/PropertyFormat.d.ts +0 -19
  758. package/dist/types/model/enum/PropertyFormat.d.ts.map +0 -1
  759. package/dist/types/model/enum/PropertyJsonKey.d.ts +0 -10
  760. package/dist/types/model/enum/PropertyJsonKey.d.ts.map +0 -1
  761. package/dist/types/model/enum/PropertyTag.d.ts +0 -419
  762. package/dist/types/model/enum/PropertyTag.d.ts.map +0 -1
  763. package/dist/types/model/enum/ResourceJsonKey.d.ts +0 -45
  764. package/dist/types/model/enum/ResourceJsonKey.d.ts.map +0 -1
  765. package/dist/types/model/enum/ResourceTag.d.ts +0 -63
  766. package/dist/types/model/enum/ResourceTag.d.ts.map +0 -1
  767. package/dist/types/model/enum/Tag.d.ts +0 -33
  768. package/dist/types/model/enum/Tag.d.ts.map +0 -1
  769. package/dist/types/model/enum/TextFormat.d.ts +0 -17
  770. package/dist/types/model/enum/TextFormat.d.ts.map +0 -1
  771. package/dist/types/model/enum/TextLocation.d.ts +0 -16
  772. package/dist/types/model/enum/TextLocation.d.ts.map +0 -1
  773. package/dist/types/model/enum/TextMarkType.d.ts +0 -93
  774. package/dist/types/model/enum/TextMarkType.d.ts.map +0 -1
  775. package/dist/types/model/enum/TextNodeType.d.ts +0 -53
  776. package/dist/types/model/enum/TextNodeType.d.ts.map +0 -1
  777. package/dist/types/model/enum/TextSection.d.ts +0 -27
  778. package/dist/types/model/enum/TextSection.d.ts.map +0 -1
  779. package/dist/types/model/info/enum/InfoFormat.d.ts +0 -13
  780. package/dist/types/model/info/enum/InfoFormat.d.ts.map +0 -1
  781. package/dist/types/model/info/enum/InfoType.d.ts +0 -15
  782. package/dist/types/model/info/enum/InfoType.d.ts.map +0 -1
  783. package/dist/types/model/json/BitJson.d.ts +0 -479
  784. package/dist/types/model/json/BitJson.d.ts.map +0 -1
  785. package/dist/types/model/json/BitWrapperJson.d.ts +0 -8
  786. package/dist/types/model/json/BitWrapperJson.d.ts.map +0 -1
  787. package/dist/types/model/json/BodyBitJson.d.ts +0 -81
  788. package/dist/types/model/json/BodyBitJson.d.ts.map +0 -1
  789. package/dist/types/model/json/ParserJson.d.ts +0 -12
  790. package/dist/types/model/json/ParserJson.d.ts.map +0 -1
  791. package/dist/types/model/json/ResourceJson.d.ts +0 -244
  792. package/dist/types/model/json/ResourceJson.d.ts.map +0 -1
  793. package/dist/types/model/parser/ParserData.d.ts +0 -11
  794. package/dist/types/model/parser/ParserData.d.ts.map +0 -1
  795. package/dist/types/model/parser/ParserError.d.ts +0 -17
  796. package/dist/types/model/parser/ParserError.d.ts.map +0 -1
  797. package/dist/types/model/parser/ParserInfo.d.ts +0 -10
  798. package/dist/types/model/parser/ParserInfo.d.ts.map +0 -1
  799. package/dist/types/model/parser/ParserLocation.d.ts +0 -6
  800. package/dist/types/model/parser/ParserLocation.d.ts.map +0 -1
  801. package/dist/types/model/parser/ParserLocationRange.d.ts +0 -10
  802. package/dist/types/model/parser/ParserLocationRange.d.ts.map +0 -1
  803. package/dist/types/model/parser/TagValidationData.d.ts +0 -24
  804. package/dist/types/model/parser/TagValidationData.d.ts.map +0 -1
  805. package/dist/types/parser/bitmark/BitmarkParser.d.ts +0 -21
  806. package/dist/types/parser/bitmark/BitmarkParser.d.ts.map +0 -1
  807. package/dist/types/parser/bitmark/peg/BitmarkPegParser.d.ts +0 -8
  808. package/dist/types/parser/bitmark/peg/BitmarkPegParser.d.ts.map +0 -1
  809. package/dist/types/parser/bitmark/peg/BitmarkPegParserHelper.d.ts +0 -108
  810. package/dist/types/parser/bitmark/peg/BitmarkPegParserHelper.d.ts.map +0 -1
  811. package/dist/types/parser/bitmark/peg/BitmarkPegParserProcessor.d.ts +0 -137
  812. package/dist/types/parser/bitmark/peg/BitmarkPegParserProcessor.d.ts.map +0 -1
  813. package/dist/types/parser/bitmark/peg/BitmarkPegParserTypes.d.ts +0 -333
  814. package/dist/types/parser/bitmark/peg/BitmarkPegParserTypes.d.ts.map +0 -1
  815. package/dist/types/parser/bitmark/peg/BitmarkPegParserValidator.d.ts +0 -186
  816. package/dist/types/parser/bitmark/peg/BitmarkPegParserValidator.d.ts.map +0 -1
  817. package/dist/types/parser/bitmark/peg/PeggyGrammarLocation.d.ts +0 -61
  818. package/dist/types/parser/bitmark/peg/PeggyGrammarLocation.d.ts.map +0 -1
  819. package/dist/types/parser/bitmark/peg/contentProcessors/BodyContentProcessor.d.ts +0 -37
  820. package/dist/types/parser/bitmark/peg/contentProcessors/BodyContentProcessor.d.ts.map +0 -1
  821. package/dist/types/parser/bitmark/peg/contentProcessors/BookChainContentProcessor.d.ts +0 -5
  822. package/dist/types/parser/bitmark/peg/contentProcessors/BookChainContentProcessor.d.ts.map +0 -1
  823. package/dist/types/parser/bitmark/peg/contentProcessors/CardContentProcessor.d.ts +0 -7
  824. package/dist/types/parser/bitmark/peg/contentProcessors/CardContentProcessor.d.ts.map +0 -1
  825. package/dist/types/parser/bitmark/peg/contentProcessors/ClozeTagContentProcessor.d.ts +0 -5
  826. package/dist/types/parser/bitmark/peg/contentProcessors/ClozeTagContentProcessor.d.ts.map +0 -1
  827. package/dist/types/parser/bitmark/peg/contentProcessors/ContentProcessorUtils.d.ts +0 -15
  828. package/dist/types/parser/bitmark/peg/contentProcessors/ContentProcessorUtils.d.ts.map +0 -1
  829. package/dist/types/parser/bitmark/peg/contentProcessors/DefaultTagContentProcessor.d.ts +0 -5
  830. package/dist/types/parser/bitmark/peg/contentProcessors/DefaultTagContentProcessor.d.ts.map +0 -1
  831. package/dist/types/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.d.ts +0 -4
  832. package/dist/types/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.d.ts.map +0 -1
  833. package/dist/types/parser/bitmark/peg/contentProcessors/FooterContentProcessor.d.ts +0 -14
  834. package/dist/types/parser/bitmark/peg/contentProcessors/FooterContentProcessor.d.ts.map +0 -1
  835. package/dist/types/parser/bitmark/peg/contentProcessors/GapChainContentProcessor.d.ts +0 -6
  836. package/dist/types/parser/bitmark/peg/contentProcessors/GapChainContentProcessor.d.ts.map +0 -1
  837. package/dist/types/parser/bitmark/peg/contentProcessors/ImageSourceChainContentProcessor.d.ts +0 -5
  838. package/dist/types/parser/bitmark/peg/contentProcessors/ImageSourceChainContentProcessor.d.ts.map +0 -1
  839. package/dist/types/parser/bitmark/peg/contentProcessors/InternalCommentTagContentProcessor.d.ts +0 -4
  840. package/dist/types/parser/bitmark/peg/contentProcessors/InternalCommentTagContentProcessor.d.ts.map +0 -1
  841. package/dist/types/parser/bitmark/peg/contentProcessors/ItemLeadChainContentProcessor.d.ts +0 -5
  842. package/dist/types/parser/bitmark/peg/contentProcessors/ItemLeadChainContentProcessor.d.ts.map +0 -1
  843. package/dist/types/parser/bitmark/peg/contentProcessors/ItemLeadTagContentProcessor.d.ts +0 -5
  844. package/dist/types/parser/bitmark/peg/contentProcessors/ItemLeadTagContentProcessor.d.ts.map +0 -1
  845. package/dist/types/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.d.ts +0 -6
  846. package/dist/types/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.d.ts.map +0 -1
  847. package/dist/types/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.d.ts +0 -5
  848. package/dist/types/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.d.ts.map +0 -1
  849. package/dist/types/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.d.ts +0 -4
  850. package/dist/types/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.d.ts.map +0 -1
  851. package/dist/types/parser/bitmark/peg/contentProcessors/PersonChainContentProcessor.d.ts +0 -5
  852. package/dist/types/parser/bitmark/peg/contentProcessors/PersonChainContentProcessor.d.ts.map +0 -1
  853. package/dist/types/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.d.ts +0 -5
  854. package/dist/types/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.d.ts.map +0 -1
  855. package/dist/types/parser/bitmark/peg/contentProcessors/RatingLevelChainContentProcessor.d.ts +0 -5
  856. package/dist/types/parser/bitmark/peg/contentProcessors/RatingLevelChainContentProcessor.d.ts.map +0 -1
  857. package/dist/types/parser/bitmark/peg/contentProcessors/ReferenceTagContentProcessor.d.ts +0 -5
  858. package/dist/types/parser/bitmark/peg/contentProcessors/ReferenceTagContentProcessor.d.ts.map +0 -1
  859. package/dist/types/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.d.ts +0 -14
  860. package/dist/types/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.d.ts.map +0 -1
  861. package/dist/types/parser/bitmark/peg/contentProcessors/ServingsChainContentProcessor.d.ts +0 -5
  862. package/dist/types/parser/bitmark/peg/contentProcessors/ServingsChainContentProcessor.d.ts.map +0 -1
  863. package/dist/types/parser/bitmark/peg/contentProcessors/TechnicalTermChainContentProcessor.d.ts +0 -5
  864. package/dist/types/parser/bitmark/peg/contentProcessors/TechnicalTermChainContentProcessor.d.ts.map +0 -1
  865. package/dist/types/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.d.ts +0 -11
  866. package/dist/types/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.d.ts.map +0 -1
  867. package/dist/types/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.d.ts +0 -6
  868. package/dist/types/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.d.ts.map +0 -1
  869. package/dist/types/parser/bitmark/peg/contentProcessors/TrueFalseTagContentProcessor.d.ts +0 -4
  870. package/dist/types/parser/bitmark/peg/contentProcessors/TrueFalseTagContentProcessor.d.ts.map +0 -1
  871. package/dist/types/parser/json/JsonParser.d.ts +0 -59
  872. package/dist/types/parser/json/JsonParser.d.ts.map +0 -1
  873. package/dist/types/parser/text/TextParser.d.ts +0 -55
  874. package/dist/types/parser/text/TextParser.d.ts.map +0 -1
  875. package/dist/types/parser/text/peg/TextPegParser.d.ts +0 -8
  876. package/dist/types/parser/text/peg/TextPegParser.d.ts.map +0 -1
  877. package/dist/types/utils/ArrayUtils.d.ts +0 -25
  878. package/dist/types/utils/ArrayUtils.d.ts.map +0 -1
  879. package/dist/types/utils/BitUtils.d.ts +0 -30
  880. package/dist/types/utils/BitUtils.d.ts.map +0 -1
  881. package/dist/types/utils/BooleanUtils.d.ts +0 -30
  882. package/dist/types/utils/BooleanUtils.d.ts.map +0 -1
  883. package/dist/types/utils/FileUtils.d.ts +0 -12
  884. package/dist/types/utils/FileUtils.d.ts.map +0 -1
  885. package/dist/types/utils/NumberUtils.d.ts +0 -47
  886. package/dist/types/utils/NumberUtils.d.ts.map +0 -1
  887. package/dist/types/utils/ObjectUtils.d.ts +0 -197
  888. package/dist/types/utils/ObjectUtils.d.ts.map +0 -1
  889. package/dist/types/utils/StringUtils.d.ts +0 -77
  890. package/dist/types/utils/StringUtils.d.ts.map +0 -1
  891. package/dist/types/utils/UrlUtils.d.ts +0 -7
  892. package/dist/types/utils/UrlUtils.d.ts.map +0 -1
  893. package/dist/types/utils/env/Env.d.ts +0 -39
  894. package/dist/types/utils/env/Env.d.ts.map +0 -1
  895. package/dist/types/utils/env/Environment.d.ts +0 -21
  896. package/dist/types/utils/env/Environment.d.ts.map +0 -1
  897. package/dist/types/utils/env/Os.d.ts +0 -19
  898. package/dist/types/utils/env/Os.d.ts.map +0 -1
  899. package/dist/types/utils/env/Version.d.ts +0 -10
  900. package/dist/types/utils/env/Version.d.ts.map +0 -1
  901. package/dist/types/utils/env/userAgent.d.ts +0 -11
  902. package/dist/types/utils/env/userAgent.d.ts.map +0 -1
  903. package/dist/types/utils/polyfill/fs.d.ts +0 -6
  904. package/dist/types/utils/polyfill/fs.d.ts.map +0 -1
@@ -1,1093 +0,0 @@
1
- import { EnumType } from '@ncoderz/superenum';
2
- /**
3
- * Defines the type of a node in the AST.
4
- * All valid node types should be defined here.
5
- *
6
- * Nodes not defined here will not be walked by the AST walker.
7
- *
8
- * @enum
9
- */
10
- declare const NodeType: Readonly<{
11
- unknown: "unknown";
12
- action: "action";
13
- actionValue: "actionValue";
14
- activityType: "activityType";
15
- activityTypeValue: "activityTypeValue";
16
- additionalSolutions: "additionalSolutions";
17
- additionalSolutionsValue: "additionalSolutionsValue";
18
- ageRange: "ageRange";
19
- ageRangeValue: "ageRangeValue";
20
- aiGenerated: "aiGenerated";
21
- aiGeneratedValue: "aiGeneratedValue";
22
- alias: "alias";
23
- alignment: "alignment";
24
- allowedBit: "allowedBit";
25
- allowedBitValue: "allowedBitValue";
26
- alt: "alt";
27
- alternativeAnswers: "alternativeAnswers";
28
- alternativeAnswersValue: "alternativeAnswersValue";
29
- alternativeDefinitions: "alternativeDefinitions";
30
- alternativeDefinitionsValue: "alternativeDefinitionsValue";
31
- altLangTag: "altLangTag";
32
- altLangTagValue: "altLangTagValue";
33
- analyticsTag: "analyticsTag";
34
- analyticsTagValue: "analyticsTagValue";
35
- anchor: "anchor";
36
- answer: "answer";
37
- appLink: "appLink";
38
- attrs: "attrs";
39
- audio: "audio";
40
- audioEmbed: "audioEmbed";
41
- audioLink: "audioLink";
42
- author: "author";
43
- authorValue: "authorValue";
44
- availableClassifications: "availableClassifications";
45
- availableClassificationsValue: "availableClassificationsValue";
46
- avatarImage: "avatarImage";
47
- backgroundWallpaper: "backgroundWallpaper";
48
- backgroundWallpaperValue: "backgroundWallpaperValue";
49
- bitLevel: "bitLevel";
50
- bitmarkAst: "bitmarkAst";
51
- bitmarkVersion: "bitmarkVersion";
52
- bits: "bits";
53
- bitsValue: "bitsValue";
54
- bitType: "bitType";
55
- blockId: "blockId";
56
- blockIdValue: "blockIdValue";
57
- body: "body";
58
- bodyValue: "bodyValue";
59
- bodyBit: "bodyBit";
60
- bodyBits: "bodyBits";
61
- bodyJson: "bodyJson";
62
- bodyParts: "bodyParts";
63
- bodyPartsValue: "bodyPartsValue";
64
- bodyPartText: "bodyPartText";
65
- bodyText: "bodyText";
66
- book: "book";
67
- bookValue: "bookValue";
68
- bookAlias: "bookAlias";
69
- bookAliasValue: "bookAliasValue";
70
- bookDiff: "bookDiff";
71
- bookDiffValue: "bookDiffValue";
72
- bot: "bot";
73
- botResponses: "botResponses";
74
- botResponsesValue: "botResponsesValue";
75
- botValue: "botValue";
76
- bubbleTag: "bubbleTag";
77
- bubbleTagValue: "bubbleTagValue";
78
- buttonCaption: "buttonCaption";
79
- buttonCaptionValue: "buttonCaptionValue";
80
- callToActionUrl: "callToActionUrl";
81
- callToActionUrlValue: "callToActionUrlValue";
82
- caption: "caption";
83
- captionDefinitionList: "captionDefinitionList";
84
- captionValue: "captionValue";
85
- cardBits: "cardBits";
86
- cardBitsValue: "cardBitsValue";
87
- cardNode: "cardNode";
88
- categoryTag: "categoryTag";
89
- categoryTagValue: "categoryTagValue";
90
- cells: "cells";
91
- cellsValue: "cellsValue";
92
- chatWithBook: "chatWithBook";
93
- chatWithBookValue: "chatWithBookValue";
94
- chatWithBookBrainKey: "chatWithBookBrainKey";
95
- chatWithBookBrainKeyValue: "chatWithBookBrainKeyValue";
96
- checked: "checked";
97
- choice: "choice";
98
- choices: "choices";
99
- choicesValue: "choicesValue";
100
- class: "class";
101
- classification: "classification";
102
- classificationValue: "classificationValue";
103
- codeLineNumbers: "codeLineNumbers";
104
- codeLineNumbersValue: "codeLineNumbersValue";
105
- codeMinimap: "codeMinimap";
106
- codeMinimapValue: "codeMinimapValue";
107
- color: "color";
108
- colorTag: "colorTag";
109
- colorTagValue: "colorTagValue";
110
- column: "column";
111
- columns: "columns";
112
- columnsValue: "columnsValue";
113
- comment: "comment";
114
- commentedBitType: "commentedBitType";
115
- computerLanguage: "computerLanguage";
116
- computerLanguageValue: "computerLanguageValue";
117
- content: "contentValue";
118
- content2Buy: "content2Buy";
119
- contentValue: "contentValue";
120
- contentValueValue: "contentValueValue";
121
- copyright: "copyright";
122
- coverColor: "coverColor";
123
- coverColorValue: "coverColorValue";
124
- coverImage: "coverImage";
125
- coverImageValue: "coverImageValue";
126
- customerExternalId: "customerExternalId";
127
- customerId: "customerId";
128
- customerIdValue: "customerIdValue";
129
- data: "data";
130
- dataValue: "dataValue";
131
- dataValueValue: "dataValueValue";
132
- date: "date";
133
- dateEnd: "dateEnd";
134
- dateEndValue: "dateEndValue";
135
- dateValue: "dateValue";
136
- decimalPlaces: "decimalPlaces";
137
- deeplink: "deeplink";
138
- deeplinkValue: "deeplinkValue";
139
- definition: "definition";
140
- definitions: "definitions";
141
- definitionsValue: "definitionsValue";
142
- disableCalculation: "disableCalculation";
143
- disableFeedback: "disableFeedback";
144
- disableFeedbackValue: "disableFeedbackValue";
145
- diffTo: "diffTo";
146
- diffToValue: "diffToValue";
147
- diffOp: "diffOp";
148
- diffOpValue: "diffOpValue";
149
- diffRef: "diffRef";
150
- diffRefValue: "diffRefValue";
151
- diffContext: "diffContext";
152
- diffContextValue: "diffContextValue";
153
- diffTime: "diffTime";
154
- diffTimeValue: "diffTimeValue";
155
- document: "document";
156
- documentDownload: "documentDownload";
157
- documentEmbed: "documentEmbed";
158
- documentLink: "documentLink";
159
- duration: "duration";
160
- durationValue: "durationValue";
161
- elements: "elements";
162
- elementsValue: "elementsValue";
163
- emphasis: "emphasis";
164
- end: "end";
165
- errors: "errors";
166
- errorsValue: "errorsValue";
167
- example: "example";
168
- exampleValue: "exampleValue";
169
- externalId: "externalId";
170
- externalIdValue: "externalIdValue";
171
- externalLink: "externalLink";
172
- externalLinkText: "externalLinkText";
173
- extraProperties: "extraProperties";
174
- feedbacks: "feedbacks";
175
- feedbacksValue: "feedbacksValue";
176
- feedback: "feedback";
177
- feedbackEngine: "feedbackEngine";
178
- feedbackEngineValue: "feedbackEngineValue";
179
- feedbackType: "feedbackType";
180
- flashcards: "flashcards";
181
- flashcardSet: "flashcardSet";
182
- flashcardSetValue: "flashcardSetValue";
183
- flashcardsValue: "flashcardsValue";
184
- focusX: "focusX";
185
- focusXValue: "focusXValue";
186
- focusY: "focusY";
187
- focusYValue: "focusYValue";
188
- footer: "footer";
189
- footerText: "footerText";
190
- forKeys: "forKeys";
191
- format: "format";
192
- forValues: "forValues";
193
- forValuesValue: "forValuesValue";
194
- gap: "gap";
195
- handInAcceptFileType: "handInAcceptFileType";
196
- handInAcceptFileTypeValue: "handInAcceptFileTypeValue";
197
- handInRequirement: "handInRequirement";
198
- handInRequirementValue: "handInRequirementValue";
199
- handInInstruction: "handInInstruction";
200
- handInInstructionValue: "handInInstructionValue";
201
- hasBookNavigation: "hasBookNavigation";
202
- hasBookNavigationValue: "hasBookNavigationValue";
203
- hasMarkAsDone: "hasMarkAsDone";
204
- hasMarkAsDoneValue: "hasMarkAsDoneValue";
205
- heading: "heading";
206
- height: "height";
207
- heightValue: "heightValue";
208
- highlight: "highlight";
209
- hint: "hint";
210
- href: "href";
211
- icon: "icon";
212
- iconTag: "iconTag";
213
- iconTagValue: "iconTagValue";
214
- iconValue: "iconValue";
215
- id: "id";
216
- idValue: "idValue";
217
- image: "image";
218
- imageFirst: "imageFirst";
219
- imageFirstValue: "imageFirstValue";
220
- imageLandscape: "imageLandscape";
221
- imageLink: "imageLink";
222
- imagePlaceholder: "imagePlaceholder";
223
- imagePlaceholderValue: "imagePlaceholderValue";
224
- imagePortrait: "imagePortrait";
225
- imageSource: "imageSource";
226
- index: "index";
227
- indexValue: "indexValue";
228
- ingredients: "ingredients";
229
- ingredientsValue: "ingredientsValue";
230
- instruction: "instruction";
231
- internalComment: "internalComment";
232
- internalCommentValue: "internalCommentValue";
233
- isCaseSensitive: "isCaseSensitive";
234
- isCommented: "isCommented";
235
- isCorrect: "isCorrect";
236
- __isDefaultExample: "__isDefaultExample";
237
- isExample: "isExample";
238
- isInfoOnly: "isInfoOnly";
239
- isInfoOnlyValue: "isInfoOnlyValue";
240
- isPlain: "isPlain";
241
- isPublic: "isPublic";
242
- isPublicValue: "isPublicValue";
243
- isTemplate: "isTemplate";
244
- isTemplateValue: "isTemplateValue";
245
- isTemplateStripTheme: "isTemplateStripTheme";
246
- isTemplateStripThemeValue: "isTemplateStripThemeValue";
247
- isTracked: "isTracked";
248
- isTrackedValue: "isTrackedValue";
249
- item: "item";
250
- itemLead: "itemLead";
251
- jupyterExecutionCount: "jupyterExecutionCount";
252
- jupyterExecutionCountValue: "jupyterExecutionCountValue";
253
- jupyterId: "jupyterId";
254
- jupyterIdValue: "jupyterIdValue";
255
- key: "key";
256
- keyAudio: "keyAudio";
257
- keyImage: "keyImage";
258
- kind: "kind";
259
- kindValue: "kindValue";
260
- label: "label";
261
- labelFalse: "labelFalse";
262
- labelFalseValue: "labelFalseValue";
263
- labelTrue: "labelTrue";
264
- labelTrueValue: "labelTrueValue";
265
- lang: "lang";
266
- language: "language";
267
- languageValue: "languageValue";
268
- langValue: "langValue";
269
- layer: "layer";
270
- layerValue: "layerValue";
271
- layerRole: "layerRole";
272
- layerRoleValue: "layerRoleValue";
273
- lead: "lead";
274
- level: "level";
275
- levelACTFL: "levelACTFL";
276
- levelACTFLValue: "levelACTFLValue";
277
- levelCEFR: "levelCEFR";
278
- levelCEFRp: "levelCEFRp";
279
- levelCEFRpValue: "levelCEFRpValue";
280
- levelCEFRValue: "levelCEFRValue";
281
- levelILR: "levelILR";
282
- levelILRValue: "levelILRValue";
283
- license: "license";
284
- line: "line";
285
- list: "list";
286
- listItemIndent: "listItemIndent";
287
- listItemIndentValue: "listItemIndentValue";
288
- listValue: "listValue";
289
- location: "location";
290
- locationValue: "locationValue";
291
- machineTranslated: "machineTranslated";
292
- machineTranslatedValue: "machineTranslatedValue";
293
- mailingList: "mailingList";
294
- marginNumber: "marginNumber";
295
- mark: "mark";
296
- markConfig: "markConfig";
297
- markConfigValue: "markConfigValue";
298
- marks: "marks";
299
- marksValue: "marksValue";
300
- markup: "markup";
301
- matrix: "matrix";
302
- matrixValue: "matrixValue";
303
- maxCreatedBits: "maxCreatedBits";
304
- maxCreatedBitsValue: "maxCreatedBitsValue";
305
- maxDisplayLevel: "maxDisplayLevel";
306
- maxDisplayLevelValue: "maxDisplayLevelValue";
307
- maxTocChapterLevel: "maxTocChapterLevel";
308
- maxTocChapterLevelValue: "maxTocChapterLevelValue";
309
- tocResource: "tocResource";
310
- tocResourceValue: "tocResourceValue";
311
- tocContent: "tocContent";
312
- tocContentValue: "tocContentValue";
313
- message: "message";
314
- mockupId: "mockupId";
315
- name: "name";
316
- offset: "offset";
317
- options: "options";
318
- optionsValue: "optionsValue";
319
- original: "original";
320
- padletId: "padletId";
321
- padletIdValue: "padletIdValue";
322
- page: "page";
323
- pageNo: "pageNo";
324
- pageNoValue: "pageNoValue";
325
- pageNumber: "pageNumber";
326
- pageValue: "pageValue";
327
- pairs: "pairs";
328
- pairsValue: "pairsValue";
329
- parent: "parent";
330
- parser: "parser";
331
- partialAnswer: "partialAnswer";
332
- partialAnswerValue: "partialAnswerValue";
333
- person: "person";
334
- path: "path";
335
- pathValue: "pathValue";
336
- pointerLeft: "pointerLeft";
337
- pointerLeftValue: "pointerLeftValue";
338
- pointerTop: "pointerTop";
339
- pointerTopValue: "pointerTopValue";
340
- posterImage: "posterImage";
341
- posterImageValue: "posterImageValue";
342
- postfix: "postfix";
343
- prefix: "prefix";
344
- processHandIn: "processHandIn";
345
- processHandInValue: "processHandInValue";
346
- processHandInLocation: "processHandInLocation";
347
- processHandInLocationValue: "processHandInLocationValue";
348
- product: "product";
349
- productFolder: "productFolder";
350
- productFolderValue: "productFolderValue";
351
- productId: "productId";
352
- productIdValue: "productIdValue";
353
- productList: "productList";
354
- productListValue: "productListValue";
355
- productValue: "productValue";
356
- productVideo: "productVideo";
357
- productVideoList: "productVideoList";
358
- productVideoListValue: "productVideoListValue";
359
- productVideoValue: "productVideoValue";
360
- progress: "progress";
361
- progressValue: "progressValue";
362
- pronunciationTable: "pronunciationTable";
363
- properties: "properties";
364
- property: "property";
365
- propertyKey: "propertyKey";
366
- propertyValue: "propertyValue";
367
- propertyValues: "propertyValues";
368
- provider: "provider";
369
- publications: "publications";
370
- publicationsValue: "publicationsValue";
371
- publisher: "publisher";
372
- publisherName: "publisherName";
373
- publisherNameValue: "publisherNameValue";
374
- publisherValue: "publisherValue";
375
- quantity: "quantity";
376
- question: "question";
377
- questions: "questions";
378
- questionsValue: "questionsValue";
379
- quizCountItems: "quizCountItems";
380
- quizCountItemsValue: "quizCountItemsValue";
381
- quizStrikethroughSolutions: "quizStrikethroughSolutions";
382
- quizStrikethroughSolutionsValue: "quizStrikethroughSolutionsValue";
383
- quizzes: "quizzes";
384
- quizzesValue: "quizzesValue";
385
- quotedPerson: "quotedPerson";
386
- ratingLevelEnd: "ratingLevelEnd";
387
- ratingLevelSelected: "ratingLevelSelected";
388
- ratingLevelSelectedValue: "ratingLevelSelectedValue";
389
- ratingLevelStart: "ratingLevelStart";
390
- reaction: "reaction";
391
- reason: "reason";
392
- reasonableNumOfChars: "reasonableNumOfChars";
393
- reasonableNumOfCharsValue: "reasonableNumOfCharsValue";
394
- reductionTag: "reductionTag";
395
- reductionTagValue: "reductionTagValue";
396
- refAuthor: "refAuthor";
397
- refBookTitle: "refBookTitle";
398
- reference: "reference";
399
- referenceEnd: "referenceEnd";
400
- referenceProperty: "referenceProperty";
401
- referencePropertyValue: "referencePropertyValue";
402
- refPublisher: "refPublisher";
403
- refPublicationYear: "refPublicationYear";
404
- citationStyle: "citationStyle";
405
- citationStyleValue: "citationStyleValue";
406
- releaseDate: "releaseDate";
407
- releaseDateValue: "releaseDateValue";
408
- releaseKind: "releaseKind";
409
- releaseKindValue: "releaseKindValue";
410
- releaseVersion: "releaseVersion";
411
- releaseVersionValue: "releaseVersionValue";
412
- resolved: "resolved";
413
- resolvedBy: "resolvedBy";
414
- resolvedByValue: "resolvedByValue";
415
- resolvedDate: "resolvedDate";
416
- resolvedDateValue: "resolvedDateValue";
417
- resolvedValue: "resolvedValue";
418
- resources: "resources";
419
- resourcesValue: "resourcesValue";
420
- resourceType: "resourceType";
421
- response: "response";
422
- responses: "responses";
423
- responsesValue: "responsesValue";
424
- revealSolutions: "revealSolutions";
425
- root: "root";
426
- sampleSolution: "sampleSolution";
427
- sampleSolutionValue: "sampleSolutionValue";
428
- scormSource: "scormSource";
429
- scormSourceValue: "scormSourceValue";
430
- search: "search";
431
- searchValue: "searchValue";
432
- searchIndex: "searchIndex";
433
- searchIndexValue: "searchIndexValue";
434
- section: "section";
435
- select: "select";
436
- servings: "servings";
437
- servingsValue: "servingsValue";
438
- showInIndex: "showInIndex";
439
- showInIndexValue: "showInIndexValue";
440
- size: "size";
441
- slug: "slug";
442
- slugValue: "slugValue";
443
- solution: "solution";
444
- solutions: "solutions";
445
- solutionsValue: "solutionsValue";
446
- spaceId: "spaceId";
447
- spaceIdValue: "spaceIdValue";
448
- src: "src";
449
- src1x: "src1x";
450
- src2x: "src2x";
451
- src3x: "src3x";
452
- src4x: "src4x";
453
- start: "start";
454
- statement: "statement";
455
- statements: "statements";
456
- statementsValue: "statementsValue";
457
- statementText: "statementText";
458
- stillImageFilmEmbed: "stillImageFilmEmbed";
459
- stillImageFilmLink: "stillImageFilmLink";
460
- stripePricingTableId: "stripePricingTableId";
461
- stripePricingTableIdValue: "stripePricingTableIdValue";
462
- stripePublishableKey: "stripePublishableKey";
463
- stripePublishableKeyValue: "stripePublishableKeyValue";
464
- subject: "subject";
465
- subjectValue: "subjectValue";
466
- subtitle: "subtitle";
467
- subtype: "subtype";
468
- subtypeValue: "subtypeValue";
469
- table: "table";
470
- tableAutoWidth: "tableAutoWidth";
471
- tableAutoWidthValue: "tableAutoWidthValue";
472
- tableFixedHeader: "tableFixedHeader";
473
- tableFixedHeaderValue: "tableFixedHeaderValue";
474
- tableHeaderWhitespaceNoWrap: "tableHeaderWhitespaceNoWrap";
475
- tableHeaderWhitespaceNoWrapValue: "tableHeaderWhitespaceNoWrapValue";
476
- tableHeight: "tableHeight";
477
- tableHeightValue: "tableHeightValue";
478
- tablePagination: "tablePagination";
479
- tablePaginationLimit: "tablePaginationLimit";
480
- tablePaginationLimitValue: "tablePaginationLimitValue";
481
- tablePaginationValue: "tablePaginationValue";
482
- tableResizableColumns: "tableResizableColumns";
483
- tableResizableColumnsValue: "tableResizableColumnsValue";
484
- tableColumnMinWidth: "tableColumnMinWidth";
485
- tableColumnMinWidthValue: "tableColumnMinWidthValue";
486
- tableSearch: "tableSearch";
487
- tableSearchValue: "tableSearchValue";
488
- tableSort: "tableSort";
489
- tableSortValue: "tableSortValue";
490
- tableWhitespaceNoWrap: "tableWhitespaceNoWrap";
491
- tableWhitespaceNoWrapValue: "tableWhitespaceNoWrapValue";
492
- tag: "tag";
493
- tagValue: "tagValue";
494
- target: "target";
495
- targetValue: "targetValue";
496
- technicalTerm: "technicalTerm";
497
- technicalTermValue: "technicalTermValue";
498
- term: "term";
499
- text: "text";
500
- textAlign: "textAlign";
501
- textAst: "textAst";
502
- textAstValue: "textAstValue";
503
- textFormat: "textFormat";
504
- textReference: "textReference";
505
- textReferenceValue: "textReferenceValue";
506
- texts: "texts";
507
- textsValue: "textsValue";
508
- theme: "theme";
509
- themeValue: "themeValue";
510
- thumbImage: "thumbImage";
511
- thumbImageValue: "thumbImageValue";
512
- thumbnails: "thumbnails";
513
- thumbnailsValue: "thumbnailsValue";
514
- title: "title";
515
- toc: "toc";
516
- tocValue: "tocValue";
517
- topicTag: "topicTag";
518
- topicTagValue: "topicTagValue";
519
- trim: "trim";
520
- type: "type";
521
- __typeAlias: "__typeAlias";
522
- unit: "unit";
523
- unitAbbr: "unitAbbr";
524
- url: "url";
525
- value: "value";
526
- values: "values";
527
- valuesValue: "valuesValue";
528
- vendorDashboardId: "vendorDashboardId";
529
- vendorDashboardIdValue: "vendorDashboardIdValue";
530
- vendorSurveyId: "vendorSurveyId";
531
- vendorSurveyIdValue: "vendorSurveyIdValue";
532
- vendorUrl: "vendorUrl";
533
- vendorUrlValue: "vendorUrlValue";
534
- version: "version";
535
- video: "video";
536
- videoCallLink: "videoCallLink";
537
- videoCallLinkValue: "videoCallLinkValue";
538
- videoEmbed: "videoEmbed";
539
- videoLink: "videoLink";
540
- warnings: "warnings";
541
- warningsValue: "warningsValue";
542
- websiteLink: "websiteLink";
543
- width: "width";
544
- widthValue: "widthValue";
545
- x: "x";
546
- xValue: "xValue";
547
- y: "y";
548
- yValue: "yValue";
549
- zoomDisabled: "zoomDisabled";
550
- }> & import("@ncoderz/superenum").EnumExtensions<EnumType<{
551
- unknown: "unknown";
552
- action: "action";
553
- actionValue: "actionValue";
554
- activityType: "activityType";
555
- activityTypeValue: "activityTypeValue";
556
- additionalSolutions: "additionalSolutions";
557
- additionalSolutionsValue: "additionalSolutionsValue";
558
- ageRange: "ageRange";
559
- ageRangeValue: "ageRangeValue";
560
- aiGenerated: "aiGenerated";
561
- aiGeneratedValue: "aiGeneratedValue";
562
- alias: "alias";
563
- alignment: "alignment";
564
- allowedBit: "allowedBit";
565
- allowedBitValue: "allowedBitValue";
566
- alt: "alt";
567
- alternativeAnswers: "alternativeAnswers";
568
- alternativeAnswersValue: "alternativeAnswersValue";
569
- alternativeDefinitions: "alternativeDefinitions";
570
- alternativeDefinitionsValue: "alternativeDefinitionsValue";
571
- altLangTag: "altLangTag";
572
- altLangTagValue: "altLangTagValue";
573
- analyticsTag: "analyticsTag";
574
- analyticsTagValue: "analyticsTagValue";
575
- anchor: "anchor";
576
- answer: "answer";
577
- appLink: "appLink";
578
- attrs: "attrs";
579
- audio: "audio";
580
- audioEmbed: "audioEmbed";
581
- audioLink: "audioLink";
582
- author: "author";
583
- authorValue: "authorValue";
584
- availableClassifications: "availableClassifications";
585
- availableClassificationsValue: "availableClassificationsValue";
586
- avatarImage: "avatarImage";
587
- backgroundWallpaper: "backgroundWallpaper";
588
- backgroundWallpaperValue: "backgroundWallpaperValue";
589
- bitLevel: "bitLevel";
590
- bitmarkAst: "bitmarkAst";
591
- bitmarkVersion: "bitmarkVersion";
592
- bits: "bits";
593
- bitsValue: "bitsValue";
594
- bitType: "bitType";
595
- blockId: "blockId";
596
- blockIdValue: "blockIdValue";
597
- body: "body";
598
- bodyValue: "bodyValue";
599
- bodyBit: "bodyBit";
600
- bodyBits: "bodyBits";
601
- bodyJson: "bodyJson";
602
- bodyParts: "bodyParts";
603
- bodyPartsValue: "bodyPartsValue";
604
- bodyPartText: "bodyPartText";
605
- bodyText: "bodyText";
606
- book: "book";
607
- bookValue: "bookValue";
608
- bookAlias: "bookAlias";
609
- bookAliasValue: "bookAliasValue";
610
- bookDiff: "bookDiff";
611
- bookDiffValue: "bookDiffValue";
612
- bot: "bot";
613
- botResponses: "botResponses";
614
- botResponsesValue: "botResponsesValue";
615
- botValue: "botValue";
616
- bubbleTag: "bubbleTag";
617
- bubbleTagValue: "bubbleTagValue";
618
- buttonCaption: "buttonCaption";
619
- buttonCaptionValue: "buttonCaptionValue";
620
- callToActionUrl: "callToActionUrl";
621
- callToActionUrlValue: "callToActionUrlValue";
622
- caption: "caption";
623
- captionDefinitionList: "captionDefinitionList";
624
- captionValue: "captionValue";
625
- cardBits: "cardBits";
626
- cardBitsValue: "cardBitsValue";
627
- cardNode: "cardNode";
628
- categoryTag: "categoryTag";
629
- categoryTagValue: "categoryTagValue";
630
- cells: "cells";
631
- cellsValue: "cellsValue";
632
- chatWithBook: "chatWithBook";
633
- chatWithBookValue: "chatWithBookValue";
634
- chatWithBookBrainKey: "chatWithBookBrainKey";
635
- chatWithBookBrainKeyValue: "chatWithBookBrainKeyValue";
636
- checked: "checked";
637
- choice: "choice";
638
- choices: "choices";
639
- choicesValue: "choicesValue";
640
- class: "class";
641
- classification: "classification";
642
- classificationValue: "classificationValue";
643
- codeLineNumbers: "codeLineNumbers";
644
- codeLineNumbersValue: "codeLineNumbersValue";
645
- codeMinimap: "codeMinimap";
646
- codeMinimapValue: "codeMinimapValue";
647
- color: "color";
648
- colorTag: "colorTag";
649
- colorTagValue: "colorTagValue";
650
- column: "column";
651
- columns: "columns";
652
- columnsValue: "columnsValue";
653
- comment: "comment";
654
- commentedBitType: "commentedBitType";
655
- computerLanguage: "computerLanguage";
656
- computerLanguageValue: "computerLanguageValue";
657
- content: "contentValue";
658
- content2Buy: "content2Buy";
659
- contentValue: "contentValue";
660
- contentValueValue: "contentValueValue";
661
- copyright: "copyright";
662
- coverColor: "coverColor";
663
- coverColorValue: "coverColorValue";
664
- coverImage: "coverImage";
665
- coverImageValue: "coverImageValue";
666
- customerExternalId: "customerExternalId";
667
- customerId: "customerId";
668
- customerIdValue: "customerIdValue";
669
- data: "data";
670
- dataValue: "dataValue";
671
- dataValueValue: "dataValueValue";
672
- date: "date";
673
- dateEnd: "dateEnd";
674
- dateEndValue: "dateEndValue";
675
- dateValue: "dateValue";
676
- decimalPlaces: "decimalPlaces";
677
- deeplink: "deeplink";
678
- deeplinkValue: "deeplinkValue";
679
- definition: "definition";
680
- definitions: "definitions";
681
- definitionsValue: "definitionsValue";
682
- disableCalculation: "disableCalculation";
683
- disableFeedback: "disableFeedback";
684
- disableFeedbackValue: "disableFeedbackValue";
685
- diffTo: "diffTo";
686
- diffToValue: "diffToValue";
687
- diffOp: "diffOp";
688
- diffOpValue: "diffOpValue";
689
- diffRef: "diffRef";
690
- diffRefValue: "diffRefValue";
691
- diffContext: "diffContext";
692
- diffContextValue: "diffContextValue";
693
- diffTime: "diffTime";
694
- diffTimeValue: "diffTimeValue";
695
- document: "document";
696
- documentDownload: "documentDownload";
697
- documentEmbed: "documentEmbed";
698
- documentLink: "documentLink";
699
- duration: "duration";
700
- durationValue: "durationValue";
701
- elements: "elements";
702
- elementsValue: "elementsValue";
703
- emphasis: "emphasis";
704
- end: "end";
705
- errors: "errors";
706
- errorsValue: "errorsValue";
707
- example: "example";
708
- exampleValue: "exampleValue";
709
- externalId: "externalId";
710
- externalIdValue: "externalIdValue";
711
- externalLink: "externalLink";
712
- externalLinkText: "externalLinkText";
713
- extraProperties: "extraProperties";
714
- feedbacks: "feedbacks";
715
- feedbacksValue: "feedbacksValue";
716
- feedback: "feedback";
717
- feedbackEngine: "feedbackEngine";
718
- feedbackEngineValue: "feedbackEngineValue";
719
- feedbackType: "feedbackType";
720
- flashcards: "flashcards";
721
- flashcardSet: "flashcardSet";
722
- flashcardSetValue: "flashcardSetValue";
723
- flashcardsValue: "flashcardsValue";
724
- focusX: "focusX";
725
- focusXValue: "focusXValue";
726
- focusY: "focusY";
727
- focusYValue: "focusYValue";
728
- footer: "footer";
729
- footerText: "footerText";
730
- forKeys: "forKeys";
731
- format: "format";
732
- forValues: "forValues";
733
- forValuesValue: "forValuesValue";
734
- gap: "gap";
735
- handInAcceptFileType: "handInAcceptFileType";
736
- handInAcceptFileTypeValue: "handInAcceptFileTypeValue";
737
- handInRequirement: "handInRequirement";
738
- handInRequirementValue: "handInRequirementValue";
739
- handInInstruction: "handInInstruction";
740
- handInInstructionValue: "handInInstructionValue";
741
- hasBookNavigation: "hasBookNavigation";
742
- hasBookNavigationValue: "hasBookNavigationValue";
743
- hasMarkAsDone: "hasMarkAsDone";
744
- hasMarkAsDoneValue: "hasMarkAsDoneValue";
745
- heading: "heading";
746
- height: "height";
747
- heightValue: "heightValue";
748
- highlight: "highlight";
749
- hint: "hint";
750
- href: "href";
751
- icon: "icon";
752
- iconTag: "iconTag";
753
- iconTagValue: "iconTagValue";
754
- iconValue: "iconValue";
755
- id: "id";
756
- idValue: "idValue";
757
- image: "image";
758
- imageFirst: "imageFirst";
759
- imageFirstValue: "imageFirstValue";
760
- imageLandscape: "imageLandscape";
761
- imageLink: "imageLink";
762
- imagePlaceholder: "imagePlaceholder";
763
- imagePlaceholderValue: "imagePlaceholderValue";
764
- imagePortrait: "imagePortrait";
765
- imageSource: "imageSource";
766
- index: "index";
767
- indexValue: "indexValue";
768
- ingredients: "ingredients";
769
- ingredientsValue: "ingredientsValue";
770
- instruction: "instruction";
771
- internalComment: "internalComment";
772
- internalCommentValue: "internalCommentValue";
773
- isCaseSensitive: "isCaseSensitive";
774
- isCommented: "isCommented";
775
- isCorrect: "isCorrect";
776
- __isDefaultExample: "__isDefaultExample";
777
- isExample: "isExample";
778
- isInfoOnly: "isInfoOnly";
779
- isInfoOnlyValue: "isInfoOnlyValue";
780
- isPlain: "isPlain";
781
- isPublic: "isPublic";
782
- isPublicValue: "isPublicValue";
783
- isTemplate: "isTemplate";
784
- isTemplateValue: "isTemplateValue";
785
- isTemplateStripTheme: "isTemplateStripTheme";
786
- isTemplateStripThemeValue: "isTemplateStripThemeValue";
787
- isTracked: "isTracked";
788
- isTrackedValue: "isTrackedValue";
789
- item: "item";
790
- itemLead: "itemLead";
791
- jupyterExecutionCount: "jupyterExecutionCount";
792
- jupyterExecutionCountValue: "jupyterExecutionCountValue";
793
- jupyterId: "jupyterId";
794
- jupyterIdValue: "jupyterIdValue";
795
- key: "key";
796
- keyAudio: "keyAudio";
797
- keyImage: "keyImage";
798
- kind: "kind";
799
- kindValue: "kindValue";
800
- label: "label";
801
- labelFalse: "labelFalse";
802
- labelFalseValue: "labelFalseValue";
803
- labelTrue: "labelTrue";
804
- labelTrueValue: "labelTrueValue";
805
- lang: "lang";
806
- language: "language";
807
- languageValue: "languageValue";
808
- langValue: "langValue";
809
- layer: "layer";
810
- layerValue: "layerValue";
811
- layerRole: "layerRole";
812
- layerRoleValue: "layerRoleValue";
813
- lead: "lead";
814
- level: "level";
815
- levelACTFL: "levelACTFL";
816
- levelACTFLValue: "levelACTFLValue";
817
- levelCEFR: "levelCEFR";
818
- levelCEFRp: "levelCEFRp";
819
- levelCEFRpValue: "levelCEFRpValue";
820
- levelCEFRValue: "levelCEFRValue";
821
- levelILR: "levelILR";
822
- levelILRValue: "levelILRValue";
823
- license: "license";
824
- line: "line";
825
- list: "list";
826
- listItemIndent: "listItemIndent";
827
- listItemIndentValue: "listItemIndentValue";
828
- listValue: "listValue";
829
- location: "location";
830
- locationValue: "locationValue";
831
- machineTranslated: "machineTranslated";
832
- machineTranslatedValue: "machineTranslatedValue";
833
- mailingList: "mailingList";
834
- marginNumber: "marginNumber";
835
- mark: "mark";
836
- markConfig: "markConfig";
837
- markConfigValue: "markConfigValue";
838
- marks: "marks";
839
- marksValue: "marksValue";
840
- markup: "markup";
841
- matrix: "matrix";
842
- matrixValue: "matrixValue";
843
- maxCreatedBits: "maxCreatedBits";
844
- maxCreatedBitsValue: "maxCreatedBitsValue";
845
- maxDisplayLevel: "maxDisplayLevel";
846
- maxDisplayLevelValue: "maxDisplayLevelValue";
847
- maxTocChapterLevel: "maxTocChapterLevel";
848
- maxTocChapterLevelValue: "maxTocChapterLevelValue";
849
- tocResource: "tocResource";
850
- tocResourceValue: "tocResourceValue";
851
- tocContent: "tocContent";
852
- tocContentValue: "tocContentValue";
853
- message: "message";
854
- mockupId: "mockupId";
855
- name: "name";
856
- offset: "offset";
857
- options: "options";
858
- optionsValue: "optionsValue";
859
- original: "original";
860
- padletId: "padletId";
861
- padletIdValue: "padletIdValue";
862
- page: "page";
863
- pageNo: "pageNo";
864
- pageNoValue: "pageNoValue";
865
- pageNumber: "pageNumber";
866
- pageValue: "pageValue";
867
- pairs: "pairs";
868
- pairsValue: "pairsValue";
869
- parent: "parent";
870
- parser: "parser";
871
- partialAnswer: "partialAnswer";
872
- partialAnswerValue: "partialAnswerValue";
873
- person: "person";
874
- path: "path";
875
- pathValue: "pathValue";
876
- pointerLeft: "pointerLeft";
877
- pointerLeftValue: "pointerLeftValue";
878
- pointerTop: "pointerTop";
879
- pointerTopValue: "pointerTopValue";
880
- posterImage: "posterImage";
881
- posterImageValue: "posterImageValue";
882
- postfix: "postfix";
883
- prefix: "prefix";
884
- processHandIn: "processHandIn";
885
- processHandInValue: "processHandInValue";
886
- processHandInLocation: "processHandInLocation";
887
- processHandInLocationValue: "processHandInLocationValue";
888
- product: "product";
889
- productFolder: "productFolder";
890
- productFolderValue: "productFolderValue";
891
- productId: "productId";
892
- productIdValue: "productIdValue";
893
- productList: "productList";
894
- productListValue: "productListValue";
895
- productValue: "productValue";
896
- productVideo: "productVideo";
897
- productVideoList: "productVideoList";
898
- productVideoListValue: "productVideoListValue";
899
- productVideoValue: "productVideoValue";
900
- progress: "progress";
901
- progressValue: "progressValue";
902
- pronunciationTable: "pronunciationTable";
903
- properties: "properties";
904
- property: "property";
905
- propertyKey: "propertyKey";
906
- propertyValue: "propertyValue";
907
- propertyValues: "propertyValues";
908
- provider: "provider";
909
- publications: "publications";
910
- publicationsValue: "publicationsValue";
911
- publisher: "publisher";
912
- publisherName: "publisherName";
913
- publisherNameValue: "publisherNameValue";
914
- publisherValue: "publisherValue";
915
- quantity: "quantity";
916
- question: "question";
917
- questions: "questions";
918
- questionsValue: "questionsValue";
919
- quizCountItems: "quizCountItems";
920
- quizCountItemsValue: "quizCountItemsValue";
921
- quizStrikethroughSolutions: "quizStrikethroughSolutions";
922
- quizStrikethroughSolutionsValue: "quizStrikethroughSolutionsValue";
923
- quizzes: "quizzes";
924
- quizzesValue: "quizzesValue";
925
- quotedPerson: "quotedPerson";
926
- ratingLevelEnd: "ratingLevelEnd";
927
- ratingLevelSelected: "ratingLevelSelected";
928
- ratingLevelSelectedValue: "ratingLevelSelectedValue";
929
- ratingLevelStart: "ratingLevelStart";
930
- reaction: "reaction";
931
- reason: "reason";
932
- reasonableNumOfChars: "reasonableNumOfChars";
933
- reasonableNumOfCharsValue: "reasonableNumOfCharsValue";
934
- reductionTag: "reductionTag";
935
- reductionTagValue: "reductionTagValue";
936
- refAuthor: "refAuthor";
937
- refBookTitle: "refBookTitle";
938
- reference: "reference";
939
- referenceEnd: "referenceEnd";
940
- referenceProperty: "referenceProperty";
941
- referencePropertyValue: "referencePropertyValue";
942
- refPublisher: "refPublisher";
943
- refPublicationYear: "refPublicationYear";
944
- citationStyle: "citationStyle";
945
- citationStyleValue: "citationStyleValue";
946
- releaseDate: "releaseDate";
947
- releaseDateValue: "releaseDateValue";
948
- releaseKind: "releaseKind";
949
- releaseKindValue: "releaseKindValue";
950
- releaseVersion: "releaseVersion";
951
- releaseVersionValue: "releaseVersionValue";
952
- resolved: "resolved";
953
- resolvedBy: "resolvedBy";
954
- resolvedByValue: "resolvedByValue";
955
- resolvedDate: "resolvedDate";
956
- resolvedDateValue: "resolvedDateValue";
957
- resolvedValue: "resolvedValue";
958
- resources: "resources";
959
- resourcesValue: "resourcesValue";
960
- resourceType: "resourceType";
961
- response: "response";
962
- responses: "responses";
963
- responsesValue: "responsesValue";
964
- revealSolutions: "revealSolutions";
965
- root: "root";
966
- sampleSolution: "sampleSolution";
967
- sampleSolutionValue: "sampleSolutionValue";
968
- scormSource: "scormSource";
969
- scormSourceValue: "scormSourceValue";
970
- search: "search";
971
- searchValue: "searchValue";
972
- searchIndex: "searchIndex";
973
- searchIndexValue: "searchIndexValue";
974
- section: "section";
975
- select: "select";
976
- servings: "servings";
977
- servingsValue: "servingsValue";
978
- showInIndex: "showInIndex";
979
- showInIndexValue: "showInIndexValue";
980
- size: "size";
981
- slug: "slug";
982
- slugValue: "slugValue";
983
- solution: "solution";
984
- solutions: "solutions";
985
- solutionsValue: "solutionsValue";
986
- spaceId: "spaceId";
987
- spaceIdValue: "spaceIdValue";
988
- src: "src";
989
- src1x: "src1x";
990
- src2x: "src2x";
991
- src3x: "src3x";
992
- src4x: "src4x";
993
- start: "start";
994
- statement: "statement";
995
- statements: "statements";
996
- statementsValue: "statementsValue";
997
- statementText: "statementText";
998
- stillImageFilmEmbed: "stillImageFilmEmbed";
999
- stillImageFilmLink: "stillImageFilmLink";
1000
- stripePricingTableId: "stripePricingTableId";
1001
- stripePricingTableIdValue: "stripePricingTableIdValue";
1002
- stripePublishableKey: "stripePublishableKey";
1003
- stripePublishableKeyValue: "stripePublishableKeyValue";
1004
- subject: "subject";
1005
- subjectValue: "subjectValue";
1006
- subtitle: "subtitle";
1007
- subtype: "subtype";
1008
- subtypeValue: "subtypeValue";
1009
- table: "table";
1010
- tableAutoWidth: "tableAutoWidth";
1011
- tableAutoWidthValue: "tableAutoWidthValue";
1012
- tableFixedHeader: "tableFixedHeader";
1013
- tableFixedHeaderValue: "tableFixedHeaderValue";
1014
- tableHeaderWhitespaceNoWrap: "tableHeaderWhitespaceNoWrap";
1015
- tableHeaderWhitespaceNoWrapValue: "tableHeaderWhitespaceNoWrapValue";
1016
- tableHeight: "tableHeight";
1017
- tableHeightValue: "tableHeightValue";
1018
- tablePagination: "tablePagination";
1019
- tablePaginationLimit: "tablePaginationLimit";
1020
- tablePaginationLimitValue: "tablePaginationLimitValue";
1021
- tablePaginationValue: "tablePaginationValue";
1022
- tableResizableColumns: "tableResizableColumns";
1023
- tableResizableColumnsValue: "tableResizableColumnsValue";
1024
- tableColumnMinWidth: "tableColumnMinWidth";
1025
- tableColumnMinWidthValue: "tableColumnMinWidthValue";
1026
- tableSearch: "tableSearch";
1027
- tableSearchValue: "tableSearchValue";
1028
- tableSort: "tableSort";
1029
- tableSortValue: "tableSortValue";
1030
- tableWhitespaceNoWrap: "tableWhitespaceNoWrap";
1031
- tableWhitespaceNoWrapValue: "tableWhitespaceNoWrapValue";
1032
- tag: "tag";
1033
- tagValue: "tagValue";
1034
- target: "target";
1035
- targetValue: "targetValue";
1036
- technicalTerm: "technicalTerm";
1037
- technicalTermValue: "technicalTermValue";
1038
- term: "term";
1039
- text: "text";
1040
- textAlign: "textAlign";
1041
- textAst: "textAst";
1042
- textAstValue: "textAstValue";
1043
- textFormat: "textFormat";
1044
- textReference: "textReference";
1045
- textReferenceValue: "textReferenceValue";
1046
- texts: "texts";
1047
- textsValue: "textsValue";
1048
- theme: "theme";
1049
- themeValue: "themeValue";
1050
- thumbImage: "thumbImage";
1051
- thumbImageValue: "thumbImageValue";
1052
- thumbnails: "thumbnails";
1053
- thumbnailsValue: "thumbnailsValue";
1054
- title: "title";
1055
- toc: "toc";
1056
- tocValue: "tocValue";
1057
- topicTag: "topicTag";
1058
- topicTagValue: "topicTagValue";
1059
- trim: "trim";
1060
- type: "type";
1061
- __typeAlias: "__typeAlias";
1062
- unit: "unit";
1063
- unitAbbr: "unitAbbr";
1064
- url: "url";
1065
- value: "value";
1066
- values: "values";
1067
- valuesValue: "valuesValue";
1068
- vendorDashboardId: "vendorDashboardId";
1069
- vendorDashboardIdValue: "vendorDashboardIdValue";
1070
- vendorSurveyId: "vendorSurveyId";
1071
- vendorSurveyIdValue: "vendorSurveyIdValue";
1072
- vendorUrl: "vendorUrl";
1073
- vendorUrlValue: "vendorUrlValue";
1074
- version: "version";
1075
- video: "video";
1076
- videoCallLink: "videoCallLink";
1077
- videoCallLinkValue: "videoCallLinkValue";
1078
- videoEmbed: "videoEmbed";
1079
- videoLink: "videoLink";
1080
- warnings: "warnings";
1081
- warningsValue: "warningsValue";
1082
- websiteLink: "websiteLink";
1083
- width: "width";
1084
- widthValue: "widthValue";
1085
- x: "x";
1086
- xValue: "xValue";
1087
- y: "y";
1088
- yValue: "yValue";
1089
- zoomDisabled: "zoomDisabled";
1090
- }>>;
1091
- export type NodeTypeType = EnumType<typeof NodeType>;
1092
- export { NodeType };
1093
- //# sourceMappingURL=NodeType.d.ts.map