cnhis-design-vue 3.3.3-beta.7 → 3.3.3-beta.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/audio-sdk/index.d.ts +18 -16
- package/es/components/audio-sdk/src/Index.vue.d.ts +18 -16
- package/es/components/audio-sdk/src/Index.vue2.js +40 -5
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +6 -6
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +6 -6
- package/es/components/audio-sdk/src/components/recording.vue2.js +17 -3
- package/es/components/base-search/index.d.ts +3 -0
- package/es/components/base-search/src/index.vue.d.ts +3 -0
- package/es/components/big-table/src/components/NoData.vue2.js +8 -1
- package/es/components/big-table/src/hooks/useTableParse.js +8 -1
- package/es/components/button-print/index.d.ts +67 -2
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +67 -2
- package/es/components/button-print/src/ButtonPrint.vue2.js +6 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +28 -3
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +138 -15
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +18 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +35 -6
- package/es/components/button-print/src/utils/print.d.ts +7 -5
- package/es/components/button-print/src/utils/print.js +183 -7
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/calendar/src/Calendar.vue2.js +15 -5
- package/es/components/callback/src/components/render/popupMaps.d.ts +18 -0
- package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
- package/es/components/classification/index.d.ts +555 -10
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +555 -10
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +555 -10
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/index.vue.d.ts +555 -10
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -1
- package/es/components/expand-field/index.d.ts +792 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue2.js +8 -1
- package/es/components/expand-field/src/index.vue.d.ts +792 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-editor/index.d.ts +18 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +18 -0
- package/es/components/field-editor/src/FieldEditor.vue2.js +2 -1
- package/es/components/field-editor/src/fields.d.ts +1 -0
- package/es/components/field-editor/src/fields.js +6 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +10 -5
- package/es/components/field-set/src/FieldFilter.vue.d.ts +10 -5
- package/es/components/field-set/src/FieldSet.vue.d.ts +43 -6
- package/es/components/field-set/src/FieldSet.vue2.js +118 -69
- package/es/components/field-set/src/Index.vue2.js +8 -3
- package/es/components/field-set/src/TableStyle.vue2.js +2 -2
- package/es/components/field-set/src/components/table-row.vue.d.ts +6 -5
- package/es/components/field-set/src/components/table-row.vue2.js +21 -6
- package/es/components/field-set/src/constants/index.d.ts +1 -1
- package/es/components/field-set/src/types/index.d.ts +3 -1
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +102 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +102 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +18 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +63 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +4 -4
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +18 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +9 -2
- package/es/components/form-config/src/constants/index.d.ts +31 -1
- package/es/components/form-config/src/constants/index.js +150 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
- package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
- package/es/components/form-config/src/hooks/useLocale.js +34 -0
- package/es/components/form-config/src/types/index.d.ts +12 -0
- package/es/components/form-render/index.d.ts +18 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +18 -0
- package/es/components/form-render/src/FormRender.vue2.js +5 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/date.d.ts +3 -1
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/formItem.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/formItem.js +17 -3
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +4 -2
- 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 +9 -3
- package/es/components/form-render/src/components/renderer/searchCascade.js +3 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +12 -3
- package/es/components/form-render/src/hooks/useBusinessBinding.js +7 -7
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +5 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
- package/es/components/form-render/src/hooks/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/business.d.ts +3 -1
- package/es/components/form-render/src/utils/business.js +7 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-chat/index.d.ts +902 -99
- package/es/components/iho-chat/src/Index.vue.d.ts +902 -99
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +181 -8
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +51 -41
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -6
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +158 -57
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +329 -15
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +21 -19
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +235 -20
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +298 -279
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +51 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +3 -3
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +48 -2
- package/es/components/iho-chat/src/components/ContextMenu.js +34 -27
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +104 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +307 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +53 -6
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +3 -3
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +93 -30
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +348 -144
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +38 -25
- package/es/components/iho-chat/src/components/Video.vue2.js +35 -40
- package/es/components/iho-chat/src/hooks/index.d.ts +1 -0
- package/es/components/iho-chat/src/hooks/index.js +1 -0
- package/es/components/iho-chat/src/hooks/useData.d.ts +51 -4
- package/es/components/iho-chat/src/hooks/useData.js +2 -7
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +25 -0
- package/es/components/iho-chat/src/hooks/useDraggable.js +160 -0
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +78 -11
- package/es/components/iho-chat/src/hooks/useVideo.js +420 -44
- package/es/components/iho-chat/src/types/index.d.ts +37 -1
- package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
- package/es/components/iho-chat/src/utils/emoji.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +4 -3
- package/es/components/iho-chat/src/utils/index.js +33 -39
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +8 -1
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -2
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +2 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/info-header/index.d.ts +41 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +56 -22
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +19 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +18 -0
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
- package/es/components/keyboard/index.d.ts +9 -0
- package/es/components/keyboard/src/Keyboard.vue.d.ts +9 -0
- package/es/components/keyboard/src/Keyboard.vue2.js +33 -9
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +4 -0
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +50 -17
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- package/es/components/quick-search/index.d.ts +2 -0
- package/es/components/quick-search/src/index.vue.d.ts +2 -0
- package/es/components/scale-view/index.d.ts +66 -3
- package/es/components/scale-view/src/ScaleView.vue.d.ts +69 -5
- package/es/components/scale-view/src/ScaleView.vue2.js +79 -4
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +3 -0
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +26 -2
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +3 -0
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -6
- package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
- package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
- package/es/components/scale-view/src/components/ScaleScore.js +45 -3
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +16 -2
- package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
- package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
- package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -4
- package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
- package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +12 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +12 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +2 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
- package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
- package/es/components/scale-view/src/hooks/use-noData.js +33 -5
- package/es/components/scale-view/src/utils/judge-types.d.ts +2 -1
- package/es/components/scale-view/src/utils/judge-types.js +10 -10
- package/es/components/scale-view/src/utils/watch-form-change.d.ts +13 -0
- package/es/components/scale-view/src/utils/watch-form-change.js +71 -0
- package/es/components/select-person/index.d.ts +792 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +433 -273
- package/es/components/select-person/src/SelectPerson.vue.js +6 -0
- package/es/components/select-person/src/SelectPerson.vue2.js +795 -0
- package/es/components/select-person/src/SelectPersonRole.vue.js +2 -2
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +19 -0
- package/es/components/select-person/src/components/GroupItem.vue.js +6 -0
- package/es/components/select-person/src/components/GroupItem.vue2.js +37 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +214 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +145 -0
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
- package/es/components/select-person/src/components/TagItem.vue.d.ts +43 -0
- package/es/components/select-person/src/components/TagItem.vue.js +6 -0
- package/es/components/select-person/src/components/TagItem.vue2.js +40 -0
- package/es/components/select-person/src/index.vue.d.ts +793 -1
- package/es/components/select-person/src/index.vue2.js +21 -4
- package/es/components/select-person/src/types/index.d.ts +35 -0
- package/es/components/select-person/src/types/index.js +1 -0
- package/es/components/select-person/src/utils/index.d.ts +3 -0
- package/es/components/select-person/src/utils/index.js +25 -2
- package/es/components/select-person/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +18 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +18 -0
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +543 -6
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +32 -10
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +226 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +156 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +255 -2
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +79 -5
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +256 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +92 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +512 -4
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +49 -2
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +2 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +554 -10
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +17 -7
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +25 -6
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +23 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +5 -5
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +25 -7
- package/es/components/table-filter/src/hooks/useRenderWidget.js +4 -0
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/tool/date.d.ts +3 -0
- package/es/components/table-filter/src/tool/date.js +139 -0
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
- package/es/components/table-filter/src/tool/transformData.js +11 -8
- package/es/components/table-filter/src/types/enums.d.ts +5 -0
- package/es/components/table-filter/src/types/enums.js +7 -2
- package/es/components/table-filter/src/types/index.d.ts +12 -0
- package/es/components/vertify/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +89 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +256 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +16 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +20 -31
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +205 -78
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +35 -4
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +78 -11
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +16 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +81 -10
- package/es/components/vod-chunk-upload/style/index.css +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/package.json +6 -5
@@ -1,4 +1,8 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
2
|
+
item: {
|
3
|
+
type: ObjectConstructor;
|
4
|
+
default: null;
|
5
|
+
};
|
2
6
|
paramCfg: {
|
3
7
|
type: ObjectConstructor;
|
4
8
|
default: null;
|
@@ -14,8 +18,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
14
18
|
isAccurate: {
|
15
19
|
type: BooleanConstructor;
|
16
20
|
};
|
21
|
+
customDate: {
|
22
|
+
type: StringConstructor;
|
23
|
+
default: null;
|
24
|
+
};
|
17
25
|
}, {
|
18
26
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
27
|
+
item: {
|
28
|
+
type: ObjectConstructor;
|
29
|
+
default: null;
|
30
|
+
};
|
19
31
|
paramCfg: {
|
20
32
|
type: ObjectConstructor;
|
21
33
|
default: null;
|
@@ -31,20 +43,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
31
43
|
isAccurate: {
|
32
44
|
type: BooleanConstructor;
|
33
45
|
};
|
46
|
+
customDate: {
|
47
|
+
type: StringConstructor;
|
48
|
+
default: null;
|
49
|
+
};
|
34
50
|
}>> & {
|
35
51
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
36
52
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
37
53
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
54
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
38
55
|
}>>;
|
39
|
-
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
|
56
|
+
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
40
57
|
valueCp: import("vue").WritableComputedRef<any>;
|
41
58
|
presetValCp: import("vue").WritableComputedRef<string>;
|
42
59
|
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
60
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
43
61
|
widgetType: import("vue").ComputedRef<any>;
|
44
62
|
Date: import("vue").DefineComponent<{
|
45
63
|
componentCfg: {
|
46
64
|
type: ObjectConstructor;
|
47
65
|
};
|
66
|
+
item: {
|
67
|
+
type: ObjectConstructor;
|
68
|
+
required: true;
|
69
|
+
};
|
48
70
|
paramCfg: {
|
49
71
|
type: ObjectConstructor;
|
50
72
|
default: null;
|
@@ -57,11 +79,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
57
79
|
type: StringConstructor;
|
58
80
|
default: null;
|
59
81
|
};
|
82
|
+
customDate: {
|
83
|
+
type: StringConstructor;
|
84
|
+
default: null;
|
85
|
+
};
|
60
86
|
}, {
|
61
87
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
62
88
|
componentCfg: {
|
63
89
|
type: ObjectConstructor;
|
64
90
|
};
|
91
|
+
item: {
|
92
|
+
type: ObjectConstructor;
|
93
|
+
required: true;
|
94
|
+
};
|
65
95
|
paramCfg: {
|
66
96
|
type: ObjectConstructor;
|
67
97
|
default: null;
|
@@ -74,11 +104,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
74
104
|
type: StringConstructor;
|
75
105
|
default: null;
|
76
106
|
};
|
107
|
+
customDate: {
|
108
|
+
type: StringConstructor;
|
109
|
+
default: null;
|
110
|
+
};
|
77
111
|
}>> & {
|
78
112
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
79
113
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
114
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
80
115
|
}>>;
|
81
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
116
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
117
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
82
118
|
valueCp: import("vue").WritableComputedRef<any>;
|
83
119
|
presetValCp: import("vue").WritableComputedRef<string>;
|
84
120
|
dateType: any;
|
@@ -225,6 +261,231 @@ declare const _default: import("vue").DefineComponent<{
|
|
225
261
|
holidays: Date[];
|
226
262
|
}>>;
|
227
263
|
NSelect: any;
|
264
|
+
DateOption: import("vue").DefineComponent<{
|
265
|
+
filterType: {
|
266
|
+
type: StringConstructor;
|
267
|
+
required: true;
|
268
|
+
};
|
269
|
+
modelValue: {
|
270
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
271
|
+
default: null;
|
272
|
+
};
|
273
|
+
presetVal: {
|
274
|
+
type: StringConstructor;
|
275
|
+
default: null;
|
276
|
+
};
|
277
|
+
dateType: {
|
278
|
+
type: StringConstructor;
|
279
|
+
};
|
280
|
+
isDateDisabled: {
|
281
|
+
type: FunctionConstructor;
|
282
|
+
};
|
283
|
+
timeDisabled: {
|
284
|
+
type: FunctionConstructor;
|
285
|
+
};
|
286
|
+
valueFormat: {
|
287
|
+
type: StringConstructor;
|
288
|
+
};
|
289
|
+
}, {
|
290
|
+
widgetOptions: {
|
291
|
+
label: string;
|
292
|
+
value: string;
|
293
|
+
}[];
|
294
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
295
|
+
filterType: {
|
296
|
+
type: StringConstructor;
|
297
|
+
required: true;
|
298
|
+
};
|
299
|
+
modelValue: {
|
300
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
301
|
+
default: null;
|
302
|
+
};
|
303
|
+
presetVal: {
|
304
|
+
type: StringConstructor;
|
305
|
+
default: null;
|
306
|
+
};
|
307
|
+
dateType: {
|
308
|
+
type: StringConstructor;
|
309
|
+
};
|
310
|
+
isDateDisabled: {
|
311
|
+
type: FunctionConstructor;
|
312
|
+
};
|
313
|
+
timeDisabled: {
|
314
|
+
type: FunctionConstructor;
|
315
|
+
};
|
316
|
+
valueFormat: {
|
317
|
+
type: StringConstructor;
|
318
|
+
};
|
319
|
+
}>> & {
|
320
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
321
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
322
|
+
}>>;
|
323
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
324
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
325
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
326
|
+
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
327
|
+
updateUnchangedValue: {
|
328
|
+
type: BooleanConstructor;
|
329
|
+
};
|
330
|
+
onConfirm: {
|
331
|
+
type: FunctionConstructor;
|
332
|
+
};
|
333
|
+
formattedValue: {
|
334
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
335
|
+
};
|
336
|
+
placeholder: {
|
337
|
+
type: StringConstructor;
|
338
|
+
};
|
339
|
+
allowedInvalidValue: {
|
340
|
+
type: StringConstructor;
|
341
|
+
};
|
342
|
+
to: {
|
343
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
344
|
+
default: string;
|
345
|
+
};
|
346
|
+
holidays: {
|
347
|
+
type: import("vue").PropType<Date[]>;
|
348
|
+
default: () => never[];
|
349
|
+
};
|
350
|
+
type: {
|
351
|
+
type: StringConstructor;
|
352
|
+
default: string;
|
353
|
+
};
|
354
|
+
isDateDisabled: {
|
355
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
356
|
+
};
|
357
|
+
}, {
|
358
|
+
attrs: {
|
359
|
+
[x: string]: unknown;
|
360
|
+
};
|
361
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
362
|
+
updateUnchangedValue: {
|
363
|
+
type: BooleanConstructor;
|
364
|
+
};
|
365
|
+
onConfirm: {
|
366
|
+
type: FunctionConstructor;
|
367
|
+
};
|
368
|
+
formattedValue: {
|
369
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
370
|
+
};
|
371
|
+
placeholder: {
|
372
|
+
type: StringConstructor;
|
373
|
+
};
|
374
|
+
allowedInvalidValue: {
|
375
|
+
type: StringConstructor;
|
376
|
+
};
|
377
|
+
to: {
|
378
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
379
|
+
default: string;
|
380
|
+
};
|
381
|
+
holidays: {
|
382
|
+
type: import("vue").PropType<Date[]>;
|
383
|
+
default: () => never[];
|
384
|
+
};
|
385
|
+
type: {
|
386
|
+
type: StringConstructor;
|
387
|
+
default: string;
|
388
|
+
};
|
389
|
+
isDateDisabled: {
|
390
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
391
|
+
};
|
392
|
+
}>> & {
|
393
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
394
|
+
}>>;
|
395
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
396
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
397
|
+
panelInstRef: import("vue").Ref<null>;
|
398
|
+
placeholderRef: import("vue").Ref<any>;
|
399
|
+
oldValue: string;
|
400
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
401
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
402
|
+
formatRef: import("vue").ComputedRef<string>;
|
403
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
404
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
405
|
+
focus: () => any;
|
406
|
+
blur: () => any;
|
407
|
+
handleConfirm: (target: HTMLInputElement) => void;
|
408
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
409
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
410
|
+
stopWatcher: () => void;
|
411
|
+
setHoliday: (show: boolean) => Promise<void>;
|
412
|
+
onConfirm: (...args: any[]) => Promise<void>;
|
413
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
414
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
415
|
+
NDatePicker: any;
|
416
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
417
|
+
updateUnchangedValue: {
|
418
|
+
type: BooleanConstructor;
|
419
|
+
};
|
420
|
+
onConfirm: {
|
421
|
+
type: FunctionConstructor;
|
422
|
+
};
|
423
|
+
formattedValue: {
|
424
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
425
|
+
};
|
426
|
+
placeholder: {
|
427
|
+
type: StringConstructor;
|
428
|
+
};
|
429
|
+
allowedInvalidValue: {
|
430
|
+
type: StringConstructor;
|
431
|
+
};
|
432
|
+
to: {
|
433
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
434
|
+
default: string;
|
435
|
+
};
|
436
|
+
holidays: {
|
437
|
+
type: import("vue").PropType<Date[]>;
|
438
|
+
default: () => never[];
|
439
|
+
};
|
440
|
+
type: {
|
441
|
+
type: StringConstructor;
|
442
|
+
default: string;
|
443
|
+
};
|
444
|
+
isDateDisabled: {
|
445
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
446
|
+
};
|
447
|
+
}>> & {
|
448
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
449
|
+
}, {
|
450
|
+
type: string;
|
451
|
+
updateUnchangedValue: boolean;
|
452
|
+
to: string | false | HTMLElement;
|
453
|
+
holidays: Date[];
|
454
|
+
}>>;
|
455
|
+
NSelect: any;
|
456
|
+
NInputNumber: any;
|
457
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
458
|
+
filterType: {
|
459
|
+
type: StringConstructor;
|
460
|
+
required: true;
|
461
|
+
};
|
462
|
+
modelValue: {
|
463
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
464
|
+
default: null;
|
465
|
+
};
|
466
|
+
presetVal: {
|
467
|
+
type: StringConstructor;
|
468
|
+
default: null;
|
469
|
+
};
|
470
|
+
dateType: {
|
471
|
+
type: StringConstructor;
|
472
|
+
};
|
473
|
+
isDateDisabled: {
|
474
|
+
type: FunctionConstructor;
|
475
|
+
};
|
476
|
+
timeDisabled: {
|
477
|
+
type: FunctionConstructor;
|
478
|
+
};
|
479
|
+
valueFormat: {
|
480
|
+
type: StringConstructor;
|
481
|
+
};
|
482
|
+
}>> & {
|
483
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
484
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
485
|
+
}, {
|
486
|
+
modelValue: string | number | unknown[];
|
487
|
+
presetVal: string;
|
488
|
+
}>;
|
228
489
|
WidgetValEnums: {
|
229
490
|
CUSTOM: string;
|
230
491
|
FIRST_VAL: string;
|
@@ -256,10 +517,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
256
517
|
NEXT_YEAR: string;
|
257
518
|
LAST_YEAR: string;
|
258
519
|
};
|
259
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
520
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
260
521
|
componentCfg: {
|
261
522
|
type: ObjectConstructor;
|
262
523
|
};
|
524
|
+
item: {
|
525
|
+
type: ObjectConstructor;
|
526
|
+
required: true;
|
527
|
+
};
|
263
528
|
paramCfg: {
|
264
529
|
type: ObjectConstructor;
|
265
530
|
default: null;
|
@@ -272,13 +537,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
272
537
|
type: StringConstructor;
|
273
538
|
default: null;
|
274
539
|
};
|
540
|
+
customDate: {
|
541
|
+
type: StringConstructor;
|
542
|
+
default: null;
|
543
|
+
};
|
275
544
|
}>> & {
|
276
545
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
277
546
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
547
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
278
548
|
}, {
|
279
549
|
modelValue: string | number | unknown[];
|
280
550
|
paramCfg: Record<string, any>;
|
281
551
|
presetVal: string;
|
552
|
+
customDate: string;
|
282
553
|
}>;
|
283
554
|
InputFilter: import("vue").DefineComponent<{
|
284
555
|
paramCfg: {
|
@@ -408,6 +679,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
408
679
|
SELECT_TIME: string;
|
409
680
|
PAST_TIME: string;
|
410
681
|
FUTURE_TIME: string;
|
682
|
+
CUSTOM_TIME: string;
|
411
683
|
};
|
412
684
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
413
685
|
paramCfg: {
|
@@ -730,6 +1002,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
730
1002
|
paramCfg: Record<string, any>;
|
731
1003
|
}>;
|
732
1004
|
DateRange: import("vue").DefineComponent<{
|
1005
|
+
item: {
|
1006
|
+
type: ObjectConstructor;
|
1007
|
+
required: true;
|
1008
|
+
};
|
733
1009
|
paramCfg: {
|
734
1010
|
type: ObjectConstructor;
|
735
1011
|
default: null;
|
@@ -742,8 +1018,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
742
1018
|
type: StringConstructor;
|
743
1019
|
default: null;
|
744
1020
|
};
|
1021
|
+
customDate: {
|
1022
|
+
type: StringConstructor;
|
1023
|
+
default: null;
|
1024
|
+
};
|
745
1025
|
}, {
|
746
1026
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1027
|
+
item: {
|
1028
|
+
type: ObjectConstructor;
|
1029
|
+
required: true;
|
1030
|
+
};
|
747
1031
|
paramCfg: {
|
748
1032
|
type: ObjectConstructor;
|
749
1033
|
default: null;
|
@@ -756,13 +1040,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
756
1040
|
type: StringConstructor;
|
757
1041
|
default: null;
|
758
1042
|
};
|
1043
|
+
customDate: {
|
1044
|
+
type: StringConstructor;
|
1045
|
+
default: null;
|
1046
|
+
};
|
759
1047
|
}>> & {
|
760
1048
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
761
1049
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1050
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
762
1051
|
}>>;
|
763
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1052
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
764
1053
|
startDate: import("vue").Ref<any>;
|
765
1054
|
endDate: import("vue").Ref<any>;
|
1055
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
766
1056
|
valueFormat: import("vue").ComputedRef<string>;
|
767
1057
|
dateFormat: import("vue").ComputedRef<string>;
|
768
1058
|
compType: import("vue").ComputedRef<any>;
|
@@ -781,6 +1071,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
781
1071
|
value: string;
|
782
1072
|
}[]>;
|
783
1073
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1074
|
+
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
784
1075
|
handleChange: (val: any, type: "start" | "end") => void;
|
785
1076
|
isStartDateDisabled: (ts: number) => boolean;
|
786
1077
|
timeStartDisabled: (ts: number) => {
|
@@ -925,6 +1216,231 @@ declare const _default: import("vue").DefineComponent<{
|
|
925
1216
|
to: string | false | HTMLElement;
|
926
1217
|
holidays: Date[];
|
927
1218
|
}>>;
|
1219
|
+
DateOption: import("vue").DefineComponent<{
|
1220
|
+
filterType: {
|
1221
|
+
type: StringConstructor;
|
1222
|
+
required: true;
|
1223
|
+
};
|
1224
|
+
modelValue: {
|
1225
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1226
|
+
default: null;
|
1227
|
+
};
|
1228
|
+
presetVal: {
|
1229
|
+
type: StringConstructor;
|
1230
|
+
default: null;
|
1231
|
+
};
|
1232
|
+
dateType: {
|
1233
|
+
type: StringConstructor;
|
1234
|
+
};
|
1235
|
+
isDateDisabled: {
|
1236
|
+
type: FunctionConstructor;
|
1237
|
+
};
|
1238
|
+
timeDisabled: {
|
1239
|
+
type: FunctionConstructor;
|
1240
|
+
};
|
1241
|
+
valueFormat: {
|
1242
|
+
type: StringConstructor;
|
1243
|
+
};
|
1244
|
+
}, {
|
1245
|
+
widgetOptions: {
|
1246
|
+
label: string;
|
1247
|
+
value: string;
|
1248
|
+
}[];
|
1249
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1250
|
+
filterType: {
|
1251
|
+
type: StringConstructor;
|
1252
|
+
required: true;
|
1253
|
+
};
|
1254
|
+
modelValue: {
|
1255
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1256
|
+
default: null;
|
1257
|
+
};
|
1258
|
+
presetVal: {
|
1259
|
+
type: StringConstructor;
|
1260
|
+
default: null;
|
1261
|
+
};
|
1262
|
+
dateType: {
|
1263
|
+
type: StringConstructor;
|
1264
|
+
};
|
1265
|
+
isDateDisabled: {
|
1266
|
+
type: FunctionConstructor;
|
1267
|
+
};
|
1268
|
+
timeDisabled: {
|
1269
|
+
type: FunctionConstructor;
|
1270
|
+
};
|
1271
|
+
valueFormat: {
|
1272
|
+
type: StringConstructor;
|
1273
|
+
};
|
1274
|
+
}>> & {
|
1275
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1276
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1277
|
+
}>>;
|
1278
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1279
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1280
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
1281
|
+
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1282
|
+
updateUnchangedValue: {
|
1283
|
+
type: BooleanConstructor;
|
1284
|
+
};
|
1285
|
+
onConfirm: {
|
1286
|
+
type: FunctionConstructor;
|
1287
|
+
};
|
1288
|
+
formattedValue: {
|
1289
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
1290
|
+
};
|
1291
|
+
placeholder: {
|
1292
|
+
type: StringConstructor;
|
1293
|
+
};
|
1294
|
+
allowedInvalidValue: {
|
1295
|
+
type: StringConstructor;
|
1296
|
+
};
|
1297
|
+
to: {
|
1298
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1299
|
+
default: string;
|
1300
|
+
};
|
1301
|
+
holidays: {
|
1302
|
+
type: import("vue").PropType<Date[]>;
|
1303
|
+
default: () => never[];
|
1304
|
+
};
|
1305
|
+
type: {
|
1306
|
+
type: StringConstructor;
|
1307
|
+
default: string;
|
1308
|
+
};
|
1309
|
+
isDateDisabled: {
|
1310
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1311
|
+
};
|
1312
|
+
}, {
|
1313
|
+
attrs: {
|
1314
|
+
[x: string]: unknown;
|
1315
|
+
};
|
1316
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1317
|
+
updateUnchangedValue: {
|
1318
|
+
type: BooleanConstructor;
|
1319
|
+
};
|
1320
|
+
onConfirm: {
|
1321
|
+
type: FunctionConstructor;
|
1322
|
+
};
|
1323
|
+
formattedValue: {
|
1324
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
1325
|
+
};
|
1326
|
+
placeholder: {
|
1327
|
+
type: StringConstructor;
|
1328
|
+
};
|
1329
|
+
allowedInvalidValue: {
|
1330
|
+
type: StringConstructor;
|
1331
|
+
};
|
1332
|
+
to: {
|
1333
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1334
|
+
default: string;
|
1335
|
+
};
|
1336
|
+
holidays: {
|
1337
|
+
type: import("vue").PropType<Date[]>;
|
1338
|
+
default: () => never[];
|
1339
|
+
};
|
1340
|
+
type: {
|
1341
|
+
type: StringConstructor;
|
1342
|
+
default: string;
|
1343
|
+
};
|
1344
|
+
isDateDisabled: {
|
1345
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1346
|
+
};
|
1347
|
+
}>> & {
|
1348
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1349
|
+
}>>;
|
1350
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1351
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1352
|
+
panelInstRef: import("vue").Ref<null>;
|
1353
|
+
placeholderRef: import("vue").Ref<any>;
|
1354
|
+
oldValue: string;
|
1355
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1356
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
1357
|
+
formatRef: import("vue").ComputedRef<string>;
|
1358
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
1359
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
1360
|
+
focus: () => any;
|
1361
|
+
blur: () => any;
|
1362
|
+
handleConfirm: (target: HTMLInputElement) => void;
|
1363
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
1364
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
1365
|
+
stopWatcher: () => void;
|
1366
|
+
setHoliday: (show: boolean) => Promise<void>;
|
1367
|
+
onConfirm: (...args: any[]) => Promise<void>;
|
1368
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1369
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1370
|
+
NDatePicker: any;
|
1371
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1372
|
+
updateUnchangedValue: {
|
1373
|
+
type: BooleanConstructor;
|
1374
|
+
};
|
1375
|
+
onConfirm: {
|
1376
|
+
type: FunctionConstructor;
|
1377
|
+
};
|
1378
|
+
formattedValue: {
|
1379
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
1380
|
+
};
|
1381
|
+
placeholder: {
|
1382
|
+
type: StringConstructor;
|
1383
|
+
};
|
1384
|
+
allowedInvalidValue: {
|
1385
|
+
type: StringConstructor;
|
1386
|
+
};
|
1387
|
+
to: {
|
1388
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1389
|
+
default: string;
|
1390
|
+
};
|
1391
|
+
holidays: {
|
1392
|
+
type: import("vue").PropType<Date[]>;
|
1393
|
+
default: () => never[];
|
1394
|
+
};
|
1395
|
+
type: {
|
1396
|
+
type: StringConstructor;
|
1397
|
+
default: string;
|
1398
|
+
};
|
1399
|
+
isDateDisabled: {
|
1400
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1401
|
+
};
|
1402
|
+
}>> & {
|
1403
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1404
|
+
}, {
|
1405
|
+
type: string;
|
1406
|
+
updateUnchangedValue: boolean;
|
1407
|
+
to: string | false | HTMLElement;
|
1408
|
+
holidays: Date[];
|
1409
|
+
}>>;
|
1410
|
+
NSelect: any;
|
1411
|
+
NInputNumber: any;
|
1412
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1413
|
+
filterType: {
|
1414
|
+
type: StringConstructor;
|
1415
|
+
required: true;
|
1416
|
+
};
|
1417
|
+
modelValue: {
|
1418
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1419
|
+
default: null;
|
1420
|
+
};
|
1421
|
+
presetVal: {
|
1422
|
+
type: StringConstructor;
|
1423
|
+
default: null;
|
1424
|
+
};
|
1425
|
+
dateType: {
|
1426
|
+
type: StringConstructor;
|
1427
|
+
};
|
1428
|
+
isDateDisabled: {
|
1429
|
+
type: FunctionConstructor;
|
1430
|
+
};
|
1431
|
+
timeDisabled: {
|
1432
|
+
type: FunctionConstructor;
|
1433
|
+
};
|
1434
|
+
valueFormat: {
|
1435
|
+
type: StringConstructor;
|
1436
|
+
};
|
1437
|
+
}>> & {
|
1438
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1439
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1440
|
+
}, {
|
1441
|
+
modelValue: string | number | unknown[];
|
1442
|
+
presetVal: string;
|
1443
|
+
}>;
|
928
1444
|
WidgetValEnums: {
|
929
1445
|
CUSTOM: string;
|
930
1446
|
FIRST_VAL: string;
|
@@ -956,7 +1472,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
956
1472
|
NEXT_YEAR: string;
|
957
1473
|
LAST_YEAR: string;
|
958
1474
|
};
|
959
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1475
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1476
|
+
item: {
|
1477
|
+
type: ObjectConstructor;
|
1478
|
+
required: true;
|
1479
|
+
};
|
960
1480
|
paramCfg: {
|
961
1481
|
type: ObjectConstructor;
|
962
1482
|
default: null;
|
@@ -969,13 +1489,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
969
1489
|
type: StringConstructor;
|
970
1490
|
default: null;
|
971
1491
|
};
|
1492
|
+
customDate: {
|
1493
|
+
type: StringConstructor;
|
1494
|
+
default: null;
|
1495
|
+
};
|
972
1496
|
}>> & {
|
973
1497
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
974
1498
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1499
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
975
1500
|
}, {
|
976
1501
|
modelValue: string | number | unknown[];
|
977
1502
|
paramCfg: Record<string, any>;
|
978
1503
|
presetVal: string;
|
1504
|
+
customDate: string;
|
979
1505
|
}>;
|
980
1506
|
SelectLabel: import("vue").DefineComponent<{
|
981
1507
|
paramCfg: {
|
@@ -1102,7 +1628,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1102
1628
|
SELECTTREE: string;
|
1103
1629
|
SELECTTREEDYNAMIC: string;
|
1104
1630
|
};
|
1105
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1631
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1632
|
+
item: {
|
1633
|
+
type: ObjectConstructor;
|
1634
|
+
default: null;
|
1635
|
+
};
|
1106
1636
|
paramCfg: {
|
1107
1637
|
type: ObjectConstructor;
|
1108
1638
|
default: null;
|
@@ -1118,14 +1648,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1118
1648
|
isAccurate: {
|
1119
1649
|
type: BooleanConstructor;
|
1120
1650
|
};
|
1651
|
+
customDate: {
|
1652
|
+
type: StringConstructor;
|
1653
|
+
default: null;
|
1654
|
+
};
|
1121
1655
|
}>> & {
|
1122
1656
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1123
1657
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1124
1658
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1659
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1125
1660
|
}, {
|
1126
1661
|
modelValue: string | number | unknown[];
|
1662
|
+
item: Record<string, any>;
|
1127
1663
|
paramCfg: Record<string, any>;
|
1128
1664
|
presetVal: string;
|
1129
1665
|
isAccurate: boolean;
|
1666
|
+
customDate: string;
|
1130
1667
|
}>;
|
1131
1668
|
export default _default;
|