forstok-ui-lib 8.10.5 → 8.10.7
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.d.ts +0 -2
- package/dist/index.js +74 -74
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +92 -92
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/date/index.tsx +0 -9
- package/src/components/date/ref.tsx +0 -9
- package/src/components/date/time.tsx +0 -33
package/dist/index.d.ts
CHANGED
|
@@ -765,7 +765,6 @@ type TDate$1 = {
|
|
|
765
765
|
setForceUpdate?: TState<boolean>;
|
|
766
766
|
showTimeInput?: boolean;
|
|
767
767
|
minDate?: any;
|
|
768
|
-
minTime?: any;
|
|
769
768
|
"data-qa-id"?: string;
|
|
770
769
|
"data-tip"?: string;
|
|
771
770
|
"data-place"?: string;
|
|
@@ -798,7 +797,6 @@ type TDate = {
|
|
|
798
797
|
"data-type"?: string;
|
|
799
798
|
disabled?: boolean;
|
|
800
799
|
minDate?: any;
|
|
801
|
-
minTime?: any;
|
|
802
800
|
};
|
|
803
801
|
declare const DateRefComponent: react.ForwardRefExoticComponent<TDate & react.RefAttributes<unknown>>;
|
|
804
802
|
|