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
|
@@ -649,9 +649,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
649
649
|
type: StringConstructor;
|
|
650
650
|
default: string;
|
|
651
651
|
};
|
|
652
|
+
updateValueOnClose: {
|
|
653
|
+
type: BooleanConstructor;
|
|
654
|
+
default: boolean;
|
|
655
|
+
};
|
|
652
656
|
isDateDisabled: {
|
|
653
657
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
654
658
|
};
|
|
659
|
+
propKey: {
|
|
660
|
+
type: StringConstructor;
|
|
661
|
+
};
|
|
662
|
+
shortcutListenerConfig: {
|
|
663
|
+
type: import("vue").PropType<{
|
|
664
|
+
enable: boolean;
|
|
665
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
666
|
+
}>;
|
|
667
|
+
};
|
|
655
668
|
}>, {
|
|
656
669
|
attrs: {
|
|
657
670
|
[x: string]: unknown;
|
|
@@ -684,9 +697,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
684
697
|
type: StringConstructor;
|
|
685
698
|
default: string;
|
|
686
699
|
};
|
|
700
|
+
updateValueOnClose: {
|
|
701
|
+
type: BooleanConstructor;
|
|
702
|
+
default: boolean;
|
|
703
|
+
};
|
|
687
704
|
isDateDisabled: {
|
|
688
705
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
689
706
|
};
|
|
707
|
+
propKey: {
|
|
708
|
+
type: StringConstructor;
|
|
709
|
+
};
|
|
710
|
+
shortcutListenerConfig: {
|
|
711
|
+
type: import("vue").PropType<{
|
|
712
|
+
enable: boolean;
|
|
713
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
714
|
+
}>;
|
|
715
|
+
};
|
|
690
716
|
}>> & Readonly<{
|
|
691
717
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
692
718
|
}> & {}>;
|
|
@@ -703,6 +729,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
703
729
|
focus: () => any;
|
|
704
730
|
blur: () => any;
|
|
705
731
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
732
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
706
733
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
707
734
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
708
735
|
stopWatcher: () => void;
|
|
@@ -739,9 +766,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
739
766
|
type: StringConstructor;
|
|
740
767
|
default: string;
|
|
741
768
|
};
|
|
769
|
+
updateValueOnClose: {
|
|
770
|
+
type: BooleanConstructor;
|
|
771
|
+
default: boolean;
|
|
772
|
+
};
|
|
742
773
|
isDateDisabled: {
|
|
743
774
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
744
775
|
};
|
|
776
|
+
propKey: {
|
|
777
|
+
type: StringConstructor;
|
|
778
|
+
};
|
|
779
|
+
shortcutListenerConfig: {
|
|
780
|
+
type: import("vue").PropType<{
|
|
781
|
+
enable: boolean;
|
|
782
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
783
|
+
}>;
|
|
784
|
+
};
|
|
745
785
|
}>> & Readonly<{
|
|
746
786
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
747
787
|
}>, {
|
|
@@ -749,6 +789,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
749
789
|
updateUnchangedValue: boolean;
|
|
750
790
|
to: string | false | HTMLElement;
|
|
751
791
|
holidays: Date[];
|
|
792
|
+
updateValueOnClose: boolean;
|
|
752
793
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
753
794
|
readonly NSelect: any;
|
|
754
795
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1489,9 +1530,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1489
1530
|
type: StringConstructor;
|
|
1490
1531
|
default: string;
|
|
1491
1532
|
};
|
|
1533
|
+
updateValueOnClose: {
|
|
1534
|
+
type: BooleanConstructor;
|
|
1535
|
+
default: boolean;
|
|
1536
|
+
};
|
|
1492
1537
|
isDateDisabled: {
|
|
1493
1538
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1494
1539
|
};
|
|
1540
|
+
propKey: {
|
|
1541
|
+
type: StringConstructor;
|
|
1542
|
+
};
|
|
1543
|
+
shortcutListenerConfig: {
|
|
1544
|
+
type: import("vue").PropType<{
|
|
1545
|
+
enable: boolean;
|
|
1546
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1547
|
+
}>;
|
|
1548
|
+
};
|
|
1495
1549
|
}>, {
|
|
1496
1550
|
attrs: {
|
|
1497
1551
|
[x: string]: unknown;
|
|
@@ -1524,9 +1578,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1524
1578
|
type: StringConstructor;
|
|
1525
1579
|
default: string;
|
|
1526
1580
|
};
|
|
1581
|
+
updateValueOnClose: {
|
|
1582
|
+
type: BooleanConstructor;
|
|
1583
|
+
default: boolean;
|
|
1584
|
+
};
|
|
1527
1585
|
isDateDisabled: {
|
|
1528
1586
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1529
1587
|
};
|
|
1588
|
+
propKey: {
|
|
1589
|
+
type: StringConstructor;
|
|
1590
|
+
};
|
|
1591
|
+
shortcutListenerConfig: {
|
|
1592
|
+
type: import("vue").PropType<{
|
|
1593
|
+
enable: boolean;
|
|
1594
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1595
|
+
}>;
|
|
1596
|
+
};
|
|
1530
1597
|
}>> & Readonly<{
|
|
1531
1598
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1532
1599
|
}> & {}>;
|
|
@@ -1543,6 +1610,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1543
1610
|
focus: () => any;
|
|
1544
1611
|
blur: () => any;
|
|
1545
1612
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1613
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1546
1614
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1547
1615
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
1548
1616
|
stopWatcher: () => void;
|
|
@@ -1579,9 +1647,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1579
1647
|
type: StringConstructor;
|
|
1580
1648
|
default: string;
|
|
1581
1649
|
};
|
|
1650
|
+
updateValueOnClose: {
|
|
1651
|
+
type: BooleanConstructor;
|
|
1652
|
+
default: boolean;
|
|
1653
|
+
};
|
|
1582
1654
|
isDateDisabled: {
|
|
1583
1655
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1584
1656
|
};
|
|
1657
|
+
propKey: {
|
|
1658
|
+
type: StringConstructor;
|
|
1659
|
+
};
|
|
1660
|
+
shortcutListenerConfig: {
|
|
1661
|
+
type: import("vue").PropType<{
|
|
1662
|
+
enable: boolean;
|
|
1663
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1664
|
+
}>;
|
|
1665
|
+
};
|
|
1585
1666
|
}>> & Readonly<{
|
|
1586
1667
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1587
1668
|
}>, {
|
|
@@ -1589,6 +1670,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1589
1670
|
updateUnchangedValue: boolean;
|
|
1590
1671
|
to: string | false | HTMLElement;
|
|
1591
1672
|
holidays: Date[];
|
|
1673
|
+
updateValueOnClose: boolean;
|
|
1592
1674
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1593
1675
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1594
1676
|
filterType: {
|
|
@@ -2176,9 +2258,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2176
2258
|
type: StringConstructor;
|
|
2177
2259
|
default: string;
|
|
2178
2260
|
};
|
|
2261
|
+
updateValueOnClose: {
|
|
2262
|
+
type: BooleanConstructor;
|
|
2263
|
+
default: boolean;
|
|
2264
|
+
};
|
|
2179
2265
|
isDateDisabled: {
|
|
2180
2266
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2181
2267
|
};
|
|
2268
|
+
propKey: {
|
|
2269
|
+
type: StringConstructor;
|
|
2270
|
+
};
|
|
2271
|
+
shortcutListenerConfig: {
|
|
2272
|
+
type: import("vue").PropType<{
|
|
2273
|
+
enable: boolean;
|
|
2274
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2275
|
+
}>;
|
|
2276
|
+
};
|
|
2182
2277
|
}>, {
|
|
2183
2278
|
attrs: {
|
|
2184
2279
|
[x: string]: unknown;
|
|
@@ -2211,9 +2306,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2211
2306
|
type: StringConstructor;
|
|
2212
2307
|
default: string;
|
|
2213
2308
|
};
|
|
2309
|
+
updateValueOnClose: {
|
|
2310
|
+
type: BooleanConstructor;
|
|
2311
|
+
default: boolean;
|
|
2312
|
+
};
|
|
2214
2313
|
isDateDisabled: {
|
|
2215
2314
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2216
2315
|
};
|
|
2316
|
+
propKey: {
|
|
2317
|
+
type: StringConstructor;
|
|
2318
|
+
};
|
|
2319
|
+
shortcutListenerConfig: {
|
|
2320
|
+
type: import("vue").PropType<{
|
|
2321
|
+
enable: boolean;
|
|
2322
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2323
|
+
}>;
|
|
2324
|
+
};
|
|
2217
2325
|
}>> & Readonly<{
|
|
2218
2326
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2219
2327
|
}> & {}>;
|
|
@@ -2230,6 +2338,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2230
2338
|
focus: () => any;
|
|
2231
2339
|
blur: () => any;
|
|
2232
2340
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
2341
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
2233
2342
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
2234
2343
|
watchers: import("../../../../../shared/types").AnyFn[];
|
|
2235
2344
|
stopWatcher: () => void;
|
|
@@ -2266,9 +2375,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2266
2375
|
type: StringConstructor;
|
|
2267
2376
|
default: string;
|
|
2268
2377
|
};
|
|
2378
|
+
updateValueOnClose: {
|
|
2379
|
+
type: BooleanConstructor;
|
|
2380
|
+
default: boolean;
|
|
2381
|
+
};
|
|
2269
2382
|
isDateDisabled: {
|
|
2270
2383
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2271
2384
|
};
|
|
2385
|
+
propKey: {
|
|
2386
|
+
type: StringConstructor;
|
|
2387
|
+
};
|
|
2388
|
+
shortcutListenerConfig: {
|
|
2389
|
+
type: import("vue").PropType<{
|
|
2390
|
+
enable: boolean;
|
|
2391
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2392
|
+
}>;
|
|
2393
|
+
};
|
|
2272
2394
|
}>> & Readonly<{
|
|
2273
2395
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2274
2396
|
}>, {
|
|
@@ -2276,6 +2398,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2276
2398
|
updateUnchangedValue: boolean;
|
|
2277
2399
|
to: string | false | HTMLElement;
|
|
2278
2400
|
holidays: Date[];
|
|
2401
|
+
updateValueOnClose: boolean;
|
|
2279
2402
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2280
2403
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2281
2404
|
componentCfg: {
|
|
@@ -959,9 +959,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
959
959
|
type: StringConstructor;
|
|
960
960
|
default: string;
|
|
961
961
|
};
|
|
962
|
+
updateValueOnClose: {
|
|
963
|
+
type: BooleanConstructor;
|
|
964
|
+
default: boolean;
|
|
965
|
+
};
|
|
962
966
|
isDateDisabled: {
|
|
963
967
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
964
968
|
};
|
|
969
|
+
propKey: {
|
|
970
|
+
type: StringConstructor;
|
|
971
|
+
};
|
|
972
|
+
shortcutListenerConfig: {
|
|
973
|
+
type: PropType<{
|
|
974
|
+
enable: boolean;
|
|
975
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
976
|
+
}>;
|
|
977
|
+
};
|
|
965
978
|
}>, {
|
|
966
979
|
attrs: {
|
|
967
980
|
[x: string]: unknown;
|
|
@@ -994,9 +1007,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
994
1007
|
type: StringConstructor;
|
|
995
1008
|
default: string;
|
|
996
1009
|
};
|
|
1010
|
+
updateValueOnClose: {
|
|
1011
|
+
type: BooleanConstructor;
|
|
1012
|
+
default: boolean;
|
|
1013
|
+
};
|
|
997
1014
|
isDateDisabled: {
|
|
998
1015
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
999
1016
|
};
|
|
1017
|
+
propKey: {
|
|
1018
|
+
type: StringConstructor;
|
|
1019
|
+
};
|
|
1020
|
+
shortcutListenerConfig: {
|
|
1021
|
+
type: PropType<{
|
|
1022
|
+
enable: boolean;
|
|
1023
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1024
|
+
}>;
|
|
1025
|
+
};
|
|
1000
1026
|
}>> & Readonly<{
|
|
1001
1027
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1002
1028
|
}> & {}>;
|
|
@@ -1013,6 +1039,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1013
1039
|
focus: () => any;
|
|
1014
1040
|
blur: () => any;
|
|
1015
1041
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1042
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1016
1043
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1017
1044
|
watchers: import("../../../shared/types").AnyFn[];
|
|
1018
1045
|
stopWatcher: () => void;
|
|
@@ -1049,9 +1076,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1049
1076
|
type: StringConstructor;
|
|
1050
1077
|
default: string;
|
|
1051
1078
|
};
|
|
1079
|
+
updateValueOnClose: {
|
|
1080
|
+
type: BooleanConstructor;
|
|
1081
|
+
default: boolean;
|
|
1082
|
+
};
|
|
1052
1083
|
isDateDisabled: {
|
|
1053
1084
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1054
1085
|
};
|
|
1086
|
+
propKey: {
|
|
1087
|
+
type: StringConstructor;
|
|
1088
|
+
};
|
|
1089
|
+
shortcutListenerConfig: {
|
|
1090
|
+
type: PropType<{
|
|
1091
|
+
enable: boolean;
|
|
1092
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1093
|
+
}>;
|
|
1094
|
+
};
|
|
1055
1095
|
}>> & Readonly<{
|
|
1056
1096
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1057
1097
|
}>, {
|
|
@@ -1059,6 +1099,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1059
1099
|
updateUnchangedValue: boolean;
|
|
1060
1100
|
to: string | false | HTMLElement;
|
|
1061
1101
|
holidays: Date[];
|
|
1102
|
+
updateValueOnClose: boolean;
|
|
1062
1103
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1063
1104
|
readonly NSelect: any;
|
|
1064
1105
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1799,9 +1840,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1799
1840
|
type: StringConstructor;
|
|
1800
1841
|
default: string;
|
|
1801
1842
|
};
|
|
1843
|
+
updateValueOnClose: {
|
|
1844
|
+
type: BooleanConstructor;
|
|
1845
|
+
default: boolean;
|
|
1846
|
+
};
|
|
1802
1847
|
isDateDisabled: {
|
|
1803
1848
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1804
1849
|
};
|
|
1850
|
+
propKey: {
|
|
1851
|
+
type: StringConstructor;
|
|
1852
|
+
};
|
|
1853
|
+
shortcutListenerConfig: {
|
|
1854
|
+
type: PropType<{
|
|
1855
|
+
enable: boolean;
|
|
1856
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1857
|
+
}>;
|
|
1858
|
+
};
|
|
1805
1859
|
}>, {
|
|
1806
1860
|
attrs: {
|
|
1807
1861
|
[x: string]: unknown;
|
|
@@ -1834,9 +1888,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1834
1888
|
type: StringConstructor;
|
|
1835
1889
|
default: string;
|
|
1836
1890
|
};
|
|
1891
|
+
updateValueOnClose: {
|
|
1892
|
+
type: BooleanConstructor;
|
|
1893
|
+
default: boolean;
|
|
1894
|
+
};
|
|
1837
1895
|
isDateDisabled: {
|
|
1838
1896
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1839
1897
|
};
|
|
1898
|
+
propKey: {
|
|
1899
|
+
type: StringConstructor;
|
|
1900
|
+
};
|
|
1901
|
+
shortcutListenerConfig: {
|
|
1902
|
+
type: PropType<{
|
|
1903
|
+
enable: boolean;
|
|
1904
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1905
|
+
}>;
|
|
1906
|
+
};
|
|
1840
1907
|
}>> & Readonly<{
|
|
1841
1908
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1842
1909
|
}> & {}>;
|
|
@@ -1853,6 +1920,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1853
1920
|
focus: () => any;
|
|
1854
1921
|
blur: () => any;
|
|
1855
1922
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1923
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1856
1924
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1857
1925
|
watchers: import("../../../shared/types").AnyFn[];
|
|
1858
1926
|
stopWatcher: () => void;
|
|
@@ -1889,9 +1957,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1889
1957
|
type: StringConstructor;
|
|
1890
1958
|
default: string;
|
|
1891
1959
|
};
|
|
1960
|
+
updateValueOnClose: {
|
|
1961
|
+
type: BooleanConstructor;
|
|
1962
|
+
default: boolean;
|
|
1963
|
+
};
|
|
1892
1964
|
isDateDisabled: {
|
|
1893
1965
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1894
1966
|
};
|
|
1967
|
+
propKey: {
|
|
1968
|
+
type: StringConstructor;
|
|
1969
|
+
};
|
|
1970
|
+
shortcutListenerConfig: {
|
|
1971
|
+
type: PropType<{
|
|
1972
|
+
enable: boolean;
|
|
1973
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1974
|
+
}>;
|
|
1975
|
+
};
|
|
1895
1976
|
}>> & Readonly<{
|
|
1896
1977
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1897
1978
|
}>, {
|
|
@@ -1899,6 +1980,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1899
1980
|
updateUnchangedValue: boolean;
|
|
1900
1981
|
to: string | false | HTMLElement;
|
|
1901
1982
|
holidays: Date[];
|
|
1983
|
+
updateValueOnClose: boolean;
|
|
1902
1984
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1903
1985
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1904
1986
|
filterType: {
|
|
@@ -2486,9 +2568,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2486
2568
|
type: StringConstructor;
|
|
2487
2569
|
default: string;
|
|
2488
2570
|
};
|
|
2571
|
+
updateValueOnClose: {
|
|
2572
|
+
type: BooleanConstructor;
|
|
2573
|
+
default: boolean;
|
|
2574
|
+
};
|
|
2489
2575
|
isDateDisabled: {
|
|
2490
2576
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2491
2577
|
};
|
|
2578
|
+
propKey: {
|
|
2579
|
+
type: StringConstructor;
|
|
2580
|
+
};
|
|
2581
|
+
shortcutListenerConfig: {
|
|
2582
|
+
type: PropType<{
|
|
2583
|
+
enable: boolean;
|
|
2584
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2585
|
+
}>;
|
|
2586
|
+
};
|
|
2492
2587
|
}>, {
|
|
2493
2588
|
attrs: {
|
|
2494
2589
|
[x: string]: unknown;
|
|
@@ -2521,9 +2616,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2521
2616
|
type: StringConstructor;
|
|
2522
2617
|
default: string;
|
|
2523
2618
|
};
|
|
2619
|
+
updateValueOnClose: {
|
|
2620
|
+
type: BooleanConstructor;
|
|
2621
|
+
default: boolean;
|
|
2622
|
+
};
|
|
2524
2623
|
isDateDisabled: {
|
|
2525
2624
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2526
2625
|
};
|
|
2626
|
+
propKey: {
|
|
2627
|
+
type: StringConstructor;
|
|
2628
|
+
};
|
|
2629
|
+
shortcutListenerConfig: {
|
|
2630
|
+
type: PropType<{
|
|
2631
|
+
enable: boolean;
|
|
2632
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2633
|
+
}>;
|
|
2634
|
+
};
|
|
2527
2635
|
}>> & Readonly<{
|
|
2528
2636
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2529
2637
|
}> & {}>;
|
|
@@ -2540,6 +2648,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2540
2648
|
focus: () => any;
|
|
2541
2649
|
blur: () => any;
|
|
2542
2650
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
2651
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
2543
2652
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
2544
2653
|
watchers: import("../../../shared/types").AnyFn[];
|
|
2545
2654
|
stopWatcher: () => void;
|
|
@@ -2576,9 +2685,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2576
2685
|
type: StringConstructor;
|
|
2577
2686
|
default: string;
|
|
2578
2687
|
};
|
|
2688
|
+
updateValueOnClose: {
|
|
2689
|
+
type: BooleanConstructor;
|
|
2690
|
+
default: boolean;
|
|
2691
|
+
};
|
|
2579
2692
|
isDateDisabled: {
|
|
2580
2693
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
2581
2694
|
};
|
|
2695
|
+
propKey: {
|
|
2696
|
+
type: StringConstructor;
|
|
2697
|
+
};
|
|
2698
|
+
shortcutListenerConfig: {
|
|
2699
|
+
type: PropType<{
|
|
2700
|
+
enable: boolean;
|
|
2701
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
2702
|
+
}>;
|
|
2703
|
+
};
|
|
2582
2704
|
}>> & Readonly<{
|
|
2583
2705
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
2584
2706
|
}>, {
|
|
@@ -2586,6 +2708,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2586
2708
|
updateUnchangedValue: boolean;
|
|
2587
2709
|
to: string | false | HTMLElement;
|
|
2588
2710
|
holidays: Date[];
|
|
2711
|
+
updateValueOnClose: boolean;
|
|
2589
2712
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2590
2713
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2591
2714
|
componentCfg: {
|
|
@@ -546,6 +546,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
546
546
|
immediate: true,
|
|
547
547
|
deep: true
|
|
548
548
|
});
|
|
549
|
+
watch(() => props.conditionSid, (val) => {
|
|
550
|
+
if ((val == null ? void 0 : val.length) > 0) {
|
|
551
|
+
initTree(val);
|
|
552
|
+
}
|
|
553
|
+
}, {
|
|
554
|
+
deep: true
|
|
555
|
+
});
|
|
549
556
|
return (_ctx, _cache) => {
|
|
550
557
|
var _a, _b;
|
|
551
558
|
return openBlock(), createElementBlock("div", {
|
|
@@ -27,9 +27,22 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
27
27
|
type: StringConstructor;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
|
+
updateValueOnClose: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
30
34
|
isDateDisabled: {
|
|
31
35
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
32
36
|
};
|
|
37
|
+
propKey: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
};
|
|
40
|
+
shortcutListenerConfig: {
|
|
41
|
+
type: import("vue").PropType<{
|
|
42
|
+
enable: boolean;
|
|
43
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
44
|
+
}>;
|
|
45
|
+
};
|
|
33
46
|
}>, {
|
|
34
47
|
attrs: {
|
|
35
48
|
[x: string]: unknown;
|
|
@@ -62,9 +75,22 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
62
75
|
type: StringConstructor;
|
|
63
76
|
default: string;
|
|
64
77
|
};
|
|
78
|
+
updateValueOnClose: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
65
82
|
isDateDisabled: {
|
|
66
83
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
67
84
|
};
|
|
85
|
+
propKey: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
};
|
|
88
|
+
shortcutListenerConfig: {
|
|
89
|
+
type: import("vue").PropType<{
|
|
90
|
+
enable: boolean;
|
|
91
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
92
|
+
}>;
|
|
93
|
+
};
|
|
68
94
|
}>> & Readonly<{
|
|
69
95
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
70
96
|
}> & {}>;
|
|
@@ -81,6 +107,7 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
81
107
|
focus: () => any;
|
|
82
108
|
blur: () => any;
|
|
83
109
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
110
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
84
111
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
85
112
|
watchers: import("../../shared/types").AnyFn[];
|
|
86
113
|
stopWatcher: () => void;
|
|
@@ -117,9 +144,22 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
117
144
|
type: StringConstructor;
|
|
118
145
|
default: string;
|
|
119
146
|
};
|
|
147
|
+
updateValueOnClose: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
120
151
|
isDateDisabled: {
|
|
121
152
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
|
122
153
|
};
|
|
154
|
+
propKey: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
};
|
|
157
|
+
shortcutListenerConfig: {
|
|
158
|
+
type: import("vue").PropType<{
|
|
159
|
+
enable: boolean;
|
|
160
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
161
|
+
}>;
|
|
162
|
+
};
|
|
123
163
|
}>> & Readonly<{
|
|
124
164
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
125
165
|
}>, {
|
|
@@ -127,5 +167,6 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
127
167
|
updateUnchangedValue: boolean;
|
|
128
168
|
to: string | false | HTMLElement;
|
|
129
169
|
holidays: Date[];
|
|
170
|
+
updateValueOnClose: boolean;
|
|
130
171
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
131
172
|
export default DatePicker;
|