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