@gmb/bitmark-parser-generator 5.7.0 → 5.8.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.min.js +1 -1
- package/dist/browser/bundle-report.html +2 -2
- package/dist/browser/cjs/index.cjs +112 -57
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +72 -56
- package/dist/browser/esm/index.d.ts +72 -56
- package/dist/browser/esm/index.js +112 -57
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/cli/main.js +112 -57
- package/dist/cli/main.js.map +1 -1
- package/dist/index.cjs +112 -57
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +72 -56
- package/dist/index.d.ts +72 -56
- package/dist/index.js +112 -57
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -254,6 +254,7 @@ declare const BitType: {
|
|
|
254
254
|
readonly extractorPageWithBlocks: "extractor-page-with-blocks";
|
|
255
255
|
readonly extractorPageWithBlocksCollapsible: "extractor-page-with-blocks-collapsible";
|
|
256
256
|
readonly extractorRepeatedText: "extractor-repeated-text";
|
|
257
|
+
readonly extractorTheme: "extractor-theme";
|
|
257
258
|
readonly featured: "featured";
|
|
258
259
|
readonly feedback: "feedback";
|
|
259
260
|
readonly figure: "figure";
|
|
@@ -469,6 +470,9 @@ declare const BitType: {
|
|
|
469
470
|
readonly reviewApprovedNote: "review-approved-note";
|
|
470
471
|
readonly reviewAuthorNote: "review-author-note";
|
|
471
472
|
readonly reviewCustomerNote: "review-customer-note";
|
|
473
|
+
readonly reviewError: "review-error";
|
|
474
|
+
readonly reviewErrorAi: "review-error-ai";
|
|
475
|
+
readonly reviewErrorTranslation: "review-error-translation";
|
|
472
476
|
readonly reviewNote: "review-note";
|
|
473
477
|
readonly reviewRequestForReviewNote: "review-request-for-review-note";
|
|
474
478
|
readonly reviewReviewerNote: "review-reviewer-note";
|
|
@@ -786,6 +790,8 @@ declare const ConfigKey: {
|
|
|
786
790
|
readonly property_disableFeedback: "@disableFeedback";
|
|
787
791
|
readonly property_duration: "@duration";
|
|
788
792
|
readonly property_isEditable: "@isEditable";
|
|
793
|
+
readonly property_needsValidation: "@needsValidation";
|
|
794
|
+
readonly property_validationDate: "@validationDate";
|
|
789
795
|
readonly property_emphasis: "@emphasis";
|
|
790
796
|
readonly property_example: "@example";
|
|
791
797
|
readonly property_externalId: "@externalId";
|
|
@@ -1626,6 +1632,8 @@ interface BitJson {
|
|
|
1626
1632
|
isTemplate: boolean;
|
|
1627
1633
|
isTemplateStripTheme: boolean;
|
|
1628
1634
|
isEditable: boolean;
|
|
1635
|
+
needsValidation: boolean;
|
|
1636
|
+
validationDate: string;
|
|
1629
1637
|
aiGenerated: boolean;
|
|
1630
1638
|
machineTranslated: string;
|
|
1631
1639
|
translationOf: string;
|
|
@@ -2231,6 +2239,8 @@ interface Bit {
|
|
|
2231
2239
|
isTemplate?: Property;
|
|
2232
2240
|
isTemplateStripTheme?: Property;
|
|
2233
2241
|
isEditable?: Property;
|
|
2242
|
+
needsValidation?: Property;
|
|
2243
|
+
validationDate?: Property;
|
|
2234
2244
|
aiGenerated?: Property;
|
|
2235
2245
|
machineTranslated?: Property;
|
|
2236
2246
|
translationOf?: Property;
|
|
@@ -2561,10 +2571,6 @@ declare const NodeType: {
|
|
|
2561
2571
|
readonly advertisingClickUrl: "advertisingClickUrl";
|
|
2562
2572
|
readonly advertisingClickUrlValue: "advertisingClickUrlValue";
|
|
2563
2573
|
readonly ageRange: "ageRange";
|
|
2564
|
-
readonly brandColor: "brandColor";
|
|
2565
|
-
readonly brandColorValue: "brandColorValue";
|
|
2566
|
-
readonly brandColorName: "brandColorName";
|
|
2567
|
-
readonly brandColorNameValue: "brandColorNameValue";
|
|
2568
2574
|
readonly ageRangeValue: "ageRangeValue";
|
|
2569
2575
|
readonly aiGenerated: "aiGenerated";
|
|
2570
2576
|
readonly aiGeneratedValue: "aiGeneratedValue";
|
|
@@ -2591,7 +2597,6 @@ declare const NodeType: {
|
|
|
2591
2597
|
readonly audioEmbed: "audioEmbed";
|
|
2592
2598
|
readonly audioLink: "audioLink";
|
|
2593
2599
|
readonly author: "author";
|
|
2594
|
-
readonly authorValue: "authorValue";
|
|
2595
2600
|
readonly authorFullName: "authorFullName";
|
|
2596
2601
|
readonly authorFullNameValue: "authorFullNameValue";
|
|
2597
2602
|
readonly authorJobTitle: "authorJobTitle";
|
|
@@ -2600,6 +2605,7 @@ declare const NodeType: {
|
|
|
2600
2605
|
readonly authorPseudonymValue: "authorPseudonymValue";
|
|
2601
2606
|
readonly authorTitle: "authorTitle";
|
|
2602
2607
|
readonly authorTitleValue: "authorTitleValue";
|
|
2608
|
+
readonly authorValue: "authorValue";
|
|
2603
2609
|
readonly availableClassifications: "availableClassifications";
|
|
2604
2610
|
readonly availableClassificationsValue: "availableClassificationsValue";
|
|
2605
2611
|
readonly avatarImage: "avatarImage";
|
|
@@ -2646,6 +2652,10 @@ declare const NodeType: {
|
|
|
2646
2652
|
readonly botResponses: "botResponses";
|
|
2647
2653
|
readonly botResponsesValue: "botResponsesValue";
|
|
2648
2654
|
readonly botValue: "botValue";
|
|
2655
|
+
readonly brandColor: "brandColor";
|
|
2656
|
+
readonly brandColorName: "brandColorName";
|
|
2657
|
+
readonly brandColorNameValue: "brandColorNameValue";
|
|
2658
|
+
readonly brandColorValue: "brandColorValue";
|
|
2649
2659
|
readonly bubbleTag: "bubbleTag";
|
|
2650
2660
|
readonly bubbleTagValue: "bubbleTagValue";
|
|
2651
2661
|
readonly buttonCaption: "buttonCaption";
|
|
@@ -2741,6 +2751,8 @@ declare const NodeType: {
|
|
|
2741
2751
|
readonly elementsValueValue: "elementsValueValue";
|
|
2742
2752
|
readonly emphasis: "emphasis";
|
|
2743
2753
|
readonly end: "end";
|
|
2754
|
+
readonly enforceUpdateOverUserInput: "enforceUpdateOverUserInput";
|
|
2755
|
+
readonly enforceUpdateOverUserInputValue: "enforceUpdateOverUserInputValue";
|
|
2744
2756
|
readonly errors: "errors";
|
|
2745
2757
|
readonly errorsValue: "errorsValue";
|
|
2746
2758
|
readonly example: "example";
|
|
@@ -2749,6 +2761,8 @@ declare const NodeType: {
|
|
|
2749
2761
|
readonly externalIdValue: "externalIdValue";
|
|
2750
2762
|
readonly externalLink: "externalLink";
|
|
2751
2763
|
readonly externalLinkText: "externalLinkText";
|
|
2764
|
+
readonly extractorExtractionTimestamp: "extractorExtractionTimestamp";
|
|
2765
|
+
readonly extractorExtractionTimestampValue: "extractorExtractionTimestampValue";
|
|
2752
2766
|
readonly extractorTag: "extractorTag";
|
|
2753
2767
|
readonly extractorTagValue: "extractorTagValue";
|
|
2754
2768
|
readonly extraProperties: "extraProperties";
|
|
@@ -2767,8 +2781,8 @@ declare const NodeType: {
|
|
|
2767
2781
|
readonly focusY: "focusY";
|
|
2768
2782
|
readonly focusYValue: "focusYValue";
|
|
2769
2783
|
readonly footer: "footer";
|
|
2770
|
-
readonly footerValue: "footerValue";
|
|
2771
2784
|
readonly footerText: "footerText";
|
|
2785
|
+
readonly footerValue: "footerValue";
|
|
2772
2786
|
readonly forKeys: "forKeys";
|
|
2773
2787
|
readonly format: "format";
|
|
2774
2788
|
readonly formula: "formula";
|
|
@@ -2792,6 +2806,8 @@ declare const NodeType: {
|
|
|
2792
2806
|
readonly hasBookNavigationValue: "hasBookNavigationValue";
|
|
2793
2807
|
readonly hasMarkAsDone: "hasMarkAsDone";
|
|
2794
2808
|
readonly hasMarkAsDoneValue: "hasMarkAsDoneValue";
|
|
2809
|
+
readonly hasPrintRestriction: "hasPrintRestriction";
|
|
2810
|
+
readonly hasPrintRestrictionValue: "hasPrintRestrictionValue";
|
|
2795
2811
|
readonly head: "head";
|
|
2796
2812
|
readonly heading: "heading";
|
|
2797
2813
|
readonly height: "height";
|
|
@@ -2806,8 +2822,8 @@ declare const NodeType: {
|
|
|
2806
2822
|
readonly iconValue: "iconValue";
|
|
2807
2823
|
readonly id: "id";
|
|
2808
2824
|
readonly idValue: "idValue";
|
|
2809
|
-
readonly iframeSrc: "iframeSrc";
|
|
2810
2825
|
readonly iframeName: "iframeName";
|
|
2826
|
+
readonly iframeSrc: "iframeSrc";
|
|
2811
2827
|
readonly image: "image";
|
|
2812
2828
|
readonly imageFirst: "imageFirst";
|
|
2813
2829
|
readonly imageFirstValue: "imageFirstValue";
|
|
@@ -2827,12 +2843,6 @@ declare const NodeType: {
|
|
|
2827
2843
|
readonly internalCommentValue: "internalCommentValue";
|
|
2828
2844
|
readonly internalPrintPdf: "internalPrintPdf";
|
|
2829
2845
|
readonly internalPrintPdfValue: "internalPrintPdfValue";
|
|
2830
|
-
readonly hasPrintRestriction: "hasPrintRestriction";
|
|
2831
|
-
readonly hasPrintRestrictionValue: "hasPrintRestrictionValue";
|
|
2832
|
-
readonly enforceUpdateOverUserInput: "enforceUpdateOverUserInput";
|
|
2833
|
-
readonly enforceUpdateOverUserInputValue: "enforceUpdateOverUserInputValue";
|
|
2834
|
-
readonly extractorExtractionTimestamp: "extractorExtractionTimestamp";
|
|
2835
|
-
readonly extractorExtractionTimestampValue: "extractorExtractionTimestampValue";
|
|
2836
2846
|
readonly isCaseSensitive: "isCaseSensitive";
|
|
2837
2847
|
readonly isCommented: "isCommented";
|
|
2838
2848
|
readonly isCorrect: "isCorrect";
|
|
@@ -2851,8 +2861,8 @@ declare const NodeType: {
|
|
|
2851
2861
|
readonly isTracked: "isTracked";
|
|
2852
2862
|
readonly isTrackedValue: "isTrackedValue";
|
|
2853
2863
|
readonly item: "item";
|
|
2854
|
-
readonly itemValue: "itemValue";
|
|
2855
2864
|
readonly itemLead: "itemLead";
|
|
2865
|
+
readonly itemValue: "itemValue";
|
|
2856
2866
|
readonly jobTitle: "jobTitle";
|
|
2857
2867
|
readonly jobTitleValue: "jobTitleValue";
|
|
2858
2868
|
readonly jupyterExecutionCount: "jupyterExecutionCount";
|
|
@@ -2899,10 +2909,6 @@ declare const NodeType: {
|
|
|
2899
2909
|
readonly locationValue: "locationValue";
|
|
2900
2910
|
readonly machineTranslated: "machineTranslated";
|
|
2901
2911
|
readonly machineTranslatedValue: "machineTranslatedValue";
|
|
2902
|
-
readonly translationOf: "translationOf";
|
|
2903
|
-
readonly translationOfValue: "translationOfValue";
|
|
2904
|
-
readonly spansPageBreak: "spansPageBreak";
|
|
2905
|
-
readonly spansPageBreakValue: "spansPageBreakValue";
|
|
2906
2912
|
readonly mailingList: "mailingList";
|
|
2907
2913
|
readonly marginNumber: "marginNumber";
|
|
2908
2914
|
readonly marginNumberValue: "marginNumberValue";
|
|
@@ -2923,6 +2929,8 @@ declare const NodeType: {
|
|
|
2923
2929
|
readonly message: "message";
|
|
2924
2930
|
readonly mockupId: "mockupId";
|
|
2925
2931
|
readonly name: "name";
|
|
2932
|
+
readonly needsValidation: "needsValidation";
|
|
2933
|
+
readonly needsValidationValue: "needsValidationValue";
|
|
2926
2934
|
readonly offset: "offset";
|
|
2927
2935
|
readonly options: "options";
|
|
2928
2936
|
readonly optionsValue: "optionsValue";
|
|
@@ -2935,8 +2943,6 @@ declare const NodeType: {
|
|
|
2935
2943
|
readonly pageNumber: "pageNumber";
|
|
2936
2944
|
readonly pageNumberValue: "pageNumberValue";
|
|
2937
2945
|
readonly pageValue: "pageValue";
|
|
2938
|
-
readonly printParentChapterLevel: "printParentChapterLevel";
|
|
2939
|
-
readonly printParentChapterLevelValue: "printParentChapterLevelValue";
|
|
2940
2946
|
readonly pairs: "pairs";
|
|
2941
2947
|
readonly pairsValue: "pairsValue";
|
|
2942
2948
|
readonly parent: "parent";
|
|
@@ -2945,55 +2951,55 @@ declare const NodeType: {
|
|
|
2945
2951
|
readonly partialAnswerValue: "partialAnswerValue";
|
|
2946
2952
|
readonly path: "path";
|
|
2947
2953
|
readonly pathValue: "pathValue";
|
|
2954
|
+
readonly person: "person";
|
|
2955
|
+
readonly platformBackgroundColor: "platformBackgroundColor";
|
|
2956
|
+
readonly platformBackgroundColorValue: "platformBackgroundColorValue";
|
|
2957
|
+
readonly platformBackgroundImage: "platformBackgroundImage";
|
|
2958
|
+
readonly platformBackgroundImageValue: "platformBackgroundImageValue";
|
|
2959
|
+
readonly platformBaseLayerColor: "platformBaseLayerColor";
|
|
2960
|
+
readonly platformBaseLayerColorValue: "platformBaseLayerColorValue";
|
|
2961
|
+
readonly platformBorderColor: "platformBorderColor";
|
|
2962
|
+
readonly platformBorderColorValue: "platformBorderColorValue";
|
|
2963
|
+
readonly platformBorderRadius: "platformBorderRadius";
|
|
2964
|
+
readonly platformBorderRadiusValue: "platformBorderRadiusValue";
|
|
2948
2965
|
readonly platformBrandTarget: "platformBrandTarget";
|
|
2949
2966
|
readonly platformBrandTargetValue: "platformBrandTargetValue";
|
|
2950
|
-
readonly
|
|
2951
|
-
readonly
|
|
2967
|
+
readonly platformButtonBackgroundColor: "platformButtonBackgroundColor";
|
|
2968
|
+
readonly platformButtonBackgroundColorValue: "platformButtonBackgroundColorValue";
|
|
2969
|
+
readonly platformButtonPrimaryColor: "platformButtonPrimaryColor";
|
|
2970
|
+
readonly platformButtonPrimaryColorValue: "platformButtonPrimaryColorValue";
|
|
2952
2971
|
readonly platformIcon: "platformIcon";
|
|
2953
2972
|
readonly platformIconValue: "platformIconValue";
|
|
2954
2973
|
readonly platformLogo: "platformLogo";
|
|
2955
|
-
readonly platformLogoValue: "platformLogoValue";
|
|
2956
2974
|
readonly platformLogoMaxHeight: "platformLogoMaxHeight";
|
|
2957
2975
|
readonly platformLogoMaxHeightValue: "platformLogoMaxHeightValue";
|
|
2976
|
+
readonly platformLogoValue: "platformLogoValue";
|
|
2977
|
+
readonly platformMargin: "platformMargin";
|
|
2978
|
+
readonly platformMarginValue: "platformMarginValue";
|
|
2979
|
+
readonly platformMessageBackgroundColor: "platformMessageBackgroundColor";
|
|
2980
|
+
readonly platformMessageBackgroundColorValue: "platformMessageBackgroundColorValue";
|
|
2981
|
+
readonly platformName: "platformName";
|
|
2982
|
+
readonly platformNameValue: "platformNameValue";
|
|
2983
|
+
readonly platformNeedsShadow: "platformNeedsShadow";
|
|
2984
|
+
readonly platformNeedsShadowValue: "platformNeedsShadowValue";
|
|
2985
|
+
readonly platformPlaceholderColor: "platformPlaceholderColor";
|
|
2986
|
+
readonly platformPlaceholderColorValue: "platformPlaceholderColorValue";
|
|
2958
2987
|
readonly platformPrimaryColor: "platformPrimaryColor";
|
|
2959
2988
|
readonly platformPrimaryColorValue: "platformPrimaryColorValue";
|
|
2960
|
-
readonly platformSecondaryColor: "platformSecondaryColor";
|
|
2961
|
-
readonly platformSecondaryColorValue: "platformSecondaryColorValue";
|
|
2962
|
-
readonly platformBackgroundColor: "platformBackgroundColor";
|
|
2963
|
-
readonly platformBackgroundColorValue: "platformBackgroundColorValue";
|
|
2964
2989
|
readonly platformScrollbarColor: "platformScrollbarColor";
|
|
2965
2990
|
readonly platformScrollbarColorValue: "platformScrollbarColorValue";
|
|
2991
|
+
readonly platformSecondaryColor: "platformSecondaryColor";
|
|
2992
|
+
readonly platformSecondaryColorValue: "platformSecondaryColorValue";
|
|
2993
|
+
readonly platformSelectionBorderRadius: "platformSelectionBorderRadius";
|
|
2994
|
+
readonly platformSelectionBorderRadiusValue: "platformSelectionBorderRadiusValue";
|
|
2966
2995
|
readonly platformSelectionColor: "platformSelectionColor";
|
|
2967
2996
|
readonly platformSelectionColorValue: "platformSelectionColorValue";
|
|
2997
|
+
readonly platformSelectionTextColor: "platformSelectionTextColor";
|
|
2998
|
+
readonly platformSelectionTextColorValue: "platformSelectionTextColorValue";
|
|
2968
2999
|
readonly platformSeparatorColor: "platformSeparatorColor";
|
|
2969
3000
|
readonly platformSeparatorColorValue: "platformSeparatorColorValue";
|
|
2970
|
-
readonly platformPlaceholderColor: "platformPlaceholderColor";
|
|
2971
|
-
readonly platformPlaceholderColorValue: "platformPlaceholderColorValue";
|
|
2972
3001
|
readonly platformTextSelectionColor: "platformTextSelectionColor";
|
|
2973
3002
|
readonly platformTextSelectionColorValue: "platformTextSelectionColorValue";
|
|
2974
|
-
readonly platformButtonPrimaryColor: "platformButtonPrimaryColor";
|
|
2975
|
-
readonly platformButtonPrimaryColorValue: "platformButtonPrimaryColorValue";
|
|
2976
|
-
readonly platformButtonBackgroundColor: "platformButtonBackgroundColor";
|
|
2977
|
-
readonly platformButtonBackgroundColorValue: "platformButtonBackgroundColorValue";
|
|
2978
|
-
readonly platformMessageBackgroundColor: "platformMessageBackgroundColor";
|
|
2979
|
-
readonly platformMessageBackgroundColorValue: "platformMessageBackgroundColorValue";
|
|
2980
|
-
readonly platformBackgroundImage: "platformBackgroundImage";
|
|
2981
|
-
readonly platformBackgroundImageValue: "platformBackgroundImageValue";
|
|
2982
|
-
readonly platformBorderColor: "platformBorderColor";
|
|
2983
|
-
readonly platformBorderColorValue: "platformBorderColorValue";
|
|
2984
|
-
readonly platformSelectionTextColor: "platformSelectionTextColor";
|
|
2985
|
-
readonly platformSelectionTextColorValue: "platformSelectionTextColorValue";
|
|
2986
|
-
readonly platformBaseLayerColor: "platformBaseLayerColor";
|
|
2987
|
-
readonly platformBaseLayerColorValue: "platformBaseLayerColorValue";
|
|
2988
|
-
readonly platformMargin: "platformMargin";
|
|
2989
|
-
readonly platformMarginValue: "platformMarginValue";
|
|
2990
|
-
readonly platformBorderRadius: "platformBorderRadius";
|
|
2991
|
-
readonly platformBorderRadiusValue: "platformBorderRadiusValue";
|
|
2992
|
-
readonly platformSelectionBorderRadius: "platformSelectionBorderRadius";
|
|
2993
|
-
readonly platformSelectionBorderRadiusValue: "platformSelectionBorderRadiusValue";
|
|
2994
|
-
readonly platformNeedsShadow: "platformNeedsShadow";
|
|
2995
|
-
readonly platformNeedsShadowValue: "platformNeedsShadowValue";
|
|
2996
|
-
readonly person: "person";
|
|
2997
3003
|
readonly pointerLeft: "pointerLeft";
|
|
2998
3004
|
readonly pointerLeftValue: "pointerLeftValue";
|
|
2999
3005
|
readonly pointerTop: "pointerTop";
|
|
@@ -3006,6 +3012,8 @@ declare const NodeType: {
|
|
|
3006
3012
|
readonly previewImageValue: "previewImageValue";
|
|
3007
3013
|
readonly previewVideo: "previewVideo";
|
|
3008
3014
|
readonly previewVideoValue: "previewVideoValue";
|
|
3015
|
+
readonly printParentChapterLevel: "printParentChapterLevel";
|
|
3016
|
+
readonly printParentChapterLevelValue: "printParentChapterLevelValue";
|
|
3009
3017
|
readonly processHandIn: "processHandIn";
|
|
3010
3018
|
readonly processHandInLocation: "processHandInLocation";
|
|
3011
3019
|
readonly processHandInLocationValue: "processHandInLocationValue";
|
|
@@ -3041,9 +3049,9 @@ declare const NodeType: {
|
|
|
3041
3049
|
readonly publisherValue: "publisherValue";
|
|
3042
3050
|
readonly quantity: "quantity";
|
|
3043
3051
|
readonly question: "question";
|
|
3044
|
-
readonly questionValue: "questionValue";
|
|
3045
3052
|
readonly questions: "questions";
|
|
3046
3053
|
readonly questionsValue: "questionsValue";
|
|
3054
|
+
readonly questionValue: "questionValue";
|
|
3047
3055
|
readonly quizCountItems: "quizCountItems";
|
|
3048
3056
|
readonly quizCountItemsValue: "quizCountItemsValue";
|
|
3049
3057
|
readonly quizStrikethroughSolutions: "quizStrikethroughSolutions";
|
|
@@ -3095,6 +3103,8 @@ declare const NodeType: {
|
|
|
3095
3103
|
readonly root: "root";
|
|
3096
3104
|
readonly rows: "rows";
|
|
3097
3105
|
readonly rowsValue: "rowsValue";
|
|
3106
|
+
readonly rtl: "rtl";
|
|
3107
|
+
readonly rtlValue: "rtlValue";
|
|
3098
3108
|
readonly rubric: "rubric";
|
|
3099
3109
|
readonly rubricValue: "rubricValue";
|
|
3100
3110
|
readonly sampleSolution: "sampleSolution";
|
|
@@ -3124,6 +3134,8 @@ declare const NodeType: {
|
|
|
3124
3134
|
readonly sourceRLValue: "sourceRLValue";
|
|
3125
3135
|
readonly spaceId: "spaceId";
|
|
3126
3136
|
readonly spaceIdValue: "spaceIdValue";
|
|
3137
|
+
readonly spansPageBreak: "spansPageBreak";
|
|
3138
|
+
readonly spansPageBreakValue: "spansPageBreakValue";
|
|
3127
3139
|
readonly src: "src";
|
|
3128
3140
|
readonly src1x: "src1x";
|
|
3129
3141
|
readonly src2x: "src2x";
|
|
@@ -3189,15 +3201,13 @@ declare const NodeType: {
|
|
|
3189
3201
|
readonly textsValue: "textsValue";
|
|
3190
3202
|
readonly theme: "theme";
|
|
3191
3203
|
readonly themeValue: "themeValue";
|
|
3192
|
-
readonly rtl: "rtl";
|
|
3193
|
-
readonly rtlValue: "rtlValue";
|
|
3194
3204
|
readonly thumbImage: "thumbImage";
|
|
3195
3205
|
readonly thumbImageValue: "thumbImageValue";
|
|
3196
3206
|
readonly thumbnails: "thumbnails";
|
|
3197
3207
|
readonly thumbnailsValue: "thumbnailsValue";
|
|
3198
3208
|
readonly title: "title";
|
|
3199
|
-
readonly titleValue: "titleValue";
|
|
3200
3209
|
readonly titleString: "titleString";
|
|
3210
|
+
readonly titleValue: "titleValue";
|
|
3201
3211
|
readonly toc: "toc";
|
|
3202
3212
|
readonly tocContent: "tocContent";
|
|
3203
3213
|
readonly tocContentValue: "tocContentValue";
|
|
@@ -3206,11 +3216,15 @@ declare const NodeType: {
|
|
|
3206
3216
|
readonly tocValue: "tocValue";
|
|
3207
3217
|
readonly topicTag: "topicTag";
|
|
3208
3218
|
readonly topicTagValue: "topicTagValue";
|
|
3219
|
+
readonly translationOf: "translationOf";
|
|
3220
|
+
readonly translationOfValue: "translationOfValue";
|
|
3209
3221
|
readonly trim: "trim";
|
|
3210
3222
|
readonly type: "type";
|
|
3211
3223
|
readonly unit: "unit";
|
|
3212
3224
|
readonly unitAbbr: "unitAbbr";
|
|
3213
3225
|
readonly url: "url";
|
|
3226
|
+
readonly validationDate: "validationDate";
|
|
3227
|
+
readonly validationDateValue: "validationDateValue";
|
|
3214
3228
|
readonly value: "value";
|
|
3215
3229
|
readonly values: "values";
|
|
3216
3230
|
readonly valuesValue: "valuesValue";
|
|
@@ -4055,6 +4069,8 @@ declare class Builder extends BaseBuilder {
|
|
|
4055
4069
|
isTemplate?: boolean;
|
|
4056
4070
|
isTemplateStripTheme?: boolean;
|
|
4057
4071
|
isEditable?: boolean;
|
|
4072
|
+
needsValidation?: boolean;
|
|
4073
|
+
validationDate?: string;
|
|
4058
4074
|
aiGenerated?: boolean;
|
|
4059
4075
|
machineTranslated?: string;
|
|
4060
4076
|
translationOf?: string;
|