cnhis-design-vue 3.1.52-beta.9 → 3.1.52-release.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/callback/src/components/render/popupMaps.d.ts +1 -1
- package/es/components/classification/index.d.ts +6 -40
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +6 -40
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +6 -40
- package/es/components/classification/src/index.vue.d.ts +6 -40
- package/es/components/date-picker/index.d.ts +3 -20
- package/es/components/date-picker/src/DatePicker.vue.d.ts +3 -20
- package/es/components/date-picker/src/DatePicker.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-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/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/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +3 -20
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +3 -20
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +1 -2
- 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/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-filter/src/components/classify-filter/ValueCfg.vue.d.ts +6 -40
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +6 -40
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +6 -40
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +12 -80
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +12 -80
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +0 -9
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/hooks/useDateTime.d.ts +2 -7
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/body-select/index.d.ts +0 -47
- package/es/components/body-select/index.js +0 -1
- package/es/components/body-select/src/config/index.d.ts +0 -101
- package/es/components/body-select/src/config/index.js +0 -1
- package/es/components/body-select/src/hooks/renderCanvas.d.ts +0 -6
- package/es/components/body-select/src/hooks/renderCanvas.js +0 -1
- package/es/components/body-select/src/index.vue.d.ts +0 -48
- package/es/components/body-select/src/index.vue.js +0 -1
- package/es/components/body-select/src/index.vue2.js +0 -1
- package/es/components/body-select/style/index.css +0 -1
package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts
CHANGED
|
@@ -90,9 +90,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
onConfirm: {
|
|
91
91
|
type: FunctionConstructor;
|
|
92
92
|
};
|
|
93
|
-
formattedValue: {
|
|
94
|
-
type: StringConstructor;
|
|
95
|
-
};
|
|
96
93
|
}, {
|
|
97
94
|
attrs: {
|
|
98
95
|
[x: string]: unknown;
|
|
@@ -104,17 +101,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
101
|
onConfirm: {
|
|
105
102
|
type: FunctionConstructor;
|
|
106
103
|
};
|
|
107
|
-
|
|
108
|
-
type: StringConstructor;
|
|
109
|
-
};
|
|
110
|
-
}>> & {
|
|
111
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
112
|
-
}>>;
|
|
113
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
104
|
+
}>> & {}>>;
|
|
114
105
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
115
106
|
panelInstRef: import("vue").Ref<null>;
|
|
116
|
-
placeholder: import("vue").Ref<any>;
|
|
117
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
118
107
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
119
108
|
formatRef: import("vue").ComputedRef<string>;
|
|
120
109
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -123,21 +112,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
112
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
124
113
|
onUpdateShow: (show: boolean) => void;
|
|
125
114
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
126
|
-
isOtherValue: (value?: string) => boolean;
|
|
127
115
|
NDatePicker: any;
|
|
128
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
116
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
129
117
|
updateUnchangedValue: {
|
|
130
118
|
type: BooleanConstructor;
|
|
131
119
|
};
|
|
132
120
|
onConfirm: {
|
|
133
121
|
type: FunctionConstructor;
|
|
134
122
|
};
|
|
135
|
-
|
|
136
|
-
type: StringConstructor;
|
|
137
|
-
};
|
|
138
|
-
}>> & {
|
|
139
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
140
|
-
}, {
|
|
123
|
+
}>>, {
|
|
141
124
|
updateUnchangedValue: boolean;
|
|
142
125
|
}>>;
|
|
143
126
|
DateQuickBtn: import("vue").DefineComponent<{
|
|
@@ -73,9 +73,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
onConfirm: {
|
|
74
74
|
type: FunctionConstructor;
|
|
75
75
|
};
|
|
76
|
-
formattedValue: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
};
|
|
79
76
|
}, {
|
|
80
77
|
attrs: {
|
|
81
78
|
[x: string]: unknown;
|
|
@@ -87,17 +84,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
84
|
onConfirm: {
|
|
88
85
|
type: FunctionConstructor;
|
|
89
86
|
};
|
|
90
|
-
|
|
91
|
-
type: StringConstructor;
|
|
92
|
-
};
|
|
93
|
-
}>> & {
|
|
94
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
95
|
-
}>>;
|
|
96
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
87
|
+
}>> & {}>>;
|
|
97
88
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
98
89
|
panelInstRef: import("vue").Ref<null>;
|
|
99
|
-
placeholder: import("vue").Ref<any>;
|
|
100
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
101
90
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
102
91
|
formatRef: import("vue").ComputedRef<string>;
|
|
103
92
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -106,21 +95,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
95
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
107
96
|
onUpdateShow: (show: boolean) => void;
|
|
108
97
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
109
|
-
isOtherValue: (value?: string) => boolean;
|
|
110
98
|
NDatePicker: any;
|
|
111
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
99
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
112
100
|
updateUnchangedValue: {
|
|
113
101
|
type: BooleanConstructor;
|
|
114
102
|
};
|
|
115
103
|
onConfirm: {
|
|
116
104
|
type: FunctionConstructor;
|
|
117
105
|
};
|
|
118
|
-
|
|
119
|
-
type: StringConstructor;
|
|
120
|
-
};
|
|
121
|
-
}>> & {
|
|
122
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
123
|
-
}, {
|
|
106
|
+
}>>, {
|
|
124
107
|
updateUnchangedValue: boolean;
|
|
125
108
|
}>>;
|
|
126
109
|
}, 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,9 +108,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
108
|
onConfirm: {
|
|
109
109
|
type: FunctionConstructor;
|
|
110
110
|
};
|
|
111
|
-
formattedValue: {
|
|
112
|
-
type: StringConstructor;
|
|
113
|
-
};
|
|
114
111
|
}, {
|
|
115
112
|
attrs: {
|
|
116
113
|
[x: string]: unknown;
|
|
@@ -122,17 +119,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
122
119
|
onConfirm: {
|
|
123
120
|
type: FunctionConstructor;
|
|
124
121
|
};
|
|
125
|
-
|
|
126
|
-
type: StringConstructor;
|
|
127
|
-
};
|
|
128
|
-
}>> & {
|
|
129
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
130
|
-
}>>;
|
|
131
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
122
|
+
}>> & {}>>;
|
|
132
123
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
133
124
|
panelInstRef: import("vue").Ref<null>;
|
|
134
|
-
placeholder: import("vue").Ref<any>;
|
|
135
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
136
125
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
137
126
|
formatRef: import("vue").ComputedRef<string>;
|
|
138
127
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -141,21 +130,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
130
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
142
131
|
onUpdateShow: (show: boolean) => void;
|
|
143
132
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
144
|
-
isOtherValue: (value?: string) => boolean;
|
|
145
133
|
NDatePicker: any;
|
|
146
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
134
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
147
135
|
updateUnchangedValue: {
|
|
148
136
|
type: BooleanConstructor;
|
|
149
137
|
};
|
|
150
138
|
onConfirm: {
|
|
151
139
|
type: FunctionConstructor;
|
|
152
140
|
};
|
|
153
|
-
|
|
154
|
-
type: StringConstructor;
|
|
155
|
-
};
|
|
156
|
-
}>> & {
|
|
157
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
158
|
-
}, {
|
|
141
|
+
}>>, {
|
|
159
142
|
updateUnchangedValue: boolean;
|
|
160
143
|
}>>;
|
|
161
144
|
DateQuickBtn: import("vue").DefineComponent<{
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts
CHANGED
|
@@ -75,9 +75,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
onConfirm: {
|
|
76
76
|
type: FunctionConstructor;
|
|
77
77
|
};
|
|
78
|
-
formattedValue: {
|
|
79
|
-
type: StringConstructor;
|
|
80
|
-
};
|
|
81
78
|
}, {
|
|
82
79
|
attrs: {
|
|
83
80
|
[x: string]: unknown;
|
|
@@ -89,17 +86,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
89
86
|
onConfirm: {
|
|
90
87
|
type: FunctionConstructor;
|
|
91
88
|
};
|
|
92
|
-
|
|
93
|
-
type: StringConstructor;
|
|
94
|
-
};
|
|
95
|
-
}>> & {
|
|
96
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
97
|
-
}>>;
|
|
98
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
89
|
+
}>> & {}>>;
|
|
99
90
|
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
100
91
|
panelInstRef: import("vue").Ref<null>;
|
|
101
|
-
placeholder: import("vue").Ref<any>;
|
|
102
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
103
92
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
104
93
|
formatRef: import("vue").ComputedRef<string>;
|
|
105
94
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -108,21 +97,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
97
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
109
98
|
onUpdateShow: (show: boolean) => void;
|
|
110
99
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
111
|
-
isOtherValue: (value?: string) => boolean;
|
|
112
100
|
NDatePicker: any;
|
|
113
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
101
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
114
102
|
updateUnchangedValue: {
|
|
115
103
|
type: BooleanConstructor;
|
|
116
104
|
};
|
|
117
105
|
onConfirm: {
|
|
118
106
|
type: FunctionConstructor;
|
|
119
107
|
};
|
|
120
|
-
|
|
121
|
-
type: StringConstructor;
|
|
122
|
-
};
|
|
123
|
-
}>> & {
|
|
124
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
125
|
-
}, {
|
|
108
|
+
}>>, {
|
|
126
109
|
updateUnchangedValue: boolean;
|
|
127
110
|
}>>;
|
|
128
111
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -254,9 +254,6 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
254
254
|
onConfirm: {
|
|
255
255
|
type: FunctionConstructor;
|
|
256
256
|
};
|
|
257
|
-
formattedValue: {
|
|
258
|
-
type: StringConstructor;
|
|
259
|
-
};
|
|
260
257
|
}, {
|
|
261
258
|
attrs: {
|
|
262
259
|
[x: string]: unknown;
|
|
@@ -268,17 +265,9 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
268
265
|
onConfirm: {
|
|
269
266
|
type: FunctionConstructor;
|
|
270
267
|
};
|
|
271
|
-
|
|
272
|
-
type: StringConstructor;
|
|
273
|
-
};
|
|
274
|
-
}>> & {
|
|
275
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
276
|
-
}>>;
|
|
277
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
268
|
+
}>> & {}>>;
|
|
278
269
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
279
270
|
panelInstRef: import("vue").Ref<null>;
|
|
280
|
-
placeholder: import("vue").Ref<any>;
|
|
281
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
282
271
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
283
272
|
formatRef: import("vue").ComputedRef<string>;
|
|
284
273
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -287,21 +276,15 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
287
276
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
288
277
|
onUpdateShow: (show: boolean) => void;
|
|
289
278
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
290
|
-
isOtherValue: (value?: string) => boolean;
|
|
291
279
|
NDatePicker: any;
|
|
292
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
280
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
293
281
|
updateUnchangedValue: {
|
|
294
282
|
type: BooleanConstructor;
|
|
295
283
|
};
|
|
296
284
|
onConfirm: {
|
|
297
285
|
type: FunctionConstructor;
|
|
298
286
|
};
|
|
299
|
-
|
|
300
|
-
type: StringConstructor;
|
|
301
|
-
};
|
|
302
|
-
}>> & {
|
|
303
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
304
|
-
}, {
|
|
287
|
+
}>>, {
|
|
305
288
|
updateUnchangedValue: boolean;
|
|
306
289
|
}>>;
|
|
307
290
|
DateQuickBtn: import("vue").DefineComponent<{
|
|
@@ -482,9 +465,6 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
482
465
|
onConfirm: {
|
|
483
466
|
type: FunctionConstructor;
|
|
484
467
|
};
|
|
485
|
-
formattedValue: {
|
|
486
|
-
type: StringConstructor;
|
|
487
|
-
};
|
|
488
468
|
}, {
|
|
489
469
|
attrs: {
|
|
490
470
|
[x: string]: unknown;
|
|
@@ -496,17 +476,9 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
496
476
|
onConfirm: {
|
|
497
477
|
type: FunctionConstructor;
|
|
498
478
|
};
|
|
499
|
-
|
|
500
|
-
type: StringConstructor;
|
|
501
|
-
};
|
|
502
|
-
}>> & {
|
|
503
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
504
|
-
}>>;
|
|
505
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
479
|
+
}>> & {}>>;
|
|
506
480
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
507
481
|
panelInstRef: import("vue").Ref<null>;
|
|
508
|
-
placeholder: import("vue").Ref<any>;
|
|
509
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
510
482
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
511
483
|
formatRef: import("vue").ComputedRef<string>;
|
|
512
484
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -515,21 +487,15 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
515
487
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
516
488
|
onUpdateShow: (show: boolean) => void;
|
|
517
489
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
518
|
-
isOtherValue: (value?: string) => boolean;
|
|
519
490
|
NDatePicker: any;
|
|
520
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
491
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
521
492
|
updateUnchangedValue: {
|
|
522
493
|
type: BooleanConstructor;
|
|
523
494
|
};
|
|
524
495
|
onConfirm: {
|
|
525
496
|
type: FunctionConstructor;
|
|
526
497
|
};
|
|
527
|
-
|
|
528
|
-
type: StringConstructor;
|
|
529
|
-
};
|
|
530
|
-
}>> & {
|
|
531
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
532
|
-
}, {
|
|
498
|
+
}>>, {
|
|
533
499
|
updateUnchangedValue: boolean;
|
|
534
500
|
}>>;
|
|
535
501
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -672,9 +638,6 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
672
638
|
onConfirm: {
|
|
673
639
|
type: FunctionConstructor;
|
|
674
640
|
};
|
|
675
|
-
formattedValue: {
|
|
676
|
-
type: StringConstructor;
|
|
677
|
-
};
|
|
678
641
|
}, {
|
|
679
642
|
attrs: {
|
|
680
643
|
[x: string]: unknown;
|
|
@@ -686,17 +649,9 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
686
649
|
onConfirm: {
|
|
687
650
|
type: FunctionConstructor;
|
|
688
651
|
};
|
|
689
|
-
|
|
690
|
-
type: StringConstructor;
|
|
691
|
-
};
|
|
692
|
-
}>> & {
|
|
693
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
694
|
-
}>>;
|
|
695
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
652
|
+
}>> & {}>>;
|
|
696
653
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
697
654
|
panelInstRef: import("vue").Ref<null>;
|
|
698
|
-
placeholder: import("vue").Ref<any>;
|
|
699
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
700
655
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
701
656
|
formatRef: import("vue").ComputedRef<string>;
|
|
702
657
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -705,21 +660,15 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
705
660
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
706
661
|
onUpdateShow: (show: boolean) => void;
|
|
707
662
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
708
|
-
isOtherValue: (value?: string) => boolean;
|
|
709
663
|
NDatePicker: any;
|
|
710
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
664
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
711
665
|
updateUnchangedValue: {
|
|
712
666
|
type: BooleanConstructor;
|
|
713
667
|
};
|
|
714
668
|
onConfirm: {
|
|
715
669
|
type: FunctionConstructor;
|
|
716
670
|
};
|
|
717
|
-
|
|
718
|
-
type: StringConstructor;
|
|
719
|
-
};
|
|
720
|
-
}>> & {
|
|
721
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
722
|
-
}, {
|
|
671
|
+
}>>, {
|
|
723
672
|
updateUnchangedValue: boolean;
|
|
724
673
|
}>>;
|
|
725
674
|
DateQuickBtn: import("vue").DefineComponent<{
|
|
@@ -907,9 +856,6 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
907
856
|
onConfirm: {
|
|
908
857
|
type: FunctionConstructor;
|
|
909
858
|
};
|
|
910
|
-
formattedValue: {
|
|
911
|
-
type: StringConstructor;
|
|
912
|
-
};
|
|
913
859
|
}, {
|
|
914
860
|
attrs: {
|
|
915
861
|
[x: string]: unknown;
|
|
@@ -921,17 +867,9 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
921
867
|
onConfirm: {
|
|
922
868
|
type: FunctionConstructor;
|
|
923
869
|
};
|
|
924
|
-
|
|
925
|
-
type: StringConstructor;
|
|
926
|
-
};
|
|
927
|
-
}>> & {
|
|
928
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
929
|
-
}>>;
|
|
930
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
870
|
+
}>> & {}>>;
|
|
931
871
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
932
872
|
panelInstRef: import("vue").Ref<null>;
|
|
933
|
-
placeholder: import("vue").Ref<any>;
|
|
934
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
935
873
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
936
874
|
formatRef: import("vue").ComputedRef<string>;
|
|
937
875
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -940,21 +878,15 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
940
878
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
941
879
|
onUpdateShow: (show: boolean) => void;
|
|
942
880
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
943
|
-
isOtherValue: (value?: string) => boolean;
|
|
944
881
|
NDatePicker: any;
|
|
945
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
882
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
946
883
|
updateUnchangedValue: {
|
|
947
884
|
type: BooleanConstructor;
|
|
948
885
|
};
|
|
949
886
|
onConfirm: {
|
|
950
887
|
type: FunctionConstructor;
|
|
951
888
|
};
|
|
952
|
-
|
|
953
|
-
type: StringConstructor;
|
|
954
|
-
};
|
|
955
|
-
}>> & {
|
|
956
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
957
|
-
}, {
|
|
889
|
+
}>>, {
|
|
958
890
|
updateUnchangedValue: boolean;
|
|
959
891
|
}>>;
|
|
960
892
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -476,9 +476,6 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
476
476
|
onConfirm: {
|
|
477
477
|
type: FunctionConstructor;
|
|
478
478
|
};
|
|
479
|
-
formattedValue: {
|
|
480
|
-
type: StringConstructor;
|
|
481
|
-
};
|
|
482
479
|
}, {
|
|
483
480
|
attrs: {
|
|
484
481
|
[x: string]: unknown;
|
|
@@ -490,17 +487,9 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
490
487
|
onConfirm: {
|
|
491
488
|
type: FunctionConstructor;
|
|
492
489
|
};
|
|
493
|
-
|
|
494
|
-
type: StringConstructor;
|
|
495
|
-
};
|
|
496
|
-
}>> & {
|
|
497
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
498
|
-
}>>;
|
|
499
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
490
|
+
}>> & {}>>;
|
|
500
491
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
501
492
|
panelInstRef: import("vue").Ref<null>;
|
|
502
|
-
placeholder: import("vue").Ref<any>;
|
|
503
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
504
493
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
505
494
|
formatRef: import("vue").ComputedRef<string>;
|
|
506
495
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -509,21 +498,15 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
509
498
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
510
499
|
onUpdateShow: (show: boolean) => void;
|
|
511
500
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
512
|
-
isOtherValue: (value?: string) => boolean;
|
|
513
501
|
NDatePicker: any;
|
|
514
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
502
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
515
503
|
updateUnchangedValue: {
|
|
516
504
|
type: BooleanConstructor;
|
|
517
505
|
};
|
|
518
506
|
onConfirm: {
|
|
519
507
|
type: FunctionConstructor;
|
|
520
508
|
};
|
|
521
|
-
|
|
522
|
-
type: StringConstructor;
|
|
523
|
-
};
|
|
524
|
-
}>> & {
|
|
525
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
526
|
-
}, {
|
|
509
|
+
}>>, {
|
|
527
510
|
updateUnchangedValue: boolean;
|
|
528
511
|
}>>;
|
|
529
512
|
DateQuickBtn: import("vue").DefineComponent<{
|
|
@@ -718,9 +701,6 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
718
701
|
onConfirm: {
|
|
719
702
|
type: FunctionConstructor;
|
|
720
703
|
};
|
|
721
|
-
formattedValue: {
|
|
722
|
-
type: StringConstructor;
|
|
723
|
-
};
|
|
724
704
|
}, {
|
|
725
705
|
attrs: {
|
|
726
706
|
[x: string]: unknown;
|
|
@@ -732,17 +712,9 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
732
712
|
onConfirm: {
|
|
733
713
|
type: FunctionConstructor;
|
|
734
714
|
};
|
|
735
|
-
|
|
736
|
-
type: StringConstructor;
|
|
737
|
-
};
|
|
738
|
-
}>> & {
|
|
739
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
740
|
-
}>>;
|
|
741
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
715
|
+
}>> & {}>>;
|
|
742
716
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
743
717
|
panelInstRef: import("vue").Ref<null>;
|
|
744
|
-
placeholder: import("vue").Ref<any>;
|
|
745
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
746
718
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
747
719
|
formatRef: import("vue").ComputedRef<string>;
|
|
748
720
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -751,21 +723,15 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
751
723
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
752
724
|
onUpdateShow: (show: boolean) => void;
|
|
753
725
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
754
|
-
isOtherValue: (value?: string) => boolean;
|
|
755
726
|
NDatePicker: any;
|
|
756
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
727
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
757
728
|
updateUnchangedValue: {
|
|
758
729
|
type: BooleanConstructor;
|
|
759
730
|
};
|
|
760
731
|
onConfirm: {
|
|
761
732
|
type: FunctionConstructor;
|
|
762
733
|
};
|
|
763
|
-
|
|
764
|
-
type: StringConstructor;
|
|
765
|
-
};
|
|
766
|
-
}>> & {
|
|
767
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
768
|
-
}, {
|
|
734
|
+
}>>, {
|
|
769
735
|
updateUnchangedValue: boolean;
|
|
770
736
|
}>>;
|
|
771
737
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -922,9 +888,6 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
922
888
|
onConfirm: {
|
|
923
889
|
type: FunctionConstructor;
|
|
924
890
|
};
|
|
925
|
-
formattedValue: {
|
|
926
|
-
type: StringConstructor;
|
|
927
|
-
};
|
|
928
891
|
}, {
|
|
929
892
|
attrs: {
|
|
930
893
|
[x: string]: unknown;
|
|
@@ -936,17 +899,9 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
936
899
|
onConfirm: {
|
|
937
900
|
type: FunctionConstructor;
|
|
938
901
|
};
|
|
939
|
-
|
|
940
|
-
type: StringConstructor;
|
|
941
|
-
};
|
|
942
|
-
}>> & {
|
|
943
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
944
|
-
}>>;
|
|
945
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
902
|
+
}>> & {}>>;
|
|
946
903
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
947
904
|
panelInstRef: import("vue").Ref<null>;
|
|
948
|
-
placeholder: import("vue").Ref<any>;
|
|
949
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
950
905
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
951
906
|
formatRef: import("vue").ComputedRef<string>;
|
|
952
907
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -955,21 +910,15 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
955
910
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
956
911
|
onUpdateShow: (show: boolean) => void;
|
|
957
912
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
958
|
-
isOtherValue: (value?: string) => boolean;
|
|
959
913
|
NDatePicker: any;
|
|
960
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
914
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
961
915
|
updateUnchangedValue: {
|
|
962
916
|
type: BooleanConstructor;
|
|
963
917
|
};
|
|
964
918
|
onConfirm: {
|
|
965
919
|
type: FunctionConstructor;
|
|
966
920
|
};
|
|
967
|
-
|
|
968
|
-
type: StringConstructor;
|
|
969
|
-
};
|
|
970
|
-
}>> & {
|
|
971
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
972
|
-
}, {
|
|
921
|
+
}>>, {
|
|
973
922
|
updateUnchangedValue: boolean;
|
|
974
923
|
}>>;
|
|
975
924
|
DateQuickBtn: import("vue").DefineComponent<{
|
|
@@ -1171,9 +1120,6 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1171
1120
|
onConfirm: {
|
|
1172
1121
|
type: FunctionConstructor;
|
|
1173
1122
|
};
|
|
1174
|
-
formattedValue: {
|
|
1175
|
-
type: StringConstructor;
|
|
1176
|
-
};
|
|
1177
1123
|
}, {
|
|
1178
1124
|
attrs: {
|
|
1179
1125
|
[x: string]: unknown;
|
|
@@ -1185,17 +1131,9 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1185
1131
|
onConfirm: {
|
|
1186
1132
|
type: FunctionConstructor;
|
|
1187
1133
|
};
|
|
1188
|
-
|
|
1189
|
-
type: StringConstructor;
|
|
1190
|
-
};
|
|
1191
|
-
}>> & {
|
|
1192
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1193
|
-
}>>;
|
|
1194
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1134
|
+
}>> & {}>>;
|
|
1195
1135
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
1196
1136
|
panelInstRef: import("vue").Ref<null>;
|
|
1197
|
-
placeholder: import("vue").Ref<any>;
|
|
1198
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
1199
1137
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1200
1138
|
formatRef: import("vue").ComputedRef<string>;
|
|
1201
1139
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1204,21 +1142,15 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1204
1142
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1205
1143
|
onUpdateShow: (show: boolean) => void;
|
|
1206
1144
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1207
|
-
isOtherValue: (value?: string) => boolean;
|
|
1208
1145
|
NDatePicker: any;
|
|
1209
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
1146
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1210
1147
|
updateUnchangedValue: {
|
|
1211
1148
|
type: BooleanConstructor;
|
|
1212
1149
|
};
|
|
1213
1150
|
onConfirm: {
|
|
1214
1151
|
type: FunctionConstructor;
|
|
1215
1152
|
};
|
|
1216
|
-
|
|
1217
|
-
type: StringConstructor;
|
|
1218
|
-
};
|
|
1219
|
-
}>> & {
|
|
1220
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1221
|
-
}, {
|
|
1153
|
+
}>>, {
|
|
1222
1154
|
updateUnchangedValue: boolean;
|
|
1223
1155
|
}>>;
|
|
1224
1156
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,useAttrs as r,ref as
|
|
1
|
+
import{defineComponent as e,useAttrs as r,ref as s,computed as t,openBlock as o,createBlock as m,unref as i,mergeProps as a,createSlots as f,renderList as u,withCtx as l,renderSlot as n}from"vue";import{NTimePicker as p}from"naive-ui";import"../../../shared/utils/index.js";import"lodash-es";import{useDateTime as c}from"../../../shared/hooks/useDateTime.js";var d=e({__name:"TimePicker",setup(e,{expose:d}){const k=r(),h=s(null),$=t((()=>Reflect.get(k,"format")?k.format:"HH:mm:ss")),{focus:_,blur:v}=c(h,$,k);return d({$timePicker:h,focus:_,blur:v}),(e,r)=>(o(),m(i(p),a({ref_key:"timePickerRef",ref:h},e.$attrs),f({_:2},[u(e.$slots,((r,s)=>({name:s,fn:l((()=>[n(e.$slots,s)]))})))]),1040))}});export{d as default};
|