cnhis-design-vue 3.1.46-release.0 → 3.1.46-release.1
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/es/components/base-search/index.d.ts +17 -8
- package/es/components/base-search/src/index.vue.d.ts +17 -8
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/base-search/style/index.css +1 -1
- package/es/components/classification/index.d.ts +219 -18
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +219 -18
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +219 -18
- package/es/components/classification/src/index.vue.d.ts +219 -18
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -0
- package/es/components/fabric-chart/src/utils/index.js +1 -1
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/quick-search/index.d.ts +21 -7
- package/es/components/quick-search/src/index.vue.d.ts +21 -7
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/table-export-field/index.d.ts +967 -0
- package/es/components/table-export-field/index.js +1 -0
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +192 -0
- package/es/components/table-export-field/src/components/ExportModal.vue.js +1 -0
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +687 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.js +1 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +1 -0
- package/es/components/table-export-field/src/constants/index.d.ts +3 -0
- package/es/components/table-export-field/src/constants/index.js +1 -0
- package/es/components/table-export-field/src/hooks/useAsyncData.d.ts +6 -0
- package/es/components/table-export-field/src/hooks/useAsyncData.js +1 -0
- package/es/components/table-export-field/src/index.vue.d.ts +968 -0
- package/es/components/table-export-field/src/index.vue.js +1 -0
- package/es/components/table-export-field/src/index.vue2.js +1 -0
- package/es/components/table-export-field/src/types/index.d.ts +6 -0
- package/es/components/table-export-field/src/types/index.js +1 -0
- package/es/components/table-export-field/style/index.css +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +219 -17
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +17 -1
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +19 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +178 -11
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +2 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +217 -17
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +219 -17
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +231 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/{Date.vue.d.ts → DateOut.vue.d.ts} +21 -2
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +71 -0
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +117 -8
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -9
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +8 -6
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +7 -6
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +19 -25
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +223 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +158 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +611 -36
- package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
- package/es/components/table-filter/src/components/render-widget/enums.d.ts +10 -3
- package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +27 -0
- package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +55 -0
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +56 -0
- package/es/components/table-filter/src/components/render-widget/helpers/enums.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +2 -6
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.d.ts +4 -0
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +4 -0
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +4 -3
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +639 -35
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/constants/index.d.ts +3 -1
- package/es/components/table-filter/src/constants/index.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +9 -4
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useAsyncData.d.ts +4 -0
- package/es/components/table-filter/src/hooks/useAsyncData.js +1 -0
- package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +3 -3
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/tool/baseOptions.d.ts +0 -8
- package/es/components/table-filter/src/tool/baseOptions.js +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +0 -1
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/types/enums.d.ts +3 -0
- package/es/components/table-filter/src/types/enums.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +7 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/package.json +2 -2
- package/es/components/table-filter/src/components/render-widget/basicData.d.ts +0 -4
- package/es/components/table-filter/src/components/render-widget/basicData.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +0 -1
- package/es/components/table-filter/src/tool/generateDefOptions.d.ts +0 -7
- package/es/components/table-filter/src/tool/generateDefOptions.js +0 -1
|
@@ -165,7 +165,237 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
|
|
|
165
165
|
startPlaceholder: string;
|
|
166
166
|
endPlaceholder: string;
|
|
167
167
|
}>;
|
|
168
|
-
declare const
|
|
168
|
+
declare const DateInner: import("vue").DefineComponent<{
|
|
169
|
+
componentCfg: {
|
|
170
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
171
|
+
};
|
|
172
|
+
type: {
|
|
173
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
176
|
+
clearable: {
|
|
177
|
+
type: BooleanConstructor;
|
|
178
|
+
default: boolean;
|
|
179
|
+
};
|
|
180
|
+
valueFormat: {
|
|
181
|
+
type: StringConstructor;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
placeholder: {
|
|
185
|
+
type: StringConstructor;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
value: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
192
|
+
unit: {
|
|
193
|
+
type: StringConstructor;
|
|
194
|
+
default: string;
|
|
195
|
+
};
|
|
196
|
+
}, {
|
|
197
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
198
|
+
componentCfg: {
|
|
199
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
200
|
+
};
|
|
201
|
+
type: {
|
|
202
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
203
|
+
default: string;
|
|
204
|
+
};
|
|
205
|
+
clearable: {
|
|
206
|
+
type: BooleanConstructor;
|
|
207
|
+
default: boolean;
|
|
208
|
+
};
|
|
209
|
+
valueFormat: {
|
|
210
|
+
type: StringConstructor;
|
|
211
|
+
default: string;
|
|
212
|
+
};
|
|
213
|
+
placeholder: {
|
|
214
|
+
type: StringConstructor;
|
|
215
|
+
default: string;
|
|
216
|
+
};
|
|
217
|
+
value: {
|
|
218
|
+
type: StringConstructor;
|
|
219
|
+
default: string;
|
|
220
|
+
};
|
|
221
|
+
unit: {
|
|
222
|
+
type: StringConstructor;
|
|
223
|
+
default: string;
|
|
224
|
+
};
|
|
225
|
+
}>> & {
|
|
226
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
227
|
+
"onUpdate:unit"?: ((...args: any[]) => any) | undefined;
|
|
228
|
+
}>>;
|
|
229
|
+
emit: (event: "update:unit" | "update:value", ...args: any[]) => void;
|
|
230
|
+
valueCp: import("vue").Ref<any>;
|
|
231
|
+
isShowDateRange: import("vue").Ref<boolean>;
|
|
232
|
+
dateFormat: import("vue").ComputedRef<string>;
|
|
233
|
+
showTabStr: import("vue").ComputedRef<string>;
|
|
234
|
+
radioValue: import("vue").ComputedRef<string>;
|
|
235
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
236
|
+
onlyRadio: import("vue").ComputedRef<boolean>;
|
|
237
|
+
defaultTime: import("vue").ComputedRef<string>;
|
|
238
|
+
changeDateShowType: () => void;
|
|
239
|
+
handleClickQuickBtn: (result: string) => void;
|
|
240
|
+
changeRadioValue: (value: string) => void;
|
|
241
|
+
handleChange: (val: any) => void;
|
|
242
|
+
isDateDisabled: (ts: number) => boolean;
|
|
243
|
+
timeDisabled: (ts: number) => {
|
|
244
|
+
isHourDisabled(hour: number): boolean | undefined;
|
|
245
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
246
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
247
|
+
};
|
|
248
|
+
init: () => void;
|
|
249
|
+
NButton: any;
|
|
250
|
+
CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
251
|
+
updateUnchangedValue: {
|
|
252
|
+
type: BooleanConstructor;
|
|
253
|
+
};
|
|
254
|
+
onConfirm: {
|
|
255
|
+
type: FunctionConstructor;
|
|
256
|
+
};
|
|
257
|
+
}, {
|
|
258
|
+
attrs: {
|
|
259
|
+
[x: string]: unknown;
|
|
260
|
+
};
|
|
261
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
262
|
+
updateUnchangedValue: {
|
|
263
|
+
type: BooleanConstructor;
|
|
264
|
+
};
|
|
265
|
+
onConfirm: {
|
|
266
|
+
type: FunctionConstructor;
|
|
267
|
+
};
|
|
268
|
+
}>> & {}>>;
|
|
269
|
+
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
270
|
+
panelInstRef: import("vue").Ref<null>;
|
|
271
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
272
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
273
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
274
|
+
focus: () => any;
|
|
275
|
+
blur: () => any;
|
|
276
|
+
onUpdateShow: (show: boolean) => void;
|
|
277
|
+
onConfirm: (...args: any[]) => void;
|
|
278
|
+
NDatePicker: any;
|
|
279
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
280
|
+
updateUnchangedValue: {
|
|
281
|
+
type: BooleanConstructor;
|
|
282
|
+
};
|
|
283
|
+
onConfirm: {
|
|
284
|
+
type: FunctionConstructor;
|
|
285
|
+
};
|
|
286
|
+
}>>, {
|
|
287
|
+
updateUnchangedValue: boolean;
|
|
288
|
+
}>>;
|
|
289
|
+
DateQuickBtn: import("vue").DefineComponent<{
|
|
290
|
+
componentCfg: {
|
|
291
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
292
|
+
};
|
|
293
|
+
type: {
|
|
294
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
295
|
+
default: string;
|
|
296
|
+
};
|
|
297
|
+
dateFormat: {
|
|
298
|
+
type: StringConstructor;
|
|
299
|
+
default: string;
|
|
300
|
+
};
|
|
301
|
+
radioValue: {
|
|
302
|
+
type: StringConstructor;
|
|
303
|
+
default: string;
|
|
304
|
+
};
|
|
305
|
+
}, {
|
|
306
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
307
|
+
componentCfg: {
|
|
308
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
309
|
+
};
|
|
310
|
+
type: {
|
|
311
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
312
|
+
default: string;
|
|
313
|
+
};
|
|
314
|
+
dateFormat: {
|
|
315
|
+
type: StringConstructor;
|
|
316
|
+
default: string;
|
|
317
|
+
};
|
|
318
|
+
radioValue: {
|
|
319
|
+
type: StringConstructor;
|
|
320
|
+
default: string;
|
|
321
|
+
};
|
|
322
|
+
}>> & {
|
|
323
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
324
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
325
|
+
}>>;
|
|
326
|
+
emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
|
|
327
|
+
dateList: import("vue").Ref<any[]>;
|
|
328
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
329
|
+
isRange: import("vue").ComputedRef<any>;
|
|
330
|
+
initData: () => void;
|
|
331
|
+
handleRadioClick: (value: string) => void;
|
|
332
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
333
|
+
componentCfg: {
|
|
334
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
335
|
+
};
|
|
336
|
+
type: {
|
|
337
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
338
|
+
default: string;
|
|
339
|
+
};
|
|
340
|
+
dateFormat: {
|
|
341
|
+
type: StringConstructor;
|
|
342
|
+
default: string;
|
|
343
|
+
};
|
|
344
|
+
radioValue: {
|
|
345
|
+
type: StringConstructor;
|
|
346
|
+
default: string;
|
|
347
|
+
};
|
|
348
|
+
}>> & {
|
|
349
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
350
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
351
|
+
}, {
|
|
352
|
+
type: "date" | "datetime";
|
|
353
|
+
dateFormat: string;
|
|
354
|
+
radioValue: string;
|
|
355
|
+
}>;
|
|
356
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:unit" | "update:value")[], "update:unit" | "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
357
|
+
componentCfg: {
|
|
358
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
359
|
+
};
|
|
360
|
+
type: {
|
|
361
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
362
|
+
default: string;
|
|
363
|
+
};
|
|
364
|
+
clearable: {
|
|
365
|
+
type: BooleanConstructor;
|
|
366
|
+
default: boolean;
|
|
367
|
+
};
|
|
368
|
+
valueFormat: {
|
|
369
|
+
type: StringConstructor;
|
|
370
|
+
default: string;
|
|
371
|
+
};
|
|
372
|
+
placeholder: {
|
|
373
|
+
type: StringConstructor;
|
|
374
|
+
default: string;
|
|
375
|
+
};
|
|
376
|
+
value: {
|
|
377
|
+
type: StringConstructor;
|
|
378
|
+
default: string;
|
|
379
|
+
};
|
|
380
|
+
unit: {
|
|
381
|
+
type: StringConstructor;
|
|
382
|
+
default: string;
|
|
383
|
+
};
|
|
384
|
+
}>> & {
|
|
385
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
386
|
+
"onUpdate:unit"?: ((...args: any[]) => any) | undefined;
|
|
387
|
+
}, {
|
|
388
|
+
type: "date" | "datetime";
|
|
389
|
+
value: string;
|
|
390
|
+
placeholder: string;
|
|
391
|
+
unit: string;
|
|
392
|
+
clearable: boolean;
|
|
393
|
+
valueFormat: string;
|
|
394
|
+
}>;
|
|
395
|
+
declare const DateOut: import("vue").DefineComponent<{
|
|
396
|
+
componentCfg: {
|
|
397
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
398
|
+
};
|
|
169
399
|
type: {
|
|
170
400
|
type: import("vue").PropType<"date" | "datetime">;
|
|
171
401
|
default: string;
|
|
@@ -188,6 +418,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
188
418
|
};
|
|
189
419
|
}, {
|
|
190
420
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
421
|
+
componentCfg: {
|
|
422
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
423
|
+
};
|
|
191
424
|
type: {
|
|
192
425
|
type: import("vue").PropType<"date" | "datetime">;
|
|
193
426
|
default: string;
|
|
@@ -213,8 +446,17 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
213
446
|
}>>;
|
|
214
447
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
215
448
|
valueCp: import("vue").Ref<any>;
|
|
449
|
+
rangeShortcuts: import("vue").Ref<any>;
|
|
216
450
|
dateFormat: import("vue").ComputedRef<string>;
|
|
451
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
217
452
|
handleChange: (val: any) => void;
|
|
453
|
+
isDateDisabled: (ts: number) => boolean;
|
|
454
|
+
timeDisabled: (ts: number) => {
|
|
455
|
+
isHourDisabled(hour: number): boolean | undefined;
|
|
456
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
457
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
458
|
+
};
|
|
459
|
+
init: () => void;
|
|
218
460
|
CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
219
461
|
updateUnchangedValue: {
|
|
220
462
|
type: BooleanConstructor;
|
|
@@ -255,6 +497,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
255
497
|
updateUnchangedValue: boolean;
|
|
256
498
|
}>>;
|
|
257
499
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
500
|
+
componentCfg: {
|
|
501
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
502
|
+
};
|
|
258
503
|
type: {
|
|
259
504
|
type: import("vue").PropType<"date" | "datetime">;
|
|
260
505
|
default: string;
|
|
@@ -285,6 +530,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
285
530
|
valueFormat: string;
|
|
286
531
|
}>;
|
|
287
532
|
declare const DateRangeInner: import("vue").DefineComponent<{
|
|
533
|
+
componentCfg: {
|
|
534
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
535
|
+
};
|
|
288
536
|
type: {
|
|
289
537
|
type: import("vue").PropType<"date" | "datetime">;
|
|
290
538
|
default: string;
|
|
@@ -309,8 +557,15 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
309
557
|
type: StringConstructor;
|
|
310
558
|
default: string;
|
|
311
559
|
};
|
|
560
|
+
unit: {
|
|
561
|
+
type: StringConstructor;
|
|
562
|
+
default: string;
|
|
563
|
+
};
|
|
312
564
|
}, {
|
|
313
565
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
566
|
+
componentCfg: {
|
|
567
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
568
|
+
};
|
|
314
569
|
type: {
|
|
315
570
|
type: import("vue").PropType<"date" | "datetime">;
|
|
316
571
|
default: string;
|
|
@@ -335,22 +590,44 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
335
590
|
type: StringConstructor;
|
|
336
591
|
default: string;
|
|
337
592
|
};
|
|
593
|
+
unit: {
|
|
594
|
+
type: StringConstructor;
|
|
595
|
+
default: string;
|
|
596
|
+
};
|
|
338
597
|
}>> & {
|
|
339
598
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
599
|
+
"onUpdate:unit"?: ((...args: any[]) => any) | undefined;
|
|
340
600
|
}>>;
|
|
341
|
-
emit: (event: "update:value", ...args: any[]) => void;
|
|
342
|
-
dateList: import("vue").Ref<any[]>;
|
|
601
|
+
emit: (event: "update:unit" | "update:value", ...args: any[]) => void;
|
|
343
602
|
isShowDateRange: import("vue").Ref<boolean>;
|
|
344
|
-
radioValue: import("vue").Ref<string>;
|
|
345
603
|
startDate: import("vue").Ref<any>;
|
|
346
604
|
endDate: import("vue").Ref<any>;
|
|
605
|
+
radioValue: import("vue").ComputedRef<string>;
|
|
606
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
607
|
+
onlyRadio: import("vue").ComputedRef<boolean>;
|
|
608
|
+
isPastTime: import("vue").ComputedRef<boolean>;
|
|
609
|
+
isFutureTime: import("vue").ComputedRef<boolean>;
|
|
347
610
|
dateFormat: import("vue").ComputedRef<string>;
|
|
348
611
|
showTabStr: import("vue").ComputedRef<string>;
|
|
349
|
-
|
|
350
|
-
|
|
612
|
+
startDefault: import("vue").ComputedRef<string>;
|
|
613
|
+
endDefault: import("vue").ComputedRef<string>;
|
|
614
|
+
handleClickQuickBtn: (result: string) => void;
|
|
615
|
+
changeRadioValue: (value: string) => void;
|
|
616
|
+
changeDateShowType: () => void;
|
|
351
617
|
handleChange: (val: any, type: "end" | "start") => void;
|
|
352
618
|
isStartDateDisabled: (ts: number) => boolean;
|
|
619
|
+
timeStartDisabled: (ts: number) => {
|
|
620
|
+
isHourDisabled(hour: number): boolean | 0;
|
|
621
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
622
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
623
|
+
};
|
|
353
624
|
isEndDateDisabled: (ts: number) => boolean;
|
|
625
|
+
timeEndDisabled: (ts: number) => {
|
|
626
|
+
isHourDisabled(hour: number): boolean | 0;
|
|
627
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
628
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
629
|
+
};
|
|
630
|
+
init: () => void;
|
|
354
631
|
NButton: any;
|
|
355
632
|
CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
356
633
|
updateUnchangedValue: {
|
|
@@ -391,7 +668,77 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
391
668
|
}>>, {
|
|
392
669
|
updateUnchangedValue: boolean;
|
|
393
670
|
}>>;
|
|
394
|
-
|
|
671
|
+
DateQuickBtn: import("vue").DefineComponent<{
|
|
672
|
+
componentCfg: {
|
|
673
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
674
|
+
};
|
|
675
|
+
type: {
|
|
676
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
677
|
+
default: string;
|
|
678
|
+
};
|
|
679
|
+
dateFormat: {
|
|
680
|
+
type: StringConstructor;
|
|
681
|
+
default: string;
|
|
682
|
+
};
|
|
683
|
+
radioValue: {
|
|
684
|
+
type: StringConstructor;
|
|
685
|
+
default: string;
|
|
686
|
+
};
|
|
687
|
+
}, {
|
|
688
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
689
|
+
componentCfg: {
|
|
690
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
691
|
+
};
|
|
692
|
+
type: {
|
|
693
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
694
|
+
default: string;
|
|
695
|
+
};
|
|
696
|
+
dateFormat: {
|
|
697
|
+
type: StringConstructor;
|
|
698
|
+
default: string;
|
|
699
|
+
};
|
|
700
|
+
radioValue: {
|
|
701
|
+
type: StringConstructor;
|
|
702
|
+
default: string;
|
|
703
|
+
};
|
|
704
|
+
}>> & {
|
|
705
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
706
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
707
|
+
}>>;
|
|
708
|
+
emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
|
|
709
|
+
dateList: import("vue").Ref<any[]>;
|
|
710
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
711
|
+
isRange: import("vue").ComputedRef<any>;
|
|
712
|
+
initData: () => void;
|
|
713
|
+
handleRadioClick: (value: string) => void;
|
|
714
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
715
|
+
componentCfg: {
|
|
716
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
717
|
+
};
|
|
718
|
+
type: {
|
|
719
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
720
|
+
default: string;
|
|
721
|
+
};
|
|
722
|
+
dateFormat: {
|
|
723
|
+
type: StringConstructor;
|
|
724
|
+
default: string;
|
|
725
|
+
};
|
|
726
|
+
radioValue: {
|
|
727
|
+
type: StringConstructor;
|
|
728
|
+
default: string;
|
|
729
|
+
};
|
|
730
|
+
}>> & {
|
|
731
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
732
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
733
|
+
}, {
|
|
734
|
+
type: "date" | "datetime";
|
|
735
|
+
dateFormat: string;
|
|
736
|
+
radioValue: string;
|
|
737
|
+
}>;
|
|
738
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:unit" | "update:value")[], "update:unit" | "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
739
|
+
componentCfg: {
|
|
740
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
741
|
+
};
|
|
395
742
|
type: {
|
|
396
743
|
type: import("vue").PropType<"date" | "datetime">;
|
|
397
744
|
default: string;
|
|
@@ -416,11 +763,17 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
416
763
|
type: StringConstructor;
|
|
417
764
|
default: string;
|
|
418
765
|
};
|
|
766
|
+
unit: {
|
|
767
|
+
type: StringConstructor;
|
|
768
|
+
default: string;
|
|
769
|
+
};
|
|
419
770
|
}>> & {
|
|
420
771
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
772
|
+
"onUpdate:unit"?: ((...args: any[]) => any) | undefined;
|
|
421
773
|
}, {
|
|
422
774
|
type: "date" | "datetime";
|
|
423
775
|
value: string;
|
|
776
|
+
unit: string;
|
|
424
777
|
clearable: boolean;
|
|
425
778
|
startPlaceholder: string;
|
|
426
779
|
endPlaceholder: string;
|
|
@@ -482,14 +835,17 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
482
835
|
}>>;
|
|
483
836
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
484
837
|
valueCp: import("vue").Ref<any>;
|
|
838
|
+
rangeShortcuts: import("vue").Ref<any>;
|
|
485
839
|
dateFormat: import("vue").ComputedRef<string>;
|
|
486
|
-
|
|
487
|
-
今天: number[];
|
|
488
|
-
昨天: number[];
|
|
489
|
-
近一周: number[];
|
|
490
|
-
近一月: number[];
|
|
491
|
-
};
|
|
840
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
492
841
|
handleChange: (val: any) => void;
|
|
842
|
+
isDateDisabled: (ts: number) => boolean;
|
|
843
|
+
timeDisabled: (ts: number) => {
|
|
844
|
+
isHourDisabled(hour: number): boolean | undefined;
|
|
845
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
846
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
847
|
+
};
|
|
848
|
+
init: () => void;
|
|
493
849
|
CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
494
850
|
updateUnchangedValue: {
|
|
495
851
|
type: BooleanConstructor;
|
|
@@ -559,25 +915,26 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
559
915
|
}, {
|
|
560
916
|
type: "datetimerange" | "daterange";
|
|
561
917
|
value: string;
|
|
918
|
+
componentCfg: Record<string, any>;
|
|
562
919
|
clearable: boolean;
|
|
563
920
|
startPlaceholder: string;
|
|
564
921
|
endPlaceholder: string;
|
|
565
|
-
componentCfg: Record<string, any>;
|
|
566
922
|
}>;
|
|
567
923
|
declare const LabelInner: import("vue").DefineComponent<{
|
|
568
924
|
componentCfg: {
|
|
569
|
-
type: import("vue").PropType<import("
|
|
925
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
570
926
|
};
|
|
571
927
|
value: {
|
|
572
928
|
type: StringConstructor;
|
|
573
929
|
default: string;
|
|
574
930
|
};
|
|
575
931
|
}, {
|
|
576
|
-
|
|
932
|
+
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
933
|
+
message: import("naive-ui").MessageApi;
|
|
577
934
|
baseActiveColor: string;
|
|
578
935
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
579
936
|
componentCfg: {
|
|
580
|
-
type: import("vue").PropType<import("
|
|
937
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
581
938
|
};
|
|
582
939
|
value: {
|
|
583
940
|
type: StringConstructor;
|
|
@@ -612,7 +969,7 @@ declare const LabelInner: import("vue").DefineComponent<{
|
|
|
612
969
|
};
|
|
613
970
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
614
971
|
componentCfg: {
|
|
615
|
-
type: import("vue").PropType<import("
|
|
972
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
616
973
|
};
|
|
617
974
|
value: {
|
|
618
975
|
type: StringConstructor;
|
|
@@ -625,20 +982,21 @@ declare const LabelInner: import("vue").DefineComponent<{
|
|
|
625
982
|
}>;
|
|
626
983
|
declare const LabelOut: import("vue").DefineComponent<{
|
|
627
984
|
componentCfg: {
|
|
628
|
-
type: import("vue").PropType<import("
|
|
985
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
629
986
|
};
|
|
630
987
|
value: {
|
|
631
988
|
type: StringConstructor;
|
|
632
989
|
default: string;
|
|
633
990
|
};
|
|
634
991
|
}, {
|
|
635
|
-
|
|
992
|
+
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
636
993
|
$attrs: {
|
|
637
994
|
[x: string]: unknown;
|
|
638
995
|
};
|
|
996
|
+
message: import("naive-ui").MessageApi;
|
|
639
997
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
640
998
|
componentCfg: {
|
|
641
|
-
type: import("vue").PropType<import("
|
|
999
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
642
1000
|
};
|
|
643
1001
|
value: {
|
|
644
1002
|
type: StringConstructor;
|
|
@@ -656,7 +1014,7 @@ declare const LabelOut: import("vue").DefineComponent<{
|
|
|
656
1014
|
NSelect: any;
|
|
657
1015
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
658
1016
|
componentCfg: {
|
|
659
|
-
type: import("vue").PropType<import("
|
|
1017
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
660
1018
|
};
|
|
661
1019
|
value: {
|
|
662
1020
|
type: StringConstructor;
|
|
@@ -671,43 +1029,260 @@ declare const Select: import("vue").DefineComponent<{
|
|
|
671
1029
|
value: {
|
|
672
1030
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
673
1031
|
};
|
|
1032
|
+
componentCfg: {
|
|
1033
|
+
type: ObjectConstructor;
|
|
1034
|
+
};
|
|
1035
|
+
}, {
|
|
1036
|
+
$attrs: {
|
|
1037
|
+
[x: string]: unknown;
|
|
1038
|
+
};
|
|
1039
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1040
|
+
value: {
|
|
1041
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1042
|
+
};
|
|
1043
|
+
componentCfg: {
|
|
1044
|
+
type: ObjectConstructor;
|
|
1045
|
+
};
|
|
1046
|
+
}>> & {
|
|
1047
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1048
|
+
}>>;
|
|
1049
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
1050
|
+
valueCp: import("vue").ComputedRef<string | number | unknown[] | undefined>;
|
|
1051
|
+
isMultiple: import("vue").ComputedRef<unknown>;
|
|
1052
|
+
isShowWhole: import("vue").ComputedRef<any>;
|
|
1053
|
+
optionList: import("vue").ComputedRef<any>;
|
|
1054
|
+
handleUpdate: (val: any) => void;
|
|
1055
|
+
NSelect: any;
|
|
1056
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1057
|
+
value: {
|
|
1058
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1059
|
+
};
|
|
1060
|
+
componentCfg: {
|
|
1061
|
+
type: ObjectConstructor;
|
|
1062
|
+
};
|
|
1063
|
+
}>> & {
|
|
1064
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1065
|
+
}, {}>;
|
|
1066
|
+
declare const SelectDynamic: import("vue").DefineComponent<{
|
|
1067
|
+
value: {
|
|
1068
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1069
|
+
};
|
|
1070
|
+
componentCfg: {
|
|
1071
|
+
type: ObjectConstructor;
|
|
1072
|
+
};
|
|
674
1073
|
}, {
|
|
1074
|
+
message: import("naive-ui").MessageApi;
|
|
675
1075
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
676
1076
|
value: {
|
|
677
1077
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
678
1078
|
};
|
|
1079
|
+
componentCfg: {
|
|
1080
|
+
type: ObjectConstructor;
|
|
1081
|
+
};
|
|
679
1082
|
}>> & {
|
|
680
1083
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
681
|
-
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
682
1084
|
}>>;
|
|
683
|
-
|
|
1085
|
+
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
684
1086
|
$attrs: {
|
|
685
1087
|
[x: string]: unknown;
|
|
686
1088
|
};
|
|
687
|
-
emit: (event: "update:value"
|
|
688
|
-
selectOptions: import("vue").Ref<any[]>;
|
|
689
|
-
isRemote: import("vue").Ref<boolean>;
|
|
1089
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
690
1090
|
isLoading: import("vue").Ref<boolean>;
|
|
691
1091
|
filterApiConfig: import("../../../../..").AnyObject;
|
|
692
|
-
|
|
693
|
-
|
|
1092
|
+
searchFilterList: import("vue").Ref<import("../../../../..").AnyObject[]>;
|
|
1093
|
+
curPage: import("vue").Ref<number>;
|
|
1094
|
+
fieldTitleList: import("vue").Ref<any>;
|
|
1095
|
+
selectOptions: import("vue").Ref<any[]>;
|
|
1096
|
+
baseOptionList: import("vue").Ref<any[]>;
|
|
1097
|
+
keywordVal: import("vue").Ref<any>;
|
|
1098
|
+
totalPage: import("vue").Ref<number>;
|
|
1099
|
+
menuProps: {
|
|
1100
|
+
class: string;
|
|
1101
|
+
};
|
|
1102
|
+
isMultiple: import("vue").ComputedRef<unknown>;
|
|
1103
|
+
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
1104
|
+
isShowWhole: import("vue").ComputedRef<any>;
|
|
1105
|
+
isLastPage: import("vue").ComputedRef<boolean>;
|
|
1106
|
+
valueCp: import("vue").ComputedRef<string | number | any[] | null>;
|
|
1107
|
+
isForbidRequest: import("vue").ComputedRef<boolean>;
|
|
1108
|
+
setOptionActive: (selectIds: string[]) => void;
|
|
1109
|
+
handleUpdateSelect: (value: string[] | null) => void;
|
|
1110
|
+
handleUpdatePage: (page: number) => Promise<void>;
|
|
1111
|
+
getOptionsData: (keyword: string, curPage: number) => Promise<void>;
|
|
1112
|
+
isWhole: (value: string) => boolean;
|
|
694
1113
|
_handleSearch: (query: string) => Promise<void>;
|
|
695
1114
|
handleSearch: (query: string) => Promise<void>;
|
|
696
1115
|
handleInitData: () => Promise<void>;
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
}>;
|
|
1116
|
+
handleClear: () => Promise<void>;
|
|
1117
|
+
handleUpdateShow: (show: boolean) => void;
|
|
700
1118
|
renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
701
1119
|
[key: string]: any;
|
|
702
1120
|
}>;
|
|
703
|
-
init: () =>
|
|
1121
|
+
init: () => void;
|
|
704
1122
|
NSelect: any;
|
|
705
|
-
|
|
1123
|
+
SelectDynamicOption: import("vue").DefineComponent<{
|
|
1124
|
+
dynamicOptionInfo: {
|
|
1125
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
1126
|
+
default: () => {};
|
|
1127
|
+
};
|
|
1128
|
+
fieldTitleList: {
|
|
1129
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1130
|
+
default: () => never[];
|
|
1131
|
+
};
|
|
1132
|
+
optionList: {
|
|
1133
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1134
|
+
default: () => never[];
|
|
1135
|
+
};
|
|
1136
|
+
isMultiple: {
|
|
1137
|
+
type: BooleanConstructor;
|
|
1138
|
+
default: boolean;
|
|
1139
|
+
};
|
|
1140
|
+
curPage: {
|
|
1141
|
+
type: NumberConstructor;
|
|
1142
|
+
default: number;
|
|
1143
|
+
};
|
|
1144
|
+
isLastPage: {
|
|
1145
|
+
type: BooleanConstructor;
|
|
1146
|
+
default: boolean;
|
|
1147
|
+
};
|
|
1148
|
+
isShowWhole: {
|
|
1149
|
+
type: BooleanConstructor;
|
|
1150
|
+
default: boolean;
|
|
1151
|
+
};
|
|
1152
|
+
}, {
|
|
1153
|
+
selectMinWidth: number;
|
|
1154
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1155
|
+
dynamicOptionInfo: {
|
|
1156
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
1157
|
+
default: () => {};
|
|
1158
|
+
};
|
|
1159
|
+
fieldTitleList: {
|
|
1160
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1161
|
+
default: () => never[];
|
|
1162
|
+
};
|
|
1163
|
+
optionList: {
|
|
1164
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1165
|
+
default: () => never[];
|
|
1166
|
+
};
|
|
1167
|
+
isMultiple: {
|
|
1168
|
+
type: BooleanConstructor;
|
|
1169
|
+
default: boolean;
|
|
1170
|
+
};
|
|
1171
|
+
curPage: {
|
|
1172
|
+
type: NumberConstructor;
|
|
1173
|
+
default: number;
|
|
1174
|
+
};
|
|
1175
|
+
isLastPage: {
|
|
1176
|
+
type: BooleanConstructor;
|
|
1177
|
+
default: boolean;
|
|
1178
|
+
};
|
|
1179
|
+
isShowWhole: {
|
|
1180
|
+
type: BooleanConstructor;
|
|
1181
|
+
default: boolean;
|
|
1182
|
+
};
|
|
1183
|
+
}>> & {
|
|
1184
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1185
|
+
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1186
|
+
}>>;
|
|
1187
|
+
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
|
1188
|
+
dragEndWidth: import("vue").Ref<number>;
|
|
1189
|
+
showKeys: import("vue").ComputedRef<any>;
|
|
1190
|
+
titleList: import("vue").ComputedRef<string[]>;
|
|
1191
|
+
handleSelect: (option: any) => void;
|
|
1192
|
+
searchByPage: (onePage: number) => void;
|
|
1193
|
+
changeWidth: ({ distance }: any) => void;
|
|
1194
|
+
saveWidth: () => void;
|
|
1195
|
+
NEmpty: any;
|
|
1196
|
+
NButtonGroup: any;
|
|
1197
|
+
NButton: any;
|
|
1198
|
+
NIcon: any;
|
|
1199
|
+
NPopover: any;
|
|
1200
|
+
vFlexibleResize: {
|
|
1201
|
+
mounted(el: any, { value }: any): void;
|
|
1202
|
+
beforeUnmount(el: any): void;
|
|
1203
|
+
};
|
|
1204
|
+
WidgetValEnums: {
|
|
1205
|
+
CUSTOM: string;
|
|
1206
|
+
FIRST_VAL: string;
|
|
1207
|
+
WHOLE: string;
|
|
1208
|
+
NOW: string;
|
|
1209
|
+
TODAY: string;
|
|
1210
|
+
TODAY_START: string;
|
|
1211
|
+
TODAY_END: string;
|
|
1212
|
+
TOMORROW: string;
|
|
1213
|
+
TOMORROW_START: string;
|
|
1214
|
+
TOMORROW_END: string;
|
|
1215
|
+
YESTERDAY: string;
|
|
1216
|
+
YESTERDAY_START: string;
|
|
1217
|
+
YESTERDAY_END: string;
|
|
1218
|
+
THIS_WEEK: string;
|
|
1219
|
+
WEEK_START: string;
|
|
1220
|
+
WEEK_END: string;
|
|
1221
|
+
NEXT_WEEK: string;
|
|
1222
|
+
LAST_WEEK: string;
|
|
1223
|
+
THIS_MONTH: string;
|
|
1224
|
+
MONTH_START: string;
|
|
1225
|
+
MONTH_END: string;
|
|
1226
|
+
NEXT_MONTH: string;
|
|
1227
|
+
LAST_MONTH: string;
|
|
1228
|
+
THIS_QUARTER: string;
|
|
1229
|
+
NEXT_QUARTER: string;
|
|
1230
|
+
LAST_QUARTER: string;
|
|
1231
|
+
THIS_YEAR: string;
|
|
1232
|
+
NEXT_YEAR: string;
|
|
1233
|
+
LAST_YEAR: string;
|
|
1234
|
+
};
|
|
1235
|
+
ArrowBack: 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<{}>>, {}>;
|
|
1236
|
+
ArrowForward: 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<{}>>, {}>;
|
|
1237
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1238
|
+
dynamicOptionInfo: {
|
|
1239
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
1240
|
+
default: () => {};
|
|
1241
|
+
};
|
|
1242
|
+
fieldTitleList: {
|
|
1243
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1244
|
+
default: () => never[];
|
|
1245
|
+
};
|
|
1246
|
+
optionList: {
|
|
1247
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1248
|
+
default: () => never[];
|
|
1249
|
+
};
|
|
1250
|
+
isMultiple: {
|
|
1251
|
+
type: BooleanConstructor;
|
|
1252
|
+
default: boolean;
|
|
1253
|
+
};
|
|
1254
|
+
curPage: {
|
|
1255
|
+
type: NumberConstructor;
|
|
1256
|
+
default: number;
|
|
1257
|
+
};
|
|
1258
|
+
isLastPage: {
|
|
1259
|
+
type: BooleanConstructor;
|
|
1260
|
+
default: boolean;
|
|
1261
|
+
};
|
|
1262
|
+
isShowWhole: {
|
|
1263
|
+
type: BooleanConstructor;
|
|
1264
|
+
default: boolean;
|
|
1265
|
+
};
|
|
1266
|
+
}>> & {
|
|
1267
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1268
|
+
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1269
|
+
}, {
|
|
1270
|
+
dynamicOptionInfo: import("../../../../..").AnyObject;
|
|
1271
|
+
fieldTitleList: import("../../../../..").AnyObject[];
|
|
1272
|
+
optionList: import("../../../../..").AnyObject[];
|
|
1273
|
+
isMultiple: boolean;
|
|
1274
|
+
curPage: number;
|
|
1275
|
+
isLastPage: boolean;
|
|
1276
|
+
isShowWhole: boolean;
|
|
1277
|
+
}>;
|
|
1278
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
706
1279
|
value: {
|
|
707
1280
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
708
1281
|
};
|
|
1282
|
+
componentCfg: {
|
|
1283
|
+
type: ObjectConstructor;
|
|
1284
|
+
};
|
|
709
1285
|
}>> & {
|
|
710
1286
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
711
|
-
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
712
1287
|
}, {}>;
|
|
713
|
-
export { CheckboxGroup, InputNumberGroup,
|
|
1288
|
+
export { CheckboxGroup, InputNumberGroup, DateInner, DateOut, DateRangeInner, DateRangeOut, LabelInner, LabelOut, Select, SelectDynamic };
|