cnhis-design-vue 3.2.7-beta.2 → 3.2.7-beta.20
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/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/classification/index.d.ts +60 -5
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +60 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +60 -5
- package/es/components/classification/src/index.vue.d.ts +60 -5
- package/es/components/date-picker/index.d.ts +13 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +13 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/fabric-chart/src/constants/index.d.ts +3 -1
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +8 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -6
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +0 -2
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +8 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +8 -3
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +11 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +26 -0
- package/es/components/field-set/src/components/condition.vue.d.ts +13 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +26 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +13 -0
- package/es/components/form-config/index.d.ts +6 -3
- package/es/components/form-config/src/FormConfig.vue.d.ts +6 -3
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +6 -3
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +3 -1
- package/es/components/form-render/src/types/index.d.ts +1 -1
- package/es/components/form-render/src/utils/business.js +1 -1
- package/es/components/form-render/src/utils/schema.d.ts +1 -1
- package/es/components/form-render/src/utils/schema.js +1 -1
- package/es/components/iho-chat/index.d.ts +236 -74
- package/es/components/iho-chat/src/Index.vue.d.ts +236 -74
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +34 -13
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +39 -14
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +48 -14
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +24 -4
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +13 -0
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +3 -10
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +15 -2
- package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +61 -24
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +14 -2
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/hooks/useScrollLoading.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useScrollLoading.js +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +11 -0
- package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -0
- package/es/components/iho-chat/src/hooks/useState.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -0
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
- package/es/components/iho-chat/src/types/index.d.ts +0 -1
- package/es/components/iho-chat/src/utils/index.js +1 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +20 -2
- package/es/components/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +2 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +47 -5
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +37 -19
- 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/index.d.ts +47 -5
- 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 +47 -5
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +33 -18
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +69 -4
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +69 -4
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +1 -0
- package/es/components/time-line/index.d.ts +4 -4
- package/es/components/time-line/src/TimeLine.vue.d.ts +1 -1
- package/es/components/time-line/src/TimeLine.vue2.js +1 -1
- package/es/components/time-picker/index.d.ts +20 -2
- package/es/components/time-picker/src/TimePicker.vue.d.ts +21 -2
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/business.js +1 -1
- package/package.json +2 -2
@@ -68,6 +68,10 @@ declare const Date: import("vue").DefineComponent<{
|
|
68
68
|
allowedInvalidValue: {
|
69
69
|
type: StringConstructor;
|
70
70
|
};
|
71
|
+
to: {
|
72
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
73
|
+
default: string;
|
74
|
+
};
|
71
75
|
}, {
|
72
76
|
attrs: {
|
73
77
|
[x: string]: unknown;
|
@@ -88,6 +92,10 @@ declare const Date: import("vue").DefineComponent<{
|
|
88
92
|
allowedInvalidValue: {
|
89
93
|
type: StringConstructor;
|
90
94
|
};
|
95
|
+
to: {
|
96
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
97
|
+
default: string;
|
98
|
+
};
|
91
99
|
}>> & {
|
92
100
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
93
101
|
}>>;
|
@@ -124,10 +132,15 @@ declare const Date: import("vue").DefineComponent<{
|
|
124
132
|
allowedInvalidValue: {
|
125
133
|
type: StringConstructor;
|
126
134
|
};
|
135
|
+
to: {
|
136
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
137
|
+
default: string;
|
138
|
+
};
|
127
139
|
}>> & {
|
128
140
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
129
141
|
}, {
|
130
142
|
updateUnchangedValue: boolean;
|
143
|
+
to: string | false | HTMLElement;
|
131
144
|
}>>;
|
132
145
|
NSelect: any;
|
133
146
|
WidgetValEnums: {
|
@@ -340,7 +353,7 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
340
353
|
default: null;
|
341
354
|
};
|
342
355
|
modelValue: {
|
343
|
-
type: (
|
356
|
+
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
|
344
357
|
default: null;
|
345
358
|
};
|
346
359
|
}, {
|
@@ -351,7 +364,7 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
351
364
|
default: null;
|
352
365
|
};
|
353
366
|
modelValue: {
|
354
|
-
type: (
|
367
|
+
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
|
355
368
|
default: null;
|
356
369
|
};
|
357
370
|
}>> & {
|
@@ -359,6 +372,7 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
359
372
|
}>>;
|
360
373
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
361
374
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
375
|
+
selectDynamicRef: any;
|
362
376
|
isLoading: import("vue").Ref<boolean>;
|
363
377
|
filterApiConfig: import("../../../../../../shared/types").AnyObject;
|
364
378
|
classifyFilterList: import("vue").Ref<import("../../../../../../shared/types").AnyObject[]>;
|
@@ -374,7 +388,8 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
374
388
|
isMultiple: import("vue").ComputedRef<boolean>;
|
375
389
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
376
390
|
isLastPage: import("vue").ComputedRef<boolean>;
|
377
|
-
|
391
|
+
originList: import("vue").ComputedRef<any[]>;
|
392
|
+
valueCp: import("vue").ComputedRef<string | any[]>;
|
378
393
|
isInitRequest: import("vue").ComputedRef<boolean>;
|
379
394
|
setOptionActive: (selectIds: string[]) => void;
|
380
395
|
handleUpdateSelect: (value: string[] | null) => void;
|
@@ -390,8 +405,13 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
390
405
|
[key: string]: any;
|
391
406
|
}>;
|
392
407
|
init: () => void;
|
408
|
+
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
393
409
|
NSelect: any;
|
394
410
|
SelectDynamicOption: import("vue").DefineComponent<{
|
411
|
+
oldValue: {
|
412
|
+
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
|
413
|
+
default: () => never[];
|
414
|
+
};
|
395
415
|
dynamicOptionInfo: {
|
396
416
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
397
417
|
default: () => {};
|
@@ -427,6 +447,10 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
427
447
|
}, {
|
428
448
|
selectMinWidth: number;
|
429
449
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
450
|
+
oldValue: {
|
451
|
+
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
|
452
|
+
default: () => never[];
|
453
|
+
};
|
430
454
|
dynamicOptionInfo: {
|
431
455
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
432
456
|
default: () => {};
|
@@ -515,6 +539,10 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
515
539
|
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<{}>>, {}>;
|
516
540
|
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<{}>>, {}>;
|
517
541
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
542
|
+
oldValue: {
|
543
|
+
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
|
544
|
+
default: () => never[];
|
545
|
+
};
|
518
546
|
dynamicOptionInfo: {
|
519
547
|
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject>;
|
520
548
|
default: () => {};
|
@@ -553,6 +581,7 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
553
581
|
}, {
|
554
582
|
isMultiple: boolean;
|
555
583
|
loading: boolean;
|
584
|
+
oldValue: import("../../../../../../shared/types").AnyObject[];
|
556
585
|
dynamicOptionInfo: import("../../../../../../shared/types").AnyObject;
|
557
586
|
fieldTitleList: import("../../../../../../shared/types").AnyObject[];
|
558
587
|
optionList: import("../../../../../../shared/types").AnyObject[];
|
@@ -566,13 +595,13 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
566
595
|
default: null;
|
567
596
|
};
|
568
597
|
modelValue: {
|
569
|
-
type: (
|
598
|
+
type: import("vue").PropType<import("../../../../../../shared/types").AnyObject[]>;
|
570
599
|
default: null;
|
571
600
|
};
|
572
601
|
}>> & {
|
573
602
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
574
603
|
}, {
|
575
|
-
modelValue:
|
604
|
+
modelValue: import("../../../../../../shared/types").AnyObject[];
|
576
605
|
paramCfg: Record<string, any>;
|
577
606
|
}>;
|
578
607
|
declare const InputNumberGroup: import("vue").DefineComponent<{
|
@@ -701,6 +730,10 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
701
730
|
allowedInvalidValue: {
|
702
731
|
type: StringConstructor;
|
703
732
|
};
|
733
|
+
to: {
|
734
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
735
|
+
default: string;
|
736
|
+
};
|
704
737
|
}, {
|
705
738
|
attrs: {
|
706
739
|
[x: string]: unknown;
|
@@ -721,6 +754,10 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
721
754
|
allowedInvalidValue: {
|
722
755
|
type: StringConstructor;
|
723
756
|
};
|
757
|
+
to: {
|
758
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
759
|
+
default: string;
|
760
|
+
};
|
724
761
|
}>> & {
|
725
762
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
726
763
|
}>>;
|
@@ -757,10 +794,15 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
757
794
|
allowedInvalidValue: {
|
758
795
|
type: StringConstructor;
|
759
796
|
};
|
797
|
+
to: {
|
798
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
799
|
+
default: string;
|
800
|
+
};
|
760
801
|
}>> & {
|
761
802
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
762
803
|
}, {
|
763
804
|
updateUnchangedValue: boolean;
|
805
|
+
to: string | false | HTMLElement;
|
764
806
|
}>>;
|
765
807
|
WidgetValEnums: {
|
766
808
|
CUSTOM: string;
|
package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
import{reactive as a,computed as t,toRaw as e,unref as n}from"vue";import{ConditionEnums as l,WidgetTypeEnums as
|
1
|
+
import{reactive as a,computed as t,toRaw as e,unref as n}from"vue";import{ConditionEnums as l,WidgetTypeEnums as i,WidgetOptionEnums as o}from"../../../types/enums.js";import{transformConditions as r,transformRawConditions as u,transformDataToFront as s}from"../../../tool/transformData.js";const c=(c,p,d)=>{const m=a({params:[]}),v=t((()=>m.params.map((({p_name:a,title:t})=>({label:t||a,value:a}))))),y=a=>m.params.find((t=>t.p_name===a)),C=(a,t)=>{const e=c.value[a];e&&(e.condition=t,(a=>{var t,e,n,l;const i=y(a.key);(null==(e=null==(t=i._rawData)?void 0:t.accurateSearch)?void 0:e.switchEnable)&&(a.isAccurateSearch=!0,a.accurateSearchKey=null==(l=null==(n=i._rawData)?void 0:n.accurateSearch)?void 0:l.searchKey)})(e),(a=>{const t=y(a.key);a.value=(null==t?void 0:t.type)!==i.SELECT&&(null==t?void 0:t.type)!==i.SELECTDYNAMIC||(null==t?void 0:t.optionSetting)!==o.MULTIPLE?null:[],a.presetVal=a.timeVal=null})(e))};return{State:m,paramOptions:v,addFilterCondition:()=>{c.value.push({key:null,condition:null,value:null,presetVal:null,dynamicBaseList:[]})},delFilterCondition:a=>{c.value.splice(a,1)},updateKey:(a,t)=>{const e=c.value[a];e&&(e.key=t,C(a,l.EQUAL))},updateCondition:C,getParamCfg:y,initFilterConditions:async(a,t)=>{const n=await(async a=>{try{return s(d,p)}catch(a){return[]}})();m.params=n,c.value=r(t,e(m.params))},getRawFilterConditions:()=>u(n(c))}};export{c as useFilterConditions};
|
@@ -235,6 +235,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
235
235
|
allowedInvalidValue: {
|
236
236
|
type: StringConstructor;
|
237
237
|
};
|
238
|
+
to: {
|
239
|
+
type: PropType<string | false | HTMLElement>;
|
240
|
+
default: string;
|
241
|
+
};
|
238
242
|
}, {
|
239
243
|
attrs: {
|
240
244
|
[x: string]: unknown;
|
@@ -255,6 +259,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
255
259
|
allowedInvalidValue: {
|
256
260
|
type: StringConstructor;
|
257
261
|
};
|
262
|
+
to: {
|
263
|
+
type: PropType<string | false | HTMLElement>;
|
264
|
+
default: string;
|
265
|
+
};
|
258
266
|
}>> & {
|
259
267
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
260
268
|
}>>;
|
@@ -291,10 +299,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
291
299
|
allowedInvalidValue: {
|
292
300
|
type: StringConstructor;
|
293
301
|
};
|
302
|
+
to: {
|
303
|
+
type: PropType<string | false | HTMLElement>;
|
304
|
+
default: string;
|
305
|
+
};
|
294
306
|
}>> & {
|
295
307
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
296
308
|
}, {
|
297
309
|
updateUnchangedValue: boolean;
|
310
|
+
to: string | false | HTMLElement;
|
298
311
|
}>>;
|
299
312
|
NSelect: any;
|
300
313
|
WidgetValEnums: {
|
@@ -507,7 +520,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
507
520
|
default: null;
|
508
521
|
};
|
509
522
|
modelValue: {
|
510
|
-
type: (
|
523
|
+
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
511
524
|
default: null;
|
512
525
|
};
|
513
526
|
}, {
|
@@ -518,7 +531,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
518
531
|
default: null;
|
519
532
|
};
|
520
533
|
modelValue: {
|
521
|
-
type: (
|
534
|
+
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
522
535
|
default: null;
|
523
536
|
};
|
524
537
|
}>> & {
|
@@ -526,6 +539,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
526
539
|
}>>;
|
527
540
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
528
541
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
542
|
+
selectDynamicRef: any;
|
529
543
|
isLoading: import("vue").Ref<boolean>;
|
530
544
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
531
545
|
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
@@ -541,7 +555,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
541
555
|
isMultiple: import("vue").ComputedRef<boolean>;
|
542
556
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
543
557
|
isLastPage: import("vue").ComputedRef<boolean>;
|
544
|
-
|
558
|
+
originList: import("vue").ComputedRef<any[]>;
|
559
|
+
valueCp: import("vue").ComputedRef<string | any[]>;
|
545
560
|
isInitRequest: import("vue").ComputedRef<boolean>;
|
546
561
|
setOptionActive: (selectIds: string[]) => void;
|
547
562
|
handleUpdateSelect: (value: string[] | null) => void;
|
@@ -557,8 +572,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
557
572
|
[key: string]: any;
|
558
573
|
}>;
|
559
574
|
init: () => void;
|
575
|
+
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
560
576
|
NSelect: any;
|
561
577
|
SelectDynamicOption: import("vue").DefineComponent<{
|
578
|
+
oldValue: {
|
579
|
+
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
580
|
+
default: () => never[];
|
581
|
+
};
|
562
582
|
dynamicOptionInfo: {
|
563
583
|
type: PropType<import("../../../../../shared/types").AnyObject>;
|
564
584
|
default: () => {};
|
@@ -594,6 +614,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
594
614
|
}, {
|
595
615
|
selectMinWidth: number;
|
596
616
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
617
|
+
oldValue: {
|
618
|
+
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
619
|
+
default: () => never[];
|
620
|
+
};
|
597
621
|
dynamicOptionInfo: {
|
598
622
|
type: PropType<import("../../../../../shared/types").AnyObject>;
|
599
623
|
default: () => {};
|
@@ -682,6 +706,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
682
706
|
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<{}>>, {}>;
|
683
707
|
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<{}>>, {}>;
|
684
708
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
709
|
+
oldValue: {
|
710
|
+
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
711
|
+
default: () => never[];
|
712
|
+
};
|
685
713
|
dynamicOptionInfo: {
|
686
714
|
type: PropType<import("../../../../../shared/types").AnyObject>;
|
687
715
|
default: () => {};
|
@@ -720,6 +748,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
720
748
|
}, {
|
721
749
|
isMultiple: boolean;
|
722
750
|
loading: boolean;
|
751
|
+
oldValue: import("../../../../../shared/types").AnyObject[];
|
723
752
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
724
753
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
725
754
|
optionList: import("../../../../../shared/types").AnyObject[];
|
@@ -733,13 +762,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
733
762
|
default: null;
|
734
763
|
};
|
735
764
|
modelValue: {
|
736
|
-
type: (
|
765
|
+
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
737
766
|
default: null;
|
738
767
|
};
|
739
768
|
}>> & {
|
740
769
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
741
770
|
}, {
|
742
|
-
modelValue:
|
771
|
+
modelValue: import("../../../../../shared/types").AnyObject[];
|
743
772
|
paramCfg: Record<string, any>;
|
744
773
|
}>;
|
745
774
|
InputNumberGroup: import("vue").DefineComponent<{
|
@@ -868,6 +897,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
868
897
|
allowedInvalidValue: {
|
869
898
|
type: StringConstructor;
|
870
899
|
};
|
900
|
+
to: {
|
901
|
+
type: PropType<string | false | HTMLElement>;
|
902
|
+
default: string;
|
903
|
+
};
|
871
904
|
}, {
|
872
905
|
attrs: {
|
873
906
|
[x: string]: unknown;
|
@@ -888,6 +921,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
888
921
|
allowedInvalidValue: {
|
889
922
|
type: StringConstructor;
|
890
923
|
};
|
924
|
+
to: {
|
925
|
+
type: PropType<string | false | HTMLElement>;
|
926
|
+
default: string;
|
927
|
+
};
|
891
928
|
}>> & {
|
892
929
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
893
930
|
}>>;
|
@@ -924,10 +961,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
924
961
|
allowedInvalidValue: {
|
925
962
|
type: StringConstructor;
|
926
963
|
};
|
964
|
+
to: {
|
965
|
+
type: PropType<string | false | HTMLElement>;
|
966
|
+
default: string;
|
967
|
+
};
|
927
968
|
}>> & {
|
928
969
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
929
970
|
}, {
|
930
971
|
updateUnchangedValue: boolean;
|
972
|
+
to: string | false | HTMLElement;
|
931
973
|
}>>;
|
932
974
|
WidgetValEnums: {
|
933
975
|
CUSTOM: string;
|
package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts
CHANGED
@@ -99,6 +99,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
99
99
|
allowedInvalidValue: {
|
100
100
|
type: StringConstructor;
|
101
101
|
};
|
102
|
+
to: {
|
103
|
+
type: PropType<string | false | HTMLElement>;
|
104
|
+
default: string;
|
105
|
+
};
|
102
106
|
}, {
|
103
107
|
attrs: {
|
104
108
|
[x: string]: unknown;
|
@@ -119,6 +123,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
119
123
|
allowedInvalidValue: {
|
120
124
|
type: StringConstructor;
|
121
125
|
};
|
126
|
+
to: {
|
127
|
+
type: PropType<string | false | HTMLElement>;
|
128
|
+
default: string;
|
129
|
+
};
|
122
130
|
}>> & {
|
123
131
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
124
132
|
}>>;
|
@@ -155,10 +163,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
155
163
|
allowedInvalidValue: {
|
156
164
|
type: StringConstructor;
|
157
165
|
};
|
166
|
+
to: {
|
167
|
+
type: PropType<string | false | HTMLElement>;
|
168
|
+
default: string;
|
169
|
+
};
|
158
170
|
}>> & {
|
159
171
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
160
172
|
}, {
|
161
173
|
updateUnchangedValue: boolean;
|
174
|
+
to: string | false | HTMLElement;
|
162
175
|
}>>;
|
163
176
|
DateQuickBtn: import("vue").DefineComponent<{
|
164
177
|
componentCfg: {
|
@@ -82,6 +82,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
82
82
|
allowedInvalidValue: {
|
83
83
|
type: StringConstructor;
|
84
84
|
};
|
85
|
+
to: {
|
86
|
+
type: PropType<string | false | HTMLElement>;
|
87
|
+
default: string;
|
88
|
+
};
|
85
89
|
}, {
|
86
90
|
attrs: {
|
87
91
|
[x: string]: unknown;
|
@@ -102,6 +106,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
102
106
|
allowedInvalidValue: {
|
103
107
|
type: StringConstructor;
|
104
108
|
};
|
109
|
+
to: {
|
110
|
+
type: PropType<string | false | HTMLElement>;
|
111
|
+
default: string;
|
112
|
+
};
|
105
113
|
}>> & {
|
106
114
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
107
115
|
}>>;
|
@@ -138,10 +146,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
138
146
|
allowedInvalidValue: {
|
139
147
|
type: StringConstructor;
|
140
148
|
};
|
149
|
+
to: {
|
150
|
+
type: PropType<string | false | HTMLElement>;
|
151
|
+
default: string;
|
152
|
+
};
|
141
153
|
}>> & {
|
142
154
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
143
155
|
}, {
|
144
156
|
updateUnchangedValue: boolean;
|
157
|
+
to: string | false | HTMLElement;
|
145
158
|
}>>;
|
146
159
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
147
160
|
componentCfg: {
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts
CHANGED
@@ -117,6 +117,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
117
117
|
allowedInvalidValue: {
|
118
118
|
type: StringConstructor;
|
119
119
|
};
|
120
|
+
to: {
|
121
|
+
type: PropType<string | false | HTMLElement>;
|
122
|
+
default: string;
|
123
|
+
};
|
120
124
|
}, {
|
121
125
|
attrs: {
|
122
126
|
[x: string]: unknown;
|
@@ -137,6 +141,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
137
141
|
allowedInvalidValue: {
|
138
142
|
type: StringConstructor;
|
139
143
|
};
|
144
|
+
to: {
|
145
|
+
type: PropType<string | false | HTMLElement>;
|
146
|
+
default: string;
|
147
|
+
};
|
140
148
|
}>> & {
|
141
149
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
142
150
|
}>>;
|
@@ -173,10 +181,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
173
181
|
allowedInvalidValue: {
|
174
182
|
type: StringConstructor;
|
175
183
|
};
|
184
|
+
to: {
|
185
|
+
type: PropType<string | false | HTMLElement>;
|
186
|
+
default: string;
|
187
|
+
};
|
176
188
|
}>> & {
|
177
189
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
178
190
|
}, {
|
179
191
|
updateUnchangedValue: boolean;
|
192
|
+
to: string | false | HTMLElement;
|
180
193
|
}>>;
|
181
194
|
DateQuickBtn: import("vue").DefineComponent<{
|
182
195
|
componentCfg: {
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts
CHANGED
@@ -84,6 +84,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
84
84
|
allowedInvalidValue: {
|
85
85
|
type: StringConstructor;
|
86
86
|
};
|
87
|
+
to: {
|
88
|
+
type: PropType<string | false | HTMLElement>;
|
89
|
+
default: string;
|
90
|
+
};
|
87
91
|
}, {
|
88
92
|
attrs: {
|
89
93
|
[x: string]: unknown;
|
@@ -104,6 +108,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
104
108
|
allowedInvalidValue: {
|
105
109
|
type: StringConstructor;
|
106
110
|
};
|
111
|
+
to: {
|
112
|
+
type: PropType<string | false | HTMLElement>;
|
113
|
+
default: string;
|
114
|
+
};
|
107
115
|
}>> & {
|
108
116
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
109
117
|
}>>;
|
@@ -140,10 +148,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
140
148
|
allowedInvalidValue: {
|
141
149
|
type: StringConstructor;
|
142
150
|
};
|
151
|
+
to: {
|
152
|
+
type: PropType<string | false | HTMLElement>;
|
153
|
+
default: string;
|
154
|
+
};
|
143
155
|
}>> & {
|
144
156
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
145
157
|
}, {
|
146
158
|
updateUnchangedValue: boolean;
|
159
|
+
to: string | false | HTMLElement;
|
147
160
|
}>>;
|
148
161
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
149
162
|
type: {
|
package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
+
import { PropType } from 'vue';
|
2
|
+
import { AnyObject } from '../../../../../../shared/types';
|
1
3
|
declare const _default: import("vue").DefineComponent<{
|
2
4
|
value: {
|
3
|
-
type:
|
5
|
+
type: PropType<AnyObject[]>;
|
4
6
|
};
|
5
7
|
componentCfg: {
|
6
8
|
type: ObjectConstructor;
|
@@ -13,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
13
15
|
};
|
14
16
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
15
17
|
value: {
|
16
|
-
type:
|
18
|
+
type: PropType<AnyObject[]>;
|
17
19
|
};
|
18
20
|
componentCfg: {
|
19
21
|
type: ObjectConstructor;
|
@@ -28,8 +30,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
28
30
|
emit: (event: "update:value", ...args: any[]) => void;
|
29
31
|
selectDynamicRef: any;
|
30
32
|
isLoading: import("vue").Ref<boolean>;
|
31
|
-
filterApiConfig:
|
32
|
-
searchFilterList: import("vue").Ref<
|
33
|
+
filterApiConfig: AnyObject;
|
34
|
+
searchFilterList: import("vue").Ref<AnyObject[]>;
|
33
35
|
curPage: import("vue").Ref<number>;
|
34
36
|
fieldTitleList: import("vue").Ref<any>;
|
35
37
|
selectOptions: import("vue").Ref<any[]>;
|
@@ -43,7 +45,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
43
45
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
44
46
|
isShowWhole: import("vue").ComputedRef<any>;
|
45
47
|
isLastPage: import("vue").ComputedRef<boolean>;
|
46
|
-
valueCp: import("vue").ComputedRef<string |
|
48
|
+
valueCp: import("vue").ComputedRef<string | any[] | {
|
47
49
|
label: any;
|
48
50
|
value: any;
|
49
51
|
} | null>;
|
@@ -64,16 +66,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
64
66
|
init: () => void;
|
65
67
|
NSelect: any;
|
66
68
|
SelectDynamicOption: import("vue").DefineComponent<{
|
69
|
+
oldValue: {
|
70
|
+
type: PropType<AnyObject[]>;
|
71
|
+
default: () => never[];
|
72
|
+
};
|
67
73
|
dynamicOptionInfo: {
|
68
|
-
type:
|
74
|
+
type: PropType<AnyObject>;
|
69
75
|
default: () => {};
|
70
76
|
};
|
71
77
|
fieldTitleList: {
|
72
|
-
type:
|
78
|
+
type: PropType<AnyObject[]>;
|
73
79
|
default: () => never[];
|
74
80
|
};
|
75
81
|
optionList: {
|
76
|
-
type:
|
82
|
+
type: PropType<AnyObject[]>;
|
77
83
|
default: () => never[];
|
78
84
|
};
|
79
85
|
isMultiple: {
|
@@ -99,16 +105,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
99
105
|
}, {
|
100
106
|
selectMinWidth: number;
|
101
107
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
108
|
+
oldValue: {
|
109
|
+
type: PropType<AnyObject[]>;
|
110
|
+
default: () => never[];
|
111
|
+
};
|
102
112
|
dynamicOptionInfo: {
|
103
|
-
type:
|
113
|
+
type: PropType<AnyObject>;
|
104
114
|
default: () => {};
|
105
115
|
};
|
106
116
|
fieldTitleList: {
|
107
|
-
type:
|
117
|
+
type: PropType<AnyObject[]>;
|
108
118
|
default: () => never[];
|
109
119
|
};
|
110
120
|
optionList: {
|
111
|
-
type:
|
121
|
+
type: PropType<AnyObject[]>;
|
112
122
|
default: () => never[];
|
113
123
|
};
|
114
124
|
isMultiple: {
|
@@ -187,16 +197,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
187
197
|
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<{}>>, {}>;
|
188
198
|
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<{}>>, {}>;
|
189
199
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
200
|
+
oldValue: {
|
201
|
+
type: PropType<AnyObject[]>;
|
202
|
+
default: () => never[];
|
203
|
+
};
|
190
204
|
dynamicOptionInfo: {
|
191
|
-
type:
|
205
|
+
type: PropType<AnyObject>;
|
192
206
|
default: () => {};
|
193
207
|
};
|
194
208
|
fieldTitleList: {
|
195
|
-
type:
|
209
|
+
type: PropType<AnyObject[]>;
|
196
210
|
default: () => never[];
|
197
211
|
};
|
198
212
|
optionList: {
|
199
|
-
type:
|
213
|
+
type: PropType<AnyObject[]>;
|
200
214
|
default: () => never[];
|
201
215
|
};
|
202
216
|
isMultiple: {
|
@@ -225,16 +239,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
225
239
|
}, {
|
226
240
|
isMultiple: boolean;
|
227
241
|
loading: boolean;
|
228
|
-
|
229
|
-
|
230
|
-
|
242
|
+
oldValue: AnyObject[];
|
243
|
+
dynamicOptionInfo: AnyObject;
|
244
|
+
fieldTitleList: AnyObject[];
|
245
|
+
optionList: AnyObject[];
|
231
246
|
curPage: number;
|
232
247
|
isLastPage: boolean;
|
233
248
|
isShowWhole: boolean;
|
234
249
|
}>;
|
235
250
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
236
251
|
value: {
|
237
|
-
type:
|
252
|
+
type: PropType<AnyObject[]>;
|
238
253
|
};
|
239
254
|
componentCfg: {
|
240
255
|
type: ObjectConstructor;
|