@douyinfe/semi-foundation 2.90.7 → 2.90.8
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.
|
@@ -253,6 +253,6 @@ export default class MonthsGridFoundation extends BaseFoundation<MonthsGridAdapt
|
|
|
253
253
|
* - When yam open type is 'left' or 'right', weeks minHeight should be set
|
|
254
254
|
* If the minHeight is not set, the change of the number of weeks will cause the scrollList to be unstable
|
|
255
255
|
*/
|
|
256
|
-
getYAMOpenType(): "
|
|
256
|
+
getYAMOpenType(): "left" | "right" | "none" | "both";
|
|
257
257
|
}
|
|
258
258
|
export {};
|
|
@@ -253,6 +253,6 @@ export default class MonthsGridFoundation extends BaseFoundation<MonthsGridAdapt
|
|
|
253
253
|
* - When yam open type is 'left' or 'right', weeks minHeight should be set
|
|
254
254
|
* If the minHeight is not set, the change of the number of weeks will cause the scrollList to be unstable
|
|
255
255
|
*/
|
|
256
|
-
getYAMOpenType(): "
|
|
256
|
+
getYAMOpenType(): "left" | "right" | "none" | "both";
|
|
257
257
|
}
|
|
258
258
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.90.
|
|
3
|
+
"version": "2.90.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rimraf lib",
|
|
@@ -3345,8 +3345,8 @@
|
|
|
3345
3345
|
}
|
|
3346
3346
|
},
|
|
3347
3347
|
"dependencies": {
|
|
3348
|
-
"@douyinfe/semi-animation": "2.90.
|
|
3349
|
-
"@douyinfe/semi-json-viewer-core": "2.90.
|
|
3348
|
+
"@douyinfe/semi-animation": "2.90.8",
|
|
3349
|
+
"@douyinfe/semi-json-viewer-core": "2.90.8",
|
|
3350
3350
|
"@mdx-js/mdx": "^3.0.1",
|
|
3351
3351
|
"async-validator": "^3.5.0",
|
|
3352
3352
|
"classnames": "^2.2.6",
|
|
@@ -3367,7 +3367,7 @@
|
|
|
3367
3367
|
"*.scss",
|
|
3368
3368
|
"*.css"
|
|
3369
3369
|
],
|
|
3370
|
-
"gitHead": "
|
|
3370
|
+
"gitHead": "1f82713d0df277594e07bfb8129cef27f9b016a0",
|
|
3371
3371
|
"devDependencies": {
|
|
3372
3372
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
3373
3373
|
"@babel/preset-env": "^7.15.8",
|