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
@@ -2,6 +2,10 @@ declare const Date: import("vue").DefineComponent<{
|
|
2
2
|
componentCfg: {
|
3
3
|
type: ObjectConstructor;
|
4
4
|
};
|
5
|
+
item: {
|
6
|
+
type: ObjectConstructor;
|
7
|
+
required: true;
|
8
|
+
};
|
5
9
|
paramCfg: {
|
6
10
|
type: ObjectConstructor;
|
7
11
|
default: null;
|
@@ -14,11 +18,19 @@ declare const Date: import("vue").DefineComponent<{
|
|
14
18
|
type: StringConstructor;
|
15
19
|
default: null;
|
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<{
|
19
27
|
componentCfg: {
|
20
28
|
type: ObjectConstructor;
|
21
29
|
};
|
30
|
+
item: {
|
31
|
+
type: ObjectConstructor;
|
32
|
+
required: true;
|
33
|
+
};
|
22
34
|
paramCfg: {
|
23
35
|
type: ObjectConstructor;
|
24
36
|
default: null;
|
@@ -31,11 +43,17 @@ declare const Date: import("vue").DefineComponent<{
|
|
31
43
|
type: StringConstructor;
|
32
44
|
default: null;
|
33
45
|
};
|
46
|
+
customDate: {
|
47
|
+
type: StringConstructor;
|
48
|
+
default: null;
|
49
|
+
};
|
34
50
|
}>> & {
|
35
51
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
36
52
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
53
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
37
54
|
}>>;
|
38
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
55
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
56
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
39
57
|
valueCp: import("vue").WritableComputedRef<any>;
|
40
58
|
presetValCp: import("vue").WritableComputedRef<string>;
|
41
59
|
dateType: any;
|
@@ -182,6 +200,231 @@ declare const Date: import("vue").DefineComponent<{
|
|
182
200
|
holidays: Date[];
|
183
201
|
}>>;
|
184
202
|
NSelect: any;
|
203
|
+
DateOption: import("vue").DefineComponent<{
|
204
|
+
filterType: {
|
205
|
+
type: StringConstructor;
|
206
|
+
required: true;
|
207
|
+
};
|
208
|
+
modelValue: {
|
209
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
210
|
+
default: null;
|
211
|
+
};
|
212
|
+
presetVal: {
|
213
|
+
type: StringConstructor;
|
214
|
+
default: null;
|
215
|
+
};
|
216
|
+
dateType: {
|
217
|
+
type: StringConstructor;
|
218
|
+
};
|
219
|
+
isDateDisabled: {
|
220
|
+
type: FunctionConstructor;
|
221
|
+
};
|
222
|
+
timeDisabled: {
|
223
|
+
type: FunctionConstructor;
|
224
|
+
};
|
225
|
+
valueFormat: {
|
226
|
+
type: StringConstructor;
|
227
|
+
};
|
228
|
+
}, {
|
229
|
+
widgetOptions: {
|
230
|
+
label: string;
|
231
|
+
value: string;
|
232
|
+
}[];
|
233
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
234
|
+
filterType: {
|
235
|
+
type: StringConstructor;
|
236
|
+
required: true;
|
237
|
+
};
|
238
|
+
modelValue: {
|
239
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
240
|
+
default: null;
|
241
|
+
};
|
242
|
+
presetVal: {
|
243
|
+
type: StringConstructor;
|
244
|
+
default: null;
|
245
|
+
};
|
246
|
+
dateType: {
|
247
|
+
type: StringConstructor;
|
248
|
+
};
|
249
|
+
isDateDisabled: {
|
250
|
+
type: FunctionConstructor;
|
251
|
+
};
|
252
|
+
timeDisabled: {
|
253
|
+
type: FunctionConstructor;
|
254
|
+
};
|
255
|
+
valueFormat: {
|
256
|
+
type: StringConstructor;
|
257
|
+
};
|
258
|
+
}>> & {
|
259
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
260
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
261
|
+
}>>;
|
262
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
263
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
264
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
265
|
+
CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
266
|
+
updateUnchangedValue: {
|
267
|
+
type: BooleanConstructor;
|
268
|
+
};
|
269
|
+
onConfirm: {
|
270
|
+
type: FunctionConstructor;
|
271
|
+
};
|
272
|
+
formattedValue: {
|
273
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
274
|
+
};
|
275
|
+
placeholder: {
|
276
|
+
type: StringConstructor;
|
277
|
+
};
|
278
|
+
allowedInvalidValue: {
|
279
|
+
type: StringConstructor;
|
280
|
+
};
|
281
|
+
to: {
|
282
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
283
|
+
default: string;
|
284
|
+
};
|
285
|
+
holidays: {
|
286
|
+
type: import("vue").PropType<Date[]>;
|
287
|
+
default: () => never[];
|
288
|
+
};
|
289
|
+
type: {
|
290
|
+
type: StringConstructor;
|
291
|
+
default: string;
|
292
|
+
};
|
293
|
+
isDateDisabled: {
|
294
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
295
|
+
};
|
296
|
+
}, {
|
297
|
+
attrs: {
|
298
|
+
[x: string]: unknown;
|
299
|
+
};
|
300
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
301
|
+
updateUnchangedValue: {
|
302
|
+
type: BooleanConstructor;
|
303
|
+
};
|
304
|
+
onConfirm: {
|
305
|
+
type: FunctionConstructor;
|
306
|
+
};
|
307
|
+
formattedValue: {
|
308
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
309
|
+
};
|
310
|
+
placeholder: {
|
311
|
+
type: StringConstructor;
|
312
|
+
};
|
313
|
+
allowedInvalidValue: {
|
314
|
+
type: StringConstructor;
|
315
|
+
};
|
316
|
+
to: {
|
317
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
318
|
+
default: string;
|
319
|
+
};
|
320
|
+
holidays: {
|
321
|
+
type: import("vue").PropType<Date[]>;
|
322
|
+
default: () => never[];
|
323
|
+
};
|
324
|
+
type: {
|
325
|
+
type: StringConstructor;
|
326
|
+
default: string;
|
327
|
+
};
|
328
|
+
isDateDisabled: {
|
329
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
330
|
+
};
|
331
|
+
}>> & {
|
332
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
333
|
+
}>>;
|
334
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
335
|
+
datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null>;
|
336
|
+
panelInstRef: import("vue").Ref<null>;
|
337
|
+
placeholderRef: import("vue").Ref<any>;
|
338
|
+
oldValue: string;
|
339
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
340
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
341
|
+
formatRef: import("vue").ComputedRef<string>;
|
342
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
343
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
344
|
+
focus: () => any;
|
345
|
+
blur: () => any;
|
346
|
+
handleConfirm: (target: HTMLInputElement) => void;
|
347
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
348
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
349
|
+
stopWatcher: () => void;
|
350
|
+
setHoliday: (show: boolean) => Promise<void>;
|
351
|
+
onConfirm: (...args: any[]) => Promise<void>;
|
352
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
353
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
354
|
+
NDatePicker: any;
|
355
|
+
}, 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<{
|
356
|
+
updateUnchangedValue: {
|
357
|
+
type: BooleanConstructor;
|
358
|
+
};
|
359
|
+
onConfirm: {
|
360
|
+
type: FunctionConstructor;
|
361
|
+
};
|
362
|
+
formattedValue: {
|
363
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
364
|
+
};
|
365
|
+
placeholder: {
|
366
|
+
type: StringConstructor;
|
367
|
+
};
|
368
|
+
allowedInvalidValue: {
|
369
|
+
type: StringConstructor;
|
370
|
+
};
|
371
|
+
to: {
|
372
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
373
|
+
default: string;
|
374
|
+
};
|
375
|
+
holidays: {
|
376
|
+
type: import("vue").PropType<Date[]>;
|
377
|
+
default: () => never[];
|
378
|
+
};
|
379
|
+
type: {
|
380
|
+
type: StringConstructor;
|
381
|
+
default: string;
|
382
|
+
};
|
383
|
+
isDateDisabled: {
|
384
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
385
|
+
};
|
386
|
+
}>> & {
|
387
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
388
|
+
}, {
|
389
|
+
type: string;
|
390
|
+
updateUnchangedValue: boolean;
|
391
|
+
to: string | false | HTMLElement;
|
392
|
+
holidays: Date[];
|
393
|
+
}>>;
|
394
|
+
NSelect: any;
|
395
|
+
NInputNumber: any;
|
396
|
+
}, 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<{
|
397
|
+
filterType: {
|
398
|
+
type: StringConstructor;
|
399
|
+
required: true;
|
400
|
+
};
|
401
|
+
modelValue: {
|
402
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
403
|
+
default: null;
|
404
|
+
};
|
405
|
+
presetVal: {
|
406
|
+
type: StringConstructor;
|
407
|
+
default: null;
|
408
|
+
};
|
409
|
+
dateType: {
|
410
|
+
type: StringConstructor;
|
411
|
+
};
|
412
|
+
isDateDisabled: {
|
413
|
+
type: FunctionConstructor;
|
414
|
+
};
|
415
|
+
timeDisabled: {
|
416
|
+
type: FunctionConstructor;
|
417
|
+
};
|
418
|
+
valueFormat: {
|
419
|
+
type: StringConstructor;
|
420
|
+
};
|
421
|
+
}>> & {
|
422
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
423
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
424
|
+
}, {
|
425
|
+
modelValue: string | number | unknown[];
|
426
|
+
presetVal: string;
|
427
|
+
}>;
|
185
428
|
WidgetValEnums: {
|
186
429
|
CUSTOM: string;
|
187
430
|
FIRST_VAL: string;
|
@@ -213,10 +456,14 @@ declare const Date: import("vue").DefineComponent<{
|
|
213
456
|
NEXT_YEAR: string;
|
214
457
|
LAST_YEAR: string;
|
215
458
|
};
|
216
|
-
}, 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<{
|
459
|
+
}, 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<{
|
217
460
|
componentCfg: {
|
218
461
|
type: ObjectConstructor;
|
219
462
|
};
|
463
|
+
item: {
|
464
|
+
type: ObjectConstructor;
|
465
|
+
required: true;
|
466
|
+
};
|
220
467
|
paramCfg: {
|
221
468
|
type: ObjectConstructor;
|
222
469
|
default: null;
|
@@ -229,13 +476,19 @@ declare const Date: import("vue").DefineComponent<{
|
|
229
476
|
type: StringConstructor;
|
230
477
|
default: null;
|
231
478
|
};
|
479
|
+
customDate: {
|
480
|
+
type: StringConstructor;
|
481
|
+
default: null;
|
482
|
+
};
|
232
483
|
}>> & {
|
233
484
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
234
485
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
486
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
235
487
|
}, {
|
236
488
|
modelValue: string | number | unknown[];
|
237
489
|
paramCfg: Record<string, any>;
|
238
490
|
presetVal: string;
|
491
|
+
customDate: string;
|
239
492
|
}>;
|
240
493
|
declare const InputFilter: import("vue").DefineComponent<{
|
241
494
|
paramCfg: {
|
@@ -365,6 +618,7 @@ declare const SelectFilter: import("vue").DefineComponent<{
|
|
365
618
|
SELECT_TIME: string;
|
366
619
|
PAST_TIME: string;
|
367
620
|
FUTURE_TIME: string;
|
621
|
+
CUSTOM_TIME: string;
|
368
622
|
};
|
369
623
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
370
624
|
paramCfg: {
|
@@ -687,6 +941,10 @@ declare const InputNumberGroup: import("vue").DefineComponent<{
|
|
687
941
|
paramCfg: Record<string, any>;
|
688
942
|
}>;
|
689
943
|
declare const DateRange: import("vue").DefineComponent<{
|
944
|
+
item: {
|
945
|
+
type: ObjectConstructor;
|
946
|
+
required: true;
|
947
|
+
};
|
690
948
|
paramCfg: {
|
691
949
|
type: ObjectConstructor;
|
692
950
|
default: null;
|
@@ -699,8 +957,16 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
699
957
|
type: StringConstructor;
|
700
958
|
default: null;
|
701
959
|
};
|
960
|
+
customDate: {
|
961
|
+
type: StringConstructor;
|
962
|
+
default: null;
|
963
|
+
};
|
702
964
|
}, {
|
703
965
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
966
|
+
item: {
|
967
|
+
type: ObjectConstructor;
|
968
|
+
required: true;
|
969
|
+
};
|
704
970
|
paramCfg: {
|
705
971
|
type: ObjectConstructor;
|
706
972
|
default: null;
|
@@ -713,13 +979,19 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
713
979
|
type: StringConstructor;
|
714
980
|
default: null;
|
715
981
|
};
|
982
|
+
customDate: {
|
983
|
+
type: StringConstructor;
|
984
|
+
default: null;
|
985
|
+
};
|
716
986
|
}>> & {
|
717
987
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
718
988
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
989
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
719
990
|
}>>;
|
720
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
991
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
721
992
|
startDate: import("vue").Ref<any>;
|
722
993
|
endDate: import("vue").Ref<any>;
|
994
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
723
995
|
valueFormat: import("vue").ComputedRef<string>;
|
724
996
|
dateFormat: import("vue").ComputedRef<string>;
|
725
997
|
compType: import("vue").ComputedRef<any>;
|
@@ -738,6 +1010,7 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
738
1010
|
value: string;
|
739
1011
|
}[]>;
|
740
1012
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1013
|
+
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
741
1014
|
handleChange: (val: any, type: "start" | "end") => void;
|
742
1015
|
isStartDateDisabled: (ts: number) => boolean;
|
743
1016
|
timeStartDisabled: (ts: number) => {
|
@@ -882,6 +1155,231 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
882
1155
|
to: string | false | HTMLElement;
|
883
1156
|
holidays: Date[];
|
884
1157
|
}>>;
|
1158
|
+
DateOption: import("vue").DefineComponent<{
|
1159
|
+
filterType: {
|
1160
|
+
type: StringConstructor;
|
1161
|
+
required: true;
|
1162
|
+
};
|
1163
|
+
modelValue: {
|
1164
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1165
|
+
default: null;
|
1166
|
+
};
|
1167
|
+
presetVal: {
|
1168
|
+
type: StringConstructor;
|
1169
|
+
default: null;
|
1170
|
+
};
|
1171
|
+
dateType: {
|
1172
|
+
type: StringConstructor;
|
1173
|
+
};
|
1174
|
+
isDateDisabled: {
|
1175
|
+
type: FunctionConstructor;
|
1176
|
+
};
|
1177
|
+
timeDisabled: {
|
1178
|
+
type: FunctionConstructor;
|
1179
|
+
};
|
1180
|
+
valueFormat: {
|
1181
|
+
type: StringConstructor;
|
1182
|
+
};
|
1183
|
+
}, {
|
1184
|
+
widgetOptions: {
|
1185
|
+
label: string;
|
1186
|
+
value: string;
|
1187
|
+
}[];
|
1188
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1189
|
+
filterType: {
|
1190
|
+
type: StringConstructor;
|
1191
|
+
required: true;
|
1192
|
+
};
|
1193
|
+
modelValue: {
|
1194
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1195
|
+
default: null;
|
1196
|
+
};
|
1197
|
+
presetVal: {
|
1198
|
+
type: StringConstructor;
|
1199
|
+
default: null;
|
1200
|
+
};
|
1201
|
+
dateType: {
|
1202
|
+
type: StringConstructor;
|
1203
|
+
};
|
1204
|
+
isDateDisabled: {
|
1205
|
+
type: FunctionConstructor;
|
1206
|
+
};
|
1207
|
+
timeDisabled: {
|
1208
|
+
type: FunctionConstructor;
|
1209
|
+
};
|
1210
|
+
valueFormat: {
|
1211
|
+
type: StringConstructor;
|
1212
|
+
};
|
1213
|
+
}>> & {
|
1214
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1215
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1216
|
+
}>>;
|
1217
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1218
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1219
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
1220
|
+
CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1221
|
+
updateUnchangedValue: {
|
1222
|
+
type: BooleanConstructor;
|
1223
|
+
};
|
1224
|
+
onConfirm: {
|
1225
|
+
type: FunctionConstructor;
|
1226
|
+
};
|
1227
|
+
formattedValue: {
|
1228
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
1229
|
+
};
|
1230
|
+
placeholder: {
|
1231
|
+
type: StringConstructor;
|
1232
|
+
};
|
1233
|
+
allowedInvalidValue: {
|
1234
|
+
type: StringConstructor;
|
1235
|
+
};
|
1236
|
+
to: {
|
1237
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1238
|
+
default: string;
|
1239
|
+
};
|
1240
|
+
holidays: {
|
1241
|
+
type: import("vue").PropType<Date[]>;
|
1242
|
+
default: () => never[];
|
1243
|
+
};
|
1244
|
+
type: {
|
1245
|
+
type: StringConstructor;
|
1246
|
+
default: string;
|
1247
|
+
};
|
1248
|
+
isDateDisabled: {
|
1249
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1250
|
+
};
|
1251
|
+
}, {
|
1252
|
+
attrs: {
|
1253
|
+
[x: string]: unknown;
|
1254
|
+
};
|
1255
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1256
|
+
updateUnchangedValue: {
|
1257
|
+
type: BooleanConstructor;
|
1258
|
+
};
|
1259
|
+
onConfirm: {
|
1260
|
+
type: FunctionConstructor;
|
1261
|
+
};
|
1262
|
+
formattedValue: {
|
1263
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
1264
|
+
};
|
1265
|
+
placeholder: {
|
1266
|
+
type: StringConstructor;
|
1267
|
+
};
|
1268
|
+
allowedInvalidValue: {
|
1269
|
+
type: StringConstructor;
|
1270
|
+
};
|
1271
|
+
to: {
|
1272
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1273
|
+
default: string;
|
1274
|
+
};
|
1275
|
+
holidays: {
|
1276
|
+
type: import("vue").PropType<Date[]>;
|
1277
|
+
default: () => never[];
|
1278
|
+
};
|
1279
|
+
type: {
|
1280
|
+
type: StringConstructor;
|
1281
|
+
default: string;
|
1282
|
+
};
|
1283
|
+
isDateDisabled: {
|
1284
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1285
|
+
};
|
1286
|
+
}>> & {
|
1287
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1288
|
+
}>>;
|
1289
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1290
|
+
datePickerRef: import("vue").Ref<import("../../../../../../shared/types").AnyObject | null>;
|
1291
|
+
panelInstRef: import("vue").Ref<null>;
|
1292
|
+
placeholderRef: import("vue").Ref<any>;
|
1293
|
+
oldValue: string;
|
1294
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1295
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
1296
|
+
formatRef: import("vue").ComputedRef<string>;
|
1297
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
1298
|
+
_isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
|
1299
|
+
focus: () => any;
|
1300
|
+
blur: () => any;
|
1301
|
+
handleConfirm: (target: HTMLInputElement) => void;
|
1302
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
1303
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
1304
|
+
stopWatcher: () => void;
|
1305
|
+
setHoliday: (show: boolean) => Promise<void>;
|
1306
|
+
onConfirm: (...args: any[]) => Promise<void>;
|
1307
|
+
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1308
|
+
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1309
|
+
NDatePicker: any;
|
1310
|
+
}, 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<{
|
1311
|
+
updateUnchangedValue: {
|
1312
|
+
type: BooleanConstructor;
|
1313
|
+
};
|
1314
|
+
onConfirm: {
|
1315
|
+
type: FunctionConstructor;
|
1316
|
+
};
|
1317
|
+
formattedValue: {
|
1318
|
+
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
1319
|
+
};
|
1320
|
+
placeholder: {
|
1321
|
+
type: StringConstructor;
|
1322
|
+
};
|
1323
|
+
allowedInvalidValue: {
|
1324
|
+
type: StringConstructor;
|
1325
|
+
};
|
1326
|
+
to: {
|
1327
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1328
|
+
default: string;
|
1329
|
+
};
|
1330
|
+
holidays: {
|
1331
|
+
type: import("vue").PropType<Date[]>;
|
1332
|
+
default: () => never[];
|
1333
|
+
};
|
1334
|
+
type: {
|
1335
|
+
type: StringConstructor;
|
1336
|
+
default: string;
|
1337
|
+
};
|
1338
|
+
isDateDisabled: {
|
1339
|
+
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1340
|
+
};
|
1341
|
+
}>> & {
|
1342
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1343
|
+
}, {
|
1344
|
+
type: string;
|
1345
|
+
updateUnchangedValue: boolean;
|
1346
|
+
to: string | false | HTMLElement;
|
1347
|
+
holidays: Date[];
|
1348
|
+
}>>;
|
1349
|
+
NSelect: any;
|
1350
|
+
NInputNumber: any;
|
1351
|
+
}, 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<{
|
1352
|
+
filterType: {
|
1353
|
+
type: StringConstructor;
|
1354
|
+
required: true;
|
1355
|
+
};
|
1356
|
+
modelValue: {
|
1357
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1358
|
+
default: null;
|
1359
|
+
};
|
1360
|
+
presetVal: {
|
1361
|
+
type: StringConstructor;
|
1362
|
+
default: null;
|
1363
|
+
};
|
1364
|
+
dateType: {
|
1365
|
+
type: StringConstructor;
|
1366
|
+
};
|
1367
|
+
isDateDisabled: {
|
1368
|
+
type: FunctionConstructor;
|
1369
|
+
};
|
1370
|
+
timeDisabled: {
|
1371
|
+
type: FunctionConstructor;
|
1372
|
+
};
|
1373
|
+
valueFormat: {
|
1374
|
+
type: StringConstructor;
|
1375
|
+
};
|
1376
|
+
}>> & {
|
1377
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1378
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1379
|
+
}, {
|
1380
|
+
modelValue: string | number | unknown[];
|
1381
|
+
presetVal: string;
|
1382
|
+
}>;
|
885
1383
|
WidgetValEnums: {
|
886
1384
|
CUSTOM: string;
|
887
1385
|
FIRST_VAL: string;
|
@@ -913,7 +1411,11 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
913
1411
|
NEXT_YEAR: string;
|
914
1412
|
LAST_YEAR: string;
|
915
1413
|
};
|
916
|
-
}, 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<{
|
1414
|
+
}, 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<{
|
1415
|
+
item: {
|
1416
|
+
type: ObjectConstructor;
|
1417
|
+
required: true;
|
1418
|
+
};
|
917
1419
|
paramCfg: {
|
918
1420
|
type: ObjectConstructor;
|
919
1421
|
default: null;
|
@@ -926,13 +1428,19 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
926
1428
|
type: StringConstructor;
|
927
1429
|
default: null;
|
928
1430
|
};
|
1431
|
+
customDate: {
|
1432
|
+
type: StringConstructor;
|
1433
|
+
default: null;
|
1434
|
+
};
|
929
1435
|
}>> & {
|
930
1436
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
931
1437
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1438
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
932
1439
|
}, {
|
933
1440
|
modelValue: string | number | unknown[];
|
934
1441
|
paramCfg: Record<string, any>;
|
935
1442
|
presetVal: string;
|
1443
|
+
customDate: string;
|
936
1444
|
}>;
|
937
1445
|
declare const SelectLabel: import("vue").DefineComponent<{
|
938
1446
|
paramCfg: {
|