@sheinx/base 3.8.0-beta.29 → 3.8.0-beta.30
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["time.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["time.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAgHxC,QAAA,MAAM,IAAI,UAAW,SAAS,4CA8F7B,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
package/cjs/date-picker/time.js
CHANGED
|
@@ -119,7 +119,8 @@ var Time = function Time(props) {
|
|
|
119
119
|
minuteStep: props.minuteStep,
|
|
120
120
|
secondStep: props.secondStep,
|
|
121
121
|
position: props.position,
|
|
122
|
-
rangeDate: props.rangeDate
|
|
122
|
+
rangeDate: props.rangeDate,
|
|
123
|
+
defaultTime: props.defaultTime
|
|
123
124
|
}),
|
|
124
125
|
func = _useTimePick.func,
|
|
125
126
|
times = _useTimePick.times;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["time.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["time.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAgHxC,QAAA,MAAM,IAAI,UAAW,SAAS,4CA8F7B,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
package/esm/date-picker/time.js
CHANGED
|
@@ -110,7 +110,8 @@ var Time = function Time(props) {
|
|
|
110
110
|
minuteStep: props.minuteStep,
|
|
111
111
|
secondStep: props.secondStep,
|
|
112
112
|
position: props.position,
|
|
113
|
-
rangeDate: props.rangeDate
|
|
113
|
+
rangeDate: props.rangeDate,
|
|
114
|
+
defaultTime: props.defaultTime
|
|
114
115
|
}),
|
|
115
116
|
func = _useTimePick.func,
|
|
116
117
|
times = _useTimePick.times;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/base",
|
|
3
|
-
"version": "3.8.0-beta.
|
|
3
|
+
"version": "3.8.0-beta.30",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"module": "./esm/index.js",
|
|
11
11
|
"typings": "./cjs/index.d.ts",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@sheinx/hooks": "3.8.0-beta.
|
|
13
|
+
"@sheinx/hooks": "3.8.0-beta.30",
|
|
14
14
|
"immer": "^10.0.0",
|
|
15
15
|
"classnames": "^2.0.0",
|
|
16
16
|
"@shined/reactive": "^0.1.3-alpha.0"
|