@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,2615 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BITS = void 0;
4
- const CardSetConfigKey_1 = require("../../model/config/enum/CardSetConfigKey");
5
- const GroupConfigKey_1 = require("../../model/config/enum/GroupConfigKey");
6
- const PropertyConfigKey_1 = require("../../model/config/enum/PropertyConfigKey");
7
- const ResourceConfigKey_1 = require("../../model/config/enum/ResourceConfigKey");
8
- const TagConfigKey_1 = require("../../model/config/enum/TagConfigKey");
9
- const BitTagType_1 = require("../../model/enum/BitTagType");
10
- const BitType_1 = require("../../model/enum/BitType");
11
- const Count_1 = require("../../model/enum/Count");
12
- const ExampleType_1 = require("../../model/enum/ExampleType");
13
- const TextFormat_1 = require("../../model/enum/TextFormat");
14
- const BITS = {
15
- [BitType_1.BitType._error]: {
16
- since: '1.3.0',
17
- tags: [],
18
- },
19
- [BitType_1.BitType._comment]: {
20
- since: '1.4.12',
21
- tags: [],
22
- },
23
- [BitType_1.BitType._standard]: {
24
- since: '3.2.0',
25
- tags: [
26
- {
27
- type: BitTagType_1.BitTagType.group,
28
- configKey: GroupConfigKey_1.GroupConfigKey.group_standardTags,
29
- },
30
- ],
31
- },
32
- [BitType_1.BitType.appFlashcards]: {
33
- since: '1.3.0',
34
- baseBitType: BitType_1.BitType._standard,
35
- quizBit: true,
36
- tags: [
37
- {
38
- type: BitTagType_1.BitTagType.group,
39
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
40
- },
41
- {
42
- type: BitTagType_1.BitTagType.tag,
43
- configKey: TagConfigKey_1.TagConfigKey.title,
44
- },
45
- {
46
- type: BitTagType_1.BitTagType.property,
47
- configKey: PropertyConfigKey_1.PropertyConfigKey.flashcardSet,
48
- maxCount: Count_1.Count.infinity,
49
- },
50
- ],
51
- rootExampleType: ExampleType_1.ExampleType.string,
52
- },
53
- [BitType_1.BitType.appFlashcardsQuiz]: { since: '1.3.0', baseBitType: BitType_1.BitType.appFlashcards },
54
- [BitType_1.BitType.appFlashcardsLearn]: { since: '1.3.0', baseBitType: BitType_1.BitType.appFlashcards },
55
- [BitType_1.BitType.appLink]: {
56
- since: '1.3.0',
57
- baseBitType: BitType_1.BitType._standard,
58
- tags: [
59
- {
60
- type: BitTagType_1.BitTagType.group,
61
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
62
- },
63
- {
64
- type: BitTagType_1.BitTagType.group,
65
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceAppLink,
66
- minCount: 1,
67
- },
68
- ],
69
- resourceAttachmentAllowed: false,
70
- },
71
- [BitType_1.BitType.article]: {
72
- since: '1.3.0',
73
- baseBitType: BitType_1.BitType._standard,
74
- tags: [
75
- {
76
- type: BitTagType_1.BitTagType.tag,
77
- configKey: TagConfigKey_1.TagConfigKey.title,
78
- },
79
- ],
80
- },
81
- [BitType_1.BitType.articleAlt]: { since: '1.15.0', baseBitType: BitType_1.BitType.article },
82
- [BitType_1.BitType.articleResponsive]: {
83
- since: '1.21.0',
84
- baseBitType: BitType_1.BitType.article,
85
- tags: [
86
- {
87
- type: BitTagType_1.BitTagType.property,
88
- configKey: PropertyConfigKey_1.PropertyConfigKey.imageFirst,
89
- },
90
- ],
91
- },
92
- [BitType_1.BitType.articleResponsiveAlt]: { since: '2.0.0', baseBitType: BitType_1.BitType.articleResponsive },
93
- [BitType_1.BitType.standardArticleNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.article },
94
- [BitType_1.BitType.standardArticleNonNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.article },
95
- [BitType_1.BitType.smartStandardArticleNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardArticleNormative },
96
- [BitType_1.BitType.smartStandardArticleNonNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardArticleNonNormative },
97
- [BitType_1.BitType.smartStandardArticleNormativeCollapsible]: {
98
- since: '1.28.0',
99
- baseBitType: BitType_1.BitType.smartStandardArticleNormative,
100
- },
101
- [BitType_1.BitType.smartStandardArticleNonNormativeCollapsible]: {
102
- since: '1.28.0',
103
- baseBitType: BitType_1.BitType.smartStandardArticleNonNormative,
104
- },
105
- [BitType_1.BitType.statement]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
106
- [BitType_1.BitType.pageArticle]: { since: '1.15.0', baseBitType: BitType_1.BitType.article },
107
- [BitType_1.BitType.pageArticleAlt]: { since: '1.15.0', baseBitType: BitType_1.BitType.article },
108
- [BitType_1.BitType.pageArticleResponsive]: {
109
- since: '1.21.0',
110
- baseBitType: BitType_1.BitType.article,
111
- tags: [
112
- {
113
- type: BitTagType_1.BitTagType.property,
114
- configKey: PropertyConfigKey_1.PropertyConfigKey.imageFirst,
115
- },
116
- ],
117
- },
118
- [BitType_1.BitType.buttonCopyText]: {
119
- since: '1.4.3',
120
- baseBitType: BitType_1.BitType.article,
121
- tags: [
122
- {
123
- type: BitTagType_1.BitTagType.property,
124
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
125
- },
126
- ],
127
- },
128
- [BitType_1.BitType.callToAction]: {
129
- since: '1.15.0',
130
- baseBitType: BitType_1.BitType._standard,
131
- tags: [
132
- {
133
- type: BitTagType_1.BitTagType.property,
134
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
135
- },
136
- {
137
- type: BitTagType_1.BitTagType.property,
138
- configKey: PropertyConfigKey_1.PropertyConfigKey.callToActionUrl,
139
- minCount: 1,
140
- },
141
- ],
142
- },
143
- [BitType_1.BitType.callToActionSubscribe]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
144
- [BitType_1.BitType.callToActionContact]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
145
- [BitType_1.BitType.callToActionJoin]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
146
- [BitType_1.BitType.callToActionMail]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
147
- [BitType_1.BitType.callToActionLearnMore]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
148
- [BitType_1.BitType.callToActionSeeMore]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
149
- [BitType_1.BitType.callToActionWatch]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
150
- [BitType_1.BitType.callToActionStartNow]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
151
- [BitType_1.BitType.callToActionGetOffer]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
152
- [BitType_1.BitType.callToActionBookNow]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
153
- [BitType_1.BitType.callToActionShopNow]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
154
- [BitType_1.BitType.callToActionGetNow]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
155
- [BitType_1.BitType.callToActionDownload]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
156
- [BitType_1.BitType.callToActionCreateAccount]: { since: '1.15.0', baseBitType: BitType_1.BitType.callToAction },
157
- [BitType_1.BitType.appBitmarkFromJavascript]: {
158
- since: '1.4.5',
159
- baseBitType: BitType_1.BitType._standard,
160
- tags: [
161
- {
162
- type: BitTagType_1.BitTagType.property,
163
- configKey: PropertyConfigKey_1.PropertyConfigKey.maxCreatedBits,
164
- },
165
- ],
166
- textFormatDefault: TextFormat_1.TextFormat.plainText,
167
- },
168
- [BitType_1.BitType.appBitmarkFromEditor]: { since: '1.4.5', baseBitType: BitType_1.BitType.appBitmarkFromJavascript },
169
- [BitType_1.BitType.articleEmbed]: {
170
- since: '1.3.0',
171
- baseBitType: BitType_1.BitType._standard,
172
- tags: [
173
- {
174
- type: BitTagType_1.BitTagType.group,
175
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
176
- },
177
- {
178
- type: BitTagType_1.BitTagType.group,
179
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceArticleEmbed,
180
- minCount: 1,
181
- },
182
- ],
183
- resourceAttachmentAllowed: false,
184
- },
185
- [BitType_1.BitType.articleLink]: {
186
- since: '1.3.0',
187
- baseBitType: BitType_1.BitType._standard,
188
- tags: [
189
- {
190
- type: BitTagType_1.BitTagType.group,
191
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
192
- },
193
- {
194
- type: BitTagType_1.BitTagType.group,
195
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceArticleLink,
196
- minCount: 1,
197
- },
198
- ],
199
- resourceAttachmentAllowed: false,
200
- },
201
- [BitType_1.BitType.audio]: {
202
- since: '1.3.0',
203
- baseBitType: BitType_1.BitType._standard,
204
- tags: [
205
- {
206
- type: BitTagType_1.BitTagType.group,
207
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
208
- },
209
- {
210
- type: BitTagType_1.BitTagType.group,
211
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceAudio,
212
- minCount: 1,
213
- },
214
- ],
215
- resourceAttachmentAllowed: false,
216
- },
217
- [BitType_1.BitType.audioEmbed]: {
218
- since: '1.3.0',
219
- baseBitType: BitType_1.BitType._standard,
220
- tags: [
221
- {
222
- type: BitTagType_1.BitTagType.group,
223
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
224
- },
225
- {
226
- type: BitTagType_1.BitTagType.group,
227
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceAudioEmbed,
228
- minCount: 1,
229
- },
230
- ],
231
- resourceAttachmentAllowed: false,
232
- },
233
- [BitType_1.BitType.audioLink]: {
234
- since: '1.3.0',
235
- baseBitType: BitType_1.BitType._standard,
236
- tags: [
237
- {
238
- type: BitTagType_1.BitTagType.group,
239
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
240
- },
241
- {
242
- type: BitTagType_1.BitTagType.group,
243
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceAudioLink,
244
- minCount: 1,
245
- },
246
- ],
247
- resourceAttachmentAllowed: false,
248
- },
249
- [BitType_1.BitType.bitAlias]: {
250
- since: '1.3.0',
251
- baseBitType: BitType_1.BitType._standard,
252
- tags: [
253
- {
254
- type: BitTagType_1.BitTagType.tag,
255
- configKey: TagConfigKey_1.TagConfigKey.tag_reference,
256
- },
257
- {
258
- type: BitTagType_1.BitTagType.tag,
259
- configKey: TagConfigKey_1.TagConfigKey.anchor,
260
- },
261
- ],
262
- },
263
- [BitType_1.BitType.diff]: {
264
- since: '3.13.0',
265
- baseBitType: BitType_1.BitType._standard,
266
- tags: [
267
- {
268
- type: BitTagType_1.BitTagType.property,
269
- configKey: PropertyConfigKey_1.PropertyConfigKey.diffTo,
270
- },
271
- ],
272
- },
273
- [BitType_1.BitType.book]: {
274
- since: '1.3.0',
275
- baseBitType: BitType_1.BitType._standard,
276
- tags: [
277
- {
278
- type: BitTagType_1.BitTagType.group,
279
- configKey: GroupConfigKey_1.GroupConfigKey.group_bookCommon,
280
- },
281
- ],
282
- },
283
- [BitType_1.BitType.bookEnd]: { since: '3.27.0', baseBitType: BitType_1.BitType.article },
284
- [BitType_1.BitType.bookAcknowledgements]: { since: '1.17.0', baseBitType: BitType_1.BitType.article },
285
- [BitType_1.BitType.bookAddendum]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
286
- [BitType_1.BitType.bookAfterword]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
287
- [BitType_1.BitType.bookAppendix]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
288
- [BitType_1.BitType.bookArticle]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
289
- [BitType_1.BitType.bookAutherBio]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
290
- [BitType_1.BitType.bookBibliography]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
291
- [BitType_1.BitType.bookComingSoon]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
292
- [BitType_1.BitType.bookConclusion]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
293
- [BitType_1.BitType.bookCopyright]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
294
- [BitType_1.BitType.bookCopyrightPermissions]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
295
- [BitType_1.BitType.bookDedication]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
296
- [BitType_1.BitType.bookEndnotes]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
297
- [BitType_1.BitType.bookEpigraph]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
298
- [BitType_1.BitType.bookEpilogue]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
299
- [BitType_1.BitType.bookForword]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
300
- [BitType_1.BitType.bookFrontispiece]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
301
- [BitType_1.BitType.bookImprint]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
302
- [BitType_1.BitType.bookIncitingIncident]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
303
- [BitType_1.BitType.bookIntroduction]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
304
- [BitType_1.BitType.bookListOfContributors]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
305
- [BitType_1.BitType.bookNotes]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
306
- [BitType_1.BitType.bookPostscript]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
307
- [BitType_1.BitType.bookPreface]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
308
- [BitType_1.BitType.bookPrologue]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
309
- [BitType_1.BitType.bookReadMore]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
310
- [BitType_1.BitType.bookReferenceList]: {
311
- //
312
- since: '3.2.0',
313
- baseBitType: BitType_1.BitType._standard,
314
- cardSet: CardSetConfigKey_1.CardSetConfigKey._bookReferenceList,
315
- },
316
- [BitType_1.BitType.bookRequestForABookReview]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
317
- [BitType_1.BitType.bookSummary]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
318
- [BitType_1.BitType.bookTeaser]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
319
- [BitType_1.BitType.bookTitle]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
320
- [BitType_1.BitType.bookCover]: {
321
- since: '3.27.0',
322
- baseBitType: BitType_1.BitType.image,
323
- tags: [
324
- {
325
- type: BitTagType_1.BitTagType.tag,
326
- configKey: TagConfigKey_1.TagConfigKey.title,
327
- maxCount: 2, // title & subtitle
328
- },
329
- {
330
- type: BitTagType_1.BitTagType.property,
331
- configKey: PropertyConfigKey_1.PropertyConfigKey.coverColor,
332
- },
333
- ],
334
- },
335
- [BitType_1.BitType.bookAlias]: {
336
- since: '1.4.3',
337
- baseBitType: BitType_1.BitType.book,
338
- tags: [
339
- {
340
- type: BitTagType_1.BitTagType.property,
341
- configKey: PropertyConfigKey_1.PropertyConfigKey.bookAlias,
342
- maxCount: Count_1.Count.infinity,
343
- },
344
- ],
345
- },
346
- [BitType_1.BitType.bookDiff]: {
347
- since: '3.10.0',
348
- baseBitType: BitType_1.BitType.book,
349
- tags: [
350
- {
351
- type: BitTagType_1.BitTagType.property,
352
- configKey: PropertyConfigKey_1.PropertyConfigKey.bookDiff,
353
- },
354
- ],
355
- },
356
- [BitType_1.BitType.bookClose]: {
357
- since: '1.18.0',
358
- baseBitType: BitType_1.BitType.article,
359
- tags: [
360
- {
361
- type: BitTagType_1.BitTagType.property,
362
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
363
- },
364
- ],
365
- },
366
- [BitType_1.BitType.bookReference]: {
367
- since: '2.2.0',
368
- baseBitType: BitType_1.BitType.article,
369
- tags: [
370
- {
371
- type: BitTagType_1.BitTagType.property,
372
- configKey: PropertyConfigKey_1.PropertyConfigKey.refAuthor,
373
- maxCount: Count_1.Count.infinity,
374
- },
375
- {
376
- type: BitTagType_1.BitTagType.property,
377
- configKey: PropertyConfigKey_1.PropertyConfigKey.refBookTitle,
378
- },
379
- {
380
- type: BitTagType_1.BitTagType.property,
381
- configKey: PropertyConfigKey_1.PropertyConfigKey.refPublisher,
382
- maxCount: Count_1.Count.infinity,
383
- },
384
- {
385
- type: BitTagType_1.BitTagType.property,
386
- configKey: PropertyConfigKey_1.PropertyConfigKey.refPublicationYear,
387
- },
388
- {
389
- type: BitTagType_1.BitTagType.property,
390
- configKey: PropertyConfigKey_1.PropertyConfigKey.citationStyle,
391
- },
392
- ],
393
- },
394
- [BitType_1.BitType.botActionResponse]: {
395
- since: '1.3.0',
396
- baseBitType: BitType_1.BitType._standard,
397
- tags: [],
398
- cardSet: CardSetConfigKey_1.CardSetConfigKey._botActionResponses,
399
- },
400
- [BitType_1.BitType.botActionSend]: {
401
- since: '1.3.0',
402
- baseBitType: BitType_1.BitType._standard,
403
- tags: [
404
- {
405
- type: BitTagType_1.BitTagType.property,
406
- configKey: PropertyConfigKey_1.PropertyConfigKey.date,
407
- },
408
- ],
409
- },
410
- [BitType_1.BitType.browserImage]: {
411
- since: '1.3.0',
412
- baseBitType: BitType_1.BitType.image,
413
- tags: [
414
- {
415
- type: BitTagType_1.BitTagType.property,
416
- configKey: PropertyConfigKey_1.PropertyConfigKey.focusX,
417
- },
418
- {
419
- type: BitTagType_1.BitTagType.property,
420
- configKey: PropertyConfigKey_1.PropertyConfigKey.focusY,
421
- },
422
- ],
423
- },
424
- [BitType_1.BitType.card1]: {
425
- since: '1.3.0',
426
- baseBitType: BitType_1.BitType._standard,
427
- quizBit: true,
428
- tags: [
429
- {
430
- type: BitTagType_1.BitTagType.group,
431
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
432
- },
433
- ],
434
- },
435
- [BitType_1.BitType.question1]: { since: '1.3.0', baseBitType: BitType_1.BitType.card1 },
436
- [BitType_1.BitType.survey1]: { since: '1.3.0', baseBitType: BitType_1.BitType.card1 },
437
- [BitType_1.BitType.surveyAnonymous1]: { since: '1.3.0', baseBitType: BitType_1.BitType.card1 },
438
- [BitType_1.BitType.chapter]: {
439
- since: '1.3.0',
440
- baseBitType: BitType_1.BitType._standard,
441
- tags: [
442
- {
443
- type: BitTagType_1.BitTagType.tag,
444
- configKey: TagConfigKey_1.TagConfigKey.anchor,
445
- },
446
- {
447
- type: BitTagType_1.BitTagType.tag,
448
- configKey: TagConfigKey_1.TagConfigKey.title,
449
- },
450
- {
451
- type: BitTagType_1.BitTagType.property,
452
- configKey: PropertyConfigKey_1.PropertyConfigKey.toc,
453
- },
454
- {
455
- type: BitTagType_1.BitTagType.property,
456
- configKey: PropertyConfigKey_1.PropertyConfigKey.progress,
457
- },
458
- ],
459
- },
460
- [BitType_1.BitType.clozeAndMultipleChoiceText]: {
461
- since: '1.3.0',
462
- baseBitType: BitType_1.BitType._standard,
463
- quizBit: true,
464
- tags: [
465
- {
466
- type: BitTagType_1.BitTagType.group,
467
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
468
- },
469
- {
470
- type: BitTagType_1.BitTagType.group,
471
- configKey: GroupConfigKey_1.GroupConfigKey.group_gap,
472
- },
473
- {
474
- type: BitTagType_1.BitTagType.group,
475
- configKey: GroupConfigKey_1.GroupConfigKey.group_trueFalse,
476
- },
477
- ],
478
- },
479
- [BitType_1.BitType.coachCallToActionClozeAndMultipleChoiceText]: {
480
- since: '1.3.0',
481
- baseBitType: BitType_1.BitType.clozeAndMultipleChoiceText,
482
- },
483
- [BitType_1.BitType.cloze]: {
484
- since: '1.3.0',
485
- baseBitType: BitType_1.BitType._standard,
486
- quizBit: true,
487
- tags: [
488
- {
489
- type: BitTagType_1.BitTagType.group,
490
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
491
- },
492
- {
493
- type: BitTagType_1.BitTagType.property,
494
- configKey: PropertyConfigKey_1.PropertyConfigKey.isCaseSensitive,
495
- },
496
- {
497
- type: BitTagType_1.BitTagType.property,
498
- configKey: PropertyConfigKey_1.PropertyConfigKey.quizCountItems,
499
- },
500
- {
501
- type: BitTagType_1.BitTagType.property,
502
- configKey: PropertyConfigKey_1.PropertyConfigKey.quizStrikethroughSolutions,
503
- },
504
- {
505
- type: BitTagType_1.BitTagType.property,
506
- configKey: PropertyConfigKey_1.PropertyConfigKey.quizStrikethroughSolutions,
507
- },
508
- {
509
- type: BitTagType_1.BitTagType.property,
510
- configKey: PropertyConfigKey_1.PropertyConfigKey.additionalSolutions,
511
- maxCount: Count_1.Count.infinity,
512
- },
513
- {
514
- type: BitTagType_1.BitTagType.group,
515
- configKey: GroupConfigKey_1.GroupConfigKey.group_gap,
516
- },
517
- ],
518
- },
519
- [BitType_1.BitType.clozeInstructionGrouped]: { since: '1.3.0', baseBitType: BitType_1.BitType.cloze },
520
- [BitType_1.BitType.clozeSolutionGrouped]: { since: '1.3.0', baseBitType: BitType_1.BitType.cloze },
521
- [BitType_1.BitType.clozeSeveral]: { since: '3.5.0', baseBitType: BitType_1.BitType.cloze },
522
- [BitType_1.BitType.gapText]: { since: '1.5.15', baseBitType: BitType_1.BitType.cloze },
523
- [BitType_1.BitType.gapTextInstructionGrouped]: { since: '1.5.15', baseBitType: BitType_1.BitType.clozeInstructionGrouped },
524
- [BitType_1.BitType.coachSelfReflectionCloze]: { since: '1.3.0', baseBitType: BitType_1.BitType.cloze },
525
- [BitType_1.BitType.coachCallToActionCloze]: { since: '1.3.0', baseBitType: BitType_1.BitType.cloze },
526
- [BitType_1.BitType.clozeList]: {
527
- since: '1.4.13',
528
- baseBitType: BitType_1.BitType._standard,
529
- quizBit: true,
530
- tags: [
531
- {
532
- type: BitTagType_1.BitTagType.group,
533
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
534
- },
535
- ],
536
- cardSet: CardSetConfigKey_1.CardSetConfigKey._clozeList,
537
- },
538
- [BitType_1.BitType.code]: {
539
- since: '1.3.0',
540
- baseBitType: BitType_1.BitType._standard,
541
- tags: [
542
- {
543
- type: BitTagType_1.BitTagType.property,
544
- configKey: PropertyConfigKey_1.PropertyConfigKey.computerLanguage,
545
- },
546
- {
547
- type: BitTagType_1.BitTagType.property,
548
- configKey: PropertyConfigKey_1.PropertyConfigKey.codeLineNumbers,
549
- },
550
- {
551
- type: BitTagType_1.BitTagType.property,
552
- configKey: PropertyConfigKey_1.PropertyConfigKey.codeMinimap,
553
- },
554
- ],
555
- textFormatDefault: TextFormat_1.TextFormat.plainText,
556
- },
557
- [BitType_1.BitType.formula]: {
558
- since: '1.35.0',
559
- baseBitType: BitType_1.BitType._standard,
560
- tags: [],
561
- textFormatDefault: TextFormat_1.TextFormat.latex,
562
- },
563
- [BitType_1.BitType.smartStandardFormula]: { since: '3.11.0', baseBitType: BitType_1.BitType.formula },
564
- [BitType_1.BitType.smartStandardFormulaNonNormative]: { since: '3.11.0', baseBitType: BitType_1.BitType.formula },
565
- [BitType_1.BitType.smartStandardFormulaNormative]: { since: '3.11.0', baseBitType: BitType_1.BitType.formula },
566
- [BitType_1.BitType.smartStandardRemarkFormula]: { since: '3.11.0', baseBitType: BitType_1.BitType.formula },
567
- [BitType_1.BitType.smartStandardRemarkFormulaNonNormative]: { since: '3.11.0', baseBitType: BitType_1.BitType.formula },
568
- [BitType_1.BitType.smartStandardRemarkFormulaNormative]: { since: '3.11.0', baseBitType: BitType_1.BitType.formula },
569
- [BitType_1.BitType.appCodeCell]: { since: '1.4.3', baseBitType: BitType_1.BitType.code },
570
- [BitType_1.BitType.appCodeEditor]: { since: '1.4.3', baseBitType: BitType_1.BitType.code },
571
- [BitType_1.BitType.appCodeIde]: { since: '1.4.3', baseBitType: BitType_1.BitType.code },
572
- [BitType_1.BitType.codeRuntime]: { since: '1.4.3', baseBitType: BitType_1.BitType.code },
573
- [BitType_1.BitType.consoleLog]: { since: '1.4.3', baseBitType: BitType_1.BitType.code },
574
- [BitType_1.BitType.output]: { since: '1.4.3', baseBitType: BitType_1.BitType.code },
575
- [BitType_1.BitType.stdout]: { since: '1.4.3', baseBitType: BitType_1.BitType.code },
576
- [BitType_1.BitType.step]: { since: '1.5.1', baseBitType: BitType_1.BitType.article },
577
- [BitType_1.BitType.stepImageScreenshot]: { since: '1.5.1', baseBitType: BitType_1.BitType.image },
578
- [BitType_1.BitType.stepImageScreenshotWithPointer]: {
579
- since: '1.5.1',
580
- baseBitType: BitType_1.BitType.image,
581
- tags: [
582
- {
583
- type: BitTagType_1.BitTagType.property,
584
- configKey: PropertyConfigKey_1.PropertyConfigKey.pointerTop,
585
- minCount: 1,
586
- maxCount: 1,
587
- },
588
- {
589
- type: BitTagType_1.BitTagType.property,
590
- configKey: PropertyConfigKey_1.PropertyConfigKey.pointerLeft,
591
- minCount: 1,
592
- maxCount: 1,
593
- },
594
- ],
595
- },
596
- [BitType_1.BitType.milestone]: { since: '1.20.0', baseBitType: BitType_1.BitType.step },
597
- [BitType_1.BitType.conversationLeft1]: {
598
- since: '1.3.0',
599
- baseBitType: BitType_1.BitType._standard,
600
- tags: [
601
- {
602
- type: BitTagType_1.BitTagType.group,
603
- configKey: GroupConfigKey_1.GroupConfigKey.group_person,
604
- },
605
- ],
606
- },
607
- [BitType_1.BitType.conversationLeft1Scream]: { since: '1.3.0', baseBitType: BitType_1.BitType.conversationLeft1 },
608
- [BitType_1.BitType.conversationLeft1Thought]: { since: '1.3.0', baseBitType: BitType_1.BitType.conversationLeft1 },
609
- [BitType_1.BitType.conversationRight1]: { since: '1.3.0', baseBitType: BitType_1.BitType.conversationLeft1 },
610
- [BitType_1.BitType.conversationRight1Scream]: { since: '1.3.0', baseBitType: BitType_1.BitType.conversationLeft1 },
611
- [BitType_1.BitType.conversationRight1Thought]: { since: '1.3.0', baseBitType: BitType_1.BitType.conversationLeft1 },
612
- [BitType_1.BitType.clozeAndMultipleChoiceTextConversationLeft1]: { since: '1.3.0', baseBitType: BitType_1.BitType.conversationLeft1 },
613
- [BitType_1.BitType.clozeAndMultipleChoiceTextConversationLeft1Scream]: {
614
- since: '1.3.0',
615
- baseBitType: BitType_1.BitType.conversationLeft1,
616
- },
617
- [BitType_1.BitType.clozeAndMultipleChoiceTextConversationLeft1Thought]: {
618
- since: '1.3.0',
619
- baseBitType: BitType_1.BitType.conversationLeft1,
620
- },
621
- [BitType_1.BitType.clozeAndMultipleChoiceTextConversationRight1]: { since: '1.3.0', baseBitType: BitType_1.BitType.conversationLeft1 },
622
- [BitType_1.BitType.clozeAndMultipleChoiceTextConversationRight1Scream]: {
623
- since: '1.3.0',
624
- baseBitType: BitType_1.BitType.conversationLeft1,
625
- },
626
- [BitType_1.BitType.clozeAndMultipleChoiceTextConversationRight1Thought]: {
627
- since: '1.3.0',
628
- baseBitType: BitType_1.BitType.conversationLeft1,
629
- },
630
- [BitType_1.BitType.cookPreparation]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
631
- [BitType_1.BitType.cookStep]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
632
- [BitType_1.BitType.cookIngredients]: {
633
- since: '1.5.16',
634
- baseBitType: BitType_1.BitType._standard,
635
- tags: [
636
- {
637
- type: BitTagType_1.BitTagType.group,
638
- configKey: GroupConfigKey_1.GroupConfigKey.group_technicalTerm,
639
- },
640
- {
641
- type: BitTagType_1.BitTagType.property,
642
- configKey: PropertyConfigKey_1.PropertyConfigKey.servings,
643
- chain: [
644
- {
645
- type: BitTagType_1.BitTagType.property,
646
- configKey: PropertyConfigKey_1.PropertyConfigKey.unit,
647
- },
648
- {
649
- type: BitTagType_1.BitTagType.property,
650
- configKey: PropertyConfigKey_1.PropertyConfigKey.unitAbbr,
651
- },
652
- {
653
- type: BitTagType_1.BitTagType.property,
654
- configKey: PropertyConfigKey_1.PropertyConfigKey.decimalPlaces,
655
- },
656
- {
657
- type: BitTagType_1.BitTagType.property,
658
- configKey: PropertyConfigKey_1.PropertyConfigKey.disableCalculation,
659
- },
660
- {
661
- type: BitTagType_1.BitTagType.tag,
662
- configKey: TagConfigKey_1.TagConfigKey.hint,
663
- },
664
- ],
665
- },
666
- ],
667
- cardSet: CardSetConfigKey_1.CardSetConfigKey._ingredients,
668
- },
669
- [BitType_1.BitType.recipe]: { since: '1.5.24', baseBitType: BitType_1.BitType.cookIngredients },
670
- [BitType_1.BitType.cookRemark]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
671
- [BitType_1.BitType.cookVariation]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
672
- [BitType_1.BitType.cookInsert]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
673
- [BitType_1.BitType.cookNoteOnQuantity]: { since: '3.27.0', baseBitType: BitType_1.BitType.article },
674
- [BitType_1.BitType.cookArrangement]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
675
- [BitType_1.BitType.cookPracticeAdvise]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
676
- [BitType_1.BitType.cookPlate]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
677
- [BitType_1.BitType.cookRecommendation]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
678
- [BitType_1.BitType.cookPersonalRecommendation]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
679
- [BitType_1.BitType.cookSideDrink]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
680
- [BitType_1.BitType.cookSideDish]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
681
- [BitType_1.BitType.cookTimer]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
682
- [BitType_1.BitType.document]: {
683
- since: '1.3.0',
684
- baseBitType: BitType_1.BitType._standard,
685
- tags: [
686
- {
687
- type: BitTagType_1.BitTagType.group,
688
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
689
- },
690
- {
691
- type: BitTagType_1.BitTagType.group,
692
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceDocument,
693
- minCount: 1,
694
- },
695
- ],
696
- resourceAttachmentAllowed: false,
697
- },
698
- [BitType_1.BitType.documentDownload]: {
699
- since: '1.3.0',
700
- baseBitType: BitType_1.BitType._standard,
701
- tags: [
702
- {
703
- type: BitTagType_1.BitTagType.group,
704
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
705
- },
706
- {
707
- type: BitTagType_1.BitTagType.group,
708
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceDocumentDownload,
709
- minCount: 1,
710
- },
711
- ],
712
- resourceAttachmentAllowed: false,
713
- },
714
- [BitType_1.BitType.leDocumentDownload]: { since: '3.18.0', baseBitType: BitType_1.BitType.documentDownload },
715
- [BitType_1.BitType.documentEmbed]: {
716
- since: '1.3.0',
717
- baseBitType: BitType_1.BitType._standard,
718
- tags: [
719
- {
720
- type: BitTagType_1.BitTagType.group,
721
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
722
- },
723
- {
724
- type: BitTagType_1.BitTagType.group,
725
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceDocumentEmbed,
726
- minCount: 1,
727
- },
728
- ],
729
- resourceAttachmentAllowed: false,
730
- },
731
- [BitType_1.BitType.documentLink]: {
732
- since: '1.3.0',
733
- baseBitType: BitType_1.BitType._standard,
734
- tags: [
735
- {
736
- type: BitTagType_1.BitTagType.group,
737
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
738
- },
739
- {
740
- type: BitTagType_1.BitTagType.group,
741
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceDocumentLink,
742
- minCount: 1,
743
- },
744
- ],
745
- resourceAttachmentAllowed: false,
746
- },
747
- [BitType_1.BitType.essay]: {
748
- since: '1.3.0',
749
- baseBitType: BitType_1.BitType._standard,
750
- quizBit: true,
751
- tags: [
752
- {
753
- type: BitTagType_1.BitTagType.group,
754
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
755
- },
756
- {
757
- type: BitTagType_1.BitTagType.property,
758
- configKey: PropertyConfigKey_1.PropertyConfigKey.reasonableNumOfChars,
759
- },
760
- {
761
- type: BitTagType_1.BitTagType.property,
762
- configKey: PropertyConfigKey_1.PropertyConfigKey.property_sampleSolution,
763
- },
764
- {
765
- type: BitTagType_1.BitTagType.property,
766
- configKey: PropertyConfigKey_1.PropertyConfigKey.additionalSolutions,
767
- maxCount: Count_1.Count.infinity,
768
- },
769
- {
770
- type: BitTagType_1.BitTagType.property,
771
- configKey: PropertyConfigKey_1.PropertyConfigKey.partialAnswer,
772
- },
773
- {
774
- type: BitTagType_1.BitTagType.property,
775
- configKey: PropertyConfigKey_1.PropertyConfigKey.property_reference,
776
- maxCount: Count_1.Count.infinity,
777
- },
778
- ],
779
- rootExampleType: ExampleType_1.ExampleType.string,
780
- },
781
- [BitType_1.BitType.coachSelfReflectionEssay]: { since: '1.3.0', baseBitType: BitType_1.BitType.essay },
782
- [BitType_1.BitType.coachCallToActionEssay]: { since: '1.3.0', baseBitType: BitType_1.BitType.essay },
783
- [BitType_1.BitType.example]: {
784
- since: '1.3.0',
785
- baseBitType: BitType_1.BitType._standard,
786
- tags: [
787
- {
788
- type: BitTagType_1.BitTagType.tag,
789
- configKey: TagConfigKey_1.TagConfigKey.title,
790
- },
791
- ],
792
- rootExampleType: ExampleType_1.ExampleType.string,
793
- },
794
- [BitType_1.BitType.exampleAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.example },
795
- [BitType_1.BitType.standardExampleNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.example },
796
- [BitType_1.BitType.standardExampleNonNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.example },
797
- [BitType_1.BitType.smartStandardExampleNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardExampleNormative },
798
- [BitType_1.BitType.smartStandardExampleNonNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardExampleNonNormative },
799
- [BitType_1.BitType.smartStandardExampleNormativeCollapsible]: {
800
- since: '1.28.0',
801
- baseBitType: BitType_1.BitType.smartStandardExampleNormative,
802
- },
803
- [BitType_1.BitType.smartStandardExampleNonNormativeCollapsible]: {
804
- since: '1.28.0',
805
- baseBitType: BitType_1.BitType.smartStandardExampleNonNormative,
806
- },
807
- [BitType_1.BitType.appAiPrompt]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
808
- [BitType_1.BitType.aiPrompt]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
809
- [BitType_1.BitType.articleAi]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
810
- [BitType_1.BitType.articleAttachment]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
811
- [BitType_1.BitType.assignment]: { since: '1.3.0', baseBitType: BitType_1.BitType.essay },
812
- [BitType_1.BitType.audioTranscript]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
813
- [BitType_1.BitType.bitmarkExample]: { since: '1.3.0', baseBitType: BitType_1.BitType.example },
814
- [BitType_1.BitType.blogArticle]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
815
- [BitType_1.BitType.bug]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
816
- [BitType_1.BitType.bugAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.bug },
817
- [BitType_1.BitType.checklist]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
818
- [BitType_1.BitType.coachAudioTranscript]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
819
- [BitType_1.BitType.coachCallToActionChecklist]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
820
- [BitType_1.BitType.coachHomeRules]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
821
- [BitType_1.BitType.coachVideoTranscript]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
822
- [BitType_1.BitType.correction]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
823
- [BitType_1.BitType.danger]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
824
- [BitType_1.BitType.dangerAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.article },
825
- [BitType_1.BitType.definitionTerm]: { since: '1.34.0', baseBitType: BitType_1.BitType.article },
826
- [BitType_1.BitType.deleted]: { since: '3.9.0', baseBitType: BitType_1.BitType.article },
827
- [BitType_1.BitType.details1]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
828
- [BitType_1.BitType.details]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
829
- [BitType_1.BitType.qAndA]: { since: '3.5.0', baseBitType: BitType_1.BitType.article },
830
- [BitType_1.BitType.editorial]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
831
- [BitType_1.BitType.editorNote]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
832
- [BitType_1.BitType.featured]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
833
- [BitType_1.BitType.glossaryTerm]: { since: '1.33.0', baseBitType: BitType_1.BitType.article },
834
- [BitType_1.BitType.help]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
835
- [BitType_1.BitType.helpAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.help },
836
- [BitType_1.BitType.hint]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
837
- [BitType_1.BitType.hintAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.hint },
838
- [BitType_1.BitType.indexTerm]: { since: '1.33.0', baseBitType: BitType_1.BitType.article },
839
- [BitType_1.BitType.info]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
840
- [BitType_1.BitType.infoAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.info },
841
- [BitType_1.BitType.langLearningOutcomes]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
842
- [BitType_1.BitType.langEnablingLanguageSkills]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
843
- [BitType_1.BitType.langLifeSkills]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
844
- [BitType_1.BitType.langEnglishAroundWorld]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
845
- [BitType_1.BitType.langGoodToKnow]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
846
- [BitType_1.BitType.langLearningGoal]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
847
- [BitType_1.BitType.langLearningStrategy]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
848
- [BitType_1.BitType.langLikeALocal]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
849
- [BitType_1.BitType.langMaterial]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
850
- [BitType_1.BitType.langUsefulPhrases]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
851
- [BitType_1.BitType.langLevelDown]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
852
- [BitType_1.BitType.langLevelUp]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
853
- [BitType_1.BitType.langExtraActivity]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
854
- [BitType_1.BitType.langVideoScript]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
855
- [BitType_1.BitType.langAudioScript]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
856
- [BitType_1.BitType.langVocabulary]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
857
- [BitType_1.BitType.langHomework]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
858
- [BitType_1.BitType.langTeacherNote]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
859
- [BitType_1.BitType.langTeacherPronunciation]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
860
- [BitType_1.BitType.list]: { since: '1.22.0', baseBitType: BitType_1.BitType.article },
861
- [BitType_1.BitType.standardList]: { since: '1.22.0', baseBitType: BitType_1.BitType.article },
862
- [BitType_1.BitType.smartStandardList]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardList },
863
- [BitType_1.BitType.smartStandardListCollapsible]: { since: '1.28.0', baseBitType: BitType_1.BitType.smartStandardList },
864
- [BitType_1.BitType.message]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
865
- [BitType_1.BitType.newspaperArticle]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
866
- [BitType_1.BitType.note]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
867
- [BitType_1.BitType.noteAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.note },
868
- [BitType_1.BitType.standardNoteNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.note },
869
- [BitType_1.BitType.standardNoteNonNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.note },
870
- [BitType_1.BitType.smartStandardNoteNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardNoteNormative },
871
- [BitType_1.BitType.smartStandardNoteNonNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardNoteNonNormative },
872
- [BitType_1.BitType.smartStandardNoteNormativeCollapsible]: { since: '1.28.0', baseBitType: BitType_1.BitType.smartStandardNoteNormative },
873
- [BitType_1.BitType.smartStandardNoteNonNormativeCollapsible]: {
874
- since: '1.28.0',
875
- baseBitType: BitType_1.BitType.smartStandardNoteNonNormative,
876
- },
877
- [BitType_1.BitType.noteAi]: { since: '1.3.0', baseBitType: BitType_1.BitType.note },
878
- [BitType_1.BitType.notebookArticle]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
879
- [BitType_1.BitType.preparationNote]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
880
- [BitType_1.BitType.releaseNotesSummary]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
881
- [BitType_1.BitType.remark]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
882
- [BitType_1.BitType.remarkAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.remark },
883
- [BitType_1.BitType.standardRemarkNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.article },
884
- [BitType_1.BitType.standardRemarkNonNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.article },
885
- [BitType_1.BitType.smartStandardRemarkNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardRemarkNormative },
886
- [BitType_1.BitType.smartStandardRemarkNonNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardRemarkNonNormative },
887
- [BitType_1.BitType.smartStandardRemarkNormativeCollapsible]: {
888
- since: '1.28.0',
889
- baseBitType: BitType_1.BitType.smartStandardRemarkNormative,
890
- },
891
- [BitType_1.BitType.smartStandardRemarkNonNormativeCollapsible]: {
892
- since: '1.28.0',
893
- baseBitType: BitType_1.BitType.smartStandardRemarkNonNormative,
894
- },
895
- [BitType_1.BitType.selfAssessment]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
896
- [BitType_1.BitType.separator]: { since: '1.4.15', baseBitType: BitType_1.BitType.article },
897
- [BitType_1.BitType.separatorAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.separator },
898
- [BitType_1.BitType.sticker]: { since: '1.5.28', baseBitType: BitType_1.BitType.article },
899
- [BitType_1.BitType.sideNote]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
900
- [BitType_1.BitType.summary]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
901
- [BitType_1.BitType.summaryAi]: { since: '1.3.0', baseBitType: BitType_1.BitType.summary },
902
- [BitType_1.BitType.videoTranscript]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
903
- [BitType_1.BitType.warning]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
904
- [BitType_1.BitType.warningAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.warning },
905
- [BitType_1.BitType.workbookArticle]: { since: '1.3.0', baseBitType: BitType_1.BitType.article },
906
- [BitType_1.BitType.collapsible]: { since: '1.21.0', baseBitType: BitType_1.BitType.article },
907
- [BitType_1.BitType.sideNoteCollapsible]: { since: '1.21.0', baseBitType: BitType_1.BitType.article },
908
- [BitType_1.BitType.infoCollapsible]: { since: '1.21.0', baseBitType: BitType_1.BitType.article },
909
- [BitType_1.BitType.remarkCollapsible]: { since: '1.21.0', baseBitType: BitType_1.BitType.article },
910
- [BitType_1.BitType.warningCollapsible]: { since: '1.21.0', baseBitType: BitType_1.BitType.article },
911
- [BitType_1.BitType.dangerCollapsible]: { since: '1.21.0', baseBitType: BitType_1.BitType.article },
912
- [BitType_1.BitType.noteCollapsible]: { since: '1.21.0', baseBitType: BitType_1.BitType.article },
913
- [BitType_1.BitType.exampleCollapsible]: { since: '1.21.0', baseBitType: BitType_1.BitType.article },
914
- [BitType_1.BitType.hintCollapsible]: { since: '1.21.0', baseBitType: BitType_1.BitType.article },
915
- [BitType_1.BitType.bugCollapsible]: { since: '1.21.0', baseBitType: BitType_1.BitType.article },
916
- [BitType_1.BitType.platformPath]: {
917
- since: '3.14.1',
918
- baseBitType: BitType_1.BitType._standard,
919
- tags: [
920
- {
921
- type: BitTagType_1.BitTagType.property,
922
- configKey: PropertyConfigKey_1.PropertyConfigKey.path,
923
- },
924
- ],
925
- },
926
- [BitType_1.BitType.container]: {
927
- since: '1.9.0',
928
- baseBitType: BitType_1.BitType.article,
929
- tags: [
930
- {
931
- type: BitTagType_1.BitTagType.property,
932
- configKey: PropertyConfigKey_1.PropertyConfigKey.allowedBit,
933
- maxCount: Count_1.Count.infinity,
934
- },
935
- ],
936
- },
937
- [BitType_1.BitType.containerWrap]: { since: '1.9.0', baseBitType: BitType_1.BitType.container },
938
- [BitType_1.BitType.containerNowrap]: { since: '1.9.0', baseBitType: BitType_1.BitType.container },
939
- [BitType_1.BitType.containerNowrapStretch]: { since: '1.9.0', baseBitType: BitType_1.BitType.container },
940
- [BitType_1.BitType.containerGroup]: { since: '1.9.0', baseBitType: BitType_1.BitType.container },
941
- [BitType_1.BitType.containerFolder]: { since: '1.9.0', baseBitType: BitType_1.BitType.container },
942
- [BitType_1.BitType.containerCarousel]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
943
- [BitType_1.BitType.containerCards]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
944
- [BitType_1.BitType.containerGrid]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
945
- [BitType_1.BitType.containerStack]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
946
- [BitType_1.BitType.containerSlides]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
947
- [BitType_1.BitType.containerGallery]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
948
- [BitType_1.BitType.containerScroller]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
949
- [BitType_1.BitType.containerTabs]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
950
- [BitType_1.BitType.containerAccordionTabs]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
951
- [BitType_1.BitType.containerFolderAll]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
952
- [BitType_1.BitType.containerBits2]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
953
- [BitType_1.BitType.containerCookRecipe]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
954
- [BitType_1.BitType.containerNewsArticle]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
955
- [BitType_1.BitType.containerPreview]: { since: '1.11.0', baseBitType: BitType_1.BitType.container },
956
- [BitType_1.BitType.pageContainer]: { since: '1.9.0', baseBitType: BitType_1.BitType.container },
957
- [BitType_1.BitType.pageContainerWrap]: { since: '1.9.0', baseBitType: BitType_1.BitType.pageContainer },
958
- [BitType_1.BitType.pageContainerNowrap]: { since: '1.9.0', baseBitType: BitType_1.BitType.pageContainer },
959
- [BitType_1.BitType.pageContainerNowrapStretch]: { since: '1.9.0', baseBitType: BitType_1.BitType.pageContainer },
960
- [BitType_1.BitType.pageContainerFolder]: { since: '1.9.0', baseBitType: BitType_1.BitType.pageContainer },
961
- [BitType_1.BitType.pageContainerGroup]: { since: '1.9.0', baseBitType: BitType_1.BitType.pageContainer },
962
- [BitType_1.BitType.metalevelExplanation]: { since: '1.10.0', baseBitType: BitType_1.BitType.article },
963
- [BitType_1.BitType.module]: {
964
- since: '1.5.26',
965
- baseBitType: BitType_1.BitType.article,
966
- tags: [
967
- {
968
- type: BitTagType_1.BitTagType.property,
969
- configKey: PropertyConfigKey_1.PropertyConfigKey.hasBookNavigation,
970
- },
971
- {
972
- type: BitTagType_1.BitTagType.property,
973
- configKey: PropertyConfigKey_1.PropertyConfigKey.productId,
974
- minCount: 1,
975
- maxCount: Count_1.Count.infinity,
976
- },
977
- {
978
- type: BitTagType_1.BitTagType.property,
979
- configKey: PropertyConfigKey_1.PropertyConfigKey.duration,
980
- },
981
- ],
982
- },
983
- [BitType_1.BitType.moduleProduct]: {
984
- since: '1.9.0',
985
- baseBitType: BitType_1.BitType.module,
986
- tags: [
987
- {
988
- type: BitTagType_1.BitTagType.property,
989
- configKey: PropertyConfigKey_1.PropertyConfigKey.productId,
990
- minCount: 1,
991
- },
992
- ],
993
- },
994
- [BitType_1.BitType.exampleList]: {
995
- since: '1.4.13',
996
- baseBitType: BitType_1.BitType.example,
997
- cardSet: CardSetConfigKey_1.CardSetConfigKey._exampleBitList,
998
- rootExampleType: ExampleType_1.ExampleType.string,
999
- },
1000
- [BitType_1.BitType.extractorPage]: { since: '1.5.17', baseBitType: BitType_1.BitType.image },
1001
- [BitType_1.BitType.extractorPageCollapsible]: { since: '1.30.0', baseBitType: BitType_1.BitType.extractorPage },
1002
- [BitType_1.BitType.extractorPageWithBlocks]: { since: '1.5.21', baseBitType: BitType_1.BitType.image },
1003
- [BitType_1.BitType.extractorPageWithBlocksCollapsible]: { since: '1.30.0', baseBitType: BitType_1.BitType.extractorPageWithBlocks },
1004
- [BitType_1.BitType.extractorConfiguration]: {
1005
- since: '1.7.1',
1006
- baseBitType: BitType_1.BitType._standard,
1007
- tags: [],
1008
- textFormatDefault: TextFormat_1.TextFormat.plainText,
1009
- },
1010
- [BitType_1.BitType.extractorInformation]: {
1011
- since: '3.8.0',
1012
- baseBitType: BitType_1.BitType._standard,
1013
- tags: [],
1014
- textFormatDefault: TextFormat_1.TextFormat.json,
1015
- },
1016
- [BitType_1.BitType.extractorAiChat]: { since: '3.19.0', baseBitType: BitType_1.BitType._standard },
1017
- [BitType_1.BitType.extractorBlock]: {
1018
- since: '1.5.16',
1019
- baseBitType: BitType_1.BitType._standard,
1020
- tags: [
1021
- {
1022
- type: BitTagType_1.BitTagType.property,
1023
- configKey: PropertyConfigKey_1.PropertyConfigKey.blockId,
1024
- },
1025
- {
1026
- type: BitTagType_1.BitTagType.property,
1027
- configKey: PropertyConfigKey_1.PropertyConfigKey.pageNo,
1028
- },
1029
- {
1030
- type: BitTagType_1.BitTagType.property,
1031
- configKey: PropertyConfigKey_1.PropertyConfigKey.x,
1032
- },
1033
- {
1034
- type: BitTagType_1.BitTagType.property,
1035
- configKey: PropertyConfigKey_1.PropertyConfigKey.y,
1036
- },
1037
- {
1038
- type: BitTagType_1.BitTagType.property,
1039
- configKey: PropertyConfigKey_1.PropertyConfigKey.width,
1040
- },
1041
- {
1042
- type: BitTagType_1.BitTagType.property,
1043
- configKey: PropertyConfigKey_1.PropertyConfigKey.height,
1044
- },
1045
- {
1046
- type: BitTagType_1.BitTagType.property,
1047
- configKey: PropertyConfigKey_1.PropertyConfigKey.index,
1048
- },
1049
- {
1050
- type: BitTagType_1.BitTagType.property,
1051
- configKey: PropertyConfigKey_1.PropertyConfigKey.classification,
1052
- },
1053
- {
1054
- type: BitTagType_1.BitTagType.property,
1055
- configKey: PropertyConfigKey_1.PropertyConfigKey.availableClassifications,
1056
- maxCount: Count_1.Count.infinity,
1057
- },
1058
- {
1059
- type: BitTagType_1.BitTagType.group,
1060
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceImage,
1061
- minCount: 1,
1062
- },
1063
- ],
1064
- resourceAttachmentAllowed: false,
1065
- },
1066
- [BitType_1.BitType.extractorRepeatedText]: { since: '1.5.21', baseBitType: BitType_1.BitType.article },
1067
- [BitType_1.BitType.extractorPageNumber]: { since: '1.5.21', baseBitType: BitType_1.BitType.article },
1068
- [BitType_1.BitType.extractorPageNumberCollapsible]: { since: '1.30.0', baseBitType: BitType_1.BitType.extractorPageNumber },
1069
- [BitType_1.BitType.extractorPageHeader]: { since: '1.5.21', baseBitType: BitType_1.BitType.article },
1070
- [BitType_1.BitType.extractorPageHeaderCollapsible]: { since: '1.30.0', baseBitType: BitType_1.BitType.extractorPageHeader },
1071
- [BitType_1.BitType.extractorPageFooter]: { since: '1.5.21', baseBitType: BitType_1.BitType.article },
1072
- [BitType_1.BitType.extractorPageFooterCollapsible]: { since: '1.30.0', baseBitType: BitType_1.BitType.extractorPageFooter },
1073
- [BitType_1.BitType.pageOpenBook]: {
1074
- since: '1.5.10',
1075
- baseBitType: BitType_1.BitType.article,
1076
- tags: [
1077
- {
1078
- type: BitTagType_1.BitTagType.property,
1079
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1080
- },
1081
- {
1082
- type: BitTagType_1.BitTagType.property,
1083
- configKey: PropertyConfigKey_1.PropertyConfigKey.book,
1084
- chain: [
1085
- {
1086
- type: BitTagType_1.BitTagType.tag,
1087
- configKey: TagConfigKey_1.TagConfigKey.tag_reference,
1088
- maxCount: 2,
1089
- },
1090
- ],
1091
- },
1092
- {
1093
- /* Allow incorrectly chained reference tag */
1094
- type: BitTagType_1.BitTagType.tag,
1095
- configKey: TagConfigKey_1.TagConfigKey.tag_reference,
1096
- },
1097
- {
1098
- type: BitTagType_1.BitTagType.property,
1099
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
1100
- },
1101
- ],
1102
- },
1103
- [BitType_1.BitType.pageOpenBookList]: {
1104
- since: '2.1.0',
1105
- baseBitType: BitType_1.BitType.article,
1106
- tags: [
1107
- {
1108
- type: BitTagType_1.BitTagType.property,
1109
- configKey: PropertyConfigKey_1.PropertyConfigKey.book,
1110
- maxCount: Count_1.Count.infinity,
1111
- chain: [
1112
- {
1113
- type: BitTagType_1.BitTagType.tag,
1114
- configKey: TagConfigKey_1.TagConfigKey.tag_reference,
1115
- maxCount: 2,
1116
- },
1117
- ],
1118
- },
1119
- {
1120
- type: BitTagType_1.BitTagType.property,
1121
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
1122
- },
1123
- ],
1124
- },
1125
- [BitType_1.BitType.pageSubscribe]: {
1126
- since: '1.5.10',
1127
- baseBitType: BitType_1.BitType.article,
1128
- tags: [
1129
- {
1130
- type: BitTagType_1.BitTagType.property,
1131
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1132
- },
1133
- {
1134
- type: BitTagType_1.BitTagType.property,
1135
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
1136
- },
1137
- {
1138
- type: BitTagType_1.BitTagType.property,
1139
- configKey: PropertyConfigKey_1.PropertyConfigKey.mailingList,
1140
- },
1141
- ],
1142
- },
1143
- [BitType_1.BitType.assignmentList]: { since: '1.4.13', baseBitType: BitType_1.BitType.exampleList },
1144
- [BitType_1.BitType.pageFooter]: {
1145
- since: '1.4.13',
1146
- baseBitType: BitType_1.BitType.article,
1147
- tags: [
1148
- {
1149
- type: BitTagType_1.BitTagType.property,
1150
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1151
- },
1152
- ],
1153
- cardSet: CardSetConfigKey_1.CardSetConfigKey._exampleBitList,
1154
- },
1155
- [BitType_1.BitType.legend]: {
1156
- since: '3.12.0',
1157
- baseBitType: BitType_1.BitType._standard,
1158
- tags: [],
1159
- cardSet: CardSetConfigKey_1.CardSetConfigKey._definitionList,
1160
- },
1161
- [BitType_1.BitType.smartStandardLegend]: { since: '3.12.0', baseBitType: BitType_1.BitType.legend },
1162
- [BitType_1.BitType.smartStandardLegendNonNormative]: { since: '3.12.0', baseBitType: BitType_1.BitType.legend },
1163
- [BitType_1.BitType.smartStandardLegendNormative]: { since: '3.12.0', baseBitType: BitType_1.BitType.legend },
1164
- [BitType_1.BitType.smartStandardRemarkLegend]: { since: '3.12.0', baseBitType: BitType_1.BitType.legend },
1165
- [BitType_1.BitType.smartStandardRemarkLegendNonNormative]: { since: '3.12.0', baseBitType: BitType_1.BitType.legend },
1166
- [BitType_1.BitType.smartStandardRemarkLegendNormative]: { since: '3.12.0', baseBitType: BitType_1.BitType.legend },
1167
- [BitType_1.BitType.definitionList]: {
1168
- since: '1.34.0',
1169
- baseBitType: BitType_1.BitType._standard,
1170
- tags: [],
1171
- cardSet: CardSetConfigKey_1.CardSetConfigKey._definitionList,
1172
- },
1173
- [BitType_1.BitType.metaSearchDefaultTerms]: {
1174
- since: '3.12.0',
1175
- baseBitType: BitType_1.BitType._standard,
1176
- tags: [],
1177
- cardSet: CardSetConfigKey_1.CardSetConfigKey._definitionList,
1178
- },
1179
- [BitType_1.BitType.metaSearchDefaultTopics]: { since: '3.12.0', baseBitType: BitType_1.BitType.metaSearchDefaultTerms },
1180
- [BitType_1.BitType.flashcard]: {
1181
- since: '1.3.0',
1182
- baseBitType: BitType_1.BitType._standard,
1183
- quizBit: true,
1184
- tags: [
1185
- {
1186
- type: BitTagType_1.BitTagType.group,
1187
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
1188
- },
1189
- ],
1190
- cardSet: CardSetConfigKey_1.CardSetConfigKey._flashcard,
1191
- },
1192
- [BitType_1.BitType.flashcard1]: { since: '1.3.0', baseBitType: BitType_1.BitType.flashcard },
1193
- [BitType_1.BitType.qAndACard]: { since: '3.25.0', baseBitType: BitType_1.BitType.flashcard1 },
1194
- [BitType_1.BitType.focusImage]: {
1195
- since: '1.3.0',
1196
- baseBitType: BitType_1.BitType.image,
1197
- tags: [
1198
- {
1199
- type: BitTagType_1.BitTagType.property,
1200
- configKey: PropertyConfigKey_1.PropertyConfigKey.focusX,
1201
- },
1202
- {
1203
- type: BitTagType_1.BitTagType.property,
1204
- configKey: PropertyConfigKey_1.PropertyConfigKey.focusY,
1205
- },
1206
- ],
1207
- },
1208
- [BitType_1.BitType.highlightText]: {
1209
- since: '1.3.0',
1210
- baseBitType: BitType_1.BitType._standard,
1211
- quizBit: true,
1212
- tags: [
1213
- {
1214
- type: BitTagType_1.BitTagType.group,
1215
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
1216
- },
1217
- {
1218
- type: BitTagType_1.BitTagType.group,
1219
- configKey: GroupConfigKey_1.GroupConfigKey.group_trueFalse,
1220
- },
1221
- ],
1222
- },
1223
- [BitType_1.BitType.image]: {
1224
- since: '1.3.0',
1225
- baseBitType: BitType_1.BitType._standard,
1226
- tags: [
1227
- {
1228
- type: BitTagType_1.BitTagType.resource,
1229
- configKey: ResourceConfigKey_1.ResourceConfigKey.backgroundWallpaper,
1230
- chain: [
1231
- {
1232
- type: BitTagType_1.BitTagType.group,
1233
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceImageCommon,
1234
- },
1235
- ],
1236
- },
1237
- {
1238
- type: BitTagType_1.BitTagType.group,
1239
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
1240
- },
1241
- {
1242
- type: BitTagType_1.BitTagType.group,
1243
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceImage,
1244
- minCount: 1,
1245
- },
1246
- ],
1247
- resourceAttachmentAllowed: false,
1248
- },
1249
- [BitType_1.BitType.appCreateBitsFromImage]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1250
- [BitType_1.BitType.appGetScreenshot]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1251
- [BitType_1.BitType.detailsImage]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1252
- [BitType_1.BitType.figure]: {
1253
- since: '1.3.0',
1254
- baseBitType: BitType_1.BitType.image,
1255
- cardSet: CardSetConfigKey_1.CardSetConfigKey._definitionList,
1256
- },
1257
- [BitType_1.BitType.imageBanner]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1258
- [BitType_1.BitType.imageFigure]: {
1259
- since: '1.3.0',
1260
- baseBitType: BitType_1.BitType.image,
1261
- cardSet: CardSetConfigKey_1.CardSetConfigKey._definitionList,
1262
- },
1263
- [BitType_1.BitType.imageFigureAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.imageFigure },
1264
- [BitType_1.BitType.standardImageFigureNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.imageFigure },
1265
- [BitType_1.BitType.standardImageFigureNonNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.imageFigure },
1266
- [BitType_1.BitType.smartStandardImageFigureNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardImageFigureNormative },
1267
- [BitType_1.BitType.smartStandardImageFigureNonNormative]: {
1268
- since: '1.28.0',
1269
- baseBitType: BitType_1.BitType.standardImageFigureNonNormative,
1270
- },
1271
- [BitType_1.BitType.smartStandardImageFigureNormativeCollapsible]: {
1272
- since: '1.28.0',
1273
- baseBitType: BitType_1.BitType.smartStandardImageFigureNormative,
1274
- },
1275
- [BitType_1.BitType.smartStandardImageFigureNonNormativeCollapsible]: {
1276
- since: '1.28.0',
1277
- baseBitType: BitType_1.BitType.smartStandardImageFigureNonNormative,
1278
- },
1279
- [BitType_1.BitType.imageLandscape]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1280
- [BitType_1.BitType.imageMood]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1281
- [BitType_1.BitType.imagePortrait]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1282
- [BitType_1.BitType.imagePrototype]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1283
- [BitType_1.BitType.imageSeparator]: { since: '1.4.15', baseBitType: BitType_1.BitType.image },
1284
- [BitType_1.BitType.imageSeparatorAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.imageSeparator },
1285
- [BitType_1.BitType.imageScreenshot]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1286
- [BitType_1.BitType.imageStyled]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1287
- [BitType_1.BitType.imageSuperWide]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1288
- [BitType_1.BitType.imageZoom]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1289
- [BitType_1.BitType.langLifeSkillIcon]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1290
- [BitType_1.BitType.lifeSkillSticker]: { since: '1.3.0', baseBitType: BitType_1.BitType.image },
1291
- [BitType_1.BitType.pageBanner]: {
1292
- since: '1.4.3',
1293
- baseBitType: BitType_1.BitType.image,
1294
- tags: [
1295
- {
1296
- type: BitTagType_1.BitTagType.property,
1297
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1298
- },
1299
- ],
1300
- },
1301
- [BitType_1.BitType.pageHero]: { since: '1.11.0', baseBitType: BitType_1.BitType.pageBanner },
1302
- [BitType_1.BitType.screenshot]: { since: '1.3.0', deprecated: '1.4.0', baseBitType: BitType_1.BitType.image },
1303
- [BitType_1.BitType.tableImage]: {
1304
- since: '1.5.15',
1305
- baseBitType: BitType_1.BitType.image,
1306
- tags: [
1307
- {
1308
- type: BitTagType_1.BitTagType.property,
1309
- configKey: PropertyConfigKey_1.PropertyConfigKey.caption,
1310
- },
1311
- ],
1312
- },
1313
- [BitType_1.BitType.tableImageAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.tableImage },
1314
- [BitType_1.BitType.standardTableImageNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.tableImage },
1315
- [BitType_1.BitType.standardTableImageNonNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.tableImage },
1316
- [BitType_1.BitType.standardRemarkTableImageNormative]: { since: '1.17.0', baseBitType: BitType_1.BitType.tableImage },
1317
- [BitType_1.BitType.standardRemarkTableImageNonNormative]: { since: '1.17.0', baseBitType: BitType_1.BitType.tableImage },
1318
- [BitType_1.BitType.smartStandardTableImageNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardTableImageNormative },
1319
- [BitType_1.BitType.smartStandardTableImageNonNormative]: {
1320
- since: '1.28.0',
1321
- baseBitType: BitType_1.BitType.standardTableImageNonNormative,
1322
- },
1323
- [BitType_1.BitType.smartStandardRemarkTableImageNormative]: {
1324
- since: '1.28.0',
1325
- baseBitType: BitType_1.BitType.standardRemarkTableImageNormative,
1326
- },
1327
- [BitType_1.BitType.smartStandardRemarkTableImageNonNormative]: {
1328
- since: '1.28.0',
1329
- baseBitType: BitType_1.BitType.standardRemarkTableImageNonNormative,
1330
- },
1331
- [BitType_1.BitType.smartStandardTableImageNormativeCollapsible]: {
1332
- since: '1.28.0',
1333
- baseBitType: BitType_1.BitType.smartStandardTableImageNormative,
1334
- },
1335
- [BitType_1.BitType.smartStandardTableImageNonNormativeCollapsible]: {
1336
- since: '1.28.0',
1337
- baseBitType: BitType_1.BitType.smartStandardTableImageNonNormative,
1338
- },
1339
- [BitType_1.BitType.smartStandardRemarkTableImageNormativeCollapsible]: {
1340
- since: '1.28.0',
1341
- baseBitType: BitType_1.BitType.smartStandardRemarkTableImageNormative,
1342
- },
1343
- [BitType_1.BitType.smartStandardRemarkTableImageNonNormativeCollapsible]: {
1344
- since: '1.28.0',
1345
- baseBitType: BitType_1.BitType.smartStandardRemarkTableImageNonNormative,
1346
- },
1347
- [BitType_1.BitType.imageLink]: {
1348
- since: '1.3.0',
1349
- baseBitType: BitType_1.BitType._standard,
1350
- tags: [
1351
- {
1352
- type: BitTagType_1.BitTagType.group,
1353
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
1354
- },
1355
- {
1356
- type: BitTagType_1.BitTagType.group,
1357
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceImageLink,
1358
- minCount: 1,
1359
- },
1360
- ],
1361
- resourceAttachmentAllowed: false,
1362
- },
1363
- [BitType_1.BitType.imageOnDevice]: {
1364
- since: '1.3.0',
1365
- baseBitType: BitType_1.BitType._standard,
1366
- tags: [
1367
- {
1368
- type: BitTagType_1.BitTagType.group,
1369
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
1370
- },
1371
- {
1372
- type: BitTagType_1.BitTagType.group,
1373
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceImage,
1374
- },
1375
- {
1376
- type: BitTagType_1.BitTagType.group,
1377
- configKey: GroupConfigKey_1.GroupConfigKey.group_imageSource,
1378
- },
1379
- ],
1380
- resourceAttachmentAllowed: false,
1381
- },
1382
- [BitType_1.BitType.imageResponsive]: {
1383
- since: '1.3.0',
1384
- baseBitType: BitType_1.BitType._standard,
1385
- tags: [
1386
- {
1387
- type: BitTagType_1.BitTagType.group,
1388
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
1389
- },
1390
- {
1391
- // Combo resource
1392
- type: BitTagType_1.BitTagType.group,
1393
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceImageResponsive,
1394
- },
1395
- ],
1396
- resourceAttachmentAllowed: false,
1397
- },
1398
- [BitType_1.BitType.imagesLogoGrave]: {
1399
- since: '1.5.11',
1400
- baseBitType: BitType_1.BitType._standard,
1401
- tags: [
1402
- {
1403
- type: BitTagType_1.BitTagType.group,
1404
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
1405
- },
1406
- {
1407
- // Image resource
1408
- type: BitTagType_1.BitTagType.group,
1409
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceImage,
1410
- minCount: 1,
1411
- maxCount: Count_1.Count.infinity,
1412
- },
1413
- ],
1414
- resourceAttachmentAllowed: false,
1415
- },
1416
- [BitType_1.BitType.prototypeImages]: {
1417
- since: '1.6.1',
1418
- baseBitType: BitType_1.BitType.imagesLogoGrave,
1419
- },
1420
- [BitType_1.BitType.internalLink]: {
1421
- since: '1.3.0',
1422
- baseBitType: BitType_1.BitType._standard,
1423
- tags: [
1424
- {
1425
- type: BitTagType_1.BitTagType.tag,
1426
- configKey: TagConfigKey_1.TagConfigKey.tag_reference,
1427
- },
1428
- ],
1429
- },
1430
- [BitType_1.BitType.interview]: {
1431
- since: '1.3.0',
1432
- baseBitType: BitType_1.BitType._standard,
1433
- quizBit: true,
1434
- tags: [
1435
- {
1436
- type: BitTagType_1.BitTagType.group,
1437
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
1438
- },
1439
- {
1440
- type: BitTagType_1.BitTagType.property,
1441
- configKey: PropertyConfigKey_1.PropertyConfigKey.reasonableNumOfChars,
1442
- },
1443
- ],
1444
- cardSet: CardSetConfigKey_1.CardSetConfigKey._questions,
1445
- },
1446
- [BitType_1.BitType.interviewInstructionGrouped]: { since: '1.3.0', baseBitType: BitType_1.BitType.interview },
1447
- [BitType_1.BitType.botInterview]: { since: '1.3.0', baseBitType: BitType_1.BitType.interview },
1448
- [BitType_1.BitType.learningPathBook]: {
1449
- since: '1.3.0',
1450
- baseBitType: BitType_1.BitType._standard,
1451
- tags: [
1452
- {
1453
- type: BitTagType_1.BitTagType.group,
1454
- configKey: GroupConfigKey_1.GroupConfigKey.group_learningPathCommon,
1455
- },
1456
- ],
1457
- },
1458
- [BitType_1.BitType.bookLink]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1459
- [BitType_1.BitType.bookLinkNext]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1460
- [BitType_1.BitType.bookLinkPrev]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1461
- [BitType_1.BitType.learningPathClassroomEvent]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1462
- [BitType_1.BitType.learningPathClassroomTraining]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1463
- [BitType_1.BitType.learningPathClosing]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1464
- [BitType_1.BitType.learningPathFeedback]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1465
- [BitType_1.BitType.learningPathLearningGoal]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1466
- [BitType_1.BitType.learningPathLti]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1467
- [BitType_1.BitType.learningPathSign]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1468
- [BitType_1.BitType.learningPathStep]: { since: '1.3.0', baseBitType: BitType_1.BitType.learningPathBook },
1469
- [BitType_1.BitType.learningPathBotTraining]: {
1470
- since: '1.3.0',
1471
- baseBitType: BitType_1.BitType.learningPathBook,
1472
- tags: [
1473
- {
1474
- type: BitTagType_1.BitTagType.property,
1475
- configKey: PropertyConfigKey_1.PropertyConfigKey.bot,
1476
- },
1477
- ],
1478
- },
1479
- [BitType_1.BitType.learningPathExternalLink]: {
1480
- since: '1.3.0',
1481
- baseBitType: BitType_1.BitType.learningPathBook,
1482
- tags: [
1483
- {
1484
- type: BitTagType_1.BitTagType.property,
1485
- configKey: PropertyConfigKey_1.PropertyConfigKey.externalLink,
1486
- },
1487
- {
1488
- type: BitTagType_1.BitTagType.property,
1489
- configKey: PropertyConfigKey_1.PropertyConfigKey.externalLinkText,
1490
- },
1491
- ],
1492
- },
1493
- [BitType_1.BitType.learningPathVideoCall]: {
1494
- since: '1.3.0',
1495
- baseBitType: BitType_1.BitType.learningPathBook,
1496
- tags: [
1497
- {
1498
- type: BitTagType_1.BitTagType.property,
1499
- configKey: PropertyConfigKey_1.PropertyConfigKey.videoCallLink,
1500
- },
1501
- ],
1502
- },
1503
- [BitType_1.BitType.leLearningObjectives]: {
1504
- since: '1.25.0',
1505
- baseBitType: BitType_1.BitType.learningPathLearningGoal,
1506
- tags: [
1507
- {
1508
- type: BitTagType_1.BitTagType.property,
1509
- configKey: PropertyConfigKey_1.PropertyConfigKey.activityType,
1510
- },
1511
- ],
1512
- },
1513
- [BitType_1.BitType.leVideoCall]: {
1514
- since: '1.25.0',
1515
- baseBitType: BitType_1.BitType.learningPathVideoCall,
1516
- tags: [
1517
- {
1518
- type: BitTagType_1.BitTagType.property,
1519
- configKey: PropertyConfigKey_1.PropertyConfigKey.activityType,
1520
- },
1521
- ],
1522
- },
1523
- [BitType_1.BitType.leClassroomEvent]: {
1524
- since: '1.25.0',
1525
- baseBitType: BitType_1.BitType.learningPathClassroomEvent,
1526
- tags: [
1527
- {
1528
- type: BitTagType_1.BitTagType.property,
1529
- configKey: PropertyConfigKey_1.PropertyConfigKey.activityType,
1530
- },
1531
- ],
1532
- },
1533
- [BitType_1.BitType.leMultiDayEvent]: { since: '3.32.0', baseBitType: BitType_1.BitType.leClassroomEvent },
1534
- [BitType_1.BitType.leCompletion]: {
1535
- since: '1.25.0',
1536
- baseBitType: BitType_1.BitType.learningPathClosing,
1537
- tags: [
1538
- {
1539
- type: BitTagType_1.BitTagType.property,
1540
- configKey: PropertyConfigKey_1.PropertyConfigKey.activityType,
1541
- },
1542
- ],
1543
- },
1544
- [BitType_1.BitType.leExternalLink]: {
1545
- since: '1.25.0',
1546
- baseBitType: BitType_1.BitType.learningPathExternalLink,
1547
- tags: [
1548
- {
1549
- type: BitTagType_1.BitTagType.property,
1550
- configKey: PropertyConfigKey_1.PropertyConfigKey.activityType,
1551
- },
1552
- ],
1553
- },
1554
- [BitType_1.BitType.leReadBook]: {
1555
- since: '1.25.0',
1556
- baseBitType: BitType_1.BitType.learningPathBook,
1557
- tags: [
1558
- {
1559
- type: BitTagType_1.BitTagType.property,
1560
- configKey: PropertyConfigKey_1.PropertyConfigKey.activityType,
1561
- },
1562
- ],
1563
- },
1564
- [BitType_1.BitType.leLearningStep]: {
1565
- since: '1.25.0',
1566
- baseBitType: BitType_1.BitType.learningPathStep,
1567
- tags: [
1568
- {
1569
- type: BitTagType_1.BitTagType.property,
1570
- configKey: PropertyConfigKey_1.PropertyConfigKey.activityType,
1571
- },
1572
- ],
1573
- },
1574
- [BitType_1.BitType.lePreparationTask]: {
1575
- since: '1.26.0',
1576
- baseBitType: BitType_1.BitType.learningPathBook,
1577
- tags: [
1578
- {
1579
- type: BitTagType_1.BitTagType.property,
1580
- configKey: PropertyConfigKey_1.PropertyConfigKey.activityType,
1581
- },
1582
- ],
1583
- },
1584
- [BitType_1.BitType.leRead]: { since: '1.27.0', baseBitType: BitType_1.BitType.lePreparationTask },
1585
- [BitType_1.BitType.leTask]: { since: '1.27.0', baseBitType: BitType_1.BitType.lePreparationTask },
1586
- [BitType_1.BitType.leTodo]: { since: '1.27.0', baseBitType: BitType_1.BitType.lePreparationTask },
1587
- [BitType_1.BitType.leFollowUpTask]: { since: '1.27.0', baseBitType: BitType_1.BitType.lePreparationTask },
1588
- [BitType_1.BitType.leFinishingTask]: { since: '1.27.0', baseBitType: BitType_1.BitType.lePreparationTask },
1589
- [BitType_1.BitType.leAssignment]: { since: '1.27.0', baseBitType: BitType_1.BitType.lePreparationTask },
1590
- [BitType_1.BitType.leWatchVideoEmbed]: {
1591
- since: '1.27.0',
1592
- baseBitType: BitType_1.BitType.learningPathBook,
1593
- tags: [
1594
- {
1595
- type: BitTagType_1.BitTagType.property,
1596
- configKey: PropertyConfigKey_1.PropertyConfigKey.activityType,
1597
- },
1598
- {
1599
- type: BitTagType_1.BitTagType.group,
1600
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
1601
- },
1602
- {
1603
- type: BitTagType_1.BitTagType.group,
1604
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceVideoEmbed,
1605
- minCount: 1,
1606
- },
1607
- ],
1608
- resourceAttachmentAllowed: false,
1609
- },
1610
- [BitType_1.BitType.leListenAudioEmbed]: {
1611
- since: '1.27.0',
1612
- baseBitType: BitType_1.BitType.learningPathBook,
1613
- tags: [
1614
- {
1615
- type: BitTagType_1.BitTagType.property,
1616
- configKey: PropertyConfigKey_1.PropertyConfigKey.activityType,
1617
- },
1618
- {
1619
- type: BitTagType_1.BitTagType.group,
1620
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
1621
- },
1622
- {
1623
- type: BitTagType_1.BitTagType.group,
1624
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceAudioEmbed,
1625
- minCount: 1,
1626
- },
1627
- ],
1628
- resourceAttachmentAllowed: false,
1629
- },
1630
- [BitType_1.BitType.listItem]: {
1631
- since: '1.22.0',
1632
- baseBitType: BitType_1.BitType.article,
1633
- tags: [
1634
- {
1635
- type: BitTagType_1.BitTagType.property,
1636
- configKey: PropertyConfigKey_1.PropertyConfigKey.listItemIndent,
1637
- },
1638
- ],
1639
- },
1640
- [BitType_1.BitType.standardListItem]: { since: '1.22.0', baseBitType: BitType_1.BitType.listItem },
1641
- [BitType_1.BitType.smartStandardListItem]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardListItem },
1642
- [BitType_1.BitType.smartStandardListItemCollapsible]: { since: '1.28.0', baseBitType: BitType_1.BitType.smartStandardListItem },
1643
- [BitType_1.BitType.mark]: {
1644
- since: '1.3.0',
1645
- baseBitType: BitType_1.BitType._standard,
1646
- quizBit: true,
1647
- tags: [
1648
- {
1649
- type: BitTagType_1.BitTagType.group,
1650
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
1651
- },
1652
- {
1653
- type: BitTagType_1.BitTagType.group,
1654
- configKey: GroupConfigKey_1.GroupConfigKey.group_markConfig,
1655
- },
1656
- {
1657
- type: BitTagType_1.BitTagType.group,
1658
- configKey: GroupConfigKey_1.GroupConfigKey.group_mark,
1659
- },
1660
- ],
1661
- },
1662
- [BitType_1.BitType.match]: {
1663
- since: '1.3.0',
1664
- baseBitType: BitType_1.BitType._standard,
1665
- quizBit: true,
1666
- tags: [
1667
- {
1668
- type: BitTagType_1.BitTagType.group,
1669
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
1670
- },
1671
- {
1672
- type: BitTagType_1.BitTagType.property,
1673
- configKey: PropertyConfigKey_1.PropertyConfigKey.isCaseSensitive,
1674
- },
1675
- ],
1676
- cardSet: CardSetConfigKey_1.CardSetConfigKey._matchPairs,
1677
- },
1678
- [BitType_1.BitType.matchAll]: { since: '1.3.0', baseBitType: BitType_1.BitType.match },
1679
- [BitType_1.BitType.matchReverse]: { since: '1.3.0', baseBitType: BitType_1.BitType.match },
1680
- [BitType_1.BitType.matchAllReverse]: { since: '1.3.0', baseBitType: BitType_1.BitType.match },
1681
- [BitType_1.BitType.matchSolutionGrouped]: { since: '1.3.0', baseBitType: BitType_1.BitType.match },
1682
- [BitType_1.BitType.matchMatrix]: {
1683
- since: '1.3.0',
1684
- baseBitType: BitType_1.BitType.match,
1685
- cardSet: CardSetConfigKey_1.CardSetConfigKey._matchMatrix,
1686
- },
1687
- [BitType_1.BitType.matchAudio]: {
1688
- since: '1.3.0',
1689
- baseBitType: BitType_1.BitType.match,
1690
- cardSet: CardSetConfigKey_1.CardSetConfigKey._matchAudioPairs,
1691
- },
1692
- [BitType_1.BitType.matchPicture]: {
1693
- since: '1.3.0',
1694
- baseBitType: BitType_1.BitType.match,
1695
- cardSet: CardSetConfigKey_1.CardSetConfigKey._matchImagePairs,
1696
- },
1697
- [BitType_1.BitType.feedback]: {
1698
- since: '3.13.0',
1699
- baseBitType: BitType_1.BitType._standard,
1700
- tags: [
1701
- {
1702
- type: BitTagType_1.BitTagType.property,
1703
- configKey: PropertyConfigKey_1.PropertyConfigKey.reasonableNumOfChars,
1704
- },
1705
- ],
1706
- cardSet: CardSetConfigKey_1.CardSetConfigKey._feedback,
1707
- },
1708
- [BitType_1.BitType.learningDocumentationFeedback]: { since: '3.13.0', baseBitType: BitType_1.BitType.feedback },
1709
- [BitType_1.BitType.handInFeedbackExpert]: { since: '3.30.0', baseBitType: BitType_1.BitType.feedback },
1710
- [BitType_1.BitType.handInFeedbackSelf]: { since: '3.30.0', baseBitType: BitType_1.BitType.feedback },
1711
- [BitType_1.BitType.multipleChoice1]: {
1712
- since: '1.3.0',
1713
- baseBitType: BitType_1.BitType._standard,
1714
- quizBit: true,
1715
- tags: [
1716
- {
1717
- type: BitTagType_1.BitTagType.group,
1718
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
1719
- },
1720
- {
1721
- type: BitTagType_1.BitTagType.group,
1722
- configKey: GroupConfigKey_1.GroupConfigKey.group_trueFalse,
1723
- },
1724
- ],
1725
- },
1726
- [BitType_1.BitType.coachSelfReflectionMultipleChoice1]: { since: '1.3.0', baseBitType: BitType_1.BitType.multipleChoice1 },
1727
- [BitType_1.BitType.multipleChoice]: {
1728
- since: '1.3.0',
1729
- baseBitType: BitType_1.BitType._standard,
1730
- quizBit: true,
1731
- tags: [
1732
- {
1733
- type: BitTagType_1.BitTagType.group,
1734
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
1735
- },
1736
- {
1737
- type: BitTagType_1.BitTagType.group,
1738
- configKey: GroupConfigKey_1.GroupConfigKey.group_trueFalse,
1739
- }, // This is actually for multiple-choice-1, but we support it here as well (as many bits are wrong)
1740
- ],
1741
- cardSet: CardSetConfigKey_1.CardSetConfigKey._quiz,
1742
- },
1743
- [BitType_1.BitType.coachSelfReflectionMultipleChoice]: { since: '1.3.0', baseBitType: BitType_1.BitType.multipleChoice },
1744
- [BitType_1.BitType.multipleChoiceText]: {
1745
- since: '1.3.0',
1746
- baseBitType: BitType_1.BitType._standard,
1747
- quizBit: true,
1748
- tags: [
1749
- {
1750
- type: BitTagType_1.BitTagType.group,
1751
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
1752
- },
1753
- {
1754
- type: BitTagType_1.BitTagType.group,
1755
- configKey: GroupConfigKey_1.GroupConfigKey.group_trueFalse,
1756
- },
1757
- ],
1758
- },
1759
- [BitType_1.BitType.coachCallToActionMultipleChoiceText]: { since: '1.3.0', baseBitType: BitType_1.BitType.multipleChoiceText },
1760
- [BitType_1.BitType.coachSelfReflectionMultipleChoiceText]: { since: '1.3.0', baseBitType: BitType_1.BitType.multipleChoiceText },
1761
- [BitType_1.BitType.multipleResponse1]: {
1762
- since: '1.3.0',
1763
- baseBitType: BitType_1.BitType._standard,
1764
- quizBit: true,
1765
- tags: [
1766
- {
1767
- type: BitTagType_1.BitTagType.group,
1768
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
1769
- },
1770
- {
1771
- type: BitTagType_1.BitTagType.group,
1772
- configKey: GroupConfigKey_1.GroupConfigKey.group_trueFalse,
1773
- },
1774
- ],
1775
- },
1776
- [BitType_1.BitType.coachSelfReflectionMultipleResponse1]: { since: '1.3.0', baseBitType: BitType_1.BitType.multipleResponse1 },
1777
- [BitType_1.BitType.multipleResponse]: {
1778
- since: '1.3.0',
1779
- baseBitType: BitType_1.BitType._standard,
1780
- quizBit: true,
1781
- tags: [
1782
- {
1783
- type: BitTagType_1.BitTagType.group,
1784
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
1785
- },
1786
- {
1787
- type: BitTagType_1.BitTagType.group,
1788
- configKey: GroupConfigKey_1.GroupConfigKey.group_trueFalse,
1789
- }, // This is actually for multiple-response-1, but we support it here as well (as many bits are wrong)
1790
- ],
1791
- cardSet: CardSetConfigKey_1.CardSetConfigKey._quiz,
1792
- },
1793
- [BitType_1.BitType.coachSelfReflectionMultipleResponse]: { since: '1.3.0', baseBitType: BitType_1.BitType.multipleResponse },
1794
- [BitType_1.BitType.page]: {
1795
- since: '1.3.0',
1796
- baseBitType: BitType_1.BitType._standard,
1797
- tags: [
1798
- {
1799
- type: BitTagType_1.BitTagType.tag,
1800
- configKey: TagConfigKey_1.TagConfigKey.title,
1801
- },
1802
- {
1803
- type: BitTagType_1.BitTagType.property,
1804
- configKey: PropertyConfigKey_1.PropertyConfigKey.thumbImage,
1805
- },
1806
- ],
1807
- },
1808
- [BitType_1.BitType.pageCollapsible]: { since: '1.30.0', baseBitType: BitType_1.BitType.page },
1809
- [BitType_1.BitType.pageCoverImage]: { since: '1.22.0', baseBitType: BitType_1.BitType.page },
1810
- [BitType_1.BitType.pageBuyButton]: {
1811
- since: '1.4.3',
1812
- baseBitType: BitType_1.BitType._standard,
1813
- tags: [
1814
- {
1815
- type: BitTagType_1.BitTagType.property,
1816
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1817
- },
1818
- {
1819
- type: BitTagType_1.BitTagType.property,
1820
- configKey: PropertyConfigKey_1.PropertyConfigKey.content2Buy,
1821
- },
1822
- {
1823
- type: BitTagType_1.BitTagType.property,
1824
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
1825
- },
1826
- ],
1827
- },
1828
- [BitType_1.BitType.pageBuyButtonAlt]: { since: '1.31.0', baseBitType: BitType_1.BitType.pageBuyButton },
1829
- [BitType_1.BitType.pageBuyButtonPromotion]: { since: '1.5.11', baseBitType: BitType_1.BitType.pageBuyButton },
1830
- [BitType_1.BitType.pageSubpage]: {
1831
- since: '1.6.6',
1832
- baseBitType: BitType_1.BitType._standard,
1833
- tags: [
1834
- {
1835
- type: BitTagType_1.BitTagType.property,
1836
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1837
- },
1838
- {
1839
- type: BitTagType_1.BitTagType.property,
1840
- configKey: PropertyConfigKey_1.PropertyConfigKey.page,
1841
- },
1842
- ],
1843
- },
1844
- [BitType_1.BitType.pageShopInShop]: { since: '1.6.6', baseBitType: BitType_1.BitType.pageSubpage },
1845
- [BitType_1.BitType.pageCategory]: { since: '1.6.6', baseBitType: BitType_1.BitType.pageSubpage },
1846
- [BitType_1.BitType.pageAcademy]: { since: '1.6.6', baseBitType: BitType_1.BitType.pageSubpage },
1847
- [BitType_1.BitType.pagePromotion]: { since: '1.6.6', baseBitType: BitType_1.BitType.pageSubpage },
1848
- [BitType_1.BitType.pageSpecial]: { since: '1.6.6', baseBitType: BitType_1.BitType.pageSubpage },
1849
- [BitType_1.BitType.pagePerson]: {
1850
- since: '1.5.16',
1851
- baseBitType: BitType_1.BitType._standard,
1852
- tags: [
1853
- {
1854
- type: BitTagType_1.BitTagType.property,
1855
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1856
- },
1857
- {
1858
- type: BitTagType_1.BitTagType.group,
1859
- configKey: GroupConfigKey_1.GroupConfigKey.group_person,
1860
- },
1861
- {
1862
- type: BitTagType_1.BitTagType.property,
1863
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
1864
- },
1865
- ],
1866
- },
1867
- [BitType_1.BitType.pageProduct]: {
1868
- since: '1.4.17',
1869
- baseBitType: BitType_1.BitType._standard,
1870
- tags: [
1871
- {
1872
- type: BitTagType_1.BitTagType.property,
1873
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1874
- },
1875
- {
1876
- type: BitTagType_1.BitTagType.property,
1877
- configKey: PropertyConfigKey_1.PropertyConfigKey.product,
1878
- },
1879
- ],
1880
- },
1881
- [BitType_1.BitType.pageProductList]: {
1882
- since: '1.4.17',
1883
- baseBitType: BitType_1.BitType._standard,
1884
- tags: [
1885
- {
1886
- type: BitTagType_1.BitTagType.property,
1887
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1888
- },
1889
- {
1890
- type: BitTagType_1.BitTagType.property,
1891
- configKey: PropertyConfigKey_1.PropertyConfigKey.productList,
1892
- maxCount: Count_1.Count.infinity,
1893
- },
1894
- ],
1895
- },
1896
- [BitType_1.BitType.pageProductVideo]: {
1897
- since: '1.4.17',
1898
- baseBitType: BitType_1.BitType._standard,
1899
- tags: [
1900
- {
1901
- type: BitTagType_1.BitTagType.property,
1902
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1903
- },
1904
- {
1905
- type: BitTagType_1.BitTagType.property,
1906
- configKey: PropertyConfigKey_1.PropertyConfigKey.productVideo,
1907
- },
1908
- ],
1909
- },
1910
- [BitType_1.BitType.pageProductVideoList]: {
1911
- since: '1.4.17',
1912
- baseBitType: BitType_1.BitType._standard,
1913
- tags: [
1914
- {
1915
- type: BitTagType_1.BitTagType.property,
1916
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1917
- },
1918
- {
1919
- type: BitTagType_1.BitTagType.property,
1920
- configKey: PropertyConfigKey_1.PropertyConfigKey.productVideoList,
1921
- maxCount: Count_1.Count.infinity,
1922
- },
1923
- ],
1924
- },
1925
- [BitType_1.BitType.pageSectionFolder]: {
1926
- since: '1.4.17',
1927
- baseBitType: BitType_1.BitType._standard,
1928
- tags: [
1929
- {
1930
- type: BitTagType_1.BitTagType.property,
1931
- configKey: PropertyConfigKey_1.PropertyConfigKey.slug,
1932
- },
1933
- {
1934
- type: BitTagType_1.BitTagType.property,
1935
- configKey: PropertyConfigKey_1.PropertyConfigKey.productFolder,
1936
- },
1937
- ],
1938
- },
1939
- [BitType_1.BitType.photo]: {
1940
- since: '1.3.0',
1941
- baseBitType: BitType_1.BitType.image,
1942
- },
1943
- [BitType_1.BitType.quote]: {
1944
- since: '1.3.0',
1945
- baseBitType: BitType_1.BitType._standard,
1946
- tags: [
1947
- {
1948
- type: BitTagType_1.BitTagType.property,
1949
- configKey: PropertyConfigKey_1.PropertyConfigKey.quotedPerson,
1950
- },
1951
- ],
1952
- },
1953
- [BitType_1.BitType.rating]: {
1954
- since: '1.3.0',
1955
- baseBitType: BitType_1.BitType._standard,
1956
- tags: [],
1957
- },
1958
- [BitType_1.BitType.coachSelfReflectionRating]: { since: '1.3.0', baseBitType: BitType_1.BitType.rating },
1959
- [BitType_1.BitType.releaseNote]: {
1960
- since: '1.3.0',
1961
- baseBitType: BitType_1.BitType._standard,
1962
- tags: [
1963
- {
1964
- type: BitTagType_1.BitTagType.property,
1965
- configKey: PropertyConfigKey_1.PropertyConfigKey.releaseVersion,
1966
- },
1967
- {
1968
- type: BitTagType_1.BitTagType.property,
1969
- configKey: PropertyConfigKey_1.PropertyConfigKey.releaseKind,
1970
- },
1971
- {
1972
- type: BitTagType_1.BitTagType.property,
1973
- configKey: PropertyConfigKey_1.PropertyConfigKey.releaseDate,
1974
- },
1975
- ],
1976
- },
1977
- [BitType_1.BitType.reviewNote]: {
1978
- since: '1.3.0',
1979
- baseBitType: BitType_1.BitType._standard,
1980
- tags: [
1981
- {
1982
- type: BitTagType_1.BitTagType.tag,
1983
- configKey: TagConfigKey_1.TagConfigKey.title,
1984
- },
1985
- {
1986
- type: BitTagType_1.BitTagType.property,
1987
- configKey: PropertyConfigKey_1.PropertyConfigKey.resolved,
1988
- },
1989
- {
1990
- type: BitTagType_1.BitTagType.property,
1991
- configKey: PropertyConfigKey_1.PropertyConfigKey.resolvedDate,
1992
- },
1993
- {
1994
- type: BitTagType_1.BitTagType.property,
1995
- configKey: PropertyConfigKey_1.PropertyConfigKey.resolvedBy,
1996
- },
1997
- ],
1998
- rootExampleType: ExampleType_1.ExampleType.string,
1999
- },
2000
- [BitType_1.BitType.reviewAuthorNote]: { since: '1.3.0', baseBitType: BitType_1.BitType.reviewNote },
2001
- [BitType_1.BitType.reviewCustomerNote]: {
2002
- //
2003
- since: '3.5.0',
2004
- baseBitType: BitType_1.BitType.reviewNote,
2005
- },
2006
- [BitType_1.BitType.reviewReviewerNote]: { since: '1.3.0', baseBitType: BitType_1.BitType.reviewNote },
2007
- [BitType_1.BitType.reviewRequestForReviewNote]: { since: '1.3.0', baseBitType: BitType_1.BitType.reviewNote },
2008
- [BitType_1.BitType.reviewApprovedNote]: { since: '1.3.0', baseBitType: BitType_1.BitType.reviewNote },
2009
- [BitType_1.BitType.sampleSolution]: {
2010
- since: '1.3.0',
2011
- baseBitType: BitType_1.BitType._standard,
2012
- tags: [
2013
- // Not sure if these are actually valid here, but include them as they are in the test bit.
2014
- {
2015
- type: BitTagType_1.BitTagType.tag,
2016
- configKey: TagConfigKey_1.TagConfigKey.anchor,
2017
- },
2018
- {
2019
- type: BitTagType_1.BitTagType.tag,
2020
- configKey: TagConfigKey_1.TagConfigKey.tag_reference,
2021
- },
2022
- ],
2023
- },
2024
- [BitType_1.BitType.sequence]: {
2025
- since: '1.3.0',
2026
- baseBitType: BitType_1.BitType._standard,
2027
- quizBit: true,
2028
- tags: [
2029
- {
2030
- type: BitTagType_1.BitTagType.group,
2031
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
2032
- },
2033
- ],
2034
- cardSet: CardSetConfigKey_1.CardSetConfigKey._elements,
2035
- rootExampleType: ExampleType_1.ExampleType.boolean,
2036
- },
2037
- [BitType_1.BitType.stillImageFilm]: {
2038
- since: '1.3.0',
2039
- baseBitType: BitType_1.BitType._standard,
2040
- tags: [
2041
- {
2042
- type: BitTagType_1.BitTagType.group,
2043
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
2044
- },
2045
- {
2046
- // Combo resource
2047
- type: BitTagType_1.BitTagType.group,
2048
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceStillImageFilm,
2049
- },
2050
- ],
2051
- resourceAttachmentAllowed: false,
2052
- },
2053
- [BitType_1.BitType.stillImageFilmEmbed]: {
2054
- since: '1.3.0',
2055
- baseBitType: BitType_1.BitType._standard,
2056
- tags: [
2057
- {
2058
- type: BitTagType_1.BitTagType.group,
2059
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
2060
- },
2061
- {
2062
- type: BitTagType_1.BitTagType.group,
2063
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceStillImageFilmEmbed,
2064
- minCount: 1,
2065
- },
2066
- ],
2067
- resourceAttachmentAllowed: false,
2068
- },
2069
- [BitType_1.BitType.stillImageFilmLink]: {
2070
- since: '1.3.0',
2071
- baseBitType: BitType_1.BitType._standard,
2072
- tags: [
2073
- {
2074
- type: BitTagType_1.BitTagType.group,
2075
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
2076
- },
2077
- {
2078
- type: BitTagType_1.BitTagType.group,
2079
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceStillImageFilmLink,
2080
- minCount: 1,
2081
- },
2082
- ],
2083
- resourceAttachmentAllowed: false,
2084
- },
2085
- [BitType_1.BitType.surveyAnonymous]: {
2086
- since: '1.3.0',
2087
- baseBitType: BitType_1.BitType._standard,
2088
- tags: [],
2089
- },
2090
- [BitType_1.BitType.survey]: {
2091
- since: '1.3.0',
2092
- baseBitType: BitType_1.BitType._standard,
2093
- tags: [],
2094
- },
2095
- [BitType_1.BitType.surveyMatrix]: {
2096
- since: '1.6.2',
2097
- baseBitType: BitType_1.BitType.image,
2098
- tags: [
2099
- {
2100
- type: BitTagType_1.BitTagType.property,
2101
- configKey: PropertyConfigKey_1.PropertyConfigKey.pointerTop,
2102
- minCount: 1,
2103
- maxCount: 1,
2104
- },
2105
- {
2106
- type: BitTagType_1.BitTagType.property,
2107
- configKey: PropertyConfigKey_1.PropertyConfigKey.pointerLeft,
2108
- minCount: 1,
2109
- maxCount: 1,
2110
- },
2111
- {
2112
- type: BitTagType_1.BitTagType.property,
2113
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
2114
- minCount: 1,
2115
- maxCount: 1,
2116
- },
2117
- ],
2118
- },
2119
- [BitType_1.BitType.surveyMatrixMe]: { since: '1.6.2', baseBitType: BitType_1.BitType.surveyMatrix },
2120
- [BitType_1.BitType.surveyRating]: {
2121
- since: '1.6.0',
2122
- baseBitType: BitType_1.BitType._standard,
2123
- tags: [
2124
- {
2125
- type: BitTagType_1.BitTagType.property,
2126
- configKey: PropertyConfigKey_1.PropertyConfigKey.ratingLevelStart,
2127
- chain: [
2128
- {
2129
- type: BitTagType_1.BitTagType.property,
2130
- configKey: PropertyConfigKey_1.PropertyConfigKey.label,
2131
- },
2132
- ],
2133
- },
2134
- {
2135
- type: BitTagType_1.BitTagType.property,
2136
- configKey: PropertyConfigKey_1.PropertyConfigKey.ratingLevelEnd,
2137
- chain: [
2138
- {
2139
- type: BitTagType_1.BitTagType.property,
2140
- configKey: PropertyConfigKey_1.PropertyConfigKey.label,
2141
- },
2142
- ],
2143
- },
2144
- {
2145
- type: BitTagType_1.BitTagType.property,
2146
- configKey: PropertyConfigKey_1.PropertyConfigKey.ratingLevelSelected,
2147
- },
2148
- {
2149
- type: BitTagType_1.BitTagType.property,
2150
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
2151
- },
2152
- ],
2153
- },
2154
- [BitType_1.BitType.surveyRatingOnce]: {
2155
- since: '1.6.0',
2156
- baseBitType: BitType_1.BitType.surveyRating,
2157
- },
2158
- [BitType_1.BitType.surveyRatingDisplay]: {
2159
- since: '1.6.0',
2160
- baseBitType: BitType_1.BitType.surveyRating,
2161
- },
2162
- [BitType_1.BitType.scorm]: {
2163
- since: '1.5.11',
2164
- baseBitType: BitType_1.BitType._standard,
2165
- tags: [
2166
- {
2167
- type: BitTagType_1.BitTagType.property,
2168
- configKey: PropertyConfigKey_1.PropertyConfigKey.scormSource,
2169
- },
2170
- {
2171
- type: BitTagType_1.BitTagType.property,
2172
- configKey: PropertyConfigKey_1.PropertyConfigKey.posterImage,
2173
- },
2174
- ],
2175
- },
2176
- [BitType_1.BitType.pronunciationTable]: {
2177
- since: '3.1.0',
2178
- baseBitType: BitType_1.BitType._standard,
2179
- tags: [],
2180
- cardSet: CardSetConfigKey_1.CardSetConfigKey._pronunciationTable,
2181
- },
2182
- [BitType_1.BitType.table]: {
2183
- since: '1.5.19',
2184
- baseBitType: BitType_1.BitType._standard,
2185
- tags: [
2186
- {
2187
- type: BitTagType_1.BitTagType.property,
2188
- configKey: PropertyConfigKey_1.PropertyConfigKey.caption,
2189
- },
2190
- {
2191
- type: BitTagType_1.BitTagType.property,
2192
- configKey: PropertyConfigKey_1.PropertyConfigKey.tableFixedHeader,
2193
- },
2194
- {
2195
- type: BitTagType_1.BitTagType.property,
2196
- configKey: PropertyConfigKey_1.PropertyConfigKey.tableHeaderWhitespaceNoWrap,
2197
- },
2198
- {
2199
- type: BitTagType_1.BitTagType.property,
2200
- configKey: PropertyConfigKey_1.PropertyConfigKey.tableSearch,
2201
- },
2202
- {
2203
- type: BitTagType_1.BitTagType.property,
2204
- configKey: PropertyConfigKey_1.PropertyConfigKey.tableSort,
2205
- },
2206
- {
2207
- type: BitTagType_1.BitTagType.property,
2208
- configKey: PropertyConfigKey_1.PropertyConfigKey.tablePagination,
2209
- },
2210
- {
2211
- type: BitTagType_1.BitTagType.property,
2212
- configKey: PropertyConfigKey_1.PropertyConfigKey.tablePaginationLimit,
2213
- },
2214
- {
2215
- type: BitTagType_1.BitTagType.property,
2216
- configKey: PropertyConfigKey_1.PropertyConfigKey.tableHeight,
2217
- },
2218
- {
2219
- type: BitTagType_1.BitTagType.property,
2220
- configKey: PropertyConfigKey_1.PropertyConfigKey.tableWhitespaceNoWrap,
2221
- },
2222
- {
2223
- type: BitTagType_1.BitTagType.property,
2224
- configKey: PropertyConfigKey_1.PropertyConfigKey.tableAutoWidth,
2225
- },
2226
- {
2227
- type: BitTagType_1.BitTagType.property,
2228
- configKey: PropertyConfigKey_1.PropertyConfigKey.tableResizableColumns,
2229
- },
2230
- {
2231
- type: BitTagType_1.BitTagType.property,
2232
- configKey: PropertyConfigKey_1.PropertyConfigKey.tableColumnMinWidth,
2233
- },
2234
- ],
2235
- cardSet: CardSetConfigKey_1.CardSetConfigKey._table,
2236
- },
2237
- [BitType_1.BitType.tableAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.table },
2238
- [BitType_1.BitType.standardTableNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.table },
2239
- [BitType_1.BitType.standardTableNonNormative]: { since: '1.16.0', baseBitType: BitType_1.BitType.table },
2240
- [BitType_1.BitType.standardRemarkTableNormative]: { since: '1.17.0', baseBitType: BitType_1.BitType.table },
2241
- [BitType_1.BitType.standardRemarkTableNonNormative]: { since: '1.17.0', baseBitType: BitType_1.BitType.table },
2242
- [BitType_1.BitType.smartStandardTableNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardTableNormative },
2243
- [BitType_1.BitType.smartStandardTableNonNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardTableNonNormative },
2244
- [BitType_1.BitType.smartStandardRemarkTableNormative]: { since: '1.28.0', baseBitType: BitType_1.BitType.standardRemarkTableNormative },
2245
- [BitType_1.BitType.smartStandardRemarkTableNonNormative]: {
2246
- since: '1.28.0',
2247
- baseBitType: BitType_1.BitType.standardRemarkTableNonNormative,
2248
- },
2249
- [BitType_1.BitType.smartStandardTableNormativeCollapsible]: {
2250
- since: '1.28.0',
2251
- baseBitType: BitType_1.BitType.smartStandardTableNormative,
2252
- },
2253
- [BitType_1.BitType.smartStandardTableNonNormativeCollapsible]: {
2254
- since: '1.28.0',
2255
- baseBitType: BitType_1.BitType.smartStandardTableNonNormative,
2256
- },
2257
- [BitType_1.BitType.smartStandardRemarkTableNormativeCollapsible]: {
2258
- since: '1.28.0',
2259
- baseBitType: BitType_1.BitType.smartStandardRemarkTableNormative,
2260
- },
2261
- [BitType_1.BitType.smartStandardRemarkTableNonNormativeCollapsible]: {
2262
- since: '1.28.0',
2263
- baseBitType: BitType_1.BitType.smartStandardRemarkTableNonNormative,
2264
- },
2265
- [BitType_1.BitType.parameters]: { since: '1.18.0', baseBitType: BitType_1.BitType.table },
2266
- [BitType_1.BitType.toc]: {
2267
- since: '1.3.0',
2268
- baseBitType: BitType_1.BitType._standard,
2269
- tags: [],
2270
- },
2271
- [BitType_1.BitType.tocChapter]: {
2272
- since: '1.5.5',
2273
- baseBitType: BitType_1.BitType.toc,
2274
- tags: [
2275
- {
2276
- type: BitTagType_1.BitTagType.property,
2277
- configKey: PropertyConfigKey_1.PropertyConfigKey.maxDisplayLevel,
2278
- },
2279
- ],
2280
- },
2281
- [BitType_1.BitType.tocInline]: {
2282
- since: '3.24.0',
2283
- baseBitType: BitType_1.BitType.toc,
2284
- tags: [
2285
- {
2286
- type: BitTagType_1.BitTagType.property,
2287
- configKey: PropertyConfigKey_1.PropertyConfigKey.maxTocChapterLevel,
2288
- },
2289
- ],
2290
- },
2291
- [BitType_1.BitType.tocResource]: {
2292
- since: '3.31.0',
2293
- baseBitType: BitType_1.BitType.toc,
2294
- tags: [
2295
- {
2296
- type: BitTagType_1.BitTagType.property,
2297
- configKey: PropertyConfigKey_1.PropertyConfigKey.tocResource,
2298
- maxCount: Count_1.Count.infinity,
2299
- },
2300
- {
2301
- type: BitTagType_1.BitTagType.property,
2302
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
2303
- },
2304
- ],
2305
- },
2306
- [BitType_1.BitType.tocContent]: {
2307
- since: '3.31.0',
2308
- baseBitType: BitType_1.BitType.toc,
2309
- tags: [
2310
- {
2311
- type: BitTagType_1.BitTagType.property,
2312
- configKey: PropertyConfigKey_1.PropertyConfigKey.tocContent,
2313
- maxCount: Count_1.Count.infinity,
2314
- },
2315
- {
2316
- type: BitTagType_1.BitTagType.property,
2317
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
2318
- },
2319
- ],
2320
- },
2321
- [BitType_1.BitType.anchor]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2322
- [BitType_1.BitType.bitBookEnding]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2323
- [BitType_1.BitType.bitBookSummary]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2324
- [BitType_1.BitType.botActionAnnounce]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2325
- [BitType_1.BitType.botActionRatingNumber]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2326
- [BitType_1.BitType.botActionRemind]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2327
- [BitType_1.BitType.botActionSave]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2328
- [BitType_1.BitType.botActionTrueFalse]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2329
- [BitType_1.BitType.chapterSubjectMatter]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2330
- [BitType_1.BitType.chat]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2331
- [BitType_1.BitType.conclusion]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2332
- [BitType_1.BitType.conclusionAlt]: { since: '1.16.0', baseBitType: BitType_1.BitType.conclusion },
2333
- [BitType_1.BitType.documentUpload]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2334
- [BitType_1.BitType.footNote]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2335
- [BitType_1.BitType.groupBorn]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2336
- [BitType_1.BitType.groupDied]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2337
- [BitType_1.BitType.recordAudio]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2338
- [BitType_1.BitType.recordVideo]: { since: '1.5.24', baseBitType: BitType_1.BitType._standard },
2339
- [BitType_1.BitType.stickyNote]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2340
- [BitType_1.BitType.takePicture]: { since: '1.3.0', baseBitType: BitType_1.BitType._standard },
2341
- [BitType_1.BitType.handInAudio]: { since: '1.5.15', baseBitType: BitType_1.BitType._standard },
2342
- [BitType_1.BitType.handInContact]: { since: '1.5.15', baseBitType: BitType_1.BitType._standard },
2343
- [BitType_1.BitType.handInDocument]: { since: '1.5.15', baseBitType: BitType_1.BitType._standard },
2344
- [BitType_1.BitType.handInFile]: {
2345
- //
2346
- since: '3.2.0',
2347
- baseBitType: BitType_1.BitType._standard,
2348
- tags: [
2349
- {
2350
- type: BitTagType_1.BitTagType.property,
2351
- configKey: PropertyConfigKey_1.PropertyConfigKey.handInAcceptFileType,
2352
- maxCount: Count_1.Count.infinity,
2353
- },
2354
- ],
2355
- },
2356
- [BitType_1.BitType.handInLocation]: { since: '1.5.15', baseBitType: BitType_1.BitType._standard },
2357
- [BitType_1.BitType.handInPhoto]: { since: '1.5.15', baseBitType: BitType_1.BitType._standard },
2358
- [BitType_1.BitType.handInScan]: { since: '1.5.15', baseBitType: BitType_1.BitType._standard },
2359
- [BitType_1.BitType.handInSubmit]: {
2360
- //
2361
- since: '3.2.0',
2362
- baseBitType: BitType_1.BitType._standard,
2363
- tags: [
2364
- {
2365
- type: BitTagType_1.BitTagType.property,
2366
- configKey: PropertyConfigKey_1.PropertyConfigKey.handInRequirement,
2367
- maxCount: Count_1.Count.infinity,
2368
- },
2369
- {
2370
- type: BitTagType_1.BitTagType.property,
2371
- configKey: PropertyConfigKey_1.PropertyConfigKey.handInInstruction,
2372
- },
2373
- {
2374
- type: BitTagType_1.BitTagType.property,
2375
- configKey: PropertyConfigKey_1.PropertyConfigKey.buttonCaption,
2376
- },
2377
- ],
2378
- },
2379
- [BitType_1.BitType.handInVideo]: { since: '1.5.15', baseBitType: BitType_1.BitType._standard },
2380
- [BitType_1.BitType.handInVoice]: { since: '1.5.15', baseBitType: BitType_1.BitType._standard },
2381
- [BitType_1.BitType.trueFalse1]: {
2382
- since: '1.3.0',
2383
- baseBitType: BitType_1.BitType._standard,
2384
- quizBit: true,
2385
- tags: [
2386
- {
2387
- type: BitTagType_1.BitTagType.group,
2388
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
2389
- },
2390
- {
2391
- type: BitTagType_1.BitTagType.property,
2392
- configKey: PropertyConfigKey_1.PropertyConfigKey.labelTrue,
2393
- },
2394
- {
2395
- type: BitTagType_1.BitTagType.property,
2396
- configKey: PropertyConfigKey_1.PropertyConfigKey.labelFalse,
2397
- },
2398
- {
2399
- type: BitTagType_1.BitTagType.tag,
2400
- configKey: TagConfigKey_1.TagConfigKey.true,
2401
- },
2402
- {
2403
- type: BitTagType_1.BitTagType.tag,
2404
- configKey: TagConfigKey_1.TagConfigKey.false,
2405
- },
2406
- ],
2407
- rootExampleType: ExampleType_1.ExampleType.boolean,
2408
- },
2409
- [BitType_1.BitType.trueFalse]: {
2410
- since: '1.3.0',
2411
- baseBitType: BitType_1.BitType._standard,
2412
- quizBit: true,
2413
- tags: [
2414
- {
2415
- type: BitTagType_1.BitTagType.group,
2416
- configKey: GroupConfigKey_1.GroupConfigKey.group_quizCommon,
2417
- },
2418
- {
2419
- type: BitTagType_1.BitTagType.property,
2420
- configKey: PropertyConfigKey_1.PropertyConfigKey.labelTrue,
2421
- },
2422
- {
2423
- type: BitTagType_1.BitTagType.property,
2424
- configKey: PropertyConfigKey_1.PropertyConfigKey.labelFalse,
2425
- },
2426
- ],
2427
- cardSet: CardSetConfigKey_1.CardSetConfigKey._statements,
2428
- },
2429
- [BitType_1.BitType.vendorAmcharts5Chart]: {
2430
- since: '1.5.8',
2431
- baseBitType: BitType_1.BitType.code,
2432
- tags: [],
2433
- textFormatDefault: TextFormat_1.TextFormat.json,
2434
- },
2435
- [BitType_1.BitType.vendorDatadogDashboardEmbed]: {
2436
- since: '3.12.0',
2437
- baseBitType: BitType_1.BitType.code,
2438
- tags: [
2439
- {
2440
- type: BitTagType_1.BitTagType.property,
2441
- configKey: PropertyConfigKey_1.PropertyConfigKey.vendorDashboardId,
2442
- },
2443
- ],
2444
- textFormatDefault: TextFormat_1.TextFormat.plainText,
2445
- },
2446
- [BitType_1.BitType.vendorFormbricksEmbed]: {
2447
- since: '3.8.0',
2448
- baseBitType: BitType_1.BitType.code,
2449
- tags: [
2450
- {
2451
- type: BitTagType_1.BitTagType.property,
2452
- configKey: PropertyConfigKey_1.PropertyConfigKey.vendorSurveyId,
2453
- },
2454
- ],
2455
- textFormatDefault: TextFormat_1.TextFormat.plainText,
2456
- },
2457
- [BitType_1.BitType.vendorFormbricksEmbedAnonymous]: { since: '3.9.0', baseBitType: BitType_1.BitType.vendorFormbricksEmbed },
2458
- [BitType_1.BitType.vendorFormbricksLink]: {
2459
- since: '3.8.0',
2460
- baseBitType: BitType_1.BitType.code,
2461
- tags: [
2462
- {
2463
- type: BitTagType_1.BitTagType.property,
2464
- configKey: PropertyConfigKey_1.PropertyConfigKey.vendorSurveyId,
2465
- },
2466
- ],
2467
- textFormatDefault: TextFormat_1.TextFormat.plainText,
2468
- },
2469
- [BitType_1.BitType.vendorFormbricksLinkAnonymous]: { since: '3.9.0', baseBitType: BitType_1.BitType.vendorFormbricksLink },
2470
- [BitType_1.BitType.vendorHighchartsChart]: {
2471
- since: '1.5.28',
2472
- baseBitType: BitType_1.BitType.vendorAmcharts5Chart,
2473
- },
2474
- [BitType_1.BitType.vendorIframelyEmbed]: {
2475
- since: '1.5.10',
2476
- baseBitType: BitType_1.BitType.code,
2477
- tags: [
2478
- {
2479
- type: BitTagType_1.BitTagType.property,
2480
- configKey: PropertyConfigKey_1.PropertyConfigKey.width, // Same as image
2481
- },
2482
- {
2483
- type: BitTagType_1.BitTagType.property,
2484
- configKey: PropertyConfigKey_1.PropertyConfigKey.height, // Same as image
2485
- },
2486
- {
2487
- type: BitTagType_1.BitTagType.property,
2488
- configKey: PropertyConfigKey_1.PropertyConfigKey.vendorUrl,
2489
- },
2490
- ],
2491
- textFormatDefault: TextFormat_1.TextFormat.plainText,
2492
- },
2493
- [BitType_1.BitType.vendorIframelyCard]: { since: '1.5.10', baseBitType: BitType_1.BitType.vendorIframelyEmbed },
2494
- [BitType_1.BitType.vendorIframelyPreview]: { since: '1.5.10', baseBitType: BitType_1.BitType.vendorIframelyEmbed },
2495
- [BitType_1.BitType.vendorIframelyPreviewMini]: { since: '1.5.10', baseBitType: BitType_1.BitType.vendorIframelyEmbed },
2496
- [BitType_1.BitType.vendorJupyterOutput]: {
2497
- since: '1.4.3',
2498
- baseBitType: BitType_1.BitType.code,
2499
- tags: [
2500
- {
2501
- type: BitTagType_1.BitTagType.property,
2502
- configKey: PropertyConfigKey_1.PropertyConfigKey.jupyterId,
2503
- },
2504
- {
2505
- type: BitTagType_1.BitTagType.property,
2506
- configKey: PropertyConfigKey_1.PropertyConfigKey.jupyterExecutionCount,
2507
- },
2508
- ],
2509
- textFormatDefault: TextFormat_1.TextFormat.plainText,
2510
- },
2511
- [BitType_1.BitType.vendorJupyterCellCode]: { since: '1.4.3', baseBitType: BitType_1.BitType.vendorJupyterOutput },
2512
- [BitType_1.BitType.vendorJupyterCellMarkdown]: { since: '1.4.3', baseBitType: BitType_1.BitType.vendorJupyterOutput },
2513
- [BitType_1.BitType.vendorJupyterCellRaw]: { since: '1.4.3', baseBitType: BitType_1.BitType.vendorJupyterOutput },
2514
- [BitType_1.BitType.vendorJupyterIpynb]: { since: '1.4.3', baseBitType: BitType_1.BitType.vendorJupyterOutput },
2515
- [BitType_1.BitType.vendorPadletEmbed]: {
2516
- since: '1.3.0',
2517
- baseBitType: BitType_1.BitType.code,
2518
- tags: [
2519
- {
2520
- type: BitTagType_1.BitTagType.property,
2521
- configKey: PropertyConfigKey_1.PropertyConfigKey.padletId,
2522
- },
2523
- ],
2524
- textFormatDefault: TextFormat_1.TextFormat.plainText,
2525
- },
2526
- [BitType_1.BitType.vendorStripePricingTable]: {
2527
- since: '1.20.0',
2528
- baseBitType: BitType_1.BitType.article,
2529
- tags: [
2530
- {
2531
- type: BitTagType_1.BitTagType.property,
2532
- configKey: PropertyConfigKey_1.PropertyConfigKey.stripePricingTableId,
2533
- minCount: 1,
2534
- },
2535
- {
2536
- type: BitTagType_1.BitTagType.property,
2537
- configKey: PropertyConfigKey_1.PropertyConfigKey.stripePublishableKey,
2538
- minCount: 1,
2539
- },
2540
- ],
2541
- },
2542
- [BitType_1.BitType.vendorStripePricingTableExternal]: { since: '3.13.0', baseBitType: BitType_1.BitType.vendorStripePricingTable },
2543
- [BitType_1.BitType.video]: {
2544
- since: '1.3.0',
2545
- baseBitType: BitType_1.BitType._standard,
2546
- tags: [
2547
- {
2548
- type: BitTagType_1.BitTagType.group,
2549
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
2550
- },
2551
- {
2552
- type: BitTagType_1.BitTagType.group,
2553
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceVideo,
2554
- minCount: 1,
2555
- },
2556
- ],
2557
- resourceAttachmentAllowed: false,
2558
- },
2559
- [BitType_1.BitType.videoLandscape]: { since: '1.3.0', baseBitType: BitType_1.BitType.video },
2560
- [BitType_1.BitType.videoPortrait]: { since: '1.3.0', baseBitType: BitType_1.BitType.video },
2561
- [BitType_1.BitType.videoEmbed]: {
2562
- since: '1.3.0',
2563
- baseBitType: BitType_1.BitType._standard,
2564
- tags: [
2565
- {
2566
- type: BitTagType_1.BitTagType.group,
2567
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
2568
- },
2569
- {
2570
- type: BitTagType_1.BitTagType.group,
2571
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceVideoEmbed,
2572
- minCount: 1,
2573
- },
2574
- ],
2575
- resourceAttachmentAllowed: false,
2576
- },
2577
- [BitType_1.BitType.videoEmbedLandscape]: { since: '1.3.0', baseBitType: BitType_1.BitType.videoEmbed },
2578
- [BitType_1.BitType.videoEmbedPortrait]: { since: '1.3.0', baseBitType: BitType_1.BitType.videoEmbed },
2579
- [BitType_1.BitType.videoLink]: {
2580
- since: '1.3.0',
2581
- baseBitType: BitType_1.BitType._standard,
2582
- tags: [
2583
- {
2584
- type: BitTagType_1.BitTagType.group,
2585
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
2586
- },
2587
- {
2588
- type: BitTagType_1.BitTagType.group,
2589
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceVideoLink,
2590
- minCount: 1,
2591
- },
2592
- ],
2593
- resourceAttachmentAllowed: false,
2594
- },
2595
- [BitType_1.BitType.videoLinkLandscape]: { since: '1.3.0', baseBitType: BitType_1.BitType.videoLink },
2596
- [BitType_1.BitType.videoLinkPortrait]: { since: '1.3.0', baseBitType: BitType_1.BitType.videoLink },
2597
- [BitType_1.BitType.websiteLink]: {
2598
- since: '1.3.0',
2599
- baseBitType: BitType_1.BitType._standard,
2600
- tags: [
2601
- {
2602
- type: BitTagType_1.BitTagType.group,
2603
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceBitTags,
2604
- },
2605
- {
2606
- type: BitTagType_1.BitTagType.group,
2607
- configKey: GroupConfigKey_1.GroupConfigKey.group_resourceWebsiteLink,
2608
- minCount: 1,
2609
- },
2610
- ],
2611
- resourceAttachmentAllowed: false,
2612
- },
2613
- };
2614
- exports.BITS = BITS;
2615
- //# sourceMappingURL=bits.js.map