ados-rcm 1.0.592 → 1.0.593
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/AClock/AClock.d.ts +6 -0
- package/dist/index.cjs.js +10 -10
- package/dist/index.es.js +1161 -1160
- package/package.json +1 -1
@@ -47,6 +47,12 @@ export interface IAClockProps extends IAWrapProps, IABaseProps {
|
|
47
47
|
* Description : onFinish of AClock
|
48
48
|
*/
|
49
49
|
onFinish?: () => void;
|
50
|
+
/**
|
51
|
+
* noStartOnRender? : boolean
|
52
|
+
*
|
53
|
+
* Description : if true, AClock will not start on render
|
54
|
+
*/
|
55
|
+
noStartOnRender?: boolean;
|
50
56
|
/**
|
51
57
|
* actionRef? : TActionRef<IAClockActions>
|
52
58
|
*
|