cnhis-design-vue 3.1.9-beta.7 → 3.1.9-beta.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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +2 -4
- package/es/packages/big-table/index.js +5 -5
- package/es/packages/big-table/src/BigTable.vue.d.ts +1 -3
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +20 -11
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/packages/big-table/src/components/edit-form/edit-select-table.js +2 -2
- package/es/packages/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/packages/big-table/src/hooks/useEvent.js +1 -1
- package/es/packages/big-table/src/hooks/useFormat.js +1 -1
- package/es/packages/big-table/src/hooks/useNestTable.js +1 -1
- package/es/packages/big-table/src/hooks/useTableParse.js +1 -1
- package/es/packages/big-table/src/utils.js +2 -2
- package/es/packages/big-table/style/index.css +1 -1
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/index.d.ts +1 -1
- package/es/packages/bpmn-workflow/index.js +2 -2
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +1 -1
- package/es/packages/button-print/index.js +2 -2
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +1 -1
- package/es/packages/chunk-upload/index.js +3 -3
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/packages/chunk-upload/style/index.css +1 -1
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +1 -1
- package/es/packages/drag-layout/index.js +3 -3
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +3 -2
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/editor/index.d.ts +1 -1
- package/es/packages/editor/index.js +2 -2
- package/es/packages/fabric-chart/index.d.ts +71 -0
- package/es/packages/fabric-chart/index.js +11 -0
- package/es/packages/fabric-chart/src/FabricChart.js +4 -0
- package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +80 -0
- package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +59 -0
- package/es/packages/fabric-chart/style/index.css +0 -0
- package/es/packages/fabric-chart/style/index.less +0 -0
- package/es/packages/field-set/index.d.ts +1 -1
- package/es/packages/field-set/index.js +2 -2
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/index.d.ts +9 -9
- package/es/packages/form-render/index.js +2 -2
- package/es/packages/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/packages/form-render/src/components/cascader.d.ts +1 -1
- package/es/packages/form-render/src/components/checkbox.d.ts +1 -1
- package/es/packages/form-render/src/components/complex.js +1 -1
- package/es/packages/form-render/src/components/radio.d.ts +1 -1
- package/es/packages/form-render/src/components/select.d.ts +1 -1
- package/es/packages/form-render/src/components/slider.js +1 -1
- package/es/packages/form-render/src/constants/index.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useChangeContext.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/packages/form-render/src/types/fieldItem.d.ts +1 -1
- package/es/packages/form-render/src/types/index.d.ts +1 -1
- package/es/packages/form-render/src/utils/index.d.ts +1 -1
- package/es/packages/form-table/index.d.ts +391 -391
- package/es/packages/form-table/index.js +2 -2
- package/es/packages/form-table/src/FormTable.vue.d.ts +45 -45
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/packages/form-table/src/components/index.d.ts +43 -43
- package/es/packages/form-table/src/components/table-age.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-select.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/configs/index.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useDateType.js +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.js +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.js +1 -1
- package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
- package/es/packages/form-table/src/hooks/useItemDefault.js +5 -5
- package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
- package/es/packages/form-table/src/hooks/useSearch.js +2 -2
- package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
- package/es/packages/form-table/src/types/index.d.ts +1 -1
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/index.d.ts +1 -1
- package/es/packages/grid/index.js +4 -4
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.d.ts +2 -1
- package/es/packages/index.js +4 -1
- package/es/packages/index.less +2437 -2437
- package/es/packages/info-header/index.d.ts +6 -6
- package/es/packages/info-header/index.js +2 -2
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +3 -3
- package/es/packages/info-header/src/SlotRender.d.ts +1 -1
- package/es/packages/info-header/style/index.less +36 -36
- package/es/packages/map/index.d.ts +1 -1
- package/es/packages/map/index.js +2 -2
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +1 -1
- package/es/packages/scale-view/index.js +4 -4
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/packages/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-map.js +2 -2
- package/es/packages/scale-view/src/components/formitem/r-upload.js +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-init.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-submit.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-validate.js +1 -1
- package/es/packages/scale-view/src/hooks/use-component.js +2 -2
- package/es/packages/scale-view/src/hooks/use-evaluate.js +1 -1
- package/es/packages/scale-view/src/hooks/use-event.js +1 -1
- package/es/packages/scale-view/style/index.less +291 -291
- package/es/packages/select-label/index.d.ts +1 -1
- package/es/packages/select-label/index.js +2 -2
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +1 -1
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +1 -1
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +1 -1
- package/es/packages/select-person/index.js +2 -2
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +1 -1
- package/es/packages/time-line/index.js +2 -2
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/src/components/player-vod/video-list.js +2 -2
- package/es/src/utils/loadViewer.js +1 -1
- package/es/src/utils/loadVxe.js +1 -1
- package/global.d.ts +8 -8
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SFCWithInstall } from '
|
|
1
|
+
import { SFCWithInstall } from '..\..\../es/src/types';
|
|
2
2
|
declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
data: ArrayConstructor;
|
|
4
4
|
columnConfig: ObjectConstructor;
|
|
@@ -66,7 +66,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
66
66
|
default: () => {};
|
|
67
67
|
};
|
|
68
68
|
dbParams: {
|
|
69
|
-
type: import("vue").PropType<import("
|
|
69
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
70
70
|
};
|
|
71
71
|
row: {
|
|
72
72
|
type: import("./src/types").PropObject;
|
|
@@ -99,7 +99,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
99
99
|
type: BooleanConstructor;
|
|
100
100
|
default: boolean;
|
|
101
101
|
};
|
|
102
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
102
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
103
103
|
}, {
|
|
104
104
|
$message: import("naive-ui").MessageApi;
|
|
105
105
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -120,7 +120,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
120
120
|
default: () => {};
|
|
121
121
|
};
|
|
122
122
|
dbParams: {
|
|
123
|
-
type: import("vue").PropType<import("
|
|
123
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
124
124
|
};
|
|
125
125
|
row: {
|
|
126
126
|
type: import("./src/types").PropObject;
|
|
@@ -153,7 +153,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
153
153
|
type: BooleanConstructor;
|
|
154
154
|
default: boolean;
|
|
155
155
|
};
|
|
156
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
156
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
157
157
|
}>> & {
|
|
158
158
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
159
159
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -161,25 +161,25 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
161
161
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
162
162
|
}>>;
|
|
163
163
|
emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
|
|
164
|
-
formTable: import("
|
|
164
|
+
formTable: import("..\..\../es/src/types").AnyObject;
|
|
165
165
|
hasErr: import("vue").ComputedRef<any>;
|
|
166
|
-
handleGetJsonStr: (str: string | import("
|
|
167
|
-
handleSetFieldsValue: (setObj?: import("
|
|
166
|
+
handleGetJsonStr: (str: string | import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject;
|
|
167
|
+
handleSetFieldsValue: (setObj?: import("..\..\../es/src/types").AnyObject, target?: any) => void;
|
|
168
168
|
handleGetUniqueKey: (id: string) => any;
|
|
169
169
|
handleSysParams: (str: string) => string;
|
|
170
170
|
defaultInit: () => void;
|
|
171
|
-
handleTableBlur: (e?: import("
|
|
171
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
172
172
|
handleFormParams: (str: string) => string;
|
|
173
|
-
radioColor: () => (p: import("
|
|
174
|
-
handleGetAgeUnit: (ageInfo?: import("
|
|
175
|
-
handleAgeToBirthDay: (val: number, f: string, item: import("
|
|
176
|
-
changeAgeSelect: (val: string, item: import("
|
|
177
|
-
handlerSetIdCarInfoValidate: (value: any, item: import("
|
|
173
|
+
radioColor: () => (p: import("..\..\../es/src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
|
|
174
|
+
handleGetAgeUnit: (ageInfo?: import("..\..\../es/src/types").AnyObject) => string | undefined;
|
|
175
|
+
handleAgeToBirthDay: (val: number, f: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
176
|
+
changeAgeSelect: (val: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
177
|
+
handlerSetIdCarInfoValidate: (value: any, item: import("..\..\../es/src/types").AnyObject, callback: import("..\..\../es/src/types").Func<any[], any>) => void;
|
|
178
178
|
getInputCheck: (validate?: string | undefined) => {
|
|
179
179
|
pattern: RegExp;
|
|
180
180
|
message: string;
|
|
181
181
|
} | undefined;
|
|
182
|
-
getCustomRegular: (item: import("
|
|
182
|
+
getCustomRegular: (item: import("..\..\../es/src/types").AnyObject) => {
|
|
183
183
|
pattern: RegExp;
|
|
184
184
|
message: any;
|
|
185
185
|
} | null;
|
|
@@ -191,19 +191,19 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
191
191
|
checkinputBlank: import("./src/types").ValidateFunc;
|
|
192
192
|
checkSearchCascade: import("./src/types").ValidateFunc;
|
|
193
193
|
checkMultipleTree: import("./src/types").ValidateFunc;
|
|
194
|
-
handleDateClearBtn: (v: any, item: import("
|
|
195
|
-
handleStartDateEndDate: (item: import("
|
|
196
|
-
showTimePanel: (item: import("
|
|
194
|
+
handleDateClearBtn: (v: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
195
|
+
handleStartDateEndDate: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
196
|
+
showTimePanel: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
197
197
|
momentLib: (date_format: string) => any;
|
|
198
|
-
judgeTimeBoundary: (time: any, item: import("
|
|
199
|
-
setTimeValue: (time: any, item: import("
|
|
200
|
-
judgeTimeRange: (time: any, item: import("
|
|
201
|
-
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("
|
|
202
|
-
setDefaultCurrent: (compareItem: import("
|
|
203
|
-
handleDefaultRimeRange: (time: any, item: import("
|
|
204
|
-
judgeMinMaxDateIsSameDate: (item: import("
|
|
198
|
+
judgeTimeBoundary: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
199
|
+
setTimeValue: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
200
|
+
judgeTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject | undefined;
|
|
201
|
+
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("..\..\../es/src/types").AnyObject;
|
|
202
|
+
setDefaultCurrent: (compareItem: import("..\..\../es/src/types").AnyObject, currTime: any) => void;
|
|
203
|
+
handleDefaultRimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
204
|
+
judgeMinMaxDateIsSameDate: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
205
205
|
handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
|
|
206
|
-
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("
|
|
206
|
+
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("..\..\../es/src/types").AnyObject) => {};
|
|
207
207
|
setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
|
|
208
208
|
ageRes: import("vue").Ref<{}>;
|
|
209
209
|
detailStr: import("vue").ComputedRef<any>;
|
|
@@ -4303,7 +4303,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4303
4303
|
default: () => {};
|
|
4304
4304
|
};
|
|
4305
4305
|
dbParams: {
|
|
4306
|
-
type: import("vue").PropType<import("
|
|
4306
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
4307
4307
|
};
|
|
4308
4308
|
row: {
|
|
4309
4309
|
type: import("./src/types").PropObject;
|
|
@@ -4336,22 +4336,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4336
4336
|
type: BooleanConstructor;
|
|
4337
4337
|
default: boolean;
|
|
4338
4338
|
};
|
|
4339
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
4339
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
4340
4340
|
}>> & {
|
|
4341
4341
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
4342
4342
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
4343
4343
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
4344
4344
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
4345
4345
|
}, {
|
|
4346
|
-
styleSetting: import("
|
|
4347
|
-
userInfo: import("
|
|
4348
|
-
cacheUniqueKey: import("
|
|
4349
|
-
row: import("
|
|
4350
|
-
defaultValue: import("
|
|
4346
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
4347
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
4348
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
4349
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
4350
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
4351
4351
|
isDetail: boolean;
|
|
4352
|
-
item: import("
|
|
4353
|
-
formType: import("
|
|
4354
|
-
mainForm: import("
|
|
4352
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
4353
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
4354
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
4355
4355
|
defaultFieldList: any[];
|
|
4356
4356
|
}>;
|
|
4357
4357
|
tableDatePicker: import("vue").DefineComponent<{
|
|
@@ -4372,7 +4372,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4372
4372
|
default: () => {};
|
|
4373
4373
|
};
|
|
4374
4374
|
dbParams: {
|
|
4375
|
-
type: import("vue").PropType<import("
|
|
4375
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
4376
4376
|
};
|
|
4377
4377
|
row: {
|
|
4378
4378
|
type: import("./src/types").PropObject;
|
|
@@ -4405,22 +4405,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4405
4405
|
type: BooleanConstructor;
|
|
4406
4406
|
default: boolean;
|
|
4407
4407
|
};
|
|
4408
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
4408
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
4409
4409
|
}, {
|
|
4410
4410
|
open: import("vue").Ref<boolean>;
|
|
4411
|
-
disabledDatePicker: (current: any, item: import("
|
|
4412
|
-
disabledTimePicker: (current: any, item: import("
|
|
4411
|
+
disabledDatePicker: (current: any, item: import("..\..\../es/src/types").AnyObject) => any;
|
|
4412
|
+
disabledTimePicker: (current: any, item: import("..\..\../es/src/types").AnyObject) => {
|
|
4413
4413
|
disabledHours: () => never[];
|
|
4414
4414
|
disabledMinutes: () => never[];
|
|
4415
4415
|
disabledSeconds: () => never[];
|
|
4416
4416
|
} | undefined;
|
|
4417
|
-
openTimeChange: (open: any, item: import("
|
|
4418
|
-
disabledHours: (item: import("
|
|
4419
|
-
disabledMethodTimeRange: (item: import("
|
|
4420
|
-
handleCompareTimeRange: (time: any, item: import("
|
|
4417
|
+
openTimeChange: (open: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
4418
|
+
disabledHours: (item: import("..\..\../es/src/types").AnyObject, type: string) => (() => never[]) | undefined;
|
|
4419
|
+
disabledMethodTimeRange: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
4420
|
+
handleCompareTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject, type: string) => {};
|
|
4421
4421
|
setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
|
|
4422
4422
|
range: (start: number, end: number) => never[];
|
|
4423
|
-
openDateChange: (open: any, item: import("
|
|
4423
|
+
openDateChange: (open: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
4424
4424
|
$message: import("naive-ui").MessageApi;
|
|
4425
4425
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4426
4426
|
mainForm: {
|
|
@@ -4440,7 +4440,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4440
4440
|
default: () => {};
|
|
4441
4441
|
};
|
|
4442
4442
|
dbParams: {
|
|
4443
|
-
type: import("vue").PropType<import("
|
|
4443
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
4444
4444
|
};
|
|
4445
4445
|
row: {
|
|
4446
4446
|
type: import("./src/types").PropObject;
|
|
@@ -4473,7 +4473,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4473
4473
|
type: BooleanConstructor;
|
|
4474
4474
|
default: boolean;
|
|
4475
4475
|
};
|
|
4476
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
4476
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
4477
4477
|
}>> & {
|
|
4478
4478
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
4479
4479
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -4481,25 +4481,25 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4481
4481
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
4482
4482
|
}>>;
|
|
4483
4483
|
emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
|
|
4484
|
-
formTable: import("
|
|
4484
|
+
formTable: import("..\..\../es/src/types").AnyObject;
|
|
4485
4485
|
hasErr: import("vue").ComputedRef<any>;
|
|
4486
|
-
handleGetJsonStr: (str: string | import("
|
|
4487
|
-
handleSetFieldsValue: (setObj?: import("
|
|
4486
|
+
handleGetJsonStr: (str: string | import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject;
|
|
4487
|
+
handleSetFieldsValue: (setObj?: import("..\..\../es/src/types").AnyObject, target?: any) => void;
|
|
4488
4488
|
handleGetUniqueKey: (id: string) => any;
|
|
4489
4489
|
handleSysParams: (str: string) => string;
|
|
4490
4490
|
defaultInit: () => void;
|
|
4491
|
-
handleTableBlur: (e?: import("
|
|
4491
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
4492
4492
|
handleFormParams: (str: string) => string;
|
|
4493
|
-
radioColor: () => (p: import("
|
|
4494
|
-
handleGetAgeUnit: (ageInfo?: import("
|
|
4495
|
-
handleAgeToBirthDay: (val: number, f: string, item: import("
|
|
4496
|
-
changeAgeSelect: (val: string, item: import("
|
|
4497
|
-
handlerSetIdCarInfoValidate: (value: any, item: import("
|
|
4493
|
+
radioColor: () => (p: import("..\..\../es/src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
|
|
4494
|
+
handleGetAgeUnit: (ageInfo?: import("..\..\../es/src/types").AnyObject) => string | undefined;
|
|
4495
|
+
handleAgeToBirthDay: (val: number, f: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
4496
|
+
changeAgeSelect: (val: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
4497
|
+
handlerSetIdCarInfoValidate: (value: any, item: import("..\..\../es/src/types").AnyObject, callback: import("..\..\../es/src/types").Func<any[], any>) => void;
|
|
4498
4498
|
getInputCheck: (validate?: string | undefined) => {
|
|
4499
4499
|
pattern: RegExp;
|
|
4500
4500
|
message: string;
|
|
4501
4501
|
} | undefined;
|
|
4502
|
-
getCustomRegular: (item: import("
|
|
4502
|
+
getCustomRegular: (item: import("..\..\../es/src/types").AnyObject) => {
|
|
4503
4503
|
pattern: RegExp;
|
|
4504
4504
|
message: any;
|
|
4505
4505
|
} | null;
|
|
@@ -4511,20 +4511,20 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4511
4511
|
checkinputBlank: import("./src/types").ValidateFunc;
|
|
4512
4512
|
checkSearchCascade: import("./src/types").ValidateFunc;
|
|
4513
4513
|
checkMultipleTree: import("./src/types").ValidateFunc;
|
|
4514
|
-
handleDateClearBtn: (v: any, item: import("
|
|
4515
|
-
handleStartDateEndDate: (item: import("
|
|
4516
|
-
showTimePanel: (item: import("
|
|
4514
|
+
handleDateClearBtn: (v: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
4515
|
+
handleStartDateEndDate: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
4516
|
+
showTimePanel: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
4517
4517
|
momentLib: (date_format: string) => any;
|
|
4518
|
-
judgeTimeBoundary: (time: any, item: import("
|
|
4519
|
-
setTimeValue: (time: any, item: import("
|
|
4520
|
-
judgeTimeRange: (time: any, item: import("
|
|
4521
|
-
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("
|
|
4522
|
-
setDefaultCurrent: (compareItem: import("
|
|
4523
|
-
handleDefaultRimeRange: (time: any, item: import("
|
|
4524
|
-
judgeMinMaxDateIsSameDate: (item: import("
|
|
4518
|
+
judgeTimeBoundary: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
4519
|
+
setTimeValue: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
4520
|
+
judgeTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject | undefined;
|
|
4521
|
+
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("..\..\../es/src/types").AnyObject;
|
|
4522
|
+
setDefaultCurrent: (compareItem: import("..\..\../es/src/types").AnyObject, currTime: any) => void;
|
|
4523
|
+
handleDefaultRimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
4524
|
+
judgeMinMaxDateIsSameDate: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
4525
4525
|
handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
|
|
4526
|
-
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("
|
|
4527
|
-
handlerGetDateType: (data: import("
|
|
4526
|
+
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("..\..\../es/src/types").AnyObject) => {};
|
|
4527
|
+
handlerGetDateType: (data: import("..\..\../es/src/types").AnyObject) => any;
|
|
4528
4528
|
dateType: import("vue").ComputedRef<"date" | "datetime" | "daterange" | "datetimerange">;
|
|
4529
4529
|
dateShowTimeConfig: import("vue").ComputedRef<false | {
|
|
4530
4530
|
format: any;
|
|
@@ -9614,7 +9614,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9614
9614
|
default: () => {};
|
|
9615
9615
|
};
|
|
9616
9616
|
dbParams: {
|
|
9617
|
-
type: import("vue").PropType<import("
|
|
9617
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
9618
9618
|
};
|
|
9619
9619
|
row: {
|
|
9620
9620
|
type: import("./src/types").PropObject;
|
|
@@ -9647,22 +9647,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9647
9647
|
type: BooleanConstructor;
|
|
9648
9648
|
default: boolean;
|
|
9649
9649
|
};
|
|
9650
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
9650
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
9651
9651
|
}>> & {
|
|
9652
9652
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
9653
9653
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
9654
9654
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
9655
9655
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
9656
9656
|
}, {
|
|
9657
|
-
styleSetting: import("
|
|
9658
|
-
userInfo: import("
|
|
9659
|
-
cacheUniqueKey: import("
|
|
9660
|
-
row: import("
|
|
9661
|
-
defaultValue: import("
|
|
9657
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
9658
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
9659
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
9660
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
9661
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
9662
9662
|
isDetail: boolean;
|
|
9663
|
-
item: import("
|
|
9664
|
-
formType: import("
|
|
9665
|
-
mainForm: import("
|
|
9663
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
9664
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
9665
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
9666
9666
|
defaultFieldList: any[];
|
|
9667
9667
|
}>;
|
|
9668
9668
|
tableDigital: import("vue").DefineComponent<{
|
|
@@ -9683,7 +9683,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9683
9683
|
default: () => {};
|
|
9684
9684
|
};
|
|
9685
9685
|
dbParams: {
|
|
9686
|
-
type: import("vue").PropType<import("
|
|
9686
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
9687
9687
|
};
|
|
9688
9688
|
row: {
|
|
9689
9689
|
type: import("./src/types").PropObject;
|
|
@@ -9716,7 +9716,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9716
9716
|
type: BooleanConstructor;
|
|
9717
9717
|
default: boolean;
|
|
9718
9718
|
};
|
|
9719
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
9719
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
9720
9720
|
}, {
|
|
9721
9721
|
$message: import("naive-ui").MessageApi;
|
|
9722
9722
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -9737,7 +9737,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9737
9737
|
default: () => {};
|
|
9738
9738
|
};
|
|
9739
9739
|
dbParams: {
|
|
9740
|
-
type: import("vue").PropType<import("
|
|
9740
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
9741
9741
|
};
|
|
9742
9742
|
row: {
|
|
9743
9743
|
type: import("./src/types").PropObject;
|
|
@@ -9770,7 +9770,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9770
9770
|
type: BooleanConstructor;
|
|
9771
9771
|
default: boolean;
|
|
9772
9772
|
};
|
|
9773
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
9773
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
9774
9774
|
}>> & {
|
|
9775
9775
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
9776
9776
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -9779,7 +9779,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9779
9779
|
}>>;
|
|
9780
9780
|
emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
|
|
9781
9781
|
hasErr: import("vue").ComputedRef<any>;
|
|
9782
|
-
handleTableBlur: (e?: import("
|
|
9782
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
9783
9783
|
prefixStr: any;
|
|
9784
9784
|
suffixStr: any;
|
|
9785
9785
|
detailStr: import("vue").ComputedRef<string>;
|
|
@@ -12531,7 +12531,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12531
12531
|
default: () => {};
|
|
12532
12532
|
};
|
|
12533
12533
|
dbParams: {
|
|
12534
|
-
type: import("vue").PropType<import("
|
|
12534
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
12535
12535
|
};
|
|
12536
12536
|
row: {
|
|
12537
12537
|
type: import("./src/types").PropObject;
|
|
@@ -12564,22 +12564,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12564
12564
|
type: BooleanConstructor;
|
|
12565
12565
|
default: boolean;
|
|
12566
12566
|
};
|
|
12567
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
12567
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
12568
12568
|
}>> & {
|
|
12569
12569
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
12570
12570
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
12571
12571
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
12572
12572
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
12573
12573
|
}, {
|
|
12574
|
-
styleSetting: import("
|
|
12575
|
-
userInfo: import("
|
|
12576
|
-
cacheUniqueKey: import("
|
|
12577
|
-
row: import("
|
|
12578
|
-
defaultValue: import("
|
|
12574
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
12575
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
12576
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
12577
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
12578
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
12579
12579
|
isDetail: boolean;
|
|
12580
|
-
item: import("
|
|
12581
|
-
formType: import("
|
|
12582
|
-
mainForm: import("
|
|
12580
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
12581
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
12582
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
12583
12583
|
defaultFieldList: any[];
|
|
12584
12584
|
}>;
|
|
12585
12585
|
tableInput: import("vue").DefineComponent<{
|
|
@@ -12600,7 +12600,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12600
12600
|
default: () => {};
|
|
12601
12601
|
};
|
|
12602
12602
|
dbParams: {
|
|
12603
|
-
type: import("vue").PropType<import("
|
|
12603
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
12604
12604
|
};
|
|
12605
12605
|
row: {
|
|
12606
12606
|
type: import("./src/types").PropObject;
|
|
@@ -12633,7 +12633,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12633
12633
|
type: BooleanConstructor;
|
|
12634
12634
|
default: boolean;
|
|
12635
12635
|
};
|
|
12636
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
12636
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
12637
12637
|
}, {
|
|
12638
12638
|
$message: import("naive-ui").MessageApi;
|
|
12639
12639
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -12654,7 +12654,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12654
12654
|
default: () => {};
|
|
12655
12655
|
};
|
|
12656
12656
|
dbParams: {
|
|
12657
|
-
type: import("vue").PropType<import("
|
|
12657
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
12658
12658
|
};
|
|
12659
12659
|
row: {
|
|
12660
12660
|
type: import("./src/types").PropObject;
|
|
@@ -12687,7 +12687,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12687
12687
|
type: BooleanConstructor;
|
|
12688
12688
|
default: boolean;
|
|
12689
12689
|
};
|
|
12690
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
12690
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
12691
12691
|
}>> & {
|
|
12692
12692
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
12693
12693
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -12696,7 +12696,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12696
12696
|
}>>;
|
|
12697
12697
|
emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
|
|
12698
12698
|
hasErr: import("vue").ComputedRef<any>;
|
|
12699
|
-
handleTableBlur: (e?: import("
|
|
12699
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
12700
12700
|
prefixStr: any;
|
|
12701
12701
|
suffixStr: any;
|
|
12702
12702
|
detailStr: import("vue").ComputedRef<string>;
|
|
@@ -14113,7 +14113,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14113
14113
|
default: () => {};
|
|
14114
14114
|
};
|
|
14115
14115
|
dbParams: {
|
|
14116
|
-
type: import("vue").PropType<import("
|
|
14116
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
14117
14117
|
};
|
|
14118
14118
|
row: {
|
|
14119
14119
|
type: import("./src/types").PropObject;
|
|
@@ -14146,22 +14146,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14146
14146
|
type: BooleanConstructor;
|
|
14147
14147
|
default: boolean;
|
|
14148
14148
|
};
|
|
14149
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
14149
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
14150
14150
|
}>> & {
|
|
14151
14151
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
14152
14152
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
14153
14153
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
14154
14154
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
14155
14155
|
}, {
|
|
14156
|
-
styleSetting: import("
|
|
14157
|
-
userInfo: import("
|
|
14158
|
-
cacheUniqueKey: import("
|
|
14159
|
-
row: import("
|
|
14160
|
-
defaultValue: import("
|
|
14156
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
14157
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
14158
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
14159
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
14160
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
14161
14161
|
isDetail: boolean;
|
|
14162
|
-
item: import("
|
|
14163
|
-
formType: import("
|
|
14164
|
-
mainForm: import("
|
|
14162
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
14163
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
14164
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
14165
14165
|
defaultFieldList: any[];
|
|
14166
14166
|
}>;
|
|
14167
14167
|
tableInputPassword: import("vue").DefineComponent<{
|
|
@@ -14182,7 +14182,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14182
14182
|
default: () => {};
|
|
14183
14183
|
};
|
|
14184
14184
|
dbParams: {
|
|
14185
|
-
type: import("vue").PropType<import("
|
|
14185
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
14186
14186
|
};
|
|
14187
14187
|
row: {
|
|
14188
14188
|
type: import("./src/types").PropObject;
|
|
@@ -14215,7 +14215,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14215
14215
|
type: BooleanConstructor;
|
|
14216
14216
|
default: boolean;
|
|
14217
14217
|
};
|
|
14218
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
14218
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
14219
14219
|
}, {
|
|
14220
14220
|
$message: import("naive-ui").MessageApi;
|
|
14221
14221
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -14236,7 +14236,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14236
14236
|
default: () => {};
|
|
14237
14237
|
};
|
|
14238
14238
|
dbParams: {
|
|
14239
|
-
type: import("vue").PropType<import("
|
|
14239
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
14240
14240
|
};
|
|
14241
14241
|
row: {
|
|
14242
14242
|
type: import("./src/types").PropObject;
|
|
@@ -14269,7 +14269,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14269
14269
|
type: BooleanConstructor;
|
|
14270
14270
|
default: boolean;
|
|
14271
14271
|
};
|
|
14272
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
14272
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
14273
14273
|
}>> & {
|
|
14274
14274
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
14275
14275
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -15738,7 +15738,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15738
15738
|
default: () => {};
|
|
15739
15739
|
};
|
|
15740
15740
|
dbParams: {
|
|
15741
|
-
type: import("vue").PropType<import("
|
|
15741
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
15742
15742
|
};
|
|
15743
15743
|
row: {
|
|
15744
15744
|
type: import("./src/types").PropObject;
|
|
@@ -15771,22 +15771,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15771
15771
|
type: BooleanConstructor;
|
|
15772
15772
|
default: boolean;
|
|
15773
15773
|
};
|
|
15774
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
15774
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
15775
15775
|
}>> & {
|
|
15776
15776
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
15777
15777
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
15778
15778
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
15779
15779
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
15780
15780
|
}, {
|
|
15781
|
-
styleSetting: import("
|
|
15782
|
-
userInfo: import("
|
|
15783
|
-
cacheUniqueKey: import("
|
|
15784
|
-
row: import("
|
|
15785
|
-
defaultValue: import("
|
|
15781
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
15782
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
15783
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
15784
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
15785
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
15786
15786
|
isDetail: boolean;
|
|
15787
|
-
item: import("
|
|
15788
|
-
formType: import("
|
|
15789
|
-
mainForm: import("
|
|
15787
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
15788
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
15789
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
15790
15790
|
defaultFieldList: any[];
|
|
15791
15791
|
}>;
|
|
15792
15792
|
tableMonthPicker: import("vue").DefineComponent<{
|
|
@@ -15807,7 +15807,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15807
15807
|
default: () => {};
|
|
15808
15808
|
};
|
|
15809
15809
|
dbParams: {
|
|
15810
|
-
type: import("vue").PropType<import("
|
|
15810
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
15811
15811
|
};
|
|
15812
15812
|
row: {
|
|
15813
15813
|
type: import("./src/types").PropObject;
|
|
@@ -15840,10 +15840,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15840
15840
|
type: BooleanConstructor;
|
|
15841
15841
|
default: boolean;
|
|
15842
15842
|
};
|
|
15843
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
15843
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
15844
15844
|
}, {
|
|
15845
15845
|
open: import("vue").Ref<boolean>;
|
|
15846
|
-
disabledDatePicker: (current: any, item: import("
|
|
15846
|
+
disabledDatePicker: (current: any, item: import("..\..\../es/src/types").AnyObject) => any;
|
|
15847
15847
|
range: (start: number, end: number) => never[];
|
|
15848
15848
|
$message: import("naive-ui").MessageApi;
|
|
15849
15849
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -15864,7 +15864,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15864
15864
|
default: () => {};
|
|
15865
15865
|
};
|
|
15866
15866
|
dbParams: {
|
|
15867
|
-
type: import("vue").PropType<import("
|
|
15867
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
15868
15868
|
};
|
|
15869
15869
|
row: {
|
|
15870
15870
|
type: import("./src/types").PropObject;
|
|
@@ -15897,7 +15897,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15897
15897
|
type: BooleanConstructor;
|
|
15898
15898
|
default: boolean;
|
|
15899
15899
|
};
|
|
15900
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
15900
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
15901
15901
|
}>> & {
|
|
15902
15902
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
15903
15903
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -15907,7 +15907,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15907
15907
|
emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
|
|
15908
15908
|
dateType: import("vue").ComputedRef<"month" | "monthrange">;
|
|
15909
15909
|
hasErr: import("vue").ComputedRef<any>;
|
|
15910
|
-
handleTableBlur: (e?: import("
|
|
15910
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
15911
15911
|
NDatePicker: import("vue").DefineComponent<{
|
|
15912
15912
|
readonly to: {
|
|
15913
15913
|
type: import("vue").PropType<string | boolean | HTMLElement>;
|
|
@@ -20992,7 +20992,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
20992
20992
|
default: () => {};
|
|
20993
20993
|
};
|
|
20994
20994
|
dbParams: {
|
|
20995
|
-
type: import("vue").PropType<import("
|
|
20995
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
20996
20996
|
};
|
|
20997
20997
|
row: {
|
|
20998
20998
|
type: import("./src/types").PropObject;
|
|
@@ -21025,22 +21025,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21025
21025
|
type: BooleanConstructor;
|
|
21026
21026
|
default: boolean;
|
|
21027
21027
|
};
|
|
21028
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
21028
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
21029
21029
|
}>> & {
|
|
21030
21030
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
21031
21031
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
21032
21032
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
21033
21033
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
21034
21034
|
}, {
|
|
21035
|
-
styleSetting: import("
|
|
21036
|
-
userInfo: import("
|
|
21037
|
-
cacheUniqueKey: import("
|
|
21038
|
-
row: import("
|
|
21039
|
-
defaultValue: import("
|
|
21035
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
21036
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
21037
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
21038
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
21039
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
21040
21040
|
isDetail: boolean;
|
|
21041
|
-
item: import("
|
|
21042
|
-
formType: import("
|
|
21043
|
-
mainForm: import("
|
|
21041
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
21042
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
21043
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
21044
21044
|
defaultFieldList: any[];
|
|
21045
21045
|
}>;
|
|
21046
21046
|
tableSearch: import("vue").DefineComponent<{
|
|
@@ -21181,7 +21181,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21181
21181
|
cascaderInitLabel: import("vue").Ref<boolean>;
|
|
21182
21182
|
defList: import("vue").Ref<any[]>;
|
|
21183
21183
|
panelOpen: import("vue").Ref<boolean>;
|
|
21184
|
-
searchAddObj: import("vue").Ref<import("
|
|
21184
|
+
searchAddObj: import("vue").Ref<import("..\..\../es/src/types").AnyObject>;
|
|
21185
21185
|
searchPageConfig: import("vue").Ref<{
|
|
21186
21186
|
keyword: undefined;
|
|
21187
21187
|
isFetching: boolean;
|
|
@@ -21263,25 +21263,25 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21263
21263
|
handleCascaderTracher: () => void;
|
|
21264
21264
|
handleSearchBlur: () => void;
|
|
21265
21265
|
curMultipleSelected: import("vue").Ref<any[]>;
|
|
21266
|
-
formTable: import("
|
|
21266
|
+
formTable: import("..\..\../es/src/types").AnyObject;
|
|
21267
21267
|
hasErr: import("vue").ComputedRef<any>;
|
|
21268
|
-
handleGetJsonStr: (str: string | import("
|
|
21269
|
-
handleSetFieldsValue: (setObj?: import("
|
|
21268
|
+
handleGetJsonStr: (str: string | import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject;
|
|
21269
|
+
handleSetFieldsValue: (setObj?: import("..\..\../es/src/types").AnyObject, target?: any) => void;
|
|
21270
21270
|
handleGetUniqueKey: (id: string) => any;
|
|
21271
21271
|
handleSysParams: (str: string) => string;
|
|
21272
21272
|
defaultInit: () => void;
|
|
21273
|
-
handleTableBlur: (e?: import("
|
|
21273
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
21274
21274
|
handleFormParams: (str: string) => string;
|
|
21275
|
-
radioColor: () => (p: import("
|
|
21276
|
-
handleGetAgeUnit: (ageInfo?: import("
|
|
21277
|
-
handleAgeToBirthDay: (val: number, f: string, item: import("
|
|
21278
|
-
changeAgeSelect: (val: string, item: import("
|
|
21279
|
-
handlerSetIdCarInfoValidate: (value: any, item: import("
|
|
21275
|
+
radioColor: () => (p: import("..\..\../es/src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
|
|
21276
|
+
handleGetAgeUnit: (ageInfo?: import("..\..\../es/src/types").AnyObject) => string | undefined;
|
|
21277
|
+
handleAgeToBirthDay: (val: number, f: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
21278
|
+
changeAgeSelect: (val: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
21279
|
+
handlerSetIdCarInfoValidate: (value: any, item: import("..\..\../es/src/types").AnyObject, callback: import("..\..\../es/src/types").Func<any[], any>) => void;
|
|
21280
21280
|
getInputCheck: (validate?: string | undefined) => {
|
|
21281
21281
|
pattern: RegExp;
|
|
21282
21282
|
message: string;
|
|
21283
21283
|
} | undefined;
|
|
21284
|
-
getCustomRegular: (item: import("
|
|
21284
|
+
getCustomRegular: (item: import("..\..\../es/src/types").AnyObject) => {
|
|
21285
21285
|
pattern: RegExp;
|
|
21286
21286
|
message: any;
|
|
21287
21287
|
} | null;
|
|
@@ -21291,22 +21291,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21291
21291
|
checkMultipleChoice: import("./src/types").ValidateFunc;
|
|
21292
21292
|
checkLength: import("./src/types").ValidateFunc;
|
|
21293
21293
|
checkinputBlank: import("./src/types").ValidateFunc;
|
|
21294
|
-
handlerGetDateType: (data: import("
|
|
21294
|
+
handlerGetDateType: (data: import("..\..\../es/src/types").AnyObject) => any;
|
|
21295
21295
|
checkSearchCascade: import("./src/types").ValidateFunc;
|
|
21296
21296
|
checkMultipleTree: import("./src/types").ValidateFunc;
|
|
21297
|
-
handleDateClearBtn: (v: any, item: import("
|
|
21298
|
-
handleStartDateEndDate: (item: import("
|
|
21299
|
-
showTimePanel: (item: import("
|
|
21297
|
+
handleDateClearBtn: (v: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
21298
|
+
handleStartDateEndDate: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
21299
|
+
showTimePanel: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
21300
21300
|
momentLib: (date_format: string) => any;
|
|
21301
|
-
judgeTimeBoundary: (time: any, item: import("
|
|
21302
|
-
setTimeValue: (time: any, item: import("
|
|
21303
|
-
judgeTimeRange: (time: any, item: import("
|
|
21304
|
-
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("
|
|
21305
|
-
setDefaultCurrent: (compareItem: import("
|
|
21306
|
-
handleDefaultRimeRange: (time: any, item: import("
|
|
21307
|
-
judgeMinMaxDateIsSameDate: (item: import("
|
|
21301
|
+
judgeTimeBoundary: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
21302
|
+
setTimeValue: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
21303
|
+
judgeTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject | undefined;
|
|
21304
|
+
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("..\..\../es/src/types").AnyObject;
|
|
21305
|
+
setDefaultCurrent: (compareItem: import("..\..\../es/src/types").AnyObject, currTime: any) => void;
|
|
21306
|
+
handleDefaultRimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
21307
|
+
judgeMinMaxDateIsSameDate: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
21308
21308
|
handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
|
|
21309
|
-
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("
|
|
21309
|
+
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("..\..\../es/src/types").AnyObject) => {};
|
|
21310
21310
|
setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
|
|
21311
21311
|
NSelect: import("vue").DefineComponent<{
|
|
21312
21312
|
readonly to: {
|
|
@@ -22643,7 +22643,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22643
22643
|
}>;
|
|
22644
22644
|
SelectPage: import("vue").DefineComponent<{
|
|
22645
22645
|
searchPageConfig: {
|
|
22646
|
-
type: import("vue").PropType<import("
|
|
22646
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
22647
22647
|
default: () => {
|
|
22648
22648
|
page: number;
|
|
22649
22649
|
total: number;
|
|
@@ -22657,7 +22657,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22657
22657
|
}, {
|
|
22658
22658
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
22659
22659
|
searchPageConfig: {
|
|
22660
|
-
type: import("vue").PropType<import("
|
|
22660
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
22661
22661
|
default: () => {
|
|
22662
22662
|
page: number;
|
|
22663
22663
|
total: number;
|
|
@@ -24075,7 +24075,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
24075
24075
|
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
24076
24076
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24077
24077
|
searchPageConfig: {
|
|
24078
|
-
type: import("vue").PropType<import("
|
|
24078
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
24079
24079
|
default: () => {
|
|
24080
24080
|
page: number;
|
|
24081
24081
|
total: number;
|
|
@@ -24087,7 +24087,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
24087
24087
|
default: () => void;
|
|
24088
24088
|
};
|
|
24089
24089
|
}>>, {
|
|
24090
|
-
searchPageConfig: import("
|
|
24090
|
+
searchPageConfig: import("..\..\../es/src/types").AnyObject;
|
|
24091
24091
|
handleSearchChangePage: Function;
|
|
24092
24092
|
}>;
|
|
24093
24093
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -24303,7 +24303,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
24303
24303
|
cascaderInitLabel: import("vue").Ref<boolean>;
|
|
24304
24304
|
defList: import("vue").Ref<any[]>;
|
|
24305
24305
|
panelOpen: import("vue").Ref<boolean>;
|
|
24306
|
-
searchAddObj: import("vue").Ref<import("
|
|
24306
|
+
searchAddObj: import("vue").Ref<import("..\..\../es/src/types").AnyObject>;
|
|
24307
24307
|
searchPageConfig: import("vue").Ref<{
|
|
24308
24308
|
keyword: undefined;
|
|
24309
24309
|
isFetching: boolean;
|
|
@@ -24385,25 +24385,25 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
24385
24385
|
handleCascaderTracher: () => void;
|
|
24386
24386
|
handleSearchBlur: () => void;
|
|
24387
24387
|
curMultipleSelected: import("vue").Ref<any[]>;
|
|
24388
|
-
formTable: import("
|
|
24388
|
+
formTable: import("..\..\../es/src/types").AnyObject;
|
|
24389
24389
|
hasErr: import("vue").ComputedRef<any>;
|
|
24390
|
-
handleGetJsonStr: (str: string | import("
|
|
24391
|
-
handleSetFieldsValue: (setObj?: import("
|
|
24390
|
+
handleGetJsonStr: (str: string | import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject;
|
|
24391
|
+
handleSetFieldsValue: (setObj?: import("..\..\../es/src/types").AnyObject, target?: any) => void;
|
|
24392
24392
|
handleGetUniqueKey: (id: string) => any;
|
|
24393
24393
|
handleSysParams: (str: string) => string;
|
|
24394
24394
|
defaultInit: () => void;
|
|
24395
|
-
handleTableBlur: (e?: import("
|
|
24395
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
24396
24396
|
handleFormParams: (str: string) => string;
|
|
24397
|
-
radioColor: () => (p: import("
|
|
24398
|
-
handleGetAgeUnit: (ageInfo?: import("
|
|
24399
|
-
handleAgeToBirthDay: (val: number, f: string, item: import("
|
|
24400
|
-
changeAgeSelect: (val: string, item: import("
|
|
24401
|
-
handlerSetIdCarInfoValidate: (value: any, item: import("
|
|
24397
|
+
radioColor: () => (p: import("..\..\../es/src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
|
|
24398
|
+
handleGetAgeUnit: (ageInfo?: import("..\..\../es/src/types").AnyObject) => string | undefined;
|
|
24399
|
+
handleAgeToBirthDay: (val: number, f: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
24400
|
+
changeAgeSelect: (val: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
24401
|
+
handlerSetIdCarInfoValidate: (value: any, item: import("..\..\../es/src/types").AnyObject, callback: import("..\..\../es/src/types").Func<any[], any>) => void;
|
|
24402
24402
|
getInputCheck: (validate?: string | undefined) => {
|
|
24403
24403
|
pattern: RegExp;
|
|
24404
24404
|
message: string;
|
|
24405
24405
|
} | undefined;
|
|
24406
|
-
getCustomRegular: (item: import("
|
|
24406
|
+
getCustomRegular: (item: import("..\..\../es/src/types").AnyObject) => {
|
|
24407
24407
|
pattern: RegExp;
|
|
24408
24408
|
message: any;
|
|
24409
24409
|
} | null;
|
|
@@ -24413,27 +24413,27 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
24413
24413
|
checkMultipleChoice: import("./src/types").ValidateFunc;
|
|
24414
24414
|
checkLength: import("./src/types").ValidateFunc;
|
|
24415
24415
|
checkinputBlank: import("./src/types").ValidateFunc;
|
|
24416
|
-
handlerGetDateType: (data: import("
|
|
24416
|
+
handlerGetDateType: (data: import("..\..\../es/src/types").AnyObject) => any;
|
|
24417
24417
|
checkSearchCascade: import("./src/types").ValidateFunc;
|
|
24418
24418
|
checkMultipleTree: import("./src/types").ValidateFunc;
|
|
24419
|
-
handleDateClearBtn: (v: any, item: import("
|
|
24420
|
-
handleStartDateEndDate: (item: import("
|
|
24421
|
-
showTimePanel: (item: import("
|
|
24419
|
+
handleDateClearBtn: (v: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
24420
|
+
handleStartDateEndDate: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
24421
|
+
showTimePanel: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
24422
24422
|
momentLib: (date_format: string) => any;
|
|
24423
|
-
judgeTimeBoundary: (time: any, item: import("
|
|
24424
|
-
setTimeValue: (time: any, item: import("
|
|
24425
|
-
judgeTimeRange: (time: any, item: import("
|
|
24426
|
-
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("
|
|
24427
|
-
setDefaultCurrent: (compareItem: import("
|
|
24428
|
-
handleDefaultRimeRange: (time: any, item: import("
|
|
24429
|
-
judgeMinMaxDateIsSameDate: (item: import("
|
|
24423
|
+
judgeTimeBoundary: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
24424
|
+
setTimeValue: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
24425
|
+
judgeTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject | undefined;
|
|
24426
|
+
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("..\..\../es/src/types").AnyObject;
|
|
24427
|
+
setDefaultCurrent: (compareItem: import("..\..\../es/src/types").AnyObject, currTime: any) => void;
|
|
24428
|
+
handleDefaultRimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
24429
|
+
judgeMinMaxDateIsSameDate: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
24430
24430
|
handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
|
|
24431
|
-
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("
|
|
24431
|
+
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("..\..\../es/src/types").AnyObject) => {};
|
|
24432
24432
|
setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
|
|
24433
24433
|
showCom: import("vue").ComputedRef<any>;
|
|
24434
24434
|
SelectPage: import("vue").DefineComponent<{
|
|
24435
24435
|
searchPageConfig: {
|
|
24436
|
-
type: import("vue").PropType<import("
|
|
24436
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
24437
24437
|
default: () => {
|
|
24438
24438
|
page: number;
|
|
24439
24439
|
total: number;
|
|
@@ -24447,7 +24447,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
24447
24447
|
}, {
|
|
24448
24448
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
24449
24449
|
searchPageConfig: {
|
|
24450
|
-
type: import("vue").PropType<import("
|
|
24450
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
24451
24451
|
default: () => {
|
|
24452
24452
|
page: number;
|
|
24453
24453
|
total: number;
|
|
@@ -25865,7 +25865,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
25865
25865
|
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
25866
25866
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25867
25867
|
searchPageConfig: {
|
|
25868
|
-
type: import("vue").PropType<import("
|
|
25868
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
25869
25869
|
default: () => {
|
|
25870
25870
|
page: number;
|
|
25871
25871
|
total: number;
|
|
@@ -25877,7 +25877,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
25877
25877
|
default: () => void;
|
|
25878
25878
|
};
|
|
25879
25879
|
}>>, {
|
|
25880
|
-
searchPageConfig: import("
|
|
25880
|
+
searchPageConfig: import("..\..\../es/src/types").AnyObject;
|
|
25881
25881
|
handleSearchChangePage: Function;
|
|
25882
25882
|
}>;
|
|
25883
25883
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -25967,7 +25967,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
25967
25967
|
default: () => {};
|
|
25968
25968
|
};
|
|
25969
25969
|
dbParams: {
|
|
25970
|
-
type: import("vue").PropType<import("
|
|
25970
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
25971
25971
|
};
|
|
25972
25972
|
row: {
|
|
25973
25973
|
type: import("./src/types").PropObject;
|
|
@@ -26000,7 +26000,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26000
26000
|
type: BooleanConstructor;
|
|
26001
26001
|
default: boolean;
|
|
26002
26002
|
};
|
|
26003
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
26003
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
26004
26004
|
}, {
|
|
26005
26005
|
$message: import("naive-ui").MessageApi;
|
|
26006
26006
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -26021,7 +26021,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26021
26021
|
default: () => {};
|
|
26022
26022
|
};
|
|
26023
26023
|
dbParams: {
|
|
26024
|
-
type: import("vue").PropType<import("
|
|
26024
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
26025
26025
|
};
|
|
26026
26026
|
row: {
|
|
26027
26027
|
type: import("./src/types").PropObject;
|
|
@@ -26054,7 +26054,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26054
26054
|
type: BooleanConstructor;
|
|
26055
26055
|
default: boolean;
|
|
26056
26056
|
};
|
|
26057
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
26057
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
26058
26058
|
}>> & {
|
|
26059
26059
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
26060
26060
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -26063,25 +26063,25 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26063
26063
|
}>>;
|
|
26064
26064
|
emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
|
|
26065
26065
|
$t: () => void;
|
|
26066
|
-
formTable: import("
|
|
26066
|
+
formTable: import("..\..\../es/src/types").AnyObject;
|
|
26067
26067
|
hasErr: import("vue").ComputedRef<any>;
|
|
26068
|
-
handleGetJsonStr: (str: string | import("
|
|
26069
|
-
handleSetFieldsValue: (setObj?: import("
|
|
26068
|
+
handleGetJsonStr: (str: string | import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject;
|
|
26069
|
+
handleSetFieldsValue: (setObj?: import("..\..\../es/src/types").AnyObject, target?: any) => void;
|
|
26070
26070
|
handleGetUniqueKey: (id: string) => any;
|
|
26071
26071
|
handleSysParams: (str: string) => string;
|
|
26072
26072
|
defaultInit: () => void;
|
|
26073
|
-
handleTableBlur: (e?: import("
|
|
26073
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
26074
26074
|
handleFormParams: (str: string) => string;
|
|
26075
|
-
radioColor: () => (p: import("
|
|
26076
|
-
handleGetAgeUnit: (ageInfo?: import("
|
|
26077
|
-
handleAgeToBirthDay: (val: number, f: string, item: import("
|
|
26078
|
-
changeAgeSelect: (val: string, item: import("
|
|
26079
|
-
handlerSetIdCarInfoValidate: (value: any, item: import("
|
|
26075
|
+
radioColor: () => (p: import("..\..\../es/src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
|
|
26076
|
+
handleGetAgeUnit: (ageInfo?: import("..\..\../es/src/types").AnyObject) => string | undefined;
|
|
26077
|
+
handleAgeToBirthDay: (val: number, f: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
26078
|
+
changeAgeSelect: (val: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
26079
|
+
handlerSetIdCarInfoValidate: (value: any, item: import("..\..\../es/src/types").AnyObject, callback: import("..\..\../es/src/types").Func<any[], any>) => void;
|
|
26080
26080
|
getInputCheck: (validate?: string | undefined) => {
|
|
26081
26081
|
pattern: RegExp;
|
|
26082
26082
|
message: string;
|
|
26083
26083
|
} | undefined;
|
|
26084
|
-
getCustomRegular: (item: import("
|
|
26084
|
+
getCustomRegular: (item: import("..\..\../es/src/types").AnyObject) => {
|
|
26085
26085
|
pattern: RegExp;
|
|
26086
26086
|
message: any;
|
|
26087
26087
|
} | null;
|
|
@@ -26093,19 +26093,19 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26093
26093
|
checkinputBlank: import("./src/types").ValidateFunc;
|
|
26094
26094
|
checkSearchCascade: import("./src/types").ValidateFunc;
|
|
26095
26095
|
checkMultipleTree: import("./src/types").ValidateFunc;
|
|
26096
|
-
handleDateClearBtn: (v: any, item: import("
|
|
26097
|
-
handleStartDateEndDate: (item: import("
|
|
26098
|
-
showTimePanel: (item: import("
|
|
26096
|
+
handleDateClearBtn: (v: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
26097
|
+
handleStartDateEndDate: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
26098
|
+
showTimePanel: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
26099
26099
|
momentLib: (date_format: string) => any;
|
|
26100
|
-
judgeTimeBoundary: (time: any, item: import("
|
|
26101
|
-
setTimeValue: (time: any, item: import("
|
|
26102
|
-
judgeTimeRange: (time: any, item: import("
|
|
26103
|
-
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("
|
|
26104
|
-
setDefaultCurrent: (compareItem: import("
|
|
26105
|
-
handleDefaultRimeRange: (time: any, item: import("
|
|
26106
|
-
judgeMinMaxDateIsSameDate: (item: import("
|
|
26100
|
+
judgeTimeBoundary: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
26101
|
+
setTimeValue: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
26102
|
+
judgeTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject | undefined;
|
|
26103
|
+
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("..\..\../es/src/types").AnyObject;
|
|
26104
|
+
setDefaultCurrent: (compareItem: import("..\..\../es/src/types").AnyObject, currTime: any) => void;
|
|
26105
|
+
handleDefaultRimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
26106
|
+
judgeMinMaxDateIsSameDate: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
26107
26107
|
handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
|
|
26108
|
-
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("
|
|
26108
|
+
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("..\..\../es/src/types").AnyObject) => {};
|
|
26109
26109
|
setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
|
|
26110
26110
|
open: import("vue").Ref<boolean>;
|
|
26111
26111
|
isMultiple: import("vue").ComputedRef<boolean>;
|
|
@@ -27460,7 +27460,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27460
27460
|
default: () => {};
|
|
27461
27461
|
};
|
|
27462
27462
|
dbParams: {
|
|
27463
|
-
type: import("vue").PropType<import("
|
|
27463
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
27464
27464
|
};
|
|
27465
27465
|
row: {
|
|
27466
27466
|
type: import("./src/types").PropObject;
|
|
@@ -27493,22 +27493,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27493
27493
|
type: BooleanConstructor;
|
|
27494
27494
|
default: boolean;
|
|
27495
27495
|
};
|
|
27496
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
27496
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
27497
27497
|
}>> & {
|
|
27498
27498
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
27499
27499
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
27500
27500
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
27501
27501
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
27502
27502
|
}, {
|
|
27503
|
-
styleSetting: import("
|
|
27504
|
-
userInfo: import("
|
|
27505
|
-
cacheUniqueKey: import("
|
|
27506
|
-
row: import("
|
|
27507
|
-
defaultValue: import("
|
|
27503
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
27504
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
27505
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
27506
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
27507
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
27508
27508
|
isDetail: boolean;
|
|
27509
|
-
item: import("
|
|
27510
|
-
formType: import("
|
|
27511
|
-
mainForm: import("
|
|
27509
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
27510
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
27511
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
27512
27512
|
defaultFieldList: any[];
|
|
27513
27513
|
}>;
|
|
27514
27514
|
tableSelectMultiple: import("vue").DefineComponent<{
|
|
@@ -27529,7 +27529,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27529
27529
|
default: () => {};
|
|
27530
27530
|
};
|
|
27531
27531
|
dbParams: {
|
|
27532
|
-
type: import("vue").PropType<import("
|
|
27532
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
27533
27533
|
};
|
|
27534
27534
|
row: {
|
|
27535
27535
|
type: import("./src/types").PropObject;
|
|
@@ -27562,7 +27562,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27562
27562
|
type: BooleanConstructor;
|
|
27563
27563
|
default: boolean;
|
|
27564
27564
|
};
|
|
27565
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
27565
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
27566
27566
|
}, {
|
|
27567
27567
|
$message: import("naive-ui").MessageApi;
|
|
27568
27568
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -27583,7 +27583,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27583
27583
|
default: () => {};
|
|
27584
27584
|
};
|
|
27585
27585
|
dbParams: {
|
|
27586
|
-
type: import("vue").PropType<import("
|
|
27586
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
27587
27587
|
};
|
|
27588
27588
|
row: {
|
|
27589
27589
|
type: import("./src/types").PropObject;
|
|
@@ -27616,7 +27616,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27616
27616
|
type: BooleanConstructor;
|
|
27617
27617
|
default: boolean;
|
|
27618
27618
|
};
|
|
27619
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
27619
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
27620
27620
|
}>> & {
|
|
27621
27621
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
27622
27622
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -27625,25 +27625,25 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27625
27625
|
}>>;
|
|
27626
27626
|
emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
|
|
27627
27627
|
$t: () => void;
|
|
27628
|
-
formTable: import("
|
|
27628
|
+
formTable: import("..\..\../es/src/types").AnyObject;
|
|
27629
27629
|
hasErr: import("vue").ComputedRef<any>;
|
|
27630
|
-
handleGetJsonStr: (str: string | import("
|
|
27631
|
-
handleSetFieldsValue: (setObj?: import("
|
|
27630
|
+
handleGetJsonStr: (str: string | import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject;
|
|
27631
|
+
handleSetFieldsValue: (setObj?: import("..\..\../es/src/types").AnyObject, target?: any) => void;
|
|
27632
27632
|
handleGetUniqueKey: (id: string) => any;
|
|
27633
27633
|
handleSysParams: (str: string) => string;
|
|
27634
27634
|
defaultInit: () => void;
|
|
27635
|
-
handleTableBlur: (e?: import("
|
|
27635
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
27636
27636
|
handleFormParams: (str: string) => string;
|
|
27637
|
-
radioColor: () => (p: import("
|
|
27638
|
-
handleGetAgeUnit: (ageInfo?: import("
|
|
27639
|
-
handleAgeToBirthDay: (val: number, f: string, item: import("
|
|
27640
|
-
changeAgeSelect: (val: string, item: import("
|
|
27641
|
-
handlerSetIdCarInfoValidate: (value: any, item: import("
|
|
27637
|
+
radioColor: () => (p: import("..\..\../es/src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
|
|
27638
|
+
handleGetAgeUnit: (ageInfo?: import("..\..\../es/src/types").AnyObject) => string | undefined;
|
|
27639
|
+
handleAgeToBirthDay: (val: number, f: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
27640
|
+
changeAgeSelect: (val: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
27641
|
+
handlerSetIdCarInfoValidate: (value: any, item: import("..\..\../es/src/types").AnyObject, callback: import("..\..\../es/src/types").Func<any[], any>) => void;
|
|
27642
27642
|
getInputCheck: (validate?: string | undefined) => {
|
|
27643
27643
|
pattern: RegExp;
|
|
27644
27644
|
message: string;
|
|
27645
27645
|
} | undefined;
|
|
27646
|
-
getCustomRegular: (item: import("
|
|
27646
|
+
getCustomRegular: (item: import("..\..\../es/src/types").AnyObject) => {
|
|
27647
27647
|
pattern: RegExp;
|
|
27648
27648
|
message: any;
|
|
27649
27649
|
} | null;
|
|
@@ -27655,23 +27655,23 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27655
27655
|
checkinputBlank: import("./src/types").ValidateFunc;
|
|
27656
27656
|
checkSearchCascade: import("./src/types").ValidateFunc;
|
|
27657
27657
|
checkMultipleTree: import("./src/types").ValidateFunc;
|
|
27658
|
-
handleDateClearBtn: (v: any, item: import("
|
|
27659
|
-
handleStartDateEndDate: (item: import("
|
|
27660
|
-
showTimePanel: (item: import("
|
|
27658
|
+
handleDateClearBtn: (v: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
27659
|
+
handleStartDateEndDate: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
27660
|
+
showTimePanel: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
27661
27661
|
momentLib: (date_format: string) => any;
|
|
27662
|
-
judgeTimeBoundary: (time: any, item: import("
|
|
27663
|
-
setTimeValue: (time: any, item: import("
|
|
27664
|
-
judgeTimeRange: (time: any, item: import("
|
|
27665
|
-
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("
|
|
27666
|
-
setDefaultCurrent: (compareItem: import("
|
|
27667
|
-
handleDefaultRimeRange: (time: any, item: import("
|
|
27668
|
-
judgeMinMaxDateIsSameDate: (item: import("
|
|
27662
|
+
judgeTimeBoundary: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
27663
|
+
setTimeValue: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
27664
|
+
judgeTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject | undefined;
|
|
27665
|
+
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("..\..\../es/src/types").AnyObject;
|
|
27666
|
+
setDefaultCurrent: (compareItem: import("..\..\../es/src/types").AnyObject, currTime: any) => void;
|
|
27667
|
+
handleDefaultRimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
27668
|
+
judgeMinMaxDateIsSameDate: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
27669
27669
|
handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
|
|
27670
|
-
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("
|
|
27670
|
+
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("..\..\../es/src/types").AnyObject) => {};
|
|
27671
27671
|
setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
|
|
27672
27672
|
open: import("vue").Ref<boolean>;
|
|
27673
27673
|
showCom: import("vue").ComputedRef<any>;
|
|
27674
|
-
filterOption: (inputValue: string, option: import("
|
|
27674
|
+
filterOption: (inputValue: string, option: import("..\..\../es/src/types").AnyObject) => boolean | undefined;
|
|
27675
27675
|
NSelect: import("vue").DefineComponent<{
|
|
27676
27676
|
readonly to: {
|
|
27677
27677
|
type: import("vue").PropType<string | boolean | HTMLElement>;
|
|
@@ -29023,7 +29023,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29023
29023
|
default: () => {};
|
|
29024
29024
|
};
|
|
29025
29025
|
dbParams: {
|
|
29026
|
-
type: import("vue").PropType<import("
|
|
29026
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
29027
29027
|
};
|
|
29028
29028
|
row: {
|
|
29029
29029
|
type: import("./src/types").PropObject;
|
|
@@ -29056,22 +29056,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29056
29056
|
type: BooleanConstructor;
|
|
29057
29057
|
default: boolean;
|
|
29058
29058
|
};
|
|
29059
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
29059
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
29060
29060
|
}>> & {
|
|
29061
29061
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
29062
29062
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
29063
29063
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
29064
29064
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
29065
29065
|
}, {
|
|
29066
|
-
styleSetting: import("
|
|
29067
|
-
userInfo: import("
|
|
29068
|
-
cacheUniqueKey: import("
|
|
29069
|
-
row: import("
|
|
29070
|
-
defaultValue: import("
|
|
29066
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
29067
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
29068
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
29069
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
29070
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
29071
29071
|
isDetail: boolean;
|
|
29072
|
-
item: import("
|
|
29073
|
-
formType: import("
|
|
29074
|
-
mainForm: import("
|
|
29072
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
29073
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
29074
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
29075
29075
|
defaultFieldList: any[];
|
|
29076
29076
|
}>;
|
|
29077
29077
|
tableTextarea: import("vue").DefineComponent<{
|
|
@@ -29092,7 +29092,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29092
29092
|
default: () => {};
|
|
29093
29093
|
};
|
|
29094
29094
|
dbParams: {
|
|
29095
|
-
type: import("vue").PropType<import("
|
|
29095
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
29096
29096
|
};
|
|
29097
29097
|
row: {
|
|
29098
29098
|
type: import("./src/types").PropObject;
|
|
@@ -29125,7 +29125,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29125
29125
|
type: BooleanConstructor;
|
|
29126
29126
|
default: boolean;
|
|
29127
29127
|
};
|
|
29128
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
29128
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
29129
29129
|
}, {
|
|
29130
29130
|
$message: import("naive-ui").MessageApi;
|
|
29131
29131
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -29146,7 +29146,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29146
29146
|
default: () => {};
|
|
29147
29147
|
};
|
|
29148
29148
|
dbParams: {
|
|
29149
|
-
type: import("vue").PropType<import("
|
|
29149
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
29150
29150
|
};
|
|
29151
29151
|
row: {
|
|
29152
29152
|
type: import("./src/types").PropObject;
|
|
@@ -29179,7 +29179,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29179
29179
|
type: BooleanConstructor;
|
|
29180
29180
|
default: boolean;
|
|
29181
29181
|
};
|
|
29182
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
29182
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
29183
29183
|
}>> & {
|
|
29184
29184
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
29185
29185
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -29188,25 +29188,25 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29188
29188
|
}>>;
|
|
29189
29189
|
emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
|
|
29190
29190
|
$t: () => void;
|
|
29191
|
-
formTable: import("
|
|
29191
|
+
formTable: import("..\..\../es/src/types").AnyObject;
|
|
29192
29192
|
hasErr: import("vue").ComputedRef<any>;
|
|
29193
|
-
handleGetJsonStr: (str: string | import("
|
|
29194
|
-
handleSetFieldsValue: (setObj?: import("
|
|
29193
|
+
handleGetJsonStr: (str: string | import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject;
|
|
29194
|
+
handleSetFieldsValue: (setObj?: import("..\..\../es/src/types").AnyObject, target?: any) => void;
|
|
29195
29195
|
handleGetUniqueKey: (id: string) => any;
|
|
29196
29196
|
handleSysParams: (str: string) => string;
|
|
29197
29197
|
defaultInit: () => void;
|
|
29198
|
-
handleTableBlur: (e?: import("
|
|
29198
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
29199
29199
|
handleFormParams: (str: string) => string;
|
|
29200
|
-
radioColor: () => (p: import("
|
|
29201
|
-
handleGetAgeUnit: (ageInfo?: import("
|
|
29202
|
-
handleAgeToBirthDay: (val: number, f: string, item: import("
|
|
29203
|
-
changeAgeSelect: (val: string, item: import("
|
|
29204
|
-
handlerSetIdCarInfoValidate: (value: any, item: import("
|
|
29200
|
+
radioColor: () => (p: import("..\..\../es/src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
|
|
29201
|
+
handleGetAgeUnit: (ageInfo?: import("..\..\../es/src/types").AnyObject) => string | undefined;
|
|
29202
|
+
handleAgeToBirthDay: (val: number, f: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
29203
|
+
changeAgeSelect: (val: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
29204
|
+
handlerSetIdCarInfoValidate: (value: any, item: import("..\..\../es/src/types").AnyObject, callback: import("..\..\../es/src/types").Func<any[], any>) => void;
|
|
29205
29205
|
getInputCheck: (validate?: string | undefined) => {
|
|
29206
29206
|
pattern: RegExp;
|
|
29207
29207
|
message: string;
|
|
29208
29208
|
} | undefined;
|
|
29209
|
-
getCustomRegular: (item: import("
|
|
29209
|
+
getCustomRegular: (item: import("..\..\../es/src/types").AnyObject) => {
|
|
29210
29210
|
pattern: RegExp;
|
|
29211
29211
|
message: any;
|
|
29212
29212
|
} | null;
|
|
@@ -29218,19 +29218,19 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29218
29218
|
checkinputBlank: import("./src/types").ValidateFunc;
|
|
29219
29219
|
checkSearchCascade: import("./src/types").ValidateFunc;
|
|
29220
29220
|
checkMultipleTree: import("./src/types").ValidateFunc;
|
|
29221
|
-
handleDateClearBtn: (v: any, item: import("
|
|
29222
|
-
handleStartDateEndDate: (item: import("
|
|
29223
|
-
showTimePanel: (item: import("
|
|
29221
|
+
handleDateClearBtn: (v: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
29222
|
+
handleStartDateEndDate: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
29223
|
+
showTimePanel: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
29224
29224
|
momentLib: (date_format: string) => any;
|
|
29225
|
-
judgeTimeBoundary: (time: any, item: import("
|
|
29226
|
-
setTimeValue: (time: any, item: import("
|
|
29227
|
-
judgeTimeRange: (time: any, item: import("
|
|
29228
|
-
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("
|
|
29229
|
-
setDefaultCurrent: (compareItem: import("
|
|
29230
|
-
handleDefaultRimeRange: (time: any, item: import("
|
|
29231
|
-
judgeMinMaxDateIsSameDate: (item: import("
|
|
29225
|
+
judgeTimeBoundary: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
29226
|
+
setTimeValue: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
29227
|
+
judgeTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject | undefined;
|
|
29228
|
+
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("..\..\../es/src/types").AnyObject;
|
|
29229
|
+
setDefaultCurrent: (compareItem: import("..\..\../es/src/types").AnyObject, currTime: any) => void;
|
|
29230
|
+
handleDefaultRimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
29231
|
+
judgeMinMaxDateIsSameDate: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
29232
29232
|
handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
|
|
29233
|
-
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("
|
|
29233
|
+
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("..\..\../es/src/types").AnyObject) => {};
|
|
29234
29234
|
setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
|
|
29235
29235
|
maxLength: import("vue").ComputedRef<number>;
|
|
29236
29236
|
handlerFormatTextarea: (value: any) => any;
|
|
@@ -30664,7 +30664,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30664
30664
|
default: () => {};
|
|
30665
30665
|
};
|
|
30666
30666
|
dbParams: {
|
|
30667
|
-
type: import("vue").PropType<import("
|
|
30667
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
30668
30668
|
};
|
|
30669
30669
|
row: {
|
|
30670
30670
|
type: import("./src/types").PropObject;
|
|
@@ -30697,22 +30697,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30697
30697
|
type: BooleanConstructor;
|
|
30698
30698
|
default: boolean;
|
|
30699
30699
|
};
|
|
30700
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
30700
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
30701
30701
|
}>> & {
|
|
30702
30702
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
30703
30703
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
30704
30704
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
30705
30705
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
30706
30706
|
}, {
|
|
30707
|
-
styleSetting: import("
|
|
30708
|
-
userInfo: import("
|
|
30709
|
-
cacheUniqueKey: import("
|
|
30710
|
-
row: import("
|
|
30711
|
-
defaultValue: import("
|
|
30707
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
30708
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
30709
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
30710
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
30711
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
30712
30712
|
isDetail: boolean;
|
|
30713
|
-
item: import("
|
|
30714
|
-
formType: import("
|
|
30715
|
-
mainForm: import("
|
|
30713
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
30714
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
30715
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
30716
30716
|
defaultFieldList: any[];
|
|
30717
30717
|
}>;
|
|
30718
30718
|
tableTimePicker: import("vue").DefineComponent<{
|
|
@@ -30733,7 +30733,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30733
30733
|
default: () => {};
|
|
30734
30734
|
};
|
|
30735
30735
|
dbParams: {
|
|
30736
|
-
type: import("vue").PropType<import("
|
|
30736
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
30737
30737
|
};
|
|
30738
30738
|
row: {
|
|
30739
30739
|
type: import("./src/types").PropObject;
|
|
@@ -30766,21 +30766,21 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30766
30766
|
type: BooleanConstructor;
|
|
30767
30767
|
default: boolean;
|
|
30768
30768
|
};
|
|
30769
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
30769
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
30770
30770
|
}, {
|
|
30771
30771
|
open: import("vue").Ref<boolean>;
|
|
30772
|
-
disabledDatePicker: (current: any, item: import("
|
|
30773
|
-
disabledTimePicker: (current: any, item: import("
|
|
30772
|
+
disabledDatePicker: (current: any, item: import("..\..\../es/src/types").AnyObject) => any;
|
|
30773
|
+
disabledTimePicker: (current: any, item: import("..\..\../es/src/types").AnyObject) => {
|
|
30774
30774
|
disabledHours: () => never[];
|
|
30775
30775
|
disabledMinutes: () => never[];
|
|
30776
30776
|
disabledSeconds: () => never[];
|
|
30777
30777
|
} | undefined;
|
|
30778
|
-
openTimeChange: (open: any, item: import("
|
|
30779
|
-
disabledHours: (item: import("
|
|
30780
|
-
disabledMethodTimeRange: (item: import("
|
|
30781
|
-
handleCompareTimeRange: (time: any, item: import("
|
|
30778
|
+
openTimeChange: (open: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
30779
|
+
disabledHours: (item: import("..\..\../es/src/types").AnyObject, type: string) => (() => never[]) | undefined;
|
|
30780
|
+
disabledMethodTimeRange: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
30781
|
+
handleCompareTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject, type: string) => {};
|
|
30782
30782
|
range: (start: number, end: number) => never[];
|
|
30783
|
-
openDateChange: (open: any, item: import("
|
|
30783
|
+
openDateChange: (open: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
30784
30784
|
$message: import("naive-ui").MessageApi;
|
|
30785
30785
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
30786
30786
|
mainForm: {
|
|
@@ -30800,7 +30800,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30800
30800
|
default: () => {};
|
|
30801
30801
|
};
|
|
30802
30802
|
dbParams: {
|
|
30803
|
-
type: import("vue").PropType<import("
|
|
30803
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
30804
30804
|
};
|
|
30805
30805
|
row: {
|
|
30806
30806
|
type: import("./src/types").PropObject;
|
|
@@ -30833,7 +30833,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30833
30833
|
type: BooleanConstructor;
|
|
30834
30834
|
default: boolean;
|
|
30835
30835
|
};
|
|
30836
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
30836
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
30837
30837
|
}>> & {
|
|
30838
30838
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
30839
30839
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -30842,26 +30842,26 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30842
30842
|
}>>;
|
|
30843
30843
|
emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
|
|
30844
30844
|
$t: () => void;
|
|
30845
|
-
formTable: import("
|
|
30846
|
-
handlerGetDateType: (data: import("
|
|
30845
|
+
formTable: import("..\..\../es/src/types").AnyObject;
|
|
30846
|
+
handlerGetDateType: (data: import("..\..\../es/src/types").AnyObject) => any;
|
|
30847
30847
|
hasErr: import("vue").ComputedRef<any>;
|
|
30848
|
-
handleGetJsonStr: (str: string | import("
|
|
30849
|
-
handleSetFieldsValue: (setObj?: import("
|
|
30848
|
+
handleGetJsonStr: (str: string | import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject;
|
|
30849
|
+
handleSetFieldsValue: (setObj?: import("..\..\../es/src/types").AnyObject, target?: any) => void;
|
|
30850
30850
|
handleGetUniqueKey: (id: string) => any;
|
|
30851
30851
|
handleSysParams: (str: string) => string;
|
|
30852
30852
|
defaultInit: () => void;
|
|
30853
|
-
handleTableBlur: (e?: import("
|
|
30853
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
30854
30854
|
handleFormParams: (str: string) => string;
|
|
30855
|
-
radioColor: () => (p: import("
|
|
30856
|
-
handleGetAgeUnit: (ageInfo?: import("
|
|
30857
|
-
handleAgeToBirthDay: (val: number, f: string, item: import("
|
|
30858
|
-
changeAgeSelect: (val: string, item: import("
|
|
30859
|
-
handlerSetIdCarInfoValidate: (value: any, item: import("
|
|
30855
|
+
radioColor: () => (p: import("..\..\../es/src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
|
|
30856
|
+
handleGetAgeUnit: (ageInfo?: import("..\..\../es/src/types").AnyObject) => string | undefined;
|
|
30857
|
+
handleAgeToBirthDay: (val: number, f: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
30858
|
+
changeAgeSelect: (val: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
30859
|
+
handlerSetIdCarInfoValidate: (value: any, item: import("..\..\../es/src/types").AnyObject, callback: import("..\..\../es/src/types").Func<any[], any>) => void;
|
|
30860
30860
|
getInputCheck: (validate?: string | undefined) => {
|
|
30861
30861
|
pattern: RegExp;
|
|
30862
30862
|
message: string;
|
|
30863
30863
|
} | undefined;
|
|
30864
|
-
getCustomRegular: (item: import("
|
|
30864
|
+
getCustomRegular: (item: import("..\..\../es/src/types").AnyObject) => {
|
|
30865
30865
|
pattern: RegExp;
|
|
30866
30866
|
message: any;
|
|
30867
30867
|
} | null;
|
|
@@ -30873,19 +30873,19 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30873
30873
|
checkinputBlank: import("./src/types").ValidateFunc;
|
|
30874
30874
|
checkSearchCascade: import("./src/types").ValidateFunc;
|
|
30875
30875
|
checkMultipleTree: import("./src/types").ValidateFunc;
|
|
30876
|
-
handleDateClearBtn: (v: any, item: import("
|
|
30877
|
-
handleStartDateEndDate: (item: import("
|
|
30878
|
-
showTimePanel: (item: import("
|
|
30876
|
+
handleDateClearBtn: (v: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
30877
|
+
handleStartDateEndDate: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
30878
|
+
showTimePanel: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
30879
30879
|
momentLib: (date_format: string) => any;
|
|
30880
|
-
judgeTimeBoundary: (time: any, item: import("
|
|
30881
|
-
setTimeValue: (time: any, item: import("
|
|
30882
|
-
judgeTimeRange: (time: any, item: import("
|
|
30883
|
-
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("
|
|
30884
|
-
setDefaultCurrent: (compareItem: import("
|
|
30885
|
-
handleDefaultRimeRange: (time: any, item: import("
|
|
30886
|
-
judgeMinMaxDateIsSameDate: (item: import("
|
|
30880
|
+
judgeTimeBoundary: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
30881
|
+
setTimeValue: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
30882
|
+
judgeTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject | undefined;
|
|
30883
|
+
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("..\..\../es/src/types").AnyObject;
|
|
30884
|
+
setDefaultCurrent: (compareItem: import("..\..\../es/src/types").AnyObject, currTime: any) => void;
|
|
30885
|
+
handleDefaultRimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
30886
|
+
judgeMinMaxDateIsSameDate: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
30887
30887
|
handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
|
|
30888
|
-
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("
|
|
30888
|
+
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("..\..\../es/src/types").AnyObject) => {};
|
|
30889
30889
|
setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
|
|
30890
30890
|
NTimePicker: import("vue").DefineComponent<{
|
|
30891
30891
|
to: {
|
|
@@ -33334,7 +33334,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33334
33334
|
default: () => {};
|
|
33335
33335
|
};
|
|
33336
33336
|
dbParams: {
|
|
33337
|
-
type: import("vue").PropType<import("
|
|
33337
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
33338
33338
|
};
|
|
33339
33339
|
row: {
|
|
33340
33340
|
type: import("./src/types").PropObject;
|
|
@@ -33367,22 +33367,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33367
33367
|
type: BooleanConstructor;
|
|
33368
33368
|
default: boolean;
|
|
33369
33369
|
};
|
|
33370
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
33370
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
33371
33371
|
}>> & {
|
|
33372
33372
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
33373
33373
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
33374
33374
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
33375
33375
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
33376
33376
|
}, {
|
|
33377
|
-
styleSetting: import("
|
|
33378
|
-
userInfo: import("
|
|
33379
|
-
cacheUniqueKey: import("
|
|
33380
|
-
row: import("
|
|
33381
|
-
defaultValue: import("
|
|
33377
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
33378
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
33379
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
33380
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
33381
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
33382
33382
|
isDetail: boolean;
|
|
33383
|
-
item: import("
|
|
33384
|
-
formType: import("
|
|
33385
|
-
mainForm: import("
|
|
33383
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
33384
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
33385
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
33386
33386
|
defaultFieldList: any[];
|
|
33387
33387
|
}>;
|
|
33388
33388
|
tableTreeSelect: import("vue").DefineComponent<{
|
|
@@ -33403,7 +33403,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33403
33403
|
default: () => {};
|
|
33404
33404
|
};
|
|
33405
33405
|
dbParams: {
|
|
33406
|
-
type: import("vue").PropType<import("
|
|
33406
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
33407
33407
|
};
|
|
33408
33408
|
row: {
|
|
33409
33409
|
type: import("./src/types").PropObject;
|
|
@@ -33436,7 +33436,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33436
33436
|
type: BooleanConstructor;
|
|
33437
33437
|
default: boolean;
|
|
33438
33438
|
};
|
|
33439
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
33439
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
33440
33440
|
}, {
|
|
33441
33441
|
$message: import("naive-ui").MessageApi;
|
|
33442
33442
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -33457,7 +33457,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33457
33457
|
default: () => {};
|
|
33458
33458
|
};
|
|
33459
33459
|
dbParams: {
|
|
33460
|
-
type: import("vue").PropType<import("
|
|
33460
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
33461
33461
|
};
|
|
33462
33462
|
row: {
|
|
33463
33463
|
type: import("./src/types").PropObject;
|
|
@@ -33490,7 +33490,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33490
33490
|
type: BooleanConstructor;
|
|
33491
33491
|
default: boolean;
|
|
33492
33492
|
};
|
|
33493
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
33493
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
33494
33494
|
}>> & {
|
|
33495
33495
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
33496
33496
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -33501,7 +33501,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33501
33501
|
open: import("vue").Ref<boolean>;
|
|
33502
33502
|
wrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
33503
33503
|
refs: HTMLElement[];
|
|
33504
|
-
baseForm: import("vue").Ref<import("
|
|
33504
|
+
baseForm: import("vue").Ref<import("..\..\../es/src/types").AnyObject>;
|
|
33505
33505
|
curAddBtnItem: import("vue").Ref<any>;
|
|
33506
33506
|
dropdownHide: import("vue").Ref<boolean>;
|
|
33507
33507
|
$_handleTracherLog: () => void;
|
|
@@ -33520,7 +33520,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33520
33520
|
cascaderInitLabel: import("vue").Ref<boolean>;
|
|
33521
33521
|
defList: import("vue").Ref<any[]>;
|
|
33522
33522
|
panelOpen: import("vue").Ref<boolean>;
|
|
33523
|
-
searchAddObj: import("vue").Ref<import("
|
|
33523
|
+
searchAddObj: import("vue").Ref<import("..\..\../es/src/types").AnyObject>;
|
|
33524
33524
|
searchPageConfig: import("vue").Ref<{
|
|
33525
33525
|
keyword: undefined;
|
|
33526
33526
|
isFetching: boolean;
|
|
@@ -33601,25 +33601,25 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33601
33601
|
handleCascaderTracher: () => void;
|
|
33602
33602
|
handleSearchBlur: () => void;
|
|
33603
33603
|
curMultipleSelected: import("vue").Ref<any[]>;
|
|
33604
|
-
formTable: import("
|
|
33604
|
+
formTable: import("..\..\../es/src/types").AnyObject;
|
|
33605
33605
|
hasErr: import("vue").ComputedRef<any>;
|
|
33606
|
-
handleGetJsonStr: (str: string | import("
|
|
33607
|
-
handleSetFieldsValue: (setObj?: import("
|
|
33606
|
+
handleGetJsonStr: (str: string | import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject;
|
|
33607
|
+
handleSetFieldsValue: (setObj?: import("..\..\../es/src/types").AnyObject, target?: any) => void;
|
|
33608
33608
|
handleGetUniqueKey: (id: string) => any;
|
|
33609
33609
|
handleSysParams: (str: string) => string;
|
|
33610
33610
|
defaultInit: () => void;
|
|
33611
|
-
handleTableBlur: (e?: import("
|
|
33611
|
+
handleTableBlur: (e?: import("..\..\../es/src/types").AnyObject | undefined, config?: import("..\..\../es/src/types").AnyObject) => void;
|
|
33612
33612
|
handleFormParams: (str: string) => string;
|
|
33613
|
-
radioColor: () => (p: import("
|
|
33614
|
-
handleGetAgeUnit: (ageInfo?: import("
|
|
33615
|
-
handleAgeToBirthDay: (val: number, f: string, item: import("
|
|
33616
|
-
changeAgeSelect: (val: string, item: import("
|
|
33617
|
-
handlerSetIdCarInfoValidate: (value: any, item: import("
|
|
33613
|
+
radioColor: () => (p: import("..\..\../es/src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
|
|
33614
|
+
handleGetAgeUnit: (ageInfo?: import("..\..\../es/src/types").AnyObject) => string | undefined;
|
|
33615
|
+
handleAgeToBirthDay: (val: number, f: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
33616
|
+
changeAgeSelect: (val: string, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
33617
|
+
handlerSetIdCarInfoValidate: (value: any, item: import("..\..\../es/src/types").AnyObject, callback: import("..\..\../es/src/types").Func<any[], any>) => void;
|
|
33618
33618
|
getInputCheck: (validate?: string | undefined) => {
|
|
33619
33619
|
pattern: RegExp;
|
|
33620
33620
|
message: string;
|
|
33621
33621
|
} | undefined;
|
|
33622
|
-
getCustomRegular: (item: import("
|
|
33622
|
+
getCustomRegular: (item: import("..\..\../es/src/types").AnyObject) => {
|
|
33623
33623
|
pattern: RegExp;
|
|
33624
33624
|
message: any;
|
|
33625
33625
|
} | null;
|
|
@@ -33629,22 +33629,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33629
33629
|
checkMultipleChoice: import("./src/types").ValidateFunc;
|
|
33630
33630
|
checkLength: import("./src/types").ValidateFunc;
|
|
33631
33631
|
checkinputBlank: import("./src/types").ValidateFunc;
|
|
33632
|
-
handlerGetDateType: (data: import("
|
|
33632
|
+
handlerGetDateType: (data: import("..\..\../es/src/types").AnyObject) => any;
|
|
33633
33633
|
checkSearchCascade: import("./src/types").ValidateFunc;
|
|
33634
33634
|
checkMultipleTree: import("./src/types").ValidateFunc;
|
|
33635
|
-
handleDateClearBtn: (v: any, item: import("
|
|
33636
|
-
handleStartDateEndDate: (item: import("
|
|
33637
|
-
showTimePanel: (item: import("
|
|
33635
|
+
handleDateClearBtn: (v: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
33636
|
+
handleStartDateEndDate: (item: import("..\..\../es/src/types").AnyObject) => void;
|
|
33637
|
+
showTimePanel: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
33638
33638
|
momentLib: (date_format: string) => any;
|
|
33639
|
-
judgeTimeBoundary: (time: any, item: import("
|
|
33640
|
-
setTimeValue: (time: any, item: import("
|
|
33641
|
-
judgeTimeRange: (time: any, item: import("
|
|
33642
|
-
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("
|
|
33643
|
-
setDefaultCurrent: (compareItem: import("
|
|
33644
|
-
handleDefaultRimeRange: (time: any, item: import("
|
|
33645
|
-
judgeMinMaxDateIsSameDate: (item: import("
|
|
33639
|
+
judgeTimeBoundary: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
33640
|
+
setTimeValue: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
33641
|
+
judgeTimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => import("..\..\../es/src/types").AnyObject | undefined;
|
|
33642
|
+
isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("..\..\../es/src/types").AnyObject;
|
|
33643
|
+
setDefaultCurrent: (compareItem: import("..\..\../es/src/types").AnyObject, currTime: any) => void;
|
|
33644
|
+
handleDefaultRimeRange: (time: any, item: import("..\..\../es/src/types").AnyObject) => void;
|
|
33645
|
+
judgeMinMaxDateIsSameDate: (item: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
33646
33646
|
handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
|
|
33647
|
-
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("
|
|
33647
|
+
changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("..\..\../es/src/types").AnyObject) => {};
|
|
33648
33648
|
setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
|
|
33649
33649
|
treeData: import("vue").Ref<{
|
|
33650
33650
|
value: string;
|
|
@@ -33659,7 +33659,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33659
33659
|
handleInitTreeData: (list: any, v: any) => void;
|
|
33660
33660
|
hanldeSetTreeDef: () => void;
|
|
33661
33661
|
treeSelect: (key: any, vnode: any) => void;
|
|
33662
|
-
filter: (pattern: string, option: import("
|
|
33662
|
+
filter: (pattern: string, option: import("..\..\../es/src/types").AnyObject) => boolean;
|
|
33663
33663
|
NTreeSelect: import("vue").DefineComponent<{
|
|
33664
33664
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33665
33665
|
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
@@ -35227,7 +35227,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
35227
35227
|
default: () => {};
|
|
35228
35228
|
};
|
|
35229
35229
|
dbParams: {
|
|
35230
|
-
type: import("vue").PropType<import("
|
|
35230
|
+
type: import("vue").PropType<import("..\..\../es/src/types").AnyObject>;
|
|
35231
35231
|
};
|
|
35232
35232
|
row: {
|
|
35233
35233
|
type: import("./src/types").PropObject;
|
|
@@ -35260,22 +35260,22 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
35260
35260
|
type: BooleanConstructor;
|
|
35261
35261
|
default: boolean;
|
|
35262
35262
|
};
|
|
35263
|
-
handleFormTableValue: import("vue").PropType<import("
|
|
35263
|
+
handleFormTableValue: import("vue").PropType<import("..\..\../es/src/types").Func<any[], any>>;
|
|
35264
35264
|
}>> & {
|
|
35265
35265
|
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
35266
35266
|
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
35267
35267
|
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
35268
35268
|
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
35269
35269
|
}, {
|
|
35270
|
-
styleSetting: import("
|
|
35271
|
-
userInfo: import("
|
|
35272
|
-
cacheUniqueKey: import("
|
|
35273
|
-
row: import("
|
|
35274
|
-
defaultValue: import("
|
|
35270
|
+
styleSetting: import("..\..\../es/src/types").AnyObject;
|
|
35271
|
+
userInfo: import("..\..\../es/src/types").AnyObject;
|
|
35272
|
+
cacheUniqueKey: import("..\..\../es/src/types").AnyObject;
|
|
35273
|
+
row: import("..\..\../es/src/types").AnyObject;
|
|
35274
|
+
defaultValue: import("..\..\../es/src/types").AnyObject;
|
|
35275
35275
|
isDetail: boolean;
|
|
35276
|
-
item: import("
|
|
35277
|
-
formType: import("
|
|
35278
|
-
mainForm: import("
|
|
35276
|
+
item: import("..\..\../es/src/types").AnyObject;
|
|
35277
|
+
formType: import("..\..\../es/src/types").AnyObject;
|
|
35278
|
+
mainForm: import("..\..\../es/src/types").AnyObject;
|
|
35279
35279
|
defaultFieldList: any[];
|
|
35280
35280
|
}>;
|
|
35281
35281
|
textOverTooltip: import("vue").DefineComponent<{
|
|
@@ -35826,14 +35826,14 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
35826
35826
|
isAlias: boolean;
|
|
35827
35827
|
}>;
|
|
35828
35828
|
};
|
|
35829
|
-
getComName: (v?: import("
|
|
35830
|
-
handleGetRules: (value: any, item: import("
|
|
35831
|
-
handlerSetIdCarInfoValidate: (value: any, item: import("
|
|
35829
|
+
getComName: (v?: import("..\..\../es/src/types").AnyObject) => any;
|
|
35830
|
+
handleGetRules: (value: any, item: import("..\..\../es/src/types").AnyObject, hideMessage?: boolean) => import("./src/types").ValidateInfo;
|
|
35831
|
+
handlerSetIdCarInfoValidate: (value: any, item: import("..\..\../es/src/types").AnyObject, callback: import("..\..\../es/src/types").Func<any[], any>) => void;
|
|
35832
35832
|
getInputCheck: (validate?: string | undefined) => {
|
|
35833
35833
|
pattern: RegExp;
|
|
35834
35834
|
message: string;
|
|
35835
35835
|
} | undefined;
|
|
35836
|
-
getCustomRegular: (item: import("
|
|
35836
|
+
getCustomRegular: (item: import("..\..\../es/src/types").AnyObject) => {
|
|
35837
35837
|
pattern: RegExp;
|
|
35838
35838
|
message: any;
|
|
35839
35839
|
} | null;
|
|
@@ -35898,15 +35898,15 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
35898
35898
|
}>>;
|
|
35899
35899
|
emit: (event: "AddComplete" | "formTableBlur" | "DeleteComplete", ...args: any[]) => void;
|
|
35900
35900
|
isShowEmpty: import("vue").Ref<boolean>;
|
|
35901
|
-
tableList: import("vue").Ref<import("
|
|
35902
|
-
fullTableList: import("vue").Ref<import("
|
|
35903
|
-
multipleSelected: import("vue").Ref<import("
|
|
35904
|
-
columns: import("vue").Ref<import("
|
|
35901
|
+
tableList: import("vue").Ref<import("..\..\../es/src/types").AnyObject[]>;
|
|
35902
|
+
fullTableList: import("vue").Ref<import("..\..\../es/src/types").AnyObject[]>;
|
|
35903
|
+
multipleSelected: import("vue").Ref<import("..\..\../es/src/types").AnyObject>;
|
|
35904
|
+
columns: import("vue").Ref<import("..\..\../es/src/types").AnyObject[]>;
|
|
35905
35905
|
columnsLevel: import("vue").Ref<number>;
|
|
35906
35906
|
formTableGridRef: import("vue").Ref<any>;
|
|
35907
35907
|
$t: (...args: any[]) => void;
|
|
35908
35908
|
handleRowId: import("vue").ComputedRef<any>;
|
|
35909
|
-
handleComponent: import("vue").ComputedRef<(name: string, item: import("
|
|
35909
|
+
handleComponent: import("vue").ComputedRef<(name: string, item: import("..\..\../es/src/types").AnyObject) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
35910
35910
|
[key: string]: any;
|
|
35911
35911
|
}> | null>;
|
|
35912
35912
|
editField: import("vue").ComputedRef<any>;
|
|
@@ -35916,7 +35916,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
35916
35916
|
maxHeight: import("vue").ComputedRef<string>;
|
|
35917
35917
|
tableHeight: import("vue").ComputedRef<number>;
|
|
35918
35918
|
loadColumn: (config: any) => void;
|
|
35919
|
-
formatColumns: (config: any) => import("
|
|
35919
|
+
formatColumns: (config: any) => import("..\..\../es/src/types").AnyObject[] | undefined;
|
|
35920
35920
|
handleGroupColums: (columns: any) => any;
|
|
35921
35921
|
handleRowColumns: (rowColumns: any, columns: any, key: any) => void;
|
|
35922
35922
|
dateWidth: (item: any) => any;
|