cnhis-design-vue 3.1.52-release.1 → 3.1.52-release.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/body-select/index.d.ts +47 -0
- package/es/components/body-select/index.js +1 -0
- package/es/components/body-select/src/config/index.d.ts +101 -0
- package/es/components/body-select/src/config/index.js +1 -0
- package/es/components/body-select/src/hooks/renderCanvas.d.ts +6 -0
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -0
- package/es/components/body-select/src/index.vue.d.ts +48 -0
- package/es/components/body-select/src/index.vue.js +1 -0
- package/es/components/body-select/src/index.vue2.js +1 -0
- package/es/components/body-select/style/index.css +1 -0
- package/es/components/callback/src/components/render/popupMaps.d.ts +1 -1
- package/es/components/classification/index.d.ts +76 -6
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +76 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +76 -6
- package/es/components/classification/src/index.vue.d.ts +76 -6
- package/es/components/date-picker/index.d.ts +38 -3
- package/es/components/date-picker/src/DatePicker.vue.d.ts +38 -3
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/expand-field/src/components/form.vue2.js +1 -1
- package/es/components/form-config/index.d.ts +2 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +2 -2
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1 -1
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-render/index.d.ts +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/date.d.ts +25 -0
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +2 -2
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +38 -3
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +38 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -0
- package/es/components/iho-table/src/utils/index.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/info-header/index.d.ts +2 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -1
- package/es/components/keyboard/src/Keyboard.vue2.js +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
- package/es/components/select-person/src/SearchOrgAndStaff.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -1
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +76 -6
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +76 -6
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +76 -6
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +152 -12
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +152 -12
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +9 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/hooks/useDateTime.d.ts +8 -2
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
|
@@ -60,6 +60,15 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
60
60
|
onConfirm: {
|
|
61
61
|
type: FunctionConstructor;
|
|
62
62
|
};
|
|
63
|
+
formattedValue: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
};
|
|
66
|
+
placeholder: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
};
|
|
69
|
+
allowedInvalidValue: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
};
|
|
63
72
|
}, {
|
|
64
73
|
attrs: {
|
|
65
74
|
[x: string]: unknown;
|
|
@@ -71,9 +80,23 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
71
80
|
onConfirm: {
|
|
72
81
|
type: FunctionConstructor;
|
|
73
82
|
};
|
|
74
|
-
|
|
83
|
+
formattedValue: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
};
|
|
86
|
+
placeholder: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
};
|
|
89
|
+
allowedInvalidValue: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
};
|
|
92
|
+
}>> & {
|
|
93
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
94
|
+
}>>;
|
|
95
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
75
96
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
76
97
|
panelInstRef: import("vue").Ref<null>;
|
|
98
|
+
placeholderRef: import("vue").Ref<any>;
|
|
99
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
77
100
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
78
101
|
formatRef: import("vue").ComputedRef<string>;
|
|
79
102
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -82,15 +105,27 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
82
105
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
83
106
|
onUpdateShow: (show: boolean) => void;
|
|
84
107
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
108
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
85
109
|
NDatePicker: any;
|
|
86
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
110
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
87
111
|
updateUnchangedValue: {
|
|
88
112
|
type: BooleanConstructor;
|
|
89
113
|
};
|
|
90
114
|
onConfirm: {
|
|
91
115
|
type: FunctionConstructor;
|
|
92
116
|
};
|
|
93
|
-
|
|
117
|
+
formattedValue: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
};
|
|
120
|
+
placeholder: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
};
|
|
123
|
+
allowedInvalidValue: {
|
|
124
|
+
type: StringConstructor;
|
|
125
|
+
};
|
|
126
|
+
}>> & {
|
|
127
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
}, {
|
|
94
129
|
updateUnchangedValue: boolean;
|
|
95
130
|
}>>;
|
|
96
131
|
NSelect: any;
|
|
@@ -653,6 +688,15 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
653
688
|
onConfirm: {
|
|
654
689
|
type: FunctionConstructor;
|
|
655
690
|
};
|
|
691
|
+
formattedValue: {
|
|
692
|
+
type: StringConstructor;
|
|
693
|
+
};
|
|
694
|
+
placeholder: {
|
|
695
|
+
type: StringConstructor;
|
|
696
|
+
};
|
|
697
|
+
allowedInvalidValue: {
|
|
698
|
+
type: StringConstructor;
|
|
699
|
+
};
|
|
656
700
|
}, {
|
|
657
701
|
attrs: {
|
|
658
702
|
[x: string]: unknown;
|
|
@@ -664,9 +708,23 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
664
708
|
onConfirm: {
|
|
665
709
|
type: FunctionConstructor;
|
|
666
710
|
};
|
|
667
|
-
|
|
711
|
+
formattedValue: {
|
|
712
|
+
type: StringConstructor;
|
|
713
|
+
};
|
|
714
|
+
placeholder: {
|
|
715
|
+
type: StringConstructor;
|
|
716
|
+
};
|
|
717
|
+
allowedInvalidValue: {
|
|
718
|
+
type: StringConstructor;
|
|
719
|
+
};
|
|
720
|
+
}>> & {
|
|
721
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
722
|
+
}>>;
|
|
723
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
668
724
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
669
725
|
panelInstRef: import("vue").Ref<null>;
|
|
726
|
+
placeholderRef: import("vue").Ref<any>;
|
|
727
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
670
728
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
671
729
|
formatRef: import("vue").ComputedRef<string>;
|
|
672
730
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -675,15 +733,27 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
675
733
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
676
734
|
onUpdateShow: (show: boolean) => void;
|
|
677
735
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
736
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
678
737
|
NDatePicker: any;
|
|
679
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
738
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
680
739
|
updateUnchangedValue: {
|
|
681
740
|
type: BooleanConstructor;
|
|
682
741
|
};
|
|
683
742
|
onConfirm: {
|
|
684
743
|
type: FunctionConstructor;
|
|
685
744
|
};
|
|
686
|
-
|
|
745
|
+
formattedValue: {
|
|
746
|
+
type: StringConstructor;
|
|
747
|
+
};
|
|
748
|
+
placeholder: {
|
|
749
|
+
type: StringConstructor;
|
|
750
|
+
};
|
|
751
|
+
allowedInvalidValue: {
|
|
752
|
+
type: StringConstructor;
|
|
753
|
+
};
|
|
754
|
+
}>> & {
|
|
755
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
756
|
+
}, {
|
|
687
757
|
updateUnchangedValue: boolean;
|
|
688
758
|
}>>;
|
|
689
759
|
WidgetValEnums: {
|
|
@@ -223,6 +223,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
223
|
onConfirm: {
|
|
224
224
|
type: FunctionConstructor;
|
|
225
225
|
};
|
|
226
|
+
formattedValue: {
|
|
227
|
+
type: StringConstructor;
|
|
228
|
+
};
|
|
229
|
+
placeholder: {
|
|
230
|
+
type: StringConstructor;
|
|
231
|
+
};
|
|
232
|
+
allowedInvalidValue: {
|
|
233
|
+
type: StringConstructor;
|
|
234
|
+
};
|
|
226
235
|
}, {
|
|
227
236
|
attrs: {
|
|
228
237
|
[x: string]: unknown;
|
|
@@ -234,9 +243,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
234
243
|
onConfirm: {
|
|
235
244
|
type: FunctionConstructor;
|
|
236
245
|
};
|
|
237
|
-
|
|
246
|
+
formattedValue: {
|
|
247
|
+
type: StringConstructor;
|
|
248
|
+
};
|
|
249
|
+
placeholder: {
|
|
250
|
+
type: StringConstructor;
|
|
251
|
+
};
|
|
252
|
+
allowedInvalidValue: {
|
|
253
|
+
type: StringConstructor;
|
|
254
|
+
};
|
|
255
|
+
}>> & {
|
|
256
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
257
|
+
}>>;
|
|
258
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
238
259
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
239
260
|
panelInstRef: import("vue").Ref<null>;
|
|
261
|
+
placeholderRef: import("vue").Ref<any>;
|
|
262
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
240
263
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
241
264
|
formatRef: import("vue").ComputedRef<string>;
|
|
242
265
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -245,15 +268,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
245
268
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
246
269
|
onUpdateShow: (show: boolean) => void;
|
|
247
270
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
271
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
248
272
|
NDatePicker: any;
|
|
249
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
273
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
250
274
|
updateUnchangedValue: {
|
|
251
275
|
type: BooleanConstructor;
|
|
252
276
|
};
|
|
253
277
|
onConfirm: {
|
|
254
278
|
type: FunctionConstructor;
|
|
255
279
|
};
|
|
256
|
-
|
|
280
|
+
formattedValue: {
|
|
281
|
+
type: StringConstructor;
|
|
282
|
+
};
|
|
283
|
+
placeholder: {
|
|
284
|
+
type: StringConstructor;
|
|
285
|
+
};
|
|
286
|
+
allowedInvalidValue: {
|
|
287
|
+
type: StringConstructor;
|
|
288
|
+
};
|
|
289
|
+
}>> & {
|
|
290
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
291
|
+
}, {
|
|
257
292
|
updateUnchangedValue: boolean;
|
|
258
293
|
}>>;
|
|
259
294
|
NSelect: any;
|
|
@@ -816,6 +851,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
816
851
|
onConfirm: {
|
|
817
852
|
type: FunctionConstructor;
|
|
818
853
|
};
|
|
854
|
+
formattedValue: {
|
|
855
|
+
type: StringConstructor;
|
|
856
|
+
};
|
|
857
|
+
placeholder: {
|
|
858
|
+
type: StringConstructor;
|
|
859
|
+
};
|
|
860
|
+
allowedInvalidValue: {
|
|
861
|
+
type: StringConstructor;
|
|
862
|
+
};
|
|
819
863
|
}, {
|
|
820
864
|
attrs: {
|
|
821
865
|
[x: string]: unknown;
|
|
@@ -827,9 +871,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
827
871
|
onConfirm: {
|
|
828
872
|
type: FunctionConstructor;
|
|
829
873
|
};
|
|
830
|
-
|
|
874
|
+
formattedValue: {
|
|
875
|
+
type: StringConstructor;
|
|
876
|
+
};
|
|
877
|
+
placeholder: {
|
|
878
|
+
type: StringConstructor;
|
|
879
|
+
};
|
|
880
|
+
allowedInvalidValue: {
|
|
881
|
+
type: StringConstructor;
|
|
882
|
+
};
|
|
883
|
+
}>> & {
|
|
884
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
885
|
+
}>>;
|
|
886
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
831
887
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
832
888
|
panelInstRef: import("vue").Ref<null>;
|
|
889
|
+
placeholderRef: import("vue").Ref<any>;
|
|
890
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
833
891
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
834
892
|
formatRef: import("vue").ComputedRef<string>;
|
|
835
893
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -838,15 +896,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
838
896
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
839
897
|
onUpdateShow: (show: boolean) => void;
|
|
840
898
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
899
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
841
900
|
NDatePicker: any;
|
|
842
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
901
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
843
902
|
updateUnchangedValue: {
|
|
844
903
|
type: BooleanConstructor;
|
|
845
904
|
};
|
|
846
905
|
onConfirm: {
|
|
847
906
|
type: FunctionConstructor;
|
|
848
907
|
};
|
|
849
|
-
|
|
908
|
+
formattedValue: {
|
|
909
|
+
type: StringConstructor;
|
|
910
|
+
};
|
|
911
|
+
placeholder: {
|
|
912
|
+
type: StringConstructor;
|
|
913
|
+
};
|
|
914
|
+
allowedInvalidValue: {
|
|
915
|
+
type: StringConstructor;
|
|
916
|
+
};
|
|
917
|
+
}>> & {
|
|
918
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
919
|
+
}, {
|
|
850
920
|
updateUnchangedValue: boolean;
|
|
851
921
|
}>>;
|
|
852
922
|
WidgetValEnums: {
|
package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts
CHANGED
|
@@ -90,6 +90,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
onConfirm: {
|
|
91
91
|
type: FunctionConstructor;
|
|
92
92
|
};
|
|
93
|
+
formattedValue: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
};
|
|
96
|
+
placeholder: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
};
|
|
99
|
+
allowedInvalidValue: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
};
|
|
93
102
|
}, {
|
|
94
103
|
attrs: {
|
|
95
104
|
[x: string]: unknown;
|
|
@@ -101,9 +110,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
110
|
onConfirm: {
|
|
102
111
|
type: FunctionConstructor;
|
|
103
112
|
};
|
|
104
|
-
|
|
113
|
+
formattedValue: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
};
|
|
116
|
+
placeholder: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
};
|
|
119
|
+
allowedInvalidValue: {
|
|
120
|
+
type: StringConstructor;
|
|
121
|
+
};
|
|
122
|
+
}>> & {
|
|
123
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
124
|
+
}>>;
|
|
125
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
105
126
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
106
127
|
panelInstRef: import("vue").Ref<null>;
|
|
128
|
+
placeholderRef: import("vue").Ref<any>;
|
|
129
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
107
130
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
108
131
|
formatRef: import("vue").ComputedRef<string>;
|
|
109
132
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -112,15 +135,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
112
135
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
113
136
|
onUpdateShow: (show: boolean) => void;
|
|
114
137
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
138
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
115
139
|
NDatePicker: any;
|
|
116
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
140
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
117
141
|
updateUnchangedValue: {
|
|
118
142
|
type: BooleanConstructor;
|
|
119
143
|
};
|
|
120
144
|
onConfirm: {
|
|
121
145
|
type: FunctionConstructor;
|
|
122
146
|
};
|
|
123
|
-
|
|
147
|
+
formattedValue: {
|
|
148
|
+
type: StringConstructor;
|
|
149
|
+
};
|
|
150
|
+
placeholder: {
|
|
151
|
+
type: StringConstructor;
|
|
152
|
+
};
|
|
153
|
+
allowedInvalidValue: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
};
|
|
156
|
+
}>> & {
|
|
157
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
158
|
+
}, {
|
|
124
159
|
updateUnchangedValue: boolean;
|
|
125
160
|
}>>;
|
|
126
161
|
DateQuickBtn: import("vue").DefineComponent<{
|
|
@@ -73,6 +73,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
onConfirm: {
|
|
74
74
|
type: FunctionConstructor;
|
|
75
75
|
};
|
|
76
|
+
formattedValue: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
};
|
|
79
|
+
placeholder: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
};
|
|
82
|
+
allowedInvalidValue: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
};
|
|
76
85
|
}, {
|
|
77
86
|
attrs: {
|
|
78
87
|
[x: string]: unknown;
|
|
@@ -84,9 +93,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
93
|
onConfirm: {
|
|
85
94
|
type: FunctionConstructor;
|
|
86
95
|
};
|
|
87
|
-
|
|
96
|
+
formattedValue: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
};
|
|
99
|
+
placeholder: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
};
|
|
102
|
+
allowedInvalidValue: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
};
|
|
105
|
+
}>> & {
|
|
106
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
}>>;
|
|
108
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
88
109
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
89
110
|
panelInstRef: import("vue").Ref<null>;
|
|
111
|
+
placeholderRef: import("vue").Ref<any>;
|
|
112
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
90
113
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
91
114
|
formatRef: import("vue").ComputedRef<string>;
|
|
92
115
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -95,15 +118,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
118
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
96
119
|
onUpdateShow: (show: boolean) => void;
|
|
97
120
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
121
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
98
122
|
NDatePicker: any;
|
|
99
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
123
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
100
124
|
updateUnchangedValue: {
|
|
101
125
|
type: BooleanConstructor;
|
|
102
126
|
};
|
|
103
127
|
onConfirm: {
|
|
104
128
|
type: FunctionConstructor;
|
|
105
129
|
};
|
|
106
|
-
|
|
130
|
+
formattedValue: {
|
|
131
|
+
type: StringConstructor;
|
|
132
|
+
};
|
|
133
|
+
placeholder: {
|
|
134
|
+
type: StringConstructor;
|
|
135
|
+
};
|
|
136
|
+
allowedInvalidValue: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
};
|
|
139
|
+
}>> & {
|
|
140
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
141
|
+
}, {
|
|
107
142
|
updateUnchangedValue: boolean;
|
|
108
143
|
}>>;
|
|
109
144
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts
CHANGED
|
@@ -108,6 +108,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
108
|
onConfirm: {
|
|
109
109
|
type: FunctionConstructor;
|
|
110
110
|
};
|
|
111
|
+
formattedValue: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
};
|
|
114
|
+
placeholder: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
};
|
|
117
|
+
allowedInvalidValue: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
};
|
|
111
120
|
}, {
|
|
112
121
|
attrs: {
|
|
113
122
|
[x: string]: unknown;
|
|
@@ -119,9 +128,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
128
|
onConfirm: {
|
|
120
129
|
type: FunctionConstructor;
|
|
121
130
|
};
|
|
122
|
-
|
|
131
|
+
formattedValue: {
|
|
132
|
+
type: StringConstructor;
|
|
133
|
+
};
|
|
134
|
+
placeholder: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
};
|
|
137
|
+
allowedInvalidValue: {
|
|
138
|
+
type: StringConstructor;
|
|
139
|
+
};
|
|
140
|
+
}>> & {
|
|
141
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
142
|
+
}>>;
|
|
143
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
123
144
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
124
145
|
panelInstRef: import("vue").Ref<null>;
|
|
146
|
+
placeholderRef: import("vue").Ref<any>;
|
|
147
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
125
148
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
126
149
|
formatRef: import("vue").ComputedRef<string>;
|
|
127
150
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -130,15 +153,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
130
153
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
131
154
|
onUpdateShow: (show: boolean) => void;
|
|
132
155
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
156
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
133
157
|
NDatePicker: any;
|
|
134
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
158
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
135
159
|
updateUnchangedValue: {
|
|
136
160
|
type: BooleanConstructor;
|
|
137
161
|
};
|
|
138
162
|
onConfirm: {
|
|
139
163
|
type: FunctionConstructor;
|
|
140
164
|
};
|
|
141
|
-
|
|
165
|
+
formattedValue: {
|
|
166
|
+
type: StringConstructor;
|
|
167
|
+
};
|
|
168
|
+
placeholder: {
|
|
169
|
+
type: StringConstructor;
|
|
170
|
+
};
|
|
171
|
+
allowedInvalidValue: {
|
|
172
|
+
type: StringConstructor;
|
|
173
|
+
};
|
|
174
|
+
}>> & {
|
|
175
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
176
|
+
}, {
|
|
142
177
|
updateUnchangedValue: boolean;
|
|
143
178
|
}>>;
|
|
144
179
|
DateQuickBtn: import("vue").DefineComponent<{
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts
CHANGED
|
@@ -75,6 +75,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
onConfirm: {
|
|
76
76
|
type: FunctionConstructor;
|
|
77
77
|
};
|
|
78
|
+
formattedValue: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
};
|
|
81
|
+
placeholder: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
};
|
|
84
|
+
allowedInvalidValue: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
};
|
|
78
87
|
}, {
|
|
79
88
|
attrs: {
|
|
80
89
|
[x: string]: unknown;
|
|
@@ -86,9 +95,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
95
|
onConfirm: {
|
|
87
96
|
type: FunctionConstructor;
|
|
88
97
|
};
|
|
89
|
-
|
|
98
|
+
formattedValue: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
};
|
|
101
|
+
placeholder: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
};
|
|
104
|
+
allowedInvalidValue: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
};
|
|
107
|
+
}>> & {
|
|
108
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
109
|
+
}>>;
|
|
110
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
90
111
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
91
112
|
panelInstRef: import("vue").Ref<null>;
|
|
113
|
+
placeholderRef: import("vue").Ref<any>;
|
|
114
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
92
115
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
93
116
|
formatRef: import("vue").ComputedRef<string>;
|
|
94
117
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -97,15 +120,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
120
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
98
121
|
onUpdateShow: (show: boolean) => void;
|
|
99
122
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
123
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
100
124
|
NDatePicker: any;
|
|
101
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
125
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
102
126
|
updateUnchangedValue: {
|
|
103
127
|
type: BooleanConstructor;
|
|
104
128
|
};
|
|
105
129
|
onConfirm: {
|
|
106
130
|
type: FunctionConstructor;
|
|
107
131
|
};
|
|
108
|
-
|
|
132
|
+
formattedValue: {
|
|
133
|
+
type: StringConstructor;
|
|
134
|
+
};
|
|
135
|
+
placeholder: {
|
|
136
|
+
type: StringConstructor;
|
|
137
|
+
};
|
|
138
|
+
allowedInvalidValue: {
|
|
139
|
+
type: StringConstructor;
|
|
140
|
+
};
|
|
141
|
+
}>> & {
|
|
142
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
143
|
+
}, {
|
|
109
144
|
updateUnchangedValue: boolean;
|
|
110
145
|
}>>;
|
|
111
146
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|