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
|
@@ -957,9 +957,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
957
957
|
type: StringConstructor;
|
|
958
958
|
default: string;
|
|
959
959
|
};
|
|
960
|
+
updateValueOnClose: {
|
|
961
|
+
type: BooleanConstructor;
|
|
962
|
+
default: boolean;
|
|
963
|
+
};
|
|
960
964
|
isDateDisabled: {
|
|
961
965
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
962
966
|
};
|
|
967
|
+
propKey: {
|
|
968
|
+
type: StringConstructor;
|
|
969
|
+
};
|
|
970
|
+
shortcutListenerConfig: {
|
|
971
|
+
type: import("vue").PropType<{
|
|
972
|
+
enable: boolean;
|
|
973
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
974
|
+
}>;
|
|
975
|
+
};
|
|
963
976
|
}>, {
|
|
964
977
|
attrs: {
|
|
965
978
|
[x: string]: unknown;
|
|
@@ -992,9 +1005,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
992
1005
|
type: StringConstructor;
|
|
993
1006
|
default: string;
|
|
994
1007
|
};
|
|
1008
|
+
updateValueOnClose: {
|
|
1009
|
+
type: BooleanConstructor;
|
|
1010
|
+
default: boolean;
|
|
1011
|
+
};
|
|
995
1012
|
isDateDisabled: {
|
|
996
1013
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
997
1014
|
};
|
|
1015
|
+
propKey: {
|
|
1016
|
+
type: StringConstructor;
|
|
1017
|
+
};
|
|
1018
|
+
shortcutListenerConfig: {
|
|
1019
|
+
type: import("vue").PropType<{
|
|
1020
|
+
enable: boolean;
|
|
1021
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1022
|
+
}>;
|
|
1023
|
+
};
|
|
998
1024
|
}>> & Readonly<{
|
|
999
1025
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1000
1026
|
}> & {}>;
|
|
@@ -1011,6 +1037,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1011
1037
|
focus: () => any;
|
|
1012
1038
|
blur: () => any;
|
|
1013
1039
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1040
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1014
1041
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1015
1042
|
watchers: import("../../shared/types").AnyFn[];
|
|
1016
1043
|
stopWatcher: () => void;
|
|
@@ -1047,9 +1074,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1047
1074
|
type: StringConstructor;
|
|
1048
1075
|
default: string;
|
|
1049
1076
|
};
|
|
1077
|
+
updateValueOnClose: {
|
|
1078
|
+
type: BooleanConstructor;
|
|
1079
|
+
default: boolean;
|
|
1080
|
+
};
|
|
1050
1081
|
isDateDisabled: {
|
|
1051
1082
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1052
1083
|
};
|
|
1084
|
+
propKey: {
|
|
1085
|
+
type: StringConstructor;
|
|
1086
|
+
};
|
|
1087
|
+
shortcutListenerConfig: {
|
|
1088
|
+
type: import("vue").PropType<{
|
|
1089
|
+
enable: boolean;
|
|
1090
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1091
|
+
}>;
|
|
1092
|
+
};
|
|
1053
1093
|
}>> & Readonly<{
|
|
1054
1094
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1055
1095
|
}>, {
|
|
@@ -1057,6 +1097,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1057
1097
|
updateUnchangedValue: boolean;
|
|
1058
1098
|
to: string | false | HTMLElement;
|
|
1059
1099
|
holidays: Date[];
|
|
1100
|
+
updateValueOnClose: boolean;
|
|
1060
1101
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1061
1102
|
readonly NSelect: any;
|
|
1062
1103
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1797,9 +1838,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1797
1838
|
type: StringConstructor;
|
|
1798
1839
|
default: string;
|
|
1799
1840
|
};
|
|
1841
|
+
updateValueOnClose: {
|
|
1842
|
+
type: BooleanConstructor;
|
|
1843
|
+
default: boolean;
|
|
1844
|
+
};
|
|
1800
1845
|
isDateDisabled: {
|
|
1801
1846
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1802
1847
|
};
|
|
1848
|
+
propKey: {
|
|
1849
|
+
type: StringConstructor;
|
|
1850
|
+
};
|
|
1851
|
+
shortcutListenerConfig: {
|
|
1852
|
+
type: import("vue").PropType<{
|
|
1853
|
+
enable: boolean;
|
|
1854
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1855
|
+
}>;
|
|
1856
|
+
};
|
|
1803
1857
|
}>, {
|
|
1804
1858
|
attrs: {
|
|
1805
1859
|
[x: string]: unknown;
|
|
@@ -1832,9 +1886,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1832
1886
|
type: StringConstructor;
|
|
1833
1887
|
default: string;
|
|
1834
1888
|
};
|
|
1889
|
+
updateValueOnClose: {
|
|
1890
|
+
type: BooleanConstructor;
|
|
1891
|
+
default: boolean;
|
|
1892
|
+
};
|
|
1835
1893
|
isDateDisabled: {
|
|
1836
1894
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1837
1895
|
};
|
|
1896
|
+
propKey: {
|
|
1897
|
+
type: StringConstructor;
|
|
1898
|
+
};
|
|
1899
|
+
shortcutListenerConfig: {
|
|
1900
|
+
type: import("vue").PropType<{
|
|
1901
|
+
enable: boolean;
|
|
1902
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1903
|
+
}>;
|
|
1904
|
+
};
|
|
1838
1905
|
}>> & Readonly<{
|
|
1839
1906
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1840
1907
|
}> & {}>;
|
|
@@ -1851,6 +1918,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1851
1918
|
focus: () => any;
|
|
1852
1919
|
blur: () => any;
|
|
1853
1920
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1921
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1854
1922
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1855
1923
|
watchers: import("../../shared/types").AnyFn[];
|
|
1856
1924
|
stopWatcher: () => void;
|
|
@@ -1887,9 +1955,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1887
1955
|
type: StringConstructor;
|
|
1888
1956
|
default: string;
|
|
1889
1957
|
};
|
|
1958
|
+
updateValueOnClose: {
|
|
1959
|
+
type: BooleanConstructor;
|
|
1960
|
+
default: boolean;
|
|
1961
|
+
};
|
|
1890
1962
|
isDateDisabled: {
|
|
1891
1963
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1892
1964
|
};
|
|
1965
|
+
propKey: {
|
|
1966
|
+
type: StringConstructor;
|
|
1967
|
+
};
|
|
1968
|
+
shortcutListenerConfig: {
|
|
1969
|
+
type: import("vue").PropType<{
|
|
1970
|
+
enable: boolean;
|
|
1971
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1972
|
+
}>;
|
|
1973
|
+
};
|
|
1893
1974
|
}>> & Readonly<{
|
|
1894
1975
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1895
1976
|
}>, {
|
|
@@ -1897,6 +1978,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
1897
1978
|
updateUnchangedValue: boolean;
|
|
1898
1979
|
to: string | false | HTMLElement;
|
|
1899
1980
|
holidays: Date[];
|
|
1981
|
+
updateValueOnClose: boolean;
|
|
1900
1982
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1901
1983
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1902
1984
|
filterType: {
|
|
@@ -2484,9 +2566,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2484
2566
|
type: StringConstructor;
|
|
2485
2567
|
default: string;
|
|
2486
2568
|
};
|
|
2569
|
+
updateValueOnClose: {
|
|
2570
|
+
type: BooleanConstructor;
|
|
2571
|
+
default: boolean;
|
|
2572
|
+
};
|
|
2487
2573
|
isDateDisabled: {
|
|
2488
2574
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2489
2575
|
};
|
|
2576
|
+
propKey: {
|
|
2577
|
+
type: StringConstructor;
|
|
2578
|
+
};
|
|
2579
|
+
shortcutListenerConfig: {
|
|
2580
|
+
type: import("vue").PropType<{
|
|
2581
|
+
enable: boolean;
|
|
2582
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2583
|
+
}>;
|
|
2584
|
+
};
|
|
2490
2585
|
}>, {
|
|
2491
2586
|
attrs: {
|
|
2492
2587
|
[x: string]: unknown;
|
|
@@ -2519,9 +2614,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2519
2614
|
type: StringConstructor;
|
|
2520
2615
|
default: string;
|
|
2521
2616
|
};
|
|
2617
|
+
updateValueOnClose: {
|
|
2618
|
+
type: BooleanConstructor;
|
|
2619
|
+
default: boolean;
|
|
2620
|
+
};
|
|
2522
2621
|
isDateDisabled: {
|
|
2523
2622
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2524
2623
|
};
|
|
2624
|
+
propKey: {
|
|
2625
|
+
type: StringConstructor;
|
|
2626
|
+
};
|
|
2627
|
+
shortcutListenerConfig: {
|
|
2628
|
+
type: import("vue").PropType<{
|
|
2629
|
+
enable: boolean;
|
|
2630
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2631
|
+
}>;
|
|
2632
|
+
};
|
|
2525
2633
|
}>> & Readonly<{
|
|
2526
2634
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2527
2635
|
}> & {}>;
|
|
@@ -2538,6 +2646,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2538
2646
|
focus: () => any;
|
|
2539
2647
|
blur: () => any;
|
|
2540
2648
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
2649
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
2541
2650
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
2542
2651
|
watchers: import("../../shared/types").AnyFn[];
|
|
2543
2652
|
stopWatcher: () => void;
|
|
@@ -2574,9 +2683,22 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2574
2683
|
type: StringConstructor;
|
|
2575
2684
|
default: string;
|
|
2576
2685
|
};
|
|
2686
|
+
updateValueOnClose: {
|
|
2687
|
+
type: BooleanConstructor;
|
|
2688
|
+
default: boolean;
|
|
2689
|
+
};
|
|
2577
2690
|
isDateDisabled: {
|
|
2578
2691
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2579
2692
|
};
|
|
2693
|
+
propKey: {
|
|
2694
|
+
type: StringConstructor;
|
|
2695
|
+
};
|
|
2696
|
+
shortcutListenerConfig: {
|
|
2697
|
+
type: import("vue").PropType<{
|
|
2698
|
+
enable: boolean;
|
|
2699
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2700
|
+
}>;
|
|
2701
|
+
};
|
|
2580
2702
|
}>> & Readonly<{
|
|
2581
2703
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2582
2704
|
}>, {
|
|
@@ -2584,6 +2706,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
|
2584
2706
|
updateUnchangedValue: boolean;
|
|
2585
2707
|
to: string | false | HTMLElement;
|
|
2586
2708
|
holidays: Date[];
|
|
2709
|
+
updateValueOnClose: boolean;
|
|
2587
2710
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2588
2711
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2589
2712
|
componentCfg: {
|
|
@@ -355,9 +355,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
355
355
|
type: StringConstructor;
|
|
356
356
|
default: string;
|
|
357
357
|
};
|
|
358
|
+
updateValueOnClose: {
|
|
359
|
+
type: BooleanConstructor;
|
|
360
|
+
default: boolean;
|
|
361
|
+
};
|
|
358
362
|
isDateDisabled: {
|
|
359
363
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
360
364
|
};
|
|
365
|
+
propKey: {
|
|
366
|
+
type: StringConstructor;
|
|
367
|
+
};
|
|
368
|
+
shortcutListenerConfig: {
|
|
369
|
+
type: import("vue").PropType<{
|
|
370
|
+
enable: boolean;
|
|
371
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
372
|
+
}>;
|
|
373
|
+
};
|
|
361
374
|
}>, {
|
|
362
375
|
attrs: {
|
|
363
376
|
[x: string]: unknown;
|
|
@@ -390,9 +403,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
390
403
|
type: StringConstructor;
|
|
391
404
|
default: string;
|
|
392
405
|
};
|
|
406
|
+
updateValueOnClose: {
|
|
407
|
+
type: BooleanConstructor;
|
|
408
|
+
default: boolean;
|
|
409
|
+
};
|
|
393
410
|
isDateDisabled: {
|
|
394
411
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
395
412
|
};
|
|
413
|
+
propKey: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
};
|
|
416
|
+
shortcutListenerConfig: {
|
|
417
|
+
type: import("vue").PropType<{
|
|
418
|
+
enable: boolean;
|
|
419
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
420
|
+
}>;
|
|
421
|
+
};
|
|
396
422
|
}>> & Readonly<{
|
|
397
423
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
398
424
|
}> & {}>;
|
|
@@ -409,6 +435,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
409
435
|
focus: () => any;
|
|
410
436
|
blur: () => any;
|
|
411
437
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
438
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
412
439
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
413
440
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
414
441
|
stopWatcher: () => void;
|
|
@@ -445,9 +472,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
445
472
|
type: StringConstructor;
|
|
446
473
|
default: string;
|
|
447
474
|
};
|
|
475
|
+
updateValueOnClose: {
|
|
476
|
+
type: BooleanConstructor;
|
|
477
|
+
default: boolean;
|
|
478
|
+
};
|
|
448
479
|
isDateDisabled: {
|
|
449
480
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
450
481
|
};
|
|
482
|
+
propKey: {
|
|
483
|
+
type: StringConstructor;
|
|
484
|
+
};
|
|
485
|
+
shortcutListenerConfig: {
|
|
486
|
+
type: import("vue").PropType<{
|
|
487
|
+
enable: boolean;
|
|
488
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
489
|
+
}>;
|
|
490
|
+
};
|
|
451
491
|
}>> & Readonly<{
|
|
452
492
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
453
493
|
}>, {
|
|
@@ -455,6 +495,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
455
495
|
updateUnchangedValue: boolean;
|
|
456
496
|
to: string | false | HTMLElement;
|
|
457
497
|
holidays: Date[];
|
|
498
|
+
updateValueOnClose: boolean;
|
|
458
499
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
459
500
|
readonly NSelect: any;
|
|
460
501
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1195,9 +1236,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1195
1236
|
type: StringConstructor;
|
|
1196
1237
|
default: string;
|
|
1197
1238
|
};
|
|
1239
|
+
updateValueOnClose: {
|
|
1240
|
+
type: BooleanConstructor;
|
|
1241
|
+
default: boolean;
|
|
1242
|
+
};
|
|
1198
1243
|
isDateDisabled: {
|
|
1199
1244
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1200
1245
|
};
|
|
1246
|
+
propKey: {
|
|
1247
|
+
type: StringConstructor;
|
|
1248
|
+
};
|
|
1249
|
+
shortcutListenerConfig: {
|
|
1250
|
+
type: import("vue").PropType<{
|
|
1251
|
+
enable: boolean;
|
|
1252
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1253
|
+
}>;
|
|
1254
|
+
};
|
|
1201
1255
|
}>, {
|
|
1202
1256
|
attrs: {
|
|
1203
1257
|
[x: string]: unknown;
|
|
@@ -1230,9 +1284,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1230
1284
|
type: StringConstructor;
|
|
1231
1285
|
default: string;
|
|
1232
1286
|
};
|
|
1287
|
+
updateValueOnClose: {
|
|
1288
|
+
type: BooleanConstructor;
|
|
1289
|
+
default: boolean;
|
|
1290
|
+
};
|
|
1233
1291
|
isDateDisabled: {
|
|
1234
1292
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1235
1293
|
};
|
|
1294
|
+
propKey: {
|
|
1295
|
+
type: StringConstructor;
|
|
1296
|
+
};
|
|
1297
|
+
shortcutListenerConfig: {
|
|
1298
|
+
type: import("vue").PropType<{
|
|
1299
|
+
enable: boolean;
|
|
1300
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1301
|
+
}>;
|
|
1302
|
+
};
|
|
1236
1303
|
}>> & Readonly<{
|
|
1237
1304
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1238
1305
|
}> & {}>;
|
|
@@ -1249,6 +1316,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1249
1316
|
focus: () => any;
|
|
1250
1317
|
blur: () => any;
|
|
1251
1318
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1319
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1252
1320
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1253
1321
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
1254
1322
|
stopWatcher: () => void;
|
|
@@ -1285,9 +1353,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1285
1353
|
type: StringConstructor;
|
|
1286
1354
|
default: string;
|
|
1287
1355
|
};
|
|
1356
|
+
updateValueOnClose: {
|
|
1357
|
+
type: BooleanConstructor;
|
|
1358
|
+
default: boolean;
|
|
1359
|
+
};
|
|
1288
1360
|
isDateDisabled: {
|
|
1289
1361
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1290
1362
|
};
|
|
1363
|
+
propKey: {
|
|
1364
|
+
type: StringConstructor;
|
|
1365
|
+
};
|
|
1366
|
+
shortcutListenerConfig: {
|
|
1367
|
+
type: import("vue").PropType<{
|
|
1368
|
+
enable: boolean;
|
|
1369
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1370
|
+
}>;
|
|
1371
|
+
};
|
|
1291
1372
|
}>> & Readonly<{
|
|
1292
1373
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1293
1374
|
}>, {
|
|
@@ -1295,6 +1376,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1295
1376
|
updateUnchangedValue: boolean;
|
|
1296
1377
|
to: string | false | HTMLElement;
|
|
1297
1378
|
holidays: Date[];
|
|
1379
|
+
updateValueOnClose: boolean;
|
|
1298
1380
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1299
1381
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1300
1382
|
filterType: {
|
|
@@ -1882,9 +1964,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1882
1964
|
type: StringConstructor;
|
|
1883
1965
|
default: string;
|
|
1884
1966
|
};
|
|
1967
|
+
updateValueOnClose: {
|
|
1968
|
+
type: BooleanConstructor;
|
|
1969
|
+
default: boolean;
|
|
1970
|
+
};
|
|
1885
1971
|
isDateDisabled: {
|
|
1886
1972
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1887
1973
|
};
|
|
1974
|
+
propKey: {
|
|
1975
|
+
type: StringConstructor;
|
|
1976
|
+
};
|
|
1977
|
+
shortcutListenerConfig: {
|
|
1978
|
+
type: import("vue").PropType<{
|
|
1979
|
+
enable: boolean;
|
|
1980
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1981
|
+
}>;
|
|
1982
|
+
};
|
|
1888
1983
|
}>, {
|
|
1889
1984
|
attrs: {
|
|
1890
1985
|
[x: string]: unknown;
|
|
@@ -1917,9 +2012,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1917
2012
|
type: StringConstructor;
|
|
1918
2013
|
default: string;
|
|
1919
2014
|
};
|
|
2015
|
+
updateValueOnClose: {
|
|
2016
|
+
type: BooleanConstructor;
|
|
2017
|
+
default: boolean;
|
|
2018
|
+
};
|
|
1920
2019
|
isDateDisabled: {
|
|
1921
2020
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1922
2021
|
};
|
|
2022
|
+
propKey: {
|
|
2023
|
+
type: StringConstructor;
|
|
2024
|
+
};
|
|
2025
|
+
shortcutListenerConfig: {
|
|
2026
|
+
type: import("vue").PropType<{
|
|
2027
|
+
enable: boolean;
|
|
2028
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2029
|
+
}>;
|
|
2030
|
+
};
|
|
1923
2031
|
}>> & Readonly<{
|
|
1924
2032
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1925
2033
|
}> & {}>;
|
|
@@ -1936,6 +2044,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1936
2044
|
focus: () => any;
|
|
1937
2045
|
blur: () => any;
|
|
1938
2046
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
2047
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1939
2048
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1940
2049
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
1941
2050
|
stopWatcher: () => void;
|
|
@@ -1972,9 +2081,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1972
2081
|
type: StringConstructor;
|
|
1973
2082
|
default: string;
|
|
1974
2083
|
};
|
|
2084
|
+
updateValueOnClose: {
|
|
2085
|
+
type: BooleanConstructor;
|
|
2086
|
+
default: boolean;
|
|
2087
|
+
};
|
|
1975
2088
|
isDateDisabled: {
|
|
1976
2089
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1977
2090
|
};
|
|
2091
|
+
propKey: {
|
|
2092
|
+
type: StringConstructor;
|
|
2093
|
+
};
|
|
2094
|
+
shortcutListenerConfig: {
|
|
2095
|
+
type: import("vue").PropType<{
|
|
2096
|
+
enable: boolean;
|
|
2097
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2098
|
+
}>;
|
|
2099
|
+
};
|
|
1978
2100
|
}>> & Readonly<{
|
|
1979
2101
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1980
2102
|
}>, {
|
|
@@ -1982,6 +2104,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1982
2104
|
updateUnchangedValue: boolean;
|
|
1983
2105
|
to: string | false | HTMLElement;
|
|
1984
2106
|
holidays: Date[];
|
|
2107
|
+
updateValueOnClose: boolean;
|
|
1985
2108
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1986
2109
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1987
2110
|
componentCfg: {
|