cnhis-design-vue 3.1.52-beta.1 → 3.1.52-beta.11
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/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/callback/src/components/render/popupMaps.d.ts +1 -1
- package/es/components/classification/index.d.ts +40 -6
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +40 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +40 -6
- package/es/components/classification/src/index.vue.d.ts +40 -6
- package/es/components/date-picker/index.d.ts +20 -3
- package/es/components/date-picker/src/DatePicker.vue.d.ts +20 -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 +9 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +9 -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 +4 -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/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -1
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.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/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +2 -2
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/defaultValuePlugin.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +20 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +20 -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/selectRendererPlugin/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/recommend-search/index.d.ts +1 -1
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +1 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
- package/es/components/select-person/src/SearchOrgAndStaff.vue2.js +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-export-field/src/components/ExportModal.vue.d.ts +3 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +40 -6
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +40 -6
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +40 -6
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +20 -3
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +80 -12
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +80 -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/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/hooks/useDateTime.d.ts +7 -2
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
|
@@ -103,6 +103,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
onConfirm: {
|
|
104
104
|
type: FunctionConstructor;
|
|
105
105
|
};
|
|
106
|
+
formattedValue: {
|
|
107
|
+
type: StringConstructor;
|
|
108
|
+
};
|
|
106
109
|
}, {
|
|
107
110
|
attrs: {
|
|
108
111
|
[x: string]: unknown;
|
|
@@ -114,9 +117,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
117
|
onConfirm: {
|
|
115
118
|
type: FunctionConstructor;
|
|
116
119
|
};
|
|
117
|
-
|
|
120
|
+
formattedValue: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
};
|
|
123
|
+
}>> & {
|
|
124
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
}>>;
|
|
126
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
118
127
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
119
128
|
panelInstRef: import("vue").Ref<null>;
|
|
129
|
+
placeholder: import("vue").Ref<any>;
|
|
130
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
120
131
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
121
132
|
formatRef: import("vue").ComputedRef<string>;
|
|
122
133
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -125,15 +136,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
136
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
126
137
|
onUpdateShow: (show: boolean) => void;
|
|
127
138
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
139
|
+
isOtherValue: (value?: string) => boolean;
|
|
128
140
|
NDatePicker: any;
|
|
129
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
141
|
+
}, 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<{
|
|
130
142
|
updateUnchangedValue: {
|
|
131
143
|
type: BooleanConstructor;
|
|
132
144
|
};
|
|
133
145
|
onConfirm: {
|
|
134
146
|
type: FunctionConstructor;
|
|
135
147
|
};
|
|
136
|
-
|
|
148
|
+
formattedValue: {
|
|
149
|
+
type: StringConstructor;
|
|
150
|
+
};
|
|
151
|
+
}>> & {
|
|
152
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
153
|
+
}, {
|
|
137
154
|
updateUnchangedValue: boolean;
|
|
138
155
|
}>>;
|
|
139
156
|
NSelect: any;
|
|
@@ -696,6 +713,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
696
713
|
onConfirm: {
|
|
697
714
|
type: FunctionConstructor;
|
|
698
715
|
};
|
|
716
|
+
formattedValue: {
|
|
717
|
+
type: StringConstructor;
|
|
718
|
+
};
|
|
699
719
|
}, {
|
|
700
720
|
attrs: {
|
|
701
721
|
[x: string]: unknown;
|
|
@@ -707,9 +727,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
707
727
|
onConfirm: {
|
|
708
728
|
type: FunctionConstructor;
|
|
709
729
|
};
|
|
710
|
-
|
|
730
|
+
formattedValue: {
|
|
731
|
+
type: StringConstructor;
|
|
732
|
+
};
|
|
733
|
+
}>> & {
|
|
734
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
735
|
+
}>>;
|
|
736
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
711
737
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
712
738
|
panelInstRef: import("vue").Ref<null>;
|
|
739
|
+
placeholder: import("vue").Ref<any>;
|
|
740
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
713
741
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
714
742
|
formatRef: import("vue").ComputedRef<string>;
|
|
715
743
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -718,15 +746,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
718
746
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
719
747
|
onUpdateShow: (show: boolean) => void;
|
|
720
748
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
749
|
+
isOtherValue: (value?: string) => boolean;
|
|
721
750
|
NDatePicker: any;
|
|
722
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
751
|
+
}, 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<{
|
|
723
752
|
updateUnchangedValue: {
|
|
724
753
|
type: BooleanConstructor;
|
|
725
754
|
};
|
|
726
755
|
onConfirm: {
|
|
727
756
|
type: FunctionConstructor;
|
|
728
757
|
};
|
|
729
|
-
|
|
758
|
+
formattedValue: {
|
|
759
|
+
type: StringConstructor;
|
|
760
|
+
};
|
|
761
|
+
}>> & {
|
|
762
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
763
|
+
}, {
|
|
730
764
|
updateUnchangedValue: boolean;
|
|
731
765
|
}>>;
|
|
732
766
|
WidgetValEnums: {
|
|
@@ -60,6 +60,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
onConfirm: {
|
|
61
61
|
type: FunctionConstructor;
|
|
62
62
|
};
|
|
63
|
+
formattedValue: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
};
|
|
63
66
|
}, {
|
|
64
67
|
attrs: {
|
|
65
68
|
[x: string]: unknown;
|
|
@@ -71,9 +74,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
74
|
onConfirm: {
|
|
72
75
|
type: FunctionConstructor;
|
|
73
76
|
};
|
|
74
|
-
|
|
77
|
+
formattedValue: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
};
|
|
80
|
+
}>> & {
|
|
81
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
82
|
+
}>>;
|
|
83
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
75
84
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
76
85
|
panelInstRef: import("vue").Ref<null>;
|
|
86
|
+
placeholder: import("vue").Ref<any>;
|
|
87
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
77
88
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
78
89
|
formatRef: import("vue").ComputedRef<string>;
|
|
79
90
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -82,15 +93,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
93
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
83
94
|
onUpdateShow: (show: boolean) => void;
|
|
84
95
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
96
|
+
isOtherValue: (value?: string) => boolean;
|
|
85
97
|
NDatePicker: any;
|
|
86
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
98
|
+
}, 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
99
|
updateUnchangedValue: {
|
|
88
100
|
type: BooleanConstructor;
|
|
89
101
|
};
|
|
90
102
|
onConfirm: {
|
|
91
103
|
type: FunctionConstructor;
|
|
92
104
|
};
|
|
93
|
-
|
|
105
|
+
formattedValue: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
};
|
|
108
|
+
}>> & {
|
|
109
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
110
|
+
}, {
|
|
94
111
|
updateUnchangedValue: boolean;
|
|
95
112
|
}>>;
|
|
96
113
|
NSelect: any;
|
package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts
CHANGED
|
@@ -73,6 +73,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
onConfirm: {
|
|
74
74
|
type: FunctionConstructor;
|
|
75
75
|
};
|
|
76
|
+
formattedValue: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
};
|
|
76
79
|
}, {
|
|
77
80
|
attrs: {
|
|
78
81
|
[x: string]: unknown;
|
|
@@ -84,9 +87,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
87
|
onConfirm: {
|
|
85
88
|
type: FunctionConstructor;
|
|
86
89
|
};
|
|
87
|
-
|
|
90
|
+
formattedValue: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
};
|
|
93
|
+
}>> & {
|
|
94
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
}>>;
|
|
96
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
88
97
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
89
98
|
panelInstRef: import("vue").Ref<null>;
|
|
99
|
+
placeholder: import("vue").Ref<any>;
|
|
100
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
90
101
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
91
102
|
formatRef: import("vue").ComputedRef<string>;
|
|
92
103
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -95,15 +106,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
106
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
96
107
|
onUpdateShow: (show: boolean) => void;
|
|
97
108
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
109
|
+
isOtherValue: (value?: string) => boolean;
|
|
98
110
|
NDatePicker: any;
|
|
99
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
111
|
+
}, 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
112
|
updateUnchangedValue: {
|
|
101
113
|
type: BooleanConstructor;
|
|
102
114
|
};
|
|
103
115
|
onConfirm: {
|
|
104
116
|
type: FunctionConstructor;
|
|
105
117
|
};
|
|
106
|
-
|
|
118
|
+
formattedValue: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
};
|
|
121
|
+
}>> & {
|
|
122
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
123
|
+
}, {
|
|
107
124
|
updateUnchangedValue: boolean;
|
|
108
125
|
}>>;
|
|
109
126
|
WidgetValEnums: {
|
|
@@ -60,6 +60,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
60
60
|
onConfirm: {
|
|
61
61
|
type: FunctionConstructor;
|
|
62
62
|
};
|
|
63
|
+
formattedValue: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
};
|
|
63
66
|
}, {
|
|
64
67
|
attrs: {
|
|
65
68
|
[x: string]: unknown;
|
|
@@ -71,9 +74,17 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
71
74
|
onConfirm: {
|
|
72
75
|
type: FunctionConstructor;
|
|
73
76
|
};
|
|
74
|
-
|
|
77
|
+
formattedValue: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
};
|
|
80
|
+
}>> & {
|
|
81
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
82
|
+
}>>;
|
|
83
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
75
84
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
76
85
|
panelInstRef: import("vue").Ref<null>;
|
|
86
|
+
placeholder: import("vue").Ref<any>;
|
|
87
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
77
88
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
78
89
|
formatRef: import("vue").ComputedRef<string>;
|
|
79
90
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -82,15 +93,21 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
82
93
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
83
94
|
onUpdateShow: (show: boolean) => void;
|
|
84
95
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
96
|
+
isOtherValue: (value?: string) => boolean;
|
|
85
97
|
NDatePicker: any;
|
|
86
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
98
|
+
}, 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
99
|
updateUnchangedValue: {
|
|
88
100
|
type: BooleanConstructor;
|
|
89
101
|
};
|
|
90
102
|
onConfirm: {
|
|
91
103
|
type: FunctionConstructor;
|
|
92
104
|
};
|
|
93
|
-
|
|
105
|
+
formattedValue: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
};
|
|
108
|
+
}>> & {
|
|
109
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
110
|
+
}, {
|
|
94
111
|
updateUnchangedValue: boolean;
|
|
95
112
|
}>>;
|
|
96
113
|
NSelect: any;
|
|
@@ -653,6 +670,9 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
653
670
|
onConfirm: {
|
|
654
671
|
type: FunctionConstructor;
|
|
655
672
|
};
|
|
673
|
+
formattedValue: {
|
|
674
|
+
type: StringConstructor;
|
|
675
|
+
};
|
|
656
676
|
}, {
|
|
657
677
|
attrs: {
|
|
658
678
|
[x: string]: unknown;
|
|
@@ -664,9 +684,17 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
664
684
|
onConfirm: {
|
|
665
685
|
type: FunctionConstructor;
|
|
666
686
|
};
|
|
667
|
-
|
|
687
|
+
formattedValue: {
|
|
688
|
+
type: StringConstructor;
|
|
689
|
+
};
|
|
690
|
+
}>> & {
|
|
691
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
692
|
+
}>>;
|
|
693
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
668
694
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
669
695
|
panelInstRef: import("vue").Ref<null>;
|
|
696
|
+
placeholder: import("vue").Ref<any>;
|
|
697
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
670
698
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
671
699
|
formatRef: import("vue").ComputedRef<string>;
|
|
672
700
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -675,15 +703,21 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
675
703
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
676
704
|
onUpdateShow: (show: boolean) => void;
|
|
677
705
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
706
|
+
isOtherValue: (value?: string) => boolean;
|
|
678
707
|
NDatePicker: any;
|
|
679
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
708
|
+
}, 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
709
|
updateUnchangedValue: {
|
|
681
710
|
type: BooleanConstructor;
|
|
682
711
|
};
|
|
683
712
|
onConfirm: {
|
|
684
713
|
type: FunctionConstructor;
|
|
685
714
|
};
|
|
686
|
-
|
|
715
|
+
formattedValue: {
|
|
716
|
+
type: StringConstructor;
|
|
717
|
+
};
|
|
718
|
+
}>> & {
|
|
719
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
720
|
+
}, {
|
|
687
721
|
updateUnchangedValue: boolean;
|
|
688
722
|
}>>;
|
|
689
723
|
WidgetValEnums: {
|
|
@@ -223,6 +223,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
223
|
onConfirm: {
|
|
224
224
|
type: FunctionConstructor;
|
|
225
225
|
};
|
|
226
|
+
formattedValue: {
|
|
227
|
+
type: StringConstructor;
|
|
228
|
+
};
|
|
226
229
|
}, {
|
|
227
230
|
attrs: {
|
|
228
231
|
[x: string]: unknown;
|
|
@@ -234,9 +237,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
234
237
|
onConfirm: {
|
|
235
238
|
type: FunctionConstructor;
|
|
236
239
|
};
|
|
237
|
-
|
|
240
|
+
formattedValue: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
};
|
|
243
|
+
}>> & {
|
|
244
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
245
|
+
}>>;
|
|
246
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
238
247
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
239
248
|
panelInstRef: import("vue").Ref<null>;
|
|
249
|
+
placeholder: import("vue").Ref<any>;
|
|
250
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
240
251
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
241
252
|
formatRef: import("vue").ComputedRef<string>;
|
|
242
253
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -245,15 +256,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
245
256
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
246
257
|
onUpdateShow: (show: boolean) => void;
|
|
247
258
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
259
|
+
isOtherValue: (value?: string) => boolean;
|
|
248
260
|
NDatePicker: any;
|
|
249
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
261
|
+
}, 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
262
|
updateUnchangedValue: {
|
|
251
263
|
type: BooleanConstructor;
|
|
252
264
|
};
|
|
253
265
|
onConfirm: {
|
|
254
266
|
type: FunctionConstructor;
|
|
255
267
|
};
|
|
256
|
-
|
|
268
|
+
formattedValue: {
|
|
269
|
+
type: StringConstructor;
|
|
270
|
+
};
|
|
271
|
+
}>> & {
|
|
272
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
273
|
+
}, {
|
|
257
274
|
updateUnchangedValue: boolean;
|
|
258
275
|
}>>;
|
|
259
276
|
NSelect: any;
|
|
@@ -816,6 +833,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
816
833
|
onConfirm: {
|
|
817
834
|
type: FunctionConstructor;
|
|
818
835
|
};
|
|
836
|
+
formattedValue: {
|
|
837
|
+
type: StringConstructor;
|
|
838
|
+
};
|
|
819
839
|
}, {
|
|
820
840
|
attrs: {
|
|
821
841
|
[x: string]: unknown;
|
|
@@ -827,9 +847,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
827
847
|
onConfirm: {
|
|
828
848
|
type: FunctionConstructor;
|
|
829
849
|
};
|
|
830
|
-
|
|
850
|
+
formattedValue: {
|
|
851
|
+
type: StringConstructor;
|
|
852
|
+
};
|
|
853
|
+
}>> & {
|
|
854
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
855
|
+
}>>;
|
|
856
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
831
857
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
832
858
|
panelInstRef: import("vue").Ref<null>;
|
|
859
|
+
placeholder: import("vue").Ref<any>;
|
|
860
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
833
861
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
834
862
|
formatRef: import("vue").ComputedRef<string>;
|
|
835
863
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -838,15 +866,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
838
866
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
839
867
|
onUpdateShow: (show: boolean) => void;
|
|
840
868
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
869
|
+
isOtherValue: (value?: string) => boolean;
|
|
841
870
|
NDatePicker: any;
|
|
842
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
871
|
+
}, 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
872
|
updateUnchangedValue: {
|
|
844
873
|
type: BooleanConstructor;
|
|
845
874
|
};
|
|
846
875
|
onConfirm: {
|
|
847
876
|
type: FunctionConstructor;
|
|
848
877
|
};
|
|
849
|
-
|
|
878
|
+
formattedValue: {
|
|
879
|
+
type: StringConstructor;
|
|
880
|
+
};
|
|
881
|
+
}>> & {
|
|
882
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
883
|
+
}, {
|
|
850
884
|
updateUnchangedValue: boolean;
|
|
851
885
|
}>>;
|
|
852
886
|
WidgetValEnums: {
|
package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts
CHANGED
|
@@ -90,6 +90,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
onConfirm: {
|
|
91
91
|
type: FunctionConstructor;
|
|
92
92
|
};
|
|
93
|
+
formattedValue: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
};
|
|
93
96
|
}, {
|
|
94
97
|
attrs: {
|
|
95
98
|
[x: string]: unknown;
|
|
@@ -101,9 +104,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
104
|
onConfirm: {
|
|
102
105
|
type: FunctionConstructor;
|
|
103
106
|
};
|
|
104
|
-
|
|
107
|
+
formattedValue: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
};
|
|
110
|
+
}>> & {
|
|
111
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
112
|
+
}>>;
|
|
113
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
105
114
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
106
115
|
panelInstRef: import("vue").Ref<null>;
|
|
116
|
+
placeholder: import("vue").Ref<any>;
|
|
117
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
107
118
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
108
119
|
formatRef: import("vue").ComputedRef<string>;
|
|
109
120
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -112,15 +123,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
112
123
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
113
124
|
onUpdateShow: (show: boolean) => void;
|
|
114
125
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
126
|
+
isOtherValue: (value?: string) => boolean;
|
|
115
127
|
NDatePicker: any;
|
|
116
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
128
|
+
}, 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
129
|
updateUnchangedValue: {
|
|
118
130
|
type: BooleanConstructor;
|
|
119
131
|
};
|
|
120
132
|
onConfirm: {
|
|
121
133
|
type: FunctionConstructor;
|
|
122
134
|
};
|
|
123
|
-
|
|
135
|
+
formattedValue: {
|
|
136
|
+
type: StringConstructor;
|
|
137
|
+
};
|
|
138
|
+
}>> & {
|
|
139
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
140
|
+
}, {
|
|
124
141
|
updateUnchangedValue: boolean;
|
|
125
142
|
}>>;
|
|
126
143
|
DateQuickBtn: import("vue").DefineComponent<{
|
|
@@ -73,6 +73,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
onConfirm: {
|
|
74
74
|
type: FunctionConstructor;
|
|
75
75
|
};
|
|
76
|
+
formattedValue: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
};
|
|
76
79
|
}, {
|
|
77
80
|
attrs: {
|
|
78
81
|
[x: string]: unknown;
|
|
@@ -84,9 +87,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
87
|
onConfirm: {
|
|
85
88
|
type: FunctionConstructor;
|
|
86
89
|
};
|
|
87
|
-
|
|
90
|
+
formattedValue: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
};
|
|
93
|
+
}>> & {
|
|
94
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
}>>;
|
|
96
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
88
97
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
89
98
|
panelInstRef: import("vue").Ref<null>;
|
|
99
|
+
placeholder: import("vue").Ref<any>;
|
|
100
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
90
101
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
91
102
|
formatRef: import("vue").ComputedRef<string>;
|
|
92
103
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -95,15 +106,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
106
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
96
107
|
onUpdateShow: (show: boolean) => void;
|
|
97
108
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
109
|
+
isOtherValue: (value?: string) => boolean;
|
|
98
110
|
NDatePicker: any;
|
|
99
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
111
|
+
}, 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
112
|
updateUnchangedValue: {
|
|
101
113
|
type: BooleanConstructor;
|
|
102
114
|
};
|
|
103
115
|
onConfirm: {
|
|
104
116
|
type: FunctionConstructor;
|
|
105
117
|
};
|
|
106
|
-
|
|
118
|
+
formattedValue: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
};
|
|
121
|
+
}>> & {
|
|
122
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
123
|
+
}, {
|
|
107
124
|
updateUnchangedValue: boolean;
|
|
108
125
|
}>>;
|
|
109
126
|
}, 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,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
108
|
onConfirm: {
|
|
109
109
|
type: FunctionConstructor;
|
|
110
110
|
};
|
|
111
|
+
formattedValue: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
};
|
|
111
114
|
}, {
|
|
112
115
|
attrs: {
|
|
113
116
|
[x: string]: unknown;
|
|
@@ -119,9 +122,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
122
|
onConfirm: {
|
|
120
123
|
type: FunctionConstructor;
|
|
121
124
|
};
|
|
122
|
-
|
|
125
|
+
formattedValue: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
};
|
|
128
|
+
}>> & {
|
|
129
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
130
|
+
}>>;
|
|
131
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
123
132
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
124
133
|
panelInstRef: import("vue").Ref<null>;
|
|
134
|
+
placeholder: import("vue").Ref<any>;
|
|
135
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
125
136
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
126
137
|
formatRef: import("vue").ComputedRef<string>;
|
|
127
138
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -130,15 +141,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
130
141
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
131
142
|
onUpdateShow: (show: boolean) => void;
|
|
132
143
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
144
|
+
isOtherValue: (value?: string) => boolean;
|
|
133
145
|
NDatePicker: any;
|
|
134
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
146
|
+
}, 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
147
|
updateUnchangedValue: {
|
|
136
148
|
type: BooleanConstructor;
|
|
137
149
|
};
|
|
138
150
|
onConfirm: {
|
|
139
151
|
type: FunctionConstructor;
|
|
140
152
|
};
|
|
141
|
-
|
|
153
|
+
formattedValue: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
};
|
|
156
|
+
}>> & {
|
|
157
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
158
|
+
}, {
|
|
142
159
|
updateUnchangedValue: boolean;
|
|
143
160
|
}>>;
|
|
144
161
|
DateQuickBtn: import("vue").DefineComponent<{
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts
CHANGED
|
@@ -75,6 +75,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
onConfirm: {
|
|
76
76
|
type: FunctionConstructor;
|
|
77
77
|
};
|
|
78
|
+
formattedValue: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
};
|
|
78
81
|
}, {
|
|
79
82
|
attrs: {
|
|
80
83
|
[x: string]: unknown;
|
|
@@ -86,9 +89,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
89
|
onConfirm: {
|
|
87
90
|
type: FunctionConstructor;
|
|
88
91
|
};
|
|
89
|
-
|
|
92
|
+
formattedValue: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
};
|
|
95
|
+
}>> & {
|
|
96
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
97
|
+
}>>;
|
|
98
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
90
99
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
91
100
|
panelInstRef: import("vue").Ref<null>;
|
|
101
|
+
placeholder: import("vue").Ref<any>;
|
|
102
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
92
103
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
93
104
|
formatRef: import("vue").ComputedRef<string>;
|
|
94
105
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -97,15 +108,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
108
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
98
109
|
onUpdateShow: (show: boolean) => void;
|
|
99
110
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
111
|
+
isOtherValue: (value?: string) => boolean;
|
|
100
112
|
NDatePicker: any;
|
|
101
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
113
|
+
}, 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
114
|
updateUnchangedValue: {
|
|
103
115
|
type: BooleanConstructor;
|
|
104
116
|
};
|
|
105
117
|
onConfirm: {
|
|
106
118
|
type: FunctionConstructor;
|
|
107
119
|
};
|
|
108
|
-
|
|
120
|
+
formattedValue: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
};
|
|
123
|
+
}>> & {
|
|
124
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
}, {
|
|
109
126
|
updateUnchangedValue: boolean;
|
|
110
127
|
}>>;
|
|
111
128
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|