hlyc-web-pack 3.6.73 → 3.6.74

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.
@@ -29,7 +29,7 @@ export interface DefaultOptionType {
29
29
  declare type remoteValueType = string | undefined;
30
30
  declare type remotePromiseType = (value: remoteValueType, other?: any) => Promise<SelectType[]>;
31
31
  declare type inputConfig = Omit<InputProps, 'inputMode'> & {
32
- inputMode: InputProps['type'];
32
+ inputMode?: InputProps['type'];
33
33
  };
34
34
  interface UnionType {
35
35
  componentName: 'Input' | 'Select' | 'DatePicker' | 'TimePicker' | 'RemoteSearch';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hlyc-web-pack",
3
- "version": "3.6.73",
3
+ "version": "3.6.74",
4
4
  "description": "华旅云创web端组件",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",