ui-kit-ck-consultant 0.5.165 → 0.5.166
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -9930,7 +9930,7 @@ var Calendar = /*#__PURE__*/function (_React$Component) {
|
|
9930
9930
|
onClick: function onClick() {
|
9931
9931
|
return _this2.handleActiveClick(idxRow, idxCol);
|
9932
9932
|
}
|
9933
|
-
}, moment(col, 'D').format('DD')) : null) : null);
|
9933
|
+
}, moment(_this2.state.year + "-" + _this2.state.month + "-" + col, 'YYYY-M-D').format('DD')) : null) : null);
|
9934
9934
|
}));
|
9935
9935
|
})))))), this.props.isTime && this.state.activeDate ? /*#__PURE__*/React.createElement(Col, {
|
9936
9936
|
xs: 12,
|