cnhis-design-vue 3.4.0-beta.9 → 3.4.0-release.7
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/_virtual/_virtual_i18n-methods.js +5 -1
- package/es/components/audio-sdk/index.d.ts +4 -4
- package/es/components/audio-sdk/src/Index.vue.d.ts +4 -4
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +4 -4
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +4 -4
- package/es/components/base-search/index.d.ts +34 -0
- package/es/components/base-search/src/index.vue.d.ts +34 -0
- package/es/components/base-search/src/index.vue2.js +9 -1
- package/es/components/button-print/index.d.ts +32 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +32 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +77 -50
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +11 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +35 -0
- package/es/components/button-print/src/utils/print.d.ts +2 -1
- package/es/components/button-print/src/utils/print.js +13 -8
- package/es/components/callback/src/components/render/popupMaps.d.ts +110 -222
- package/es/components/classification/index.d.ts +123 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +123 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +123 -0
- package/es/components/classification/src/index.vue.d.ts +123 -0
- package/es/components/classification/src/index.vue2.js +7 -0
- package/es/components/date-picker/index.d.ts +41 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +41 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +34 -4
- package/es/components/expand-field/index.d.ts +31 -0
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +31 -0
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +31 -0
- package/es/components/expand-field/src/components/form.vue.d.ts +31 -0
- package/es/components/expand-field/src/index.vue.d.ts +31 -0
- package/es/components/fabric-chart/index.d.ts +3 -3
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +3 -3
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -0
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +4 -4
- package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
- package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
- package/es/components/fabric-chart/src/constants/index.js +26 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +61 -33
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +86 -120
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +16 -14
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +15 -1
- package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -10
- package/es/components/fabric-chart/style/index.css +1 -1
- package/es/components/field-editor/index.d.ts +1 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +1 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +83 -1
- package/es/components/field-set/src/FieldColor.vue2.js +2 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldFilter.vue2.js +2 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/components/field-set/src/FieldSet.vue2.js +4 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +41 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +82 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +41 -0
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/field-set/src/components/table-row.vue2.js +1 -0
- package/es/components/form-config/index.d.ts +24 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +24 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +48 -24
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -0
- package/es/components/form-config/src/constants/index.d.ts +2 -0
- package/es/components/form-config/src/constants/index.js +2 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
- package/es/components/form-render/index.d.ts +1 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
- package/es/components/form-render/src/components/renderer/textarea.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +1 -1
- package/es/components/form-render/src/utils/index.js +5 -2
- package/es/components/iho-chat/index.d.ts +2785 -302
- package/es/components/iho-chat/src/Index.vue.d.ts +2785 -302
- package/es/components/iho-chat/src/Index.vue2.js +5 -3
- package/es/components/iho-chat/src/api/index.d.ts +89 -16
- package/es/components/iho-chat/src/api/index.js +8 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +104 -22
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +191 -29
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +191 -29
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +3 -0
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +796 -101
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +611 -51
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +27 -28
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +217 -14
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +175 -10
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +2 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +197 -29
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +48 -11
- package/es/components/iho-chat/src/components/ContextMenu.js +7 -10
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +88 -7
- package/es/components/iho-chat/src/components/MessageMarkdown.vue.d.ts +158 -0
- package/es/components/iho-chat/src/components/MessageMarkdown.vue.js +6 -0
- package/es/components/iho-chat/src/components/MessageMarkdown.vue2.js +51 -0
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +176 -14
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +192 -29
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +2 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +91 -8
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +134 -11
- package/es/components/iho-chat/src/components/Video.vue.d.ts +89 -8
- package/es/components/iho-chat/src/components/userItemRender.js +2 -1
- package/es/components/iho-chat/src/constants/index.d.ts +2 -1
- package/es/components/iho-chat/src/constants/index.js +1 -0
- package/es/components/iho-chat/src/hooks/useData.d.ts +374 -27
- package/es/components/iho-chat/src/hooks/useData.js +31 -10
- package/es/components/iho-chat/src/hooks/useStreamOutput.d.ts +6 -0
- package/es/components/iho-chat/src/hooks/useStreamOutput.js +100 -0
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +89 -7
- package/es/components/iho-chat/src/hooks/useWebSocket.js +14 -4
- package/es/components/iho-chat/src/types/index.d.ts +39 -7
- package/es/components/iho-chat/src/utils/index.d.ts +2 -1
- package/es/components/iho-chat/src/utils/sseClient.d.ts +22 -0
- package/es/components/iho-chat/src/utils/sseClient.js +97 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +109 -222
- package/es/components/iho-table/src/IhoTable.vue.d.ts +109 -222
- package/es/components/iho-table/src/IhoTable.vue2.js +23 -14
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +0 -21
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +43 -4
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +41 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +46 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +46 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +41 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +2 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +41 -2
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +20 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +20 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +42 -2
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -0
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +9 -3
- package/es/components/scale-view/src/hooks/use-event.js +56 -22
- package/es/components/select-person/index.d.ts +31 -0
- package/es/components/select-person/src/SelectPerson.vue.d.ts +14 -0
- package/es/components/select-person/src/SelectPerson.vue2.js +38 -9
- package/es/components/select-person/src/index.vue.d.ts +31 -0
- package/es/components/select-person/src/index.vue2.js +4 -0
- package/es/components/select-person/src/utils/index.js +11 -9
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
- package/es/components/shortcut-setter/index.d.ts +2 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -0
- package/es/components/table-export-field/index.d.ts +6 -0
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +2 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +49 -18
- package/es/components/table-export-field/src/index.vue.d.ts +6 -0
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +82 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +82 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +82 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +43 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +10 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +43 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +10 -2
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +168 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +168 -0
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
- package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
- package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
- package/es/shared/components/Ellipsis/index.d.ts +2 -0
- package/es/shared/components/Ellipsis/index.js +2 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +15 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +3 -2
- package/es/shared/utils/business.js +16 -0
- package/es/shared/utils/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- package/package.json +3 -3
|
@@ -214,9 +214,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
214
214
|
type: StringConstructor;
|
|
215
215
|
default: string;
|
|
216
216
|
};
|
|
217
|
+
updateValueOnClose: {
|
|
218
|
+
type: BooleanConstructor;
|
|
219
|
+
default: boolean;
|
|
220
|
+
};
|
|
217
221
|
isDateDisabled: {
|
|
218
222
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
219
223
|
};
|
|
224
|
+
propKey: {
|
|
225
|
+
type: StringConstructor;
|
|
226
|
+
};
|
|
227
|
+
shortcutListenerConfig: {
|
|
228
|
+
type: PropType<{
|
|
229
|
+
enable: boolean;
|
|
230
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
231
|
+
}>;
|
|
232
|
+
};
|
|
220
233
|
}>, {
|
|
221
234
|
attrs: {
|
|
222
235
|
[x: string]: unknown;
|
|
@@ -249,9 +262,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
249
262
|
type: StringConstructor;
|
|
250
263
|
default: string;
|
|
251
264
|
};
|
|
265
|
+
updateValueOnClose: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
252
269
|
isDateDisabled: {
|
|
253
270
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
254
271
|
};
|
|
272
|
+
propKey: {
|
|
273
|
+
type: StringConstructor;
|
|
274
|
+
};
|
|
275
|
+
shortcutListenerConfig: {
|
|
276
|
+
type: PropType<{
|
|
277
|
+
enable: boolean;
|
|
278
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
279
|
+
}>;
|
|
280
|
+
};
|
|
255
281
|
}>> & Readonly<{
|
|
256
282
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
257
283
|
}> & {}>;
|
|
@@ -268,6 +294,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
268
294
|
focus: () => any;
|
|
269
295
|
blur: () => any;
|
|
270
296
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
297
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
271
298
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
272
299
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
273
300
|
stopWatcher: () => void;
|
|
@@ -304,9 +331,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
304
331
|
type: StringConstructor;
|
|
305
332
|
default: string;
|
|
306
333
|
};
|
|
334
|
+
updateValueOnClose: {
|
|
335
|
+
type: BooleanConstructor;
|
|
336
|
+
default: boolean;
|
|
337
|
+
};
|
|
307
338
|
isDateDisabled: {
|
|
308
339
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
309
340
|
};
|
|
341
|
+
propKey: {
|
|
342
|
+
type: StringConstructor;
|
|
343
|
+
};
|
|
344
|
+
shortcutListenerConfig: {
|
|
345
|
+
type: PropType<{
|
|
346
|
+
enable: boolean;
|
|
347
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
348
|
+
}>;
|
|
349
|
+
};
|
|
310
350
|
}>> & Readonly<{
|
|
311
351
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
312
352
|
}>, {
|
|
@@ -314,6 +354,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
314
354
|
updateUnchangedValue: boolean;
|
|
315
355
|
to: string | false | HTMLElement;
|
|
316
356
|
holidays: Date[];
|
|
357
|
+
updateValueOnClose: boolean;
|
|
317
358
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
318
359
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
319
360
|
componentCfg: {
|
|
@@ -159,9 +159,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
159
159
|
type: StringConstructor;
|
|
160
160
|
default: string;
|
|
161
161
|
};
|
|
162
|
+
updateValueOnClose: {
|
|
163
|
+
type: BooleanConstructor;
|
|
164
|
+
default: boolean;
|
|
165
|
+
};
|
|
162
166
|
isDateDisabled: {
|
|
163
167
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
164
168
|
};
|
|
169
|
+
propKey: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
};
|
|
172
|
+
shortcutListenerConfig: {
|
|
173
|
+
type: import("vue").PropType<{
|
|
174
|
+
enable: boolean;
|
|
175
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
176
|
+
}>;
|
|
177
|
+
};
|
|
165
178
|
}>, {
|
|
166
179
|
attrs: {
|
|
167
180
|
[x: string]: unknown;
|
|
@@ -194,9 +207,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
194
207
|
type: StringConstructor;
|
|
195
208
|
default: string;
|
|
196
209
|
};
|
|
210
|
+
updateValueOnClose: {
|
|
211
|
+
type: BooleanConstructor;
|
|
212
|
+
default: boolean;
|
|
213
|
+
};
|
|
197
214
|
isDateDisabled: {
|
|
198
215
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
199
216
|
};
|
|
217
|
+
propKey: {
|
|
218
|
+
type: StringConstructor;
|
|
219
|
+
};
|
|
220
|
+
shortcutListenerConfig: {
|
|
221
|
+
type: import("vue").PropType<{
|
|
222
|
+
enable: boolean;
|
|
223
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
224
|
+
}>;
|
|
225
|
+
};
|
|
200
226
|
}>> & Readonly<{
|
|
201
227
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
202
228
|
}> & {}>;
|
|
@@ -213,6 +239,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
239
|
focus: () => any;
|
|
214
240
|
blur: () => any;
|
|
215
241
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
242
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
216
243
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
217
244
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
218
245
|
stopWatcher: () => void;
|
|
@@ -249,9 +276,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
249
276
|
type: StringConstructor;
|
|
250
277
|
default: string;
|
|
251
278
|
};
|
|
279
|
+
updateValueOnClose: {
|
|
280
|
+
type: BooleanConstructor;
|
|
281
|
+
default: boolean;
|
|
282
|
+
};
|
|
252
283
|
isDateDisabled: {
|
|
253
284
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
254
285
|
};
|
|
286
|
+
propKey: {
|
|
287
|
+
type: StringConstructor;
|
|
288
|
+
};
|
|
289
|
+
shortcutListenerConfig: {
|
|
290
|
+
type: import("vue").PropType<{
|
|
291
|
+
enable: boolean;
|
|
292
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
293
|
+
}>;
|
|
294
|
+
};
|
|
255
295
|
}>> & Readonly<{
|
|
256
296
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
257
297
|
}>, {
|
|
@@ -259,6 +299,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
259
299
|
updateUnchangedValue: boolean;
|
|
260
300
|
to: string | false | HTMLElement;
|
|
261
301
|
holidays: Date[];
|
|
302
|
+
updateValueOnClose: boolean;
|
|
262
303
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
263
304
|
readonly NSelect: any;
|
|
264
305
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -999,9 +1040,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
999
1040
|
type: StringConstructor;
|
|
1000
1041
|
default: string;
|
|
1001
1042
|
};
|
|
1043
|
+
updateValueOnClose: {
|
|
1044
|
+
type: BooleanConstructor;
|
|
1045
|
+
default: boolean;
|
|
1046
|
+
};
|
|
1002
1047
|
isDateDisabled: {
|
|
1003
1048
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1004
1049
|
};
|
|
1050
|
+
propKey: {
|
|
1051
|
+
type: StringConstructor;
|
|
1052
|
+
};
|
|
1053
|
+
shortcutListenerConfig: {
|
|
1054
|
+
type: import("vue").PropType<{
|
|
1055
|
+
enable: boolean;
|
|
1056
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1057
|
+
}>;
|
|
1058
|
+
};
|
|
1005
1059
|
}>, {
|
|
1006
1060
|
attrs: {
|
|
1007
1061
|
[x: string]: unknown;
|
|
@@ -1034,9 +1088,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1034
1088
|
type: StringConstructor;
|
|
1035
1089
|
default: string;
|
|
1036
1090
|
};
|
|
1091
|
+
updateValueOnClose: {
|
|
1092
|
+
type: BooleanConstructor;
|
|
1093
|
+
default: boolean;
|
|
1094
|
+
};
|
|
1037
1095
|
isDateDisabled: {
|
|
1038
1096
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1039
1097
|
};
|
|
1098
|
+
propKey: {
|
|
1099
|
+
type: StringConstructor;
|
|
1100
|
+
};
|
|
1101
|
+
shortcutListenerConfig: {
|
|
1102
|
+
type: import("vue").PropType<{
|
|
1103
|
+
enable: boolean;
|
|
1104
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1105
|
+
}>;
|
|
1106
|
+
};
|
|
1040
1107
|
}>> & Readonly<{
|
|
1041
1108
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1042
1109
|
}> & {}>;
|
|
@@ -1053,6 +1120,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1053
1120
|
focus: () => any;
|
|
1054
1121
|
blur: () => any;
|
|
1055
1122
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1123
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1056
1124
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1057
1125
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
1058
1126
|
stopWatcher: () => void;
|
|
@@ -1089,9 +1157,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1089
1157
|
type: StringConstructor;
|
|
1090
1158
|
default: string;
|
|
1091
1159
|
};
|
|
1160
|
+
updateValueOnClose: {
|
|
1161
|
+
type: BooleanConstructor;
|
|
1162
|
+
default: boolean;
|
|
1163
|
+
};
|
|
1092
1164
|
isDateDisabled: {
|
|
1093
1165
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1094
1166
|
};
|
|
1167
|
+
propKey: {
|
|
1168
|
+
type: StringConstructor;
|
|
1169
|
+
};
|
|
1170
|
+
shortcutListenerConfig: {
|
|
1171
|
+
type: import("vue").PropType<{
|
|
1172
|
+
enable: boolean;
|
|
1173
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1174
|
+
}>;
|
|
1175
|
+
};
|
|
1095
1176
|
}>> & Readonly<{
|
|
1096
1177
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1097
1178
|
}>, {
|
|
@@ -1099,6 +1180,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1099
1180
|
updateUnchangedValue: boolean;
|
|
1100
1181
|
to: string | false | HTMLElement;
|
|
1101
1182
|
holidays: Date[];
|
|
1183
|
+
updateValueOnClose: boolean;
|
|
1102
1184
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1103
1185
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1104
1186
|
filterType: {
|
|
@@ -98,9 +98,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
98
98
|
type: StringConstructor;
|
|
99
99
|
default: string;
|
|
100
100
|
};
|
|
101
|
+
updateValueOnClose: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
101
105
|
isDateDisabled: {
|
|
102
106
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
103
107
|
};
|
|
108
|
+
propKey: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
};
|
|
111
|
+
shortcutListenerConfig: {
|
|
112
|
+
type: import("vue").PropType<{
|
|
113
|
+
enable: boolean;
|
|
114
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
115
|
+
}>;
|
|
116
|
+
};
|
|
104
117
|
}>, {
|
|
105
118
|
attrs: {
|
|
106
119
|
[x: string]: unknown;
|
|
@@ -133,9 +146,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
133
146
|
type: StringConstructor;
|
|
134
147
|
default: string;
|
|
135
148
|
};
|
|
149
|
+
updateValueOnClose: {
|
|
150
|
+
type: BooleanConstructor;
|
|
151
|
+
default: boolean;
|
|
152
|
+
};
|
|
136
153
|
isDateDisabled: {
|
|
137
154
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
138
155
|
};
|
|
156
|
+
propKey: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
};
|
|
159
|
+
shortcutListenerConfig: {
|
|
160
|
+
type: import("vue").PropType<{
|
|
161
|
+
enable: boolean;
|
|
162
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
163
|
+
}>;
|
|
164
|
+
};
|
|
139
165
|
}>> & Readonly<{
|
|
140
166
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
141
167
|
}> & {}>;
|
|
@@ -152,6 +178,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
152
178
|
focus: () => any;
|
|
153
179
|
blur: () => any;
|
|
154
180
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
181
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
155
182
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
156
183
|
watchers: import("../../../../../../shared/types").AnyFn[];
|
|
157
184
|
stopWatcher: () => void;
|
|
@@ -188,9 +215,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
188
215
|
type: StringConstructor;
|
|
189
216
|
default: string;
|
|
190
217
|
};
|
|
218
|
+
updateValueOnClose: {
|
|
219
|
+
type: BooleanConstructor;
|
|
220
|
+
default: boolean;
|
|
221
|
+
};
|
|
191
222
|
isDateDisabled: {
|
|
192
223
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
193
224
|
};
|
|
225
|
+
propKey: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
};
|
|
228
|
+
shortcutListenerConfig: {
|
|
229
|
+
type: import("vue").PropType<{
|
|
230
|
+
enable: boolean;
|
|
231
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
232
|
+
}>;
|
|
233
|
+
};
|
|
194
234
|
}>> & Readonly<{
|
|
195
235
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
196
236
|
}>, {
|
|
@@ -198,6 +238,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
198
238
|
updateUnchangedValue: boolean;
|
|
199
239
|
to: string | false | HTMLElement;
|
|
200
240
|
holidays: Date[];
|
|
241
|
+
updateValueOnClose: boolean;
|
|
201
242
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
202
243
|
readonly NSelect: any;
|
|
203
244
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts
CHANGED
|
@@ -113,9 +113,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
113
|
type: StringConstructor;
|
|
114
114
|
default: string;
|
|
115
115
|
};
|
|
116
|
+
updateValueOnClose: {
|
|
117
|
+
type: BooleanConstructor;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
116
120
|
isDateDisabled: {
|
|
117
121
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
118
122
|
};
|
|
123
|
+
propKey: {
|
|
124
|
+
type: StringConstructor;
|
|
125
|
+
};
|
|
126
|
+
shortcutListenerConfig: {
|
|
127
|
+
type: PropType<{
|
|
128
|
+
enable: boolean;
|
|
129
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
130
|
+
}>;
|
|
131
|
+
};
|
|
119
132
|
}>, {
|
|
120
133
|
attrs: {
|
|
121
134
|
[x: string]: unknown;
|
|
@@ -148,9 +161,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
148
161
|
type: StringConstructor;
|
|
149
162
|
default: string;
|
|
150
163
|
};
|
|
164
|
+
updateValueOnClose: {
|
|
165
|
+
type: BooleanConstructor;
|
|
166
|
+
default: boolean;
|
|
167
|
+
};
|
|
151
168
|
isDateDisabled: {
|
|
152
169
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
153
170
|
};
|
|
171
|
+
propKey: {
|
|
172
|
+
type: StringConstructor;
|
|
173
|
+
};
|
|
174
|
+
shortcutListenerConfig: {
|
|
175
|
+
type: PropType<{
|
|
176
|
+
enable: boolean;
|
|
177
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
178
|
+
}>;
|
|
179
|
+
};
|
|
154
180
|
}>> & Readonly<{
|
|
155
181
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
156
182
|
}> & {}>;
|
|
@@ -167,6 +193,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
167
193
|
focus: () => any;
|
|
168
194
|
blur: () => any;
|
|
169
195
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
196
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
170
197
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
171
198
|
watchers: import("../../../../../../shared/types").AnyFn[];
|
|
172
199
|
stopWatcher: () => void;
|
|
@@ -203,9 +230,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
203
230
|
type: StringConstructor;
|
|
204
231
|
default: string;
|
|
205
232
|
};
|
|
233
|
+
updateValueOnClose: {
|
|
234
|
+
type: BooleanConstructor;
|
|
235
|
+
default: boolean;
|
|
236
|
+
};
|
|
206
237
|
isDateDisabled: {
|
|
207
238
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
208
239
|
};
|
|
240
|
+
propKey: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
};
|
|
243
|
+
shortcutListenerConfig: {
|
|
244
|
+
type: PropType<{
|
|
245
|
+
enable: boolean;
|
|
246
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
247
|
+
}>;
|
|
248
|
+
};
|
|
209
249
|
}>> & Readonly<{
|
|
210
250
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
211
251
|
}>, {
|
|
@@ -213,6 +253,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
253
|
updateUnchangedValue: boolean;
|
|
214
254
|
to: string | false | HTMLElement;
|
|
215
255
|
holidays: Date[];
|
|
256
|
+
updateValueOnClose: boolean;
|
|
216
257
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
217
258
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
218
259
|
filterType: {
|
|
@@ -98,9 +98,22 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
|
|
|
98
98
|
type: StringConstructor;
|
|
99
99
|
default: string;
|
|
100
100
|
};
|
|
101
|
+
updateValueOnClose: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
101
105
|
isDateDisabled: {
|
|
102
106
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
103
107
|
};
|
|
108
|
+
propKey: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
};
|
|
111
|
+
shortcutListenerConfig: {
|
|
112
|
+
type: import("vue").PropType<{
|
|
113
|
+
enable: boolean;
|
|
114
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
115
|
+
}>;
|
|
116
|
+
};
|
|
104
117
|
}>, {
|
|
105
118
|
attrs: {
|
|
106
119
|
[x: string]: unknown;
|
|
@@ -133,9 +146,22 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
|
|
|
133
146
|
type: StringConstructor;
|
|
134
147
|
default: string;
|
|
135
148
|
};
|
|
149
|
+
updateValueOnClose: {
|
|
150
|
+
type: BooleanConstructor;
|
|
151
|
+
default: boolean;
|
|
152
|
+
};
|
|
136
153
|
isDateDisabled: {
|
|
137
154
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
138
155
|
};
|
|
156
|
+
propKey: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
};
|
|
159
|
+
shortcutListenerConfig: {
|
|
160
|
+
type: import("vue").PropType<{
|
|
161
|
+
enable: boolean;
|
|
162
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
163
|
+
}>;
|
|
164
|
+
};
|
|
139
165
|
}>> & Readonly<{
|
|
140
166
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
141
167
|
}> & {}>;
|
|
@@ -152,6 +178,7 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
|
|
|
152
178
|
focus: () => any;
|
|
153
179
|
blur: () => any;
|
|
154
180
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
181
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
155
182
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
156
183
|
watchers: import("../../../../../../shared/types").AnyFn[];
|
|
157
184
|
stopWatcher: () => void;
|
|
@@ -188,9 +215,22 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
|
|
|
188
215
|
type: StringConstructor;
|
|
189
216
|
default: string;
|
|
190
217
|
};
|
|
218
|
+
updateValueOnClose: {
|
|
219
|
+
type: BooleanConstructor;
|
|
220
|
+
default: boolean;
|
|
221
|
+
};
|
|
191
222
|
isDateDisabled: {
|
|
192
223
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
193
224
|
};
|
|
225
|
+
propKey: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
};
|
|
228
|
+
shortcutListenerConfig: {
|
|
229
|
+
type: import("vue").PropType<{
|
|
230
|
+
enable: boolean;
|
|
231
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
232
|
+
}>;
|
|
233
|
+
};
|
|
194
234
|
}>> & Readonly<{
|
|
195
235
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
196
236
|
}>, {
|
|
@@ -198,6 +238,7 @@ declare const Date: import("vue").DefineComponent<import("vue").ExtractPropTypes
|
|
|
198
238
|
updateUnchangedValue: boolean;
|
|
199
239
|
to: string | false | HTMLElement;
|
|
200
240
|
holidays: Date[];
|
|
241
|
+
updateValueOnClose: boolean;
|
|
201
242
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
202
243
|
readonly NSelect: any;
|
|
203
244
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -938,9 +979,22 @@ declare const DateRange: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
938
979
|
type: StringConstructor;
|
|
939
980
|
default: string;
|
|
940
981
|
};
|
|
982
|
+
updateValueOnClose: {
|
|
983
|
+
type: BooleanConstructor;
|
|
984
|
+
default: boolean;
|
|
985
|
+
};
|
|
941
986
|
isDateDisabled: {
|
|
942
987
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
943
988
|
};
|
|
989
|
+
propKey: {
|
|
990
|
+
type: StringConstructor;
|
|
991
|
+
};
|
|
992
|
+
shortcutListenerConfig: {
|
|
993
|
+
type: import("vue").PropType<{
|
|
994
|
+
enable: boolean;
|
|
995
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
996
|
+
}>;
|
|
997
|
+
};
|
|
944
998
|
}>, {
|
|
945
999
|
attrs: {
|
|
946
1000
|
[x: string]: unknown;
|
|
@@ -973,9 +1027,22 @@ declare const DateRange: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
973
1027
|
type: StringConstructor;
|
|
974
1028
|
default: string;
|
|
975
1029
|
};
|
|
1030
|
+
updateValueOnClose: {
|
|
1031
|
+
type: BooleanConstructor;
|
|
1032
|
+
default: boolean;
|
|
1033
|
+
};
|
|
976
1034
|
isDateDisabled: {
|
|
977
1035
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
978
1036
|
};
|
|
1037
|
+
propKey: {
|
|
1038
|
+
type: StringConstructor;
|
|
1039
|
+
};
|
|
1040
|
+
shortcutListenerConfig: {
|
|
1041
|
+
type: import("vue").PropType<{
|
|
1042
|
+
enable: boolean;
|
|
1043
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1044
|
+
}>;
|
|
1045
|
+
};
|
|
979
1046
|
}>> & Readonly<{
|
|
980
1047
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
981
1048
|
}> & {}>;
|
|
@@ -992,6 +1059,7 @@ declare const DateRange: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
992
1059
|
focus: () => any;
|
|
993
1060
|
blur: () => any;
|
|
994
1061
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1062
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
995
1063
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
996
1064
|
watchers: import("../../../../../../shared/types").AnyFn[];
|
|
997
1065
|
stopWatcher: () => void;
|
|
@@ -1028,9 +1096,22 @@ declare const DateRange: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
1028
1096
|
type: StringConstructor;
|
|
1029
1097
|
default: string;
|
|
1030
1098
|
};
|
|
1099
|
+
updateValueOnClose: {
|
|
1100
|
+
type: BooleanConstructor;
|
|
1101
|
+
default: boolean;
|
|
1102
|
+
};
|
|
1031
1103
|
isDateDisabled: {
|
|
1032
1104
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1033
1105
|
};
|
|
1106
|
+
propKey: {
|
|
1107
|
+
type: StringConstructor;
|
|
1108
|
+
};
|
|
1109
|
+
shortcutListenerConfig: {
|
|
1110
|
+
type: import("vue").PropType<{
|
|
1111
|
+
enable: boolean;
|
|
1112
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1113
|
+
}>;
|
|
1114
|
+
};
|
|
1034
1115
|
}>> & Readonly<{
|
|
1035
1116
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1036
1117
|
}>, {
|
|
@@ -1038,6 +1119,7 @@ declare const DateRange: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
1038
1119
|
updateUnchangedValue: boolean;
|
|
1039
1120
|
to: string | false | HTMLElement;
|
|
1040
1121
|
holidays: Date[];
|
|
1122
|
+
updateValueOnClose: boolean;
|
|
1041
1123
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1042
1124
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1043
1125
|
filterType: {
|