@jiaozhiye/qm-design-react 1.5.1 → 1.5.3

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.
@@ -135,6 +135,9 @@ export declare type IFormItem = {
135
135
  hourStep?: number;
136
136
  minuteStep?: number;
137
137
  secondStep?: number;
138
+ startTime?: string;
139
+ endTime?: string;
140
+ timeStep?: string;
138
141
  allowHalf?: boolean;
139
142
  tooltips?: string[];
140
143
  count?: number;
@@ -4,7 +4,7 @@ import type { IFormItem, IFetchFnMaker, IRecord } from './types';
4
4
  export declare const getDate: (dateString: string | undefined, format: string) => dayjs.Dayjs | null;
5
5
  export declare const formatDate: (date: Dayjs | null, format: string) => string;
6
6
  export declare const isEmptyValue: (value: unknown) => boolean;
7
- export declare const getSplitValue: (data: IRecord, path: string) => any;
7
+ export declare const getSplitValue: (data: IRecord | null, path: string) => any;
8
8
  export declare const setEchoRecord: (row: IRecord, alias: any, echoAlias: any) => void;
9
9
  export declare const setEchoExtras: (row: IRecord, extras: any, echoExtras: any) => void;
10
10
  export declare const deepMapList: (list: any[], valueKey: string, textKey: string) => (IDict & {
@@ -175,7 +175,6 @@
175
175
  // immediate
176
176
  .@{prefix-form}-immediate {
177
177
  padding: 5px 15px;
178
- max-height: calc(100vh - 10px);
179
178
  overflow-y: auto !important;
180
179
  .table {
181
180
  width: 100%;