@befe/brick-comp-date-picker 0.2.105 → 0.2.106
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.2.106](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-date-picker%400.2.105...%40befe%2Fbrick-comp-date-picker%400.2.106) (2026-04-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @befe/brick-comp-date-picker
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.2.105](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-date-picker%400.2.104...%40befe%2Fbrick-comp-date-picker%400.2.105) (2026-03-19)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @befe/brick-comp-date-picker
|
|
@@ -61,7 +61,7 @@ function getModeForTitle(mode) {
|
|
|
61
61
|
export function createInnerDatePicker() {
|
|
62
62
|
var _InnerDatePicker;
|
|
63
63
|
var customIconDefaultOption = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
64
|
-
return _InnerDatePicker = /*#__PURE__*/function (
|
|
64
|
+
return _InnerDatePicker = /*#__PURE__*/function (_ConfiguredComponent) {
|
|
65
65
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
66
66
|
function InnerDatePicker(props) {
|
|
67
67
|
var _this;
|
|
@@ -478,7 +478,7 @@ export function createInnerDatePicker() {
|
|
|
478
478
|
});
|
|
479
479
|
return _this;
|
|
480
480
|
}
|
|
481
|
-
_inherits(InnerDatePicker,
|
|
481
|
+
_inherits(InnerDatePicker, _ConfiguredComponent);
|
|
482
482
|
return _createClass(InnerDatePicker, [{
|
|
483
483
|
key: "inputElem",
|
|
484
484
|
get: function get() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@befe/brick-comp-date-picker",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.106",
|
|
4
4
|
"description": "@befe/brick component DatePicker",
|
|
5
5
|
"main": "es",
|
|
6
6
|
"module": "es",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@befe/brick-comp-icon": "^0.2.89",
|
|
24
|
-
"@befe/brick-comp-input": "^0.2.
|
|
24
|
+
"@befe/brick-comp-input": "^0.2.96",
|
|
25
25
|
"@befe/brick-comp-link": "^0.2.89",
|
|
26
26
|
"@befe/brick-comp-popper": "^0.2.93",
|
|
27
|
-
"@befe/brick-comp-time-picker": "^0.2.
|
|
27
|
+
"@befe/brick-comp-time-picker": "^0.2.101",
|
|
28
28
|
"@befe/brick-core": "^0.2.50",
|
|
29
29
|
"@befe/brick-icon": "^0.2.25",
|
|
30
30
|
"@befe/brick-style": "^0.2.61",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"react": "^16.9.0 || ^17.0.0",
|
|
39
39
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "60b826bf256915c351184a690d3a87368dcfa291"
|
|
42
42
|
}
|