ui-kit-ck-consultant 0.5.161 → 0.5.162
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -9852,13 +9852,13 @@ var Calendar = /*#__PURE__*/function (_React$Component) {
|
|
9852
9852
|
year: parseInt(moment(this.props.valueDate).format('YYYY')),
|
9853
9853
|
month: parseInt(moment(this.props.valueDate).format('M')),
|
9854
9854
|
activeDate: this.props.valueDate
|
9855
|
-
});
|
9855
|
+
}, this.getArrayDays);
|
9856
9856
|
}
|
9857
9857
|
|
9858
9858
|
if (prevProps.show !== this.props.show && this.props.show && this.props.valueTime) {
|
9859
9859
|
this.setState({
|
9860
9860
|
activeTime: this.props.valueTime
|
9861
|
-
});
|
9861
|
+
}, this.getArrayTime);
|
9862
9862
|
}
|
9863
9863
|
};
|
9864
9864
|
|