@kontur.candy/generator 4.268.0 → 4.269.0-extended-protocol-minitour-testing-2.1
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/index.js +37 -51
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -121922,7 +121922,6 @@ class FormSchemaRngElement {
|
|
|
121922
121922
|
this.errorAndWarningCountRequired = void 0;
|
|
121923
121923
|
this.lazyLoadingThreshold = void 0;
|
|
121924
121924
|
this.innerTextType = void 0;
|
|
121925
|
-
this.innerTextOptional = void 0;
|
|
121926
121925
|
this.children = new Map();
|
|
121927
121926
|
this.maxOccurs = void 0;
|
|
121928
121927
|
this.attributes = new Map();
|
|
@@ -121953,10 +121952,6 @@ class FormSchemaRngElement {
|
|
|
121953
121952
|
this.innerTextType = type;
|
|
121954
121953
|
}
|
|
121955
121954
|
|
|
121956
|
-
setInnerTextOptional(optional) {
|
|
121957
|
-
this.innerTextOptional = optional;
|
|
121958
|
-
}
|
|
121959
|
-
|
|
121960
121955
|
getElementByName(name) {
|
|
121961
121956
|
var _this$children$get;
|
|
121962
121957
|
|
|
@@ -121964,7 +121959,7 @@ class FormSchemaRngElement {
|
|
|
121964
121959
|
}
|
|
121965
121960
|
|
|
121966
121961
|
isOptionalOrNillable() {
|
|
121967
|
-
return this.optional || this.nillable ||
|
|
121962
|
+
return this.optional || this.nillable || false;
|
|
121968
121963
|
}
|
|
121969
121964
|
|
|
121970
121965
|
getChildren() {
|
|
@@ -121999,8 +121994,6 @@ class FormSchemaRng {
|
|
|
121999
121994
|
if (schemaRngElement.innerText.type != undefined) {
|
|
122000
121995
|
result.setInnerTextType(this.buildTypeInfo(schemaRngElement.innerText.type));
|
|
122001
121996
|
}
|
|
122002
|
-
|
|
122003
|
-
result.setInnerTextOptional(schemaRngElement.innerText.optional);
|
|
122004
121997
|
} else {
|
|
122005
121998
|
for (const attribute of schemaRngElement.attributes) {
|
|
122006
121999
|
result.addAttribute(this.convertSchemaRngAttribute(attribute, result));
|
|
@@ -122397,7 +122390,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
122397
122390
|
|
|
122398
122391
|
|
|
122399
122392
|
|
|
122400
|
-
var _dec, _dec2, _class, _class2, _descriptor, _dec3, _dec4, _class4, _class5, _descriptor2, _dec5, _dec6, _class7, _class8, _descriptor3, _dec7, _dec8, _class10, _class11, _descriptor4, _dec9, _dec10, _class13, _class14, _descriptor5, _dec11, _dec12, _class16, _class17, _descriptor6, _dec13, _dec14, _class19, _class20, _descriptor7, _dec15, _dec16, _class22, _class23, _descriptor8, _dec17, _dec18, _class25, _class26, _descriptor9, _dec19, _dec20, _class28, _class29, _descriptor10, _dec21, _dec22, _dec23, _dec24, _dec25, _class31, _class32, _descriptor11, _descriptor12, _descriptor13, _descriptor14, _dec26, _dec27, _dec28, _dec29, _dec30, _dec31, _dec32, _dec33, _class34, _class35, _descriptor15, _descriptor16, _descriptor17, _descriptor18, _descriptor19, _descriptor20, _descriptor21, _dec34, _dec35,
|
|
122393
|
+
var _dec, _dec2, _class, _class2, _descriptor, _dec3, _dec4, _class4, _class5, _descriptor2, _dec5, _dec6, _class7, _class8, _descriptor3, _dec7, _dec8, _class10, _class11, _descriptor4, _dec9, _dec10, _class13, _class14, _descriptor5, _dec11, _dec12, _class16, _class17, _descriptor6, _dec13, _dec14, _class19, _class20, _descriptor7, _dec15, _dec16, _class22, _class23, _descriptor8, _dec17, _dec18, _class25, _class26, _descriptor9, _dec19, _dec20, _class28, _class29, _descriptor10, _dec21, _dec22, _dec23, _dec24, _dec25, _class31, _class32, _descriptor11, _descriptor12, _descriptor13, _descriptor14, _dec26, _dec27, _dec28, _dec29, _dec30, _dec31, _dec32, _dec33, _class34, _class35, _descriptor15, _descriptor16, _descriptor17, _descriptor18, _descriptor19, _descriptor20, _descriptor21, _dec34, _dec35, _class37, _class38, _descriptor22, _dec36, _dec37, _class40, _class41, _descriptor23, _dec38, _dec39, _dec40, _dec41, _dec42, _dec43, _dec44, _dec45, _dec46, _dec47, _dec48, _dec49, _dec50, _dec51, _dec52, _class43, _class44, _descriptor24, _descriptor25, _descriptor26, _descriptor27, _descriptor28, _descriptor29, _descriptor30, _descriptor31, _descriptor32, _descriptor33, _descriptor34, _descriptor35, _descriptor36, _descriptor37;
|
|
122401
122394
|
|
|
122402
122395
|
|
|
122403
122396
|
class SchemaRngTypeCheck extends _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {}
|
|
@@ -122620,138 +122613,131 @@ let SchemaRngAttribute = (_dec26 = (0,_generators_markupGenerator_Serializer_Sug
|
|
|
122620
122613
|
writable: true,
|
|
122621
122614
|
initializer: null
|
|
122622
122615
|
})), _class35)) || _class34);
|
|
122623
|
-
let SchemaRngInnerText = (_dec34 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("innertext", ``), _dec35 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.
|
|
122616
|
+
let SchemaRngInnerText = (_dec34 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("innertext", ``), _dec35 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.singleChild)("type", [SchemaRngType]), _dec34(_class37 = (_class38 = class SchemaRngInnerText extends _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
|
|
122624
122617
|
constructor(...args) {
|
|
122625
122618
|
super(...args);
|
|
122626
122619
|
|
|
122627
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "
|
|
122628
|
-
|
|
122629
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "type", _descriptor23, this);
|
|
122620
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "type", _descriptor22, this);
|
|
122630
122621
|
}
|
|
122631
122622
|
|
|
122632
|
-
}, (_descriptor22 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class38.prototype, "
|
|
122633
|
-
configurable: true,
|
|
122634
|
-
enumerable: true,
|
|
122635
|
-
writable: true,
|
|
122636
|
-
initializer: null
|
|
122637
|
-
}), _descriptor23 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class38.prototype, "type", [_dec36], {
|
|
122623
|
+
}, (_descriptor22 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class38.prototype, "type", [_dec35], {
|
|
122638
122624
|
configurable: true,
|
|
122639
122625
|
enumerable: true,
|
|
122640
122626
|
writable: true,
|
|
122641
122627
|
initializer: null
|
|
122642
122628
|
})), _class38)) || _class37);
|
|
122643
|
-
let SchemaRngElementChoiceElement = (
|
|
122629
|
+
let SchemaRngElementChoiceElement = (_dec36 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("choice", ``), _dec37 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.children)("element"), _dec36(_class40 = (_class41 = class SchemaRngElementChoiceElement extends _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
|
|
122644
122630
|
constructor(...args) {
|
|
122645
122631
|
super(...args);
|
|
122646
122632
|
|
|
122647
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children",
|
|
122633
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor23, this);
|
|
122648
122634
|
}
|
|
122649
122635
|
|
|
122650
|
-
}, (
|
|
122636
|
+
}, (_descriptor23 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class41.prototype, "children", [_dec37], {
|
|
122651
122637
|
configurable: true,
|
|
122652
122638
|
enumerable: true,
|
|
122653
122639
|
writable: true,
|
|
122654
122640
|
initializer: null
|
|
122655
122641
|
})), _class41)) || _class40);
|
|
122656
|
-
let SchemaRngElement = (
|
|
122642
|
+
let SchemaRngElement = (_dec38 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.sugarNode)("element", ``), _dec39 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("name", _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string.required, ``), _dec40 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("description", _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.string, ``), _dec41 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("optional", _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, ``), _dec42 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("nillable", _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, ``), _dec43 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("multiple", _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, ``), _dec44 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("maxOccurs", _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.number, ``), _dec45 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.children)("attribute", [SchemaRngAttribute]), _dec46 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.children)("element"), _dec47 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.children)("choice"), _dec48 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.singleChild)("innertext", [SchemaRngInnerText]), _dec49 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("lazyLoadAggregations", _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, ``), _dec50 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("lazyLoadMode", _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType["enum"]("deferred", "initial", "request"), ``), _dec51 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("errorAndWarningCountRequired", _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.boolean, ``), _dec52 = (0,_generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attr)("lazyLoadingThreshold", _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.attrType.number, ``), _dec38(_class43 = (_class44 = class SchemaRngElement extends _generators_markupGenerator_Serializer_SugarSerializer__WEBPACK_IMPORTED_MODULE_3__.SugarNodeBase {
|
|
122657
122643
|
constructor(...args) {
|
|
122658
122644
|
super(...args);
|
|
122659
122645
|
|
|
122660
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "name",
|
|
122646
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "name", _descriptor24, this);
|
|
122661
122647
|
|
|
122662
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "description",
|
|
122648
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "description", _descriptor25, this);
|
|
122663
122649
|
|
|
122664
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "optional",
|
|
122650
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "optional", _descriptor26, this);
|
|
122665
122651
|
|
|
122666
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "nillable",
|
|
122652
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "nillable", _descriptor27, this);
|
|
122667
122653
|
|
|
122668
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "multiple",
|
|
122654
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "multiple", _descriptor28, this);
|
|
122669
122655
|
|
|
122670
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "maxOccurs",
|
|
122656
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "maxOccurs", _descriptor29, this);
|
|
122671
122657
|
|
|
122672
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "attributes",
|
|
122658
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "attributes", _descriptor30, this);
|
|
122673
122659
|
|
|
122674
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children",
|
|
122660
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "children", _descriptor31, this);
|
|
122675
122661
|
|
|
122676
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "choices",
|
|
122662
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "choices", _descriptor32, this);
|
|
122677
122663
|
|
|
122678
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "innerText",
|
|
122664
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "innerText", _descriptor33, this);
|
|
122679
122665
|
|
|
122680
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "lazyLoadAggregations",
|
|
122666
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "lazyLoadAggregations", _descriptor34, this);
|
|
122681
122667
|
|
|
122682
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "lazyLoadMode",
|
|
122668
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "lazyLoadMode", _descriptor35, this);
|
|
122683
122669
|
|
|
122684
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "errorAndWarningCountRequired",
|
|
122670
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "errorAndWarningCountRequired", _descriptor36, this);
|
|
122685
122671
|
|
|
122686
|
-
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "lazyLoadingThreshold",
|
|
122672
|
+
_babel_runtime_helpers_initializerDefineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "lazyLoadingThreshold", _descriptor37, this);
|
|
122687
122673
|
}
|
|
122688
122674
|
|
|
122689
|
-
}, (
|
|
122675
|
+
}, (_descriptor24 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "name", [_dec39], {
|
|
122690
122676
|
configurable: true,
|
|
122691
122677
|
enumerable: true,
|
|
122692
122678
|
writable: true,
|
|
122693
122679
|
initializer: null
|
|
122694
|
-
}),
|
|
122680
|
+
}), _descriptor25 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "description", [_dec40], {
|
|
122695
122681
|
configurable: true,
|
|
122696
122682
|
enumerable: true,
|
|
122697
122683
|
writable: true,
|
|
122698
122684
|
initializer: null
|
|
122699
|
-
}),
|
|
122685
|
+
}), _descriptor26 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "optional", [_dec41], {
|
|
122700
122686
|
configurable: true,
|
|
122701
122687
|
enumerable: true,
|
|
122702
122688
|
writable: true,
|
|
122703
122689
|
initializer: null
|
|
122704
|
-
}),
|
|
122690
|
+
}), _descriptor27 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "nillable", [_dec42], {
|
|
122705
122691
|
configurable: true,
|
|
122706
122692
|
enumerable: true,
|
|
122707
122693
|
writable: true,
|
|
122708
122694
|
initializer: null
|
|
122709
|
-
}),
|
|
122695
|
+
}), _descriptor28 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "multiple", [_dec43], {
|
|
122710
122696
|
configurable: true,
|
|
122711
122697
|
enumerable: true,
|
|
122712
122698
|
writable: true,
|
|
122713
122699
|
initializer: null
|
|
122714
|
-
}),
|
|
122700
|
+
}), _descriptor29 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "maxOccurs", [_dec44], {
|
|
122715
122701
|
configurable: true,
|
|
122716
122702
|
enumerable: true,
|
|
122717
122703
|
writable: true,
|
|
122718
122704
|
initializer: null
|
|
122719
|
-
}),
|
|
122705
|
+
}), _descriptor30 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "attributes", [_dec45], {
|
|
122720
122706
|
configurable: true,
|
|
122721
122707
|
enumerable: true,
|
|
122722
122708
|
writable: true,
|
|
122723
122709
|
initializer: null
|
|
122724
|
-
}),
|
|
122710
|
+
}), _descriptor31 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "children", [_dec46], {
|
|
122725
122711
|
configurable: true,
|
|
122726
122712
|
enumerable: true,
|
|
122727
122713
|
writable: true,
|
|
122728
122714
|
initializer: null
|
|
122729
|
-
}),
|
|
122715
|
+
}), _descriptor32 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "choices", [_dec47], {
|
|
122730
122716
|
configurable: true,
|
|
122731
122717
|
enumerable: true,
|
|
122732
122718
|
writable: true,
|
|
122733
122719
|
initializer: null
|
|
122734
|
-
}),
|
|
122720
|
+
}), _descriptor33 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "innerText", [_dec48], {
|
|
122735
122721
|
configurable: true,
|
|
122736
122722
|
enumerable: true,
|
|
122737
122723
|
writable: true,
|
|
122738
122724
|
initializer: null
|
|
122739
|
-
}),
|
|
122725
|
+
}), _descriptor34 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "lazyLoadAggregations", [_dec49], {
|
|
122740
122726
|
configurable: true,
|
|
122741
122727
|
enumerable: true,
|
|
122742
122728
|
writable: true,
|
|
122743
122729
|
initializer: null
|
|
122744
|
-
}),
|
|
122730
|
+
}), _descriptor35 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "lazyLoadMode", [_dec50], {
|
|
122745
122731
|
configurable: true,
|
|
122746
122732
|
enumerable: true,
|
|
122747
122733
|
writable: true,
|
|
122748
122734
|
initializer: null
|
|
122749
|
-
}),
|
|
122735
|
+
}), _descriptor36 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "errorAndWarningCountRequired", [_dec51], {
|
|
122750
122736
|
configurable: true,
|
|
122751
122737
|
enumerable: true,
|
|
122752
122738
|
writable: true,
|
|
122753
122739
|
initializer: null
|
|
122754
|
-
}),
|
|
122740
|
+
}), _descriptor37 = _babel_runtime_helpers_applyDecoratedDescriptor__WEBPACK_IMPORTED_MODULE_1___default()(_class44.prototype, "lazyLoadingThreshold", [_dec52], {
|
|
122755
122741
|
configurable: true,
|
|
122756
122742
|
enumerable: true,
|
|
122757
122743
|
writable: true,
|