forstok-ui-lib 8.10.7 → 8.10.8
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 +4 -0
- package/dist/index.js +23 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/date/index.tsx +6 -0
- package/src/components/date/ref.tsx +6 -0
package/dist/index.d.ts
CHANGED
|
@@ -764,6 +764,8 @@ type TDate$1 = {
|
|
|
764
764
|
allowEmpty?: boolean;
|
|
765
765
|
setForceUpdate?: TState<boolean>;
|
|
766
766
|
showTimeInput?: boolean;
|
|
767
|
+
showTimeSelect?: boolean;
|
|
768
|
+
timeIntervals?: number;
|
|
767
769
|
minDate?: any;
|
|
768
770
|
"data-qa-id"?: string;
|
|
769
771
|
"data-tip"?: string;
|
|
@@ -788,6 +790,8 @@ type TDate = {
|
|
|
788
790
|
allowEmpty?: boolean;
|
|
789
791
|
setForceUpdate?: TState<boolean>;
|
|
790
792
|
showTimeInput?: boolean;
|
|
793
|
+
showTimeSelect?: boolean;
|
|
794
|
+
timeIntervals?: number;
|
|
791
795
|
placeholderText?: string;
|
|
792
796
|
portalId?: string;
|
|
793
797
|
isIcon?: boolean;
|