@ray-js/smart-ui 2.1.0-beta-1 → 2.1.1-beta-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.
|
@@ -241,6 +241,10 @@ export interface SmartCalendarProps extends SmartCalendarRangeProps, SmartCalend
|
|
|
241
241
|
* @default false
|
|
242
242
|
*/
|
|
243
243
|
readonly?: boolean;
|
|
244
|
+
/**
|
|
245
|
+
* 支持单元格自定义 class
|
|
246
|
+
*/
|
|
247
|
+
dayClassMap?: Record<string, string>;
|
|
244
248
|
}
|
|
245
249
|
export interface SmartCalendarEvents {
|
|
246
250
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1-beta-1",
|
|
4
4
|
"author": "睦海(李利民)",
|
|
5
5
|
"description": "轻量、可靠的智能小程序 UI 组件库",
|
|
6
6
|
"scripts": {
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"@ray-js/components-ty-progress-bar": "^0.1.1",
|
|
38
38
|
"@ray-js/components-ty-progress-circle": "^0.1.6",
|
|
39
39
|
"@ray-js/components-ty-slider": "^0.2.48",
|
|
40
|
-
"@ray-js/smart-ui": "2.0.1-beta-9",
|
|
41
40
|
"@tuya-miniapp/smart-ui": "^2.1.0",
|
|
42
41
|
"lodash-es": "^4.17.21"
|
|
43
42
|
},
|