cnhis-design-vue 3.1.45 → 3.1.46-beta.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 +11 -7
- package/es/components/base-search/src/index.vue.d.ts +11 -7
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/base-search/style/index.css +1 -1
- package/es/components/button-print/src/utils/print.d.ts +1 -1
- package/es/components/button-print/src/utils/print.js +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/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +77 -0
- package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +93 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
- package/es/components/index.css +1 -1
- package/es/components/quick-search/index.d.ts +14 -6
- package/es/components/quick-search/src/index.vue.d.ts +14 -6
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +36 -0
- package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +36 -0
- package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +82 -0
- package/es/components/search-cascader/index.d.ts +2 -0
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +2 -0
- package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
- package/es/components/search-cascader/src/components/SearchMenu.js +1 -1
- package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +57 -0
- package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +57 -0
- package/es/components/search-cascader/style/index.css +1 -1
- 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 +218 -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 +99 -5
- 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 +580 -33
- 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 +1 -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 +608 -32
- 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 +8 -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 +2 -2
- 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 +6 -0
- package/es/shared/package.json.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,10 @@ 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
|
+
};
|
|
169
172
|
type: {
|
|
170
173
|
type: import("vue").PropType<"date" | "datetime">;
|
|
171
174
|
default: string;
|
|
@@ -188,6 +191,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
188
191
|
};
|
|
189
192
|
}, {
|
|
190
193
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
194
|
+
componentCfg: {
|
|
195
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
196
|
+
};
|
|
191
197
|
type: {
|
|
192
198
|
type: import("vue").PropType<"date" | "datetime">;
|
|
193
199
|
default: string;
|
|
@@ -213,8 +219,27 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
213
219
|
}>>;
|
|
214
220
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
215
221
|
valueCp: import("vue").Ref<any>;
|
|
222
|
+
isShowDateRange: import("vue").Ref<boolean>;
|
|
223
|
+
radioValue: import("vue").Ref<string>;
|
|
216
224
|
dateFormat: import("vue").ComputedRef<string>;
|
|
225
|
+
showTabStr: import("vue").ComputedRef<string>;
|
|
226
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
227
|
+
isPastTime: import("vue").ComputedRef<boolean>;
|
|
228
|
+
isFutureTime: import("vue").ComputedRef<boolean>;
|
|
229
|
+
onlyRadio: import("vue").ComputedRef<boolean>;
|
|
230
|
+
defaultTime: import("vue").ComputedRef<string>;
|
|
231
|
+
changeDateShowType: () => void;
|
|
232
|
+
handleClickQuickBtn: (result: string) => void;
|
|
233
|
+
changeRadioValue: (value: string) => void;
|
|
217
234
|
handleChange: (val: any) => void;
|
|
235
|
+
isDateDisabled: (ts: number) => boolean;
|
|
236
|
+
timeDisabled: (ts: number) => {
|
|
237
|
+
isHourDisabled(hour: number): boolean | undefined;
|
|
238
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
239
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
240
|
+
};
|
|
241
|
+
init: () => void;
|
|
242
|
+
NButton: any;
|
|
218
243
|
CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
219
244
|
updateUnchangedValue: {
|
|
220
245
|
type: BooleanConstructor;
|
|
@@ -254,7 +279,214 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
254
279
|
}>>, {
|
|
255
280
|
updateUnchangedValue: boolean;
|
|
256
281
|
}>>;
|
|
282
|
+
DateQuickBtn: import("vue").DefineComponent<{
|
|
283
|
+
componentCfg: {
|
|
284
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
285
|
+
};
|
|
286
|
+
type: {
|
|
287
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
288
|
+
default: string;
|
|
289
|
+
};
|
|
290
|
+
dateFormat: {
|
|
291
|
+
type: StringConstructor;
|
|
292
|
+
default: string;
|
|
293
|
+
};
|
|
294
|
+
radioValue: {
|
|
295
|
+
type: StringConstructor;
|
|
296
|
+
default: string;
|
|
297
|
+
};
|
|
298
|
+
}, {
|
|
299
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
300
|
+
componentCfg: {
|
|
301
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
302
|
+
};
|
|
303
|
+
type: {
|
|
304
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
305
|
+
default: string;
|
|
306
|
+
};
|
|
307
|
+
dateFormat: {
|
|
308
|
+
type: StringConstructor;
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
311
|
+
radioValue: {
|
|
312
|
+
type: StringConstructor;
|
|
313
|
+
default: string;
|
|
314
|
+
};
|
|
315
|
+
}>> & {
|
|
316
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
317
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
318
|
+
}>>;
|
|
319
|
+
emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
|
|
320
|
+
dateList: import("vue").Ref<any[]>;
|
|
321
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
322
|
+
isRange: import("vue").ComputedRef<any>;
|
|
323
|
+
initData: () => void;
|
|
324
|
+
handleRadioClick: (value: string) => void;
|
|
325
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
326
|
+
componentCfg: {
|
|
327
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
328
|
+
};
|
|
329
|
+
type: {
|
|
330
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
331
|
+
default: string;
|
|
332
|
+
};
|
|
333
|
+
dateFormat: {
|
|
334
|
+
type: StringConstructor;
|
|
335
|
+
default: string;
|
|
336
|
+
};
|
|
337
|
+
radioValue: {
|
|
338
|
+
type: StringConstructor;
|
|
339
|
+
default: string;
|
|
340
|
+
};
|
|
341
|
+
}>> & {
|
|
342
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
343
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
344
|
+
}, {
|
|
345
|
+
type: "date" | "datetime";
|
|
346
|
+
dateFormat: string;
|
|
347
|
+
radioValue: string;
|
|
348
|
+
}>;
|
|
257
349
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
350
|
+
componentCfg: {
|
|
351
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
352
|
+
};
|
|
353
|
+
type: {
|
|
354
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
355
|
+
default: string;
|
|
356
|
+
};
|
|
357
|
+
clearable: {
|
|
358
|
+
type: BooleanConstructor;
|
|
359
|
+
default: boolean;
|
|
360
|
+
};
|
|
361
|
+
valueFormat: {
|
|
362
|
+
type: StringConstructor;
|
|
363
|
+
default: string;
|
|
364
|
+
};
|
|
365
|
+
placeholder: {
|
|
366
|
+
type: StringConstructor;
|
|
367
|
+
default: string;
|
|
368
|
+
};
|
|
369
|
+
value: {
|
|
370
|
+
type: StringConstructor;
|
|
371
|
+
default: string;
|
|
372
|
+
};
|
|
373
|
+
}>> & {
|
|
374
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
375
|
+
}, {
|
|
376
|
+
type: "date" | "datetime";
|
|
377
|
+
value: string;
|
|
378
|
+
placeholder: string;
|
|
379
|
+
clearable: boolean;
|
|
380
|
+
valueFormat: string;
|
|
381
|
+
}>;
|
|
382
|
+
declare const DateOut: import("vue").DefineComponent<{
|
|
383
|
+
componentCfg: {
|
|
384
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
385
|
+
};
|
|
386
|
+
type: {
|
|
387
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
388
|
+
default: string;
|
|
389
|
+
};
|
|
390
|
+
clearable: {
|
|
391
|
+
type: BooleanConstructor;
|
|
392
|
+
default: boolean;
|
|
393
|
+
};
|
|
394
|
+
valueFormat: {
|
|
395
|
+
type: StringConstructor;
|
|
396
|
+
default: string;
|
|
397
|
+
};
|
|
398
|
+
placeholder: {
|
|
399
|
+
type: StringConstructor;
|
|
400
|
+
default: string;
|
|
401
|
+
};
|
|
402
|
+
value: {
|
|
403
|
+
type: StringConstructor;
|
|
404
|
+
default: string;
|
|
405
|
+
};
|
|
406
|
+
}, {
|
|
407
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
408
|
+
componentCfg: {
|
|
409
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
410
|
+
};
|
|
411
|
+
type: {
|
|
412
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
413
|
+
default: string;
|
|
414
|
+
};
|
|
415
|
+
clearable: {
|
|
416
|
+
type: BooleanConstructor;
|
|
417
|
+
default: boolean;
|
|
418
|
+
};
|
|
419
|
+
valueFormat: {
|
|
420
|
+
type: StringConstructor;
|
|
421
|
+
default: string;
|
|
422
|
+
};
|
|
423
|
+
placeholder: {
|
|
424
|
+
type: StringConstructor;
|
|
425
|
+
default: string;
|
|
426
|
+
};
|
|
427
|
+
value: {
|
|
428
|
+
type: StringConstructor;
|
|
429
|
+
default: string;
|
|
430
|
+
};
|
|
431
|
+
}>> & {
|
|
432
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
433
|
+
}>>;
|
|
434
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
435
|
+
valueCp: import("vue").Ref<any>;
|
|
436
|
+
rangeShortcuts: import("vue").Ref<any>;
|
|
437
|
+
dateFormat: import("vue").ComputedRef<string>;
|
|
438
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
439
|
+
handleChange: (val: any) => void;
|
|
440
|
+
isDateDisabled: (ts: number) => boolean;
|
|
441
|
+
timeDisabled: (ts: number) => {
|
|
442
|
+
isHourDisabled(hour: number): boolean | undefined;
|
|
443
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
444
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
445
|
+
};
|
|
446
|
+
init: () => void;
|
|
447
|
+
CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
448
|
+
updateUnchangedValue: {
|
|
449
|
+
type: BooleanConstructor;
|
|
450
|
+
};
|
|
451
|
+
onConfirm: {
|
|
452
|
+
type: FunctionConstructor;
|
|
453
|
+
};
|
|
454
|
+
}, {
|
|
455
|
+
attrs: {
|
|
456
|
+
[x: string]: unknown;
|
|
457
|
+
};
|
|
458
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
459
|
+
updateUnchangedValue: {
|
|
460
|
+
type: BooleanConstructor;
|
|
461
|
+
};
|
|
462
|
+
onConfirm: {
|
|
463
|
+
type: FunctionConstructor;
|
|
464
|
+
};
|
|
465
|
+
}>> & {}>>;
|
|
466
|
+
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
467
|
+
panelInstRef: import("vue").Ref<null>;
|
|
468
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
469
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
470
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
471
|
+
focus: () => any;
|
|
472
|
+
blur: () => any;
|
|
473
|
+
onUpdateShow: (show: boolean) => void;
|
|
474
|
+
onConfirm: (...args: any[]) => void;
|
|
475
|
+
NDatePicker: any;
|
|
476
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
477
|
+
updateUnchangedValue: {
|
|
478
|
+
type: BooleanConstructor;
|
|
479
|
+
};
|
|
480
|
+
onConfirm: {
|
|
481
|
+
type: FunctionConstructor;
|
|
482
|
+
};
|
|
483
|
+
}>>, {
|
|
484
|
+
updateUnchangedValue: boolean;
|
|
485
|
+
}>>;
|
|
486
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
487
|
+
componentCfg: {
|
|
488
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
489
|
+
};
|
|
258
490
|
type: {
|
|
259
491
|
type: import("vue").PropType<"date" | "datetime">;
|
|
260
492
|
default: string;
|
|
@@ -285,6 +517,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
285
517
|
valueFormat: string;
|
|
286
518
|
}>;
|
|
287
519
|
declare const DateRangeInner: import("vue").DefineComponent<{
|
|
520
|
+
componentCfg: {
|
|
521
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
522
|
+
};
|
|
288
523
|
type: {
|
|
289
524
|
type: import("vue").PropType<"date" | "datetime">;
|
|
290
525
|
default: string;
|
|
@@ -311,6 +546,9 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
311
546
|
};
|
|
312
547
|
}, {
|
|
313
548
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
549
|
+
componentCfg: {
|
|
550
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
551
|
+
};
|
|
314
552
|
type: {
|
|
315
553
|
type: import("vue").PropType<"date" | "datetime">;
|
|
316
554
|
default: string;
|
|
@@ -339,18 +577,35 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
339
577
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
340
578
|
}>>;
|
|
341
579
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
342
|
-
dateList: import("vue").Ref<any[]>;
|
|
343
580
|
isShowDateRange: import("vue").Ref<boolean>;
|
|
344
581
|
radioValue: import("vue").Ref<string>;
|
|
345
582
|
startDate: import("vue").Ref<any>;
|
|
346
583
|
endDate: import("vue").Ref<any>;
|
|
584
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
585
|
+
onlyRadio: import("vue").ComputedRef<boolean>;
|
|
586
|
+
isPastTime: import("vue").ComputedRef<boolean>;
|
|
587
|
+
isFutureTime: import("vue").ComputedRef<boolean>;
|
|
347
588
|
dateFormat: import("vue").ComputedRef<string>;
|
|
348
589
|
showTabStr: import("vue").ComputedRef<string>;
|
|
349
|
-
|
|
350
|
-
|
|
590
|
+
startDefault: import("vue").ComputedRef<string>;
|
|
591
|
+
endDefault: import("vue").ComputedRef<string>;
|
|
592
|
+
handleClickQuickBtn: (result: string) => void;
|
|
593
|
+
changeRadioValue: (value: string) => void;
|
|
594
|
+
changeDateShowType: () => void;
|
|
351
595
|
handleChange: (val: any, type: "end" | "start") => void;
|
|
352
596
|
isStartDateDisabled: (ts: number) => boolean;
|
|
597
|
+
timeStartDisabled: (ts: number) => {
|
|
598
|
+
isHourDisabled(hour: number): boolean | 0;
|
|
599
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
600
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
601
|
+
};
|
|
353
602
|
isEndDateDisabled: (ts: number) => boolean;
|
|
603
|
+
timeEndDisabled: (ts: number) => {
|
|
604
|
+
isHourDisabled(hour: number): boolean | 0;
|
|
605
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
606
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
607
|
+
};
|
|
608
|
+
init: () => void;
|
|
354
609
|
NButton: any;
|
|
355
610
|
CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
356
611
|
updateUnchangedValue: {
|
|
@@ -391,7 +646,77 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
391
646
|
}>>, {
|
|
392
647
|
updateUnchangedValue: boolean;
|
|
393
648
|
}>>;
|
|
649
|
+
DateQuickBtn: import("vue").DefineComponent<{
|
|
650
|
+
componentCfg: {
|
|
651
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
652
|
+
};
|
|
653
|
+
type: {
|
|
654
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
655
|
+
default: string;
|
|
656
|
+
};
|
|
657
|
+
dateFormat: {
|
|
658
|
+
type: StringConstructor;
|
|
659
|
+
default: string;
|
|
660
|
+
};
|
|
661
|
+
radioValue: {
|
|
662
|
+
type: StringConstructor;
|
|
663
|
+
default: string;
|
|
664
|
+
};
|
|
665
|
+
}, {
|
|
666
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
667
|
+
componentCfg: {
|
|
668
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
669
|
+
};
|
|
670
|
+
type: {
|
|
671
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
672
|
+
default: string;
|
|
673
|
+
};
|
|
674
|
+
dateFormat: {
|
|
675
|
+
type: StringConstructor;
|
|
676
|
+
default: string;
|
|
677
|
+
};
|
|
678
|
+
radioValue: {
|
|
679
|
+
type: StringConstructor;
|
|
680
|
+
default: string;
|
|
681
|
+
};
|
|
682
|
+
}>> & {
|
|
683
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
684
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
685
|
+
}>>;
|
|
686
|
+
emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
|
|
687
|
+
dateList: import("vue").Ref<any[]>;
|
|
688
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
689
|
+
isRange: import("vue").ComputedRef<any>;
|
|
690
|
+
initData: () => void;
|
|
691
|
+
handleRadioClick: (value: string) => void;
|
|
692
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
693
|
+
componentCfg: {
|
|
694
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
695
|
+
};
|
|
696
|
+
type: {
|
|
697
|
+
type: import("vue").PropType<"date" | "datetime">;
|
|
698
|
+
default: string;
|
|
699
|
+
};
|
|
700
|
+
dateFormat: {
|
|
701
|
+
type: StringConstructor;
|
|
702
|
+
default: string;
|
|
703
|
+
};
|
|
704
|
+
radioValue: {
|
|
705
|
+
type: StringConstructor;
|
|
706
|
+
default: string;
|
|
707
|
+
};
|
|
708
|
+
}>> & {
|
|
709
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
710
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
711
|
+
}, {
|
|
712
|
+
type: "date" | "datetime";
|
|
713
|
+
dateFormat: string;
|
|
714
|
+
radioValue: string;
|
|
715
|
+
}>;
|
|
394
716
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
717
|
+
componentCfg: {
|
|
718
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
719
|
+
};
|
|
395
720
|
type: {
|
|
396
721
|
type: import("vue").PropType<"date" | "datetime">;
|
|
397
722
|
default: string;
|
|
@@ -482,14 +807,17 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
482
807
|
}>>;
|
|
483
808
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
484
809
|
valueCp: import("vue").Ref<any>;
|
|
810
|
+
rangeShortcuts: import("vue").Ref<any>;
|
|
485
811
|
dateFormat: import("vue").ComputedRef<string>;
|
|
486
|
-
|
|
487
|
-
今天: number[];
|
|
488
|
-
昨天: number[];
|
|
489
|
-
近一周: number[];
|
|
490
|
-
近一月: number[];
|
|
491
|
-
};
|
|
812
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
492
813
|
handleChange: (val: any) => void;
|
|
814
|
+
isDateDisabled: (ts: number) => boolean;
|
|
815
|
+
timeDisabled: (ts: number) => {
|
|
816
|
+
isHourDisabled(hour: number): boolean | undefined;
|
|
817
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
818
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
819
|
+
};
|
|
820
|
+
init: () => void;
|
|
493
821
|
CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
494
822
|
updateUnchangedValue: {
|
|
495
823
|
type: BooleanConstructor;
|
|
@@ -559,25 +887,26 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
559
887
|
}, {
|
|
560
888
|
type: "datetimerange" | "daterange";
|
|
561
889
|
value: string;
|
|
890
|
+
componentCfg: Record<string, any>;
|
|
562
891
|
clearable: boolean;
|
|
563
892
|
startPlaceholder: string;
|
|
564
893
|
endPlaceholder: string;
|
|
565
|
-
componentCfg: Record<string, any>;
|
|
566
894
|
}>;
|
|
567
895
|
declare const LabelInner: import("vue").DefineComponent<{
|
|
568
896
|
componentCfg: {
|
|
569
|
-
type: import("vue").PropType<import("
|
|
897
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
570
898
|
};
|
|
571
899
|
value: {
|
|
572
900
|
type: StringConstructor;
|
|
573
901
|
default: string;
|
|
574
902
|
};
|
|
575
903
|
}, {
|
|
576
|
-
|
|
904
|
+
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
905
|
+
message: import("naive-ui").MessageApi;
|
|
577
906
|
baseActiveColor: string;
|
|
578
907
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
579
908
|
componentCfg: {
|
|
580
|
-
type: import("vue").PropType<import("
|
|
909
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
581
910
|
};
|
|
582
911
|
value: {
|
|
583
912
|
type: StringConstructor;
|
|
@@ -612,7 +941,7 @@ declare const LabelInner: import("vue").DefineComponent<{
|
|
|
612
941
|
};
|
|
613
942
|
}, 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
943
|
componentCfg: {
|
|
615
|
-
type: import("vue").PropType<import("
|
|
944
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
616
945
|
};
|
|
617
946
|
value: {
|
|
618
947
|
type: StringConstructor;
|
|
@@ -625,20 +954,21 @@ declare const LabelInner: import("vue").DefineComponent<{
|
|
|
625
954
|
}>;
|
|
626
955
|
declare const LabelOut: import("vue").DefineComponent<{
|
|
627
956
|
componentCfg: {
|
|
628
|
-
type: import("vue").PropType<import("
|
|
957
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
629
958
|
};
|
|
630
959
|
value: {
|
|
631
960
|
type: StringConstructor;
|
|
632
961
|
default: string;
|
|
633
962
|
};
|
|
634
963
|
}, {
|
|
635
|
-
|
|
964
|
+
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
636
965
|
$attrs: {
|
|
637
966
|
[x: string]: unknown;
|
|
638
967
|
};
|
|
968
|
+
message: import("naive-ui").MessageApi;
|
|
639
969
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
640
970
|
componentCfg: {
|
|
641
|
-
type: import("vue").PropType<import("
|
|
971
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
642
972
|
};
|
|
643
973
|
value: {
|
|
644
974
|
type: StringConstructor;
|
|
@@ -656,7 +986,7 @@ declare const LabelOut: import("vue").DefineComponent<{
|
|
|
656
986
|
NSelect: any;
|
|
657
987
|
}, 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
988
|
componentCfg: {
|
|
659
|
-
type: import("vue").PropType<import("
|
|
989
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
660
990
|
};
|
|
661
991
|
value: {
|
|
662
992
|
type: StringConstructor;
|
|
@@ -671,43 +1001,260 @@ declare const Select: import("vue").DefineComponent<{
|
|
|
671
1001
|
value: {
|
|
672
1002
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
673
1003
|
};
|
|
1004
|
+
componentCfg: {
|
|
1005
|
+
type: ObjectConstructor;
|
|
1006
|
+
};
|
|
674
1007
|
}, {
|
|
1008
|
+
$attrs: {
|
|
1009
|
+
[x: string]: unknown;
|
|
1010
|
+
};
|
|
675
1011
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
676
1012
|
value: {
|
|
677
1013
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
678
1014
|
};
|
|
1015
|
+
componentCfg: {
|
|
1016
|
+
type: ObjectConstructor;
|
|
1017
|
+
};
|
|
679
1018
|
}>> & {
|
|
680
1019
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
681
|
-
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
682
1020
|
}>>;
|
|
683
|
-
|
|
1021
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
1022
|
+
valueCp: import("vue").ComputedRef<string | number | unknown[] | undefined>;
|
|
1023
|
+
isMultiple: import("vue").ComputedRef<unknown>;
|
|
1024
|
+
isShowWhole: import("vue").ComputedRef<any>;
|
|
1025
|
+
optionList: import("vue").ComputedRef<any>;
|
|
1026
|
+
handleUpdate: (val: any) => void;
|
|
1027
|
+
NSelect: any;
|
|
1028
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1029
|
+
value: {
|
|
1030
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1031
|
+
};
|
|
1032
|
+
componentCfg: {
|
|
1033
|
+
type: ObjectConstructor;
|
|
1034
|
+
};
|
|
1035
|
+
}>> & {
|
|
1036
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1037
|
+
}, {}>;
|
|
1038
|
+
declare const SelectDynamic: import("vue").DefineComponent<{
|
|
1039
|
+
value: {
|
|
1040
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1041
|
+
};
|
|
1042
|
+
componentCfg: {
|
|
1043
|
+
type: ObjectConstructor;
|
|
1044
|
+
};
|
|
1045
|
+
}, {
|
|
1046
|
+
message: import("naive-ui").MessageApi;
|
|
1047
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1048
|
+
value: {
|
|
1049
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1050
|
+
};
|
|
1051
|
+
componentCfg: {
|
|
1052
|
+
type: ObjectConstructor;
|
|
1053
|
+
};
|
|
1054
|
+
}>> & {
|
|
1055
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
1056
|
+
}>>;
|
|
1057
|
+
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
|
684
1058
|
$attrs: {
|
|
685
1059
|
[x: string]: unknown;
|
|
686
1060
|
};
|
|
687
|
-
emit: (event: "update:value"
|
|
688
|
-
selectOptions: import("vue").Ref<any[]>;
|
|
689
|
-
isRemote: import("vue").Ref<boolean>;
|
|
1061
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
690
1062
|
isLoading: import("vue").Ref<boolean>;
|
|
691
1063
|
filterApiConfig: import("../../../../..").AnyObject;
|
|
692
|
-
|
|
693
|
-
|
|
1064
|
+
searchFilterList: import("vue").Ref<import("../../../../..").AnyObject[]>;
|
|
1065
|
+
curPage: import("vue").Ref<number>;
|
|
1066
|
+
fieldTitleList: import("vue").Ref<any>;
|
|
1067
|
+
selectOptions: import("vue").Ref<any[]>;
|
|
1068
|
+
baseOptionList: import("vue").Ref<any[]>;
|
|
1069
|
+
keywordVal: import("vue").Ref<any>;
|
|
1070
|
+
totalPage: import("vue").Ref<number>;
|
|
1071
|
+
menuProps: {
|
|
1072
|
+
class: string;
|
|
1073
|
+
};
|
|
1074
|
+
isMultiple: import("vue").ComputedRef<unknown>;
|
|
1075
|
+
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
|
1076
|
+
isShowWhole: import("vue").ComputedRef<any>;
|
|
1077
|
+
isLastPage: import("vue").ComputedRef<boolean>;
|
|
1078
|
+
valueCp: import("vue").ComputedRef<string | number | any[] | null>;
|
|
1079
|
+
isInitRequest: import("vue").ComputedRef<boolean>;
|
|
1080
|
+
setOptionActive: (selectIds: string[]) => void;
|
|
1081
|
+
handleUpdateSelect: (value: string[] | null) => void;
|
|
1082
|
+
handleUpdatePage: (page: number) => Promise<void>;
|
|
1083
|
+
getOptionsData: (keyword: string, curPage: number) => Promise<void>;
|
|
1084
|
+
isWhole: (value: string) => boolean;
|
|
694
1085
|
_handleSearch: (query: string) => Promise<void>;
|
|
695
1086
|
handleSearch: (query: string) => Promise<void>;
|
|
696
1087
|
handleInitData: () => Promise<void>;
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
}>;
|
|
1088
|
+
handleClear: () => Promise<void>;
|
|
1089
|
+
handleUpdateShow: (show: boolean) => void;
|
|
700
1090
|
renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
701
1091
|
[key: string]: any;
|
|
702
1092
|
}>;
|
|
703
|
-
init: () =>
|
|
1093
|
+
init: () => void;
|
|
704
1094
|
NSelect: any;
|
|
705
|
-
|
|
1095
|
+
SelectDynamicOption: import("vue").DefineComponent<{
|
|
1096
|
+
dynamicOptionInfo: {
|
|
1097
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
1098
|
+
default: () => {};
|
|
1099
|
+
};
|
|
1100
|
+
fieldTitleList: {
|
|
1101
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1102
|
+
default: () => never[];
|
|
1103
|
+
};
|
|
1104
|
+
optionList: {
|
|
1105
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1106
|
+
default: () => never[];
|
|
1107
|
+
};
|
|
1108
|
+
isMultiple: {
|
|
1109
|
+
type: BooleanConstructor;
|
|
1110
|
+
default: boolean;
|
|
1111
|
+
};
|
|
1112
|
+
curPage: {
|
|
1113
|
+
type: NumberConstructor;
|
|
1114
|
+
default: number;
|
|
1115
|
+
};
|
|
1116
|
+
isLastPage: {
|
|
1117
|
+
type: BooleanConstructor;
|
|
1118
|
+
default: boolean;
|
|
1119
|
+
};
|
|
1120
|
+
isShowWhole: {
|
|
1121
|
+
type: BooleanConstructor;
|
|
1122
|
+
default: boolean;
|
|
1123
|
+
};
|
|
1124
|
+
}, {
|
|
1125
|
+
selectMinWidth: number;
|
|
1126
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1127
|
+
dynamicOptionInfo: {
|
|
1128
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
1129
|
+
default: () => {};
|
|
1130
|
+
};
|
|
1131
|
+
fieldTitleList: {
|
|
1132
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1133
|
+
default: () => never[];
|
|
1134
|
+
};
|
|
1135
|
+
optionList: {
|
|
1136
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1137
|
+
default: () => never[];
|
|
1138
|
+
};
|
|
1139
|
+
isMultiple: {
|
|
1140
|
+
type: BooleanConstructor;
|
|
1141
|
+
default: boolean;
|
|
1142
|
+
};
|
|
1143
|
+
curPage: {
|
|
1144
|
+
type: NumberConstructor;
|
|
1145
|
+
default: number;
|
|
1146
|
+
};
|
|
1147
|
+
isLastPage: {
|
|
1148
|
+
type: BooleanConstructor;
|
|
1149
|
+
default: boolean;
|
|
1150
|
+
};
|
|
1151
|
+
isShowWhole: {
|
|
1152
|
+
type: BooleanConstructor;
|
|
1153
|
+
default: boolean;
|
|
1154
|
+
};
|
|
1155
|
+
}>> & {
|
|
1156
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1157
|
+
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1158
|
+
}>>;
|
|
1159
|
+
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
|
1160
|
+
dragEndWidth: import("vue").Ref<number>;
|
|
1161
|
+
showKeys: import("vue").ComputedRef<any>;
|
|
1162
|
+
titleList: import("vue").ComputedRef<string[]>;
|
|
1163
|
+
handleSelect: (option: any) => void;
|
|
1164
|
+
searchByPage: (onePage: number) => void;
|
|
1165
|
+
changeWidth: ({ distance }: any) => void;
|
|
1166
|
+
saveWidth: () => void;
|
|
1167
|
+
NEmpty: any;
|
|
1168
|
+
NButtonGroup: any;
|
|
1169
|
+
NButton: any;
|
|
1170
|
+
NIcon: any;
|
|
1171
|
+
NPopover: any;
|
|
1172
|
+
vFlexibleResize: {
|
|
1173
|
+
mounted(el: any, { value }: any): void;
|
|
1174
|
+
beforeUnmount(el: any): void;
|
|
1175
|
+
};
|
|
1176
|
+
WidgetValEnums: {
|
|
1177
|
+
CUSTOM: string;
|
|
1178
|
+
FIRST_VAL: string;
|
|
1179
|
+
WHOLE: string;
|
|
1180
|
+
NOW: string;
|
|
1181
|
+
TODAY: string;
|
|
1182
|
+
TODAY_START: string;
|
|
1183
|
+
TODAY_END: string;
|
|
1184
|
+
TOMORROW: string;
|
|
1185
|
+
TOMORROW_START: string;
|
|
1186
|
+
TOMORROW_END: string;
|
|
1187
|
+
YESTERDAY: string;
|
|
1188
|
+
YESTERDAY_START: string;
|
|
1189
|
+
YESTERDAY_END: string;
|
|
1190
|
+
THIS_WEEK: string;
|
|
1191
|
+
WEEK_START: string;
|
|
1192
|
+
WEEK_END: string;
|
|
1193
|
+
NEXT_WEEK: string;
|
|
1194
|
+
LAST_WEEK: string;
|
|
1195
|
+
THIS_MONTH: string;
|
|
1196
|
+
MONTH_START: string;
|
|
1197
|
+
MONTH_END: string;
|
|
1198
|
+
NEXT_MONTH: string;
|
|
1199
|
+
LAST_MONTH: string;
|
|
1200
|
+
THIS_QUARTER: string;
|
|
1201
|
+
NEXT_QUARTER: string;
|
|
1202
|
+
LAST_QUARTER: string;
|
|
1203
|
+
THIS_YEAR: string;
|
|
1204
|
+
NEXT_YEAR: string;
|
|
1205
|
+
LAST_YEAR: string;
|
|
1206
|
+
};
|
|
1207
|
+
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<{}>>, {}>;
|
|
1208
|
+
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<{}>>, {}>;
|
|
1209
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1210
|
+
dynamicOptionInfo: {
|
|
1211
|
+
type: import("vue").PropType<import("../../../../..").AnyObject>;
|
|
1212
|
+
default: () => {};
|
|
1213
|
+
};
|
|
1214
|
+
fieldTitleList: {
|
|
1215
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1216
|
+
default: () => never[];
|
|
1217
|
+
};
|
|
1218
|
+
optionList: {
|
|
1219
|
+
type: import("vue").PropType<import("../../../../..").AnyObject[]>;
|
|
1220
|
+
default: () => never[];
|
|
1221
|
+
};
|
|
1222
|
+
isMultiple: {
|
|
1223
|
+
type: BooleanConstructor;
|
|
1224
|
+
default: boolean;
|
|
1225
|
+
};
|
|
1226
|
+
curPage: {
|
|
1227
|
+
type: NumberConstructor;
|
|
1228
|
+
default: number;
|
|
1229
|
+
};
|
|
1230
|
+
isLastPage: {
|
|
1231
|
+
type: BooleanConstructor;
|
|
1232
|
+
default: boolean;
|
|
1233
|
+
};
|
|
1234
|
+
isShowWhole: {
|
|
1235
|
+
type: BooleanConstructor;
|
|
1236
|
+
default: boolean;
|
|
1237
|
+
};
|
|
1238
|
+
}>> & {
|
|
1239
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
|
1240
|
+
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
|
1241
|
+
}, {
|
|
1242
|
+
dynamicOptionInfo: import("../../../../..").AnyObject;
|
|
1243
|
+
fieldTitleList: import("../../../../..").AnyObject[];
|
|
1244
|
+
optionList: import("../../../../..").AnyObject[];
|
|
1245
|
+
isMultiple: boolean;
|
|
1246
|
+
curPage: number;
|
|
1247
|
+
isLastPage: boolean;
|
|
1248
|
+
isShowWhole: boolean;
|
|
1249
|
+
}>;
|
|
1250
|
+
}, 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
1251
|
value: {
|
|
707
1252
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
708
1253
|
};
|
|
1254
|
+
componentCfg: {
|
|
1255
|
+
type: ObjectConstructor;
|
|
1256
|
+
};
|
|
709
1257
|
}>> & {
|
|
710
1258
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
711
|
-
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
712
1259
|
}, {}>;
|
|
713
|
-
export { CheckboxGroup, InputNumberGroup,
|
|
1260
|
+
export { CheckboxGroup, InputNumberGroup, DateInner, DateOut, DateRangeInner, DateRangeOut, LabelInner, LabelOut, Select, SelectDynamic };
|