@apipass/schemas 0.2.1-alpha.10 → 0.2.1-alpha.12
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/base-schema.component.d.ts +1 -0
- package/bundles/apipass-schemas.umd.js +37 -17
- package/bundles/apipass-schemas.umd.js.map +1 -1
- package/bundles/apipass-schemas.umd.min.js +1 -1
- package/bundles/apipass-schemas.umd.min.js.map +1 -1
- package/esm2015/base-schema.component.js +9 -1
- package/esm2015/schema-custom-attributes/schema-custom-attributes.js +4 -4
- package/esm2015/schema-form/schema-input/input-render/boolean-input/boolean-input.component.js +9 -4
- package/esm2015/schema-form/schema-input/input-render/input-render.js +13 -9
- package/esm2015/schema-form/schema-input/input-render/number-input/number-input.component.js +9 -4
- package/fesm2015/apipass-schemas.js +37 -17
- package/fesm2015/apipass-schemas.js.map +1 -1
- package/package.json +1 -1
- package/schema-custom-attributes/schema-custom-attributes.d.ts +1 -1
- package/schema-form/schema-input/input-render/boolean-input/boolean-input.component.d.ts +2 -0
- package/schema-form/schema-input/input-render/input-render.d.ts +1 -0
- package/schema-form/schema-input/input-render/number-input/number-input.component.d.ts +2 -0
|
@@ -6,6 +6,7 @@ export declare abstract class BaseSchemaComponent {
|
|
|
6
6
|
modelChange: EventEmitter<any>;
|
|
7
7
|
getSchemaProperties(): any;
|
|
8
8
|
canRender(property: any): boolean;
|
|
9
|
+
onDrop(event: any, attr: any): string;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDef<BaseSchemaComponent, never>;
|
|
10
11
|
static ɵcmp: i0.ɵɵComponentDefWithMeta<BaseSchemaComponent, "ng-component", never, { "model": "model"; "schema": "schema"; }, { "modelChange": "modelChange"; }, never, never>;
|
|
11
12
|
}
|
|
@@ -317,6 +317,14 @@
|
|
|
317
317
|
property.canRender = (property === null || property === void 0 ? void 0 : property.conditionExpression) ? eval(property.conditionExpression) : true;
|
|
318
318
|
return property.canRender;
|
|
319
319
|
};
|
|
320
|
+
BaseSchemaComponent.prototype.onDrop = function (event, attr) {
|
|
321
|
+
var data = event.data;
|
|
322
|
+
if (!attr) {
|
|
323
|
+
attr = '';
|
|
324
|
+
}
|
|
325
|
+
attr += "{{" + data + "}}";
|
|
326
|
+
return attr;
|
|
327
|
+
};
|
|
320
328
|
return BaseSchemaComponent;
|
|
321
329
|
}());
|
|
322
330
|
BaseSchemaComponent.ɵfac = function BaseSchemaComponent_Factory(t) { return new (t || BaseSchemaComponent)(); };
|
|
@@ -613,7 +621,7 @@
|
|
|
613
621
|
i0.ɵɵpipe(6, "translate");
|
|
614
622
|
i0.ɵɵelementEnd();
|
|
615
623
|
i0.ɵɵelementStart(7, "input", 11);
|
|
616
|
-
i0.ɵɵlistener("ngModelChange", function SchemaCustomAttributesComponent_div_0_Template_input_ngModelChange_7_listener($event) { i0.ɵɵrestoreView(_r8_1); var attribute_r5 = ctx.$implicit; return attribute_r5.value = $event; })("dndDrop", function SchemaCustomAttributesComponent_div_0_Template_input_dndDrop_7_listener($event) { i0.ɵɵrestoreView(_r8_1); var attribute_r5 = ctx.$implicit; var ctx_r10 = i0.ɵɵnextContext(); return ctx_r10.
|
|
624
|
+
i0.ɵɵlistener("ngModelChange", function SchemaCustomAttributesComponent_div_0_Template_input_ngModelChange_7_listener($event) { i0.ɵɵrestoreView(_r8_1); var attribute_r5 = ctx.$implicit; return attribute_r5.value = $event; })("dndDrop", function SchemaCustomAttributesComponent_div_0_Template_input_dndDrop_7_listener($event) { i0.ɵɵrestoreView(_r8_1); var attribute_r5 = ctx.$implicit; var ctx_r10 = i0.ɵɵnextContext(); return ctx_r10.onDropAttr($event, attribute_r5); });
|
|
617
625
|
i0.ɵɵelementEnd();
|
|
618
626
|
i0.ɵɵelementEnd();
|
|
619
627
|
i0.ɵɵelementEnd();
|
|
@@ -656,7 +664,7 @@
|
|
|
656
664
|
i0.ɵɵelementEnd();
|
|
657
665
|
i0.ɵɵelementEnd();
|
|
658
666
|
i0.ɵɵelementStart(16, "input", 11);
|
|
659
|
-
i0.ɵɵlistener("ngModelChange", function SchemaCustomAttributesComponent_div_1_Template_input_ngModelChange_16_listener($event) { i0.ɵɵrestoreView(_r12_1); var ctx_r13 = i0.ɵɵnextContext(); return ctx_r13.newCustomField.value = $event; })("dndDrop", function SchemaCustomAttributesComponent_div_1_Template_input_dndDrop_16_listener($event) { i0.ɵɵrestoreView(_r12_1); var ctx_r14 = i0.ɵɵnextContext(); return ctx_r14.
|
|
667
|
+
i0.ɵɵlistener("ngModelChange", function SchemaCustomAttributesComponent_div_1_Template_input_ngModelChange_16_listener($event) { i0.ɵɵrestoreView(_r12_1); var ctx_r13 = i0.ɵɵnextContext(); return ctx_r13.newCustomField.value = $event; })("dndDrop", function SchemaCustomAttributesComponent_div_1_Template_input_dndDrop_16_listener($event) { i0.ɵɵrestoreView(_r12_1); var ctx_r14 = i0.ɵɵnextContext(); return ctx_r14.onDropAttr($event, ctx_r14.newCustomField); });
|
|
660
668
|
i0.ɵɵelementEnd();
|
|
661
669
|
i0.ɵɵelementEnd();
|
|
662
670
|
i0.ɵɵelementEnd();
|
|
@@ -739,7 +747,7 @@
|
|
|
739
747
|
this.model.splice(attributeIndex, 1);
|
|
740
748
|
this.modelChange.emit(this.model);
|
|
741
749
|
};
|
|
742
|
-
SchemaCustomAttributesComponent.prototype.
|
|
750
|
+
SchemaCustomAttributesComponent.prototype.onDropAttr = function ($event, attribute) {
|
|
743
751
|
if (!attribute.value) {
|
|
744
752
|
attribute.value = '';
|
|
745
753
|
}
|
|
@@ -1098,6 +1106,10 @@
|
|
|
1098
1106
|
NumberInputComponent.prototype.ngAfterContentInit = function () {
|
|
1099
1107
|
this.value = this.model;
|
|
1100
1108
|
};
|
|
1109
|
+
NumberInputComponent.prototype.onDropCallBack = function ($event, value) {
|
|
1110
|
+
this.value = value = _super.prototype.onDrop.call(this, $event, value);
|
|
1111
|
+
this.changeValue(value);
|
|
1112
|
+
};
|
|
1101
1113
|
NumberInputComponent.prototype.changeValue = function ($event) {
|
|
1102
1114
|
if ($event && !isNaN($event)) {
|
|
1103
1115
|
this.model = Number($event);
|
|
@@ -1111,16 +1123,16 @@
|
|
|
1111
1123
|
return NumberInputComponent;
|
|
1112
1124
|
}(BaseSchemaComponent));
|
|
1113
1125
|
NumberInputComponent.ɵfac = function NumberInputComponent_Factory(t) { return ɵNumberInputComponent_BaseFactory(t || NumberInputComponent); };
|
|
1114
|
-
NumberInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NumberInputComponent, selectors: [["number-input"]], inputs: { placeholder: "placeholder", inputId: "inputId", maxLength: "maxLength" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 6, consts: [[1, "form-control", "number-input", 3, "id", "placeholder", "ngModel", "ngModelOptions", "maxlength", "ngModelChange"]], template: function NumberInputComponent_Template(rf, ctx) {
|
|
1126
|
+
NumberInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: NumberInputComponent, selectors: [["number-input"]], inputs: { placeholder: "placeholder", inputId: "inputId", maxLength: "maxLength" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 6, consts: [["dndDropzone", "", 1, "form-control", "number-input", 3, "id", "placeholder", "ngModel", "ngModelOptions", "maxlength", "ngModelChange", "dndDrop"]], template: function NumberInputComponent_Template(rf, ctx) {
|
|
1115
1127
|
if (rf & 1) {
|
|
1116
1128
|
i0.ɵɵelementStart(0, "input", 0);
|
|
1117
|
-
i0.ɵɵlistener("ngModelChange", function NumberInputComponent_Template_input_ngModelChange_0_listener($event) { return ctx.value = $event; })("ngModelChange", function NumberInputComponent_Template_input_ngModelChange_0_listener($event) { return ctx.changeValue($event); });
|
|
1129
|
+
i0.ɵɵlistener("ngModelChange", function NumberInputComponent_Template_input_ngModelChange_0_listener($event) { return ctx.value = $event; })("ngModelChange", function NumberInputComponent_Template_input_ngModelChange_0_listener($event) { return ctx.changeValue($event); })("dndDrop", function NumberInputComponent_Template_input_dndDrop_0_listener($event) { return ctx.onDropCallBack($event, ctx.value); });
|
|
1118
1130
|
i0.ɵɵelementEnd();
|
|
1119
1131
|
}
|
|
1120
1132
|
if (rf & 2) {
|
|
1121
1133
|
i0.ɵɵproperty("id", ctx.inputId)("placeholder", ctx.placeholder)("ngModel", ctx.value)("ngModelOptions", i0.ɵɵpureFunction0(5, _c0$4))("maxlength", ctx.maxLength);
|
|
1122
1134
|
}
|
|
1123
|
-
}, directives: [i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgModel, i3.MaxLengthValidator], encapsulation: 2 });
|
|
1135
|
+
}, directives: [i3.DefaultValueAccessor, i2.DndDropzoneDirective, i3.NgControlStatus, i3.NgModel, i3.MaxLengthValidator], encapsulation: 2 });
|
|
1124
1136
|
var ɵNumberInputComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(NumberInputComponent);
|
|
1125
1137
|
/*@__PURE__*/ (function () {
|
|
1126
1138
|
i0.ɵsetClassMetadata(NumberInputComponent, [{
|
|
@@ -1147,6 +1159,10 @@
|
|
|
1147
1159
|
BooleanInputComponent.prototype.ngAfterContentInit = function () {
|
|
1148
1160
|
this.value = this.model;
|
|
1149
1161
|
};
|
|
1162
|
+
BooleanInputComponent.prototype.onDropCallBack = function ($event, value) {
|
|
1163
|
+
this.value = value = _super.prototype.onDrop.call(this, $event, value);
|
|
1164
|
+
this.changeValue(value);
|
|
1165
|
+
};
|
|
1150
1166
|
BooleanInputComponent.prototype.changeValue = function ($event) {
|
|
1151
1167
|
if ($event && ($event === 'true' || $event === 'false')) {
|
|
1152
1168
|
this.model = $event === 'true';
|
|
@@ -1162,16 +1178,16 @@
|
|
|
1162
1178
|
return BooleanInputComponent;
|
|
1163
1179
|
}(BaseSchemaComponent));
|
|
1164
1180
|
BooleanInputComponent.ɵfac = function BooleanInputComponent_Factory(t) { return ɵBooleanInputComponent_BaseFactory(t || BooleanInputComponent); };
|
|
1165
|
-
BooleanInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: BooleanInputComponent, selectors: [["boolean-input"]], inputs: { placeholder: "placeholder", inputId: "inputId", maxLength: "maxLength" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 6, consts: [[1, "form-control", 3, "id", "placeholder", "ngModel", "ngModelOptions", "maxlength", "ngModelChange"]], template: function BooleanInputComponent_Template(rf, ctx) {
|
|
1181
|
+
BooleanInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: BooleanInputComponent, selectors: [["boolean-input"]], inputs: { placeholder: "placeholder", inputId: "inputId", maxLength: "maxLength" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 6, consts: [["dndDropzone", "", 1, "form-control", 3, "id", "placeholder", "ngModel", "ngModelOptions", "maxlength", "ngModelChange", "dndDrop"]], template: function BooleanInputComponent_Template(rf, ctx) {
|
|
1166
1182
|
if (rf & 1) {
|
|
1167
1183
|
i0.ɵɵelementStart(0, "input", 0);
|
|
1168
|
-
i0.ɵɵlistener("ngModelChange", function BooleanInputComponent_Template_input_ngModelChange_0_listener($event) { return ctx.value = $event; })("ngModelChange", function BooleanInputComponent_Template_input_ngModelChange_0_listener($event) { return ctx.changeValue($event); });
|
|
1184
|
+
i0.ɵɵlistener("ngModelChange", function BooleanInputComponent_Template_input_ngModelChange_0_listener($event) { return ctx.value = $event; })("ngModelChange", function BooleanInputComponent_Template_input_ngModelChange_0_listener($event) { return ctx.changeValue($event); })("dndDrop", function BooleanInputComponent_Template_input_dndDrop_0_listener($event) { return ctx.onDropCallBack($event, ctx.value); });
|
|
1169
1185
|
i0.ɵɵelementEnd();
|
|
1170
1186
|
}
|
|
1171
1187
|
if (rf & 2) {
|
|
1172
1188
|
i0.ɵɵproperty("id", ctx.inputId)("placeholder", ctx.placeholder)("ngModel", ctx.value)("ngModelOptions", i0.ɵɵpureFunction0(5, _c0$5))("maxlength", ctx.maxLength);
|
|
1173
1189
|
}
|
|
1174
|
-
}, directives: [i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgModel, i3.MaxLengthValidator], encapsulation: 2 });
|
|
1190
|
+
}, directives: [i3.DefaultValueAccessor, i2.DndDropzoneDirective, i3.NgControlStatus, i3.NgModel, i3.MaxLengthValidator], encapsulation: 2 });
|
|
1175
1191
|
var ɵBooleanInputComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(BooleanInputComponent);
|
|
1176
1192
|
/*@__PURE__*/ (function () {
|
|
1177
1193
|
i0.ɵsetClassMetadata(BooleanInputComponent, [{
|
|
@@ -1194,7 +1210,7 @@
|
|
|
1194
1210
|
if (rf & 1) {
|
|
1195
1211
|
var _r5_1 = i0.ɵɵgetCurrentView();
|
|
1196
1212
|
i0.ɵɵelementStart(0, "input", 4);
|
|
1197
|
-
i0.ɵɵlistener("ngModelChange", function InputRenderComponent_input_1_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r5_1); var ctx_r4 = i0.ɵɵnextContext(); return ctx_r4.value = $event; })("ngModelChange", function InputRenderComponent_input_1_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r5_1); var ctx_r6 = i0.ɵɵnextContext(); return ctx_r6.onChange($event); });
|
|
1213
|
+
i0.ɵɵlistener("ngModelChange", function InputRenderComponent_input_1_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r5_1); var ctx_r4 = i0.ɵɵnextContext(); return ctx_r4.value = $event; })("ngModelChange", function InputRenderComponent_input_1_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r5_1); var ctx_r6 = i0.ɵɵnextContext(); return ctx_r6.onChange($event); })("dndDrop", function InputRenderComponent_input_1_Template_input_dndDrop_0_listener($event) { i0.ɵɵrestoreView(_r5_1); var ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.onDropCallBack($event, ctx_r7.value); });
|
|
1198
1214
|
i0.ɵɵelementEnd();
|
|
1199
1215
|
}
|
|
1200
1216
|
if (rf & 2) {
|
|
@@ -1205,9 +1221,9 @@
|
|
|
1205
1221
|
}
|
|
1206
1222
|
function InputRenderComponent_select_box_2_Template(rf, ctx) {
|
|
1207
1223
|
if (rf & 1) {
|
|
1208
|
-
var
|
|
1224
|
+
var _r9_1 = i0.ɵɵgetCurrentView();
|
|
1209
1225
|
i0.ɵɵelementStart(0, "select-box", 5);
|
|
1210
|
-
i0.ɵɵlistener("ngModelChange", function InputRenderComponent_select_box_2_Template_select_box_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(
|
|
1226
|
+
i0.ɵɵlistener("ngModelChange", function InputRenderComponent_select_box_2_Template_select_box_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r9_1); var ctx_r8 = i0.ɵɵnextContext(); return ctx_r8.value = $event; })("ngModelChange", function InputRenderComponent_select_box_2_Template_select_box_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r9_1); var ctx_r10 = i0.ɵɵnextContext(); return ctx_r10.onChange($event.key); });
|
|
1211
1227
|
i0.ɵɵpipe(1, "translate");
|
|
1212
1228
|
i0.ɵɵpipe(2, "translate");
|
|
1213
1229
|
i0.ɵɵpipe(3, "translate");
|
|
@@ -1221,9 +1237,9 @@
|
|
|
1221
1237
|
}
|
|
1222
1238
|
function InputRenderComponent_number_input_3_Template(rf, ctx) {
|
|
1223
1239
|
if (rf & 1) {
|
|
1224
|
-
var
|
|
1240
|
+
var _r12_1 = i0.ɵɵgetCurrentView();
|
|
1225
1241
|
i0.ɵɵelementStart(0, "number-input", 6);
|
|
1226
|
-
i0.ɵɵlistener("modelChange", function InputRenderComponent_number_input_3_Template_number_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(
|
|
1242
|
+
i0.ɵɵlistener("modelChange", function InputRenderComponent_number_input_3_Template_number_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(_r12_1); var ctx_r11 = i0.ɵɵnextContext(); return ctx_r11.value = $event; })("modelChange", function InputRenderComponent_number_input_3_Template_number_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(_r12_1); var ctx_r13 = i0.ɵɵnextContext(); return ctx_r13.onChange($event); });
|
|
1227
1243
|
i0.ɵɵelementEnd();
|
|
1228
1244
|
}
|
|
1229
1245
|
if (rf & 2) {
|
|
@@ -1233,9 +1249,9 @@
|
|
|
1233
1249
|
}
|
|
1234
1250
|
function InputRenderComponent_boolean_input_4_Template(rf, ctx) {
|
|
1235
1251
|
if (rf & 1) {
|
|
1236
|
-
var
|
|
1252
|
+
var _r15_1 = i0.ɵɵgetCurrentView();
|
|
1237
1253
|
i0.ɵɵelementStart(0, "boolean-input", 6);
|
|
1238
|
-
i0.ɵɵlistener("modelChange", function InputRenderComponent_boolean_input_4_Template_boolean_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(
|
|
1254
|
+
i0.ɵɵlistener("modelChange", function InputRenderComponent_boolean_input_4_Template_boolean_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(_r15_1); var ctx_r14 = i0.ɵɵnextContext(); return ctx_r14.value = $event; })("modelChange", function InputRenderComponent_boolean_input_4_Template_boolean_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(_r15_1); var ctx_r16 = i0.ɵɵnextContext(); return ctx_r16.onChange($event); });
|
|
1239
1255
|
i0.ɵɵelementEnd();
|
|
1240
1256
|
}
|
|
1241
1257
|
if (rf & 2) {
|
|
@@ -1275,6 +1291,10 @@
|
|
|
1275
1291
|
}
|
|
1276
1292
|
}
|
|
1277
1293
|
};
|
|
1294
|
+
InputRenderComponent.prototype.onDropCallBack = function ($event, value) {
|
|
1295
|
+
this.value = value = _super.prototype.onDrop.call(this, $event, value);
|
|
1296
|
+
this.onChange(value);
|
|
1297
|
+
};
|
|
1278
1298
|
InputRenderComponent.prototype.onChange = function ($event) {
|
|
1279
1299
|
this.model = $event;
|
|
1280
1300
|
this.modelChange.emit(this.model);
|
|
@@ -1282,7 +1302,7 @@
|
|
|
1282
1302
|
return InputRenderComponent;
|
|
1283
1303
|
}(BaseSchemaComponent));
|
|
1284
1304
|
InputRenderComponent.ɵfac = function InputRenderComponent_Factory(t) { return ɵInputRenderComponent_BaseFactory(t || InputRenderComponent); };
|
|
1285
|
-
InputRenderComponent.ɵcmp = i0.ɵɵdefineComponent({ type: InputRenderComponent, selectors: [["input-render"]], inputs: { schema: "schema", modelPropertiesPath: "modelPropertiesPath", inputId: "inputId", editing: "editing" }, outputs: { onDropEvent: "onDropEvent" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 4, consts: [[1, "schema-input-container"], ["class", "form-control", "dndDropzone", "", 3, "type", "placeholder", "ngModel", "ngModelOptions", "id", "maxlength", "ngModelChange", 4, "ngIf"], [3, "id", "ngModel", "ngModelOptions", "placeholder", "searchPlaceHolder", "clearText", "notFoundText", "bindKey", "bindValue", "enabledSearch", "limitItens", "data", "ngModelChange", 4, "ngIf"], [
|
|
1305
|
+
InputRenderComponent.ɵcmp = i0.ɵɵdefineComponent({ type: InputRenderComponent, selectors: [["input-render"]], inputs: { schema: "schema", modelPropertiesPath: "modelPropertiesPath", inputId: "inputId", editing: "editing" }, outputs: { onDropEvent: "onDropEvent" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 4, consts: [[1, "schema-input-container"], ["class", "form-control", "dndDropzone", "", 3, "type", "placeholder", "ngModel", "ngModelOptions", "id", "maxlength", "ngModelChange", "dndDrop", 4, "ngIf"], [3, "id", "ngModel", "ngModelOptions", "placeholder", "searchPlaceHolder", "clearText", "notFoundText", "bindKey", "bindValue", "enabledSearch", "limitItens", "data", "ngModelChange", 4, "ngIf"], [3, "model", "inputId", "placeholder", "maxLength", "modelChange", 4, "ngIf"], ["dndDropzone", "", 1, "form-control", 3, "type", "placeholder", "ngModel", "ngModelOptions", "id", "maxlength", "ngModelChange", "dndDrop"], [3, "id", "ngModel", "ngModelOptions", "placeholder", "searchPlaceHolder", "clearText", "notFoundText", "bindKey", "bindValue", "enabledSearch", "limitItens", "data", "ngModelChange"], [3, "model", "inputId", "placeholder", "maxLength", "modelChange"]], template: function InputRenderComponent_Template(rf, ctx) {
|
|
1286
1306
|
if (rf & 1) {
|
|
1287
1307
|
i0.ɵɵelementStart(0, "div", 0);
|
|
1288
1308
|
i0.ɵɵtemplate(1, InputRenderComponent_input_1_Template, 1, 7, "input", 1);
|