buildingproduct-library 0.3.4 → 0.3.6
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/assets/images/ic_calender.svg +10 -7
- package/{buildingproduct-library-0.3.4.tgz → buildingproduct-library-0.3.6.tgz} +0 -0
- package/bundles/buildingproduct-library.umd.js +4 -0
- package/bundles/buildingproduct-library.umd.js.map +1 -1
- package/esm2015/lib/custom-order-details/custom-order-details.component.js +5 -1
- package/fesm2015/buildingproduct-library.js +4 -0
- package/fesm2015/buildingproduct-library.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="35" height="22" viewBox="0 0 35 22">
|
|
2
2
|
<defs>
|
|
3
3
|
<clipPath id="clip-path">
|
|
4
|
-
<path id="Mask" d="M17.569,22H2.215a2.143,2.143,0,0,1-1.571-.644A2.147,2.147,0,0,1,0,19.785V4.431A2.147,2.147,0,0,1,.644,2.859a2.147,2.147,0,0,1,1.571-.644H3.3V0H5.513V2.215h8.759V0h2.215V2.215h1.
|
|
4
|
+
<path id="Mask" d="M17.569,22H2.215a2.143,2.143,0,0,1-1.571-.644A2.147,2.147,0,0,1,0,19.785V4.431A2.147,2.147,0,0,1,.644,2.859a2.147,2.147,0,0,1,1.571-.644H3.3V0H5.513V2.215h8.759V0h2.215V2.215h1.082A2.2,2.2,0,0,1,19.784,4.43V19.785A2.2,2.2,0,0,1,17.569,22ZM2.215,7.728V19.785H17.569V7.728ZM15.4,17.621H9.893V12.108h5.513v5.513Z" fill="#1d1d1b"/>
|
|
5
5
|
</clipPath>
|
|
6
6
|
</defs>
|
|
7
|
-
<g id="Group" transform="translate(
|
|
8
|
-
<
|
|
9
|
-
<g id="Group
|
|
10
|
-
<
|
|
11
|
-
|
|
7
|
+
<g id="Group_30" data-name="Group 30" transform="translate(-3093 1352)">
|
|
8
|
+
<rect id="Rectangle_14" data-name="Rectangle 14" width="35" height="22" transform="translate(3093 -1352)" fill="none"/>
|
|
9
|
+
<g id="Group" transform="translate(3093 -1352)">
|
|
10
|
+
<path id="Mask-2" data-name="Mask" d="M17.569,22H2.215a2.143,2.143,0,0,1-1.571-.644A2.147,2.147,0,0,1,0,19.785V4.431A2.147,2.147,0,0,1,.644,2.859a2.147,2.147,0,0,1,1.571-.644H3.3V0H5.513V2.215h8.759V0h2.215V2.215h1.082A2.2,2.2,0,0,1,19.784,4.43V19.785A2.2,2.2,0,0,1,17.569,22ZM2.215,7.728V19.785H17.569V7.728ZM15.4,17.621H9.893V12.108h5.513v5.513Z" fill="#1d1d1b"/>
|
|
11
|
+
<g id="Group-2" data-name="Group" clip-path="url(#clip-path)">
|
|
12
|
+
<g id="_icon-color" data-name="↳🎨icon-color" transform="translate(-49.463 -47.247)">
|
|
13
|
+
<rect id="Icon-Shade" width="118.71" height="118.71" fill="#1d1d1b"/>
|
|
14
|
+
</g>
|
|
12
15
|
</g>
|
|
13
16
|
</g>
|
|
14
17
|
</g>
|
|
Binary file
|
|
@@ -8607,6 +8607,10 @@
|
|
|
8607
8607
|
_this.dataAvailale = 'noData';
|
|
8608
8608
|
}
|
|
8609
8609
|
_this.showWaitCursor.next(false);
|
|
8610
|
+
}, function (error) {
|
|
8611
|
+
var _a, _b;
|
|
8612
|
+
console.log('Reason: ', (_b = (_a = error === null || error === void 0 ? void 0 : error.error) === null || _a === void 0 ? void 0 : _a.errors[0]) === null || _b === void 0 ? void 0 : _b.message);
|
|
8613
|
+
_this.showWaitCursor.next(false);
|
|
8610
8614
|
});
|
|
8611
8615
|
};
|
|
8612
8616
|
CustomOrderDetailsComponent.prototype.sortBy = function (val) {
|