kts-component-invoice-operate 3.2.146 → 3.2.147
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/docs-dist/static/I001.a774b052.svg +1 -0
- package/docs-dist/umi.css +2 -3
- package/docs-dist/umi.js +1 -1
- package/package.json +1 -1
- package/src/Invoice/ui/digtal/RealEstateInfo/index.tsx +1 -2
- /package/docs-dist/static/{arrowDown.a1cbf0d8.svg → arrowDown.22c7885c.svg} +0 -0
- /package/docs-dist/static/{arrowUp.4c482054.svg → arrowUp.d707a3e4.svg} +0 -0
- /package/docs-dist/static/{fork.5431267d.svg → fork.43eb4ffa.svg} +0 -0
- /package/docs-dist/static/{plus.4fd1af30.svg → plus.0e60e9ea.svg} +0 -0
- /package/docs-dist/static/{plus.44013ce3.svg → plus.384f41d9.svg} +0 -0
package/dist/index.esm.js
CHANGED
|
@@ -22931,7 +22931,7 @@ var MyArrMoment = /*#__PURE__*/function (_React$Component3) {
|
|
|
22931
22931
|
return hooks.isMoment(e) && e.format('YYYY-MM-DD');
|
|
22932
22932
|
}).filter(function (e) {
|
|
22933
22933
|
return !!e;
|
|
22934
|
-
}).join('
|
|
22934
|
+
}).join(' - '));
|
|
22935
22935
|
}
|
|
22936
22936
|
}]);
|
|
22937
22937
|
|
package/dist/index.js
CHANGED
|
@@ -22941,7 +22941,7 @@ var MyArrMoment = /*#__PURE__*/function (_React$Component3) {
|
|
|
22941
22941
|
return hooks.isMoment(e) && e.format('YYYY-MM-DD');
|
|
22942
22942
|
}).filter(function (e) {
|
|
22943
22943
|
return !!e;
|
|
22944
|
-
}).join('
|
|
22944
|
+
}).join(' - '));
|
|
22945
22945
|
}
|
|
22946
22946
|
}]);
|
|
22947
22947
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1694426134787" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4024" width="200" height="200"><path d="M304.87387614-5.81530905h123.75785957v123.75785958H304.87387614V-5.81530905z m281.27727647 0h123.75785836v123.75785958h-123.75785836V-5.81530905zM304.87387614 286.75034075h123.75785957v123.75785835H304.87387614V286.75034075z m281.27727647 0h123.75785836v123.75785835h-123.75785836V286.75034075zM304.87387614 579.21242666h123.75785957v123.75785957H304.87387614v-123.75785957z m281.27727647 0h123.75785836v123.75785957h-123.75785836v-123.75785957zM304.87387614 871.82985838h123.75785957v123.75785837H304.87387614v-123.75785837z m281.27727647 0h123.75785836v123.75785837h-123.75785836v-123.75785837z" p-id="4025"></path></svg>
|