kts-component-invoice-operate 3.2.146 → 3.2.148
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 +3 -2
- package/dist/index.js +3 -2
- 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/src/Invoice/ui/digtal/Sign/index.tsx +1 -1
- /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
|
@@ -17418,7 +17418,8 @@ var SignDigtal = decorator(Form.create())(function (props) {
|
|
|
17418
17418
|
}
|
|
17419
17419
|
}) : /*#__PURE__*/React.createElement(MyDiv$1, {
|
|
17420
17420
|
style: {
|
|
17421
|
-
whiteSpace: 'pre-wrap'
|
|
17421
|
+
whiteSpace: 'pre-wrap',
|
|
17422
|
+
wordBreak: 'break-all'
|
|
17422
17423
|
}
|
|
17423
17424
|
})))), /*#__PURE__*/React.createElement(Form, {
|
|
17424
17425
|
layout: 'inline',
|
|
@@ -22931,7 +22932,7 @@ var MyArrMoment = /*#__PURE__*/function (_React$Component3) {
|
|
|
22931
22932
|
return hooks.isMoment(e) && e.format('YYYY-MM-DD');
|
|
22932
22933
|
}).filter(function (e) {
|
|
22933
22934
|
return !!e;
|
|
22934
|
-
}).join('
|
|
22935
|
+
}).join(' - '));
|
|
22935
22936
|
}
|
|
22936
22937
|
}]);
|
|
22937
22938
|
|
package/dist/index.js
CHANGED
|
@@ -17428,7 +17428,8 @@ var SignDigtal = GreyReactBox.decorator(ktsComponentsAntdX3.Form.create())(funct
|
|
|
17428
17428
|
}
|
|
17429
17429
|
}) : /*#__PURE__*/React__default['default'].createElement(MyDiv$1, {
|
|
17430
17430
|
style: {
|
|
17431
|
-
whiteSpace: 'pre-wrap'
|
|
17431
|
+
whiteSpace: 'pre-wrap',
|
|
17432
|
+
wordBreak: 'break-all'
|
|
17432
17433
|
}
|
|
17433
17434
|
})))), /*#__PURE__*/React__default['default'].createElement(ktsComponentsAntdX3.Form, {
|
|
17434
17435
|
layout: 'inline',
|
|
@@ -22941,7 +22942,7 @@ var MyArrMoment = /*#__PURE__*/function (_React$Component3) {
|
|
|
22941
22942
|
return hooks.isMoment(e) && e.format('YYYY-MM-DD');
|
|
22942
22943
|
}).filter(function (e) {
|
|
22943
22944
|
return !!e;
|
|
22944
|
-
}).join('
|
|
22945
|
+
}).join(' - '));
|
|
22945
22946
|
}
|
|
22946
22947
|
}]);
|
|
22947
22948
|
|
|
@@ -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>
|