@gmb/bitmark-parser-generator 1.1.0 → 1.2.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/dist/browser/bitmark-parser-generator-antlr.min.js +1 -1
- package/dist/browser/bitmark-parser-generator.min.js +1 -1
- package/dist/browser/bundle-report.html +2 -2
- package/dist/cjs/ast/Builder.js +54 -26
- package/dist/cjs/ast/Builder.js.map +1 -1
- package/dist/cjs/ast/rules/NodeValidator.js +2 -4
- package/dist/cjs/ast/rules/NodeValidator.js.map +1 -1
- package/dist/cjs/config/bits/_errorBitConfig.js +1 -1
- package/dist/cjs/config/bits/_errorBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/appLinkBitConfig.js +1 -1
- package/dist/cjs/config/bits/appLinkBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/articleBitConfig.js +2 -72
- package/dist/cjs/config/bits/articleBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/articleEmbedBitConfig.js +1 -1
- package/dist/cjs/config/bits/articleEmbedBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/articleLinkBitConfig.js +1 -1
- package/dist/cjs/config/bits/articleLinkBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/audioBitConfig.js +1 -1
- package/dist/cjs/config/bits/audioBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/audioEmbedBitConfig.js +1 -1
- package/dist/cjs/config/bits/audioEmbedBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/audioLinkBitConfig.js +1 -1
- package/dist/cjs/config/bits/audioLinkBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/bitAliasBitConfig.js +1 -1
- package/dist/cjs/config/bits/bitAliasBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/bookBitConfig.js +2 -35
- package/dist/cjs/config/bits/bookBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/botActionResponseBitConfig.js +1 -1
- package/dist/cjs/config/bits/botActionResponseBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/botActionSendBitConfig.js +1 -1
- package/dist/cjs/config/bits/botActionSendBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/browserImageBitConfig.js +1 -1
- package/dist/cjs/config/bits/browserImageBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/card1BitConfig.js +1 -1
- package/dist/cjs/config/bits/card1BitConfig.js.map +1 -1
- package/dist/cjs/config/bits/chapterBitConfig.js +1 -1
- package/dist/cjs/config/bits/chapterBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/clozeAndMultipleChoiceTextBitConfig.js +1 -1
- package/dist/cjs/config/bits/clozeAndMultipleChoiceTextBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/clozeBitConfig.js +3 -2
- package/dist/cjs/config/bits/clozeBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/codeBitConfig.js +1 -1
- package/dist/cjs/config/bits/codeBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/conversationBitConfig.js +2 -8
- package/dist/cjs/config/bits/conversationBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/documentBitConfig.js +1 -1
- package/dist/cjs/config/bits/documentBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/documentDownloadBitConfig.js +1 -1
- package/dist/cjs/config/bits/documentDownloadBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/documentEmbedBitConfig.js +1 -1
- package/dist/cjs/config/bits/documentEmbedBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/documentLinkBitConfig.js +1 -1
- package/dist/cjs/config/bits/documentLinkBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/essayBitConfig.js +1 -1
- package/dist/cjs/config/bits/essayBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/{clozeInstructionGroupedBitConfig.js → exampleBitConfig.js} +6 -4
- package/dist/cjs/config/bits/exampleBitConfig.js.map +1 -0
- package/dist/cjs/config/bits/flashcard1BitConfig.js +1 -1
- package/dist/cjs/config/bits/flashcard1BitConfig.js.map +1 -1
- package/dist/cjs/config/bits/flashcardBitConfig.js +1 -1
- package/dist/cjs/config/bits/flashcardBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/focusImageBitConfig.js +1 -1
- package/dist/cjs/config/bits/focusImageBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/generic/chainBitConfigs.js +21 -1
- package/dist/cjs/config/bits/generic/chainBitConfigs.js.map +1 -1
- package/dist/cjs/config/bits/highlightTextBitConfig.js +1 -1
- package/dist/cjs/config/bits/highlightTextBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/imageBitConfig.js +2 -10
- package/dist/cjs/config/bits/imageBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/imageLinkBitConfig.js +1 -1
- package/dist/cjs/config/bits/imageLinkBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/internalLinkBitConfig.js +1 -1
- package/dist/cjs/config/bits/internalLinkBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/interviewBitConfig.js +1 -1
- package/dist/cjs/config/bits/interviewBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/learningPathBitConfig.js +3 -48
- package/dist/cjs/config/bits/learningPathBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/markBitConfig.js +3 -2
- package/dist/cjs/config/bits/markBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/matchBitConfig.js +4 -32
- package/dist/cjs/config/bits/matchBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/multipleChoice1BitConfig.js +1 -1
- package/dist/cjs/config/bits/multipleChoice1BitConfig.js.map +1 -1
- package/dist/cjs/config/bits/multipleChoiceBitConfig.js +1 -1
- package/dist/cjs/config/bits/multipleChoiceBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/multipleChoiceTextBitConfig.js +1 -1
- package/dist/cjs/config/bits/multipleChoiceTextBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/multipleResponse1BitConfig.js +1 -1
- package/dist/cjs/config/bits/multipleResponse1BitConfig.js.map +1 -1
- package/dist/cjs/config/bits/multipleResponseBitConfig.js +1 -1
- package/dist/cjs/config/bits/multipleResponseBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/photoBitConfig.js +1 -1
- package/dist/cjs/config/bits/photoBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/quoteBitConfig.js +1 -1
- package/dist/cjs/config/bits/quoteBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/ratingBitConfig.js +1 -1
- package/dist/cjs/config/bits/ratingBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/releaseNoteBitConfig.js +1 -1
- package/dist/cjs/config/bits/releaseNoteBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/sampleSolutionBitConfig.js +1 -1
- package/dist/cjs/config/bits/sampleSolutionBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/screenshotBitConfig.js +1 -1
- package/dist/cjs/config/bits/screenshotBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/sequenceBitConfig.js +1 -1
- package/dist/cjs/config/bits/sequenceBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/stillImageFilmBitConfig.js +1 -1
- package/dist/cjs/config/bits/stillImageFilmBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/stillImageFilmEmbedBitConfig.js +1 -1
- package/dist/cjs/config/bits/stillImageFilmEmbedBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/stillImageFilmLinkBitConfig.js +1 -1
- package/dist/cjs/config/bits/stillImageFilmLinkBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/surveyAnonymousBitConfig.js +1 -1
- package/dist/cjs/config/bits/surveyAnonymousBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/surveyBitConfig.js +1 -1
- package/dist/cjs/config/bits/surveyBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/tocBitConfig.js +1 -1
- package/dist/cjs/config/bits/tocBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/trueFalse1BitConfig.js +1 -1
- package/dist/cjs/config/bits/trueFalse1BitConfig.js.map +1 -1
- package/dist/cjs/config/bits/trueFalseBitConfig.js +1 -1
- package/dist/cjs/config/bits/trueFalseBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/vendorPadletEmbedBitConfig.js +1 -1
- package/dist/cjs/config/bits/vendorPadletEmbedBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/videoBitConfig.js +2 -6
- package/dist/cjs/config/bits/videoBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/videoEmbedBitConfig.js +1 -1
- package/dist/cjs/config/bits/videoEmbedBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/videoLinkBitConfig.js +1 -1
- package/dist/cjs/config/bits/videoLinkBitConfig.js.map +1 -1
- package/dist/cjs/config/bits/websiteLinkBitConfig.js +1 -1
- package/dist/cjs/config/bits/websiteLinkBitConfig.js.map +1 -1
- package/dist/cjs/config/config.js +5 -25
- package/dist/cjs/config/config.js.map +1 -1
- package/dist/cjs/config/properties/colorPropertyConfig.js +9 -0
- package/dist/cjs/config/properties/colorPropertyConfig.js.map +1 -0
- package/dist/cjs/config/properties/indicationPropertyConfig.js +9 -0
- package/dist/cjs/config/properties/indicationPropertyConfig.js.map +1 -0
- package/dist/cjs/config/properties/markPropertyConfig.js +8 -0
- package/dist/cjs/config/properties/markPropertyConfig.js.map +1 -0
- package/dist/cjs/config/properties/typePropertyConfig.js +9 -0
- package/dist/cjs/config/properties/typePropertyConfig.js.map +1 -0
- package/dist/cjs/generated/build-info.js +1 -1
- package/dist/cjs/generated/parser/bitmark/bitmark-peggy-parser.js +164 -127
- package/dist/cjs/generated/parser/bitmark/bitmark-peggy-parser.js.map +1 -1
- package/dist/cjs/generator/bitmark/BitmarkGenerator.js +67 -21
- package/dist/cjs/generator/bitmark/BitmarkGenerator.js.map +1 -1
- package/dist/cjs/generator/json/JsonGenerator.js +75 -62
- package/dist/cjs/generator/json/JsonGenerator.js.map +1 -1
- package/dist/cjs/index.js +4 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/model/ast/NodeType.js +13 -5
- package/dist/cjs/model/ast/NodeType.js.map +1 -1
- package/dist/cjs/model/enum/BitType.js +395 -82
- package/dist/cjs/model/enum/BitType.js.map +1 -1
- package/dist/cjs/model/enum/BodyBitType.js +1 -0
- package/dist/cjs/model/enum/BodyBitType.js.map +1 -1
- package/dist/cjs/model/enum/PropertyKey.js +5 -0
- package/dist/cjs/model/enum/PropertyKey.js.map +1 -1
- package/dist/cjs/model/enum/TagType.js +1 -0
- package/dist/cjs/model/enum/TagType.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/BitmarkPegParserProcessor.js +24 -13
- package/dist/cjs/parser/bitmark/peg/BitmarkPegParserProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/BitmarkPegParserTypes.js +1 -0
- package/dist/cjs/parser/bitmark/peg/BitmarkPegParserTypes.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/BitmarkPegParserValidator.js +17 -15
- package/dist/cjs/parser/bitmark/peg/BitmarkPegParserValidator.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/BookChainContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/CardContentProcessor.js +3 -3
- package/dist/cjs/parser/bitmark/peg/contentProcessors/CardContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/ClozeTagContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/CommentTagContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/DefaultTagContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.js +12 -7
- package/dist/cjs/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/GapChainContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/ItemLeadTagContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.js +43 -0
- package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.js.map +1 -0
- package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.js +37 -0
- package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.js.map +1 -0
- package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.js +12 -0
- package/dist/cjs/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.js.map +1 -0
- package/dist/cjs/parser/bitmark/peg/contentProcessors/PartnerChainContentProcessor.js +2 -2
- package/dist/cjs/parser/bitmark/peg/contentProcessors/PartnerChainContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.js +7 -0
- package/dist/cjs/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/ReferenceTagContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.js +3 -2
- package/dist/cjs/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.js +3 -3
- package/dist/cjs/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.js +11 -11
- package/dist/cjs/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.js.map +1 -1
- package/dist/cjs/parser/bitmark/peg/contentProcessors/TrueFalseTagContentProcessor.js.map +1 -1
- package/dist/cjs/parser/json/JsonParser.js +41 -10
- package/dist/cjs/parser/json/JsonParser.js.map +1 -1
- package/dist/cjs/utils/BitUtils.js +1 -1
- package/dist/cjs/utils/BitUtils.js.map +1 -1
- package/dist/esm/ast/Builder.js +55 -27
- package/dist/esm/ast/Builder.js.map +1 -1
- package/dist/esm/ast/rules/NodeValidator.js +3 -5
- package/dist/esm/ast/rules/NodeValidator.js.map +1 -1
- package/dist/esm/config/bits/_errorBitConfig.js +2 -2
- package/dist/esm/config/bits/_errorBitConfig.js.map +1 -1
- package/dist/esm/config/bits/appLinkBitConfig.js +2 -2
- package/dist/esm/config/bits/appLinkBitConfig.js.map +1 -1
- package/dist/esm/config/bits/articleBitConfig.js +3 -73
- package/dist/esm/config/bits/articleBitConfig.js.map +1 -1
- package/dist/esm/config/bits/articleEmbedBitConfig.js +2 -2
- package/dist/esm/config/bits/articleEmbedBitConfig.js.map +1 -1
- package/dist/esm/config/bits/articleLinkBitConfig.js +2 -2
- package/dist/esm/config/bits/articleLinkBitConfig.js.map +1 -1
- package/dist/esm/config/bits/audioBitConfig.js +2 -2
- package/dist/esm/config/bits/audioBitConfig.js.map +1 -1
- package/dist/esm/config/bits/audioEmbedBitConfig.js +2 -2
- package/dist/esm/config/bits/audioEmbedBitConfig.js.map +1 -1
- package/dist/esm/config/bits/audioLinkBitConfig.js +2 -2
- package/dist/esm/config/bits/audioLinkBitConfig.js.map +1 -1
- package/dist/esm/config/bits/bitAliasBitConfig.js +2 -2
- package/dist/esm/config/bits/bitAliasBitConfig.js.map +1 -1
- package/dist/esm/config/bits/bookBitConfig.js +3 -36
- package/dist/esm/config/bits/bookBitConfig.js.map +1 -1
- package/dist/esm/config/bits/botActionResponseBitConfig.js +2 -2
- package/dist/esm/config/bits/botActionResponseBitConfig.js.map +1 -1
- package/dist/esm/config/bits/botActionSendBitConfig.js +2 -2
- package/dist/esm/config/bits/botActionSendBitConfig.js.map +1 -1
- package/dist/esm/config/bits/browserImageBitConfig.js +2 -2
- package/dist/esm/config/bits/browserImageBitConfig.js.map +1 -1
- package/dist/esm/config/bits/card1BitConfig.js +2 -2
- package/dist/esm/config/bits/card1BitConfig.js.map +1 -1
- package/dist/esm/config/bits/chapterBitConfig.js +2 -2
- package/dist/esm/config/bits/chapterBitConfig.js.map +1 -1
- package/dist/esm/config/bits/clozeAndMultipleChoiceTextBitConfig.js +2 -2
- package/dist/esm/config/bits/clozeAndMultipleChoiceTextBitConfig.js.map +1 -1
- package/dist/esm/config/bits/clozeBitConfig.js +4 -3
- package/dist/esm/config/bits/clozeBitConfig.js.map +1 -1
- package/dist/esm/config/bits/codeBitConfig.js +2 -2
- package/dist/esm/config/bits/codeBitConfig.js.map +1 -1
- package/dist/esm/config/bits/conversationBitConfig.js +3 -9
- package/dist/esm/config/bits/conversationBitConfig.js.map +1 -1
- package/dist/esm/config/bits/documentBitConfig.js +2 -2
- package/dist/esm/config/bits/documentBitConfig.js.map +1 -1
- package/dist/esm/config/bits/documentDownloadBitConfig.js +2 -2
- package/dist/esm/config/bits/documentDownloadBitConfig.js.map +1 -1
- package/dist/esm/config/bits/documentEmbedBitConfig.js +2 -2
- package/dist/esm/config/bits/documentEmbedBitConfig.js.map +1 -1
- package/dist/esm/config/bits/documentLinkBitConfig.js +2 -2
- package/dist/esm/config/bits/documentLinkBitConfig.js.map +1 -1
- package/dist/esm/config/bits/essayBitConfig.js +2 -2
- package/dist/esm/config/bits/essayBitConfig.js.map +1 -1
- package/dist/esm/config/bits/exampleBitConfig.js +13 -0
- package/dist/esm/config/bits/exampleBitConfig.js.map +1 -0
- package/dist/esm/config/bits/flashcard1BitConfig.js +2 -2
- package/dist/esm/config/bits/flashcard1BitConfig.js.map +1 -1
- package/dist/esm/config/bits/flashcardBitConfig.js +2 -2
- package/dist/esm/config/bits/flashcardBitConfig.js.map +1 -1
- package/dist/esm/config/bits/focusImageBitConfig.js +2 -2
- package/dist/esm/config/bits/focusImageBitConfig.js.map +1 -1
- package/dist/esm/config/bits/generic/chainBitConfigs.js +19 -1
- package/dist/esm/config/bits/generic/chainBitConfigs.js.map +1 -1
- package/dist/esm/config/bits/highlightTextBitConfig.js +2 -2
- package/dist/esm/config/bits/highlightTextBitConfig.js.map +1 -1
- package/dist/esm/config/bits/imageBitConfig.js +3 -11
- package/dist/esm/config/bits/imageBitConfig.js.map +1 -1
- package/dist/esm/config/bits/imageLinkBitConfig.js +2 -2
- package/dist/esm/config/bits/imageLinkBitConfig.js.map +1 -1
- package/dist/esm/config/bits/internalLinkBitConfig.js +2 -2
- package/dist/esm/config/bits/internalLinkBitConfig.js.map +1 -1
- package/dist/esm/config/bits/interviewBitConfig.js +2 -2
- package/dist/esm/config/bits/interviewBitConfig.js.map +1 -1
- package/dist/esm/config/bits/learningPathBitConfig.js +4 -49
- package/dist/esm/config/bits/learningPathBitConfig.js.map +1 -1
- package/dist/esm/config/bits/markBitConfig.js +4 -3
- package/dist/esm/config/bits/markBitConfig.js.map +1 -1
- package/dist/esm/config/bits/matchBitConfig.js +5 -33
- package/dist/esm/config/bits/matchBitConfig.js.map +1 -1
- package/dist/esm/config/bits/multipleChoice1BitConfig.js +2 -2
- package/dist/esm/config/bits/multipleChoice1BitConfig.js.map +1 -1
- package/dist/esm/config/bits/multipleChoiceBitConfig.js +2 -2
- package/dist/esm/config/bits/multipleChoiceBitConfig.js.map +1 -1
- package/dist/esm/config/bits/multipleChoiceTextBitConfig.js +2 -2
- package/dist/esm/config/bits/multipleChoiceTextBitConfig.js.map +1 -1
- package/dist/esm/config/bits/multipleResponse1BitConfig.js +2 -2
- package/dist/esm/config/bits/multipleResponse1BitConfig.js.map +1 -1
- package/dist/esm/config/bits/multipleResponseBitConfig.js +2 -2
- package/dist/esm/config/bits/multipleResponseBitConfig.js.map +1 -1
- package/dist/esm/config/bits/photoBitConfig.js +2 -2
- package/dist/esm/config/bits/photoBitConfig.js.map +1 -1
- package/dist/esm/config/bits/quoteBitConfig.js +2 -2
- package/dist/esm/config/bits/quoteBitConfig.js.map +1 -1
- package/dist/esm/config/bits/ratingBitConfig.js +2 -2
- package/dist/esm/config/bits/ratingBitConfig.js.map +1 -1
- package/dist/esm/config/bits/releaseNoteBitConfig.js +2 -2
- package/dist/esm/config/bits/releaseNoteBitConfig.js.map +1 -1
- package/dist/esm/config/bits/sampleSolutionBitConfig.js +2 -2
- package/dist/esm/config/bits/sampleSolutionBitConfig.js.map +1 -1
- package/dist/esm/config/bits/screenshotBitConfig.js +2 -2
- package/dist/esm/config/bits/screenshotBitConfig.js.map +1 -1
- package/dist/esm/config/bits/sequenceBitConfig.js +2 -2
- package/dist/esm/config/bits/sequenceBitConfig.js.map +1 -1
- package/dist/esm/config/bits/stillImageFilmBitConfig.js +2 -2
- package/dist/esm/config/bits/stillImageFilmBitConfig.js.map +1 -1
- package/dist/esm/config/bits/stillImageFilmEmbedBitConfig.js +2 -2
- package/dist/esm/config/bits/stillImageFilmEmbedBitConfig.js.map +1 -1
- package/dist/esm/config/bits/stillImageFilmLinkBitConfig.js +2 -2
- package/dist/esm/config/bits/stillImageFilmLinkBitConfig.js.map +1 -1
- package/dist/esm/config/bits/surveyAnonymousBitConfig.js +2 -2
- package/dist/esm/config/bits/surveyAnonymousBitConfig.js.map +1 -1
- package/dist/esm/config/bits/surveyBitConfig.js +2 -2
- package/dist/esm/config/bits/surveyBitConfig.js.map +1 -1
- package/dist/esm/config/bits/tocBitConfig.js +2 -2
- package/dist/esm/config/bits/tocBitConfig.js.map +1 -1
- package/dist/esm/config/bits/trueFalse1BitConfig.js +2 -2
- package/dist/esm/config/bits/trueFalse1BitConfig.js.map +1 -1
- package/dist/esm/config/bits/trueFalseBitConfig.js +2 -2
- package/dist/esm/config/bits/trueFalseBitConfig.js.map +1 -1
- package/dist/esm/config/bits/vendorPadletEmbedBitConfig.js +2 -2
- package/dist/esm/config/bits/vendorPadletEmbedBitConfig.js.map +1 -1
- package/dist/esm/config/bits/videoBitConfig.js +3 -7
- package/dist/esm/config/bits/videoBitConfig.js.map +1 -1
- package/dist/esm/config/bits/videoEmbedBitConfig.js +2 -2
- package/dist/esm/config/bits/videoEmbedBitConfig.js.map +1 -1
- package/dist/esm/config/bits/videoLinkBitConfig.js +2 -2
- package/dist/esm/config/bits/videoLinkBitConfig.js.map +1 -1
- package/dist/esm/config/bits/websiteLinkBitConfig.js +2 -2
- package/dist/esm/config/bits/websiteLinkBitConfig.js.map +1 -1
- package/dist/esm/config/config.js +5 -25
- package/dist/esm/config/config.js.map +1 -1
- package/dist/esm/config/properties/colorPropertyConfig.js +7 -0
- package/dist/esm/config/properties/colorPropertyConfig.js.map +1 -0
- package/dist/esm/config/properties/indicationPropertyConfig.js +7 -0
- package/dist/esm/config/properties/indicationPropertyConfig.js.map +1 -0
- package/dist/esm/config/properties/markPropertyConfig.js +6 -0
- package/dist/esm/config/properties/markPropertyConfig.js.map +1 -0
- package/dist/esm/config/properties/typePropertyConfig.js +7 -0
- package/dist/esm/config/properties/typePropertyConfig.js.map +1 -0
- package/dist/esm/generated/build-info.js +1 -1
- package/dist/esm/generated/parser/bitmark/bitmark-peggy-parser.js +164 -127
- package/dist/esm/generated/parser/bitmark/bitmark-peggy-parser.js.map +1 -1
- package/dist/esm/generator/bitmark/BitmarkGenerator.js +68 -22
- package/dist/esm/generator/bitmark/BitmarkGenerator.js.map +1 -1
- package/dist/esm/generator/json/JsonGenerator.js +76 -63
- package/dist/esm/generator/json/JsonGenerator.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/model/ast/NodeType.js +13 -5
- package/dist/esm/model/ast/NodeType.js.map +1 -1
- package/dist/esm/model/enum/BitType.js +392 -81
- package/dist/esm/model/enum/BitType.js.map +1 -1
- package/dist/esm/model/enum/BodyBitType.js +1 -0
- package/dist/esm/model/enum/BodyBitType.js.map +1 -1
- package/dist/esm/model/enum/PropertyKey.js +5 -0
- package/dist/esm/model/enum/PropertyKey.js.map +1 -1
- package/dist/esm/model/enum/TagType.js +1 -0
- package/dist/esm/model/enum/TagType.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/BitmarkPegParserProcessor.js +25 -14
- package/dist/esm/parser/bitmark/peg/BitmarkPegParserProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/BitmarkPegParserTypes.js +1 -0
- package/dist/esm/parser/bitmark/peg/BitmarkPegParserTypes.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/BitmarkPegParserValidator.js +18 -16
- package/dist/esm/parser/bitmark/peg/BitmarkPegParserValidator.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/BookChainContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/CardContentProcessor.js +4 -4
- package/dist/esm/parser/bitmark/peg/contentProcessors/CardContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/ClozeTagContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/CommentTagContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/DefaultTagContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.js +13 -8
- package/dist/esm/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/GapChainContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/ItemLeadTagContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.js +40 -0
- package/dist/esm/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.js.map +1 -0
- package/dist/esm/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.js +34 -0
- package/dist/esm/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.js.map +1 -0
- package/dist/esm/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.js +9 -0
- package/dist/esm/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.js.map +1 -0
- package/dist/esm/parser/bitmark/peg/contentProcessors/PartnerChainContentProcessor.js +2 -2
- package/dist/esm/parser/bitmark/peg/contentProcessors/PartnerChainContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.js +7 -0
- package/dist/esm/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/ReferenceTagContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.js +4 -3
- package/dist/esm/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.js +4 -4
- package/dist/esm/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.js +12 -12
- package/dist/esm/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.js.map +1 -1
- package/dist/esm/parser/bitmark/peg/contentProcessors/TrueFalseTagContentProcessor.js.map +1 -1
- package/dist/esm/parser/json/JsonParser.js +42 -11
- package/dist/esm/parser/json/JsonParser.js.map +1 -1
- package/dist/esm/utils/BitUtils.js +2 -2
- package/dist/esm/utils/BitUtils.js.map +1 -1
- package/dist/types/ast/Builder.d.ts +31 -3
- package/dist/types/ast/Builder.d.ts.map +1 -1
- package/dist/types/ast/rules/NodeValidator.d.ts.map +1 -1
- package/dist/types/config/bits/exampleBitConfig.d.ts +2 -0
- package/dist/types/config/bits/exampleBitConfig.d.ts.map +1 -0
- package/dist/types/config/bits/generic/chainBitConfigs.d.ts +3 -1
- package/dist/types/config/bits/generic/chainBitConfigs.d.ts.map +1 -1
- package/dist/types/config/config.d.ts +5 -25
- package/dist/types/config/config.d.ts.map +1 -1
- package/dist/types/config/properties/colorPropertyConfig.d.ts +2 -0
- package/dist/types/config/properties/colorPropertyConfig.d.ts.map +1 -0
- package/dist/types/config/properties/indicationPropertyConfig.d.ts +2 -0
- package/dist/types/config/properties/indicationPropertyConfig.d.ts.map +1 -0
- package/dist/types/config/properties/markPropertyConfig.d.ts +2 -0
- package/dist/types/config/properties/markPropertyConfig.d.ts.map +1 -0
- package/dist/types/config/properties/typePropertyConfig.d.ts +2 -0
- package/dist/types/config/properties/typePropertyConfig.d.ts.map +1 -0
- package/dist/types/generated/parser/bitmark/bitmark-peggy-parser.d.ts.map +1 -1
- package/dist/types/generator/bitmark/BitmarkGenerator.d.ts +9 -4
- package/dist/types/generator/bitmark/BitmarkGenerator.d.ts.map +1 -1
- package/dist/types/generator/json/JsonGenerator.d.ts +6 -4
- package/dist/types/generator/json/JsonGenerator.d.ts.map +1 -1
- package/dist/types/generator/text/TextGenerator.d.ts +2 -2
- package/dist/types/generator/text/TextGenerator.d.ts.map +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/model/ast/NodeType.d.ts +22 -6
- package/dist/types/model/ast/NodeType.d.ts.map +1 -1
- package/dist/types/model/ast/Nodes.d.ts +22 -3
- package/dist/types/model/ast/Nodes.d.ts.map +1 -1
- package/dist/types/model/enum/BitType.d.ts +242 -164
- package/dist/types/model/enum/BitType.d.ts.map +1 -1
- package/dist/types/model/enum/BodyBitType.d.ts +3 -0
- package/dist/types/model/enum/BodyBitType.d.ts.map +1 -1
- package/dist/types/model/enum/PropertyKey.d.ts +8 -0
- package/dist/types/model/enum/PropertyKey.d.ts.map +1 -1
- package/dist/types/model/enum/TagType.d.ts +2 -0
- package/dist/types/model/enum/TagType.d.ts.map +1 -1
- package/dist/types/model/json/BitJson.d.ts +6 -0
- package/dist/types/model/json/BitJson.d.ts.map +1 -1
- package/dist/types/model/json/BodyBitJson.d.ts +8 -1
- package/dist/types/model/json/BodyBitJson.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/BitmarkPegParserProcessor.d.ts +1 -1
- package/dist/types/parser/bitmark/peg/BitmarkPegParserProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/BitmarkPegParserTypes.d.ts +9 -4
- package/dist/types/parser/bitmark/peg/BitmarkPegParserTypes.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/BitmarkPegParserValidator.d.ts +10 -10
- package/dist/types/parser/bitmark/peg/BitmarkPegParserValidator.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/BookChainContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/BookChainContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/CardContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/CardContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/ClozeTagContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/ClozeTagContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/CommentTagContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/CommentTagContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/DefaultTagContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/DefaultTagContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/ExampleTagContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/GapChainContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/GapChainContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/ItemLeadTagContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/ItemLeadTagContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.d.ts +6 -0
- package/dist/types/parser/bitmark/peg/contentProcessors/MarkChainContentProcessor.d.ts.map +1 -0
- package/dist/types/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.d.ts +5 -0
- package/dist/types/parser/bitmark/peg/contentProcessors/MarkConfigChainContentProcessor.d.ts.map +1 -0
- package/dist/types/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.d.ts +5 -0
- package/dist/types/parser/bitmark/peg/contentProcessors/MarkTagContentProcessor.d.ts.map +1 -0
- package/dist/types/parser/bitmark/peg/contentProcessors/PartnerChainContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/PartnerChainContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/PropertyContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/ReferenceTagContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/ReferenceTagContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.d.ts +3 -3
- package/dist/types/parser/bitmark/peg/contentProcessors/ResourceContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.d.ts +3 -3
- package/dist/types/parser/bitmark/peg/contentProcessors/TitleTagContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/TrueFalseChainContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/bitmark/peg/contentProcessors/TrueFalseTagContentProcessor.d.ts +2 -2
- package/dist/types/parser/bitmark/peg/contentProcessors/TrueFalseTagContentProcessor.d.ts.map +1 -1
- package/dist/types/parser/json/JsonParser.d.ts +2 -0
- package/dist/types/parser/json/JsonParser.d.ts.map +1 -1
- package/dist/types/utils/BitUtils.d.ts +2 -2
- package/dist/types/utils/BitUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/config/bits/anchorBitConfig.js +0 -11
- package/dist/cjs/config/bits/anchorBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/bitBookEndingBitConfig.js +0 -11
- package/dist/cjs/config/bits/bitBookEndingBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/bitBookSummaryBitConfig.js +0 -11
- package/dist/cjs/config/bits/bitBookSummaryBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/botActionAnnounceBitConfig.js +0 -11
- package/dist/cjs/config/bits/botActionAnnounceBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/botActionRatingNumberBitConfig.js +0 -11
- package/dist/cjs/config/bits/botActionRatingNumberBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/botActionRemindBitConfig.js +0 -11
- package/dist/cjs/config/bits/botActionRemindBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/botActionSaveBitConfig.js +0 -11
- package/dist/cjs/config/bits/botActionSaveBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/botActionTrueFalseBitConfig.js +0 -11
- package/dist/cjs/config/bits/botActionTrueFalseBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/botInterviewBitConfig.js +0 -11
- package/dist/cjs/config/bits/botInterviewBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/chapterSubjectMatterBitConfig.js +0 -11
- package/dist/cjs/config/bits/chapterSubjectMatterBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/chatBitConfig.js +0 -11
- package/dist/cjs/config/bits/chatBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/clozeInstructionGroupedBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/clozeSolutionGroupedBitConfig.js +0 -13
- package/dist/cjs/config/bits/clozeSolutionGroupedBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/conclusionBitConfig.js +0 -12
- package/dist/cjs/config/bits/conclusionBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/documentUploadBitConfig.js +0 -11
- package/dist/cjs/config/bits/documentUploadBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/footNoteBitConfig.js +0 -12
- package/dist/cjs/config/bits/footNoteBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/groupBornBitConfig.js +0 -11
- package/dist/cjs/config/bits/groupBornBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/groupDiedBitConfig.js +0 -11
- package/dist/cjs/config/bits/groupDiedBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/interviewInstructionGroupedBitConfig.js +0 -15
- package/dist/cjs/config/bits/interviewInstructionGroupedBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/question1BitConfig.js +0 -12
- package/dist/cjs/config/bits/question1BitConfig.js.map +0 -1
- package/dist/cjs/config/bits/recordAudioBitConfig.js +0 -11
- package/dist/cjs/config/bits/recordAudioBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/stickyNoteBitConfig.js +0 -12
- package/dist/cjs/config/bits/stickyNoteBitConfig.js.map +0 -1
- package/dist/cjs/config/bits/survey1BitConfig.js +0 -12
- package/dist/cjs/config/bits/survey1BitConfig.js.map +0 -1
- package/dist/cjs/config/bits/surveyAnonymous1BitConfig.js +0 -12
- package/dist/cjs/config/bits/surveyAnonymous1BitConfig.js.map +0 -1
- package/dist/cjs/config/bits/takePictureBitConfig.js +0 -11
- package/dist/cjs/config/bits/takePictureBitConfig.js.map +0 -1
- package/dist/esm/config/bits/anchorBitConfig.js +0 -9
- package/dist/esm/config/bits/anchorBitConfig.js.map +0 -1
- package/dist/esm/config/bits/bitBookEndingBitConfig.js +0 -9
- package/dist/esm/config/bits/bitBookEndingBitConfig.js.map +0 -1
- package/dist/esm/config/bits/bitBookSummaryBitConfig.js +0 -9
- package/dist/esm/config/bits/bitBookSummaryBitConfig.js.map +0 -1
- package/dist/esm/config/bits/botActionAnnounceBitConfig.js +0 -9
- package/dist/esm/config/bits/botActionAnnounceBitConfig.js.map +0 -1
- package/dist/esm/config/bits/botActionRatingNumberBitConfig.js +0 -9
- package/dist/esm/config/bits/botActionRatingNumberBitConfig.js.map +0 -1
- package/dist/esm/config/bits/botActionRemindBitConfig.js +0 -9
- package/dist/esm/config/bits/botActionRemindBitConfig.js.map +0 -1
- package/dist/esm/config/bits/botActionSaveBitConfig.js +0 -9
- package/dist/esm/config/bits/botActionSaveBitConfig.js.map +0 -1
- package/dist/esm/config/bits/botActionTrueFalseBitConfig.js +0 -9
- package/dist/esm/config/bits/botActionTrueFalseBitConfig.js.map +0 -1
- package/dist/esm/config/bits/botInterviewBitConfig.js +0 -9
- package/dist/esm/config/bits/botInterviewBitConfig.js.map +0 -1
- package/dist/esm/config/bits/chapterSubjectMatterBitConfig.js +0 -9
- package/dist/esm/config/bits/chapterSubjectMatterBitConfig.js.map +0 -1
- package/dist/esm/config/bits/chatBitConfig.js +0 -9
- package/dist/esm/config/bits/chatBitConfig.js.map +0 -1
- package/dist/esm/config/bits/clozeInstructionGroupedBitConfig.js +0 -11
- package/dist/esm/config/bits/clozeInstructionGroupedBitConfig.js.map +0 -1
- package/dist/esm/config/bits/clozeSolutionGroupedBitConfig.js +0 -11
- package/dist/esm/config/bits/clozeSolutionGroupedBitConfig.js.map +0 -1
- package/dist/esm/config/bits/conclusionBitConfig.js +0 -10
- package/dist/esm/config/bits/conclusionBitConfig.js.map +0 -1
- package/dist/esm/config/bits/documentUploadBitConfig.js +0 -9
- package/dist/esm/config/bits/documentUploadBitConfig.js.map +0 -1
- package/dist/esm/config/bits/footNoteBitConfig.js +0 -10
- package/dist/esm/config/bits/footNoteBitConfig.js.map +0 -1
- package/dist/esm/config/bits/groupBornBitConfig.js +0 -9
- package/dist/esm/config/bits/groupBornBitConfig.js.map +0 -1
- package/dist/esm/config/bits/groupDiedBitConfig.js +0 -9
- package/dist/esm/config/bits/groupDiedBitConfig.js.map +0 -1
- package/dist/esm/config/bits/interviewInstructionGroupedBitConfig.js +0 -13
- package/dist/esm/config/bits/interviewInstructionGroupedBitConfig.js.map +0 -1
- package/dist/esm/config/bits/question1BitConfig.js +0 -10
- package/dist/esm/config/bits/question1BitConfig.js.map +0 -1
- package/dist/esm/config/bits/recordAudioBitConfig.js +0 -9
- package/dist/esm/config/bits/recordAudioBitConfig.js.map +0 -1
- package/dist/esm/config/bits/stickyNoteBitConfig.js +0 -10
- package/dist/esm/config/bits/stickyNoteBitConfig.js.map +0 -1
- package/dist/esm/config/bits/survey1BitConfig.js +0 -10
- package/dist/esm/config/bits/survey1BitConfig.js.map +0 -1
- package/dist/esm/config/bits/surveyAnonymous1BitConfig.js +0 -10
- package/dist/esm/config/bits/surveyAnonymous1BitConfig.js.map +0 -1
- package/dist/esm/config/bits/takePictureBitConfig.js +0 -9
- package/dist/esm/config/bits/takePictureBitConfig.js.map +0 -1
- package/dist/types/config/bits/anchorBitConfig.d.ts +0 -2
- package/dist/types/config/bits/anchorBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/bitBookEndingBitConfig.d.ts +0 -2
- package/dist/types/config/bits/bitBookEndingBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/bitBookSummaryBitConfig.d.ts +0 -2
- package/dist/types/config/bits/bitBookSummaryBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/botActionAnnounceBitConfig.d.ts +0 -2
- package/dist/types/config/bits/botActionAnnounceBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/botActionRatingNumberBitConfig.d.ts +0 -2
- package/dist/types/config/bits/botActionRatingNumberBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/botActionRemindBitConfig.d.ts +0 -2
- package/dist/types/config/bits/botActionRemindBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/botActionSaveBitConfig.d.ts +0 -2
- package/dist/types/config/bits/botActionSaveBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/botActionTrueFalseBitConfig.d.ts +0 -2
- package/dist/types/config/bits/botActionTrueFalseBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/botInterviewBitConfig.d.ts +0 -2
- package/dist/types/config/bits/botInterviewBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/chapterSubjectMatterBitConfig.d.ts +0 -2
- package/dist/types/config/bits/chapterSubjectMatterBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/chatBitConfig.d.ts +0 -2
- package/dist/types/config/bits/chatBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/clozeInstructionGroupedBitConfig.d.ts +0 -2
- package/dist/types/config/bits/clozeInstructionGroupedBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/clozeSolutionGroupedBitConfig.d.ts +0 -2
- package/dist/types/config/bits/clozeSolutionGroupedBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/conclusionBitConfig.d.ts +0 -2
- package/dist/types/config/bits/conclusionBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/documentUploadBitConfig.d.ts +0 -2
- package/dist/types/config/bits/documentUploadBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/footNoteBitConfig.d.ts +0 -2
- package/dist/types/config/bits/footNoteBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/groupBornBitConfig.d.ts +0 -2
- package/dist/types/config/bits/groupBornBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/groupDiedBitConfig.d.ts +0 -2
- package/dist/types/config/bits/groupDiedBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/interviewInstructionGroupedBitConfig.d.ts +0 -2
- package/dist/types/config/bits/interviewInstructionGroupedBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/question1BitConfig.d.ts +0 -2
- package/dist/types/config/bits/question1BitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/recordAudioBitConfig.d.ts +0 -2
- package/dist/types/config/bits/recordAudioBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/stickyNoteBitConfig.d.ts +0 -2
- package/dist/types/config/bits/stickyNoteBitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/survey1BitConfig.d.ts +0 -2
- package/dist/types/config/bits/survey1BitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/surveyAnonymous1BitConfig.d.ts +0 -2
- package/dist/types/config/bits/surveyAnonymous1BitConfig.d.ts.map +0 -1
- package/dist/types/config/bits/takePictureBitConfig.d.ts +0 -2
- package/dist/types/config/bits/takePictureBitConfig.d.ts.map +0 -1
|
@@ -1,83 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const BitType_1 = require("../../model/enum/BitType");
|
|
4
|
-
const ExampleType_1 = require("../../model/enum/ExampleType");
|
|
5
4
|
const TagType_1 = require("../../model/enum/TagType");
|
|
6
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
7
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
8
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
9
|
-
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.article, {
|
|
10
9
|
tags: Object.assign(Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), { [TagType_1.TagType.Title]: {} }), resourceChainBitConfigs_1.TAGS_CHAIN_ANY_RESOURCE),
|
|
11
10
|
resourceAttachmentAllowed: true,
|
|
12
11
|
bodyAllowed: true,
|
|
13
|
-
};
|
|
14
|
-
const ARTICLE_WITH_EXAMPLE_CONFIG = Object.assign(Object.assign({}, ARTICLE_CONFIG), { rootExampleType: ExampleType_1.ExampleType.string });
|
|
15
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.article, ARTICLE_CONFIG);
|
|
16
|
-
// Aliases
|
|
17
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.aiPrompt, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
18
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.articleAi, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
19
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.articleAttachment, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
20
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.assignment, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
21
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.blogArticle, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
22
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bug, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
23
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.correction, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
24
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookPreparation, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
25
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookStep, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
26
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookIngredients, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
27
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookRemark, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
28
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookVariation, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
29
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookInsert, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
30
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookArrangement, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
31
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookPracticeAdvise, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
32
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookPlate, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
33
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookRecommendation, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
34
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookPersonalRecommendation, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
35
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookSideDrink, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
36
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookSideDish, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
37
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.cookTimer, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
38
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.danger, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
39
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.details1, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
40
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.details, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
41
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.editorial, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
42
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.example, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
43
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.editorNote, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
44
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.featured, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
45
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.help, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
46
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.hint, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
47
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.info, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
48
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langLearningOutcomes, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
49
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langEnablingLanguageSkills, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
50
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langLifeSkills, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
51
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langEnglishAroundWorld, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
52
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langGoodToKnow, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
53
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langLearningGoal, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
54
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langLearningStrategy, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
55
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langLikeALocal, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
56
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langMaterial, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
57
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langUsefulPhrases, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
58
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langLevelDown, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
59
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langLevelUp, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
60
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langExtraActivity, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
61
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langVideoScript, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
62
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langAudioScript, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
63
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langVocabulary, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
64
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langHomework, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
65
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langTeacherNote, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
66
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.langTeacherPronunciation, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
67
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.message, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
68
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.newspaperArticle, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
69
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.note, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
70
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.noteAi, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
71
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.notebookArticle, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
72
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.page, ARTICLE_CONFIG);
|
|
73
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.preparationNote, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
74
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.releaseNotesSummary, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
75
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.remark, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
76
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.selfAssessment, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
77
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.sideNote, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
78
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.statement, ARTICLE_CONFIG);
|
|
79
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.summary, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
80
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.summaryAi, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
81
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.warning, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
82
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.workbookArticle, ARTICLE_WITH_EXAMPLE_CONFIG);
|
|
12
|
+
});
|
|
83
13
|
//# sourceMappingURL=articleBitConfig.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"articleBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/articleBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"articleBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/articleBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,sDAAmD;AAEnD,+EAA4E;AAC5E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,OAAO,EAAE;IAChE,IAAI,gDACC,iCAAY,KACf,CAAC,iBAAO,CAAC,KAAK,CAAC,EAAE,EAAE,KAChB,iDAAuB,CAC3B;IACD,yBAAyB,EAAE,IAAI;IAC/B,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.articleEmbed, {
|
|
9
9
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_ARTICLE_EMBED_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: false,
|
|
11
11
|
resourceType: ResourceType_1.ResourceType.articleEmbed,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"articleEmbedBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/articleEmbedBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"articleEmbedBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/articleEmbedBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,gEAA6D;AAE7D,+EAAsF;AACtF,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,YAAY,EAAE;IACrE,IAAI,kCACC,iCAAY,GACZ,2DAAiC,CACrC;IACD,yBAAyB,EAAE,KAAK;IAChC,YAAY,EAAE,2BAAY,CAAC,YAAY;IACvC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.articleLink, {
|
|
9
9
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_ARTICLE_LINK_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: false,
|
|
11
11
|
resourceType: ResourceType_1.ResourceType.articleLink,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"articleLinkBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/articleLinkBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"articleLinkBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/articleLinkBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,gEAA6D;AAE7D,+EAAqF;AACrF,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,WAAW,EAAE;IACpE,IAAI,kCACC,iCAAY,GACZ,0DAAgC,CACpC;IACD,yBAAyB,EAAE,KAAK;IAChC,YAAY,EAAE,2BAAY,CAAC,WAAW;IACtC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.audio, {
|
|
9
9
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_AUDIO_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: false,
|
|
11
11
|
resourceType: ResourceType_1.ResourceType.audio,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audioBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/audioBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"audioBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/audioBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,gEAA6D;AAE7D,+EAA8E;AAC9E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,KAAK,EAAE;IAC9D,IAAI,kCAAO,iCAAY,GAAK,mDAAyB,CAAE;IACvD,yBAAyB,EAAE,KAAK;IAChC,YAAY,EAAE,2BAAY,CAAC,KAAK;IAChC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.audioEmbed, {
|
|
9
9
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_AUDIO_EMBED_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: false,
|
|
11
11
|
resourceType: ResourceType_1.ResourceType.audioEmbed,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audioEmbedBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/audioEmbedBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"audioEmbedBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/audioEmbedBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,gEAA6D;AAE7D,+EAAoF;AACpF,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,UAAU,EAAE;IACnE,IAAI,kCAAO,iCAAY,GAAK,yDAA+B,CAAE;IAC7D,yBAAyB,EAAE,KAAK;IAChC,YAAY,EAAE,2BAAY,CAAC,UAAU;IACrC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.audioLink, {
|
|
9
9
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_AUDIO_LINK_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: false,
|
|
11
11
|
resourceType: ResourceType_1.ResourceType.audioLink,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audioLinkBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/audioLinkBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"audioLinkBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/audioLinkBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,gEAA6D;AAE7D,+EAAmF;AACnF,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,SAAS,EAAE;IAClE,IAAI,kCAAO,iCAAY,GAAK,wDAA8B,CAAE;IAC5D,yBAAyB,EAAE,KAAK;IAChC,YAAY,EAAE,2BAAY,CAAC,SAAS;IACpC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ const BitType_1 = require("../../model/enum/BitType");
|
|
|
4
4
|
const TagType_1 = require("../../model/enum/TagType");
|
|
5
5
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
6
6
|
// Set metadata on the bit types to describe specific behaviour
|
|
7
|
-
BitType_1.
|
|
7
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.bitAlias, {
|
|
8
8
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), { [TagType_1.TagType.Reference]: {}, [TagType_1.TagType.Anchor]: {} }),
|
|
9
9
|
resourceAttachmentAllowed: false,
|
|
10
10
|
bodyAllowed: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bitAliasBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/bitAliasBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"bitAliasBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/bitAliasBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,sDAAmD;AAEnD,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,QAAQ,EAAE;IACjE,IAAI,kCACC,iCAAY,KACf,CAAC,iBAAO,CAAC,SAAS,CAAC,EAAE,EAAE,EACvB,CAAC,iBAAO,CAAC,MAAM,CAAC,EAAE,EAAE,GACrB;IACD,yBAAyB,EAAE,KAAK;IAChC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -6,45 +6,12 @@ const PropertyKey_1 = require("../../model/enum/PropertyKey");
|
|
|
6
6
|
const TagType_1 = require("../../model/enum/TagType");
|
|
7
7
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
8
8
|
// Set metadata on the bit types to describe specific behaviour
|
|
9
|
-
|
|
9
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.book, {
|
|
10
10
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), { [PropertyKey_1.PropertyKey.spaceId]: {
|
|
11
11
|
isProperty: true,
|
|
12
12
|
maxCount: TagData_1.INFINITE_COUNT,
|
|
13
13
|
}, [TagType_1.TagType.Title]: { maxCount: 2 }, [PropertyKey_1.PropertyKey.subtype]: { isProperty: true }, [PropertyKey_1.PropertyKey.coverImage]: { isProperty: true }, [PropertyKey_1.PropertyKey.publisher]: { isProperty: true }, [PropertyKey_1.PropertyKey.subject]: { isProperty: true }, [PropertyKey_1.PropertyKey.author]: { isProperty: true }, [PropertyKey_1.PropertyKey.theme]: { isProperty: true } }),
|
|
14
14
|
resourceAttachmentAllowed: false,
|
|
15
15
|
bodyAllowed: true,
|
|
16
|
-
};
|
|
17
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.book, BOOK_CONFIG);
|
|
18
|
-
// Book aliases
|
|
19
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookAcknowledgments, BOOK_CONFIG);
|
|
20
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookAddendum, BOOK_CONFIG);
|
|
21
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookAfterword, BOOK_CONFIG);
|
|
22
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookAppendix, BOOK_CONFIG);
|
|
23
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookArticle, BOOK_CONFIG);
|
|
24
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookAutherBio, BOOK_CONFIG);
|
|
25
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookBibliography, BOOK_CONFIG);
|
|
26
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookComingSoon, BOOK_CONFIG);
|
|
27
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookConclusion, BOOK_CONFIG);
|
|
28
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookCopyright, BOOK_CONFIG);
|
|
29
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookCopyrightPermissions, BOOK_CONFIG);
|
|
30
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookDedication, BOOK_CONFIG);
|
|
31
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookEndnotes, BOOK_CONFIG);
|
|
32
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookEpigraph, BOOK_CONFIG);
|
|
33
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookEpilogue, BOOK_CONFIG);
|
|
34
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookForword, BOOK_CONFIG);
|
|
35
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookFrontispiece, BOOK_CONFIG);
|
|
36
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookImprint, BOOK_CONFIG);
|
|
37
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookIncitingIncident, BOOK_CONFIG);
|
|
38
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookIntroduction, BOOK_CONFIG);
|
|
39
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookListOfContributors, BOOK_CONFIG);
|
|
40
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookNotes, BOOK_CONFIG);
|
|
41
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookPostscript, BOOK_CONFIG);
|
|
42
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookPreface, BOOK_CONFIG);
|
|
43
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookPrologue, BOOK_CONFIG);
|
|
44
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookReadMore, BOOK_CONFIG);
|
|
45
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookReferenceList, BOOK_CONFIG);
|
|
46
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookRequestForABookReview, BOOK_CONFIG);
|
|
47
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookSummary, BOOK_CONFIG);
|
|
48
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookTeaser, BOOK_CONFIG);
|
|
49
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.bookTitle, BOOK_CONFIG);
|
|
16
|
+
});
|
|
50
17
|
//# sourceMappingURL=bookBitConfig.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/bookBitConfig.ts"],"names":[],"mappings":";;AAAA,wDAA4D;AAC5D,
|
|
1
|
+
{"version":3,"file":"bookBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/bookBitConfig.ts"],"names":[],"mappings":";;AAAA,wDAA4D;AAC5D,sDAA4E;AAC5E,8DAA2D;AAC3D,sDAAmD;AAEnD,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,IAAI,EAAE;IAC7D,IAAI,kCACC,iCAAY,KACf,CAAC,yBAAW,CAAC,OAAO,CAAC,EAAE;YACrB,UAAU,EAAE,IAAI;YAChB,QAAQ,EAAE,wBAAc;SACzB,EACD,CAAC,iBAAO,CAAC,KAAK,CAAC,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,EAChC,CAAC,yBAAW,CAAC,OAAO,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAC3C,CAAC,yBAAW,CAAC,UAAU,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAC9C,CAAC,yBAAW,CAAC,SAAS,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAC7C,CAAC,yBAAW,CAAC,OAAO,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAC3C,CAAC,yBAAW,CAAC,MAAM,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAC1C,CAAC,yBAAW,CAAC,KAAK,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,GAC1C;IACD,yBAAyB,EAAE,KAAK;IAChC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ const BitType_1 = require("../../model/enum/BitType");
|
|
|
4
4
|
const cardSetBitConfigs_1 = require("./generic/cardSetBitConfigs");
|
|
5
5
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
6
6
|
// Set metadata on the bit types to describe specific behaviour
|
|
7
|
-
BitType_1.
|
|
7
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.botActionResponse, {
|
|
8
8
|
tags: Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT),
|
|
9
9
|
resourceAttachmentAllowed: false,
|
|
10
10
|
cardSet: cardSetBitConfigs_1.CARD_SET_BOT_ACTION_RESPONSES,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"botActionResponseBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/botActionResponseBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"botActionResponseBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/botActionResponseBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAE5E,mEAA4E;AAC5E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,iBAAiB,EAAE;IAC1E,IAAI,oBAAO,iCAAY,CAAE;IACzB,yBAAyB,EAAE,KAAK;IAChC,OAAO,EAAE,iDAA6B;IACtC,WAAW,EAAE,IAAI;IACjB,aAAa,EAAE,IAAI;CACpB,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ const BitType_1 = require("../../model/enum/BitType");
|
|
|
4
4
|
const PropertyKey_1 = require("../../model/enum/PropertyKey");
|
|
5
5
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
6
6
|
// Set metadata on the bit types to describe specific behaviour
|
|
7
|
-
BitType_1.
|
|
7
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.botActionSend, {
|
|
8
8
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), { [PropertyKey_1.PropertyKey.date]: { isProperty: true } }),
|
|
9
9
|
resourceAttachmentAllowed: false,
|
|
10
10
|
bodyAllowed: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"botActionSendBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/botActionSendBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"botActionSendBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/botActionSendBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,8DAA2D;AAE3D,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,aAAa,EAAE;IACtE,IAAI,kCACC,iCAAY,KACf,CAAC,yBAAW,CAAC,IAAI,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,GACzC;IACD,yBAAyB,EAAE,KAAK;IAChC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -6,7 +6,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
6
6
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
7
7
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
8
8
|
// Set metadata on the bit types to describe specific behaviour
|
|
9
|
-
BitType_1.
|
|
9
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.browserImage, {
|
|
10
10
|
tags: Object.assign(Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_IMAGE_RESOURCE), { [PropertyKey_1.PropertyKey.focusX]: { isProperty: true }, [PropertyKey_1.PropertyKey.focusY]: { isProperty: true } }),
|
|
11
11
|
resourceAttachmentAllowed: false,
|
|
12
12
|
resourceType: ResourceType_1.ResourceType.image,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browserImageBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/browserImageBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"browserImageBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/browserImageBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,8DAA2D;AAC3D,gEAA6D;AAE7D,+EAA8E;AAC9E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,YAAY,EAAE;IACrE,IAAI,gDACC,iCAAY,GACZ,mDAAyB,KAC5B,CAAC,yBAAW,CAAC,MAAM,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAC1C,CAAC,yBAAW,CAAC,MAAM,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,GAC3C;IACD,yBAAyB,EAAE,KAAK;IAChC,YAAY,EAAE,2BAAY,CAAC,KAAK;IAChC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ const BitType_1 = require("../../model/enum/BitType");
|
|
|
4
4
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
5
5
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
6
6
|
// Set metadata on the bit types to describe specific behaviour
|
|
7
|
-
BitType_1.
|
|
7
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.card1, {
|
|
8
8
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_ANY_RESOURCE),
|
|
9
9
|
resourceAttachmentAllowed: true,
|
|
10
10
|
bodyAllowed: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card1BitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/card1BitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"card1BitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/card1BitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAE5E,+EAA4E;AAC5E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,KAAK,EAAE;IAC9D,IAAI,kCAAO,iCAAY,GAAK,iDAAuB,CAAE;IACrD,yBAAyB,EAAE,IAAI;IAC/B,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ const BitType_1 = require("../../model/enum/BitType");
|
|
|
4
4
|
const TagType_1 = require("../../model/enum/TagType");
|
|
5
5
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
6
6
|
// Set metadata on the bit types to describe specific behaviour
|
|
7
|
-
BitType_1.
|
|
7
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.chapter, {
|
|
8
8
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), { [TagType_1.TagType.Anchor]: {}, [TagType_1.TagType.Title]: {} }),
|
|
9
9
|
resourceAttachmentAllowed: false,
|
|
10
10
|
bodyAllowed: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chapterBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/chapterBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"chapterBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/chapterBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,sDAAmD;AAEnD,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,OAAO,EAAE;IAChE,IAAI,kCACC,iCAAY,KACf,CAAC,iBAAO,CAAC,MAAM,CAAC,EAAE,EAAE,EACpB,CAAC,iBAAO,CAAC,KAAK,CAAC,EAAE,EAAE,GACpB;IACD,yBAAyB,EAAE,KAAK;IAChC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ const chainBitConfigs_1 = require("./generic/chainBitConfigs");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.clozeAndMultipleChoiceText, {
|
|
9
9
|
tags: Object.assign(Object.assign(Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), chainBitConfigs_1.TAGS_CHAIN_GAP), chainBitConfigs_1.TAGS_CHAIN_TRUE_FALSE), resourceChainBitConfigs_1.TAGS_CHAIN_ANY_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: true,
|
|
11
11
|
bodyAllowed: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clozeAndMultipleChoiceTextBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/clozeAndMultipleChoiceTextBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"clozeAndMultipleChoiceTextBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/clozeAndMultipleChoiceTextBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAE5E,+DAAkF;AAClF,+EAA4E;AAC5E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,0BAA0B,EAAE;IACnF,IAAI,8DAAO,iCAAY,GAAK,gCAAc,GAAK,uCAAqB,GAAK,iDAAuB,CAAE;IAClG,yBAAyB,EAAE,IAAI;IAC/B,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,9 +5,10 @@ const chainBitConfigs_1 = require("./generic/chainBitConfigs");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
|
|
8
|
+
const CLOZE_CONFIG = {
|
|
9
9
|
tags: Object.assign(Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), chainBitConfigs_1.TAGS_CHAIN_GAP), resourceChainBitConfigs_1.TAGS_CHAIN_ANY_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: true,
|
|
11
11
|
bodyAllowed: true,
|
|
12
|
-
}
|
|
12
|
+
};
|
|
13
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.cloze, CLOZE_CONFIG);
|
|
13
14
|
//# sourceMappingURL=clozeBitConfig.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clozeBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/clozeBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"clozeBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/clozeBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAE5E,+DAA2D;AAC3D,+EAA4E;AAC5E,qEAA4D;AAE5D,+DAA+D;AAE/D,MAAM,YAAY,GAAwB;IACxC,IAAI,gDAAO,iCAAY,GAAK,gCAAc,GAAK,iDAAuB,CAAE;IACxE,yBAAyB,EAAE,IAAI;IAC/B,WAAW,EAAE,IAAI;CAClB,CAAC;AAEF,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC"}
|
|
@@ -4,7 +4,7 @@ const BitType_1 = require("../../model/enum/BitType");
|
|
|
4
4
|
const PropertyKey_1 = require("../../model/enum/PropertyKey");
|
|
5
5
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
6
6
|
// Set metadata on the bit types to describe specific behaviour
|
|
7
|
-
BitType_1.
|
|
7
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.code, {
|
|
8
8
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), { [PropertyKey_1.PropertyKey.computerLanguage]: { isProperty: true } }),
|
|
9
9
|
resourceAttachmentAllowed: false,
|
|
10
10
|
bodyAllowed: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codeBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/codeBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"codeBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/codeBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,8DAA2D;AAE3D,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,IAAI,EAAE;IAC7D,IAAI,kCACC,iCAAY,KACf,CAAC,yBAAW,CAAC,gBAAgB,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,GACrD;IACD,yBAAyB,EAAE,KAAK;IAChC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,15 +5,9 @@ const chainBitConfigs_1 = require("./generic/chainBitConfigs");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.conversationLeft1, {
|
|
9
9
|
tags: Object.assign(Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), chainBitConfigs_1.TAGS_CHAIN_PARTNER), resourceChainBitConfigs_1.TAGS_CHAIN_ANY_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: true,
|
|
11
11
|
bodyAllowed: true,
|
|
12
|
-
};
|
|
13
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.conversationLeft1, CONVERSATION_CONFIG);
|
|
14
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.conversationLeft1Scream, CONVERSATION_CONFIG);
|
|
15
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.conversationLeft1Thought, CONVERSATION_CONFIG);
|
|
16
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.conversationRight1, CONVERSATION_CONFIG);
|
|
17
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.conversationRight1Scream, CONVERSATION_CONFIG);
|
|
18
|
-
BitType_1.BitType.setMetadata(BitType_1.BitType.conversationRight1Thought, CONVERSATION_CONFIG);
|
|
12
|
+
});
|
|
19
13
|
//# sourceMappingURL=conversationBitConfig.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversationBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/conversationBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"conversationBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/conversationBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAE5E,+DAA+D;AAC/D,+EAA4E;AAC5E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,iBAAiB,EAAE;IAC1E,IAAI,gDAAO,iCAAY,GAAK,oCAAkB,GAAK,iDAAuB,CAAE;IAC5E,yBAAyB,EAAE,IAAI;IAC/B,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.document, {
|
|
9
9
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_DOCUMENT_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: false,
|
|
11
11
|
resourceType: ResourceType_1.ResourceType.document,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documentBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/documentBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"documentBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/documentBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,gEAA6D;AAE7D,+EAAiF;AACjF,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,QAAQ,EAAE;IACjE,IAAI,kCAAO,iCAAY,GAAK,sDAA4B,CAAE;IAC1D,yBAAyB,EAAE,KAAK;IAChC,YAAY,EAAE,2BAAY,CAAC,QAAQ;IACnC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.documentDownload, {
|
|
9
9
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_DOCUMENT_DOWNLOAD_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: false,
|
|
11
11
|
resourceType: ResourceType_1.ResourceType.documentDownload,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documentDownloadBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/documentDownloadBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"documentDownloadBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/documentDownloadBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,gEAA6D;AAE7D,+EAA0F;AAC1F,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,gBAAgB,EAAE;IACzE,IAAI,kCAAO,iCAAY,GAAK,+DAAqC,CAAE;IACnE,yBAAyB,EAAE,KAAK;IAChC,YAAY,EAAE,2BAAY,CAAC,gBAAgB;IAC3C,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.documentEmbed, {
|
|
9
9
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_DOCUMENT_EMBED_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: false,
|
|
11
11
|
resourceType: ResourceType_1.ResourceType.documentEmbed,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documentEmbedBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/documentEmbedBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"documentEmbedBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/documentEmbedBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,gEAA6D;AAE7D,+EAAuF;AACvF,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,aAAa,EAAE;IACtE,IAAI,kCAAO,iCAAY,GAAK,4DAAkC,CAAE;IAChE,yBAAyB,EAAE,KAAK;IAChC,YAAY,EAAE,2BAAY,CAAC,aAAa;IACxC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -5,7 +5,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
5
5
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
6
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
7
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
8
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.documentLink, {
|
|
9
9
|
tags: Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_DOCUMENT_LINK_RESOURCE),
|
|
10
10
|
resourceAttachmentAllowed: false,
|
|
11
11
|
resourceType: ResourceType_1.ResourceType.documentLink,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documentLinkBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/documentLinkBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"documentLinkBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/documentLinkBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,gEAA6D;AAE7D,+EAAsF;AACtF,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,YAAY,EAAE;IACrE,IAAI,kCAAO,iCAAY,GAAK,2DAAiC,CAAE;IAC/D,yBAAyB,EAAE,KAAK;IAChC,YAAY,EAAE,2BAAY,CAAC,YAAY;IACvC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -6,7 +6,7 @@ const PropertyKey_1 = require("../../model/enum/PropertyKey");
|
|
|
6
6
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
7
7
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
8
8
|
// Set metadata on the bit types to describe specific behaviour
|
|
9
|
-
BitType_1.
|
|
9
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.essay, {
|
|
10
10
|
tags: Object.assign(Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_ANY_RESOURCE), { [PropertyKey_1.PropertyKey.sampleSolution]: { isProperty: true } }),
|
|
11
11
|
resourceAttachmentAllowed: true,
|
|
12
12
|
bodyAllowed: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"essayBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/essayBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"essayBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/essayBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,8DAA2D;AAC3D,8DAA2D;AAE3D,+EAA4E;AAC5E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,KAAK,EAAE;IAC9D,IAAI,gDACC,iCAAY,GACZ,iDAAuB,KAC1B,CAAC,yBAAW,CAAC,cAAc,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,GACnD;IACD,yBAAyB,EAAE,IAAI;IAC/B,WAAW,EAAE,IAAI;IACjB,eAAe,EAAE,yBAAW,CAAC,MAAM;CACpC,CAAC,CAAC"}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const BitType_1 = require("../../model/enum/BitType");
|
|
4
|
-
const
|
|
4
|
+
const ExampleType_1 = require("../../model/enum/ExampleType");
|
|
5
|
+
const TagType_1 = require("../../model/enum/TagType");
|
|
5
6
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
6
7
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
7
8
|
// Set metadata on the bit types to describe specific behaviour
|
|
8
|
-
BitType_1.
|
|
9
|
-
tags: Object.assign(Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT),
|
|
9
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.example, {
|
|
10
|
+
tags: Object.assign(Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), { [TagType_1.TagType.Title]: {} }), resourceChainBitConfigs_1.TAGS_CHAIN_ANY_RESOURCE),
|
|
10
11
|
resourceAttachmentAllowed: true,
|
|
11
12
|
bodyAllowed: true,
|
|
13
|
+
rootExampleType: ExampleType_1.ExampleType.string,
|
|
12
14
|
});
|
|
13
|
-
//# sourceMappingURL=
|
|
15
|
+
//# sourceMappingURL=exampleBitConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exampleBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/exampleBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAC5E,8DAA2D;AAC3D,sDAAmD;AAEnD,+EAA4E;AAC5E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,OAAO,EAAE;IAChE,IAAI,gDACC,iCAAY,KACf,CAAC,iBAAO,CAAC,KAAK,CAAC,EAAE,EAAE,KAChB,iDAAuB,CAC3B;IACD,yBAAyB,EAAE,IAAI;IAC/B,WAAW,EAAE,IAAI;IACjB,eAAe,EAAE,yBAAW,CAAC,MAAM;CACpC,CAAC,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const BitType_1 = require("../../model/enum/BitType");
|
|
4
4
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
5
5
|
// Set metadata on the bit types to describe specific behaviour
|
|
6
|
-
BitType_1.
|
|
6
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.flashcard1, {
|
|
7
7
|
tags: Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT),
|
|
8
8
|
resourceAttachmentAllowed: false,
|
|
9
9
|
bodyAllowed: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flashcard1BitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/flashcard1BitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"flashcard1BitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/flashcard1BitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAE5E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,UAAU,EAAE;IACnE,IAAI,oBAAO,iCAAY,CAAE;IACzB,yBAAyB,EAAE,KAAK;IAChC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const BitType_1 = require("../../model/enum/BitType");
|
|
4
4
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
5
5
|
// Set metadata on the bit types to describe specific behaviour
|
|
6
|
-
BitType_1.
|
|
6
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.flashcard, {
|
|
7
7
|
tags: Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT),
|
|
8
8
|
resourceAttachmentAllowed: false,
|
|
9
9
|
bodyAllowed: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flashcardBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/flashcardBitConfig.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"flashcardBitConfig.js","sourceRoot":"","sources":["../../../../src/config/bits/flashcardBitConfig.ts"],"names":[],"mappings":";;AAAA,sDAA4E;AAE5E,qEAA4D;AAE5D,+DAA+D;AAE/D,qBAAW,CAAC,WAAW,CAAsB,qBAAW,CAAC,SAAS,EAAE;IAClE,IAAI,oBAAO,iCAAY,CAAE;IACzB,yBAAyB,EAAE,KAAK;IAChC,WAAW,EAAE,IAAI;CAClB,CAAC,CAAC"}
|
|
@@ -6,7 +6,7 @@ const ResourceType_1 = require("../../model/enum/ResourceType");
|
|
|
6
6
|
const resourceChainBitConfigs_1 = require("./generic/resourceChainBitConfigs");
|
|
7
7
|
const standardBitConfigs_1 = require("./generic/standardBitConfigs");
|
|
8
8
|
// Set metadata on the bit types to describe specific behaviour
|
|
9
|
-
BitType_1.
|
|
9
|
+
BitType_1.RootBitType.setMetadata(BitType_1.RootBitType.focusImage, {
|
|
10
10
|
tags: Object.assign(Object.assign(Object.assign({}, standardBitConfigs_1.TAGS_DEFAULT), resourceChainBitConfigs_1.TAGS_CHAIN_IMAGE_RESOURCE), { [PropertyKey_1.PropertyKey.focusX]: { isProperty: true }, [PropertyKey_1.PropertyKey.focusY]: { isProperty: true } }),
|
|
11
11
|
resourceAttachmentAllowed: false,
|
|
12
12
|
resourceType: ResourceType_1.ResourceType.image,
|