ados-rcm 1.1.240 → 1.1.241
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ADatePicker/ADatePicker.d.ts +6 -0
- package/dist/index.cjs.js +25 -25
- package/dist/index.es.js +3214 -3212
- package/package.json +1 -1
@@ -92,6 +92,12 @@ export interface IADatePickerProps extends IABaseProps {
|
|
92
92
|
* Description : language resources of ADatePicker
|
93
93
|
*/
|
94
94
|
resources?: Partial<typeof Resources.ADatePicker>;
|
95
|
+
/**
|
96
|
+
* noClearButton? : boolean
|
97
|
+
*
|
98
|
+
* Description : if true, clear button is not shown
|
99
|
+
*/
|
100
|
+
noClearButton?: boolean;
|
95
101
|
}
|
96
102
|
/**
|
97
103
|
* AComponent : ADatePicker
|