@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,1006 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PROPERTIES = void 0;
|
|
4
|
-
const PropertyConfigKey_1 = require("../../model/config/enum/PropertyConfigKey");
|
|
5
|
-
const PropertyAstKey_1 = require("../../model/enum/PropertyAstKey");
|
|
6
|
-
const PropertyFormat_1 = require("../../model/enum/PropertyFormat");
|
|
7
|
-
const PropertyTag_1 = require("../../model/enum/PropertyTag");
|
|
8
|
-
const PROPERTIES = {
|
|
9
|
-
[PropertyConfigKey_1.PropertyConfigKey.id]: {
|
|
10
|
-
tag: PropertyTag_1.PropertyTag.id,
|
|
11
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
12
|
-
},
|
|
13
|
-
[PropertyConfigKey_1.PropertyConfigKey.internalComment]: {
|
|
14
|
-
tag: PropertyTag_1.PropertyTag.internalComment,
|
|
15
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
16
|
-
},
|
|
17
|
-
[PropertyConfigKey_1.PropertyConfigKey.customerId]: {
|
|
18
|
-
tag: PropertyTag_1.PropertyTag.customerId,
|
|
19
|
-
single: true,
|
|
20
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
21
|
-
},
|
|
22
|
-
[PropertyConfigKey_1.PropertyConfigKey.customerExternalId]: {
|
|
23
|
-
tag: PropertyTag_1.PropertyTag.customerExternalId,
|
|
24
|
-
single: true,
|
|
25
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
26
|
-
},
|
|
27
|
-
[PropertyConfigKey_1.PropertyConfigKey.externalId]: {
|
|
28
|
-
tag: PropertyTag_1.PropertyTag.externalId,
|
|
29
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
30
|
-
},
|
|
31
|
-
[PropertyConfigKey_1.PropertyConfigKey.spaceId]: {
|
|
32
|
-
tag: PropertyTag_1.PropertyTag.spaceId,
|
|
33
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
34
|
-
},
|
|
35
|
-
[PropertyConfigKey_1.PropertyConfigKey.padletId]: {
|
|
36
|
-
tag: PropertyTag_1.PropertyTag.padletId,
|
|
37
|
-
single: true,
|
|
38
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
39
|
-
},
|
|
40
|
-
[PropertyConfigKey_1.PropertyConfigKey.jupyterId]: {
|
|
41
|
-
tag: PropertyTag_1.PropertyTag.jupyterId,
|
|
42
|
-
single: true,
|
|
43
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
44
|
-
},
|
|
45
|
-
[PropertyConfigKey_1.PropertyConfigKey.jupyterExecutionCount]: {
|
|
46
|
-
tag: PropertyTag_1.PropertyTag.jupyterExecutionCount,
|
|
47
|
-
single: true,
|
|
48
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
49
|
-
},
|
|
50
|
-
[PropertyConfigKey_1.PropertyConfigKey.aiGenerated]: {
|
|
51
|
-
tag: PropertyTag_1.PropertyTag.aiGenerated,
|
|
52
|
-
single: true,
|
|
53
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
54
|
-
},
|
|
55
|
-
[PropertyConfigKey_1.PropertyConfigKey.machineTranslated]: {
|
|
56
|
-
tag: PropertyTag_1.PropertyTag.machineTranslated,
|
|
57
|
-
single: true,
|
|
58
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
59
|
-
},
|
|
60
|
-
[PropertyConfigKey_1.PropertyConfigKey.searchIndex]: {
|
|
61
|
-
tag: PropertyTag_1.PropertyTag.searchIndex,
|
|
62
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
63
|
-
},
|
|
64
|
-
[PropertyConfigKey_1.PropertyConfigKey.analyticsTag]: {
|
|
65
|
-
tag: PropertyTag_1.PropertyTag.analyticsTag,
|
|
66
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
67
|
-
},
|
|
68
|
-
[PropertyConfigKey_1.PropertyConfigKey.categoryTag]: {
|
|
69
|
-
tag: PropertyTag_1.PropertyTag.categoryTag,
|
|
70
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
71
|
-
},
|
|
72
|
-
[PropertyConfigKey_1.PropertyConfigKey.topicTag]: {
|
|
73
|
-
tag: PropertyTag_1.PropertyTag.topicTag,
|
|
74
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
75
|
-
},
|
|
76
|
-
[PropertyConfigKey_1.PropertyConfigKey.altLangTag]: {
|
|
77
|
-
tag: PropertyTag_1.PropertyTag.altLangTag,
|
|
78
|
-
single: true,
|
|
79
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
80
|
-
},
|
|
81
|
-
[PropertyConfigKey_1.PropertyConfigKey.feedbackEngine]: {
|
|
82
|
-
tag: PropertyTag_1.PropertyTag.feedbackEngine,
|
|
83
|
-
single: true,
|
|
84
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
85
|
-
},
|
|
86
|
-
[PropertyConfigKey_1.PropertyConfigKey.disableFeedback]: {
|
|
87
|
-
tag: PropertyTag_1.PropertyTag.disableFeedback,
|
|
88
|
-
single: true,
|
|
89
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
90
|
-
},
|
|
91
|
-
[PropertyConfigKey_1.PropertyConfigKey.diffTo]: {
|
|
92
|
-
tag: PropertyTag_1.PropertyTag.diffTo,
|
|
93
|
-
single: true,
|
|
94
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
95
|
-
},
|
|
96
|
-
[PropertyConfigKey_1.PropertyConfigKey.diffOp]: {
|
|
97
|
-
tag: PropertyTag_1.PropertyTag.diffOp,
|
|
98
|
-
single: true,
|
|
99
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
100
|
-
},
|
|
101
|
-
[PropertyConfigKey_1.PropertyConfigKey.diffRef]: {
|
|
102
|
-
tag: PropertyTag_1.PropertyTag.diffRef,
|
|
103
|
-
single: true,
|
|
104
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
105
|
-
},
|
|
106
|
-
[PropertyConfigKey_1.PropertyConfigKey.diffContext]: {
|
|
107
|
-
tag: PropertyTag_1.PropertyTag.diffContext,
|
|
108
|
-
single: true,
|
|
109
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
110
|
-
},
|
|
111
|
-
[PropertyConfigKey_1.PropertyConfigKey.diffTime]: {
|
|
112
|
-
tag: PropertyTag_1.PropertyTag.diffTime,
|
|
113
|
-
single: true,
|
|
114
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
115
|
-
},
|
|
116
|
-
[PropertyConfigKey_1.PropertyConfigKey.path]: {
|
|
117
|
-
tag: PropertyTag_1.PropertyTag.path,
|
|
118
|
-
single: true,
|
|
119
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
120
|
-
},
|
|
121
|
-
[PropertyConfigKey_1.PropertyConfigKey.releaseVersion]: {
|
|
122
|
-
tag: PropertyTag_1.PropertyTag.releaseVersion,
|
|
123
|
-
single: true,
|
|
124
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
125
|
-
},
|
|
126
|
-
[PropertyConfigKey_1.PropertyConfigKey.releaseKind]: {
|
|
127
|
-
tag: PropertyTag_1.PropertyTag.releaseKind,
|
|
128
|
-
single: true,
|
|
129
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
130
|
-
},
|
|
131
|
-
[PropertyConfigKey_1.PropertyConfigKey.releaseDate]: {
|
|
132
|
-
tag: PropertyTag_1.PropertyTag.releaseDate,
|
|
133
|
-
single: true,
|
|
134
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
135
|
-
},
|
|
136
|
-
[PropertyConfigKey_1.PropertyConfigKey.resolved]: {
|
|
137
|
-
tag: PropertyTag_1.PropertyTag.resolved,
|
|
138
|
-
single: true,
|
|
139
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
140
|
-
},
|
|
141
|
-
[PropertyConfigKey_1.PropertyConfigKey.resolvedDate]: {
|
|
142
|
-
tag: PropertyTag_1.PropertyTag.resolvedDate,
|
|
143
|
-
single: true,
|
|
144
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
145
|
-
},
|
|
146
|
-
[PropertyConfigKey_1.PropertyConfigKey.resolvedBy]: {
|
|
147
|
-
tag: PropertyTag_1.PropertyTag.resolvedBy,
|
|
148
|
-
single: true,
|
|
149
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
150
|
-
},
|
|
151
|
-
[PropertyConfigKey_1.PropertyConfigKey.handInAcceptFileType]: {
|
|
152
|
-
tag: PropertyTag_1.PropertyTag.handInAcceptFileType,
|
|
153
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
154
|
-
},
|
|
155
|
-
[PropertyConfigKey_1.PropertyConfigKey.handInRequirement]: {
|
|
156
|
-
tag: PropertyTag_1.PropertyTag.handInRequirement,
|
|
157
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
158
|
-
},
|
|
159
|
-
[PropertyConfigKey_1.PropertyConfigKey.handInInstruction]: {
|
|
160
|
-
tag: PropertyTag_1.PropertyTag.handInInstruction,
|
|
161
|
-
single: true,
|
|
162
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
163
|
-
},
|
|
164
|
-
[PropertyConfigKey_1.PropertyConfigKey.ageRange]: {
|
|
165
|
-
tag: PropertyTag_1.PropertyTag.ageRange,
|
|
166
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
167
|
-
},
|
|
168
|
-
[PropertyConfigKey_1.PropertyConfigKey.lang]: {
|
|
169
|
-
tag: PropertyTag_1.PropertyTag.lang,
|
|
170
|
-
single: true,
|
|
171
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
172
|
-
},
|
|
173
|
-
[PropertyConfigKey_1.PropertyConfigKey.language]: {
|
|
174
|
-
tag: PropertyTag_1.PropertyTag.language,
|
|
175
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
176
|
-
},
|
|
177
|
-
[PropertyConfigKey_1.PropertyConfigKey.computerLanguage]: {
|
|
178
|
-
tag: PropertyTag_1.PropertyTag.computerLanguage,
|
|
179
|
-
single: true,
|
|
180
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
181
|
-
},
|
|
182
|
-
[PropertyConfigKey_1.PropertyConfigKey.target]: {
|
|
183
|
-
tag: PropertyTag_1.PropertyTag.target,
|
|
184
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
185
|
-
},
|
|
186
|
-
[PropertyConfigKey_1.PropertyConfigKey.slug]: {
|
|
187
|
-
tag: PropertyTag_1.PropertyTag.slug,
|
|
188
|
-
single: true,
|
|
189
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
190
|
-
},
|
|
191
|
-
[PropertyConfigKey_1.PropertyConfigKey.tag]: {
|
|
192
|
-
tag: PropertyTag_1.PropertyTag.tag,
|
|
193
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
194
|
-
},
|
|
195
|
-
[PropertyConfigKey_1.PropertyConfigKey.reductionTag]: {
|
|
196
|
-
tag: PropertyTag_1.PropertyTag.reductionTag,
|
|
197
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
198
|
-
},
|
|
199
|
-
[PropertyConfigKey_1.PropertyConfigKey.bubbleTag]: {
|
|
200
|
-
tag: PropertyTag_1.PropertyTag.bubbleTag,
|
|
201
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
202
|
-
},
|
|
203
|
-
[PropertyConfigKey_1.PropertyConfigKey.levelCEFRp]: {
|
|
204
|
-
tag: PropertyTag_1.PropertyTag.levelCEFRp,
|
|
205
|
-
single: true,
|
|
206
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
207
|
-
},
|
|
208
|
-
[PropertyConfigKey_1.PropertyConfigKey.levelCEFR]: {
|
|
209
|
-
tag: PropertyTag_1.PropertyTag.levelCEFR,
|
|
210
|
-
single: true,
|
|
211
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
212
|
-
},
|
|
213
|
-
[PropertyConfigKey_1.PropertyConfigKey.levelILR]: {
|
|
214
|
-
tag: PropertyTag_1.PropertyTag.levelILR,
|
|
215
|
-
single: true,
|
|
216
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
217
|
-
},
|
|
218
|
-
[PropertyConfigKey_1.PropertyConfigKey.levelACTFL]: {
|
|
219
|
-
tag: PropertyTag_1.PropertyTag.levelACTFL,
|
|
220
|
-
single: true,
|
|
221
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
222
|
-
},
|
|
223
|
-
[PropertyConfigKey_1.PropertyConfigKey.icon]: {
|
|
224
|
-
tag: PropertyTag_1.PropertyTag.icon,
|
|
225
|
-
single: true,
|
|
226
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
227
|
-
},
|
|
228
|
-
[PropertyConfigKey_1.PropertyConfigKey.iconTag]: {
|
|
229
|
-
tag: PropertyTag_1.PropertyTag.iconTag,
|
|
230
|
-
single: true,
|
|
231
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
232
|
-
},
|
|
233
|
-
[PropertyConfigKey_1.PropertyConfigKey.colorTag]: {
|
|
234
|
-
tag: PropertyTag_1.PropertyTag.colorTag,
|
|
235
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
236
|
-
},
|
|
237
|
-
[PropertyConfigKey_1.PropertyConfigKey.flashcardSet]: {
|
|
238
|
-
tag: PropertyTag_1.PropertyTag.flashcardSet,
|
|
239
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
240
|
-
},
|
|
241
|
-
[PropertyConfigKey_1.PropertyConfigKey.subtype]: {
|
|
242
|
-
tag: PropertyTag_1.PropertyTag.subtype,
|
|
243
|
-
single: true,
|
|
244
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
245
|
-
},
|
|
246
|
-
[PropertyConfigKey_1.PropertyConfigKey.bookAlias]: {
|
|
247
|
-
tag: PropertyTag_1.PropertyTag.bookAlias,
|
|
248
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
249
|
-
},
|
|
250
|
-
[PropertyConfigKey_1.PropertyConfigKey.bookDiff]: {
|
|
251
|
-
tag: PropertyTag_1.PropertyTag.bookDiff,
|
|
252
|
-
single: true,
|
|
253
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
254
|
-
},
|
|
255
|
-
[PropertyConfigKey_1.PropertyConfigKey.refAuthor]: {
|
|
256
|
-
tag: PropertyTag_1.PropertyTag.refAuthor,
|
|
257
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
258
|
-
},
|
|
259
|
-
[PropertyConfigKey_1.PropertyConfigKey.refBookTitle]: {
|
|
260
|
-
tag: PropertyTag_1.PropertyTag.refBookTitle,
|
|
261
|
-
single: true,
|
|
262
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
263
|
-
},
|
|
264
|
-
[PropertyConfigKey_1.PropertyConfigKey.refPublisher]: {
|
|
265
|
-
tag: PropertyTag_1.PropertyTag.refPublisher,
|
|
266
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
267
|
-
},
|
|
268
|
-
[PropertyConfigKey_1.PropertyConfigKey.refPublicationYear]: {
|
|
269
|
-
tag: PropertyTag_1.PropertyTag.refPublicationYear,
|
|
270
|
-
single: true,
|
|
271
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
272
|
-
},
|
|
273
|
-
[PropertyConfigKey_1.PropertyConfigKey.citationStyle]: {
|
|
274
|
-
tag: PropertyTag_1.PropertyTag.citationStyle,
|
|
275
|
-
single: true,
|
|
276
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
277
|
-
},
|
|
278
|
-
[PropertyConfigKey_1.PropertyConfigKey.coverImage]: {
|
|
279
|
-
tag: PropertyTag_1.PropertyTag.coverImage,
|
|
280
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
281
|
-
},
|
|
282
|
-
[PropertyConfigKey_1.PropertyConfigKey.coverColor]: {
|
|
283
|
-
tag: PropertyTag_1.PropertyTag.coverColor,
|
|
284
|
-
single: true,
|
|
285
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
286
|
-
},
|
|
287
|
-
[PropertyConfigKey_1.PropertyConfigKey.publisher]: {
|
|
288
|
-
tag: PropertyTag_1.PropertyTag.publisher,
|
|
289
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
290
|
-
},
|
|
291
|
-
[PropertyConfigKey_1.PropertyConfigKey.publisherName]: {
|
|
292
|
-
tag: PropertyTag_1.PropertyTag.publisherName,
|
|
293
|
-
single: true,
|
|
294
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
295
|
-
},
|
|
296
|
-
[PropertyConfigKey_1.PropertyConfigKey.publications]: {
|
|
297
|
-
tag: PropertyTag_1.PropertyTag.publications,
|
|
298
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
299
|
-
},
|
|
300
|
-
[PropertyConfigKey_1.PropertyConfigKey.author]: {
|
|
301
|
-
tag: PropertyTag_1.PropertyTag.author,
|
|
302
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
303
|
-
},
|
|
304
|
-
[PropertyConfigKey_1.PropertyConfigKey.subject]: {
|
|
305
|
-
tag: PropertyTag_1.PropertyTag.subject,
|
|
306
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
307
|
-
},
|
|
308
|
-
[PropertyConfigKey_1.PropertyConfigKey.date]: {
|
|
309
|
-
tag: PropertyTag_1.PropertyTag.date,
|
|
310
|
-
single: true,
|
|
311
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
312
|
-
},
|
|
313
|
-
[PropertyConfigKey_1.PropertyConfigKey.dateEnd]: {
|
|
314
|
-
tag: PropertyTag_1.PropertyTag.dateEnd,
|
|
315
|
-
single: true,
|
|
316
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
317
|
-
},
|
|
318
|
-
[PropertyConfigKey_1.PropertyConfigKey.location]: {
|
|
319
|
-
tag: PropertyTag_1.PropertyTag.location,
|
|
320
|
-
single: true,
|
|
321
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
322
|
-
},
|
|
323
|
-
[PropertyConfigKey_1.PropertyConfigKey.theme]: {
|
|
324
|
-
tag: PropertyTag_1.PropertyTag.theme,
|
|
325
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
326
|
-
},
|
|
327
|
-
[PropertyConfigKey_1.PropertyConfigKey.kind]: {
|
|
328
|
-
tag: PropertyTag_1.PropertyTag.kind,
|
|
329
|
-
single: true,
|
|
330
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
331
|
-
},
|
|
332
|
-
[PropertyConfigKey_1.PropertyConfigKey.hasMarkAsDone]: {
|
|
333
|
-
tag: PropertyTag_1.PropertyTag.hasMarkAsDone,
|
|
334
|
-
defaultValue: 'false',
|
|
335
|
-
single: true,
|
|
336
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
337
|
-
},
|
|
338
|
-
[PropertyConfigKey_1.PropertyConfigKey.processHandIn]: {
|
|
339
|
-
tag: PropertyTag_1.PropertyTag.processHandIn,
|
|
340
|
-
defaultValue: 'false',
|
|
341
|
-
single: true,
|
|
342
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
343
|
-
},
|
|
344
|
-
[PropertyConfigKey_1.PropertyConfigKey.processHandInLocation]: {
|
|
345
|
-
tag: PropertyTag_1.PropertyTag.processHandInLocation,
|
|
346
|
-
single: true,
|
|
347
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
348
|
-
},
|
|
349
|
-
[PropertyConfigKey_1.PropertyConfigKey.isPublic]: {
|
|
350
|
-
tag: PropertyTag_1.PropertyTag.isPublic,
|
|
351
|
-
defaultValue: 'false',
|
|
352
|
-
single: true,
|
|
353
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
354
|
-
},
|
|
355
|
-
[PropertyConfigKey_1.PropertyConfigKey.isTemplate]: {
|
|
356
|
-
tag: PropertyTag_1.PropertyTag.isTemplate,
|
|
357
|
-
defaultValue: 'false',
|
|
358
|
-
single: true,
|
|
359
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
360
|
-
},
|
|
361
|
-
[PropertyConfigKey_1.PropertyConfigKey.isTemplateStripTheme]: {
|
|
362
|
-
tag: PropertyTag_1.PropertyTag.isTemplateStripTheme,
|
|
363
|
-
defaultValue: 'false',
|
|
364
|
-
single: true,
|
|
365
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
366
|
-
},
|
|
367
|
-
[PropertyConfigKey_1.PropertyConfigKey.chatWithBook]: {
|
|
368
|
-
tag: PropertyTag_1.PropertyTag.chatWithBook,
|
|
369
|
-
defaultValue: 'false',
|
|
370
|
-
single: true,
|
|
371
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
372
|
-
},
|
|
373
|
-
[PropertyConfigKey_1.PropertyConfigKey.chatWithBookBrainKey]: {
|
|
374
|
-
tag: PropertyTag_1.PropertyTag.chatWithBookBrainKey,
|
|
375
|
-
single: true,
|
|
376
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
377
|
-
},
|
|
378
|
-
[PropertyConfigKey_1.PropertyConfigKey.action]: {
|
|
379
|
-
tag: PropertyTag_1.PropertyTag.action,
|
|
380
|
-
single: true,
|
|
381
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
382
|
-
},
|
|
383
|
-
[PropertyConfigKey_1.PropertyConfigKey.thumbImage]: {
|
|
384
|
-
tag: PropertyTag_1.PropertyTag.thumbImage,
|
|
385
|
-
single: true,
|
|
386
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
387
|
-
},
|
|
388
|
-
[PropertyConfigKey_1.PropertyConfigKey.scormSource]: {
|
|
389
|
-
tag: PropertyTag_1.PropertyTag.scormSource,
|
|
390
|
-
single: true,
|
|
391
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
392
|
-
},
|
|
393
|
-
[PropertyConfigKey_1.PropertyConfigKey.posterImage]: {
|
|
394
|
-
tag: PropertyTag_1.PropertyTag.posterImage,
|
|
395
|
-
single: true,
|
|
396
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
397
|
-
},
|
|
398
|
-
[PropertyConfigKey_1.PropertyConfigKey.focusX]: {
|
|
399
|
-
tag: PropertyTag_1.PropertyTag.focusX,
|
|
400
|
-
single: true,
|
|
401
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
402
|
-
},
|
|
403
|
-
[PropertyConfigKey_1.PropertyConfigKey.focusY]: {
|
|
404
|
-
tag: PropertyTag_1.PropertyTag.focusY,
|
|
405
|
-
single: true,
|
|
406
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
407
|
-
},
|
|
408
|
-
[PropertyConfigKey_1.PropertyConfigKey.deeplink]: {
|
|
409
|
-
tag: PropertyTag_1.PropertyTag.deeplink,
|
|
410
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
411
|
-
},
|
|
412
|
-
[PropertyConfigKey_1.PropertyConfigKey.externalLink]: {
|
|
413
|
-
tag: PropertyTag_1.PropertyTag.externalLink,
|
|
414
|
-
single: true,
|
|
415
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
416
|
-
},
|
|
417
|
-
[PropertyConfigKey_1.PropertyConfigKey.externalLinkText]: {
|
|
418
|
-
tag: PropertyTag_1.PropertyTag.externalLinkText,
|
|
419
|
-
single: true,
|
|
420
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
421
|
-
},
|
|
422
|
-
[PropertyConfigKey_1.PropertyConfigKey.videoCallLink]: {
|
|
423
|
-
tag: PropertyTag_1.PropertyTag.videoCallLink,
|
|
424
|
-
single: true,
|
|
425
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
426
|
-
},
|
|
427
|
-
[PropertyConfigKey_1.PropertyConfigKey.vendorDashboardId]: {
|
|
428
|
-
tag: PropertyTag_1.PropertyTag.vendorDashboardId,
|
|
429
|
-
single: true,
|
|
430
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
431
|
-
},
|
|
432
|
-
[PropertyConfigKey_1.PropertyConfigKey.vendorSurveyId]: {
|
|
433
|
-
tag: PropertyTag_1.PropertyTag.vendorSurveyId,
|
|
434
|
-
single: true,
|
|
435
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
436
|
-
},
|
|
437
|
-
[PropertyConfigKey_1.PropertyConfigKey.vendorUrl]: {
|
|
438
|
-
tag: PropertyTag_1.PropertyTag.vendorUrl,
|
|
439
|
-
single: true,
|
|
440
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
441
|
-
},
|
|
442
|
-
[PropertyConfigKey_1.PropertyConfigKey.search]: {
|
|
443
|
-
tag: PropertyTag_1.PropertyTag.search,
|
|
444
|
-
single: true,
|
|
445
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
446
|
-
},
|
|
447
|
-
[PropertyConfigKey_1.PropertyConfigKey.bot]: {
|
|
448
|
-
tag: PropertyTag_1.PropertyTag.bot,
|
|
449
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
450
|
-
},
|
|
451
|
-
[PropertyConfigKey_1.PropertyConfigKey.duration]: {
|
|
452
|
-
tag: PropertyTag_1.PropertyTag.duration,
|
|
453
|
-
single: true,
|
|
454
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
455
|
-
},
|
|
456
|
-
[PropertyConfigKey_1.PropertyConfigKey.property_reference]: {
|
|
457
|
-
tag: PropertyTag_1.PropertyTag.tag_reference,
|
|
458
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
459
|
-
astKey: PropertyAstKey_1.PropertyAstKey.ast_referenceProperty,
|
|
460
|
-
},
|
|
461
|
-
[PropertyConfigKey_1.PropertyConfigKey.list]: {
|
|
462
|
-
tag: PropertyTag_1.PropertyTag.list,
|
|
463
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
464
|
-
},
|
|
465
|
-
[PropertyConfigKey_1.PropertyConfigKey.layer]: {
|
|
466
|
-
tag: PropertyTag_1.PropertyTag.layer,
|
|
467
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
468
|
-
},
|
|
469
|
-
[PropertyConfigKey_1.PropertyConfigKey.layerRole]: {
|
|
470
|
-
tag: PropertyTag_1.PropertyTag.layerRole,
|
|
471
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
472
|
-
},
|
|
473
|
-
[PropertyConfigKey_1.PropertyConfigKey.textReference]: {
|
|
474
|
-
tag: PropertyTag_1.PropertyTag.textReference,
|
|
475
|
-
single: true,
|
|
476
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
477
|
-
},
|
|
478
|
-
[PropertyConfigKey_1.PropertyConfigKey.isTracked]: {
|
|
479
|
-
tag: PropertyTag_1.PropertyTag.isTracked,
|
|
480
|
-
single: true,
|
|
481
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
482
|
-
},
|
|
483
|
-
[PropertyConfigKey_1.PropertyConfigKey.isInfoOnly]: {
|
|
484
|
-
tag: PropertyTag_1.PropertyTag.isInfoOnly,
|
|
485
|
-
single: true,
|
|
486
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
487
|
-
},
|
|
488
|
-
[PropertyConfigKey_1.PropertyConfigKey.labelTrue]: {
|
|
489
|
-
tag: PropertyTag_1.PropertyTag.labelTrue,
|
|
490
|
-
single: true,
|
|
491
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
492
|
-
},
|
|
493
|
-
[PropertyConfigKey_1.PropertyConfigKey.labelFalse]: {
|
|
494
|
-
tag: PropertyTag_1.PropertyTag.labelFalse,
|
|
495
|
-
single: true,
|
|
496
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
497
|
-
},
|
|
498
|
-
[PropertyConfigKey_1.PropertyConfigKey.content2Buy]: {
|
|
499
|
-
tag: PropertyTag_1.PropertyTag.content2Buy,
|
|
500
|
-
single: true,
|
|
501
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
502
|
-
},
|
|
503
|
-
[PropertyConfigKey_1.PropertyConfigKey.quotedPerson]: {
|
|
504
|
-
tag: PropertyTag_1.PropertyTag.quotedPerson,
|
|
505
|
-
single: true,
|
|
506
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
507
|
-
},
|
|
508
|
-
[PropertyConfigKey_1.PropertyConfigKey.partialAnswer]: {
|
|
509
|
-
tag: PropertyTag_1.PropertyTag.partialAnswer,
|
|
510
|
-
single: true,
|
|
511
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
512
|
-
},
|
|
513
|
-
[PropertyConfigKey_1.PropertyConfigKey.reasonableNumOfChars]: {
|
|
514
|
-
tag: PropertyTag_1.PropertyTag.reasonableNumOfChars,
|
|
515
|
-
single: true,
|
|
516
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
517
|
-
},
|
|
518
|
-
[PropertyConfigKey_1.PropertyConfigKey.maxCreatedBits]: {
|
|
519
|
-
tag: PropertyTag_1.PropertyTag.maxCreatedBits,
|
|
520
|
-
single: true,
|
|
521
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
522
|
-
},
|
|
523
|
-
[PropertyConfigKey_1.PropertyConfigKey.maxDisplayLevel]: {
|
|
524
|
-
tag: PropertyTag_1.PropertyTag.maxDisplayLevel,
|
|
525
|
-
single: true,
|
|
526
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
527
|
-
},
|
|
528
|
-
[PropertyConfigKey_1.PropertyConfigKey.maxTocChapterLevel]: {
|
|
529
|
-
tag: PropertyTag_1.PropertyTag.maxTocChapterLevel,
|
|
530
|
-
single: true,
|
|
531
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
532
|
-
},
|
|
533
|
-
[PropertyConfigKey_1.PropertyConfigKey.tocResource]: {
|
|
534
|
-
tag: PropertyTag_1.PropertyTag.tocResource,
|
|
535
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
536
|
-
},
|
|
537
|
-
[PropertyConfigKey_1.PropertyConfigKey.tocContent]: {
|
|
538
|
-
tag: PropertyTag_1.PropertyTag.tocContent,
|
|
539
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
540
|
-
},
|
|
541
|
-
[PropertyConfigKey_1.PropertyConfigKey.technicalTerm]: {
|
|
542
|
-
tag: PropertyTag_1.PropertyTag.technicalTerm,
|
|
543
|
-
single: true,
|
|
544
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
545
|
-
},
|
|
546
|
-
[PropertyConfigKey_1.PropertyConfigKey.servings]: {
|
|
547
|
-
tag: PropertyTag_1.PropertyTag.servings,
|
|
548
|
-
single: true,
|
|
549
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
550
|
-
},
|
|
551
|
-
[PropertyConfigKey_1.PropertyConfigKey.unit]: {
|
|
552
|
-
tag: PropertyTag_1.PropertyTag.unit,
|
|
553
|
-
single: true,
|
|
554
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
555
|
-
},
|
|
556
|
-
[PropertyConfigKey_1.PropertyConfigKey.unitAbbr]: {
|
|
557
|
-
tag: PropertyTag_1.PropertyTag.unitAbbr,
|
|
558
|
-
single: true,
|
|
559
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
560
|
-
},
|
|
561
|
-
[PropertyConfigKey_1.PropertyConfigKey.decimalPlaces]: {
|
|
562
|
-
tag: PropertyTag_1.PropertyTag.decimalPlaces,
|
|
563
|
-
single: true,
|
|
564
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
565
|
-
defaultValue: '1',
|
|
566
|
-
},
|
|
567
|
-
[PropertyConfigKey_1.PropertyConfigKey.disableCalculation]: {
|
|
568
|
-
tag: PropertyTag_1.PropertyTag.disableCalculation,
|
|
569
|
-
single: true,
|
|
570
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
571
|
-
},
|
|
572
|
-
[PropertyConfigKey_1.PropertyConfigKey.example]: {
|
|
573
|
-
tag: PropertyTag_1.PropertyTag.example,
|
|
574
|
-
single: true,
|
|
575
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
576
|
-
},
|
|
577
|
-
[PropertyConfigKey_1.PropertyConfigKey.toc]: {
|
|
578
|
-
tag: PropertyTag_1.PropertyTag.toc,
|
|
579
|
-
single: true,
|
|
580
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
581
|
-
defaultValue: 'true',
|
|
582
|
-
},
|
|
583
|
-
[PropertyConfigKey_1.PropertyConfigKey.page]: {
|
|
584
|
-
tag: PropertyTag_1.PropertyTag.page,
|
|
585
|
-
single: true,
|
|
586
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
587
|
-
},
|
|
588
|
-
[PropertyConfigKey_1.PropertyConfigKey.product]: {
|
|
589
|
-
tag: PropertyTag_1.PropertyTag.product,
|
|
590
|
-
single: true,
|
|
591
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
592
|
-
},
|
|
593
|
-
[PropertyConfigKey_1.PropertyConfigKey.productId]: {
|
|
594
|
-
tag: PropertyTag_1.PropertyTag.productId,
|
|
595
|
-
single: false, // and true
|
|
596
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
597
|
-
},
|
|
598
|
-
[PropertyConfigKey_1.PropertyConfigKey.productList]: {
|
|
599
|
-
tag: PropertyTag_1.PropertyTag.product,
|
|
600
|
-
single: false,
|
|
601
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
602
|
-
astKey: PropertyAstKey_1.PropertyAstKey.ast_productList,
|
|
603
|
-
},
|
|
604
|
-
[PropertyConfigKey_1.PropertyConfigKey.productVideo]: {
|
|
605
|
-
tag: PropertyTag_1.PropertyTag.productVideo,
|
|
606
|
-
single: true,
|
|
607
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
608
|
-
},
|
|
609
|
-
[PropertyConfigKey_1.PropertyConfigKey.productVideoList]: {
|
|
610
|
-
tag: PropertyTag_1.PropertyTag.productVideo,
|
|
611
|
-
single: false,
|
|
612
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
613
|
-
astKey: PropertyAstKey_1.PropertyAstKey.ast_productVideoList,
|
|
614
|
-
},
|
|
615
|
-
[PropertyConfigKey_1.PropertyConfigKey.productFolder]: {
|
|
616
|
-
tag: PropertyTag_1.PropertyTag.productFolder,
|
|
617
|
-
single: true,
|
|
618
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
619
|
-
},
|
|
620
|
-
[PropertyConfigKey_1.PropertyConfigKey.progress]: {
|
|
621
|
-
tag: PropertyTag_1.PropertyTag.progress,
|
|
622
|
-
single: true,
|
|
623
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
624
|
-
defaultValue: 'true',
|
|
625
|
-
},
|
|
626
|
-
[PropertyConfigKey_1.PropertyConfigKey.book]: {
|
|
627
|
-
tag: PropertyTag_1.PropertyTag.book,
|
|
628
|
-
single: true,
|
|
629
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
630
|
-
},
|
|
631
|
-
[PropertyConfigKey_1.PropertyConfigKey.person]: {
|
|
632
|
-
tag: PropertyTag_1.PropertyTag.person,
|
|
633
|
-
single: true,
|
|
634
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
635
|
-
},
|
|
636
|
-
// Deprecated (replaced by person)
|
|
637
|
-
[PropertyConfigKey_1.PropertyConfigKey.partner]: {
|
|
638
|
-
tag: PropertyTag_1.PropertyTag.partner,
|
|
639
|
-
single: true,
|
|
640
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
641
|
-
},
|
|
642
|
-
[PropertyConfigKey_1.PropertyConfigKey.property_sampleSolution]: {
|
|
643
|
-
tag: PropertyTag_1.PropertyTag.tag_sampleSolution,
|
|
644
|
-
single: true,
|
|
645
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
646
|
-
},
|
|
647
|
-
[PropertyConfigKey_1.PropertyConfigKey.additionalSolutions]: {
|
|
648
|
-
tag: PropertyTag_1.PropertyTag.additionalSolutions,
|
|
649
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
650
|
-
},
|
|
651
|
-
[PropertyConfigKey_1.PropertyConfigKey.markConfig]: {
|
|
652
|
-
tag: PropertyTag_1.PropertyTag.tag_mark,
|
|
653
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
654
|
-
astKey: PropertyAstKey_1.PropertyAstKey.ast_markConfig,
|
|
655
|
-
},
|
|
656
|
-
[PropertyConfigKey_1.PropertyConfigKey.property_mark]: {
|
|
657
|
-
tag: PropertyTag_1.PropertyTag.tag_mark,
|
|
658
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
659
|
-
},
|
|
660
|
-
[PropertyConfigKey_1.PropertyConfigKey.color]: {
|
|
661
|
-
tag: PropertyTag_1.PropertyTag.color,
|
|
662
|
-
single: true,
|
|
663
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
664
|
-
},
|
|
665
|
-
[PropertyConfigKey_1.PropertyConfigKey.emphasis]: {
|
|
666
|
-
tag: PropertyTag_1.PropertyTag.emphasis,
|
|
667
|
-
single: true,
|
|
668
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
669
|
-
},
|
|
670
|
-
[PropertyConfigKey_1.PropertyConfigKey.isCaseSensitive]: {
|
|
671
|
-
tag: PropertyTag_1.PropertyTag.isCaseSensitive,
|
|
672
|
-
single: true,
|
|
673
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
674
|
-
},
|
|
675
|
-
[PropertyConfigKey_1.PropertyConfigKey.reaction]: {
|
|
676
|
-
tag: PropertyTag_1.PropertyTag.reaction,
|
|
677
|
-
single: true,
|
|
678
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
679
|
-
},
|
|
680
|
-
[PropertyConfigKey_1.PropertyConfigKey.imageSource]: {
|
|
681
|
-
tag: PropertyTag_1.PropertyTag.imageSource,
|
|
682
|
-
single: true,
|
|
683
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
684
|
-
},
|
|
685
|
-
[PropertyConfigKey_1.PropertyConfigKey.mockupId]: {
|
|
686
|
-
tag: PropertyTag_1.PropertyTag.mockupId,
|
|
687
|
-
single: true,
|
|
688
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
689
|
-
},
|
|
690
|
-
[PropertyConfigKey_1.PropertyConfigKey.size]: {
|
|
691
|
-
tag: PropertyTag_1.PropertyTag.size,
|
|
692
|
-
single: true,
|
|
693
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
694
|
-
},
|
|
695
|
-
[PropertyConfigKey_1.PropertyConfigKey.format]: {
|
|
696
|
-
tag: PropertyTag_1.PropertyTag.format,
|
|
697
|
-
single: true,
|
|
698
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
699
|
-
},
|
|
700
|
-
[PropertyConfigKey_1.PropertyConfigKey.property_title]: {
|
|
701
|
-
tag: PropertyTag_1.PropertyTag.tag_title,
|
|
702
|
-
single: true,
|
|
703
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
704
|
-
},
|
|
705
|
-
[PropertyConfigKey_1.PropertyConfigKey.trim]: {
|
|
706
|
-
tag: PropertyTag_1.PropertyTag.trim,
|
|
707
|
-
single: true,
|
|
708
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
709
|
-
},
|
|
710
|
-
[PropertyConfigKey_1.PropertyConfigKey.width]: {
|
|
711
|
-
tag: PropertyTag_1.PropertyTag.width,
|
|
712
|
-
single: true,
|
|
713
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
714
|
-
},
|
|
715
|
-
[PropertyConfigKey_1.PropertyConfigKey.height]: {
|
|
716
|
-
tag: PropertyTag_1.PropertyTag.height,
|
|
717
|
-
single: true,
|
|
718
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
719
|
-
},
|
|
720
|
-
[PropertyConfigKey_1.PropertyConfigKey.license]: {
|
|
721
|
-
tag: PropertyTag_1.PropertyTag.license,
|
|
722
|
-
single: true,
|
|
723
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
724
|
-
},
|
|
725
|
-
[PropertyConfigKey_1.PropertyConfigKey.copyright]: {
|
|
726
|
-
tag: PropertyTag_1.PropertyTag.copyright,
|
|
727
|
-
single: true,
|
|
728
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
729
|
-
},
|
|
730
|
-
[PropertyConfigKey_1.PropertyConfigKey.mailingList]: {
|
|
731
|
-
tag: PropertyTag_1.PropertyTag.mailingList,
|
|
732
|
-
single: true,
|
|
733
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
734
|
-
},
|
|
735
|
-
[PropertyConfigKey_1.PropertyConfigKey.buttonCaption]: {
|
|
736
|
-
tag: PropertyTag_1.PropertyTag.buttonCaption,
|
|
737
|
-
single: true,
|
|
738
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
739
|
-
},
|
|
740
|
-
[PropertyConfigKey_1.PropertyConfigKey.callToActionUrl]: {
|
|
741
|
-
tag: PropertyTag_1.PropertyTag.callToActionUrl,
|
|
742
|
-
single: true,
|
|
743
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
744
|
-
},
|
|
745
|
-
[PropertyConfigKey_1.PropertyConfigKey.feedbackType]: {
|
|
746
|
-
tag: PropertyTag_1.PropertyTag.feedbackType,
|
|
747
|
-
single: true,
|
|
748
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
749
|
-
},
|
|
750
|
-
[PropertyConfigKey_1.PropertyConfigKey.caption]: {
|
|
751
|
-
tag: PropertyTag_1.PropertyTag.caption,
|
|
752
|
-
single: true,
|
|
753
|
-
format: PropertyFormat_1.PropertyFormat.bitmarkText,
|
|
754
|
-
},
|
|
755
|
-
[PropertyConfigKey_1.PropertyConfigKey.showInIndex]: {
|
|
756
|
-
tag: PropertyTag_1.PropertyTag.showInIndex,
|
|
757
|
-
single: true,
|
|
758
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
759
|
-
defaultValue: 'false',
|
|
760
|
-
},
|
|
761
|
-
[PropertyConfigKey_1.PropertyConfigKey.alt]: {
|
|
762
|
-
tag: PropertyTag_1.PropertyTag.alt,
|
|
763
|
-
single: true,
|
|
764
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
765
|
-
},
|
|
766
|
-
[PropertyConfigKey_1.PropertyConfigKey.zoomDisabled]: {
|
|
767
|
-
tag: PropertyTag_1.PropertyTag.zoomDisabled,
|
|
768
|
-
single: true,
|
|
769
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
770
|
-
},
|
|
771
|
-
[PropertyConfigKey_1.PropertyConfigKey.src1x]: {
|
|
772
|
-
tag: PropertyTag_1.PropertyTag.src1x,
|
|
773
|
-
single: true,
|
|
774
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
775
|
-
},
|
|
776
|
-
[PropertyConfigKey_1.PropertyConfigKey.src2x]: {
|
|
777
|
-
tag: PropertyTag_1.PropertyTag.src2x,
|
|
778
|
-
single: true,
|
|
779
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
780
|
-
},
|
|
781
|
-
[PropertyConfigKey_1.PropertyConfigKey.src3x]: {
|
|
782
|
-
tag: PropertyTag_1.PropertyTag.src3x,
|
|
783
|
-
single: true,
|
|
784
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
785
|
-
},
|
|
786
|
-
[PropertyConfigKey_1.PropertyConfigKey.src4x]: {
|
|
787
|
-
tag: PropertyTag_1.PropertyTag.src4x,
|
|
788
|
-
single: true,
|
|
789
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
790
|
-
},
|
|
791
|
-
[PropertyConfigKey_1.PropertyConfigKey.mute]: {
|
|
792
|
-
tag: PropertyTag_1.PropertyTag.mute,
|
|
793
|
-
single: true,
|
|
794
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
795
|
-
},
|
|
796
|
-
[PropertyConfigKey_1.PropertyConfigKey.autoplay]: {
|
|
797
|
-
tag: PropertyTag_1.PropertyTag.autoplay,
|
|
798
|
-
single: true,
|
|
799
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
800
|
-
},
|
|
801
|
-
[PropertyConfigKey_1.PropertyConfigKey.allowSubtitles]: {
|
|
802
|
-
tag: PropertyTag_1.PropertyTag.allowSubtitles,
|
|
803
|
-
single: true,
|
|
804
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
805
|
-
},
|
|
806
|
-
[PropertyConfigKey_1.PropertyConfigKey.showSubtitles]: {
|
|
807
|
-
tag: PropertyTag_1.PropertyTag.showSubtitles,
|
|
808
|
-
single: true,
|
|
809
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
810
|
-
},
|
|
811
|
-
[PropertyConfigKey_1.PropertyConfigKey.siteName]: {
|
|
812
|
-
tag: PropertyTag_1.PropertyTag.siteName,
|
|
813
|
-
single: true,
|
|
814
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
815
|
-
},
|
|
816
|
-
[PropertyConfigKey_1.PropertyConfigKey.pointerLeft]: {
|
|
817
|
-
tag: PropertyTag_1.PropertyTag.pointerLeft,
|
|
818
|
-
single: true,
|
|
819
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
820
|
-
},
|
|
821
|
-
[PropertyConfigKey_1.PropertyConfigKey.pointerTop]: {
|
|
822
|
-
tag: PropertyTag_1.PropertyTag.pointerTop,
|
|
823
|
-
single: true,
|
|
824
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
825
|
-
},
|
|
826
|
-
[PropertyConfigKey_1.PropertyConfigKey.listItemIndent]: {
|
|
827
|
-
tag: PropertyTag_1.PropertyTag.listItemIndent,
|
|
828
|
-
single: true,
|
|
829
|
-
defaultValue: '0',
|
|
830
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
831
|
-
},
|
|
832
|
-
[PropertyConfigKey_1.PropertyConfigKey.hasBookNavigation]: {
|
|
833
|
-
tag: PropertyTag_1.PropertyTag.hasBookNavigation,
|
|
834
|
-
single: true,
|
|
835
|
-
defaultValue: 'true',
|
|
836
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
837
|
-
},
|
|
838
|
-
[PropertyConfigKey_1.PropertyConfigKey.blockId]: {
|
|
839
|
-
tag: PropertyTag_1.PropertyTag.blockId,
|
|
840
|
-
single: true,
|
|
841
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
842
|
-
},
|
|
843
|
-
[PropertyConfigKey_1.PropertyConfigKey.pageNo]: {
|
|
844
|
-
tag: PropertyTag_1.PropertyTag.pageNo,
|
|
845
|
-
single: true,
|
|
846
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
847
|
-
},
|
|
848
|
-
[PropertyConfigKey_1.PropertyConfigKey.x]: {
|
|
849
|
-
tag: PropertyTag_1.PropertyTag.x,
|
|
850
|
-
single: true,
|
|
851
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
852
|
-
},
|
|
853
|
-
[PropertyConfigKey_1.PropertyConfigKey.y]: {
|
|
854
|
-
tag: PropertyTag_1.PropertyTag.y,
|
|
855
|
-
single: true,
|
|
856
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
857
|
-
},
|
|
858
|
-
[PropertyConfigKey_1.PropertyConfigKey.index]: {
|
|
859
|
-
tag: PropertyTag_1.PropertyTag.index,
|
|
860
|
-
single: true,
|
|
861
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
862
|
-
},
|
|
863
|
-
[PropertyConfigKey_1.PropertyConfigKey.classification]: {
|
|
864
|
-
tag: PropertyTag_1.PropertyTag.classification,
|
|
865
|
-
single: true,
|
|
866
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
867
|
-
},
|
|
868
|
-
[PropertyConfigKey_1.PropertyConfigKey.availableClassifications]: {
|
|
869
|
-
tag: PropertyTag_1.PropertyTag.availableClassifications,
|
|
870
|
-
single: false,
|
|
871
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
872
|
-
},
|
|
873
|
-
[PropertyConfigKey_1.PropertyConfigKey.allowedBit]: {
|
|
874
|
-
tag: PropertyTag_1.PropertyTag.allowedBit,
|
|
875
|
-
single: false,
|
|
876
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
877
|
-
},
|
|
878
|
-
[PropertyConfigKey_1.PropertyConfigKey.tableFixedHeader]: {
|
|
879
|
-
tag: PropertyTag_1.PropertyTag.tableFixedHeader,
|
|
880
|
-
single: true,
|
|
881
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
882
|
-
},
|
|
883
|
-
[PropertyConfigKey_1.PropertyConfigKey.tableHeaderWhitespaceNoWrap]: {
|
|
884
|
-
tag: PropertyTag_1.PropertyTag.tableHeaderWhitespaceNoWrap,
|
|
885
|
-
single: true,
|
|
886
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
887
|
-
},
|
|
888
|
-
[PropertyConfigKey_1.PropertyConfigKey.tableSearch]: {
|
|
889
|
-
tag: PropertyTag_1.PropertyTag.tableSearch,
|
|
890
|
-
single: true,
|
|
891
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
892
|
-
},
|
|
893
|
-
[PropertyConfigKey_1.PropertyConfigKey.tableSort]: {
|
|
894
|
-
tag: PropertyTag_1.PropertyTag.tableSort,
|
|
895
|
-
single: true,
|
|
896
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
897
|
-
},
|
|
898
|
-
[PropertyConfigKey_1.PropertyConfigKey.tablePagination]: {
|
|
899
|
-
tag: PropertyTag_1.PropertyTag.tablePagination,
|
|
900
|
-
single: true,
|
|
901
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
902
|
-
},
|
|
903
|
-
[PropertyConfigKey_1.PropertyConfigKey.tablePaginationLimit]: {
|
|
904
|
-
tag: PropertyTag_1.PropertyTag.tablePaginationLimit,
|
|
905
|
-
single: true,
|
|
906
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
907
|
-
defaultValue: '0',
|
|
908
|
-
},
|
|
909
|
-
[PropertyConfigKey_1.PropertyConfigKey.tableHeight]: {
|
|
910
|
-
tag: PropertyTag_1.PropertyTag.tableHeight,
|
|
911
|
-
single: true,
|
|
912
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
913
|
-
defaultValue: '0',
|
|
914
|
-
},
|
|
915
|
-
[PropertyConfigKey_1.PropertyConfigKey.tableWhitespaceNoWrap]: {
|
|
916
|
-
tag: PropertyTag_1.PropertyTag.tableWhitespaceNoWrap,
|
|
917
|
-
single: true,
|
|
918
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
919
|
-
// defaultValue: 'true',
|
|
920
|
-
},
|
|
921
|
-
[PropertyConfigKey_1.PropertyConfigKey.tableAutoWidth]: {
|
|
922
|
-
tag: PropertyTag_1.PropertyTag.tableAutoWidth,
|
|
923
|
-
single: true,
|
|
924
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
925
|
-
// defaultValue: 'true',
|
|
926
|
-
},
|
|
927
|
-
[PropertyConfigKey_1.PropertyConfigKey.tableResizableColumns]: {
|
|
928
|
-
tag: PropertyTag_1.PropertyTag.tableResizableColumns,
|
|
929
|
-
single: true,
|
|
930
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
931
|
-
},
|
|
932
|
-
[PropertyConfigKey_1.PropertyConfigKey.tableColumnMinWidth]: {
|
|
933
|
-
tag: PropertyTag_1.PropertyTag.tableColumnMinWidth,
|
|
934
|
-
single: true,
|
|
935
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
936
|
-
},
|
|
937
|
-
[PropertyConfigKey_1.PropertyConfigKey.quizCountItems]: {
|
|
938
|
-
tag: PropertyTag_1.PropertyTag.quizCountItems,
|
|
939
|
-
single: true,
|
|
940
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
941
|
-
},
|
|
942
|
-
[PropertyConfigKey_1.PropertyConfigKey.quizStrikethroughSolutions]: {
|
|
943
|
-
tag: PropertyTag_1.PropertyTag.quizStrikethroughSolutions,
|
|
944
|
-
single: true,
|
|
945
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
946
|
-
},
|
|
947
|
-
[PropertyConfigKey_1.PropertyConfigKey.codeLineNumbers]: {
|
|
948
|
-
tag: PropertyTag_1.PropertyTag.codeLineNumbers,
|
|
949
|
-
single: true,
|
|
950
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
951
|
-
},
|
|
952
|
-
[PropertyConfigKey_1.PropertyConfigKey.codeMinimap]: {
|
|
953
|
-
tag: PropertyTag_1.PropertyTag.codeMinimap,
|
|
954
|
-
single: true,
|
|
955
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
956
|
-
},
|
|
957
|
-
[PropertyConfigKey_1.PropertyConfigKey.stripePricingTableId]: {
|
|
958
|
-
tag: PropertyTag_1.PropertyTag.stripePricingTableId,
|
|
959
|
-
single: true,
|
|
960
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
961
|
-
},
|
|
962
|
-
[PropertyConfigKey_1.PropertyConfigKey.stripePublishableKey]: {
|
|
963
|
-
tag: PropertyTag_1.PropertyTag.stripePublishableKey,
|
|
964
|
-
single: true,
|
|
965
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
966
|
-
},
|
|
967
|
-
[PropertyConfigKey_1.PropertyConfigKey.ratingLevelStart]: {
|
|
968
|
-
tag: PropertyTag_1.PropertyTag.ratingLevelStart,
|
|
969
|
-
single: true,
|
|
970
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
971
|
-
},
|
|
972
|
-
[PropertyConfigKey_1.PropertyConfigKey.ratingLevelEnd]: {
|
|
973
|
-
tag: PropertyTag_1.PropertyTag.ratingLevelEnd,
|
|
974
|
-
single: true,
|
|
975
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
976
|
-
},
|
|
977
|
-
[PropertyConfigKey_1.PropertyConfigKey.ratingLevelSelected]: {
|
|
978
|
-
tag: PropertyTag_1.PropertyTag.ratingLevelSelected,
|
|
979
|
-
single: true,
|
|
980
|
-
format: PropertyFormat_1.PropertyFormat.number,
|
|
981
|
-
},
|
|
982
|
-
[PropertyConfigKey_1.PropertyConfigKey.label]: {
|
|
983
|
-
tag: PropertyTag_1.PropertyTag.label,
|
|
984
|
-
single: true,
|
|
985
|
-
format: PropertyFormat_1.PropertyFormat.bitmarkText,
|
|
986
|
-
},
|
|
987
|
-
[PropertyConfigKey_1.PropertyConfigKey.imageFirst]: {
|
|
988
|
-
tag: PropertyTag_1.PropertyTag.imageFirst,
|
|
989
|
-
single: true,
|
|
990
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
991
|
-
defaultValue: 'true',
|
|
992
|
-
},
|
|
993
|
-
[PropertyConfigKey_1.PropertyConfigKey.activityType]: {
|
|
994
|
-
tag: PropertyTag_1.PropertyTag.activityType,
|
|
995
|
-
single: true,
|
|
996
|
-
format: PropertyFormat_1.PropertyFormat.plainText,
|
|
997
|
-
},
|
|
998
|
-
[PropertyConfigKey_1.PropertyConfigKey.revealSolutions]: {
|
|
999
|
-
tag: PropertyTag_1.PropertyTag.revealSolutions,
|
|
1000
|
-
single: true,
|
|
1001
|
-
format: PropertyFormat_1.PropertyFormat.boolean,
|
|
1002
|
-
// defaultValue: 'false',
|
|
1003
|
-
},
|
|
1004
|
-
};
|
|
1005
|
-
exports.PROPERTIES = PROPERTIES;
|
|
1006
|
-
//# sourceMappingURL=properties.js.map
|