@douyinfe/semi-foundation 2.11.0-beta.0 → 2.11.1

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.
@@ -10,7 +10,7 @@ import getInsetInputFormatToken from './_utils/getInsetInputFormatToken';
10
10
  import getInsetInputValueFromInsetInputStr from './_utils/getInsetInputValueFromInsetInputStr';
11
11
  import { strings } from './constants';
12
12
  import getDefaultPickerDate from './_utils/getDefaultPickerDate';
13
- import { compatibleParse } from '@douyinfe/semi-foundation/datePicker/_utils/parser';
13
+ import { compatibleParse } from './_utils/parser';
14
14
  import { isValidDate } from './_utils';
15
15
 
16
16
  const KEY_CODE_ENTER = 'Enter';
@@ -40,7 +40,7 @@ var _constants = require("./constants");
40
40
 
41
41
  var _getDefaultPickerDate = _interopRequireDefault(require("./_utils/getDefaultPickerDate"));
42
42
 
43
- var _parser = require("@douyinfe/semi-foundation/datePicker/_utils/parser");
43
+ var _parser = require("./_utils/parser");
44
44
 
45
45
  var _utils = require("./_utils");
46
46
 
@@ -13,7 +13,7 @@ import getInsetInputFormatToken from './_utils/getInsetInputFormatToken';
13
13
  import getInsetInputValueFromInsetInputStr from './_utils/getInsetInputValueFromInsetInputStr';
14
14
  import { strings } from './constants';
15
15
  import getDefaultPickerDate from './_utils/getDefaultPickerDate';
16
- import { compatibleParse } from '@douyinfe/semi-foundation/datePicker/_utils/parser';
16
+ import { compatibleParse } from './_utils/parser';
17
17
  import { isValidDate } from './_utils';
18
18
  const KEY_CODE_ENTER = 'Enter';
19
19
  const KEY_CODE_TAB = 'Tab';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-foundation",
3
- "version": "2.11.0-beta.0",
3
+ "version": "2.11.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build:lib": "node ./scripts/compileLib.js",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@babel/runtime-corejs3": "^7.15.4",
11
- "@douyinfe/semi-animation": "2.11.0-beta.0",
11
+ "@douyinfe/semi-animation": "2.11.1",
12
12
  "async-validator": "^3.5.0",
13
13
  "classnames": "^2.2.6",
14
14
  "date-fns": "^2.9.0",
@@ -24,7 +24,7 @@
24
24
  "*.scss",
25
25
  "*.css"
26
26
  ],
27
- "gitHead": "252c53310656cdc47124d257b878c131d8a74ef2",
27
+ "gitHead": "7adb0c73f4d20ffdcf67c489a1dfc88a16249ad8",
28
28
  "devDependencies": {
29
29
  "@babel/plugin-proposal-decorators": "^7.15.8",
30
30
  "@babel/plugin-transform-runtime": "^7.15.8",