@secondstaxorg/sscomp 2.0.71 → 2.0.72
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.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +68 -71
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/DateRangePicker/type.d.ts +1 -1
package/package.json
CHANGED
|
@@ -36,7 +36,7 @@ export interface DateRangePickerProps {
|
|
|
36
36
|
*/
|
|
37
37
|
disablePastDays?: boolean;
|
|
38
38
|
/**
|
|
39
|
-
* When true, the input field for the picker is hidden. In that case, `
|
|
39
|
+
* When true, the input field for the picker is hidden. In that case, `triggerClass` must be provided
|
|
40
40
|
*/
|
|
41
41
|
hidePickerInput?: boolean;
|
|
42
42
|
/**
|