cnhis-design-vue 3.4.0-beta.10 → 3.4.0-beta.11
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/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue2.js +7 -8
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +6 -5
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +47 -49
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +39 -41
- package/es/components/audio-sdk/src/components/recording.vue2.js +41 -36
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +8 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +8 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +19 -61
- package/es/components/base-search/src/index.vue.d.ts +19 -61
- package/es/components/base-search/src/index.vue2.js +31 -30
- package/es/components/big-table/index.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +5 -8
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +5 -12
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +23 -47
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +1 -2
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +3 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +7 -31
- package/es/components/big-table/src/components/separate.vue2.js +4 -3
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +48 -84
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +2 -50
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +10 -8
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +49 -72
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +47 -70
- package/es/components/branch-notice/src/BranchNotice.vue2.js +5 -6
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +34 -57
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +2 -1
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +141 -201
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +141 -201
- package/es/components/button-print/src/ButtonPrint.vue2.js +7 -8
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +18 -48
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +43 -72
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +11 -12
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +71 -101
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +74 -73
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +58 -88
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +2 -3
- package/es/components/calendar/index.d.ts +277 -32
- package/es/components/calendar/src/Calendar.vue.d.ts +276 -31
- package/es/components/calendar/src/Calendar.vue2.js +4 -5
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +21 -20
- package/es/components/callback/src/components/dialog/drawer.vue2.js +1 -2
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +1 -2
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +1624 -3184
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +1 -2
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +15 -12
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +6 -7
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +5 -8
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +21 -21
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +432 -509
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +358 -370
- package/es/components/classification/src/components/search-filter/index.vue2.js +5 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +402 -414
- package/es/components/classification/src/components/set-classification/index.vue2.js +2 -3
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +66 -65
- package/es/components/classification/src/index.vue.d.ts +432 -509
- package/es/components/classification/src/index.vue2.js +63 -61
- package/es/components/config-provider/index.d.ts +5 -7
- package/es/components/config-provider/src/ConfigProvider.d.ts +5 -7
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -9
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +15 -14
- package/es/components/editor/index.d.ts +7 -77
- package/es/components/editor/src/Editor.d.ts +7 -78
- package/es/components/expand-field/index.d.ts +303 -478
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +225 -304
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +3 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +205 -284
- package/es/components/expand-field/src/components/PersonModal.vue2.js +3 -4
- package/es/components/expand-field/src/components/form.vue.d.ts +285 -458
- package/es/components/expand-field/src/components/form.vue2.js +73 -65
- package/es/components/expand-field/src/index.vue.d.ts +304 -479
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +5 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +154 -216
- package/es/components/field-set/src/FieldColor.vue2.js +6 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +51 -77
- package/es/components/field-set/src/FieldFilter.vue2.js +7 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +64 -78
- package/es/components/field-set/src/FieldSet.vue2.js +23 -24
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +13 -16
- package/es/components/field-set/src/TableStyle.vue.d.ts +13 -21
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +32 -47
- package/es/components/field-set/src/components/condition.vue2.js +11 -8
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +102 -149
- package/es/components/field-set/src/components/edit-dialog.vue2.js +3 -4
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +43 -67
- package/es/components/field-set/src/components/edit-filter.vue2.js +1 -2
- package/es/components/field-set/src/components/table-row.vue.d.ts +33 -33
- package/es/components/field-set/src/components/table-row.vue2.js +14 -16
- package/es/components/form-config/index.d.ts +423 -1400
- package/es/components/form-config/src/FormConfig.vue.d.ts +423 -1400
- package/es/components/form-config/src/FormConfig.vue2.js +25 -24
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +49 -57
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +3 -4
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +214 -1112
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -5
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +81 -118
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +5 -4
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +40 -48
- package/es/components/form-render/src/FormRender.vue.d.ts +37 -45
- package/es/components/form-render/src/FormRender.vue2.js +4 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +40 -48
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +9 -7
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +1 -9
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue2.js +3 -4
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +88 -122
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +55 -48
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +272 -306
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +177 -191
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +63 -57
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +36 -33
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +66 -56
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +22 -40
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -19
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -11
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +22 -18
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +35 -33
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -82
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +45 -39
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +2 -3
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +63 -69
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +12 -8
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +2 -8
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +6 -11
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +1572 -3124
- package/es/components/iho-table/src/IhoTable.vue.d.ts +1573 -3125
- package/es/components/iho-table/src/IhoTable.vue2.js +7 -8
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +2 -6
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +207 -477
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +11 -12
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +11 -14
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +23 -26
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +6 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +47 -50
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +1 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +13 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +7 -8
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +1 -14
- package/es/components/info-header/index.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue2.js +4 -5
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +46 -37
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +63 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +129 -109
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +68 -65
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +12 -14
- package/es/components/keyboard/index.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +2 -3
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +40 -46
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +11 -11
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +6 -7
- package/es/components/quick-search/index.d.ts +32 -73
- package/es/components/quick-search/src/index.vue.d.ts +32 -73
- package/es/components/quick-search/src/index.vue2.js +15 -15
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +4 -5
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +14 -13
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +87 -107
- package/es/components/scale-view/src/ScaleView.vue.d.ts +63 -66
- package/es/components/scale-view/src/ScaleView.vue2.js +13 -15
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +5 -6
- package/es/components/scale-view/src/components/LoadingCom.vue.js +5 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +5 -8
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +6 -8
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +6 -70
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +6 -155
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +5 -9
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +8 -9
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +17 -15
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +155 -119
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +48 -26
- package/es/components/select-label/src/LabelFormContent.vue2.js +25 -23
- package/es/components/select-label/src/SelectLabel.vue.d.ts +64 -42
- package/es/components/select-label/src/SelectLabel.vue2.js +12 -11
- package/es/components/select-label/src/components/label-classify.vue.d.ts +24 -14
- package/es/components/select-label/src/components/label-classify.vue2.js +29 -26
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +21 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +16 -14
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +37 -45
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +9 -17
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +13 -10
- package/es/components/select-label/src/index.vue.d.ts +107 -93
- package/es/components/select-label/src/index.vue2.js +1 -2
- package/es/components/select-person/index.d.ts +190 -257
- package/es/components/select-person/src/SelectPerson.vue.d.ts +87 -124
- package/es/components/select-person/src/SelectPerson.vue2.js +17 -21
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +66 -80
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +31 -41
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +1 -2
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +3 -4
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +18 -17
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +2 -3
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +20 -19
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +6 -7
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +1 -2
- package/es/components/select-person/src/index.vue.d.ts +240 -307
- package/es/components/select-person/src/index.vue2.js +7 -8
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +81 -287
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +81 -287
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +2 -3
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +23 -13
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +10 -11
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +5 -6
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +4 -5
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +2 -1
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +66 -82
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +27 -33
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +9 -10
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +5 -6
- package/es/components/table-export-field/src/index.vue.d.ts +66 -82
- package/es/components/table-export-field/src/index.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +17 -18
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +6 -7
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +6 -7
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +38 -33
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +224 -230
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +40 -41
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +9 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +18 -19
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +26 -27
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +13 -19
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +7 -8
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +4 -5
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +9 -10
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +210 -216
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +247 -253
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +34 -31
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +2 -3
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +9 -8
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +6 -7
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +4 -5
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +43 -49
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +7 -8
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +6 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +5 -6
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +279 -285
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +266 -272
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +4 -5
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +7 -8
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +22 -19
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +9 -10
- package/es/components/vod-chunk-upload/index.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +25 -24
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +33 -32
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +5 -207
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +8 -6
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +13 -11
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +10 -6
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +4 -77
- package/es/shared/components/player-vod/video-modal.d.ts +5 -23
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +4 -7
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import { i18n } from '../../../../_virtual/_virtual_i18n-methods.js';
|
2
|
-
import { defineComponent, inject, ref, unref, openBlock, createElementBlock, normalizeStyle, createVNode, withCtx, createTextVNode,
|
2
|
+
import { createElementVNode, defineComponent, inject, ref, unref, openBlock, createElementBlock, normalizeStyle, createVNode, withCtx, createTextVNode, Fragment, renderList, toDisplayString, createCommentVNode, withDirectives, vShow } from 'vue';
|
3
3
|
import { NButton, NIcon, NSelect, NInput, NInputNumber } from 'naive-ui';
|
4
4
|
import { AddCircleSharp, RemoveCircle } from '@vicons/ionicons5';
|
5
5
|
import { CUSTOM_INPUT_OPTIONS, InjectionFieldList, InjectionQueryWordbookData, BOOLEAN_OPTIONS, UNIT_OPTIONS, FIELD_TYPE_LIST, SHOWSETTING_OPTIONS, WORDBOOK_OPTIONS } from '../constants/index.js';
|
@@ -23,6 +23,9 @@ const _hoisted_2 = {
|
|
23
23
|
const _hoisted_3 = {
|
24
24
|
class: "sql-expression-wrapper"
|
25
25
|
};
|
26
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("span", null, i18n("10010.1.272", "\u7B5B\u9009\u5668\u903B\u8F91\u7F16\u8F91\uFF0C\u4E0D\u8BBE\u7F6E\u9ED8\u8BA4\u4E3AAND"), -1);
|
27
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("br", null, null, -1);
|
28
|
+
const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", null, "\u4F8B\u5B50 (1 AND 2) OR 3", -1);
|
26
29
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
27
30
|
__name: "condition",
|
28
31
|
props: {
|
@@ -36,11 +39,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
36
39
|
}
|
37
40
|
},
|
38
41
|
setup(__props, {
|
39
|
-
expose
|
42
|
+
expose
|
40
43
|
}) {
|
44
|
+
const props = __props;
|
41
45
|
const customValue = CUSTOM_INPUT_OPTIONS[0].columnName;
|
42
46
|
const cssVars = useTheme();
|
43
|
-
const props = __props;
|
44
47
|
const fieldList = cloneDeep(inject(InjectionFieldList));
|
45
48
|
const queryWordbookData = inject(InjectionQueryWordbookData);
|
46
49
|
const condition = ref([]);
|
@@ -329,7 +332,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
329
332
|
});
|
330
333
|
return result;
|
331
334
|
}
|
332
|
-
|
335
|
+
expose({
|
333
336
|
getData() {
|
334
337
|
return {
|
335
338
|
condition: formatCondition(),
|
@@ -353,7 +356,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
353
356
|
},
|
354
357
|
size: "20"
|
355
358
|
}, null, 8, ["component"])]),
|
356
|
-
default: withCtx(() => [
|
359
|
+
default: withCtx(() => [createTextVNode(i18n("10010.1.270", "\u6DFB\u52A0\u64CD\u4F5C"))]),
|
357
360
|
_: 1
|
358
361
|
}, 8, ["disabled"]), createElementVNode("section", _hoisted_1, [(openBlock(true), createElementBlock(Fragment, null, renderList(condition.value, (item, index) => {
|
359
362
|
return openBlock(), createElementBlock("div", {
|
@@ -408,8 +411,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
408
411
|
disabled: __props.readonly,
|
409
412
|
type: getDateType(item),
|
410
413
|
"formatted-value": item.dateValue,
|
411
|
-
"onUpdate:
|
412
|
-
}, null, 8, ["disabled", "type", "formatted-value", "onUpdate:
|
414
|
+
"onUpdate:formatted-value": ($event) => item.dateValue = $event
|
415
|
+
}, null, 8, ["disabled", "type", "formatted-value", "onUpdate:formatted-value"]), [[vShow, showDatePicker(item)]]), createVNode(unref(NButton), {
|
413
416
|
text: "",
|
414
417
|
disabled: __props.readonly,
|
415
418
|
onClick: () => onRemove(index)
|
@@ -421,7 +424,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
421
424
|
}, null, 8, ["component"])]),
|
422
425
|
_: 2
|
423
426
|
}, 1032, ["disabled", "onClick"])]);
|
424
|
-
}), 128))]), withDirectives(createElementVNode("section", _hoisted_3, [
|
427
|
+
}), 128))]), withDirectives(createElementVNode("section", _hoisted_3, [_hoisted_4, _hoisted_5, _hoisted_6, createVNode(unref(NInput), {
|
425
428
|
type: "textarea",
|
426
429
|
value: sqlExpression.value,
|
427
430
|
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => sqlExpression.value = $event)
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { AnyObject } from '../../../../shared/types';
|
2
|
+
import { FormRules } from 'naive-ui';
|
2
3
|
import { PropType } from 'vue';
|
3
|
-
declare const _default: import("vue").DefineComponent<
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
4
5
|
visible: {
|
5
6
|
type: BooleanConstructor;
|
6
7
|
default: boolean;
|
@@ -21,16 +22,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
22
|
type: BooleanConstructor;
|
22
23
|
default: boolean;
|
23
24
|
};
|
24
|
-
}
|
25
|
+
}, {
|
25
26
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
26
|
-
message: import("naive-ui
|
27
|
+
message: import("naive-ui").MessageApi;
|
27
28
|
colorOptions: {
|
28
29
|
label: "黄色" | "绿色" | "蓝色" | "紫色" | "红色";
|
29
30
|
value: string;
|
30
31
|
}[];
|
31
32
|
swatches: string[];
|
32
33
|
fieldList: AnyObject[];
|
33
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
34
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
34
35
|
visible: {
|
35
36
|
type: BooleanConstructor;
|
36
37
|
default: boolean;
|
@@ -51,14 +52,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
51
52
|
type: BooleanConstructor;
|
52
53
|
default: boolean;
|
53
54
|
};
|
54
|
-
}>> &
|
55
|
+
}>> & {
|
55
56
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
56
57
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
57
|
-
}
|
58
|
+
}>>;
|
58
59
|
emit: (event: "confirm" | "update:visible", ...args: any[]) => void;
|
59
|
-
formRef: import("vue").Ref<any
|
60
|
-
conditionRef: import("vue").Ref<any
|
61
|
-
filterVisible: import("vue").Ref<boolean
|
60
|
+
formRef: import("vue").Ref<any>;
|
61
|
+
conditionRef: import("vue").Ref<any>;
|
62
|
+
filterVisible: import("vue").Ref<boolean>;
|
62
63
|
title: import("vue").ComputedRef<"新增" | "修改" | "复制" | "过滤条件">;
|
63
64
|
model: {
|
64
65
|
name: string;
|
@@ -69,23 +70,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
69
70
|
condition: never[];
|
70
71
|
sqlExpression: string;
|
71
72
|
};
|
72
|
-
rules:
|
73
|
+
rules: FormRules;
|
73
74
|
initModel: () => void;
|
74
|
-
renderLabel: (option: AnyObject) =>
|
75
|
+
renderLabel: (option: AnyObject) => JSX.Element;
|
75
76
|
onConfirm: () => void;
|
76
77
|
onClose: () => void;
|
77
78
|
setFilterData: (data: AnyObject) => void;
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
Condition: import("vue").DefineComponent<
|
79
|
+
NInput: any;
|
80
|
+
NModal: any;
|
81
|
+
NFormItem: any;
|
82
|
+
NForm: any;
|
83
|
+
NCheckbox: any;
|
84
|
+
NSelect: any;
|
85
|
+
NColorPicker: any;
|
86
|
+
NRadioGroup: any;
|
87
|
+
NRadio: any;
|
88
|
+
NSpace: any;
|
89
|
+
Condition: import("vue").DefineComponent<{
|
89
90
|
model: {
|
90
91
|
type: PropType<AnyObject>;
|
91
92
|
default: null;
|
@@ -94,10 +95,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
94
95
|
type: BooleanConstructor;
|
95
96
|
default: boolean;
|
96
97
|
};
|
97
|
-
}
|
98
|
+
}, {
|
98
99
|
customValue: string;
|
99
100
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
100
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
101
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
101
102
|
model: {
|
102
103
|
type: PropType<AnyObject>;
|
103
104
|
default: null;
|
@@ -106,7 +107,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
106
107
|
type: BooleanConstructor;
|
107
108
|
default: boolean;
|
108
109
|
};
|
109
|
-
}>> &
|
110
|
+
}>> & {}>>;
|
110
111
|
fieldList: AnyObject[];
|
111
112
|
queryWordbookData: ((params: import("../types").ColorSetWordbook) => Promise<{
|
112
113
|
[key: string]: any;
|
@@ -128,32 +129,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
128
129
|
compareFieldOptions: AnyObject[];
|
129
130
|
unit: string | null;
|
130
131
|
multiple: boolean;
|
131
|
-
}[], (import("../types").ColorSetConditionItem & {
|
132
|
-
numberValue: number | null;
|
133
|
-
dateValue: string | [string, string] | null;
|
134
|
-
fieldType: string;
|
135
|
-
conOptions: AnyObject[];
|
136
|
-
compare_field: any;
|
137
|
-
compareFieldOptions: AnyObject[];
|
138
|
-
unit: string | null;
|
139
|
-
multiple: boolean;
|
140
|
-
})[] | {
|
141
|
-
field_key: string;
|
142
|
-
con: string;
|
143
|
-
value?: any;
|
144
|
-
start_val?: string | undefined;
|
145
|
-
end_val?: string | undefined;
|
146
|
-
is_compare_field?: boolean | undefined;
|
147
|
-
compare_field: any;
|
148
|
-
numberValue: number | null;
|
149
|
-
dateValue: string | [string, string] | null;
|
150
|
-
fieldType: string;
|
151
|
-
conOptions: AnyObject[];
|
152
|
-
compareFieldOptions: AnyObject[];
|
153
|
-
unit: string | null;
|
154
|
-
multiple: boolean;
|
155
132
|
}[]>;
|
156
|
-
sqlExpression: import("vue").Ref<string
|
133
|
+
sqlExpression: import("vue").Ref<string>;
|
157
134
|
setConOptions: (item: import("../types").ColorSetConditionItem & {
|
158
135
|
numberValue: number | null;
|
159
136
|
dateValue: string | [string, string] | null;
|
@@ -259,22 +236,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
259
236
|
wordbookValueList: any;
|
260
237
|
unit: any;
|
261
238
|
}[];
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
239
|
+
NInput: any;
|
240
|
+
NInputNumber: any;
|
241
|
+
NSelect: any;
|
242
|
+
NIcon: any;
|
243
|
+
NButton: any;
|
244
|
+
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
245
|
+
RemoveCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
246
|
+
UNIT_OPTIONS: {
|
270
247
|
label: string;
|
271
248
|
value: string;
|
272
249
|
}[];
|
273
|
-
|
250
|
+
BOOLEAN_OPTIONS: {
|
274
251
|
label: string;
|
275
252
|
value: string;
|
276
253
|
}[];
|
277
|
-
|
254
|
+
CDatePicker: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
278
255
|
updateUnchangedValue: {
|
279
256
|
type: BooleanConstructor;
|
280
257
|
};
|
@@ -305,11 +282,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
305
282
|
isDateDisabled: {
|
306
283
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
307
284
|
};
|
308
|
-
}
|
285
|
+
}, {
|
309
286
|
attrs: {
|
310
287
|
[x: string]: unknown;
|
311
288
|
};
|
312
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
289
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
313
290
|
updateUnchangedValue: {
|
314
291
|
type: BooleanConstructor;
|
315
292
|
};
|
@@ -340,15 +317,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
340
317
|
isDateDisabled: {
|
341
318
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
342
319
|
};
|
343
|
-
}>> &
|
320
|
+
}>> & {
|
344
321
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
345
|
-
}
|
322
|
+
}>>;
|
346
323
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
347
|
-
datePickerRef: import("vue").Ref<AnyObject | null
|
348
|
-
panelInstRef: import("vue").Ref<null
|
349
|
-
placeholderRef: import("vue").Ref<any
|
350
|
-
oldValue:
|
351
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined
|
324
|
+
datePickerRef: import("vue").Ref<AnyObject | null>;
|
325
|
+
panelInstRef: import("vue").Ref<null>;
|
326
|
+
placeholderRef: import("vue").Ref<any>;
|
327
|
+
oldValue: string;
|
328
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
352
329
|
isDateTime: import("vue").ComputedRef<boolean>;
|
353
330
|
formatRef: import("vue").ComputedRef<string>;
|
354
331
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -363,8 +340,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
363
340
|
onConfirm: (...args: any[]) => Promise<void>;
|
364
341
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
365
342
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
366
|
-
|
367
|
-
},
|
343
|
+
NDatePicker: any;
|
344
|
+
}, 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<{
|
368
345
|
updateUnchangedValue: {
|
369
346
|
type: BooleanConstructor;
|
370
347
|
};
|
@@ -395,15 +372,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
395
372
|
isDateDisabled: {
|
396
373
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
397
374
|
};
|
398
|
-
}>> &
|
375
|
+
}>> & {
|
399
376
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
400
|
-
}
|
377
|
+
}, {
|
401
378
|
type: string;
|
402
379
|
updateUnchangedValue: boolean;
|
403
380
|
to: string | false | HTMLElement;
|
404
381
|
holidays: Date[];
|
405
|
-
}
|
406
|
-
},
|
382
|
+
}>>;
|
383
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
407
384
|
model: {
|
408
385
|
type: PropType<AnyObject>;
|
409
386
|
default: null;
|
@@ -412,31 +389,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
412
389
|
type: BooleanConstructor;
|
413
390
|
default: boolean;
|
414
391
|
};
|
415
|
-
}
|
392
|
+
}>>, {
|
416
393
|
model: AnyObject;
|
417
394
|
readonly: boolean;
|
418
|
-
}
|
419
|
-
EditFilter: import("vue").DefineComponent<
|
395
|
+
}>;
|
396
|
+
EditFilter: import("vue").DefineComponent<{
|
420
397
|
visible: {
|
421
398
|
type: BooleanConstructor;
|
422
399
|
default: boolean;
|
423
400
|
};
|
424
|
-
}
|
425
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
401
|
+
}, {
|
402
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
426
403
|
visible: {
|
427
404
|
type: BooleanConstructor;
|
428
405
|
default: boolean;
|
429
406
|
};
|
430
|
-
}>> &
|
407
|
+
}>> & {
|
431
408
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
432
409
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
433
|
-
}
|
410
|
+
}>>;
|
434
411
|
emit: (event: "confirm" | "update:visible", ...args: any[]) => void;
|
435
|
-
conditionRef: import("vue").Ref<any
|
412
|
+
conditionRef: import("vue").Ref<any>;
|
436
413
|
onConfirm: () => void;
|
437
414
|
onClose: () => void;
|
438
|
-
|
439
|
-
Condition: import("vue").DefineComponent<
|
415
|
+
NModal: any;
|
416
|
+
Condition: import("vue").DefineComponent<{
|
440
417
|
model: {
|
441
418
|
type: PropType<AnyObject>;
|
442
419
|
default: null;
|
@@ -445,10 +422,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
445
422
|
type: BooleanConstructor;
|
446
423
|
default: boolean;
|
447
424
|
};
|
448
|
-
}
|
425
|
+
}, {
|
449
426
|
customValue: string;
|
450
427
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
451
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
428
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
452
429
|
model: {
|
453
430
|
type: PropType<AnyObject>;
|
454
431
|
default: null;
|
@@ -457,7 +434,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
457
434
|
type: BooleanConstructor;
|
458
435
|
default: boolean;
|
459
436
|
};
|
460
|
-
}>> &
|
437
|
+
}>> & {}>>;
|
461
438
|
fieldList: AnyObject[];
|
462
439
|
queryWordbookData: ((params: import("../types").ColorSetWordbook) => Promise<{
|
463
440
|
[key: string]: any;
|
@@ -479,32 +456,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
479
456
|
compareFieldOptions: AnyObject[];
|
480
457
|
unit: string | null;
|
481
458
|
multiple: boolean;
|
482
|
-
}[], (import("../types").ColorSetConditionItem & {
|
483
|
-
numberValue: number | null;
|
484
|
-
dateValue: string | [string, string] | null;
|
485
|
-
fieldType: string;
|
486
|
-
conOptions: AnyObject[];
|
487
|
-
compare_field: any;
|
488
|
-
compareFieldOptions: AnyObject[];
|
489
|
-
unit: string | null;
|
490
|
-
multiple: boolean;
|
491
|
-
})[] | {
|
492
|
-
field_key: string;
|
493
|
-
con: string;
|
494
|
-
value?: any;
|
495
|
-
start_val?: string | undefined;
|
496
|
-
end_val?: string | undefined;
|
497
|
-
is_compare_field?: boolean | undefined;
|
498
|
-
compare_field: any;
|
499
|
-
numberValue: number | null;
|
500
|
-
dateValue: string | [string, string] | null;
|
501
|
-
fieldType: string;
|
502
|
-
conOptions: AnyObject[];
|
503
|
-
compareFieldOptions: AnyObject[];
|
504
|
-
unit: string | null;
|
505
|
-
multiple: boolean;
|
506
459
|
}[]>;
|
507
|
-
sqlExpression: import("vue").Ref<string
|
460
|
+
sqlExpression: import("vue").Ref<string>;
|
508
461
|
setConOptions: (item: import("../types").ColorSetConditionItem & {
|
509
462
|
numberValue: number | null;
|
510
463
|
dateValue: string | [string, string] | null;
|
@@ -610,22 +563,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
610
563
|
wordbookValueList: any;
|
611
564
|
unit: any;
|
612
565
|
}[];
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
566
|
+
NInput: any;
|
567
|
+
NInputNumber: any;
|
568
|
+
NSelect: any;
|
569
|
+
NIcon: any;
|
570
|
+
NButton: any;
|
571
|
+
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
572
|
+
RemoveCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
573
|
+
UNIT_OPTIONS: {
|
621
574
|
label: string;
|
622
575
|
value: string;
|
623
576
|
}[];
|
624
|
-
|
577
|
+
BOOLEAN_OPTIONS: {
|
625
578
|
label: string;
|
626
579
|
value: string;
|
627
580
|
}[];
|
628
|
-
|
581
|
+
CDatePicker: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
629
582
|
updateUnchangedValue: {
|
630
583
|
type: BooleanConstructor;
|
631
584
|
};
|
@@ -656,11 +609,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
656
609
|
isDateDisabled: {
|
657
610
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
658
611
|
};
|
659
|
-
}
|
612
|
+
}, {
|
660
613
|
attrs: {
|
661
614
|
[x: string]: unknown;
|
662
615
|
};
|
663
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
616
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
664
617
|
updateUnchangedValue: {
|
665
618
|
type: BooleanConstructor;
|
666
619
|
};
|
@@ -691,15 +644,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
691
644
|
isDateDisabled: {
|
692
645
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
693
646
|
};
|
694
|
-
}>> &
|
647
|
+
}>> & {
|
695
648
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
696
|
-
}
|
649
|
+
}>>;
|
697
650
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
698
|
-
datePickerRef: import("vue").Ref<AnyObject | null
|
699
|
-
panelInstRef: import("vue").Ref<null
|
700
|
-
placeholderRef: import("vue").Ref<any
|
701
|
-
oldValue:
|
702
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined
|
651
|
+
datePickerRef: import("vue").Ref<AnyObject | null>;
|
652
|
+
panelInstRef: import("vue").Ref<null>;
|
653
|
+
placeholderRef: import("vue").Ref<any>;
|
654
|
+
oldValue: string;
|
655
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
703
656
|
isDateTime: import("vue").ComputedRef<boolean>;
|
704
657
|
formatRef: import("vue").ComputedRef<string>;
|
705
658
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -714,8 +667,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
714
667
|
onConfirm: (...args: any[]) => Promise<void>;
|
715
668
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
716
669
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
717
|
-
|
718
|
-
},
|
670
|
+
NDatePicker: any;
|
671
|
+
}, 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<{
|
719
672
|
updateUnchangedValue: {
|
720
673
|
type: BooleanConstructor;
|
721
674
|
};
|
@@ -746,15 +699,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
746
699
|
isDateDisabled: {
|
747
700
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
748
701
|
};
|
749
|
-
}>> &
|
702
|
+
}>> & {
|
750
703
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
751
|
-
}
|
704
|
+
}, {
|
752
705
|
type: string;
|
753
706
|
updateUnchangedValue: boolean;
|
754
707
|
to: string | false | HTMLElement;
|
755
708
|
holidays: Date[];
|
756
|
-
}
|
757
|
-
},
|
709
|
+
}>>;
|
710
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
758
711
|
model: {
|
759
712
|
type: PropType<AnyObject>;
|
760
713
|
default: null;
|
@@ -763,22 +716,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
763
716
|
type: BooleanConstructor;
|
764
717
|
default: boolean;
|
765
718
|
};
|
766
|
-
}
|
719
|
+
}>>, {
|
767
720
|
model: AnyObject;
|
768
721
|
readonly: boolean;
|
769
|
-
}
|
770
|
-
},
|
722
|
+
}>;
|
723
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "update:visible")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
771
724
|
visible: {
|
772
725
|
type: BooleanConstructor;
|
773
726
|
default: boolean;
|
774
727
|
};
|
775
|
-
}>> &
|
728
|
+
}>> & {
|
776
729
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
777
730
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
778
|
-
}
|
731
|
+
}, {
|
779
732
|
visible: boolean;
|
780
|
-
}
|
781
|
-
},
|
733
|
+
}>;
|
734
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "update:visible")[], "confirm" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
782
735
|
visible: {
|
783
736
|
type: BooleanConstructor;
|
784
737
|
default: boolean;
|
@@ -799,14 +752,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
799
752
|
type: BooleanConstructor;
|
800
753
|
default: boolean;
|
801
754
|
};
|
802
|
-
}>> &
|
755
|
+
}>> & {
|
803
756
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
804
757
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
805
|
-
}
|
758
|
+
}, {
|
806
759
|
row: AnyObject | null;
|
807
760
|
visible: boolean;
|
808
|
-
readonly: boolean;
|
809
761
|
isAdd: boolean;
|
762
|
+
readonly: boolean;
|
810
763
|
isFieldColor: boolean;
|
811
|
-
}
|
764
|
+
}>;
|
812
765
|
export default _default;
|
@@ -41,8 +41,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
41
41
|
},
|
42
42
|
emits: ["update:visible", "confirm"],
|
43
43
|
setup(__props, {
|
44
|
-
emit
|
44
|
+
emit
|
45
45
|
}) {
|
46
|
+
const props = __props;
|
46
47
|
const cssVars = useTheme();
|
47
48
|
const message = useMessage();
|
48
49
|
const colorOptions = Object.entries(COLOR_MAP).map(([value, label]) => {
|
@@ -53,8 +54,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
53
54
|
});
|
54
55
|
const swatches = Object.entries(COLOR_MAP).map(([value]) => value);
|
55
56
|
const fieldList = inject(InjectionFieldList);
|
56
|
-
const props = __props;
|
57
|
-
const emit = __emit;
|
58
57
|
const formRef = ref();
|
59
58
|
const conditionRef = ref();
|
60
59
|
const filterVisible = ref(false);
|
@@ -149,7 +148,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
149
148
|
style: {
|
150
149
|
"width": "860px"
|
151
150
|
},
|
152
|
-
title: title
|
151
|
+
title: unref(title),
|
153
152
|
"close-on-esc": false,
|
154
153
|
"show-icon": false,
|
155
154
|
"mask-closable": false,
|