@apipass/inputs 0.2.5-alpha.6 → 0.2.5-alpha.7
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/bundles/apipass-inputs.umd.js +2 -3
- package/bundles/apipass-inputs.umd.js.map +1 -1
- package/bundles/apipass-inputs.umd.min.js +1 -1
- package/bundles/apipass-inputs.umd.min.js.map +1 -1
- package/esm2015/custom-select/custom-select.component.js +3 -4
- package/fesm2015/apipass-inputs.js +3 -4
- package/fesm2015/apipass-inputs.js.map +1 -1
- package/package.json +1 -1
|
@@ -1523,9 +1523,8 @@
|
|
|
1523
1523
|
}
|
|
1524
1524
|
if (rf & 2) {
|
|
1525
1525
|
var i_r8 = ctx.$implicit;
|
|
1526
|
-
var ctx_r7 = i0.ɵɵnextContext(2);
|
|
1527
1526
|
i0.ɵɵadvance(1);
|
|
1528
|
-
i0.ɵɵ
|
|
1527
|
+
i0.ɵɵtextInterpolate1(" ", i_r8.text, " ");
|
|
1529
1528
|
}
|
|
1530
1529
|
}
|
|
1531
1530
|
function CustomSelectComponent_ng_template_10_Template(rf, ctx) {
|
|
@@ -1539,7 +1538,7 @@
|
|
|
1539
1538
|
i0.ɵɵelementEnd();
|
|
1540
1539
|
i0.ɵɵelementEnd();
|
|
1541
1540
|
i0.ɵɵelementEnd();
|
|
1542
|
-
i0.ɵɵtemplate(4, CustomSelectComponent_ng_template_10_li_4_Template, 2,
|
|
1541
|
+
i0.ɵɵtemplate(4, CustomSelectComponent_ng_template_10_li_4_Template, 2, 1, "li", 17);
|
|
1543
1542
|
i0.ɵɵpipe(5, "selectFilter");
|
|
1544
1543
|
i0.ɵɵelementStart(6, "li", 18);
|
|
1545
1544
|
i0.ɵɵlistener("mousedown", function CustomSelectComponent_ng_template_10_Template_li_mousedown_6_listener() { i0.ɵɵrestoreView(_r13_1); var ctx_r15 = i0.ɵɵnextContext(); return ctx_r15.addItem(); })("click", function CustomSelectComponent_ng_template_10_Template_li_click_6_listener() { i0.ɵɵrestoreView(_r13_1); var ctx_r16 = i0.ɵɵnextContext(); return ctx_r16.addItem(); });
|