@pisell/materials 1.0.375 → 1.0.376
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/pisellDatePicker/datePickerCpt.js +3 -1
- package/es/components/pisellDatePicker/detePickerCpt.less +6 -0
- package/lib/components/pisellDatePicker/datePickerCpt.js +1 -1
- package/lib/components/pisellDatePicker/detePickerCpt.less +6 -0
- package/package.json +2 -2
|
@@ -171,7 +171,9 @@ var DatePickerCpt = function DatePickerCpt(props) {
|
|
|
171
171
|
return {};
|
|
172
172
|
}, [type, picker, format]);
|
|
173
173
|
return /*#__PURE__*/React.createElement(DatePicker, _extends({}, props, {
|
|
174
|
-
|
|
174
|
+
className: 'pisell-date-picker'
|
|
175
|
+
// size={size ?? 'large'}
|
|
176
|
+
,
|
|
175
177
|
inputRender: function inputRender(props) {
|
|
176
178
|
return /*#__PURE__*/React.createElement(DatePickerInput, _extends({}, props, {
|
|
177
179
|
onDateChange: onChange,
|
|
@@ -136,7 +136,7 @@ var DatePickerCpt = (props) => {
|
|
|
136
136
|
import_antd.DatePicker,
|
|
137
137
|
{
|
|
138
138
|
...props,
|
|
139
|
-
|
|
139
|
+
className: "pisell-date-picker",
|
|
140
140
|
inputRender: (props2) => {
|
|
141
141
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
142
142
|
DatePickerInput,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.376",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"react-virtualized-auto-sizer": "^1.0.20",
|
|
64
64
|
"crypto-js": "^4.2.0",
|
|
65
65
|
"@zxing/library": "0.21.2",
|
|
66
|
-
"@pisell/icon": "0.0.10",
|
|
67
66
|
"@pisell/utils": "1.0.33",
|
|
67
|
+
"@pisell/icon": "0.0.10",
|
|
68
68
|
"@pisell/date-picker": "1.0.95"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|