@douyinfe/semi-foundation 2.23.4 → 2.24.0-alpha.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.
@@ -8,7 +8,7 @@ import scrollIntoView, { Options as scrollIntoViewOptions } from 'scroll-into-vi
8
8
 
9
9
  import { BaseFormAdapter, FormState, CallOpts, FieldState, FieldStaff, ComponentProps, setValuesConfig, ArrayFieldStaff } from './interface';
10
10
 
11
- export { BaseFormAdapter };
11
+ export type { BaseFormAdapter };
12
12
 
13
13
  export default class FormFoundation extends BaseFoundation<BaseFormAdapter> {
14
14
 
@@ -1,7 +1,7 @@
1
1
  import BaseFoundation from '../base/foundation';
2
2
  import { Options as scrollIntoViewOptions } from 'scroll-into-view-if-needed';
3
3
  import { BaseFormAdapter, FormState, CallOpts, FieldState, FieldStaff, ComponentProps, setValuesConfig, ArrayFieldStaff } from './interface';
4
- export { BaseFormAdapter };
4
+ export type { BaseFormAdapter };
5
5
  export default class FormFoundation extends BaseFoundation<BaseFormAdapter> {
6
6
  data: FormState;
7
7
  fields: Map<string, FieldStaff>;
@@ -1,7 +1,7 @@
1
1
  import BaseFoundation from '../base/foundation';
2
2
  import { Options as scrollIntoViewOptions } from 'scroll-into-view-if-needed';
3
3
  import { BaseFormAdapter, FormState, CallOpts, FieldState, FieldStaff, ComponentProps, setValuesConfig, ArrayFieldStaff } from './interface';
4
- export { BaseFormAdapter };
4
+ export type { BaseFormAdapter };
5
5
  export default class FormFoundation extends BaseFoundation<BaseFormAdapter> {
6
6
  data: FormState;
7
7
  fields: Map<string, FieldStaff>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-foundation",
3
- "version": "2.23.4",
3
+ "version": "2.24.0-alpha.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build:lib": "node ./scripts/compileLib.js",
@@ -23,7 +23,7 @@
23
23
  "*.scss",
24
24
  "*.css"
25
25
  ],
26
- "gitHead": "39123342dc7146f2afb9d7c6e1a8f108b2c04a9c",
26
+ "gitHead": "90ea17a3aac528ba12f034b7f0940f1395ee1a30",
27
27
  "devDependencies": {
28
28
  "@babel/plugin-transform-runtime": "^7.15.8",
29
29
  "@babel/preset-env": "^7.15.8",